@charset "utf-8";
.amt1{
	animation-delay:.2s;
	-webkit-animation-delay:.2s;
}
.amt2{
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.amt3{
	animation-delay:.6s;
	-webkit-animation-delay:.6s;
}
.amt4{
	animation-delay:.8s;
	-webkit-animation-delay:.8s;
}
.amt5{
	animation-delay:1s;
	-webkit-animation-delay:1s;
}
.icolor,.hvicolor:hover{
	color: #0f57d3;
}
.bgcolor,.hvbgcolor:hover{
	background: #0f57d3;
	color: #fff;
}
.head{
	height: 80px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.head_height{
	height: 80px;
}
.logo{
	display: inline-block;
	height: 38px;
}
.nav li{
	position: relative;
	margin-right: 50px;
}
.nava{
	display: block;
	line-height: 80px;
	height: 80px;
	border-bottom: 4px solid rgba(0,0,0,0);
}
.nav li:hover .nava{
	color: #0f57d3;
}
.nav li.active .nava{
	color: #0f57d3;
	border-bottom: 4px solid #0f57d3;
}
.hdra{
	height: 80px;
	position: relative;
}
.hdra1{
	height: 100%;
	display: flex;
	align-items: center;
}
.hdra2{
	width: 250px;
	height: 40px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 9;
	display: none;
}
.hdra2 input{
	width: 70%;
	height: 40px;
	padding: 0 15px;
}
.hdra2 button{
	width: 40px;
	height: 40px;
	background: url(../images/sc.png) no-repeat center;
	background-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.navhide{
	width: 160px;
	border-radius: 4px 4px 8px 8px;
	background: rgba(255,255,255, 1);
	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);
}
.navhide.gn{width: 290px;margin-left: -145px;}
.nav li:hover .navhide,
.nav li:hover .navhide_prd{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 23px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding:6px 10px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #0f57d3;
}
.navhide a.on{color:#0f57d3;display:flex;justify-content:center;line-height: 36px;align-items: flex-start;}
.navhide a.on i{
    font-size:12px;
    line-height: 20px;
    margin-left: 2px;
    font-style: italic;
    color:#ff8c31;
}
.md{
	padding: 80px 0;
}
.bnw{
	position: absolute;
	left: 0;
	bottom: 7%;
	z-index: 9;
	width: 100%;
}
.bnwr i{
	cursor: pointer;
	width: 44px;
	height: 44px;
	border-radius: 100%;
	margin-left: 25px;
	border: 1px solid #fff;
	font-size: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
}
.bnwr i:hover{
	background: rgba(255,255,255,.1);
}
.i1rw{
	width: 380px;
	margin: 0 auto;
	background: rgba(15,87,211,.9);
	color: #fff;
}
.i1ra{
	border-bottom: 1px solid rgba(255,255,255,.4);
	padding: 22px 0;
	padding-left: 20px !important;
	color: #fff;
	display: flex;
	justify-content: center;
}
.i1ra:last-child{
	border-bottom: 0;
}
.i1ral{
	margin-top: 8px;
}
.i1rar{
	width: 150px;
}
.i1l{
	display: flex;
	justify-content: flex-end;
	padding-right: 5%;
}
.i1lw{
	width: 620px;
	max-width: 100%;
}
.morea{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 50px;
	background: url(../images/morea_03.png) no-repeat center;
	background-size: 100% 100%;
}
.i2a{
	display: flex;
	align-items: flex-end;
	background: #fff;
	padding: 35px;
	position: relative;
	overflow: hidden;
}
.i2al{
	width: 38%;
	margin-right: 2%;
}
.i2ar{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f9f9f9;
}
.i2ar img{
	max-width: 80%;
	max-height: 80%;
	display: block;
}
.i2anum{
	width: 130px;
	height: 130px;
	background: #c6c6c6;
	color: #fff;
	border-radius: 0 100px 100px 100px;
	position: absolute;
	left: -50px;
	top: -50px;
	padding-left: 40px;
	padding-top: 40px;
	z-index: 9;
	transition: .25s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.i2a:hover .i2anum{
	background: #0F57D3;
}
.swiper-container-i2{
	overflow: initial;
}
.i2br i,.swiper-button-next-i3,.swiper-button-prev-i3{
	width: 50px;
	height: 50px;
	border: 1px solid #ddd;
	color: #999;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: 20px;
	transition: .25s;
}
.i2br i:hover,.swiper-button-next-i3:hover,.swiper-button-prev-i3:hover{
	background: #0F57D3;
	border: 1px solid #0F57D3;
	color: #fff;
}
.swiper-pagination-i2{
	position: static;
	height: 2px;
	background: #e5e5e5;
}
.swiper-pagination-i2 .swiper-pagination-progressbar-fill{
	transition: .5s;
	background: #0F57D3;
}
.i3{
	background: url(../images/i3bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.swiper-button-next-i3,.swiper-button-prev-i3{
	margin-top: -25px;
	background: rgba(255,255,255,.25);
	border: 0 !important;
	color: #fff;
}
.swiper-button-next-i3{
	right: -85px;
}
.swiper-button-prev-i3{
	left: -85px;
}
.i3a{
	height: 330px;
	position: relative;
	display: flex;
	align-items: flex-start;
}
.i3a::after{
	width: 14px;
	height: 14px;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -7px;
	margin-top: -7px;
	content: "";
	background: #c8c8c8;
}
.i3abox{
	text-align: center;
	background: rgba(153,153,153,.15);
	padding: 15px 25px;
}
.swiper-slide:nth-child(even) .i3a{
	align-items: flex-end;
}
.i3w::after{
	width: 100%;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background: url(../images/i3line_03.png) no-repeat center;
	background-size: 100% 100%;
}
.i4a{
	display: block;
	position: relative;
}
.i4abg{
	display: flex;
	align-items: flex-end;
	padding: 25px;
	color: #fff;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.9));
}
.i4abg i{
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 100%;
	background: url(../images/i4jt_03.png) no-repeat center rgba(255,255,255,.1);
}
.i4a:hover .i4abg{
	height: 100%;
	background: linear-gradient(to bottom, rgba(15,87,211,.3), rgba(15,87,211,.7));
}
.i4a:hover .i4abg i{
	border: 1px solid #0F57D3;
	background: url(../images/i4jt_03.png) no-repeat center #0F57D3;
}
.i5tr li{
	display: block;
	margin-left: 30px;
	cursor: pointer;
	border-bottom: 2px solid rgba(0,0,0,0);
	transition: .25s;
	padding-bottom: 5px;
}
.i5tr li.active{
	border-bottom: 2px solid #0F57D3;
	color: #0F57D3;
}
.i5a{
	margin: 10px;
	display: block;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.i5atxt{
	padding: 15px 20px;
}
.i5b{
	margin-left: -10px;
	margin-right: -10px;
}
.swiper-pagination-i5{
	position: static;
	margin-top: 25px;
	width: 100%;
	text-align: center;
}
.swiper-pagination-i5 .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 7px;
}
.swiper-pagination-i5 .swiper-pagination-bullet-active{
	background: #0F57D3;
}
.i6l{
	width: 27%;
}
.i6ra_a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #E6E6E6;
	filter: grayscale(100%);
	filter: gray;
	opacity: .5;
}
.i6ra_a img{

	max-height: 92%;
	display: block;
}
.i6ra_a:hover{
	filter:inherit;
	opacity: 1;
	border: 1px solid #0F57D3;
}
.foot{
	background: url(../images/fbg_02.jpg) no-repeat center;
	background-size: cover;
	color: #969696;
	border-top: 10px solid #0F57D3;
}
.foot a{
	color: #969696;
}
.foot a:hover{
	color: #0F57D3;
}
.ft,.fm{
	border-bottom: 1px solid #434343;
	padding: 50px 0;
}
.fb{
	padding: 20px 0;
}
.fmara{
	margin: 0 15px;
}

.listnav{
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.lnr a{
	line-height: 60px;
	padding: 0 25px;
}
.lnr a:hover{
	color: #0F57D3;
}
.lnr a.active{
	background: #0F57D3;
	color: #fff;
}
.ab1,.ab3{
	background: #f2f4f9;
}
.ab1.gn{background: none;}
.ab1t img{
	max-width: 90%;
	margin: 0 auto;
	display: block;
}
.ab1b{
	background: #fff;
	padding: 30px 0;
}
.ab1ba{
	flex: 0;
	flex-grow: 1;
	border-right: 1px solid #E6E6E6;
}
.ab1ba:last-child{
	border: 0;
}
.ab2a{
	text-align: center;
}
.ab2aimg{
	padding: 20px;
	background: #f0f2f1;
}
.ab2aimg img{
	max-width: 100%;
}
.swiper-container-lct{
	padding-bottom: 5px;
}
.lct{
	padding: 0 50px;
}
.lcta{
	padding: 12px 0;
	transition: .25s;
	color: #666;
	cursor: pointer;
}
.swiper-slide-thumb-active .lcta{
	color: #fff;
	background: #0F57D3;
}
.lcb{
	padding: 0 50px;
}
.lcbw{
	width: 100%;
	justify-content: space-between;
}
.lcbl,.lcbr{
	width: 47%;
}
.lcbr{
	background: #f2f4f9;
	padding: 40px;
}
.lcbtnl,.lcbtnr{
	width: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	cursor: pointer;
	color: #97a9c6;
}
.lcbtnl{
	left: 0;
}
.lcbtnr{
	right: 0;
}
.lcbtnl:hover,
.lcbtnr:hover{
	color: #0F57D3;
}
.ab3a_a{
	min-height: 100%;
	background: #fff;
	padding: 25px;
	position: relative;
}
.ab3a_a:after{
	width: 0px;
	height: 5px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transition: 1s;
	background: #0F57D3;
	opacity: 0;
}
.ab3a_a:hover::after{
	width: 100%;
	opacity:1;
}
.ab3ab a{
	display: inline-block;
	padding: 6px 25px;
	border: 1px solid #E6E6E6;
	color: #666;
}
.ab3ab a:hover{
	background: #0F57D3;
	border: 1px solid #0F57D3;
	color: #fff;
}

.prdmd{
	padding-top: 50px;
}
.pdl{
	width: 23%;
	min-width: 220px;
	margin-right: 2%;
	border: solid 1px #f2f4f9;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.pdlt{
	padding: 25px;
	color: #fff;
	background: linear-gradient(to right, #1c56d7, #4c3ca5);
}
.pdlt i{
	display: block;
	width: 35px;
	height: 2px;
	margin-top: 10px;
	background: #fff;
}
.plul{
	background: #fff;
}
.plul li{
	border-bottom: 1px solid #E6E6E6;
}
.pla{
	display: flex;
	align-items: center;
	padding: 15px 20px;
}
.plul li.active .pla i{
	transform:rotate(90deg);
}
.plb{
	display: none;
}
.plalist{
	padding-bottom: 10px;
}
.plalist a{
	display: block;
	padding: 0 20px;
	line-height: 30px;
	color: #666;
}
.plalist a i{
	width: 4px;
	height: 4px;
	border-radius: 100%;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 7px;
	background: #999;
}
.plalist a:hover{
	color: #0F57D3;
}
.plalist a:hover i{
	background: #0F57D3;
}
.pdra_a{
	display: block;
	background: #e6e6e6;
}
.pdra_a:hover{
	background: #0F57D3;
	color: #fff;
}

@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.bnwr i,.i2br i, .swiper-button-next-i3, .swiper-button-prev-i3{
		width: 38px;
		height: 38px;
	}
	.i1lw{
		padding-left: 25px;
	}
	.morea{
		width: 130px;
		height: 43px;
	}
	.i3w{
		padding: 0 80px;
	}
	.i3w::after{
		width: 90%;
		margin-left: 5%;
	}
	.swiper-button-next-i3{
		right: 0;
	}
	.swiper-button-prev-i3{
		left: 0;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.logo{
		height: 30px;
	}
	.nav li{
		margin-right: 35px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	
	.pdra{
		width: 50%;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.bnimg{
		min-height: 180px;
	}
	.swiper-pagination-bn{
		font-size: 12px;
	}
	.swiper-pagination-bn .swiper-pagination-bullet::after{
		top: 8px;
	}
	.bnwr i, .i2br i, .swiper-button-next-i3, .swiper-button-prev-i3{
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	.bnwr i{
		margin-left: 15px;
	}
	.i1l{
		padding: 0 15px;
	}
	.morea{
		width: 110px;
		height: 40px;
		margin: 0 auto;
	}
	.i1rw{
		width: 80%;
	}
	.i2t,.i3t,.i4t,.i5t,.i6t,.i6 .itop{
		display: block;
		text-align: center;
	}
	.i2t .itop,.i3t .itop,.i4t .itop,.i5t .itop,.i6t .itop{
		margin-bottom: 15px;
	}
	.i2anum{
		width: 100px;
		height: 100px;
	}
	.i2a{
		padding: 20px;
	}
	.swiper-slide:nth-child(even) .i3a{
		align-items: flex-start;
	}
	.i3w{
		padding: 0 60px;
	}
	.i3a{
		height: auto;
		margin-top: 20px;
	}
	.i3w::after{
		top: 5px;
	}
	.i3a::after{
		width: 10px;
		height: 10px;
		margin-left: -5px;
		top: -20px;
		margin-top: 0;
	}
	.swiper-button-prev-i3{
		left: -10px;
	}
	.i4t .i2br {
		justify-content: center;
		margin-left: 0;
	}
	.i4t .i2br i{
		margin: 0 10px;
	}
	.i5tr ul{
		justify-content: center;
	}
	.i5tr li{
		margin: 0 10px;
	}
	.i6ra{
		width: 50%;
	}
	.ft{
		display: none;
	}
	.foot{
		border-top-width: 5px;
	}
	.fma{
		padding: 5px 0;
	}
	.fma i{
		width: 20px;
		text-align: center;
	}
	.fmar{
		justify-content: center;
	}
	.fmara{
		margin-top: 15px;
	}
	.fm{
		padding: 25px 0;
	}
	.fb{
		padding: 12px 0;
	}
	
	
	.listbn{
		min-height: 130px;
	}
	.lbntxt img{
		height: 10px;
	}
	.lnr {
		display: none;
	}
	.lnl img{
		margin-right: 5px;
		height: 14px;
	}
	.listnav {
		padding: 12px 0;
	}
	.ab1b{
		padding: 15px 0;
	}
	.ab1ba{
		flex: inherit;
		flex-grow: inherit;
		width: 50%;
		padding: 15px 0;
	}
	.lcbl, .lcbr{
		width: 100%;
	}
	.lcbr{
		padding: 15px;
	}
	.lcta{
		padding: 8px 0;
		font-size: 13px;
	}
	
	.pdlt{
		padding: 20px;
	}
	.pdlt i{
		width: 20px;
	}
	.pdratxt {
		padding: 10px 15px;
	}
}

.row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.yc_nr .xq_nr .yy_xq{margin-bottom:50px;}
.yc_nr .xq_nr .yy_xq .y_c{margin-bottom: 20px;}
.yc_nr .xq_nr .yy_xq .y_c .b_t{color: #333333;font-size: 32px;font-weight: bold; margin-bottom: 10px;}
.yc_nr .xq_nr .yy_xq .xb_t{font-size: 16px;margin-bottom: 6px;font-weight: bold;}
.yc_nr .xq_nr .yy_xq .m_r{margin-top: 50px;display: flex;}
.yc_nr .xq_nr .yy_xq .m_r a{color: #0f57d3;display: block;font-size: 14px;width: 120px;height: 46px;text-align: center;line-height: 46px;background: none;border: solid 1px #0f57d3;-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;margin-right: 20px;}
.yc_nr .xq_nr .yy_xq .m_r a.on{color: #fff;background: #0f57d3;}
.yc_nr .xq_nr .yy_xq .m_s{color: #656565;font-size: 14px;line-height: 30px;margin-bottom: 20px;}
.yc_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;}
.yc_nr .xq_nr .yy_xq .l_b a{ margin-right: 20px;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .t_p img{ width: 100%;height: auto;display: block;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z{background: #F5F5F5;padding: 10px 15px;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t{margin-bottom: 10px;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t a{color: #333333;font-size: 18px;font-weight: bold;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .m_s{color: #656565;font-size: 14px;line-height: 22px;}
@media only screen and (max-width:1100px){
	.yc_nr .xq_nr .yy_xq{margin-bottom:35px;}
	.yc_nr .xq_nr table td{padding:10px;}

}
@media only screen and (max-width:640px){
	.yc_nr .xq_nr .b_t{font-size:20px; line-height:30px;}
	.yc_nr .xq_nr table td:first-child{width:25%;}
	.yc_nr .xq_nr .xg_cp{margin-top: 20px;}
	.yc_nr .xq_nr .xg_cp .xg_nr .n_r{margin-bottom: 30px;}
	.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z{padding: 10px;}
	.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t a{font-size: 14px;}
	.yc_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;background: #FFFFFF;}
.xq_nr .cp_zs .cp_dt img{width:100%; height:auto; display:block;}
.xq_nr .cp_xq .b_g img{max-width: 100%;height: auto;display: inline-block;}
@media only screen and (max-width:1440px){
	.yc_nr .xq_nr .yy_xq .y_c .b_t {
		font-size: 30px;
	}
	.yc_nr .xq_nr .yy_xq .y_c .j_g p {
		font-size: 20px;
	}
	.yc_nr .xq_nr .yy_xq .y_c .j_g span {
		font-size: 12px;
	}
	.yc_nr .xq_nr .yy_xq .d_l p {
		font-size: 12px;
	}
	.yc_nr .xq_nr .yy_xq .d_l span {
		font-size: 12px;
		line-height: 26px;
	}
	.yc_nr .xq_nr .yy_xq .m_r {

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

	}
	.yc_nr .ny_bt.cn p {
		padding: 10px 0px;
	}
}
@media only screen and (max-width:768px){
	.cp_xq{padding: 0px 15px;}
	.cp_xq .b_g{
		overflow: auto;
	}
	.xq_nr .cp_zs{
		margin-bottom: 20px;
	}
	.xg_cp{padding: 0px 10px;}
	.yc_nr .xq_nr .yy_xq .row{ margin: 0px;}
	.yc_nr .xq_nr table td {
		font-size: 13px;
	}
}


.lx_fs{width:100%; padding:80px 0; overflow:hidden;}
.lx_fs .fs_zs ul{margin:0 -20px;}
.lx_fs .fs_zs ul li{width:calc(33.33333333% - 40px); padding:20px; margin:0 20px; box-shadow:0 0 15px rgba(0,0,0,.05); 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:#0f57d3;}
.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(33.33333333% - 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;}
}


.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:#0f57d3; border:1px solid #0f57d3; color:#fff;}
.yema ul li.active a{background-color:#0f57d3; border:1px solid #0f57d3; 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_xq{width:100%; overflow:hidden; position:relative;}
.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;}
.xw_xq .xq_nr video{width:100%;height:auto;}
@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 ul li{margin-bottom:40px; padding-bottom:40px; border-bottom:1px solid #eee;}
.xw_nr{width:100%; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between;}
.xw_nr .t_p{width:27%; position:relative; overflow:hidden;}
.xw_nr .t_p img{width:100%; height:100%; display:block; position:absolute; top:0; left:0;
	object-fit:cover;
	object-position:center;
	-webkit-user-select:none;
	transition:all 1s;
	-webkit-transition:all 1s;}
.xw_nr:hover .t_p img{transform:scale(1.05);
	-webkit-transform:scale(1.05);}
.xw_nr .w_z{width:70%;}
.xw_nr .w_z h3{font-size:20px; line-height:30px; font-weight:bold; margin-bottom:20px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xw_nr .w_z p{line-height:24px; color:#999; height:72px; margin-bottom:25px; overflow:hidden; display:-webkit-box;
	line-clamp:3;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;}
.xw_nr .w_z a.m_r{display:inline-block; border-radius:3px; border:1px solid #ddd; padding:0 25px; line-height:38px;}
.xw_nr:hover .w_z a.m_r{background-color:#0f57d3; border:1px solid #0f57d3; color:#fff;}
@media only screen and (max-width:640px){
.xw_lb ul li{margin-bottom:20px; padding-bottom:20px;}
.xw_nr .t_p{width:100%; height:200px; margin-bottom:15px;}
.xw_nr .w_z{width:100%;}
.xw_nr .w_z h3{font-size:14px; line-height:26px; margin-bottom:15px;}
.xw_nr .w_z p{font-size:12px; line-height:22px;  margin-bottom:15px;}
.xw_nr .w_z a.m_r{border-radius:.5rem; padding:0px 20px; line-height:40px;}
}

.ny_bt.cn{margin-bottom:25px;  line-height:30px; color:#333;text-align: left;}
.ny_bt.cn p{padding:12px 0px; font-size:20px;}
.ny_bt.cn .t_b{display: flex;align-items: center;}
.ny_bt.cn .t_b i.on{width: 5%;height: 2px;background: #0f57d3;}
.ny_bt.cn .t_b i{width: 95%;height: 1px;background: #F3F3F3;}

.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:#0f57d3; 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:#0f57d3;}
.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;}
}

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

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

.al_nr{width: 100%;overflow: hidden;margin-top: 36px;}
.al_nr .n_r{margin-bottom: 36px;}
.al_nr .n_r .t_p img{width: 100%;height: auto;display: block;}
.al_nr .n_r .w_z{display: block;width: 100%;background: #FFFFFF;line-height: 56px;text-align: center;color: #0E0E0E;font-size: 16px;}
.al_nr.gn .n_r{background: #FFFFFF;}
.al_nr.gn .n_r .t_p{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #E6E6E6;
}
.al_nr.gn .n_r .t_p img{
	max-height: 78%;
	display: block;
	width: auto;
}
@media only screen and (max-width:640px){
	.al_nr{margin-top: 26px;}
	.al_nr .n_r{margin-bottom: 20px;}
	.al_nr .n_r .w_z{line-height: 40px;font-size: 13px;}
}

.pdraimg.t_p{background: #FFFFFF;}

.sp_nr{width: 100%;overflow: hidden;margin-top: 36px;}
.sp_nr .n_r{margin-bottom: 36px;}
.sp_nr .n_r .t_p img{width: 100%;height: auto;display: block;}
.sp_nr .n_r .w_z a{display: flex;background: #FFFFFF;justify-content: space-between;padding: 16px 26px;align-items: center;}
.sp_nr .n_r .w_z .b_t{color: #1F1F1F;font-size: 16px;margin-bottom: 10px;}
.sp_nr .n_r .w_z .m_s{color: #959595;font-size: 14px;}
.sp_nr .n_r .w_z .y_c i{font-size: 26px;color: #959595;}
.sp_nr .n_r:hover .w_z .y_c i{color: #0F57D3;}
@media only screen and (max-width:640px){
	.sp_nr{margin-top: 26px;}
	.sp_nr .n_r{margin-bottom: 20px;}
	.sp_nr .n_r .w_z a{padding: 20px;}
	.sp_nr .n_r .w_z .b_t{font-size: 14px;margin-bottom: 6px;}
	.sp_nr .n_r .w_z .m_s{font-size: 12px;}
	.sp_nr .n_r .w_z .y_c i{font-size: 20px;}
}

.titleh3.zn{display:flex;align-items:center;justify-content:space-between;}
.titleh3.zn a{
    font-size: 16px;
    line-height: 30px;
    
}

.i2al .text20{font-size: 17px;}
@media only screen and (max-width:640px){
    .i2al .text20{font-size: 14px;}
}