@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: 33px;
}
.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: 40px 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 10px;
}
.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: 35px;
		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-left ul li{width:calc(33.33333333% - 40px); padding:20px; margin:0 20px; box-shadow:0 0 15px rgba(0,0,0,.05); text-align:left;}
.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;}

.lx_fs .fs_zs_1 ul{margin:0 -20px;}
.lx_fs .fs_zs_1 ul li{width:calc(100% - 40px); padding:20px; margin:0 20px; box-shadow:0 0 15px rgba(0,0,0,.05); text-align:center;}
.lx_fs .fs_zs_1-left ul li{width:calc(100% - 40px); padding:20px; margin:0 20px; box-shadow:0 0 15px rgba(0,0,0,.05); text-align:left;}
.lx_fs .fs_zs_1 h3{font-size:16px; color:#333; margin-bottom:10px;}
.lx_fs .fs_zs_1 p{color:#999;}
.lx_fs .fs_zs_1 i{font-size:32px; line-height:50px; color:#0f57d3;}
.lx_fs .fs_zs_1 i.icon-dizhi1{font-size:40px;}

/* 确保图片是响应式的 */
.lx_fs .fs_zs_1 ul li img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}



@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;}
	
	/* 确保图片在小屏幕上也响应式 */
    .lx_fs .fs_zs_1 ul li img {
        width: 100%;
        height: auto;
    }
}

.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;}
}
















/* new tophead */
.L_nav .pc_nav {
    width: 100%;
    height: auto;
    display: block;
    position: relative
}

.L_nav .header1>.header-left {
    display: flex;
    max-width: none;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px
}

.L_nav .header1>.header-left nav.fr {
    height: auto;
    width: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.L_nav .header1 nav ul.f-cb {
    overflow: visible;
    padding-right: 0;
    padding-left: 0px
}

.L_nav .header1 nav ul.f-cb:after {
    clear: both;
    display: block;
    content: ''
}

.L_nav li.hvr-left {
    text-align: center;
    transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
    position: relative;
    display: block;
    float: left;
    margin: 0px 5px
}

.L_nav .pc_nav li.hvr-left .home-dec {
    display: block;
    position: relative;
    line-height: 90px;
    font-size: 17px;
    font-weight: bold;
    font-weight: normal;
    color: #000;
    margin: 0px;
    padding: 0px 28px;
    transition: all .5s ease
}

#newhead.active .L_nav .pc_nav li.hvr-left .home-dec {
    color: #000
}

#newhead .L_nav .pc_nav li.hvr-left:hover .home-dec {
    color: #fff
}


.L_nav li.hvr-left .home-dec:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 0px;
    background: #0f57d3;
    transition: all .3s ease;
    transform: translateX(-50%)
}

.L_nav .pc_nav:hover li.hvr-left:hover .home-dec:before {
    height: 100%
}

.L_nav .pc_nav li.hvr-left .home-dec .nav-wz {
    z-index: 1;
    position: relative
}

.L_nav li.hvr-left .nav-sub {
    border: none;
    background-color: #0f57d3;
    width: auto;
    left: 0;
    margin-left: 0;
    padding: 0;
    position: absolute;
    min-width: 130%;
    transition: all .5s ease;
    max-height: 0;
    overflow: hidden
}

.L_nav li.hvr-left:hover .nav-sub {
    max-height: 100vh
}

.L_nav li.hvr-left .nav-sub a {
    width: 100%;
    border: none;
    padding: 0px 28px;
    padding-right: 35px;
    text-align: left;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    justify-content: space-between;
    align-items: center
}

.L_nav li.hvr-left .nav-sub a:hover {
    background-color: #fba008;
    color: #fff
}

.L_nav li.hvr-left .nav-sub .sub-wz {
    width: 100%;
    white-space: nowrap
}

.L_nav li.hvr-left .nav-sub .sub-icon {
    fill: #fff;
    width: 20px;
    border: none;
    padding: 1px;
    height: 20px;
    line-height: 20px;
    transform: translateX(5px);
    transition: all .5s ease;
    opacity: 0.1
}

.L_nav li.hvr-left .nav-sub a:hover .sub-icon {
    opacity: 1;
    transform: translateX(20px)
}


#newhead {
    display-radio: 1;
    transition: all .5s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 1);
    background_radio: 2;
    position: relative;
    z-index: 9999;
}

