﻿@charset "utf-8";
@font-face {
  font-family: 'PlusJakartaSans';
  src: url('/dist/fonts/PlusJakartaSans/PlusJakartaSans-Regular.woff2') format('woff2'),
       url('/dist/fonts/PlusJakartaSans/PlusJakartaSans-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'PlusJakartaSans-Bold';
  src: url('/dist/fonts/PlusJakartaSans/PlusJakartaSans-blod.woff2') format('woff2'),
       url('/dist/fonts/PlusJakartaSans/PlusJakartaSans-blod.woff') format('woff');
  font-display: swap;
}
/**********样式重置**********/
:root {
    --color:#1c1c25;
    --font-color:#666666;
    --main-color:#00a1e9;
    --normal-color:#144a97;
    --font:PlusJakartaSans,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-bold:PlusJakartaSans-Bold,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-med:PlusJakartaSans,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-light:PlusJakartaSans,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:1430px;
}
@media (min-width:1080px) and (max-width:1429px) {
    :root {
        --gap-large:50px;
        --gap-big:30px;
        --font-size:15px;
    }
}
@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:#FFF;font-size:16px;}
@media (min-width:1px) and (max-width:1079px) {
    html{font-size:14px;}
}

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:#222}
a:hover{color:var(--main-color);}
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(--font-color);}
h1,h2,h3,h4,dt{font-family:var(--font-bold);font-weight:normal;}
.tit{font-family:var(--font-bold);font-weight:normal;}
.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);}
.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;}

