﻿@charset "utf-8";

.feedbackbox ul{}
.feedbackbox ul>li{width:100%;position:relative;}
.feedbackbox ul>li:not(:last-child){margin-bottom:15px;}
.feedbackbox ul>li:last-child{margin-right:0;}
.feedbackbox ul>li.half{width:48%;margin-left:0;margin-right:0;}
.feedbackbox ul>li>label{text-align:left;font-weight:normal;font-size:14px;line-height:30px;margin-bottom:8px;display:block;color:var(--color-font);}
.feedbackbox ul>li>label>em{color:#f00;font-style:initial;font-size:18px;line-height:30px;display:inline-block;vertical-align:top;margin-right:5px;}
.feedbackbox ul>li>.input{margin:0;height:49px;width:100%;border:1px solid #e6e8ec;padding-left:15px;background-color:transparent;}
.feedbackbox ul>li textarea.input{resize:none;position:relative;line-height:30px;font-size:16px;padding-top:6px;height:120px;}
.feedbackbox ul>li>.input::placeholder{color:#aaa;font-size:14px;}
.feedbackbox ul>li.tips{border-bottom:none;font-size:18px;line-height:24px;color:#747474;}
.feedbackbox .submit{display:inline-block;margin-top:30px;background-color:var(--color-main);color:#fff;text-align:center;padding:11px 25px;font-size:18px;line-height:30px;}
.feedbackbox .submit>i{margin-right:8px;font-size:18px;display:inline-block;vertical-align:top;}
.feedbackbox .submit:hover{background-color:var(--color-main);}
@media (min-width:1080px) and (max-width:1449px) {
    .feedbackbox ul>li>label{font-size:16px;}
    .feedbackbox ul>li.btnli .btnlink{padding:3px 40px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .feedbackbox ul>li.half{margin-bottom:20px;width:100%;}
    .feedbackbox ul>li>label{font-size:16px;}
    .feedbackbox ul>li textarea.input{}
    .feedbackbox ul>li.btnli .morelink{padding:3px 40px;font-size:16px;line-height:32px;}
    .feedbackbox .submit{font-size:14px;padding:8px 25px;}
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/**********底部样式**********/
.category{ position: fixed; top: 0; bottom: 52px; left: 0; width: 300px; background: #ddd; z-index: 999; max-width: 100%; transition: linear 0.35s; transform: translateX(-100%);}
.category[typeof='close']{}
.category[typeof='open']{ transform: translateX(0)}
.category .top{ background: var(--color-main); display: flex; justify-content: space-between; align-items: center; height: 55px; overflow: hidden;}
.category .top .logo{ width: 50%; margin: 0; display: inline-block; padding:0px 15px;}
.category .top .logo img{ max-height: 35px; width: auto;}
.category .top .close{ margin: 0; display: inline-block; cursor: pointer; padding: 15px;}
.category .top .close i{ font-size: 21px; color: #fff;}
.category .list{ position: relative; z-index: 1; height: calc(100% - 81px); box-sizing: border-box; padding: 30px 15px; overflow: hidden; overflow-y: auto;}
.category .list>ul{}
.category .list>ul>li{ display: block; border-bottom: 1px solid #fff;}
.category .list>ul>li>a{ display: block; font-size: 16px; padding: 10px 15px; color: #666; position: relative;}
.category .list ul>li>a:before{ content: ""; position: absolute; left: 0; top: 50%;transform:translate(0,-50%); width: 5px; height: 5px; background: var(--color-main);}
.category .list ul>li:hover>a{ color: var(--color-main);}
.category .list ul>li:last-child{ border-bottom: 0;}
.category .list ul>li>ul{ padding: 10px 20px 10px 10px;}
.category .list ul>li>ul>li{ margin-bottom: 10px; border-bottom: 1px dotted var(--color-main);}
.category .list ul>li>ul>li>a{ display: block; font-size: 12px; color: #999; padding: 5px 5px 5px 10px;position:relative;}
.category .list ul>li>ul>li:hover>a{ color: var(--color-main);}
.category .list ul>li>ul>li:last-child{ border-bottom: 0;}


footer{background-color:#000;padding-top:65px;}
footer .tit_foot{margin-bottom:25px;font-size:25px;line-height:30px;position:relative;color:#fff;font-family:var(--font-bold);width:100%;}
footer .fck ul li{position:relative;padding-left:16px;}
footer .fck ul li:before{content:"";width:5px;height:5px;background-color:#fff;border-radius:50%;position:absolute;left:0;top:50%;transform:translate(0,-50%);}
footer .fck ul li:not(:last-child){margin-bottom:10px;}
footer .fck ul li>a{display:block;transition:all 0.3s;line-height:24px;color:#fff;font-size:16px;position:relative;}
footer .fck ul li>a:hover{text-decoration:underline;color:#fff;}

.footlogo{margin-bottom:25px;display:inline-block;}
.footlogo img{width:initial;}


footer .left{width:28%;margin:0;}
footer .left .remark{font-size:18px;line-height:30px;color:#fff;margin-bottom:45px;}

footer .right{width:59%;margin:0;}
footer .menulist{display:flex;align-items:center;border-bottom:1px solid #383838;padding-bottom:30px;margin-bottom:60px;}
footer .menulist a{color:#fff;font-size:17px;position:relative;}
footer .menulist a:not(:last-child){margin-inline-end:36px;padding-inline-end:36px;}
footer .menulist a:not(:last-child):before{content:"";width:1px;height:14px;background-color:#fff;position:absolute;right:0;top:50%;transform: translateY(-50%);}
footer .menulist a:hover{text-decoration:underline;}
footer .rightcont{align-items:flex-end;}
footer .contlist{width:59%;margin:0;}
footer .whatsapplist{margin-bottom:30px;}
footer .whatsapplist .whatsapp{font-size:30px;font-family:var(--font-med);color:#fff;align-items:center;}
footer .whatsapplist .whatsapp i{font-size:30px;margin-inline-end:10px;display:inline-block;}
footer .whatsapplist .whatsapp:hover{text-decoration:underline;}
footer .tellist{display:flex;flex-wrap:wrap;}
footer .tellist a{display:flex;align-items:center;min-width:200px;margin-inline-end:15px;}
footer .tellist a i{font-size:20px;margin-inline-end:5px;display:inline-block;color:#fff;}
footer .tellist a span{color:#b2b2b2;}
footer .tellist a:hover span{text-decoration:underline;color:#fff;}
footer .btncont{margin:0 0 10px;border:1px solid #fff;min-width:168px;color:#b2b2b2;}



#Subscribe{background-color:#141414;padding:65px 55px;}
#Subscribe .imgbox{margin-right:55px;margin-left:0;}
#Subscribe .titbox{width:600px;margin-left:0;margin-block:0;}
#Subscribe .titbox .tit{padding-right:120px;line-height:1.1;}
#Subscribe .titbox .slg{margin-top:20px;line-height:1.625;color:#b2b2b2;}
#Subscribe .subscribeBox{width:590px;margin-right:0;margin-left:100px;}
.subscribeBox{background-color:#fff;border-radius:4px;padding:15px;align-items:center;}
.subscribeBox .input{margin:0;height:54px;flex:1;background-color:transparent;}
.subscribeBox .input::placeholder{color:#515151;font-size:16px;}
.subscribeBox .btnSubscribe{width:54px;height:54px;line-height:54px;text-align:center;background-color:#000;color:#fff;border-radius:4px;}
.subscribeBox .btnSubscribe i{font-size:30px;}
.subscribeBox .btnSubscribe:hover{background-color:var(--color-main);}

@media (min-width:1080px) and (max-width:1449px) {
    footer .right{width:68%;}
    footer .menulist a:not(:last-child){margin-inline-end:25px;padding-inline-end:25px;}
    footer .contlist{width:70%;}

    footer ul li > a{font-size:16px;}

    #Subscribe{padding:20px;}
    #Subscribe .imgbox{margin-right:20px;}
    #Subscribe .titbox{width:360px;}
    #Subscribe .titbox .tit{padding-right:0;}
    #Subscribe .subscribeBox{width:360px;margin-right:0;margin-left:30px;padding:8px;}
    .subscribeBox .input{height:40px;}
    .subscribeBox .btnSubscribe{width:40px;height:40px;line-height:40px;}
    .subscribeBox .btnSubscribe i{font-size:24px;}
    
}
@media (min-width:1px) and (max-width:1079px) {
    #Subscribe{padding:20px;}
    #Subscribe .imgbox{margin-right:0;width:100%;margin-bottom:20px;}
    #Subscribe .titbox{width:100%;margin-bottom:20px;}
    #Subscribe .titbox .tit{padding-right:0;}
    #Subscribe .subscribeBox{width:100%;margin-right:0;margin-left:0;padding:8px;}
    .subscribeBox .input{height:40px;}
    .subscribeBox .btnSubscribe{width:40px;height:40px;line-height:40px;}
    .subscribeBox .btnSubscribe i{font-size:24px;}
}

.footshare a>i{display:block;width:44px;height:44px;line-height:44px;color:#fff;text-align:center;background-color:#363636;font-size:24px;}
.footshare a:not(:last-child)>i{margin-inline-end:11px;}
.footshare a.facebook:hover>i{background-color:#1778f2;}
.footshare a.linkedin:hover>i{background-color:#0077b5;}
.footshare a.twitter:hover>i{background-color:#000000;}
.footshare a.youtube:hover>i{background-color:#ce2020;}
.footshare a.pinterest:hover>i{background-color:#e10600;}
.footshare a.instagram:hover>i{background-color:#cf3d6b;}
.footshare a.whatsapp:hover>i{background-color:#25d366;}
.footshare a.tiktok:hover>i{background-color:#000;}

.copyright{padding-block:20px;align-items:center;margin-top:60px;border-top:1px solid #3b3b3b;}
.copyright .footdiv{margin:0;color:#fff;font-size:16px;line-height:24px;}
.copyright .footdiv.footdiv_left{margin-right:auto;}
.copyright .footdiv.footdiv_right{text-align:right;}
.copyright .footdiv>a{color:#fff;font-size:16px;line-height:24px;}
.copyright .footdiv>a:hover{color:#fff;text-decoration:underline;}
@media (min-width:1080px) and (max-width:1449px) {
    footer{padding-top:60px;}
    footer dl dt,footer .tit_foot{font-size:20px;}
    footer dl dd{margin-bottom:10px;}
    footer dl dd > a{font-size:15px;}
    
    .footcontact p:not(:last-child){margin-bottom:20px;}
    
    .footshare{margin-right:3%;}
    .footshare a>i{width:36px;height:36px;line-height:36px;}
    .footshare a:not(:last-child)>i{margin-right:8px;}

    .copyright{margin-top:30px;padding-block:15px;}
    .copyright .footdiv{font-size:14px;}
    .copyright .footdiv > a{font-size:14px;}
}
@media (min-width:1px) and (max-width:1079px) {

    footer{padding:0 0 50px;}
    footer:before{display:none;}
    footer:after{display:none;}

    .footercontent{display:none;}
    .footimgbox {display:none;}
    
    .footshare{display:flex;justify-content:center;width:100%;margin-bottom:8px;}
    .footshare a>i{width:36px;height:36px;line-height:36px;font-size:16px;}

    .copyright{margin-top:0;padding:15px 0;text-align:center;border-top:none;}
    .copyright .footdiv{flex:initial;margin:0;}
    .copyright .footdiv.footdiv_left{width:100%;padding:0;font-size:14px;}
    .copyright .footdiv.footdiv_right{width:100%;padding:0;text-align:center;font-size:14px;}
}


#mobMenu{min-height:50px;border:1px solid #dddddd;position:fixed;bottom:0;width:100%;display:none;z-index:10;background-color:#fff;}
#mobMenu .foot_nav{text-align:center;color: #898989;font-size:12px;flex:1;}
#mobMenu .foot_nav a{color:#000;}
#mobMenu .foot_nav i{display: block;padding: 3px 0px 0px 0px;font-size:18px;line-height:24px;}
#mobMenu .foot_nav .hamburger{position: inherit;float: none;margin: 0 auto;width:100%;}
@media (min-width:1px) and (max-width:1079px) {
    #mobMenu{display:flex;}
}
/**********底部样式**********/

/**********首页样式**********/
#section_pro{overflow:hidden;}
#section_pro .section_tit{width:950px;margin-inline:auto;}
#section_pro .section_remark{width:1150px;margin-inline:auto;}
#section_pro .advlist .item{width:calc((100% - 88px)/3);background-color:#fff;box-shadow:0 0 8px rgba(0,0,0,0.11);padding-block:20px;padding-inline:28px 40px;display:flex;align-items:center;margin:0;}
#section_pro .advlist .item i{width:70px;height:70px;background-color:#f9f9f9;border-radius:50%;text-align:center;line-height:70px;font-size:36px;margin-inline-end:40px;transition:all 0.3s;}
#section_pro .advlist .item p{flex:1;font-size:18px;line-height:1.6667;}
#section_pro .advlist .item:hover i{background-color:var(--color-normal);color:#fff;}
#section_pro .list{display:grid;grid-template-columns: repeat(3, 1fr);gap:30px 42px;margin-top:20px;}
#section_pro .list .item{padding:35px 35px 75px;position:relative;transition:margin 0.8s;}
#section_pro .list .item:before{content:"";position:absolute;inset-inline:0;inset-block:150px 0;box-shadow:0 11px 27px rgba(0,0,0,0.08);z-index:-1;}
#section_pro .list .tit{font-size:18px;line-height:1.6667;font-family:var(--font-med);margin-bottom:25px;}
#section_pro .list .remark p{font-size:14px;line-height:30px;position:relative;display:flex;align-items:center;color:#333;flex-wrap:wrap;}
#section_pro .list .remark p:before{content:"\eaf1";font-family:iconfont;font-size:16px;color:var(--color-normal);margin-right:8px;}
#section_pro .list .item:hover{margin-top:-20px;margin-bottom:20px;}
#section_pro .list .item:hover .tit{text-decoration:underline;}
@media (max-width:1180px){
    #section_pro .section_remark{width:100%;}
}
@media (min-width:1080px) and (max-width:1449px){
    #section_pro .advlist .item{width:calc((100% - 30px)/3);padding:20px;}
    #section_pro .advlist .item i{margin-inline-end:15px;}
    #section_pro .advlist .item p{font-size:16px;}
    #section_pro .list{gap:20px 30px;}
    #section_pro .list .item{padding:35px 20px 40px;}
    #section_pro .list .tit{margin-bottom:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #section_pro .section_tit{width:100%;}
    #section_pro .advlist .item{width:100%;padding:20px;}
    #section_pro .advlist .item:not(:last-child){margin-bottom:20px;}
    #section_pro .advlist .item i{margin-inline-end:15px;}
    #section_pro .advlist .item p{font-size:16px;}
    #section_pro .list{display:grid;grid-template-columns: repeat(2, 1fr);gap:15px 20px;}
    #section_pro .list .item{padding:20px 15px 15px;}
    #section_pro .list .item:before{top:0;box-shadow:0 0px 15px rgba(0,0,0,0.08);}
    #section_pro .list .tit{margin-bottom:15px;font-size:16px;margin-bottom:0;}
    #section_pro .list .remark p{display:none;}
}

#section_about{padding-top:0;}
#section_about .left{width:51.47%;margin:0;}
#section_about .right{width:44%;margin:0;}
#section_about .numlist{margin-bottom:30px;}
#section_about .numlist .item{width:25%;border-top:1px solid #999;border-inline-start:1px solid #999;border-bottom:3px solid var(--color-normal);padding-block:20px;padding-inline:15px 10px;}
#section_about .numlist .item:last-child{border-inline-end:1px solid #999;}
#section_about .numlist i{font-size:20px;color:var(--color-normal);margin-bottom:30px;display:block;line-height:1;}
#section_about .numlist .num{color:#000;font-size:24px;font-family:var(--font-med);}
#section_about .numlist p{font-size:14px;}
#section_about .remark{line-height:1.875;margin-bottom:30px;}
#section_about .remark span{color:#000;}
#section_about .btnlist{display:flex;justify-content:flex-start;margin-bottom:30px;}
#section_about .btnlist .morelink:not(:last-child){margin-inline-end:15px;}
@media (min-width:1080px) and (max-width:1449px){
    #section_about .right{width:46%;}
    #section_about .numlist{margin-bottom:15px;}
    #section_about .numlist .item{padding-inline:10px;}
    #section_about .numlist i{margin-bottom:15px;}
    #section_about .remark{margin-bottom:15px;line-height:1.625;}
}
@media (min-width:1px) and (max-width:1079px) {
    #section_about .left{width:100%;margin-bottom:20px;}
    #section_about .right{width:100%;}
    #section_about .numlist{margin-bottom:15px;}
    #section_about .numlist .item{padding-inline:10px;}
    #section_about .numlist .num{font-size:20px;}
    #section_about .numlist p{font-size:13px;}
    #section_about .numlist i{margin-bottom:15px;}
}

#section_adv{background-repeat:no-repeat;background-position:center;background-attachment:fixed;background-size:cover;}
#section_adv .section_tit{color:#fff;}
#section_adv .section_remark{color:#fff;}
#section_adv .swiper-slide{transform: scale(0.9);}
#section_adv .swiper-slide.swiper-slide-active{transform: scale(1);}
#section_adv .item{flex-flow:row-reverse;background-color:#fff;align-items:center;height:100%;}
#section_adv .item .img{width:51%;margin:0;}
#section_adv .item .txt{width:49%;margin:0;padding-block:20px;padding-inline:50px 40px;}
#section_adv .item .txt .tit{font-size:24px;margin-bottom:20px;}
#section_adv .item .txt .remark{font-size:16px;line-height:1.875;margin-bottom:50px;}
#section_adv .item .txt .link{display:flex;align-items:center;width:fit-content;}
#section_adv .item .txt .link span{color:var(--color-normal);font-weight:bold;}
#section_adv .item .txt .link i{color:var(--color-normal);margin-inline-start:10px;font-size:18px;}
#section_adv .item .txt .link:hover span{text-decoration:underline;}
#section_adv .btnlist{text-align:center;margin-top:60px;}
#section_adv .btnlist .swbtn{display:inline-block;position:relative;}
#section_adv .btnlist .swbtn>i{font-size:20px;line-height:38px;text-align:center;display:inline-block;width:40px;height:40px;color:#fff;border:1px solid #777;}
#section_adv .btnlist .swbtn.btn-next{margin-inline-start:20px;}
#section_adv .btnlist .swbtn.btn-next>i{transform:rotateY(180deg);}
#section_adv .btnlist .swbtn:hover i{background-color:var(--color-normal);border-color:var(--color-normal);}
@media (min-width:1080px) and (max-width:1449px){
    #section_adv .swiper-slide{height:100%;max-height:330px;}
    #section_adv .item{}
    #section_adv .item .img{width:47%;height:100%;}
    #section_adv .item .img img{width:100%;height:100%;object-fit:cover;}
    #section_adv .item .txt{width:53%;padding:20px;}
    #section_adv .item .txt .tit{margin-bottom:10px;font-size:20px;}
    #section_adv .item .txt .remark{margin-bottom:20px;font-size:15px;line-height:1.625;}
}
@media (min-width:1px) and (max-width:1079px) {
    #section_adv .swiper{padding-inline:15px;}
    #section_adv .item{flex-wrap:wrap;display:block;}
    #section_adv .item .img{width:100%;}
    #section_adv .item .img img{width:100%;height:100%;object-fit:cover;}
    #section_adv .item .txt{width:100%;padding-block:20px;padding-inline:20px;}
    #section_adv .item .txt .tit{margin-bottom:10px;font-size:18px;}
    #section_adv .item .txt .remark{margin-bottom:20px;font-size:14px;line-height:1.625;}
    #section_adv .btnlist{margin-top:30px;}
}

#section_app .section_remark{max-width:1000px;}
#section_app .swiper_app_1{margin-bottom:25px;}
#section_app .swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
#section_app .mask{position:relative;margin-bottom:40px;}
#section_app .mask:before{content:"";position:absolute;inset:0;background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,1));z-index:3;}
#section_app .intro .remark{margin-bottom:25px;color:#999;}
#section_app .intro .morelink{box-shadow:0 3px 29px rgba(0,0,0,0.2);margin:0 auto;}
@media (min-width:1080px) and (max-width:1449px){
}
@media (min-width:1px) and (max-width:1079px) {
}

#section_news{padding-top:0;}
#section_news .list{display:grid;grid-template-columns: repeat(3, 1fr);gap:30px;}
#section_news .item{background-color:#fff;}
#section_news .item .txt{padding:25px 10px;}
#section_news .item time{display:flex;align-items:center;margin-bottom:6px;}
#section_news .item time i{margin-inline-end:8px;color:var(--color-normal);}
#section_news .item time span{color:#999;font-size:14px;}
#section_news .item .tit{font-size:18px;color:#000;margin-bottom:15px;}
#section_news .item .link{font-size:14px;font-family:var(--font-med);text-transform:uppercase;color:#666;display:flex;align-items:center;}
#section_news .item .link i{font-size:24px;color:#666;margin-inline-start:15px;line-height:1;}
#section_news .item:hover{box-shadow:0 0 40px rgba(0,0,0,0.06);}
#section_news .item:hover .tit{color:var(--color-normal);}
@media (min-width:1080px) and (max-width:1449px){
    #section_news .list{gap:20px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #section_news .list{display:grid;grid-template-columns: repeat(1, 1fr);gap:20px;}
    #section_news .item {box-shadow:0 0 10px #eee;}
    #section_news .item .tit{-webkit-line-clamp:initial;}
    #section_news .item .img{display:none;}
}

#HomeFeedback{background-repeat:no-repeat;background-position:center;background-attachment:fixed;}
#HomeFeedback .left{width:43.16%;margin:0;}
#HomeFeedback .left .img{position:relative;}
#HomeFeedback .left .lxfs{position:absolute;bottom:60px;left:50%;transform:translate(-50%,0);background-color:#fff;border-radius:50px;display:flex;align-items:center;justify-content:center;padding:20px;max-width:90%;min-width:475px;}
#HomeFeedback .left .lxfs i{font-size:50px;line-height:1;color:#000;margin-inline-end:15px;}
#HomeFeedback .left .lxfs div{margin:0;}
#HomeFeedback .left .lxfs p.title{font-size:18px;line-height:1;color:#666;margin-bottom:3px;}
#HomeFeedback .left .lxfs span.number{font-size:30px;line-height:1;color:#000;}
#HomeFeedback .feedbackbox{width:51.5%;margin:0;}
#HomeFeedback .feedbackbox ul>li{position:relative;}
#HomeFeedback .feedbackbox ul>li:not(:last-child){margin-bottom:18px;}
#HomeFeedback .feedbackbox ul>li.half{width:48%;margin-left:0;margin-right:0;}
#HomeFeedback .feedbackbox ul>li>label{display:block;color:#333;}
#HomeFeedback .feedbackbox ul>li>.input{padding-inline-start:10px;height:56px;border:1px solid #dbdbdb;background-color:#fff;}
#HomeFeedback .feedbackbox ul>li>.input::placeholder{color:#000;font-size:16px;}
#HomeFeedback .feedbackbox ul>li textarea.input{height:140px;}
#HomeFeedback .feedbackbox .morelink{margin-top:30px;min-width:275px;font-size:18px;}
#HomeFeedback .feedbackbox .morelink i{font-size:20px;}
@media (min-width:1080px) and (max-width:1449px){
    #HomeFeedback .left .lxfs{bottom:15px;padding:10px 25px;}
    #HomeFeedback .left .lxfs i{font-size:40px;}
    #HomeFeedback .left .lxfs p.title{font-size:16px;margin-bottom:5px;}
    #HomeFeedback .left .lxfs span.number{font-size:20px;}

    #HomeFeedback .feedbackbox ul > li:not(:last-child){margin-bottom:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #HomeFeedback .left{width:100%;margin-bottom:20px;}
    #HomeFeedback .left .lxfs{bottom:15px;padding:10px 25px;}
    #HomeFeedback .left .lxfs i{font-size:40px;}
    #HomeFeedback .left .lxfs p.title{font-size:16px;margin-bottom:5px;}
    #HomeFeedback .left .lxfs span.number{font-size:20px;}
    #HomeFeedback .feedbackbox{width:100%;}

    #HomeFeedback .feedbackbox ul > li.half{width:100%;}
    #HomeFeedback .feedbackbox ul > li:not(:last-child){margin-bottom:15px;}
    #HomeFeedback .feedbackbox p{font-size:14px;}
}
/**********首页样式**********/

/**********左侧菜单**********/
#left_nav{width:280px;margin:0;}
#right_nav{width:calc(100% - 350px);margin:0;}
.leftbox{}
.leftbox:not(:last-child){margin-bottom:20px;}
.leftbox .left_tit{font-size:18px;line-height:28px;position:relative;font-weight:bold;display:flex;align-items:center;justify-content:flex-start;border-bottom:2px solid #000;padding-bottom:15px;}
.leftbox .left_tit i{color:var(--color-normal);font-weight:normal;margin-inline-end:6px;font-size:20px;}
.leftbox ul>li{position:relative;margin-top:7px;border-bottom:1px solid transparent;}
.leftbox ul>li>a{display:block;position:relative;font-size:16px;line-height:24px;padding-block:8px;padding-inline-end:24px;color:#666;}
.leftbox ul>li>a>i{position:absolute;inset-inline-end:0;top:8px;width:24px;height:24px;font-size:16px;line-height:24px;text-align:center;transition:all 0.3s;color:#000;transform:rotate(180deg);}
.leftbox ul>li.active,.leftbox ul>li:hover{border-bottom:1px solid #000;}
.leftbox ul>li.active>a,.leftbox ul>li:hover>a{color:var(--color-main);}
.leftbox ul>li.active>a>i,.leftbox ul>li:hover>a>i{transform:rotate(270deg);}
.leftbox ul>li>ul{padding:0 0 15px 15px;}
.leftbox ul>li>ul>li{border-bottom:none;padding:10px 0 10px 0;position:relative;}
.leftbox ul>li>ul>li>a{font-size:16px;line-height:24px;color:#666;padding:0;font-family:var(--font);}
.leftbox ul>li>ul>li:hover>a{color:var(--color-main)}
.leftbox ul>li.active>ul{display:block}


.swiper_left_news{border:1px solid #efefef;text-align:center;position:relative;}
.swiper_left_news .title{font-size:16px;line-height:1.875;color:#666;}
.swiper_left_news .item{padding:20px;}
.swiper_left_news .swiper-pagination{position:relative;left:initial;top:initial;}
.swiper_left_news .swiper-pagination-bullet{width:12px;height:12px;border:1px solid #eaeaea;opacity:1;position:relative;margin:0 3px;background-color:transparent;}
.swiper_left_news .swiper-pagination-bullet-active{border-color:#000;}
.swiper_left_news .swiper-pagination-bullet-active:before{content:"";width:4px;height:4px;background-color:#000;border-radius:50px;position:absolute;left:calc(50% - 2px);top:calc(50% - 2px);}
.swiper_left_news .swbtn{position:absolute;}
.swiper_left_news .swbtn.btn-prev{inset-inline-start:5px;top:50%;transform:translate(0,-50%);z-index:2;}
.swiper_left_news .swbtn.btn-next{inset-inline-end:5px;top:50%;transform:translate(0,-50%);z-index:2;}
.swiper_left_news .swbtn i{width:39px;height:73px;line-height:73px;background-color:rgba(0,0,0,0.15);display:block;font-size:36px;color:#fff;}
.swiper_left_news .swbtn.btn-next i{transform:rotateY(180deg);}

#LeftPro .list{}
#LeftPro .list .item{border:1px solid #e7e7e7;position:relative;background-color:#fff;border-radius:5px;display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;overflow:hidden;}
#LeftPro .list .item .img{width:100px;border-right:1px solid #e7e7e7;}
#LeftPro .list .item h4{width:calc(100% - 100px);padding:0 15px;font-size:18px;line-height:1.4;color:#111;word-break:keep-all;}
#LeftPro .list .item:hover h4{color:var(--color-main);}

#LeftFeedback{margin-top:20px;}
.leftbox .feedbackbox{}
.leftbox .feedbackbox ul>li{border:none;}
.leftbox .feedbackbox ul>li:not(:last-child){margin-bottom:20px;}
.leftbox .feedbackbox ul>li label{margin-bottom:0;display:none;}
.leftbox .feedbackbox ul>li>.input{height:56px;padding-left:0;background-color:#f9f9f9;border-color:#efefef;font-size:16px;padding-inline-start:15px;}
.leftbox .feedbackbox ul>li>.input::placeholder{color:#999;font-size:14px;}
.leftbox .feedbackbox ul>li textarea.input{height:220px;}
.leftbox .feedbackbox .morelink{margin-top:20px;}
.leftbox .feedbackbox .morelink i{margin-inline-start:0;}


#LeftContact{padding-bottom:20px;}
#LeftContact{}
#LeftContact .contbox{width:100%;position:relative;padding-left:35px;}
#LeftContact .contbox{margin-top:16px;}
#LeftContact .contbox i{margin-right:8px;font-size:24px;line-height:24px;color:#666;position:absolute;inset-inline-start:0;top:0;}
#LeftContact .contbox span{font-size:16px;line-height:24px;color:#666;display:block;}
#LeftContact .contbox a{font-size:16px;line-height:24px;color:#666;display:block;}
#LeftContact .contbox p{font-size:16px;line-height:24px;color:#666;display:block;}
#LeftContact .contbox a:hover{color:var(--color-main);text-decoration:underline;}
@media (min-width:1080px) and (max-width:1449px) {
    #left_nav{width:29%;}
    #right_nav{width:68%;}

    .leftbox ul > li > a{font-size:16px;}
    .leftbox .feedbackbox{}

    #LeftNews .list .item{}
    #LeftNews .list .item .txt{padding:10px;}
    #LeftNews .list .item .morelink{padding:3px 30px;margin-top:10px;}

    #LeftContact .txt{}
    #LeftContact .contbox a{font-size:14px;}
    #LeftContact .contbox span{font-size:14px;line-height:1.6;}

    .leftbox .feedbackbox ul > li:not(:last-child){margin-bottom:10px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #left_nav{display:none;}
    #right_nav{width:100%;}
}

.leftSearch{padding:10px;}
#sform2{overflow:hidden;margin:0;width:100%;display:flex;justify-content:space-between;align-items:center;}
#sform2 #stext2{width:calc(100% - 42px);height:42px;background-color:transparent;margin:0;padding-left:10px;background-color:#fff;}
#sform2 #stext2::placeholder{font-size:14px;color:#999;}
#sform2 #sbut2{background-color:transparent;border:none;width:42px;height:42px;background-color:#2552a1;}
#sform2 #sbut2>i{color:#fff;font-size:16px;cursor:pointer;}
@media (min-width:1080px) and (max-width:1449px) {
}
@media (min-width:1px) and (max-width:1079px) {
    .pagetitbox .ntitbox{margin-bottom:10px;}
    #sform2{width:100%;padding:5px 5px;}
}

article.context,article.context>*{line-height:2;font-size:16px;}
@media (min-width:1px) and (max-width:1079px) {
    article.context,article.context>*{line-height:1.8;font-size:14px;}
}
/**********左侧菜单**********/


/**********关于我们**********/
#abframe_1{}
#abframe_1 .left{width:48%;margin:0;}
#abframe_1 .right{width:48%;margin:0;padding-right:30px;}
#abframe_1 .section_head{margin-bottom:10px;}
#abframe_1 .section_remark{font-size:18px;line-height:1.6667;font-family:var(--font-med);color:#000;}
#abframe_1 .remark{line-height:1.875;margin-bottom:80px;}
#abframe_1 .remark span{color:#000;}
#abframe_1 .morelink{min-width:165px;}
#abframe_1 .right .imgbox{position:relative;}
#abframe_1 .right .imgbox:before{content:"";width:95%;background-color:#000;position:absolute;inset-block:0 -30px;inset-inline-end:-30px;z-index:-1;}
#abframe_1 .video_icon{inset-block-end:5%;inset-block-start:initial;inset-inline-start:5%;inset-inline-end:initial;transform:initial;}
#abframe_1 .list{display:grid;grid-template-columns:repeat(3, 1fr);gap: 36px;margin-top:80px;}
#abframe_1 .list .item{background-color:#f9fafb;padding-block:45px 50px;padding-inline:35px 70px;margin:0 0 70px 0;}
#abframe_1 .list .item:nth-child(2){margin-block:70px 0;}
#abframe_1 .list .item .number{font-size:53px;line-height:1;font-family:var(--font-med);color:#000;margin-bottom:50px;display:block;}
#abframe_1 .list .item .txt{border-left:2px solid var(--color-normal);padding-inline-start:30px;}
#abframe_1 .list .item .title{font-size:42px;color:#000;line-height:1;margin-bottom:25px;}
#abframe_1 .list .item .remark{font-size:16px;line-height:1.875;color:#333;margin-bottom:0;padding-bottom:30px;}


#abframe_2{background-color:#f2f3f4;}
#abframe_2 .btnlist{position:absolute;inset-inline-end:0;top:50%;transform:translate(0,-50%);display:flex;align-items:center;}
#abframe_2 .btnlist .swbtn{width:56px;height:40px;background-color:var(--color-main);color:#fff;text-align:center;line-height:40px;}
#abframe_2 .btnlist .swbtn i{font-size:20px;}
#abframe_2 .btnlist .swbtn.btn-prev{margin-inline-end:20px;}
#abframe_2 .btnlist .swbtn.btn-next{transform:scaleX(-1);}
#abframe_2 .left{width:85.7%;margin:0;}
#abframe_2 .swiper-his{height:490px;}
#abframe_2 .swiper-his .item{background-color:#fff;height:100%;align-items:center;padding:20px 50px;}
#abframe_2 .swiper-his .item .img{width:44%;margin:0;overflow:hidden;}
#abframe_2 .swiper-his .item .txt{width:40%;margin-inline:6% 0;}
#abframe_2 .swiper-his .item .txt .year{font-size:30px;color:var(--color-normal);}
#abframe_2 .swiper-his .item .txt .tit_his{font-size:24px;font-family:var(--font-med);margin-block:10px 20px;}
#abframe_2 .swiper-his .item .txt .remark{color:#666;line-height:2;}
#abframe_2 .right{width:10%;margin:0;}
#abframe_2 .swiper-hisline{height:490px;}
#abframe_2 .swiper-hisline .swiper-slide{background-color:#fff;overflow:hidden;height:63px;}
#abframe_2 .swiper-hisline .swiper-slide:not(:last-child){margin-bottom:23px;}
#abframe_2 .swiper-hisline .swiper-slide .year{padding:16px 10px;line-height:30px;text-align:center;font-size:22px;color:#666;cursor:pointer;transition:all 0.3s;border-top:3px solid #fff;}
#abframe_2 .swiper-hisline .swiper-slide.active .year{border-top:3px solid var(--color-main);color:var(--color-main);font-weight:bold;}

#abframe_3{background-repeat:no-repeat;background-position:center;background-attachment:fixed;background-size:cover;}
#abframe_3 .left{width:38%;margin:0;}
#abframe_3 .left .section_head{margin-bottom:0;}
#abframe_3 .left .section_tit{color:#fff;}
#abframe_3 .left .section_remark{color:#fff;line-height:2.25;}
#abframe_3 .right{width:57%;margin:0;}
#abframe_3 .right .list{display:grid;grid-template-columns:repeat(3, 1fr);gap: 15px;}

#abframe_4{background-color:#f9fafb;}
#abframe_4 .swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
#abframe_4 .item{padding-bottom:12px;background-color:#f1f2f3;}
#abframe_4 .item p{display:none;}
#abframe_4 .mask{position:relative;}
#abframe_4 .mask:before{content:"";position:absolute;inset:0;background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 15%, rgba(255,255,255,0) 85%, rgba(255,255,255,1));z-index:3;}

#abframe_5{}
#abframe_5 .content{position:relative;padding-bottom:70px;}
#abframe_5 .section_head{position:absolute;top:20px;inset-inline-end:0;width:24%;margin-bottom:0;}
#abframe_5 .section_remark{color:#666;}
#abframe_5 .numlist .item{margin-top:40px;}
#abframe_5 .numlist .item .num{font-size:48px;line-height:1;color:#000;}
#abframe_5 .numlist .item p{font-size:16px;line-height:1.875;color:#666;}
#abframe_5 .morelink{margin-top:55px;background-color:#fff;border:1px solid #000;color:#000;}
#abframe_5 .morelink i{color:#000;}
#abframe_5 .morelink:hover{color:#fff;}
#abframe_5 .morelink:hover i{color:#fff;}
#abframe_5 .imgbox{position:relative;width:76%;margin:0;}
#abframe_5 .imgbox img{width:initial;}
#abframe_5 .pointimg{position:absolute;top:40%;inset-inline-start:75%;}
#abframe_5 .pointimg i{font-size:60px;line-height:1;}
#abframe_5 .imgbox .point{position:absolute;z-index:1;border-radius:50%;}
#abframe_5 .imgbox .point i{width:16px;height:16px;border-radius:50px;background-color:transparent;position:relative;z-index:1;display:block;border:5px solid var(--color-normal);}
#abframe_5 .imgbox .point.active:before{content:"";}
#abframe_5 .imgbox .point1{top:23%;inset-inline-start:73.5%;}
#abframe_5 .imgbox .point2{top:33%;inset-inline-start:49%;}
#abframe_5 .imgbox .point3{top:33%;inset-inline-start:56%;}
#abframe_5 .imgbox .point4{top:34%;inset-inline-start:59%;}
#abframe_5 .imgbox .point5{top:43%;inset-inline-start:44.5%;}
#abframe_5 .imgbox .point6{top:41%;inset-inline-start:50%;}
#abframe_5 .imgbox .point7{top:43%;inset-inline-start:53%;}
#abframe_5 .imgbox .point8{top:46%;inset-inline-start:57.5%;}
#abframe_5 .imgbox .point9{top:46%;inset-inline-start:63%;}
#abframe_5 .imgbox .point10{top:47.5%;inset-inline-start:50.5%;}
#abframe_5 .imgbox .point11{top:52%;inset-inline-start:55.5%;}
#abframe_5 .imgbox .point12{top:65%;inset-inline-start:54%;}
#abframe_5 .imgbox .point13{top:56%;inset-inline-start:77%;}
#abframe_5 .imgbox .point14{top:58%;inset-inline-start:79%;}
#abframe_5 .imgbox .point15{top:65.5%;inset-inline-start:76.5%;}
#abframe_5 .imgbox .point16{top:66%;inset-inline-start:82.5%;}
#abframe_5 .imgbox .point17{top:32%;inset-inline-start:18%;}
#abframe_5 .imgbox .point18{top:10%;inset-inline-start:38%;}
#abframe_5 .imgbox .point.active{
    animation: pointblink 1.5s infinite;
}
#abframe_5 .imgbox .point.active:before{content:"";width:16px;height:16px;border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
#abframe_5 .imgbox .point.active i{background-color:#fff;border-color:var(--color-main);}
@keyframes pointblink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}
#abframe_5 .CustomersList{position:absolute;bottom:0;inset-inline-start:0;width:66.7%;display:grid;grid-template-columns: repeat(3, 1fr);gap:20px;}


@media (min-width:1080px) and (max-width:1449px) {
    #abframe_1 .section_remark{font-size:17px;}
    #abframe_1 .remark{margin-bottom:30px;}

    #abframe_1 .list{gap:20px;}
    #abframe_1 .list .item{padding:25px;}
    #abframe_1 .list .item .number{font-size:42px;margin-bottom:30px;}
    #abframe_1 .list .item .title{font-size:30px;}
    #abframe_1 .list .item .remark{font-size:15px;line-height:1.625;}
    #abframe_1 .list .item .txt{padding-left:20px;}
    
    #abframe_2 .swiper-his{height:340px;}
    #abframe_2 .swiper-his .item{padding:30px;}
    #abframe_2 .swiper-his .item .txt{width:50%;}
    #abframe_2 .swiper-his .item .txt .tit_his{font-size:20px;margin-block:8px 10px;}
    #abframe_2 .right{width:12%;}
    #abframe_2 .swiper-hisline{height:340px;}
    #abframe_2 .swiper-hisline .swiper-slide{height:48px;}
    #abframe_2 .swiper-hisline .swiper-slide .year{font-size:18px;padding:8px;line-height:30px;}
    #abframe_2 .swiper-hisline .swiper-slide:not(:last-child){margin-bottom:10px;}

    #abframe_3 .left{width:39%;}
    #abframe_3 .left .section_remark{line-height:1.875;}

    #abframe_5 .numlist .item{margin-top:20px;}
    #abframe_5 .numlist .item .num{font-size:36px;}
    #abframe_5 .morelink{margin-top:20px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #abframe_1 .left{width:100%;margin-bottom:20px;}
    #abframe_1 .right{width:100%;}
    #abframe_1 .section_remark{font-size:17px;}
    #abframe_1 .remark{margin-bottom:30px;}
    #abframe_1 .list{grid-template-columns:repeat(1, 1fr);gap:20px;}
    #abframe_1 .list .item{padding:25px;margin:0;}
    #abframe_1 .list .item:nth-child(2){margin-block:0;}
    #abframe_1 .list .item .number{font-size:36px;margin-bottom:30px;}
    #abframe_1 .list .item .title{font-size:24px;}
    #abframe_1 .list .item .remark{font-size:14px;line-height:1.625;}
    #abframe_1 .list .item .txt{padding-left:20px;}

    #abframe_2 .btnlist{position:relative;top:initial;inset-inline-end:initial;transform:initial;margin-top:10px;}
    #abframe_2 .left{width:100%;}
    #abframe_2 .swiper-his{height:auto;}
    #abframe_2 .swiper-his .item{padding:20px;}
    #abframe_2 .swiper-his .item .img{width:100%;margin-bottom:20px;}
    #abframe_2 .swiper-his .item .txt{width:100%;padding:0;margin:0;}
    #abframe_2 .swiper-his .item .txt .year{font-size:24px;}
    #abframe_2 .swiper-his .item .txt .tit_his{font-size:18px;margin-block:8px 10px;}
    #abframe_2 .swiper-his .item .txt .remark{font-size:13px;}
    #abframe_2 .right{display:none;}

    #abframe_3 .left{width:100%;}
    #abframe_3 .right{width:100%;margin-top:20px;}

    #abframe_5 .content{padding-bottom:0;}
    #abframe_5 .section_head{position:relative;width:100%;top:initial;inset-inline-end:initial;}
    #abframe_5 .morelink{margin-top:20px;margin-bottom:20px;}
    #abframe_5 .numlist{display:none;}
    #abframe_5 .imgbox{width:100%;}
    #abframe_5 .CustomersList{position:relative;width:100%;bottom:initial;inset-inline-start:initial;margin-top:25px;gap:10px;}
}
/**********关于我们**********/



/**********下载、图库、FAQ、视频**********/
.faqlist dl{transition:all 0.3s;overflow:hidden;position:relative;cursor:pointer;border:1px solid #e3e3e3;padding-block:20px;padding-inline:25px 15px;background-color:#fff;}
.faqlist dl:before{content:"";width:5px;height:100%;background-color:var(--color-normal);position:absolute;inset:0;}
.faqlist dl:not(:last-child){margin-bottom:11px;}
.faqlist dl>dt{font-size:18px;line-height:30px;position:relative;display:flex;font-family:var(--font);font-weight:bold;padding-inline:30px 20px;}
.faqlist dl>dt:before{content:"Q";position:absolute;inset:0;}
.faqlist dl>dt:after{content:"\e602";font-family:iconfont;font-size:16px;line-height:30px;text-align:center;position:absolute;inset-inline-end:0;transition:all 0.3s;font-weight:normal;}
.faqlist dl>dd{overflow:hidden;font-size:16px;line-height:28px;position:relative;transition:all 0.3s;color:var(--color-font);padding-inline-start:30px;height:0;}
.faqlist dl>dd:before{content:"A";position:absolute;inset:0;font-family:var(--font);font-weight:bold;font-size:18px;}
.faqlist dl.active>dt{color:var(--color);}
.faqlist dl.active>dt:after{content:"\e603";}
.faqlist dl.active>dd{height:auto;}
@media (min-width:1080px) and (max-width:1449px) {
    .faqlist dl>dt{font-size:18px;}
    .faqlist dl>dd{font-size:14px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #faqframe{margin-top:30px;}
    .faqlist dl{padding:10px 15px;}
    .faqlist dl>dt::before{line-height:24px;}
    .faqlist dl>dt::after{line-height:24px;}
    .faqlist dl:after{line-height:21px;right:10px;top:15px;}
    .faqlist dl>dt{font-size:14px;line-height:24px;padding-inline:20px;}
    .faqlist dl>dd{font-size:13px;line-height:21px;}
    .faqlist dl>dd::before{line-height:24px;}
    .faqlist dl.active>dd{margin-top:8px;}
}

.faqlist2 dl{transition:all 0.3s;overflow:hidden;padding:20px 0 20px 0;position:relative;cursor:pointer;background-color:#fafafa;counter-increment:number;padding-left:80px;margin-bottom:14px;padding-right:20px;}
.faqlist2 dl:before{content:counter(number);font-size:18px;font-weight:bold;position:absolute;left:0;top:0;width:60px;height:100%;background-color:#f2f2f2;text-align:center;padding-top:20px;border-right:1px solid #dadada;}
.faqlist2 dl>dt{font-size:16px;line-height:30px;position:relative;color:#4b5563;font-family:var(--font);font-weight:bold;padding-right:40px;}
.faqlist2 dl>dt:after{content:"\e600";font-family:iconfont;font-size:16px;line-height:30px;text-align:center;position:absolute;right:0;top:0;transition:all 0.3s;color:#bebebe;}
.faqlist2 dl>dd{overflow:hidden;font-size:16px;line-height:26px;position:relative;transition:all 0.3s;color:#111827;height:0;}
.faqlist2 dl.active:before{color:var(--color-main);}
.faqlist2 dl.active>dt{color:var(--color-main);}
.faqlist2 dl.active>dt:after{transform:rotate(-180deg);}
.faqlist2 dl.active>dd{height:auto;margin-top:15px;padding-bottom:5px;}
@media (min-width:1080px) and (max-width:1449px) {
    .faqlist2 dl>dt{font-size:16px;}
    .faqlist2 dl>dd{font-size:14px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .faqlist2 dl{}
    .faqlist2 dl>dt::before{line-height:24px;}
    .faqlist2 dl>dt::after{line-height:24px;right:10px;top:0px;}
    .faqlist2 dl:after{line-height:21px;right:10px;top:15px;}
    .faqlist2 dl>dt{font-size:14px;line-height:24px;}
    .faqlist2 dl>dd{font-size:13px;line-height:21px;padding-right:15px;}
    .faqlist2 dl>dd::before{line-height:24px;}
    .faqlist2 dl.active>dd{margin-top:8px;}
}

.downloadlist{display:grid;grid-template-columns: repeat(4, 1fr);gap:20px;}
.downloadlist .item{border:1px solid #e6eaf2;}
.downloadlist .item .img{}
.downloadlist .item .txt{padding:10px 0;}
.downloadlist .item .txt p{font-size:18px;line-height:30px;color:var(--color);text-align:center;}
.downloadlist .item .txt a.morelink{padding:4px 15px;border-radius:4px;font-size:16px;text-transform:capitalize;margin-right:auto;}
.downloadlist .item .txt a.morelink>i{font-size:18px;margin-right:8px;margin-left:0;}
.downloadlist .item .downbox{align-items:center;}
.downloadlist .item .downbox span{padding:6px 13px;border:1px solid var(--color-main);color:var(--color-main);border-radius:4px;}
.downloadlist .item .downbox span.ext{border-color:#6b7280;color:#6b7280;margin-left:8px;}
@media (min-width:1080px) and (max-width:1449px){
    .downloadlist{grid-template-columns: repeat(3, 1fr);gap:20px;}
    .downloadlist .item .txt p{font-size:16px;line-height:1.6;}
}
@media (min-width:1px) and (max-width:1079px) {
    .downloadlist{grid-template-columns: repeat(2, 1fr);gap:15px;}
    .downloadlist .item .txt{padding:10px 0;}
    .downloadlist .item .txt p{font-size:14px;line-height:1.6;}
    .downloadlist .item .txt .morelink{min-width:initial;padding:5px 10px;font-size:13px;}
    .downloadlist .item .txt a.downlink span{font-size:13px;}
    .downloadlist .item .downbox span{display:none;}
}


.GalleryList2{display:grid;grid-template-columns: repeat(4, 1fr);gap:30px;}
.GalleryList2 .item{display:block;padding:5px;border:1px solid #ddd;transition:all 0.3s;}
.GalleryList2 .item p{text-align:center;padding-top:10px;padding-bottom:5px;}
.GalleryList2 .item:hover{box-shadow:0 0 15px #ddd;}
@media (min-width:1080px) and (max-width:1449px) {
    .GalleryList2{grid-template-columns: repeat(4, 1fr);gap:20px;}
    .GalleryList2 .item p{margin-top:8px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .GalleryList2{grid-template-columns: repeat(2, 1fr);gap:15px;}
    .GalleryList2 .item p{margin-top:8px;font-size:14px;}
}

#GalleryPage .cecatelist{margin-bottom:60px;}
#GalleryPage .cecatelist .link{border:1px solid var(--color-main);padding:7px;text-align:center;line-height:30px;font-size:16px;transition:all 0.3s;min-width:20%;border-radius:4px;margin:0 9px;}
#GalleryPage .cecatelist .link.active,#GalleryPage .cecatelist .link:hover{background-color:var(--color-main);color:#fff;}

.GalleryList1{display:grid;grid-template-columns: repeat(6, 1fr);gap:20px;}
.GalleryList1 .item{display:block;padding:5px;border:1px solid #ddd;transition:all 0.3s;}
.GalleryList1 .item p{text-align:center;padding-top:10px;padding-bottom:5px;}
.GalleryList1 .item:hover{box-shadow:0 0 15px #ddd;}
@media (min-width:1080px) and (max-width:1449px) {
    .GalleryList1{display:grid;grid-template-columns: repeat(4, 1fr);gap:20px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .GalleryList1{display:grid;grid-template-columns:repeat(2, 1fr);gap:15px;}
}

#VideoPage{}
#VideoPage .titbox{margin-block:40px;}
#VideoPage .videobox:not(:last-child){margin-bottom:60px;}
#VideoPage .VideoList{display:grid;grid-template-columns: repeat(3, 1fr);gap:40px;}
#VideoPage .VideoList .item{cursor:pointer;position:relative;border:1px solid #000;}
#VideoPage .VideoList .item .img{position:relative;overflow:hidden;}
#VideoPage .VideoList .item .img i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:60px;line-height:1;color:#f00;}
#VideoPage .VideoList .item .txt{padding:15px 15px 25px;}
#VideoPage .VideoList .item .title{font-size:16px;line-height:1.75;font-weight:bold;color:#000;margin-bottom:5px;}
#VideoPage .VideoList .item .remark{font-size:14px;line-height:1.7;}
#VideoPage .VideoList .item:hover{box-shadow:0 6px 18px rgba(0,0,0,0.11);}
#VideoPage .VideoList .item:hover .title{text-decoration:underline;}
video{width:100%;display:block;}
@media (min-width:1080px) and (max-width:1449px) {
    #VideoPage .VideoList{grid-template-columns: repeat(3, 1fr);gap:20px;}
    #VideoPage .VideoList .item .tit_video{font-size:18px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #VideoPage .VideoList{grid-template-columns: repeat(1, 1fr);gap:20px;}
    #VideoPage .VideoList .item .txt .tit_video{font-size:16px;}
    #VideoPage .VideoList .item .txt p{height:auto;font-size:14px;}
}
/**********下载、图库、FAQ、视频**********/


/**********联系我们**********/
#ContactPage{background-color:#fafafa;}
#ContactPage .section_head i{width:76px;height:76px;line-height:76px;text-align:center;background-color:#d7d9df;color:var(--color-normal);font-size:40px;display:block;margin:0 auto 20px;}
#contact .contlist{display:grid;grid-template-columns: repeat(2, 1fr);gap:10px 50px;}
#contact .contbox{position:relative;padding:35px 13px;border-bottom:1px solid #d7d9df;display:flex;align-items:center;width:100%;justify-content:flex-start;}
#contact .contbox .ico{border:1px solid #d9dbe1;margin:0;}
#contact .contbox .ico i{display:block;width:75px;height:75px;line-height:75px;font-size:28px;text-align:center;}
#contact .contbox .intro{margin-inline:28px 0;}
#contact .contbox a{font-size:24px;line-height:30px;display:block;color:#000;}
#contact .contbox.address{width:100%;}
#contact .contbox.address p{font-size:18px;line-height:30px;color:#000;}
#contact .contbox a:hover{text-decoration:underline;color:var(--color-main);}
#ContactPage .sharelist{margin-top:80px;justify-content:center;}
#ContactPage .sharelist .sharename{font-size:24px;line-height:1.25;color:#0370c9;margin:0;}
#ContactPage .sharelist .line{width:300px;height:1px;background-color:#d1d1d1;margin:0 50px;}
#ContactPage .sharelist .sharebox{margin:0;}
#ContactPage .sharelist a:not(:first-child){margin-left:60px;}
#ContactPage .sharelist a>i{display:block;font-size:24px;color:#1f2220;}
#ContactPage .sharelist a.facebook:hover>i{color:#3c5a99;}
#ContactPage .sharelist a.linkedin:hover>i{color:#0077b5;}
#ContactPage .sharelist a.twitter:hover>i{color:#000000;}
#ContactPage .sharelist a.youtube:hover>i{color:#d54029;}
#ContactPage .sharelist a.pinterest:hover>i{color:#e10600;}
#ContactPage .sharelist a.instagram:hover>i{color:#cf3d6b;}
#ContactPage .sharelist a.whatsapp:hover>i{color:#25d366;}
#ContactPage .sharelist a.tiktok:hover>i{color:#000;}
@media (min-width:1080px) and (max-width:1449px) {
    #ContactPage .sharelist a:not(:first-child){margin-left:30px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #contact .contlist{display:grid;grid-template-columns: repeat(1, 1fr);gap:0;}
    #contact .contbox{padding:20px 10px;}
    #contact .contbox .ico i{width:60px;height:60px;line-height:60px;}
    #contact .contbox .intro{margin-inline:15px 0;}
    #contact .contbox a{font-size:18px;line-height:1.6;}
    #contact .contbox.address p{font-size:14px;line-height:1.5}

    #ContactPage .sharelist{margin-top:30px;}
    #ContactPage .sharelist .sharename{font-size:16px;}
    #ContactPage .sharelist a{width:36px;height:36px;line-height:36px;}
    #ContactPage .sharelist a>i{font-size:20px;}
    #ContactPage .sharelist .sharename{margin-bottom:20px;}
    #ContactPage .sharelist .sharebox{margin-top:20px;justify-content:center;}
    #ContactPage .sharelist a:not(:first-child){margin-left:20px;}
}

#feedback{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;}
#feedback .section_head{width:36%;margin:0;}
#feedback .section_remark{color:#666;line-height:1.875;}
#feedback .section_remark span{font-family:var(--font-med);}
#feedback .feedbackbox{width:58.7%;margin:0;background-color:#fafafa;padding:55px 50px 60px;}
#feedback .feedbackbox ul{margin-bottom:28px;}
#feedback .feedbackbox li:not(:last-child){margin-bottom:20px;}
#feedback .feedbackbox label{display:block;font-size:15px;margin-bottom:0;line-height:24px;color:#888;}
#feedback .feedbackbox .input{border:1px solid #dbdbdb;background-color:#fff;height:56px;padding-left:10px;width:100%;}
#feedback .feedbackbox .input::placeholder{color:#000;font-size:16px;}
#feedback .feedbackbox textarea.input{height:140px;}
#feedback .feedbackbox .morelink{min-width:280px;}
#feedback .feedbackbox .morelink i{margin-inline:0 10px;font-size:20px;}
@media (min-width:1080px) and (max-width:1449px) {

}
@media (min-width:1px) and (max-width:1079px) {
    #feedback .section_head{width:100%;margin-bottom:25px;}

    #feedback .feedbackbox{width:100%;padding:20px;}
    #feedback .feedbackbox label{font-size:14px;}
    #feedback .feedbackbox li:not(:last-child){margin-bottom:15px;}
    #feedback .feedbackbox .input{font-size:14px;}
    #feedback .feedbackbox textarea.input{height:90px;}
    #feedback .feedbackbox .morelink{margin-top:15px;}    
}
/**********联系我们**********/


/**********分类页面**********/
#CatePage_1 .item{background-color:#f2f3f4;padding-block:50px;padding-inline:60px 0;flex-flow:row-reverse;align-items:center;}
#CatePage_1 .item .img{background-color:#fff;width:52%;margin:0;}
#CatePage_1 .item .txt{width:43.5%;margin:0;}
#CatePage_1 .item .tit{font-size:26px;}
#CatePage_1 .item .remark{font-size:15px;line-height:2;margin-bottom:20px;}
#CatePage_1 .item .remark2{margin-bottom:30px;}
#CatePage_1 .item .remark2 p{font-size:16px;line-height:1.875;color:#000;position:relative;padding-inline:20px 50px;font-weight:bold;}
#CatePage_1 .item .remark2 p:before{content:"";width:8px;height:8px;background-color:var(--color-normal);position:absolute;inset-inline-start:0;top:11px;}
#CatePage_1 .item .remark2 p:not(:last-child){margin-bottom:20px;}
#CatePage_1 .item .morelink{min-width:250px;box-shadow:0 6px 24px rgba(0,0,0,0.23);}
#CatePage_1 .CateList{margin-top:30px;}
#CatePage_1 .CateList .link{padding:18px 0;width:fit-content;max-width:300px;position:relative;font-size:16px;line-height:1.625;color:#000;}
#CatePage_1 .CateList .link:before{content:"";width:50px;height:4px;background-color:var(--color-normal);position:absolute;bottom:0;left:0;transition: all 0.1s;}
#CatePage_1 .CateList .link.active{font-family:var(--font-med);}
#CatePage_1 .CateList .link.active:before{width:100%;transition:all 4s;}

#CatePage_2{background-repeat:no-repeat;background-position:center;background-attachment:fixed;}
#CatePage_2 .section_tit{color:#fff;}
#CatePage_2 .section_remark{color:#fff;max-width:1240px;}
#CatePage_2 .item{position:relative;display:block;}
#CatePage_2 .item .txt{position:absolute;left:0;top:0;bottom:0;right:0;background:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;padding:15px;transform:scale(0);transition:all 0.3s;pointer-events:none;}
#CatePage_2 .item .txt p{font-size:18px;color:#fff;}
#CatePage_2 .item:hover .txt{transform:scale(1);}
#CatePage_2 .swiper-pagination{position:relative;inset:initial;margin-top:20px;}
#CatePage_2 .swiper-pagination .swiper-pagination-bullet{background-color:#fff;width:10px;height:10px;opacity:1;}
#CatePage_2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#bababa;}

#CatePage_3 .section_tit{max-width:700px;margin-inline:auto;}
#CatePage_3 .section_remark{max-width:1000px;}
#CatePage_3 .list{display:grid;grid-template-columns:repeat(4, 1fr);gap:40px;}
#CatePage_3 .item{padding:8px;background-color:#ececec;box-shadow:0 2px 5px rgba(0,0,0,0.43);position:relative;}
#CatePage_3 .item:before{content:"";position:absolute;inset:0;background-color:var(--color-normal);z-index:-1;transform:rotate(3deg);transition:all 0.3s;}
#CatePage_3 .item:hover:before{transform:rotate(0deg);}

#CatePage_4{padding-top:0;}
@media (min-width:1080px) and (max-width:1449px){
    #CatePage_1 .item{padding-block:30px;padding-inline:30px 0;}
    #CatePage_1 .item .remark{line-height:1.625;}
    #CatePage_1 .item .remark2 p{line-height:1.625;}
    #CatePage_1 .item .remark2 p:not(:last-child){margin-bottom:10px;}

    #CatePage_3 .list{gap:25px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #CatePage_1 .item{padding:20px 20px 30px;flex-wrap:wrap;}
    #CatePage_1 .item .img{width:100%;margin-bottom:20px;}
    #CatePage_1 .item .txt{width:100%;}
    #CatePage_1 .item .tit{font-size:20px;margin-bottom:8px;}
    #CatePage_1 .item .remark{line-height:1.625;font-size:14px;}
    #CatePage_1 .item .remark2 p{line-height:1.625;padding-inline:20px 0;font-size:14px;}
    #CatePage_1 .item .remark2 p:not(:last-child){margin-bottom:10px;}
    #CatePage_1 .CateList .link{padding:10px 0;font-size:14px;}
    
    #CatePage_3 .list{grid-template-columns:repeat(2, 1fr);gap:15px;}
}
/**********分类页面End**********/


.currertkeywords{margin-bottom:30px;font-size:18px;}
.currertkeywords b{display:inline-block;margin-right:10px;font-size:18px;}
/**********产品列表**********/
.mobProCatelist{display:flex;justify-content:center;flex-wrap:wrap;}
.mobProCatelist .link{display:inline-block;font-size:16px;line-height:24px;padding:10px 22px 10px 15px;border:1px solid #707070;text-align:center;margin:0 9px 16px;border-radius:50px;}
.mobProCatelist .link.active,.mobProCatelist .link:hover{background-color:var(--color-main);color:#fff;border-color:var(--color-main);}
@media (min-width:1080px) and (max-width:1449px) {
    .mobProCatelist .link{min-width:120px;padding:8px 15px;font-size:14px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .mobProCatelist{justify-content:flex-start;}
    .mobProCatelist .link{min-width:initial;padding:5px 15px;font-size:13px;margin:0 5px 5px 0;}
    .mobProCatelist .link:before{margin-right:5px;}
}

#ProductPage{overflow:initial;}
#ProductPage .producttit{margin-bottom:50px;border-bottom:1px solid #e0e0e0;padding-bottom:40px;}
#ProductPage .producttit .tit{font-size:25px;margin-bottom:10px;}
#ProductPage article,#ProductPage article *{font-size:16px;line-height:1.625;color:#666;}
#ProductPage .catedetail{margin-top:40px;}

.relatebox{margin-top:45px;}
.relatebox .relate_title{font-size:24px;line-height:30px;color:#000;margin-bottom:40px;position:relative;padding-block:15px;padding-inline:45px 0;background-color:#f6f6f6;font-weight:bold;}
.relatebox .relate_title:before{content:"";width:16px;height:16px;position:absolute;inset-inline-start:13px;top:22px;background-color:var(--color-normal);border-radius:50%;}
.pro_benefits .list{display:grid;grid-template-columns: repeat(3, 1fr);gap:24px;}
.pro_benefits .list .item{border:1px solid #ededed;padding:30px 30px 40px;text-align:center;}
.pro_benefits .list .item i{font-size:45px;color:#666;line-height:1;margin-bottom:10px;display:block;}
.pro_benefits .list .item .title{font-size:24px;line-height:1.2;color:#000;margin-bottom:10px;}
.pro_benefits .list .item .remark{font-size:15px;line-height:24px;}
.pro_app .list{display:grid;grid-template-columns: repeat(3, 1fr);gap:37px;}
.pro_app .list .item .img{background-color:#ececec;border:8px solid #ececec;}
.pro_app .list .item .title{color:#333;margin-top:10px;text-align:center;}



.ProList{display:grid;grid-template-columns: repeat(3, 1fr);gap:20px;}
.ProList .item{border:1px solid #ececec;overflow:hidden;background-color:#fff;padding:20px;display:flex;flex-flow:column;justify-content:space-between;}
.ProList .item .img{width:100%;}
.ProList .item .txt{width:100%;}
.ProList .item .txt .title{font-size:16px;line-height:1.625;font-family:var(--font-med);color:#000;margin-bottom:10px;}
.ProList .item .txt .remark{margin-bottom:20px;}
.ProList .item .txt .remark p{font-size:14px;line-height:30px;position:relative;display:flex;align-items:center;color:#333;}
.ProList .item .txt .remark p:before{content:"\eaf1";font-family:iconfont;font-size:16px;color:var(--color-normal);margin-right:8px;}
.ProList .item .btnlist{margin-bottom:0;display:flex;width:100%;justify-content:space-between;}
.ProList .item .btnlist .morelink{min-width:initial;margin:0;width:49%;padding:2px 10px;font-size:14px;}
.ProList .item .btnlist .morelink2{font-weight:bold;}
.ProList .item .btnlist .getainquiry i{margin-inline-start:0;margin-inline-end:10px;}
.ProList .item .txt .title:hover{text-decoration:underline;}
.ProList .item:hover{box-shadow:0 6px 9px rgba(0,0,0,0.1);}
@media (min-width:1080px) and (max-width:1449px) {
    .pro_app .list{gap:20px;}

    #ProductPage article, #ProductPage article *{font-size:15px;}

    #ProductPage .producttit{margin-bottom:30px;padding-bottom:20px;}

    .ProList{gap: 15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #ProductPage article, #ProductPage article *{font-size:14px;}
    
    #ProductPage .producttit{margin-bottom:30px;padding-bottom:20px;}
    
    .relatebox .relate_title{font-size:20px;margin-bottom:15px;padding-block:10px;}
    .relatebox .relate_title::before{top:17px;}

    
    .ProList{display:grid;grid-template-columns: repeat(2, 1fr);gap: 15px;}
    .ProList .item{padding:10px;}
    .ProList .item .txt .title{font-size:15px;line-height:1.5;}
    .ProList .item .remark{display:none;}
    .ProList .item .btnlist{flex-wrap:wrap;}
    .ProList .item .btnlist .morelink{width:100%;}
    .ProList .item .btnlist .morelink2{margin-bottom:5px;}

    .pro_benefits .list{grid-template-columns: repeat(1, 1fr);gap: 15px;}
    .pro_app .list{grid-template-columns: repeat(3, 1fr);gap: 15px;}
}
/**********产品列表**********/



/*产品详情部分 样式还原*/
.table-responsive{overflow-x:auto;}
.editor .tit h3{color:#333;background-color:#fff;border:1px solid #d7d7d7;border-bottom:none;cursor:pointer;transition:all 0.3s;font-size:20px;margin-right:5px;}
.editor .tit h3.active,.editor .tit h3:hover{background-color:var(--color-main);color:#fff;border-color:var(--color-main);}
.editor .paneltitle h3{color:#fff;background-color:var(--color-main);margin-bottom:30px;font-size:20px;padding:15px 15px;font-family:var(--font);}
.editor .panel{position:relative;z-index:0;margin-bottom:30px;}
.editor ol,.editor ul,.editor li{all: revert;}
.editor ul{padding-left:15px;}
.editor li{padding-left:5px;}
.editor p{margin:revert;margin:0;}
.editor table{border-collapse:collapse}
.editor table td{line-height:2;font-size:14px;}
.editor table[border]:not([border="0"]):not([style*=border-width]) td,.editor table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}
.editor table[border]:not([border="0"]):not([style*=border-style]) td,.editor table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}
.editor table[border]:not([border="0"]):not([style*=border-color]) td,.editor table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}
/*产品详情部分 样式还原*/

/***********产品详情***********/
#ProDetailPage{overflow:initial;}
#proframe1 .IntroImg{width:48%;margin:0;}
#BigImg{border:1px solid #e7e9ec;overflow:hidden;position:relative;}
#BigImg .btnlist .swbtn{display:inline-block;width:50px;height:50px;line-height:50px;text-align:center;position:absolute;color:#4b5563;top:calc(50% - 25px);z-index:1;border-radius:50%;transition:all 0.3s;box-shadow:0 0 4px rgba(0,0,0,0.13);background-color:#fff;}
#BigImg .btnlist .swbtn>i{font-size:24px;display:block;}
#BigImg .btnlist .swbtn.btn-prev{left:calc(1vw);}
#BigImg .btnlist .swbtn.btn-next{right:calc(1vw);transform:rotateY(180deg);}
#BigImg .btnlist .swbtn:hover{background-color:var(--color-main);color:#fff;}
#BigImg .swiper-pagination{position:absolute;right:12px;bottom:12px;background-color:#666;border-radius:4px;color:#fff;padding:2px 15px;display:flex;width:fit-content;top:initial;left:initial;}
#SmallImg{width:100%;margin-top:20px;padding-bottom:5px;}
#SmallImg .swiper-slide{margin-left:0;border:1px solid #e5e7eb;overflow:hidden;position:relative;box-sizing:border-box;}
#SmallImg .swiper-slide-thumb-active{border-color:transparent;}
#SmallImg .swiper-slide-thumb-active:before{content:"";width:100%;height:100%;border:2px solid var(--color-main);position:absolute;left:0;top:0;z-index:1;box-sizing:border-box;}
#proframe1 .IntroText{width:48%;margin:0;}
#proframe1 .IntroText .subtit{font-size:18px;color:var(--color-main);font-weight:bold;margin-bottom:8px;}
#proframe1 .IntroText .title{font-size:30px;margin-bottom:15px;line-height:1.3;}
#proframe1 .IntroText .remark{margin-bottom:30px;}
#proframe1 .IntroText .remark p{font-size:16px;line-height:2;position:relative;display:flex;align-items:center;color:#333;}
#proframe1 .IntroText .remark p:before{content:"\eaf1";font-family:iconfont;font-size:16px;color:var(--color-normal);margin-right:8px;}
#proframe1 .IntroText .btnlist .morelink{width:calc((100% - 15px)/2);margin:0;justify-content:center;text-transform:initial;}
#proframe1 .IntroText .btnlist .morelink i{margin-right:15px;margin-left:0;font-size:20px;}
#proframe1 .IntroText .btnlist .morelink.whatsapp{background-color:#25d366;color:#fff;}
#proframe1 .IntroText .btnlist .morelink.whatsapp::before{background-color:#2be070;}
#proframe1 .IntroText .param{margin-bottom:30px;}
#proframe1 .IntroText .param p{margin-bottom:10px;position:relative;padding-left:30px;}
#proframe1 .IntroText .param p:before{content:"";position:absolute;left:0;top:4px;width:16px;height:16px;border-radius:50%;background:radial-gradient(circle,#fff,#d3dbef);}
#proframe1 .IntroText .param p:after{content:"";position:absolute;left:6px;top:10px;width:4px;height:4px;background-color:var(--color-main);border-radius:50%;}
#proframe1 .IntroText .param p b{font-family:var(--font-bold);color:var(--color-main);font-weight:normal;}

.proframe{margin-top:50px;}
.proframe .titbox{margin-bottom:30px;}
.proframe .titbox .tit{font-size:30px;position:relative;color:var(--color-main);padding-bottom:20px;margin-bottom:30px;}
.proframe .titbox .tit:before{content:"";width:66px;height:5px;position:absolute;left:0;bottom:0;background-color:var(--color-main);}

#pro_inquiry .feedbackbox ul > li > .input{background-color:#fff;}
#pro_inquiry .morelink{margin-top:25px;padding:5px 30px;}

.relateprolist .item{width:calc((100% - 60px)/3);margin:0 20px 0 0;}
.relateprolist .item:nth-child(3n){margin-right:0;}
.relateprolist .item .img{box-shadow:0 0 15px rgba(0,0,0,0.18);}
.relateprolist .item .txt{padding-top:20px;}

@media (min-width:1080px) and (max-width:1449px){
    #proframe1 .IntroImg{width:45%;}
    #proframe1 .IntroText{width:52%}
    #proframe1 .IntroText .taglist{margin-top:0;margin-bottom:8px;}
    #proframe1 .IntroText .title{font-size:24px;margin-bottom:10px;}
    #proframe1 .IntroText .remark{font-size:15px;margin-bottom:15px;}
    #proframe1 .IntroText .btnlist .morelink{margin-bottom:10px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .proframe .titbox .tit{font-size:24px;}

    #proframe1 .IntroImg{width:100%;}
    #proframe1 .IntroText{width:100%;margin-top:20px;}
    #proframe1 .IntroText .taglist{margin-top:0;margin-bottom:8px;}
    #proframe1 .IntroText .tag{font-size:13px;padding:2px 10px;}
    #proframe1 .IntroText .title{font-size:20px;margin-bottom:10px;}
    #proframe1 .IntroText .remark{font-size:14px;margin-bottom:15px;}
    #proframe1 .IntroText .remark p{font-size:14px;}
    #proframe1 .IntroText .techlist{margin-bottom:15px;}
    #proframe1 .IntroText .tech{padding:8px 10px;}
    #proframe1 .IntroText .tech .tech_tit{font-size:16px;}
    #proframe1 .IntroText .btnlist .morelink{min-width:160px;}

    .relateprolist .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    .relateprolist .item:nth-child(3n){margin-right:15px;}
    .relateprolist .item:nth-child(2n){margin-right:0;}
}

/***********产品详情***********/


/**********新闻**********/
#newsframe{overflow:initial;}
#newsframe>.container>.flex_between{flex-flow:row-reverse;}

.NewsList{}
.NewsList .item{border:1px solid #dadce1;margin-bottom:35px;display:flex;align-items:center;justify-content:space-between;padding-block:20px;padding-inline:20px 50px;background-color:#fff;}
.NewsList .item .img{width:380px;margin-inline-end:36px;}
.NewsList .item .txt{position:relative;margin:0;flex:1;}
.NewsList .item time{display:flex;align-items:center;}
.NewsList .item time i{color:var(--color-normal);margin-inline-end:5px;}
.NewsList .item time .day{line-height:30px;font-size:14px;color:#999;}
.NewsList .item .title{font-size:22px;line-height:30px;color:#000;font-family:var(--font-med);padding-top:15px;margin-top:10px;border-top:1px solid #e9e9e9;}
.NewsList .item .remark{font-size:16px;line-height:1.75;color:#333;margin-top:15px;}
.NewsList .item .link{margin-top:35px;font-size:14px;line-height:30px;color:#666;text-transform:uppercase;display:flex;align-items:center;font-family:var(--font-med);}
.NewsList .item .link i{font-size:24px;color:#666;margin-inline-start:15px;line-height:1;}
.NewsList .item:hover{box-shadow:0 6px 18px rgba(0,0,0,0.11);}
.NewsList .item:hover .title{text-decoration:underline;}
@media (min-width:1080px) and (max-width:1449px) {
    .NewsList .item .img{width:250px;margin-inline-end:20px;}
    .NewsList .item .title{font-size:20px;line-height:1.3;}
    .NewsList .item .remark{font-size:14px;line-height:1.5;}
    .NewsList .item .link{margin-top:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .NewsList .item{margin-bottom:20px;}
    .NewsList .item .img{display:none;}
    .NewsList .item time .day{font-size:13px;}
    .NewsList .item .title{font-size:20px;line-height:1.3;}
    .NewsList .item .remark{font-size:14px;line-height:1.5;}
    .NewsList .item .link{margin-top:15px;}
}

#NewsDetailPage{}
#NewsDetailPage>.container>.flex_between{flex-flow:row-reverse;}
#NewsDetailPage .box{padding:3.5%;border:1px solid #ddd;}
#NewsDetailPage .title{border-bottom:1px solid #ddd;padding-bottom:15px;margin-bottom:20px;}
#NewsDetailPage .title .tit{font-size:30px;font-family:var(--font-bold);}
#NewsDetailPage .title p{margin-top:5px;}
.prevlist{margin-top:40px;background-color:#eee;padding:20px 25px;}
.prevlist>.link{font-size:16px;display:block;}
.prevlist>.link:nth-child(1){margin-bottom:5px;}
.prevlist>.link span{color:#999;display:inline-block;vertical-align:top;margin-right:5px;}
.proprevlist{display:flex;justify-content:space-between;padding:15px 20px;flex-wrap:wrap;}
.proprevlist .link{display:flex;justify-content:flex-start;align-items:center;}
.proprevlist>.link:nth-child(1){margin-bottom:0;}
.proprevlist .img{width:36px;height:36px;border-radius:50%;overflow:hidden;margin-right:8px;}
.proprevlist .link span{font-weight:bold;font-size:17px;}
.proprevlist .link:hover span{color:var(--color-main);}
.proprevlist .link.prev:before{content:"\e601";font-family:iconfont;font-size:28px;line-height:1;margin-right:8px;transform:rotateY(180deg);}
.proprevlist .link.next:after{content:"\e601";font-family:iconfont;font-size:28px;line-height:1;margin-left:8px;}
@media (min-width:1080px) and (max-width:1449px) {
    #NewsDetailPage .title .tit{font-size:24px;line-height:1.3;margin-bottom:10px;}
    .prevlist{padding:15px;}
}
@media (max-width:1079px){
    #NewsDetailPage .title .tit{font-size:20px;}
    .prevlist{padding:15px;margin-top:25px;}
    .prevlist>.link{font-size:14px;}
    .proprevlist .link.prev{margin-bottom:5px;}
    .proprevlist .link span{font-size:13px;font-weight:normal;}
}
/**********新闻**********/

/**********分页**********/
ul.pagination {box-shadow:none;width:100%;border-radius:0;text-align:center;margin:20px 0 0;padding-left:0;display:flex;justify-content:center;}
ul.pagination li{display:inline-block;margin:3px;overflow:hidden;}
ul.pagination li a,ul.pagination li span{display:inline-block;font-size:16px;border-radius:50px;width:40px;height:40px;line-height:40px;position:relative;text-decoration:none;border:1px solid #353535;}
ul.pagination li.active span,ul.pagination li.active a{background-color:var(--color-main);border-color:var(--color-main);color:#fff;}
ul.pagination li:hover a{background-color:var(--color-main);color:#fff;}
/**********分页**********/


/**********其他模块**********/
#PrivacyPolicyPage .title{margin-bottom:20px;}
#PrivacyPolicyPage article h4{font-size:20px;margin-bottom:10px;}
#PrivacyPolicyPage article p{font-size:16px;line-height:1.5;color:#999;margin-bottom:10px;}
#PrivacyPolicyPage .morelink{margin-inline:auto;}
@media (max-width:1079px) {
    #PrivacyPolicyPage article h4{font-size:16px;}
    #PrivacyPolicyPage article p{font-size:13px;}
}


#seframe1 .left{width:50%;margin:0;}
#seframe1 .left .section_remark{font-size:18px;line-height:1.6667;}
#seframe1 .right{width:44.5%;margin:0;text-align:right;position:relative;}

#seframe2{background-color:#000;padding-bottom:0;}
#seframe2 .section_head{margin-bottom:var(--spacing-xl);}
#seframe2 .section_tit{color:#fff;}
#seframe2 .section_remark{color:#fff;font-size:18px;line-height:2;}
#seframe2 .imgbox{height:420px;background-repeat:no-repeat;background-position:center;background-attachment:fixed;}

#seframe3 .left{width:53.5%;margin:0;}
#seframe3 .left .imgbox{padding-block:23px;padding-inline-start:56px;position:relative;}
#seframe3 .left .imgbox:before{content:"";width:calc(100% - 65px);height:100%;background-color:#000;position:absolute;inset-inline-start:0;top:0;}
#seframe3 .left .imgbox .img{display:none;position:relative;}
#seframe3 .left .imgbox .img.active{display:block;z-index:1;}
#seframe3 .right{width:42.25%;margin:0;}
#seframe3 .right .list{border-inline-start:1px solid #e9e9e9;padding-inline-start:35px;padding-block:60px;}
#seframe3 .right .list .item{position:relative;cursor:pointer;}
#seframe3 .right .list .item:before{content:"";width:10px;height:10px;border-radius:50%;background-color:var(--color-normal);position:absolute;inset-inline-start:-40px;top:10px;}
#seframe3 .right .list .item:not(:last-child){margin-bottom:70px;}
#seframe3 .right .list .item .title{font-size:24px;line-height:30px;font-family:var(--font-med);color:#000;margin-bottom:10px;}
#seframe3 .right .list .item .remark{font-size:18px;line-height:1.6667;color:#333;}

#seframe4{padding-top:0;}
#seframe4 .list{display:grid;grid-template-columns: repeat(4, 1fr);gap: 20px;}
#seframe4 .list .item{padding:50px 25px;background-color:#f8f9fa;}
#seframe4 .list .item i{font-size:60px;line-height:1;color:var(--color-normal);margin-bottom:20px;display:block;}
#seframe4 .list .item .title{font-size:18px;line-height:1.6667;font-weight:bold;margin-bottom:15px;}
#seframe4 .list .item .remark{line-height:1.875;}
@media (min-width:1080px) and (max-width:1449px) {
}
@media (min-width:1px) and (max-width:1079px) {
    #seframe1 .left{width:100%;margin-bottom:20px;}
    #seframe1 .left .section_remark{font-size:14px;}
    #seframe1 .right{width:100%;}

    #seframe2 .section_remark{font-size:14px;line-height:1.5;}
    #seframe2 .imgbox{height:250px;}

    #seframe3 .left{width:100%;}
    #seframe3 .left .imgbox{padding-block:20px;padding-inline-start:20px;}
    #seframe3 .right{width:100%;margin-top:20px;}
    #seframe3 .right .list{padding-inline-start:20px;padding-block:30px;}
    #seframe3 .right .list .item:before{content:"";inset-inline-start:-25px;}
    #seframe3 .right .list .item:not(:last-child){margin-bottom:30px}
    #seframe3 .right .list .item .title{font-size:18px;}
    #seframe3 .right .list .item .remark{font-size:14px;line-height:1.5;}

    #seframe4 .list{grid-template-columns: repeat(1, 1fr);gap: 20px;}
    #seframe4 .list .item{padding:20px;}
}
/**********其他模块**********/


/**********效果**********/
.img-wrapper{position:relative;overflow:hidden;}
.img-wrapper:after {
  background:#fff;
  content:"";
  filter:blur(6px);
  height:300%;
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin:auto;
  opacity:.6;
  position:absolute;
  transform:translate(-100%,-100%) rotate(45deg);
  width:25px;
}
.img-hover:hover .img-wrapper:after {
  animation:move 1s ease-out;
  display:block
}
@keyframes move {
  0% {
    transform:translate(-200px,-200px) rotate(45deg)
  }
  to {
    transform:translate(200px,200px) rotate(45deg)
  }
}

.video_icon{position:absolute;top:50%;left:50%;transform: translate(-50%, -50%);width:60px;height:60px;line-height:60px;text-align:center;cursor:pointer;}
.video_icon i.iconfont{display:block;font-size:30px;background-color:var(--color-main);border-radius:50%;color:#fff;}
.video_icon .play,
.video_icon .play:before,
.video_icon .play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(38,80,178, 0.6);
    -webkit-animation: play 3s infinite;
    animation: play 3s infinite;
}

.video_icon .play:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video_icon .play:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes play {
    70% {
        box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes play {
    70% {
        box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}
/**********效果**********/

