@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #01467a;
}
.bgcolor,.hvbgcolor:hover{
	background: #01467a;
	color: #fff;
}
.i_wrap{
	padding: 0 30px;
}
.head{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	background: #fff;
}
.head_height{
	height: 100px;
}
.ht{
	background: #f2f3f5;
	line-height: 40px;
}
.htr a{
	color: #666;
}
.htr a:hover{
	color: #01467A;
	text-decoration: underline;
}
.hb{
	height: 60px;
	border-bottom: 1px solid #E6E6E6;
}
.logo{
	display: inline-block;
	height: 42px;
}
.nav li{
	height: 100%;
	position: relative;
	margin-left: 40px;
}
.nava{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border-bottom: 3px solid rgba(0,0,0,0);
	color: #666666;
}
.nav li:hover .nava{
	color: #01467A;
}
.nav li.active .nava{
	color: #01467A;
	border-bottom: 3px solid #01467A;
}
.navhide{
	width: 219px;
	border-radius: 4px 4px 8px 8px;
	background: rgba(0,0,0, .9);
	position: absolute;
	left: 50%;
	margin-left: -109px;
	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;
}
.htr .navhide{
	width: 80px;
	left: 50%;
	margin-left: -40px;
}
.htr .navhide a{
	font-size: 12px !important;
	line-height: 22px !important;
	padding: 5px !important;
}
.nav li:hover .navhide,
.htr:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
	text-align: center;
	color: #666;
	font-size: 13px;
	padding: 0 10px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	background: #f8f8f8;
	color: #01467A;
}
.bn_wrap{
	padding: 30px;
}
.morea{
	display: inline-block;
	padding: 12px 30px;
	background: #fff;
	border-radius: 50px;
	color: #333;
	font-weight: bold;
	transition: .25s;
}
.morea:hover,.morea_blue{
	background: #01467A !important;
	color: #fff !important;
}
.morea_blue:hover{
	opacity: .85;
}
.foot{
	background: #000;
	color: #fff;
}
.foot a{
	color: rgba(255,255,255,.75);
}
.foot a:hover{
	color: #fff;
	text-decoration: underline;
}
.ft,.fm{
	padding: 40px 0;
	border-bottom: 1px solid rgba(255,255,255,.12);
}
.ftra{
	position: relative;
	margin-left: 15px;
}
.ftra a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255,255,255,.75);
	border-radius: 100%;
	font-size: 12px;
}
.ftraewm{
	width: 120px;
	height: 120px;
	padding: 5px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: 100%;
	margin-bottom: 30px;
	transition: .5s;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	opacity: 0;
	visibility: hidden;
}
.ftraewm::after{
	width: 10px;
	height: 10px;
	content: "";
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
	transform:rotate(45deg);
}
.ftra:hover .ftraewm{
	margin-bottom: 12px;
	opacity: 1;
	visibility: inherit;
}
.fma{
	max-width: 250px;
}
.fma ul li{
	padding: 5px 0;
}
.fb{
	padding: 20px 0;
	color: rgba(255,255,255,.75);
}
.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{
	margin-left: 5%;
}
.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: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
	padding: 0 15px;
	color: #666;
}
.fbrhide a:hover{
	color: #01467A;
	background: #f9f9f9;
	text-decoration: none;
}
.md{
	padding: 80px 0;
}
.i1{
	padding-top: 60px;
}
.i1a{
	background: #fff;
	display: block;
	margin: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	text-align: center;
	overflow: hidden;
}
.swiper-button-next-i1,.swiper-button-prev-i1{
	top: 40%;
}
.swiper-button-next-public,.swiper-button-prev-public{
	width: 40px;
	height: 40px;
	background: #1c1c1f;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-top: -20px;
	margin-left: 1%;
	margin-right: 1%;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
}
.swiper-button-next-public:hover,.swiper-button-prev-public:hover{
	background: #01467A;
}
.ibdrls{
	border-radius: 10px;
}
.i2a{
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.i2a::after{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/ivdico_03.png) no-repeat center rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	top: 0;
}
.i3w:after{
	width: 250px;
	height: 250px;
	content: "";
	background: #01467A;
	border-radius: 10px 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
}
.i3 .swiper-container-i3{
	z-index: 9;
}
.i3a{
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border-radius: 10px;
	margin: 15px;
	overflow: hidden;
	padding: 20px;
}
.i3al{
	width: 42%;
}
.i3ar{
	padding: 20px 3%;
}
.swiper-pagination-public{
	position: static;
}
.swiper-pagination-public .swiper-pagination-bullet{
	background: #dcdce0;
	opacity: 1;
	width: 50px;
	height: 4px;
	border-radius: 4px;
	margin: 0 8px !important;
	transition: .25s;
}
.swiper-pagination-public .swiper-pagination-bullet-active{
	background: #000;
}
.i4{
	background: url(../images/i4bg_02.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 0;
}
.i4a_a{
	position: relative;
	display: block;
	overflow: hidden;
}
.i4abg{
	padding: 40px;
	color: #fff;
	transition: .5s;
}
.i4a_a:hover .i4abg{
	transform:translateX(10px);
}
.i5,.i1{
	overflow: hidden;
}
.swiper-container-i1,.swiper-container-i5{
	overflow: initial;
}
.i5a{
	background: #fff;
	display: block;
	margin: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	overflow: hidden;
}
.i5atxt{
	padding: 18px 22px;
}
.itop h1{
	color: #030305;
	text-transform: capitalize;
}
.i2ab{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
	padding: 25px;
	color: #fff;
}
.pd3a_a{
	display: block;
	text-align: center;
}
.pd3aimg_video{
	position: relative;
}
.pd3aimg_video::after{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/ivdico_03.png) no-repeat center rgba(0,0,0,.2);
	background-size: 55px;
	position: absolute;
	left: 0;
	top: 0;
}

