@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #2262ab;
}
.bgcolor,.hvbgcolor:hover{
	background: #2262ab;
	color: #fff;
}
.head{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	height: 90px;
}
.head_height{
	height: 90px;
}
.i_wrap{
	padding: 0 3%;
}
.logo{
	display: inline-block;
	height: 65px;
}
.nav li{
	position: relative;
	margin-right: 19px;
}
.nava{
	display: block;
	line-height: 90px;
	height: 90px;
	position: relative;
}
.nava::after{
	width: 50px;
	height: 3px;
	background: #2262ab;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
	opacity: 0;
	transition: .25s;
}
.nav li.active .nava,.nav li:hover .nava{
	color: #2262ab;
}
.nav li.active .nava::after{
	opacity: 1;
}
.navhide{
	width: 290px;
	border-radius: 0 0 8px 8px;
	background: rgba(255,255,255,.9);
	position: absolute;
	left: 50%;
	margin-left: -145px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	padding: 5px 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.navhide.gn{
    width: 140px;
    margin-left: -70px;
}
.nav li:hover .navhide,.hbr_lg:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 40px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 13px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #2262ab;
}
.hbr{
	height: 70px;
	display: flex;
	align-items: center;
}
.hbr .nava{
	padding-right: 0 !important;
}
.hbr_lg{
	position: relative;
}
.hbr_lg .nava{
	cursor: pointer;
}
.hbr_lg .nava img{
	width: 24px;
	height: 16px;
	border: 1px solid #fff;
}
.foot{
	background: #121521;
	background-size: cover;
	color: #cbcdd2;
}
.foot a{
	color: #cbcdd2;
}
.foot a:hover{
	color: #fff;
	text-decoration: underline;
}
.ftl{
	margin-right: 10%;
}
.ft{
	padding: 60px 0;
}
.fta{
	min-width: 140px;
}
.fta h3{
	color: #fff;
}
.fta_r{
	width: 26%;
}
.fta_r li{
	display: flex;
	line-height: 30px;
}
.fta_r li i{
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
}
.fta h3{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.ftarb_ewm{
	text-align: center;
}
.ftarf a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background: #4a5269;
	color: #fff;
	margin-right: 10px;
}
.fb{
	padding: 15px 0;
	background: #0b0d16;
}
.fbra{
	border: 1px solid rgba(255,255,255,.5);
	padding: 4px 12px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: .25s;
}
.fbra i{
	margin-left: 12px;
}
.fbr:hover .fbra{
	background: rgba(255,255,255,.1);
}
.fbrhide{
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 100%;
	height: 120px;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	margin-bottom: 10px;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
}
.fbr:hover .fbrhide{
	opacity: 1;
	visibility: inherit;
	margin-bottom: 0;
}
.fbrhide::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.fbrhide::-webkit-scrollbar-track{
	background: #f6f6f6;
	border-radius:2px;
}
.fbrhide::-webkit-scrollbar-thumb{
	background: #aaa;
	border-radius:2px;
}
.fbrhide::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
.fbrhide::-webkit-scrollbar-corner{
	background: #f6f6f6;
}
.fbrhide a{
	line-height: 40px;
	display: block;
	padding: 0 15px;
	color: #666;
}
.fbrhide a:hover{
	color: #025dac;
	background: #f5f5f5;
	text-decoration: none;
}
.fta_r h2.icolor{
	color: #074da4;
}
.md{
	padding: 89px 0;
}
.listnav{
	border-bottom: 1px solid #E6E6E6;
	position: sticky;
	top: 90px;
	z-index: 98;
	background: #fff;
}
.lnav li{
	margin-right: 65px;
	position: relative;
}
.lnav li a{
	display: block;
	line-height: 60px;
	height: 60px;
}
.lnav li::after{
	width: 0;
	height: 3px;
	background: #2262ab;
	content: "";
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: .25s;
}
.lnav li.active::after{
	opacity: 1;
	width: 36px;
	left: 50%;
	margin-left: -18px;
}
.lnav li.active a{
	color: #2262AB;
}
.sd2,.sd4,
.st2,.st4,.st3.gn{
	background: #f6f9fc;
}
.t_color{
	color: #464f5a;
}
.i_swiper{
	position: relative;
}
.sd1w{
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding: 10px;
}
.sd1r{
	width: 55%;
	margin-left: 3%;
}
.swiper-button-next-public,.swiper-button-prev-public{
	width: 36px;
	height: 36px;
	margin-top: -18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: 1px solid #ddd;
	background: #fff;
	transition: .25s;
	font-size: 20px;
	color: #888;
}
.swiper-button-next-public:hover,.swiper-button-prev-public:hover{
	background: #2262AB;
	border: 1px solid #2262AB;
	color: #fff;
}
.swiper-button-next-public{
	right: -70px;
}
.swiper-button-prev-public{
	left: -70px;
}
.sdline{
	width: 35px;
	height: 3px;
	background: #2262AB;
}
.sd2t li{
	display: inline-block;
	padding: 6px 25px;
	border: 1px solid #2262AB;
	background: #fff;
	transition: .25s;
	cursor: pointer;
	margin: 5px 15px;
}
.sd2t li.active{
	background: #2262AB;
	color: #fff;
}
.sd2ba{
	background: #fff;
	margin: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.swiper-pagination-public{
	position: static;
	width: 100%;
	text-align: center;
}
.swiper-pagination-public .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	opacity: 1;
	background: #fff;
	border: 1px solid #2262AB;
	margin: 0 7px;
	transition: .25s;
}
.swiper-pagination-public .swiper-pagination-bullet-active{
	background: #2262AB;
}
.sd4ba{
	background: #2262AB;
	color: #fff;
}
@media only screen and (max-width:1599px) {
    .logo{
		height: 49px;
	}
}

