.container{
	width: 91%;
	margin: 0 auto;
}
.header{
	width: 100%;
	background: #004098;
	position: fixed;
	z-index: 9999;
	border-top:1px solid #fff;
}
.header_zx{
	padding-top: 110px;
}

.topBg.header .header_a:before { content:''; width: 100%; left:0; top: 0; height: 100%; position: absolute; background: linear-gradient(0deg, rgba(0, 64, 152, 0) 0%, rgba(0, 64, 152, 0.8) 100%); }

.header-manman .logo,.header-manman .daoh { position: relative; z-index: 5; }


.header .header_a{
	width: calc(100% - 162px);
	margin: 0 auto;
	position: relative;
}
.header_a .logo{
	margin-top: 30px;
}
.header_a .logo .logo_a{
	position: relative;
	padding-right: 16px;
	margin-right: 16px;
}
.header_a .logo .logo_a:after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 36px;
	background: rgba(255, 255, 255, 0.4);
}
.header_a .daoh{
	margin: 20px 0 25px;
}
.header_a .daoh .daoh_a ul{
	position: relative;
	padding-right: 1.9vw;
	margin-right: 1.9vw;
}
.header_a .daoh .daoh_a ul:after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 16px;
	background: rgba(255, 255, 255, 0.4);
}
.header_a .daoh .daoh_a ul li{
	float: left;
	margin-right: 1.56vw;
}
.header_a .daoh .daoh_a ul li:last-child{
	margin-right: 0;
}
.header_a .daoh .daoh_a ul li a{
	color: #fff;
	display: inline-block;
}
.header_a .daoh .daoh_a .zyqh{
	color: #fff;
	margin-right: 1.25vw;
	position: relative;
	z-index: 10;
}
.header_a .daoh .daoh_a .zyqh .xial{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	background: #fff;
	border-radius: 5px;
	width: 80px;
	display: none;
	padding: 5px 10px;
	text-align: center;
	z-index: 10;
	box-shadow: 0px 6px 20px 0px rgba(0, 51, 121, 0.1);
}
.header_a .daoh .daoh_a .zyqh:hover .xial{
	display: block;
}
.header_a .daoh .daoh_a .zyqh .xial a{
	padding: 5px 0;
	color: #000;
	display: block;
}
.header_a .daoh .daoh_a .zyqh i{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/zyqh_icon.svg)center center/cover;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
}
.header_a .daoh .daoh_b{
	margin-top: 14px;
	position: relative;
	z-index: 6;
}
.header_a .daoh .daoh_b ul li{
	float: left;
	margin-right: 2.4vw;
}
.header_a .daoh .daoh_b ul li:last-child{
	margin-right: 0;
}
.header_a .daoh .daoh_b ul li a{
	display: inline-block;
	color: #fff;
	position: relative;
	padding-bottom: 4px;
}
.header_a .daoh .daoh_b ul li a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width:0;
	background: #fff;
	transition: all 0.6s;
}
.header_a .daoh .daoh_b ul li.cur a:after{
	width: 100%;
}
.header_a .daoh .daoh_b ul li:hover a:after{
	width: 100%;
}
.header .sous{
	position: relative;
	cursor: pointer;
	margin-top: 2px;
	z-index: 5;
}
.header .sous.cur{
    z-index: 10;
}
.header .sous .sousk{
	position: absolute;
	top: 120%;
	right: -20px;
	width: 180px;
	height: 30px;
	opacity: 0;
	transition: all 0.6s;
	overflow: hidden;
	border-radius: 4px;
}
.header .sous.cur .sousk{
	opacity: 1;
	right: 0;
}
.header .sous .sousk .sous_01{
	height: 30px;
	line-height: 30px;
	border:none;
	width: 100%;
	padding-left: 15PX;
	padding-right: 40PX;
	font-size: 16px;
	color: #222222;
	position: relative;
}
.header .sous .sousk .sdj{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    border: none;
    width: 16px;
    height: 16px;
    background: url(../images/fdj_01.svg) center center/cover;
}
.mbx{
	padding: 16px 0;
	border-bottom: 1px solid #D8D8D8;
}
.mbx .mbx_a a{
	color: #666666;
}
.mbx .mbx_a span{
	color: #666666;
}

.bomo{
	padding: 4.1vw 0 5.7vw;
}
.bomo .bomo_a{
	width: 18.3%;
	position: sticky;
    top: 140px;
}
.bomo .bomo_a .bt{
	color: #222222;
}
.bomo .bomo_a ul{
	margin-top: 1vw;
}
.bomo .bomo_a ul li a{
	display: block;
	width: 100%;
	color: #666666;
	border-bottom: 1px solid #666666;
	transition: all 0.6s;
	padding: 12px 0;
}
.bomo .bomo_a ul li a.cur{
	color: #004098;
	border-bottom: 1px solid #004098;
}
.bomo .bomo_a ul li.cur a{
	color: #004098;
	border-bottom: 1px solid #004098;
}
.bomo .bomo_a ul li:hover a{
	color: #004098;
	border-bottom: 1px solid #004098;
}
.bomo .bomo_b{
	width: 80%;
	border:1px solid #D8D8D8;
	padding:  2.3vw 3.5vw 3.7vw 3.5vw;
}
.bomo .bomo_b2 { width: 100%; }
.bomo .bomo_b .bomo_b1 .bomo_b1_l.fl{
	width: 49%;
}
.bomo .bomo_b .bomo_b1 .bomo_b1_l .bt .b{
	color: #004098;
}
.bomo .bomo_b .bomo_b1 .bomo_b1_l .bt .t{
	margin-top: 1.1vw;
}
.bomo .bomo_b .bomo_b1 .bomo_b1_l .bt .t p{
	line-height: 1.8;
	margin-bottom: 10px;
}
.bomo .bomo_b .bomo_b1 .bomo_b1_r.fr{
	width: 35.8%;
}
.bomo_b .bomo_b1.bomo_b1_a{
	padding-bottom: 0;
	border-bottom: none;
}
.bomo_b .bomo_b1{
	padding-bottom: 2.4vw;
	border-bottom: 1px solid #D8D8D8;
}
.bomo .bomo_b .bomo_b2{
	padding-top:2.4vw;
}
.bomo .bomo_b .bomo_b2 .zbt_a{
	margin-top: 0;
}
.bomo .bomo_b .bomo_b2 ul{
	margin-top: 1vw;
}
.bomo .bomo_b .bomo_b2 ul li{
	margin-bottom: 1vw;
}
.bomo .bomo_b .bomo_b2 ul li:last-child{
	margin-bottom: 0;
}
.bomo .bomo_b .bomo_b2 ul li .bt .b{
	position: relative;
	padding-left: 16px;
}
.bomo .bomo_b .bomo_b2 ul li .bt .b:after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 6px;
	height: 6px;
	background: #004098;
	border-radius: 50%;
}
.bomo .bomo_b .bomo_b2 ul li .bt .t{
	margin-top: 8px;
	line-height: 1.8;
}
.zbt_a{
	color: #004098;
	position: relative;
	padding-left: 14px;
	padding-bottom: 1vw;
	border-bottom: 1px solid #D8D8D8;
	margin-top: 2.4vw;
}
.zbt_a:after{
	content: "";
	position: absolute;
	top: 14px;
	transform: translateY(-50%);
	left: 0;
	width: 2px;
	height: 20px;
	background: #004098;
}
.biaod table{
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}
.biaod table tr th{
	color: #666666;
	text-align: left;
	padding: 10px 10px 10px 1.56vw;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}
.biaod table tr:nth-child(1) th{
	color: #004098;
	background: rgba(0, 64, 152, 0.16);
	padding: 18px 10px 18px 1.56vw;
	border-right: 1px solid #EBF0F7;
	border-bottom: none;
}
.biaod table tr:nth-child(1) th:nth-child(1){
	color: #004098;
	border-left: none;
}
.biaod table tr th:nth-child(1){
	color: #222222;
	border-left: 1px solid #D8D8D8;
}
.bomo_b3 .zbt_a{
	border-bottom: 0;
}
.footer_a{
	padding: 3.3vw 0 3.4vw;
	background: linear-gradient(0deg, #00C4F8 17%, #003D92 49%);
}
.footer_a .top{
	position: relative;
}
.footer_a .top .bt{
	color: rgba(255, 255, 255, 0.5);
	font-weight: 600;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.footer_b{
	margin-top: 1.8vw;
	padding-top: 1.3vw;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-wrap: wrap;
}
.footer_b .fot_a{
	width: 21.6%;
}
.footer_b .fot_a ul li{
	float: left;
	width: 48%;
	margin-right: 4%;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
}
.footer_b .fot_a ul li:last-child{
	margin-right: 0;
}
.footer_b .fot_a ul li a{
	display: block;
	color: #fff;
	position: relative;
}
.footer_b .fot_a ul li a:after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 18px;
	height: 11px;
	background: url(../images/fot_a_jt.svg)center center/cover;
}
.footer_b .fot_a .bt{
	margin-top: 1.7vw;
}
.footer_b .fot_a .bt p{
	color: #fff;
	line-height: 1.8;
}
.footer_b .fot_a .bt p span{
	color: rgba(255, 255, 255, 0.8);
}
.footer_b .fot_b{
	width: 22%;
	margin-left: 8%;
}
.footer_b .fot_b ul li{
	margin-bottom: 1vw;
}
.footer_b .fot_b ul li a{
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.footer_b .fot_b ul li a i{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/fot_b_jt.svg)center center/cover;
	vertical-align: middle;
	margin-top: -2px
}
.footer_b .fot_c{
	width: 25.5%;
	margin-left: 6%;
}
.footer_b .fot_c ul li{
	width: 50%;
	float: left;
}
.footer_b .fot_c ul li a{
	display: block;
	width: 100%;
	cursor: initial;
}
.footer_b .fot_d{
	width: 15%;
	margin-left: 1.9%;
	position: relative;
}
.footer_b .fot_d ul{
	width: 100%;
	position: absolute;
	bottom: 0;
}
.footer_b .fot_d ul li{
	float: right;
	text-align: center;
	margin-right: 2%;
	width: 49%;
}
.footer_b .fot_d ul li.sp img{
    transform: scale(1); transition: all 0.6s ease 0s;
    cursor: pointer;
}
.footer_b .fot_d ul li.sp:hover img{
    transform: scale(1.1);
}
.footer_b .fot_d ul li:last-child{
	margin-right: 0;
}
.footer_b .fot_d ul li .bt{
	margin-top: 10px;
	text-align:center;
	color: rgba(255, 255, 255, 0.4);
}




@media(max-width: 1600px){
	.header .header_a{
		width: 91%;
	}
}
@media(max-width: 1100px){
	.header_a .daoh{
		display: none;
	}
	.header_a .logo{
		margin: 15px 0;
		width: 50%;
	}
	.header_a .logo .logo_a{
		width: 43%;
		margin-right: 2%;
		padding-right: 2%;
	}
	.header_a .logo .logo_a:after{
		height: 20px;
	}
	.header_a .logo .logo_b{
		width: 54%;
	}
	.mbx{
		padding: 10px 0;
	}
	.footer_b .fot_a{
		width: 100%;
	}
	.footer_b .fot_b{
		display: none;
	}
	.footer_b .fot_c{
		width: 100%;
		margin-left: 0;
		display: none;
	}
	.footer_b .fot_d{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.footer_b .fot_d ul{
		position: relative;
		    flex-direction: row-reverse;
	}
	.footer_b .fot_d ul li{
		text-align: left;
		width: auto;
		margin-left: 5%;
		max-width: 49%;
	}

	.footer_b{
		margin-top: 20px;
		padding-top: 20px;
	}
	.footer_b .fot_a .bt{
		margin-top: 15px;
	}
	.footer_a .top .bt{
		position: static;
		margin-top: 15px;
		float: left;
		transform: translateY(0);
	}
}
@media(max-width: 1100px){
	.bomo .bomo_a{
		display: none;
	}
	.bomo .bomo_b{
		width: 100%;
		padding: 30px 20px 40px 20px;
	}
	.bomo .bomo_b .bomo_b1 .bomo_b1_l.fl{
		width: 100%;
	}
	.bomo .bomo_b .bomo_b1 .bomo_b1_r.fr{
		margin-top: 20px;
		width: 100%;
	}
	.bomo .bomo_b .bomo_b2{
		margin-top: 20px;
	}
	.bomo .bomo_b .bomo_b1{
		padding-bottom: 20px;
	}
	.bomo .bomo_b .bomo_b2 ul li{
		margin-bottom: 15px;
	}
	.bomo .bomo_b .bomo_b3{
		margin-top: 20px;
	}
	.biaod table tr:nth-child(1) th{
		padding: 15px 10px 15px 15px;
	}
	.biaod table tr th{
		padding: 8px 8px 8px 15px; 
	}
}
.bomo .bomo_b .bomo_b3 .biaod a { text-decoration: underline; color:#004098; }
.bomo .bomo_b .bomo_b3 .biaod * { line-height: 24px; vertical-align top; }
.ny_dh{
	background: url(../images/ny_dh.jpg)center center/cover;
}
.ny_dh ul li{
	float: left;
	width: 220px;
	text-align: center;
	padding: 15px 0;
	transition: all 0.6s;
}
.ny_dh ul li:hover{
	background: #004098;
}
.ny_dh ul li a{
	display: block;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
}
.ny_dh ul li a:hover{
	border-color: #004098;
}
.ny_dh ul li:nth-child(1) a{
	border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.ny_dh ul li:nth-child(1) a:hover{
	border-color: #004098;
}
.ny_dh ul li.cur{
	background: #004098;
}
.ny_dh ul li.cur a{
	border-color: #004098;
}
.zsk{
	padding: 4.2vw 0 5.7vw;
	background: url(../images/zsk_beij.png)center bottom #fff no-repeat;
}
.zbt {
	color: #222222;
	padding-left: 28px;
	position: relative;
	line-height: 1;
}
.zbt:after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 12px;
	height: 100%;
	background: url(../images/zbt_wl.svg)center center/cover;
}
.zsk .top .top_a a{
	display: inline-block;
	width: 170px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #2D2D2D;
	transition: all 0.6s;
	border:1px solid #CACACA;
	margin-left: 10px;
	border-radius: 4px;
}
.zsk .top .top_a a:hover{
	background: #004098;
	color: #FFFFFF;
	border:1px solid #004098; 
}
.zsk .top .top_a a.cur{
	background: #004098;
	color: #FFFFFF;
	border:1px solid #004098; 
}
.zsk .zsk_a{
	margin-top: 2vw;
}
.zsk .zsk_a ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2.6vw;
}
.zsk .zsk_a ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	background: rgba(235, 240, 247, 0.6);
	overflow: hidden;
	border-radius: 4px;
	margin-top: 1.66vw;
	transition: all 0.6s;
}
.zsk .zsk_a ul li:nth-child(1),
.zsk .zsk_a ul li:nth-child(2),
.zsk .zsk_a ul li:nth-child(3){
	margin-top: 0;
}
.zsk .zsk_a ul li:nth-child(3n){
	margin-right: 0;
}
.zsk .zsk_a ul li:nth-child(2n){
	background: none;
	border:1px solid #D8D8D8;
}
.zsk .zsk_a ul li a{
	display: block;
	width: 100%;
	padding: 1.66vw 2.3vw 2.5vw 2.3vw;
}
.zsk .zsk_a ul li .bt .b{
	padding: 10px 1.3vw;
	background: rgba(0, 64, 152, 0.06);
	display: inline-block;
	color: #004098;
	border-radius: 6px;
	transition: all 0.6s;
}
.zsk .zsk_a ul li .bt .b1{
	margin-top: 16px;
	color: #222222;
	transition: all 0.6s;
}
.zsk .zsk_a ul li .bt .t{
	color: #666666;
	margin-top: 9px;
	transition: all 0.6s;
}

.zsk .zsk_a ul li:hover{
	background: #004098;
}
.zsk .zsk_a ul li:hover .bt .b{
	background: #fff; 
}
.zsk .zsk_a ul li:hover .bt .b1{
	color: #fff;
}
.zsk .zsk_a ul li:hover .bt .t{
	color: #fff;
}
.fyq{
	width: 100%;
	text-align: center;
}
.fyq a{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	color: #555555;
	border:1px solid #CACACA;
	margin: 0 9px;
	transition: all 0.6s;
}
.fyq a.dian{
	border:none;
}
.fyq a:hover{
	color: #fff;
	background: #004098;
	border:1px solid #004098;
}
.fyq a.dian:hover{
	color: #555555;
	background: none;
	border:none;
}
.fyq a.cur{
	color: #fff;
	background: #004098;
	border:1px solid #004098;
}


@media(max-width: 1100PX){
	.ny_dh ul li{
		width: 33.33%;
		padding: 10px 0;
	}
	.ny_dh ul li:nth-child(4) a{
		border-left: 1px solid rgba(255, 255, 255, 0.4);
	}
	.ny_dh ul li:nth-child(4) a:hover{
		border-color: #004098;
	}
	.zsk{
		padding: 30px 0 40px;	
	}
	.zsk .top .top_a{
		width: 100%;
		margin-top: 15px;
	}
	.zsk .top .top_a a{
		width: 49%;
		text-align: center;
		height:40px;
		line-height: 38px;
		margin-left: 0;
		margin-right: 2%;
		float: left;
		margin-bottom:2%;
	}
	.zsk .top .top_a a:nth-child(2n) {
	    margin-right: 0;
	}
	.zsk .zsk_a{
		margin-top: 25px;
	}
	.zsk .zsk_a ul li{
		width: 100%;
		margin-top: 15px;
		margin-right: 0;
	}
	.zsk .zsk_a ul li a{
		padding: 20px;
	}
	.zsk .zsk_a ul li:nth-child(2),
	.zsk .zsk_a ul li:nth-child(3){
		margin-top: 15px;
	}
	.zsk .zsk_a ul li .bt .b{
		padding: 8px 15px;
	}
	.zsk .zsk_a ul{
		margin-bottom: 25px;
	}
	.fyq a{
		width: 40px;
		height: 40px;
		line-height: 38px;
		margin: 0 2px;
	}
	
	.fyq a.prev,
	.fyq a.next,
	.fyq a.Last { display: none; }
}

@media(max-width: 600px){
    .fyq a{
		width: 32px;
		height: 32px;
		line-height: 30px;
		margin: 2px; font-size: 12px;
	}
	.fyq { height: 37px; overflow:hidden; }
}


.bomo_b4 ul{
	padding-top: 1.3vw;
}
.bomo_b4 ul li .bt{
	position: relative;
	border:1px solid rgba(0, 64, 152, 0.3);
	border-radius: 2px;
}
.bomo_b4 ul li{
	margin-bottom: 23px;
}
.bomo_b4 ul li .bt .b{
	background: #004098;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	position: relative;
	float: left;
	border-radius: 2px;
}
.bomo_b4 ul li .bt .b:after{
	content: "";
	position: absolute;
	bottom: -23px;
	left: 50%;
	transform: translateX(-50%);
	width: 16px;
	height: 23px;
	background: url(../images/bomo_b4_jt.svg)center center/cover;
}
.bomo_b4 ul li .bt .t{
	float: left;
	width: 90%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100px;
	color: #222222;
	line-height: 1.8;
	padding-right: 40px;
}
.bomo_b4 ul li .bt .t .t2{
	color: #666666;
}
.bomo_b4 ul li .bt .t .t2 a,.bomo_b5 .nr a { color: #004098; text-decoration: underline; }
.bomo_b4 ul li:last-child{
	margin-bottom: 0;
}
.bomo_b4 ul li:last-child .bt .b:after{
	display: none;
}
.bomo_b5 .nr{
	margin-top: 1.3vw;
}
.bomo_b5 .nr p{
	color: #666666;
}
.bomo_b5 .nr p{
	line-height: 1.8;
}
.bomo_b6 .con{
	margin-top: 1.3vw;
}
.bomo_b6 ul li{
	position: relative;
	padding-left: 16px;
	line-height: 2;
}
.bomo_b6 ul li:after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: #004098;
	border-radius: 50%;
	left: 0;
}
@media(max-width: 1600px){
	.bomo_b4 ul li .bt .b{
		height: 90px;
		line-height: 90px;
	}
}
@media(max-width: 1100px){
	.zbt_a{
		padding-bottom: 15px;
		margin-top: 20px;
	}
	.zbt_a:after{
		top: 10px;
	}
	.bomo_b4 ul li .bt .b{
		width: 50px;
		height: 180px;
		line-height: 180px;
	}
	.bomo_b4 ul li .bt .t{
		left: 60px;
		padding-right: 30px;
	}
	.bomo_b4 ul{
		padding-top: 15px;
	}
	.bomo_b .bomo_b1.bomo_b1_a{
		padding-bottom: 0;
	}
	.bomo_b5 .nr{
		margin-top: 15px;
	}
}

.bcq{
	padding: 4.1vw 0 6.25vw;
}
.bcq_l{
	width: 18.3%;
	position: sticky;
	top: 140px;
}
.bcq_l ul li{
	border-bottom: 1px solid #D8D8D8;
	padding: 0 1vw;
	transition: all 0.6s;
}
.bcq_l ul li a{
	display: block;
	padding: 10px 0;
	position: relative;
	transition: all 0.6s;
}
.bcq_l ul li:nth-child(1){
	border-top: 1px solid #D8D8D8;
}
.bcq_l ul li a:after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 18px;
	height: 11px;
	background: url(../images/bcq_jt.svg)center center/cover;
	opacity: 0;
	transition: all 0.6s;
}
.bcq_l ul li:hover{
	background: #EBF0F7;
	border-bottom: 1px solid #004098;
}
.bcq_l ul li:hover a{
	color: #004098;
}
.bcq_l ul li:hover a:after{
	opacity: 1;
}
.bcq_l ul li.cur{
	background: #EBF0F7;
	border-bottom: 1px solid #004098;
}
.bcq_l ul li.cur a{
	color: #004098;
}
.bcq_l ul li.cur a:after{
	opacity: 1;
}
.bcq_r{
	width: 80%;
}
.bcq_r ul{
	margin-top: 2vw;
}
.bcq_r ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 1.56vw;
	overflow: hidden;
	border-radius: 4px;
}
.bcq_r ul li:nth-child(1),
.bcq_r ul li:nth-child(2),
.bcq_r ul li:nth-child(3){
	margin-top: 0;
}
.bcq_r ul li:nth-child(3n){
	margin-right: 0;
}
.bcq_r ul li .bt{
	background: #EBF0F7;
	padding: 1vw 1.77vw;
	position: relative;
}
.bcq_r ul li .bt:after{
	content: "";
	position: absolute;
	background: url(../images/bcq_r_jt.svg)center center/cover;
	width: 19px;
	height: 11px;
	top: 50%;
	transform: translateY(-50%);
	right: 1.77vw;
}
.bcq_r ul li .img img{
	transform: scale(1); transition: all 0.6s ease 0s;
}
.bcq_r ul li:hover .img img{
	transform: scale(1.1);
}
.fwms{
	width: 80%;
}
.fwms .nr{
	margin-top: 2vw;
}
.fwms .nr .b{
	color: #004098;
}
.fwms .nr ul{
	margin-top: 0;
}
.fwms .nr ul li{
	line-height: 2;
	position: relative;
	padding-left: 12px;
}
.fwms .nr ul li:after{
	 content: "";
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 left: 0;
	 width: 6px;
	 height: 6px;
	 border-radius: 50%;
	 background: #004098;
}
@media(max-width: 1100px){
	.bcq_l{
		display: none;
	}
	.bcq_r{
		width: 100%;
	}
	.bcq_r ul{
		margin-top: 20px;
	}
	.bcq{
		padding: 30px 0 40px;
	}
	.bcq_r ul li{
		margin-right: 0;
		width: 100%;
		margin-top: 15px;
	}
	.bcq_r ul li:nth-child(2),
	.bcq_r ul li:nth-child(3){
		margin-top: 15px;
	}
	.bcq_r ul li .bt{
		padding: 15px 20px;
	}
	.bcq_r ul li .bt:after{
		right: 20px;
	}
	.fwms{
		width: 100%;
	}
}