#newhead.active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 1)
}


#newhead {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 1)
}

#newhead:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all .5s ease;
    transform: translateX(-50%)
}

#newhead .e_image-3 {
    width: auto;
    height: 100%
}

#newhead .e_image-3 img {
    width: auto;
    height: 100%;
    object-fit: contain
}

#newhead .e_image-16 {
    width: auto;
    height: 100%;
    top: 1px;
    left: 0px;
    display-radio: 1
}

#newhead .e_image-16 img {
    width: auto;
    height: 100%;
    object-fit: contain
}

#newhead .e_container-4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#newhead .e_container-4>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#newhead .e_container-4 .p_item {
    display-radio: 1
}

#newhead .e_container-5 {
    width: 200px;
    height: 70px;
    display: block;
    position: relative;
    overflow: hidden;
    display-radio: block;
    background_radio: 1
}

#newhead .e_container-5>.p_item {
    flex: 1;
    width: 100%;
    height: 100%
}

#newhead .e_container-5 .s_img {
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0
}

#newhead .e_container-5 .s_img:first-of-type {
    opacity: 1
}

#newhead .e_container-5 .s_img:last-child {
    opacity: 0
}

#newhead.active .e_container-5 .s_img:first-of-type {
    opacity: 1
}

#newhead.active .e_container-5 .s_img:last-child {
    opacity: 0
}

#newhead.sy .e_container-5 .s_img:first-of-type {
    opacity: 0
}

#newhead.sy .e_container-5 .s_img:last-child {
    opacity: 1
}

#newhead.sy.active .e_container-5 .s_img:first-of-type {
    opacity: 1
}

#newhead.sy.active .e_container-5 .s_img:last-child {
    opacity: 0
}

#newhead .e_container-5 .cbox-5-0 {
    flex: 0 0 auto
}

#newhead .e_container-4 .cbox-4-0 {
    flex: 0 0 auto;
    align-self: center
}

#newhead .e_navigationB-1 {
    display-radio: 1
}

#newhead .e_container-6 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#newhead .e_container-6>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#newhead .e_container-7 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    transition: all .5s ease 0s;
    border-left-style: solid;
    border-left-width: 1px;
    background: #0f57d3;
    border-left-color: #0f57d3;
    background_radio: 2;
    background-color: #0f57d3
}

#newhead.active .e_container-7 {
    background: #0f57d3;
    border-left-color: #0f57d3
}

#newhead.active .e_container-7:hover {
    background: #0f57d3;
    border-left-color: #0f57d3
}

#newhead.sy.active .e_container-7 {
    background: #fba008;
    border-left-color: #fba008
}

#newhead.sy.active .e_container-7:hover {
    background: #0f57d3;
    border-left-color: #0f57d3
}

#newhead .e_container-7>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#newhead .e_container-7 .p_item {
    display-radio: 1
}

#newhead .e_icon-8 {
    width: 28px;
    font_radio: 2;
    display-radio: 1;
    height: auto;
    color: rgba(255, 255, 255, 1)
}

#newhead .e_icon-8 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor
}

#newhead .e_text-9 {
    font_radio: 2;
    display-radio: 1;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    line-height: 1.5;
    font-size: 26px;
    font-family: Impact
}

#newhead .e_text-9 a {
    color: rgba(255, 255, 255, 1)
}

#newhead .e_container-10 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#newhead .e_container-10>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#newhead .e_container-7 .cbox-7-0 {
    align-self: center;
    flex: 0 0 auto
}

#newhead .e_container-7 .cbox-7-1 {
    padding-left: 10px;
    align-self: center
}

#newhead .e_container-6 .cbox-6-1 {
    flex: 0 0 auto;
    margin-right: 0px;
    margin-left: auto
}

#newhead .e_container-11 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    height: 100%;
    width: auto;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.1);
    transition: all .5s ease 0s;
    background_radio: 1
}

#newhead.active .e_container-11 {
    border-left-color: rgba(0, 0, 0, 0.1)
}

#newhead .e_container-11>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#newhead .e_container-11 .cbox-11-0 {
    flex: 0 0 auto
}

#newhead .e_container-15 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-left: 3%
}

#newhead .e_container-15>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#newhead .e_container-17 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90px;
    background_radio: 1;
    display-radio: flex;
    height: 90px;
    cursor: pointer
}