@media only screen and (max-width:1499px) {
	.i_wrap{
		padding: 0 20px;
	}
	.nav li{
		margin-right: 19px;
	}
	
	.i_swiper{
		padding: 0 50px;
	}
	.swiper-button-next-public{
		right: 0;
	}
	.swiper-button-prev-public{
		left: 0;
	}
	.swiper-pagination-public .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
	}
}

@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	/*.head,.head_height{
		height: 85px;
	}
	.nava{
		line-height: 85px;
		height: 85px;
	}*/
	.logo{
		height: 39px;
	}
	.nav li{
		margin-right: 19px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.logo{
		height: 45px;
	}
	.nav li{
		margin-right: 19px;
	}
	.lnav li{
		margin-right: 40px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.listnav{
		top: 60px;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.foot{
		text-align: center;
	}
	.fb{
		padding: 12px 0;
	}
	.fbr {
		width: 50%;
		margin: 12px auto 0 auto;
	}
	.ft{
		padding: 25px 0;
	}
	.ftl{
		margin-right: 0;
		text-align: center;
		margin-bottom: 15px;
	}
	.ftarb_ewm img{
		width: 100px;
	}
	.fta{
		min-width: 100%;
		display: none;
	}
	.fta.fta_r{
		display: block;
	}
	.ftarbr{
		justify-content: center;
		margin-top: 15px;
	}
	.ftarbr .ftarb_ewm{
		margin: 0 10px;
	}
	.ftarf {
		justify-content: center;
	}
	.ftarf a{
		margin: 0 5px;
	}
	
	.listbn img{
		min-height: 130px;
	}
	.lbntxt h1{
		font-size: 13px;
	}
	.lbntxt h2{
		font-size: 20px;
	}
	.listnav{
		position: static;
	}
	.lnav{
		display: none;
	}
	.lnavr{
		padding: 10px 0;
	}
	.lnavr img{
		height: 12px;
		margin-right: 5px;
	}
	.i_swiper{
		padding: 0 40px;
	}
	.sdline{
		width: 22px;
		height: 2px;
	}
	.swiper-button-next-public, .swiper-button-prev-public{
		width: 26px;
		height: 26px;
		font-size: 12px;
		margin-top: -13px;
	}
	.swiper-button-next-public{
		right: 0;
	}
	.swiper-button-prev-public{
		left: 0;
	}
	.swiper-pagination-public .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.sd2t li{
		font-size: 13px;
		padding: 4px 18px;
		margin: 3px 6px;
	}
}

.swiper-container-bn .swiper-slide .bntxt .text1{
	position: relative;
	overflow: hidden;
}
.swiper-container-bn .swiper-slide .bntxt .text1 i {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 62px;
	background-color: #fff;
	animation-timing-function: cubic-bezier(0.69, 0.01, 0.21, 0.99);
}
.swiper-container-bn .swiper-slide .bntxt .text2{
	position: relative;
	overflow: hidden;
}
.swiper-container-bn .swiper-slide .bntxt .text2 i {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 20px;
	background-color: #fff;
	animation-timing-function: cubic-bezier(0.69, 0.01, 0.21, 0.99);
}
.bnimg .bntxt .text2 .titleh1{font-weight:bold;}

.sy_gy{width: 100%;overflow: hidden;background: url(../images/sy_bj.jpg) no-repeat top center / cover;}
.sy_gy .sy_zc{width: 100%;overflow: hidden;margin-bottom: 19px;padding-right: 39px;}
.sy_gy .sy_zc .zc_bt{width: 100%;overflow: hidden;display: flex;align-items: flex-end;justify-content: space-between;background: url(../images/a_bj.png) no-repeat right top;}
.sy_gy .sy_zc .zc_bt .z_c .t_b{color: #333333;}
.sy_gy .sy_zc .zc_bt .z_c .b_t{color: #2161AB;position: relative;padding-bottom: 29px;}
.sy_gy .sy_zc .zc_bt .z_c .b_t:after{content: " ";display: block;width: 56px;height: 3px;background: #2161AB;position: absolute;left: 0px;bottom: 0px;}
.sy_gy .sy_zc .zc_bt .y_c{display: flex;justify-content: flex-end;}
.sy_gy .sy_zc .zc_bt .y_c a{padding: 6px 19px;color: #666666;border: solid 1px #666666;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.sy_gy .sy_zc .zc_bt .y_c a:hover{
	color: #ffffff;
	background: #2161AB;
	border: solid 1px #2161AB;
}
.sy_gy .sy_zc .zc_nr{
	margin-bottom: 19px;
	text-indent: 2em
}
.sy_gy .sy_yc{width: 100%;overflow: hidden;}
.sy_gy .sy_yc ul{width: 100%;overflow: hidden;}
.sy_gy .sy_yc li{margin-bottom: 39px;}
.sy_gy .sy_yc li:last-child{margin-bottom: 0px;}
.sy_gy .sy_yc li .n_r{
	background: rgba(255,255,255,.7);
	overflow: hidden;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 39px;
	position: relative;
	display: flex;
	align-items: center;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.sy_gy .sy_yc li .n_r:after{content: " ";display: block;height: 100%;width: 4px;background: #2161AB;right: 0px;top: 0px;position: absolute;z-index: 99;}
.sy_gy .sy_yc li .n_r .z_c{margin-right: 19px;}
.sy_gy .sy_yc li .n_r .z_c img{max-width: 100%;height: auto;}
.sy_gy .sy_yc li .n_r .y_c .b_t{color: #2161AB;}
.sy_gy .sy_yc li .n_r .y_c .m_s{color: #999999;text-transform: capitalize;}
@media only screen and (max-width:1199px) {
	.sy_gy .sy_zc{
		padding-right: 0px;
	}
	.sy_gy .sy_yc li .n_r{
		padding: 39px 19px;
	}
	.sy_gy .sy_zc .zc_bt{

	    flex-wrap: wrap;
	}
}
@media only screen and (max-width:640px) {
	.sy_gy .sy_yc ul{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
	.sy_gy .sy_yc li{width: 48%;margin-bottom: 19px;}
	.sy_gy .sy_yc li:last-child{margin-bottom: 19px;}
	.sy_gy .sy_yc li .n_r {
		padding: 19px 9px;
	}
	.sy_gy .sy_yc li .n_r .z_c {
		margin-right: 9px;
	}
	.sy_gy .sy_zc .zc_bt{
		background: none;
		justify-content: end;
	}
	.sy_gy .sy_zc .zc_bt .y_c a {
		padding: 6px 11px;
	}
	.sy_gy .sy_yc li .n_r:after {
		height: 4px;
		right: initial;
		top: inherit;
		bottom: 0px;
		width: 100%;
		left: 0px;
	}
	.bnimg .bntxt .text1 h3{font-size:18px;}
	.bnimg .bntxt .text2 .titleh1{font-size:18px;}
}
.gs_js .js_nr{color: #454F59;text-indent: 2em}
.gs_js .js_wz .n_r{margin-bottom: 19px;width: 100%;padding: 29px;display: flex;align-items: center;justify-content: center;-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;}
.gs_js .js_wz .n_r .t_p{
	overflow: hidden;
	background: #F5F8FB;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	margin-right: 19px;
	width: 79px;
	height: 79px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gs_js .js_wz .n_r .t_p img{max-width: 100%;height: auto;}
.gs_js .js_wz .n_r .b_t{color: #2161AB;}
.gs_js .js_wz .n_r .w_z{color: #999999;}
@media only screen and (max-width:1199px) {
	.gs_js .js_wz .n_r{
		padding: 19px 16px;
	}
}
@media only screen and (max-width:640px) {
	.gs_js .js_wz .n_r {
		padding: 0px;
	}
	.gs_js .js_wz .n_r .t_p{margin-right: 11px;width: 59px;height: 59px;}
}
.gs_zz{background: #F4F8FF;}
.gs_zz .zz_nr img{max-width: 100%;height: auto;}
.ry_nr{width: 100%;position: relative;}
.ry_nr .n_r{width: 100%;overflow: hidden;position: relative;}
.ry_nr .n_r a{display: block;}
.ry_nr .n_r .t_p{padding: 29px;background: #F2F5F8;}
.ry_nr .n_r .t_p img{width: 100%;height: auto;display: block;}
.ry_nr .n_r .w_z{width: 100%;background: rgba(33,97,171,.7);color: #ffffff;text-align: center;position: absolute;left: 0px;bottom: 0px;padding: 19px 0px;}

.mg_my{justify-content: space-between;padding: 0px 15px;}
.jt_ct{justify-content:space-between;}
.jt_cn{justify-content:center;}
.ny_nr{width:100%; overflow:hidden;}
.ny_nr .ny_bt.cn{margin-bottom:25px;  line-height:30px; color:#333;text-align: left;}
.ny_nr .ny_bt.cn p{padding:12px 0px; font-size:20px;text-transform: capitalize;}
.ny_nr .ny_bt.cn .t_b{display: flex;align-items: center;}
.ny_nr .ny_bt.cn .t_b i.on{width: 9%;height: 2px;background: #2262ab;}
.ny_nr .ny_bt.cn .t_b i{width: 95%;height: 1px;background: #E9E9E9;}
.ny_nr .zc_lm{width:340px; padding:0px 0px 25px 0px;}
.ny_nr .zc_lm h3{font-size:18px; color:#fff; background: #2262ab; padding: 20px 16px;display: flex;align-items: center;text-transform: uppercase;font-weight: 400;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.ny_nr .zc_lm h3 img{margin-right: 9px;}
.ny_nr .zc_fl{background-color:#fff;box-shadow: 0 0 20px rgba(0,0,0,.09);}
.ny_nr .zc_lm ul{
	padding: 16px 10px 30px 10px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.ny_nr .zc_lm ul li{margin-bottom:3px; }
.ny_nr .zc_lm ul li a.y_j{font-size:16px; text-indent:20px; line-height:28px; padding-bottom:20px; display:block; border-radius:3px; position:relative;}
.ny_nr .zc_lm ul li:hover a.y_j{color:#656565; text-indent:30px;}
.ny_nr .zc_lm ul li.on a.y_j{color:#656565; text-indent:30px;}
.ny_nr .zc_lm ul li a.y_j:after{width:6px; height:6px; border-radius:50%; background-color:#d6dce0; content:""; position:absolute; top:11px; left:0;
	transition:all .5s;
	-webkit-transition:all .5s;}
.ny_nr .zc_lm a.e_j{
	display:block;
	font-size:16px;
	position:relative;
	color:#656565;
	background: #F3F3F3;
	text-transform: capitalize;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 400;
	margin-bottom: 6px;
	padding: 16px;
}
.ny_nr .zc_lm a.e_j:hover{background: #E7EEF6;color: #2262ab;}
.ny_nr .zc_lm ul li.on a.e_j{color: #2262ab;background: #E7EEF6;}
.ny_nr .zc_lm i{position:absolute; top:14px; right:15px; display:block; font-size:16px; line-height:28px; color:#656565; text-align:center;
	transition:all .5s;
	-webkit-transition:all .5s;font-weight: bold;}
.ny_nr .zc_lm ul li:hover i{
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	color: #2262ab;
}
.ny_nr .zc_lm ul li.on i{color:#2262ab;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);}
.ny_nr .zc_lm .s_j{ display:none;background: none;}
.ny_nr .zc_lm .s_j p{margin-bottom:2px;border-bottom: solid 1px #F3F3F3;}
.ny_nr .zc_lm .s_j p:last-child{border-bottom: none;}
.ny_nr .zc_lm .s_j p a{font-size:14px; text-indent:28px; line-height:50px; color:#656565; display:block; position:relative; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;border-bottom: dotted 1px #F3F3F3;text-transform: capitalize;}
.ny_nr .zc_lm .s_j p a:hover{ color:#2262ab; text-indent:39px;}
.ny_nr .zc_lm .s_j p.on a{
	color: #2262ab;
}
.ny_nr .zc_lm ul li:hover .s_j{display: block;}
.ny_nr .yc_nr{width:calc(100% - 380px);}
.ny_nr .cp_lb{width:100%; position:relative;}
.ny_nr .cp_lb .n_r{
	margin-bottom: 30px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
	overflow: hidden;
}
.ny_nr .cp_lb .t_p img{width: 100%;height: auto;display: block;}
.ny_nr .cp_lb .w_z{padding: 19px 9px;width: 100%;overflow: hidden;background: #F5F5F5;}
.ny_nr .cp_lb .w_z .b_t{
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 28px;
	min-height: 56px;
}
.ny_nr .cp_lb .w_z .m_s{color: #888888;font-size: 14px;text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;}
.ny_nr .cp_lb .w_z .m_r{margin-top: 9px;}
.ny_nr .cp_lb .w_z .m_r a{display: block;width: 80px; height: 30px;text-align: center;line-height: 30px;color: #FFFFFF;font-size: 14px;background: #074DA4;}
.ny_nr .cp_lb .n_r:hover .m_r a{background: #2262ab;color: #FFFFFF;}
.ny_nr .cp_lb .n_r:hover .b_t a{color: #2262ab;}
@media only screen and (max-width:1366px){
    .ny_nr .cp_lb .w_z .b_t{
	font-size: 15px;
    }
}
@media only screen and (max-width:1100px){
	.ny_nr .ny_bt.cn{margin-bottom:20px; padding:15px 0px; font-size:22px; line-height:26px;}
	.ny_nr .zc_lm{width:250px; padding:20px 15px;}
	.ny_nr .zc_lm h3{font-size:14px; line-height:20px; padding-bottom:10px; margin-bottom:10px;}
	.ny_nr .zc_lm ul li{margin-bottom:15px;}
	.ny_nr .zc_lm ul li a.y_j{font-size:15px; text-indent:15px; line-height:26px; padding-bottom:15px;}
	.ny_nr .zc_lm ul li:hover a.y_j{text-indent:20px;}
	.ny_nr .zc_lm ul li.on a.y_j{text-indent:20px;}
	.ny_nr .zc_lm ul li a.y_j:after{top:10px;}
	.ny_nr .zc_lm a.e_j{padding-bottom:15px; font-size:13px; line-height:26px;}
	.ny_nr .zc_lm i{right:10px; line-height:26px;}
	.ny_nr .zc_lm .s_j{padding-bottom:15px;}
	.ny_nr .zc_lm .s_j p a{line-height:32px;}
	.ny_nr .zc_lm .s_j p.on a{text-indent:20px;}
	.ny_nr .zc_lm .s_j p a:after{top:14px; left:5px;}
	.ny_nr .yc_nr{width:calc(100% - 270px);}
	.ny_nr .cp_lb .n_r .t_p a{font-size: 16px;}
	.ny_nr .cp_lb .n_r .w_z{ padding: 15px 10px;}
	.ny_nr .cp_lb .m_s {
		font-size: 12px;
	}
	.ny_nr .cp_lb .w_z .m_s {
		font-size: 12px;
	}
	.ny_nr .cp_lb .m_r a {
		font-size: 12px;
	}
	.ny_nr .zc_cp .n_r li .w_z a {
		font-size: 12px;
		line-height: 22px;
	}
	.ny_nr .zc_cp .n_r li {
		margin-bottom: 10px;
		padding: 10px 0px;
	}
	.ny_nr .zc_lm .s_j p a{
		font-size: 12px;
	}
	.ny_nr .zc_lx .n_r li {
		margin-bottom: 10px;
		padding: 10px 0px;
	}
	.ny_nr .zc_cp .b_t {
		line-height: 40px;
	}
}
@media only screen and (max-width:950px){
	.ny_nr .yc_nr{
		padding: 0px 15px;
	}
	.ny_nr .zc_lm {
		width: 100%;
		padding: 0px;
	}
	.ny_nr .cp_lb .w_z .b_t{
		font-size: 12px;
		line-height: 22px;
		min-height: auto;
	}
	.ny_nr .zc_lm .zc_fl{display:none;}
	.ny_nr .yc_nr{width:100%;}
	.ny_nr .ny_bt.cn{padding: 0px;}
	.ny_nr .cp_lb .w_z .m_r a {
		width: 60px;
		height: 26px;
		line-height: 24px;
		font-size: 12px;
	}
}

.ny_lm{width:100%; color:#999; line-height:60px; position:relative; z-index:9;background: #f9f9f9;}
.ny_lm .dq_wz a{color:#999;}
.ny_lm .dq_wz a:hover{color:#2262ab;}
.ny_lm .dq_wz span{color:#2262ab;}
.ny_lm .dq_wz i{font-size:18px; display:inline-block; margin-right:3px; vertical-align:middle; margin-top:-2px;}
@media only screen and (max-width:1100px) {
	.ny_lm{line-height:50px;}
}
.ny_nr .xq_nr .yy_xq{margin-bottom:50px;}
.ny_nr .xq_nr .yy_xq .y_c{margin-bottom: 20px;}
.ny_nr .xq_nr .yy_xq .y_c .b_t{color: #333333;font-size: 36px;font-weight: bold; margin-bottom: 10px;}
.ny_nr .xq_nr .yy_xq .m_r{margin-top: 50px;display: flex;}
.ny_nr .xq_nr .yy_xq .m_r a{color: #2262ab;display: block;font-size: 14px;width: 120px;height: 46px;text-align: center;line-height: 46px;background: none;border: solid 1px #2262ab;-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;margin-right: 20px;}
.ny_nr .xq_nr .yy_xq .m_r a.on{color: #fff;background: #2262ab;}
.ny_nr .xq_nr .yy_xq .m_s{color: #656565;font-size: 14px;line-height: 36px;margin-bottom: 20px;}
.ny_nr .xq_nr .yy_xq .l_b{padding: 15px 0px; border-top: solid 1px #E5E5E5;border-bottom: solid 1px #E9E9E9;display: flex;align-items: center;}
.ny_nr .xq_nr .yy_xq .l_b a{ margin-right: 20px;}
.ny_nr .xq_nr .xg_cp{margin-top: 30px;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .t_p img{ width: 100%;height: auto;display: block;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z{background: #F5F5F5;padding: 10px 15px;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t{margin-bottom: 10px;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t a{color: #333333;font-size: 18px;font-weight: bold;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .m_s{color: #656565;font-size: 14px;line-height: 22px;}
.ny_nr .cp_xq .b_g img{max-width: 100%;height: auto;}
@media only screen and (max-width:1100px){
	.ny_nr .xq_nr .yy_xq{margin-bottom:35px;}
	.ny_nr .xq_nr table td{padding:10px;}

}
@media only screen and (max-width:640px){
	.ny_nr .xq_nr .b_t{font-size:20px; line-height:30px;}
	.ny_nr .xq_nr .xg_cp{margin-top: 20px;}
	.ny_nr .xq_nr .xg_cp .xg_nr .n_r{margin-bottom: 30px;}
	.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z{padding: 10px;}
	.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t a{font-size: 14px;}
	.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .m_s{font-size: 12px;line-height: 20px;}
}

.xq_nr .cp_zs .cp_dt{border:1px solid #ddd; margin-bottom:10px;}
.xq_nr .cp_zs .cp_dt img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1440px){
	.ny_nr .xq_nr .yy_xq .y_c .b_t {
		font-size: 30px;
	}
	.ny_nr .xq_nr .yy_xq .y_c .j_g p {
		font-size: 20px;
	}
	.ny_nr .xq_nr .yy_xq .y_c .j_g span {
		font-size: 12px;
	}
	.ny_nr .xq_nr .yy_xq .d_l p {
		font-size: 12px;
	}
	.ny_nr .xq_nr .yy_xq .d_l span {
		font-size: 12px;
		line-height: 26px;
	}
	.ny_nr .xq_nr .yy_xq .m_r {

		margin-top: 20px;
	}
	.ny_nr .ny_bt.cn {
		margin-bottom: 20px;
		font-size: 20px;

	}
	.ny_nr .ny_bt.cn p {
		padding: 10px 0px;
	}
}
@media only screen and (max-width:768px){
	.cp_xq{padding: 0px 9px;}
	.cp_xq .b_g{
		overflow: auto;
	}
	.xq_nr .cp_zs{
		margin-bottom: 20px;
	}
	.xg_cp{padding: 0px 10px;}
	.ny_nr .xq_nr .yy_xq .y_c .b_t {
		font-size: 20px;
	}
	.ny_nr .xq_nr .yy_xq .y_c {
		margin-bottom: 0px;
	}
	.ny_nr .xq_nr .yy_xq .m_s {
		font-size: 13px;
		line-height: 26px;
		margin-bottom: 16px;
	}
}


.xw_xq{width:100%; overflow:hidden; position:relative;
	background: #FFFFFF;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.xw_xq .xq_nr .b_t{font-size:28px; line-height:36px; font-weight:bold; color:#000; text-align:center; margin-bottom:20px;}
.xw_xq .xq_nr .x_x{padding-bottom:30px;margin-bottom:45px; border-bottom:1px solid #eee; text-align:center; line-height:26px;}
.xw_xq .xq_nr .x_x span{display:inline-block; padding:0 10px;}
.xw_xq .xq_nr .n_r{font-size:15px; line-height:30px;}
.xw_xq .xq_nr .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.xw_xq .xq_nr .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; font-size:15px; line-height:32px;}
.xw_xq .xq_nr .z_c, .xw_xq .xq_nr .y_c{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:640px){
	.xw_xq .xq_nr .b_t{font-size:16px; line-height:30px; margin-bottom:15px;}
	.xw_xq .xq_nr .x_x{padding-bottom:15px; margin-bottom:15px;}
	.xw_xq .xq_nr .n_r{font-size:12px; line-height:24px;}
	.xw_xq .xq_nr .f_y{margin-top:15px; padding-top:20px; font-size:12px;}
}

.yema{width:100%; margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #eee; font-size:15px; line-height:38px; text-align:center; color:#999; display:block;}
.yema ul li a:hover{background-color:#2262ab; border:1px solid #2262ab; color:#fff;}
.yema ul li.active a{background-color:#2262ab; border:1px solid #2262ab; color:#fff;}
@media only screen and (max-width:640px){
	.yema{margin-top:20px;}
	.yema ul li{margin:0 .2rem;}
	.yema ul li a{min-width:2.6rem; padding:0 1rem; font-size:12px; line-height:2.6rem;}
	.mg_my {
		padding: 0px 6px;
	}
}


.xw_lb .n_r{margin-bottom: 36px;box-shadow: 0 0 20px rgba(0,0,0,.05);}
.xw_lb .n_r .t_p{height:299px; overflow:hidden;position:relative;}
.xw_lb .n_r .t_p img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:center top;
	-webkit-user-select:none;
	user-select:none;
}
.xw_lb .n_r .t_p .s_j{position: absolute;left: 20px;bottom: 20px;padding: 16px;background: rgba(0,0,0,.5);-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;text-align: center;}
.xw_lb .n_r .t_p .s_j p{color: #FFFFFF;font-size: 26px;font-weight: 700;}
.xw_lb .n_r .t_p .s_j span{display: block;color: #FFFFFF;font-size: 16px;}
.xw_lb .n_r .w_z{background: #F8F8F8;padding: 20px 26px;}
.xw_lb .n_r .w_z .b_t{margin-bottom: 20px;}
.xw_lb .n_r .w_z .b_t a{display: block;color: #000000;font-size: 18px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xw_lb .n_r .w_z .m_s{color: #999999;font-size: 15px;line-height: 28px;overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	line-clamp:2;
	-webkit-line-clamp:2;
	-moz-line-clamp:2;
	-o-line-clamp:2;
	-webkit-box-orient:vertical;
	margin-bottom: 26px;
}
.xw_lb .n_r .w_z .m_r{display: flex;}
.xw_lb .n_r .w_z .m_r a{
	width: 150px;
	height: 36px;
	text-align: center;
	line-height: 34px;
	border: solid 1px #2262ab;
	color: #2262ab;
	font-size: 15px;
	text-transform: capitalize;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.xw_lb .n_r:hover .b_t a{color: #2262ab;}
.xw_lb .n_r:hover .m_r a{color: #FFFFFF;background: #2262ab;border: solid 1px #2262ab;}
@media only screen and (max-width:1100px){
	.xw_lb .n_r .t_p{height:249px;}
	.xw_lb .n_r .t_p .s_j p {
		font-size: 20px;
	}
	.xw_lb .n_r .t_p .s_j span {
		font-size: 12px;
	}
	.xw_lb .n_r .w_z .b_t a {
		font-size: 16px;
	}
	.xw_lb .n_r .w_z .b_t {
		margin-bottom: 10px;
	}
	.xw_lb .n_r .w_z .m_s {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.xw_lb .n_r .w_z .m_r a {
		width: 120px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}

.ny_lx{width:100%; max-width: 1400px;margin: 0 auto;}
.ny_lx.ab_js{padding: 0px;}
.ny_lx .row{margin:0; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.1);}
.ny_lx .lx_xx{width:50%; padding:40px; font-size:16px; line-height:36px; color:#FFFFFF;background: #2262ab;}
.ny_lx .lx_xx .w_z p{display: flex;align-items: flex-start;margin-bottom: 16px;}
.ny_lx .lx_xx .w_z p i{margin-right: 10px;font-size: 22px;}
.ny_lx .lx_xx .w_z p img{margin-right: 20px;max-width: 30%;}
.ny_lx .lx_xx .tel{font-size:36px; line-height:44px; color:#FFFFFF; margin-bottom:15px;}
.ny_lx .lx_tp{width:50%; border:15px solid #fff;}
.ny_lx .lx_tp img{width:100%; height:100%; display:block;
	object-fit:cover;
	object-position:center;
	-webkit-user-select:none;
	user-select:none;}
@media only screen and (max-width:1600px){
	.ny_lx .lx_xx{padding:30px;}
	.ny_lx .lx_tp{border:10px solid #fff;}
}
@media only screen and (max-width:1440px){
	.ny_lx{padding:50px 0px;}
	.ny_lx .lx_xx{font-size:14px; line-height:28px;}
	.ny_lx .lx_xx .tel{font-size:30px; line-height:38px; margin-bottom:10px;}
}
@media only screen and (max-width:1200px){
	.ny_lx .lx_xx{line-height:26px; padding:25px;}
	.ny_lx .lx_xx .tel{font-size:26px; line-height:34px;}
}
@media only screen and (max-width:640px){
	.ny_lx .lx_xx{width:100%;}
	.ny_lx .lx_tp{width:100%;}
}

.ny_ly{width:100%; padding:80px 0; background-color:#f9f9f9; overflow:hidden;}
.ny_ly .lx_bt{text-align:center;}
.ny_ly .ly_nr{max-width:1000px; margin:0 auto; padding:50px 80px; background-color:#fff; border-radius:9px; box-shadow:0 0 15px rgba(0,0,0,.1);}
.ny_ly .ly_nr ul{margin:0 -20px;}
.ny_ly .ly_nr ul li{width:calc(50% - 40px); margin:0 20px 20px;}
.ny_ly .ly_nr ul li:nth-child(7){width:100%;}
.ny_ly .ly_nr ul li:last-child{width:calc(100% - 40px); margin:0 20px; text-align:center;}
.ny_ly .ly_nr em{display:block; margin-bottom:5px;font-size: 16px;}
.ny_ly .ly_nr input{width:100%; height:46px; border:1px solid #ddd; border-radius:23px; padding:0 15px; line-height:44px; color:#333; display:block;}
.ny_ly .ly_nr textarea{width:100%; height:118px; border:1px solid #ddd; border-radius:23px; padding:10px 15px; line-height:24px; color:#333; resize:none; display:block;}
.ny_ly .ly_nr button{width:120px; height:46px; background-color:#2262ab; border-radius:23px; line-height:46px; text-align:center; color:#FFFFFF; display:inline-block; margin:0 7px; outline:none;
	transition:all .5s;
	-webkit-transition:all .5s;}
.ny_ly .ly_nr button:hover{background-color:#000000; color:#fff;}
.ny_ly .ly_nr button.r_t{background-color:#878581; color:#fff;}
.ny_ly .ly_nr button.r_t:hover{background-color:#535353;}
.ny_ly .ly_nr .s_l{
	width: 100%;
	display: block;
	padding: 10px;
	line-height: 44px;
	height: 44px;
	color: #333;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 23px;
	text-indent: 2px;
	appearance: auto;
	-webkit-appearance: auto;
	-moz-appearance: auto;
}
@media only screen and (max-width:1440px){
	.ny_ly{padding:60px 0;}
	.ny_ly .ly_nr{padding:40px 60px;}
	.ny_ly .ly_nr ul{margin:0 -15px;}
	.ny_ly .ly_nr ul li{width:calc(50% - 30px); margin:0 15px 20px;}
}
@media only screen and (max-width:1200px){
	.ny_ly .ly_nr{padding:40px;}
	.ny_ly .ly_nr textarea{height:96px;}
}
@media only screen and (max-width:640px){
	.ny_ly{padding:50px 0px;}
	.ny_ly .ly_nr{padding:30px 20px;}
	.ny_ly .ly_nr ul{margin:0 -10px;}
	.ny_ly .ly_nr ul li{width:100%; margin:0 10px 20px;}
}

.ny_bt{margin-bottom: 30px;}
.ny_bt.gn{text-align: center;}
.ny_bt.gn i{margin: 0 auto}
.ny_bt p{color: #000000;font-weight: bold;font-size: 36px;margin-bottom: 10px;}
.ny_bt i{display: block;width: 66px;height: 4px;background: #2262ab;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
@media only screen and (max-width:1100px) {
	.ny_bt{margin-bottom: 20px;}
	.ny_bt p{font-size: 28px;margin-bottom:6px;}
	.ny_bt i{display: block;width: 40px;height: 3px;}
}
@media only screen and (max-width:640px) {
	.ny_bt p{font-size: 22px;}
}

.hx_lb .n_r{
	margin-bottom: 29px;
	background: #FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,.09);
}
.hx_lb .n_r a{display: block;width: 100%;min-height: 48px;}
.hx_lb .n_r a.gn{min-height: auto;}
.hx_lb .n_r .t_p{width: 100%;overflow: hidden;}
.hx_lb .n_r .t_p img{
	width: 100%;
	height: auto;
	display: block;
	transition:all 5s;
	-webkit-transition:all 5s;
}
.hx_lb .n_r .w_z{padding: 16px 9px;text-align: center;background: #2262ab;color: #ffffff;}
.hx_lb .n_r .w_z a{font-size: 16px;color: #ffffff;}
.hx_lb .n_r:hover .t_p img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
@media only screen and (max-width:1100px){
	.ny_bd{padding:50px 0px;}
	.ny_ty{padding:50px 0px;}
	.hx_lb .n_r{
		margin-bottom: 20px;
	}
	.hx_lb .n_r .w_z{padding: 11px 5px;}
	.hx_lb .n_r .w_z a{font-size: 14px;min-height: auto;}
}
.lb_js{width:100%;overflow:hidden;margin-bottom:19px;}
.lb_js .b_t{
    padding: 9px 0px;
    font-size: 22px;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
}
.lb_js .m_s{
    font-size: 14px;
    line-height: 26px;
}
@media only screen and (max-width:1100px){
    .lb_js .b_t{
    font-size: 18px;
    }
    .lb_js .m_s{
    font-size: 12px;
    line-height: 22px;
    }
}
.ny_js{width:100%;overflow:hidden;margin-bottom:39px;}
.ny_js .b_t{
    font-size: 22px;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
    margin-bottom: 19px;
}
.ny_js .m_s{line-height:32px;font-size:16px;}
.ny_js .m_s img{max-width:100%;height:auto;}
.ny_wz{line-height:32px;font-size:16px;}
.ny_wz img{max-width:100%;height:auto;}
.sd2ba .padding15 p{min-height:56px;}
.sd2ba .padding15 p.gn{min-height:auto;}
@media only screen and (max-width:1100px){
    .ny_js{margin-bottom:29px;}
    .ny_js .b_t{
    font-size: 20px;
    }
    .ny_js .m_s{line-height:24px;font-size:14px;}
    .ny_wz{line-height:24px;font-size:14px;}
    .sd2ba .padding15 p{min-height:auto;}
}

section {
    scroll-margin-top: 150px;
}