.hp2ba{
	position: relative;
	cursor: pointer;
}
.hp2ba p{
	text-align: center;
	margin-top: 10px;
}
.hp2baimg{
	position: relative;
}
.hp2baimg::after{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/ivdico_03.png) no-repeat center rgba(0,0,0,.4);
	background-size: 40px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .7;
	transition: .5s;
}
.hp2baimg::before{
	height: 5px;
	content: "";
	width: 0px;
	transition: .5s;
	background: #2048e7;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.swiper-slide-thumb-active .hp2baimg::before{
	width: 100%;
}
.swiper-slide-thumb-active .hp2baimg::after{
	opacity: 1;
}
.hp2ta{
	background: #141414;
	color: #fff;
	overflow: hidden;
}
.hp2tar{
	width: 30%;
	padding: 20px 3%;
}
.swiper-button-next-hp{
	right: 0 !important;
	margin-right: -60px !important;
}
.swiper-button-prev-hp{
	left: 0 !important;
	margin-left: -60px !important;
}

.tc2w:nth-child(even){
	flex-flow: row-reverse;
}
.tc3a::after{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	
}

@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.morea{
		padding: 10px 25px;
	}
	.i_wrap{
		padding: 0 20px;
	}
	.bn_wrap{
		padding: 20px;
	}
	.bntxt{
		margin-left: 5%;
	}
	.i2a::after{
		background-size: 60px;
	}
	.i4abg{
		padding: 25px;
	}
	.pd3aimg_video::after{
		background-size: 40px;
	}
	
	.hp2b{
		padding: 0 50px;
	}
	.swiper-button-next-hp{
		right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.swiper-button-prev-hp{
		left: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.morea{
		padding: 8px 22px;
	}
	.nav li{
		margin-left: 35px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.i_wrap{
		padding: 0 15px;
	}
	.bnimg,.listbn{
		min-height: 200px;
	}
	.bntxt{
		width: 70% !important;
		margin-left: 0;
	}
	.bntxt h1{
		font-size: 20px;
	}
	.bntxt p{
		display: none;
	}
	.morea{
		padding: 4px 15px;
	}
	.bn_wrap{
		padding: 0;
	}
	.ft,.fm{
		text-align: center;
		padding: 22px 0;
	}
	.ftr{
		margin-top: 10px;
		justify-content: center;
	}
	.ftra{
		margin: 0 8px;
	}
	.fm{
		display: none;
	}
	.fb .flex1{
		text-align: center;
	}
	.fbr {
		width: 50%;
		margin: 12px auto 0 auto;
	}
	.swiper-button-next-public,.swiper-button-prev-public{
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.ibdrls{
		border-radius: 4px;
	}
	.i1w{
		margin-top: 10px;
	}
	.i1atxt{
		padding: 18px;
	}
	.i2a::after{
		background-size: 40px;
	}
	.i3a{
		padding: 15px;
	}
	.i3ar{
		padding: 0;
		margin-top: 15px;
	}
	.swiper-pagination-public{
		margin-top: 8px !important;
	}
	.swiper-pagination-public .swiper-pagination-bullet{
		width: 30px;
		height: 3px;
	}
	
	.i2ab{
		padding: 10px 15px;
	}
	
	.bntxt_100{
		width: 100% !important;
	}
	.hp2tar{
		padding: 25px;
	}
	.hp2ba::after{
		background-size: 25px;
	}
	.hp2ba::before{
		height: 3px;
	}
	.hp2t{
		padding: 0 15px;
	}
}

.ny_nr{width: 100%;overflow: hidden;}
.ny_nr.hy{background: url(../images/hy_bj.jpg) no-repeat top center / cover;}
.ny_bt{width: 100%;overflow: hidden;margin-bottom: 39px;}
.ny_bt .b_t{color: #030305;font-size: 38px;font-weight: bold;}

.hy_lb.gn{width: 49%;margin: 0 auto;}
.hy_lb ul{width: 100%;overflow: hidden;}
.hy_lb ul li{margin-bottom: 29px;}
.hy_lb ul li:last-child{margin-bottom: 0px;}
.hy_lb .hy_bd{display: flex;align-items: center;padding: 9px 19px;background: #FBFBFB;overflow: hidden;border: solid 1px #e1e1e1;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.hy_lb .hy_bd i{margin-right: 9px;}
.hy_lb .hy_bd .i_t{min-width: 69%;line-height:39px;padding-top: 5px;outline: none;font-size: 16px;}
.hy_lb .hy_bd .i_t::placeholder{color: #333333;font-size: 18px;}
.hy_nr .hy_ly{
	padding: 9px 19px;
	background: #FBFBFB;
	overflow: hidden;
	border: solid 1px #e1e1e1;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	width: 100%;
	height: 79%;
	margin-bottom: 29px;
}
.hy_nr .hy_ly .t_e{
	width: 100%;
	height: 100%;
	outline: none;
	font-size: 16px;
}
.hy_nr .hy_ly .t_e::placeholder{color: #333333;font-size: 18px;}
.hy_an ul{width: 100%;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.hy_an li{margin: 0px 9px;}
.hy_an .b_n{width: 199px;line-height: 59px; color: #ffffff;font-size: 18px;font-weight: bold;background: #014377;overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px #014377;
	cursor: pointer;
}
.hy_an .b_n.gn{background: #ffffff;color: #014377;}
.hy_an .b_n:hover{background: #014377;color: #ffffff;}

.ny_xz .xz_fl{width: 100%;overflow: hidden;}
.ny_xz .xz_fl ul{width: 100%;overflow: hidden;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
.ny_xz .xz_fl li{margin: 0px 9px;}
.ny_xz .xz_fl a{background: #ffffff;color: #333333;font-size: 16px;font-weight: bold;padding: 9px 19px;display: block;overflow: hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
	text-align: center;
	margin-bottom: 12px;
}
.ny_xz .xz_fl li:last-child a{
    margin-bottom: 0px;
}
.ny_xz .xz_fl a:hover{
	background: #014377;
	color: #ffffff;
}
.ny_xz .xz_fl li.active a{
	background: #014377;
	color: #ffffff;
}
.ny_xz .xz_nr ul{width: 100%;overflow: hidden;}
.ny_xz .xz_nr li{
	background: #ffffff;
	margin-bottom: 29px;
	width: 100%;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 29px;
}
.ny_xz .xz_nr li .row{align-items: center;}
.ny_xz .xz_nr .icon{background: #E6EDF2;padding: 39px 19px;display: flex;align-items: center;justify-content: center;}
.ny_xz .xz_nr .icon img{max-width: 100%;height: auto;display: block;}
.ny_xz .xz_nr .n_r .b_t{color: #030305;font-weight: bold;font-size: 20px;margin-bottom: 19px;}
.ny_xz .xz_nr .n_r .m_s{color: #656565;font-size: 14px;line-height: 26px;margin-bottom: 19px;}
.ny_xz .xz_nr .n_r .s_j{display: flex;align-items: center;color: #014377;}
.ny_xz .xz_nr .n_r .s_j i{margin-right: 9px;}
.ny_xz .xz_nr .m_r{display: flex;align-items: center;justify-content: center;}
.ny_xz .xz_nr .m_r a{padding: 9px 19px;margin: 0px 9px;border: solid 1px #014377;color: #014377;font-size: 14px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.ny_xz .xz_nr .m_r a.x_z{background: #014377;color: #ffffff;}
@media only screen and (max-width:1366px) {
	.ny_xz .xz_fl li {
		margin: 0px 6px;
	}
	.ny_xz .xz_fl a{
		font-size: 16px;
		padding: 7px 17px;
	}
}
@media only screen and (max-width:1199px) {
	.ny_xz .xz_fl ul{
		flex-wrap: wrap;
	}
	.ny_xz .xz_fl li{margin-bottom: 19px;min-width: 14%;}
	.ny_xz .xz_nr li{padding: 26px;}
	.ny_xz .xz_nr .icon{padding: 19px;}
	.ny_xz .xz_nr .n_r .b_t {
		font-size: 18px;
		margin-bottom: 6px;
	}
	.ny_xz .xz_nr .n_r .m_s {
		line-height: 23px;
		margin-bottom: 6px;
	}
	.ny_xz .xz_nr .m_r a{
		padding: 15px;
	}
	.hy_lb.gn{width: 100%;}
	.hy_lb li .input-group .input-icon{
		display: flex;
		align-items: center;
	}
}
@media only screen and (max-width:768px) {
	.hy_lb ul li {
		margin-bottom: 19px;
	}
	.hy_nr .hy_ly{margin-top: 19px;height: initial;}
	.hy_nr .hy_ly .t_e{height: 199px;}
	.hy_an .b_n{width: 139px;}
	.ny_xz .xz_nr .m_r{margin-top: 29px;}
}
@media only screen and (max-width:640px) {
	.ny_xz .xz_fl ul{justify-content: flex-start;}
	.ny_xz .xz_fl li {
		min-width: 29%;
	}
	.ny_xz .xz_nr .icon{
		margin-bottom: 19px;
	}
	.ny_xz .xz_nr .m_r {
		margin-top: 19px;
	}
}

.lc_lb .row{align-items: center;}
.lc_lb li{margin-bottom: 49px;}
.lc_lb li:nth-child(2n) .row{flex-flow: row-reverse;}
.lc_lb .z_c{padding-right: 79px;}
.lc_lb li:nth-child(2n) .z_c{padding-right: 0px;padding-left: 39px;}
.lc_lb .z_c .titleh1{padding-bottom: 19px;position: relative;}
.lc_lb .z_c .titleh1::after{display: block;width: 40px;height: 2px;background: #001153;content: "";position: absolute;bottom: 0px;}
@media only screen and (max-width:1199px) {
	.lc_lb .z_c {
		padding-right: 0px;
	}
	.lc_lb li:nth-child(2n) .z_c {
		padding: 0px;
	}
}
@media only screen and (max-width:640px) {
	.lc_lb .z_c{
		margin-bottom: 19px;
	}
	.lc_lb li {
		margin-bottom: 29px;
	}
	.lc_lb li:nth-child(2n) .row {
		flex-flow: column;
	}
}
.gy_js .row{align-content: center;}
.gy_js .z_c .l_g img{max-width: 100%;height: auto;display: block;}
.gy_js .z_c .m_s{
	padding-right: 69px;
}
.gy_js .y_c{width: 100%;overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.gy_js .y_c img{width: 100%;height: auto;display: block;}
.gy_sz{width: 100%;overflow: hidden;}
.gy_sz .sz_nr{background: url(../images/gy_bj.jpg) no-repeat top center / cover;padding: 59px;}
.gy_sz .sz_nr .n_r{color: #ffffff;text-align: center;padding: 0px 59px;}
.gy_sz .sz_nr .col-lg-3{position: relative;}
.gy_sz .sz_nr .col-lg-3::after{content: " ";display: block;background: #ffffff;width: 1px;height: 99px;right: 0px;top: 50%;transform:translateY(-50%);position: absolute;}
.gy_sz .sz_nr .col-lg-3:last-child::after{display: none;}

.gy_sp .n_r{
	width: 100%;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.gy_wz .w_z img{max-width: 100%;height: auto;display: block;}
@media only screen and (max-width:1366px) {
	.gy_sz .sz_nr .n_r {
		padding: 0px;
	}
}
@media only screen and (max-width:1266px) {
	.gy_js .z_c .m_s {
		padding-right: 0px;
	}
}
@media only screen and (max-width:1199px) {
	.gy_js .z_c .l_g img{
		max-width: 49%;
	}
	.gy_sz .sz_nr {
		padding: 39px;
	}
}
@media only screen and (max-width:768px) {
	.gy_js .y_c {
		height: 100%;
		display: flex;
		align-items: center;
	}
}
@media only screen and (max-width:640px) {
	.gy_js .z_c {
		margin-bottom: 19px;
	}
	.gy_js .y_c {
		height: auto;
	}
	.gy_sz .sz_nr .col-lg-3::after{
		display: none;
	}
	.gy_sz .sz_nr .n_r{margin-bottom: 19px;padding-bottom: 9px;}
	.ny_bt {
		margin-bottom: 19px;
	}
}

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

.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 center;
	-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 #666666;color: #656565;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: #01467a;}
.xw_lb .n_r:hover .m_r a{color: #FFFFFF;background: #01467a;border: solid 1px #01467a;}
@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_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:#01467a;}
.ny_lm .dq_wz span{color:#01467a;}
.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;}
}

.xw_xq .b_t{font-size:22px; line-height:32px; font-weight:bold; color:#000; margin-bottom:20px;}
.xw_xq .x_x{padding-bottom:20px; border-bottom:1px solid #eee; margin-bottom:35px;}
.xw_xq .x_x span{margin-right:20px; display:inline-block;}
.xw_xq .n_r{line-height:30px;}
.xw_xq .n_r strong{font-size:18px; color:#000; line-height:28px;}
.xw_xq .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.xw_xq .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; line-height:32px;}
.xw_rc{width: 100%;overflow: hidden;border: solid 1px #DDDDDD;}
.xw_rc .b_t{line-height: 50px;background: #01467a;color: #FFFFFF;font-size: 18px;font-weight: bold;text-indent: 20px;}
.xw_rc .n_r{padding: 15px;}
.xw_rc .n_r li{margin-bottom: 16px;}
.xw_rc .n_r li a{display: block;padding-left: 15px;color: #333333;font-size: 14px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;position: relative;}
.xw_rc .n_r li a::after{
	content: " ";
	position: absolute;
	display: block;
	left: 0px;
	top: 50%;
	transform:translateY(-50%);
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #01467a;
}
.xw_rc .n_r li:last-child{margin-bottom: 0px;}
@media only screen and (max-width:1100px){
	.xw_xq .b_t{font-size:20px; line-height:30px; margin-bottom:15px;}
	.xw_xq .x_x{margin-bottom:30px;}
	.xw_xq .n_r{line-height:28px;}
	.xw_xq .f_y{margin-top:30px; padding-top:25px;}
	.xw_rc .b_t{font-size: 17px;}
	.xw_rc .n_r{padding: 10px;}
	.xw_rc .n_r li{margin-bottom: 12px;}
	.xw_rc .n_r li a{font-size: 13px;}
}
@media only screen and (max-width:640px){
	.xw_xq .b_t{font-size:20px; line-height:30px;}
	.xw_xq .x_x{margin-bottom:20px;}
	.xw_xq .x_x .y_c{margin-top:5px;}
	.xw_xq .x_x .y_c a{margin:0 7px 0 0;}
	.xw_rc{display: none;}
}

.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:18px; line-height:36px; color:#FFFFFF;background: linear-gradient(to bottom right, #01467a, #1b5e91);}
.ny_lx .lx_xx .w_z p{display: flex;align-items: center;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:16px; 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:#01467a; 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: #01467a;
	-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;}
}


.mg_my{justify-content: space-between;}
.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;}
.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: #01467a;}
.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: #030305; 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:#030305; text-indent:30px;}
.ny_nr .zc_lm ul li.on a.y_j{color:#030305; 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;
	line-height:56px;
	position:relative;
	color:#030305;
	text-indent: 12px;
	background: #E9E9E9;
	text-transform: capitalize;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 400;
	margin-bottom: 6px;
}
.ny_nr .zc_lm a.e_j:hover{background: #030305;color: #ffffff;}
.ny_nr .zc_lm ul li.on a.e_j{color: #ffffff;background: #01467a;}
.ny_nr .zc_lm i{position:absolute; top:14px; right:15px; display:block; font-size:16px; line-height:28px; color:#151515; 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: #FFFFFF;
}
.ny_nr .zc_lm ul li.on i{color:#FFFFFF;
	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: dotted 1px #FAFAFA;}
.ny_nr .zc_lm .s_j p a{font-size:14px; text-indent:15px; 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:#01467a;
	text-indent:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ny_nr .zc_lm .s_j p.on a{
	color:#01467a;
	text-indent:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ny_nr .zc_lm .s_j p.on a:hover{color: #FFFFFF;}
.ny_nr .zc_lm .s_j p a:hover:after{background-color:#030305;}
.ny_nr .zc_lm .s_j p.on a:after{background-color:#030305;}
.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: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
	overflow: hidden;
}
.ny_nr .cp_lb .t_p{padding: 30px;background: #E6E6E6;}
.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;}
.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: #030305;}
.ny_nr .cp_lb .w_z .m_r:hover a{background: #01467a;color: #fff;}
@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: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_pb{position: relative;}
.pb_la{overflow: hidden;width: 100%;}
.ny_pb .swiper-button-next{right: -5%;}
.ny_pb .swiper-button-prev{left: -5%;}
.pb_lb{width: 100%;overflow: hidden;}
.pb_lb .wz_fl ul{width: 100%;overflow: hidden;display: flex;align-content: center;justify-content: center;}
.pb_lb .wz_fl li{margin: 0px 9px;}
.pb_lb .wz_fl a{
	color: #014377;
	font-size: 17px;
	font-weight: bold;
	padding: 9px 19px;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .05);
	text-align: center;
	border: solid 1px #014377;
}
.pb_lb .wz_fl a:hover{
	background: #014377;
	color: #ffffff;
}
.pb_lb .wz_fl li.active a{
	background: #014377;
	color: #ffffff;
}
.wz_nr .i5a{margin-bottom: 19px;}
@media only screen and (max-width:1540px){
	.ny_pb{width: 96%;margin: 0 auto;}
}
@media only screen and (max-width:1440px){
	.ny_pb{width: 92%;}
}
@media only screen and (max-width:1300px){
	.ny_pb{width: 92%;}
}
@media only screen and (max-width:1199px){
	.ny_pb{width: 100%;}
	.ny_pb .swiper-button-prev {
		left: 1%;
	}
	.ny_pb .swiper-button-next {
		right: 1%;
	}
}
@media only screen and (max-width:768px){
	.pb_lb .wz_fl a {
		font-size: 15px;
		padding: 9px 16px;
	}
}
@media only screen and (max-width:640px){
	.pb_lb .wz_fl ul{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.pb_lb .wz_fl ul li{
		margin-bottom: 19px;
	}
	.pb_lb .wz_fl a {
		font-size: 14px;
		padding: 9px;
	}
}

.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: #01467a;}
@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;}
}

.i1a.gn{margin: 0px 0px 29px 0px;}
.i5a.gn{margin: 0px 0px 29px 0px;}
@media only screen and (max-width:1100px){
	.i1a.gn{margin: 0px 0px 19px 0px;}
	.i5a.gn{margin: 0px 0px 19px 0px;}
}
.hy_lb li .form-group{width: 100%;}
.hy_lb li .input-group{display: flex;align-content: center;width: 100%;}
.hy_lb li .input-group .form-control{
	min-width: 69%;
	line-height: 39px;
	padding-top: 5px;
	outline: none;
	font-size: 16px;
}
.hy_lb li .input-group .input-icon{width: 89%;align-items: center;}
.htr .gn{padding:0px 9px;}
.bn_wrap .swiper-container-bn .swiper-pagination-bn{bottom:0px !important;}
.bn_wrap .swiper-container-bn .swiper-pagination-bn .swiper-pagination-bullet{background:#888888;}
.bn_wrap .swiper-container-bn .swiper-pagination-bn .swiper-pagination-bullet-active{background:#01467A;}

.i5aimg{height:309px; overflow:hidden;}
.i5aimg img{
    width:100%; 
height:100%; 
display:block;
object-fit:cover;
object-position:center center;
-webkit-user-select:none;
user-select:none;
}
@media only screen and (max-width:1100px){
    .i5aimg{height:269px;}
}