#newhead .e_container-17>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#newhead .e_container-17 .cbox-17-0 {
    align-self: center
}

#newhead .e_container-19 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 32px;
    background_radio: 2;
    display-radio: flex;
    background-color: #0f57d3;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    transition: all .5s ease 0s
}

#newhead.active .e_container-19 {
    background-color: #0f57d3
}

#newhead .e_container-21:hover .e_container-19 {
    background-color: #fba008
}

#newhead.sy .e_container-19 {
    background-color: rgba(255, 255, 255, 0)
}

#newhead.sy.active .e_container-19 {
    background-color: #0f57d3
}

#newhead.sy .e_container-21:hover .e_container-19 {
    background-color: #fba008
}

#newhead .e_container-19>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#newhead .e_image-20 {
    overflow: hidden;
    display-radio: 1
}

#newhead .e_image-20 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#newhead .e_container-19 .cbox-19-0 {
    align-self: center
}

#newhead .e_container-17 .p_item {
    display-radio: 1
}

#newhead .e_container-21 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#newhead .e_container-21>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

#newhead .e_container-22 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background_radio: 2;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    background-color: rgba(255, 255, 255, 1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 0px;
    z-index: 9;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    opacity: 0;
    margin: 0px;
    transition: margin .5s ease 0s, opacity .5s ease 0s;
    overflow: hidden
}

#newhead .e_container-21:hover .e_container-22 {
    margin-top: -20px;
    height: auto;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    overflow: visible
}

#newhead .e_container-22:before {
    content: '';
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-bottom: 7px solid rgba(255, 255, 255, 1);
    transition: all .5s ease 0s
}

#newhead .e_container-22>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#newhead .e_loop-23 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#newhead .e_loop-23 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#newhead .e_loop-23 .p_page {
    text-align: center
}

#newhead .e_loop-23 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#newhead .e_loop-23 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#newhead .e_loop-23 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#newhead .e_loop-23 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#newhead .e_loop-23 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#newhead .e_loop-23 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#newhead .e_loop-23 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#newhead .e_loop-23 .p_s_option {}

#newhead .e_loop-23 .multSelect {
    font-size: 13px;
    position: relative
}

#newhead .e_loop-23 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#newhead .e_loop-23 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#newhead .e_loop-23 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#newhead .e_loop-23 .multSelect ul,
li {
    list-style: none
}

#newhead .e_loop-23 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#newhead .e_loop-23 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#newhead .e_loop-23 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#newhead .e_loop-23 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#newhead .e_loop-23 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#newhead .e_loop-23 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#newhead .e_loop-23 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#newhead .e_loop-23 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#newhead .e_loop-23 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#newhead .e_loop-23 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#newhead .e_loop-23 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#newhead .e_loop-23 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#newhead .e_loop-23 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#newhead .e_loop-23 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#newhead .e_loop-23 .p_split {
    margin: 0 5px
}

#newhead .e_loop-23 .p_normal {
    margin-right: 16px
}

#newhead .e_loop-23 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#newhead .e_loop-23 .input-check,
#newhead .e_loop-23 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#newhead .e_loop-23 .position-left {
    display: flex
}

#newhead .e_loop-23 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#newhead .e_loop-23 .position-top {}

#newhead .e_loop-23 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#newhead .e_loop-23 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#newhead .e_loop-23 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY(-45deg);
    transform: skewY(360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#newhead .e_loop-23 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#newhead .e_loop-23 .p_active .p_mbutton::before {
    display: block
}

#newhead .e_loop-23 .p_active .p_mbutton::after {
    display: block
}

#newhead .e_loop-23 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#newhead .e_loop-23 .p_filter_result {
    display: inline-block
}

#newhead .e_loop-23 .p_contclear {
    cursor: pointer
}

#newhead .e_loop-23 .swiper-container {
    padding-bottom: 30px
}

#newhead .e_loop-23 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#newhead .e_loop-23 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#newhead .e_loop-23 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#newhead .e_loop-23 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#newhead .e_loop-23 .p_filter_result {
    display: none
}

#newhead .e_loop-23 .p_contclear {
    display: none
}

#newhead .e_loop-23 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

#newhead .e_loop-23 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

#newhead .e_loop-23 .p_categoryActive {
    color: #409EFF
}

#newhead .e_container-24 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    background_radio: 1;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.1)
}

