@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #074da4;
}
.bgcolor,.hvbgcolor:hover{
	background: #074da4;
	color: #fff;
}
.head,.head_height{
	height: 80px;
}
.head{
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.logo{
	display: inline-block;
	height: 55px;
}
.nav li{
	position: relative;
	margin-left: 60px;
	height: 100%;
	border-bottom: 3px solid rgba(255,255,255,0);
}
.nav li.active{
	border-bottom: 3px solid #074da4;
}
.nava{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.nava i{
	margin-left: 7px;
}
.nav li.active .nava,
.nav li:hover .nava{
	color: #074da4;
}
.navhide{
	width: 160px;
	border-radius: 4px 4px 8px 8px;
	background: rgba(0,0,0, .9);
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	background: #fff;
}
.nav li:hover .navhide,
.hdra:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 23px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 10px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	background: #f8f8f8;
	color: #074da4;
}
.hdra{
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.hdra .navhide{
	width: 100px;
	margin-left: -50px;
}
.foot{
	background: #121521;
	background-size: cover;
	color: #cbcdd2;
	border-top: 5px solid #074da4;
}
.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: 37%;
}
.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{
	margin-left: 25px;
	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: 199%;
	background: #fff;
	position: absolute;
	left: -56px;
	bottom: 100%;
	height: 139px;
	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: 24px;
	display: block;
	padding: 0 4px;
	color: #666;
	margin-bottom: 3px;
	border-bottom: dotted 1px #ddd;
}
.fbrhide a:hover{
	color: #025dac;
	background: #f5f5f5;
	text-decoration: none;
}
.fta_r h2.icolor{
	color: #074da4;
}
.bntxt{
	color: #fff;
}
.bntxtline{
	width: 25%;
	height: 3px;
	background: #fff;
}
.md{
	padding: 80px 0;
}
.i1{
	background: url(../images/i1bg_02.jpg) no-repeat center;
	background-size: cover;
}
.bdrlimg{
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	display: block;
}
.bdrlimg span{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.morea{
	background: #074DA4;
	color: #fff;
	display: inline-block;
	border-radius: 6px 0 20px 0;
	padding: 8px 25px;
}
.morea:hover{
	opacity: .85;
}
.i1lba{
	text-align: center;
}
.i1lbat{
	font-weight: bold;
	color: #074DA4;
	line-height: 1;
}
.i2{
	background: url(../images/i2bg_02.jpg) no-repeat center;
	background-size: cover;
}
.i2trm{
	margin: 0 20px;
}
.itrbtn{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: 2px solid #074DA4;
	color: #074DA4;
	width: 52px;
	height: 52px;
	font-size: 24px;
	cursor: pointer;
	transition: .25s;
}
.itrbtn:hover{
	background: #074DA4;
	color: #fff;
}
.i2a{
	display: block;
	border-radius: 6px;
	background: #f9f9f9;
	padding: 10px;
	text-align: center;
}
.i2a:hover{
	background: #074DA4;
	color: #fff;
}
.i2aimg{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 6px;
}
.i2aimg img{
	max-width: 85%;
	max-height: 85%;
	display: block;
}
.swiper-pagination-i2{
	position: static;
	font-weight: bold;
	color: #9cb9dd;
}
.swiper-pagination-i2 .swiper-pagination-current{
	font-size: 30px;
	color: #074DA4;
}
.i3{
	background: url(../images/i3bg_02.jpg) no-repeat center;
	background-size: cover;
}
.i4{
	background: url(../images/i4bg_02.jpg) no-repeat top center;
}
.i4ma_a{
	display: block;
	position: relative;
	color: #fff;
}
.i4matxt{
	transition: .5s;
}
.i4matxt i{
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.i4ma_a:hover .i4matxt{
	transform:translateX(20px);
}

.listbn{
	height: 360px;
}
.i1lline{
	width: 50px;
	height: 4px;
	background: #074DA4;
}
.ab_nm{
	padding: 40px 0;
	background: url(../images/ab1b_bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.ab_nm .i1lba *{
	color: #fff;
}
.abt{
	background: url(../images/abtbg_02.jpg) no-repeat top center;
}
.swiper-button-next-pb,.swiper-button-prev-pb{
	width: 30px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e7e7e7;
	transition: .25s;
	cursor: pointer;
	color: #999;
	font-size: 22px;
}
.swiper-button-next-pb:hover,.swiper-button-prev-pb:hover{
	background: #074DA4;
	color: #fff;
}
.swiper-button-next-pb{
	right: -60px;
}
.swiper-button-prev-pb{
	left: -60px;
}
.abtw .bdrlimg{
	border-radius: 10px;
}
.ab1t{
	height: 60px;
	text-align: center;
	position: relative;
}
.ab1t::after{
	width: 12px;
	height: 12px;
	content: "";
	background: #ddd;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -6px;
	transition: .25s;
	border-radius: 100%;
}
.ab1w::after{
	width: 100%;
	height: 1px;
	content: "";
	background: #ddd;
	position: absolute;
	left: 0;
	top: 60px;
}
.ab1a:hover{
	color: #074da4;
}
.ab1a:hover .ab1t::after{
	background: #074da4;
}
.swiper-pagination-ab1{
	position: static;
	width: 100%;
	text-align: center;
}
.swiper-pagination-ab1 .swiper-pagination-bullet{
	background: #ccc;
	opacity: 1;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 6px !important;
	transition: .25s;
}
.swiper-pagination-ab1 .swiper-pagination-bullet-active{
	background: #074da4;
}
.abtopline{
	width: 30px;
	height: 3px;
	margin: 20px auto 0 auto;
}
.abry{
	background: url(../images/abrybg_02.jpg) no-repeat center;
	background-size: cover;
}
.abrya{
	padding: 10px;
	border: 1px solid #ddd;
}
.swiper-pagination-abry{
	position: relative;
}
.swiper-pagination-abry .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #bcbcbc;
	opacity: inherit;
	margin: 0 7px;
	transition: .25;
}
.swiper-pagination-abry .swiper-pagination-bullet-active{
	background: #074DA4;
}

.js1a{
	display: flex;
	align-items: center;
	background: #f3f8ff;
	padding: 20px 25px;
	transition: .5s;
}
.js1a:hover{
	background: #074DA4;
	color: #fff;
	border-radius: 50px;
}
.js1a:hover *{
	color: #fff;
}
.js2{
	background: url(../images/jsbg_02.jpg) no-repeat center;
	background-size: cover;
}
.js2l{
	width: 30%;
}
.js2r{
	width: 70%;
}
.js2l .itrbtn{
	width: 40px;
	height: 40px;
	border-color: #ccc;
	color: #999;
}
.js2l .itrbtn:hover{
	background: #074DA4;
	border-color: #074DA4;
	color: #fff;
}
.swiper-pagination-js2{
	position: static;
}
.swiper-pagination-js2 .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border: 1px solid #ccc;
	opacity: 1;
	background: none;
	margin: 0 7px;
	transition: .25s;
}
.swiper-pagination-js2 .swiper-pagination-bullet-active{
	background: #074DA4;
	border: 1px solid #074DA4;
}
.js2ra{
	background: #fff;
}

@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.itrbtn{
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
	
	.listbn{
		height: 300px;
	}
	.i1lline{
		width: 40px;
		height: 2px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	
	.listbn{
		height: 250px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.fta{
		min-width: 100px;
	}
	.ftarb_ewm img{
		width: 100px;
	}
	
	.listbn{
		height: 200px;
	}
}
@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;
	}
	.bnimg{
		min-height: 200px;
	}
	.bntxt h1,.lbntxt h1{
		font-size: 20px;
	}
	.bntxt h3{
		font-size: 13px;
	}
	.bntxtline{
		height: 1px;
		width: 50px;
	}
	.bdrlimg{
		border-radius: 10px;
	}
	.morea{
		border-radius: 4px 0 10px 0;
	}
	.itrbtn{
		border-width: 1px;
	}
	.i1lba p{
		margin-top: 5px;
		font-size: 12px;
	}
	.i4ma_a .padding30{
		padding: 20px;
	}
	
	.listbn{
		height: 130px;
	}
	.i1lline{
		width: 30px;
	}
	.ab1t{
		height: 45px;
	}
	.ab_nm{
		padding: 25px 0;
	}
	.ab1w::after{
		top: 45px;
	}
	.swiper-pagination-ab1 .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.swiper-pagination-abry .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.swiper-button-next-pb, .swiper-button-prev-pb{
		display: none;
	}
	.js1a{
		padding: 12px 20px;
	}
}

.rl_tb .rl_wh{background: #F8F8F8;margin-bottom: 39px;overflow: hidden;-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;}
.rl_tb .rl_wh:nth-child(even){
	margin-bottom: 0px;
}
.rl_tb .rl_wh .row{align-items: center;}
.rl_tb .rl_wh:nth-child(even) .row{flex-flow: row-reverse;}
.rl_tb .rl_wh .wh_zc{ padding: 29px 49px;}
.rl_tb .rl_wh .wh_zc .t_m{color: #074DA3;margin-bottom: 9px;}
.rl_tb .rl_wh .wh_zc .b_t{color: #111111;font-weight: bold;margin-bottom: 19px;}
.rl_tb .rl_wh .wh_zc .m_s{color: #333333;}
.rl_tb .rl_wh .wh_yc{width: 100%;overflow: hidden;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.rl_tb .rl_wh .wh_yc img{width: 100%;height: auto;display: block;}

.rl_db{width: 100%;overflow: hidden;background: url(../images/zp_bj.jpg) no-repeat top center / cover;}
.rl_db .db_bt{margin-bottom: 59px;color: #074DA3;display: flex;align-items: center;justify-content: center;}
.rl_db .db_bt p{font-weight: bold;margin: 0px 19px;}
.rl_db .db_bt i{width: 32px;height: 2px;display: block;background: #074DA3;}
.rl_db .db_nr .db_tm{background: #074DA3;color: #ffffff;padding: 0px 19px;}
.rl_db .db_nr .db_tm ul{display: flex;align-items: center;}
.rl_db .db_nr .db_tm li{width: 20%; text-align: center;line-height: 59px;}
.rl_db .db_nr .db_tm li:nth-child(1){text-align: left;}
.rl_db .db_nr .db_lb{color: #333333;line-height: 59px;}
.rl_db .db_nr .db_lb .lb_tm{background: #ffffff;border-bottom: solid 1px #EDEDED;padding: 0px 19px;cursor: pointer;}
.rl_db .db_nr .db_lb .lb_tm ul{display: flex;align-items: center;}
.rl_db .db_nr .db_lb .lb_tm li{width: 20%; text-align: center;line-height: 59px;}
.rl_db .db_nr .db_lb .lb_tm li:nth-child(1){text-align: left;}
.rl_db .db_nr .db_lb .lb_ms{background: rgba(255,255,255,.75);padding: 29px;color: #333333;}
.rl_db .db_ts{ margin-top: 29px;background: rgba(255,255,255,.75);padding: 39px 29px;}
@media only screen and (max-width:768px) {
	.rl_tb .rl_wh .wh_zc {
		padding: 29px;
	}
	.rl_db .db_bt{
		margin-bottom: 29px;
	}
}
@media only screen and (max-width:640px) {
	.rl_tb .rl_wh{
		margin-bottom: 29px;
	}
	.rl_tb .rl_wh:nth-child(even) .row {
		flex-flow: wrap;
	}
	.rl_db .db_nr .db_lb .lb_tm li{
		line-height: 26px;
	}
	.rl_db .db_nr .db_lb .lb_tm{
		padding: 19px;
	}
}

.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: #074DA3;}
.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:24px; color:#fff; background: #074DA3; 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: 10px;}
.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: #074DA3;}
.ny_nr .zc_lm ul li.on a.e_j{color: #074DA3;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: #074DA3;
}
.ny_nr .zc_lm ul li.on i{color:#074DA3;
	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:#074DA3; text-indent:39px;}
.ny_nr .zc_lm .s_j p.on a{
	color: #074DA3;
}
.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;
	background: #F9F9F9;
	padding: 9px;
}
.ny_nr .cp_lb .t_p{background: #ffffff;}
.ny_nr .cp_lb .t_p img{width: 100%;height: auto;display: block;}
.ny_nr .cp_lb .w_z{padding: 0px 20px;width: 100%;overflow: hidden;background: #f6f6f6;}
.ny_nr .cp_lb .w_z .b_t a{
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 46px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-transform: capitalize;
}
.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: 16px 0px;}
.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: #074DA3;color: #FFFFFF;}
.ny_nr .cp_lb .n_r:hover .b_t a{color: #074DA3;}
@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:18px; 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:768px){
	.ny_nr .yc_nr{
		padding: 0px 15px;
	}
}
@media only screen and (max-width:640px){
	.ny_nr .zc_lm {
		width: 100%;
		padding: 0px;
	}
	.ny_nr .cp_lb .w_z .b_t a {
		font-size: 13px;
		line-height: 22px;
	}
	.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 .t_p {
		padding: 10px;
	}
	.ny_nr .cp_lb .w_z .m_r a {
		width: 60px;
		height: 26px;
		line-height: 24px;
		font-size: 12px;
	}
	.ny_nr .cp_lb .w_z .m_r {
		margin: 10px 0px;
	}
	.ny_nr .cp_lb .n_r .w_z {
		padding: 10px 10px 0px 10px;
	}
}

.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:#074DA3;}
.ny_lm .dq_wz span{color:#074DA3;}
.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: #074DA3;display: block;font-size: 14px;width: 120px;height: 46px;text-align: center;line-height: 46px;background: none;border: solid 1px #074DA3;-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: #074DA3;}
.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{font-size: 16px;line-height: 36px;}
.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_lb .xw_nr{margin-bottom: 29px;box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);border-radius: 6px;}
.xw_lb .xw_nr .n_r{padding: 24px;}
.xw_lb .xw_nr .n_r .r_q{color: #666;font-size: 15px;}
.xw_lb .xw_nr .n_r .b_t{font-size: 18px;color: #222;font-weight: bold;margin-top: 9px;}
.xw_lb .xw_nr .n_r .t_b{display: flex;justify-content: flex-end;margin-top: 9px;}
.xw_lb .xw_nr .n_r:hover .b_t{color: #074DA3;}
@media only screen and (max-width:1100px){
	.xw_lb .xw_nr{margin-bottom: 19px;}
	.xw_lb .xw_nr .n_r{padding: 19px;}
	.xw_lb .xw_nr .n_r .r_q{font-size: 14px;}
	.xw_lb .xw_nr .n_r .b_t{font-size: 17px;margin-top: 7px;}
	.xw_lb .xw_nr .n_r .t_b{margin-top: 7px;}
}

.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:#074DA3; border:1px solid #074DA3; color:#fff;}
.yema ul li.active a{background-color:#074DA3; border:1px solid #074DA3; 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;}
}

.hx_lb .n_r{margin-bottom: 30px;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 .t_p{width: 100%;overflow: hidden;}
.hx_lb .n_r .t_p img{
	width: 100%;
	height: auto;
	transition:all 5s;
	-webkit-transition:all 5s;
}
.hx_lb .n_r .w_z{padding: 20px 30px;text-align: center;}
.hx_lb .n_r .w_z a{font-size: 18px;font-weight: bold;color: #000000;}
.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);
}
.hx_lb .n_r:hover .w_z a{color: #074DA3;}
@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: 16px;}
	.hx_lb .n_r .w_z a{font-size: 16px;}
}

.lx_bt{text-align: center;margin-bottom: 40px;}
.lx_bt p{color: #333333;font-size: 38px;font-weight: bold;margin-bottom: 16px;}
.lx_bt i{display: block;width: 48px;height: 6px;background: #074DA3;margin: 0 auto;}

@media only screen and (max-width:1100px){
	.lx_bt{margin-bottom: 30px;}
	.lx_bt p{font-size: 28px;margin-bottom: 10px;}
	.lx_bt i{width: 40px;height: 4px;}
}

.lx_fs{width:100%; padding:80px 0px; overflow:hidden;}
.lx_fs .fs_zs ul{margin:0 -20px;}
.lx_fs .fs_zs ul li{width:calc(25% - 40px); padding:20px; margin:0 20px; box-shadow:0 0 15px rgba(0,0,0,.09); text-align:center;}
.lx_fs .fs_zs h3{font-size:16px; color:#333; margin-bottom:10px;}
.lx_fs .fs_zs p{color:#999;}
.lx_fs .fs_zs i{font-size:32px; line-height:50px; color:#074DA3;}
.lx_fs .fs_zs i.icon-dizhi1{font-size:40px;}
@media only screen and (max-width:1200px){
	.lx_fs{padding:60px 0;}
	.lx_fs .fs_zs ul{margin:0 -10px;}
	.lx_fs .fs_zs ul li{width:calc(25% - 20px); padding:20px 15px; margin:0 10px;}
	.lx_fs .fs_zs h3{font-size:15px;}
	.lx_fs .fs_zs i{font-size:30px; line-height:46px;}
	.lx_fs .fs_zs i.icon-dizhi1{font-size:38px;}
}
@media only screen and (max-width:640px){
	.lx_fs{padding:50px 0 30px;}
	.lx_fs .fs_zs ul{margin:0;}
	.lx_fs .fs_zs ul li{width:100%; margin:0 0 20px;}
}


.sw_hz{width:100%; padding:80px 0; background-color:#f5f5f5; overflow:hidden;}
.sw_hz .hz_bd ul{margin:0 -25px;}
.sw_hz .hz_bd ul li{width:calc(50% - 50px); margin:0 25px 30px;}
.sw_hz .hz_bd ul li:last-child{width:100%;}
.sw_hz .hz_bd span{display:block; font-size:15px; color:#333; margin-bottom:10px;}
.sw_hz .hz_bd .t_x{position:relative;}
.sw_hz .hz_bd .t_x i{width:50px; position:absolute; top:0; left:0; text-align:center; color:#074DA3; line-height:56px;}
.sw_hz .hz_bd .t_x i.icon-zhanghu{font-size:26px;}
.sw_hz .hz_bd .t_x i.icon-chuangyi-{font-size:24px;}
.sw_hz .hz_bd .t_x i.icon-yijianfankui1{font-size:20px;}
.sw_hz .hz_bd .t_x input{width:100%; height:56px; border-radius:3px; padding:0 15px 0 50px; background-color:#fff; color:#333; line-height:56px; display:block;}
.sw_hz .hz_bd .t_x textarea{width:100%; height:160px; border-radius:3px; padding:15px 15px 15px 50px; background-color:#fff; color:#333; line-height:26px; display:block; resize:none;}
.sw_hz .hz_bd .c_z{text-align:center;}
.sw_hz .hz_bd button{width:150px; height:56px; background-color:#333; border-radius:3px; margin:0 10px; font-size:17px; line-height:56px; text-align:center; color:#fff; outline:none; display:inline-block;
	transition:all .5s;
	-webkit-transition:all .5s;}
.sw_hz .hz_bd button:hover{background-color:#074DA3;}
.sw_hz .hz_bd button.r_s{background-color:#aaa;}
.sw_hz .hz_bd button.r_s:hover{background-color:#555;}
@media only screen and (max-width:1200px){
	.sw_hz{padding:60px 0;}
	.sw_hz .hz_bd ul{margin:0 -15px;}
	.sw_hz .hz_bd ul li{width:calc(50% - 30px); margin:0 15px; margin-bottom:30px;}
	.sw_hz .hz_bd span{font-size:14px;}
	.sw_hz .hz_bd .t_x i{font-size:20px; line-height:50px;}
	.sw_hz .hz_bd .t_x i.icon-zhanghu{font-size:24px;}
	.sw_hz .hz_bd .t_x i.icon-yijianfankui1{font-size:18px;}
	.sw_hz .hz_bd .t_x input{height:50px; line-height:50px;}
	.sw_hz .hz_bd .t_x textarea{height:134px; padding:12px 15px 12px 50px;}
	.sw_hz .hz_bd button{width:130px; height:46px; font-size:16px; line-height:46px;}
}
@media only screen and (max-width:640px){
	.sw_hz{padding:50px 0;}
	.sw_hz .hz_bd ul{margin:0;}
	.sw_hz .hz_bd ul li{width:100%; margin:0; margin-bottom:20px;}
	.sw_hz .hz_bd .t_x textarea{height:108px;}
	.sw_hz .hz_bd button{width:110px; height:40px; font-size:15px; line-height:40px;}
}

.js_mr{width: 100%;overflow: hidden;margin-top: 49px;display: flex;align-items: center;justify-content: center;}
.js_mr a{
	width: 150px;
	line-height: 39px;
	font-size: 16px;
	text-align: center;
	color: #074DA4;
	border: solid 1px #074DA4;
	overflow: hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.js_mr a:hover{
	background: #074DA4;
	color: #ffffff;
}
.js1top{padding-right: 59px;}
@media only screen and (max-width:640px){
	.js1top{padding-right: 0px;}
	.js_mr{margin-top: 29px;}
	.js_mr a{
		width: 130px;
		line-height: 36px;
	}
}
.db_gs{width: 79%;}
.db_gs li{width: 49%;}
@media only screen and (max-width:640px){
	.db_gs{width: 100%;}
}