/*flash*/
.sc_banner{position:relative;overflow:hidden;}
.sc_banner .swiper-slide{overflow:hidden;}
.sc_banner .scb_inner{width:100%;height:calc(100vh - 92px);position:relative;}
.sc_banner .scb_inner img{z-index:1;}
.sc_banner .scb_txt{z-index:4;position:absolute;width:100%;height:100%;left:0;top:0;padding-bottom:120px;}
.sc_banner .scb_txt .scb_t{padding-bottom:40px;width:100%;position:relative;}
.sc_banner .scb_txt .scb_t:before{content:'';width:0;height:1px;background:#FFF;position:absolute;left:0;bottom:0;}
.sc_banner .scb_txt .scb_t .scb_hp{font-size:20px;color:#FFF;text-transform:uppercase;opacity:0;
    -webkit-transform:translateY(-3vw);
    transform:translateY(-3vw);
}
.sc_banner .scb_txt .scb_t .scb_hp:last-child{font-size:64px;font-weight:bold;margin-top:16px;}
.sc_banner .scb_txt .scb_p{padding-left:390px;margin-top:23px;opacity:0;
    -webkit-transform:translateY(3vw);
    transform:translateY(3vw);
}
.sc_banner .scb_txt .scb_p p{font-size:18px;color:#FFF;padding-right:10px;}
.sc_banner .swiper-slide.swiper-slide-active .scb_inner img{
    -webkit-animation:img_sacle 5s linear;
    -moz-animation:img_sacle 5s linear;
    animation:img_sacle 5s linear;
}
.sc_banner .swiper-slide.swiper-slide-active .scb_t:before{width:100%;
    -webkit-transition:width 1.5s cubic-bezier(.69,.27,.45,.99);
    transition:width 1.5s cubic-bezier(.69,.27,.45,.99);
    -webkit-transition-delay:300ms;
    transition-delay:300ms;
}
.sc_banner .swiper-slide.swiper-slide-active .scb_t .scb_hp{opacity:1;pointer-events:auto;
    -webkit-transform:none;
    transform:none;
    -webkit-transition:all 1.5s cubic-bezier(.69,.27,.45,.99);
    transition:all 1.5s cubic-bezier(.69,.27,.45,.99);
    -webkit-transition-delay:700ms;
    transition-delay:700ms;
}
.sc_banner .swiper-slide.swiper-slide-active .scb_t .scb_hp:last-child{
    -webkit-transition-delay:1000ms;
    transition-delay:1000ms;
}
.sc_banner .swiper-slide.swiper-slide-active .scb_p{opacity:1;pointer-events:auto;
    -webkit-transform:none;
    transform:none;
    -webkit-transition:all 1.5s cubic-bezier(.69,.27,.45,.99);
    transition:all 1.5s cubic-bezier(.69,.27,.45,.99);
    -webkit-transition-delay:300ms;
    transition-delay:300ms;
}
.sc_banner .scb_bottom{position:absolute;left:0;bottom:40px;z-index:2;width:100%;}
.sc_banner .scb_bottom .swiper-pagination{position:relative;height:100%;}
.sc_banner .scb_bottom .swiper-pagination .swiper-pagination-bullet{background:rgba(255,255,255,.7);opacity:1;width:14px;height:14px;outline:none;text-align:center;margin:0 6px;border-radius:50%;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.sc_banner .scb_bottom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#FFF;}
.sc_banner .swiper-button-prev,.sc_banner .swiper-button-next{width:60px;height:60px;background:rgba(255,255,255,.24);border-radius:4px;outline:none;margin-top:-30px;}
.sc_banner .swiper-button-prev:after,.sc_banner .swiper-button-next:after{content:none;}
.sc_banner .swiper-button-prev i,.sc_banner .swiper-button-next i{font-size:24px;color:#FFF;}
.sc_banner .swiper-button-prev{left:max(calc(50% - 880px), 10px);}
.sc_banner .swiper-button-prev i{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}
.sc_banner .swiper-button-next{right:max(calc(50% - 840px), 10px);}
.sc_banner .swiper-button-prev:hover,.sc_banner .swiper-button-next:hover{background:var(--logoColor);}
.sc_banner .swiper-button-prev.sc-disabled,.sc_banner .swiper-button-next.sc-disabled{opacity:1;}
/*youshi*/
.sc_youshi{padding:120px 0;position:relative;overflow:hidden;}
.sc_youshi .scy_ul{margin-top:52px;overflow:hidden;}
.sc_youshi .scy_ul .swiper-slide{padding:31px 23px;border:1px solid var(--borderColor);border-radius:12px;height:auto;}
.sc_youshi .scy_ul i{width:64px;height:64px;border-radius:8px;line-height:64px;text-align:center;color:var(--fontColor);font-size:43px;background:var(--backgroundColor);position:relative;overflow:hidden;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.sc_youshi .scy_ul i:before{z-index:2;position:relative;}
.sc_youshi .scy_ul i:after{content:'';width:0;height:0;left:50%;top:50%;background:var(--logoColor);position:absolute;z-index:1;
    transform:translate(-50%,-50%);
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.sc_youshi .scy_ul p{font-size:14px;line-height:26px;color:var(--fontColor);}
.sc_youshi .scy_ul p:nth-child(2){font-size:18px;line-height:1.33;height:2.66em;font-weight:bold;margin:30px 0 16px;}
.sc_youshi .scy_ul .swiper-slide:hover i{color:#FFF;}
.sc_youshi .scy_ul .swiper-slide:hover i:after{width:100%;height:100%;}
.sc_youshi .scy_ul .swiper-slide:hover p:nth-child(2){color:var(--logoColor);}
/*hot*/
.sc_hot{position:relative;overflow:hidden;}
.sc_hot .sch_left{width:50%;position:relative;background:#F2F2F2;}
.sc_hot .sch_left .sch_pic{width:100%;height:48vw;overflow:hidden;}
.sc_hot .sch_left .sch_pic .sch_font{font-size:200px;font-weight:bold;color:#FFF;position:absolute;top:65px;left:50%;white-space:nowrap;text-transform:uppercase;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    -webkit-animation:scroll-font 40s linear infinite;
    -moz-animation:scroll-font 40s linear infinite;
    animation:scroll-font 40s linear infinite;
}
.sc_hot .sch_left .sch_pic .sch_img{width:100%;height:100%;position:relative;}
.sc_hot .sch_left .sch_pic .sch_img img{object-fit:contain;}
.sc_hot .sch_left .swiper-pagination{bottom:52px;z-index:2;width:100%;}
.sc_hot .sch_left .swiper-pagination-bullet{width:24px;height:24px;border:1px solid transparent;position:relative;background:transparent;opacity:1;margin:0 4px;outline:none;}
.sc_hot .sch_left .swiper-pagination-bullet:before{content:'';width:14px;height:14px;position:absolute;left:4px;top:4px;background:#FFF;border-radius:50%;}
.sc_hot .sch_left .swiper-pagination-bullet.swiper-pagination-bullet-active{border-color:rgba(73,68,84,.4);}
.sc_hot .sch_left .swiper-pagination-bullet.swiper-pagination-bullet-active:before{background:var(--fontColor);}
.sc_hot .sch_left .sch_btn{position:absolute;width:60px;height:118px;border-radius:8px;background:var(--logoColor);right:-30px;top:50%;margin-top:-59px;z-index:3;}
.sc_hot .sch_left .sch_btn .swiper-button-prev,.sc_hot .sch_left .sch_btn .swiper-button-next{width:47px;height:47px;background:transparent;border-radius:4px;outline:none;margin-top:0;top:0;position:relative;}
.sc_hot .sch_left .sch_btn .swiper-button-prev:after,.sc_hot .sch_left .sch_btn .swiper-button-next:after{content:none;}
.sc_hot .sch_left .sch_btn .swiper-button-prev i,.sc_hot .sch_left .sch_btn .swiper-button-next i{font-size:24px;color:#FFF;}
.sc_hot .sch_left .sch_btn .swiper-button-prev{left:0;margin-bottom:12px;}
.sc_hot .sch_left .sch_btn .swiper-button-prev i{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}
.sc_hot .sch_left .sch_btn .swiper-button-next{right:0;}
.sc_hot .sch_left .sch_btn .swiper-button-prev:hover,.sc_hot .sch_left .sch_btn .swiper-button-next:hover{background:rgba(255,255,255,.2);}
.sc_hot .sch_left .sch_btn .swiper-button-prev.sc-disabled,.sc_hot .sch_left .sch_btn .swiper-button-next.sc-disabled{opacity:1;}
.sc_hot .sch_right{width:50%;position:relative;background:url(../Image/hotbg.webp) #16222D;}
.sc_hot .sch_right .sch_txt{padding:120px 0 120px 120px;width:660px;}
.sc_hot .sch_right .sch_txt .sch_pp{height:100%;overflow:hidden;}
.sc_hot .sch_right .sch_txt .pb_p{color:#CED4DA;}
.sc_hot .sch_right .sch_txt .pb_p:before{background:#FFF;}
.sc_hot .sch_right .sch_txt .pb_tit{color:#FFF;}
.sc_hot .sch_right .sch_txt .sch_p{margin-top:52px;}
.sc_hot .sch_right .sch_txt .sch_p p{font-size:20px;line-height:32px;color:#ECF0F4;}
.sc_hot .sch_right .sch_txt .sch_p .sch_num{margin-top:40px;}
.sc_hot .sch_right .sch_txt .sch_p .sch_num .sch_span{}
.sc_hot .sch_right .sch_txt .sch_p .sch_num .sch_span span{font-size:14px;color:#CED4DA;text-align:center;}
.sc_hot .sch_right .sch_txt .sch_p .sch_num .sch_span span:first-child{font-size:20px;font-weight:bold;color:#FFF;margin-bottom:8px;}
.sc_hot .sch_right .sch_txt .sch_p .sch_num em{width:1px;height:32px;background:rgba(255,255,255,.5);}
.sc_hot .sch_right .sch_txt .sch_p em{font-size:12px;font-style:normal;color:rgba(255,255,255,.6);margin-top:20px;}
.sc_hot .sch_right .sch_txt .pb_btn{margin-top:30px;margin-left:max(10px, 1.5vw);}
.sc_hot .sch_right .sch_txt .pb_btn:first-child{margin-left:0;}
/*product*/
.sc_product{padding:120px 0;position:relative;overflow:hidden;}
.sc_product .scp_nav{margin-top:52px;}
.sc_product .scp_nav .scp_a{padding:0 16px;height:46px;border-radius:8px;background:var(--backgroundColor);color:var(--fontColor);font-size:16px;margin-right:20px;cursor:pointer;}
.sc_product .scp_nav .scp_a:hover,.sc_product .scp_nav .scp_a.on{background:var(--logoColor);color:#FFF;}
.sc_product .scp_ul{margin-top:32px;}
.sc_product .scp_ul .scp_li{width:calc(25% - 27px);margin-left:36px;}
.sc_product .scp_ul .scp_li:first-child{margin-left:0;}
.sc_product .scp_ul .scp_li .scp_pic{width:100%;padding:15px;border-radius:12px;background:var(--backgroundColor);}
.sc_product .scp_ul .scp_li .scp_pic .scp_img{width:100%;padding-bottom:100%;position:relative;}
.sc_product .scp_ul .scp_li .scp_txt{margin-top:24px;}
.sc_product .scp_ul .scp_li .scp_txt p{font-size:16px;line-height:1.75;color:var(--titleColor);font-weight:bold;}
.sc_product .scp_ul .scp_li:hover .scp_txt p{color:var(--logoColor);}
/*structure*/
.sc_structure{padding:120px 0;background:url(../Image/structurebg.png) var(--backgroundColor);position:relative;overflow:hidden;}
.sc_structure .pb_p:before{left:50%;margin-left:-16px;}
.sc_structure .pb_tit{text-align:center;}
.sc_structure .scs_pic{margin-top:52px;position:relative;}
.sc_structure .scs_pic .scs_img{width:908px;position:relative;}
.sc_structure .scs_pic .scs_img img{display:block;width:100%;height:auto;}
.sc_structure .scs_pic .scs_img i{width:110px;height:110px;position:absolute;left:18.8%;top:49.65%;background:url(../Image/structure_lid.webp) no-repeat center center;background-size:100% 100%;cursor:pointer;
    -webkit-animation:rotate360 10s linear infinite;
    -moz-animation:rotate360 10s linear infinite;
    -o-animation:rotate360 10s linear infinite;
    animation:rotate360 10s linear infinite;
}
.sc_structure .scs_pic .scs_img em{width:110px;height:110px;position:absolute;left:18.8%;top:49.65%;background:url(../Image/cursor.webp) no-repeat right -15px bottom -15px;background-size:80px auto;pointer-events:none;
    -webkit-animation:fadeInOut 3s linear infinite;
    -moz-animation:fadeInOut 3s linear infinite;
    -o-animation:fadeInOut 3s linear infinite;
    animation:fadeInOut 3s linear infinite;
}
.sc_structure .scs_pic .scs_fire{width:582px;position:absolute;left:908px;top:60px;height:105px;}
.sc_structure .scs_pic .scs_fire img{display:block;height:auto;}
.sc_structure .scs_txt{margin-top:52px;}
.sc_structure .scs_txt .scs_t{}
.sc_structure .scs_txt .scs_t span{font-size:16px;line-height:22px;color:var(--fontColor);text-transform:uppercase;font-weight:bold;}
.sc_structure .scs_txt .scs_t p{font-size:96px;line-height:100px;color:var(--titleColor);font-weight:bold;margin-top:4px;}
.sc_structure .scs_txt .scs_t p em{font-style:normal;color:var(--logoColor);margin-right:10px;}
.sc_structure .scs_txt .scs_p{width:530px;}
.sc_structure .scs_txt .scs_p p{font-size:18px;color:var(--titleColor);text-align:right;}
html[lang='ru-RU'] .sc_structure .scs_txt .scs_p{width:720px;}
/*application*/
.sc_application{padding:120px 0;position:relative;overflow:hidden;}
.sc_application .sca_ul{margin-top:52px;}
.sc_application .sca_ul .swiper-slide{border-radius:12px;padding:20px;overflow:hidden;}
.sc_application .sca_ul .sca_bg{width:100%;height:100%;position:absolute;left:0;top:0;}
.sc_application .sca_ul .sca_bg:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(22,34,45,.9);}
.sc_application .sca_ul .sca_li{position:relative;z-index:2;}
.sc_application .sca_ul .sca_li .sca_left{padding:20px 72px 20px 52px;}
.sc_application .sca_ul .sca_li .sca_left p{font-size:14px;line-height:26px;color:#ECF0F4;}
.sc_application .sca_ul .sca_li .sca_left p:first-child{font-size:32px;font-weight:bold;color:#FFF;margin-bottom:24px;}
.sc_application .sca_ul .sca_li .sca_left .pb_btn{margin-bottom:30px;}
.sc_application .sca_ul .sca_li .sca_right{width:666px;}
.sc_application .sca_ul .sca_li .sca_right .sca_img{width:100%;padding-bottom:75%;position:relative;}
.sc_application .sca_btn{position:absolute;right:0;top:94px;}
.sc_application .sca_btn .swiper-button-prev,.sc_application .sca_btn .swiper-button-next{width:52px;height:52px;background:var(--logoColor);border-radius:8px;outline:none;margin-top:0;top:0;position:relative;}
.sc_application .sca_btn .swiper-button-prev:after,.sc_application .sca_btn .swiper-button-next:after{content:none;}
.sc_application .sca_btn .swiper-button-prev i,.sc_application .sca_btn .swiper-button-next i{font-size:24px;color:#FFF;}
.sc_application .sca_btn .swiper-button-prev{left:0;margin-right:12px;}
.sc_application .sca_btn .swiper-button-prev i{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}
.sc_application .sca_btn .swiper-button-next{right:0;}
.sc_application .sca_btn .swiper-button-prev.sc-disabled,.sc_application .sca_btn .swiper-button-next.sc-disabled{opacity:1;}
/*fenge*/
.sc_fenge{padding:55px 0 67px;background:var(--logoColor);position:relative;overflow:hidden;}
.sc_fenge .scf_left{width:585px;}
.sc_fenge .scf_left p{color:#FFF;font-size:16px;}
.sc_fenge .scf_left p:first-child{font-size:40px;line-height:1.5;font-weight:bold;margin-bottom:16px;text-transform:uppercase;}
.sc_fenge .scf_right{width:486px;}
.sc_fenge .scf_right .scf_phone{}
.sc_fenge .scf_right .scf_phone i{font-size:38px;color:#FFF;margin-right:12px;width:60px;height:60px;border-radius:50%;background:rgba(255,255,255,.1);text-align:center;line-height:60px;}
.sc_fenge .scf_right .scf_phone .scf_p{}
.sc_fenge .scf_right .scf_phone .scf_p p{font-size:14px;color:#FFF;line-height:24px;}
.sc_fenge .scf_right .scf_phone .scf_p p:last-child{font-size:24px;line-height:normal;}
.sc_fenge .scf_right a{border:1px solid #FFF;min-width:164px;height:52px;border-radius:8px;position:relative;overflow:hidden;}
.sc_fenge .scf_right a:before{content:'';width:0;height:100%;background:#FFF;position:absolute;right:0;top:0;z-index:1;}
.sc_fenge .scf_right a span{font-size:14px;font-weight:bold;color:#F2F2F2;position:relative;z-index:2;}
.sc_fenge .scf_right a:hover:before{width:100%;left:0;right:auto;}
.sc_fenge .scf_right a:hover span{color:var(--logoColor);}
html[lang='ru-RU'] .sc_fenge .scf_left{width:815px;}
/*info*/
.sc_info{padding:120px 0;position:relative;overflow:hidden;}
.sc_info .container{padding-bottom:131px;}
.sc_info .sci_con{margin-top:54px;}
.sc_info .sci_left{width:648px;}
.sc_info .sci_left img{display:block;width:100%;height:auto;}
.sc_info .sci_right{padding-left:72px;}
.sc_info .sci_right p{font-size:16px;line-height:26px;color:var(--fontColor);}
.sc_info .sci_right .pb_btn{margin-top:72px;}
.sc_info .sci_txt{position:absolute;right:0;bottom:0;width:870px;background:url(../Image/infobg.webp) #1D1A27;padding:72px 52px;}
.sc_info .sci_txt .sci_p{overflow:hidden;}
.sc_info .sci_txt .sci_p .swiper-slide{height:auto;}
.sc_info .sci_txt .sci_p .swiper-slide:before{content:'';width:1px;height:72px;background:rgba(255,255,255,.4);position:absolute;left:-40px;top:50%;margin-top:-36px;}
.sc_info .sci_txt .sci_p p{font-size:14px;color:#FFF;line-height:26px;}
.sc_info .sci_txt .sci_p p:first-child{font-size:18px;line-height:normal;font-weight:bold;margin-bottom:24px;text-transform:uppercase;}
.sc_info .sci_txt .swiper-pagination{bottom:20px;width:calc(100% - 104px);}
.sc_info .sci_txt .swiper-pagination-bullet{width:14px;height:14px;position:relative;opacity:1;margin:0 6px;outline:none;background:rgba(206,212,218,.4);}
.sc_info .sci_txt .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#FFF;}
/*video*/
.sc_video{padding:120px 0;position:relative;overflow:hidden;background:url(../Image/videobg.webp) no-repeat center center fixed;background-size:cover;}
.sc_video .pb_p:before{left:50%;margin-left:-16px;}
.sc_video .pb_tit{text-align:center;}
.sc_video .scv_ul{margin-top:52px;overflow:hidden;}
.sc_video .scv_ul .scv_img{width:100%;padding-bottom:75%;position:relative;overflow:hidden;border-radius:12px;}
.sc_video .scv_ul .scv_img i{font-size:62px;position:absolute;left:50%;top:50%;z-index:1;color:#FFF;margin-top:-31px;margin-left:-31px;}
.sc_video .scv_ul p{margin-top:20px;font-size:16px;line-height:22px;color:#333;font-weight:bold;}
.sc_video .scv_ul .swiper-slide:hover .scv_img i{
    transform:translateY(-1vw);
}
.sc_video .pb_btn{max-width:max-content;margin:50px auto 0;}
/*news*/
.sc_news{padding:120px 0;position:relative;overflow:hidden;}
.sc_news .scn_ul{margin-top:52px;overflow:hidden;}
.sc_news .scn_ul .swiper-slide{padding:19px;border:1px solid #BDBDBD;border-radius:12px;}
.sc_news .scn_ul .scn_img{width:100%;padding-bottom:70%;position:relative;overflow:hidden;border-radius:8px;}
.sc_news .scn_ul .scn_img:before{content:'';width:100%;height:100%;position:absolute;left:0;top:100%;background:rgba(255,255,255,.2);z-index:1;}
.sc_news .scn_ul .scn_date{position:absolute;left:12px;bottom:12px;width:80px;background:var(--logoColor);border-radius:4px;overflow:hidden;}
.sc_news .scn_ul .scn_date span{font-size:14px;color:#FFF;height:30px;}
.sc_news .scn_ul .scn_date span:first-child{font-size:30px;font-weight:bold;height:54px;}
.sc_news .scn_ul .scn_date span:last-child{background:#333;}
.sc_news .scn_ul .scn_txt{padding:20px 0 10px;background:#FFF;}
.sc_news .scn_ul .scn_txt p{font-size:16px;color:var(--fontColor);line-height:1.3125;height:2.625em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sc_news .scn_ul .scn_txt p:first-child{font-size:20px;font-weight:bold;color:var(--titleColor);line-height:1.3;height:2.6em;}
.sc_news .scn_ul .scn_txt em{margin:19px 0 20px;width:100%;height:1px;background:var(--borderColor);}
.sc_news .scn_ul .scn_txt span{font-size:14px;color:var(--titleColor);font-weight:bold;text-transform:uppercase;margin-top:32px;}
.sc_news .scn_ul .scn_txt span i{font-size:18px;margin-left:20px;font-weight:normal;opacity:0;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.sc_news .scn_ul .swiper-slide:hover .scn_img:before{opacity:0;top:-100%;}
.sc_news .scn_ul .swiper-slide:hover .scn_txt p{color:var(--titleColor);}
.sc_news .scn_ul .swiper-slide:hover .scn_txt p:first-child{color:var(--logoColor);}
.sc_news .scn_ul .swiper-slide:hover .scn_txt span{color:var(--logoColor);}
.sc_news .scn_ul .swiper-slide:hover .scn_txt span i{margin-left:8px;opacity:1;}
.sc_news .pb_btn{max-width:max-content;margin:50px auto 0;}
/*message*/
.sc_message{padding:120px 0;position:relative;overflow:hidden;background:url(../Image/formbg.webp) no-repeat center center;background-size:cover;}
.sc_message .scm_left{padding-left:72px;}
.sc_message .scm_left .scm_ul{padding-top:30px;}
.sc_message .scm_left .scm_ul .scm_li{margin-top:12px;}
.sc_message .scm_left .scm_ul .scm_li .scm_title{cursor:pointer;border:1px solid var(--borderColor);padding:16px 20px;background:#FFF;border-radius:8px;}
.sc_message .scm_left .scm_ul .scm_li .scm_title p{font-size:16px;line-height:1.375;font-weight:700;color:var(--fontColor);}
.sc_message .scm_left .scm_ul .scm_li .scm_title .scm_icon{width:22px;}
.sc_message .scm_left .scm_ul .scm_li .scm_title .scm_icon i{height:16px;width:16px;position:relative;}
.sc_message .scm_left .scm_ul .scm_li .scm_title .scm_icon i:before,.sc_message .scm_left .scm_ul .scm_li .scm_title .scm_icon i:after{content:"";background:var(--fontColor);display:block;height:2px;left:0;line-height:2px;margin-top:-1px;position:absolute;top:50%;width:14px;}
.sc_message .scm_left .scm_ul .scm_li .scm_title .scm_icon i:after{
	-webkit-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-transition:all .5s;
    transition:all .5s;
}
.sc_message .scm_left .scm_ul .scm_li .scm_title.on{background:var(--logoColor);border-color:var(--logoColor);}
.sc_message .scm_left .scm_ul .scm_li .scm_title.on p{color:#FFF;}
.sc_message .scm_left .scm_ul .scm_li .scm_title.on .scm_icon i:before,.sc_message .scm_left .scm_ul .scm_li .scm_title.on .scm_icon i:after{background:#FFF;}
.sc_message .scm_left .scm_ul .scm_li .scm_title.on .scm_icon i:after{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.sc_message .scm_left .scm_text{display:none;padding:16px;}
.sc_message .scm_left .scm_text p{font-size:16px;color:var(--fontColor);}
.sc_message .scm_right{width:538px;padding:47px 39px;background:#FFF;
	-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.15);
    box-shadow:0 10px 30px rgba(0, 0, 0, 0.15);
}
.sc_message .scm_right .scm_form{position:relative;}
.sc_message .scm_right .scm_form .scm_t{text-align:center;font-size:40px;font-weight:bold;text-transform:uppercase;}
.sc_message .scm_right .scm_form .scm_p{font-size:16px;color:var(--titleColor);line-height:24px;margin-top:24px;text-align:center;}
.sc_message .scm_right .scm_input{padding-top:22px;}
.sc_message .scm_right .scm_input .scm_li{position:relative;margin-top:20px;width:calc(50% - 8px);}
.sc_message .scm_right .scm_input .scm_li.scm_lit{width:100%;}
.sc_message .scm_right .scm_input input{width:100%;line-height:32px;padding:10px 15px;outline:none;border-radius:8px;border:1px solid var(--borderColor);}
.sc_message .scm_right .scm_input textarea{padding:10px 15px;outline:none;resize:none;width:100%;height:134px;line-height:20px;display:block;border-radius:8px;background:transparent;border:1px solid var(--borderColor);}
.sc_message .scm_right .scm_input .scm_btn{height:60px;background:#16222D;margin-top:40px;cursor:pointer;width:100%;border-radius:8px;}
.sc_message .scm_right .scm_input .scm_btn span{font-size:16px;text-transform:uppercase;color:#FFF;font-weight:bold;}
.sc_message .scm_right .scm_input .scm_btn:hover{background:var(--logoColor);}

@media screen and (max-width:1519px){
    .sc_banner .scb_inner{height:calc(100vh - 84px);}
    .sc_banner .scb_txt{padding-bottom:100px;}
    .sc_banner .scb_txt .scb_t{padding-bottom:32px;}
    .sc_banner .scb_txt .scb_t .scb_hp{font-size:18px;}
    .sc_banner .scb_txt .scb_t .scb_hp:last-child{font-size:56px;margin-top:13px;}
    .sc_banner .scb_txt .scb_p{padding-left:350px;margin-top:20px;}
    .sc_banner .scb_txt .scb_p p{font-size:16px;}
    .sc_banner .scb_bottom{bottom:32px;}
    .sc_banner .scb_bottom .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;margin:0 5px;}
    .sc_banner .swiper-button-prev,.sc_banner .swiper-button-next{width:52px;height:52px;margin-top:-26px;}
    .sc_banner .swiper-button-prev i,.sc_banner .swiper-button-next i{font-size:22px;}
    .sc_banner .swiper-button-prev{left:max(calc(50% - 700px), 10px);}
    .sc_banner .swiper-button-next{right:max(calc(50% - 700px), 10px);}
    .sc_youshi{padding:80px 0;}
    .sc_youshi .scy_ul{margin-top:40px;}
    .sc_youshi .scy_ul .swiper-slide{padding:25px 18px;border-radius:10px;}
    .sc_youshi .scy_ul i{width:56px;height:56px;border-radius:6px;line-height:56px;font-size:38px;}
    .sc_youshi .scy_ul p{line-height:23px;}
    .sc_youshi .scy_ul p:nth-child(2){font-size:16px;margin:25px 0 13px;}
    .sc_hot .sch_left .sch_pic .sch_font{font-size:160px;top:50px;}
    .sc_hot .sch_left .swiper-pagination{bottom:40px;}
    .sc_hot .sch_left .swiper-pagination-bullet{width:20px;height:20px;margin:0 3px;}
    .sc_hot .sch_left .swiper-pagination-bullet:before{content:'';width:12px;height:12px;left:3px;top:3px;}
    .sc_hot .sch_left .sch_btn{width:50px;height:102px;border-radius:6px;right:-25px;margin-top:-51px;}
    .sc_hot .sch_left .sch_btn .swiper-button-prev,.sc_hot .sch_left .sch_btn .swiper-button-next{width:42px;height:42px;}
    .sc_hot .sch_left .sch_btn .swiper-button-prev i,.sc_hot .sch_left .sch_btn .swiper-button-next i{font-size:20px;}
    .sc_hot .sch_left .sch_btn .swiper-button-prev{margin-bottom:10px;}
    .sc_hot .sch_right .sch_txt{padding:80px 0 80px 80px;width:600px;}
    .sc_hot .sch_right .sch_txt .sch_p{margin-top:40px;}
    .sc_hot .sch_right .sch_txt .sch_p p{font-size:18px;line-height:26px;}
    .sc_hot .sch_right .sch_txt .sch_p .sch_num{margin-top:32px;}
    .sc_hot .sch_right .sch_txt .sch_p .sch_num .sch_span span:first-child{font-size:18px;margin-bottom:7px;}
    .sc_hot .sch_right .sch_txt .sch_p .sch_num em{height:30px;}
    .sc_hot .sch_right .sch_txt .pb_btn{margin-top:25px;}
    .sc_product{padding:80px 0;}
    .sc_product .scp_nav{margin-top:40px;}
    .sc_product .scp_nav .scp_a{padding:0 13px;height:42px;border-radius:6px;font-size:15px;margin-right:16px;}
    .sc_product .scp_ul{margin-top:26px;}
    .sc_product .scp_ul .scp_li{width:calc(25% - 21px);margin-left:28px;}
    .sc_product .scp_ul .scp_li .scp_pic{padding:12px;border-radius:10px;}
    .sc_product .scp_ul .scp_li .scp_txt{margin-top:20px;}
    .sc_product .scp_ul .scp_li .scp_txt p{font-size:15px;line-height:1.7;}
    .sc_structure{padding:80px 0;}
    .sc_structure .pb_p:before{margin-left:-15px;}
    .sc_structure .scs_pic{margin-top:40px;}
    .sc_structure .scs_pic .scs_img{width:825px;}
    .sc_structure .scs_pic .scs_img i{width:100px;height:100px;}
    .sc_structure .scs_pic .scs_img em{width:100px;height:100px;background-size:72px auto;}
    .sc_structure .scs_pic .scs_fire{width:520px;position:absolute;left:825px;top:56px;height:94px;}
    .sc_structure .scs_txt{margin-top:40px;}
    .sc_structure .scs_txt .scs_t span{font-size:15px;line-height:20px;}
    .sc_structure .scs_txt .scs_t p{font-size:82px;line-height:86px;margin-top:3px;}
    .sc_structure .scs_txt .scs_t p em{margin-right:9px;}
    .sc_structure .scs_txt .scs_p{width:460px;}
    .sc_structure .scs_txt .scs_p p{font-size:16px;}
    html[lang='ru-RU'] .sc_structure .scs_txt .scs_p{width:650px;}
    .sc_application{padding:80px 0;}
    .sc_application .sca_ul{margin-top:40px;}
    .sc_application .sca_ul .swiper-slide{border-radius:10px;padding:16px;}
    .sc_application .sca_ul .sca_li .sca_left{padding:16px 55px 16px 40px;}
    .sc_application .sca_ul .sca_li .sca_left p{line-height:24px;}
    .sc_application .sca_ul .sca_li .sca_left p:first-child{font-size:26px;margin-bottom:20px;}
    .sc_application .sca_ul .sca_li .sca_left .pb_btn{margin-bottom:25px;}
    .sc_application .sca_ul .sca_li .sca_right{width:605px;}
    .sc_application .sca_btn{top:80px;}
    .sc_application .sca_btn .swiper-button-prev,.sc_application .sca_btn .swiper-button-next{width:46px;height:46px;border-radius:6px;}
    .sc_application .sca_btn .swiper-button-prev i,.sc_application .sca_btn .swiper-button-next i{font-size:22px;}
    .sc_application .sca_btn .swiper-button-prev{margin-right:10px;}
    .sc_fenge{padding:40px 0 50px;}
    .sc_fenge .scf_left{width:530px;}
    .sc_fenge .scf_left p{font-size:15px;}
    .sc_fenge .scf_left p:first-child{font-size:32px;margin-bottom:13px;}
    .sc_fenge .scf_right{width:450px;}
    .sc_fenge .scf_right .scf_phone i{font-size:30px;margin-right:10px;width:52px;height:52px;line-height:52px;}
    .sc_fenge .scf_right .scf_phone .scf_p p{line-height:22px;}
    .sc_fenge .scf_right .scf_phone .scf_p p:last-child{font-size:22px;}
    .sc_fenge .scf_right a{min-width:150px;height:46px;border-radius:6px;}
    html[lang='ru-RU'] .sc_fenge .scf_left{width:650px;}
    .sc_info{padding:80px 0;}
    .sc_info .container{padding-bottom:110px;}
    .sc_info .sci_con{margin-top:40px;}
    .sc_info .sci_left{width:589px;}
    .sc_info .sci_right{padding-left:60px;}
    .sc_info .sci_right p{font-size:15px;line-height:24px;}
    .sc_info .sci_right .pb_btn{margin-top:60px;}
    .sc_info .sci_txt{width:800px;padding:60px 40px;}
    .sc_info .sci_txt .sci_p .swiper-slide:before{height:60px;left:-30px;margin-top:-30px;}
    .sc_info .sci_txt .sci_p p{line-height:24px;}
    .sc_info .sci_txt .sci_p p:first-child{font-size:16px;margin-bottom:20px;}
    .sc_info .sci_txt .swiper-pagination{bottom:15px;width:calc(100% - 80px);}
    .sc_info .sci_txt .swiper-pagination-bullet{width:12px;height:12px;margin:0 5px;}
    .sc_video{padding:80px 0;}
    .sc_video .pb_p:before{margin-left:-15px;}
    .sc_video .scv_ul{margin-top:40px;}
    .sc_video .scv_ul .scv_img{border-radius:10px;}
    .sc_video .scv_ul .scv_img i{font-size:50px;margin-top:-25px;margin-left:-25px;}
    .sc_video .scv_ul p{margin-top:16px;font-size:15px;line-height:20px;}
    .sc_video .pb_btn{margin-top:40px;}
    .sc_news{padding:80px 0;}
    .sc_news .scn_ul{margin-top:40px;}
    .sc_news .scn_ul .swiper-slide{padding:15px;border-radius:10px;}
    .sc_news .scn_ul .scn_img{border-radius:6px;}
    .sc_news .scn_ul .scn_date{left:10px;bottom:10px;width:72px;}
    .sc_news .scn_ul .scn_date span{font-size:14px;height:28px;}
    .sc_news .scn_ul .scn_date span:first-child{font-size:26px;height:50px;}
    .sc_news .scn_ul .scn_txt{padding:16px 0 9px;}
    .sc_news .scn_ul .scn_txt p{font-size:15px;}
    .sc_news .scn_ul .scn_txt p:first-child{font-size:18px;}
    .sc_news .scn_ul .scn_txt em{margin:15px 0;}
    .sc_news .scn_ul .scn_txt span{margin-top:26px;}
    .sc_news .scn_ul .scn_txt span i{font-size:16px;margin-left:16px;}
    .sc_news .pb_btn{margin-top:40px;}
    .sc_message{padding:80px 0;}
    .sc_message .scm_left{padding-left:60px;}
    .sc_message .scm_left .pb_tit{max-width:560px;}
    .sc_message .scm_left .scm_ul{padding-top:25px;}
    .sc_message .scm_left .scm_ul .scm_li{margin-top:10px;}
    .sc_message .scm_left .scm_ul .scm_li .scm_title{padding:13px 16px;border-radius:6px;}
    .sc_message .scm_left .scm_ul .scm_li .scm_title p{font-size:15px;}
    .sc_message .scm_left .scm_ul .scm_li .scm_title .scm_icon{width:20px;}
    .sc_message .scm_left .scm_ul .scm_li .scm_title .scm_icon i{height:14px;width:14px;}
    .sc_message .scm_left .scm_ul .scm_li .scm_title .scm_icon i:before,.sc_message .scm_left .scm_ul .scm_li .scm_title .scm_icon i:after{width:12px;}
    .sc_message .scm_left .scm_text{padding:13px;}
    .sc_message .scm_left .scm_text p{font-size:15px;}
    .sc_message .scm_right{width:489px;padding:38px 30px;}
    .sc_message .scm_right .scm_form .scm_t{font-size:32px;}
    .sc_message .scm_right .scm_form .scm_p{font-size:15px;line-height:22px;margin-top:20px;}
    .sc_message .scm_right .scm_input{padding-top:16px;}
    .sc_message .scm_right .scm_input .scm_li{margin-top:15px;width:calc(50% - 6px);}
    .sc_message .scm_right .scm_input input{line-height:30px;padding:9px 13px;border-radius:6px;}
    .sc_message .scm_right .scm_input textarea{padding:9px 13px;border-radius:6px;}
    .sc_message .scm_right .scm_input .scm_btn{height:52px;margin-top:30px;border-radius:6px;}
    .sc_message .scm_right .scm_input .scm_btn span{font-size:15px;}
}

@media screen and (max-width:1359px){
    .sc_banner .scb_inner{height:calc(100vh - 80px);}
    .sc_banner .scb_txt{padding-bottom:70px;}
    .sc_banner .scb_txt .scb_t{padding-bottom:25px;}
    .sc_banner .scb_txt .scb_t .scb_hp{font-size:16px;}
    .sc_banner .scb_txt .scb_t .scb_hp:last-child{font-size:48px;margin-top:10px;}
    .sc_banner .scb_txt .scb_p{padding-left:280px;margin-top:15px;}
    .sc_banner .scb_txt .scb_p p{font-size:15px;}
    .sc_banner .scb_bottom{bottom:25px;}
    .sc_banner .scb_bottom .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;margin:0 4px;}
    .sc_banner .swiper-button-prev,.sc_banner .swiper-button-next{width:46px;height:46px;margin-top:-23px;}
    .sc_banner .swiper-button-prev i,.sc_banner .swiper-button-next i{font-size:20px;}
    .sc_banner .swiper-button-prev{left:max(calc(50% - 640px), 10px);}
    .sc_banner .swiper-button-next{right:max(calc(50% - 640px), 10px);}
    .sc_youshi{padding:50px 0;}
    .sc_youshi .scy_ul{margin-top:30px;}
    .sc_youshi .scy_ul .swiper-slide{padding:20px 13px;border-radius:8px;}
    .sc_youshi .scy_ul i{width:50px;height:50px;border-radius:4px;line-height:50px;font-size:32px;}
    .sc_youshi .scy_ul p{line-height:22px;}
    .sc_youshi .scy_ul p:nth-child(2){font-size:15px;margin:18px 0 10px;}
    .sc_hot .sch_left .sch_pic .sch_font{font-size:120px;top:35px;}
    .sc_hot .sch_left .swiper-pagination{bottom:30px;}
    .sc_hot .sch_left .swiper-pagination-bullet{width:16px;height:16px;margin:0 3px;}
    .sc_hot .sch_left .swiper-pagination-bullet:before{width:10px;height:10px;left:2px;top:2px;}
    .sc_hot .sch_left .sch_btn{width:44px;height:96px;border-radius:4px;right:-22px;margin-top:-48px;}
    .sc_hot .sch_left .sch_btn .swiper-button-prev,.sc_hot .sch_left .sch_btn .swiper-button-next{width:36px;height:36px;}
    .sc_hot .sch_left .sch_btn .swiper-button-prev i,.sc_hot .sch_left .sch_btn .swiper-button-next i{font-size:18px;}
    .sc_hot .sch_left .sch_btn .swiper-button-prev{margin-bottom:8px;}
    .sc_hot .sch_right .sch_txt{padding:50px 0 50px 50px;width:497px;}
    .sc_hot .sch_right .sch_txt .sch_p{margin-top:30px;}
    .sc_hot .sch_right .sch_txt .sch_p p{font-size:16px;line-height:24px;}
    .sc_hot .sch_right .sch_txt .sch_p .sch_num{margin-top:25px;}
    .sc_hot .sch_right .sch_txt .sch_p .sch_num .sch_span span:first-child{font-size:16px;margin-bottom:6px;}
    .sc_hot .sch_right .sch_txt .sch_p .sch_num em{height:26px;}
    .sc_hot .sch_right .sch_txt .pb_btn{margin-top:20px;}
    .sc_product{padding:50px 0;}
    .sc_product .scp_nav{margin-top:30px;}
    .sc_product .scp_nav .scp_a{padding:0 11px;height:40px;border-radius:4px;font-size:14px;margin-right:13px;}
    .sc_product .scp_ul{margin-top:20px;}
    .sc_product .scp_ul .scp_li{width:calc(25% - 15px);margin-left:20px;}
    .sc_product .scp_ul .scp_li .scp_pic{padding:10px;border-radius:8px;}
    .sc_product .scp_ul .scp_li .scp_txt{margin-top:15px;}
    .sc_product .scp_ul .scp_li .scp_txt p{font-size:14px;line-height:1.65;}
    .sc_structure{padding:50px 0;}
    .sc_structure .pb_p:before{margin-left:-14px;}
    .sc_structure .scs_pic{margin-top:30px;}
    .sc_structure .scs_pic .scs_img{width:684px;}
    .sc_structure .scs_pic .scs_img i{width:84px;height:84px;}
    .sc_structure .scs_pic .scs_img em{width:84px;height:84px;background-size:60px auto;}
    .sc_structure .scs_pic .scs_fire{width:438px;position:absolute;left:684px;top:50px;height:79px;}
    .sc_structure .scs_txt{margin-top:30px;}
    .sc_structure .scs_txt .scs_t span{font-size:14px;line-height:1.65;}
    .sc_structure .scs_txt .scs_t p{font-size:70px;line-height:74px;margin-top:2px;}
    .sc_structure .scs_txt .scs_t p em{margin-right:8px;}
    .sc_structure .scs_txt .scs_p{width:420px;}
    .sc_structure .scs_txt .scs_p p{font-size:15px;}
    html[lang='ru-RU'] .sc_structure .scs_txt .scs_p{width:600px;}
    .sc_application{padding:50px 0;}
    .sc_application .sca_ul{margin-top:30px;}
    .sc_application .sca_ul .swiper-slide{border-radius:8px;padding:12px;}
    .sc_application .sca_ul .sca_li .sca_left{padding:13px 40px 13px 30px;}
    .sc_application .sca_ul .sca_li .sca_left p{line-height:22px;}
    .sc_application .sca_ul .sca_li .sca_left p:first-child{font-size:22px;margin-bottom:15px;}
    .sc_application .sca_ul .sca_li .sca_left .pb_btn{margin-bottom:15px;}
    .sc_application .sca_ul .sca_li .sca_right{width:500px;}
    .sc_application .sca_btn{top:66px;}
    .sc_application .sca_btn .swiper-button-prev,.sc_application .sca_btn .swiper-button-next{width:40px;height:40px;border-radius:4px;}
    .sc_application .sca_btn .swiper-button-prev i,.sc_application .sca_btn .swiper-button-next i{font-size:20px;}
    .sc_application .sca_btn .swiper-button-prev{margin-right:8px;}
    .sc_fenge{padding:30px 0 35px;}
    .sc_fenge .scf_left{width:470px;}
    .sc_fenge .scf_left p{font-size:14px;}
    .sc_fenge .scf_left p:first-child{font-size:26px;margin-bottom:10px;}
    .sc_fenge .scf_right{width:410px;}
    .sc_fenge .scf_right .scf_phone i{font-size:24px;margin-right:8px;width:46px;height:46px;line-height:46px;}
    .sc_fenge .scf_right .scf_phone .scf_p p{line-height:20px;}
    .sc_fenge .scf_right .scf_phone .scf_p p:last-child{font-size:20px;}
    .sc_fenge .scf_right a{min-width:130px;height:42px;border-radius:4px;}
    html[lang='ru-RU'] .sc_fenge .scf_left{width:530px;}
    html[lang='ru-RU'] .sc_fenge .scf_right a{min-width:160px;}
    .sc_info{padding:50px 0;}
    .sc_info .container{padding-bottom:80px;}
    .sc_info .sci_con{margin-top:30px;}
    .sc_info .sci_left{width:488px;}
    .sc_info .sci_right{padding-left:40px;}
    .sc_info .sci_right p{font-size:14px;line-height:1.65;}
    .sc_info .sci_right .pb_btn{margin-top:40px;}
    .sc_info .sci_txt{width:670px;padding:40px 25px;}
    .sc_info .sci_txt .sci_p .swiper-slide:before{height:52px;left:-20px;margin-top:-26px;}
    .sc_info .sci_txt .sci_p p{line-height:1.65;}
    .sc_info .sci_txt .sci_p p:first-child{margin-bottom:15px;}
    .sc_info .sci_txt .swiper-pagination{bottom:15px;width:calc(100% - 50px);}
    .sc_info .sci_txt .swiper-pagination-bullet{width:10px;height:10px;margin:0 4px;}
    .sc_video{padding:50px 0;}
    .sc_video .pb_p:before{margin-left:-14px;}
    .sc_video .scv_ul{margin-top:30px;}
    .sc_video .scv_ul .scv_img{border-radius:8px;}
    .sc_video .scv_ul .scv_img i{font-size:40px;margin-top:-20px;margin-left:-20px;}
    .sc_video .scv_ul p{margin-top:12px;font-size:14px;line-height:1.65;}
    .sc_video .pb_btn{margin-top:30px;}
    .sc_news{padding:50px 0;}
    .sc_news .scn_ul{margin-top:30px;}
    .sc_news .scn_ul .swiper-slide{padding:10px;border-radius:8px;}
    .sc_news .scn_ul .scn_img{border-radius:4px;}
    .sc_news .scn_ul .scn_date{left:8px;bottom:8px;width:70px;}
    .sc_news .scn_ul .scn_date span{height:24px;}
    .sc_news .scn_ul .scn_date span:first-child{font-size:22px;height:44px;}
    .sc_news .scn_ul .scn_txt{padding:12px 0 8px;}
    .sc_news .scn_ul .scn_txt p{font-size:14px;}
    .sc_news .scn_ul .scn_txt p:first-child{font-size:16px;}
    .sc_news .scn_ul .scn_txt em{margin:12px 0;}
    .sc_news .scn_ul .scn_txt span{margin-top:20px;}
    .sc_news .scn_ul .scn_txt span i{margin-left:13px;}
    .sc_news .pb_btn{margin-top:30px;}
    .sc_message{padding:50px 0;}
    .sc_message .scm_left{padding-left:40px;}
    .sc_message .scm_left .pb_tit{max-width:480px;}
    .sc_message .scm_left .scm_ul{padding-top:20px;}
    .sc_message .scm_left .scm_ul .scm_li{margin-top:8px;}
    .sc_message .scm_left .scm_ul .scm_li .scm_title{padding:10px 13px;border-radius:4px;}
    .sc_message .scm_left .scm_ul .scm_li .scm_title p{font-size:14px;}
    .sc_message .scm_left .scm_text{padding:10px;}
    .sc_message .scm_left .scm_text p{font-size:14px;}
    .sc_message .scm_right{width:405px;padding:28px 22px;}
    .sc_message .scm_right .scm_form .scm_t{font-size:26px;}
    .sc_message .scm_right .scm_form .scm_p{font-size:14px;line-height:1.65;margin-top:15px;}
    .sc_message .scm_right .scm_input{padding-top:10px;}
    .sc_message .scm_right .scm_input .scm_li{margin-top:12px;width:calc(50% - 5px);}
    .sc_message .scm_right .scm_input input{padding:8px 11px;border-radius:4px;}
    .sc_message .scm_right .scm_input textarea{padding:8px 11px;border-radius:4px;}
    .sc_message .scm_right .scm_input .scm_btn{height:46px;margin-top:20px;border-radius:4px;}
    .sc_message .scm_right .scm_input .scm_btn span{font-size:14px;}
}

@media screen and (max-width:1023px){
    .sc_banner .scb_inner{height:60vw;}
    .sc_banner .scb_txt{padding-bottom:50px;}
    .sc_banner .scb_txt .container{justify-content:center;}
    .sc_banner .scb_txt .scb_t{padding-bottom:20px;}
    .sc_banner .scb_txt .scb_t .scb_hp{font-size:15px;}
    .sc_banner .scb_txt .scb_t .scb_hp:last-child{font-size:40px;margin-top:8px;}
    .sc_banner .scb_txt .scb_p{padding-left:0;margin-top:12px;flex-wrap:wrap;}
    .sc_banner .scb_txt .scb_p p{font-size:14px;width:100%;flex:auto;margin-bottom:15px;}
    .sc_banner .scb_bottom{bottom:20px;}
    .sc_banner .scb_bottom .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;margin:0 3px;}
    .sc_banner .swiper-button-prev,.sc_banner .swiper-button-next{display:none;}
    .sc_youshi{padding:30px 0;}
    .sc_youshi .scy_ul{margin-top:20px;}
    .sc_youshi .scy_ul .swiper-slide{padding:15px 10px;border-radius:6px;}
    .sc_youshi .scy_ul i{width:44px;height:44px;border-radius:3px;line-height:44px;font-size:26px;}
    .sc_youshi .scy_ul p{line-height:1.65;}
    .sc_youshi .scy_ul p:nth-child(2){margin:13px 0 8px;}
    .sc_hot .sch_left{width:100%;}
    .sc_hot .sch_left .sch_pic .sch_font{font-size:80px;top:25px;}
    .sc_hot .sch_left .swiper-pagination{bottom:37px;}
    .sc_hot .sch_left .swiper-pagination-bullet{width:12px;height:12px;margin:0 2px;}
    .sc_hot .sch_left .swiper-pagination-bullet:before{width:6px;height:6px;left:2px;top:2px;}
    .sc_hot .sch_left .sch_btn{width:88px;height:44px;right:50%;margin-top:-22px;margin-right:-44px;top:100%;flex-flow:row;}
    .sc_hot .sch_left .sch_btn .swiper-button-prev,.sc_hot .sch_left .sch_btn .swiper-button-next{width:36px;height:36px;}
    .sc_hot .sch_left .sch_btn .swiper-button-prev i,.sc_hot .sch_left .sch_btn .swiper-button-next i{font-size:18px;}
    .sc_hot .sch_left .sch_btn .swiper-button-prev{margin-bottom:0;margin-right:8px;}
    .sc_hot .sch_right{width:100%;}
    .sc_hot .sch_right .sch_txt{padding:37px 15px 25px;width:100%;}
    .sc_hot .sch_right .sch_txt .sch_p{margin-top:20px;}
    .sc_hot .sch_right .sch_txt .sch_p p{font-size:14px;line-height:1.65;}
    .sc_hot .sch_right .sch_txt .sch_p .sch_num{margin-top:20px;}
    .sc_hot .sch_right .sch_txt .sch_p .sch_num em{height:24px;}
    .sc_hot .sch_right .sch_txt .pb_btn{margin-top:20px;}
    .sc_product{padding:30px 0;}
    .sc_product .scp_nav{margin-top:20px;}
    .sc_product .scp_nav .scp_a{padding:0 10px;border-radius:2px;margin-right:10px;}
    .sc_product .scp_ul{margin-top:15px;}
    .sc_product .scp_ul .scp_li{width:calc(50% - 7px);margin-left:14px;margin-top:15px;}
    .sc_product .scp_ul .scp_li:nth-child(odd){margin-left:0;}
    .sc_product .scp_ul .scp_li .scp_pic{border-radius:6px;}
    .sc_product .scp_ul .scp_li .scp_txt{margin-top:12px;}
    .sc_structure{padding:30px 0;}
    .sc_structure .scs_pic{margin-top:20px;}
    .sc_structure .scs_pic .scs_img{width:500px;}
    .sc_structure .scs_pic .scs_img i{width:64px;height:64px;}
    .sc_structure .scs_pic .scs_img em{width:64px;height:64px;background-size:50px auto;}
    .sc_structure .scs_pic .scs_fire{width:320px;position:absolute;left:500px;top:34px;height:58px;}
    .sc_structure .scs_txt{margin-top:20px;}
    .sc_structure .scs_txt .scs_t p{font-size:56px;line-height:60px;margin-top:1px;}
    .sc_structure .scs_txt .scs_t p em{margin-right:7px;}
    .sc_structure .scs_txt .scs_p{width:380px;}
    .sc_structure .scs_txt .scs_p p{font-size:14px;}
    html[lang='ru-RU'] .sc_structure .scs_txt .scs_p{width:400px;}
    .sc_application{padding:30px 0;}
    .sc_application .sca_ul{margin-top:20px;}
    .sc_application .sca_ul .swiper-slide{border-radius:6px;padding:10px;}
    .sc_application .sca_ul .sca_li{flex-direction:column-reverse;}
    .sc_application .sca_ul .sca_li .sca_left{padding:15px 0;width:100%;}
    .sc_application .sca_ul .sca_li .sca_left p{line-height:1.65;}
    .sc_application .sca_ul .sca_li .sca_left p:first-child{font-size:18px;margin-bottom:12px;}
    .sc_application .sca_ul .sca_li .sca_left .pb_btn{margin-bottom:0;margin-top:15px;}
    .sc_application .sca_ul .sca_li .sca_right{width:100%;}
    .sc_application .sca_btn{top:50px;}
    .sc_application .sca_btn .swiper-button-prev,.sc_application .sca_btn .swiper-button-next{width:36px;height:36px;border-radius:3px;}
    .sc_application .sca_btn .swiper-button-prev i,.sc_application .sca_btn .swiper-button-next i{font-size:18px;}
    .sc_application .sca_btn .swiper-button-prev{margin-right:6px;}
    .sc_fenge{padding:20px 0 22px;}
    .sc_fenge .scf_left{width:100%;}
    .sc_fenge .scf_left p{font-size:14px;}
    .sc_fenge .scf_left p:first-child{font-size:20px;margin-bottom:8px;}
    .sc_fenge .scf_right{width:100%;margin-top:20px;}
    .sc_fenge .scf_right .scf_phone{width:100%;}
    .sc_fenge .scf_right .scf_phone .scf_p p:last-child{font-size:18px;}
    .sc_fenge .scf_right a{margin-top:15px;}
    html[lang='ru-RU'] .sc_fenge .scf_left{width:100%;}
    html[lang='ru-RU'] .sc_fenge .scf_right a{min-width:160px;}
    .sc_info{padding:30px 0;}
    .sc_info .container{padding-bottom:0;}
    .sc_info .sci_con{margin-top:20px;}
    .sc_info .sci_left{width:100%;height:60vw;position:relative;}
    .sc_info .sci_left img{object-fit:cover;position:absolute;left:0;top:0;height:100%;object-position:center top;}
    .sc_info .sci_right{padding-left:0;width:100%;margin-top:20px;}
    .sc_info .sci_right .pb_btn{margin-top:25px;}
    .sc_info .sci_txt{width:100%;padding:25px 15px;position:relative;margin-top:20px;}
    .sc_info .sci_txt .sci_p .swiper-slide:before{height:52px;left:-20px;margin-top:-26px;}
    .sc_info .sci_txt .sci_p p{line-height:1.65;}
    .sc_info .sci_txt .sci_p p:first-child{margin-bottom:15px;}
    .sc_info .sci_txt .swiper-pagination{bottom:10px;width:calc(100% - 30px);}
    .sc_info .sci_txt .swiper-pagination-bullet{width:8px;height:8px;margin:0 3px;}
    .sc_video{padding:30px 0;}
    .sc_video .scv_ul{margin-top:20px;}
    .sc_video .scv_ul .scv_img{border-radius:6px;}
    .sc_video .scv_ul .scv_img i{font-size:32px;margin-top:-16px;margin-left:-16px;}
    .sc_video .scv_ul p{margin-top:10px;}
    .sc_video .pb_btn{margin-top:20px;}
    .sc_news{padding:30px 0;}
    .sc_news .scn_ul{margin-top:20px;}
    .sc_news .scn_ul .swiper-slide{padding:8px;border-radius:6px;}
    .sc_news .scn_ul .scn_img{border-radius:3px;}
    .sc_news .scn_ul .scn_txt{padding:10px 0 8px;}
    .sc_news .scn_ul .scn_txt em{margin:10px 0;}
    .sc_news .scn_ul .scn_txt span{margin-top:15px;}
    .sc_news .pb_btn{margin-top:20px;}
    .sc_message{padding:30px 0;}
    .sc_message .scm_left{padding-left:0;width:100%;margin-top:20px;}
    .sc_message .scm_left .pb_tit{max-width:none;}
    .sc_message .scm_left .scm_ul{padding-top:12px;}
    .sc_message .scm_left .scm_ul .scm_li .scm_title{padding:9px 10px;}
    .sc_message .scm_left .scm_text{padding:8px;}
    .sc_message .scm_right{width:100%;padding:18px 15px;}
    .sc_message .scm_right .scm_form .scm_t{font-size:22px;}
    .sc_message .scm_right .scm_form .scm_p{margin-top:11px;}
    .sc_message .scm_right .scm_input{padding-top:6px;}
    .sc_message .scm_right .scm_input .scm_li{margin-top:10px;}
    .sc_message .scm_right .scm_input input{padding:8px 10px;}
    .sc_message .scm_right .scm_input textarea{padding:8px 10px;}
    .sc_message .scm_right .scm_input .scm_btn{height:40px;margin-top:15px;}
}

@media screen and (max-width:767px){
    .sc_banner .swiper-slide{height:auto;}
    .sc_banner .scb_txt{position:relative;padding:40px 0 50px;}
    .sc_banner .scb_txt .container{justify-content:center;}
    .sc_banner .scb_txt .scb_t{padding-bottom:15px;}
    .sc_banner .scb_txt .scb_t .scb_hp{font-size:14px;}
    .sc_banner .scb_txt .scb_t .scb_hp br{display:none;}
    .sc_banner .scb_txt .scb_t .scb_hp:last-child{font-size:26px;margin-top:7px;}
    .sc_hot .sch_left .sch_pic{height:auto;}
    .sc_hot .sch_left .sch_pic .sch_img{height:auto;padding-bottom:90.625%;}
    .sc_hot .sch_left .sch_pic .sch_font{font-size:50px;top:20px;}
    .sc_hot .sch_right .sch_txt{padding:37px 15px 20px;}
    .sc_hot .sch_right .sch_txt .sch_p{margin-top:15px;}
    .sc_hot .sch_right .sch_txt .sch_p .sch_num .sch_span span:first-child{font-size:14px;margin-bottom:4px;}
    .sc_product .scp_nav{margin-top:15px;}
    .sc_product .scp_nav .scp_a{margin-top:10px;}
    .sc_product .scp_ul{margin-top:5px;}
    .sc_product .scp_ul .scp_li{width:100%;margin-left:0;margin-top:20px;}
    .sc_product .scp_ul .scp_li .scp_txt{margin-top:10px;}
    .sc_structure .scs_pic .scs_img{width:66%;}
    .sc_structure .scs_pic .scs_img i{width:12.5%;padding-bottom:12.5%;height:auto;}
    .sc_structure .scs_pic .scs_img em{width:12.5%;padding-bottom:12.5%;height:auto;background-size:23px auto;background-position:top 10px left 10px;}
    .sc_structure .scs_pic .scs_fire{width:34%;position:absolute;left:66%;top:20%;height:auto;}
    .sc_application .sca_ul .swiper-slide{height:auto;}
    .sc_application .sca_ul .sca_bg:before{background:rgba(22,34,45,.55);}
    .sc_application .sca_ul .sca_li .sca_left p:first-child{margin-bottom:10px;}
    .sc_application .sca_ul .sca_li .sca_right{display:none;}
    .sc_application .sca_btn{top:0;position:relative;margin-top:20px;}
    .sc_info .sci_txt{padding:15px 12px 35px;}
    .sc_info .sci_txt .sci_p .swiper-slide:before{content:none;}
    .sc_info .sci_txt .sci_p p:first-child{margin-bottom:10px;}
    .sc_message .scm_right{padding:15px 12px;}
    .sc_message .scm_right .scm_input .scm_li{width:100%;}
}