@media screen and (min-width:1px ) and (max-width:1429px) {
    .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 span{display:block;font-size:18px;line-height:24px;color:var(--main-color);text-align:center;font-weight:bold;margin-bottom:15px;}
.frame .titbox .tit{font-size:40px;line-height:1;position:relative;font-family:var(--font-bold);margin-bottom:15px;}
.frame .titbox .slg{font-size:16px;line-height:1.625;color:var(--font-color);width:100%;}
.frame .titbox .line{width:57px;height:3px;background-color:var(--main-color);position:relative;margin-left:0;margin-top:10px;}
.frame .titbox .line:before{content:"";width:14px;height:3px;background-color:var(--main-color);position:absolute;left:65px;top:0;}
.frame .titbox .line:after{content:"";width:14px;height:3px;background-color:var(--main-color);position:absolute;left:87px;top:0;}
.frame .titbox font{display:inline-block;position:relative;}
.frame .titbox font:before{content:"";width:100%;height:12px;background-color:var(--main-color);position:absolute;left:0;bottom:4px;z-index:-1;}
.frame .titbox.txtcenter .line{margin-left:auto;}
.nframe .titbox .tit{padding-left:0;border-left:none;}
.txtcenter .morelink{margin:0 auto;}
@media (min-width:1080px) and (max-width:1429px) {
    .frame .titbox .tit{font-size:30px;}
    .frame .titbox .line{margin-bottom:20px;}
    .frame .titbox .slg{font-size:16px;line-height:1.5;}
}
@media (min-width:1px) and (max-width:1079px) {
    .frame .titbox{margin-bottom:20px;width:100%;}
    .frame .titbox span{font-size:14px;margin-bottom:8px;}
    .frame .titbox .tit{font-size:22px;}
    .frame .titbox .slg{font-size:13px;}
    .frame .titbox .line{margin-bottom:20px;}
}

.morelink{position:relative;padding:6px 9px 6px 22px;transition:all 0.3s;font-size:16px;line-height:36px;z-index:1;background-color:var(--main-color);overflow:hidden;border-radius:50px;color:#fff;display:flex;align-items:center;width:fit-content;justify-content:space-between;}
.morelink i.toright{margin-left:18px;width:36px;height:36px;line-height:36px;text-align:center;font-size:18px;background-color:#fff;border-radius:50px;color:var(--main-color);}
.morelink:before{content:"";position:absolute;top:0;left:0;bottom:0;width:0;background-color:var(--normal-color);transition:all 0.3s;z-index:-1;}
.morelink:hover:before{width:100%;}
.morelink:hover{color:#fff;}
.morelink2{background-color:#f6f6f6;color:var(--main-color);padding:12px 40px;}
.morelink2:before{background-color:var(--main-color);}
.morelink2:hover{color:#fff;}
@media (min-width:1080px) and (max-width:1429px) {
    .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:5px 5px 5px 15px;line-height:24px;min-width:150px;}
}
/**********公共样式**********/



/**********头部样式**********/
header{width:100%;z-index:99;transition:all 0.3s;background-color:rgba(255,255,255,0.25);position:fixed;top:0;}
header.fixed{box-shadow:0 0 15px #eee;position:fixed;top:0;}
header.iheader{box-shadow:initial;background-color:transparent;border-bottom:1px solid rgba(255,255,255,0.25);}
header.abheader{box-shadow:0 0 15px #eee;}
header.fixed{box-shadow:0 0 15px #eee;background-color:rgba(255,255,255,1);}
header.fixed #Menu ul.menunav > li > a{color:var(--color);}
header.fixed #Menu ul.menunav > li.active > a,header.fixed  #Menu ul.menunav > li > a:hover{color:var(--main-color);}
header.fixed #search .btnsearch > i{color:var(--color);}
header.fixed #search.show #sform{box-shadow: 0 0 3px rgba(0,0,0,0.3);}
header .container{max-width:1760px;}

#logo{position:relative;margin-left:0;margin-right:0;height:88px;transition:all 0.3s;}
#logo img{top:50%;transform:translate(0,-50%);position:relative;transition:all 0.3s;width:initial;}
#logo img.logo_1{}
#logo img.logo_2{display:none;}
header.fixed #logo img.logo_1{display:none;}
header.fixed #logo img.logo_2{display:block;}


.top{background-color:var(--main-color);padding:8px 0;}
.top .left{margin:0;display:flex;}
.top .top_lxfs{position:relative;display:flex;align-items:center;justify-content:flex-start;}
.top .top_lxfs:not(:last-child){margin-right:38px;}
.top .top_lxfs i{color:#fff;font-size:20px;margin-right:8px;line-height:1;}
.top .top_lxfs a{display:inline-block;font-size:16px;line-height:30px;color:#fff;}
.top .top_lxfs a:hover{text-decoration:underline;}
.top .right{margin:0;display:flex;align-items:center;justify-content:flex-end;}
.top .right .sharelist{display:flex;align-items:center;}
.top .right .sharelist .ico i{color:#fff;font-size:18px;display:block;line-height:1;}
.top .right .sharelist .ico:not(:last-child){margin-right:20px;}
.top .right .sharelist .ico:hover i{color:var(--normal-color);}


#Menu{transition:all .3s;margin-right:0;align-items:center;flex:1;margin-left:10%;}
#Menu .flex_vcenter{justify-content:flex-end;}
#Menu ul.menunav{display:flex;justify-content:space-between;margin:0;position:relative;}
#Menu ul.menunav>li{display:inline-block;padding:0;margin:0;}
#Menu ul.menunav>li>a{position:relative;display:flex;line-height:30px;padding:15px 32px;font-size:16px;text-transform:uppercase;font-family:var(--font-bold);color:#fff;}
#Menu ul.menunav>li.active>a,#Menu ul.menunav>li>a:hover{color:var(--normal-color);}
#Menu ul.menunav>li.active>a:before,#Menu ul.menunav>li>a:hover:before{opacity:1;}
#Menu ul.menunav>li.dropdown>a:after{content:"\e65d";font-family:iconfont;display:inline-block;margin-left:5px;font-size:13px;}
#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:100%;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,0.16);}
#Menu ul>li ul.dropdown-menu>li{display:block;}
#Menu ul>li ul.dropdown-menu>li>a{line-height:24px; font-size:16px; padding:10px 25px 10px 25px;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:"\e65d";font-family:iconfont;position:absolute;left:-50px;font-size:12px;transition:all 0.3s;opacity:0;color:#fff;transform:rotate(-90deg);}
#Menu ul>li ul.dropdown-menu>li>a.icon_right:after{content:"\e65d";font-family:iconfont;display:inline-block;font-size:14px;position:absolute;right:5px;transform:rotate(-90deg);top:12px;}
#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{color:#fff;background-color:var(--main-color);}
#Menu ul>li ul.dropdown-menu>li:hover>a:before,#Menu ul>li ul.dropdown-menu>li>a:hover:before{left:8px;opacity:1;}
#Menu ul>li:hover ul.dropdown-menu{margin-top:0;visibility:visible;opacity:1;}
#Menu ul>li ul.dropdown-menu ul.catemenu{left:calc(100%);top:0;border-left:1px solid #fff;transform:initial;display:none;}
#Menu ul>li ul>li:hover>ul.catemenu{display:block;}


#Menu .getainquiry{padding-right:18px;font-family:var(--font-bold);font-size:14px;background-color:var(--normal-color);text-transform:uppercase;}
#Menu .getainquiry:before{background-color:var(--main-color);}
#Menu .getainquiry>i{margin-right:8px;font-size:20px;line-height:30px;margin-left:0;}
#Menu .menu_right{margin-right:0;align-items:center;}
#search{margin:0 20px 0 0;position:relative;padding:15px 0;}
#search .btnsearch{}
#search .btnsearch>i{display:block;font-size:20px;color:#fff;line-height:1;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;border-radius:50px;position:absolute;top:100%;right:0;opacity:0;visibility:hidden;height:0;}
#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;}


#Menu #lang{display:none;}
#lang{position:relative;margin:0 17px 0 0 ;display:flex;align-items:center;}
#lang img{width:26px;height:17px;margin-right:7px;margin-left:0;}
#lang .link{display:flex;justify-content:space-around;align-items:center;color:#fff;position:relative;font-size:14px;}
#lang .link>i{display:inline-block;color:#666;}
#lang .link>i.icon-yuyan{font-size:24px;margin-right:5px;color:#999;}
#lang .link>i.icon-xia{margin-left:5px;font-size:12px;color:#fff;}
#lang .link>span{display:inline-block;color:#000;margin:0 5px;}
#lang ul.dropdown-menu{position:absolute;top:100%;background-color:#fff;z-index:2;min-width:110px;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;display:block;white-space:nowrap;text-align:left;position:relative;position:relative;z-index:2;color:#888;display:flex;align-items:center;justify-content:flex-start;}
#lang ul.dropdown-menu>li:hover>a{color:var(--main-color);}
#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 .headCateList{display:flex;justify-content:space-between;margin-right:0;}
header .headCateList .catelink{text-align:center;}
header .headCateList .catelink:not(:last-child){margin-right:20px;}
header .headCateList .catelink .img{height:30px;display:flex;justify-content:center;align-items:center;margin-bottom:2px;}
header .headCateList .catelink .img img{filter:grayscale(100%);opacity:0.5;}
header .headCateList .catelink p{font-size:14px;line-height:20px;}
header .headCateList .catelink:hover p{color:var(--main-color);}
header .headCateList .catelink:hover .img img{filter:grayscale(0);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;margin-top:8px;}
header #menu_btn>i:before{content:"\e623";}
header #menu_btn.show>i:before{content:"\e642";}
@media (min-width:1430px) and (max-width:1699px) {
    #Menu{margin-left:4%;}
}
@media (min-width:1080px) and (max-width:1429px) {
    #Menu{margin-left:2%;}
    #Menu .menu_right{margin-left:2%;}
    #Menu .getainquiry{padding:6px 10px;}

    #logo{height:70px;max-width:180px;}
    #Menu ul.menunav>li>a{padding:20px 9px;font-size:15px;}
    #Menu ul.menunav{padding-left:20px;}
    #Menu ul.menunav::before{border-width:27px 15px;left:-30px;}
    #Menu ul.menunav > li.btninquiry > a{padding:12px 12px;margin-left:15px;font-size:15px;}
    .top{padding:8px 0;}
    .top .top_lxfs:not(:last-child){margin-right:20px;}
    .top .top_lxfs a{font-size:14px;}
    .top .right .sharelist .ico:not(:last-child){margin-right:20px;}
}
@media (min-width:1px) and (max-width:1079px) {
    header{position:sticky!important;padding:0;background-color:#fff!important;border-bottom:1px solid #eee!important;}
    header .container{padding:0 15px;}
    header .logo{display:block;}
    

    #logo{height:60px;}
    #logo img{max-width:200px;max-height:50px;}
    #logo img.logo_1{display:none;}
    #logo img.logo_2{display:block;}
    .top{padding:0;display:none;}
    .top .top_lxfs{display:none;}

    #Menu .menu_right{margin:0;}
    #Menu .getainquiry{padding:5px 15px;width:100%;margin:0;text-align:center;background-color:#fff;color:var(--main-color);}

    header #search{margin-left:auto;}
    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(--main-color);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>li ul.dropdown-menu{display:block;background-color:initial;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;}
    #Menu ul>li ul.dropdown-menu>li{padding:0;}
    #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;}
    #Menu #lang .link{justify-content:flex-start;}
    #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-left:0;}

    #lang ul.dropdown-menu{position:relative;top:initial;margin-top:0;visibility:visible;opacity:1;left:initial;transform:initial;margin-bottom:15px;}
}
/**********头部样式**********/
.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;color:#666;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;}
.feedbackbox ul>li.tips{border-bottom:none;font-size:18px;line-height:24px;color:#747474;}
.feedbackbox .submit{display:inline-block;margin-top:0;background-color:var(--main-color);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;}
@media (min-width:1230px) and (max-width:1429px) {
}
@media (min-width:1080px) and (max-width:1429px) {
    .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;}
}

@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(--normal-color); 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(--main-color);}
.category .list ul>li:hover>a{ color: var(--main-color);}
.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(--main-color);}
.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(--main-color);}
.category .list ul>li>ul>li:last-child{ border-bottom: 0;}


footer{padding-top:85px;background-color:#1c1c25;position:relative;}
footer dl dt,footer .tit_foot{margin-bottom:20px;font-size:25px;line-height:1;position:relative;color:#fff;font-family:var(--font-bold);}
footer dl dd{position:relative;margin-bottom:16px;}
footer dl dd>a{display:block;transition:all 0.3s;line-height:24px;color:#9ca3af;font-size:16px;position:relative;padding-left:16px;}
footer dl dd>a:before{content:"";width:4px;height:4px;background-color:#9ca3af;border-radius:54px;position:absolute;left:0;top:50%;transform:translate(0,-50%);}
footer dl dd>a:hover{color:#fff;text-decoration:underline;margin-left:5px;}
footer dl dd>a span.subtit2{color:#3c4654;display:inline-block;margin-left:3px;}

#fck1{width:420px;margin:0;}
#fck2{width:940px;margin:0;}
#fck2 .prolist{padding-bottom:35px;margin-bottom:35px;border-bottom:1px solid #818181;}
#fck2 .prolist .link{color:#bababa;font-family:var(--font-bold);font-size:16px;}

#fck1 .footlogo{display:block;margin-bottom:25px;}
#fck1 .remark{color:#fff;}

.footcontact .contitem{position:relative;padding-left:45px;margin:0;}
.footcontact .contitem i{position:absolute;left:0;top:0;font-size:30px;line-height:1;color:var(--main-color)}
.footcontact .contitem .title{font-size:25px;line-height:30px;color:#fff;font-family:var(--font-bold);margin-bottom:20px;display:block;}
.footcontact .contitem a{display:block;color:#bababa;line-height:24px;font-size:16px;font-family:var(--font-bold);}
.footcontact .contitem a:hover{color:#fff;text-decoration:underline;}

.subscribe{padding-bottom:55px;border-bottom:1px solid #818181;margin-bottom:55px;}
.subscribe.flex_between{align-items:center;}
.subscribe .left{width:50%;margin:0;}
.subscribe .right{width:40%;margin:0;}
.subscribe .title{font-size:40px;color:#fff;line-height:1.2;}
.subscribeBox{background-color:#2c2c2c;border-radius:8px;padding:12px;align-items:center;}
.subscribeBox .input{margin:0;height:43px;flex:1;background-color:transparent;color:#fff;margin-right:5px;padding-left:20px;}
.subscribeBox .input::placeholder{color:#515151;font-size:16px;}
.subscribeBox .btnSubscribe{width:43px;height:43px;line-height:43px;text-align:center;background-color:var(--main-color);color:#fff;border-radius:8px;}
.subscribeBox .btnSubscribe i{font-size:24px;}
.subscribeBox .btnSubscribe:hover{background-color:var(--main-color);}
@media (min-width:1080px) and (max-width:1429px) {
    .subscribe{padding-bottom:30px;margin-bottom:30px;}
    .subscribe .title{font-size:30px;}
    
    #fck1{width:30%;}
    #fck2{width:68%;}
    #fck2 .prolist{margin-bottom:30px;padding-bottom:30px;}
    #fck2 .prolist .link{font-size:14px;}

    .footcontact .contitem .title{font-size:20px;margin-bottom:10px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .subscribe{padding-bottom:30px;margin-bottom:20px;}
    .subscribe .left{width:100%;}
    .subscribe .right{width:100%;padding-top:15px;}
    .subscribe .title{font-size:20px;}
    .subscribeBox{padding:6px;}
    .subscribeBox .input{height:36px;}
    .subscribeBox .btnSubscribe{width:36px;height:36px;line-height:36px;}
    .subscribeBox .btnSubscribe i{font-size:20px;}
}

.footshare{margin-top:25px;}
.footshare .tit_share{color:#fff;line-height:30px;font-size:18px;margin-bottom:15px;}
.footshare a>i{display:block;font-size:20px;color:#fff;width:43px;height:43px;line-height:43px;text-align:center;border-radius:4px;background-color:#072845;}
.footshare a:not(:last-child)>i{margin-right:7px;}
.footshare a:hover>i{background-color:var(--main-color);color:#fff;}

.copyright{margin-top:60px;padding-top:15px;padding-bottom:15px;align-items:center;}
.copyright .footdiv{margin:0;color:#e0e0e0;font-size:14px;}
.copyright .footdiv.right{text-align:right;}
.copyright .footdiv>a{color:#e0e0e0;font-size:14px;}
.copyright .footdiv>a:hover{color:var(--main-color);text-decoration:underline;}
@media (min-width:1080px) and (max-width:1429px) {
    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;}


    .copyright{margin-top:30px;padding-top:20px;padding-bottom:20px;}
    .footshare a>i{width:48px;height:48px;line-height:48px;font-size:20px;}
    .copyright .footdiv{}
}
@media (min-width:1px) and (max-width:1079px) {
    #smooth-wrapper{padding-top:61px;}

    footer{padding:30px 0 111px;}
    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;}
    .copyright .footdiv.left{width:100%;padding:0;}
    .copyright .footdiv.right{width:100%;padding:0;text-align:center;}
}


#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 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(--main-color);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(--main-color) 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 img{ max-width: inherit; width: 100%; height: auto;}
#floatForm .contactForm{width:90%;max-width:380px;position:relative;z-index:1;box-shadow:0 0 10px 1px var(--main-color);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(--main-color);background-color:var(--main-color);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 .txt{position:absolute;top:50%;left:0;width:100%;transform:translate(0,-50%);text-align:center;}
#ibframe .txt .tit{font-size:48px;line-height:1.58;font-family:var(--font-bold);color:#fff;}
#ibframe .txt .remark{font-size:16px;color:#fff;margin-top:10px;}
#ibframe .txt .morelink{margin:30px auto 0;background-color:var(--main-color);border-radius:8px;color:#fff;padding:11px 23px;}
#ibframe .txt .morelink:before{background-color:rgba(0,0,0,0.2);}
#ibframe .txt .morelink:after{display:none;}
#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(--main-color);}
@media (min-width:1080px) and (max-width:1429px) {
    #ibframe .txt .tit{font-size:40px;}
}
@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 .tit{font-size:18px;line-height:1.3;}
    #ibframe .txt .remark{font-size:13px;display:none;}
    #ibframe .txt .morelink{padding:5px 15px;margin-top:15px;display:none;}
}


#frame_cate{background:#fbfbfb url(/dist/images/bg_01.jpg) no-repeat center bottom;}
#frame_cate .titbox .slg{max-width:720px;}
#frame_cate .catelist{margin-bottom:40px;}
#frame_cate .catelist .cateitem{text-align:center;margin:0;padding:20px 20px 15px 20px;min-width:160px;cursor:pointer;}
#frame_cate .catelist .cateitem .pic{margin-bottom:4px;}
#frame_cate .catelist .cateitem span{display:block;font-size:15px;}
#frame_cate .catelist .cateitem:hover,#frame_cate .catelist .cateitem.active{
    background:
          linear-gradient(to left, var(--main-color)) right top no-repeat,
          linear-gradient(to bottom, var(--main-color)) right top no-repeat,
          linear-gradient(to left, var(--main-color)) left bottom no-repeat,
          linear-gradient(to bottom, var(--main-color)) left bottom no-repeat,
          linear-gradient(to left, var(--main-color)) left top no-repeat,
          linear-gradient(to bottom, var(--main-color)) left top no-repeat,
          linear-gradient(to left, var(--main-color)) right bottom no-repeat,
          linear-gradient(to bottom, var(--main-color)) right bottom no-repeat;
    background-size: 5px 28px, 28px 5px, 5px 28px, 28px 5px,5px 28px, 28px 5px, 5px 28px, 28px 5px;
}
#frame_cate .prolist{display:none;}
#frame_cate .prolist.active{display:block;}
#frame_cate .prolist .item{width:calc((100% - 69px)/4);margin:0 23px 23px 0;border:1px solid #cbcbcb;border-radius:8px;overflow:hidden;}
#frame_cate .prolist .item:nth-child(4n){margin-right:0;}
#frame_cate .prolist .item .txt{background-color:var(--normal-color);}
#frame_cate .prolist .item .txt h3{padding:15px 40px 15px 25px;font-size:15px;line-height:26px;color:#fff;position:relative;}
#frame_cate .prolist .item .txt h3:before{content:"\e65e";font-family:iconfont;position:absolute;right:20px;font-size:20px;}
@media (min-width:1080px) and (max-width:1429px){
}
@media (min-width:1px) and (max-width:1079px) {
    #frame_cate .catelist .cateitem{width:48%;padding:10px;}
    #frame_cate .catelist .cateitem .pic img{width:40px;}
    #frame_cate .catelist .cateitem span{font-size:13px;}
    #frame_cate .catelist .cateitem:hover,#frame_cate .catelist .cateitem.active{background-size: 3px 20px, 20px 3px, 3px 20px, 20px 3px,3px 20px, 20px 3px, 3px 20px, 20px 3px;}
    #frame_cate .prolist .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #frame_cate .prolist .item:nth-child(2n){margin-right:0;}
    #frame_cate .prolist .item .txt h3{padding:10px;font-size:14px;}
    #frame_cate .prolist .item .txt h3:before{display:none;}
}

#frame_about{}
#frame_about .aboutbox{align-items:center;margin-bottom:55px;}
#frame_about .left{width:50%;margin:0;}
#frame_about .left .imgbox{border-radius:8px;overflow:hidden;height:100%;}
#frame_about .left .imgbox img{width:100%;height:100%;object-fit:cover;}
#frame_about .right{width:46.5%;margin:0;}
#frame_about .right .subtit{font-size:18px;color:var(--main-color);margin-bottom:10px;text-transform:uppercase;display:block;}
#frame_about .right .title{font-size:40px;line-height:1.25;font-family:var(--font-bold);margin-bottom:20px;position:relative;}
#frame_about .right .title font{display:inline-block;position:relative;}
#frame_about .right .title font:before{content:"";width:100%;background-color:var(--main-color);height:12px;position:absolute;left:0;bottom:10px;z-index:-1;}
#frame_about .right .remark{margin-bottom:25px;}
#frame_about .right .intro{margin-bottom:50px;}
#frame_about .right .intro p{font-size:16px;line-height:1.5;padding-left:38px;position:relative;}
#frame_about .right .intro p:not(:last-child){margin-bottom:18px;}
#frame_about .right .intro p:before{content:"\e716";font-family:iconfont;font-size:24px;line-height:1;color:var(--main-color);position:absolute;left:0;top:3px;}
#frame_about .selist .item{width:20%;margin:0;}
#frame_about .selist .ico{width:86px;height:86px;background-color:#f8f8f8;border-radius:50px;display:flex;align-items:center;justify-content:center;margin:0 0 20px 0;}
#frame_about .selist .title{font-size:20px;color:var(--color);margin-bottom:15px;}
#frame_about .selist .remark{font-size:16px;color:#777;line-height:1.625;padding-top:20px;border-top:1px solid #d4d4d4;}
@media (min-width:1080px) and (max-width:1429px) {
    #frame_about .right .subtit{margin-bottom:5px;}
    #frame_about .right .title{font-size:32px;margin-bottom:10px;}
    #frame_about .right .remark{margin-bottom:15px;}
    #frame_about .right .intro{margin-bottom:25px;}
    #frame_about .right .intro p{font-size:15px;}
    #frame_about .right .intro p:not(:last-child){margin-bottom:10px;}

    #frame_about .selist .item{width:23%;}
    #frame_about .selist .ico{margin-bottom:10px;}
    #frame_about .selist .remark{font-size:14px;padding-top:10px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #frame_about .aboutbox{margin-bottom:30px;}
    #frame_about .left{width:100%;padding:0;}
    #frame_about .right{width:100%;margin-top:15px;}
    #frame_about .right .subtit{margin-bottom:5px;}
    #frame_about .right .title{font-size:24px;margin-bottom:10px;}
    #frame_about .right .title font:before{display:none;}
    #frame_about .right .remark{margin-bottom:15px;}
    #frame_about .right .intro{margin-bottom:20px;}
    #frame_about .right .intro p{font-size:14px;}
    #frame_about .right .intro p:not(:last-child){margin-bottom:10px;}
    #frame_about .selist .item{width:100%;margin-bottom:20px;}
    #frame_about .selist .ico{width:70px;height:70px;margin-bottom:5px;}
    #frame_about .selist .ico img{width:50px;}
    #frame_about .selist .title{font-size:16px;}
    #frame_about .selist .remark{font-size:13px;padding-top:10px;}
}

#frame_choose{background:url(/dist/images/bg_02.jpg) no-repeat left center;}
#frame_choose .content{align-items:center;}
#frame_choose .left{width:65.8%;margin:0;}
#frame_choose .cont_left{width:52%;margin:0;}
#frame_choose .cont_left .subtit{font-size:18px;color:#fff;font-weight:bold;}
#frame_choose .cont_left .title{font-size:41px;color:#fff;line-height:1.34;margin-bottom:10px;}
#frame_choose .cont_left .slg{font-size:16px;color:#fff;}
#frame_choose .cont_right{width:42.4%;margin:0;padding-top:40px;}
#frame_choose .cont_right p{font-size:17px;line-height:30px;color:#fff;position:relative;padding-left:40px;font-family:var(--font-bold);}
#frame_choose .cont_right p:before{content:"\f373";font-family:iconfont;font-size:30px;line-height:1;position:absolute;left:0;top:0;color:var(--main-color);}
#frame_choose .cont_right p:not(:last-child){margin-bottom:15px;}
#frame_choose .morelink{margin-top:30px;}
#frame_choose .right{width:34.2%;margin:0;}
#frame_choose .right .imgbox{margin-right:-13.1vw;}
@media (min-width:1080px) and (max-width:1429px) {
    #frame_choose .left{width:60%;}
    #frame_choose .cont_left{width:55%;}
    #frame_choose .cont_left .title{font-size:28px;}
    #frame_choose .cont_right p{font-size:14px;line-height:26px;}
    #frame_choose .right{width:40%;}
    #frame_choose .right .imgbox{margin-right:-2vw;}
}
@media (min-width:1px) and (max-width:1079px){
    #frame_choose{padding-top:30px;padding-bottom:30px;}
    #frame_choose .left{width:100%;}
    #frame_choose .cont_left{width:100%;}
    #frame_choose .cont_left .subtit{font-size:15px;}
    #frame_choose .cont_left .title{font-size:24px;}
    #frame_choose .cont_right{width:100%;padding-top:15px;}
    #frame_choose .cont_right p{font-size:15px;}
    #frame_choose .cont_right p:not(:last-child){margin-bottom:5px;}
    #frame_choose .morelink{margin-top:15px;}
    #frame_choose .right{width:100%;display:none;}
    #frame_choose .right .imgbox{margin-right:0;}
}

#frame_num{background-color:var(--main-color);padding-top:50px;padding-bottom:40px;}
#frame_num .item{width:22%;margin:0;text-align:center;}
#frame_num .item .pic{margin-bottom:-50px;}
#frame_num .item .num{font-size:67px;line-height:1;color:#fff;font-family:var(--font-bold);font-weight:bold;}
#frame_num .item sub{font-size:20px;line-height:1;color:#fff;margin-left:5px;}
#frame_num .item p{font-size:16px;color:#fff;margin-top:15px;}
@media (min-width:1080px) and (max-width:1429px) {
    #frame_num .item{width:23%;}
    #frame_num .item .pic{margin-bottom:-30px;}
    #frame_num .item .pic img{width:70px;}
    #frame_num .item .num{font-size:40px;}
}
@media (min-width:1px) and (max-width:1079px){
    #frame_num .item{width:48%;margin-bottom:20px;}
    #frame_num .item .pic{margin-bottom:-20px;}
    #frame_num .item .pic img{width:60px;}
    #frame_num .item .num{font-size:30px;}
    #frame_num .item p{margin-top:5px;font-size:14px;}
}

#frame_application{padding-top:135px;}
#frame_application .left{width:37%;margin:0;}
#frame_application .renvia-content-box{background:url(/dist/images/bg_03.png) no-repeat left top 240px;height:100%;}
#frame_application .left .subtit{font-size:18px;color:var(--main-color);margin-bottom:10px;text-align:left;font-weight:bold;display:block;}
#frame_application .left .title{font-size:40px;line-height:1.25;font-family:var(--font-bold);margin-bottom:20px;position:relative;}
#frame_application .left .title font{display:inline-block;position:relative;}
#frame_application .left .title font:before{content:"";width:100%;background-color:var(--main-color);height:12px;position:absolute;left:0;bottom:10px;z-index:-1;}
#frame_application .left .remark{margin-bottom:40px;max-width:470px;margin-left:0;}
#frame_application .right{width:57%;margin:0;}
#frame_application .right .renvia-project-item{margin-bottom:30px;border-bottom:1px solid #d4d4d4;}
#frame_application .item{background-color:#fff;display:block;}
#frame_application .item .img{border-radius:8px;}
#frame_application .item .img img{width:100%;}
#frame_application .item .txt{padding:20px 0;align-items:center;}
#frame_application .item .title{font-size:24px;margin:0;font-family:var(--font-bold);}
#frame_application .item i{width:35px;height:35px;line-height:35px;background-color:var(--main-color);color:#fff;border-radius:50px;color:#fff;font-size:20px;text-align:center;}
#frame_application .item:hover .title{color:var(--main-color);}
@media (min-width:1080px) and (max-width:1429px) {
    #frame_application{padding-top:80px;}
    #frame_application .left .title{font-size:30px;margin-bottom:10px;}
}
@media (min-width:1px) and (max-width:1079px){
    #frame_application{padding-top:40px;}
    #frame_application .renvia-content-box{background:none;}
    #frame_application .left{width:100%;}
    #frame_application .left .subtit{font-size:15px;}
    #frame_application .left .title{font-size:24px;margin-bottom:10px;}
    #frame_application .left .remark{margin-bottom:20px;}
    #frame_application .right{width:100%;padding-top:20px;}
    #frame_application .item .txt{padding:10px 0;}
    #frame_application .item .title{font-size:16px;}
}

#frame_faq{background-repeat:no-repeat;background-size:100% 100%;background-attachment:fixed;padding-top:130px;padding-bottom:130px;}
#frame_faq .left{width:33.4%;margin:0;}
#frame_faq .left .subtit{font-size:18px;margin-bottom:15px;text-align:left;font-weight:bold;color:#fff;}
#frame_faq .left .title{font-size:40px;line-height:1.25;font-family:var(--font-bold);margin-bottom:20px;position:relative;color:#fff;}
#frame_faq .left .remark{margin-bottom:40px;max-width:470px;margin-left:0;color:#fff;}
#frame_faq .right{width:55.8%;margin:0;}
#frame_faq .faqlist dl>dt{color:#fff;}
#frame_faq .faqlist dl>dt:before{content:"Q: "}
#frame_faq .faqlist dl>dd{color:#fff;}
@media (min-width:1080px) and (max-width:1429px) {
    #frame_faq{padding-top:80px;padding-bottom:80px;}
    #frame_faq .left .title{font-size:30px;}
}
@media (min-width:1px) and (max-width:1079px){
    #frame_faq{padding-top:40px;padding-bottom:40px;background-size:auto 100%;}
    #frame_faq .left{width:100%;}
    #frame_faq .left .subtit{font-size:15px;margin-bottom:8px;}
    #frame_faq .left .title{font-size:24px;margin-bottom:10px;}
    #frame_faq .left .remark{margin-bottom:20px;}
    #frame_faq .right{width:100%;padding-top:20px;}
}

#frame_news .left{width:48.6%;margin:0;}
#frame_news .line{width:1px;background-color:#d4d4d4;margin:0 auto;}
#frame_news .right{width:44%;margin:0;}
#frame_news .right .item{display:flex;justify-content:space-between;align-items:center;}
#frame_news .right .item:not(:last-child){margin-bottom:25px;}
#frame_news .right .item .img{width:33%;margin:0;border-radius:8px;}
#frame_news .right .item .txt{width:60%;margin:0;}
#frame_news .item time{font-size:15px;line-height:24px;color:var(--main-color);font-family:var(--font-bold);display:flex;align-items:center;justify-content:flex-start;margin-bottom:10px;}
#frame_news .item time i{font-size:24px;line-height:1;margin-right:4px;}
#frame_news .item .title{font-size:20px;line-height:1.25;}
#frame_news .item .more{color:var(--main-color);display:flex;align-items:center;margin-top:20px;}
#frame_news .item .more i{margin-left:3px;font-size:20px;}
#frame_news .item:hover .title{color:var(--main-color);text-decoration:underline;} 
#frame_news .left .item{position:relative;display:block;border-radius:8px;overflow:hidden;}
#frame_news .left .item .txt{position:absolute;background:rgba(0,0,0,0.47);padding:30px 40px;top:0;left:0;right:0;bottom:0;display:flex;flex-flow:column;justify-content:flex-end;}
#frame_news .left .item time{color:#fff;}
#frame_news .left .item .txt .title{color:#fff;font-size:28px;}
#frame_news .left .item .more{opacity:0;visibility:hidden;height:0;transition:height 0.3s;margin-top:0;color:#fff;}
#frame_news .left .item:hover .more{opacity:1;visibility:visible;height:30px;margin-top:20px;}
@media (min-width:1080px) and (max-width:1429px) {
    #frame_news .left{width:49%;}
    #frame_news .right{width:45%;}
    #frame_news .right .item:not(:last-child){margin-bottom:18px;}
    #frame_news .right .item .txt{width:63%;}
    #frame_news .item .title{font-size:18px;}
    #frame_news .item .more{margin-top:10px;}
    #frame_news .item time{font-size:14px;}
    #frame_news .item time i{font-size:20px;}
    #frame_news .left .item .txt{padding:25px;}
    #frame_news .left .item .txt .title{font-size:20px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #frame_news .left{width:100%;}
    #frame_news .line{display:none;}
    #frame_news .right{width:100%;}
    #frame_news .item .img{display:none;}
    #frame_news .item time{font-size:13px;margin-bottom:6px;}
    #frame_news .item time i{font-size:18px;}
    #frame_news .item .title{font-size:16px;margin-bottom:5px;}
    #frame_news .item .more{font-size:13px;margin-top:6px;}
    
    #frame_news .right .item{border-top:1px solid #ddd;padding-top:15px;}
    #frame_news .right .item:not(:last-child){margin-bottom:15px;}
    #frame_news .right .item .txt{width:100%;}
    
    #frame_news .left .item{padding-bottom:15px;}
    #frame_news .left .item .txt{position:relative;padding:0;background-color:transparent;}
    #frame_news .left .item time{color:var(--main-color);font-size:13px;}
    #frame_news .left .item .txt .title{color:var(--color);font-size:16px;}
    #frame_news .left .item .more{color:var(--color);opacity:1;visibility:visible;height:30px;margin-top:6px;}
}

#HomeFeedback{background-color:#fff;}
#HomeFeedback .left{width:47%;margin:0;}
#HomeFeedback .left .img{border-radius:5px;overflow:hidden;}
#HomeFeedback .left .contbox{position:relative;padding:28px 0 28px 0;border-bottom:1px solid #ebebeb;align-items:center;}
#HomeFeedback .left .contbox i{width:82px;height:82px;line-height:82px;text-align:center;font-size:36px;border-radius:50%;color:var(--normal-color);border:1px solid #ebebeb;margin-left:0;margin-right:20px;}
#HomeFeedback .left .contbox div{margin:0;flex:1;}
#HomeFeedback .left .contbox span{display:block;font-size:18px;color:#000;font-weight:bold;margin-bottom:5px;}
#HomeFeedback .left .contbox a{color:#666;}
#HomeFeedback .left .contbox a:hover{color:var(--normal-color);}
#HomeFeedback .feedbackbox{width:48%;margin:0;border:2px solid #ebebeb;border-radius:5px;overflow:hidden;padding:45px 40px;}
#HomeFeedback .feedbackbox .titbox{margin-bottom:30px;}
#HomeFeedback .feedbackbox .titbox span{color:var(--normal-color);font-weight:bold;display:block;margin-bottom:10px;}
#HomeFeedback .feedbackbox ul>li{position:relative;}
#HomeFeedback .feedbackbox ul>li:not(:last-child){margin-bottom:25px;}
#HomeFeedback .feedbackbox ul>li.half{width:47%;margin-left:0;margin-right:0;}
#HomeFeedback .feedbackbox ul>li>label{display:block;}
#HomeFeedback .feedbackbox ul>li>.input{padding:0 10px;border-radius:4px;height:42px;}
#HomeFeedback .feedbackbox ul>li>.input::placeholder{color:#ccc;}
#HomeFeedback .feedbackbox ul>li textarea.input{height:145px;}
#HomeFeedback .feedbackbox ul>li .iconfont{color:#333;font-size:24px;line-height:45px;}
#HomeFeedback .feedbackbox .morelink{margin-top:10px;}
@media (min-width:1080px) and (max-width:1429px){
    #HomeFeedback .feedbackbox{width:50%;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;}
    #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;}
#bframe img{width:100%;height:100%;object-fit:cover;}
#bframe .txt{position:absolute;width:100%;top:60%;transform:translate(0,-50%);}
#bframe .tit{font-size:50px;line-height:1.5;color:#fff;}
#bframe .slg{color:#fff;margin-bottom:15px;line-height:1.875;}
#bframe .line{display:inline-block;}
@media (min-width:1230px) and (max-width:1429px) {
}
@media (min-width:1080px) and (max-width:1429px) {
    #bframe{height:300px;}
    #bframe .txt{top:70%;}
    #bframe .tit{font-size:30px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #bframe{height:150px;}
    #bframe .txt{top:50%;}
    #bframe .tit{font-size:24px;line-height:1.2;margin-bottom:0;}
    #bframe .line{display:none;}
    #bframe .slg{display:none;}
    #bframe img{}
}

/*共用*/
#Location{width:100%;position:relative;margin-top:40px;}
#Location .crumbs{background-color:#26327b;padding:12px 50px;border-radius:50px;display:flex;align-items:center;width:fit-content;margin:0;}
#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;font-family:var(--font-bold);}
#Location .crumbs span{display:inline-block;font-size:16px;line-height:24px;color:#fff;}
#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:1429px) {
    #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:1429px) {
    .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:380px;margin:0;}
#right_nav{width:calc(100% - 430px);margin:0;}
#left_nav .leftbox{margin-bottom:35px;}
#left_nav .leftbox .tit{font-size:20px;line-height:30px;position:relative;margin-bottom:15px;font-family:var(--font-bold);padding-bottom:15px;}
#left_nav .leftbox .tit:before{content:"";width:100%;height:1px;background-color:#dbe0e5;position:absolute;left:0;bottom:0;}
#left_nav .leftbox .tit:after{content:"";width:43px;height:7px;background-color:var(--normal-color);position:absolute;left:0;bottom:0;}
#left_nav dl{}
#left_nav dl>dd{position:relative;overflow:hidden;}
#left_nav dl>dd:not(:last-child){border-bottom:1px solid #dbe0e5;}
#left_nav dl>dd>a{display:block;font-size:18px;line-height:24px;position:relative;overflow:hidden;transition:all 0.3s;color:#888b90;padding:15px 25px 15px 0;}
#left_nav dl>dd.active>a,#left_nav dl>dd:hover>a{color:var(--normal-color);}
#left_nav #LeftCateList{padding:24px 32px 10px;border-radius:8px;overflow:hidden;background-color:#f5f6f7;}
#left_nav #LeftCateList dl>dd:not(:last-child){margin-bottom:7px;}
#left_nav #LeftCateList dl>dd>a{font-size:15px;line-height:20px;font-family:var(--font-bold);position:relative;z-index:1;}
#left_nav #LeftCateList dl>dd>i{font-size:20px;line-height:24px;position:absolute;right:0;top:15px;color:var(--normal-color);z-index:1;}
#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(--normal-color);}
#left_nav dl>dd ul>li.active>i,#left_nav dl>dd ul>li:hover>i{background-color:var(--normal-color);}
#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{padding:24px 32px;border-radius:8px;overflow:hidden;background-color:#f5f6f7;}
#left_nav #sform2{overflow:hidden;border-radius:8px;padding:4px;border:1px solid #d8d8d8;background-color:#fff;}
#left_nav #sform2 #stext2{width:calc(100% - 32px);height:28px;padding-left:8px;}
#left_nav #sform2 #stext2::placeholder{font-size:14px;color:#3e495f;}
#left_nav #sform2 #sbut2{width:28px;height:28px;background-color:var(--normal-color);border:none;border-radius:4px;}
#left_nav #sform2 #sbut2>i{color:#fff;font-size:16px;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(--main-color);}

#LeftFeedback.leftbox{background-color:#fff;border-radius:8px;padding:20px 20px 30px;}
.leftbox .feedbackbox{}
.leftbox .feedbackbox ul>li{margin-bottom:13px;}
.leftbox .feedbackbox ul>li>.input{height:40px;background-color:#fff;border-color:#f7f7f7;border-radius:8px;font-size:14px;}
.leftbox .feedbackbox ul>li>.input::placeholder{color:#818181;font-size:12px;}
.leftbox .feedbackbox ul>li textarea.input{height:68px;}
.leftbox .feedbackbox .submit{margin-top:15px;background-color:#000;font-size:15px;padding:1px 10px;border-radius:8px;display:flex;align-items:center;justify-content:center;}
.leftbox .feedbackbox .submit i{margin-left:10px;}
.leftbox .feedbackbox .submit:hover{background-color:var(--main-color);}

#LeftNews.leftbox{padding-top:20px;padding-bottom:25px;}
#LeftNews .list{}
#LeftNews .list .item{display:flex;justify-content:space-between;align-items:center;background-color:#fff;margin-bottom:10px;overflow:hidden;padding:5px;}
#LeftNews .list .item .img{width:94px;margin:0;}
#LeftNews .list .item .txt{width:calc(100% - 110px);margin:0;}
#LeftNews .list .item h3{font-size:16px;font-family:var(--font);color:#000;}
#LeftNews .list .item:hover h3{color:var(--main-color);text-decoration:underline;}

#LeftContact{background-repeat:no-repeat;background-position:center center;background-size:100% 100%;border-radius:8px;overflow:hidden;}
#LeftContact .txt{padding:45px 10% 40px 10%;}
#LeftContact .txt .title{font-size:26px;line-height:1.4;color:#fff;font-family:var(--font-bold);margin-bottom:15px;}
#LeftContact .txt .subtit{font-size:16px;line-height:1.75;color:#fff;max-width:220px;margin-bottom:20px;}
#LeftContact .txt i{font-size:60px;line-height:1;color:#fff;display:block;margin-bottom:5px;}
#LeftContact .txt .subtit2{font-size:18px;line-height:1.4;color:#fff;font-family:var(--font-bold);margin-bottom:8px;}
#LeftContact .txt a.email{font-size:20px;line-height:28px;color:#fff;font-family:var(--font-bold);}

#LeftContact .contbox{width:100%;display:flex;}
#LeftContact .contbox:not(:last-child){margin-bottom:20px;}
#LeftContact .contbox i{margin-right:8px;font-size:18px;line-height:28px;color:var(--main-color);}
#LeftContact .contbox span{font-size:16px;line-height:28px;color:#333;}
#LeftContact .contbox a{font-size:16px;line-height:28px;color:#333;}
#LeftContact .contbox a:hover{color:var(--main-color);text-decoration:underline;}
@media (min-width:1080px) and (max-width:1429px) {
    #left_nav{width:29%;}
    #right_nav{width:68%;}
    #left_nav .leftbox dl > dt, #left_nav .leftbox .tit{font-size:20px;}
    #left_nav dl > dd > a{font-size:16px;}
    #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;}

    #left_nav #LeftCateList{padding:15px;}
    #left_nav #LeftSearch{padding:15px;}

    #LeftContact .txt{padding:30px 15px;}
    #LeftContact .txt .title{font-size:22px;}
    #LeftContact .txt .subtit{font-size:15px;}
    #LeftContact .txt .subtit2{font-size:16px;}
    #LeftContact .txt a.email{font-size:18px;}
}
@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:1429px) {
    #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:#666;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 .content{padding-bottom:50px;background:url(/dist/images/ab_logo.png) no-repeat right bottom;}
#abframe_1 .left{width:30%;margin:0;padding-top:10px;}
#abframe_1 .left .number{font-size:240px;line-height:1;color:var(--main-color);font-family:var(--font-bold);display:inline-block;text-indent:-10px;}
#abframe_1 .left sup{font-size:111px;line-height:1;color:var(--main-color);font-family:var(--font-bold);display:inline-block;vertical-align:top;}
#abframe_1 .left p{font-size:43px;line-height:1;color:var(--color);font-family:var(--font-bold);margin-top:10px;}
#abframe_1 .right{width:67.3%;margin:0;}
#abframe_1 .right .title{font-size:40px;line-height:1.25;color:var(--color);font-family:var(--font-bold);margin-bottom:20px;}
#abframe_1 .right .editor *{font-size:16px;line-height:1.625;color:#3e495f;}
#abframe_1 .imgbox{border-radius:8px;overflow:hidden;}
#abframe_1 .imgbox img{width:100%;}

#abframe_2{background:url(/dist/images/bg_04.jpg) no-repeat center center;}
#abframe_2 .item{width:20%;margin:0;text-align:center;}
#abframe_2 .item .num{font-size:50px;line-height:1;color:#fff;font-family:var(--font-bold);display:inline-block;}
#abframe_2 .item .num span{display:inline-block;}
#abframe_2 .item .num .text-part{color:var(--main-color);}
#abframe_2 .item sub{font-size:20px;line-height:1.5;color:#fff;font-family:var(--font-bold);display:inline-block;vertical-align:bottom;margin-left:8px;}
#abframe_2 .item p{font-size:18px;color:#fff;margin-top:16px;}

#abframe_3{padding-top:100px;padding-bottom:100px;}
#abframe_3 .item{align-items:center;}
#abframe_3 .item:nth-child(2n+1){flex-flow:row-reverse;}
#abframe_3 .item:not(:last-child){margin-bottom:100px;}
#abframe_3 .item .img{width:48.4%;margin:0;border-radius:8px;}
#abframe_3 .item .txt{width:48.4%;margin:0;padding-left:48px;position:relative;}
#abframe_3 .item .txt:before{content:"";width:2px;height:100%;background-color:var(--normal-color);position:absolute;left:23px;top:0;}
#abframe_3 .item .txt span.vtext{position:absolute;left:0;top:0;writing-mode: vertical-lr;transform:rotate(180deg);line-height:1;color:var(--normal-color);font-family:var(--font-bold);}
#abframe_3 .item .txt .number{font-size:106px;line-height:1;color:var(--normal-color);display:inline-block;font-family:var(--font-bold);margin-bottom:25px;}
#abframe_3 .item .title{font-size:30px;font-family:var(--font-bold);line-height:1.2;margin-bottom:10px;}
#abframe_3 .item .remark{font-size:16px;line-height:1.625;color:#3e495f;margin-bottom:35px;}
@media (min-width:1080px) and (max-width:1429px){
    #abframe_1 .left .number{font-size:180px;}
    #abframe_1 .left p{font-size:32px;}
    #abframe_1 .right .title{font-size:30px;}

    #abframe_3 .item .txt .number{font-size:80px;}
    #abframe_3 .item .title{font-size:24px;}
    #abframe_3 .item .remark{font-size:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #abframe_1 .content{background-size:100% auto;padding-bottom:20px;}
    #abframe_1 .left{width:100%;display:none;}
    #abframe_1 .left .number{font-size:165px;}
    #abframe_1 .left p{font-size:24px;}
    #abframe_1 .right{width:100%;}
    #abframe_1 .right .title{font-size:22px;margin-bottom:10px;}
    #abframe_1 .right .editor *{font-size:14px;}

    #abframe_2 .item{width:48%;margin-bottom:20px;}
    #abframe_2 .item .num{font-size:30px;}
    #abframe_2 .item sub{font-size:16px;margin-left:2px;}
    #abframe_2 .item p{font-size:14px;margin-top:8px;}

    #abframe_3{padding-top:40px;padding-bottom:40px;}
    #abframe_3 .item:nth-child(2n+1){flex-flow:column;}
    #abframe_3 .item .img{width:100%;}
    #abframe_3 .item .txt{width:100%;margin-top:20px;}
    #abframe_3 .item .txt .number{font-size:40px;margin-bottom:10px;}
    #abframe_3 .item .title{font-size:20px;margin-bottom:5px;}
    #abframe_3 .item .remark{font-size:14px;margin-bottom:10px;}
}


.relatenews{margin-bottom:50px;}
.relatenews .model_tit{font-size:30px;position:relative;padding-bottom:15px;margin-bottom:35px;font-family:var(--font-bold);}
.relatenews .model_tit:before{content:"";width:43px;height:7px;background-color:var(--normal-color);position:absolute;left:0;bottom:0;}
.relatenews .item{width:calc((100% - 48px)/3);margin:0 24px 0 0;}
.relatenews .item:nth-child(3n){margin-right:0;}
.relatenews .item .img{width:100%;border-radius:8px;}
.relatenews .item .img img{width:100%;}
.relatenews .item .txt{padding-top:15px;}
.relatenews .item time{display:flex;align-items:center;justify-content:flex-start;margin-bottom:5px;font-size:12px;line-height:20px;color:var(--main-color);font-family:var(--font-bold);}
.relatenews .item time i{margin-right:6px;font-size:20px;line-height:1;}
.relatenews .item .tit_news{font-size:16px;line-height:1.25;margin-bottom:10px;color:#000;}
.relatenews .item .remark{line-height:1.28;font-size:14px;color:#3e495f;margin-bottom:10px;}
.relatenews .item .more{margin-left:0;color:var(--main-color);display:flex;align-items:center;font-size:12px;}
.relatenews .item .more i{font-size:16px;line-height:1;margin-left:8px;}
.relatenews .item:hover .tit_news{color:var(--main-color);}
.relatenews .item:hover .more{color:var(--main-color);}
.relatefaq{}
.relatefaq .model_tit{font-size:30px;position:relative;padding-bottom:15px;margin-bottom:35px;font-family:var(--font-bold);}
.relatefaq .model_tit:before{content:"";width:43px;height:7px;background-color:var(--normal-color);position:absolute;left:0;bottom:0;}
.relatefaq dl{padding-left:40px;margin-bottom:35px;}
.relatefaq dl>dt{font-size:20px;color:var(--color);line-height:30px;padding:10px 0;position:relative;}
.relatefaq dl>dt:before{content:"Q";width:30px;height:70px;background-color:var(--main-color);text-align:center;line-height:40px;border-radius:50px;position:absolute;left:-40px;top:0;}
.relatefaq dl>dd{font-size:15px;color:#3e495f;line-height:1.2;padding:5px 0 10px;position:relative;}
.relatefaq dl>dd:before{content:"A";width:30px;height:56px;background-color:var(--normal-color);color:#fff;text-align:center;line-height:56px;border-radius:50px;position:absolute;left:-40px;top:-10px;font-family:var(--font-bold);font-size:20px;}
@media (min-width:1px) and (max-width:1079px){
    .relatenews{margin-bottom:20px;}
    .relatenews .model_tit{font-size:24px;margin-bottom:15px;}
    .relatenews .item{width:100%;margin-bottom:20px;}
    .relatenews .item .img{display:none;}
    .relatenews .item .tit_news{height:auto;}

    .relatefaq .model_tit{font-size:24px;margin-bottom:15px;}
    .relatefaq dl{margin-bottom:15px;}
    .relatefaq dl > dt{font-size:16px;line-height:1.5;}
    .relatefaq dl > dd{font-size:14px;}
}

#seframe1 .sebox{border-radius:8px;overflow:hidden;}
#seframe1 .left{width:50%;margin:0;background:#f9fbff url(/dist/images/se_logo.png) no-repeat center bottom/100% auto;padding:45px 90px 30px 85px;position:relative;}
#seframe1 .left .ico{margin-bottom:30px;}
#seframe1 .left .title{font-size:36px;line-height:1.4;color:var(--normal-color);margin-bottom:20px;}
#seframe1 .left .remark{font-size:16px;line-height:1.875;color:#3e495f;}
#seframe1 .right{width:50%;margin:0;}
#seframe1 .right .imgbox{height:100%;}
#seframe1 .right img{width:100%;height:100%;object-fit:cover;}

#seframe2{background-repeat:no-repeat;background-size:100% 100%;background-position:bottom center;background-attachment:fixed;}
#seframe2 .content_box{align-items:flex-end;}
#seframe2 .left{width:41%;margin:0;}
#seframe2 .left .title{font-size:36px;line-height:1.4;color:#fff;margin-bottom:5px;}
#seframe2 .left .remark{font-size:16px;line-height:1.875;color:#fff;margin-bottom:30px;padding-right:30px;}
#seframe2 .left .imgbox{border-radius:8px;overflow:hidden;}
#seframe2 .left .imgbox img{width:100%;}
#seframe2 .right{width:47.5%;margin:0;position:relative;}
#seframe2 .right:before{content:"";width:100%;height:1px;background-color:#577180;position:absolute;left:0;top:50%;}
#seframe2 .right:after{content:"";width:1px;height:100%;background-color:#577180;position:absolute;top:0;left:50%;}
#seframe2 .right .item{width:44%;margin:0;}
#seframe2 .right .item:not(:nth-last-child(-n+2)){padding-bottom:40px;margin-bottom:60px;}
#seframe2 .right .item .ico{margin-bottom:10px;}
#seframe2 .right .item .tit{font-size:20px;line-height:1.6;color:#fff;margin-bottom:10px;}
#seframe2 .right .item .remark{font-size:20px;line-height:1.6;color:#fff;}
@media (min-width:1080px) and (max-width:1429px) {
    #seframe1 .left{padding:50px 30px 30px;}
    #seframe1 .left .ico{margin-bottom:15px;}
    #seframe1 .left .title{font-size:28px;margin-bottom:10px;}
    #seframe1 .left .remark{font-size:15px;}

    #seframe2 .right{width:54%;}
    #seframe2 .right .item .tit{font-size:18px;}
    #seframe2 .right .item .remark{font-size:17px;}
    #seframe2 .right .item:not(:nth-last-child(-n+2)){padding-bottom:30px;margin-bottom:45px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #seframe1 .left{width:100%;padding:30px 25px 30px;}
    #seframe1 .left .ico{margin-bottom:10px;}
    #seframe1 .left .ico img{height:35px;}
    #seframe1 .left .title{font-size:20px;margin-bottom:10px;}
    #seframe1 .left .remark{font-size:14px;line-height:1.6;}
    #seframe1 .right{width:100%;}

    #seframe2{background-size:auto 100%;}
    #seframe2 .left{width:100%;}
    #seframe2 .left .title{font-size:24px;}
    #seframe2 .left .remark{padding-right:0;font-size:14px;line-height:1.6;margin-bottom:20px;}
    #seframe2 .right{width:100%;padding-top:20px;}
    #seframe2 .right:before{display:none;}
    #seframe2 .right:after{display:none;}
    #seframe2 .right .item{width:100%;}
    #seframe2 .right .item .ico img{height:45px;}
    #seframe2 .right .item .tit{font-size:16px;}
    #seframe2 .right .item .remark{font-size:14px;}
    #seframe2 .right .item:not(:nth-last-child(-n+2)){padding-bottom:0;margin-bottom:20px;}
    #seframe2 .right .item:not(:last-child){margin-bottom:20px;}
}


#faqframe{margin-top:50px;}
.faqlist dl{transition:all 0.3s;overflow:hidden;padding:15px 0 15px 0;position:relative;cursor:pointer;border-bottom:1px solid #f3f4f6;}
.faqlist dl:first-child{border-top:1px solid #d4d4d4;}
.faqlist dl>dt{font-size:18px;line-height:30px;position:relative;font-family:var(--font-bold);color:#4b5563;}
.faqlist dl>dt:after{content:"\e641";font-family:iconfont;font-size:20px;line-height:30px;text-align:center;position:absolute;right:-30px;top:0;transition:all 0.3s;color:#c3c3c3;display:none;}
.faqlist dl>dd{overflow:hidden;font-size:16px;line-height:24px;position:relative;transition:all 0.3s;color:#111827;height:0;}
.faqlist dl.active>dt{color:var(--color);}
.faqlist dl.active>dt:after{content:"\e643";}
.faqlist dl.active>dd{height:auto;margin-top:8px;padding-bottom:5px;}
@media (min-width:1080px) and (max-width:1429px) {
    .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;top:0px;}
    .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;}
}


#DownloadPage{background-color:#fafbfd;}
#DownloadPage .item{width:calc((100% - 105px)/4);margin:0 35px 35px 0;}
#DownloadPage .item:nth-child(4n){margin-right:0;}
#DownloadPage .item .img{border:1px solid #e6eaf2;border-radius:8px;}
#DownloadPage .item .txt{padding-top:20px;}
#DownloadPage .item .txt p{font-size:24px;line-height:30px;color:var(--color);margin-bottom:20px;}
#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(--main-color);color:var(--main-color);border-radius:4px;}
#DownloadPage .item .downbox span.ext{border-color:#6b7280;color:#6b7280;margin-left:8px;}
@media (min-width:1080px) and (max-width:1429px){
    #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:1429px) {
    .GalleryList2 .item{width:calc((100% - 60px)/3);margin:0 30px 30px 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(3n){margin-right:15px;}
    .GalleryList2 .item:nth-child(2n){margin-right:0;}
    .GalleryList2 .item p{margin-top:8px;font-size:14px;}
}

.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:1429px) {
    .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;}
}

.Searchpage{background-color:#fff;padding:25px;}
.SearchList .item {border-bottom:1px solid #eee;display:block;padding-bottom:15px;}
.SearchList .item:not(:last-child){margin-bottom:20px;}
.SearchList .item:hover .tit_pro{color:var(--main-color);}
@media (min-width:1px) and (max-width:1079px) {
    .Searchpage{padding:20px;}
    .SearchList .item:not(:last-child){margin-bottom:15px;}
}

/*联系我们*/
#ContactPage{position:relative;}
#contact{}
#contact .titbox{width:100%;margin-bottom:25px;position:relative;padding-bottom:20px;}
#contact .titbox:before{content:"";width:100%;height:1px;background-color:#dbe0e5;position:absolute;bottom:0;left:0;}
#contact .titbox:after{content:"";width:43px;height:7px;background-color:var(--normal-color);position:absolute;bottom:0;left:0;}
#contact .titbox .tit{font-size:36px;color:var(--normal-color);margin-bottom:10px;}
#contact .titbox .slg{font-size:18px;color:var(--main-color);font-family:var(--font-bold);}
#contact .remark{color:#3e495f;margin-bottom:35px;}
#contact .left{width:41.5%;margin:0;}
#contact .right{width:51.4%;margin:0;}
#contact .right .imgbox{border-radius:8px;overflow:hidden;}
#contact .right img{width:100%;}
#contact .contlist{width:100%;}
#contact .contbox{width:100%;position:relative;min-height:48px;padding-left:66px;}
#contact .contbox:not(:last-child){margin-bottom:25px;}
#contact .contbox i{font-size:24px;line-height:48px;width:48px;height:48px;background-color:var(--normal-color);color:#fff;text-align:center;border-radius:8px;position:absolute;left:0;top:0;}
#contact .contbox span{display:block;font-size:14px;line-height:1;margin-bottom:4px;color:#585b74;}
#contact .contbox p{font-size:18px;line-height:30px;color:#000a47;}
#contact .contbox a{font-size:18px;line-height:30px;display:block;color:#000a47;}
#contact .contbox a:hover{text-decoration:underline;color:var(--main-color);}
#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:1429px) {
    #contact{}
    #contact .contbox:not(:last-child){margin-bottom:20px;}
    #contact .contbox p.intro{font-size:14px;}
    #contact .contbox a{font-size:15px;}
    #contact .contbox.cont_address p{font-size:14px;line-height:24px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #ContactPage{margin-top:0;padding-top:30px;}
    #contact{width:100%;}
    #contact .left{width:100%;}
    #contact .right{width:100%;margin-top:20px;}
    #contact .titbox{margin-bottom:10px;}
    #contact .titbox i{margin-bottom:10px;}
    #contact .titbox .tit{font-size:24px;}
    #contact .contbox{min-height:60px;padding-left:50px;}
    #contact .contbox:not(:last-child){margin-bottom:10px;}
    #contact .contbox i{width:40px;height:40px;line-height:40px;}
    #contact .contbox a{font-size:13px;line-height:24px;}
    #contact .contbox.cont_address p{font-size:13px;line-height:20px;}
    #ContactPage .sharelist .sharename{font-size:16px;}
}

#feedback{background-color:#fff;border:1px solid #e1e1e1;border-radius:16px;padding:55px 65px;}
#feedback .titbox{margin-bottom:35px}
#feedback .titbox .tit{font-size:36px;color:var(--normal-color);margin-bottom:15px;}
#feedback .titbox .slg{font-size:15px;color:#3e495f;}
#feedback .feedbackbox label{color:#475569;font-size:16px;font-family:var(--font-bold);display:none;}
#feedback .feedbackbox li:not(:last-child){margin-bottom:15px;}
#feedback .feedbackbox .input{background-color:transparent;height:50px;border-color:transparent;border-bottom-color:#f4f5f8;border-radius:0;padding-left:0;}
#feedback .feedbackbox .input::placeholder{color:#3e495f;font-size:15px;}
#feedback .feedbackbox textarea.input{height:115px;}
#feedback .feedbackbox .input.ValidationError{border-top-color:transparent!important;border-left-color:transparent!important;border-right-color:transparent!important;}
#feedback .submit{margin-top:50px;border-radius:8px;display:flex;align-items:center;justify-content:center;width:100%;text-transform:capitalize;}
#feedback .submit>i{font-size:24px;margin-left:20px;color:#fff;}
#feedback .submit:hover>i{color:#fff;}
#feedback .tips{font-size:14px;color:#9ca3af;text-align:center;margin-top:25px;}
@media (min-width:1080px) and (max-width:1429px) {
    #feedback{}
    #feedback .titbox{margin-bottom:20px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #feedback{width:100%;padding:20px 15px;}
    #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;}

    #ContactPage .introlist{display:none;}
}

#ContactPage .introlist{margin-top:50px;}
#ContactPage .introlist .item{display:flex;align-items:center;font-size:14px;color:#9ca3af;margin:0;}
#ContactPage .introlist .item:not(:last-child){margin-right:30px;padding-right:30px;border-right:1px solid #99a7bb;}
#ContactPage .introlist .item i{font-size:30px;color:var(--main-color);line-height:1;margin-right:10px;}
#ContactFAQ{margin-top:45px;border-radius:8px;padding-top:20px;}
#ContactFAQ .faqlist2 dl{border:1px solid #cfd6da;margin-bottom:24px;border-radius:8px;padding:0;}
#ContactFAQ .faqlist2 dl>dt{padding:20px 60px 20px 60px;font-size:18px;position:relative;line-height:30px;cursor:pointer;}
#ContactFAQ .faqlist2 dl>dt:before{content:"Q";width:25px;height:25px;line-height:23px;color:#fff;font-size:18px;text-align:center;border-radius:50px;background-color:#cfd6da;position:absolute;left:20px;top:22.5px;}
#ContactFAQ .faqlist2 dl>dt:after{content:"\e641";font-family:iconfont;font-size:20px;line-height:30px;text-align:center;position:absolute;right:20px;top:20px;transition:all 0.3s;color:var(--main-color);}
#ContactFAQ .faqlist2 dl>dd{padding:0 60px 0 60px;height:0;overflow:hidden;font-size:18px;color:#4b5563;position:relative;transition:all 0.3s;}
#ContactFAQ .faqlist2 dl>dd:before{content:"A";width:25px;height:25px;line-height:23px;color:#fff;font-size:18px;text-align:center;border-radius:50px;background-color:#cfd6da;position:absolute;left:20px;top:22.5px;font-family:var(--font-bold);}
#ContactFAQ .faqlist2 dl.active>dt:after{content:"\e643";}
#ContactFAQ .faqlist2 dl.active dd{padding:20px 60px 20px 60px;border-top:1px solid #cfd6da;margin-top:0;height:auto;}
@media (min-width:1px) and (max-width:1079px){
    #ContactFAQ .faqlist2 dl{margin-bottom:15px;}
    #ContactFAQ .faqlist2 dl > dt{font-size:15px;line-height:24px;padding:12px 40px 12px 45px;}
    #ContactFAQ .faqlist2 dl>dt:before{left:10px;top:15px;}
    #ContactFAQ .faqlist2 dl>dt:after{right:10px;top:15px;}
    #ContactFAQ .faqlist2 dl>dd{padding:0 40px 0 45px;font-size:14px;}
    #ContactFAQ .faqlist2 dl>dd:before{left:10px;top:15px;}
    #ContactFAQ .faqlist2 dl.active dd{padding:15px 40px 15px 45px;}
}

/*分类页面*/
#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:linear-gradient(to bottom,#f2f9f7,#fefefe);border-bottom:1px solid #e6f2ee;}
#cateframe1 .item{width:calc((100% - 120px)/4);margin:0;border:1px solid #f3f4f6;border-radius:8px;padding:35px;background-color:#f9f9f9;}
#cateframe1 .item i{display:block;width:56px;height:56px;line-height:56px;border-radius:8px;overflow:hidden;background-color:var(--main-color);text-align:center;color:#fff;font-size:30px;margin-bottom:15px;}
#cateframe1 .item .title{font-size:18px;margin-bottom:8px;}
#cateframe1 .item .remark{font-size:16px;line-height:1.75;}

#cateframe2 .prolist .item{width:calc((100% - 75px)/4);margin:0 25px 25px 0;box-shadow:0 6px 9px rgba(0,0,0,0.1);border-radius:8px;background-color:#fff;}
#cateframe2 .prolist .item:nth-child(4n){margin-right:0;}
#cateframe2 .prolist .img{display:block;position:relative;}
#cateframe2 .prolist .taglist{position:absolute;left:18px;top:18px;z-index:1;display:flex;align-items:center;}
#cateframe2 .prolist .tag{background-color:var(--normal-color);font-family:var(--font-bold);color:var(--main-color);border-radius:4px;line-height:20px;font-size:14px;padding:2px 12px;}
#cateframe2 .prolist .tag:not(:last-child){margin-right:5px;}
#cateframe2 .prolist .txt{padding:22px 27px 28px;}
#cateframe2 .prolist .proname{font-size:20px;line-height:1.2;margin-bottom:12px;}
#cateframe2 .prolist .subtit{font-size:16px;line-height:1.2;font-weight:bold;color:var(--main-color);margin-bottom:12px;}
#cateframe2 .prolist .tips{font-size:14px;line-height:1.5;}
#cateframe2 .prolist .tips p{font-size:14px;line-height:1.5;padding-left:16px;position:relative;}
#cateframe2 .prolist .tips p:not(:last-child){margin-bottom:4px;}
#cateframe2 .prolist .tips p:before{content:"";width:6px;height:6px;background-color:#4da68f;border-radius:50%;position:absolute;left:0;top:50%;transform:translate(0,-50%);}
#cateframe2 .prolist .tips br{font-size:0;display:none;}
#cateframe2 .prolist .item:hover .proname{text-decoration:underline;}
#cateframe2 .prolist .item .btnlist{margin-top:20px;}
#cateframe2 .prolist .item .morelink{font-size:14px;border-radius:4px;padding:2px 5px;width:49%;margin:0;justify-content:center;text-transform:capitalize;}
#cateframe2 .prolist .item .morelink i{font-weight:normal;}
#cateframe2 .prolist .item .morelink2{color:#374151;}
#cateframe2 .prolist .item .morelink2 i{color:#6b7280;}
#cateframe2 .prolist .item .morelink2:hover{color:#fff;}
#cateframe2 .prolist .item .morelink2:hover i{color:#fff;}
#cateframe2 .prolist .item .getainquiry i{margin-right:8px;margin-left:0;}

#cateframe3{background-color:#fafbfc;}
#cateframe3 .editor1{border-radius:8px 8px 0 0;overflow:hidden;}
#cateframe3 .editor1 table{background-color:#fff;border-collapse:collapse;border-radius:8px;border-color:transparent;width:100%;}
#cateframe3 .editor1 table tr td{padding:15px 30px;line-height:30px;font-size:16px;border:none;}
#cateframe3 .editor1 table tr:nth-child(1) td{background-color:var(--main-color);color:#fff;}
#cateframe3 .editor1 table tr td:nth-child(1){width:30%!important;}
#cateframe3 .editor1 table tr:not(:last-child) td{border-bottom:1px solid #eee;}

#cateframe4 .faq{width:58%;margin:0;}
#cateframe4 .faq .titbox{margin-bottom:40px;}
#cateframe4 .faq .titbox .tit{padding-left:30px;position:relative;}
#cateframe4 .faq .titbox .tit:before{content:"";width:10px;height:40px;background-color:var(--main-color);position:absolute;left:0;top:50%;transform:translate(0,-50%);}
#cateframe4 .feedbackbox{width:37.5%;margin:0;background-color:#f2f3f5;border-radius:8px;padding:35px;}
#cateframe4 .feedbackbox .titbox{margin-bottom:20px;}
#cateframe4 .feedbackbox .titbox .tit{font-size:30px;color:var(--main-color);}
#cateframe4 .feedbackbox .titbox .slg{color:#111827;}
#cateframe4 .feedbackbox ul>li>.input{height:54px;background-color:#fff;border-color:#c4cad6;border-radius:4px;color:#000;}
#cateframe4 .feedbackbox ul>li>textarea.input{height:150px;}
#cateframe4 .feedbackbox ul>li>.input::placeholder{color:#6a717e;}
#cateframe4 .feedbackbox .morelink{margin-top:33px;border-radius:4px;width:100%;justify-content:center;background-color:var(--color);overflow:hidden;color:#fff;}
#cateframe4 .feedbackbox .morelink i{margin-left:0;margin-right:8px;}

#cateframe5{background:url(/dist/images/pro_bg.jpg) no-repeat center bottom;}
#cateframe5 .titbox{margin:0 auto;}
#cateframe5 .tit{color:#fff;font-size:44px;margin-bottom:15px;}
#cateframe5 .slg{color:#fff;margin-bottom:40px;max-width:590px;}
#cateframe5 .morelink{padding:12px 25px;}
#cateframe5 .morelink1{font-family:var(--font-bold);font-weight:bold;font-size:16px;color:#004d3a;background-color:#c3cc03;}
#cateframe5 .morelink1:before{background-color:#fff;}
#cateframe5 .morelink1 i{margin-left:0;margin-right:8px;font-weight:normal;}
@media (min-width:1080px) and (max-width:1429px) {
    #cateframe1 .item{width:calc((100% - 60px)/4);padding:30px 20px;}
    #cateframe1 .item .remark{font-size:14px;}

    #cateframe2 .prolist .txt{padding:20px 15px;}
    #cateframe2 .prolist .proname{font-size:18px;}
    #cateframe2 .prolist .subtit{font-size:15px;}
    #cateframe2 .prolist .tips p{font-size:14px;}
    #cateframe2 .prolist .tips p:not(:last-child){margin-bottom:2px;}
    #cateframe2 .prolist .item .morelink{width:100%;padding:5px;}
    #cateframe2 .prolist .item .morelink2{margin-bottom:8px;}

    #cateframe3 .editor1 table tr td{padding:10px 25px;font-size:15px;}

    #cateframe5 .tit{font-size:36px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #cateframe1 .item{width:100%;margin:0 0 15px;padding:20px;}
    #cateframe1 .item .title{font-size:16px;}
    #cateframe1 .item .remark{font-size:14px;}

    #cateframe2 .prolist .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #cateframe2 .prolist .item:nth-child(2n){margin-right:0;}
    #cateframe2 .prolist .txt{padding:10px 15px;}
    #cateframe2 .prolist .proname{font-size:15px;}
    #cateframe2 .prolist .subtit{display:none;}
    #cateframe2 .prolist .tips{display:none;}
    #cateframe2 .prolist .item .btnlist{margin-top:0;}
    #cateframe2 .prolist .item .morelink{width:100%;padding:3px 5px;min-width:initial;}
    #cateframe2 .prolist .item .morelink2{margin-bottom:8px;}
    
    #cateframe3 .editor1 table tr td{padding:8px 15px;font-size:14px;line-height:1.6;}
    #cateframe3 .editor1 table tr td:nth-child(1){width:40%!important;}

    #cateframe4 .faq{width:100%;}
    #cateframe4 .faq .titbox{margin-bottom:25px;}
    #cateframe4 .feedbackbox{width:100%;margin-top:30px;padding:20px;}
    #cateframe4 .feedbackbox .titbox .tit{font-size:24px;}
    #cateframe4 .feedbackbox ul > li > .input{height:45px;}
    #cateframe4 .feedbackbox ul > li textarea.input{font-size:14px;line-height:1.6;}
    #cateframe4 .feedbackbox .morelink{margin-top:20px;}
    
    #cateframe5 .tit{font-size:24px;}
    #cateframe5 .slg{margin-bottom:20px;}
    #cateframe5 .morelink1{padding:8px 15px;}
}


/*产品中心*/
#ProPage .titbox{max-width:830px;}
#ProPage .catesection{}
#ProPage .catesection .item{width:calc((100% - 72px)/2);margin:0 72px 65px 0;}
#ProPage .catesection .item:nth-child(2n){margin-right:0;}
#ProPage .catesection .item .img{display:block;position:relative;}
#ProPage .catesection .item .txt{position:relative;background:linear-gradient(to right, #166fcb,#184476);padding:20px 20px 20px 35px;align-items:center;}
#ProPage .catesection .item .tit{font-size:23px;color:#fff;}
#ProPage .catesection .item .morelink:before{background-color:#fff;}
#ProPage .catesection .item .morelink:hover{color:var(--main-color);}
#ProPage .catesection .item .morelink:hover i{background-color:var(--main-color);color:#fff;}
#ProPage .catesection .item:hover .tit{color:var(--main-color);}
#ProPage .catesection .item:hover .more{color:var(--main-color);}
@media (min-width:1080px) and (max-width:1429px) {
    #ProPage .catesection .item{width:calc((100% - 40px)/2);margin:0 20px 20px 0;}
    #ProPage .catesection .item .txt{padding:15px 15px 15px 20px;}
    #ProPage .catesection .item .tit{font-size:18px;}
    #ProPage .catesection .item .remark{font-size:15px;line-height:1.8;}
}
@media (min-width:1px) and (max-width:1079px) {
    #ProPage .catesection .item{width:100%;margin:0 0 20px;}
    #ProPage .catesection .item .txt{padding:15px;}
    #ProPage .catesection .item .tit{font-size:16px;}
    #ProPage .catesection .item .morelink{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(--main-color);color:#fff;border-color:var(--main-color);}
@media (min-width:1080px) and (max-width:1429px) {
    .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:#fafbfd;}
#ProductPage .titbox{margin-bottom:50px;padding-bottom:30px;border-bottom:1px solid #eaeaea;}
#ProductPage .titbox .tit{font-size:24px;}
#ProductPage .titbox article{}
#ProductPage .titbox article *{font-size:16px;line-height:1.75;color:#3e495f;}
#ProductPage .catelist{}
#ProductPage .catelist .item{font-size:16px;color:var(--main-color);margin-right:15px;padding-right:15px;margin-bottom:10px;position:relative;margin-left:0;}
#ProductPage .catelist .item:not(:last-child):before{content:"";width:2px;height:16px;background-color:var(--main-color);position:absolute;top:4px;right:0;}
#ProductPage .catelist .item:hover{color:var(--normal-color);text-decoration:underline;}

#ProductPage .ProList{padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid #eaeaea;}
#ProductPage .ProList .item{width:calc((100% - 40px)/3);margin:0 20px 20px 0;border:1px solid #cbcbcb;background-color:#fff;border-radius:10px;display:block;overflow:hidden;}
#ProductPage .ProList .item:nth-child(3n){margin-right:0;}
#ProductPage .ProList .item .img{position:relative;}
#ProductPage .ProList .item .txt{margin:0;padding:11px 22px 11px;background-color:var(--normal-color);}
#ProductPage .ProList .item .tit_pro{font-size:15px;line-height:30px;color:#fff;align-items:center;}
#ProductPage .ProList .item .remark{line-height:28px;height:84px;margin-bottom:30px;color:#6b7280;}
#ProductPage .ProList .item .more{font-size:20px;line-height:30px;color:#fff;}
#ProductPage .ProList .item:hover .tit_pro{text-decoration:underline;}
#ProductPage .ProList ul.pagination{margin-top:0;}
@media (min-width:1080px) and (max-width:1429px) {
    #ProductPage .titbox{margin-bottom:30px;}
    #ProductPage .titbox article *{font-size:15px;line-height:1.6;}
    #ProductPage .ProList{padding-bottom:30px;margin-bottom:30px;}
    #ProductPage .ProList .item .txt{padding:10px 15px;}
    #ProductPage .ProList .item .tit_pro{font-size:14px;}
    #ProductPage .ProList .item .remark{line-height:24px;height:72px;margin-bottom:15px;}
    #ProductPage .ProList .item .morelink{padding:9px 20px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .nframe{padding-top:30px;padding-bottom:30px;}
    #ProductPage .titbox{margin-bottom:15px;}
    #ProductPage .titbox article *{font-size:13px;}
    #ProductPage .ProList{padding-bottom:25px;margin-bottom:25px;}
    #ProductPage .ProList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #ProductPage .ProList .item:nth-child(3n){margin-right:15px;}
    #ProductPage .ProList .item:nth-child(2n){margin-right:0;}
    #ProductPage .ProList .item .txt{padding:8px 15px;}
    #ProductPage .ProList .item .tit_pro{font-size:14px;line-height:24px;margin-bottom:0;-webkit-line-clamp:2;}
    #ProductPage .ProList .item .more{display:none;}
    #ProductPage .ProList .item .remark{line-height:20px;height:72px;margin-bottom:15px;display:none;}
    #ProductPage .ProList .item .morelink{padding:9px 10px;font-size:13px;display:none;}
}

.currertkeywords{margin-bottom:30px;font-size:18px;}
.currertkeywords b{display:inline-block;margin-right:10px;font-size:18px;color:var(--main-color);font-weight:normal;}


/*产品详情部分 样式还原*/
.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(--main-color);color:#fff;border-color:var(--main-color);}
.editor .paneltitle h3{color:#fff;background-color:var(--main-color);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}
/*产品详情部分 样式还原*/

/***********产品详情***********/
#proframe1 .IntroImg{width:48.5%;margin:0;}
#BigImg{border:1px solid #e7e9ec;border-radius:8px;overflow:hidden;position:relative;}
#BigImg .btnlist .swbtn{display:inline-block;width:30px;height:30px;line-height:30px;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:16px;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(--main-color);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;border-radius:4px;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(--main-color);border-radius:4px;position:absolute;left:0;top:0;z-index:1;box-sizing:border-box;}
#proframe1 .IntroText{width:48.5%;margin:0;}
#proframe1 .IntroText .taglist{margin-bottom:20px;margin-top:9px;}
#proframe1 .IntroText .tag{display:inline-block;background-color:var(--main-color);font-family:var(--font-bold);color:#fff;border-radius:50px;line-height:24px;font-size:14px;padding:4px 15px;margin-left:0;}
#proframe1 .IntroText .tag2{background-color:var(--normal-color);color:var(--main-color);}
#proframe1 .IntroText .tag:not(:last-child){margin-right:13px;}
#proframe1 .IntroText .title{font-size:36px;margin-bottom:15px;}
#proframe1 .IntroText .remark{font-size:16px;line-height:1.625;color:#4b5563;margin-bottom:25px;}
#proframe1 .IntroText .techlist{margin-bottom:30px;}
#proframe1 .IntroText .tech{margin:0;text-align:center;background-color:#f2f9f7;border-radius:8px;border:1px solid #e6f2ee;width:calc((100% - 30px)/3);padding:12px 15px;}
#proframe1 .IntroText .tech .tech_tit{display:block;color:var(--main-color);font-size:18px;font-family:var(--font-bold);line-height:1.3;}
#proframe1 .IntroText .tech p{color:#6b7280;font-size:14px;line-height:20px;}
#proframe1 .IntroText .btnlist .morelink{width:calc((100% - 15px)/2);margin:0;justify-content:center;padding:6px 15px 6px 15px;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;}
#proframe1 .IntroText .btnlist .morelink.whatsapp:before{background-color:var(--main-color);}

.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(--main-color);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(--main-color);background-color:#f2f9f7;}
#proframe2 .right .swiper-slide.swiper-slide-thumb-active .title{color:var(--main-color);}
#proframe2 .right .swiper-slide.swiper-slide-thumb-active .title:before{background-color:var(--main-color);}
#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(--main-color);color:#fff;}

#proframe4{padding-top:0;}
#proframe4 .item{width:calc((100% - 40px)/3);margin:0 20px 20px 0;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;overflow:hidden;}
#proframe4 .item:nth-child(3n){margin-right:0;}
#proframe4 .item .img{border-bottom:1px solid #e5e7eb;}
#proframe4 .item .tag{background-color:var(--normal-color);font-family:var(--font-bold);color:var(--main-color);border-radius:4px;line-height:20px;font-size:14px;padding:2px 12px;position:absolute;left:18px;top:18px;z-index:1;}
#proframe4 .item .txt{padding:15px 15px 15px;text-align:center;background-color:var(--normal-color);}
#proframe4 .item .proname{font-size:16px;line-height:1.5;color:#fff;}
#proframe4 .item:hover .proname{text-decoration:underline;}

#pro_inquiry .morelink{margin-top:25px;}
@media (min-width:1080px) and (max-width:1429px){
    #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;}

    #proframe6 .tit{font-size:36px;}
    #proframe6 .morelink{padding:8px 15px;}
}
@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;}


    #proframe4 .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #proframe4 .item:nth-child(2n){margin-right:0;}
    #proframe4 .item .txt{padding:10px 15px;}
    #proframe4 .item .proname{font-size:15px;margin-bottom:0;}
    #proframe4 .item .subtit{display:none;}

}

/***********产品详情***********/






/*新闻*/
#newsframe{background-color:#fafbfd;}
#newsframe .CateList{margin-bottom:40px;}
#newsframe .CateList .link{margin:0 11px 11px 11px;padding:12px 30px;min-width:120px;background-color:#c4dad4;color:var(--main-color);border-radius:50px;justify-content:center;display:flex;font-size:18px;line-height:24px;transition:all 0.3s;}
#newsframe .CateList .link.active,#newsframe .CateList .link:hover{background-color:var(--main-color);color:#fff;}
.NewsList .item{width:calc((100% - 70px)/3);margin:0 35px 40px 0;}
.NewsList .item:nth-child(3n){margin-right:0;}
.NewsList .item .img{width:100%;border-radius:8px;}
.NewsList .item .img img{width:100%;}
.NewsList .item .txt{padding-top:20px;}
.NewsList .item time{display:flex;align-items:center;justify-content:flex-start;margin-bottom:10px;font-size:15px;line-height:20px;color:var(--main-color);font-family:var(--font-bold);}
.NewsList .item time i{margin-right:6px;font-size:20px;line-height:1;}
.NewsList .item .tit_news{font-size:20px;line-height:1.5;margin-bottom:10px;color:#000;}
.NewsList .item .remark{line-height:1.625;font-size:16px;color:#3e495f;margin-bottom:20px;}
.NewsList .item .more{margin-left:0;color:var(--main-color);display:flex;align-items:center;font-size:16px;}
.NewsList .item .more i{font-size:20px;line-height:1;margin-left:8px;}
.NewsList .item:hover .tit_news{color:var(--main-color);text-decoration:underline;}
.NewsList .item:hover .more{color:var(--main-color);}
@media (min-width:1080px) and (max-width:1429px) {
    #newsframe .CateList .link{padding:8px 20px;font-size:16px;}
    .NewsList .item{width:calc((100% - 50px)/3);margin:0 25px 25px 0;}
    .NewsList .item .txt{}
    .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 .CateList .link{padding:5px 15px;font-size:14px;margin:0 8px 8px;}

    .NewsList .item{width:100%;margin:0 0 15px 0;}
    .NewsList .item .img{display:none;}
    .NewsList .item .txt{width:100%;}
    .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 #e9e9e9;}
#NewsDetailPage .title{border-bottom:1px solid #ddd;padding-bottom:15px;margin-bottom:20px;}
#NewsDetailPage .title .tit{font-size:30px;font-family:var(--font-bold);}
#NewsDetailPage .title p{margin-top:5px;}
.prevlist{margin-top:40px;background-color:#f4f5f5;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(--main-color);}
.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:1429px) {
    #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;}
}


#casesframe_1{padding-top:30px;padding-bottom:30px;}
#casesframe_1 .item{display:flex;width:25%;margin:0;justify-content:center;align-items:center;}
#casesframe_1 .item i{font-size:55px;line-height:1;color:var(--normal-color);margin:0 10px 0 0;}
#casesframe_1 .item div{margin:0;}
#casesframe_1 .item .num{font-size:30px;line-height:1;color:var(--main-color);font-family:var(--font-bold);}
#casesframe_1 .item p{color:#4b5563;}

#casesframe_2{background-color:#fafbfd;}
#casesframe_2 .item{width:calc((100% - 50px)/2);margin:0 50px 50px 0;background-color:#fff;border-radius:8px;box-shadow:0 8px 21px rgba(0,0,0,0.09);}
#casesframe_2 .item:nth-child(2n){margin-right:0;}
#casesframe_2 .item .img{position:relative;}
#casesframe_2 .item .img .tag{background-color:var(--main-color);font-family:var(--font-bold);color:#fff;border-radius:50px;line-height:20px;font-size:14px;padding:4px 12px;position:absolute;left:20px;top:25px;z-index:1;min-width:135px;}
#casesframe_2 .item .img .country{background-color:#fff;font-family:var(--font-bold);color:#374151;border-radius:50px;line-height:20px;font-size:14px;padding:4px 12px;position:absolute;right:20px;top:25px;z-index:1;min-width:135px;display:flex;align-items:center;justify-content:center;}
#casesframe_2 .item .img .country i{margin-right:10px;}
#casesframe_2 .item .txt{padding:25px;}
#casesframe_2 .item .subbox{align-items:center;margin-bottom:20px;}
#casesframe_2 .item .subbox>*{margin:0;}
#casesframe_2 .item .subbox .single{width:40px;height:40px;line-height:40px;text-align:center;background-color:#f3f4f6;border-radius:8px;margin-right:13px;color:#9ca3af;}
#casesframe_2 .item .subbox .subtit{font-size:18px;line-height:20px;}
#casesframe_2 .item .subbox p{font-size:14px;line-height:20px;color:#9ca3af;}
#casesframe_2 .item .title{font-size:18px;margin-bottom:12px;}
#casesframe_2 .item .remark{color:#4b5563;margin-bottom:15px;}
#casesframe_2 .item .techlist{margin-bottom:20px;}
#casesframe_2 .item .tech{margin:0;text-align:center;background-color:#f2f9f7;border-radius:8px;border:1px solid #e6f2ee;width:calc((100% - 20px)/3);padding:12px 15px;}
#casesframe_2 .item .tech .num{display:block;color:var(--main-color);font-size:18px;font-family:var(--font-bold);line-height:1.3;}
#casesframe_2 .item .tech p{color:#6b7280;font-size:14px;line-height:20px;}
#casesframe_2 .item .moreinfo{border-top:1px solid #f3f4f6;padding-top:20px;align-items:center;}
#casesframe_2 .item .moreinfo .proname{color:#4b5563;display:flex;align-items:center;}
#casesframe_2 .item .moreinfo b{display:inline-block;font-weight:normal;color:var(--main-color);margin-left:5px;}
#casesframe_2 .item .moreinfo .more{color:var(--main-color);display:flex;align-items:center;padding:0 32px 0 0;overflow:hidden;position:relative;transition:all 0.3s;}
#casesframe_2 .item .moreinfo .more:before{content:"\e61d";font-family:iconfont;font-size:13px;background-color:var(--main-color);width:24px;height:24px;line-height:24px;text-align:center;color:#fff;border-radius:50px;left:-32px;position:absolute;top:0;transition:all 0.3s;}
#casesframe_2 .item .moreinfo .more:after{content:"\e61d";font-family:iconfont;font-size:13px;background-color:#f6f6f6;width:24px;height:24px;line-height:24px;text-align:center;color:var(--main-color);border-radius:50px;right:0;position:absolute;top:0;transition:all 0.3s;}
#casesframe_2 .item:hover .title{color:var(--main-color);}
#casesframe_2 .item .moreinfo:hover .more{padding:0 0 0 32px;}
#casesframe_2 .item .moreinfo:hover .more:before{left:0;}
#casesframe_2 .item .moreinfo:hover .more:after{right:-32px;}

#casesframe_3{background-color:#004d3a;}
#casesframe_3 .titbox span{color:#fff;}
#casesframe_3 .titbox .tit{color:#fff;font-weight:normal;}
#casesframe_3 .item{background-color:#0d5644;border:1px solid #236656;border-radius:8px;padding:25px 25px 30px;}
#casesframe_3 .item .starlist{margin-bottom:15px;}
#casesframe_3 .item .starlist i{font-size:16px;line-height:1;color:#fff;margin-right:10px;}
#casesframe_3 .item .remark{font-style:italic;color:#ceddd9;margin-bottom:25px;}
#casesframe_3 .item .subbox{align-items:center;}
#casesframe_3 .item .subbox>*{margin:0;}
#casesframe_3 .item .subbox .single{width:40px;height:40px;line-height:40px;text-align:center;border-radius:50px;margin-right:13px;color:var(--main-color);background-color:var(--normal-color);}
#casesframe_3 .item .subbox .title{font-size:16px;line-height:20px;color:#fff;}
#casesframe_3 .item .subbox .subtit{font-size:14px;line-height:20px;color:#ceddd9;}
#casesframe_3 .swiper-pagination{position:initial;bottom:initial;top:initial;left:initial;margin-top:35px;}
#casesframe_3 .swiper-pagination .swiper-pagination-bullet{opacity:1;background-color:#256757;}
#casesframe_3 .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--normal-color);}

#casesframe_4{background:#fff url(/dist/images/bg_cases.png) no-repeat center right;}
#casesframe_4 .titbox{margin:0 auto;}
#casesframe_4 .tit{font-size:44px;margin-bottom:15px;}
#casesframe_4 .slg{margin-bottom:40px;max-width:630px;}
#casesframe_4 .morelink{padding:12px 25px;margin:0 8px;}
#casesframe_4 .morelink1{font-size:16px;}
#casesframe_4 .morelink1:before{}
#casesframe_4 .morelink1 i{margin-left:0;margin-right:8px;}
#casesframe_4 .morelink2{background-color:#f6f6f6;color:var(--color)}
#casesframe_4 .morelink2 i{color:var(--main-color);}
#casesframe_4 .morelink2:hover{color:#fff;}
#casesframe_4 .morelink2:hover i{color:#fff;}
@media (min-width:1080px) and (max-width:1429px) {
    #casesframe_1 .item i{font-size:45px;}

    #casesframe_3 .item .subbox>div{flex:1;}

    #casesframe_4 .tit{font-size:36px;}
    #casesframe_4 .morelink{padding:10px 15px;font-size:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #casesframe_1 .item{width:50%;margin-bottom:8px;justify-content:flex-start;}
    #casesframe_1 .item i{font-size:36px;}
    #casesframe_1 .item .num{font-size:24px;}
    #casesframe_1 .item p{font-size:12px;}

    #casesframe_2 .item{width:100%;margin:0 0 15px 0;}
    #casesframe_2 .item .img .country{display:none;}
    #casesframe_2 .item .img .tag{display:none;}
    #casesframe_2 .item .txt{padding:10px 15px;}
    #casesframe_2 .item .title{font-size:17px;}
    #casesframe_2 .item .techlist{display:none;}
    
    #casesframe_3 .item .subbox>div{flex:1;}

    #casesframe_4 .tit{font-size:24px;}
    #casesframe_4 .morelink{padding:8px 12px;font-size:13px;margin-bottom:5px;}
}


.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:1429px) {
    .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;}
}

#ApplicationPage .item{position:relative;width:calc((100% - 60px)/3);margin:0 30px 30px 0;}
#ApplicationPage .item:nth-child(3n){margin-right:0;}
#ApplicationPage .item .img{border-radius:8px;border:1px solid #ddd;}
#ApplicationPage .item .img img{width:100%;}
#ApplicationPage .item .txt{padding:10px 0;}
#ApplicationPage .item .title{font-size:18px;text-align:center;font-family:var(--font-bold);color:var(--color);}
#ApplicationPage .item .title{color:var(--main-color);}
@media (min-width:1080px) and (max-width:1429px) {
}
@media (min-width:1px) and (max-width:1079px) {
}


/*分页*/
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;border-radius:6px;overflow:hidden;}
ul.pagination li a,ul.pagination li span{display:inline-block;font-size:16px;border-radius:0px;width:36px;height:36px;line-height:36px;position:relative;background-color:#ddd;color:#333;text-decoration:none;}
ul.pagination li.active span,ul.pagination li.active a{background-color:var(--main-color);border-color:var(--main-color);color:#fff;}
ul.pagination li:hover a{background-color:var(--main-color);color:#fff;}

#VideoPage{}
#VideoPage .VideoList{}
#VideoPage .VideoList .item{width:calc((100% - 80px)/3);overflow:hidden;margin:0 40px 40px 0;cursor:pointer;position:relative;padding:15px;background-color:#f1f2f4;border-radius:8px;}
#VideoPage .VideoList .item:nth-child(3n){margin-right:0;}
#VideoPage .VideoList .item .img{position:relative;border-radius:8px;}
#VideoPage .VideoList .item .img i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:60px;line-height:1;color:red;}
#VideoPage .VideoList .item .txt{padding:15px 0 15px;}
#VideoPage .VideoList .item .tit_video{font-size:18px;line-height:24px;font-weight:bold;}
#VideoPage .VideoList .item:hover .tit_video{color:var(--main-color);}
video{width:100%;display:block;}
@media (min-width:1080px) and (max-width:1429px) {
    #VideoPage .VideoList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #VideoPage .VideoList .item:nth-child(4n){margin-right:15px;}
    #VideoPage .VideoList .item:nth-child(3n){margin-right:0;}
}
@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);
    }
}