#newhead .e_container-24>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#newhead .e_container-24 .p_item {
    display-radio: 1
}

#newhead .e_container-24 .cbox-24-0 {
    flex: 0 0 auto;
    align-self: center
}

#newhead .e_container-24 .cbox-24-1 {
    align-self: center;
    padding-left: 4px
}

#newhead .e_container-25 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#newhead .e_container-25>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#newhead .e_image-26 {
    overflow: hidden;
    display-radio: 1;
    width: 22px;
    padding-bottom: 2px
}

#newhead .e_image-26 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#newhead .e_text-27 {
    font_radio: 2;
    display-radio: 1;
    color: rgba(0, 0, 0, 0.7);
    font-weight: normal;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap
}

#newhead .e_text-27 a {
    color: rgba(0, 0, 0, 0.7)
}

#newhead .e_text-27 a:hover {
    color: #0f57d3
}

#newhead .e_loop-23 {
    display-radio: 1;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px
}

@media screen and (max-width: 768px) {
    .L_nav {
        height: 70px
    }
	.center1 {
		width: 100%;
	}
    .L_nav .pc_nav {
        display: none
    }

    .yyqh {
        text-align: center
    }

    .yyqh a {
        display: inline-block;
        text-decoration: none;
        line-height: 60px;
        margin: 0px 10px
    }

    .L_nav .header2 {
        height: 70px;
        z-index: 100;
        top: 0px;
        width: 100%;
        display: block;
        position: relative;
        left: 0;
        padding: 0px
    }

    .L_nav .header2 .main-wrap {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .L_nav .header2 .nav-btn {
        width: 25px;
        height: 16px;
        cursor: pointer;
        position: relative
    }

    .L_nav .header2 .nav-btn .line {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background-color: #222;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        transition: all .5s ease 0s
    }

    .L_nav .header2 .nav-btn .line1 {
        -webkit-transform-origin: 4px 0;
        -ms-transform-origin: 4px 0;
        transform-origin: 4px 0
    }

    .L_nav .header2 .nav-btn.hover .line {
        background: #0f57d3
    }

    .L_nav .header2 .nav-btn .line2 {
        top: 7px
    }

    .L_nav .header2 .nav-btn .line3 {
        bottom: 0px;
        -webkit-transform-origin: 1px center;
        -ms-transform-origin: 1px center;
        transform-origin: 1px center
    }

    .L_nav .header2 .nav-btn.hover .line1 {
        margin-left: -10px;
        transform: rotate(45deg)
    }

    .L_nav .header2 .nav-btn.hover .line2 {
        opacity: 0
    }

    .L_nav .header2 .nav-btn.hover .line3 {
        margin-left: -10px;
        transform: rotate(-45deg)
    }

    .L_nav .header2 .sub-menu {
        width: 100%;
        padding: 0 3%;
        display: none;
        position: fixed;
        left: 0px;
        top: 80px;
        z-index: 2;
        overflow-y: auto
    }

    .L_nav .header2 .sub-menu ul {
        width: 100%;
        height: calc(100vh - 55px - 1.5rem)
    }

    .L_nav .header2 .sub-menu li {
        border-bottom: 1px solid #dcdcdc;
        font-size: 16px;
        padding: 0 20px;
        position: relative
    }

    .L_nav .js-m-3 {
        opacity: 0;
        -webkit-transform: translate(30px, 0);
        -ms-transform: translate(30px, 0);
        transform: translate(30px, 0);
        -webkit-transition: all .8s ease;
        transition: all .8s ease
    }

    .L_nav .js-m-3.animate {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .L_nav .header2 .sub-menu .tit {
        display: inline-block;
        text-decoration: none;
        width: 80%;
        line-height: 60px;
        color: #333;
        position: relative;
        box-sizing: border-box
    }

    .L_nav .header2 .sub-menu .sub-tit.on {
        background-color: #e9e9e9
    }

    .L_nav .header2 .sub-menu .sec-list {
        line-height: 40px;
        padding: 10px 0%;
        display: none
    }

    .L_nav .header2 .sub-menu .jt {
        position: absolute;
        right: 10px;
        top: 0;
        display: inline-block;
        width: 10%;
        height: 60px;
        text-align: center;
        background: none;
        float: right;
        cursor: pointer
    }

    .L_nav .header2 .sub-menu .jt:after {
        content: '';
        display: block;
        width: 26px;
        height: 26px;
        background: url(../images/nav_plus.png) no-repeat center;
        background-size: 17px auto;
        position: absolute;
        right: 3%;
        top: 15px
    }

    .L_nav .header2 .sub-menu .jt.jtRote:after {
        background: url(../images/nav_jian.png) no-repeat center;
        background-size: 20px auto
    }

    .L_nav .header2 .sub-menu .sec-list p {
        background: url(../images/nav_dot.png) no-repeat left center;
        background-size: 3px auto;
        font-size: 14px
    }

    .L_nav .header2 .sub-menu .sec-list a {
        padding-left: 5%;
        color: #666;
        display: block
    }

    .L_nav .header2 .sub-menu .sec-list a:active {
        color: #005bac
    }

    .L_nav .search-bg {
        position: fixed;
        left: 0px;
        top: 70px;
        width: 100%;
        height: calc((100% - 70px) / 1);
        z-index: 20;
        background-color: #f5f5f5;
        display: none
    }

    #newhead {
        display-radio: 1;
        padding-right: 0px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        background-color: rgba(255, 255, 255, 1)
    }

    #newhead.active {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 0 20px rgb(0 0 0 / 10%)
    }

    #newhead .e_image-3 {
        display-radio: 1;
        height: 30px
    }

    #newhead .e_container-5 {
        display-radio: 1;
        background_radio: 1;
        width: 220px;
        height: 70px
    }

    #newhead .e_container-7 {
        display-radio: 1;
        display: none;
        background_radio: 1
    }

    #newhead .e_container-10 {
        display-radio: 1
    }

    #newhead .e_navigationB-1 {
        display-radio: 1
    }

    #newhead .e_container-4 {
        display-radio: 1
    }

    #newhead .e_container-6 {
        flex-direction: row-reverse;
        background_radio: 1;
        display-radio: 1
    }

    #newhead .e_container-11 {
        display-radio: 1;
        border-style: none;
        background_radio: 1;
        padding-right: 20px
    }

    #newhead .e_container-6>.p_item {
        flex: 0 0 40px
    }

    #newhead .e_container-15 {
        display-radio: 1;
        padding-left: 3%;
        padding-right: 3%
    }

    #newhead .e_image-16 {
        display-radio: 1;
        height: auto
    }

    #newhead .e_container-5 .s_img:first-of-type {
        opacity: 1
    }

    #newhead .e_container-5 .s_img:last-child {
        opacity: 0
    }

    #newhead .e_container-6 .cbox-6-0 {
        flex: 0 0 auto
    }

    #newhead .e_container-6 .cbox-6-1 {
        flex: 0 0 auto
    }

    #newhead .e_container-11 {
        padding-right: 15px
    }

    #newhead .e_container-24 {
        display-radio: 1;
        background_radio: 1;
        flex-direction: column
    }

    #newhead .e_container-24 .cbox-24-0 {
        flex: 0 0 100%
    }

    #newhead .e_container-24 .cbox-24-1 {
        flex: 0 0 100%;
        padding-left: 0px;
        padding-right: 0px
    }

    #newhead .e_container-25 .cbox-25-0 {
        align-self: center
    }

    #newhead .e_text-27 {
        font_radio: 2;
        display-radio: 1;
        font-size: 12px;
        color: rgba(0, 0, 0, 1);
        line-height: 1.5;
        text-align: center
    }

    #newhead .e_text-27 a {
        color: rgba(0, 0, 0, 1)
    }

    #newhead .e_text-27 a:hover {
        color: #0f57d3
    }

    #newhead .e_container-17 {
        background_radio: 1;
        display-radio: 1;
        width: 50px;
        height: 70px
    }

    #newhead .e_container-19 {
        background-color: #0f57d3
    }

    #newhead.active .e_container-19 {
        background-color: #0f57d3
    }

    #newhead .e_container-19:hover {
        background-color: #fba008
    }

    #newhead .e_loop-23 .p_list {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        max-width: 100%;
        justify-content: center
    }

    #newhead .e_image-26 {
        padding: 0px
    }

    #newhead .e_loop-23 .p_loopitem:first-of-type .e_container-24 {
        border: none
    }

    #newhead .e_container-21:hover .e_container-22 {
        margin-top: -10px
    }

    #newhead.sy .e_container-5 .s_img:first-of-type {
        opacity: 1
    }

    #newhead.sy .e_container-5 .s_img:last-child {
        opacity: 0
    }

    #newhead.sy.active .e_container-5 .s_img:first-of-type {
        opacity: 1
    }

    #newhead.sy.active .e_container-5 .s_img:last-child {
        opacity: 0
    }

    #newhead.sy {
        display-radio: 1;
        transition: all .5s ease;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
        background-color: rgba(255, 255, 255, 1);
        background_radio: 2
    }

    #newhead.sy .e_container-19 {
        background-color: #0f57d3
    }
}

