﻿
/*.head {
    background: url('../images/new_img/timg_back.png') no-repeat !important;
    background-size: 100% 100% !important;
    border-bottom: 1px solid #fff !important;
}
.nav {
    background: #000 !important;
}
    .nav ul li a {
        border-left: 1px solid #fff!important;
    }
    .nav ul li:hover {
        background:#333 !important;
    }
    .nav ul li:last-child a {
        border-right: 1px solid #fff !important;
    }*/

/*网站全部变灰*/
/*.gray {
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
}*/



body {
	color: #333;
	background: #fff;
	/*overflow-x:hidden*/
}

a {
	text-decoration: none;
	color: inherit;
}

em, i {
	font-style: normal;
}

b {
	font-weight: normal;
}

.w_1200 {
	width: 90%;
	margin: 0 auto;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}



.new_content {
	width: 100%;
	height: 100%;
}

.head {
	background: #bd1a2d;
	border-bottom: 1px solid #aa1727;
	height: 136px;
	float: left;
	width: 100%;
}

.logo {
	width: 500px;
	height: 100px;
	margin-top: 12px;
}

	.logo span {
		float: left;
		width: 255px;
		height: 100px;
		/*background: url(../images/new_img/bjLogo.png) no-repeat;
		background-size: 100% 100%;*/
	}

		.logo span img {
			width: 100%;
			height: 100%;
		}

	.logo h1 {
		float: left;
		line-height: 40px;
	}

		.logo h1 i {
			display: block;
			font-size: 20px;
			color: #fff;
			text-align: center;
		}

			.logo h1 i:first-child {
				font-size: 26px;
			}

.new_content .search {
	border-radius: 5px;
	background: #fff;
	width: 430px;
	height: 40px;
	margin-top: 50px;
	line-height: 40px;
	margin-left: 25px;
	padding: 5px;
}

	.new_content .search select {
		height: 40px;
		line-height: 40px;
		border: none;
	}

	.new_content .search input {
		width: 310px;
		border: 0;
	}

	.new_content .search button {
		background: none;
		border: 0;
		color: #b1b09b;
		font-size: 18px;
		cursor: pointer;
	}

.new_content .hd_right ul {
	float: left;
	width: 240px;
	border-left: 1px solid #aa1727;
	margin-left: 30px;
}

	.new_content .hd_right ul li {
		float: left;
		margin: 0 0 10px 30px;
		color: #fff;
	}

.clearfix {
	display: inline-block;
	width: 100%;
}

.tianqi {
	float: right;
	margin: 30px 10% 0 0;
}

/*.tianqi iframe {
        color: #fff;
    }*/
#cniil_wza {
	color: #fff;
}
/*导航*/
.nav {
	background: #bd1a2d;
	height: 58px;
	width: 100%;
	clear: both;
}

	.nav ul {
		width: 90%;
		margin: 0 auto;
		display: flex;
	}

		.nav ul li {
			-webkit-flex: 1;
			color: #fff;
			height: 58px;
			float: left;
			width: 50%;
			font-size: 20px;
			text-align: center;
			margin: 0;
		}

			.nav ul li:hover {
				background: #aa1727;
			}

			.nav ul li a {
				border-left: 1px solid #aa1727;
				width: 100%;
				margin-top: 14px;
				display: inline-block;
			}

			.nav ul li:last-child a {
				border-right: 1px solid #aa1727;
			}
/*通知*/

.selected-main {
	height: 450px;
	width: 100%;
	padding-top: 40px;
	background: url('../images/new_img/backs.png') no-repeat;
	background-size: 100% 100%;
}

.selected {
	width: 90%;
	clear: both;
	margin: 0 auto;
	height: 450px;
	padding-top: 1px;
	background: #fff;
	box-shadow: 0px 10px 10px #e6e5e5;
}

.selected-left {
	width: 50%;
	float: left;
	height: 330px;
	margin-bottom: 13px;
	border-right: 1px solid #ddd;
}

.selected-right {
	width: 49%;
	float: right;
}



.new_top {
	width: 94%;
	margin: 0 auto;
}

.selected h3 {
	font-size: 24px;
	text-align: center;
	color: #999;
	margin: 20px auto;
	background: url('../images/new_img/back.png') no-repeat center;
}

	.selected h3 span {
		margin: 0 42px;
		color: #bd1a2d;
	}