.jggy{
	padding: 80px 0 120px;
}
.jggy .top .sous{
	width: 420px;
	height: 54px;
	position: relative;
}
.jggy .top .sous .sous_1{
	width: 100%;
	height: 54px;
	line-height: 54px;
	border: 1px solid #D8D8D8;
	padding: 0 23px;
	border-radius: 4px;
	font-size: 16px;
}


.jggy .top .sous .fdj{
	position: absolute;
	right: 23px;
	width: 16px;
	height: 16px;
	background: url(../images/fdj_01.svg)center center/cover;
	top: 50%;
	transform: translateY(-50%);
	border:none;
}
.jggy .jggy_a{
	margin-top: 40px;
}
.jggy .jggy_a .jggy_l{
	position: sticky; left:0; top:120px;
	width: 18.3%;
	background: #fff;
	box-shadow: 0px 6px 20px 0px rgba(0, 51, 121, 0.1);
}
.jggy .jggy_a .jggy_l ul{
	overflow: hidden;
	border-radius: 4px;
}
.jggy .jggy_a .jggy_l ul li{
	padding: 0 24px;
}
.jggy .jggy_a .jggy_l ul li a{
	display: block;
	padding: 16px 0;
	border-bottom: 1px solid #D8D8D8;
	position: relative;
	transition: all 0.6s;
}
.jggy .jggy_a .jggy_l ul li a:after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 18px;
	height: 11px;
	background: url(../images/jggy_jt.svg)center center/cover;
	opacity: 0;
	transition: all 0.6s;
}
.jggy .jggy_a .jggy_l ul li:hover a:after{
	opacity: 1;
}
.jggy .jggy_a .jggy_l ul li:hover{
	background: #004098;
}
.jggy .jggy_a .jggy_l ul li:hover a{
	color: #fff;
	border-bottom: 1px solid #004098;
}
.jggy .jggy_a .jggy_l ul li:last-child a{
	border-bottom: none;
}
.jggy .jggy_a .jggy_l ul li.cur a:after{
	opacity: 1;
}
.jggy .jggy_a .jggy_l ul li.cur{
	background: #004098;
}
.jggy .jggy_a .jggy_l ul li.cur a{
	color: #fff;
	border-bottom: 1px solid #004098;
}
.jggy .jggy_a .bcq_r ul{
	margin-top: 0;
}
@media(max-width: 1920px){
	.jggy{
		padding: 4.1vw 0 6.25vw;
	}
	.jggy .jggy_a{
		margin-top: 2vw;
	}
	.jggy .jggy_a .jggy_l ul li{
		padding: 0 1.25vw;
	}
}
@media(max-width: 600px){
    .jggy .top .sous .sous_1 { padding-left: 10px; font-size: 12px; }
    .jggy .top .sous .fdj { right: 15px; }
}
@media(max-width: 1100px){
	.jggy .jggy_a .jggy_l{
		display: none;
	}
	.jggy .top .zbt{
		width: 100%;
	}
	.jggy .top .sous{
		width: 100%;
		float: left;
		margin-top: 15px;
		height: 45px;
	}
	.jggy .top .sous .sous_1{
		height: 45px;
		line-height: 45px;
	}
}

.gynl{
	padding: 80px 0 130px;
}
.gynl ul{
	margin-top: 40px;
}
.gynl ul li{
	width: 32%;
	float: left;
	margin-right: 2%;
}
.gynl ul li:nth-child(3n){
	margin-right: 0;
}
.gynl ul li .img{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.gynl ul li .img .icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #004098;
	border-radius: 4px 0px 4px 0px;
	z-index: 1;
}
.gynl ul li .img .icon img { vertical-align:middle; }
.gynl ul li .img .img01{
	transform: scale(1); transition: all 0.6s ease 0s;
}
.gynl ul li:hover .img .img01{
	transform: scale(1.1);
}
.gynl ul li .bt{
	margin-top: 20px;
}
.gynl ul li .bt .t{
	margin-top: 10px;
	display:block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; height: 78px; line-height: 26px;
}
.gynl ul li .bt .jt{
	color: #004098;
	margin-top: 15px;
}
.gynl ul li .bt .jt i{
	display: inline-block;
	margin-left: 11px;
	vertical-align: middle;
	margin-top: -3px;
	width: 18px;
	height: 11px;
	background: url(../images/gynl_jt.svg)center center/cover;
}
@media(max-width: 1920px){
	.gynl{
		padding: 4.1vw 0 6.7vw;
	}
	.gynl ul{
		margin-top: 2vw;
	}
	.gynl ul li .bt{
		margin-top: 1vw;
	}
}
@media(max-width: 1100px){
	.gynl{
		padding: 30px 0 40px;
	}
	.gynl ul{
		margin-top: 20px;
	}
	.gynl ul li .bt{
		margin-top: 15px;
	}
	.gynl ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.gynl ul li .img .icon{
		width: 70px;
		height: 60px;
		line-height: 60px;
	}
	.gynl ul li .img .icon img{
		width: 60%;
	}
}

.gktx{
	padding: 80px 0 120px;
}
.gktx .gktx_a{
	border:1px solid #D8D8D8;
	border-radius: 4px;
	overflow: hidden;
}
.gktx .gktx_a .top{
	background: rgba(240, 244, 249, 0.7);
	border-bottom: 1px solid #D8D8D8;
}
.gktx .gktx_a .top a{
	width: 200px;
	height: 64px;
	line-height: 64px;
	float: left;
	display: block;
	text-align: center;
	transition: all 0.6s;
	position: relative;
}
.gktx .gktx_a .top a:hover{
	background: #DDE5EE;
	color: #004098;
}
.gktx .gktx_a .top a.cur{
	background: #DDE5EE;
	color: #004098;
}
.gktx .gktx_a .top a:after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
	height: 2px;
	width: 0;
	background: #004098;
	transition: all 0.6s;
}
.gktx .gktx_a .top a:hover:after{
	width: 100%;
}
.gktx .gktx_a .top a.cur:after{
	width: 100%;
}


.gktx_a1 .gktx_a2 .zbt_a{
	border-bottom: none;
}
.gktx_a1 .gktx_a2 ul li{
	border-radius: 4px;
	overflow: hidden;
	border:1px solid #EEEEEE;
	transition: all 0.6s;
	margin-bottom: 1vw;
}
.gktx_a1 .gktx_a2 ul li:last-child{
	margin-bottom: 0;
}
.gktx_a1 .gktx_a2 ul li .bt{
	padding: 25px 33px;
	position: relative;
	cursor: pointer;
}
.gktx_a1 .gktx_a2 ul li .bt .b{
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #EEEEEE;
	color: #004098;
}
.gktx_a1 .gktx_a2 ul li .bt .t{
	width: 90%;
}
.gktx_a1 .gktx_a2 ul li .bt .jt{
	width: 50px;
	height: 50px;
	border-radius: 4px;
	border:1px solid #CACACA;
	text-align: center;
	position: absolute;
	right: 33px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.6s;
}
.gktx_a1 .gktx_a2 ul li .bt .jt i{
	display: inline-block;
	background: url(../images/gktx_a2_jt.svg)center center/cover;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.6s;
}
.gktx_a1 .gktx_a2 ul li .nr{
	padding: 0 175px 0 118px;
	display: none;
}
.gktx_a1 .gktx_a2 ul li .nr p{
	line-height: 2;
}
.gktx_a1 .gktx_a2 ul li .nr .nr_a{
	padding-top: 24px;
	padding-bottom: 58px;
	border-top: 1px solid #D8D8D8;
}
.gktx_a1 .gktx_a2 ul li.cur{
	background: #F0F4F9;
	border:1px solid #F0F4F9;
}
.gktx_a1 .gktx_a2 ul li.cur .bt .jt{
	background: #004098;
	border:1px solid #004098;
}
.gktx_a1 .gktx_a2 ul li.cur .bt .jt i{
	background: url(../images/gktx_a2_jt_a.svg)center center/cover;
}
.gktx_a1 .gktx_a3 .bt{
	margin-top: 1vw;
}
.gktx_a1 .gktx_a3 .ann{
	margin-top: 1vw;
}
.ann a{
	width: 200px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: #004098;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
}
.ann a i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px;
	width: 20px;
	height: 15px;
	background: url(../images/youx.svg)center center/cover;
}
@media(max-width: 1920px){
	.gktx{
		padding: 4.1vw 0 6.2vw;
	}
	.gktx_a1 .gktx_a2 ul li .nr{
		padding: 0 9.1vw 0 5.4vw;
	}
	.gktx_a1 .gktx_a2 ul li .nr .nr_a{
		padding-top:1.25vw;
		padding-bottom: 3vw;
	}
	.gktx_a1 .gktx_a2 ul li .bt .b{
		margin-right: 1vw;
		padding-right: 1vw;
	}
	.gktx_a1 .gktx_a2 ul li .bt{
		padding: 1.3vw  1.7vw;
	}
}

@media(max-width: 1100px){
	.gktx{
		padding: 30px 0 40px;
	}
	.gktx .gktx_a .top a{
		width: 33.33%;
		height: 40px;
		line-height: 40px;
	}
	.ann a{
		width: 140px;
		height: 45px;
		line-height: 45px;
	}
	.gktx_a1 .gktx_a2 ul li .bt .b{
		margin-right: 10px;
		padding-right: 10px;
	}
	.gktx_a1 .gktx_a2 ul li .bt .t{
		width: 100%;
		margin-top: 10px;
	}
	.gktx_a1 .gktx_a2 ul li .bt{
		padding: 15px;
	}
	.gktx_a1 .gktx_a2 ul li .nr .nr_a{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.gktx_a1 .gktx_a2 ul li .nr{
		padding: 0 15px;
	}
	.gktx_a1 .gktx_a2 ul li .bt .jt{
		width: 35px;
		height: 35px;
		top: 7px;
		transform: translateY(0);
		right: 15px;
	}
	.gktx_a1 .gktx_a3 .bt{
		margin-top: 15px;
	}
	.gktx_a1 .gktx_a3 .ann{
		margin-top: 15px;
	}
}

.gktx_c{
	padding: 40px 0 72px;
	width: calc(100% - 62px);
	margin: 0 auto;
}
.gktx_c1{
	position: relative;
}
.gktx_c1 .gktx_c_l{
	width: 38.4%;
	padding-top: 2.8vw;
}
.gktx_c1 .gktx_c_l .bt{
	padding-bottom: 1.56vw;
	border-bottom: 1px solid #D8D8D8;
	position: relative;
}
.gktx_c1 .gktx_c_l .bt:after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 2px;
	width: 128px;
	background: #004098;
}
.gktx_c1 .gktx_c_l .bt .b span{
	display: inline-block;
	width: 110px; text-align: left;
	height: 32px;
	background: rgba(40, 167, 70, 0.06);
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	border-radius: 4px;
	color: #28A746;
	margin-top: -2px;
	margin-left: 18px;
}
.gktx_c1 .gktx_c_l .bt .b span i{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #28A746;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 6px;
}


.gktx_c1 .gktx_c_l .bt .b span.t1_02{
	background: rgba(255, 193, 7, 0.06);
	color: #FFC107;
}
.gktx_c1 .gktx_c_l .bt .b span.t1_02 i{
	background: #FFC107;
}

.gktx_c1 .gktx_c_l .bt .b span.t1_03{
	background: rgba(175, 6, 6, 0.06);
	color: #AF0606;
}
.gktx_c1 .gktx_c_l .bt .b span.t1_03 i{
	background: #AF0606;
}


.gktx_c1 .gktx_c_l .bt .b span.t1_05{
	background: rgba(255, 193, 7, 0.06);
	color: #004098;
}
.gktx_c1 .gktx_c_l .bt .b span.t1_05 i{
	background: #004098;
}