@media screen and (min-width: 769px) {
    .L_nav .header2 {
        display: none
    }

    #newhead .e_loop-23 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }

    #newhead .e_loop-23 .p_loopitem:first-of-type .e_container-24 {
        border: none
    }
}

@media screen and (max-width: 1580px) and (min-width: 1367px) {
    .L_nav .header1>.header-left {
        padding-right: 10px
    }

    .L_nav li.hvr-left {
        margin: 0px 0px
    }

    .L_nav .pc_nav li.hvr-left .home-dec {
        font-size: 16px;
        padding: 0px 20px
    }
}

@media screen and (max-width: 1366px) and (min-width: 1279px) {
    .L_nav .header1>.header-left {
        padding-right: 10px
    }

    .L_nav li.hvr-left {
        margin: 0px 0px
    }

    .L_nav .pc_nav li.hvr-left .home-dec {
        font-size: 15px;
        padding: 0px 16px
    }
}



/** 首页产品展示 **/
.pro_main_box {
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #cccccc;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #cccccc;
    border-left-style: solid;
    border-left-width: 1px;
    position: relative;
    margin-bottom: 30px;
}
.xg_img img{width:100%;}
.xg_img a {
    display: block;
    width: 100%;
    height: 100%;
}
.xg_text {
    height: auto;
    line-height: 25px;
    font-size: 16px;
    color: #666;
    text-align: left;
    word-wrap: break-word;
    word-break: normal;
}
.pro_main_box_text {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 19px;
    padding-top: 20px;
    background-color: #ededed;
}
.pro_main_box_text_t1 {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}
.pro_main_box_text_t2 {
    width: 100%;
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    top: 0px;
    left: 0px;

}
.pro_main_box_text_t2 p {
    position: relative;
    padding-left: 20px;

}
.pro_main_box_text_t2 p:before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #0f57d3;
    position: absolute;
    left: 0;
    top: 8px;
}