.new_top ul li {
	height: 50px;
	line-height: 50px;
	margin: 0;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}

	.new_top ul li:hover {
		box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
		transform: scale(1.05);
	}

	.new_top ul li:last-child {
		border-bottom: none;
	}

	.new_top ul li p {
		width: 72%;
		font-size: 16px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.new_top ul li span {
		position: absolute;
		top: 0;
		right: 0;
		width: 114px;
	}

		.new_top ul li span i {
			width: 16px;
			height: 40px;
			display: inline-block;
			vertical-align: middle;
		}

		.new_top ul li span img {
			width: 100%;
			height: 100%;
		}

		.new_top ul li span label {
			display: inline-block;
			vertical-align: middle;
			line-height: 32px;
		}

			.new_top ul li span label em, .new_top ul li span label b {
				text-align: center;
				margin: 0 2px;
			}

			.new_top ul li span label em {
				font-size: 16px;
			}

			.new_top ul li span label b {
				font-size: 14px
			}


.selected h5 {
	font-size: 14px;
	text-align: center;
	color: #999;
	clear: both;
	background: url('../images/new_img/back_ba.png') no-repeat center;
	margin-top: 10px;
}

	.selected h5 span {
		margin: 0 18px;
	}

		.selected h5 span a {
			color: #999;
		}

.selected span a:hover {
	color: #bd1a2d;
}
/*通知结束*/
/*办事大厅*/
.selected_top {
	width: 90%;
	clear: both;
	height: 310px;
	margin: 78px auto 0;
	background: url('../images/new_img/xinxi_sas.png') no-repeat;
	position: relative;
	background-size: 100% 100%;
	border: 1px solid #eee;
}

	.selected_top h4 {
		background: url('../images/new_img/xinxi_ziti_img.png') no-repeat;
		width: 220px;
		height: 60px;
		position: absolute;
		top: -17px;
		left: 0;
		right: 0;
		margin: 0 auto;
		font-size: 22px;
		color: #fff;
		line-height: 60px;
		text-align: center;
	}

/*办事大厅结束*/



/*.selected_img {
width: 100%;
    height: 200px;
    margin: 40px auto;
}

    .selected_img img {
        width: 100%;
        height: 100%;
    }*/
/*用户登录*/
.selected_fuwu {
	width: 90%;
	height: 300px;
	margin: 80px auto 60px;
	position: relative;
}

	.selected_fuwu h4 {
		background: url('../images/new_img/xinxi_ziti_img.png') no-repeat;
		width: 220px;
		height: 60px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		font-size: 22px;
		color: #fff;
		line-height: 60px;
		text-align: center;
	}


.selected_fuwu_left, .selected_fuwu_right, .selected_fuwu_left1, .selected_fuwu_right1 {
	float: left;
	border: #eee solid 1px;
	position: relative;
	box-shadow: 0px 10px 4px #f3f3f3;
}

.selected_fuwu_left, .selected_fuwu_right {
	width: 580px;
}

.selected_fuwu_left1 {
	width: 39%;
}

.selected_fuwu_right1 {
	width: 60%;
}

.selected_fuwu_left, .selected_fuwu_right {
	height: 360px;
}

.selected_fuwu_left1, .selected_fuwu_right1 {
	height: 300px;
}

.selected_fuwu_left, .selected_fuwu_left1 {
	float: left;
}

.selected_fuwu_right, .selected_fuwu_right1 {
	float: right;
}


	.selected_fuwu_left h5, .selected_fuwu_right h5, .selected_fuwu_left1 h5, .selected_fuwu_right1 h5 {
		position: absolute;
		top: -18px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 220px;
		height: 62px;
		line-height: 62px;
		text-align: center;
		background: url('../images/new_img/fuwu.png') no-repeat;
		font-size: 24px;
		color: #bd1a2d;
	}

.fuwu_left1, .fuwu_lefts1 {
	width: 42%;
	float: left;
}

.fuwu_left, .fuwu_lefts {
	width: 100%;
}

.fuwu_left {
	margin: 64px 0 0 0;
	text-align: center;
}

.fuwu_lefts {
	margin: 45px 0 0 0;
	text-align: center;
}

.fuwu_lefts1 {
	margin: 30px 0 0 161px;
}

.fuwu_left1 {
	margin: 36px 0 0 27px;
}

.fuwu_left ul {
	height: 244px;
	/*border-top: 1px solid #eee;*/
}

.fuwu_lefts1 ul {
	height: 85px;
	line-height: 85px;
	border-bottom: 1px solid #eee;
}

	.fuwu_left ul li, .fuwu_left1 ul li, .fuwu_lefts1 ul li {
		float: left;
		margin-left: 0;
		width: 50%;
	}


.fuwu_left ul li {
	margin: 24px auto;
	line-height: 80px;
	height: 80px;
	border: 1px #eee solid;
	width: 80% !important;
	float: none;
}

	.fuwu_left ul li:hover {
		background: #bd1a2d;
		color: #fff;
	}

	.fuwu_left ul li i {
		font-size: 20px !important
	}

.fuwu_left1 ul li {
	margin-top: 60px;
}

	.fuwu_left ul li span, .fuwu_left1 ul li span, .fuwu_lefts1 ul li span {
		width: 35px;
		height: 35px;
		line-height: 40px;
		display: inline-block;
		border: 1px solid #dbd9d6;
		border-radius: 50%;
		text-align: center;
		font-size: 20px;
	}

	.fuwu_left ul li i, .fuwu_left1 ul li i, .fuwu_lefts1 ul li i {
		margin-left: 15px;
		font-size: 16px;
		vertical-align: super;
		display: inline-block;
	}

.fuwu_lefts ul li {
	height: 50px;
	width: 48%;
	line-height: 24px;
	float: left;
	border: 1px solid #dbd9d6;
	border-radius: 50px;
	margin: 8px 0 0 8px;
	position: relative;
	font-size: 20px;
}

	.fuwu_lefts ul li span {
		position: absolute;
		left: -1px;
		top: 0;
		width: 50px;
		height: 50px;
		line-height: 50px;
		border: 1px solid #dbd9d6;
		border-radius: 50%;
		text-align: center;
		font-size: 26px;
		color: #dbd9d6;
	}

	.fuwu_lefts ul li:hover a, .fuwu_left1 ul li:hover a, .fuwu_lefts1 ul li:hover a {
		color: #bd1a2d;
	}

	.fuwu_lefts ul li:hover span {
		transition: all 0.3s ease-in-out;
		color: #fff;
		background: #dbd9d6;
	}

.fuwu_left1 ul li:hover span, .fuwu_lefts1 ul li:hover span {
	transition: all 0.3s ease-in-out;
	color: #fff !important;
	background: #bd1a2d;
}

.fuwu_lefts ul li i {
	margin-left: 40px;
	width: 225px;
	font-size: 14px;
	display: inline-block;
}

.ju_box {
	width: 100%;
	margin: 40px auto 0;
	clear: both;
}

	.ju_box > ul {
		height: 50px;
		line-height: 50px;
		border-top: 1px solid #eee;
		display: flex;
	}

		.ju_box > ul > li {
			-webkit-flex: 1;
			height: 50px;
			text-align: center;
			float: left;
			width: 18%;
			border-right: 1px solid #eee;
		}

			.ju_box > ul > li:last-child {
				border-right: none;
			}

			.ju_box > ul > li select {
				border: none;
			}

				.ju_box > ul > li select option {
					line-height: 40px;
				}

.divSelect {
	position: relative;
}

	.divSelect cite {
		height: 50px;
		line-height: 50px;
		display: block;
		position: relative;
		z-index: 2;
		padding: 0 10px;
		cursor: pointer;
		overflow: hidden;
		text-align: center;
		color: #333;
		font-style: normal;
	}

.linkList02, .linkList021, .linkList022 {
	position: absolute;
	left: -30px;
	bottom: 50px;
	z-index: 5000;
	background-color: #fff;
	width: 100%;
	max-height: 500px;
	overflow-y: auto;
	display: none;
	height: 280px;
	box-shadow: 1px -1px 10px rgba(0,0,0,0.35);
}

	.linkList02 li, .linkList021 li, .linkList022 li {
		padding: 8px 0;
		font-size: 14px;
		text-align: center;
		width: auto;
		line-height: 30px;
		margin: 0
	}

		.linkList02 li:hover, .linkList021 li:hover, .linkList022 li:hover, {
			background-color: #f1f1f1;
		}

		.linkList02 li a, .linkList021 li a, .linkList022 li a {
			display: block;
		}

.b-arrow {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #dabb85;
	vertical-align: middle;
	margin-left: 5px;
	transition: all 0.3s ease-in-out;
	position: absolute;
	right: 20px;
	top: 22px;
}

.divSelect.active .b-arrow {
	transform: rotate(180deg);
}


/*尾部开始*/
.footer {
	width: 100%;
	height: 222px;
	margin: 0;
	padding-top: 76px;
	background: #bd1a2d;
}

.footer_box {
	width: 90%;
	margin: 0 auto;
	display: flex;
	color: #fff;
	font-size: 14px;
}

	.footer_box h4, .footer_box h5 {
		height: 60px;
		margin-right: 2%;
		float: left;
		background: none;
	}

.footer_sm {
	width: 38%;
	height: 138px;
	margin-right: 5%;
	background: #a91728;
	text-align: left;
	float: left;

}

	.footer_sm ul {
		width: 60%;
		border: 0;
		margin: 20px auto;
		text-align: left;
	}

		.footer_sm ul li {
			margin: 10px 0;
			width: 50%;
			float: left
		}

			.footer_sm ul li:nth-child(2), .footer_sm ul li:nth-child(4) {
				text-align: right
			}


.footer_tell {
	width: 30%;
	height: 138px;
	line-height: 46px;
	margin-right: 5%;
	background: #a91728;
	text-align: left;
	padding: 0px 50px;
	float: left;
}

	.footer_tell ul {
		list-style: none;
		width: 180px;
		margin-top: 14px;
	}

		.footer_tell ul li {
			margin-left: 0;
			height: 36px;
			line-height: 36px;
		}

.footer_gzh {
	width: 42%;
	display: inline ;height: 138px;
	display: flex;
	background: #a91728;
	float: left;
}

.gzh_q {
	width: 100%;
	margin: 0 auto;
	display: flex
}

.footer_gzh dl {
	/*margin: 20px 7px;*/
	float: left;
	-webkit-flex: 1;
	width: 33%;
}

/*.footer_gzh dl:last-child {
		margin-right: 0;
	}*/

.footer_gzh dd {
	text-align: center;
	margin: 0;
	width: 100%
}

.footers {
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 14px;
	background: #dabb85;
}

	.footers p {
		margin: 0;
		padding: 0;
		display: inline
	}

	.footers span {
		margin: 0 5px
	}
/*尾部结束*/

/*通知列表*/

.Tlist {
	width: 90%;
	margin: 10px auto;
}

	.Tlist h6 {
		clear: both;
		line-height: 50px;
		background: #bd1a2d;
		color: white;
		font-size: 18px;
		padding-left: 20px;
		margin: 0;
	}

	.Tlist a {
		width: 100%;
	}

.table_qz_index {
	width: 100%;
	display: inline-block;
}

	.table_qz_index tbody {
		width: 100%;
		display: inline-block;
	}

	.table_qz_index tr {
		height: 50px;
		line-height: 50px;
		width: 96%;
		margin-left: 2%;
		display: inline-block;
		border-bottom: dashed 1px #ccc;
		background: url('../../img/a7f.gif') no-repeat 0 22px;
	}

		.table_qz_index tr:nth-child(2n+1) {
			display: none
		}

		.table_qz_index tr td {
			padding-left: 14px;
			height: 50px;
		}

			.table_qz_index tr td:first-child {
				width: 80%;
				float: left
			}

			.table_qz_index tr td:last-child {
				width: 10%;
				float: right
			}

.page_area .L {
	padding: 20px 60px
}

.L b {
	margin-right: 20px;
}
/*通知列表结束*/
/*通知详情页*/
.tztg_read {
	width: 96%;
	margin: 0 auto;
}

	.tztg_read h2 {
		text-align: center;
		line-height: 30px;
		font-size: 20px;
		width: 90%;
		margin: 14px auto 0;
	}

	.tztg_read h5 {
		text-align: center;
		margin: 14px auto;
	}

		.tztg_read h5 span {
			margin-right: 4%;
		}

.tztg_center {
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	width: 90%;
	margin: 0 auto 10px;
	padding: 10px 20px 0;
}

	.tztg_center table {
		width: 100% !important;
		padding: 0 5%;
	}

		.tztg_center table tr {
			height: 40px;
			line-height: 40px;
		}

			.tztg_center table tr:nth-child(2n+1) {
				background: #f1f1f1;
			}

		.tztg_center table td {
			text-align: center
		}

			.tztg_center table td:first-child {
				width: 10%;
			}

			.tztg_center table td:nth-child(2) {
				width: 60%;
			}

			.tztg_center table td:last-child {
				width: 30%;
			}
/*通知详情页*/
/*登录*/
.integration_box {
	background: url(../img/bgLogin6.jpg) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}

.integration_main {
	width: 90%;
	margin: 0 auto;
	display: flex;
}

.signin_infoleft, .signin_inforight {
	width: 49%;
}

.signin_infoleft {
	float: left;
}

.infoleft_main {
	padding: 5% 0;
}

.infoleft_main, .inforight_main {
	width: 90%;
	border-radius: 20px;
	margin: 8% auto;
	background: rgba(255,255,255,.4);
}

.inforight_main {
	border-radius: 10px;
}

.infoleft_main label {
	width: 200px;
	display: block;
	margin: 0 auto;
}

	.infoleft_main label img {
		width: 100%;
		height: 100%;
	}

.infoleft_main strong {
	text-align: center;
	display: block;
	font-size: 20px;
	line-height: 40px;
}

.infoleft_main_box, .inforight_main_box {
	width: 80%;
	margin: 0 auto;
}

.inforight_main_box {
	padding-bottom: 26px;
}

.infoleft_main_box p {
	line-height: 30px;
	margin: 0;
	font-size: 16px;
}

	.infoleft_main_box p:first-child {
		font-size: 18px;
	}

.infoleft_main_box span {
	display: inline-block;
	line-height: 40px;
	width: 49%;
}

	.infoleft_main_box span i {
		font-size: 12px;
		color: red;
	}

.signin_inforight {
	float: right;
	margin-left: 2%;
}

.inforight_main_box h3 {
	text-align: center;
	margin: 0;
	height: 80px;
	line-height: 80px;
	position: relative;
}

	.inforight_main_box h3 a {
		font-size: 24px;
		color: #bd1a2d
	}

	.inforight_main_box h3 i {
		position: absolute;
		right: 10px;
		top: 18px;
	}

.inforight_main_box_tab {
	border: 1px solid #ff243d;
	border-radius: 10px;
	border-top: none;
	padding-bottom: 20px;
}

	.inforight_main_box_tab ul {
		display: flex;
		line-height: 40px;
		text-align: center;
	}

		.inforight_main_box_tab ul li {
			float: left;
			-webkit-flex: 1;
			border: 1px solid #ff243d;
			background: url(../images/new_img/bg.png) no-repeat;
			background-size: 100% 100%;
			height: 40px;
			font-size: 16px;
			color: #fff;
			margin-left: 0;
			border-radius: 10px 10px 0 0;
			border-bottom: none;
		}

/*.inforight_main_box_tab ul li:nth-child(2) {
				margin-left:5%;
			}*/

.inforight_active {
	background: url(../images/new_img/bg_h.png) no-repeat !important;
	background-size: 100% 100% !important;
}

.tab-pane {
	width: 90%;
	margin: 0 auto;
}

.form-group {
	height: 40px;
	margin: 10px auto;
}


.form-control {
	height: 40px;
	width: 94%;
	border: none;
	padding: 0 3%;
	font-size: 16px;
	border-radius: 10px;
}

.btn-login {
	background: rgba(189,26,45,.9);
	border: 1px solid #fff !important;
	color: #fff;
	font-weight: bolder;
	margin-left: 3%;
}

.yzm-group {
	position: relative;
}

.yzm-group-yzm {
	position: absolute;
	top: 0;
	right: 0
}

.form-group-rem {
	height: 20px;
	line-height: 20px;
	padding-right: 3%;
}

	.form-group-rem a {
		float: right
	}

.fade {
	display: none
}

.hidden {
	display: none;
}
/*登录结束*/
/*新申请*/

.select-type {
	clear: both;
	width: 100%;
	height: 100%;
	padding: 190px 0;
	z-index: 9;
}

.se-error {
	z-index: 99;
	position: relative;
	padding: 15px;
}

.celect-box {
	width: 80%;
	height: 100%;
	margin: 0 auto;
}

.celect-boxs {
	width: 54%;
}

.select-user-new, .select-user-show, .select-user-wd {
	display: inline-block;
	width: 32%;
	text-align: center;
	border: 1px solid #ddd;
	padding: 15px 0 0px;
	border-radius: 4px;
}

.select-user-news, .select-user-shows {
	width: 49%;
	margin: 0 auto;
}

.select-user-new:hover, .select-user-show:hover {
	cursor: pointer;
	box-shadow: 0px 0px 5px #666;
}

.middle-box {
	width: 30%;
	clear: both;
	margin: 0px auto;
	padding: 100px 0;
}

.login-panel {
	border: 1px solid #ff243d;
}

.form-group1 {
	border: 1px solid #ccc;
	width: 86%;
	margin: 20px auto;
}

.form-group2 {
	width: 86%;
}

.form-group label {
	display: block;
	color: #676a6c;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
}

.input-group {
	position: relative;
}

.input-group-btn {
	position: absolute;
	bottom: 0;
	right: 0;
}

h2.loginscreen {
	/*font-size: 28px;
	line-height:60px;*/
	color: #676a6c;
	text-align: center;
}

	h2.loginscreen span {
		display: block;
		font-size: 28px;
		line-height: 50px;
	}

	h2.loginscreen i {
		font-size: 22px;
	}

.btn-primary {
	background: #1ab394 !important;
	border: #1ab394 !important;
	color: #FFFFFF;
	height: 40px
}

.full-width {
	width: 100%;
	height: 40px;
	line-height: 40px
}

.text-muted {
	text-align: center
}
/*新申请结束*/
/*景区业务*/
.div_body {
	background: url(../../images/new_img/ba_img.png) no-repeat;
	background-size: 100% 100%;
	clear: both;
	width: 100%;
	height: 530px;
}

.login_m {
	width: 60%;
	margin: 0 auto;
	padding-top: 5%;
}

.login_m_l {
	width: 44%;
	color: #fff;
	float: left;
}

	.login_m_l h4 {
		font-size: 22px;
		padding-left: 10px;
		border-left: 3px solid #bd1a2d;
		margin: 0;
		font-weight: normal;
	}

		.login_m_l h4 a {
			float: right;
			font-size: 14px;
			margin-top: 10px;
		}

	.login_m_l p {
		background: rgba(255,255,255,.2);
		background: #fff\9;
		padding: 10px 10px 10px 20px;
		border-radius: 5px;
	}

		.login_m_l p span {
			display: block;
			font-size: 16px;
			line-height: 30px;
			position: relative;
		}

			.login_m_l p span a {
				/*height: 60px;*/
				overflow: hidden;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
			}

			.login_m_l p span::before {
				width: 8px;
				height: 8px;
				position: absolute;
				left: -14px;
				background: #bd1a2d;
				content: '';
				top: 10px;
				border-radius: 50%
			}

.login_m_r {
	width: 46%;
	float: right;
	box-shadow: #fff 0px 0px 20px 5px;
	border: 1px solid #bd1a2d;
	background: rgba(255,255,255,.3);
	border-radius: 5px;
}

	.login_m_r ul {
		width: 90%;
		margin: 5px auto 0;
	}

		.login_m_r ul li {
			border: 1px solid #ff243d;
			background: url(../../images/new_img/bg_h.png) no-repeat;
			background-size: 100% 100%;
			font-weight: bold;
			color: #fff !important;
			margin: 0;
			line-height: 40px;
			height: 40px;
			width: 100%;
			font-size: 16px;
			float: left;
			text-align: center;
			border-radius: 5px 5px 0 0;
			margin-left: 1%;
			border-bottom: none
		}

.active {
	background: url(../../images/new_img/bg_h.png) no-repeat !important;
	background-size: 100% 100% !important;
}

input, textarea, select {
	border-radius: 10px !important;
	color: #858585;
	border: 1px solid #D5D5D5;
	padding: 0 !important;
	height: 40px;
	width: 100%;
	text-indent: 10px;
	font-size: 14px;
	font-family: inherit;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
}

.index_login_table {
	clear: both;
	height: 100%;
	padding-top: 1px;
}

	.index_login_table p {
		width: 80%;
		margin: 16px auto 0;
	}

		.index_login_table p:nth-child(3) {
			position: relative;
		}

			.index_login_table p:nth-child(3) img {
				width: 100px;
				height: 40px;
				position: absolute;
				top: 1px;
				right: 0;
				border-radius: 0 10px 10px 0
			}

		.index_login_table p:nth-child(4) input {
			margin: 0 auto;
			width: 48%;
			height: 40px;
			display: block;
			border: 1px solid #fff;
			border-radius: 10px;
			background: rgba(189,26,45,.9);
			color: #fff;
			font-weight: bold;
		}

.login_tip {
	display: inline-block;
	color: #A80404;
	width: 100%;
	text-indent: 2em;
	font-weight: bold;
	text-shadow: 0px 0px 5px #fff;
	margin-bottom: 10px
}

#tabs-2 {
	display: none;
	padding-bottom: 20px;
}
/*景区业务结束*/
.body_img {
	height: 36px;
	width: 90%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

	.body_img img {
		width: 100%;
		height: 100%;
	}

@media (min-width:1000px) and (max-width: 1301px) {
	.fuwu_lefts ul li:last-child {
		line-height: 46px
	}

	.fuwu_lefts ul li i {
		font-size: 12px;
	}

	.fuwu_left1 ul li i, .fuwu_lefts1 ul li i {
		font-size: 12px;
		vertical-align: super;
	}

	.fuwu_lefts1 {
		margin: 50px 0 0 70px;
	}

	.fuwu_left1, .fuwu_lefts1 {
		width: 44%;
		float: left;
	}

		.fuwu_lefts1 ul {
			height: 75px;
			line-height: 75px;
		}

	.footer_box h4, .footer_box h5 {
		margin-right: 5%;
	}

	.footer_sm {
		margin-right: 3%;
	}



	.footer_tell {
		margin-right: 3%;
	}

	.footer_sm ul {
		width: 70%;
	}

	/*登录*/
	.infoleft_main_box {
		width: 88%;
	}

	.inforight_main_box {
		width: 90%;
	}
	/*登录结束*/
	/*新申请*/
	.middle-box {
		width: 40%;
		padding: 100px 0;
	}

	.celect-boxs {
		width: 70%;
	}
	/*新申请结束*/
	.login_m {
		width: 72%;
		padding-top: 8%;
	}
}

@media (min-width:1001px) and (max-width:1080px) {
	.footer_sm ul {
		width: 90%;
	}

	.footer_gzh {
		width: 52%;
	}
	/*登录*/

	.infoleft_main_box {
		width: 94% !important;
	}
	/*登录结束*/
	.login_m {
		width: 80%;
	}
}

@media (min-width:701px) and (max-width:1000px) {
	/*首页*/
	.fuwu_lefts1 {
		margin: 14px 0 0 10px;
	}

	.selected_fuwu_left1, .selected_fuwu_right1 {
		width: 100%;
	}

	.selected_fuwu_right1 {
		margin-top: 60px;
	}

	.fuwu_lefts1 ul {
		height: 60px;
		border: none;
		line-height: 60px;
	}

	.fuwu_left1 {
		margin: 24px 0 0 10px;
	}

	.fuwu_left1, .fuwu_lefts1 {
		width: 92%;
		padding: 0 6%;
	}

		.fuwu_lefts1 ul li {
			width: 52%;
		}

			.fuwu_lefts1 ul li:last-child {
				width: 47%
			}

		.fuwu_left1 ul li {
			width: 40%;
			margin-top: 36px;
		}

			.fuwu_left1 ul li:first-child {
				width: 52%;
			}

			.fuwu_left1 ul li:nth-child(2) {
				width: 45%;
			}

			.fuwu_left1 ul li:nth-child(3) {
				width: 52%;
			}

	.b-arrow {
		right: 10px;
	}

	.selected_top {
		margin: 424px auto 0;
		height: 350px;
	}

	.footer_box h4, .footer_box h5 {
		margin-right: 3%;
	}

	.footer_sm {
		width: 30%;
		margin-right: 1%;
	}

		.footer_sm ul {
			width: 82%;
		}

	.footer_tell {
		width: 20%;
		margin-right: 1%;
		padding: 0px 27px;
	}

	.footer_gzh {
		width: 42%;
	}
	/*首页结束*/
	/*通告*/
	.table_qz_index tr td:last-child {
		width: 12%;
	}
	/*通告结束*/
	/*登录*/
	.infoleft_main_box span a {
		display: inline-block;
		width: 84px;
	}

	.inforight_main_box {
		width: 90%;
		margin: 0 auto;
	}
	/*登录结束*/
	/*新申请*/
	.celect-boxs {
		width: 80%;
	}

	.middle-box {
		width: 50%;
	}
	/*新申请结束*/
	.login_m {
		width: 90%;
		padding-top: 8%;
	}
}

@media (min-width:700px) and (max-width:890px) {
	.b-arrow {
		right: 5px;
	}

	.footer {
		height: 300px;
		padding-top: 26px;
	}

	.footer_box {
		display: inline-block
	}

		.footer_box h4, .footer_box h5 {
			margin-right: 3%;
		}

	.footer_sm {
		width: 38%;
		margin-right: 1%;
	}

		.footer_sm ul {
			width: 82%;
		}

	.footer_tell {
		width: 38%;
		margin-right: 1%;
		padding: 0px 27px;
	}

	.footer_gzh {
		width: 84%;
		margin-left: 70px;
		margin-top: 7px;
	}


		.footer_gzh dl {
			margin: 20px 10%;
			float: left;
		}

	.footers {
		line-height: 26px;
	}

		.footers p {
			margin: 0;
			padding: 0;
			display: block
		}

			.footers p span {
				margin: 0;
			}
	/*通告*/
	.table_qz_index tr td:last-child {
		width: 15%;
	}
	/*通告结束*/
	/*登录*/
	.infoleft_main strong {
		font-size: 17px;
		line-height: 33px;
	}

	.infoleft_main_box span {
		width: 100%;
	}

	.inforight_main {
		width: 100%;
	}

	.inforight_main_box {
		width: 94%;
	}
	/*登录结束*/
	/*新申请*/
	.select-type {
		width: 100%;
		padding: 100px 0;
	}

	.middle-box {
		width: 80%;
	}

	.celect-box {
		width: 80%;
	}

	.select-user-new, .select-user-show, .select-user-wd {
		width: 100%;
		margin: 16px auto 0;
	}
	/*新申请结束*/
	.login_m {
		padding-top: 10%;
	}

	.login_m_r {
		width: 64%;
	}
}

@media screen and (max-width: 700px) {
	/*首页头部开始*/
	.head {
		height: 220px;
		width: 100%;
	}

	.logo {
		width: 255px;
		margin: 0 auto;
	}

		.logo span {
			width: 115px;
			height: 115px;
			display: block;
			float: none;
			margin: 0 auto;
		}

		.logo h1 {
			margin: 0;
			float: none;
			line-height: 32px;
		}

	.tianqi {
		margin: 0;
		float: none;
		line-height: 34px;
		padding-left: 74%;
		background: #a91728;
	}

	#cniil_wza {
		color: #fff;
	}
	/*首页头部结束*/

	.new_content {
		width: 100%;
		height: 100%;
	}

		.new_content .search {
			border-radius: 5px;
			background: #fff;
			width: 430px;
			height: 40px;
			margin-top: 50px;
			line-height: 40px;
			margin-left: 25px;
			padding: 5px;
		}

			.new_content .search select {
				height: 40px;
				line-height: 40px;
				border: none;
			}

			.new_content .search input {
				width: 310px;
				border: 0;
			}

			.new_content .search button {
				background: none;
				border: 0;
				color: #b1b09b;
				font-size: 18px;
				cursor: pointer;
			}

		.new_content .hd_right ul {
			float: left;
			width: 240px;
			border-left: 1px solid #aa1727;
			margin-left: 30px;
		}

			.new_content .hd_right ul li {
				float: left;
				margin: 0 0 10px 30px;
				color: #fff;
			}

	.clearfix {
		display: inline-block;
		width: 100%;
	}

	/*导航*/
	.nav {
		height: 120px;
	}

		.nav ul {
			display: inline;
		}

			.nav ul li {
				width: 33%;
				font-size: 18px
			}

	/*第1*/
	.selected-left {
		width: 100%;
		margin-top: -22px;
	}

	.selected-right {
		display: none
	}

	.new_top {
		width: 94%;
	}

		.new_top ul li p {
			width: 64%;
		}

	.fuwu_left1 {
		margin: 38px 0 0 44px;
	}

	.fuwu_left1, .fuwu_lefts1 {
		width: 92%;
	}

	.selected_fuwu_left1, .selected_fuwu_right1 {
		width: 100%;
	}

	.selected_fuwu_right1 {
		margin-top: 60px;
	}

	.fuwu_lefts ul li {
		width: 96%;
		line-height: 24px !important;
	}

		.fuwu_lefts ul li i {
			font-size: 14px;
		}

	.selected_fuwu_right1 {
		height: 480px;
	}

	.selected_top {
		margin: 620px auto 0;
		height: 570px;
	}

	.b-arrow {
		right: 10px;
	}

	.fuwu_left1 ul li, .fuwu_lefts1 ul li {
		width: 100%;
		margin-top: 26px;
	}

		.fuwu_left1 ul li:first-child {
			width: 100%;
		}

		.fuwu_left1 ul li:nth-child(2) {
			width: 100%;
		}

		.fuwu_left1 ul li:nth-child(3) {
			width: 100%;
		}

	.fuwu_lefts1 {
		margin: -28px 0 0 10px;
	}

		.fuwu_lefts1 ul {
			border-bottom: none;
			margin-left: 35px;
			width: 90%
		}

			.fuwu_lefts1 ul li:last-child {
				width: 100%;
			}

	.ju_box > ul {
		height: 154px;
		width: 100%;
		display: inline-block;
	}

		.ju_box > ul > li {
			-webkit-flex: 1;
			width: 44%;
			border-right: 1px solid #eee;
			border-bottom: 1px solid #eee;
		}

	.fuwu_left1 ul li i, .fuwu_lefts1 ul li i {
		font-size: 16px;
		vertical-align: super;
	}

	/*尾部开始*/
	.footer {
		height: 590px;
		padding: 0;
	}

	.footer_box {
		display: inline-block;
		width: 80%;
	}

		.footer_box h4, .footer_box h5 {
			float: none;
			margin: 10px 0;
		}

	.footer_sm {
		width: 100%;
		float: none;
		padding-top: 1px;
		margin: 10px 0;
		height: 137px;
	}

		.footer_sm table {
			width: 100%;
			padding: 40px 0 0 50px;
			margin: 0;
		}

	.footer_tell {
		width: 100%;
		margin: 0;
		float: none;
		padding: 0;
	}

		.footer_tell ul {
			padding-left: 50px;
		}



	.footer_gzh {
		width: 100%;
		float: none;
		margin: 10px 0;
	}

	.footers {
		line-height: 26px;
	}

		.footers p {
			margin: 0;
			padding: 0;
			display: block
		}

			.footers p span {
				margin: 0;
			}
	/*通知*/

	.table_qz_index tr td:first-child {
		width: 63%;
	}

	.table_qz_index tr td:last-child {
		width: 27%;
	}

	.page_area {
		width: 220px;
		margin: 10px auto;
		text-align: center
	}

		.page_area .L {
			padding: 0;
		}

		.page_area .R {
			margin: 10px 0;
		}

	.tztg_center table {
		padding: 0 !important;
	}

		.tztg_center table tr {
			line-height: 24px;
		}
	/*通知结束*/
	/*登录*/
	.inforight_main_box h3 i {
		top: 24px;
	}

	.signin_infoleft, .signin_inforight {
		width: 100%;
		float: none;
		margin: 0;
	}

	.signin_inforight {
		position: absolute;
		top: 406px;
	}

	.integration_main {
		display: inline-block;
		width: 100%;
		margin: 0;
	}

	.infoleft_main {
		padding: 3% 0;
	}

		.infoleft_main strong {
			font-size: 18px;
			line-height: 30px;
		}

	.infoleft_main_box {
		width: 90%;
		margin-top: 370px;
		position: relative;
	}

		.infoleft_main_box span {
			width: 100%;
		}

	.inforight_main {
		background: none;
		margin: 4% auto;
	}

	.inforight_main_box {
		width: 96%;
		padding: 0;
	}

		.inforight_main_box h3 {
			height: 60px;
			line-height: 60px;
		}

			.inforight_main_box h3 a {
				font-size: 20px;
			}
	/*登录结束*/
	/*新申请*/

	h2.loginscreen {
		font-size: 24px;
	}

	.select-type {
		width: 100%;
		margin: 30px auto;
		padding: 70px 0;
	}

	.middle-box {
		width: 80%;
		padding: 70px 0;
	}

	.celect-box {
		width: 80%;
	}

	.select-user-new, .select-user-show, .select-user-wd {
		width: 100%;
		font-size: 12px;
		margin: 16px auto 0;
	}
	/*新申请结束*/
	.div_body {
		height: 100%;
	}

	.login_m {
		padding: 10% 0;
		width: 90%;
	}

	.login_m_l {
		width: 44%;
		display: none
	}

	.login_m_r {
		width: 100%;
		float: none;
	}

	.body_img {
		display: none;
	}

	.pscsd {
		font-size: 12px;
		line-height: 22px;
	}
}