.gktx_c1 .gktx_c_l .bt .t{
	margin-top: 4px;
}
.gktx_c1 .gktx_c_l table{
	margin-top: 1.56vw;
}
.gktx_c1 .gktx_c_l table tr th{
	text-align: left;
	vertical-align: top;
	color: #666666;
	font-weight: 400;
	padding: 5px 0;
}
.gktx_c1 .gktx_c_l table tr th:nth-child(1){
	color: #222222;
	font-weight: 500;
}
.gktx_c1 .gktx_c_l .ann{
	margin-top: 2.6vw;
}
.gktx_c1 .gktx_c_r{
	width: 50%;
	border-radius: 4px;
	overflow: hidden;
}
.gktx_c2{
	margin-top: 3.75vw;
}
.gktx_c2 .tab ul{
	border-bottom: 2px solid #D8D8D8; 
}
.gktx_c2 .tab ul li{
	float: left;
	padding-bottom: 1vw;
	position: relative;
	margin-right: 2.7vw;
	transition: all 0.6s;
	cursor: pointer;
}
.gktx_c2 .tab ul li:after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -2px;
	width: 0;
	height: 2px;
	background: #004098;
	transition: all 0.6s;
}
.gktx_c2 .tab ul li.cur:after{
	width: 100%;
}
.gktx_c2 .tab ul li:hover:after{
	width: 100%;
}
.gktx_c2 .tab ul li.cur{
	color: #004098;
}
.gktx_c2 .tab ul li:hover{
	color: #004098;
}
.gktx_c2 .tab_a{
	margin-top: 2.9vw;
}
.gktx_c2 .tab_a .nr{
	display: none;
}
.gktx_c2 .tab_a .nr.cur{
	display: block;
}
.gktx_c2 .tab_a .nr .zbt_a{
	border-bottom: none;
	margin-top: 0;
	padding-bottom: 10px;
}
.gktx_c2 .tab_a .nr ul li{
	position: relative;
	line-height: 2;
	padding-left: 18px;
}
.gktx_c2 .tab_a .nr ul li:after{
	content: "";
	position: absolute;
	top: 14px;
	transform: translateY(-50%);
	left: 0;
	width: 6px;
	height: 6px;
	background: #004098;
	border-radius: 50%;
}

.gktx_c2 .tab_a .nr ol li{
	position: relative;
	line-height: 2;
	padding-left: 18px; list-style:decimal;
}