.pro_tit{display: flex;width: 100%;font-size:35px;line-height: 30px;padding:20px 0; }
.pro_tit span{width:4px;border-radius: 2px;background:#0f57d3;margin-right: 10px;}
.flex-between{display: flex;justify-content: space-between;flex-wrap: wrap;}
/** 首页产品展示 **/










/** 首页供应服务展示 **/

#index_gy_service {
    min-height: 300px;
    background_radio: 2;
    display-radio: 1;
    background-fill-value: background-image;
    background-image: url(../images/7cb0930c-6bc9-4de4-80cb-7934218d5276.jpg)
}

#index_gy_service .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 2;
    display-radio: flex;
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: rgba(0,0,0,0.5)
}

#index_gy_service .e_container-1 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#index_gy_service .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    background_radio: 1;
    display-radio: flex;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

#index_gy_service .e_container-2 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#index_gy_service .e_container-12 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex;
    margin-top: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

#index_gy_service .e_container-12 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#index_gy_service .e_container-12 .cbox-12-0 {
    align-self: center
}

#index_gy_service .e_button-13 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 200px;
    padding: 14px;
    background_radio: 1;
    border_radio: 1;
    font_radio: 1;
    radius_radio: 1;
    display-radio: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background: #0f57d3;
    background-color: #0f57d3;
    font-size: 17px;
    border-radius: 10px;
    font-weight: bold;
    color: rgba(255,255,255,1)
}

#index_gy_service .e_button-13:hover {
    background: #0f57d3;
    background-color: #0f57d3
}

#index_gy_service .e_button-13 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#index_gy_service .e_button-13::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

#index_gy_service .e_button-13:hover::after {
    opacity: 1
}

#index_gy_service .e_button-14 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 200px;
    padding: 14px;
    background_radio: 1;
    border_radio: 1;
    font_radio: 1;
    radius_radio: 1;
    display-radio: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background: #fba008;
    background-color: #fba008;
    font-size: 17px;
    border-radius: 10px;
    font-weight: bold;
    color: rgba(255,255,255,1)
}

