@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #144b91;
}
.bgcolor,.hvbgcolor:hover{
	background: #144b91;
	color: #fff;
}
.head{
	background: #f0f3f7;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 12px rgba(0,0,0,.08);
}
.head_height{
	height: 168px;
}
.ht{
	padding: 12px 0;
}
.htra{
	margin-right: 25px;
}
.htra img{
	display: block;
	margin: 0 auto 2px auto;
	width: 60px;
}
.htrr img{
	display: block;
	margin: 0 auto;
}
.hb{
	background: #144B91;
}
.nav li{
	position: relative;
	flex: 0;
	flex-grow: 1;
}
.nava{
	line-height: 60px;
	display: block;
	text-align: center;
	color: #fff;
}
.nav li.active .nava{
	background: #fff;
	color: #144B91;
}
.navhide{
	width: 130px;
	border-radius: 0 0 8px 8px;
	background: rgba(255,255,255,1);
	position: absolute;
	left: 50%;
	margin-left: -65px;
	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);
}
.nav li:hover .navhide,.hbr_lg:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 35px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 13px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #144B91;
}
.md{
	padding: 80px 0;
}
.ititle_40{
	font-size: 40px;
}
.itopti{
	background: #d81a1b;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin: 0 12px;
	width: 68px;
	height: 68px;
	font-weight: bold;
}
.itopti_1{
	border-radius: 8px;
	width: auto;
	padding: 0 10px;
	height: 60px;
	padding-bottom: 3px;
	margin-right: 0;
}
.itopline i{
	width: 42px;
	height: 6px;
	background: #144B91;
	border-radius: 6px;
	margin: 0 -2px;
}
.itopline i:last-child{
	background: #D81A1B !important;
}
.i1a img,
.i2a img,
.i3a img{
	max-width: 80%;
	transition: .5s;
}
.i1a:hover img,
.i2a:hover img,
.i3a:hover img{
	transform:rotateY(180deg);
}
.i2{
	background: url(../images/i2bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.itop_wt .itopline i{
	background: #fff;
}
.itop_wt .icolor{
	color: #fff;
}
.i2a{
	padding: 100px 20px;
	width: 16.66%;
	text-align: center;
	display: block;
	color: #fff;
}
.i2a:hover{
	background: linear-gradient(to top, rgba(33,87,245, .5), rgba(33,87,245, 0));
}
.i2aline{
	width: 60%;
	border-bottom: 1px solid rgba(255,255,255,.3);
	margin: 50px auto;
}
.i2a img{
	max-width: 55%;
}
.i3a{
	max-width: 20%;
}
.i4{
	background: url(../images/i4bg_02.jpg) no-repeat center;
	background-size: cover;
}
.i4r{
	padding: 25px;
}
.i4r .txt{
	text-indent: 2em;
}
.i4more{
	display: inline-block;
	padding: 5px 20px;
	border-radius: 50px;
	background: #d81a1b;
	color: #fff;
}
.i5a_a{
	display: block;
	border: 2px solid #f0f3f7;
}
.i5a{
	width: 16.66%;
}
.foot{
	background: #144b91;
	color: #fff;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	text-decoration: underline;
}
.ft{
	padding: 40px 0;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.fb{
	padding: 18px 0;
	text-align: center;
}
.ftl{
	width: 30%;
}
.ftl .txt p{
	padding: 5px 0;
}
.ftr{
	width: 15%;
}

.fwa{
	display: flex;
	align-items: center;
	background: #f0f3f7;
}
.fwatxt{
	padding: 20px 0;
}
.fwa:nth-child(even){
	flex-flow: row-reverse;
}
.fwa:nth-child(even) .fwatxt{
	justify-content: flex-start;
}
.fwatxtw{
	width: 650px;
	max-width: 100%;
	padding: 0 50px;
}
.fwatxtw h3{
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 4px solid #D81A1B;
}
.fwatxtw .txt{
	text-indent: 2em;
}
.fwatxtw i{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #D81A1B;
	color: #fff;
	font-size: 18px;
}



@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.ititle_40{
		font-size: 36px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ititle_40{
		font-size: 32px;
	}
	.itopti{
		width: 55px;
		height: 55px;
	}
	.itopti_1{
		width: auto;
		height: 50px;
	}
	.itopline i{
		width: 30px;
		height: 5px;
	}
	.flogo img{
		height: 60px;
	}
	
	.fwatxtw img{
		height: 40px;
	}
	.fwatxtw i{
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.ititle_40{
		font-size: 28px;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ititle_40{
		font-size: 24px;
	}
	.itopti{
		width: 40px;
		height: 40px;
		margin: 0 5px;
	}
	.itopti_1{
		width: auto;
		height: 40px;
		margin-right: 0;
	}
	.itopline i{
		width: 30px;
		height: 5px;
	}
	.flogo img{
		height: 40px;
	}
	.itopline {
		margin-top: 8px !important;
	}
	.i1a h1{
		font-size: 16px;
		margin-top: 5px !important;
	}
	.i2a{
		width: 50%;
		padding: 30px 10px;
	}
	.i2a img{
		max-width: 40%;
	}
	.i2a p{
		font-size: 12px;
	}
	.i2aline{
		margin: 15px auto;
	}
	.i3a{
		width: 50%;
		max-width: 100%;
		padding: 0 10px;
	}
	.i3a img{
		max-width: 40%;
	}
	.i4r{
		padding: 20px;
	}
	.i5a{
		width: 33.33%;
	}
	.ft{
		padding: 22px 0;
		text-align: center;
	}
	.ftl .txt p img{
		height: 14px;
		margin-right: 5px;
	}
	.fta{
		display: none;
	}
	.ftr{
		width: auto;
		margin-top: 15px;
	}
	.ftr img{
		margin: 0 auto;
		width: 100px;
	}
	.fb{
		padding: 12px 0;
	}
	
	.fwatxt{
		padding: 0;
	}
	.fwatxtw{
		padding: 20px;
	}
	.fwatxtw img{
		height: 40px;
	}
	.fwatxtw h3{
		border-bottom-width: 2px;
	}
	.fwatxtw i{
		width: 30px;
		height: 30px;
		font-size: 13px;
	}
}

.ny_fl{width: 100%;overflow: hidden;}
.ny_fl .n_r{width: 100%;text-align: center;}
.ny_fl .n_r a{display: block;padding: 15px 0px;color: #01071B;background: #EFF3F7;}
.ny_fl .n_r p{font-weight: 600;font-size: 30px;}
.ny_fl .n_r span{display: block;text-transform: uppercase;line-height: 32px;}
.ny_fl .n_r.active a{background: #134B91;color: #FFFFFF;}
.ny_fl .n_r a:hover{background: #134B91;color: #FFFFFF;}


.ny_nr .gy_js .z_c{margin-bottom: 20px;color: #01071B;}
.ny_nr .gy_js .z_c .b_t{margin-bottom: 29px;}
.ny_nr .gy_js .z_c .b_t span{display: block;font-size: 15px;}
.ny_nr .gy_js .z_c .b_t p{font-size: 30px;font-weight: 900;line-height: 79px;position: relative;}
.ny_nr .gy_js .z_c .b_t p:after{
	display: block;
	width: 86%;
	background: #D7191B;
	height: 3px;
	position: absolute;
	content: " ";
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	bottom: 0px;
	overflow: hidden;
}
.ny_nr .gy_js .z_c .w_z{font-size: 18px;line-height: 46px;text-indent: 36px;padding-right: 59px;}
.ny_nr .gy_js .y_c{width: 100%;overflow: hidden;}
.ny_nr .gy_js .y_c img{width: 100%;height: auto;display: block;}

.ny_nr .gy_tp{width: 100%;position: relative;}
.ny_nr .gy_tp .swiper-pagination-gn{display: none;width: 100%;text-align: center;bottom: 0px;}
.ny_nr .gy_tp .swiper-pagination-bullet{margin: 0px 3px;}
.ny_nr .gy_tp .swiper-pagination-bullet-active{background: #D71517;}
.swiper-button-next-gn, .swiper-button-prev-gn {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
	color: #000;
	font-size: 30px;
	transition: .25s;
	margin-top: -25px;
	background: none;
}
.swiper-button-next-gn:hover, .swiper-button-prev-gn:hover {
	background: #D71517;
	border: 1px solid #D71517;
	color: #fff;
}
.ny_nr .gy_tp .swiper-button-prev-gn {
	left: -80px;
}
.ny_nr .gy_tp .swiper-button-next-gn {
	right: -80px;
}
@media only screen and (max-width:1100px) {
	.ny_fl .n_r a{padding: 9px 0px;}
	.ny_fl .n_r p{font-size: 20px;}
	.ny_fl .n_r span{line-height: 26px;}
	.ny_nr .gy_js .z_c .b_t{margin-bottom: 20px;}
	.ny_nr .gy_js .z_c .b_t span{font-size: 14px;}
	.ny_nr .gy_js .z_c .b_t p{font-size: 22px;line-height: 46px;}
	.ny_nr .gy_js .z_c .b_t p:after{
		width: 50%;
	}
	.ny_nr .gy_js .z_c .w_z{font-size: 15px;line-height: 28px;text-indent: 30px;padding-right: 0px;}

}
@media only screen and (max-width:768px) {
	.swiper-button-next-gn, .swiper-button-prev-gn {
		display: none;
	}
	.ny_nr .gy_tp{padding-bottom: 39px;}
	.ny_nr .gy_tp .swiper-pagination-gn{display: block;}
}
@media only screen and (max-width:640px) {
	.ny_nr .gy_js .z_c .b_t span {
		font-size: 13px;
	}
	.ny_nr .gy_js .z_c .b_t p {
		font-size: 20px;
		line-height: 42px;
	}
	.ny_nr .gy_js .z_c .b_t p:after {
		width: 88%;
	}
	.ny_fl{
		display: none;
	}

}
.dq_tp .tp_wz .z_c{margin-bottom: 20px;}
.dq_tp .tp_wz .z_c img{width: 100%;height: auto;display: block;}
.dq_tp .tp_wz .y_c{font-size: 18px;line-height: 46px;text-indent: 32px;}
.dq_tp .tp_wz .row{align-items: center;}
.itopms{font-size: 16px;line-height: 36px;}

.dq_sd .sd_nr .n_r{
	width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
	border-bottom: 4px solid #144b91;
	padding: 50px 25px 35px;
	text-align: center;
}
.dq_sd .sd_nr .n_r .t_p{
	border: solid 1px #144b91;
	width: 99px;
	height: 99px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.dq_sd .sd_nr .n_r .t_p img{max-width: 100%;height: auto;}
.dq_sd .sd_nr .n_r .b_t{
	font-size: 22px;
	font-weight: bold;
	color: #01071B;
	line-height: 32px;
	margin-bottom: 10px;
}
.dq_sd .sd_nr .n_r .m_s{
	line-height: 28px;
	color: #777;
	font-size: 16px;
	min-height: 59px;
	text-align: center;
}
.i3a {
	width: 20%;
	text-align: center;
	position: relative;
	z-index: 9;
}
.i3ai {
	width: 150px;
	height: 150px;
	background: #eaf3ff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin: 0 auto;
	transition: .5s;
}
.i3ai img {
	max-width: 100%;
	display: block;
}
.i3w::after {
	width: 100%;
	border-bottom: 1px solid #eaf3ff;
	content: "";
	position: absolute;
	left: 0;
	top: 75px;
}
@media only screen and (max-width:1100px) {
	.dq_tp .tp_wz .y_c{font-size: 15px;line-height: 28px;text-indent: 30px;}
	.itopms{font-size: 14px;line-height: 26px;}
	.dq_sd .sd_nr .n_r .b_t {
		font-size: 18px;
		line-height: 26px;
	}
	.dq_sd .sd_nr .n_r .m_s {
		line-height: 26px;
		font-size: 14px;
		min-height: 52px;
	}
}
@media only screen and (max-width:768px) {
	.dq_sd .sd_nr .n_r .m_s {
		min-height: auto;
	}
	.i3a {
		width: 50%;
		margin-bottom: 19px;
	}
}

.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, #144b91, #abe2f4);}
.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%;}
}

.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:#CA0202; border:1px solid #CA0202; color:#fff;}
.yema ul li.active a{background-color:#CA0202; border:1px solid #CA0202; 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;}
}

.dq_fl{width: 100%;overflow: hidden;padding-top:50px;}
.dq_fl ul{width: 100%;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.dq_fl ul li{margin: 0px 9px;}
.dq_fl ul li a{display: block;min-width: 109px;border: solid 1px #144b91;padding: 9px 6px;-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #144b91;
	font-size: 16px;
	text-align: center;
}
.dq_fl ul li a:hover{background: #144b91;color: #FFFFFF;}
.dq_fl ul li.active a{background: #144b91;color: #FFFFFF;}
@media only screen and (max-width:1100px){
	.dq_fl{padding-top:30px;}
	.dq_fl ul li{margin: 0px 5px;}
	.dq_fl ul li a{min-width: 90px;padding: 6px;font-size: 14px;
	}
}
@media only screen and (max-width:640px){
	.dq_fl{display: none;}
}

.listbn .bntxt .titleh2{text-transform: uppercase;}
.ny_nr{padding: 19px 0px;}