@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #E62129;
}
.bgcolor,.hvbgcolor:hover{
	background: #E62129;
	color: #fff;
}
.head,.head_height{
	height: 100px;
}
.head{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: .25s;
}
.head_active,.head:hover{
	background: rgba(0,0,0,.7);
}
.logo{
	display: inline-block;
	height: 71px;
}
.nav li{
	position: relative;
	margin-left: 70px;
}
.nava{
	display: block;
	line-height: 100px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.wapprda{text-transform: uppercase;}
.nav li.active .nava,.nav li:hover .nava{
	color: #E62129;
}
.navhide{
	width: 150px;
	border-radius: 0 0 8px 8px;
	background: rgba(0,0,0,.7);
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	padding: 5px 0;
}
.nav li:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 38px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 13px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #E62129;
}
.md{
	padding: 90px 0;
}
.ititle_60{
	font-size: 60px;
}
.it{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
}
.itw{
	color: #fff;
	display: flex;
	align-items: center;
}
.ita{
	background: rgba(41, 60, 105, 0.68);
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 5px solid rgba(0,0,0,0);
	flex: 0;
	flex-grow: 1;
	padding: 15px;
	color: #fff;
	position: relative;
}
.ita::after{
	height: 70%;
	width: 1px;
	content: "";
	background: rgba(255,255,255,.3);
	position: absolute;
	right: 0;
	top: 15%;
}
.ita:last-child::after{
	display: none;
}
.ita img{
	display: block;
}
.ita i,.ita h3{
	margin: 0 15px;
}
.ita:hover{
	background: #E62129;
	border-top: 5px solid #fff;
}
.ita:hover::after{
	opacity: 0;
}
.i1{
	background: url(../images/i1bg.jpg) no-repeat bottom center #fff;
	background-size: 100%;
	position: relative;
}
.i1 .wrap_1400{
	position: relative;
	z-index: 9;
}
.i1w{
	width: 55%;
}
.itopline{
	background: #E62129;
	display: block;
	margin: 15px 0;
	width: 50px;
	height: 6px;
}
.i1ba{
	margin-right: 10%;
}
.morea{
	display: inline-block;
	padding: 13px 40px;
	background: #E62129;
	border-radius: 4px;
	color: #fff;
}
.morea:hover{
	opacity: .85;
}
.i1logo{
	width: 30%;
	position: absolute;
	right: 20%;
	bottom: 40%;
}
.i1ico i{
	width: 30px;
	height: 30px;
	background: url(../images/i1ico.png) no-repeat center;
	background-size: 100% 100% !important;
	position: absolute;
	transition: .5s;
}
.i1ico i:nth-child(1){
	left: 48.5%;
	bottom: 33%;
	transform: scale(.7);
	animation: blink 1s ease-in-out infinite;
}
.i1ico i:nth-child(2){
	left: 55.5%;
	bottom: 9%;
	transform: scale(.7);
	animation: blink 1.8s ease-in-out infinite;
}
.i1ico i:nth-child(3){
	right: 23%;
	bottom: 24%;
	transform: scale(1.5);
	animation: blink 1.6s ease-in-out infinite;
}
.i1ico i:nth-child(4){
	right: 11%;
	bottom: 23%;
	transform: scale(.6);
	animation: blink 1.3s ease-in-out infinite;
}
@keyframes blink {
  from, to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.i2{
	background: #F7FAFD;
}
.swiper-button-next-i2,.swiper-button-prev-i2{
	width: 58px;
	height: 58px;
	border: 1px solid #C9CED4;
	transition: .25s;
	background: none;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-button-next-i2 img,.swiper-button-prev-i2 img{
	display: block;
	max-width: 50%;
	transition: .25s;
}
.swiper-button-next-i2:hover,.swiper-button-prev-i2:hover{
	background-color: #E62129 !important;
	border: 1px solid #fff;
}
.swiper-button-next-i2:hover img,.swiper-button-prev-i2:hover img{
	filter: grayscale(100%) brightness(500%);
}
.i2w{
	padding: 0 12%;
}
.i2a{
	background: url(../images/yh.png) no-repeat left top;
	background-position-y: 10px;
	padding-left: 10%;
}
.i2ab i{
	display: block;
	border-radius: 100%;
	overflow: hidden;
	width: 70px;
	height: 70px;
}
.i2ab i img{
	display: block;
	width: 100%;
	height: 100%;
}
.i3{
	background: url(../images/i3bg.jpg) no-repeat center;
	background-size: cover;
}
.i3w{
	position: relative;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 35px;
	bottom: -60px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.i3a{
	width: 33.33%;
	text-align: center;
	padding: 25px 0;
}
.foot{
	background: #EDF0F3;
}
.fb{
	background: #18233D;
	padding: 25px 0;
	color: #fff;
}
.fbr a img{
	display: block;
}
.fbr a{
	margin-left: 25px;
}
.flogo{
	display: inline-block;
	height: 61px;
}
.flogo img{
	display: block;
	height: 100%;
}
.fta a{
	color: #666;
}
.fta a:hover{
	color: #E62129;
}

.ab1r{
	width: 38%;
	margin-left: 5%;
}
.ab2{
	background: url(../images/ab2bg.jpg) no-repeat center;
	background-size: cover;
}
.ab2r{
	width: 45%;
	background: rgba(247, 250, 253, 1);
	padding: 50px;
}
.ab2ra{
	display: flex;
	align-items: center;
	padding: 30px 0;
}
.ab2rar{
	margin-left: 8%;
}
.ab3{
	background: url(../images/ab3bg.jpg) no-repeat center;
	background-size: cover;
}

@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.ititle_60{
		font-size: 50px;
	}
	.morea{
		padding: 10px 30px;
		font-size: 15px;
	}
	.i2a{
		background-size: 40px;
	}
	.swiper-button-next-i2, .swiper-button-prev-i2{
		width: 50px;
		height: 50px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ititle_60{
		font-size: 40px;
	}
	.morea{
		padding: 7px 25px;
		font-size: 14px;
	}
	.i2a{
		background-size: 30px;
		padding-left: 7%;
	}
	.swiper-button-next-i2, .swiper-button-prev-i2{
		width: 40px;
		height: 40px;
	}
	.fbr a img{
		height: 35px;
	}
	
	.ab2ra img{
		height: 40px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.ititle_60{
		font-size: 30px;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ititle_60{
		font-size: 24px;
	}
	.bnimg .wrap_1400{
		padding-bottom: 25px;
	}
	.bnimg{
		min-height: 180px;
	}
	.ita{
		padding: 7px 0;
		border-top-width: 1px !important;
	}
	.ita i, .ita h3{
		margin: 0 5px;
	}
	.ita img{
		height: 20px;
	}
	.itopline{
		width: 30px;
		height: 3px;
	}
	.morea{
		padding: 3px 18px;
		font-size: 12px;
	}
	.i1ico i:nth-child(1){
		left: 45%;
		bottom: 5%;
		transform: scale(.3);
	}
	.i1ico i:nth-child(2){
		left: 55.5%;
		bottom: 0;
		transform: scale(.3);
	}
	.i1ico i:nth-child(3){
		right: 25%;
		bottom: 4%;
		transform: scale(.5);
	}
	.i1ico i:nth-child(4){
		right: 10%;
		bottom: 4%;
		transform: scale(.25);
	}
	.i2a{
		background-size: 20px;
		padding-left: 35px;
	}
	.i2atxt{
		line-height: 1.5;
		font-size: 13px;
	}
	.swiper-button-next-i2, .swiper-button-prev-i2{
		width: 30px;
		height: 30px;
	}
	.swiper-button-next-i2{
		right: 0;
	}
	.swiper-button-prev-i2{
		left: 0;
	}
	.i2ab i{
		width: 50px;
		height: 50px;
	}
	.i2ab .titleh3{
		font-size: 14px;
	}
	.i2ab .flex1{
		margin-left: 15px;
	}
	.i3{
		padding-bottom: 25px !important;
	}
	.i3w{
		position: static;
		display: block;
		padding: 15px;
	}
	.i3a{
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.i3a:last-child{
		border-bottom: 0;
	}
	.i3a img{
		height: 40px;
	}
	.fta{
		display: none;
	}
	.ftl{
		text-align: center;
		width: 100%;
	}
	.flogo{
		height: 40px;
	}
	.fb{
		padding: 15px 0;
		text-align: center;
	}
	.fbr{
		justify-content: center;
	}
	.fbr a{
		margin: 0 10px;
		margin-top: 10px;
	}
	.fbr a img{
		height: 25px;
	}
	
	.ab2{
		padding-bottom: 15px !important;
	}
	.ab2r{
		padding: 15px 25px;
	}
	.ab2ra{
		padding: 15px 0;
	}
	.ab2ra img{
		height: 35px;
	}
}

.yw_js{width: 100%;overflow: hidden;}
.yw_js .yw_zc{margin-bottom: 29px;padding-right: 90px;}
.yw_js .yw_zc .b_t{margin-bottom: 20px;}
.yw_js .yw_zc .b_t p{color: #000000;font-size: 28px;font-weight: 700;margin-bottom: 19px;}
.yw_js .yw_zc .b_t i{display: block;width: 57px;height: 5px;background: #E62129;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.yw_js .yw_zc .m_s{font-size: 16px;line-height: 36px;color: #808080;}
.yw_js .yw_yc{width: 100%;overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.yw_js .yw_yc img{width: 100%;height: auto;display: block;}
.yw_lb{width: 100%;overflow: hidden;}
.yw_lb .lb_nr{padding: 340px 50px 0px 50px;}
.yw_lb .lb_nr .n_r{background: #FFFFFF;overflow: hidden;margin-bottom: 20px;padding: 40px 39px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	box-shadow: 0 8px 20px 0 rgba(95,125,158,.2);
}
.yw_lb .lb_nr .n_r .t_p img{ max-width: 100%;height: auto;}
.yw_lb .lb_nr .n_r .b_t{color: #252B42;font-size: 24px;font-weight: 700;line-height: 56px;text-transform: capitalize;}
.yw_lb .lb_nr .n_r ul{width: 100%;overflow: hidden;}
.yw_lb .lb_nr .n_r ul li{position: relative;text-indent: 30px;color: #737373;font-size: 15px;line-height: 39px;text-transform: capitalize;}
.yw_lb .lb_nr .n_r li:after{display: block;content: " ";width: 6px;height: 6px;background:#E62129;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 50%;
	transform:translateY(-50%);
}
.yw_lb .lb_nr .n_r .l_b.gn ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.yw_lb .lb_nr .n_r .l_b.gn li{width: 49%;text-indent: 15px;}
.yw_lb .lb_nr .n_r .l_b{min-height: 159px;}
@media only screen and (max-width:1100px) {
	.yw_js .yw_zc .b_t p {
		font-size: 22px;
	}
	.yw_js .yw_zc .m_s {
		font-size: 14px;
		line-height: 26px;
	}
	.yw_js .yw_zc {
		padding-right: 0px;
	}
	.yw_lb .lb_nr {
		padding: 60px 30px 0px 30px;
	}
	.yw_lb .lb_nr .n_r {
		padding: 20px;
	}
	.yw_lb .lb_nr .n_r .b_t {
		font-size: 18px;
		line-height: 46px;
	}
	.yw_lb .lb_nr .n_r ul li {
		text-indent: 12px;
		font-size: 12px;
		line-height: 24px;
	}
}
@media only screen and (max-width:768px) {
	.yw_lb{
		background-size: cover !important;
	}
	.yw_lb .lb_nr .n_r .l_b {
		min-height: auto;
	}
	.yw_lb .lb_nr .n_r .l_b.gn li {
		width: 100%;
	}
}

.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:#2F318B; border:1px solid #2F318B; color:#fff;}
.yema ul li.active a{background-color:#2F318B; border:1px solid #2F318B; 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;}
}

.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:#2F318B;}
.ny_lm .dq_wz span{color:#2F318B;}
.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{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:22px; 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;}
}

.xw_lb .n_r{margin-bottom: 36px;}
.xw_lb .n_r .t_p{position: relative;}
.xw_lb .n_r .t_p img{width: 100%;height: auto;display: block;}
.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: #FAFAFA;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: 16px;text-transform: capitalize;-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.xw_lb .n_r:hover .b_t a{color: #2F318B;}
.xw_lb .n_r:hover .m_r a{color: #FFFFFF;background: #2F318B;border: solid 1px #2F318B;}
@media only screen and (max-width:1100px){
	.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: 14px;
	}
	.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;
	}
}

.mg_my{justify-content: space-between;padding: 0px 15px;}
.jt_ct{justify-content:space-between;}
.jt_cn{justify-content:center;}
.an_tm{align-items:center;}
::placeholder{color:#999;}

.ny_lx{width:100%; padding:80px 0; overflow:hidden;}
.ny_lx .b_t{margin-bottom:35px; font-size:26px; font-weight:bold; color:#000; line-height:36px;}
.ny_lx .lx_nr{width:440px;}
.ny_lx .lx_nr .x_x ul li{margin-top:30px; font-size:17px; line-height:36px; color:#333; padding-left:30px; position:relative;}
.ny_lx .lx_nr .x_x i{width:30px; position:absolute; top:0; left:0; color:#999; text-align:center; display:inline-block;}
.ny_lx .lx_nr .x_x i.icon-youxiang1{font-size:18px;}
.ny_lx .lx_nr .x_x i.icon-dianhua4{font-size:18px;}
.ny_lx .lx_bd{width:calc(100% - 500px);}
.ny_lx .lx_bd .b_d ul li{width:45%; position:relative;}
.ny_lx .lx_bd .b_d ul li.q_b{width:100%;}
.ny_lx .lx_bd .b_d input{width:100%; height:71px; border-bottom:1px solid #eee; line-height:70px; color:#333; display:block;font-size: 17px;}
.ny_lx .lx_bd .b_d input::placeholder{color:#999;}
.ny_lx .lx_bd .b_d textarea{width:100%; height:86px; padding-top:13px; border-bottom:1px solid #eee; line-height:24px; color:#333; resize:none; display:block;font-size: 17px;}
.ny_lx .lx_bd .b_d textarea::placeholder{color:#999;}
.ny_lx .lx_bd .b_d button{
	width:140px;
	height:46px;
	border-radius:5px;
	background-color:#2F318B;
	font-size:17px;
	line-height:46px;
	color:#fff;
	margin-top:40px;
	margin-right:15px;
	outline:none;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.ny_lx .lx_bd .b_d button:hover{background-color:#2F318B;}
.ny_lx .lx_bd .b_d button.c_z{background-color:#888;}
.ny_lx .lx_bd .b_d button.c_z:hover{background-color:#2b2b2b;}
.ny_lx .lx_mp{width:100%; height:400px; margin-top:50px;}
@media only screen and (max-width:1100px){
	.ny_lx{padding:50px 0;}
	.ny_lx .b_t{margin-bottom:25px; font-size:22px; line-height:28px;}
	.ny_lx .lx_nr{width:300px;}
	.ny_lx .lx_nr .x_x ul li{margin-top:20px; font-size:14px; line-height:22px;}
	.ny_lx .lx_bd{width:calc(100% - 340px);}
	.ny_lx .lx_bd .b_d ul li{width:47%; position:relative;}
	.ny_lx .lx_bd .b_d input{height:53px; line-height:52px;}
	.ny_lx .lx_bd .b_d textarea{line-height:24px;}
	.ny_lx .lx_bd .b_d button{width:120px; height:38px; line-height:38px; margin-top:15px;}
	.ny_lx .lx_mp{height:350px;}
}
@media only screen and (max-width:640px){
	.ny_lx{padding:40px 0;}
	.ny_lx .b_t{margin-bottom:15px; font-size:18px; line-height:26px;}
	.ny_lx .lx_nr{width:100%; margin-bottom:35px;}
	.ny_lx .lx_nr .x_x ul li{margin-top:20px; font-size:14px; line-height:26px;}
	.ny_lx .lx_bd{width:100%;}
	.ny_lx .lx_bd .b_d ul li{width:100%;}
	.ny_lx .lx_mp{height:230px; margin-top:40px;}
}