﻿@charset "utf-8";
@font-face {
  font-family: 'DMSans';
  src: url('/dist/fonts/DMSans/DMSans-Regular.woff2') format('woff2'),
       url('/dist/fonts/DMSans/DMSans-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'DMSans-Bold';
  src: url('/dist/fonts/DMSans/DMSans-Bold.woff2') format('woff2'),
       url('/dist/fonts/DMSans/DMSans-Bold.woff') format('woff');
  font-display: swap;
}

/**********样式重置**********/
:root {
    --color:#fff;
    --color-font:#fff;
    --color-main:#17288b;
    --color-normal:#abcd03;
    --font:DMSans,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-bold:DMSans-Bold,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-med:DMSans,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-light:DMSans,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-size:16px;
    --gap-large:75px;
    --gap-big:50px;
    --gap-mid:35px;
    --gap-sm:15px;
    --line-height:1.5;
    --padding-lr:0 15px;
    --page-width:1780px;
}
@media (min-width:1080px) and (max-width:1409px) {
    :root {
        --gap-large:50px;
        --gap-big:30px;
        --font-size:15px;
        --page-width:100%;
    }
}
@media (min-width:1px) and (max-width:1079px){
    :root {
        --font-size:14px;
        --gap-large:40px;
        --gap-big:20px;
        --gap-mid:20px;
        --gap-sm:10px;
        --page-width:100%;
    }
}

html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
    -webkit-overflow-scrolling: touch;/*解决iOS滚动条被卡住的问题*/
    scroll-behavior: smooth;/*滚动到指定位置*/
    max-width:1920px;
    margin:0 auto;
}
html{background:#000;font-size:16px;}
@media (min-width:1px) and (max-width:1079px) {
    html{font-size:14px;}
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-main) #ddd;
}