@media(max-width: 1100px){
	.gktx_c1 .gktx_c_l{
		width: 100%;
		padding-top: 0;
	}
	.gktx_c1 .gktx_c_l .ann{
		margin-top: 20px;
	}
	.gktx_c1 .gktx_c_l .bt{
		padding-bottom: 15px;
	}
	.gktx_c1 .gktx_c_l table{
		margin-top: 15px;
	}
	.gktx_c1 .gktx_c_r{
		width: 100%;
		margin-top: 20px;
	}
	.gktx_c2{
		margin-top: 30px;
	}
	.gktx_c{
		padding: 30px 0 40px;
		width: calc(100% - 35px);
	}
	.gktx_c1 .gktx_c_l .bt .b span{
		width: 60px;
		height: 28px;
		line-height: 28px;
	}
	.gktx_c2 .tab ul li{
		margin-right: 10px;
		padding-bottom: 15px;
	}
}
.wnjg_r{
	width: 80%;
}
.wnjg_r ul{
	margin-bottom: 2.6vw;
}
.wnjg_r ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
	border:1px solid #D8D8D8;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.56vw;
}
.wnjg_r ul li:nth-child(1),
.wnjg_r ul li:nth-child(2){
	margin-top: 0;
}
.wnjg_r ul li:nth-child(2n){
	margin-right: 0;
}
.wnjg_r ul li .img{
	width: 41%;
	height: 17vw;
}
.wnjg_r ul li .img a{
    display: block;
    height: 100%;
}
.wnjg_r ul li .img a img{
    height: 100%;
    object-fit: cover;
}
.wnjg_r ul li .bt{
	width: 50%;
	margin-left: 1.56vw;
	padding-top: 1.4vw;
	position: relative;
}
.wnjg_r ul li .bt .b{
	position: relative;
	margin-bottom: 14px;
}
.wnjg_r ul li .bt .b span{
	display: inline-block;
	width: 100%;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.wnjg_r ul li .bt .b a.yy{
	display: inline-block;
	width: 94px;
	height: 39px;
	background: #004098;
	color: #fff;
	border-radius: 4px;
	line-height: 39px;
	text-align: center;
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
}
/*.wnjg_r ul li .bt .t{*/
/*	margin-top: 14px;*/
/*}*/
/*.wnjg_r ul li .bt .t p{*/
/*	display: -webkit-box;*/
/*	overflow: hidden;*/
/*	text-overflow: ellipsis;*/
/*	-webkit-box-orient:vertical;*/
/*	-webkit-line-clamp:1;*/
/*}*/
.wnjg_r ul li .bt .t1 span i{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 6px;
}
.wnjg_r ul li .bt .t1.t1_01 span{
	color: #28A746;
}
.wnjg_r ul li .bt .t1.t1_01 span i{
	background: #28A746;
}
.wnjg_r ul li .bt .t1.t1_02 span{
	color: #FFC107;
}
.wnjg_r ul li .bt .t1.t1_02 span i{
	background: #FFC107;
}
.wnjg_r ul li .bt .t1.t1_03 span{
	color: #AF0606;
}
.wnjg_r ul li .bt .t1.t1_03 span i{
	background: #AF0606;
}


.wnjg_r ul li .bt .t1.t1_05 span{
	color: #004098;
}
.wnjg_r ul li .bt .t1.t1_05 span i{
	background: #004098;
}
/*.wnjg_r ul li .bt .t1 span.tt { color:#666; }*/


.wnjg_r ul li .bt .t2{
	position: absolute;
	bottom: 1.1vw;
	width: 100%;
}
.wnjg_r ul li .bt .t2 a{
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.wnjg_r ul li .bt .t2 a i{
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 12px;
	background: url(../images/wnjg_r_jt.svg)center center/cover;
}
.wnjg_r ul li .bt .t2 .t2_a{
	padding: 10px 19px;
	background: rgba(0, 64, 152, 0.06);
	display: inline-block;
	border-radius: 4px;
}
.wnjg_r ul li .bt .t2 .t2_a span{
	color: #004098;
}
.wnjg_r ul li .bt .t2 .t2_a span i{
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 4px;
}
.wnjg_r ul li .bt .t2 .t2_a span.t3{
	margin-right: 13px;
	padding-right: 13px;
	border-right: 1px solid rgba(0, 64, 152, 0.4);
}
.wnjg_r ul li .bt .t2 .t2_a span.t3 i{
	width: 10px;
	height: 13px;
	background: url(../images/wnjg_dw.svg)center center/cover;
}
.wnjg_r ul li .bt .t2 .t2_a span.t4 i{
	width: 13px;
	height: 13px;
	background: url(../images/wnjg_dh.svg)center center/cover;
}

@media(max-width: 1600px){
	.wnjg_r ul li .bt{
		padding: 1.2vw 0;
		width: 52%;
	}
	.wnjg_r ul li .bt .t2 .t2_a{
		padding: 10px 15px;
	}
	.wnjg_r ul li .bt .b a.yy{
		width: 80px;
		height: 35px;
		line-height: 35px;
	}
	.wnjg_r ul li .img img{
		height: 18vw;
		object-fit: cover;
	}
	.wnjg_r ul li .bt .t2 .t2_a{
		width: 80%;
	}
	.wnjg_r ul li .bt .t2 .t2_a span{
		display: inline-block;
		width: 100%;
	}
	.wnjg_r ul li .bt .t2 .t2_a span.t4{
		margin-top: 5px;
	}
	.wnjg_r ul li .bt .t2 .t2_a span.t3{
		border:none;
	}
	.wnjg_r ul li .img{
	    height: 20vw;
	}
}
@media(max-width: 1100px){
	.wnjg_r{
		width: 100%;
	}
	.wnjg_r ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
	.wnjg_r ul li:nth-child(2){
		margin-top: 15px;
	}
	.wnjg_r ul li .img{
		width: 100%;
	}
	.wnjg_r ul li .img img{
		height: auto;
	}
	.wnjg_r ul li .bt{
		width: 100%;
		padding: 20px 15px;
		margin-left: 0;
	}
	.wnjg_r ul li .bt .t2{
		position: relative;
		margin-top: 20px;
	}
	.wnjg_r ul{
		margin-bottom: 25px;
	}
	.jggy .jggy_a{
		margin-top: 25px;
	}
	.jggy{
		padding: 30px 0 40px;
	}
	.header .navR{
		right: 0;
	}
	.menu-i{
		background: #fff;
	}
	.header.fixed-head .mobile-menu-on .menu-i-1,
	.header.fixed-head .mobile-menu-on .menu-i-3{
		background: #fff;
	}
	.mobile-menu-on .menu-i-1,
	.mobile-menu-on .menu-i-3{
		background: #fff;
	}
	.nav_box{
		background: #004098;
		top: 50px;
	}
}

/*YJ*/
.img100 img { width: 100%; }
.img100 { overflow: hidden; }

*{
    z-index: 1;
    --cb_container: 12.6%;
	--right: 12.71%;
    --uz:4.5%;
}
.relative{position: relative;}
.hidden{overflow: hidden;}
.color004 { color: #004098; }

.yh { display:block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;  }
.eh { display:block; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }


.manman { display: block; font-size: 16px; color: #222; line-height: 1; border-bottom: 1px solid #222; padding-bottom: 5px; transition: all .5s; }
.manman span { display: inline-block; position: relative; padding-right: 30px; }
.manman span:before { display: inline-block; position: absolute; content: ""; right: 0; top: 50%; transform: translateY(-50%); width: 17.9px; height: 11px; background: url(../images/manman.svg)no-repeat center center/cover; }
.manman::before { position: absolute; content: ""; bottom: 0px; left: 0; height: 1px; width: 0; background: #004098; transition: all .5s; }

.manman:hover { color: #004098; }
.manman:hover span:before { background: url(../images/manmana.svg)no-repeat center center/cover; }
.manman:hover:before { width: 100%; }

.tujing .img100 img { transform: scale(1.01); transition: all .5s; }
.tujing:hover .img100 img { transform: scale(1.1);  }


@media(max-width: 1680px){
    *{
        --zu: 10%;
        --left: 10%;
        --right: 10%;
    }
}
@media(max-width: 1100px){
     *{
        --left: 20px;
        --right: 20px;
        --uz:20px;
    }
    .mo{display: block !important;}
    .pc{display: none !important;}
	.container { padding: 0 20px; width: 100%; }
}









.header-manman .header_a { padding: 0 var(--uz); width: 100%; }
.header-manman { position: fixed; background: rgba(255,255,255,0); z-index: 99; width: 100%; transition: all .5s; }
.header-manman.fixed-head { background: #004098; }
.header-manman .daoh .daoh_b ul { transition: all .5s}
.header-manman.fixed-head .daoh .daoh_b ul { font-size: 16px; }
.header-manman .daoh { transition: all .5s; }
.header-manman.fixed-head .daoh { margin: 15px 0 15px; }
.header-manman .logo { transition: all .5s; }
.header-manman.fixed-head .logo { margin-top: 23px; }


/**首页**/
.banner { width: 100%; height: 100vh; overflow: hidden; position: relative; z-index: 2; }
.banner .swiper-container { overflow: hidden; }
.banner .text { position: absolute; bottom: 7.44791vw; left: 0; width: 100%; }
.banner .text .bt { line-height: 1.25; text-shadow: 5px 5px 15px rgba(12,12,12,0.3); }

.banner .swiper-slide .img01 img,.banner .swiper-slide .img01 .pic1 { transform: scale(1.2);transition: all 1.8s;}
.banner .swiper-slide.swiper-slide-active .img01 img,.banner .swiper-slide.swiper-slide-active .img01 .pic1 {transform: scale(1);}

.banner .swiper-pagination { left: var(--uz); line-height: 0; bottom: 2.86458vw; text-align: left; width: auto; }
.banner .swiper-pagination .swiper-pagination-bullet { opacity: 1; position: relative; border-radius: 0px; background: rgba(255, 255, 255, 0.4); width: 20px; height: 4px; overflow: hidden; transition: all .5s; margin-right: 10px; }
.banner .swiper-pagination .swiper-pagination-bullet:last-child { margin-right: 0; }
.banner .swiper-pagination .swiper-pagination-bullet.cur { width: 98px; }
.banner .swiper-pagination .swiper-pagination-bullet:after { content:''; width: 0px; height: 4px; position: absolute; left:0; top:0; background: #fff; }
.banner .swiper-pagination .swiper-pagination-bullet.cur:after {
    -webkit-animation: w100 6s infinite;
    animation: w100 6s infinite;
}

@-webkit-keyframes w100 {
    0% { width: 0; }
    100% { width: 100%; }
}
@keyframes w100 {
    0% { width: 0; }
    100% { width: 100%; }
}


.banner .xianwne { line-height: 1; position: absolute; right: var(--uz); bottom: 3vw; }
.banner .xianwne p span { margin-right: 4px; }
.banner .xianwne p img { position: absolute; right: -11px; top: 0; width: 12px; height: auto; }
.banner .xianwne p img {
    -webkit-animation: godown 2s infinite;
    animation: godown 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes godown {
    0% {-webkit-transform: translate(0, 0);opacity: 1;}
    50% {opacity: 1;}
    100% {-webkit-transform: translate(0, 10px);opacity: 0;}
}

.index-A { padding: 6.77083vw 0 6.25vw; }
.index-A .xoweoweo { display: flex; flex-wrap: wrap; }
.index-A .dexal { box-shadow: 0px 6px 20px 0px rgba(0, 51, 121, 0.1); width: 63.59%; padding: 2.91666vw 2.91666vw 3.17708vw 2.91666vw; border-radius: 4px; overflow: hidden; }
.index-A .dexal .nroweo { margin-top: 2.08333vw; }
.index-A .dexal .nroweo ul li { border-top: 1px solid #D8D8D8; }
.index-A .dexal .nroweo ul li a { display: block; padding: 20px 0; }
.index-A .dexal .nroweo ul li:nth-child(1) { border: 0; }
.index-A .dexal .nroweo ul li:nth-child(1) a { padding-top: 0; }
.index-A .dexal .nroweo ul li:last-child a { padding-bottom: 0; }
.index-A .dexal .nroweo ul li a .img { width: 240px; height: 180px; border-radius: 7.98px; overflow: hidden; }
.index-A .dexal .nroweo ul li a .img img { opacity: 0; }
.index-A .dexal .nroweo ul li a .senwne { width: calc(100% - 274px); position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.index-A .dexal .nroweo ul li .s { display:block; line-height: 1; }
.index-A .dexal .nroweo ul li .e { margin: 10px 0 13px; line-height: 1; }
.index-A .dexal .nroweo ul li .n { line-height: 1.7; }

.index-A .dexal .nroweo ul li:hover .s { text-decoration: underline; color: #004098; }

.index-A .exoe .zbwen { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.index-A .dexar { width: 34.58%; margin-left: 1.83%; background: #F4F6F7; border-radius: 4px; overflow: hidden; padding: 2.91666vw 2.8125vw 3.69791vw; }
.index-A .dexar .woexn { margin-top: 2.08333vw; }
.index-A .dexar .woexn .anweo .wo { float: left; font-size: 14px; text-align: center; color: #222; line-height: 39px; border-radius: 4px; overflow: hidden; background: rgba(0, 64, 152, 0.06); width: 15.9%; margin-right: .92%; cursor: pointer; transition: all .5s; }
.index-A .dexar .woexn .anweo .wo:last-child { margin-right: 0; }
.index-A .dexar .woexn .anweo .wo.cur { background: #004098; color: #fff; }
.index-A .dexar .woexn .nwoeeoeo { margin-top: 2.34375vw; }
.index-A .dexar .woexn .nwoeeoeo .box ul li { border-bottom: 1px solid #E2E2E2; }
.index-A .dexar .woexn .nwoeeoeo .box ul li a { display: block; padding: 25px 0; }
.index-A .dexar .woexn .nwoeeoeo .box ul li:nth-child(1) a { padding-top: 0; }
.index-A .dexar .woexn .nwoeeoeo .box ul li a .e { line-height: 1; margin-bottom: 16px; }
.index-A .dexar .woexn .nwoeeoeo .box ul li a .o .fl { line-height: 1; }
.index-A .dexar .woexn .nwoeeoeo .box ul li a .o .ol { margin-right: 25px; position: relative; }
.index-A .dexar .woexn .nwoeeoeo .box ul li a .o .ol::before { position: absolute; content: ""; width: 1px; height: 100%; background: #222; opacity: .4; top: 0; right: -14px; }

.index-B { background: url(../images/index-B.jpg)no-repeat center center/cover; padding: 5.20833vw 0 7.8125vw; }
.index-B .dexbtop { margin-bottom: 2.65625vw; }
.index-B .dexbtop .wenanx { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.index-B .dexbortwe ul li { float: left; width: 32.4%; margin-right: 1.4%; }
.index-B .dexbortwe ul li:last-child { margin-right: 0; }
.index-B .dexbortwe ul li a { position: relative; display: block; }
.index-B .dexbortwe ul li a .wewo { position: absolute; bottom: 0; width: 100%; left: 0; padding: 0 34px 30px; }
.index-B .dexbortwe ul li a .wewo .wb { line-height: 1; margin-top: 16px; }

.monmon { display: block; font-size: 16px; border-radius: 4px; overflow: hidden; text-align: center; border: 1px solid #CACACA; width: 200px; position: relative; }
.monmon::before { position: absolute; content: ""; width: 0%; transition: all .5s; top: 0; left: 0; background: #004098; height: 100%; }
.monmon span { position: relative; z-index: 1; color: #222222; line-height: 52px; display: inline-block; transition: all .5s; }
.monmon i { position: relative; z-index: 1; display: inline-block; width: 17.9px; height: 11px; margin-left: 27px; background: url(../images/manman.svg)no-repeat center center/cover; }

.monmon:hover span { color: #fff; }
.monmon:hover:before { width: 100%; }
.monmon:hover i { background: url(../images/manmanb.svg)no-repeat center center/cover; }

.index-C .dexc1 a { display: block; width: 100%; height: 100%; position: relative; }
.index-C .dexc1 .img01 { position: relative; overflow: hidden; }
.index-C .dexc1 .img01::before { position: absolute; content: ""; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(39deg, rgba(0, 0, 0, 0.4) 38%, rgba(0, 0, 0, 0) 84%); }
.index-C .dexc1 .img01 .pic1 { height: 41.66666vw; }
.index-C .dexc1 .img01 .pic1 { transform: scale(1.2);transition: all 1.8s;}
.index-C .dexc1 .swiper-slide-active .img01 .pic1 {transform: scale(1);}

.index-C .dexc1 .text { position: absolute; top: 5.20833vw; left: 0; width: 100%; }
.index-C .dexc1 .text .jaiw { line-height: 1; padding-bottom: 20px; position: relative; margin: 2.86458vw 0 0; }
.index-C .dexc1 .text .jaiw::before { position: absolute; content: ""; bottom: 0; left: 0; width: 30px; height: 3px; background: #fff; }
.index-C .dexc1 .text .xqoe { opacity: .8; line-height: 1.625; width: 26%; margin: 1.66666vw 0 15px; text-align: justify; }
.index-C .dexc1 .text .anen { color: #fff; font-size: 16px; line-height: 1; padding-right: 30px; position: relative; display: inline-block; }
.index-C .dexc1 .text .anen::before {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	transform: translateY(-50%);
    width: 17.9px;
    height: 11px;
    margin-left: 27px;
    background: url(../images/manmanb.svg)no-repeat center center/cover;
}

.index-C .dexneo2 { position: absolute; bottom: 3.80208vw; z-index: 5; width: 100%; padding: 0 17%; }
.index-C .dexneo2 .swiper-slide { cursor: pointer; text-align: center; color: #fff; }
.index-C .dexneo2 .swiper-slide .kouywe { line-height: 1; padding-bottom: 22px; border-bottom: 2px solid rgba(255, 255, 255, 0.5); }
.index-C .dexneo2 .swiper-slide .kouywe:after { content:''; width: 0px; height: 2px; position: absolute; left:0; bottom:0; background: #fff; }
.index-C .dexneo2 .swiper-slide-thumb-active .kouywe:after {
    -webkit-animation: w100 6s infinite;
    animation: w100 6s infinite;
}

.zbt1 { color: #fff; }
.zbt1:after { background: url(../images/zbt_wla.svg)center center/cover; }

.index-D { background: url(../images/index-D.jpg)no-repeat center center/cover; padding: 6.66666vw 0 0; }
.index-D .dexassedtop { margin-bottom: 2.60416vw; }
.index-D .dexassedtop .nasne { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.index-D .dexassedtop .nasne ul li { float: left; margin-right: 10px; }
.index-D .dexassedtop .nasne ul li:last-child { margin-right: 0; margin-bottom: 0; }
.index-D .dexassedtop .nasne ul li a { display: block; width: 170px; border: 1px solid #CACACA;  border-radius: 4px; overflow: hidden; line-height: 52px; text-align: center; }
.index-D .dexassedtop .nasne ul li.cur a { background: #004098; color: #fff; }
.index-D .dexassedbott ul li { float: left; margin-right: 1.42%; width: 32.38%; }
.index-D .dexassedbott ul li:last-child { margin-right: 0; margin-bottom: 0; }
.index-D .dexassedbott ul li a { background: #F4F6F7; display: block; border-radius: 4px; overflow: hidden; }
.index-D .dexassedbott ul li a .xiamwen { padding: 2.5vw 1.61458vw 2.08333vw; }
.index-D .dexassedbott ul li a .xiamwen .i { line-height: 1; }
.index-D .dexassedbott ul li a .xiamwen .e { line-height: 1.875; margin-top: 16px; }
.index-D .dexassedbott ul li a .xiamwen .awbeb { margin-top: 3.38541vw; border-top: 1px solid #D8D8D8; padding-top: 1.45833vw; }
.index-D .dexassedbott ul li a .xiamwen .awbeb .bel { line-height: 1; }
.index-D .dexassedbott ul li a .xiamwen .awbeb .anwe { position: absolute; top: 50%; transform: translateY(-50%); right: 0; width: 17.9px; height: 11px; background: url(../images/manman.svg)no-repeat center center/cover; }
.index-D .dexassedbott ul li:hover a .xiamwen .i { color: #004098; text-decoration: underline; }

.index-E { background: url(../images/index-E.jpg)no-repeat center center/cover; padding: 6.66666vw 0 5.98958vw; }
.index-E .topwe { margin-top: 50px; }
.index-E .topwe .flex { display: flex; flex-wrap: wrap; }
.index-E .topwe .flex .opwel { width: 66%; }
.index-E .topwe .flex .opwer { width: 32.13%; margin-left: 1.87%; }
.index-E .topwe .flex .gwpoe { height: 28.64583vw; }
.index-E .topwe .flex .gwpoe a { display: block; width: 100%; height: 100%; }
.index-E .topwe .flex .gwpoe a .soweoeo { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; text-align: center; padding: 0 20px; }
.index-E .topwe .flex .gwpoe a .soweoeo .woeow { line-height: 1; margin-top: 25px; }
.index-E .dexebott { margin-top: 1.87%; }
.index-E .dexebott ul li {  background: #fff; float: left; width: 32.04%; margin-right: 1.94%; box-shadow: 0px 6px 20px 0px rgba(0, 51, 121, 0.1); text-align: center; height: 180px; display: flex; justify-content: center; align-items: center; }
.index-E .dexebott ul li:last-child { margin-bottom: 0; margin-right: 0; }
.index-E .dexebott ul li a { display: block; width: 100%; height: 100%; position: relative; }
.index-E .dexebott ul li a .wo { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.index-E .dexebott ul li a .wo .we { margin-top: 24px; line-height: 1; }

.index-F { background: url(../images/index-F.jpg)no-repeat center center/cover; padding: 5.46875vw 0 5.72916vw; }
.index-F .qiwehwenb { margin-top: 50px; }
.index-F .towoeoe .qiwei { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.index-F .towoeoe .qiwei ul li { float: left; border: 1px solid #CACACA; border-radius: 4px; overflow: hidden; line-height: 52px; width: 170px; text-align: center; font-size: 16px; color: #2D2D2D; cursor: pointer; transition: all .5s; margin-right: 10px; }
.index-F .towoeoe .qiwei ul li:last-child { margin-bottom: 0; margin-right: 0; }
.index-F .towoeoe .qiwei ul li.cur { background: #004098; color: #fff; }
.index-F .swiper-container { overflow: hidden; height: 498px; }
.index-F .swiper-slide {
	font-size: 18px;
	background: #fff;
	height: calc((100% - 30px) / 2) !important;
	border-radius: 4px;
	overflow: hidden;
}
.index-F .swiper-slide.bg { background: rgba(0, 64, 152, 0.06); }
.index-F .swiper-slide .kuweo { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; padding: 0 43px; }
.index-F .swiper-slide .kuweo .wi { background: rgba(0, 64, 152, 0.06); line-height: 39px; text-align: center; border-radius: 4px; overflow: hidden; width: 94px; }
.index-F .swiper-slide .kuweo .wo { line-height: 1; margin-top: 20px; }
.index-F .swiper-slide .kuweo .we { line-height: 1.875; margin-top: 10px; }

.index-F .guweiuwie .swiper-pagination { position: initial; margin-top: 30px; line-height: 0; }
.index-F .guweiuwie .swiper-pagination .swiper-pagination-bullet { line-height: 1; width: 20px; height: 4px; border-radius: 0; background: rgba(0, 0, 0, 0.2); opacity: 1; transition: all .5s; }
.index-F .guweiuwie .swiper-pagination .swiper-pagination-bullet-active { width: 98px; background: #004098; }

@media(max-width:1800px) {
	.index-A .dexar .woexn .anweo .wo { width: 32.65%; margin-bottom: 1%; margin-right: 1%;  }
	.index-A .dexar .woexn .anweo .wo:nth-child(3n) { margin-right: 0; }
}

@media(max-width:1500px) {
	.manman { font-size: 14px; }
	.manman span:before { width: 14.9px; height: 10px; }

	.index-B .dexbortwe ul li a .wewo { padding: 0 20px 20px; }

	.monmon { font-size: 14px; width: 150px; }
	.monmon span { line-height: 45px; }
	.monmon i { margin-left: 15px; }

	.index-C .dexc1 .text .xqoe { width: 38%; }
	.index-C .dexc1 .img01 .pic1 { height: 55vw; }

	.index-D .dexassedtop .nasne ul li a { font-size: 14px; line-height: 45px; width: 140px; }

	.index-F .towoeoe .qiwei ul li { font-size: 14px; line-height: 45px; width: 130px; }
	.index-F .guweiuwie .swiper-pagination .swiper-pagination-bullet-active  { width: 58px; }
	
	
	.index-D .dexassedtop .nasne ul.clearfix { display: block; text-align: right; }
	.index-D .dexassedtop .nasne ul li { display: inline-block; float: none; }
	
	
}


@media(max-width:1100px) {
	.banner { height: auto; }
    .banner .xianwne { display: none; }
    .banner .swiper-slide .img01 .pic1 { background: none !important; }
	.banner .text { bottom: 50px; }
    .banner .swiper-pagination { bottom: 20px; }
	.banner .swiper-pagination .swiper-pagination-bullet.cur { width: 50px; }

	.index-A { padding: 40px 0 50px; }
	.index-A .dexal { width: 100%; margin-bottom: 20px; padding: 20px; }
	.index-A .dexal .nroweo { margin-top: 20px; }
	.index-A .dexal .nroweo ul li a .img { width: 100%; margin-bottom: 20px; }
	.index-A .dexal .nroweo ul li a .senwne { position: initial; width: 100%; transform: translateY(0); }

	.index-A .dexar { width: 100%; padding: 20px; }
	.index-A .dexar .woexn { margin-top: 20px; }
	.index-A .dexar .woexn .nwoeeoeo { margin-top: 25px; }
	.index-A .dexar .woexn .nwoeeoeo .box ul li a { padding: 20px 0; }

	.index-B { padding: 40px 0 50px; background: #EBF0F7; }
	.index-B .dexbtop { margin-bottom: 50px; }
	.index-B .dexbortwe ul li { width: 100%; margin-right: 0; margin-bottom: 20px; }
	.index-B .dexbortwe ul li:last-child { margin-bottom: 0; }
	.index-B .monmon { margin-top: 25px; }
	.index-B .monmon { margin-top: 0; }

	.index-C { padding-bottom: 50px; }
	.index-C .dexneo2 { position: initial; padding: 0 20px; margin-top: 30px; }
	.index-C .dexneo2 .swiper-slide .kouywe { color: #222; border-color: rgba(0, 0, 0, .2); padding-bottom: 15px; }
	.index-C .dexneo2 .swiper-slide .kouywe:after { background: #004098; }
	.index-C .dexc1 .text { top: 30px; }
	.index-C .dexc1 .text .xqoe { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; width: 100%; margin: 15px 0 20px; }
	.index-C .dexc1 .text .jaiw { margin-top: 25px; }
	.index-C .dexc1 .text .anen { font-size: 14px; }
	.index-C .dexneo2 .swiper-container { overflow: hidden; }

	.index-D { padding: 0px 0 0; background: none; }
	.index-D .dexassedtop .nasne { position: initial; transform: translateY(0); margin: 20px 0 0; float: left; width: 100%; }
	.index-D .dexassedtop .nasne ul li { width: 32.6%; margin-right: 1%; }
	.index-D .dexassedtop .nasne ul li a { width: 100%; }
	.index-D .dexassedbott ul li { width: 100%; margin-bottom: 20px; }
	.index-D .dexassedbott ul li a .xiamwen { padding: 20px; }
	.index-D .dexassedbott ul li a .xiamwen .e { margin-top: 10px; }
	.index-D .dexassedbott ul li a .xiamwen .awbeb { margin-top: 30px; padding-top: 15px; }

	.index-E { padding: 40px 0 50px; background: none; }
	.index-E .topwe .flex .gwpoe { background: none !important; height: auto; width: 100%; margin-bottom: 20px; }
	.index-E .topwe .flex .opwer { margin-bottom: 0; margin-left: 0; }
	.index-E .topwe .flex .gwpoe a .soweoeo img { height: 50px; }
	.index-E .topwe .flex .gwpoe a .soweoeo .woeow { margin-top: 20px; }
	.index-E .dexebott { margin-top: 20px; }
	.index-E .dexebott ul li { width: 100%; margin-right: 0; margin-bottom: 20px; height: 150px; }
	.index-E .dexebott ul li img { height: 30px; }
	.index-E .dexebott ul li a .wo .we { margin-top: 15px; }
	.index-E .topwe { margin-top: 20px; }

	.index-F { padding: 40px 0 50px; }
	.index-F .guweiuwie { position: relative; }
	.index-F .towoeoe .qiwei { position: initial; width: 100%; margin-top: 20px; float: left; transform: translateY(0); }
	.index-F .swiper-container { height: auto; }
	.index-F .towoeoe .qiwei ul li { width: 49%; margin-right: 2%; line-height: 40px; }
	.index-F .swiper-slide { height: auto; }
	.index-F .swiper-slide .kuweo { position: initial; transform: translate(0); padding: 20px; }
	.index-F .swiper-slide .kuweo .wi { line-height: 30px; }
	.index-F .qiwehwenb { margin-top: 30px; }
	.index-A .dexal .nroweo ul li a .img { height: 50vw; }
	
	.index-C .dexc1 .img01 img { width: 130%!important; max-width: 200%; height: auto; }
	
}







/**新闻列表**/
.bxm { border-bottom: 1px solid #CACACA; }
.bxm ul li { float: left; }
.bxm ul li a { position: relative; display: block; line-height: 70px; padding: 0 74px; color: #222222; font-size: 18px; }
.bxm ul li a::before { position: absolute; content: ""; top: 50%; transform: translateY(-50%); right: 0; width: 1px; background: #CACACA; height: calc(100% - 30px); }
.bxm ul li:last-child a:before { display: none; }
.bxm ul li.cur a { color: #fff; background: #004098; }
.bxm ul li.cur a::before { display: none; }
.neswm { padding: 5.20833vw 0 5.72916vw; }
.neswm .towepew .anwen { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.neswm .towepew .anwen ul li { float: left; width: 40px; height: 40px; background: #F0F4F9; border-radius: 2px; overflow: hidden; margin-right: 10px; }
.neswm .towepew .anwen ul li.cur  { background: #004098; }
.neswm .towepew .anwen ul li:last-child { margin-right: 0; }
.neswm .towepew .anwen ul li a { display: block; width: 100%; height: 100%; position: relative; }
.neswm .towepew .anwen ul li a::before { position: absolute; content: ""; top: 50%; left: 50%; width: 14px; height: 13px; transform: translate(-50%,-50%); }
.neswm .towepew .anwen ul li .op1::before {background: url(../images/op1.svg)no-repeat center center/cover; height: 14px; }
.neswm .towepew .anwen ul li.cur .op1::before {background: url(../images/op1a.svg)no-repeat center center/cover; }
.neswm .towepew .anwen ul li .op2::before {background: url(../images/op2.svg)no-repeat center center/cover; }
.neswm .towepew .anwen ul li.cur .op2::before {background: url(../images/op2a.svg)no-repeat center center/cover; }

.neswm .kasieowo { margin-top: 2.60416vw; }
.neswm .kasieowo ul { display: flex; flex-wrap: wrap; }

.neswm .kasieowo ul li img { opacity: 0; }



.neswm .kasieowo ul li { float: left; width: 32.33333333%; margin-right: 1.5%; margin-bottom: 1.7%; }
.neswm .kasieowo ul li .img { height: 11vw; overflow: hidden; }
.neswm .kasieowo ul li:nth-child(3n) { margin-right: 0; }





.newswommxshy .neswm .kasieowo ul li { float: left;  width: 49.3%; margin-right: 1.4%; margin-bottom: 1.7%; }
.newswommxshy .neswm .kasieowo ul li:nth-child(3n) { margin-right: 1.4%; }
.newswommxshy .neswm .kasieowo ul li:nth-child(2n) { margin-right: 0; }


@media(max-width: 1100px){
    .newswommxshy .neswm .kasieowo ul li { width: 100%; margin-right: 0; margin-bottom: 20px; }
    .newswommxshy .neswm .kasieowo ul li:nth-child(3n) { margin-right: 0; }
    .newswommxshy .neswm .kasieowo ul li:nth-child(2n) { margin-right: 0; }

}






.neswm .kasieowo ul li  { display: block; border-radius: 4px; overflow: hidden; background: #F0F4F9; }
.neswm .kasieowo ul.list2 li  { display: block; border-radius: 0; overflow: hidden; background: none; }
.neswm .kasieowo ul li a { display: block; border-radius: 4px; overflow: hidden; background: #F0F4F9; }
.neswm .kasieowo ul li a .weow { padding: 2.23958vw 1.5625vw 0; }
/*.neswm .kasieowo ul li a .weow .e { line-height: 1; }*/
.neswm .kasieowo ul li a .weow .w { line-height: 1.875; margin: 15px 0 1.25vw; }
.neswm .kasieowo ul li a .weow .sz { line-height: 24px; ;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; }
.neswm .kasieowo ul li a .weow .e { line-height: 32px; overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
.neswm .kasieowo ul li a .weow .fenjwie { padding: 1.2vw 0; border-top:1px solid #D8D8D8; }
.neswm .kasieowo ul li a .weow .fenjwie .sz { line-height: 1; position: relative; }
.neswm .kasieowo ul li a .weow .fenjwie .sz span{ position: absolute; top: 50%; transform: translateY(-50%); right: 0; width: 17.9px; height: 11px; background: url(../images/manman.svg)no-repeat center center/cover; }

.color23 { color: #231815; }

.neswm .kasieowo .weowkedks ol li { border-bottom: 1px solid #CACACA; padding: 50px 0; }
.neswm .kasieowo .weowkedks ol li a { display: block;  position: relative; }
.neswm .kasieowo .weowkedks ol li:nth-child(1) { padding-top: 0; }
.neswm .kasieowo .weowkedks ol li .img { width: 387px; }
.neswm .kasieowo .weowkedks ol li .wnm { width: calc(100% - 494px); position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.neswm .kasieowo .weowkedks ol li .wnm .w { line-height: 1; }
.neswm .kasieowo .weowkedks ol li .wnm .n { line-height: 1; margin: 17px 0 8px; }
.neswm .kasieowo .weowkedks ol li .wnm .m { line-height: 1.875; }
.neswm .kasieowo .weowkedks ol li .wnm .manman { display: inline-block; position: relative; margin-top: 36px; }
.neswm .kasieowo .weowkedks ol li .wnm .manman { border-bottom: 0; color: #222222; }
.neswm .kasieowo .weowkedks ol li .wnm .manman::before { bottom: -1px; width: 0; }
.neswm .kasieowo .weowkedks ol li:hover .wnm .manman { color: #004098; }
.neswm .kasieowo .weowkedks ol li:hover .wnm .manman::before { width: 100%; }
.neswm .kasieowo .weowkedks ol li .wnm .manman span::before { background: url(../images/manman.svg)no-repeat center center/cover; }
.neswm .kasieowo .weowkedks ol li:hover .wnm .manman span::before { background: url(../images/manmanbe.svg)no-repeat center center/cover; }
.neswm .kasieowo .weowkedks ol li:hover .wnm .w { color: #004098; text-decoration: underline; }


@media(max-width:1500px) {
	.bxm ul li a { line-height: 45px; padding: 0 20px; font-size: 16px; }
	.neswm .kasieowo .weowkedks ol li .wnm { width: calc(100% - 466px); }
}

@media(max-width:1300px) {
	.neswm .kasieowo .weowkedks ol li .img { width: 350px; }
	.neswm .kasieowo .weowkedks ol li .wnm { width: calc(100% - 400px); }
	.neswm .kasieowo .weowkedks ol li { padding: 30px 0; }
	.neswm .kasieowo ul li a .weow .e { font-size: 16px; }
}

@media(max-width:1100px) {
	.bxm ul li a { font-size: 14px; padding: 0; text-align: center; }
	.bxm ul li { width: 50%; }
	.bxm ul li:nth-child(2n) a:before { display: none; } 
	.neswm .towepew .anwen ul li { width: 26px; height: 26px; }
	.neswm { padding: 40px 0 50px; }
	.neswm .kasieowo { margin-top: 20px; }
	.neswm .kasieowo ul li { width: 100%; margin-right: 0; margin-bottom: 20px; }
	.neswm .kasieowo ul li:last-child { margin-bottom: 0; }
	.neswm .kasieowo ul li a .weow { padding: 20px 20px 0; }
	.neswm .kasieowo ul li a .weow .w { margin: 12px 0 25px; }
	.neswm .kasieowo ul li a .weow .fenjwie { padding: 15px 0 20px; }
	.neswm .kasieowo ul li .img { height: 38vw; overflow: hidden; }
	.neswm .kasieowo .weowkedks ol li { padding: 20px 0; }
	.neswm .kasieowo .weowkedks ol li .img { width: 100%; }
	.neswm .kasieowo .weowkedks ol li .wnm { width: 100%; position: initial; transform: translateY(0); margin-top: 20px; }
	.neswm .kasieowo .weowkedks ol li .wnm .manman { margin-top: 25px; }
}


.neswm .kasieowo ul.list2 li.w100 .weow{width: 100%;}
.newswommxshy .neswm .kasieowo ul li a.listb { display: none; }
.neswm .kasieowo .list2 li a.listb { display: block; }


.newswommxshy .neswm .kasieowo .list2 li a.lista { display: none; }


.newswommxshy .neswm .kasieowo .list2 li { width: 100%; margin-right: 0; }


.newswommxshy .neswm .kasieowo .list2 li a.listb { padding: 34px 50px; display: block; }
.neswm .kasieowo .list2 li a.listb .erow { text-align: center; width: 67px; padding: 13px 0 22px; }
.neswm .kasieowo .list2 li a.listb .erow .e { font-size: 50px; line-height: .8; }
.neswm .kasieowo .list2 li a.listb .erow .r { line-height: 1; font-size: 16px; margin-top: 15px; }
.neswm .kasieowo .list2 li a.listb .weow { padding-left: 50px; width: calc(100% - 167px); position: absolute; top: 50%; transform: translateY(-50%); right: 0; }
.neswm .kasieowo .list2 li a.listb .weow::before { position: absolute; content: ""; top: 50%; transform: translateY(-50%); left: 0; width: 1px; height: 100px; background: #D8D8D8; }
.neswm .kasieowo .list2 li a.listb .weow .eowz { width: 80%; }
/*.noticeA .weor ul li a .weow .eowz .za { line-height: 1; }*/
.neswm .kasieowo .list2 li a.listb .weow .eowz .zb { margin-top: 18px; line-height: 1; }
.neswm .kasieowo .list2 li a.listb .weiwi { position: absolute; right: 50px; top: 50%; transform: translateY(-50%); border: 1px solid #CACACA; border-radius: 3px; overflow: hidden; width: 50px; height: 50px; transition: all .5s; }
.neswm .kasieowo .list2 li a.listb .weiwi::before { position: absolute; content: ""; top: 50%; left: 50%; width: 17.9px; height: 11px; transform: translate(-50%,-50%);  background: url(../images/manmanbe.svg)no-repeat center center/cover; }

.neswm .kasieowo .list2 li:hover { background: #F0F4F9; border-color: #F0F4F9; }
.neswm .kasieowo .list2 li:hover a.listb .weow .weiwi { background: #004098; }
.neswm .kasieowo .list2 li:hover a.listb .weow .weiwi::before { background: url(../images/manmanbea.svg)no-repeat center center/cover; }
.neswm .kasieowo .list2 li:hover a.listb .weow .eowz .za { color: #004098; text-decoration: underline }



@media(max-width:1500px) {
	.neswm .kasieowo .list2 li a.listb { padding: 20px 20px; }
	.neswm .kasieowo .list2 li a.listb .weiwi { right: 30px; }
	.neswm .kasieowo .list2 li a.listb .weow { width: calc(100% - 150px); }
}

@media(max-width:1300px) {
	.neswm .kasieowo .list2 li a.listb .erow .e { font-size: 35px; }
	.neswm .kasieowo .list2 li a.listb .weow { width: calc(100% - 145px); }
}

@media(max-width:1100px) {

	.neswm .kasieowo .list2 li { margin-bottom: 20px; }
	.neswm .kasieowo .list2 li a.listb a { padding: 20px 15px; }
	.neswm .kasieowo .list2 li a.listb a .weow { width: 100%; margin-top: 20px; position: initial; transform: translateY(0); padding-left: 0; }
	.neswm .kasieowo .list2 li a.listb a .weow::before { display: none; }
	.neswm .kasieowo .list2 li a.listb a .weiwi { right: 0; }
	.neswm .kasieowo .list2 li a.listb a .erow { padding: 0; text-align: left; }
	.neswm .kasieowo .list2 li a.listb a .erow .r { margin-top: 10px; }
	.neswm .kasieowo .list2 li a.listb a .erow .e { font-size: 28px; }
	.neswm .kasieowo .list2 li a.listb a .weow .eowz { width: 65% }
	.neswm .kasieowo .list2 li a.listb a .weow .eowz .zb { margin-top: 10px; }
	.neswm .kasieowo .list2 li a.listb a .weiwi { width: 40px; height: 40px; }
	.neswm .kasieowo .list2 li a.listb a .erow { position: relative; width: 100%; }
	.neswm .kasieowo .list2 li a.listb a .weow .eowz { width: 100%; }
}





/**新闻详情**/
.newswomm { padding: 4.16666vw 0 5.72916vw; }
.newswomm .womml { width: 79.35%; border: 1px solid rgba(216, 216, 216, 0.7); border-radius: 4px; overflow: hidden; padding: 1.82291vw 3.54166vw; }
.newswomm .womml .omm { border-bottom: 1px solid #E4E4E4; padding-bottom: 22px; }
.newswomm .womml .omm .wb { line-height: 1; margin: 15px 0 18px; }
.newswomm .womml .omm .wc { line-height: 1; margin-top: 10px; }
.newswomm .womml .emm { line-height: 1.75; margin-top: 35px; }
.newswomm .womml .emm img { max-width: 100%!important; height:auto!important; }
.newswomm .womml .omm .wa,.newswomm .womml .omm .wb,.newswomm .womml .omm .wc { line-height: 1.6; }
.newswomm .womml .emm img.aligncenter { display:block; margin: 0 auto; }

.newswomm .womml .emm p:nth-child(n+2) { margin-top: 10px; }
.newswomm .womml .btm { border-top: 1px solid rgba(216, 216, 216, 0.7); padding-top: 32px; margin-top: 45px; }
.newswomm .womml .btm .l { width: 50%; float: left; }
.newswomm .womml .btm .l a { display: block; width: 100%; line-height: 1; color: #222222; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 18px; }
.newswomm .womml .btm .l a:last-child { margin-bottom: 0; }
.newswomm .womml .btm .l a span { color: #666666; }
.newswomm .womml .btm .r { float: right; }
.newswomm .womml .btm .r a { background: #004098;  width: 176px; line-height: 54px; border: 0; }
.newswomm .womml .btm .r a span { color: #fff; }
.newswomm .womml .btm .r a i { width: 15.62px; height: 14.8px; background: url(../images/wommew.svg)no-repeat center center/cover; margin-left: 15px; margin-top: -2px; vertical-align: middle; }

.newswomm .wommr { width: 18.37%; }
.newswomm .wommr .ommrto { border: 1px solid rgba(216, 216, 216, 0.7); border-radius: 4px; overflow: hidden; margin-bottom: 20px; padding: 1.8vw 1.77083vw 1.5625vw; }
.newswomm .wommr .ommrto:last-child { padding-bottom: 1.45833vw; }
.newswomm .wommr .ommrto:last-child { margin-bottom: 0; }
.newswomm .wommr .ommrto .r { margin-bottom: 21px; }
.newswomm .wommr .ommrto .ra ul li { border-top: 1px solid rgba(0, 0, 0, 0.1); }
.newswomm .wommr .ommrto .ra ul li a { display: block; padding: 14px 0 16px; }
.newswomm .wommr .ommrto .r { font-size: 20px; }
.newswomm .wommr .ommrto .ra ul li a .oo { font-size: 14px; line-height: 1.75; }
.newswomm .wommr .ommrto .ra ul li:hover a .oo { color: #004098;  text-decoration: underline; }
.newswomm .wommr .ommrto .ra ul li a .oe { line-height: 1; margin-top: 12px; }


.newswomm .wommr .ommrto .rb li { border-top: 1px solid rgba(0, 0, 0, 0.1); }
.newswomm .wommr .ommrto .rb li a { display: block; padding: 16px 0; position: relative; }
.newswomm .wommr .ommrto .rb li a span { display: inline-block; color: #222; line-height: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 80%; }
.newswomm .wommr .ommrto .rb li a i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17.9px;
    height: 11px;
    background: url(../images/manman.svg)no-repeat center center/cover;
}
.newswomm .wommr .ommrto .rb li:hover a i { background: url(../images/manmanbe.svg)no-repeat center center/cover; }



@media(max-width:1500px) {
	.newswomm .womml { width: 74.35%; }
	.newswomm .wommr { width: 23.37%; }
}

@media(max-width:1100px) {
	.newswomm .womml { width: 100%; padding: 20px; }
	.newswomm .womml .btm { margin-top: 20px; padding-top: 20px; }
	.newswomm .wommr { display: none; }
	.newswomm { padding: 40px 0 50px; }
	.newswomm .womml .btm .r a { width: 130px; line-height: 45px; }
}





/**通知公告**/
.noticeA { padding: 4.6875vw 0 5.72916vw; }
.noticeA .zbt { margin-bottom: 50px; }
.noticeA .ticeaweo .weol { width: 18.37%; }
.noticeA .ticeaweo .weol ul li:nth-child(1) { background: rgba(0, 64, 152, 0.5) ; }
.noticeA .ticeaweo .weol ul li.cur:nth-child(1) { background: #004098; }

.noticeA .ticeaweo .weol ul li.cur:after { content:''; width: 100%; height: 100%; position: absolute; left:0; top:0; background: #004098; z-index: 1; }

.noticeA .ticeaweo .weol ul li { position: relative; text-align: center; margin-bottom: 20px; }
.noticeA .ticeaweo .weol ul li:last-child { margin-bottom: 0; }
.noticeA .ticeaweo .weol ul li a { display: block; width: 100%; line-height: 5.72916vw; position: relative; z-index: 2; color: #fff; }
.noticeA .ticeaweo .weol ul li .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }


.noticeA .weor { width: 79.35%; }
.noticeA .weor ul li { border: 1px solid #D8D8D8; margin-bottom: 30px; background: #fff; transition: all .5s; border-radius: 4px; overflow: hidden; }
.noticeA .weor ul li:last-child { margin-bottom: 0; }
.noticeA .weor ul li a { padding: 34px 50px; display: block; }
.noticeA .weor ul li a .erow { text-align: center; width: 67px; padding: 13px 0 22px; }
.noticeA .weor ul li a .erow .e { font-size: 50px; line-height: .8; }
.noticeA .weor ul li a .erow .r { line-height: 1; font-size: 16px; margin-top: 15px; }
.noticeA .weor ul li a .weow { padding-left: 50px; width: calc(100% - 167px); position: absolute; top: 50%; transform: translateY(-50%); right: 0; }
.noticeA .weor ul li a .weow::before { position: absolute; content: ""; top: 50%; transform: translateY(-50%); left: 0; width: 1px; height: 100px; background: #D8D8D8; }
.noticeA .weor ul li a .weow .eowz { width: 80%; }
/*.noticeA .weor ul li a .weow .eowz .za { line-height: 1; }*/
.noticeA .weor ul li a .weow .eowz .zb { margin-top: 18px; line-height: 1; }
.noticeA .weor ul li a .weiwi,.neswm .kasieowo .list2 li a.listb .weiwi { position: absolute; right: 50px; top: 50%; transform: translateY(-50%); border: 1px solid #CACACA; border-radius: 3px; overflow: hidden; width: 50px; height: 50px; transition: all .5s; }
.noticeA .weor ul li a .weiwi::before,.neswm .kasieowo .list2 li a.listb .weiwi::before { position: absolute; content: ""; top: 50%; left: 50%; width: 17.9px; height: 11px; transform: translate(-50%,-50%);  background: url(../images/manmanbe.svg)no-repeat center center/cover; }

.noticeA .weor ul li:hover { background: #F0F4F9; border-color: #F0F4F9; }
.noticeA .weor ul li:hover a .weow .weiwi,.neswm .kasieowo .list2 li a.listb .weiwi { background: #004098; }
.noticeA .weor ul li:hover a .weow .weiwi::before,.neswm .kasieowo .list2 li a.listb .weiwi::before { background: url(../images/manmanbea.svg)no-repeat center center/cover; }
.noticeA .weor ul li:hover a .weow .eowz .za { color: #004098; text-decoration: underline }



@media(max-width:1500px) {
	.noticeA .weor ul li a { padding: 20px 20px; }
	.noticeA .weor ul li a .weiwi,.neswm .kasieowo .list2 li a.listb .weiwi { right: 30px; }
	.noticeA .weor ul li a .weow { width: calc(100% - 150px); }
}

@media(max-width:1300px) {
	.noticeA .weor ul li a .erow .e { font-size: 35px; }
	.noticeA .weor ul li a .weow { width: calc(100% - 145px); }
}

@media(max-width:1100px) {
	.noticeA { padding: 40px 0 50px; }
	.noticeA .zbt { margin-bottom: 20px; }
	.noticeA .ticeaweo .weol { width: 100%; }
	.noticeA .ticeaweo .weol ul li { float: left; width: 49%; margin-bottom: 2%; margin-right: 2%; }
	.noticeA .ticeaweo .weol ul li:nth-child(2n) { margin-right: 0; }
	.noticeA .ticeaweo .weol ul li a { line-height: 22.72916vw; }
	.noticeA .weor { width: 100%; margin-top: 20px; }

	.noticeA .weor ul li { margin-bottom: 20px; }
	.noticeA .weor ul li a { padding: 20px 15px; }
	.noticeA .weor ul li a .weow { width: 100%; margin-top: 20px; position: initial; transform: translateY(0); padding-left: 0; }
	.noticeA .weor ul li a .weow::before { display: none; }
	.noticeA .weor ul li a .weiwi,.neswm .kasieowo .list2 li a.listb .weiwi { right: 0; }
	.noticeA .weor ul li a .erow { padding: 0; text-align: left; }
	.noticeA .weor ul li a .erow .r { margin-top: 10px; }
	.noticeA .weor ul li a .erow .e { font-size: 28px; }
	.noticeA .weor ul li a .weow .eowz { width: 65% }
	.noticeA .weor ul li a .weow .eowz .zb { margin-top: 10px; }
	.noticeA .weor ul li a .weiwi,.neswm .kasieowo .list2 li a.listb .weiwi { width: 40px; height: 40px; }
	.noticeA .weor ul li a .erow { position: relative; width: 100%; }
	.noticeA .weor ul li a .weow .eowz { width: 100%; }
	
	.neswm .kasieowo .list2 li a.listb .erow { padding: 10px 0 0; width: 100%; text-align: left; }
	.neswm .kasieowo .list2 li a.listb .weow { width: 100%; padding-left:0; border:none; position: relative; top: 0; transform: translateY(0); }
	.neswm .kasieowo .list2 li a.listb .weow::before { display: none; }
	.neswm .kasieowo .list2 li a.listb { padding: 0px 0;}
	
}





/**公告详情**/
.kaowebb { padding: 4.16666vw 0 0; }
.kaowebb ul li { float: left; margin-right: 12px; text-align: center; position: relative; width: calc(16.6666666666666% - 10px); }
.kaowebb ul li:last-child { margin-right: 0; }
.kaowebb ul li a { line-height: 4vw; display: block; position: relative; color: #fff; z-index: 2; }
.kaowebb ul li .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.kaowebb ul li.cur .bg { background: #004098 !important; }

.newswomm-AA { padding: 3.64583vw 0 6.77083vw; }
.newswomm-AA .womml .omm .wc { margin-top: 27px; }




@media(max-width:1100px) {
	.kaowebb { padding: 40px 0 0; }
	.newswomm-AA { padding: 35px 0 50px; }
	.kaowebb ul li  { width: 49%; margin-right: 2%; margin-bottom: 2%; }
	.kaowebb ul li:nth-child(2n) { margin-right: 0; }
	.kaowebb ul li a { line-height: 20vw; }
	.newswomm-AA .womml .omm .wc { margin-top: 12px; }
	.newswomm .womml .emm { margin-top: 20px; }
}





/**联系我们**/
.aboutw { padding: 4.16666vw 0 7.8125vw; }
.aboutw .outwr { width: 79.35%; }
.aboutw .outwr .zbt { margin-bottom: 50px; }
.aboutw .outwr ul li { margin-bottom: 20px; background: rgba(240, 244, 249, .6); }
.aboutw .outwr ul li:last-child { margin-bottom: 0; }
.aboutw .outwr ul li .twl { width: 36.35%; height: 23.95833vw; }
.aboutw .outwr ul li .twl .dweoweo { position: absolute; width: 100%; top: 50%; transform: translateY(-50%); padding: 0 3.125vw; }
.aboutw .outwr ul li .twl .dweoweo .d { font-size: 26px; line-height: 1.34; }
.aboutw .outwr ul li .twl .dweoweo .w { color: #2D2D2D; line-height: 1.81; margin: 23px 0 25px; }
.aboutw .outwr ul li .twl .dweoweo .w span { color: #555555 }
.aboutw .outwr ul li .twl .dweoweo .e a { width: 176px; line-height: 54px; background: #004098; }
.aboutw .outwr ul li .twl .dweoweo .e a span { color: #fff; }
.aboutw .outwr ul li .twl .dweoweo .e a i { background: url(../images/daohnw.svg)no-repeat center center/cover; width: 14.83px; height: 14.83px; margin-left: 16px; vertical-align: middle; margin-top: 0px; }
.aboutw .outwr ul li .twr { width: 63.65%; height: 100%; position: absolute; top: 0; right: 0; }


@media(max-width:1500px) {
	.aboutw .outwr ul li .twl { height: 33vw; }
	.aboutw .outwr ul li .twl .dweoweo .e a { width: 150px; }

	.aboutw .outwr ul li .twl .dweoweo .d { font-size: 22px; }
}

@media(max-width:1100px) {
	.aboutw { padding: 40px 0 50px; }
	.aboutw .outwr { width: 100%; }
	.aboutw .outwr .zbt { margin-bottom: 20px; }
	.aboutw .outwr ul li .twr { background: none !important; width: 100%; position: initial; }
	.aboutw .outwr ul li .twl { width: 100%; height: auto; }
	.aboutw .outwr ul li .twl .dweoweo { position: initial; transform: translateY(0); padding: 20px; }
	.aboutw .outwr ul li .twl .dweoweo .w { margin: 10px 0 25px; }
}





.bgwide { background: #fff; }
.bg004 { background: #004098; }
.bfe { background: #EBF0F7; }
.center { text-align: center; }

.mgine20 { margin-right: 1.2%; }
.mgino20 { margin-left: 1.2%; }

.yuangoweo { padding: 4.21052vw 0 6.31578vw; }
.yuangoweo .zbt { margin-bottom: 2.60416vw; }
.yuangoweo .flex { display: flex; flex-wrap: wrap; }
.yuangoweo .goweor { width: 79.35%; }
.yuangoweo .goweor .mokuai { margin-bottom: 1.7%; }
.yuangoweo .goweor .mokuai:last-child { margin-bottom: 0; }
.yuangoweo .goweor .mokuai .kuail { width: 49.4%; }
.yuangoweo .goweor .mokuai .kuail .uail { width: 48.8%; margin-right: 2.4%; border-radius: 4px; overflow: hidden; }
.yuangoweo .goweor .mokuai .kuail .uair { width: 48.8%; padding: 82px 37px 103px; border-radius: 4px; overflow: hidden; }
.yuangoweo .goweor .mokuai .kuail .uair .bt { margin-top: 4px; }
.yuangoweo .goweor .mokuai .kuail .uair .xian { width: 63px; height: 2px; margin: 20px 0 20px; }
.yuangoweo .goweor .mokuai .kuail .uair .xiane { line-height: 1.5; }
.yuangoweo .goweor .mokuai .kuair { width: 49.4%; border-radius: 4px; overflow: hidden; }

.yuangoweo .goweor .kuail .qing { margin-bottom: 2.4%; }
.yuangoweo .goweor .kuail .qing:last-child { margin-bottom: 0; }
.yuangoweo .goweor .mokuai2 .kuail .qing:last-child .uail { margin: 0 0 0 2.4%; }

.yuangoweo .goweor .mokuar .flex { display: flex; flex-wrap: wrap; }
.yuangoweo .goweor .mokuar .gudel { width: 24.1%; padding: 82px 37px 103px; border-radius: 4px; overflow: hidden; }
.yuangoweo .goweor .mokuar .gudel .bt { margin-top: 4px; }
.yuangoweo .goweor .mokuar .gudel .xian { width: 63px; height: 2px; margin: 20px 0 20px; }
.yuangoweo .goweor .mokuar .gudel .xiane { line-height: 1.5; }
.yuangoweo .goweor .mokuar .uail { margin: 0 1.44%; width: 48.9%; border-radius: 4px; overflow: hidden; }
.yuangoweo .goweor .mokuar .uaol { width: 24.1%; border-radius: 4px; overflow: hidden; }

.yuangoweo .jaiziw { margin-top: 2.63157vw; }
.yuangoweo .jaiziw .gudw { display: inline-block; border: 1px solid #CACACA; border-radius: 4px; overflow: hidden; line-height: 52px; width: 191px; cursor: pointer; }
.yuangoweo .jaiziw .gudw span { display: inline-block; width: 18px; height: 18px; background: url(../images/jiazai.svg)no-repeat center center/cover; vertical-align: middle; margin-top: -1px; margin-left: 12px; }

@media(max-width:1900px) {
	.yuangoweo .goweor .mokuai .kuail .uair .xian { width: 3.31578vw; }
	.yuangoweo .goweor .mokuai .kuail .uair,
	.yuangoweo .goweor .mokuar .gudel { padding: 4.31578vw 1.94736vw 5.42105vw; }
}

@media(max-width:1500px) {
	.yuangoweo .jaiziw .gudw { line-height: 45px; width: 150px; }
}

@media(max-width:1100px) {
	.yuangoweo { padding: 40px 0 50px; }
	.yuangoweo .zbt { margin-bottom: 20px; }
	.yuangoweo .goweor { width: 100%; }
	.yuangoweo .goweor .mokuai .kuail { width: 100%; }
	.yuangoweo .flex { display: block; }
	.yuangoweo .goweor .mokuai .kuail .uail { width: 100%; margin-bottom: 20px; background: none !important; }
	.yuangoweo .goweor .mokuai .kuail .uair, .yuangoweo .goweor .mokuar .gudel { width: 100%; padding: 20px; }
	.yuangoweo .goweor .mokuai .kuair { width: 100%; background: none !important; margin-top: 20px; }
	.yuangoweo .goweor .mokuai .kuail .uair .xian { width: 60px; margin: 15px 0 13px; }
	.yuangoweo .goweor .mokuai2 .kuail { margin-top: 20px; }
	.yuangoweo .goweor .mokuai { margin-bottom: 0; }
	.yuangoweo .goweor .mokuai2 .kuail .qing:last-child .uail { margin: 0; margin-top: 20px; }
	.yuangoweo .goweor .kuail .qing { margin-bottom: 20px; }
	.yuangoweo .goweor .mokuar { margin-top: 20px; }
	.yuangoweo .goweor .mokuar .uail { width: 100%; margin: 20px 0; background: none !important; }
	.yuangoweo .goweor .mokuar .uaol { background: none !important; width: 100%; }
	.yuangoweo .jaiziw { margin-top: 30px; }

	.header_zx{
		padding-top: 50px;
	}
}

.neswm .towepew .anwen ul li.cur .op1::before{background: url(../images/op2a.svg)no-repeat center center/cover; }

.neswm .kasieowo ul li a .weow .sz { display: none; }
.neswm .kasieowo ul li a .weow .fenjwie .sz { display: block; }
.neswm .kasieowo ul li a .weow .manman { display: none; }

.neswm .kasieowo .list2 li { border-bottom: 1px solid #CACACA; padding: 50px 0; width: 100%; margin-bottom:0; }
.neswm .kasieowo .list2 li a { display: flex; align-items: center; flex-wrap: wrap;  position: relative; background: none; }
.neswm .kasieowo .list2 li:nth-child(1) { padding-top: 0; }
.neswm .kasieowo .list2 li .img { width: 387px; }
.neswm .kasieowo .list2 li .img img { width: 100%; }
.neswm .kasieowo .list2 li .weow { margin-left: auto; width: calc(100% - 494px); /*position: absolute; right: 0; top: 50%; transform: translateY(-50%); */ padding: 0;}
.neswm .kasieowo .list2 li .weow .w { line-height: 1; margin:0; }

.neswm .kasieowo .list2 li .weow .sz { line-height: 1; margin: 17px 0 8px; }
.neswm .kasieowo .list2 li .weow .w { line-height: 1.6; margin-top: 10px; }
.neswm .kasieowo .list2 li .weow .manman { display: inline-block; position: relative; margin-top: 36px; }
.neswm .kasieowo .list2 li .weow .manman { border-bottom: 0; color: #222222; }
.neswm .kasieowo .list2 li .weow .manman::before { bottom: -1px; width: 0; }
.neswm .kasieowo .list2 li:hover .weow .manman { color: #004098; }
.neswm .kasieowo .list2 li:hover .weow .manman::before { width: 100%; }
.neswm .kasieowo .list2 li .weow .manman span::before { background: url(../images/manman.svg)no-repeat center center/cover; }
.neswm .kasieowo .list2 li:hover .weow .manman span::before { background: url(../images/manmanbe.svg)no-repeat center center/cover; }
.neswm .kasieowo .list2 li:hover .weow .e { color: #004098; text-decoration: underline; }
.neswm .kasieowo ul li:hover .weow .e { color: #004098; text-decoration: underline; }

.neswm .kasieowo .list2 li .sz { display: block !important; }
.neswm .kasieowo .list2 li .fenjwie { display: none; }


@media(max-width:1300px) {
	.neswm .kasieowo .list2 li .img { width: 350px; }
	.neswm .kasieowo .list2 li .weow { width: calc(100% - 400px); }
	.neswm .kasieowo .list2 li { padding: 30px 0; }
}

@media(max-width:1100px) {
	.neswm .kasieowo .list2 li { padding: 20px 0; }
	.neswm .kasieowo .list2 li .img { width: 100%; }
	.neswm .kasieowo .list2 li .weow { width: 100%; position: initial; transform: translateY(0); margin-top: 20px; }
	.neswm .kasieowo .list2 li .weow .manman { margin-top: 25px; }
}

.mapBox { position: relative; width: 100%; height: 100%; }
@media(max-width: 1100px){
	.mapBox { width: 100%; height: 50vw; }
}
.aboutI dl dd { margin-bottom: 30px; border-radius: 3px; border:1px solid #D8D8D8; }
.aboutI dl dd.cur { background: #F0F4F9;; }
.aboutI-a { padding: 30px 45px; }
.aboutI-a .tag { display:inline-block; padding: 10px 20px; border-radius: 4px; background: rgba(0, 64, 152, 0.06); }
.aboutI-a .c p { margin-right: 40px; }
.aboutI-a .c p:last-child { margin-right: 0; }
.aboutI-a .btn { cursor: pointer; position: absolute; right: 45px; top: 50%; transform:translateY(-50%); width: 50px; height: 50px; background: url(../images/xiala.svg) no-repeat center #004098; border-radius: 5px; }
.aboutI dl dd.cur .aboutI-a .btn { background: url(../images/xiala2.svg) no-repeat center #004098; }
.aboutI-b { overflow: hidden; display:none;padding: 0 45px; }
.aboutI-c { padding: 40px 0 50px; border-top:1px solid #D8D8D8; }
.aboutI-c .more a { transition: all 0.5s; display:inline-block; padding: 15px 40px; background: #004098; border-radius: 4px; }
.aboutI-c .more a span { display:inline-block; padding-right: 26px; background: url(../images/toudi.svg) no-repeat right center; }
.aboutI-c .more a:hover { background: #1151a9; }
@media(max-width: 1600px){
    .aboutI-a { padding: 25px 35px; }
    .aboutI-a .c p { margin-right: 30px; }
    .aboutI-a .btn { right: 35px; width: 50px; height: 50px; }
    .aboutI-b { padding: 0 35px; }
    .aboutI-c { padding: 30px 0 40px; }
    .aboutI-c .more a { padding: 13px 35px; }
}
@media(max-width: 1400px){
    .aboutI-a { padding: 20px 30px; }
    .aboutI-a .c p { margin-right: 20px; }
    .aboutI-a .btn { right: 30px; width: 40px; height: 40px; }
    .aboutI-b { padding: 0 30px; }
    .aboutI-c { padding: 25px 0 30px; }
    .aboutI-c .more a { padding: 10px 28px; }
}
@media(max-width: 1100px){
    .aboutI-a .c { padding-right: 40px; }
    .aboutI-a { padding: 15px 15px; }
    .aboutI-a .c p { margin-right: 15px; }
    .aboutI-a .tag { font-size: 14px; padding: 5px 12px; }
    .aboutI-a .btn { right: 15px; width: 30px; height: 30px; transform:translateY(0); top: 18px; }
    .aboutI-b { padding: 0 15px; }
    .aboutI-c { padding: 20px 0 30px; }
    .aboutI-c .more a { padding: 8px 20px; }
}
.aboutH dd { background: #F4F6F7; }
.aboutH dd:nth-child(n+2) { margin-top:30px; }
.aboutH dd .img { width: 40%; }
.aboutH-a { width: 60%; padding: 48px 70px 0 50px; }
.aboutH-a .con { padding-top: 20px; border-top:1px solid #D8D8D8; }
.aboutH-a .time { padding: 10px 20px; background: rgba(0, 64, 152, 0.1);; }
.aboutH-a .time span { display:inline-block; padding-left: 26px; background: url(../images/time.svg) no-repeat left center; }

@media(max-width: 1900px){
    .aboutH-a { padding: 2.5vw 3.5vw 0 2.5vw; }
}
@media(max-width: 1400px){
    .aboutH-a { padding: 2.5vw 3.5vw 0 2.5vw; }
    .aboutH-a .time { padding: 6px 20px; }
    .aboutH-a .con { margin-top: 15px; padding-top: 12px; line-height: 1.6!important; }
}
@media(max-width: 1100px){
    .aboutH dd .img { width: 100%; }
    .aboutH-a { width: 100%; padding: 20px 15px 30px; }
    .aboutH-a .time { padding: 6px 20px; }
    .aboutH-a .con { margin-top: 15px; padding-top: 12px; line-height: 1.6!important; }
}
@media(max-width: 500px){
    .aboutH-a .time { padding: 5px 15px; }
    .aboutH-a .time span { padding-left: 20px; font-size:14px; background: url(../images/time.svg) no-repeat left center; }
}


ul.clearfix { display:flex; flex-wrap:wrap; }
.aboutD { padding:0; background: none; }
.aboutF { position:relative; z-index:9; }
.aboutE ul {  }
.aboutE ul li { width: calc(33.333% - 16px); background: #F0F4F9; margin-right: 24px; }
.aboutE ul li:nth-child(3n) { margin-right:0; }
.aboutE ul li:nth-child(n+4) { margin-top: 30px; }
.aboutE .con { padding: 20px 25px 30px; }
@media(max-width: 1900px){
    .aboutE ul li:nth-child(n+4) { margin-top: 1.6vw; }
}
@media(max-width: 1600px){
    .aboutE .con { padding: 15px 15px 20px; }
}
@media(max-width: 1100px){
    .aboutE ul li { width: calc(50% - 7px); margin-right: 14px; margin-top:0 !important; margin-bottom:15px; }
    .aboutE ul li:nth-child(3n) { margin-right:14px; }
    .aboutE ul li:nth-child(2n) { margin-right:0; }
    .aboutE ul li:nth-child(n+3) { margin-top: 20px; }
    .aboutE .con { padding: 15px 15px 20px; }
}
@media(max-width: 500px){
    .aboutE ul li { width: 100%; margin-right: 0; margin-top:0 !important; margin-bottom:15px; }
    .aboutE ul li:nth-child(3n) { margin-right: 0; }
    .aboutE ul li:nth-child(2n) { margin-right:0; }
    .aboutE ul li:nth-child(n+2) { margin-top: 20px; }
    .aboutE .con { padding: 15px 15px 20px; }
}
.aboutF-b { float:left; width: 300px; }
.aboutF-b .layui-form-select .layui-input,.aboutF-b input { width: 100%; border:1px solid #D8D8D8; border-radius: 4px; height: 50px; padding-left: 10px; font-size: 16px;color:#222; }
.aboutF-b input {  }
.layui-form-select .layui-edge { right: 14px; }
.aboutF-c { margin-left: 10px; }
.aboutF-c button { width: 46px; height: 46px; position: absolute; right: 2px; top:50%; transform:translateY(-50%); background: url(../images/searchbtn.svg) no-repeat center; cursor: pointer; outline: none; border:none; }
.aboutF-b:hover,.aboutF-b { z-index: 10; position: relative; }
.aboutF-c { z-index: 9; }
@media(max-width: 1100px){
    .aboutF-b .layui-form-select .layui-input,.aboutF-b input { height: 42px; font-size: 14px; }
    .aboutF-b{ width: calc(50% - 5px); }
    .aboutF-c button { width: 40px; height: 40px; right:0; }
}
@media(max-width: 600px){
    .aboutF-b{ width: 100%; }
    .aboutF-c { margin: 10px 0 0 0; }
}


.aboutG ul li { background: #F4F6F7; width: calc(50% - 10px); margin-right: 20px; }
.aboutG ul li:nth-child(3n) { margin-right: 20px; }
.aboutG ul li:nth-child(2n) { margin-right:0; }
.aboutG ul li:nth-child(n+3) { margin-top: 30px; }
.aboutG-a .img { width: 42%; }
.aboutG-b { position: absolute; width: 58%; top:50%; transform:translateY(-50%); right:0; padding: 0 40px 0 40px; }
.aboutG-b .topT { border-bottom:1px solid #D8D8D8; padding-bottom:20px; }
.aboutE-a .topT { border-bottom:1px solid #D8D8D8; padding-bottom:20px; }
@media(max-width: 1900px){
    .aboutG-b { padding: 0 2vw; }
    .aboutG-b .con { font-size: 14px; }
}
@media(max-width: 1700px){
    .aboutG-b { padding: 0 1.5vw; }
    .aboutG-b .con { font-size: 12px; }
}
@media(max-width: 1400px){
    .aboutG-b { padding: 0 15px; }
    .aboutG-b .topT { padding-bottom:10px; }
    .aboutE-a .topT { border-bottom:1px solid #D8D8D8; padding-bottom:10px; }
    .aboutG-b .con { font-size: 12px; line-height: 1.5!important; margin-top:10px; }
    .aboutG-b .con p { word-break:break-all; }
}
@media(max-width: 1100px){
    .aboutG ul li { width: calc(50% - 6px); margin-right: 12px; }
    .aboutG ul li:nth-child(3n) { margin-right: 12px; }
    .aboutG ul li:nth-child(2n) { margin-right:0; }
    .aboutG ul li:nth-child(n+2) { margin-top: 0; }
    .aboutG ul li:nth-child(n+3) { margin-top: 20px; }
    .aboutG-b .con { font-size: 14px; line-height: 1.5!important; margin-top:10px; }
}
@media(max-width: 600px){
    .aboutG-a .img { width: 100%; }
    .aboutG-b { position: relative; width: 100%; top:0; transform:translateY(0); right:0; padding: 20px 15px; }
}

:root {
    --Blue: #004098;
}
.yh { overflow: hidden; text-overflow: ellipsis; display: block; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.eh { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.sh { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.Blue { color: var(--Blue); }
.about { background: #fff; }
.aboutA-b .img { border-radius: 3px; overflow: hidden; }
.aboutA-b .img img { transition:all 0.5s; }
.aboutA-b:hover img { transform:scale(1.05); }
.aboutA-a ul li { float:left; width: calc(33.3333% - 16px); margin-right: 24px; }
.aboutA-a ul li:nth-child(3n) { margin-right:0; }
.aboutA-a ul li:nth-child(n+4) { margin-top: 30px; }
.aboutA-b .con { padding-top: 15px; }
.smallMore { display:inline-block; transition:all 0.5s; padding-right: 30px; background: url(../images/smallmore.svg) no-repeat right center; }
.smallMore:hover { padding-right: 36px; }
@media(max-width: 1100px){
    .aboutA-b .con { padding-top: 10px; }
    .aboutA-a ul li { width: calc(50% - 6px); margin-right: 12px; }
    .aboutA-a ul li:nth-child(3n) { margin-right:12px; }
    .aboutA-a ul li:nth-child(2n) { margin-right:0; }
    .aboutA-a ul li:nth-child(n+3) { margin-top: 20px; }
}
.aboutB p:nth-child(n+2) { margin-top: 30px; }
@media(max-width: 1900px){
    .aboutB p:nth-child(n+2) { margin-top: 1.5vw; }
}


/*发展历程*/
.historyA { padding:1vw 0 5vw; }
.historyA-a .line { width: 2px; height: 100%; background: #D8D8D8; position: absolute; top: 16px; left: 5px; }
.historyA-a .lineA { width: 2px; overflow: hidden; height: 100%; position: relative; }
.historyA-a .lineB { width: 100%; position: absolute; left:0; top:0; background: var(--Blue); }
.historyA-b ul li { width: 100%; padding-left:70px; position: relative; }
.historyA-b ul li .circle { background: var(--Blue); width: 12px; height: 12px; position: absolute; top:16px; left: 0; }
.historyA-c {  }
.historyA-c .t2 { line-height: 1; }
.historyA-b ul li:nth-child(2n) .historyA-c .t2 { text-align:left; }
.img { overflow: hidden; }
.img img { transition:all 0.3s; }
.img:hover img { transform:scale(1.05); }
.historyA-b ul li:nth-child(n+2) { margin-top: 80px; }
.historyA-e { width: 64.5%; }
.historyA-c .img { border-radius: 4px; width: 30%; }

@media(max-width: 1900px){
    .historyA-b ul li { padding-left: calc(3.5vw + 10px); }
    .historyA-b ul li:nth-child(n+2) { margin-top: 4vw; }
}
@media(max-width: 1600px){
    .historyA-a .line,.historyA-b ul li .circle { top: 10px; }
    .historyA-e { width: 60%; }
    .historyA-c .img { width: 37%; }
}
@media(max-width: 1100px){
    .historyA-a .line,.historyA-b ul li .circle { top: 5px; }
    .historyA-e { width: 100%; }
    .historyA-c .img { width: 100%; margin-top:20px; }
}
@media(max-width: 640px){
    .historyA-b ul li { padding-left: calc(15px + 10px); }
    .historyA-b ul li:nth-child(n+2) { margin-top: 30px; }
}



/**搜索结果页**/
.tesubanner { background: #444444; padding: 185px 0 127px; text-align: center; }

.tesubanner .sumaze { width: 75%; display: inline-block; }
.tesubanner .sumaze .mazel { width: 19.8%; }
.tesubanner .sumaze .mazel input { height: 56px; background: rgba(255,255,255,.05); border: 0px solid #e1dacf; border-radius: 5px; padding-left: 19px; font-size: 16px; color: rgba(255, 255, 255, .4); }
.tesubanner .sumaze .mazel input::-webkit-input-placeholder {color: rgba(255, 255, 255, .4);}
.tesubanner .sumaze .mazel input::-moz-placeholder {color: rgba(255, 255, 255, .4);}
.tesubanner .sumaze .mazel input:-moz-placeholder {color: rgba(255, 255, 255, .4);}
.tesubanner .sumaze .mazel input:-ms-input-placeholder {color: #267F40;}
.tesubanner .sumaze .mazel .layui-form-select dl { top: 60px; }
.tesubanner .sumaze .mazel .layui-form-selectup dl { bottom: 60px; top: auto; }
.tesubanner .sumaze .mazel .layui-form-select dl dd.layui-this { background: #004098; }
.tesubanner .sumaze .mazel .layui-form-select .layui-edge { background: url(../images/selecwtw.png)no-repeat center center/cover; width: 11px; height: 6px; border-style:initial; margin-top: -2px; right: 20px; }

.tesubanner .sumaze .quanqil { width: 77%; margin:0 auto; }
.tesubanner .sumaze .quanqil input { height: 56px; background: rgba(255,255,255,0.1); border: 0 solid #e1dacf; border-radius: 5px; padding-left: 19px; font-size: 16px; color: rgba(255, 255, 255, 1); padding-right: 154px; }
.tesubanner .sumaze .quanqil input::-webkit-input-placeholder {color: rgba(255, 255, 255, 1);}
.tesubanner .sumaze .quanqil input::-moz-placeholder {color: rgba(255, 255, 255, 1);}
.tesubanner .sumaze .quanqil input:-moz-placeholder {color: rgba(255, 255, 255, 1);}
.tesubanner .sumaze .quanqil input:-ms-input-placeholder {color: #267F40;}
.tesubanner .sumaze .quanqil .tjanmo { position: absolute; right: 0; height: 54px; top: 0; margin-top:0; }
.tesubanner .sumaze .quanqil .tjanmo button { height: 100%; width: 160px; height: 56px; border-radius: 5px; background: #004098; padding: 0; font-size: 16px; color: #fff; }
.tesubanner .sumaze .quanqil .tjanmo button i { display: inline-block; width: 13px; height: 13px; background: url(../images/searchbtn1.svg)no-repeat center center/cover; vertical-align: middle; margin-top: -2px; margin-right: 7px; }
.tesubanner .sumaze .quanqil .tjanmo button:hover { opacity: .9; }

.searchresultA { background: #f7f7f7; padding: 3.90625vw 0 5.20833vw; }
.searchresultA .xbtpox { border-color: #eeeeee; }
.searchresultA .suirxz { margin: 32px 0 38px; }
.searchresultA .suirxz .gykbt .bt { line-height: 1; }
.searchresultA .suirxz .zmsns { color: #666666; position: absolute; bottom: 0; right: 0; }
.searchresultA .suirxz .zmsns span { color: #267F40; }
.searchresultA .esutazm ul li { margin-bottom: 16px; }
.searchresultA .esutazm ul li:last-child { margin-bottom: 0; }
.searchresultA .esutazm ul li a { display: block; padding: 43px 50px 40px 30px; position: relative; border-radius: 10px; overflow: hidden; background: #fff; }
.searchresultA .esutazm ul li a::before { position: absolute; content: ""; bottom: 0; left: 0; width: 100%; height: 3px; background: #e8e8f3; }
.searchresultA .esutazm ul li a .azmn .mnl { color: #fff; background: #004098; border-radius: 5px; float: left; line-height: 1; padding: 10px 13px 10px; }
.searchresultA .esutazm ul li a .azmn .mne { float: left; color: #424242; line-height: 34px; padding-left: 12px; }
.searchresultA .esutazm ul li a .azmne { color: #666666; line-height: 1.73; margin-top: 15px; }
.searchresultA .fyq { margin-top: 4.16666vw; }




@media(max-width:1480px) {
  .tesubanner .sumaze .mazel input { font-size: 14px; height: 45px; }
  .tesubanner .sumaze .quanqil input { font-size: 14px; height: 45px; }
  .tesubanner .sumaze .quanqil .tjanmo button { font-size: 14px; height: 45px; width: 130px; }
}

@media(max-width:1100px) {
  .tesubanner { padding: 90px 0 60px; }
  .tesubanner .sumaze,
  .tesubanner .sumaze .mazel { width: 100%; }
  .tesubanner .sumaze .quanqil { width: 100%; margin-top: 20px; margin-left: 0; }
  
  .searchresultA { padding: 35px 0 45px; }
  .searchresultA .suirxz { margin: 15px 0 20px; }
  .searchresultA .esutazm ul li a { padding: 20px; }
  .searchresultA .esutazm ul li a .azmn .mne { width: 100%; padding-left: 0; margin-top: 10px; }
  .searchresultA .esutazm ul li a .azmne { margin-top: 5px; }
  .searchresultA .fyq { margin-top: 30px; }
}


.searchable-select { width: 100%; }
.searchable-select .searchable-select-holder { border-radius: 0; line-height: 48px; font-size: 16px; color:#3d3d3d; padding-left: 12px; width: 100%; height: 60px; border:1px solid #D3D2D3; }
.searchable-select-dropdown { top: 60px; z-index: 10; }
.searchable-select-item.selected { background: var(--colorRed); }
.searchable-select-item { padding: 10px 10px; }
.searchable-select-caret { z-index: 5; cursor: pointer; width: 60px; height: 60px; top:0; right:0; border-radius: 0; border:none; background: url(../images/wozieie.svg)no-repeat center center; }
.searchable-select:before { content:''; width: 60px; height: 60; position: absolute; right:0; bottom:0; height: 60px; background: var(--colorRed); }
.searchable-select:after { content:''; width: 60px; height: 0; transition:all 0.5s; position: absolute; right:0; bottom:0; height: 0; background: #000; }
.yuyanweo .zew .nweo .wozieie ul li:hover .searchable-select:after { height: 60px; }

@media(max-width: 1600px){
    .searchable-select .searchable-select-holder { line-height: 32px;  height: 44px; }
    .searchable-select-dropdown { top: 44px; }
    .searchable-select-caret { height: 44px; }
    .searchable-select:after { width: 44px; }
    .searchable-select:before,.searchable-select-caret { width: 44px; height: 44px; }
    .yuyanweo .zew .nweo .wozieie ul li:hover .searchable-select:after { height: 44px; }
    .yuyanweo .zew .nweo .wozieie button,.yuyanweo .zew .nweo .wozieie ul li input { height: 44px; }
}

.ehs ul li {
	background: #EBF0F7;
}
.ehs ul li .bt{
	margin-top: 0;
	padding: 1vw 1.77vw;
	position: relative;
}
.ehs ul li .bt:after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.77vw;
	width: 19px;
	height: 11px;
	background: url(../images/ehs_jt.svg) center center/cover;
}

.scxz{
	padding: 80px 0 110px;
}
.scxz .scxz_l{
	width: 18.3%;
	position: sticky;
	top: 130px;
}
.scxz .scxz_l .scxz_xl{
	box-shadow: 0px 6px 20px 0px rgba(0, 51, 121, 0.1);
	margin-top: 1.2vw;
	overflow: hidden;
	border-radius: 4px;
}
.scxz .scxz_l .scxz_xl_a{
	margin-top: 1.2vw;
}
.scxz .scxz_l .scxz_xl_a a{
	color: #004098;
	background: #E0EAFF;
	border-radius: 4px;
	padding: 18px 1.2vw;
	display: block;
}
.scxz .scxz_l .scxz_xl_a a.current {
    background: #004098;
    color: #fff;
}
.scxz .scxz_l .scxz_xl .bt{
	color: #fff;
	background: #004098;
	padding: 18px 1.2vw;
	position: relative;
	cursor: pointer;
}
.scxz .scxz_l .scxz_xl .bt:after{
	content: "";
	position: absolute;
	top: 17px;
	transform: rotate(180deg);
	right: 21px;
	width: 24px;
	height: 24px;
	background: url(../images/scxz_xl_jt.svg)center center/cover;
	transition: all 0.6s;
}
.scxz .scxz_l .scxz_xl.cur .bt:after{
	transform: rotate(360deg);
}
.scxz .scxz_l .scxz_xl ul{
	display: none;
}
.scxz .scxz_l .scxz_xl ul li{
	padding: 0 1.2vw;
}
.scxz .scxz_l .scxz_xl ul li a{
	display: block;
	padding: 16px 0;
	border-bottom: 1px solid #D8D8D8;
}
.scxz .scxz_l .scxz_xl ul li:last-child a{
	border-bottom: none;
}
.scxz .scxz_r{
	width: 80%;
	border-radius: 4px;
	padding: 2.2vw 3.5vw;
	border:1px solid #D8D8D8;
}
.scxz .scxz_r .scxz_r01 .bt{
	color: #004098;
	padding-bottom: 1.56vw;
	border-bottom: 1px solid #D8D8D8;
}
.scxz .scxz_r .scxz_r01 ul{
	margin-top: 2vw;
}
.scxz .scxz_r .scxz_r01 ul li{
	border:1px solid #D8D8D8;
	border-radius: 4px;
	transition: all 0.6s;
	margin-bottom: 1.56vw;
}
.scxz .scxz_r .scxz_r01 ul li:hover{
	background: #F0F4F9;
}
.scxz .scxz_r .scxz_r01 ul li a{
	display: block;
	padding: 1.9vw 2.5vw;
	position: relative;
}
.scxz .scxz_r .scxz_r01 ul li a .bt1{
	color: #231815;
	width: 80%;
	transition: all 0.6s;
}
.scxz .scxz_r .scxz_r01 ul li:hover a .bt1{
	color: #004098;
	text-decoration: underline;
}
.scxz .scxz_r .scxz_r01 ul li a .icon{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2.6vw;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	border:1px solid #CACACA;
	text-align: center;
	line-height: 48px;
	transition: all 0.6s;
}
.scxz .scxz_r .scxz_r01 ul li:hover a .icon{
	background: #004098;
	border: 1px solid #004098;
}
.scxz .scxz_r .scxz_r01 ul li a .icon i{
	display: inline-block;
	width: 17px;
	height: 17px;
	vertical-align: middle;
	background: url(../images/scxz_r_icon.svg) center center/cover;
	transition: all 0.6s;
	margin-top: -4px;
}
.scxz .scxz_r .scxz_r01 ul li:hover a .icon i{
	background: url(../images/scxz_r_icon01.svg) center center/cover;
}
@media(max-width: 1920px){
	.scxz{
		padding: 4vw 0 5.7vw;
	}
}
@media(max-width: 1100px){
	.scxz{
		padding: 40px 0 50px;
	}
	.scxz .scxz_l{
		display: none;
	}
	.scxz .scxz_r{
		width: 100%;
		padding: 30px 20px;
	}
	.scxz .scxz_r .scxz_r01 ul li a .icon{
		right: 20px;
		width: 40px;
		line-height: 38px;
		height: 40px;
	}
	.scxz .scxz_r .scxz_r01 ul li a{
		padding: 20px;
	}
	.scxz .scxz_r .scxz_r01 .bt{
		padding-bottom: 15px;
	}
	.scxz .scxz_r .scxz_r01 ul{
		margin-top: 20px;
	}
	.scxz .scxz_r .scxz_r01 ul li{
		margin-bottom: 15px;
	}
}

.ztce{
	padding: 0;
	margin-top: 5.7vw;
}
.ztce .gktx_a2 ul{
	margin-top: 2vw;
}
.ztce_a .ztce_a1{
	margin-top: 2vw;
	background: #EBF0F7;
	overflow: hidden;
	border-radius: 4px;
}
.ztce_a .ztce_a1 .img{
	position: relative;
}
.ztce_a .ztce_a1 .img .icon{
	position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #004098;
    border-radius: 4px 0px 4px 0px;
    z-index: 1;
}
.ztce_a .ztce_a1 .bt{
	padding: 1vw 1.77vw;
	position: relative;
}
.ztce_a .ztce_a1 .bt .b{
	width: 80%;
	word-wrap: break-word;
}
.ztce_a .ztce_a1 .bt:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.77vw;
    width: 19px;
    height: 11px;
    background: url(../images/ehs_jt.svg) center center/cover;
}


@media(max-width: 1100px){
	.ztce_a .ztce_a1{
		margin-top: 20px;
	}
	.ztce_a .ztce_a1 .img .icon {
	    width: 70px;
	    height: 60px;
	    line-height: 60px;
	}
	.ztce_a .ztce_a1 .img .icon img{
		width: 60%;
	}
	.ztce_a .ztce_a1 .bt{
		padding: 15px 20px;
	}
	.ztce_a .ztce_a1 .bt:after{
		right: 20px;
	}
}
.hddb{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 999;
    border-radius: 4px;
}
.hddb button{
    display: block;
    width: 40px;
    height: 40px;
    border:1px solid rgba(0, 61, 146, 0.06);
    border-radius: 4px;
    text-align: center;
    line-height:38px;
    background: #fff;
    cursor: pointer;
}
.hddb button i{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/gktx_a2_jt.svg)center center/cover;
    vertical-align: middle;
    margin-top: -4px;
    transform: rotate(180deg);
}
.footer_d{
    padding: 15px 20px;
    background: #00112E;
    color: rgb(255,255,255,0.4);
    text-align: center;
}
@media(max-width:1100px){
    .hddb{
        display: none;
    }
    .footer_d{
        text-align: left;
    }
}
.tanc{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1000;
	display: none;
}
.tanc.cur{
    display: block;
}
.tanc .tanc_a{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.tanc .tanc_a .tanc_a_b{
	background: #fff;
	padding: 2.6vw 5.7vw 2.6vw 2vw;
	position: relative;
}
.tanc .tanc_a .tanc_a_b .tanc_cha{
	position: absolute;
	top: 2.3vw;
	right: 2.7vw;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.tanc .tanc_a .tanc_a_l{
	width: 34.45%;
}
.tanc .tanc_a .tanc_a_r{
	width: 61.7%;
	padding-top: 2.8vw;
}
.tanc .tanc_a .tanc_a_r .bt{
	padding-bottom: 1.3vw;
	border-bottom: 1px solid #D8D8D8;
}
.tanc .tanc_a .tanc_a_r .bt .t{
	color: #004098;
	margin-top: 10px;
}
.tanc .tanc_a .tanc_a_r .bt1{
	margin-top: 1.2vw;
	line-height: 1.8;
	color: #666666; max-height: 30vh; overflow-y: scroll; padding-right: 15px;
}
.tanc .tanc_a .tanc_a_r .bt1 p{
	margin-bottom: 8px;
}

@media(max-width: 1100px){
	.tanc .tanc_a .tanc_a_l{
		width: 100%;
		display: none;
	}
	.tanc .tanc_a .tanc_a_r{
		width: 100%;
		padding-top: 20px;
	}
	.tanc .tanc_a .tanc_a_b .tanc_cha{
		top: 15px;
		right: 10px;
	}
	.tanc .tanc_a .tanc_a_b{
		padding: 30px 20px;
	}
	.tanc .tanc_a .tanc_a_r .bt{
		padding-bottom: 15px;
	}
	.tanc .tanc_a .tanc_a_r .bt1{
		margin-top: 15px;
		height: 200px;
		overflow: auto;
	}
	.tanc .tanc_a .tanc_a_r .bt1::-webkit-scrollbar{
    width: 4px;    
	}
	.tanc .tanc_a .tanc_a_r .bt1::-webkit-scrollbar-track{
	    background: rgba(0,0,0,0.2);
	    width: 4px;
	    border-radius: 50px;
	}
	.tanc .tanc_a .tanc_a_r .bt1::-webkit-scrollbar-track-piece{
	    width: 4px;
	} 
	.tanc .tanc_a .tanc_a_r .bt1::-webkit-scrollbar-thumb{
	    background: rgba(255,255,255,0.4);
	    border-radius: 50px;
	}
	.tanc .tanc_a .tanc_a_r .bt1::-webkit-scrollbar-button{
	    display: none;
	}
}
.wnjg_r ul li .bt .t3 .t4{
    display:block;
    width: 20%;
    float: left;
}
.wnjg_r ul li .bt .t3 span{
    float: left;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    width: 80%;
}
@media(max-width:1400px){
    .wnjg_r ul li .bt .t3 .t4{
        width: 25%;
    }
    .wnjg_r ul li .bt .t3 span{
        width: 75%;
    }
    .wnjg_r ul li .img{
        height: 22vw;
    }
}
@media(max-width:1100px){
    .wnjg_r ul li .img{
        height: auto;
    }
    .wnjg_r ul li .bt .t3 .t4{
        width: auto;
    }
    .wnjg_r ul li .bt .t3 span{
        width: auto;
    }
}
/*视频弹窗*/
.fixVideo {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 10000000;
}

.fixVideoA {
	width: 100%;
	height: 100%;
	position: relative;
}

.fixVideoB {
	position: absolute;
	width: 60%;
	max-width: 1000px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fixVideoB .close {
	position: absolute;
	right: -1px;
	top: -40px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	z-index: 10000;
	background: #000;
	color: #fff;
}
@media(max-width: 1100px){
	.fixVideoB{
		width: 92%;
	}
}

.xgktx_a1{margin-top: 0;}
.xgktx_a2{
	    margin-top: 5.7vw;
}
.xin.icon{
	position: fixed;
	right: 10px;
	top: calc(50% + 90px);
	transform: translateY(-50%);
	z-index: 3;
}

.xin.icon .iicon { width: 66px; height: 66px; position: relative;border-radius: 4px;
	background: #EBF0F7; display:block; }
.xin.icon .t { font-size: 12px; line-height: 1.5; color:#000; text-align:center; display:block; margin-top:8px; }

.xin.icon .iicon:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #004098;
	width: 87%;
	height: 87%;
	border-radius: 4px;
	z-index: 1;
}

.xin.icon .iicon:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: url(../images/xin.svg) center center/cover;
	width: 22px;
	height: 16px;
	z-index: 2;
}
@media(max-width: 1100px){
	.xin.icon{
		width: 50px;
		height: 50px;
		transform: initial;
		top: auto;
		bottom: 20px;
		right: 20px;
	}
	.xin.icon:after{width: 19px;height: 14px;}
}

/*2025-3-7tong简历表单*/
.jianli_a{
	padding: 4.1vw 0 5.7vw;
}
.jianli_a .ul{
	margin-top: 40px;
}
.jianli_a .ul li{
	width: calc(50% - 10px);
	position: relative;
	margin-right: 20px;
	height: 100%;
	margin-bottom: 30px;
}
.jianli_a .ul li span{
	color: #C80016;
	position: absolute;
	line-height: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 48px;

}
.jianli_a .ul li:nth-child(1),.jianli_a .ul li:nth-child(3),.jianli_a .ul li:nth-child(5){margin-right: 0;}
.jianli_a22 .ul li:nth-child(1),.jianli_a22 .ul li:nth-child(3),.jianli_a22 .ul li:nth-child(5){margin-right: 20px;}
.jianli_a22 .ul li:nth-child(2n){margin-right: 0;}


.jianli_a .ul li.w100{width: 100%;margin-right: 0;}
.jianli_a .ul li input,.jianli_a .ul li textarea{
	width: 100%;
	color: #222222;
	background: none;
	border: 1px solid #EEEEEE;
	font-size: 16px;
	border-radius: 4px;
	
}
.jianli_a .ul li input{height: 68px;padding: 0 56px;}
.jianli_a .ul li textarea{
	padding: 20px 64px;
	height: 300px;
	resize: none;
}

.jianli_a .ul li .icon{
	position: absolute;
	left: 16px;
	top: 50%;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
}

.jianli_a .ul li .icon.icon7{
	background: url(../images/jianli_a_icon7.svg) center center/cover;
}
.jianli_a .ul li .icon.icon8{
	background: url(../images/jianli_a_icon8.svg) center center/cover;
}
.jianli_a .ul li .icon.icon1{
	background: url(../images/jianli_a_icon1.svg) center center/cover;
}
.jianli_a .ul li .icon.icon0{
	background: url(../images/jianli_a_icon0.svg) center center/cover;
}
.jianli_a .ul li .icon.icon2{
	background: url(../images/jianli_a_icon2.svg) center center/cover;
}
.jianli_a .ul li .icon.icon3{
	background: url(../images/jianli_a_icon3.svg) center center/cover;
}
.jianli_a .ul li .icon.icon4{
	width: 26px;
	top: 25px;
	left: 20px;
	transform: initial;
	height: 17px;
	background: url(../images/jianli_a_icon4.svg) center center/cover;
}

.jianli_a .ul li .xz{
	background: none;
	width: 100%;
	border: none;
	cursor: pointer;
}

.jianli_a .ul li .icon.icon4 +span{
	transform: initial;
	top: 24px;
	left: 55px;
}
.jianli_a .code{position: relative;display: flex;flex-wrap: wrap;align-items: center;}
.jianli_a .code input{
	border: 1px solid #004098;
	height: 68px;
	width: 224px;
	border-radius: 4px;
	padding: 0 20px;
	font-size: 16px;
}
.jianli_a .code .yzm{
	margin-left: 20px;
	width: 100px;
	height: 100%;
}
.jianli_a .shengm{margin-top: 26px;display: flex;flex-wrap: wrap;align-items: center;}
.jianli_a .shengm .layui-form-checkbox{
	height: auto;
    line-height: initial;
    margin-right: initial;
    padding-right: initial;
}
.jianli_a .shengm .layui-form-checkbox i{
	border: 1px solid #004098;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	position: relative;
	display: block;
}
.jianli_a .shengm .layui-form-checkbox i:before{display: none;}
.jianli_a .shengm .layui-form-checkbox.layui-form-checked i{
	background: url(../images/dui.svg) center center no-repeat #004098;
}
.jianli_a .shengm p{
	color: #3D3D3D;
	margin-left: 6px;
}
.jianli_a .shengm p a{color: #0F3767;}
.jianli_a .monmon{margin-top: 40px;background: none;cursor: pointer;}

.jianli_a .code label{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	color: #004098;
	align-items: center;
	margin-left: 2.6vw;
	height: 100%;
	/*margin-top: 14px;*/
	cursor: pointer;
}

.jianli_a .code label i{
	background: url(../images/zhuan.svg) center center/cover;
	width: 14px;
	height: 14px;
	display: block;
	margin-right: 8px;
}

.jianli_a .ul li input:focus,.jianli_a .ul li textarea:focus{
	border: 1px solid #004098;
	background: #EBF0F7;
}

@media(max-width: 1600px){
	.jianli_a .ul li{margin-bottom: 20px;}
	.jianli_a .ul li input{
		height: 50px;
		font-size: 14px;
	}
	.jianli_a .ul li textarea{font-size: 14px;height: 220px;}
	.jianli_a .ul li .icon.icon4{top: 21px;}
	.jianli_a .code input{
		height: 54px;
		font-size: 14px;
	}
	.jianli_a .code .yzm{width: 80px;}
}

@media(max-width: 1100px){
	.jianli_a{
		padding: 40px 0;
	}
	.jianli_a .ul{
		margin-top: 24px;
	}
	.jianli_a .ul li{
		width: 100%;
		margin-bottom: 12px;
	}
	.jianli_a .ul ul input{
		height: 44px;
	}
	.jianli_a22 .ul li:nth-child(1),.jianli_a22 .ul li:nth-child(3),.jianli_a22 .ul li:nth-child(5){margin-right: 0;}
	.jianli_a .ul li .icon{left: 8px;}
	.jianli_a .ul li input{padding: 0 44px;}
	.jianli_a .ul li span{left: 35px;}
	.jianli_a .ul li textarea{height: 160px;padding: 20px 44px;}
	.jianli_a .ul li .icon.icon4{left: 11px;}
	.jianli_a .ul li .icon.icon4 +span {
	    top: 22px;
	    left: 37px;
	}
	.jianli_a .code input{
		height: 40px;
		width: 120px;
	}
	.jianli_a .code .yzm{width: 75px;}
	.jianli_a .code label{margin-left: 20px;}
	.jianli_a .shengm{margin-top: 20px;}
	.jianli_a .monmon{margin-top: 30px;}
}



.tc_chenggong{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 99999;
	display: none;
}

.tc_chenggong .box{
	background: url(../images/tc_jianli.png) center center/cover #F0F4F9;
	padding: 4.1vw 0 3.6vw;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

.tc_chenggong .img{
	width: 19.8vw;
	max-width: 382px;
	display: block;
	margin: 0 auto;
}

.tc_chenggong .t{
	color: #FFFFFF;
	background: #004098;
	margin-top: 30px;
	padding: 14px 40px 14px 50px;
	display: inline-block;
}

@media(max-width: 1100px){
	.tc_chenggong .box{
		left: 50%;
		width: calc(100% - 40px);
		transform: translate(-50%,-50%);
	}
	.tc_chenggong .t{
		margin-top: 20px;
		padding: 8px 30px 8px 40px;
	}
	.tc_chenggong .img{width: 200px;}
	.tc_chenggong .box{padding: 50px 0 40px;}
}



.tc_chenggong.tc_shibai .t{
	background: #F2666D;
}


.bcq_r .bomo_b6:nth-child(1)  .zbt_a{margin-top: 0;}

.ysTcA { display:none; background: rgba(0,0,0,0.5); position: fixed; left:0; top:0; width: 100%; height: 100%; z-index: 10000000; }
.ysTcA-a { position: relative; width: 100%; height: 100%; }
.ysTcA-b { background: #fff; border-radius: 10px; position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); width: 91%; }
.ysTcA-c { padding: 60px; }
.ysTcA-d .topTit { position: relative; padding-bottom: 30px; border-bottom:1px solid #ededed; }
.ysTcA-d .topTit .close { position: absolute; right:0; top: 50%; transform:translateY(-50%); width: 48px; height: 48px; background: url(../images/close2.png) no-repeat center/cover; cursor: pointer; }
.ystcA-f { padding-top: 20px; border-top: 1px solid #ededed; }
.ysTcA-g { max-height: 40vh; padding-right: 20px; overflow-y:scroll; }
.ysTcA-g::-webkit-scrollbar { width: 3px; height: 3px; }
.ysTcA-g::-webkit-scrollbar-thumb { -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15); background: #004098; }
.ysTcA-g::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, .1); border-radius: 0; background: rgba(24, 86, 166, 0.05); }
@media(max-width: 1900px){
	.ysTcA-c { padding: 3vw; }
}
@media(max-width: 1100px){
	.ysTcA-c { padding: 30px 15px; }
}

.tdt-control-copyright.tdt-control { opacity: 0!important; }
.bomo .bomo_b .biaod a:hover { text-decoration: underline; color: #004098; }

.jggy .top { position: relative; z-index: 10; }
.jggy_lA { float:left; width: 100%; z-index: 11; margin-top: 20px; }
.jggy_lA .t { position: relative; z-index: 10; padding: 12px 20px; background: #004098; border-radius: 8px; overflow: hidden; }
.jggy_lA .t .tt { background: url(../images/mbsubbg.svg) no-repeat right center; }
.jggy_lA ul { display:none; border-radius: 0 0 8px 8px; overflow: hidden; position: absolute; background: #fff; left:0; top:45px; width: 100%; box-shadow: 5px 5px 10px 0 rgba(120,120,120,0.3); border:1px solid #ddd; border-top: none; padding: 20px 20px 18px;  }
.jggy_lA ul a { display:block; padding: 5px 0; }
.jggy_lA.cur ul { display: block; }
.jggy_lB { margin: 0 0 20px; }

.jggy_lB.fix:before {  }
.jggy_lB.fix { z-index: 10000; position: fixed; top: calc(20px + 4.4vw); border-top: 1px solid rgba(255,255,255,0.3); left: 50%; transform: translateX(-50%); }
.jggy_lB.fix .t { border-radius: 0 0 8px 8px; }

.mainMdRelative { position: relative; }
.bomo_b4 ul li .bt .b { display: flex; justify-content: center; align-items: center;  height: auto; min-height:90px; }
.bomo_b4 ul li .bt { position: relative; display:flex; flex: wrap; }
.bomo_b4 ul li .bt .t { width: calc(100% - 70px); padding: 20px 40px; top: auto; transform: translateY(0); left:0; position: relative; }
@media(max-width: 1600px){
    .bomo_b4 ul li .bt .t { padding: 18px 30px; }
}
@media(max-width: 750px){
	.jggy_lB.fix { top: calc(20px + 6.5vw); }
}
@media(max-width: 1100px){
    .mainMdRelative .mainMd { top: -140px; }
    .bomo_b4 ul li .bt .t { padding: 15px 20px; }
    .bomo_b4 ul li .bt .t { width: calc(100% - 50px); }
    .header_a .logo { width: 70%; margin: 10px 0; }
    .header-manman.fixed-head .logo { margin-top: 10px; }
}


.mainMdRelative { position: relative; }
.bomo_b4 ul li .bt .b { display: flex; justify-content: center; align-items: center;  height: auto; min-height:90px; }
.bomo_b4 ul li .bt { position: relative; display:flex; flex: wrap; }

.bomo_b4 ul li .bt .t { width: calc(100% - 70px); padding: 20px 40px; top: auto; transform: translateY(0); left:0; position: relative; }



@media(max-width: 1600px){
    .bomo_b4 ul li .bt .t { padding: 18px 30px; }
}
@media(max-width: 1100px){
    .mainMdRelative .mainMd { top: -120px; }
    .bomo_b4 ul li .bt .t { padding: 15px 20px; }
    .bomo_b4 ul li .bt .t { width: calc(100% - 50px); }
}
.bomo_b4 ul li.shuangBox .bt .t { word-break: break-all; width: calc(60% - 35px); }
.bomo_b4 ul li.shuangBox .bt .t:last-child { width: calc(40% - 35px); }
.bomo_b4 ul li.shuangBox .bt .tt2 { border-left: 1px solid rgba(0, 64, 152, 0.3); }
@media(max-width: 600px){
    .bomo_b4 ul li.shuangBox .bt .t { word-break: break-all; width: calc(60% - 25px); }
    .bomo_b4 ul li.shuangBox .bt .t:last-child { width: calc(40% - 25px); }
    .bomo_b4 ul li .bt .t { padding: 15px 10px; }
}

.ttt i {  font-style: italic; }

.historyA .historyA-a .historyA-b ul li { margin-right: 0; }