#index_gy_service .e_button-14:hover {
    background: #0f57d3;
    background-color: #0f57d3
}

#index_gy_service .e_button-14 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#index_gy_service .e_button-14::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

#index_gy_service .e_button-14:hover::after {
    opacity: 1
}

#index_gy_service .e_container-15 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
    padding-top: 0px;
    display-radio: flex;
    width: auto;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    margin-top: 0px;
    background_radio: 1;
    max-width: none
}

#index_gy_service .e_container-15 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#index_gy_service .e_container-15 .p_item {
    display-radio: 1
}

#index_gy_service .e_text-16 {
    font_radio: 2;
    text-align: center;
    line-height: 1.2;
    margin-top: 0px;
    display-radio: 1;
    margin-bottom: 0px;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    font-size: 44px;
    color: rgba(255,255,255,1)
}

#index_gy_service .e_container-17 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px
}

#index_gy_service .e_container-17 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#index_gy_service .e_container-17 .p_item {
    display-radio: 1
}

#index_gy_service .e_line-18 {
    width: 38px;
    margin-right: auto;
    height: 15px;
    display-radio: 1;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    line_radio: 2;
    border-top-style: solid;
    border-top-width: 3px;
    margin-left: 0px;
    border-top-color: #fba008
}

#index_gy_service .e_line-19 {
    width: 38px;
    margin-right: 0px;
    height: 15px;
    display-radio: 1;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    line_radio: 2;
    border-top-style: solid;
    border-top-width: 3px;
    margin-left: auto;
    border-top-color: #0f57d3
}

#index_gy_service .e_richText-20 {
    font_radio: 2;
    color: rgba(255,255,255,1);
    text-align: center;
    margin-right: auto;
    display-radio: 1;
    width: auto;
    line-height: 1.8;
    padding-top: 0px;
    margin-top: 0px;
    padding-right: 0px;
    font-weight: normal;
    font-size: 16px;
    margin-left: auto;
    max-width: 1160px;
    padding-left: 0px
}

@media screen and (max-width: 768px) {
    #index_gy_service .e_container-1 {
        padding-top:40px;
        padding-bottom: 40px
    }

    #index_gy_service .e_container-12 {
        margin-top: 20px
    }

    #index_gy_service .e_button-13 {
        width: 96%;
        padding: 10px;
        margin-top: 0px;
        font-size: 16px;
        border-radius: 10px;
        font-weight: bold
    }

    #index_gy_service .e_button-14 {
        width: 96%;
        padding: 10px;
        margin-top: 0px;
        font-size: 16px;
        border-radius: 10px;
        font-weight: bold
    }

    #index_gy_service .e_container-15 {
        display-radio: 1;
        padding-left: 0px;
        padding-right: 0px;
        background_radio: 1;
        margin-bottom: 20px
    }

    #index_gy_service .e_text-16 {
        display-radio: 1;
        font_radio: 2;
        font-size: 24px
    }

    #index_gy_service .e_container-17 {
        background_radio: 1;
        display-radio: 1;
        padding-top: 0px;
        padding-bottom: 0px
    }

    #index_gy_service .e_line-18 {
        display-radio: 1;
        width: 28px;
        height: 15px;
        margin-top: 15px;
        line_radio: 1
    }

    #index_gy_service .e_line-19 {
        display-radio: 1;
        width: 28px;
        height: 15px;
        margin-top: 15px;
        line_radio: 1
    }

    #index_gy_service .e_richText-20 {
        display-radio: 1;
        font_radio: 2;
        padding-right: 0px;
        padding-left: 0px;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px
    }
}