::-webkit-scrollbar {
  height: 4px;
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: var(--color-main);
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0}
fieldset,img{border:0}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6,dt{font-size:100%;}
q:before,q:after{content:''}
input:visited,input:focus,input,textarea,button:visited,button:focus,textarea:visited,textarea:focus{border:none;outline: none;}
.clearfix:after,.clearfix:before,.container::after,.container:before{display:table;content:" ";}
.clearfix:after,.container::after{clear:both;}
*{box-sizing:border-box;}
a{outline:none;text-decoration:none;color:#fff}
a:hover{color:var(--color-normal);}
img,li{border:0;vertical-align:top;}
img{max-width:100%;height:auto;}
input::placeholder,textarea::placeholder{
    color: #ccc;
}
b,body,dd,div,form,h4,h5,h6,img,input,textarea,li,p,pre,ul{margin:0 auto;padding:0;font-family:var(--font);color:var(--color);line-height:var(--line-height);font-size:var(--font-size);}
b{font-family:var(--font-bold);}
div.remark,p{color:var(--color-font);}
h1,h2,h3,h4,dt{font-family:var(--font-bold);font-weight:normal;}
[class^="tit_"],.tit{font-family:var(--font-bold);}
.hidden{display:none!important;}
.noinfo{font-size:1rem;text-align:center;margin-top:10px;padding-bottom:30px;}
.item .img{overflow:hidden;position:relative;}
.item .img img{transition:all .4s;transform:scale(1);margin:0 auto;display:block;width:100%;height:100%;object-fit:cover;}
.item:hover .img img{transform:scale(1.05);}
picture{display:block;}
picture img{width:100%;}
.flex{display:flex;}
.flex_between{display:flex;justify-content:space-between;flex-wrap:wrap;}
.flex_around{display:flex;justify-content:space-around;flex-wrap:wrap;}
.flex_start{display:flex;justify-content:flex-start;flex-wrap:wrap;}
.flex_column{display:flex;justify-content:space-between;flex-wrap:wrap; flex-direction:column;}
.flex_center{display:flex;justify-content:center;flex-wrap:wrap;}
.flex_vcenter{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;}
.txtcenter{text-align:center;}
.txtright{text-align:right;}
.vcenter{position:absolute;top:50%;transform:translate(0,-50%);}
.vccenter{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.container{width:100%;padding:var(--padding-lr);max-width:var(--page-width);}
.container2{width:100%;padding:var(--padding-lr);max-width:1750px;}
.ValidationError{border:1px solid red!important;}
.text-center{text-align:center;}
.nopadding{padding:0!important;}
.pc{display:block;}
.wap{display:none!important;}
@media screen and (min-width:1px ) and (max-width:1079px) {
    .pc{display:none;}
    .wap{display:block!important;}
}
.clamp{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.clamp1{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;}
.clamp2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.clamp3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.clamp4{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;}
.clamp5{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;}
.clamp8{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;overflow:hidden;}
.clamp10{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:10;overflow:hidden;}
.keylink{font-weight:bold;}
.sticky{position:sticky;top:40px;}

@media screen and (min-width:1px ) and (max-width:1409px) {
    .container{width:100%;}
    .container2 .container{padding:0;}
}
@media screen and (min-width:1px ) and (max-width:1079px){
    .inputgroup{margin-bottom:2vw;}
}
/**********样式重置**********/

/**********公共样式**********/
.frame{padding-top:var(--gap-large);padding-bottom:var(--gap-large);position:relative;z-index:2;overflow:hidden;}
.frame .titbox{margin-bottom:var(--gap-big);position:relative;}
.frame .titbox .tip{font-size:13.5px;line-height:24px;font-family:var(--font-bold);text-transform:uppercase;margin:8px 50px 0 0;}
.frame .titbox .tip i{display:inline-block;font-size:18px;line-height:24px;vertical-align:top;transform:rotate(-90deg);margin-left:10px;}
.frame .titbox .tit{font-size:50px;line-height:1.36;margin:0;letter-spacing:-0.08em;}
.frame .titbox .slg{font-size:16px;line-height:24px;color:#fff;margin-top:25px;}
.frame .titbox .line{width:68px;height:4px;background:var(--color-main);position:relative;margin:10px auto 0;}
.frame .titbox .remark{font-size:16px;line-height:1.5;}
.nframe .titbox{margin-bottom:65px;}
.nframe .titbox .tit{font-size:121px;}
.txtcenter .morelink{margin:0 auto;}
@media (min-width:1410px) and (max-width:1779px){
    .nframe .titbox .tit{font-size:100px;}
}
@media (min-width:1080px) and (max-width:1409px) {
    .frame .titbox .tit{font-size:30px;}
    .frame .titbox .tit b{font-size:30px;}
    .frame .titbox .line{margin-bottom:20px;}
    .frame .titbox .slg{font-size:16px;line-height:1.5;}
    .nframe .titbox .tit{font-size:60px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .frame .titbox{margin-bottom:20px;width:100%;}
    .frame .titbox .tit{font-size:22px;}
    .frame .titbox .tit b{font-size:22px;}
    .frame .titbox .slg{font-size:13px;margin-top:15px;}
    .frame .titbox .line{margin-bottom:20px;}
    .frame .titbox .remark{font-size:13px;margin-top:10px;}
    .nframe .titbox .tit{font-size:30px;}
}

.morelink{position:relative;padding:10px 30px 10px 30px;transition:0.5s;font-size:16px;line-height:26px;z-index:1;background:#fff;overflow:hidden;border-radius:50px;color:#000;display:flex;align-items:center;justify-content:center;font-family:var(--font-bold);}
.morelink:before{content:"";position:absolute;left:0;right:0;bottom:50%;height:0;background-color:var(--color-main);transition:all 0.5s;z-index:-1;}
.morelink::after{content:"";position:absolute;left:0;right:0;top:50%;height:0;background-color:var(--color-main);transition:all 0.5s;z-index:-1;}
.morelink:hover{color:#fff;}
.morelink:hover:before{height:50%;}
.morelink:hover:after{height:50%;}
.morelink2{background:#fff;color:#333;border:1px solid var(--color-main);padding:9px 29px;}
.morelink2 i{font-size:20px;color:#333;}
.morelink2:hover{color:#333;}

.btnlink{display:inline-block;transition:all 0.3s;}
.btnlink:hover{transform:translateY(6px);text-decoration:underline;}
@media (min-width:1080px) and (max-width:1409px) {
    .morelink{font-size:14px;line-height:24px;min-width:initial;}
    .morelink:before{}
}
@media (min-width:1px) and (max-width:1079px) {
    .morelink{font-size:14px;padding:8px 20px 8px 20px;line-height:24px;min-width:150px;}
    .morelink i.icon-arrowRight{width:30px;height:30px;line-height:30px;font-size:16px;}
}
/**********公共样式**********/



/**********头部样式**********/
header{z-index:99;position:fixed;top:30px;left:25px;right:25px;padding:12px 30px;border-radius:10px; backdrop-filter: blur(8px);  -webkit-backdrop-filter: blur(8px);background-color:rgba(0,0,0,0.3);}
header.hide{transition-duration:0.4s !important}
header.fixed{transition-duration:0.8s !important}

#logo{position:relative;margin-left:0;margin-right:0;height:60px;transition:all 0.3s;}
#logo picture{top:50%;transform:translate(0,-50%);position:relative;transition:all 0.3s;width:initial;}


header .right{margin:0;flex:1;padding-left:35px;}
.top{margin:0;display:flex;align-items:center;justify-content:flex-end;}
.top .sharelist{display:flex;align-items:center;margin:0 8px 0 0;}
.top .sharelist .ico{margin-right:10px;text-align:center;}
.top .sharelist .ico i{font-size:14px;display:block;width:28px;height:28px;line-height:28px;background-color:#999;border-radius:50%;color:#fff;}
.top .sharelist .ico:hover i{background-color:var(--color-main);}


#Menu{transition:all .3s;margin:0;align-items:center;}
#Menu .flex_vcenter{justify-content:flex-end;}
#Menu ul.menunav{display:flex;justify-content:space-between;position:relative;margin:0;}
#Menu ul.menunav>li{display:inline-block;padding:0;margin:0 18px;}
#Menu ul.menunav>li>a{position:relative;display:flex;line-height:30px;padding:11px 0 11px;font-size:18px;text-transform:uppercase;font-family:var(--font-bold);}
#Menu ul.menunav>li>a:before{content:"";width:27px;height:11px;background:url(/dist/images/hover.png) no-repeat center center/100%;position:absolute;left:50%;bottom:0;transform:translate(-50%,0);opacity:0;transition:all 0.3s}
#Menu ul.menunav>li>a:after{content:"";width:100%;height:1px;background:linear-gradient(to right,var(--color-normal) 0%,var(--color-normal) calc(50% - 13.5px),transparent calc(50% - 13.5px),transparent calc(50% + 13.5px),var(--color-normal) calc(50% + 13.5px),var(--color-normal) 100%);position:absolute;left:50%;bottom:5px;transform:translate(-50%,0);clip-path:inset(0 50% 0 50%);transition:clip-path 0.4s ease}
#Menu ul.menunav>li.active>a,#Menu ul.menunav>li>a:hover{}
#Menu ul.menunav>li.active>a:before,#Menu ul.menunav>li>a:hover:before{opacity:1}
#Menu ul.menunav>li.active>a:after,#Menu ul.menunav>li>a:hover:after{clip-path:inset(0 0 0 0)}
#Menu ul>li{position:relative;}
#Menu ul>li ul.dropdown-menu{position:absolute;top:100%;z-index:2;margin-top:30px;transition:all 0.3s;visibility:hidden;opacity:0;left:0%;min-width:170px;background-color:#eee;padding:10px;}
#Menu ul>li ul.dropdown-menu>li{display:block;}
#Menu ul>li ul.dropdown-menu>li>a{line-height:24px; font-size:17px; padding:8px 40px 8px 10px;display:block;white-space:nowrap;text-align:left;position:relative;position:relative;z-index:2;color:#000;}
#Menu ul>li ul.dropdown-menu>li>a:before{content:"\e60e";font-family:iconfont;position:absolute;right:10px;font-size:16px;opacity:0;}
#Menu ul>li ul.dropdown-menu>li>a:after{content:"";width:6px;height:6px;border-radius:50%;position:absolute;left:15px;top:calc(50% - 3px);opacity:0;}
#Menu ul>li ul.dropdown-menu>li:not(:last-child){border-bottom:1px solid #dcdcdc;}
#Menu ul>li ul.dropdown-menu>li:not(:last-child)>a{}
#Menu ul>li ul.dropdown-menu>li>a>i{font-size:14px;line-height:24px;position:absolute;right:10px;}
#Menu ul>li ul.dropdown-menu>li:hover>a,#Menu ul>li ul.dropdown-menu>li>a:hover{background-color:#fff;color:var(--color-normal);}
#Menu ul>li ul.dropdown-menu>li:hover>a:before,#Menu ul>li ul.dropdown-menu>li>a:hover:before{opacity:1;}
#Menu ul>li ul.dropdown-menu>li:hover>a:after,#Menu ul>li ul.dropdown-menu>li>a:hover:after{opacity:1;}
#Menu ul>li:hover ul.dropdown-menu{margin-top:0;visibility:visible;opacity:1;}

#Menu .getainquiry{display:none;}

#search{margin:0 18px 0 0;position:relative;display:none;}
#search .btnsearch{}
#search .btnsearch>i{display:block;font-size:24px;color:#333;line-height:28px;cursor:pointer;text-align:center;}
#search #sform{width:250px;box-sizing:border-box;transition:all 0.3s;overflow:hidden;display:flex;align-items:center;background-color:#fff;position:absolute;top:100%;right:0;opacity:0;visibility:hidden;height:0;z-index:1;}
#search #sform input{width:calc(100% - 45px);padding-left:15px;font-size:16px;height:100%;background-color:transparent;}
#search #sform input::placeholder{color: #999;font-size:14px;}
#search #sform button{width:45px;position:relative;text-align:center;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;height:100%;background-color:transparent;}
#search #sform button>i{font-size:17px;line-height:1;color:#666;}
#search.show #sform{opacity:1;visibility:visible;height:45px;border:1px solid var(--color-main);}


#Menu #lang{display:none;}
#lang{position:relative;margin:0 0 0 37px;display:flex;align-items:center;}
#lang .link{display:flex;justify-content:space-around;align-items:center;color:#fff;position:relative;font-size:14px;}
#lang .link .imgbox{width:20px;height:20px;border-radius:50%;overflow:hidden;}
#lang .link .imgbox img{object-fit:cover;width:100%;height:100%;}
#lang .link span{display:inline-block;font-size:18px;font-family:var(--font-bold);text-transform:uppercase;margin:0 5px 0 8px;}
#lang .link>i{display:inline-block;color:#666;}
#lang .link>i.icon-yuyan{font-size:24px;color:#333;line-height:28px;}
#lang .link>i.icon-xia{margin-left:5px;font-size:12px;color:#fff;}
#lang ul.dropdown-menu{position:absolute;top:100%;background-color:#fff;z-index:2;min-width:130px;box-shadow:0 5px 10px rgba(0,0,0,0.17);padding:5px 10px 5px;margin-top:30px;transition:all 0.3s;visibility:hidden;opacity:0;left:50%;transform:translate(-50%,0);overflow:hidden;}
#lang ul.dropdown-menu>li>a{line-height:24px; font-size:14px; padding:5px 0 5px 0;white-space:nowrap;text-align:left;position:relative;z-index:2;color:#888;display:flex;align-items:center;justify-content:flex-start;}
#lang ul.dropdown-menu>li img{margin-left:0;margin-right:5px;}
#lang ul.dropdown-menu>li:hover>a{color:var(--color-main);}
#lang ul.dropdown-menu>li:not(:last-child)>a{border-bottom:1px solid #ddd;}
#lang:hover ul.dropdown-menu{margin-top:0;visibility:visible;opacity:1;}

/*手机导航*/
header #menu_btn{cursor:pointer; position: relative;display:inline-block;border-radius:50px;text-align:center;margin-top:15px;float:right;display:none;}
header #menu_btn>i{display:inline-block;font-size:24px;line-height:40px;}
header #menu_btn>i:before{content:"\e623";}
header #menu_btn.show>i:before{content:"\e642";}
@media (min-width:1080px) and (max-width:1409px) {
    header{padding:10px 15px;}
    header .right{padding-left:20px;}

    #Menu ul.menunav>li{margin:0 12px;}
    #Menu ul.menunav>li>a{padding:5px 0;font-size:15px;}
    .getainquiry{padding:8px 20px;}
    #lang{margin-left:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    header{position:sticky;top:0;padding:0 8px;border-radius:0;}
    header .container{padding:0 15px;}
    header .logo{display:block;}
    

    #logo{height:60px;}
    #logo img{max-width:200px;max-height:50px;}
    .top{padding:0;display:none;}

    #Menu .menu_right{margin:0;}
    #Menu .getainquiry{padding:8px 15px;width:100%;margin:0;text-align:center;background-color:#fff;color:var(--color-main);}
    #Menu .getainquiry:before,#Menu .getainquiry:after{background-color:#fff!important;}

    header #search{margin:15px 0 0 0;width:100%;}
    header #search>a{display:none;}
    #search{padding:0;margin: 0 0 15px;}
    #search #sform{height:40px;width:100%;display:flex;position:relative;top:initial;right:initial;border:1px solid #fff;opacity:1;visibility:visible;}
    #search.show #sform{height:40px;}
    #search #sform input{width:calc(100% - 40px);}
    #search #sform button{width:40px;}
    #search #sform span{display:none;}
    #search #sform font{display:none;}
    #search::before{display:none;}

    #lang ul.dropdown-menu{padding:0 15px;}

    header #menu_btn{display:block;margin-top:3px;margin-right:0;margin-left:10px;}
    
    header.show #Menu{left:0;z-index:2;padding:20px 15px 30px;}
    #Menu{display:block;width:220px;position:fixed;top:0;left:-230px;bottom:0;background-color:var(--color-main);box-shadow:0 0 3px #eee;padding-top:20px;overflow-y:scroll;padding-bottom:60px;transition:all 0.3s;margin-left:0;}
    #Menu ul.menunav{width:100%;display:block;padding-left:0;margin-bottom:30px;}
    #Menu ul.menunav>li{display:block;margin:0;}
    #Menu ul.menunav>li>a{padding:6px 0 6px 0;color:#fff;text-align:left;font-size:16px;}
    #Menu ul.menunav>li.active>a{color:#fff;}
    #Menu ul.menunav>li.active>a:before,#Menu ul.menunav>li:hover>a:before{display:none;}
    #Menu ul.menunav>li.active>a:after,#Menu ul.menunav>li:hover>a:after{display:none;}
    #Menu ul>li ul.dropdown-menu{display:block;position:relative;padding-left:0;padding-right:0;box-shadow:none;border-bottom:none;opacity:1;visibility:visible;margin-top:0;padding-top:0;background:none;width: 100%;position: relative;top: initial;left: initial;transform: initial;padding-bottom:0;}
    #Menu ul > li ul.dropdown-menu::before{display:none;}
    #Menu ul > li ul.dropdown-menu::after{display:none;}
    #Menu ul>li ul.dropdown-menu>li{padding:0;margin:0;width:100%;}
    #Menu ul > li ul.dropdown-menu > li > a > i{display:none;}
    #Menu ul>li ul.dropdown-menu>li>a{color:#fff;font-size:14px;padding:4px 10px 4px 10px;white-space:initial;margin:0;}
    #Menu ul>li ul.dropdown-menu>li>a.icon_right::after{top:5px;}
    #Menu ul>li ul.dropdown-menu>li:not(:last-child)>a{border:none;}
    #Menu ul>li ul.dropdown-menu ul.catemenu{display:block;position:relative;left:0;border-left:none;padding:0 0 0 5px;}
    #Menu ul>li ul.dropdown-menu ul.catemenu>li>a{font-size:12px;padding:4px 0 4px 15px;}

    #Menu ul.menunav > li.btninquiry > a{margin-left:0;padding:5px;display:flex;justify-content:center;font-size:14px;}

    #Menu .procate{display:none!important;}
    header .headCateList{display:none;}
    
    #Menu #lang{display:block;margin-left:0;margin-top:15px;width:100%;}
    #Menu #lang .link{justify-content:flex-start;display:none;}
    #Menu #lang .link:not(:last-child){margin-right:0;padding-right:0;margin-bottom:10px;}
    #Menu #lang .link:not(:last-child)::before{display:none;}
    #Menu #lang img{margin:0 5px 0 0;}

    #lang ul.dropdown-menu{position:relative;top:initial;margin-top:0;visibility:visible;opacity:1;left:initial;transform:initial;margin-bottom:15px;padding:0 10px;}
}
/**********头部样式**********/
.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:16px;line-height:30px;margin-bottom:8px;display:block;}
.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.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-normal);}
@media (min-width:1230px) and (max-width:1409px) {
}
@media (min-width:1080px) and (max-width:1409px) {
    .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-normal); 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{padding-top:110px;position:relative;}
footer dl dt,footer .tit_foot{margin-bottom:30px;font-size:25px;line-height:1;position:relative;font-family:var(--font-bold);color:#fff;padding-left:24px;letter-spacing:-0.08em;}
footer dl dt:before,footer .tit_foot:before{content:"";width:8px;height:8px;background-color:var(--color-normal);position:absolute;left:0;top:calc(50% - 4px);border-radius:50%;}
footer dl dd{position:relative;}
footer dl dd>a{display:block;transition:all 0.3s;line-height:24px;color:#fff;font-size:16px;position:relative;padding:8px;min-width:142px;text-align:center;background-color:#28282a;border-radius:50px;}
footer dl dd>a:hover{background-color:var(--color-normal);color:#fff;}

#fck1{width:400px;margin:0;}
#fck2{width:500px;margin:0;}
#fck3{width:520px;margin:0;}

#fck1 .title{font-size:50px;line-height:1.26;font-family:var(--font-bold);letter-spacing:-0.08em;}
#fck2 dl dd{width:30%;margin-right:10px;margin-bottom:15px;margin-left:0;}
footer .webtit{font-size:195px;line-height:1;margin-top:60px;font-family:var(--font-bold);letter-spacing:-0.08em;}

.footcontact .contitem{position:relative;display:flex;justify-content:flex-start;flex-wrap:wrap;}
.footcontact .contitem:not(:last-child){margin-bottom:10px;}
.footcontact .contitem .title{display:block;font-size:17px;line-height:24px;margin:0 5px 0 0;}
.footcontact .contitem.contitem1 .title{font-size:20px;letter-spacing:-0.04em;font-family:var(--font-bold);}
.footcontact .contitem a,.footcontact .contitem p{display:block;color:#fff;line-height:24px;font-size:17px;margin:0;}
.footcontact .contitem.contitem1 a,.footcontact .contitem.contitem1 p{font-size:20px;letter-spacing:-0.04em;font-family:var(--font-bold);}
.footcontact .contitem a:hover{color:var(--color-normal);text-decoration:underline;}

#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-normal);}

@media (min-width:1410px) and (max-width:1779px){    
    #Subscribe{padding:40px;}
    #Subscribe .titbox{width:500px;}
    #Subscribe .subscribeBox{width:450px;margin-right:0;margin-left:30px;}

    #fck1{width:360px;margin:0;}
    #fck2{width:460px;margin:0;}
    #fck3{width:380px;margin:0;}

    footer .webtit{font-size:180px;}
}
@media (min-width:1080px) and (max-width:1409px) {
    #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;}
    
    #fck1{width:300px;margin:0;}
    #fck2{width:450px;margin:0;}
    #fck3{width:300px;margin:0;}

    #fck1 .title{font-size:36px;}
    .footcontact .contitem a.email{font-size:30px;}
    footer .webtit{font-size:135px;margin-top:30px;}
}
@media (min-width:1px) and (max-width:1079px) {
    footer .webtit{display:none;}


    #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{margin-top:30px;}
.footshare a>i{display:block;font-size:16px;color:#fff;width:42px;height:42px;line-height:42px;text-align:center;border-radius:50px;background-color:#313131;transition:all 0.3s;}
.footshare a:not(:last-child)>i{margin-right:10px;}
.footshare a:hover>i{margin-top:-5px;}
.footshare a.facebook:hover>i{background-color:#3c5a99;}
.footshare a.linkedin:hover>i{background-color:#0077b5;}
.footshare a.twitter:hover>i{background-color:#000000;}
.footshare a.youtube:hover>i{background-color:#d54029;}
.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:25px 45px;align-items:center;}
.copyright .footdiv{margin:0 50px 0 0;color:#fff;font-size:16px;line-height:30px;}
.copyright .footdiv.right{text-align:right;}
.copyright .footdiv>a{color:#fff;font-size:16px;line-height:30px;}
.copyright .footdiv>a:hover{color:var(--color-normal);text-decoration:underline;}
@media (min-width:1080px) and (max-width:1409px) {
    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;}
    
    #fck1 .footlogo{margin-bottom:20px;}
    .footcontact p:not(:last-child){margin-bottom:20px;}
    
    .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{}
}
@media (min-width:1px) and (max-width:1079px) {
    #smooth-wrapper{padding-top:61px;}

    footer{padding:30px 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:0 0 15px 0;text-align:center;border-top:none;}
    .copyright .footdiv{flex:initial;margin:0;}
    .copyright .footdiv.left{width:100%;padding:0;font-size:14px;}
    .copyright .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;}
}


#float{position:fixed;right:0;top:60%;z-index:55;transform:translate(0,-50%);display: flex;  flex-direction: column;  align-items: flex-end;}
#float .ico{display:block;width:50px;height:50px;text-align:center;background:var(--color-main);position:relative;cursor:pointer;margin-bottom:6px;overflow:hidden;display:flex;justify-content:center;align-items:center;border-radius:8px;}
#float .ico>i{font-size:28px;line-height:50px;display:block;color:#fff;width:50px;}
#float .ico>.img{position:absolute;right:50px;width:140px;top:0;display:none;background-color:#fff;box-shadow:0 0 5px #b0b0b0;}
#float .ico>.img>img{width:100%;}
#float .ico>i.icon_whatsapp{background-color:#1bc73a;}
#float .ico:hover>.img{display:block;}
#float .ico.email{background-color:#f7aa3c;}
#float .ico.whatsapp{background-color:#25d366;}
#float .ico.getainquiry{background-color:#a4c6f9;}
@media (min-width:1px) and (max-width:1079px){
    #float .ico{width:40px;height:40px;margin-bottom:5px;}
    #float .ico>i{font-size:20px;line-height:40px;}
    #float .ico>.img{right:40px;}
}
#float .ico p{width:0;color:#fff;transition:all 0.3s;white-space:nowrap;}
#float .ico i .number{position:absolute;width:25px;height:25px;font-size:16px;border-radius:50%;left:-5px;z-index:13;line-height:25px;background-color:#c6171e;color:#fff;top:-5px;}
#float .ico.getainquiry i{animation:blink 1.6s infinite;}
#float .ico:hover{width:auto;}
#float .ico:hover p{width:auto;padding:0 15px 0 5px;min-width:30px;}
@keyframes blink {
    0% {
        opacity: 1;
        color: #fff
    }

    50% {
        opacity: 0.4
    }

    100% {
        opacity: 1
    }
}

#floatForm{position:fixed;right:20px;bottom:-30px;z-index:999;transform: translateY(100%);transition: all 0.35s;}
#floatForm.show{transform: translateY(0);bottom:0;}
#floatForm .bg{width:100%;height:100%;background:rgba(0,0,0,0.5);display:none;}
#floatForm .contactTop{ overflow: hidden; display: flex; justify-content: space-between; margin-left: -20px; margin-top: -30px; position: relative; height: 75px; margin-bottom: 0.2rem; align-items: center;}
#floatForm .contactTop:before{position:absolute;top:0;left:0;width:0;height:0;border-color:var(--color-main) transparent transparent transparent;border-style:solid;border-width:75px 98px 0 0;content:"";}
#floatForm .contactTop .contactLogo{ margin-left: 20px; margin-top: 5px; position: relative; z-index: 3; width: 50px; height: 50px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 10px #f5f5f5; background:#fff; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 5px;}
#floatForm .contactTop .contactLogo picture{ max-width: inherit; width: 100%; height: auto;line-height:0;}
#floatForm .contactForm{width:90%;max-width:380px;position:relative;z-index:1;box-shadow:0 0 10px 1px var(--color-main);padding:30px 20px;background-color:#f3f3f3;border:1px solid #e1eaec;}
#floatForm .contactForm .btnclose{display:inline-flex;width:30px;height:30px;background-color:#000;border:3px solid #fff;border-radius:50%;z-index:1;align-items: center;justify-content: center;cursor:pointer; margin: 0;}
#floatForm .contactForm .btnclose>i{font-size:12px;line-height:24px;color:#fff;font-weight:bold;}
#floatForm .contactForm .quickQuoteTitle{font-size:22px;line-height:24px;color:#171717;font-weight:600;margin-bottom:20px;}
#floatForm .contactForm input,.contactForm textarea{padding:12px;width:100%;border:1px solid #dadada;margin-bottom:10px;background-color:#fff;color:#000;resize:none;}
#floatForm .contactForm .submit{padding:10px 20px;min-width:120px;font-size:16px;line-height:20px;border:1px solid var(--color-main);background-color:var(--color-main);text-align:center;color:#fff;display:inline-block;}
#floatForm .contactForm .submit:hover{}
/**********底部样式**********/

/**********首页样式**********/
#ibframe{position:relative;z-index:2;}
#ibframe:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0);}
#ibframe .container{position:absolute;left:0;top:0;right:0;bottom:0;}
#ibframe .txt{position:absolute;top:50%;left:0;width:100%;transform:translate(0,-50%);z-index:1;max-width:600px;}
#ibframe .txt .tit{font-size:75px;line-height:1;color:#fff;}
#ibframe .txt .tit font{color:var(--color-main);line-height:1;}
#ibframe .txt .remark{font-size:48px;line-height:1.1458;color:#fff;margin-top:30px;}
#ibframe .txt .btnlist{margin-top:40px;}
#ibframe .txt .morelink{animation-name: slideInUpMore;}
#ibframe .txt .morelink:not(:last-child){margin-right:18px;}
#ibframe .txt .morelink:hover{margin-top:-10px;margin-bottom:10px;}
#ibframe .txt .morelink2{border-color:#fff;}
.char{opacity:0;display:inline-block;transform:translateY(6px);animation:charAnim 0.5s ease-out forwards}
@keyframes charAnim{
    to{opacity:1;transform:translateY(0)}
}
#ibframe .txt .tit .char{animation-duration:0.8s !important}
#ibframe .txt .remark .char{animation-duration:0.35s !important}
@keyframes slideInUpMore {
  from {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
}
#ibframe img{width:100%;}
#ibframe .swiper-slide a{display:block;}
#ibframe .swiper-pagination{bottom:3vw;}
#ibframe .swiper-pagination-bullet{width:20px;height:3px;margin:0 2px;background-color:#fff;transition:all 0.3s;border-radius:0;opacity:0.57;}
#ibframe .swiper-pagination-bullet-active{width:48px;opacity:1;}
#ibframe .btnlist .swbtn{display:inline-block;width:50px;height:50px;line-height:50px;text-align:center;position:absolute;color:#fff;top:calc(50% - 25px);z-index:1;background-color:rgba(0,0,0,0.3);border-radius:50%;transition:all 0.3s;display:none;}
#ibframe .btnlist .swbtn>i{font-size:30px;display:block;}
#ibframe .btnlist .swbtn.btn-prev{left:calc(4vw);transform:rotateY(180deg);}
#ibframe .btnlist .swbtn.btn-next{right:calc(4vw);}
#ibframe .btnlist .swbtn:hover{background-color:var(--color-main);}
@media (min-width:1080px) and (max-width:1409px) {
    #ibframe .txt .tit{font-size:40px;}
    #ibframe .txt .remark{font-size:16px;}
}
@media (min-width:1px) and (max-width:1079px){
    #ibframe{position:relative;margin-top:0;}
    #ibframe .swiper{height:initial;}
    #ibframe .swiper-slide img{width:100%;height:initial;object-fit:initial;}


    #ibframe .swiper-pagination{bottom:5px;}
    #ibframe .swiper-pagination-bullet{width:30px;}
    #ibframe .swiper-pagination-bullet-active{width:45px;}

    #ibframe .btnlist .swbtn{width:36px;height:36px;line-height:36px;}
    #ibframe .btnlist .swbtn>i{font-size:20px;}
    #ibframe .btnlist .swbtn.btn-prev{left:15px;}
    #ibframe .btnlist .swbtn.btn-next{right:15px;}

    #ibframe .txt{padding:0 15px;}
    #ibframe .txt .tit{font-size:18px;line-height:1.3;}
    #ibframe .txt .remark{font-size:13px;margin-top:10px;}
    #ibframe .txt .btnlist{margin-top:15px;}
    #ibframe .txt .morelink{padding:5px 10px;max-width:48%;}
    #ibframe .txt .morelink:not(:last-child){margin-right:12px;}
}

#frame_cate{background-color:#1d1d1d;}
#frame_cate .container{position:relative;}
#frame_cate .titbox{margin-bottom:100px;}
#frame_cate .floatimg{position:absolute;right:15px;top:5px;}
#frame_cate .list{align-items:flex-start;}
#frame_cate .list .item img{width:100%;}
#frame_cate .list .item{width:calc((100% - 60px)/4);margin:0 20px 0 0;position:relative;transition:all 0.5s;display:block;}
#frame_cate .list .item:nth-child(2n){margin-top:120px;}
#frame_cate .list .item:nth-child(4n){margin-right:0;}
#frame_cate .list .item:before{content:"";width:100%;height:40%;position:absolute;left:0;bottom:0;background:linear-gradient(to top,rgba(0,0,0,0.6),rgba(0,0,0,0));}
#frame_cate .list .item .txt{position:absolute;left:0;right:0;bottom:0;padding:25px;}
#frame_cate .list .item .txt .tit_cate{font-size:25px;line-height:1.25;}
#frame_cate .list .item:hover{margin-top:-20px;}
#frame_cate .list .item:nth-child(2n):hover{margin-top:100px;}
@media (min-width:1080px) and (max-width:1409px){
    #frame_cate .list .item{width:calc((100% - 45px)/4);margin:0 15px 0 0;}
    #frame_cate .list .item:nth-child(2n){margin-top:80px;}
    #frame_cate .list .item .txt{padding:15px;}
    #frame_cate .list .item .txt .tit_cate{font-size:20px;}
}
 @media (max-width:1079px){
    #frame_cate .list .item{width:calc((100% - 15px)/2);margin:0 0 15px;}
    #frame_cate .list .item:nth-child(2n){margin-top:0;}
    #frame_cate .list .item .txt{padding:15px 8px;}
    #frame_cate .list .item .txt .tit_cate{font-size:18px;}
}

#frame_strong{position:relative;padding:0;min-height:850px;display:flex;align-items:end;}
#frame_strong .content{position:absolute;left:0;right:0;top:0;bottom:0;}
#frame_strong .titbox{margin-left:0;width:57.2%;}
#frame_strong .numlist{width:300px;margin-right:0;}
#frame_strong .numlist .item{margin-block:30px;position:relative;padding-left:100px;}
#frame_strong .numlist .item .icoimg{position:absolute;left:0;top:5px;width:63px;height:auto;}
#frame_strong .numlist .item .num{font-size:40px;line-height:1;font-family:var(--font-bold);}
#frame_strong .numlist .item p{font-size:18px;}
@media (min-width:1080px) and (max-width:1409px){
    #frame_strong{min-height:600px;}
    #frame_strong .imgbox{width:100%;}
    #frame_strong .imgbox img{width:100%;}
    #frame_strong .numlist{width:250px;}
    #frame_strong .numlist .item{padding-left:70px;}
    #frame_strong .numlist .item .icoimg{width:50px;}
    #frame_strong .numlist .item .num{font-size:30px;}
}
 @media (max-width:1079px){
    #frame_strong{min-height:initial;display:block;}
    #frame_strong .content{position:relative;padding-bottom:0;}
    #frame_strong .titbox{width:100%;}
    #frame_strong .numlist{width:100%;}
    #frame_strong .numlist .item{padding-left:70px;margin-bottom:0;}
    #frame_strong .numlist .item .icoimg{width:50px;}
    #frame_strong .numlist .item .num{font-size:30px;}
}

#frame_point{background-repeat:no-repeat;background-position:right top;}
#frame_point .titbox{margin-bottom:0;}
#frame_point .box1{flex-flow:row-reverse;margin-bottom:90px;}
#frame_point .box1 .tit{max-width:520px;margin-left:0;margin-bottom:25px;}
#frame_point .imgbox{width:50%;margin:0;}
#frame_point .imgbox img{width:100%;}
#frame_point .txtcontent{width:45%;margin:0;}
#frame_point .pointlist{margin-top:90px;}
#frame_point .pointlist span{display:inline-block;min-width:220px;position:relative;padding-left:30px;font-size:16px;line-height:24px;margin-bottom:40px;}
#frame_point .pointlist span:before{content:"";width:16px;height:16px;background-color:var(--color-normal);border-radius:50%;position:absolute;left:0;top:calc(50% - 8px);}
@media (min-width:1080px) and (max-width:1409px){
    #frame_point .pointlist{margin-top:40px;}
    #frame_point .pointlist span{margin-bottom:20px;}
}
 @media (max-width:1079px){
    #frame_point .box1{flex-flow:column;margin-block:25px;}
    #frame_point .imgbox{width:100%;margin-block:15px;}
    #frame_point .box1 .tit{margin-block:15px;}
    #frame_point .txtcontent{width:100%;}
    #frame_point .pointlist{margin-top:20px;}
    #frame_point .pointlist span{margin-bottom:10px;font-size:14px;}
}

#frame_ce{background-repeat:no-repeat;background-position:center;background-attachment:fixed;background-size:100% auto;}
#frame_ce::before{content:"";position:absolute;left:0;right:0;bottom:0;top:0;background:linear-gradient(to bottom,rgb(0,0,0) 0%,rgba(0,0,0,.55) 25%,rgba(0,0,0,.55) 75%,rgb(0,0,0) 100% )}
#frame_ce .titbox{width:55%;margin-left:0;}
#frame_ce .imgbox{width:33%;margin-right:0;text-align:right;z-index:1;}
#frame_ce .swiper-pagination{position:relative;top:initial;left:initial;bottom:initial;margin-top:35px;}
#frame_ce .swiper-pagination .swiper-pagination-bullet{opacity:1;width:14px;height:14px;border-radius:50%;border:2px solid #fff;background-color:transparent;margin:0 6px;}
#frame_ce .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border:2px solid var(--color-normal);background-color:var(--color-normal);}
@media (min-width:1080px) and (max-width:1409px){
}
 @media (max-width:1079px){
    #frame_ce{background-size:auto 100%;}
     #frame_ce .titbox{width:100%;margin-bottom:15px;}
     #frame_ce .imgbox{width:100%;text-align:left;}
     #frame_ce .swiper{margin-top:20px;}
}

#frame_dep .titbox{width:42.85%;margin:0;}
#frame_dep .titbox .tit{font-size:33px;line-height:1.12;flex:1;}
#frame_dep .titbox img{margin-right:45px;margin-left:0;}
#frame_dep .right{width:50%;text-align:right;margin-right:0;}
@media (min-width:1410px) and (max-width:1779px){
    #frame_dep .titbox .tit{font-size:30px;}
}
@media (min-width:1080px) and (max-width:1409px){
    #frame_dep .titbox{width:55%;}
    #frame_dep .titbox img{margin-right:20px;}
    #frame_dep .titbox .tit{font-size:22px;}
    #frame_dep .right{width:42%;}
}
 @media (max-width:1079px){
    #frame_dep{padding-bottom:0;}
    #frame_dep .titbox{width:100%;margin-bottom:15px;}
    #frame_dep .titbox img{margin-right:10px;}
    #frame_dep .titbox .tit{font-size:20px;}
    #frame_dep .right{width:100%;}
}

#frame_work{background-repeat:no-repeat;background-position:left center;position:relative;}
#frame_work .txtcontent{position:absolute;left:0;top:var(--gap-large);width:100%;z-index:11;}
#frame_work .container{}
#frame_work .titbox{max-width:900px;margin-left:0;}
#frame_work .titbox .tit{flex:1;}
#frame_work .list{width:1350px;height:1080px;overflow:hidden;margin-right:0}
#frame_work .slider{width:100%;height:100%;position:relative}
#frame_work .slider-item{width:100%;position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;justify-content:flex-end;align-items:center;transition:all 0.9s cubic-bezier(0.15,0.75,0.25,1);background:transparent}
#frame_work .slider-item picture{display:block;overflow:hidden;position:relative;}
#frame_work .slider-item img{width:100%;height:100%;object-fit:cover;display:block}
#frame_work .mask-layer{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;transition:all 0.9s cubic-bezier(0.15,0.75,0.25,1);pointer-events:none}
@media (min-width:1410px) and (max-width:1779px){
    #frame_work .list{width:1000px;height:700px;}
}
@media (min-width:1080px) and (max-width:1409px){
    #frame_work{background-repeat:no-repeat;background-position:left -100px center;}
    #frame_work .list{width:800px;height:600px;}
}
 @media (max-width:1079px){
     #frame_work .txtcontent{position:relative;top:initial;}
     #frame_work .titbox .tip{width:100%;}
     #frame_work .titbox .tit{width:100%;}
     #frame_work .list{width:90%;height:300px;}
}

#frame_news{background-color:#1d1d1d;}
#frame_news .titbox .tit{flex:1;}
@media (min-width:1080px) and (max-width:1409px){
}
 @media (max-width:1079px){
}


#HomeFeedback .feedbackbox{width:44%;background-color:#fff;border-radius:8px;padding:50px 40px;margin:0;}
#HomeFeedback .feedbackbox .titbox{margin-bottom:30px;}
#HomeFeedback .feedbackbox .titbox .tit{font-family:var(--font-bold);text-align:center;}
#HomeFeedback .feedbackbox ul>li{position:relative;}
#HomeFeedback .feedbackbox ul>li:not(:last-child){margin-bottom:15px;}
#HomeFeedback .feedbackbox ul>li.half{width:47%;margin-left:0;margin-right:0;}
#HomeFeedback .feedbackbox ul>li>label{display:block;color:#333;}
#HomeFeedback .feedbackbox ul>li>.input{padding:0;border-radius:0;height:34px;border-top-color:transparent!important;border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:#ccc;}
#HomeFeedback .feedbackbox ul>li>.input::placeholder{color:#ccc;font-size:14px;}
#HomeFeedback .feedbackbox ul>li textarea.input{height:90px;border-bottom-color:transparent;}
#HomeFeedback .feedbackbox .morelink{margin-top:10px;width:100%;background:#333;padding:12px 30px;}
@media (min-width:1080px) and (max-width:1409px){
    #HomeFeedback .feedbackbox{padding:30px;}
    #HomeFeedback .feedbackbox .titbox{margin-bottom:15px;}
    #HomeFeedback .feedbackbox .titbox .slg{font-size:14px;}
    #HomeFeedback .feedbackbox p{font-size:16px;}
    #HomeFeedback .feedbackbox ul > li:not(:last-child){margin-bottom:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #HomeFeedback{margin-bottom:0;padding-block:50px;}
    #HomeFeedback .left{width:100%;margin:0;}
    #HomeFeedback .left .contbox{padding:15px 0 15px 0;}
    #HomeFeedback .left .contbox i{width:60px;height:60px;line-height:60px;font-size:30px;}

    #HomeFeedback .feedbackbox{width:100%;margin-top:20px;padding:20px;}
    #HomeFeedback .feedbackbox .titbox{margin-bottom:15px;}
    #HomeFeedback .feedbackbox .titbox .slg{font-size:14px;}
    #HomeFeedback .feedbackbox ul > li.half{width:100%;}
    #HomeFeedback .feedbackbox ul > li:not(:last-child){margin-bottom:15px;}
    #HomeFeedback .feedbackbox p{font-size:14px;}
}
/**********首页样式**********/


#bframe{position:relative;z-index:2;padding-top:150px;}
#bframe img{width:100%;height:100%;object-fit:cover;}
#bframe .txt{position:absolute;width:100%;top:50%;transform:translate(0,-50%);}
#bframe .tit{font-size:36px;line-height:1;color:#fff;}
#bframe .slg{color:#fff;margin-top:12px;line-height:1.875;font-size:14px;}
#bframe .line{display:inline-block;}
@media (min-width:1230px) and (max-width:1409px) {
}
@media (min-width:1080px) and (max-width:1409px) {
    #bframe{padding-top:100px;}
    #bframe .tit{font-size:30px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #bframe{padding-top:0;}
    #bframe .txt{top:50%;}
    #bframe .tit{font-size:18px;line-height:1.2;margin-bottom:0;}
    #bframe .line{display:none;}
    #bframe .slg{display:none;}
    #bframe img{}
}

/*共用*/
#Location{width:100%;position:relative;margin-top:30px;}
#Location .crumbs{display:flex;align-items:center;width:fit-content;margin:0;position:relative;}
#Location .crumbs:before{content:"\e676";font-family:iconfont;color:var(--color-main);font-size:20px;line-height:1;margin-right:15px;}
#Location .crumbs a{font-size:16px;line-height:24px;color:#fff;}
#Location .crumbs a:hover{text-decoration:underline;}
#Location .crumbs a:not(:last-child)::after{content:"/";margin:0 10px;display:inline-block;color:#fff;}
#Location .crumbs span{display:inline-block;font-size:16px;line-height:24px;color:var(--color-main);}
#Location.prolocation{background-color:#f8f9fa;}
#Location.prolocation .crumbs a{color:#4b5563;}
#Location.prolocation .crumbs span{font-family:var(--font-bold);color:var(--color);}
#Location.ablocation{background-color:transparent;}
#Location.ablocation .crumbs a{color:#4b5563;}
#Location.ablocation .crumbs span{font-family:var(--font-bold);color:var(--color);font-size:16px;}
@media (min-width:1080px) and (max-width:1409px) {
    #Location{margin-top:20px;}
    #Location .crumbs:before{font-size:16px;}
    #Location .crumbs a{font-size:14px;}
    #Location .crumbs span{font-size:14px;}

    #Location.prolocation{width:100%;left:0;}
}
@media (min-width:1px) and (max-width:1079px) {
    #Location{margin-top:15px;}
    #Location .container{padding:0 15px;}
    #Location .crumbs{flex-wrap:wrap;padding:6px 15px;}
    #Location .crumbs:before{line-height:18px;}
    #Location .crumbs a{font-size:13px;line-height:18px;}
    #Location .crumbs a:not(:last-child)::after{line-height:18px;}
    #Location .crumbs a:first-child:before{font-size:16px;}
    #Location .crumbs span{font-size:13px;line-height:18px;}
}


.PageTitle{padding:25px 0 0;}
.PageTitle .tit{font-size:40px;line-height:1.2;font-family:var(--font-bold);}
@media (min-width:1080px) and (max-width:1409px) {
    .PageTitle{padding:15px 0;}
}
@media (min-width:1px) and (max-width:1079px) {
    .PageTitle{padding:0;display:none;}
    .PageTitle .tit{font-size:30px;}
}

/*左侧菜单*/
#left_nav{width:384px;margin:0;}
#right_nav{width:calc(100% - 438px);margin:0;}
#left_nav .leftbox{}
#left_nav .leftbox .tit{font-size:24px;line-height:36px;position:relative;margin-bottom:15px;font-family:var(--font);font-weight:bold;border-bottom:7px solid var(--color-main);padding-bottom:10px;}
#left_nav dl{}
#left_nav dl>dd{position:relative;overflow:hidden;border-left:9px solid var(--color-normal);}
#left_nav dl>dd:not(:last-child){margin-bottom:43px;}
#left_nav dl>dd>a{font-size:22px;font-family:var(--font-bold);letter-spacing:-0.08em;line-height:30px;padding:15px 0 15px 18px;display:block;color:#fff;}
#left_nav dl>dd.active>a,#left_nav dl>dd:hover>a{color:var(--color-normal);}
#left_nav dl>dd ul{padding-top:10px;display:none;}
#left_nav dl>dd.active ul{display:block;border-top:1px solid #e1e1e1;padding-left:20px;}
#left_nav dl>dd ul>li{position:relative;}
#left_nav dl>dd ul>li>a{display:block;font-size:14px;line-height:30px;position:relative;color:#8c8c8c;padding-bottom:5px;margin-bottom:5px;}
#left_nav dl>dd ul>li>i{width:12px;height:12px;border:1px solid #e3e3e3;position:absolute;right:10px;top:9px;display:none;}
#left_nav dl>dd ul>li:not(:last-child)>a{}
#left_nav dl>dd ul>li.active>a,#left_nav dl>dd ul>li:hover>a{color:var(--color-normal);}
#left_nav dl>dd ul>li.active>i,#left_nav dl>dd ul>li:hover>i{background-color:var(--color-normal);}
#left_nav dl>dd ul>li.active>i:before,#left_nav dl>dd ul>li:hover>i:before{content:"\eaf1";font-family:iconfont;color:#fff;position:absolute;left:1px;top:0;font-size:10px;line-height:1;}
#left_nav dl>dd ul>li.active>ul{display:block;}
#left_nav dl>dd ul>li>ul.catelist{padding:0 20px 0;}
#left_nav dl>dd ul>li>ul.catelist>li>a{display:block;border-bottom:1px solid #d5d5d5;padding-left:8px;font-size:14px;}

#left_nav #LeftSearch{overflow:hidden;}
#sform2{overflow:hidden;margin:0;width:350px;border-bottom:1px solid #fff;}
#sform2 #stext2{width:calc(100% - 45px);height:45px;background-color:transparent;margin-left:0;margin:0;}
#sform2 #stext2::placeholder{font-size:15px;color:#fff;}
#sform2 #sbut2{background-color:transparent;border:none;}
#sform2 #sbut2>i{color:#fff;font-size:20px;cursor:pointer;}

#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.leftbox{padding-bottom:35px;}
#LeftFeedback.leftbox .tit{margin-bottom:30px;}
.leftbox .feedbackbox{}
.leftbox .feedbackbox ul>li{margin-bottom:15px;}
.leftbox .feedbackbox ul>li>.input{height:42px;background-color:#fff;border-color:#dadada;font-size:14px;border-radius:4px;}
.leftbox .feedbackbox ul>li>.input::placeholder{color:#999;font-size:14px;line-height:20px;}
.leftbox .feedbackbox ul>li textarea.input{height:133px;}
.leftbox .feedbackbox .morelink{padding:2px 15px;width:100%;}


#LeftCateList{}
#LeftCateList dl>dd{border-left:9px solid var(--color-normal);}
#LeftCateList dl>dd:not(:last-child){margin-block:43px;}
#LeftCateList dl>dd>a{padding:15px 0 15px 18px;line-height:30px;}
#LeftCateList dl>dd.active>a,#LeftCateList dl>dd:hover>a{text-decoration:underline;color:var(--color-main);}
#LeftCateList dl>dd>a:before{content:"";font-family:iconfont;font-size:24px;line-height:30px;position:absolute;left:0;top:9px;}

.leftbox .imgbox{margin-block:40px 20px;}

#LeftContact{}
#LeftContact .txt{margin-block:25px 10px;}
#LeftContact .contbox{width:100%;position:relative;padding-left:38px;}
#LeftContact .contbox:not(:last-child){margin-bottom:15px;}
#LeftContact .contbox i{margin-right:8px;font-size:26px;line-height:30px;color:var(--color-main);position:absolute;left:0;top:0;}
#LeftContact .contbox span{font-size:15px;line-height:30px;color:#222;display:block;}
#LeftContact .contbox a{font-size:16px;line-height:30px;color:#222;display:block;}
#LeftContact .contbox a:hover{color:var(--color-main);text-decoration:underline;}
@media (min-width:1080px) and (max-width:1409px) {
    #left_nav{width:29%;}
    #right_nav{width:68%;}
    #left_nav .leftbox{margin-bottom:25px;}
    #left_nav .leftbox dl > dt, #left_nav .leftbox .tit{font-size:20px;}
    #left_nav dl > dd:not(:last-child){margin-bottom:30px;}
    #left_nav dl > dd > a{font-size:18px;padding:12px 0 12px 15px;}
    #left_nav #LeftCateList dl > dd > a{}
    #left_nav #LeftCateList dl > dd .img{left:0;}
    #left_nav .leftbox dl{}

    .leftbox .feedbackbox{}
    .leftbox .feedbackbox ul > li{margin-bottom:15px;}
    .leftbox .feedbackbox ul > li textarea.input{height:150px;}

    #left_nav #LeftProduct dl>dd>a{font-size:16px;}
    #left_nav dl>dd ul>li>a{font-size:15px;}
    #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;}
}
@media (min-width:1px) and (max-width:1079px) {
    #left_nav{display:none;}
    #right_nav{width:100%;}
}

#right_nav .title{}
#right_nav .title h2{font-size:30px;}
@media (min-width:1080px) and (max-width:1409px) {
    #right_nav .title p{font-size:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #right_nav .title h2{font-size:24px;line-height:1.2;}
}

article.context,article.context>*{color:#fff;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{padding-bottom:0;}
.abframe_1 .titbox{margin-bottom:0;}
#frame_strong.abframe_2{flex-flow:column;min-height:1050px;justify-content:flex-end;padding-bottom:100px;}
#frame_strong.abframe_2 .imgbox{position:relative;}
#frame_strong.abframe_2 .imgbox:before{content:"";position:absolute;left:0;right:0;bottom:0;top:0;background:linear-gradient(to top,rgb(0, 0, 0),rgba(0,0,0,0.45) 10%, rgba(0,0,0,0) 20%);z-index:2;}
#frame_strong.abframe_2 .numlist{width:100%;position:relative;z-index:2;}
#frame_strong.abframe_2 .numlist .item{margin:0;min-width:300px;padding-top:15px;padding-left:110px;}
#frame_strong.abframe_2 .numlist .item .icoimg{width:90px;}

#abframe_2{background-color:#1d1d1d;}
#abframe_2 .list{margin-bottom:-60px;}
#abframe_2 .list .item{width:calc((100% - 160px)/3);margin:0 0 60px;border-top:1px solid #fff;padding:40px 0 40px 94px;position:relative;}
#abframe_2 .list .item i{position:absolute;left:0;top:40px;font-size:60px;line-height:1;}
#abframe_2 .list .item .tit_ab{font-size:50px;line-height:1;margin-bottom:15px;letter-spacing:-0.06em;}
#abframe_2 .list .item .tit_ab sub{font-size:30px;line-height:1;vertical-align:bottom;margin-left:10px;letter-spacing:-0.04em;}
#abframe_2 .list .item .remark{font-size:30px;line-height:1;}

#aframe_his{background-repeat:no-repeat;background-position:center bottom 25px;padding-bottom:0;}
#aframe_his .swiper-slide{height:auto;text-align:center;padding-bottom:105px;}
#aframe_his .swiper-slide .tit_his{font-size:50px;line-height:1.2;letter-spacing:-0.08em;margin-bottom:20px;}
#aframe_his .swiper-slide .remark{line-height:1.625;}
#aframe_his .swiper-slide .point{width:50px;height:50px;border:8px solid var(--color-main);border-radius:50%;position:absolute;left:50%;bottom:25px;transform:translate(-50%,50%);}
#aframe_his .swiper-slide .point:before{content:"";width:26px;height:26px;background-color:var(--color-main);border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}

#aframe_work .titbox{margin-bottom:80px;}
#aframe_work .list{overflow:hidden;}
#aframe_work .swiper {overflow: visible !important;}
#aframe_work .swiper-wrapper {overflow: visible !important;}
#aframe_work .swiper-slide{width:820px;overflow: visible !important;}
#aframe_work .swiper-slide:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,0.75);pointer-events: none !important;}
#aframe_work .swiper-slide.swiper-slide-prev:before,#aframe_work .swiper-slide.swiper-slide-next:before{background-color:rgba(0,0,0,0.6);}
#aframe_work .swiper-slide.swiper-slide-active:before{background-color:rgba(0,0,0,0);}
#aframe_work .swiper-slide img{width:100%;}
@media (min-width:1080px) and (max-width:1409px){
    #frame_strong.abframe_2{min-height:750px;padding-bottom:50px;}
    #frame_strong.abframe_2 .titbox{width:100%;}
    #frame_strong.abframe_2 .numlist .item{width:25%;min-width:initial;padding-left:90px;}
    #frame_strong.abframe_2 .numlist .item .icoimg{width:80px;}
    #frame_strong.abframe_2 .numlist .item .num{font-size:26px;}
    #frame_strong.abframe_2 .numlist .item p{font-size:16px;margin-top:5px;}

    #abframe_2 .list .item{width:calc((100% - 40px)/3);margin:0 0 20px;padding:30px 0 30px 70px;}
    #abframe_2 .list .item i{font-size:50px;}
    #abframe_2 .list .item .tit_ab{font-size:36px;margin-bottom:10px;}
    #abframe_2 .list .item .tit_ab sub{font-size:24px;}
    #abframe_2 .list .item .remark{font-size:24px;}

    #aframe_his .swiper-slide .tit_his{font-size:36px;}

    #aframe_work .swiper-slide{width:500px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #frame_strong.abframe_2{min-height:initial;padding-bottom:30px;}
    #frame_strong.abframe_2 .numlist .item{margin-bottom:15px;padding-left:70px;padding-top:5px;}
    #frame_strong.abframe_2 .numlist .item .icoimg{width:60px;}
    #frame_strong.abframe_2 .numlist .item .num{font-size:26px;}
    #frame_strong.abframe_2 .numlist .item p{font-size:16px;margin-top:5px;}

    #abframe_2 .titbox .slg{margin-top:10px;}
    #abframe_2 .list .item{width:100%;margin:0;padding:20px 0 20px 50px;}
    #abframe_2 .list .item i{font-size:36px;top:20px;}
    #abframe_2 .list .item .tit_ab{font-size:30px;margin-bottom:10px;}
    #abframe_2 .list .item .tit_ab sub{font-size:16px;}
    #abframe_2 .list .item .remark{font-size:16px;}

    #aframe_his .swiper-slide .tit_his{font-size:20px;}
    #aframe_his .swiper-slide{padding-block:85px;}

    #aframe_work .titbox{margin-bottom:30px;}
    #aframe_work .swiper-slide{width:350px;}
}

#soframe1 .imgbox{width:50%;margin:0;}
#soframe1 .right{width:46.5%;margin:0 0 -65px;}
#soframe1 .right .item{padding-left:36px;position:relative;width:44.5%;margin:0 0 65px 0;}
#soframe1 .right .item i{position:absolute;left:0;top:0;font-size:20px;line-height:30px;color:var(--color-normal);}
#soframe1 .right .item .tit_solu{font-size:25px;line-height:30px;margin-bottom:15px;color:var(--color-normal);letter-spacing:-0.08em;}
#soframe1 .right .item .remark{font-size:16px;line-height:1.625;}

#soframe2{background-color:#141414;}
#soframe2 .list .item{width:calc((100% - 70px)/3);margin:0 0 35px;background-color:#000;padding:45px;min-height:300px;position:relative;border:2px solid var(--color-normal);z-index:1;}
#soframe2 .list .item:before{content:"";position:absolute;left:30px;right:30px;top:-2px;bottom:-2px;z-index:2;border-top:2px solid #000;border-bottom:2px solid #000;transition:all 0.3s;}
#soframe2 .list .item:after{content:"";position:absolute;left:-2px;right:-2px;top:30px;bottom:30px;z-index:2;border-left:2px solid #000;border-right:2px solid #000;transition:all 0.3s;}
#soframe2 .list .item .txt{position:relative;z-index:3;}
#soframe2 .list .item span{font-size:25px;margin-bottom:22px;color:#575757;font-family:var(--font-bold);letter-spacing:-0.08em;display:block;}
#soframe2 .list .item .tit_solu{font-size:25px;line-height:30px;margin-bottom:24px;}
#soframe2 .list .item .remark{font-size:16px;line-height:1.625;}
#soframe2 .list .item:hover:before{left:50px;right:50px;}
#soframe2 .list .item:hover:after{top:50px;bottom:50px;}

#soframe3 .caseslist .item{width:calc((100% - 80px)/5);margin:0 20px 20px 0;}
#soframe3 .caseslist .item:nth-child(5n){margin-right:0;}
#soframe3 .caseslist .item .txt{padding-top:15px;}
#soframe3 .caseslist .item p{font-size:20px;}
@media (min-width:1080px) and (max-width:1409px) {
    #soframe1 .right .item{margin-bottom:25px;width:48%;}
    #soframe1 .right .item .tit_solu{font-size:18px;margin-bottom:8px;}
    #soframe1 .right .item .remark{font-size:14px;}

    #soframe2 .list .item{width:calc((100% - 40px)/3);margin:0 0 20px;padding:25px;min-height:initial;}
    #soframe2 .list .item span{font-size:22px;margin-bottom:10px;}
    #soframe2 .list .item .tit_solu{margin-bottom:10px;font-size:22px;}
    #soframe2 .list .item .remark{font-size:14px;}

    #soframe3 .caseslist .item{width:calc((100% - 60px)/5);margin:0 15px 15px 0;}
    #soframe3 .caseslist .item .txt{padding-top:10px;}
    #soframe3 .caseslist .item p{font-size:16px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #soframe1 .imgbox{width:100%;margin-bottom:20px;}
    #soframe1 .right{width:100%;margin-bottom:-15px;}
    #soframe1 .right .item{margin-bottom:15px;width:100%;}
    #soframe1 .right .item .tit_solu{font-size:18px;margin-bottom:8px;}
    #soframe1 .right .item .remark{font-size:14px;}

    #soframe2 .list .item{width:100%;margin:0 0 20px;padding:15px;min-height:initial;}
    #soframe2 .list .item span{font-size:20px;margin-bottom:10px;}
    #soframe2 .list .item .tit_solu{margin-bottom:10px;font-size:20px;}
    #soframe2 .list .item .remark{font-size:14px;}
    
    #soframe3 .caseslist .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #soframe3 .caseslist .item:nth-child(5n){margin-right:15px;}
    #soframe3 .caseslist .item:nth-child(2n){margin-right:0;}
    #soframe3 .caseslist .item .txt{padding-top:10px;}
    #soframe3 .caseslist .item p{font-size:16px;}
}




#FAQPage{margin-bottom:30px;}
.faqlist dl{transition:all 0.3s;overflow:hidden;padding:0;position:relative;cursor:pointer;border:1px solid #fff;border-radius:8px;margin-bottom:20px;}
.faqlist dl>dt{font-size:20px;line-height:30px;position:relative;color:#fff;padding:18px 50px 18px 22px;letter-spacing:-0.08em;}
.faqlist dl>dt:after{content:"\e795";font-family:iconfont;font-size:30px;line-height:30px;text-align:center;position:absolute;right:20px;top:18px;transition:all 0.3s;color:#fff;}
.faqlist dl>dd{overflow:hidden;font-size:16px;line-height:26px;position:relative;transition:all 0.3s;color:#fff;height:0;padding:0 22px;}
.faqlist dl.active>dt{color:var(--color);}
.faqlist dl.active>dt:after{content:"\e794";}
.faqlist dl.active>dd{height:auto;padding:27px 22px;border-top:1px solid #fff;}
@media (min-width:1080px) and (max-width:1409px) {
    .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{}
    .faqlist dl>dt::before{line-height:24px;}
    .faqlist dl>dt::after{line-height:24px;right:10px;}
    .faqlist dl:after{line-height:21px;right:10px;top:15px;}
    .faqlist dl>dt{font-size:14px;line-height:24px;}
    .faqlist dl>dd{font-size:13px;line-height:21px;padding-right:15px;}
    .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;}
.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:"\e605";font-family:iconfont;font-size:16px;line-height:30px;text-align:center;position:absolute;right:20px;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{content:"\eaf5";}
.faqlist2 dl.active>dd{height:auto;margin-top:15px;padding-bottom:5px;}
@media (min-width:1080px) and (max-width:1409px) {
    .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;}
}

#DownloadPage{}
#DownloadPage .item{width:calc((100% - 105px)/4);margin:0 35px 35px 0;background-color:#eee;border:1px solid #e6eaf2;}
#DownloadPage .item:nth-child(4n){margin-right:0;}
#DownloadPage .item .img{}
#DownloadPage .item .txt{padding-top:10px;}
#DownloadPage .item .txt p{font-size:18px;line-height:30px;color:var(--color);margin-bottom:15px;text-align:center;}
#DownloadPage .item .txt a.morelink{padding:4px 15px;border-radius:4px;font-size:16px;text-transform:capitalize;margin-right:auto;}
#DownloadPage .item .txt a.morelink>i{font-size:18px;margin-right:8px;margin-left:0;}
#DownloadPage .item .downbox{align-items:center;}
#DownloadPage .item .downbox span{padding:6px 13px;border:1px solid var(--color-main);color:var(--color-main);border-radius:4px;}
#DownloadPage .item .downbox span.ext{border-color:#6b7280;color:#6b7280;margin-left:8px;}
@media (min-width:1080px) and (max-width:1409px){
    #DownloadPage .item{width:calc((100% - 80px)/3);margin:0 40px 40px 0;}
    #DownloadPage .item .txt p{font-size:16px;line-height:1.6;}
}
@media (min-width:1px) and (max-width:1079px) {
    #DownloadPage .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #DownloadPage .item:nth-child(2n){margin-right:0;}
    #DownloadPage .item .txt{padding:10px 0;}
    #DownloadPage .item .txt p{font-size:14px;line-height:1.6;margin-bottom:10px;}
    #DownloadPage .item .txt .morelink{min-width:initial;padding:5px 10px;font-size:13px;}
    #DownloadPage .item .txt a.downlink span{font-size:13px;}
    #DownloadPage .item .downbox span{display:none;}
}


.GalleryList2 .item{width:calc((100% - 90px)/4);margin:0 30px 30px 0;display:block;padding:5px;border:1px solid #ddd;transition:all 0.3s;}
.GalleryList2 .item:nth-child(4n){margin-right:0;}
.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:1409px) {
    .GalleryList2 .item{width:calc((100% - 60px)/4);margin:0 20px 20px 0;padding:5px;}
    .GalleryList2 .item p{margin-top:8px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .GalleryList2 .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;padding:5px;}
    .GalleryList2 .item:nth-child(4n){margin-right:15px;}
    .GalleryList2 .item:nth-child(2n){margin-right:0;}
    .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{}
.GalleryList1 .item{width:calc((100% - 100px)/6);margin:0 20px 20px 0;display:block;padding:5px;border:1px solid #ddd;transition:all 0.3s;}
.GalleryList1 .item:nth-child(6n){margin-right:0;}
.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:1409px) {
    .GalleryList1 .item{width:calc((100% - 60px)/4);}
    .GalleryList1 .item:nth-child(6n){margin-right:20px;}
    .GalleryList1 .item:nth-child(4n){margin-right:0;}
}
@media (min-width:1px) and (max-width:1079px) {
    .GalleryList1 .item{width:calc((100% - 20px)/2);}
    .GalleryList1 .item:nth-child(2n){margin-right:0;}
}

#Mftframe_1 .flex_between{align-items:center;}
#Mftframe_1 .left{width:46.38%;margin:0;}
#Mftframe_1 .left .imgbox{border-radius:8px;overflow:hidden;}
#Mftframe_1 .right{width:50%;margin:0;}
#Mftframe_1 .right .titbox{max-width:520px;margin-left:0;margin-bottom:25px;}
#Mftframe_1 .right .remark{line-height:1.875;color:#666;}
#Mftframe_1 .right .remark b{color:#666;font-weight:normal;}
#Mftframe_2{background-color:#f5f5f5;}
#Mftframe_2 .item{width:calc((100% - 54px)/4);margin:0 18px 40px 0;background-color:#fff;border-radius:4px;cursor:pointer;}
#Mftframe_2 .item:nth-child(4n){margin-right:0;}
#Mftframe_2 .item .img{border-radius:4px;}
#Mftframe_2 .item .txt{padding:25px;}
#Mftframe_2 .item .txt .tit{margin-bottom:30px;font-size:18px;}
#Mftframe_2 .item .txt .counter span{margin:0;font-size:50px;line-height:1;-webkit-text-stroke:1px #ededed;-webkit-text-fill-color:transparent;text-stroke:1px #ededed;text-fill-color:transparent;font-family:var(--font-bold);}
#Mftframe_2 .item .txt .counter .line{width:210px;height:1px;background-color:#ededed;}
#Mftframe_2 .item:hover .txt .tit{color:var(--color-main);transition: color 0.3s ease;}
@media (min-width:1080px) and (max-width:1409px) {
    #Mftframe_2 .item .txt{padding:15px;}
    #Mftframe_2 .item .txt .tit{font-size:16px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #Mftframe_1 .left{width:100%;}
    #Mftframe_1 .right{width:100%;margin-top:20px;}

    #Mftframe_2 .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #Mftframe_2 .item:nth-child(2n){margin-right:0;}
    #Mftframe_2 .item .txt{padding:15px 10px;}
    #Mftframe_2 .item .txt .tit{font-size:16px;margin-bottom:15px;}
}


#seframe1 .list .item{width:26%;margin:0;}
#seframe1 .list .item i{font-size:120px;line-height:1;display:inline-block;margin-bottom:50px;}
#seframe1 .list .item .tit_s{margin-bottom:60px;font-size:18px;letter-spacing:-0.08em;}
#seframe1 .list .item .tit_se{font-size:50px;line-height:1.36;letter-spacing:-0.08em;margin-bottom:25px;}
#seframe1 .list .item .remark{}

#seframe2{background-color:#1d1d1d;}
#seframe2 .imgbox{width:47%;margin:0;text-align:center;}
#seframe2 picture img{width:initial;}
#seframe2 .txtcontent{width:47%;margin:0;}
#seframe2 .txtcontent .titbox .slg{margin-top:15px;}
#seframe2 .list{margin-bottom:-30px;}
#seframe2 .list .item{width:45.8%;margin:0 0 30px;}
#seframe2 .list .item img{margin-bottom:12px;display:block;margin-left:0;}
#seframe2 .list .item .tit_se{margin-bottom:25px;font-size:20px;}
@media (min-width:1080px) and (max-width:1409px) {
    #seframe1 .list .item{width:30%;}
    #seframe1 .list .item i{font-size:80px;margin-bottom:20px;}
    #seframe1 .list .item .tit_s{font-size:16px;margin-bottom:10px;}
    #seframe1 .list .item .tit_se{font-size:30px;margin-bottom:10px;}

    #seframe2 .imgbox{width:30%;}
    #seframe2 .txtcontent{width:68%;}
    #seframe2 .list .item .tit_se{margin-bottom:10px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #seframe1 .list .item{width:100%;margin-bottom:20px;}
    #seframe1 .list .item i{font-size:40px;margin-bottom:20px;}
    #seframe1 .list .item .tit_s{font-size:14px;margin-bottom:10px;}
    #seframe1 .list .item .tit_se{font-size:20px;margin-bottom:10px;}
    
    #seframe2 .imgbox{width:100%;margin-bottom:20px;}
    #seframe2 .txtcontent{width:100%;}
    #seframe2 .list .item{width:100%;margin:0 0 15px;}
    #seframe2 .list .item .tit_se{margin-bottom:10px;}
}



/*联系我们*/
#ContactPage{position:relative;}
#contact{width:34.2%;margin:0;}
#contact .contbox{position:relative;min-height:50px;padding-left:70px;}
#contact .contbox:not(:last-child){margin-bottom:40px;}
#contact .contbox .ico{position:absolute;left:0;top:3px;width:48px;height:48px;border-radius:8px;background:linear-gradient(to right,var(--color-normal),var(--color-main));padding:2px;text-align:center;}
#contact .contbox .ico i{display:block;font-size:24px;line-height:44px;width:44px;height:44px;background-color:#000;border-radius:8px;}
#contact .contbox .tit_cont{display:block;font-size:16px;line-height:24px;font-family:var(--font);margin-bottom:5px;}
#contact .contbox .list{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;}
#contact .contbox .list a{font-size:18px;line-height:24px;display:block;}
#contact .contbox p.address{font-size:18px;line-height:24px;}
#contact .contbox .list a:hover{text-decoration:underline;color:var(--color-normal);}
#ContactPage .sharelist{margin-top:40px;border-top:1px solid #1b6c58;width:100%;padding-top:25px;}
#ContactPage .sharelist .sharename{font-size:18px;line-height:1.2;color:#86b5a8;margin-bottom:15px;}
#ContactPage .sharelist a{width:43px;height:43px;line-height:43px;text-align:center;background-color:#23735f;border-radius:8px;color:#fff;}
#ContactPage .sharelist a:not(:first-child){margin-left:15px;}
#ContactPage .sharelist a>i{display:block;font-size:20px;}
/*#ContactPage .sharelist a.facebook{color:#3c5a99;}
#ContactPage .sharelist a.linkedin{color:#0077b5;}
#ContactPage .sharelist a.twitter{color:#000000;}
#ContactPage .sharelist a.youtube{color:#d54029;}
#ContactPage .sharelist a.pinterest{color:#e10600;}
#ContactPage .sharelist a.instagram{color:#cf3d6b;}
#ContactPage .sharelist a.whatsapp{color:#25d366;}
#ContactPage .sharelist a.tiktok{color:#000;}*/
@media (min-width:1080px) and (max-width:1409px) {
    #contact .contbox{}
    #contact .contbox .list a{font-size:16px;margin-bottom:5px;}
    #contact .contbox p.address{font-size:16px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #contact{width:100%;margin-top:20px;}
    #contact .contbox{padding-left:60px;}
    #contact .contbox > i{font-size:48px;}
    #contact .contbox:not(:last-child){margin-bottom:30px;}
    #contact .contbox .tit_cont{font-size:16px;margin-bottom:5px;}
    #contact .contbox .list a{font-size:14px;line-height:24px;}
    #contact .contbox p.address{font-size:14px;}
    #ContactPage .sharelist .sharename{font-size:16px;}
}

#feedback{width:57.7%;margin:0;}
#feedback .feedbackbox label{color:#475569;font-size:16px;font-family:var(--font-bold);display:none;}
#feedback .feedbackbox ul{margin-bottom:28px;}
#feedback .feedbackbox li:not(:last-child){margin-bottom:25px;}
#feedback .feedbackbox label{display:block;font-size:15px;margin-bottom:0;line-height:24px;color:#fff;font-family:var(--font);}
#feedback .feedbackbox .input{border-top:none!important;border-left:none!important;border-right:none!important;border-bottom-color:#ddd;padding-left:0;height:36px;}
#feedback .feedbackbox .input::placeholder{color:#999;font-size:14px;line-height:24px;display:none;}
#feedback .feedbackbox textarea.input{height:70px;}
#feedback .btnsubmit{margin-top:30px;display:inline-block;padding:4px 75px 4px 25px;font-size:16px;line-height:30px;border:1px solid var(--color-normal);border-radius:50px;position:relative;}
#feedback .btnsubmit .icon{position:absolute;right:-1px;top:-8px;width:56px;height:56px;background-color:#000;}
#feedback .btnsubmit .icon .circle{border-radius:50%;background:linear-gradient(to right bottom,var(--color-normal),var(--color-main));padding:8px;overflow:hidden;display:block;}
#feedback .btnsubmit .icon .circle i{width:40px;height:40px;line-height:40px;text-align:center;color:var(--color-normal);display:block;background-color:#000;border-radius:50%;font-size:24px;transform:rotate(-90deg);transition:all 0.3s;}
#feedback .btnsubmit:hover .icon .circle i{transform:rotate(-45deg);}
.map{margin-top:110px;}
@media (min-width:1080px) and (max-width:1409px) {
    #feedback{}
    #feedback .titbox{margin-bottom:20px;}

    .map{margin-top:60px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #feedback{width:100%;margin-top:30px;}
    #feedback .titbox{margin-bottom:10px;}
    #feedback .titbox .tit{font-size:24px;}
    #feedback .titbox .slg{font-size:14px;}
    #feedback .feedbackbox label{font-size:14px;}
    #feedback .feedbackbox li:not(:last-child){margin-bottom:15px;}
    #feedback .feedbackbox .input{height:45px;font-size:14px;}
    #feedback .feedbackbox textarea.input{height:90px;}
    #feedback .feedbackbox .submit{margin-top:15px;}
    
    .map{margin-top:50px;}
}

#ConteTeam{padding-bottom:140px;}
#ConteTeam .left{width:48%;margin:0;}
#ConteTeam .titbox{margin-bottom:30px;}
#ConteTeam .titbox .line{margin-left:0;}
#ConteTeam .left .list{margin-bottom:40px;}
#ConteTeam .left .item{margin-bottom:25px;}
#ConteTeam .left .item .tit{font-size:18px;font-family:var(--font);font-weight:bold;margin-bottom:3px;}
#ConteTeam .left .item p{color:#444;}
#ConteTeam .left .morelink{padding:5px 33px 5px 33px;background:#444;}
#ConteTeam .right{width:50%;margin:0;}
#ConteTeam .swiper{border-radius:8px;}
#ConteTeam .tipbox{position:absolute;left:0;bottom:0;width:192px;height:142px;background-color:rgba(216,33,40,0.87);z-index:1;display:flex;justify-content:center;align-items:center;flex-flow:column;}
#ConteTeam .tipbox span{font-size:30px;font-family:var(--font-bold);color:#fff;line-height:1;margin-bottom:10px;}
#ConteTeam .tipbox p{font-size:14px;color:#fff;}
#ConteTeam .swiper .swbtn{display:inline-block;text-align:center;transition:all 0.3s;color:#fff;position:absolute;top:calc(50% - 15px);line-height:30px;z-index:1;}
#ConteTeam .swiper .swbtn>i{font-size:30px;display:block;}
#ConteTeam .swiper .swbtn.btn-prev{left:5px;}
#ConteTeam .swiper .swbtn.btn-next{right:5px;transform:rotate(-180deg);}
@media (min-width:1px) and (max-width:1079px){
    #ConteTeam{padding-block:50px;}
    #ConteTeam .titbox{margin-bottom:20px;}
    #ConteTeam .left{width:100%;}
    #ConteTeam .left .list{margin-block:20px;}
    #ConteTeam .left .item{margin-bottom:15px;}
    #ConteTeam .right{width:100%;margin-top:20px;}

    #ConteTeam .tipbox{height:100px;width:150px;}
    #ConteTeam .tipbox span{font-size:24px;margin-bottom:5px;}
    #ConteTeam .tipbox p{font-size:13px;}
}

/*分类页面*/
#nbframe{background:#00503c url(/dist/images/cate_bg.png) no-repeat bottom right 30%;padding-top:65px;padding-bottom:65px;}
#nbframe .left{width:50%;margin:0;}
#nbframe .left .subtit{display:inline-block;font-size:16px;line-height:1.875;padding:5px 15px;background-color:rgba(255,255,255,0.13);border-radius:50px;color:#fff;margin-bottom:10px;}
#nbframe .left .tit{font-size:40px;color:#fff;}
#nbframe .left .slg{font-size:18px;line-height:30px;color:#cfe3dd;}
#nbframe .right{width:50%;margin:0;display:flex;justify-content:flex-end;align-items:center;}
#nbframe .tech{margin:0;text-align:center;}
#nbframe .tech:not(:last-child){border-right:1px solid #337b6a;margin-right:40px;padding-right:40px;}
#nbframe .tech span{color:#fff;font-size:36px;font-family:var(--font-bold);}
#nbframe .tech p{color:#87b9ac;}
#nbframe .ntitbox{max-width:600px;}
#nbframe .ntitbox span{display:inline-block;font-size:16px;line-height:30px;color:#fff;text-align:center;text-transform:uppercase;background-color:#216755;padding:5px 25px;border-radius:50px;margin-bottom:20px;}
#nbframe .ntitbox .tit{font-size:40px;line-height:1.4;position:relative;margin-bottom:15px;font-weight:bold;color:#fff;}
#nbframe .ntitbox .slg{font-size:16px;line-height:1.625;color:#b3cfc8;}
#nbframe.downpage{padding-top:30px;padding-bottom:40px;}
#nbframe.downpage .flex_between{align-items:center;}
#nbframe.downpage .right .imgbox{text-align:right;margin:0;padding-right:10%;}
#nbframe.downpage .ntitbox{max-width:495px;margin:0 0 50px;}
#nbframe.downpage .tech:not(:last-child){margin-right:50px;padding-right:50px;}
#nbframe.contpage .left .subtit{padding:5px 25px;}
#nbframe.contpage .left .slg{max-width:550px;margin-left:0;}
@media (min-width:1px) and (max-width:1079px){
    #nbframe .left{width:100%;}
    #nbframe .left .subtit{font-size:14px;margin-bottom:5px;}
    #nbframe .left .tit{font-size:30px;}
    #nbframe .right{width:100%;margin-top:10px;justify-content:flex-start;}
    #nbframe .tech:not(:last-child){padding-right:20px;margin-right:20px;}
    #nbframe .tech span{font-size:24px;}


    #nbframe{padding-top:30px;padding-bottom:30px;}
    #nbframe .ntitbox span{font-size:14px;margin-bottom:6px;}
    #nbframe .ntitbox .tit{font-size:24px;margin-bottom:8px;}
    #nbframe .ntitbox .slg{font-size:14px;}

    #nbframe.downpage .ntitbox{margin-bottom:20px;}
    #nbframe.downpage .tech:not(:last-child){margin-right:30px;padding-right:30px;}
    #nbframe.downpage .right{display:none;}

    #nbframe.contpage .left .slg{font-size:14px;line-height:1.6;}
}

#cateframe1{background:#fafafa;}
#cateframe1 .titbox .slg{width:fit-content;}
#cateframe1 .list{position:relative;}
#cateframe1 .item{text-align:center;max-width:400px;margin:0 auto;display:block;}
#cateframe1 .item:nth-child(1){margin-bottom:50px;}
#cateframe1 .item .img{width:300px;height:300px;border-radius:8px;overflow:hidden;position:relative;}
#cateframe1 .item .img::after {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 8px;box-shadow: inset 0 0 9px rgba(0,0,0,0.17);pointer-events: none;z-index: 2;}
#cateframe1 .item .txt{padding-top:15px;}
#cateframe1 .item .txt .tit_cate{font-size:26px;line-height:30px;}
#cateframe1 .item .txt .remark{font-size:15px;line-height:2;height:120px;margin-top:5px;color:#666;}
#cateframe1 .btnlist{margin-top:35px;align-items:center;}
#cateframe1 .btnlist .swbtn{line-height:1;margin:0 5px;}
#cateframe1 .btnlist .swbtn i{font-size:24px;line-height:1;display:block;}
#cateframe1 .btnlist .swbtn.btn-next i{transform:rotateY(180deg);}
#cateframe1 .btnlist .swiper-pagination{position:relative;margin:0;width:initial;top:initial;left:initial;bottom:initial;font-size:0;}
#cateframe1 .btnlist .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;opacity:1;background-color:#bbb;margin:0 5px;}
#cateframe1 .btnlist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--color-normal);}

#cateframe2 .titbox{max-width:850px;margin:0 auto 50px;}
#cateframe2 .titbox .slg{width:fit-content;}
#cateframe2 .titbox .tit b{display:inline-block;}
#cateframe2 .list{margin-bottom:-45px;}
#cateframe2 .item{width:calc((100% - 45px)/2);margin:0 45px 45px 0;box-shadow:0 0 29px rgba(0,0,0,0.11);padding:30px 30px 30px 95px;position:relative;cursor:pointer;}
#cateframe2 .item:nth-child(2n){margin-right:0;}
#cateframe2 .item i{font-size:48px;line-height:1;color:var(--color-main);position:absolute;left:30px;top:40px;transition:all 0.3s;}
#cateframe2 .item .tit_adv{font-size:26px;line-height:1.2;margin-bottom:10px;}
#cateframe2 .item .remark{line-height:1.875;}
#cateframe2 .item:hover i{transform:scaleX(-1);}

#cateframe3{background-repeat:no-repeat;background-position:center;background-attachment:fixed;}
#cateframe3 .titbox{margin-bottom:0;}
#cateframe3 .titbox .tit{font-family:var(--font-bold);margin-bottom:10px;font-size:36px;color:#222;}
#cateframe3 .remark{margin-bottom:30px;color:#333;}
#cateframe3 .morelink{padding:10px 45px;}

#cateframe4{}
#cateframe4 .titbox .slg{width:fit-content;}
#cateframe4 .titbox .tit b{display:inline-block;}
#cateframe4 .item{position:relative;width:calc((100% - 70px)/3);margin:0 35px 35px 0;border-radius:8px;overflow:hidden;}
#cateframe4 .item:nth-child(3n){margin-right:0;}
#cateframe4 .item .txt{padding:10px 0;position:absolute;left:0;top:0;width:100%;height:100%;padding:35px;background-color:rgba(0,0,0,0.34);display:flex;flex-flow:column;justify-content:center;text-align:center;}
#cateframe4 .item .title{font-size:24px;font-family:var(--font-bold);color:#fff;width:100%;margin-bottom:5px;}
#cateframe4 .item .remark{line-height:1.5;color:#fff;width:100%;transition: height 0.3s ease-in-out;display:none;}
#cateframe4 .item:hover .title{animation: _height2 1s ease-out 0.3s both;}
#cateframe4 .item:hover .remark{display:block;animation: _height 1s ease-out 0.3s both;}
@-webkit-keyframes _height {
  from { transform:translateY(100%);opacity:0;}
  to { transform: translateY(0);opacity:1;}
}
@-webkit-keyframes _height2 {
  from { transform:translateY(100%);}
  to { transform: translateY(0);}
}
@media (min-width:1080px) and (max-width:1409px) {
    #cateframe2 .list{margin-bottom:-20px;}
    #cateframe2 .item{width:calc((100% - 20px)/2);margin:0 20px 20px 0;}
    #cateframe4 .item{width:calc((100% - 40px)/3);margin:0 20px 20px 0;}
}
@media (min-width:1px) and (max-width:1079px) {
    #cateframe1 .item{width:100%;}
    #cateframe1 .item:nth-child(1){margin-bottom:20px;}
    #cateframe1 .item .img{width:100%;height:auto;}
    #cateframe1 .item .txt .tit_cate{font-size:18px;}
    #cateframe1 .item .txt .remark{font-size:14px;line-height:20px;height:80px;}
    #cateframe1 .btnlist{margin-top:20px;}
    
    #cateframe2 .list{margin-bottom:-20px;}
    #cateframe2 .item{width:100%;margin:0 0 20px;padding:20px 20px 20px 70px;}
    #cateframe2 .item i{left:15px;top:25px;font-size:40px;}
    #cateframe2 .item .tit_adv{font-size:20px;}
    #cateframe2 .item .remark{line-height:1.6;}

    #cateframe3 .titbox .tit{font-size:24px;}
    #cateframe4 .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #cateframe4 .item:nth-child(3n){margin-right:15px;}
    #cateframe4 .item:nth-child(2n){margin-right:0;}
    #cateframe4 .item .txt{padding:10px;}
    #cateframe4 .item .title{font-size:14px;}
}

#ApplicationPage .item{position:relative;width:calc((100% - 45px)/2);margin:0 45px 45px 0;position:relative;border-radius:8px;overflow:hidden;}
#ApplicationPage .item:nth-child(2n){margin-right:0;}
#ApplicationPage .item .img{border:1px solid #ddd;}
#ApplicationPage .item .img img{width:100%;}
#ApplicationPage .item .txt{padding:10px 0;position:absolute;left:0;top:0;width:100%;height:100%;padding:35px;background-color:rgba(0,0,0,0.34);transition:background-color 0.3s;display:flex;flex-flow:column;justify-content:flex-end;}
#ApplicationPage .item .txt i{font-size:24px;line-height:1;color:#fff;position:absolute;top:40px;right:40px;}
#ApplicationPage .item .title{font-size:24px;font-family:var(--font-bold);color:#fff;width:100%;margin-bottom:5px;}
#ApplicationPage .item .remark{line-height:1.75;color:#fff;width:100%;}
#ApplicationPage .item:hover .txt{background-color:rgba(0,0,0,0.08);}
@media (min-width:1080px) and (max-width:1409px) {
}
@media (min-width:1px) and (max-width:1079px) {
    #ApplicationPage .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #ApplicationPage .item .txt{padding:10px;}
    #ApplicationPage .item .txt i{display:none;}
    #ApplicationPage .item .title{font-size:15px;text-align:center;}
    #ApplicationPage .item .remark{display:none;}
}


/*产品中心*/

.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:1409px) {
    .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;}
}

.bg_p{background-color:#fafafa;}
#ProductPage .searchBar{position:relative;padding-bottom:60px;margin-bottom:30px;}
#ProductPage .searchBar:before{content:"";width:1920px;height:1px;background-color:#757575;position:absolute;left:50%;bottom:0;transform:translate(-50%,0);}
#ProductPage .tit_search{display:flex;justify-content:flex-start;align-items:center;margin-bottom:24px;}
#ProductPage .tit_search img{margin-right:23px;margin-left:0;}
#ProductPage .tit_search span{font-family:var(--font-bold);letter-spacing:-0.08em;}
#ProductPage .select-box{display:flex;justify-content:flex-start;margin:0;flex-wrap:wrap;}
.custom-select{position:relative;width:295px;height:45px;background:#000;border:1px solid #888;display:flex;align-items:center;justify-content:space-between;padding:0 16px;cursor:pointer;color:#fff;font-size:16px;margin:0;}
.custom-select::after{content:"";width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;pointer-events:none}
.custom-select:not(:last-child){margin-right:20px;}
.select-options{position:absolute;top:100%;left:0;right:0;background:#000;border:1px solid #666;border-top:none;border-radius:0 0 4px 4px;list-style:none;padding:0;margin:0;display:none;z-index:999}
.select-options li span{padding:10px 20px;color:#fff;font-size:16px;display:block;}
.select-options li a{padding:10px 20px;color:#fff;font-size:16px;cursor:pointer;display:block;}
.select-options li:hover{background:#222}
.custom-select.open .select-options{display:block}
#ProductPage .page_tit{border-bottom:1px solid #757575;padding-bottom:40px;margin-bottom:40px;}
#ProductPage .page_tit .tit{font-size:26px;letter-spacing:-0.08em;}

.ProList{}
.ProList .item{width:calc((100% - 90px)/4);margin:0 30px 30px 0;}
.ProList .item:nth-child(4n){margin-right:0;}
.ProList .item .img{background-color:#fff;}
.ProList .item .txt{padding:10px 15px 30px;text-align:center;display:flex;justify-content:space-between;flex-flow:column;flex:1;width:100%;}
.ProList .item .proname{font-size:20px;width:100%;font-family:var(--font);}
.ProList .item:hover .proname{color:var(--color-normal);}
@media (min-width:1080px) and (max-width:1409px) {
    #ProductPage .page_tit{padding-bottom:30px;margin-bottom:30px;}
    .ProList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    .ProList .item:nth-child(3n){margin-right:0;}
    .ProList .item:nth-child(4n){margin-right:15px;}
    .ProList .item .txt{padding:15px 10px;}
    .ProList .item .tit_pro{font-size:14px;}
    .ProList .item .remark{line-height:24px;margin-bottom:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #ProductPage .searchBar{padding-bottom:30px;}
    #ProductPage .select-box{width:100%;}
    #ProductPage .custom-select{margin-bottom:10px;width:100%;margin-right:0;}
    #sform2{width:100%;}
    #ProductPage .page_tit{padding-bottom:30px;margin-bottom:30px;}

    .ProList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    .ProList .item:nth-child(3n){margin-right:15px;}
    .ProList .item:nth-child(2n){margin-right:0;}
    .ProList .item .txt{padding:8px 8px;}
    .ProList .item .proname{font-size:14px;line-height:20px;margin-bottom:0;-webkit-line-clamp:2;}
    .ProList .item .remark{line-height:20px;height:72px;margin-bottom:15px;display:none;}
    .ProList .item i.icon-arrowRight{display:none;}
    .ProList .item .morelink{margin-top:10px;}
}

#ProductPage .processbox{margin-bottom:60px;}
#ProductPage .processbox .titbox{margin-bottom:35px;}
#ProductPage .processbox .titbox .remark{margin-top:10px;}
#ProductPage .processbox .processlist{position:relative;}
#ProductPage .processbox .swiper-slide .imgbox{border-radius:4px;overflow:hidden;}
#ProductPage .processbox .swiper-slide p{font-size:18px;text-align:center;margin-top:15px;}
#ProductPage .processbox .swiper-pagination{position:relative;width:100%;height:5px;background-color:#e6e6e9;border-radius:50px;margin-top:40px;overflow:hidden;}
#ProductPage .processbox .swiper-pagination .swiper-scrollbar-drag{background-color:var(--color-normal);}

#ProductPage .proquality{margin-bottom:60px;}
#ProductPage .proquality .titbox{margin-bottom:35px;}
#ProductPage .proquality .titbox .remark{margin-top:10px;}
#ProductPage .proquality .item{width:calc((100% - 50px)/3);margin:0 25px 0 0;background-color:#fff;border:1px solid #e8e8e8;padding:40px 20px;text-align:center;border-radius:4px;overflow:hidden;cursor:pointer;transition:all 0.3s;}
#ProductPage .proquality .item:nth-child(3n){margin-right:0;}
#ProductPage .proquality .item i{display:inline-block;font-size:48px;color:var(--color-main);line-height:1;margin-bottom:20px;transition:all 0.3s;}
#ProductPage .proquality .item .tit_qty{font-size:18px;line-height:30px;margin-bottom:6px;}
#ProductPage .proquality .item .remark{line-height:1.75;color:#666;}
#ProductPage .proquality .item:hover{box-shadow:0 0 15px rgba(0,0,0,0.18);}
#ProductPage .proquality .item:hover i{transform:rotateY(180deg);}
@media (min-width:1080px) and (max-width:1409px){
    #ProductPage .processbox .swiper-slide p{font-size:16px;}

    #ProductPage .proquality .item{padding:20px 15px;}
    #ProductPage .proquality .item .remark{font-size:15px;line-height:1.6;}
}
@media (min-width:1px) and (max-width:1079px) {
    #ProductPage .processbox .swiper-slide p{font-size:14px;}
    #ProductPage .processbox .swiper-pagination{margin-top:20px;}
    #ProductPage .proquality{margin-bottom:0;}
    #ProductPage .proquality .item{width:100%;margin:0 0 20px;}
    #ProductPage .proquality .item{padding:20px 15px;}
    #ProductPage .proquality .item .remark{line-height:1.6;}
}

.currertkeywords{margin-bottom:30px;font-size:18px;}
.currertkeywords b{display:inline-block;margin-right:10px;font-size:18px;color:#fff;}


/*产品详情部分 样式还原*/
.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:revert-layer;}
.editor table{border-collapse:collapse}
.editor table td{line-height:2;padding:6px 0;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:40%;margin:0;}
#BigImg{border:1px solid #e7e9ec;overflow:hidden;position:relative;}
#BigImg .btnlist .swbtn{display:inline-block;width:40px;height:40px;line-height:40px;text-align:center;position:absolute;color:#4b5563;top:calc(50% - 15px);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:20px;display:block;}
#BigImg .btnlist .swbtn.btn-prev{left:calc(1vw);transform:rotateY(180deg);}
#BigImg .btnlist .swbtn.btn-next{right:calc(1vw);}
#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:55%;margin:0;}
#proframe1 .IntroText .title{font-size:36px;margin-bottom:15px;}
#proframe1 .IntroText .remark{font-size:18px;line-height:1.625;margin-bottom:30px;}
#proframe1 .IntroText .btnlist .morelink{width:calc((100% - 15px)/2);margin:0;justify-content:center;text-transform:initial;border-radius:8px;}
#proframe1 .IntroText .btnlist .morelink i{margin-left:0;margin-right:8px;font-weight:normal;font-size:24px;}
#proframe1 .IntroText .btnlist .morelink.whatsapp{background-color:#25d366;color:#fff;}

.proframe{margin-top:50px;}
.proframe .titbox{margin-bottom:20px;}
.proframe .titbox .tit{font-size:30px;padding-left:20px;position:relative;font-weight:normal;}
.proframe .titbox .tit:before{content:"";width:4px;height:24px;background-color:var(--color-normal);position:absolute;left:0;top:50%;transform:translate(0,-50%);}
#proframe2{}
#proframe2 .featlist{margin-bottom:45px;}
#proframe2 .featlist .item{width:calc((100% - 42px)/4);margin:0;border:1px solid #f3f4f6;border-radius:8px;background-color:#fff;padding:20px 24px;}
#proframe2 .featlist .item img{margin:0 7px 0 0;}
#proframe2 .featlist .item .flex_start{margin-bottom:6px;}
#proframe2 .featlist .item span{margin:0;font-family:var(--font-bold);}
#proframe2 .featlist .item p{color:#6b7280;font-size:13px;}
#proframe2 .detaillist .list{height:430px;}
#proframe2 .detaillist .swiper{height:100%;}
#proframe2 .left{width:49.5%;margin:0;height:100%;}
#proframe2 .left .swiper{padding-right:1px;padding-bottom:1px;}
#proframe2 .left .swiper-slide{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;box-sizing:border-box;background-color:#fff;display:flex;flex-flow:column;}
#proframe2 .left .swiper-slide .content{background-color:#fcfcfd;padding:15px;text-align:center;border-bottom:1px solid #e5e7eb;flex:1;width:100%;align-content:center;}
#proframe2 .left .swiper-slide .tit{font-size:18px;display:flex;align-items:center;justify-content:center;height:56px;width:100%;}
#proframe2 .right{width:47.3%;margin:0;height:100%;padding-top:25px;padding-bottom:25px;position:relative;}
#proframe2 .right .swiper-slide{height:auto;background-color:#fff;border:2px solid #e8eaee;border-radius:8px;}
#proframe2 .right .swiper-slide .title{width:100%;padding:5px 25px;position:relative;height:100%;display:flex;align-items:center;color:#475569;cursor:pointer;}
#proframe2 .right .swiper-slide .title:before{content:"";width:8px;height:8px;border-radius:50px;background-color:#d5d8de;margin-right:16px;}
#proframe2 .right .swiper-slide.swiper-slide-thumb-active{border-color:var(--color-main);background-color:#f2f9f7;}
#proframe2 .right .swiper-slide.swiper-slide-thumb-active .title{color:var(--color-main);}
#proframe2 .right .swiper-slide.swiper-slide-thumb-active .title:before{background-color:var(--color-main);}
#proframe2 .right .swbtn{display:inline-block;width:42px;height:24px;line-height:24px;text-align:center;position:absolute;color:#4b5563;left:calc(50% - 21px);z-index:1;border-radius:50px;transition:all 0.3s;box-shadow:0 0 4px rgba(0,0,0,0.13);background-color:#fff;}
#proframe2 .right .swbtn>i{font-size:16px;display:block;}
#proframe2 .right .swbtn.btn-prev{top:calc(-1vw);}
#proframe2 .right .swbtn.btn-prev i{transform:rotate(-90deg);}
#proframe2 .right .swbtn.btn-next{bottom:calc(-1vw);}
#proframe2 .right .swbtn.btn-next i{transform:rotate(90deg);}
#proframe2 .right .swbtn:hover{background-color:var(--color-main);color:#fff;}

#pro_inquiry .feedbackbox ul > li > .input{background-color:#fff;}
#pro_inquiry .morelink{margin-top:25px;padding:5px 30px;}
@media (min-width:1080px) and (max-width:1409px){
    #proframe1 .IntroImg{width:45%;}
    #proframe1 .IntroText{width:52%}
    #proframe1 .IntroText .taglist{margin-top:0;margin-bottom:8px;}
    #proframe1 .IntroText .title{font-size:30px;margin-bottom:10px;}
    #proframe1 .IntroText .remark{font-size:15px;margin-bottom:15px;}
    #proframe1 .IntroText .btnlist .morelink{width:100%;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:24px;margin-bottom:10px;}
    #proframe1 .IntroText .remark{font-size:14px;margin-bottom:15px;}
    #proframe1 .IntroText .techlist{margin-bottom:15px;}
    #proframe1 .IntroText .tech{padding:8px 10px;}
    #proframe1 .IntroText .tech .tech_tit{font-size:16px;}
    #proframe1 .IntroText .btnlist .morelink{padding:6px 15px;}

    #proframe2 .featlist .item{width:49%;margin-bottom:8px;padding:15px 15px;}
    #proframe2 .detaillist .list{height:auto;}
    #proframe2 .left{width:100%;height:300px;}
    #proframe2 .left .swiper-slide .tit{font-size:16px;padding:10px 15px;height:auto;}
    #proframe2 .right{width:100%;height:200px;margin-top:20px;}
}

/***********产品详情***********/


/*新闻*/
#newsframe{}
#newsframe .titbox{margin-left:0;flex:1;}
#newsframe .news_cate_list{margin-right:0;display:flex;justify-content:flex-end;flex-wrap:wrap;width:25%;}
#newsframe .news_cate_list .link{font-size:16px;line-height:1.5;padding:12px;border:1px solid #363636;border-radius:50px;background-color:#000;min-width:150px;text-align:center;font-family:var(--font-bold);letter-spacing:-0.05em;box-shadow:inset 2px 0 40px rgba(255,255,255,0.18);transition:all 0.3s;}
#newsframe .news_cate_list .link:not(:last-child){margin-right:10px;}
#newsframe .news_cate_list .link.active,#newsframe .news_cate_list .link:hover{background-color:#fefefe;color:#000;box-shadow:initial;}
.NewsList{margin-bottom:-25px;}
.NewsList .item{width:calc((100% - 75px)/4);margin:0 25px 25px 0;border-bottom:1px solid #969293;}
.NewsList .item:nth-child(4n){margin-right:0;}
.NewsList .item time{font-size:15px;}
.NewsList .item .txt{padding:20px 0;}
.NewsList .item .tit_news{font-size:25px;line-height:1.5;margin-bottom:12px;}
.NewsList .item:hover .tit_news{color:var(--color-normal);}
@media (min-width:1080px) and (max-width:1409px) {
    #newsframe .news_cate_list{width:30%;}
    #newsframe .news_cate_list .link{padding:8px 12px;}

    .NewsList{margin-bottom:-15px;}
    .NewsList .item{width:calc((100% - 45px)/4);margin:0 15px 15px 0;}
    .NewsList .item .tit_news{font-size:16px;margin-bottom:10px;}
    .NewsList .item .remark{font-size:14px;margin-bottom:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #newsframe .titbox{width:100%;}
    #newsframe .news_cate_list{width:100%;justify-content:start;}
    #newsframe .news_cate_list .link{padding:8px 12px;}

    .NewsList .item{width:100%;margin:0 0 15px 0;}
    .NewsList .item .img{display:none;}
    .NewsList .item .txt{width:100%;padding:15px 0;}
    .NewsList .item .timebox{display:none;}
    .NewsList .item .intro{margin-bottom:10px;}
    .NewsList .item .tit_news{font-size:15px;line-height:1.5;margin-top:0;margin-bottom:8px;}
    .NewsList .item .remark{font-size:13px;margin-bottom:5px;}
    .NewsList .item time{margin-bottom:5px;font-size:13px;}
    .NewsList .item .more{font-size:13px;}
}

#NewsDetailPage{}
#NewsDetailPage .box{padding:3.5%;border:1px solid #666;}
#NewsDetailPage .title{border-bottom:1px solid #666;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:#333;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:1409px) {
    #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;}
}


.profaq dl{transition:all 0.3s;overflow:hidden;position:relative;cursor:pointer;background-color:#f4f4f4;padding:0;margin-bottom:22px;}
.profaq dl>dt{font-size:18px;line-height:30px;position:relative;font-family:var(--font-bold);color:#333;box-shadow:0 12px 21px rgba(0,0,0,0.04);padding:15px 70px;}
.profaq dl>dt:before{content:"";width:32px;height:31px;background:url(/dist/images/faq_q.png) no-repeat center;position:absolute;left:20px;top:15px;}
.profaq dl>dt:after{content:"\e6a1";font-family:iconfont;font-size:20px;line-height:30px;color:#333;position:absolute;right:20px;top:0;transition:all 0.3s;transform:rotate(90deg);display:none;font-weight:normal;}
.profaq dl>dd{overflow:hidden;font-size:16px;line-height:28px;position:relative;transition:all 0.3s;color:#666;height:0;padding:0 70px;}
.profaq dl>dd:before{content:"";width:32px;height:31px;background:url(/dist/images/faq_a.png) no-repeat center;position:absolute;left:20px;top:15px;}
.profaq dl.active>dt:after{transform:rotate(-90deg);}
.profaq dl.active>dd{height:auto;padding:15px 70px 20px;overflow:initial;}
@media (min-width:1080px) and (max-width:1409px) {
    .profaq dl>dt{font-size:18px;}
    .profaq dl>dd{font-size:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .profaq dl{margin-bottom:15px;}
    .profaq dl>dt::before{line-height:24px;}
    .profaq dl>dt::after{line-height:24px;right:0;}
    .profaq dl:before{width:50px;padding-top:15px;font-size:14px;line-height:1.5;}
    .profaq dl:after{line-height:21px;right:10px;top:15px;}
    .profaq dl>dt{font-size:14px;line-height:24px;padding-right:30px;}
    .profaq dl>dd{font-size:13px;line-height:24px;}
    .profaq dl>dd::before{line-height:24px;}
    .profaq dl.active>dd{margin-top:8px;}
}

#rdframe1 .item{position:relative;align-items:center;}
#rdframe1 .item:nth-child(2n+1){flex-flow:row-reverse;}
#rdframe1 .item:not(:last-child){margin-bottom:65px;}
#rdframe1 .item .img{width:46.37%;margin:0;border-radius:8px;overflow:hidden;}
#rdframe1 .item .img img{width:100%;}
#rdframe1 .item .txt{width:49%;margin:0;}
#rdframe1 .item .txt .titbox{margin-bottom:15px;}
#rdframe1 .item .remark{line-height:1.875;}
#rdframe1 .item .btnlink{margin-top:20px;color:var(--color-main);display:inline-block;}
#rdframe1 .item .btnlink:hover{text-decoration:underline;}

#rdframe2{padding-bottom:110px;background-color:#fafafa;}
#rdframe2 .titbox .slg{width:fit-content;}
#rdframe2 .titbox .tit b{display:inline-block;}
#rdframe2 .swiper-slide{width:390px;margin:0;padding:0;}
#rdframe2 .item{padding:15px;background:url(/dist/images/ce_bg.jpg) no-repeat;background-size:100% 100%;display:block;}
#rdframe2 .item .imgbox{overflow:hidden;position:relative;}
#rdframe2 .item .imgbox img{width:100%;height:100%;object-fit:cover;}
#rdframe2 .btnlist{margin-top:35px;align-items:center;}
#rdframe2 .btnlist .swbtn{line-height:1;margin:0 5px;}
#rdframe2 .btnlist .swbtn i{font-size:24px;line-height:1;display:block;}
#rdframe2 .btnlist .swbtn.btn-next i{transform:rotateY(180deg);}
#rdframe2 .btnlist .swiper-pagination{position:relative;margin:0;width:initial;top:initial;left:initial;bottom:initial;font-size:0;}
#rdframe2 .btnlist .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;opacity:1;background-color:#bbb;margin:0 5px;}
#rdframe2 .btnlist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--color-normal);}
@media (min-width:1080px) and (max-width:1409px) {
    #rdframe1 .item .remark{line-height:1.6;}

    #rdframe2{padding-bottom:80px;}
    #rdframe2 .swiper-slide{width:302px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #rdframe1 .item{flex-flow:column;}
    #rdframe1 .item:nth-child(2n+1){flex-flow:column;}
    #rdframe1 .item:not(:last-child){margin-block:40px;}
    #rdframe1 .item .img{width:100%}
    #rdframe1 .item .txt{width:100%;margin-top:20px;}
    #rdframe1 .item .remark{line-height:1.6;}

    #rdframe2{padding-bottom:50px;}
    #rdframe2 .swiper-slide{width:200px;}
}


/*分页*/
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;color:#fff;text-decoration:none;border:1px solid #353535;}
ul.pagination li.active span,ul.pagination li.active a{background-color:var(--color-normal);border-color:var(--color-normal);color:#fff;}
ul.pagination li:hover a{background-color:var(--color-normal);color:#fff;}

#VideoPage{}
#VideoPage .titbox{margin-block:40px;}
#VideoPage .videobox:not(:last-child){margin-bottom:60px;}
#VideoPage .VideoList{}
#VideoPage .VideoList .item{width:calc((100% - 60px)/3);overflow:hidden;margin:0 30px 30px 0;cursor:pointer;position:relative;}
#VideoPage .VideoList .item:nth-child(3n){margin-right:0;}
#VideoPage .VideoList .item .img{position:relative;border-radius:8px;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 50px 15px;text-align:center;}
#VideoPage .VideoList .item .tit_video{font-size:18px;line-height:30px;font-family:var(--font);font-weight:bold;color:#222;}
#VideoPage .VideoList .item:hover .tit_video{color:var(--color-main);}
video{width:100%;display:block;}
@media (min-width:1080px) and (max-width:1409px) {
    #VideoPage .VideoList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #VideoPage .VideoList .item:nth-child(3n){margin-right:0;}
    #VideoPage .VideoList .item .txt{padding:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #VideoPage .VideoList .item{width:100%;margin:0 0 15px;}
    #VideoPage .VideoList .item .txt{padding:15px 0 0;}
    #VideoPage .VideoList .item .txt .tit_video{font-size:16px;}
    #VideoPage .VideoList .item .txt p{height:auto;font-size:14px;}
}

#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;}
@media (max-width:1079px) {
    #PrivacyPolicyPage article h4{font-size:16px;}
    #PrivacyPolicyPage article p{font-size:13px;}
}


.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:74px;height:74px;line-height:74px;text-align:center;}
.video_icon i.iconfont{display:block;font-size:30px;background-color:rgba(255,255,255,0.6);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(255,255,255, 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);
    }
}