.sl_ptit{font-size:16px;line-height:1.5;color:#FFF;margin:16px auto 0;max-width:60%;text-align:center;}
/*banner*/
.sl_pbanner{width:100%;position:relative;overflow:hidden;background:#1D1A27;}
.sl_pbanner .slpb_img{width:100%;padding-bottom:600px;position:relative;}
.sl_pbanner .slpb_txt{position:absolute;left:0;top:0;width:100%;height:100%;padding-top:136px;}
.sl_pbanner .slpb_txt .container{width:calc(100% - 30px);max-width:1680px;}
.sl_pbanner .slpb_txt .slpb_pp{max-width:800px;}
.sl_pbanner .slpb_txt .slpb_pp p{font-size:16px;line-height:1.5;color:#FFF;}
.sl_pbanner .slpb_txt .slpb_pp h1{font-size:48px;line-height:56px;font-family:'Roboto-Bold';margin-bottom:16px;text-transform:capitalize;color:#FFF;}
.sl_pbanner .slpb_txt .slpb_pp .slpb_btn{margin-top:32px;}
.sl_pbanner .slpb_txt .slpb_pp .slpb_btn .pb_btn{min-width:179px;border:1px solid #FFF;margin-left:16px;}
.sl_pbanner .slpb_txt .slpb_pp .slpb_btn .pb_btn:first-child{margin-left:0;}
.sl_pbanner .slpb_txt .slpb_pp .slpb_btn .pb_btn:last-child{background:var(--logoColor);border-color:var(--logoColor);}
.sl_pbanner .slpb_txt .slpb_pp .slpb_btn .pb_btn:hover{background:var(--logoColor);border-color:var(--logoColor);}
html[lang='ru-RU'] .sl_pbanner .slpb_txt .slpb_pp h1{font-size:36px;line-height:44px;}
html[lang='ar'] .sl_pbanner .slpb_txt .slpb_pp .slpb_btn .pb_btn{margin-left:0;margin-right:16px;}
/*info*/
.sl_pinfo{padding:80px 0;position:relative;overflow:hidden;}
.sl_pinfo .sl_ptit{text-align:left;max-width:none;}
.sl_pinfo .slpi_ul{}
.sl_pinfo .slpi_ul .slpi_li{margin-top:30px;}
.sl_pinfo .slpi_ul .slpi_left{width:640px;border-radius:12px;background:rgba(255,255,255,.05);padding:0 32px 32px;}
.sl_pinfo .slpi_ul .slpi_left .slpi_txt{margin-top:32px;}
.sl_pinfo .slpi_ul .slpi_left .slpi_num{width:40px;height:40px;background:var(--logoColor);font-size:20px;color:#FFF;font-family:'Roboto-Bold';margin-right:16px;line-height:40px;text-align:center;border-radius:4px;}
.sl_pinfo .slpi_ul .slpi_left .slpi_pp{}
.sl_pinfo .slpi_ul .slpi_left .slpi_pp p{font-size:16px;line-height:1.5;color:#FFF;}
.sl_pinfo .slpi_ul .slpi_left .slpi_pp p:first-child{font-size:20px;color:var(--logoColor);margin-bottom:12px;line-height:normal;font-family:'Roboto-Bold';}
.sl_pinfo .slpi_ul .slpi_left .slpi_txt:hover .slpi_num{
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	transform:rotateY(360deg);
}
.sl_pinfo .slpi_ul .slpi_right{width:640px;}
.sl_pinfo .slpi_ul .slpi_right .slpi_img{width:100%;height:100%;position:relative;overflow:hidden;border-radius:12px;}
html[lang='ar'] .sl_pinfo .slpi_ul .slpi_left .slpi_num{margin-right:0;margin-left:16px;}
/*type*/
.sl_ptype{padding:20px 0 80px;position:relative;overflow:hidden;}
.sl_ptype .pb_p{text-align:center;}
.sl_ptype .pb_tit{text-align:center;}
.sl_ptype .slpt_ul{margin-top:40px;position:relative;}
.sl_ptype .slpt_ul .slpt_li{overflow:hidden;}
.sl_ptype .slpt_ul .slpt_li .slpt_img{width:100%;padding-bottom:75%;position:relative;overflow:hidden;}
.sl_ptype .slpt_ul .slpt_li .slpt_img:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.6);z-index:1;opacity:0;}
.sl_ptype .slpt_ul .slpt_li .slpt_txt{position:absolute;left:0;bottom:0;background:var(--logoColor);padding:12px 16px;z-index:2;
	-webkit-transform:translateY(100%);
	-moz-transform:translateY(100%);
	-ms-transform:translateY(100%);
	transform:translateY(100%);
}
.sl_ptype .slpt_ul .slpt_li .slpt_txt p{font-size:16px;line-height:1.5;color:#FFF;}
.sl_ptype .slpt_ul .slpt_li .slpt_txt p:first-child{font-size:20px;font-family:'Roboto-Bold';margin-bottom:12px;line-height:normal;}
.sl_ptype .slpt_ul .slpt_li .swiper-slide:hover .slpt_img:before{opacity:1;}
.sl_ptype .slpt_ul .slpt_li .swiper-slide:hover .slpt_txt{
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
}
.sl_ptype .slpt_ul .swiper-button-prev,.sl_ptype .slpt_ul .swiper-button-next{width:52px;height:52px;background:var(--logoColor);border-radius:50%;outline:none;opacity:1;}
.sl_ptype .slpt_ul .swiper-button-prev{left:-26px;}
.sl_ptype .slpt_ul .swiper-button-prev i{
	-webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    transform:rotate(180deg);
}
.sl_ptype .slpt_ul .swiper-button-next{right:-26px;}
.sl_ptype .slpt_ul .swiper-button-prev:after,.sl_ptype .slpt_ul .swiper-button-next:after{content:none;}
.sl_ptype .slpt_ul .swiper-button-prev i,.sl_ptype .slpt_ul .swiper-button-next i{font-size:24px;color:#FFF;}
.sl_ptype .slpt_ul .swiper-button-prev.type-disabled,.sl_ptype .slpt_ul .swiper-button-next.type-disabled{background:#FFF;opacity:1;}
.sl_ptype .slpt_ul .swiper-button-prev.type-disabled i,.sl_ptype .slpt_ul .swiper-button-next.type-disabled i{color:#494454;}
/*list*/
.sl_plist{position:relative;overflow:hidden;padding:80px 0;background:url(../Image/productbg_line.webp);background-size: 40px 40px;}
.sl_plist .pb_p{text-align:center;}
.sl_plist .pb_tit{text-align:center;}
.sl_plist .slpl_ul{}
.sl_plist .slpl_ul .slpl_li{width:calc(100%/3 - 24px);margin-left:36px;margin-top:35px;}
.sl_plist .slpl_ul .slpl_li:nth-child(3n+1){margin-left:0;}
.sl_plist .slpl_ul .slpl_li .slpl_img{width:100%;padding-bottom:75%;position:relative;overflow:hidden;}
.sl_plist .slpl_ul .slpl_li .slpl_img:before{content:'';width:100%;height:100%;position:absolute;left:0;top:100%;background:rgba(255,255,255,.1);z-index:1;}
.sl_plist .slpl_ul .slpl_li .slpl_txt{background:rgba(255,255,255,0.10);padding:20px;position:relative;
    -webkit-perspective:400px;
    -moz-perspective:400px;
    perspective:400px;
}
.sl_plist .slpl_ul .slpl_li .slpl_txt:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:var(--logoColor);opacity:0;
    -webkit-transform:rotateX(-50deg);
    -moz-transform:rotateX(-50deg);
    transform:rotateX(-50deg);
    -webkit-transform-origin:left top;
    -moz-transform-origin:left top;
    -ms-transform-origin:left top;
    transform-origin:left top;
}
.sl_plist .slpl_ul .slpl_li .slpl_txt p{font-family:"Roboto-Medium";font-size:20px;color:#FFF;position:relative;z-index:1;}
.sl_plist .slpl_ul .slpl_li:hover .slpl_img:before{top:-100%;opacity:0;}
.sl_plist .slpl_ul .slpl_li:hover .slpl_txt:before{opacity:1;
    -webkit-transform:rotateX(0);
    -moz-transform:rotateX(0);
    transform:rotateX(0);
}
.sl_plist .manu{margin-top:50px;}
html[lang='ar'] .sl_plist .slpl_ul .slpl_li{margin-left:0;margin-right:36px;}
html[lang='ar'] .sl_plist .slpl_ul .slpl_li:nth-child(3n+1){margin-right:0;}
/*technology*/
.sl_ptechnology{padding:80px 0;position:relative;overflow:hidden;border-top:1px solid rgba(255, 255, 255, .05);}
.sl_ptechnology .sl_ptit{text-align:left;max-width:none;}
.sl_ptechnology .slpt_tit{width:100%;}
.sl_ptechnology .slpt_btn{position:relative;min-width:30%;}
.sl_ptechnology .slpt_btn .swiper-button-prev,.sl_ptechnology .slpt_btn .swiper-button-next{width:52px;height:52px;border:1px solid #E0E0E0;background:var(--logoColor);border-radius:50%;outline:none;top:0;margin-top:0;position:relative;right:0;opacity:1;}
.sl_ptechnology .slpt_btn .swiper-button-prev{left:0;margin-right:20px;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    transform:rotate(180deg);
}
.sl_ptechnology .slpt_btn .swiper-button-prev:after,.sl_ptechnology .slpt_btn .swiper-button-next:after{content:none;}
.sl_ptechnology .slpt_btn .swiper-button-prev i,.sl_ptechnology .slpt_btn .swiper-button-next i{font-size:24px;color:#FFF;}
.sl_ptechnology .slpt_btn .swiper-button-prev.swiper-button-disabled,.sl_ptechnology .slpt_btn .swiper-button-next.swiper-button-disabled{border:1px solid rgba(224,224,224,.5);background:rgba(255,255,255,.1);}
.sl_ptechnology .slpt_left{width:640px;}
.sl_ptechnology .slpt_left .slpt_pic{width:100%;margin-top:40px;}
.sl_ptechnology .slpt_left .slpt_pic .slpt_img{width:100%;height:100%;position:relative;overflow:hidden;}
.sl_ptechnology .slpt_right{width:640px;padding:32px;background:#222;border-radius:12px;}
.sl_ptechnology .slpt_right .slpt_top{}
.sl_ptechnology .slpt_right .slpt_top p{font-size:20px;color:#FFF;font-family:'Roboto-Bold';}
.sl_ptechnology .slpt_right .slpt_top .sl_ptit{text-align:left;max-width:none;margin-top:12px;}
.sl_ptechnology .slpt_right .slpt_txt{margin-top:32px;}
.sl_ptechnology .slpt_right i{width:60px;height:60px;background:var(--logoColor);font-size:40px;color:#FFF;margin-right:16px;line-height:60px;text-align:center;border-radius:4px;}
.sl_ptechnology .slpt_right .slpt_pp{}
.sl_ptechnology .slpt_right .slpt_pp p{font-size:16px;line-height:1.5;color:#FFF;}
.sl_ptechnology .slpt_right .slpt_pp p:first-child{font-size:20px;color:var(--logoColor);margin-bottom:12px;line-height:normal;font-family:'Roboto-Bold';}
.sl_ptechnology .slpt_ul{margin-top:52px;width:100%;overflow:hidden;}
.sl_ptechnology .slpt_ul .swiper-slide{height:auto;}
.sl_ptechnology .slpt_ul .slpt_l{width:558px;position:relative;}
.sl_ptechnology .slpt_ul .slpt_r{padding:32px 52px;background:#222;height:483px;}
.sl_ptechnology .slpt_ul .slpt_r .slptr_p{overflow-y:auto;}
.sl_ptechnology .slpt_ul .slpt_r p{font-size:16px;line-height:1.5;color:#FFF;}
.sl_ptechnology .slpt_ul .slpt_r>p:first-child{font-size:20px;line-height:normal;margin-bottom:12px;font-weight:bold;color:var(--logoColor);}
.sl_ptechnology .slpt_ul .slpt_r .slptr_p::-webkit-scrollbar-track-piece{width:3px;background-color:#ccc;}
.sl_ptechnology .slpt_ul .slpt_r .slptr_p::-webkit-scrollbar{width:3px;height:4px}
.sl_ptechnology .slpt_ul .slpt_r .slptr_p::-webkit-scrollbar-thumb{height:30px;background-color:var(--logoColor);}
html[lang='ar'] .sl_ptechnology .slpt_right i{margin-right:0;margin-left:16px;}
html[lang='ar'] .sl_ptechnology .slpt_btn{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -moz-box-pack:start;
    justify-content:flex-start;
}
/*font*/
.sl_pfont{background:var(--backgroundColor);position:relative;overflow:hidden;white-space:nowrap;direction:ltr;}
.sl_pfont .slpf_txt{display:inline-block;
    -webkit-animation:font-scroll 20s linear infinite;
    -moz-animation:font-scroll 20s linear infinite;
    animation:font-scroll 20s linear infinite;
}
.sl_pfont .slpf_txt p{font-size:96px;font-family:"Roboto-Bold";color:#FFF;white-space:nowrap;text-transform:uppercase;display:inline-block;}
/*process*/
.sl_pprocess{padding:50px 0 80px;position:relative;overflow:hidden;}
.sl_pprocess .slpp_ul{}
.sl_pprocess .slpp_ul .slpp_li{height:520px;position:relative;
	-webkit-box-flex:3.56;
    -ms-flex:3.56;
    flex:3.56;
}
.sl_pprocess .slpp_ul .slpp_li .slpp_img{width:100%;height:100%;position:relative;}
.sl_pprocess .slpp_ul .slpp_li .slpp_img:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;
	background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)), to(#000));
	background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%, #000 100%);
	background:-moz-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%, #000 100%);
	background:linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.sl_pprocess .slpp_ul .slpp_li .slpp_img:after{content:'';width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;opacity:0;
	background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)), to(#FF5E15));
	background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%, #FF5E15 100%);
	background:-moz-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%, #FF5E15 100%);
	background:linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #FF5E15 100%);
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	transition:all 0.7s ease;
}
.sl_pprocess .slpp_ul .slpp_li .slpp_txt{padding:40px;position:absolute;left:0;bottom:0;z-index:2;}
.sl_pprocess .slpp_ul .slpp_li .slpp_txt .sl_ptit{text-align:left;max-width:none;opacity:0;max-height:0;overflow:hidden;}
.sl_pprocess .slpp_ul .slpp_li.on{
	-webkit-box-flex:9.64;
    -ms-flex:9.64;
    flex:9.64;
}
.sl_pprocess .slpp_ul .slpp_li.on  .slpp_img:before{opacity:0;}
.sl_pprocess .slpp_ul .slpp_li.on  .slpp_img:after{opacity:1;}
.sl_pprocess .slpp_ul .slpp_li.on .slpp_txt .sl_ptit{opacity:1;max-height:6em;
	-webkit-transition:all 0.5s ease 0.5s;
	-moz-transition:all 0.5s ease 0.5s;
	transition:all 0.5s ease 0.5s;
}
.sl_pprocess .slpsw_ul{margin-top:52px;border-bottom:1px solid rgba(255,255,255,.3);}
.sl_pprocess .slpsw_ul .slpsw_li{border-top:1px solid rgba(255,255,255,.3);padding:31px 20px 32px;gap:64px;}
.sl_pprocess .slpsw_ul .slpsw_li span{font-size:20px;line-height:1.8;color:var(--logoColor);font-weight:bold;width:75px;}
.sl_pprocess .slpsw_ul .slpsw_li .slpsw_t{font-size:20px;line-height:1.8;color:#FFF;font-weight:bold;}
.sl_pprocess .slpsw_ul .slpsw_li .slpsw_p{width:910px;}
.sl_pprocess .slpsw_ul .slpsw_li .slpsw_p p{font-size:14px;line-height:1.86;color:#FFF;}
.sl_pprocess .slpsw_more{margin-top:40px;font-size:20px;color:var(--logoColor);font-weight:bold;height:40px;text-transform:uppercase;cursor:pointer;}
.sl_pprocess .slpsw_more i{font-size:24px;font-weight:normal;margin-right:8px;}
.sl_pprocess .slpsw_more:hover i{margin-right:12px;}
/*video*/
.sl_pvideo{background:url(../Image/pvideobg.jpg) no-repeat center center fixed;background-size:cover;position:relative;overflow:hidden;padding:60px 0;}
.sl_pvideo:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.6);}
.sl_pvideo .pb_tit{max-width:50%;text-transform:capitalize;text-align:center;}
.sl_pvideo .slpv_i{width:52px;height:52px;border-radius:50%;background:#FFF;position:relative;cursor:pointer;margin-top:40px;}
.sl_pvideo .slpv_i i{font-size:24px;color:var(--logoColor);}
.sl_pvideo .slpv_i:before,.sl_pvideo .slpv_i:after{content:'';width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;left:0;top:0;border:1px solid #FFF;border-radius:50%;z-index:1;
    animation:suofangzhanshi 2s linear infinite;
    -webkit-animation:suofangzhanshi 2s linear infinite;
}
.sl_pvideo .slpv_i:after{
    -webkit-animation-duration:2.5s;
    animation-duration:2.5s;
}
.sl_pvideo .pb_btn{margin:50px auto 0;background:var(--logoColor);min-width:179px;}
/*message*/
.sl_pmessage{padding:80px 0;position:relative;overflow:hidden;}
.sl_pmessage .slpm_left{width:542px;}
.sl_pmessage .slpm_left .slpm_form{width:100%;background:#FFF;padding:35px 39px;z-index:2;position:relative;background:rgba(255,255,255,0.94);}
.sl_pmessage .slpm_left .slpm_form .slpm_p{font-size:20px;text-transform:uppercase;color:var(--logoColor);font-family:'Roboto-Bold';}
.sl_pmessage .slpm_left .slpm_form .slpm_t{text-transform:uppercase;color:#1D1A27;font-size:38px;margin:12px 0;font-family:'Roboto-Bold';}
.sl_pmessage .slpm_left .slpm_form .sl_ptit{text-align:left;color:#494454;margin-top:0;max-width:none;}
.sl_pmessage .slpm_left .slpm_form p{font-size:16px;color:#494454;line-height:24px;}
.sl_pmessage .slpm_left .slpm_input{padding-top:12px;}
.sl_pmessage .slpm_left .slpm_input .slpm_li{position:relative;margin-top:20px;width:calc(50% - 8px);}
.sl_pmessage .slpm_left .slpm_input .slpm_li.slpm_lit{width:100%;}
.sl_pmessage .slpm_left .slpm_input input{width:100%;line-height:32px;padding:10px 6px;outline:none;border-radius:2px;background:transparent;border-bottom:1px solid var(--fontColor);}
.sl_pmessage .slpm_left .slpm_input input:focus{border-bottom:none;background:#FFF;}
.sl_pmessage .slpm_left .slpm_input textarea{padding:10px 6px;outline:none;resize:none;width:100%;height:78px;line-height:20px;display:block;border-radius:2px;background:transparent;border-bottom:1px solid var(--fontColor);}
.sl_pmessage .slpm_left .slpm_input textarea:focus{border-bottom:none;background:#FFF;}
.sl_pmessage .slpm_left .slpm_input .slpm_btn{height:60px;background:var(--logoColor);margin-top:52px;cursor:pointer;width:100%;border-radius:4px;}
.sl_pmessage .slpm_left .slpm_input .slpm_btn span{font-size:16px;text-transform:uppercase;color:#FFF;font-family:'Roboto-Bold';}
.sl_pmessage .slpm_left .slpm_input .slpm_btn i{font-size:24px;color:#FFF;margin-left:10px;margin-top:2px;}
.sl_pmessage .slpm_left .slpm_input .slpm_btn:hover{background:var(--backgroundColor);}
.sl_pmessage .slpm_left .slpm_input .slpm_btn:hover i{margin-left:20px;}
.sl_pmessage .slpm_right{padding:30px 0 30px 52px;width:calc(100% - 542px);}
.sl_pmessage .slpm_right .sl_ptit{text-align:left;max-width:none;}
.sl_pmessage .slpm_right .slpm_txt{margin-top:32px;padding-right:31px;position:relative;}
.sl_pmessage .slpm_right .slpm_txt .slpm_pp{padding:31px;background:rgba(255,255,255,.05);border-radius:12px;height:100%;width:100%;overflow:hidden;}
.sl_pmessage .slpm_right .slpm_txt .slpm_pp .slpm_num{width:40px;height:40px;background:var(--logoColor);font-size:20px;color:#FFF;font-family:'Roboto-Bold';margin-right:16px;line-height:40px;text-align:center;border-radius:4px;}
.sl_pmessage .slpm_right .slpm_txt .slpm_pp .slpm_pw{}
.sl_pmessage .slpm_right .slpm_txt .slpm_pp .slpm_pw p{font-size:16px;line-height:1.5;color:#FFF;}
.sl_pmessage .slpm_right .slpm_txt .slpm_pp .slpm_pw p:first-child{font-size:20px;color:var(--logoColor);margin-bottom:12px;line-height:normal;font-family:'Roboto-Bold';}
.sl_pmessage .slpm_right .slpm_txt .swiper-pagination{width:12px;height:100%;right:0;top:0;}
.sl_pmessage .slpm_right .slpm_txt .swiper-pagination-bullet{width:12px;height:12px;background:#D9D9D9;outline:none;opacity:1;margin:3px 0;}
.sl_pmessage .slpm_right .slpm_txt .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--logoColor);}
html[lang='ar'] .sl_pmessage .slpm_right{padding-right:52px;padding-left:0;}
html[lang='ar'] .sl_pmessage .slpm_right .slpm_txt .slpm_pp .slpm_num{margin-right:0;margin-left:16px;}
/*news*/
.sl_pnews{padding:80px 0;position:relative;overflow:hidden;border-top:5px solid var(--logoColor);}
.sl_pnews .pb_p{text-align:center;}
.sl_pnews .pb_tit{text-align:center;}
.sl_pnews .slpn_ul{margin-top:40px;overflow:hidden;}
.sl_pnews .slpn_ul .swiper-slide{height:auto;}
.sl_pnews .slpn_ul .slpn_img{width:100%;padding-bottom:70%;position:relative;overflow:hidden;}
.sl_pnews .slpn_ul .slpn_txt{background:rgba(255,255,255,.1);padding:20px;}
.sl_pnews .slpn_ul .slpn_txt span{font-size:14px;color:#FFF;}
.sl_pnews .slpn_ul .slpn_txt span i{font-size:20px;margin-right:8px;}
.sl_pnews .slpn_ul .slpn_txt p{font-size:16px;line-height:1.5;color:#FFF;margin:12px 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-family:'Roboto-Bold';}
.sl_pnews .slpn_ul .slpn_txt em{height:24px;font-size:14px;color:#FFF;font-style:normal;}
.sl_pnews .slpn_ul .slpn_txt em i{font-size:16px;color:var(--logoColor);margin-left:8px;opacity:0;
	-webkit-transform:translateX(15px);
	-moz-transform:translateX(15px);
	-ms-transform:translateX(15px);
	transform:translateX(15px);
}
.sl_pnews .slpn_ul .swiper-slide:hover .slpn_txt p{color:var(--logoColor);}
.sl_pnews .slpn_ul .swiper-slide:hover .slpn_txt em{color:var(--logoColor);}
.sl_pnews .slpn_ul .swiper-slide:hover .slpn_txt em i{opacity:1;
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
}
html[lang='ar'] .sl_pnews .slpn_ul .slpn_txt span i{margin-right:0;margin-left:8px;}
html[lang='ar'] .sl_pnews .slpn_ul .slpn_txt em i{margin-left:0;margin-right:8px;
    -webkit-transform:translateX(15px) rotate(180deg);
    -moz-transform:translateX(15px) rotate(180deg);
    transform:translateX(15px) rotate(180deg);
}
html[lang='ar'] .sl_pnews .slpn_ul .swiper-slide:hover .slpn_txt em i{
	-webkit-transform:translate(0) rotate(180deg);
	-moz-transform:translate(0) rotate(180deg);
	-ms-transform:translate(0) rotate(180deg);
	transform:translate(0) rotate(180deg);
}

@media screen and (max-width:1519px){
	.sl_ptit{font-size:15px;margin-top:13px;}
	.sl_pbanner .slpb_img{padding-bottom:545px;}
	.sl_pbanner .slpb_txt{padding-top:122px;}
	.sl_pbanner .slpb_txt .container{max-width:1400px;}
	.sl_pbanner .slpb_txt .slpb_pp{max-width:710px;}
	.sl_pbanner .slpb_txt .slpb_pp p{font-size:15px;}
	.sl_pbanner .slpb_txt .slpb_pp h1{font-size:42px;line-height:50px;margin-bottom:13px;}
	.sl_pbanner .slpb_txt .slpb_pp .slpb_btn{margin-top:25px;}
	.sl_pbanner .slpb_txt .slpb_pp .slpb_btn .pb_btn{min-width:160px;margin-left:13px;}
	html[lang='ru-RU'] .sl_pbanner .slpb_txt .slpb_pp h1{font-size:32px;line-height:38px;}
	html[lang='ar'] .sl_pbanner .slpb_txt .slpb_pp .slpb_btn .pb_btn{margin-left:0;margin-right:13px;}
	.sl_pinfo{padding:60px 0;}
	.sl_pinfo .slpi_ul .slpi_li{margin-top:25px;}
	.sl_pinfo .slpi_ul .slpi_left{width:587px;border-radius:10px;padding:0 25px 25px;}
	.sl_pinfo .slpi_ul .slpi_left .slpi_txt{margin-top:25px;}
	.sl_pinfo .slpi_ul .slpi_left .slpi_num{width:36px;height:36px;font-size:18px;margin-right:13px;line-height:36px;border-radius:3px;}
	.sl_pinfo .slpi_ul .slpi_left .slpi_pp p{font-size:15px;}
	.sl_pinfo .slpi_ul .slpi_left .slpi_pp p:first-child{font-size:18px;margin-bottom:10px;}
	.sl_pinfo .slpi_ul .slpi_right{width:587px;}
	.sl_pinfo .slpi_ul .slpi_right .slpi_img{border-radius:10px;}
	html[lang='ar'] .sl_pinfo .slpi_ul .slpi_left .slpi_num{margin-right:0;margin-left:13px;}
	.sl_ptype{padding:15px 0 60px;}
	.sl_ptype .slpt_ul{margin-top:32px;}
	.sl_ptype .slpt_ul .slpt_li .slpt_txt{padding:10px 13px;}
	.sl_ptype .slpt_ul .slpt_li .slpt_txt p{font-size:15px;}
	.sl_ptype .slpt_ul .slpt_li .slpt_txt p:first-child{font-size:18px;margin-bottom:10px;}
	.sl_ptype .slpt_ul .swiper-button-prev,.sl_ptype .slpt_ul .swiper-button-next{width:46px;height:46px;}
	.sl_ptype .slpt_ul .swiper-button-prev{left:-23px;}
	.sl_ptype .slpt_ul .swiper-button-next{right:-23px;}
	.sl_ptype .slpt_ul .swiper-button-prev i,.sl_ptype .slpt_ul .swiper-button-next i{font-size:22px;}
	.sl_plist{background-size:38px 38px;padding:60px 0;}
	.sl_plist .slpl_ul .slpl_li{width:calc(100%/3 - 20px);margin-left:30px;margin-top:30px;}
	.sl_plist .slpl_ul .slpl_li .slpl_txt{padding:16px;}
	.sl_plist .slpl_ul .slpl_li .slpl_txt p{font-size:18px;}
	.sl_plist .manu{margin-top:40px;}
	html[lang='ar'] .sl_plist .slpl_ul .slpl_li{margin-left:0;margin-right:30px;}
	.sl_ptechnology{padding:60px 0;}
	.sl_ptechnology .slpt_left{width:587px;}
	.sl_ptechnology .slpt_left .slpt_pic{margin-top:32px;}
	.sl_ptechnology .slpt_right{width:587px;padding:26px;border-radius:10px;}
	.sl_ptechnology .slpt_right .slpt_top p{font-size:18px;}
	.sl_ptechnology .slpt_right .slpt_top .sl_ptit{margin-top:10px;}
	.sl_ptechnology .slpt_right .slpt_txt{margin-top:26px;}
	.sl_ptechnology .slpt_right i{width:52px;height:52px;font-size:34px;margin-right:13px;line-height:52px;border-radius:4px;}
	.sl_ptechnology .slpt_right .slpt_pp p{font-size:15px;}
	.sl_ptechnology .slpt_right .slpt_pp p:first-child{font-size:18px;margin-bottom:10px;}
	.sl_ptechnology .slpt_btn{min-width:30%;}
    .sl_ptechnology .slpt_btn .swiper-button-prev,.sl_ptechnology .slpt_btn .swiper-button-next{width:46px;height:46px;}
    .sl_ptechnology .slpt_btn .swiper-button-prev{margin-right:16px;}
    .sl_ptechnology .slpt_btn .swiper-button-prev i,.sl_ptechnology .slpt_btn .swiper-button-next i{font-size:20px;}
    .sl_ptechnology .slpt_ul{margin-top:40px;}
    .sl_ptechnology .slpt_ul .slpt_l{width:507px;}
    .sl_ptechnology .slpt_ul .slpt_r{padding:25px 40px;height:439px;}
    .sl_ptechnology .slpt_ul .slpt_r p{font-size:15px;}
    .sl_ptechnology .slpt_ul .slpt_r>p:first-child{font-size:18px;margin-bottom:10px;}
    html[lang='ar'] .sl_ptechnology .slpt_right i{margin-right:0;margin-left:13px;}
	.sl_pfont .slpf_txt p{font-size:80px;}
	.sl_pprocess{padding:35px 0 60px;}
	.sl_pprocess .slpp_ul .slpp_li{height:475px;}
	.sl_pprocess .slpp_ul .slpp_li .slpp_txt{padding:32px;}
	.sl_pprocess .slpsw_ul{margin-top:40px;}
    .sl_pprocess .slpsw_ul .slpsw_li{padding:25px 16px 25px;gap:50px;}
    .sl_pprocess .slpsw_ul .slpsw_li span{font-size:18px;line-height:1.65;width:70px;}
    .sl_pprocess .slpsw_ul .slpsw_li .slpsw_t{font-size:18px;line-height:1.65;}
    .sl_pprocess .slpsw_ul .slpsw_li .slpsw_p{width:830px;}
    .sl_pprocess .slpsw_ul .slpsw_li .slpsw_p p{line-height:1.7;}
    .sl_pprocess .slpsw_more{margin-top:32px;font-size:18px;height:32px;}
    .sl_pprocess .slpsw_more i{font-size:20px;margin-right:6px;}
    .sl_pprocess .slpsw_more:hover i{margin-right:10px;}
	.sl_pvideo{padding:40px 0;}
	.sl_pvideo .slpv_i{width:46px;height:46px;margin-top:32px;}
	.sl_pvideo .slpv_i i{font-size:22px;}
	.sl_pvideo .pb_btn{margin-top:35px;min-width:150px;}
	.sl_pmessage{padding:60px 0;}
	.sl_pmessage .slpm_left{width:493px;}
	.sl_pmessage .slpm_left .slpm_form{padding:28px 30px;}
	.sl_pmessage .slpm_left .slpm_form .slpm_p{font-size:18px;}
	.sl_pmessage .slpm_left .slpm_form .slpm_t{font-size:32px;margin:10px 0;}
	.sl_pmessage .slpm_left .slpm_input{padding-top:10px;}
	.sl_pmessage .slpm_left .slpm_input .slpm_li{margin-top:16px;width:calc(50% - 6px);}
	.sl_pmessage .slpm_left .slpm_input input{line-height:30px;padding:9px 5px;}
	.sl_pmessage .slpm_left .slpm_input textarea{padding:9px 5px;}
	.sl_pmessage .slpm_left .slpm_input .slpm_btn{height:52px;margin-top:40px;border-radius:4px;}
	.sl_pmessage .slpm_left .slpm_input .slpm_btn span{font-size:15px;}
	.sl_pmessage .slpm_left .slpm_input .slpm_btn i{font-size:22px;margin-left:8px;}
	.sl_pmessage .slpm_left .slpm_input .slpm_btn:hover i{margin-left:15px;}
	.sl_pmessage .slpm_right{padding:25px 0 25px 40px;width:calc(100% - 493px);}
	.sl_pmessage .slpm_right .slpm_txt{margin-top:26px;padding-right:25px;}
	.sl_pmessage .slpm_right .slpm_txt .slpm_pp{padding:25px;border-radius:10px;}
	.sl_pmessage .slpm_right .slpm_txt .slpm_pp .slpm_num{width:34px;height:34px;font-size:18px;margin-right:13px;line-height:34px;border-radius:4px;}
	.sl_pmessage .slpm_right .slpm_txt .slpm_pp .slpm_pw p{font-size:15px;}
	.sl_pmessage .slpm_right .slpm_txt .slpm_pp .slpm_pw p:first-child{font-size:18px;margin-bottom:10px;}
	.sl_pmessage .slpm_right .slpm_txt .swiper-pagination{width:10px;}
	.sl_pmessage .slpm_right .slpm_txt .swiper-pagination-bullet{width:10px;height:10px;margin:3px 0;}
	html[lang='ar'] .sl_pmessage .slpm_right{padding-right:40px;padding-left:0;}
    html[lang='ar'] .sl_pmessage .slpm_right .slpm_txt .slpm_pp .slpm_num{margin-right:0;margin-left:13px;}
	.sl_pnews{padding:60px 0;border-top-width:4px;}
	.sl_pnews .slpn_ul{margin-top:30px;}
	.sl_pnews .slpn_ul .swiper-slide{height:auto;}
	.sl_pnews .slpn_ul .slpn_txt{padding:16px;}
	.sl_pnews .slpn_ul .slpn_txt span i{font-size:18px;margin-right:7px;}
	.sl_pnews .slpn_ul .slpn_txt p{font-size:15px;margin:10px 0;}
	.sl_pnews .slpn_ul .slpn_txt em{height:22px;}
	.sl_pnews .slpn_ul .slpn_txt em i{font-size:15px;margin-left:7px;}
	html[lang='ar'] .sl_pnews .slpn_ul .slpn_txt span i{margin-right:0;margin-left:7px;}
	html[lang='ar'] .sl_pnews .slpn_ul .slpn_txt em i{margin-left:0;margin-right:7px;}
}

@media screen and (max-width:1359px){
	.sl_ptit{font-size:14px;margin-top:11px;}
	.sl_pbanner .slpb_img{padding-bottom:452px;}
	.sl_pbanner .slpb_txt{padding-top:106px;}
	.sl_pbanner .slpb_txt .container{max-width:1100px;}
	.sl_pbanner .slpb_txt .slpb_pp{max-width:625px;}
	.sl_pbanner .slpb_txt .slpb_pp p{font-size:14px;}
	.sl_pbanner .slpb_txt .slpb_pp h1{font-size:36px;line-height:42px;margin-bottom:11px;}
	.sl_pbanner .slpb_txt .slpb_pp .slpb_btn{margin-top:20px;}
	.sl_pbanner .slpb_txt .slpb_pp .slpb_btn .pb_btn{min-width:140px;margin-left:11px;}
	html[lang='ru-RU'] .sl_pbanner .slpb_txt .slpb_pp h1{font-size:26px;line-height:32px;}
	html[lang='ar'] .sl_pbanner .slpb_txt .slpb_pp .slpb_btn .pb_btn{margin-left:0;margin-right:11px;}
	.sl_pinfo{padding:40px 0;}
	.sl_pinfo .slpi_ul .slpi_li{margin-top:20px;}
	.sl_pinfo .slpi_ul .slpi_left{width:487px;border-radius:8px;padding:0 20px 20px;}
	.sl_pinfo .slpi_ul .slpi_left .slpi_txt{margin-top:20px;}
	.sl_pinfo .slpi_ul .slpi_left .slpi_num{width:32px;height:32px;font-size:16px;margin-right:11px;line-height:32px;border-radius:3px;}
	.sl_pinfo .slpi_ul .slpi_left .slpi_pp p{font-size:14px;}
	.sl_pinfo .slpi_ul .slpi_left .slpi_pp p:first-child{font-size:16px;margin-bottom:8px;}
	.sl_pinfo .slpi_ul .slpi_right{width:487px;}
	.sl_pinfo .slpi_ul .slpi_right .slpi_img{border-radius:8px;}
	html[lang='ar'] .sl_pinfo .slpi_ul .slpi_left .slpi_num{margin-right:0;margin-left:11px;}
	.sl_ptype{padding:12px 0 40px;}
	.sl_ptype .slpt_ul{margin-top:25px;}
	.sl_ptype .slpt_ul .slpt_li .slpt_txt{padding:8px 11px;}
	.sl_ptype .slpt_ul .slpt_li .slpt_txt p{font-size:14px;}
	.sl_ptype .slpt_ul .slpt_li .slpt_txt p:first-child{font-size:16px;margin-bottom:8px;}
	.sl_ptype .slpt_ul .swiper-button-prev,.sl_ptype .slpt_ul .swiper-button-next{width:40px;height:40px;}
	.sl_ptype .slpt_ul .swiper-button-prev{left:-20px;}
	.sl_ptype .slpt_ul .swiper-button-next{right:-20px;}
	.sl_ptype .slpt_ul .swiper-button-prev i,.sl_ptype .slpt_ul .swiper-button-next i{font-size:20px;}
	.sl_plist{background-size:38px 38px;padding:40px 0;}
	.sl_plist .slpl_ul .slpl_li{width:calc(100%/3 - 16px);margin-left:24px;margin-top:25px;}
	.sl_plist .slpl_ul .slpl_li .slpl_txt{padding:12px;}
	.sl_plist .slpl_ul .slpl_li .slpl_txt p{font-size:16px;}
	.sl_plist .manu{margin-top:30px;}
	html[lang='ar'] .sl_plist .slpl_ul .slpl_li{margin-left:0;margin-right:24px;}
	.sl_ptechnology{padding:40px 0;}
	.sl_ptechnology .slpt_left{width:487px;}
	.sl_ptechnology .slpt_left .slpt_pic{margin-top:25px;}
	.sl_ptechnology .slpt_right{width:487px;padding:20px;border-radius:8px;}
	.sl_ptechnology .slpt_right .slpt_top p{font-size:16px;}
	.sl_ptechnology .slpt_right .slpt_top .sl_ptit{margin-top:8px;}
	.sl_ptechnology .slpt_right .slpt_txt{margin-top:20px;}
	.sl_ptechnology .slpt_right i{width:46px;height:46px;font-size:30px;margin-right:11px;line-height:46px;border-radius:3px;}
	.sl_ptechnology .slpt_right .slpt_pp p{font-size:14px;}
	.sl_ptechnology .slpt_right .slpt_pp p:first-child{font-size:16px;margin-bottom:8px;}
    .sl_ptechnology .slpt_btn .swiper-button-prev,.sl_ptechnology .slpt_btn .swiper-button-next{width:42px;height:42px;}
    .sl_ptechnology .slpt_btn .swiper-button-prev{margin-right:13px;}
    .sl_ptechnology .slpt_btn .swiper-button-prev i,.sl_ptechnology .slpt_btn .swiper-button-next i{font-size:18px;}
    .sl_ptechnology .slpt_ul{margin-top:30px;}
    .sl_ptechnology .slpt_ul .slpt_l{width:420px;}
    .sl_ptechnology .slpt_ul .slpt_r{padding:20px 35px;height:365px;}
    .sl_ptechnology .slpt_ul .slpt_r p{font-size:14px;}
    .sl_ptechnology .slpt_ul .slpt_r>p:first-child{font-size:16px;margin-bottom:8px;}
    html[lang='ar'] .sl_ptechnology .slpt_right i{margin-right:0;margin-left:11px;}
	.sl_pfont .slpf_txt p{font-size:60px;}
	.sl_pprocess{padding:25px 0 40px;}
	.sl_pprocess .slpp_ul .slpp_li{height:390px;}
	.sl_pprocess .slpp_ul .slpp_li .slpp_txt{padding:25px;}
	.sl_pprocess .slpp_ul .slpp_li.on .slpp_txt .sl_ptit{height:7.5em;}
	.sl_pprocess .slpsw_ul{margin-top:30px;}
    .sl_pprocess .slpsw_ul .slpsw_li{padding:20px 12px;gap:40px;}
    .sl_pprocess .slpsw_ul .slpsw_li span{font-size:16px;width:60px;}
    .sl_pprocess .slpsw_ul .slpsw_li .slpsw_t{font-size:16px;}
    .sl_pprocess .slpsw_ul .slpsw_li .slpsw_p{width:700px;}
    .sl_pprocess .slpsw_ul .slpsw_li .slpsw_p p{line-height:1.65;}
    .sl_pprocess .slpsw_more{margin-top:25px;font-size:16px;height:28px;}
    .sl_pprocess .slpsw_more i{font-size:18px;margin-right:5px;}
	.sl_pvideo{padding:22px 0;}
	.sl_pvideo .slpv_i{width:40px;height:40px;margin-top:25px;}
	.sl_pvideo .slpv_i i{font-size:20px;}
	.sl_pvideo .pb_btn{margin-top:30px;min-width:130px;}
	.sl_pmessage{padding:40px 0;}
	.sl_pmessage .slpm_left{width:408px;}
	.sl_pmessage .slpm_left .slpm_form{padding:20px 22px;}
	.sl_pmessage .slpm_left .slpm_form .slpm_p{font-size:16px;}
	.sl_pmessage .slpm_left .slpm_form .slpm_t{font-size:26px;margin:8px 0;}
	.sl_pmessage .slpm_left .slpm_input{padding-top:8px;}
	.sl_pmessage .slpm_left .slpm_input .slpm_li{margin-top:13px;width:calc(50% - 5px);}
	.sl_pmessage .slpm_left .slpm_input input{line-height:28px;padding:8px 5px;}
	.sl_pmessage .slpm_left .slpm_input textarea{padding:8px 5px;}
	.sl_pmessage .slpm_left .slpm_input .slpm_btn{height:46px;margin-top:30px;border-radius:3px;}
	.sl_pmessage .slpm_left .slpm_input .slpm_btn span{font-size:14px;}
	.sl_pmessage .slpm_left .slpm_input .slpm_btn i{font-size:20px;margin-left:7px;}
	.sl_pmessage .slpm_left .slpm_input .slpm_btn:hover i{margin-left:13px;}
	.sl_pmessage .slpm_right{padding:20px 0 20px 30px;width:calc(100% - 408px);}
	.sl_pmessage .slpm_right .slpm_txt{margin-top:20px;padding-right:20px;}
	.sl_pmessage .slpm_right .slpm_txt .slpm_pp{padding:20px;border-radius:8px;}
	.sl_pmessage .slpm_right .slpm_txt .slpm_pp .slpm_num{width:30px;height:30px;font-size:16px;margin-right:11px;line-height:30px;border-radius:3px;}
	.sl_pmessage .slpm_right .slpm_txt .slpm_pp .slpm_pw p{font-size:14px;}
	.sl_pmessage .slpm_right .slpm_txt .slpm_pp .slpm_pw p:first-child{font-size:16px;margin-bottom:8px;}
	.sl_pmessage .slpm_right .slpm_txt .swiper-pagination{width:8px;}
	.sl_pmessage .slpm_right .slpm_txt .swiper-pagination-bullet{width:8px;height:8px;margin:2px 0;}
	html[lang='ar'] .sl_pmessage .slpm_right{padding-right:30px;padding-left:0;}
    html[lang='ar'] .sl_pmessage .slpm_right .slpm_txt .slpm_pp .slpm_num{margin-right:0;margin-left:11px;}
	.sl_pnews{padding:40px 0;border-top-width:3px;}
	.sl_pnews .slpn_ul{margin-top:22px;}
	.sl_pnews .slpn_ul .slpn_txt{padding:12px;}
	.sl_pnews .slpn_ul .slpn_txt span i{font-size:16px;margin-right:6px;}
	.sl_pnews .slpn_ul .slpn_txt p{font-size:14px;margin:8px 0;}
	.sl_pnews .slpn_ul .slpn_txt em{height:20px;}
	.sl_pnews .slpn_ul .slpn_txt em i{font-size:14px;margin-left:6px;}
	html[lang='ar'] .sl_pnews .slpn_ul .slpn_txt span i{margin-right:0;margin-left:6px;}
	html[lang='ar'] .sl_pnews .slpn_ul .slpn_txt em i{margin-left:0;margin-right:6px;}
}

@media screen and (max-width:1023px){
	.sl_ptit{margin-top:10px;}
	.sl_pbanner .slpb_img{padding-bottom:340px;}
	.sl_pbanner .slpb_txt{padding-top:0;}
	.sl_pbanner .slpb_txt .container{max-width:none;}
	.sl_pbanner .slpb_txt .slpb_pp{max-width:80%;}
	.sl_pbanner .slpb_txt .slpb_pp h1{font-size:30px;line-height:36px;margin-bottom:10px;}
	.sl_pbanner .slpb_txt .slpb_pp .slpb_btn{margin-top:15px;}
	.sl_pbanner .slpb_txt .slpb_pp .slpb_btn .pb_btn{margin-left:10px;}
	html[lang='ru-RU'] .sl_pbanner .slpb_txt .slpb_pp h1{font-size:22px;line-height:28px;}
	html[lang='ar'] .sl_pbanner .slpb_txt .slpb_pp .slpb_btn .pb_btn{margin-left:0;margin-right:10px;}
	.sl_pinfo{padding:30px 0;}
	.sl_pinfo .slpi_ul .slpi_li{margin-top:20px;flex-direction:column-reverse;}
	.sl_pinfo .slpi_ul .slpi_left{width:100%;border-radius:0 0 6px 6px;padding:0 15px 15px;}
	.sl_pinfo .slpi_ul .slpi_left .slpi_txt{margin-top:20px;}
	.sl_pinfo .slpi_ul .slpi_left .slpi_num{width:26px;height:26px;font-size:14px;margin-right:10px;line-height:26px;border-radius:2px;}
	.sl_pinfo .slpi_ul .slpi_right{width:100%;}
	.sl_pinfo .slpi_ul .slpi_right .slpi_img{border-radius:6px 6px 0 0;padding-bottom:40%;}
	html[lang='ar'] .sl_pinfo .slpi_ul .slpi_left .slpi_num{margin-right:0;margin-left:10px;}
	.sl_ptype{padding:10px 0 30px;}
	.sl_ptype .slpt_ul{margin-top:20px;}
	.sl_ptype .slpt_ul .slpt_li .slpt_txt{padding:8px 10px;}
	.sl_ptype .slpt_ul .slpt_li .slpt_txt p:first-child{margin-bottom:7px;}
	.sl_ptype .slpt_ul .swiper-button-prev,.sl_ptype .slpt_ul .swiper-button-next{width:32px;height:32px;}
	.sl_ptype .slpt_ul .swiper-button-prev{left:-16px;}
	.sl_ptype .slpt_ul .swiper-button-next{right:-16px;}
	.sl_ptype .slpt_ul .swiper-button-prev i,.sl_ptype .slpt_ul .swiper-button-next i{font-size:18px;}
	.sl_plist{background-size:38px 38px;padding:30px 0;}
	.sl_plist .slpl_ul .slpl_li{width:calc(50% - 10px);margin-left:20px;margin-top:20px;}
	.sl_plist .slpl_ul .slpl_li:nth-child(3n+1){margin-left:20px;}
	.sl_plist .slpl_ul .slpl_li:nth-child(odd){margin-left:0;}
	.sl_plist .slpl_ul .slpl_li .slpl_txt{padding:10px;}
	.sl_plist .slpl_ul .slpl_li .slpl_txt p{font-size:15px;}
	.sl_plist .manu{margin-top:20px;}
	html[lang='ar'] .sl_plist .slpl_ul .slpl_li{margin-left:0;margin-right:20px;}
	html[lang='ar'] .sl_plist .slpl_ul .slpl_li:nth-child(3n+1){margin-right:20px;margin-left:0;}
	html[lang='ar'] .sl_plist .slpl_ul .slpl_li:nth-child(odd){margin-right:0;}
	.sl_ptechnology{padding:30px 0;}
	.sl_ptechnology .slpt_left{width:100%;}
	.sl_ptechnology .slpt_left .slpt_pic{margin-top:20px;}
	.sl_ptechnology .slpt_left .slpt_pic .slpt_img{height:45vw;}
	.sl_ptechnology .slpt_right{width:100%;padding:15px;border-radius:0 0 6px 6px;}
	.sl_ptechnology .slpt_right .slpt_top .sl_ptit{margin-top:7px;}
	.sl_ptechnology .slpt_right .slpt_txt{margin-top:15px;}
	.sl_ptechnology .slpt_right i{width:40px;height:40px;font-size:24px;margin-right:10px;line-height:40px;border-radius:2px;}
	.sl_ptechnology .slpt_right .slpt_pp p:first-child{margin-bottom:7px;}
	.sl_ptechnology .slpt_tit{flex-wrap:wrap;}
	.sl_ptechnology .slpt_btn{width:100%;min-width:auto;margin-top:20px;justify-content:flex-start;}
	.sl_ptechnology .slpt_btn .swiper-button-prev,.sl_ptechnology .slpt_btn .swiper-button-next{width:40px;height:40px;}
    .sl_ptechnology .slpt_btn .swiper-button-prev{margin-right:10px;}
    .sl_ptechnology .slpt_btn .swiper-button-prev i,.sl_ptechnology .slpt_btn .swiper-button-next i{font-size:16px;}
    .sl_ptechnology .slpt_ul{margin-top:30px;}
    .sl_ptechnology .slpt_ul .swiper-slide{flex-wrap:wrap;}
    .sl_ptechnology .slpt_ul .slpt_l{width:100%;padding-bottom:75%;}
    .sl_ptechnology .slpt_ul .slpt_r{padding:15px 20px;height:320px;}
    html[lang='ar'] .sl_ptechnology .slpt_right i{margin-right:0;margin-left:10px;}
	.sl_pfont .slpf_txt p{font-size:40px;}
	.sl_pprocess{padding:20px 0 30px;}
	.sl_pprocess .slpp_ul .slpp_li{height:290px;}
	.sl_pprocess .slpp_ul .slpp_li .slpp_txt{padding:15px;}
	.sl_pprocess .slpp_ul .slpp_li.on .slpp_txt .sl_ptit{height:9em;}
	.sl_pprocess .slpsw_ul{margin-top:20px;}
    .sl_pprocess .slpsw_ul .slpsw_li{padding:15px 0;gap:0;flex-wrap:wrap;}
    .sl_pprocess .slpsw_ul .slpsw_li span{width:100%;}
    .sl_pprocess .slpsw_ul .slpsw_li .slpsw_p{width:100%;}
    .sl_pprocess .slpsw_more{margin-top:20px;}
	.sl_pvideo{padding:15px 0;}
	.sl_pvideo .slpv_i{width:32px;height:32px;margin-top:20px;}
	.sl_pvideo .slpv_i i{font-size:18px;}
	.sl_pvideo .pb_btn{margin-top:22px;min-width:110px;}
	.sl_pmessage{padding:30px 0;}
	.sl_pmessage .slpm_left{width:100%;}
	.sl_pmessage .slpm_left .slpm_form{padding:15px;}
	.sl_pmessage .slpm_left .slpm_form .slpm_p{font-size:14px;}
	.sl_pmessage .slpm_left .slpm_form .slpm_t{font-size:22px;margin:7px 0;}
	.sl_pmessage .slpm_left .slpm_input .slpm_btn{height:42px;margin-top:20px;border-radius:2px;}
	.sl_pmessage .slpm_left .slpm_input .slpm_btn i{font-size:18px;margin-left:5px;}
	.sl_pmessage .slpm_left .slpm_input .slpm_btn:hover i{margin-left:10px;}
	.sl_pmessage .slpm_right{padding:20px 0 0;width:100%;}
	.sl_pmessage .slpm_right .slpm_txt{margin-top:15px;padding-right:15px;}
	.sl_pmessage .slpm_right .slpm_txt .slpm_pp{padding:15px;border-radius:6px;}
	.sl_pmessage .slpm_right .slpm_txt .slpm_pp .slpm_num{width:24px;height:24px;font-size:14px;margin-right:10px;line-height:24px;border-radius:2px;}
	.sl_pmessage .slpm_right .slpm_txt .slpm_pp .slpm_pw p:first-child{margin-bottom:7px;}
	html[lang='ar'] .sl_pmessage .slpm_right{padding-right:0;padding-left:0;}
    html[lang='ar'] .sl_pmessage .slpm_right .slpm_txt .slpm_pp .slpm_num{margin-right:0;margin-left:10px;}
	.sl_pnews{padding:30px 0;border-top-width:2px;}
	.sl_pnews .slpn_ul{margin-top:15px;}
	.sl_pnews .slpn_ul .slpn_txt{padding:10px;}
}

@media screen and (max-width:767px){
	.sl_ptit{max-width:100%;}
	.sl_pbanner .slpb_img{padding-bottom:0;height:100%;position:absolute;left:0;top:0;}
	.sl_pbanner .slpb_txt{position:relative;padding:20px 0;}
	.sl_pbanner .slpb_txt .slpb_pp{max-width:100%;}
	.sl_pbanner .slpb_txt .slpb_pp h1{font-size:22px;line-height:26px;}
	.sl_pinfo .slpi_ul .slpi_left .slpi_txt{margin-top:20px;flex-wrap:wrap;}
	.sl_pinfo .slpi_ul .slpi_left .slpi_pp{width:100%;flex:auto;margin-top:12px;}
	.sl_plist .slpl_ul .slpl_li{width:100%;margin-top:15px;margin-left:0;}
	.sl_plist .slpl_ul .slpl_li:nth-child(3n+1){margin-left:0;}
	html[lang='ar'] .sl_plist .slpl_ul .slpl_li{margin-left:0;margin-right:0;}
	html[lang='ar'] .sl_plist .slpl_ul .slpl_li:nth-child(3n+1){margin-right:0;}
	.sl_ptechnology .slpt_right .slpt_txt{flex-wrap:wrap;}
	.sl_ptechnology .slpt_right .slpt_pp{width:100%;flex:auto;margin-top:15px;}
    .sl_ptechnology .slpt_ul{margin-top:25px;}
    .sl_ptechnology .slpt_ul .slpt_r{padding:15px 10px;}
	.sl_pfont .slpf_txt p{font-size:30px;}
	.sl_pprocess .slpp_ul{flex-flow:column;height:340px;}
	.sl_pprocess .slpp_ul .slpp_li{flex:1;width:100%;}
	.sl_pprocess .slpp_ul .slpp_li .slpp_txt{padding:10px;}
	.sl_pprocess .slpp_ul .slpp_li.on{flex:3;}
	.sl_pprocess .slpp_ul .slpp_li.on .slpp_txt .sl_ptit{height:9em;}
	.sl_pvideo .pb_tit{max-width:none;}
	.sl_pvideo .slpv_i{margin-top:15px;}
	.sl_pvideo .pb_btn{margin-top:12px;}
	.sl_pmessage .slpm_left .slpm_form{padding:12px;}
	.sl_pmessage .slpm_left .slpm_input .slpm_li{width:100%;}
	.sl_pmessage .slpm_right{padding:20px 0 0;width:100%;flex:auto;}
	.sl_pmessage .slpm_right .slpm_txt{padding-right:0;flex-wrap:wrap;flex:auto;}
	.sl_pmessage .slpm_right .slpm_txt .slpm_pp{padding:12px;height:auto;}
	.sl_pmessage .slpm_right .slpm_txt .slpm_pp .swiper-slide{height:auto;flex-flow:column;}
	.sl_pmessage .slpm_right .slpm_txt .slpm_pp .slpm_pw{width:100%;flex:auto;margin-top:15px;}
	.sl_pmessage .slpm_right .slpm_txt .swiper-pagination{width:100%;height:8px;position:relative;flex-flow:row;margin-top:15px;}
	.sl_pmessage .slpm_right .slpm_txt .swiper-pagination-bullet{margin:0 3px;}
}