/*产品列表页*/
.form_tab_name_list{background-color: #e3e3e3;}
.form_tab_name_list div{display: flex;justify-content: center;align-items: center;flex-direction: column;height: 52px;}

.form_tab_name_list p{font-weight:600;color:#000;font-size:18px;}

.form_tab_item_list div{display: flex;justify-content: center;align-items: center;flex-direction: column;height: 52px;}
.form_tab_item_list:nth-child(2n+1) {background-color: #ededed;}

.form_tab_item_list .r24 a{margin-left: 32px;width: 98px;height: 32px;font-size: 14px;text-align: center;line-height: 32px;border:1px solid #0f57d3;color: #0f57d3;}
.form_tab_item_list .r24:hover a{color: #fff;background-color:#0f57d3;}
.r20 {width: 400px;}
.r20 a{color:#0f57d3}
.r21 {width: 200px;}
.r22 {width: 200px;}
.r23 {width: 200px;}
.r24 {width: 400px;}

/*产品列表页*/


    





/*产品内容页*/
.product_big_pic {border:1px solid #cccccc;display: inline-block;position: relative;box-shadow: none;}
.product_tit {margin-bottom: 5px;margin-top: 0px;width: auto;color: #333333;font-size: 33px;line-height: 50px;display: inline-block;}
.product_fbt {margin-bottom: 5px;margin-left: 20px;margin-top: 0px;width: auto;color: #333333;font-size: 20px;line-height: 42px;display: inline-block;}
.product_description p {padding-left: 20px;position: relative;margin:10px 0;}
.product_description p:before {display: block;content: "";width: 10px;height: 10px;background-color: #0f57d3;position: absolute;left: 0px;top: 8px;}
.form_tab {margin-bottom: 51px;}
.form_tab_name{border:1px solid #cccccc;width: 100%;color:#fff;background:#0f57d3;}
.form_tab_name div{border-right: 1px solid #fff;display: flex;justify-content: center;align-items: center;flex-direction: column;height: 52px;}
.form_tab_item{border-right: 1px solid #cccccc;border-bottom: 1px solid #cccccc;border-left: 1px solid #cccccc;}
.form_tab_item div{display: flex;justify-content: center;align-items: center;flex-direction: column;height: 52px;border-right: 1px solid #cccccc;}
.form_tab_name div:nth-last-child(1){border-right:0;}
.form_tab_item div:nth-last-child(1){border-right:0;}

.borderhui{border:1px solid #cccccc;}
.r1 {width: 19%;}
.r2 {width: 19%;}
.r2-1 {width: 74%;}
.r3 {width: 19%;}
.r4 {width: 19%;}
.r5 {width: 19%;}
.r6 {width: 19%;}
.r7 {width: 98px;}
.r8 {width: 90px;}
.r9 {width: 5%;}
.r10 {width: 84px;}
.r11 {width: 74px;}
.r12 {width: 134px;}
.r13 {width: 76px;}
.r14 {width: 76px;}
.scroll-x {overflow-x: scroll;}
.flex{display: flex}
.form_tab_item:nth-child(2n+1) {background-color: #ededed;}
.center {text-align: center}
.pro_row_tit {width: 100%;color: #333333;font-size: 30px;line-height: 60px;position: relative;top: 0px;left: 0px;margin-top: 30px;}
/* 设置自动高度 */
/*.pro_row_more {padding: 25px;width: 100%;line-height: 36px;border: 1px solid #cccccc;position: relative;}*/
.pro_row_morecc {padding: 25px;width: 100%;line-height: 36px;border: 1px solid #cccccc;position: relative;}
/* 设置统一的最小高度 */
.pro_row_more {min-height: 300px; padding: 25px;border: 1px solid #cccccc;box-sizing: border-box;}
.pro_row_tit .unit {
    font-size: 16px; /* 设置文字大小 */
    margin-left: 10px; /* 根据需要设置间距 */
    color: #333333; /* 可调整颜色 */
}
@media only screen and (max-width: 768px){
.scroll-1400x{overflow-x: scroll;width: 1400px}
.form_tab_name{overflow-x: scroll;width: 1400px}
.form_tab_item{overflow-x: scroll;width: 1400px}
}


/*关于我们*/
/* 默认样式（对于大于768px的屏幕） */
.i1r-about {
    height: 50vh; /* 固定高度 */
    width: 33%;
    position: relative; /* 确保伪元素定位正确 */
}

/* 针对屏幕宽度小于或等于768px的样式 */
@media only screen and (max-width: 768px) {
    .i1r-about {
        height: 40vh; /* 固定高度为视窗高度的50% */
        width: 33%; /* 宽度为父元素宽度的33% */
        position: relative; /* 确保伪元素定位正确 */
    }
}

.i1r-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url({dr_get_file(dr_share_cat_value(50, 'lmzst'))}) no-repeat center;
    background-size: cover;
    z-index: -1; /* 确保它在所有内容之下 */
}

