.lxs_wrap{position:relative;padding-bottom:75px;}
.lxs_wrap .lxsw_left{width:130px;position:sticky;top:90px;height:502px;margin-top:22px;}
.lxs_wrap .lxsw_right{width:1310px;}
/*top*/
.lxs_top{padding:22px 0 50px;position:relative;overflow:hidden;gap:60px;}
.lxs_top .lxst_left{width:646px;}
.lxs_top .lxst_left .lxst_img{width:100%;padding-bottom:75%;position:relative;overflow:hidden;}
.lxs_top .lxst_right{}
.lxs_top .lxst_right .lxst_txt{gap:32px;}
.lxs_top .lxst_right .lxst_txt p{font-size:16px;line-height:1.5;color:var(--fontColor);}
.lxs_top .lxst_right .lxst_txt p:first-child{font-size:32px;line-height:normal;font-weight:bold;color:var(--titleColor);}
.lxs_top .lxst_right .lxst_txt p:nth-child(2){text-align:justify}
.lxs_top .lxst_right .lxst_p{font-size:16px;line-height:1.5;color:rgba(0,0,0,.4);margin-top:20px;}
.lxs_top .lxst_right .lxst_p span{color:#F00;}
.lxs_top .lxst_right .lxst_btn{margin-top:30px;gap:14px;position:relative;}
.lxs_top .lxst_right .lxst_btn .lxst_span{height:52px;padding:0 20px;min-width:180px;border-radius:52px;font-size:14px;color:#275DA8;gap:10px;cursor:pointer;overflow:hidden;position:relative;z-index:1;border:1px solid #275DA8;}
.lxs_top .lxst_right .lxst_btn .lxst_span:first-child{background:#275DA8;color:#FFF;}
.lxs_top .lxst_right .lxst_btn .lxst_span:before{content:'';width:0;height:100%;position:absolute;left:0;top:0;background:var(--logoColor);z-index:-1;}
.lxs_top .lxst_right .lxst_btn .lxst_span:hover{color:#FFF;border-color:var(--logoColor);}
.lxs_top .lxst_right .lxst_btn .lxst_span:hover:before{width:100%;}
/*feature*/
.lxs_feature{padding:50px 0;position:relative;overflow:hidden;}
.lxs_feature .pb_tit{text-align:center;margin-top:0;}
.lxs_feature .lxsp_ul{gap:24px;margin-top:52px;}
.lxs_feature .lxsp_li{gap:500px;position:relative;min-height:300px;}
.lxs_feature .lxsp_li .lxsp_img{width:400px;height:300px;position:absolute;left:50%;margin-left:-200px;top:50%;margin-top:-150px;}
.lxs_feature .lxsp_li .lxsp_txt{gap:25px;text-align:center;}
.lxs_feature .lxsp_li .lxsp_txt:nth-child(2){text-align:center;}
.lxs_feature .lxsp_li .lxsp_txt .lxsp_pp{gap:15px;}
.lxs_feature .lxsp_li .lxsp_txt .lxsp_pp p{font-size:14px;line-height:24px;color:var(--fontColor);}
.lxs_feature .lxsp_li .lxsp_txt .lxsp_pp p:first-child{font-size:16px;font-weight:bold;color:var(--titleColor);}
.lxs_feature .lxsp_li .lxsp_txt .lxsp_pp p:nth-child(2){text-align:justify}
/*pic*/
.lxp_pic{padding:25px 0 50px;position:relative;overflow:hidden;}
.lxp_pic .lxpp_li{width:100%;overflow:hidden;border-radius:32px;position:relative;}
.lxp_pic .lxpp_li .lxpp_img{width:100%;padding-bottom:47.22%;position:relative;}
.lxp_pic .lxpp_li .swiper-slide.swiper-slide-active .lxpp_img img{
    -webkit-animation:img_sacle 5s linear;
    -moz-animation:img_sacle 5s linear;
    animation:img_sacle 5s linear;
}
.lxp_pic .lxpp_li .swiper-pagination{width:12px;height:100%;right:50px;bottom:0;left:auto;gap:13px;}
.lxp_pic .lxpp_li .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background:#FFF;margin:0;opacity:1;}
.lxp_pic .lxpp_li .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--logoColor);}
/*specification*/
.lxp_specification{padding:50px 0 0;position:relative;overflow:hidden;}
.lxp_specification .pb_tit{text-align:center;margin-top:0;}
.lxp_specification .lxps_table{margin-top:52px;}
.lxp_specification .lxps_table table{border:none;width:100%!important;padding:0;}
.lxp_specification .lxps_table table tr:nth-child(odd){background:var(--backgroundColor);}
.lxp_specification .lxps_table table tr:first-child{background:#d4dfee!important;}
.lxp_specification .lxps_table table td{text-align:center;padding:10px 13px;line-height:1.3;width:auto;font-size:15px;color:#333;border:1px solid #666!important;}
.lxp_specification .lxps_table table td[rowspan]{background:var(--backgroundColor);padding:10px 13px;}
.lxp_specification .lxps_table table tr:hover{background:rgba(39,93,168,.2);}
.lxp_specification .lxps_d{margin-top:32px;gap:24px;}
.lxp_specification .lxps_d p{font-size:14px;font-weight:bold;color:var(--titleColor);}
.lxp_specification .lxps_d>a{padding:0 32px;height:46px;border-radius:46px;background:#275DA8;gap:10px;}
.lxp_specification .lxps_d>a span{font-size:14px;font-weight:bold;color:#FFF;}
.lxp_specification .lxps_d>a i{font-size:22px;color:#FFF;}
.lxp_specification .lxps_d>a:hover{background:var(--logoColor);}
/*related*/
.lxp_related{width:180px;height:100%;border-radius:12px;position:absolute;left:-80px;top:0;overflow:hidden;
	-webkit-box-shadow:0 0 32px rgba(0,0,0,.14);
	box-shadow:0 0 32px rgba(0,0,0,.14);
}
.lxp_related .lxpr_tit{height:72px;background:#275DA8;font-size:14px;font-weight:bold;color:#FFF;}
.lxp_related .lxpr_ul{padding:0 30px;background:#FFF;overflow:hidden;height:334px;}
.lxp_related .lxpr_ul .lxpr_img{width:100%;padding-bottom:75%;position:relative;overflow:hidden;border-radius:8px;}
.lxp_related .swiper-button-next,.lxp_related .swiper-button-prev{width:48px;height:48px;outline:none;position:relative;top:0;margin:0 auto;}
.lxp_related  .swiper-button-next:after,.lxp_related .swiper-button-prev:after{content:none;}
.lxp_related  .swiper-button-next i,.lxp_related .swiper-button-prev i{font-size:24px;color:var(--titleColor);}
.lxp_related  .swiper-button-next{right:0;}
.lxp_related  .swiper-button-prev{left:0;}
.lxp_related  .swiper-button-prev i{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
.lxp_related  .swiper-button-next.swiper-button-disabled,.lxp_related  .swiper-button-prev.swiper-button-disabled{opacity:1;}
/*bottom*/
.lxp_bottom{padding:100px 0;position:relative;background:url(../Image/pro_bottom.jpg) no-repeat center center;background-size:cover;}
.lxp_bottom:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(39,93,168,.84);}
.lxp_bottom .pb_tit{text-align:center;margin-top:0;color:#FFF;}
.lxp_bottom .lxpb_form{margin-top:52px;}
.lxp_bottom .lxpb_form form{gap:12px;}
.lxp_bottom .lxpb_form .lxm_li{position:relative;width:180px;}
.lxp_bottom .lxpb_form .lxm_li input{width:100%;line-height:36px;padding:10px 15px;outline:none;border-radius:12px;border:1px solid var(--borderColor);background:var(--backgroundColor);}
.lxp_bottom .lxpb_form .lxm_li textarea{padding:10px 15px;outline:none;resize:none;width:100%;height:128px;line-height:20px;display:block;border-radius:12px;border:1px solid var(--borderColor);}
.lxp_bottom .lxpb_form .lxm_li input:focus::placeholder{opacity:0;}
.lxp_bottom .lxpb_form .lxm_li textarea:focus::placeholder{opacity:0;}
.lxp_bottom .lxpb_form .lxpb_btn{width:152px;height:56px;background:#111;border-radius:12px;font-size:14px;color:#FFF;text-align:center;line-height:56px;cursor:pointer;}
.lxp_bottom .lxpb_form .lxpb_btn:hover{background:var(--logoColor);}

@media screen and (max-width:1619px){
	.lxs_wrap{padding-bottom:60px;}
	.lxs_wrap .lxsw_left{width:100px;position:sticky;top:85px;height:438px;margin-top:18px;}
	.lxs_wrap .lxsw_right{width:1100px;}
	.lxs_top{padding:18px 0 40px;gap:50px;}
	.lxs_top .lxst_left{width:528px;}
	.lxs_top .lxst_right .lxst_txt{gap:25px;}
	.lxs_top .lxst_right .lxst_txt p{font-size:15px;}
	.lxs_top .lxst_right .lxst_txt p:first-child{font-size:26px;}
	.lxs_top .lxst_right .lxst_p{font-size:15px;margin-top:16px;}
	.lxs_top .lxst_right .lxst_btn{margin-top:25px;gap:12px;}
	.lxs_top .lxst_right .lxst_btn .lxst_span{height:46px;padding:0 16px;min-width:170px;}
	.lxs_feature{padding:40px 0;}
	.lxs_feature .lxsp_ul{gap:20px;margin-top:40px;}
	.lxs_feature .lxsp_li{gap:410px;min-height:250px;}
	.lxs_feature .lxsp_li .lxsp_img{width:333px;height:250px;margin-left:-166px;margin-top:-125px;}
	.lxs_feature .lxsp_li .lxsp_txt{gap:20px;}
	.lxs_feature .lxsp_li .lxsp_txt .lxsp_pp{gap:13px;}
	.lxs_feature .lxsp_li .lxsp_txt p{line-height:22px;}
	.lxp_pic{padding:20px 0 40px;}
	.lxp_pic .lxpp_li{border-radius:22px;}
	.lxp_pic .lxpp_li .swiper-pagination{width:10px;right:40px;gap:11px;}
	.lxp_pic .lxpp_li .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;}
	.lxp_specification{padding:40px 0 0;}
	.lxp_specification .lxps_table{margin-top:40px;}
	.lxp_specification .lxps_table table td{text-align:center;padding:9px 10px;font-size:14px;}
	.lxp_specification .lxps_table table td[rowspan]{padding:9px 10px;}
	.lxp_specification .lxps_d{margin-top:25px;gap:20px;}
	.lxp_specification .lxps_d>a{padding:0 26px;height:42px;border-radius:42px;gap:9px;}
	.lxp_specification .lxps_d>a i{font-size:20px;}
	.lxp_related{width:160px;border-radius:10px;left:-80px;}
	.lxp_related .lxpr_tit{height:60px;}
	.lxp_related .lxpr_ul{padding:0 25px;height:298px;}
	.lxp_related .lxpr_ul .lxpr_img{border-radius:6px;}
	.lxp_related .swiper-button-next,.lxp_related .swiper-button-prev{width:40px;height:40px;}
	.lxp_related  .swiper-button-next i,.lxp_related .swiper-button-prev i{font-size:22px;}
	.lxp_bottom{padding:70px 0;}
	.lxp_bottom .lxpb_form{margin-top:40px;}
	.lxp_bottom .lxpb_form form{gap:10px;}
	.lxp_bottom .lxpb_form .lxm_li{width:160px;}
	.lxp_bottom .lxpb_form .lxm_li input{line-height:32px;padding:9px 13px;border-radius:8px;}
	.lxp_bottom .lxpb_form .lxpb_btn{width:140px;height:50px;border-radius:8px;line-height:50px;}
}

@media screen and (max-width:1399px){
	.lxs_wrap{padding-bottom:40px;}
	.lxs_wrap .lxsw_left{width:100%;top:0;height:auto;margin-top:30px;position:relative;}
	.lxs_wrap .lxsw_right{width:100%;}
	.lxs_top{padding:15px 0 30px;gap:30px;}
	.lxs_top .lxst_left{width:446px;}
	.lxs_top .lxst_right .lxst_txt{gap:20px;}
	.lxs_top .lxst_right .lxst_txt p{font-size:14px;}
	.lxs_top .lxst_right .lxst_txt p:first-child{font-size:22px;}
	.lxs_top .lxst_right .lxst_p{font-size:14px;margin-top:13px;}
	.lxs_top .lxst_right .lxst_btn{margin-top:20px;gap:10px;}
	.lxs_top .lxst_right .lxst_btn .lxst_span{height:42px;padding:0 13px;min-width:160px;}
	.lxs_feature{padding:30px 0;}
	.lxs_feature .lxsp_ul{gap:15px;margin-top:30px;}
	.lxs_feature .lxsp_li{gap:300px;min-height:195px;}
	.lxs_feature .lxsp_li .lxsp_img{width:260px;height:195px;margin-left:-130px;margin-top:-98px;}
	.lxs_feature .lxsp_li .lxsp_txt{gap:16px;}
	.lxs_feature .lxsp_li .lxsp_txt .lxsp_pp{gap:10px;}
	.lxs_feature .lxsp_li .lxsp_txt p{line-height:20px;}
	.lxp_pic{padding:15px 0 30px;}
	.lxp_pic .lxpp_li{border-radius:14px;}
	.lxp_pic .lxpp_li .swiper-pagination{right:30px;gap:10px;}
	.lxp_specification{padding:30px 0 0;}
	.lxp_specification .lxps_table{margin-top:30px;overflow-x:auto;}
	.lxp_specification .lxps_table table td{padding:9px 10px;font-size:13px;}
	.lxp_specification .lxps_table table td[rowspan]{padding:9px 10px;}
	.lxp_specification .lxps_d{margin-top:20px;gap:15px;}
	.lxp_specification .lxps_d>a{padding:0 22px;height:38px;}
	.lxp_related{width:100%;border-radius:8px;left:0;position:relative;}
	.lxp_related .lxpr_tit{height:50px;}
	.lxp_related .lxpr_ul{height:auto;width:calc(100% - 60px);padding:20px 0;margin:0 auto;}
	.lxp_related .lxpr_ul .lxpr_img{border-radius:6px;}
	.lxp_related .swiper-button-next,.lxp_related .swiper-button-prev{width:30px;height:30px;position:absolute;top:50%;margin-top:20px;}
	.lxp_related  .swiper-button-next i,.lxp_related .swiper-button-prev i{font-size:22px;}
	.lxp_related  .swiper-button-prev i{
		-webkit-transform:rotate(90deg);
		-moz-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		transform:rotate(90deg);
	}
	.lxp_related  .swiper-button-next i{
		-webkit-transform:rotate(-90deg);
		-moz-transform:rotate(-90deg);
		-ms-transform:rotate(-90deg);
		transform:rotate(-90deg);
	}
	.lxp_bottom{padding:50px 0;}
	.lxp_bottom .lxpb_form{margin-top:20px;}
	.lxp_bottom .lxpb_form form{gap:8px;}
	.lxp_bottom .lxpb_form .lxm_li{width:calc(25% - 6px);}
	.lxp_bottom .lxpb_form .lxm_li input{border-radius:4px;}
	.lxp_bottom .lxpb_form .lxpb_btn{border-radius:4px;}
}

@media screen and (max-width:1023px){
	.lxs_wrap{padding-bottom:30px;}
	.lxs_wrap .lxsw_left{margin-top:25px;}
	.lxs_top{gap:20px;}
	.lxs_top .lxst_left{width:100%;}
	.lxs_top .lxst_right .lxst_txt{gap:15px;}
	.lxs_top .lxst_right .lxst_txt p:first-child{font-size:20px;}
	.lxs_top .lxst_right .lxst_btn{margin-top:15px;}
	.lxs_feature .lxsp_ul{gap:15px;margin-top:30px;}
	.lxs_feature .lxsp_li{gap:20px;min-height:195px;}
	.lxs_feature .lxsp_li .lxsp_img{width:400px;height:300px;margin-left:0;margin-top:0;top:0;left:0;position:relative;}
	.lxs_feature .lxsp_li .lxsp_txt{width:100%;flex:auto;}
	.lxs_feature .lxsp_li .lxsp_txt:nth-child(2){text-align:center;}
	.lxp_pic{padding:15px 0 20px;}
	.lxp_pic .lxpp_li{border-radius:8px;}
	.lxp_pic .lxpp_li .swiper-pagination{right:20px;gap:8px;}
	.lxp_specification{padding:20px 0 0;}
	.lxp_specification .lxps_table{margin-top:20px;}
	.lxp_related{border-radius:6px;}
	.lxp_related .lxpr_tit{height:40px;}
	.lxp_related .lxpr_ul{padding:15px 0;}
	.lxp_related .lxpr_ul .lxpr_img{border-radius:4px;}
	.lxp_related .swiper-button-next,.lxp_related .swiper-button-prev{margin-top:5px;}
	.lxp_bottom{padding:30px 0;}
	.lxp_bottom .lxpb_form{margin-top:15px;}
	.lxp_bottom .lxpb_form form{gap:10px;}
	.lxp_bottom .lxpb_form .lxm_li{width:calc(50% - 5px);}
	.lxp_bottom .lxpb_form .lxm_li.lxm_liw{width:100%;flex:auto;}
}

@media screen and (max-width:767px){
	.lxs_feature .lxsp_li .lxsp_img{width:100%;padding-bottom:75%;height:auto;}
	.lxp_pic .lxpp_li{border-radius:6px;}
	.lxp_bottom .lxpb_form .lxm_li{width:100%;}
}