﻿@charset "utf-8";
@font-face {
  font-family: 'OpenSans';
  src: url('/dist/fonts/OpenSans/opensans.woff2') format('woff2'),
       url('/dist/fonts/OpenSans/opensans.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('/dist/fonts/OpenSans/opensans-bold.woff2') format('woff2'),
       url('/dist/fonts/OpenSans/opensans-bold.woff') format('woff');
  font-display: swap;
}
/**********样式重置**********/
:root {
    --color:#0f172a;
    --font-color:#64748b;
    --main-color:#007659;
    --normal-color:#c3c906;
    --font:OpenSans,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-bold:OpenSans-Bold,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-med:OpenSans,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-light:OpenSans,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:1530px;
}
@media (min-width:1080px) and (max-width:1529px) {
    :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:1529px) {
    .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(--normal-color);text-align:center;text-transform:uppercase;font-weight:bold;}
.frame .titbox .tit{font-size:44px;line-height:1.4;position:relative;font-family:var(--font-bold);margin-bottom:5px;font-weight:bold;}
.frame .titbox .slg{font-size:16px;line-height:1.625;color:#4b5563;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{color:var(--main-color);font-family:var(--font-bold);display:inline-block;}
.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:1529px) {
    .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;}
    .frame .titbox .tit{font-size:22px;}
    .frame .titbox .slg{font-size:13px;}
    .frame .titbox .line{margin-bottom:20px;}
}

.morelink{position:relative;padding:12px 50px 12px 50px;transition:all 0.3s;font-size:18px;line-height:30px;z-index:1;background-color:var(--main-color);overflow:hidden;border-radius:50px;color:#fff;display:flex;align-items:center;width:fit-content;text-transform:uppercase;}
.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;}
.morelink i{font-size:20px;line-height:1;margin-left:8px;}
.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:1529px) {
    .morelink{padding:8px 16px;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 15px 5px 15px;line-height:24px;min-width:150px;}
}
/**********公共样式**********/

/**********头部样式**********/
header{width:100%;z-index:99;position:sticky;top:0;transition:all 0.3s;background-color:rgba(255,255,255,1);}
header.fixed{box-shadow:0 0 15px #eee;}
header.iheader{background-color:rgba(255,255,255,0.35);box-shadow:initial;}
header.abheader{box-shadow:0 0 15px #eee;}
header.fixed.iheader{box-shadow:0 0 15px #eee;background-color:rgba(255,255,255,1);}

#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;}


.top{background-color:var(--main-color);padding:6px 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:var(--normal-color);font-size:20px;margin-right:8px;line-height:1;}
.top .top_lxfs a{display:inline-block;font-size:16px;line-height:24px;color:#fff;}
.top .top_lxfs a:hover{color:var(--normal-color);}
.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:14px;display:block;width:27px;height:27px;line-height:25px;border:1px solid rgba(255,255,255,0.5);text-align:center;border-radius:50px;}
.top .right .sharelist .ico:not(:last-child){margin-right:10px;}
.top .right .sharelist .ico:hover i{background-color:var(--normal-color);}


#Menu{transition:all .3s;margin-right:0;align-items:center;}
#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:29px 21px;font-size:16px;text-transform:uppercase;font-weight:bold;}
#Menu ul.menunav>li.active>a,#Menu ul.menunav>li>a:hover{color:#fff;}
#Menu ul.menunav>li>a:before{content:"";background-color:var(--normal-color);position:absolute;top:0;bottom:0;left:1px;right:1px;transform:skew(-15deg);z-index:-1;opacity:0;transition:all 0.3s;}
#Menu ul.menunav>li.active>a:before,#Menu ul.menunav>li>a:hover:before{opacity:1;}
#Menu ul.menunav>li.dropdown>a:after{content:"\e618";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;padding:0 30px 0 0;}
#Menu ul>li ul.dropdown-menu>li>a{line-height:24px; font-size:16px; padding:10px 0 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:"\e618";font-family:iconfont;position:absolute;left:-50px;font-size:12px;transition:all 0.3s;opacity:0;color:#fff;transform:rotate(-90deg);display:none;}
#Menu ul>li ul.dropdown-menu>li>a.icon_right:after{content:"\e618";font-family:iconfont;display:inline-block;margin-left:5px;font-size:14px;position:absolute;right:-10px;transform:rotate(-90deg);display:none;}
#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;}
#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;display:none;transform:initial;}
#Menu ul>li ul>li:hover>ul.catemenu{display:block;}
#Menu ul>li ul.catedropdown{min-width:380px;background-color:#f8f9fa;border-radius:0 0 8px 8px;padding:0 15px;display:flex;flex-wrap:wrap;justify-content:space-between;margin-left:-10px;}
#Menu ul>li ul.catedropdown li{width:48%;margin:0;}
#Menu ul>li ul.catedropdown li:not(:nth-last-child(-n+2)){border-bottom:1px solid #e9edf1;}
#Menu ul>li ul.catedropdown li a{padding:15px;}
#Menu ul>li ul.catedropdown li a span{display:block;}
#Menu ul>li ul.catedropdown li a span.title{font-family:var(--font-bold);color:var(--main-color);font-size:16px;text-transform:uppercase;}
#Menu ul>li ul.catedropdown li a span.subtit1{font-size:14px;color:#9ca3af;}
#Menu ul>li ul.catedropdown li a:hover span.title{text-decoration:underline;}


#Menu .getainquiry{padding:6px 20px;font-size:16px;color:#fff;border-radius:5px;}
#Menu .getainquiry>i{margin-right:10px;font-size:24px;line-height:30px;vertical-align:top;margin-left:0;}
#Menu .menu_right{margin-left:60px;}
#search{margin:0 0 0 15px;position:relative;}
#search .btnsearch{display:none;}
#search .btnsearch>i{display:block;font-size:20px;color:#727272;line-height:1;cursor:pointer;text-align:center;width:48px;height:48px;border:1px solid #d9d9d9;border-radius:50%;line-height:46px;}
#search #sform{width:172px;height:28px;box-sizing:border-box;transition:all 0.3s;overflow:hidden;display:flex;align-items:center;background-color:#fff;border-radius:50px;}
#search #sform input{width:calc(100% - 34px);padding-left:10px;font-size:14px;height:100%;background-color:transparent;}
#search #sform input::placeholder{color: #999;font-size:14px;}
#search #sform button{width:34px;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:50px;}


#Menu #lang{display:none;}
#lang{position:relative;margin:0 0 0 17px;display:flex;align-items:center;}
#lang img{width:20px;height:20px;border-radius:50px;overflow:hidden;margin-right:6px;}
#lang .link{display:flex;justify-content:space-around;align-items:center;color:#fff;position:relative;font-size:14px;}
#lang .link:not(:last-child){margin-right:9px;padding-right:10px;}
#lang .link:not(:last-child):before{content:"";width:1px;height:12px;background-color:#fff;position:absolute;right:0;top:calc(50% - 6px);}
#lang .link:hover{color:var(--normal-color);}
#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-jiantouxia{margin-left:5px;font-size:18px;color:#999;}
#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:100px;box-shadow:0 5px 10px rgba(0,0,0,0.17);padding:5px 15px 10px;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:16px; padding:8px 0 8px 0;display:block;white-space:nowrap;text-align:left;position:relative;position:relative;z-index:2;color:#888;}
#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 .menu_right{margin-left:6vw;}
}
@media (min-width:1080px) and (max-width:1529px) {
    #Menu .menu_right{margin-left:1vw;}
    #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;}
    .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 15px 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 15px;white-space:initial;margin:0;}
    #Menu ul>li ul.dropdown-menu>li>a.icon_right::after{right:10px;}
    #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 15px;}
    #Menu ul>li ul.dropdown-menu ul.catemenu>li>a{font-size:12px;padding:4px 0 4px 15px;}

    #Menu ul > li ul.catedropdown{margin-left:0;min-width:initial;}
    #Menu ul > li ul.catedropdown li a span.title{color:#fff;font-family:var(--font);font-size:14px;}
    #Menu ul > li ul.catedropdown li a span.subtit1{display:none;}
    #Menu ul > li ul.catedropdown li{width:100%;}

    #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:49%;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:1529px) {
}
@media (min-width:1080px) and (max-width:1529px) {
    .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: 20; max-width: 100%; transition: linear 0.35s; transform: translateX(-100%);}
.category[typeof='close']{}
.category[typeof='open']{ transform: translateX(0)}
.category .top{ background: var(--main-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{ 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: 17px; 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;}
.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;}
.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:#111827;position:relative;}
footer dl dt,footer .tit_foot{margin-bottom:25px;font-size:18px;line-height:24px;position:relative;color:#fff;padding-left:19px;font-family:var(--font);font-weight:bold;}
footer dl dt:before,footer .tit_foot:before{content:"";width:5px;height:21px;background-color:var(--main-color);position:absolute;left:0;top:50%;transform:translate(0,-50%);}
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:385px;margin:0;}
#fck2{width:180px;margin:0;}
#fck3{width:230px;margin:0;}
#fck4{width:370px;margin:0;}

#fck1 .footlogo{display:block;margin-bottom:35px;}
#fck1 .remark{color:#9ca3af;}


.footcontact p{padding-left:50px;min-height:48px;position:relative;}
.footcontact p:not(:last-child){margin-bottom:30px;}
.footcontact p i{position:absolute;left:0;top:50%;transform:translate(0,-50%);width:32px;height:32px;line-height:32px;font-size:20px;background-color:#242b39;border-radius:4px;text-align:center;color:#9ca3af;}
.footcontact p a,.footcontact p span{display:block;color:#9097a3;line-height:24px;font-size:16px;}
.footcontact p a.email{line-height:48px;}
.footcontact p a.tel{font-size:14px;color:#4b5563;}
.footcontact p a:hover{color:#fff;text-decoration:underline;}

.footiso{padding-bottom:45px;border-bottom:1px solid rgba(156,163,175,0.13);margin-bottom:75px;}
.footiso .left{width:45%;margin:0;}
.footiso .left .title{font-size:16px;color:#9ca3af;margin-bottom:10px;}
.footiso .left .email{color:#fff;font-size:36px;line-height:1;font-family:var(--font-bold);}
.footiso .left .email:hover{text-decoration:underline;}
.footiso .right{width:50%;margin:0;text-align:right;}

.subscribe{padding-top:60px;}
.subscribe .flex_between{align-items:center;}
.subscribe .subtit{font-size:16px;color:#fff;margin-bottom:25px;}
.subscribeBox{background-color:transparent;border-radius:50px;align-items:center;padding:5px;border:1px solid #233344;}
.subscribeBox .input{margin:0;border-radius:50px;height:48px;padding-left:20px;flex:1;background-color:transparent;color:#fff;margin-right:5px;}
.subscribeBox .input::placeholder{color:#878484;font-size:15px;}
.subscribeBox .btnSubscribe{width:48px;height:48px;line-height:48px;text-align:center;background-color:#29323c;color:#fff;border-radius:50px;}
.subscribeBox .btnSubscribe i{font-size:24px;}
.subscribeBox .btnSubscribe:hover{background-color:var(--main-color);}
@media (min-width:1080px) and (max-width:1529px) {
    .subscribe{padding-top:30px;}

    .footiso{padding-bottom:30px;margin-bottom:50px;}
    .footiso .left .email{font-size:26px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .footiso{display:none;}
    .footiso .left{width:100%;margin-bottom:15px;}
    .footiso .right{width:100%;}
}

.footshare{margin-top:45px;}
.footshare .tit_share{color:#fff;line-height:30px;font-size:18px;margin-bottom:15px;}
.footshare a>i{display:block;font-size:20px;color:#9ca3af;width:41px;height:41px;line-height:41px;text-align:center;border-radius:50px;background-color:#323948;}
.footshare a:not(:last-child)>i{margin-right:12px;}
.footshare a:hover>i{background-color:var(--main-color);color:#fff;}

.copyright{margin-top:60px;border-top:1px solid #252e38;padding-top:25px;padding-bottom:25px;align-items:center;}
.copyright .footdiv{margin:0;color:#4b5563;}
.copyright .footdiv.right{text-align:right;}
.copyright .footdiv>a{color:#4b5563;font-size:16px;}
.copyright .footdiv>a:hover{color:var(--main-color);text-decoration:underline;}
@media (min-width:1080px) and (max-width:1529px) {
    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;}
    #fck1{width:300px;}
    #fck2{width:170px;}
    #fck3{width:220px;}
    #fck4{width:320px;}
    .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) {
    footer{padding:0 0 50px;}
    footer:before{display:none;}
    footer:after{display:none;}

    .footercontent{display:none;}
    .footimgbox {display:none;}
    
    .footshare{display:flex;justify-content:center;width:100%;margin-bottom:8px;}
    .footshare a>i{width:36px;height:36px;line-height:36px;font-size:16px;}

    .copyright{margin-top:0;padding:15px 0;text-align:center;border-top:none;}
    .copyright .footdiv{flex:initial;}
    .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;}
#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;margin-top:-88px;}
#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:1529px) {
    #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:url(/dist/images/bg_1.png) no-repeat left bottom;}
#frame_cate .catesection:not(:last-child){padding-bottom:70px;margin-bottom:65px;border-bottom:1px solid #f3f4f6;}
#frame_cate .catesection:nth-child(2n){flex-flow:row-reverse;}
#frame_cate .catesection:nth-child(2n) .cateitem .tag{background-color:#f1f5f9;color:var(--color);}
#frame_cate .cateitem{width:29%;margin:0;}
#frame_cate .cateitem .taglist{display:flex;align-items:center;}
#frame_cate .cateitem .tag{background-color:var(--main-color);color:#fff;border-radius:4px;line-height:20px;font-size:14px;padding:3px 12px;position:relative;display:flex;align-items:center;width:fit-content;margin-bottom:15px;margin-left:0;}
#frame_cate .cateitem .tag:not(:last-child){margin-right:5px;}
#frame_cate .cateitem .tag:before{content:"";width:5px;height:5px;background-color:var(--normal-color);border-radius:50%;margin-right:7px;}
#frame_cate .cateitem .catename{font-size:48px;font-weight:bold;line-height:1;margin-bottom:20px;}
#frame_cate .cateitem .catename span:nth-child(2){color:#d1d5db;}
#frame_cate .cateitem .subtit{font-size:18px;color:var(--main-color);margin-bottom:15px;}
#frame_cate .cateitem .remark{font-size:18px;line-height:1.6667;margin-bottom:25px;}
#frame_cate .cateitem .tips{margin-bottom:40px;font-size:16px;line-height:1.75;color:var(--color);}
#frame_cate .cateitem .tips p{font-size:16px;line-height:1.75;padding-left:32px;position:relative;color:var(--color);}
#frame_cate .cateitem .tips p:not(:last-child){margin-bottom:10px;}
#frame_cate .cateitem .tips p:before{content:"\e60c";font-family:iconfont;font-size:18px;line-height:1;color:var(--main-color);position:absolute;left:0;top:50%;transform:translate(0,-50%);}
#frame_cate .cateitem .tips br{font-size:0;display:none;}

#frame_cate .prolist{width:65.5%;margin:0;position:relative;}
#frame_cate .prolist .swiper{margin:-9px -12px -15px -12px;}
#frame_cate .prolist .swiper-wrapper{}
#frame_cate .prolist .swiper-slide{padding:9px 12px 15px 12px;}
#frame_cate .prolist .item{box-shadow:0 6px 9px rgba(0,0,0,0.1);border-radius:8px;display:block;background-color:#fff;}
#frame_cate .prolist .img{position:relative;padding:15px;}
#frame_cate .prolist .taglist{position:absolute;left:18px;top:18px;z-index:1;display:flex;align-items:center;}
#frame_cate .prolist .tag{background-color:var(--normal-color);font-family:var(--font-bold);color:#fff;border-radius:4px;line-height:20px;font-size:14px;padding:2px 12px;}
#frame_cate .prolist .tag:not(:last-child){margin-right:5px;}
#frame_cate .prolist .txt{padding:22px 27px 28px;}
#frame_cate .prolist .proname{font-size:20px;line-height:1.2;margin-bottom:12px;}
#frame_cate .prolist .subtit{font-size:16px;line-height:1.2;font-weight:bold;color:var(--main-color);margin-bottom:12px;}
#frame_cate .prolist .tips{font-size:14px;line-height:1.5;}
#frame_cate .prolist .tips p{font-size:14px;line-height:1.5;padding-left:16px;position:relative;}
#frame_cate .prolist .tips p:not(:last-child){margin-bottom:4px;}
#frame_cate .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%);}
#frame_cate .prolist .tips br{font-size:0;display:none;}
#frame_cate .prolist .item:hover .proname{text-decoration:underline;}
#frame_cate .prolist .swbtn{display:inline-block;line-height:1;font-size:33px;position:absolute;color:#cbcfd5;top:calc(50% - 17px);z-index:1;transition:all 0.3s;opacity:1;}
#frame_cate .prolist .swbtn>i{font-size:33px;display:block;}
#frame_cate .prolist .swbtn.btn-prev{left:calc(-3vw);transform:rotateY(180deg);}
#frame_cate .prolist .swbtn.btn-next{right:calc(-3vw);}
#frame_cate .prolist .swbtn:hover{color:var(--main-color);}
#frame_cate .morepro{margin-top:60px;}
@media (max-width:1529px){
    #frame_cate .prolist .swbtn{top:40%;}
    #frame_cate .prolist .swbtn.btn-prev{left:5px;}
    #frame_cate .prolist .swbtn.btn-next{right:5px;}
}
@media (min-width:1080px) and (max-width:1529px){
    #frame_cate .cateitem .catename{font-size:36px;}
    #frame_cate .cateitem .remark{font-size:16px;}
    #frame_cate .cateitem .tips{margin-bottom:30px;}
    #frame_cate .cateitem .tips p{font-size:15px;}
    #frame_cate .prolist .txt{padding:20px;}
    #frame_cate .prolist .proname{font-size:18px;}
    #frame_cate .prolist .subtit{font-size:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #frame_cate .catesection:nth-child(2n){flex-flow:column;}
    #frame_cate .catesection:not(:last-child){margin-bottom:40px;padding-bottom:40px;}
    #frame_cate .cateitem{width:100%;}
    #frame_cate .cateitem .catename{font-size:30px;margin-bottom:10px;}
    #frame_cate .cateitem .subtit{font-size:16px;margin-bottom:10px;}
    #frame_cate .cateitem .remark{font-size:14px;margin-bottom:10px;}
    #frame_cate .cateitem .tips{margin-bottom:30px;}
    #frame_cate .cateitem .tips p{font-size:14px;}
    #frame_cate .prolist{width:100%;margin-top:20px;}
    #frame_cate .prolist .txt{padding:20px;}
    #frame_cate .prolist .proname{font-size:17px;}
    #frame_cate .prolist .subtit{font-size:14px;}
    #frame_cate .morepro{margin-top:20px;}
}

#frame_about{}
#frame_about .left{width:48.5%;margin:0;padding:55px 0 50px;}
#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:51.5%;margin:0;background-color:#f1f2f4;padding:70px 0 20px 36px;position:relative;z-index:1;}
#frame_about .right:before{content:"";width:120px;height:100%;background-color:#f1f2f4;position:absolute;left:-55px;top:0;transform:skew(-10deg);z-index:-1;}
#frame_about .right:after{content:"";width:100%;height:100%;background-color:#f1f2f4;position:absolute;top:0;left:100%;}
#frame_about .right .subtit{font-size:18px;color:#a9b202;margin-bottom:15px;}
#frame_about .right .title{font-size:44px;line-height:1.25;font-weight:bold;margin-bottom:30px;}
#frame_about .right .remark{margin-bottom:40px;}
#frame_about .right .remark p{font-size:16px;line-height:1.625;padding-left:18px;position:relative;color:#4b5563;}
#frame_about .right .remark p:not(:last-child){margin-bottom:20px;}
#frame_about .right .remark p:before{content:"";width:6px;height:6px;background-color:var(--main-color);border-radius:50%;position:absolute;left:0;top:10px;}
#frame_about .right .more{font-size:16px;font-weight:bold;line-height:30px;}
#frame_about .right .more i{display:inline-block;width:30px;height:30px;border:1px solid #0f172a;border-radius:50%;margin-left:12px;color:var(--main-color);text-align:center;font-weight:normal;font-size:14px;}
#frame_about .right .more:hover i{background-color:var(--main-color);color:#fff;border-color:var(--main-color);}
#frame_about .numlist{margin-top:65px;}
#frame_about .numlist .item{width:25%;position:relative;text-align:center;}
#frame_about .numlist .item:not(:last-child){border-right:1px solid #dfe4e7;}
#frame_about .numlist .item i{font-size:48px;color:#d3d7dd;line-height:1;}
#frame_about .numlist .item .num{font-size:42px;line-height:1;font-family:var(--font-bold);display:block;color:var(--main-color);margin-top:15px;}
#frame_about .numlist .item sup{font-size:42px;line-height:1;font-family:var(--font-bold);}
#frame_about .numlist .item p{font-size:16px;line-height:24px;margin-top:18px;color:var(--color);font-weight:bold;}
@media (min-width:1080px) and (max-width:1529px) {
    #frame_about .right{padding:25px 0 25px 15px;}
    #frame_about .right .subtit{margin-bottom:10px;}
    #frame_about .right .title{font-size:32px;margin-bottom:20px;}
    #frame_about .right .remark{margin-bottom:25px;}
    #frame_about .right .remark p{font-size:15px;}
    #frame_about .right .remark p:not(:last-child){margin-bottom:10px;}

    #frame_about .numlist{margin-top:40px;}
    #frame_about .numlist .item .num{font-size:36px;}
    #frame_about .numlist .item p{font-size:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #frame_about .left{width:100%;padding:0;}
    #frame_about .right{width:100%;padding:25px;}
    #frame_about .right:before{display:none;}
    #frame_about .right:after{display:none;}
    #frame_about .right .title{font-size:24px;}
    #frame_about .right .remark{margin-bottom:15px;}
    #frame_about .right .remark p{font-size:14px;}
    #frame_about .right .remark p:not(:last-child){margin-bottom:10px;}


    #frame_about .numlist{margin-top:30px;}
    #frame_about .numlist .item{width:49%;margin-bottom:20px;}
    #frame_about .numlist .item:nth-child(2n){border-right:none;}
    #frame_about .numlist .item .num{font-size:30px;}
    #frame_about .numlist .item p{font-size:14px;margin-top:5px;}
}

#frame_video{background:url(/dist/images/bg_2.jpg) no-repeat center bottom;position:relative;padding-top:30px;}
#frame_video .titbox{padding-right:280px;}
#frame_video .titbox .morelink{position:absolute;right:0;top:0;}
#frame_video .videolist .item{width:49%;margin:0;border-radius:8px;overflow:hidden;}
#frame_video .partlist{margin-top:60px;position:relative;}
#frame_video .partlist .swiper{margin:-20px -10px;}
#frame_video .partlist .swiper-slide{padding:20px 10px;}
#frame_video .partlist .item{box-shadow:0 0 20px rgba(0,0,0,0.11);background-color:#fff;border-radius:4px;overflow:hidden;}
#frame_video .partlist .swiper-pagination{position:initial;left:initial;top:initial;margin-top:50px;background-color:#f5f7fb;border-radius:4px;}
#frame_video .partlist .swiper-pagination .swiper-pagination-progressbar-fill{background-color:var(--main-color);border-radius:4px;}
@media (min-width:1080px) and (max-width:1529px) {
}
@media (min-width:1px) and (max-width:1079px){
    #frame_video .titbox{padding-right:0;}
    #frame_video .titbox .morelink{position:relative;right:initial;top:initial;margin-top:8px;}
    #frame_video .videolist .item{width:100%;margin:0 0 15px;}
    #frame_video .partlist{margin-top:30px;}
}

#frame_news{background-color:#f9fafb;}
#frame_news .titbox{max-width:1000px;margin-left:auto;margin-right:auto;}
#frame_news .swiper{margin:-17px -20px -37px;}
#frame_news .swiper .swiper-slide{padding:17px 20px 37px;}
#frame_news .item{padding:45px;background-color:#fff;align-items:center;box-shadow:0 10px 27px rgba(0,0,0,0.11);border-radius:4px;overflow:hidden;}
#frame_news .item .img{width:36%;margin:0;}
#frame_news .item .img img{height:180px;}
#frame_news .item .txt{width:58%;margin:0;}
#frame_news .item .time {display:flex;align-items:center;justify-content:flex-start;margin-bottom:15px;}
#frame_news .item .time i{color:#000;margin-right:8px;font-size:16px;line-height:1;color:var(--normal-color);}
#frame_news .item .time span{font-size:16px;line-height:1.2;color:var(--font-color);}
#frame_news .item .tit_news{font-size:18px;line-height:1.6667;font-weight:bold;margin-bottom:15px;}
#frame_news .item .remark{line-height:1.625;color:#3c4049;}
#frame_news .item:hover .tit_news{color:var(--main-color);}
#frame_news .btnlist{display:flex;justify-content:center;align-items:center;margin-top:40px;}
#frame_news .btnlist .swbtn{display:inline-block;line-height:24px;text-align:center;z-index:1;transition:all 0.3s;}
#frame_news .btnlist .swbtn>i{font-size:24px;display:block;}
#frame_news .btnlist .swbtn.btn-prev{transform:rotateY(180deg);}
#frame_news .btnlist .swbtn.btn-next{}
#frame_news .btnlist .swbtn:hover{color:var(--normal-color);}
#frame_news .swiper-pagination{position:relative;top:initial;left:initial;bottom:initial;width:auto;display:flex;align-items:center;}
#frame_news .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;opacity:1;background-color:#9ca3af;margin:0 7px;}
#frame_news .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--normal-color);}
@media (min-width:1080px) and (max-width:1529px) {
    #frame_news .item{padding:20px;}
    #frame_news .item .img img{height:160px;}
    #frame_news .item .txt{width:60%;}
    #frame_news .item .tit_news{font-size:16px;margin-bottom:10px;}
    #frame_news .item .time {margin-bottom:10px;}
    #frame_news .item .time span{font-size:15px;}
    #frame_news .item .remark{font-size:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #frame_news .item{width:100%;padding:15px;}
    #frame_news .item:not(:last-child){margin-bottom:15px;}
    #frame_news .item .img{display:none;}
    #frame_news .item .txt{width:100%;}
    #frame_news .item .time{margin-bottom:8px;}
    #frame_news .item .time span{font-size:13px;}
    #frame_news .item .tit_news{font-size:16px;margin-bottom:5px;}
    #frame_news .item .remark{font-size:13px;}
    #frame_news .item .more{font-size:13px;}
}

#frame_feed{background:var(--main-color) url(/dist/images/bg_3.jpg) no-repeat center center;border-bottom:2px solid #c3cc03;}
#frame_feed .flex_between{align-items:center;}
#frame_feed .left{width:43%;margin:0;}
#frame_feed .left .titbox .tit{font-size:44px;color:#fff;line-height:1.32;margin-bottom:10px;}
#frame_feed .left .titbox .slg{font-size:16px;line-height:1.875;color:#fff;}
#frame_feed .left .contbox{width:100%;position:relative;padding-left:64px;min-height:50px;padding-bottom:30px;border-bottom:1px solid rgba(191,223,214,0.23);}
#frame_feed .left .contbox:not(:last-child){margin-bottom:30px;}
#frame_feed .left .contbox i{font-size:30px;line-height:50px;width:50px;height:50px;background-color:#007659;color:var(--normal-color);text-align:center;border-radius:50px;position:absolute;left:0;top:0;}
#frame_feed .left .contbox>div{margin:0;flex:1;}
#frame_feed .left .contbox span{display:block;font-size:16px;line-height:20px;color:#bfdfd6;margin-bottom:4px;}
#frame_feed .left .contbox p{font-size:24px;line-height:26px;color:#fff;font-family:var(--font-bold);}
#frame_feed .left .contbox a{font-size:24px;line-height:26px;color:#fff;font-family:var(--font-bold);display:block;}
#frame_feed .left .contbox a:hover{text-decoration:underline;}
#frame_feed .right{width:48.8%;margin:0;}
#frame_feed .right .tit{font-size:30px;line-height:1.1333;border-left:9px solid #c3cc03;padding-left:12px;padding-right:40px;}
#frame_feed .feedbackbox{background-color:#fff;padding:55px 40px 65px 40px;border-radius:8px;}
#frame_feed .feedbackbox .input{background-color:#f9fafb;border-radius:4px;}
#frame_feed .feedbackbox select.input{font-size:16px;}
#frame_feed .feedbackbox textarea.input{height:108px;}
#frame_feed .feedbackbox ul>li>.input::placeholder{font-size:16px;color:#9ca3af;}
#frame_feed .submit{margin-top:15px;background-color:var(--normal-color);font-size:18px;border-radius:4px;width:100%;display:flex;align-items:center;justify-content:center;color:var(--main-color);font-weight:bold;}
#frame_feed .submit>i{font-size:20px;margin-right:8px;}
#frame_feed .submit:hover{color:#fff;}
@media (min-width:1080px) and (max-width:1529px) {
    #frame_feed .left .titbox .tit{font-size:36px;}
    #frame_feed .left .titbox .slg{font-size:16px;line-height:1.5;}
    #frame_feed .left .contbox a{font-size:20px;}
    #frame_feed .feedbackbox{padding:30px;}
    #frame_feed .right .tit{font-size:26px;}
}
@media (min-width:1px) and (max-width:1079px){
    #frame_feed{background-position:top center;}
    #frame_feed .left{width:100%;}
    #frame_feed .left .titbox .tit{font-size:26px;}
    #frame_feed .left .titbox .slg{font-size:14px;}
    #frame_feed .left .contbox span{font-size:14px;}
    #frame_feed .left .contbox a{font-size:18px;}
    #frame_feed .right{width:100%;}
    #frame_feed .right .tit{font-size:22px;}
    #frame_feed .feedbackbox{padding:20px;}
    #frame_feed .feedbackbox select.input{font-size:14px;}
    #frame_feed .feedbackbox ul > li:not(:last-child){margin-bottom:10px;}
    #frame_feed .feedbackbox ul>li>.input::placeholder{font-size:14px;}
    #frame_feed .submit{padding:6px 15px;font-size:14px;}
}


#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:1529px){
    #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:50%;transform:translate(0,-50%);text-align:center;}
#bframe .tit{font-size:60px;line-height:1.5;font-family:var(--font);color:#fff;margin-bottom:5px;}
#bframe .slg{color:#fff;margin-bottom:15px;line-height:1.875;}
#bframe .line{display:inline-block;}
@media (min-width:1230px) and (max-width:1529px) {
}
@media (min-width:1080px) and (max-width:1529px) {
    #bframe{height:300px;}
    #bframe .txt{}
    #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;background-color:#003a2b;padding:10px 0;}
#Location .crumbs{}
#Location .crumbs a{font-size:16px;line-height:30px;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:1529px) {
    #Location .container{padding:0 15px;}
    #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 .container{padding:0 15px;}
    #Location .crumbs{flex-wrap:wrap;}
    #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:1529px) {
    .PageTitle{padding:15px 0;}
}
@media (min-width:1px) and (max-width:1079px) {
    .PageTitle{padding:0;display:none;}
    .PageTitle .tit{font-size:30px;}
}

/*左侧菜单*/
.sticky{position:sticky;top:170px;}
#left_nav{width:305px;margin:0;}
#right_nav{width:calc(100% - 345px);margin:0;}
#left_nav .leftbox{margin-bottom:30px;}
#left_nav .leftbox dl>dt,#left_nav .leftbox .tit{font-size:16px;line-height:30px;position:relative;margin-bottom:15px;color:#000;font-family:var(--font-bold);}
#left_nav .leftbox dl{}
#left_nav dl{}
#left_nav dl>dd{position:relative;overflow:hidden;background-color:#fff;border-radius:8px;}
#left_nav dl>dd>a{display:block;font-size:18px;line-height:30px;padding:10px 40px 10px 20px;position:relative;overflow:hidden;transition:all 0.3s;color:#666;}
#left_nav dl>dd.active>a,#left_nav dl>dd:hover>a{color:var(--main-color);}
#left_nav dl>dd.active>i,#left_nav dl>dd:hover>i{color:var(--main-color);}
#left_nav #LeftCateList{}
#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;padding:17px 50px 17px 20px;z-index:1;color:#000;}
#left_nav #LeftCateList dl>dd>a:before{content:"";width:0;height:100%;background-color:var(--main-color);position:absolute;left:0;top:0;bottom:0;transition:all 0.3s;z-index:-1;}
#left_nav #LeftCateList dl>dd>i{font-size:18px;line-height:24px;width:40px;position:absolute;right:10px;top:50%;transform:translate(0,-50%);background-color:var(--main-color);color:#fff;z-index:1;text-align:center;border-radius:8px;}
#left_nav #LeftCateList dl>dd.active>a,#left_nav #LeftCateList dl>dd:hover>a{color:#fff;}
#left_nav #LeftCateList dl>dd.active>a:before,#left_nav #LeftCateList dl>dd:hover>a:before{width:100%;}
#left_nav #LeftCateList dl>dd.active>i,#left_nav #LeftCateList dl>dd:hover>i{background-color:#fff;color:var(--main-color);}
#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:40px;}
#left_nav dl>dd ul>li{position:relative;}
#left_nav dl>dd ul>li>a{display:block;font-size:16px;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(--main-color);}
#left_nav dl>dd ul>li.active>i,#left_nav dl>dd ul>li:hover>i{background-color:var(--main-color);border-color:var(--main-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:10px 20px;border-radius:5px;overflow:hidden;border:none;}
#left_nav #sform2{overflow:hidden;border-radius:5px;}
#left_nav #sform2 #stext2{width:calc(100% - 42px);height:42px;padding-left:15px;}
#left_nav #sform2 #sbut2{width:42px;height:42px;background-color:var(--main-color);border:none;}
#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-color:#f4f4f4;padding:12px 12px 12px 12px;}
#LeftContact .txt{padding:25px 20px 20px 8px;}
#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:1529px) {
    .sticky{top:130px;}

    #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;}

    #LeftContact .contbox span{font-size:14px;}
}
@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:1529px) {
    #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 .titbox span{}
#abframe_1{background:url(/dist/images/ab_bg.png) no-repeat top center;padding-top:0;}
#abframe_1 .ab_intro{margin-top:45px;}
#abframe_1 .left{width:45%;margin:0;padding-top:20px;}
#abframe_1 .left .tag{display:flex;width:fit-content;align-items:center;background-color:#f2f9f7;border-radius:50px;border:1px solid #e6f2ee;font-size:14px;line-height:20px;text-align:center;font-family:var(--font-bold);color:var(--main-color);padding:5px 15px;position:relative;margin-bottom:20px;box-shadow:0 4px 15px rgba(2,112,85,0.06);}
#abframe_1 .left .tag:before{content:"";display:inline-block;width:6px;height:6px;background-color:var(--main-color);border-radius:50px;margin-right:8px;}
#abframe_1 .left .subtit{font-size:48px;line-height:1.2;margin-bottom:10px;}
#abframe_1 .left .title{font-size:58px;line-height:1.2;background: linear-gradient(to right,var(--main-color),var(--normal-color));-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;color: transparent;margin-bottom:15px;}
#abframe_1 .left .remark{font-size:18px;line-height:2;color:#4b5563;margin-bottom:20px;}
#abframe_1 .left .remark b{font-family:var(--font-bold);font-weight:normal;color:#4b5563;}
#abframe_1 .left .intro{margin-bottom:30px;}
#abframe_1 .left .intro p{position:relative;padding-left:23px;color:#4b5563;}
#abframe_1 .left .intro p:not(:last-child){margin-bottom:15px;}
#abframe_1 .left .intro p:before{content:"";width:9px;height:9px;background-color:var(--main-color);border-radius:50px;position:absolute;left:0;top:7.5px;}
#abframe_1 .list .item{width:230px;background-color:#fff;padding:17px 18px 17px 80px;border-radius:8px;box-shadow:0 3px 29px rgba(0,0,0,0.08);margin:0 20px 0 0;position:relative;}
#abframe_1 .list .item i{width:48px;height:48px;line-height:48px;text-align:center;border-radius:50px;background-color:#f2f9f7;position:absolute;left:18px;top:18px;color:var(--main-color);font-size:20px;}
#abframe_1 .list .item .iso_tit{font-size:18px;}
#abframe_1 .list .item p{font-size:14px;color:#6b7280;}
#abframe_1 .right{width:48.7%;margin:0;padding-bottom:50px;}
#abframe_1 .right .imgbox{box-shadow:0 14px 27px rgba(0,0,0,0.22);border-radius:22px;position:relative;}
#abframe_1 .right .imgbox:before{content:"";width:100%;height:100%;border:1px solid #b3d6cd;border-radius:22px;position:absolute;top:50px;right:50px;z-index:-1;}
#abframe_1 .right .imgbox img{border-radius:22px;border:5px solid #fff;}

#abframe_2{background:linear-gradient(to bottom,#fafbfc,#fff);}
#abframe_2 .left{width:52%;margin:0;padding-bottom:10px;}
#abframe_2 .left .item{width:calc((100% - 20px)/2);margin:0 20px 20px 0;padding:20px 20px 25px 80px;position:relative;background-color:#fff;border:1px solid #f3f4f6;border-radius:8px;overflow:hidden;}
#abframe_2 .left .item:nth-child(2n){margin-right:0;}
#abframe_2 .left .item>*{position:relative;z-index:2;}
#abframe_2 .left .item span{width:40px;height:40px;line-height:40px;text-align:center;border-radius:50px;background-color:var(--normal-color);color:#005032;position:absolute;left:20px;top:20px;font-family:var(--font-bold);font-weight:bold;}
#abframe_2 .left .item .tit{font-size:18px;line-height:40px;margin-bottom:6px;}
#abframe_2 .left .item .remark{font-size:14px;line-height:24px;color:#6b7280;}
#abframe_2 .left .item .remark p{position:relative;padding-left:20px;font-size:14px;line-height:24px;color:#6b7280;}
#abframe_2 .left .item .remark p:before{content:"\eaf1";font-family:iconfont;position:absolute;left:0;top:0;line-height:24px;}
#abframe_2 .left .item .remark p:not(:last-child){margin-bottom:7px;}
#abframe_2 .left .item:nth-child(2):before{content:"\e6b2";font-family:iconfont;font-size:370px;line-height:1;position:absolute;right:-47px;top:-18px;color:#f3f6f8;z-index:1;}
#abframe_2 .left .item:hover{background-color:var(--main-color);box-shadow:0 10px 27px rgba(0,118,89,0.2);}
#abframe_2 .left .item:hover .tit{color:#fff;}
#abframe_2 .left .item:hover .remark{color:#fff;}
#abframe_2 .left .item:hover .remark p{color:#fff;}
#abframe_2 .left .item:nth-child(2):hover:before{display:none;}
#abframe_2 .right{width:44.6667%;margin:0;}
#abframe_2 .right .imgbox{border:1px solid #e2eeec;border-radius:8px;padding:11px;}
#abframe_2 .right .imgbox img{border-radius:8px;box-shadow:0 5px 9px rgba(0,0,0,0.2);}
#abframe_2 .morelink2{margin-top:45px;background-color:var(--normal-color);font-weight:bold;}
#abframe_2 .morelink2 i{width:24px;height:24px;line-height:24px;background-color:#024d38;color:#fff;text-align:center;border-radius:50px;font-size:12px;font-weight:normal;}
#abframe_2 .morelink2:hover i{background-color:#fff;color:var(--main-color);}

#abframe_3{background:url(/dist/images/ab_bg_2.jpg) no-repeat center bottom;}
#abframe_3 .list1{position:relative;padding-bottom:30px;margin-bottom:40px;}
#abframe_3 .list1:before{content:"";width:200%;height:1px;background-color:#dee0e4;bottom:41px;left:-50%;position:absolute;}
#abframe_3 .btnlist{position:absolute;right:0;bottom:0;text-align:center;}
#abframe_3 .btnlist .swbtn{display:inline-block;color:#4b5563;z-index:1;transition:all 0.3s;}
#abframe_3 .btnlist .swbtn>i{font-size:20px;display:block;line-height:1;}
#abframe_3 .btnlist .swbtn.btn-prev{transform:rotateY(180deg);}
#abframe_3 .btnlist .swbtn.btn-next{}
#abframe_3 .btnlist .swbtn:hover{color:var(--main-color);}
#abframe_3 .btnlist .line{margin:17px 0;width:80px;height:4px;background-color:var(--main-color);}
#abframe_3 .swiper_his1{text-align:center;margin-right:85px;}
#abframe_3 .swiper_his1 .subtit{font-size:18px;color:#4b5563;font-weight:bold;line-height:30px;}
#abframe_3 .swiper_his1 .swiper-slide{cursor:pointer;}
#abframe_3 .swiper_his1 .swiper-slide-thumb-active .subtit{font-size:28px;font-family:var(--font-bold);font-weight:normal;}
#abframe_3 .swiper_his1 .point{display:block;margin:5px auto 0;width:22px;height:22px;border-radius:50px;border:1px solid #cbcfd5;position:relative;}
#abframe_3 .swiper_his1 .point:before{content:"";width:10px;height:10px;background-color:var(--main-color);border-radius:50px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
#abframe_3 .swiper_his2{margin:-18px;}
#abframe_3 .swiper_his2 .swiper-slide{padding:18px;}
#abframe_3 .swiper_his2 .swiper-slide .item{display:flex;justify-content:space-between;flex-wrap:wrap;background-color:#fff;box-shadow:0 5px 13px rgba(0,0,0,0.08);border-radius:8px;overflow:hidden;padding:40px 50px 40px 40px;}
#abframe_3 .swiper_his2 .left{width:36%;margin:0;}
#abframe_3 .swiper_his2 .left .subtit{color:#e6f2ee;font-size:139px;line-height:1;font-weight:bold;}
#abframe_3 .swiper_his2 .left .title{font-size:32px;line-height:48px;margin-top:-50px;}
#abframe_3 .swiper_his2 .right{width:61%;margin:0;padding-top:15px;}
#abframe_3 .swiper_his2 .right .remark{font-size:18px;line-height:30px;color:#4b5563;margin-bottom:30px;}
#abframe_3 .swiper_his2 .right .tag{background-color:#f2f9f7;margin:0 15px 0 0;padding:7px 15px;border-radius:50px;color:var(--main-color);font-family:var(--font-bold);}

#abframe_4 .list1{margin-bottom:60px;}
#abframe_4 .list1 .item{width:calc((100% - 120px)/4);margin:0;border-radius:8px;background-color:#fff;box-shadow:0 5px 13px rgba(0,0,0,0.08);padding:35px 40px 40px 30px;}
#abframe_4 .list1 .item .ico{display:block;width:63px;height:63px;line-height:63px;text-align:center;color:#fff;font-size:24px;border-radius:8px;box-shadow:9px 9px 18px rgba(0,0,0,0.1);margin-bottom:25px;}
#abframe_4 .list1 .item:nth-child(1) .ico{background-color:var(--main-color);}
#abframe_4 .list1 .item:nth-child(2) .ico{background-color:var(--normal-color);}
#abframe_4 .list1 .item:nth-child(3) .ico{background-color:#2c6def;}
#abframe_4 .list1 .item:nth-child(4) .ico{background-color:#f56b13;}
#abframe_4 .list1 .item .title{font-size:22px;margin-bottom:12px;}
#abframe_4 .list1 .item .remark{font-size:18px;line-height:32px;color:#6b7280;margin-bottom:15px;height:160px;overflow:hidden;}
#abframe_4 .list1 .item .remark b{font-family:var(--font-bold);color:#6b7280;font-weight:normal;}
#abframe_4 .list1 .item .more{display:flex;align-items:center;font-family:var(--font-bold);}
#abframe_4 .list1 .item .more i{margin-left:15px;}
#abframe_4 .list1 .item:nth-child(1) .more{color:var(--main-color);}
#abframe_4 .list1 .item:nth-child(2) .more{color:var(--normal-color);}
#abframe_4 .list1 .item:nth-child(3) .more{color:#2c6def;}
#abframe_4 .list1 .item:nth-child(4) .more{color:#f56b13;}
#abframe_4 .list2 .item{width:calc((100% - 80px)/3);margin:0;border-radius:8px;background-color:#fff;box-shadow:0 5px 13px rgba(0,0,0,0.08);padding:25px;text-align:center;}
#abframe_4 .list2 .item .subtit{font-size:36px;line-height:1;color:var(--main-color);margin-bottom:8px;}
#abframe_4 .list2 .item .title{font-size:18px;line-height:32px;}
#abframe_4 .list2 .item p{font-size:16px;line-height:32px;color:#6b7280;}

#abframe_5{background:linear-gradient(to bottom,#fafbfc,#fff);}
#abframe_5 .swiper{}
#abframe_5 .swiper .swiper-slide{padding:28px 18px 35px;}
#abframe_5 .item{box-shadow:5px 5px 13px rgba(0,0,0,0.15);position:relative;margin:-18px;}
#abframe_5 .item .pic{background:url(/dist/images/ce_bg.jpg) no-repeat center/cover;padding:25px;}
#abframe_5 .item .tag{padding:4px 12px;background-color:var(--main-color);color:#fff;font-size:16px;font-family:var(--font-bold);position:absolute;top:20px;left:20px;border-radius:4px;}
#abframe_5 .btnlist{max-width:var(--page-width);position:relative;display:flex;align-items:center;margin-top:50px;padding:0 15px;}
#abframe_5 .btnlist .swiper-scrollbar{flex:1;position:relative;left:initial;bottom:initial;top:initial;height:2px;background-color:#dee0e4;overflow:hidden;}
#abframe_5 .btnlist .swiper-scrollbar .swiper-scrollbar-drag{background-color:var(--main-color);}
#abframe_5 .btnlist .swiper-pagination{flex:1;position:relative;left:initial;bottom:initial;top:initial;height:2px;background-color:#dee0e4;overflow:hidden;display:flex;}
#abframe_5 .btnlist .swiper-pagination .swiper-pagination-bullet{flex:1;border-radius:0;margin:0;opacity:1;background-color:#dee0e4;transition:all 0.3s;}
#abframe_5 .btnlist .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--main-color);}
#abframe_5 .btnlist .swbtn{display:inline-block;color:var(--main-color);z-index:1;transition:all 0.3s;}
#abframe_5 .btnlist .swbtn>i{font-size:24px;display:block;line-height:1;}
#abframe_5 .btnlist .swbtn.btn-prev{transform:rotateY(180deg);margin-left:25px;}
#abframe_5 .btnlist .swbtn.btn-next{margin-left:10px;}
#abframe_5 .btnlist .swbtn:hover{color:var(--main-color);}

#abframe_6{background:linear-gradient(to right bottom,#fff,#fafdfc);padding-top:0;}
#abframe_6 .left{width:44%;margin:0;}
#abframe_6 .left .tag{display:flex;width:fit-content;align-items:center;background-color:#f2f9f7;border-radius:50px;border:1px solid #e6f2ee;font-size:14px;line-height:20px;text-align:center;font-family:var(--font-bold);color:var(--main-color);padding:5px 15px;position:relative;margin-bottom:20px;}
#abframe_6 .left .tag:before{content:"";display:inline-block;width:6px;height:6px;background-color:var(--main-color);border-radius:50px;margin-right:8px;}
#abframe_6 .left .subtit{font-size:48px;line-height:1.2;margin-bottom:10px;}
#abframe_6 .left .title{font-size:48px;line-height:1.2;color:var(--main-color);margin-bottom:15px;}
#abframe_6 .left .remark{font-size:18px;line-height:30px;color:#4b5563;margin-bottom:40px;}
#abframe_6 .left .remark b{font-family:var(--font-bold);font-weight:normal;color:#4b5563;}
#abframe_6 .left .item{width:calc((100% - 40px)/2);margin:0 20px 20px 0;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px;position:relative;overflow:hidden;}
#abframe_6 .left .item i{position:absolute;right:-20px;bottom:-10px;font-size:90px;line-height:1;color:#eaeef3;z-index:1}
#abframe_6 .left .item>*{position:relative;z-index:2;}
#abframe_6 .left .item .tit_qt{font-size:30px;color:var(--main-color);}
#abframe_6 .left .item p{color:#4b5563;}
#abframe_6 .right{width:51%;margin:0;padding-top:20px;}
#abframe_6 .right .swiper{position:relative;}
#abframe_6 .right .swiper-slide{border-radius:25px;border:1px solid #eff0f3;padding:18px;}
#abframe_6 .right .item{border-radius:25px;overflow:hidden;position:relative;}
#abframe_6 .right .item .txt{position:absolute;left:0;bottom:0;width:100%;background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(0,0,0,0.62));padding:80px 30px 30px 30px;}
#abframe_6 .right .item .txt .subtit{font-size:16px;color:var(--normal-color);}
#abframe_6 .right .item .txt .title{font-size:30px;color:#fff;}
#abframe_6 .right .btnlist{position:absolute;bottom:60px;right:50px;display:flex;align-items:center;}
#abframe_6 .right .swbtn{display:inline-block;width:44px;height:44px;line-height:44px;text-align:center;background-color:#fff;border-radius:50px;z-index:1;transition:all 0.3s;opacity:1;}
#abframe_6 .right .swbtn>i{font-size:24px;display:block;}
#abframe_6 .right .swbtn.btn-prev{transform:rotateY(180deg);margin-right:12px;}
#abframe_6 .right .swbtn.btn-next{}
#abframe_6 .right .swbtn:hover{background-color:var(--main-color);color:#fff;}

#abframe_7 .left{width:36.8%;margin:0;}
#abframe_7 .left .tag1{display:flex;width:fit-content;align-items:center;background-color:#f2f9f7;border-radius:50px;border:1px solid #e6f2ee;font-size:14px;line-height:20px;text-align:center;font-family:var(--font-bold);color:var(--main-color);padding:5px 15px;position:relative;margin-bottom:10px;font-weight:normal;}
#abframe_7 .left .tag1:before{content:"";display:inline-block;width:6px;height:6px;background-color:var(--main-color);border-radius:50px;margin-right:8px;}
#abframe_7 .left .titbox .tit{font-size:48px;}
#abframe_7 .left .titbox .slg{color:#6b7280;}
#abframe_7 .left .list{margin-bottom:-40px;}
#abframe_7 .left .item{width:40%;margin:0 0 40px;}
#abframe_7 .left .item i{display:block;font-size:50px;line-height:1;color:#d2d6dc;margin-bottom:15px;}
#abframe_7 .left .item .tit{font-size:40px;line-height:1.2;color:var(--main-color);margin-bottom:5px;}
#abframe_7 .left .item p{color:#6b7280;}
#abframe_7 .right{width:60%;margin:0;display:flex;align-items:flex-end;}
#abframe_7 .right .imgbox{margin-right:-7vw;}

#abframe_8{  background-color: #005943;
  background-image: 
    url(/dist/images/bg_point.png),
    url(/dist/images/bg_point.png);
  background-repeat: no-repeat;
  background-position: 
    left -300px top -300px,  /* 左上 */
    bottom -300px right -300px;  /* 右下 */
    border-bottom:2px solid #c3cc03;}
#abframe_8 .titbox{max-width:520px;margin:0 auto;}
#abframe_8 .tag{display:flex;width:fit-content;align-items:center;background-color:#1a6956;border-radius:50px;font-size:14px;line-height:20px;font-family:var(--font-bold);color:#fff;padding:5px 15px;position:relative;margin:0 auto 10px;font-weight:normal;text-transform:initial;}
#abframe_8 .tag:before{content:"";display:inline-block;width:6px;height:6px;background-color:#fff;border-radius:50px;margin-right:8px;}
#abframe_8 .tit{color:#fff;font-size:48px;line-height:1.2;margin-bottom:15px;font-weight:normal;}
#abframe_8 .slg{color:#ccdfda;margin-bottom:40px;}
#abframe_8 .morelink{padding:12px 25px;margin:0 8px;}
#abframe_8 .morelink1{font-family:var(--font-bold);font-size:16px;color:#004d3a;background-color:#c3cc03;font-weight:bold;}
#abframe_8 .morelink1:before{background-color:#fff;}
#abframe_8 .morelink1 i{font-weight:normal;}
#abframe_8 .morelink2{background-color:#1a8469;font-size:16px;color:#fff;border:1px solid #63b19d;padding:11px 25px;}
#abframe_8 .morelink2:before{background-color:var(--normal-color);}
#abframe_8 .introlist{margin-top:55px;padding-top:40px;border-top:1px solid #1a6d59;width:100%;}
#abframe_8 .introlist .item{display:flex;align-items:center;margin:0 14px;padding:0 14px;position:relative;}
#abframe_8 .introlist .item:not(:last-child):before{content:"";width:1px;height:25px;background-color:#99bdb4;position:absolute;right:-14px;top:50%;transform:translate(0,-50%);}
#abframe_8 .introlist .item i{color:#99bdb4;font-size:24px;line-height:24px;margin-right:8px;}
#abframe_8 .introlist .item span{color:#99bdb4;font-size:14px;line-height:24px;}
@media (min-width:1080px) and (max-width:1529px){
    #abframe_1 .left{padding-top:0;}
    #abframe_1 .left .subtit{font-size:36px;}
    #abframe_1 .left .title{font-size:40px;}
    #abframe_1 .left .remark{font-size:15px;line-height:1.8;}
    #abframe_1 .list .item{width:47%;margin:0 3% 0 0;padding:15px 5px 15px 80px;}
    #abframe_1 .list .item .iso_tit{font-size:16px;}
    #abframe_1 .list .item i{top:15px;}
    #abframe_1 .list .item:nth-child(2n){margin-right:0;}
    #abframe_1 .right .imgbox::before{top:30px;right:30px;}

    #abframe_2 .left .item{padding:15px 10px 15px 60px;}
    #abframe_2 .left .item .tit{font-size:16px;line-height:24px;}
    #abframe_2 .left .item span{left:10px;top:15px;}
    #abframe_2 .left .item .remark p{font-size:13px;line-height:20px;}
    #abframe_2 .left .item .remark p:not(:last-child){margin-bottom:5px;}
    #abframe_2 .morelink2{margin-top:20px;}

    #abframe_3 .swiper_his2 .left .subtit{font-size:100px;}
    #abframe_3 .swiper_his2 .left .title{font-size:24px;line-height:1.6;}
    #abframe_3 .swiper_his2 .right .remark{font-size:16px;line-height:1.8;}

    #abframe_4 .list1{margin-bottom:40px;}
    #abframe_4 .list1 .item{width:calc((100% - 45px)/4);margin:0;padding:25px 20px;}
    #abframe_4 .list1 .item .ico{margin-bottom:15px;}
    #abframe_4 .list1 .item .title{font-size:20px;}
    #abframe_4 .list1 .item .remark{font-size:15px;line-height:1.6;margin-bottom:10px;}
    #abframe_4 .list2 .item .subtit{font-size:28px;}
    #abframe_4 .list2 .item .title{font-size:17px;line-height:1.6;}
    #abframe_4 .list2 .item p{font-size:15px;line-height:1.6;}

    #abframe_5 .swiper .swiper-slide{padding:28px 10px 35px;}
    #abframe_5 .item .tag{padding:2px 10px;font-size:14px;}
    #abframe_5 .item .pic{padding:12px;}

    #abframe_6 .left .subtit{font-size:36px;}
    #abframe_6 .left .title{font-size:36px;}
    #abframe_6 .left .remark{font-size:16px;line-height:1.6;margin-bottom:20px;}
    #abframe_6 .left .item{padding:10px;}
    #abframe_6 .left .item i{font-size:60px;}
    #abframe_6 .left .item .tit_qt{font-size:20px;}
    #abframe_6 .left .item p{font-size:15px;}
    #abframe_6 .right .item .txt .title{font-size:20px;}

    #abframe_7 .left .titbox .tit{font-size:36px;}
    #abframe_7 .left .item{margin-bottom:20px;}
    #abframe_7 .left .item i{margin-bottom:10px;}
    #abframe_7 .left .item .tit{font-size:30px;}

    #abframe_8 .tit{font-size:36px;}
    #abframe_8 .morelink{padding:8px 15px;font-size:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #abframe_1 .left{padding-top:0;width:100%;}
    #abframe_1 .left .subtit{font-size:24px;}
    #abframe_1 .left .title{font-size:30px;}
    #abframe_1 .left .remark{font-size:14px;line-height:1.8;}
    #abframe_1 .list .item{width:100%;margin:0 0 10px;padding:15px 5px 15px 80px;}
    #abframe_1 .list .item .iso_tit{font-size:16px;}
    #abframe_1 .list .item i{top:15px;}
    #abframe_1 .list .item:nth-child(2n){margin-right:0;}
    #abframe_1 .right{width:100%;margin-top:20px;padding-bottom:0;}
    #abframe_1 .right .imgbox::before{top:30px;right:30px;display:none;}

    #abframe_2 .left{width:100%;}
    #abframe_2 .left .item{padding:15px 10px 15px 60px;width:100%;margin:0 0 15px;}
    #abframe_2 .left .item:nth-child(2)::before{display:none;}
    #abframe_2 .left .item .tit{font-size:16px;line-height:24px;}
    #abframe_2 .left .item span{left:10px;top:15px;}
    #abframe_2 .left .item .remark p{font-size:13px;line-height:20px;}
    #abframe_2 .left .item .remark p:not(:last-child){margin-bottom:5px;}
    #abframe_2 .right{width:100%;}
    #abframe_2 .morelink2{margin-top:20px;}

    
    #abframe_3 .swiper_his1 .subtit{font-size:16px;}
    #abframe_3 .swiper_his1 .swiper-slide-thumb-active .subtit{font-size:20px;}
    #abframe_3 .swiper_his2 .swiper-slide .item{padding:20px;}
    #abframe_3 .swiper_his2 .left{width:100%;}
    #abframe_3 .swiper_his2 .left .subtit{font-size:60px;}
    #abframe_3 .swiper_his2 .left .title{font-size:20px;line-height:1.6;margin-top:0;}
    #abframe_3 .swiper_his2 .right{width:100%;}
    #abframe_3 .swiper_his2 .right .remark{font-size:14px;line-height:1.8;margin-bottom:15px;}
    #abframe_3 .swiper_his2 .right .tag{padding:3px 10px;font-size:13px;margin:0 5px 5px 0;}

    #abframe_4 .list1{margin-bottom:20px;}
    #abframe_4 .list1 .item{width:100%;margin:0 0 20px;padding:20px 15px;}
    #abframe_4 .list1 .item .ico{margin-bottom:15px;}
    #abframe_4 .list1 .item .title{font-size:20px;}
    #abframe_4 .list1 .item .remark{font-size:14px;line-height:1.6;margin-bottom:10px;height:auto;}
    #abframe_4 .list2 .item{width:100%;margin:0 0 20px;}
    #abframe_4 .list2 .item .subtit{font-size:24px;}
    #abframe_4 .list2 .item .title{font-size:14px;line-height:1.6;}
    #abframe_4 .list2 .item p{font-size:13px;line-height:1.6;}

    #abframe_5 .swiper .swiper-slide{padding:28px 20px 35px;}
    #abframe_5 .item .tag{padding:2px 10px;font-size:14px;}
    #abframe_5 .item .pic{padding:15px;}

    #abframe_6 .left{width:100%;}
    #abframe_6 .left .subtit{font-size:24px;}
    #abframe_6 .left .title{font-size:24px;}
    #abframe_6 .left .remark{font-size:14px;line-height:1.6;margin-bottom:20px;}
    #abframe_6 .left .item{padding:10px;width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #abframe_6 .left .item:nth-child(2n){margin-right:0;}
    #abframe_6 .left .item i{font-size:60px;}
    #abframe_6 .left .item .tit_qt{font-size:18px;}
    #abframe_6 .left .item p{font-size:14px;}
    #abframe_6 .right{width:100%;}
    #abframe_6 .right .item .txt{padding:80px 15px 15px;}
    #abframe_6 .right .item .txt .title{font-size:18px;}
    #abframe_6 .right .btnlist{bottom:initial;bottom:100px;right:20px;}

    #abframe_7 .left{width:100%;}
    #abframe_7 .left .titbox .tit{font-size:24px;}
    #abframe_7 .left .item{margin-bottom:20px;}
    #abframe_7 .left .item i{margin-bottom:5px;}
    #abframe_7 .left .item .tit{font-size:24px;}
    #abframe_7 .right{width:100%;margin-top:20px;}

    #abframe_8 .tit{font-size:24px;}
    #abframe_8 .morelink{padding:5px 15px;font-size:13px;margin:0 5px 5px;}
    #abframe_8 .introlist{display:none;}
}


.relatenews{padding-top:55px;}
.relatenews .titbox .tit{font-size:22px;}
.relatenews .item{width:calc((100% - 32px)/3);margin:0 16px 0 0;}
.relatenews .item:nth-child(3n){margin-right:0;}
.relatenews .item .img{width:100%;}
.relatenews .item .img img{width:100%;}
.relatenews .item .txt{padding-top:20px;padding-right:5px;border-bottom:1px solid #e8e8e8;padding-bottom:15px;margin-bottom:15px;}
.relatenews .item .time {display:flex;align-items:center;justify-content:flex-start;margin-bottom:15px;}
.relatenews .item .time i{color:#000;margin-right:8px;font-size:18px;line-height:1;margin-top:-3px;}
.relatenews .item .time span{font-size:12px;line-height:1.2;color:var(--normal-color);}
.relatenews .item .tit_news{font-size:14px;line-height:21px;height:42px;color:var(--normal-color);margin-bottom:10px;}
.relatenews .item .remark{line-height:1.625;font-size:12px;}
.relatenews .item .more{margin-left:0;color:#000;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);}
@media (min-width:1px) and (max-width:1079px){
    .relatenews .item{width:100%;margin-bottom:20px;}
    .relatenews .item .img{display:none;}
    .relatenews .item .tit_news{height:auto;}
}

#seframe .selist .item{background-color:#fff;align-items:center;}
#seframe .selist .item:not(:last-child){margin-bottom:38px;}
#seframe .selist .item .img{width:31.3%;margin:0;}
#seframe .selist .item .txt{flex:1;margin:0;padding:15px 45px;}
#seframe .selist .item .subtit{font-size:30px;line-height:1.2;color:var(--main-color);font-family:var(--font-bold);margin-bottom:8px;}
#seframe .selist .item .progress{width:184px;background-color:#283042;border-radius:50px;margin-bottom:15px;margin-left:0;padding:3px;}
#seframe .selist .item .progress span{font-size:11.35px;color:#fff;line-height:22px;font-family:var(--font-bold);display:block;border-radius:50px;padding:1px 3px;background-color:#96c6f6;width:30%;}
#seframe .selist .item .tit{margin-bottom:5px;}
#seframe .selist .item .remark{font-size:14px;line-height:1.42;}
#seframe .selist .item:nth-child(2) .progress span{background-color:#a7a3fa;width:70%;}
#seframe .selist .item:nth-child(3) .progress span{background-color:#bd74df;width:90%;}
#seframe .selist .item:nth-child(4) .progress span{background-color:#fb6169;width:100%;}
#seframe .selist .item:hover .tit{color:var(--main-color);}
.sebox{padding:35px 40px 45px;background-color:#fff;}
.sebox *{line-height:1.6;}
.sebox p{font-size:15px;line-height:1.7333;color:#343434;}
#seframe .se_panel:not(:last-child){margin-bottom:35px;}
#seframe .sebox .intro{font-size:15px;line-height:1.7333;margin-bottom:30px;}
#seframe .sebox .title{display:inline-block;padding:6px 30px 6px 24px;background-color:#ededed;border-left:6px solid var(--main-color);font-size:22px;line-height:30px;font-family:var(--font-bold);margin-bottom:15px;}
#seframe .sebox .item{padding-left:55px;position:relative;}
#seframe .sebox .item:not(:last-child){margin-bottom:20px;}
#seframe .sebox .item:before{content:"\e65e";font-family:iconfont;font-size:36px;line-height:1;position:absolute;left:0;top:0;color:var(--main-color);}
#seframe .sebox .item .se_tit{font-size:18px;font-weight:bold;color:#000;}
#seframe .sebox .item .se_remark{font-size:15px;color:#343434;line-height:1.7333;}
@media (min-width:1080px) and (max-width:1529px) {
    .sebox{padding:20px;}
    #seframe .selist .item .txt{padding:10px 20px 10px 25px;}
    #seframe .selist .item .subtit{font-size:24px;}
    #seframe .selist .item .progress{margin-bottom:8px;}
    #seframe .selist .item .remark{font-size:13px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
}
@media (min-width:1px) and (max-width:1079px) {
    #seframe .selist .item:not(:last-child){margin-bottom:20px;}
    #seframe .selist .item .img{width:100%;}
    #seframe .selist .item .txt{width:100%;padding:15px;}
    #seframe .selist .item .subtit{font-size:20px;}
    #seframe .selist .item .progress{margin-bottom:8px;}
    #seframe .selist .item .remark{font-size:13px;}

    .sebox{padding:20px;}
    .sebox p{font-size:14px;}
    #seframe .sebox .title{font-size:20px;padding:6px 20px 6px 10px;}
    #seframe .sebox .intro{font-size:14px;}
    #seframe .sebox .item{padding-left:40px;}
    #seframe .sebox .item:before{font-size:30px;}
    #seframe .sebox .item .se_tit{font-size:16px;}
    #seframe .sebox .item .se_remark{font-size:14px;}
}


#faqframe{margin-top:50px;}
.faqlist dl{transition:all 0.3s;overflow:hidden;padding:20px 40px 20px 0;position:relative;cursor:pointer;border-bottom:1px solid #f3f4f6;}
.faqlist dl:first-child{border-top:1px solid #f3f4f6;}
.faqlist dl>dt{font-size:18px;line-height:30px;position:relative;font-family:var(--font-bold);color:#4b5563;}
.faqlist dl>dt:before{content:"Q: ";}
.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;}
.faqlist dl>dd{overflow:hidden;font-size:16px;line-height:30px;position:relative;transition:all 0.3s;color:#111827;height:0;}
.faqlist dl>dd:before{content:"A: ";}
.faqlist dl.active>dt{color:var(--color);}
.faqlist dl.active>dt:after{content:"\e643";}
.faqlist dl.active>dd{height:auto;margin-top:15px;padding-bottom:5px;}
@media (min-width:1080px) and (max-width:1529px) {
    .faqlist dl>dt{font-size:18px;}
    .faqlist dl>dd{font-size:14px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #faqframe{margin-top:30px;}
    .faqlist dl{padding:10px 0 10px 15px;}
    .faqlist dl:not(:last-child){margin-bottom:10px;}
    .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:1529px){
    #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:1529px) {
    .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:1529px) {
    .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{padding-top:0;margin-top:-32px;position:relative;}
#ContactPage:before{content:"";background:linear-gradient(to bottom,#fafbfd,#fff);position:absolute;left:0;top:32px;width:100%;height:calc(100% - 32px);z-index:-1;}
#ContactPage .contact_box{border:1px solid #fff;border-radius:8px;overflow:hidden;background-color:#fff;box-shadow:0 10px 27px rgba(0,0,0,0.14);}
#contact{width:32%;margin:0;display:flex;flex-flow:column;justify-content:space-between;padding:40px 50px 50px 40px;background:#005540 url(/dist/images/bg_point_2.png) no-repeat top right;}
#contact .titbox{width:100%;margin-bottom:30px;}
#contact .titbox i{display:inline-block;width:50px;height:50px;line-height:50px;text-align:center;border-radius:8px;background-color:var(--normal-color);color:var(--main-color);font-size:24px;margin-bottom:20px;}
#contact .titbox .tit{font-size:36px;color:#fff;}
#contact .titbox .slg{color:#86b5a8;}
#contact .contlist{width:100%;margin-top:0;margin-bottom:auto;}
#contact .contbox{width:100%;position:relative;background-color:#0d5a46;padding:13px 13px 13px 68px;min-height:70px;border-radius:8px;}
#contact .contbox:not(:last-child){margin-bottom:25px;}
#contact .contbox i{font-size:24px;line-height:44px;width:44px;height:44px;background-color:#256a59;color:#fff;text-align:center;border-radius:8px;position:absolute;left:13px;top:13px;}
#contact .contbox>div{margin:0;flex:1;}
#contact .contbox span{display:block;font-size:14px;line-height:20px;color:#b7cec8;text-transform:uppercase;}
#contact .contbox p{font-size:18px;line-height:24px;color:#fff;font-weight:bold;}
#contact .contbox a{font-size:18px;line-height:24px;color:#fff;display:block;font-weight:bold;}
#contact .contbox a:hover{text-decoration:underline;}
#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:1529px) {
    #contact{padding:30px 25px;width:36%;}
    #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%;padding:20px 15px;}
    #contact .titbox{margin-bottom:20px;}
    #contact .titbox i{margin-bottom:10px;}
    #contact .titbox .tit{font-size:24px;}
    #contact .contbox{min-height:60px;padding-left:60px;}
    #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{margin:0;flex:1;padding:40px 50px 30px 65px;}
#feedback .titbox{margin-bottom:35px}
#feedback .feedbackbox label{color:#475569;font-size:16px;font-family:var(--font-bold);display:block;}
#feedback .feedbackbox li:not(:last-child){margin-bottom:25px;}
#feedback .feedbackbox .input{background-color:#fbfcfd;height:46px;border-color:#e4e9f1;border-radius:8px;}
#feedback .feedbackbox .input::placeholder{color:#9ca3af;font-size:14px;}
#feedback .feedbackbox textarea.input{height:75px;}
#feedback .feedbackbox select.input{font-size:14px;color:#9ca3af;padding:8px 15px;}
#feedback .submit{margin-top:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;width:100%;text-transform:capitalize;font-weight:bold;box-shadow:0 10px 27px rgba(0,79,59,0.32);}
#feedback .submit>i{font-size:22px;margin-left:0;font-weight:normal;color:var(--normal-color);}
#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:1529px) {
    #feedback{width:64%;}
    #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:1529px) {
    #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 .catesection{}
#ProPage .catesection .item{width:calc((100% - 50px)/3);margin:0 25px 25px 0;border:1px solid #f0f0f0;border-radius:8px;padding:14px 14px 20px;}
#ProPage .catesection .item:nth-child(3n){margin-right:0;}
#ProPage .catesection .item .img{display:block;position:relative;border-radius:8px;}
#ProPage .catesection .item .txt{position:relative;padding-top:50px;}
#ProPage .catesection .item .icoimg{position:absolute;left:50%;top:-43px;transform:translate(-50%,0);width:initial;height:initial;}
#ProPage .catesection .item .tit{font-size:22px;margin-bottom:15px;}
#ProPage .catesection .item .line{width:64px;height:4px;background-color:var(--main-color);position:relative;margin-bottom:15px;}
#ProPage .catesection .item .line:before{content:"";width:220px;height:1px;background-color:#e8e8e8;position:absolute;left:calc(50% - 110px);bottom:0;}
#ProPage .catesection .item .remark{font-size:16px;line-height:2;margin-bottom:20px;width:100%;max-width:350px;}
#ProPage .catesection .item .more{color:#000;display:flex;align-items:center;justify-content:center;}
#ProPage .catesection .item .more i{margin-left:8px;}
#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:1529px) {
    #ProPage .catesection .item{padding:14px 10px 20px;width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #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 .tit{font-size:18px;}
    #ProPage .catesection .item .remark{font-size:14px;line-height:1.8;}
    #ProPage .catesection .img{max-height:200px;}
}

.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:1529px) {
    .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:30px;}
#ProductPage .titbox .tit{font-weight:bold;}
#ProductPage .titbox article{}
#ProductPage .titbox article *{font-size:16px;line-height:1.75;color:#666;}
#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{margin-bottom:30px;}
#ProductPage .ProList .item{width:calc((100% - 60px)/3);margin:0 30px 30px 0;border:1px solid #e7e8ec;background-color:#fff;border-radius:8px;display:block;overflow:hidden;box-shadow:0 0 9px rgba(0,0,0,0.1);}
#ProductPage .ProList .item:nth-child(3n){margin-right:0;}
#ProductPage .ProList .item .img{position:relative;padding:15px;}
#ProductPage .ProList .item .taglist{position:absolute;right:18px;top:18px;z-index:1;display:flex;justify-content:center;}
#ProductPage .ProList .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;}
#ProductPage .ProList .item .tag:not(:last-child){margin-right:5px;}
#ProductPage .ProList .item .txt{margin:0;padding:30px 35px 40px;}
#ProductPage .ProList .item .tit_pro{font-size:20px;line-height:28px;margin-bottom:5px;}
#ProductPage .ProList .item .remark{line-height:28px;height:84px;margin-bottom:30px;color:#6b7280;}
#ProductPage .ProList .item .morelink{background-color:#fff;border:1px solid #eaecef;color:#6b7280;padding:9px 50px 9px 50px;}
#ProductPage .ProList .item:hover .tit_pro{color:var(--main-color);}
#ProductPage .ProList .item:hover .morelink{border-color:var(--main-color);color:#fff;}
#ProductPage .ProList .item:hover .morelink:before{width:100%;}
#ProductPage .ProList ul.pagination{margin-top:0;margin-bottom:30px;}
@media (min-width:1080px) and (max-width:1529px) {
    #ProductPage .titbox article *{font-size:15px;}
    #ProductPage .ProList .item .txt{padding:20px;}
    #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 .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 .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;line-height:2!important;}
.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 .proimgbox{display:block;}
#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 .proimgbox{display:block;}
#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:10px 50px 10px 50px;text-transform:initial;border-radius:8px;font-weight:bold;}
#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);}

#proframe2{background-color:#f9fafb;}
.proframe .titbox{margin-bottom:20px;}
.proframe .titbox .tit{font-size:24px;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 .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;}

#proframe3{}
#proframe3 .editor1 .table-responsive{border-radius:8px;overflow:hidden;border:2px solid #f1f2f4;margin-bottom:10px;}
#proframe3 .editor1 table{background-color:#fff;border-collapse:collapse;min-width:100%;border-width:0;}
#proframe3 .editor1 table tr td{padding:15px 30px;line-height:30px;font-size:16px;border:none;}
#proframe3 .editor1 table tr td:nth-child(1){width:30%!important;border-right:1px solid #f1f2f4;color:#475569;}
#proframe3 .editor1 table tr td:nth-child(2){color:var(--color);font-family:var(--font-bold);}
#proframe3 .editor1 table tr:nth-child(2n+1) td{background-color:#f9fafb;}

#proframe4{padding-top:0;}
#proframe4 .item{width:calc((100% - 75px)/4);margin:0 25px 0 0;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb;}
#proframe4 .item:nth-child(4n){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:20px 20px 30px;}
#proframe4 .item .proname{font-size:20px;line-height:1.2;margin-bottom:12px;}
#proframe4 .item .subtit{font-size:16px;line-height:1.2;font-weight:bold;color:#6a717e;}
#proframe4 .item:hover .proname{text-decoration:underline;color:var(--main-color);}

#proframe5{background-color:#f9fafb;}
#proframe5 .item{width:calc((100% - 50px)/3);margin:0 25px 0 0;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background-color:#fff;display:flex;align-items:center;}
#proframe5 .item:nth-child(3n){margin-right:0;}
#proframe5 .item .img{width:130px;background-color:#f9fafb;border-right:1px solid #e5e7eb;}
#proframe5 .item .txt{flex:1;padding:10px 20px;}
#proframe5 .item .txt .catename{color:#ea580c;display:inline-block;font-size:14px;margin-bottom:3px;}
#proframe5 .item .txt .proname{font-size:18px;margin-bottom:10px;}
#proframe5 .item .txt .more{color:var(--main-color);display:flex;align-items:center;}
#proframe5 .item .txt .more i{font-size:13px;margin-left:5px;}
#proframe5 .item:hover .txt .proname{color:var(--main-color);text-decoration:underline;}

#proframe6{background:url(/dist/images/pro_bg.jpg) no-repeat center bottom;}
#proframe6 .titbox{max-width:630px;margin:0 auto;}
#proframe6 .tit{color:#fff;font-size:44px;margin-bottom:15px;}
#proframe6 .slg{color:#fff;margin-bottom:40px;}
#proframe6 .morelink{padding:12px 25px;margin:0 8px;}
#proframe6 .morelink1{font-family:var(--font-bold);font-size:16px;color:#004d3a;background-color:#c3cc03;font-weight:bold;}
#proframe6 .morelink1:before{background-color:#fff;}
#proframe6 .morelink1 i{margin-left:0;margin-right:8px;font-weight:normal;}
#proframe6 .morelink2{background-color:#1a8469;font-size:16px;color:#fff;border:1px solid #fff;padding:11px 25px;}
#proframe6 .morelink2:before{background-color:var(--normal-color);}
@media (min-width:1080px) and (max-width:1529px){
    #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) {
    #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;}

    #proframe3 .editor1 table tr td{padding:8px 15px;font-size:14px;}

    #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;}

    #proframe5 .item{width:100%;margin:0 0 15px 0;}
    #proframe5 .item .img{width:100px;}
    #proframe5 .item .txt .proname{font-size:15px;}
    #proframe6 .tit{font-size:24px;}
    #proframe6 .slg{margin-bottom:20px;}
    #proframe6 .morelink{padding:6px 15px;font-size:14px;}
    #proframe6 .morelink1{margin-bottom:8px;}
}

/***********产品详情***********/






/*新闻*/
#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% - 80px)/3);margin:0 40px 40px 0;position:relative;background-color:#fff;display:block;transition:all 0.3s;border-radius:8px;box-shadow:0 8px 21px rgba(0,0,0,0.09);overflow:hidden;}
.NewsList .item:nth-child(3n){margin-right:0;}
.NewsList .item .txt{padding:25px;position:relative;}
.NewsList .item .tit_news{font-size:22px;line-height:36px;margin-bottom:30px;}
.NewsList .item .remark{font-size:16px;color:#333;line-height:1.875;margin-bottom:20px;}
.NewsList .item .flex_between{align-items:center;}
.NewsList .item .time{display:flex;align-items:center;justify-content:flex-start;margin:0;}
.NewsList .item .time i{color:var(--normal-color);margin-right:10px;}
.NewsList .item .time span{font-size:16px;color:#6a717e;}
.NewsList .item .catename{border:1px solid var(--main-color);color:var(--main-color);padding:2px 20px;line-height:24px;border-radius:50px;margin:0;}
.NewsList .item:hover .tit_news{color:var(--main-color);text-decoration:underline;}
@media (min-width:1080px) and (max-width:1529px) {
    #newsframe .CateList .link{padding:8px 20px;font-size:16px;}
    .NewsList .item{width:calc((100% - 60px)/3);margin:0 30px 30px 0;}
    .NewsList .item .txt{padding:15px}
    .NewsList .item .tit_news{font-size:16px;line-height:1.5;margin-bottom:15px;}
    .NewsList .item .time span{font-size:14px;}
    .NewsList .item .catename{font-size:14px;}
}
@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%;border-left:none;padding:15px;margin-left:0;}
    .NewsList .item .timebox{display:none;}
    .NewsList .item .intro{margin-bottom:10px;}
    .NewsList .item .tit_news{font-size:15px;line-height:1.5;margin-top:0;margin-bottom:8px;}
    .NewsList .item .remark{font-size:13px;margin-bottom:5px}
    .NewsList .item .time{margin-bottom:5px;}
    .NewsList .item .time span{font-size:13px;}
    .NewsList .item .catename{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:1529px) {
    #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:1529px) {
    #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:1529px) {
    .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 .list1{margin-bottom:75px;}
#ApplicationPage .list .item{position:relative;}
#ApplicationPage .list .item:not(:last-child){margin-bottom:50px;}
#ApplicationPage .list .item .pic{width:47%;margin:0;}
#ApplicationPage .list .item .pic img{border-radius:8px;}
#ApplicationPage .list .item .txt{width:47%;position:relative;z-index:1;margin:0;}
#ApplicationPage .list .item .txt h3{font-size:32px;line-height:1.125;margin-bottom:30px;border-left:10px solid var(--main-color);padding-left:14px;}
#ApplicationPage .list .item .txt p{font-size:16px;line-height:30px;min-height:150px;}
#ApplicationPage .list .item .txt .morelink{margin-top:50px;}
#ApplicationPage .list .item:nth-child(2n).flex_vcenter{flex-flow:row-reverse;}
#ApplicationPage .list2{margin-bottom:75px;position:relative;}
#ApplicationPage .list2 .titlist{position:absolute;bottom:0;left:50%;transform:translate(-50%,0);width:90%;z-index:2;max-width:var(--page-width);align-items:flex-end;height:100%;}
#ApplicationPage .list2 .titlist .titlink{padding:15px 35px;font-size:22px;line-height:30px;color:#fff;font-family:var(--font-bold);background-color:var(--main-color);border-radius:50px;margin-bottom:70px;}
#ApplicationPage .list2 .titlist .line{width:1px;height:100%;background-color:rgba(255,255,255,0.53);margin:0;}
@media (min-width:1080px) and (max-width:1529px) {
    #ApplicationPage .list2 .titlist .titlink{padding:12px 25px;font-size:18px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #ApplicationPage .list .item .pic{width:100%;}
    #ApplicationPage .list .item .txt{width:100%;margin-top:20px;}
    #ApplicationPage .list .item .txt h3{font-size:18px;margin-bottom:20px;border-left-width:5px;}
    #ApplicationPage .list .item .txt p{font-size:14px;line-height:1.6;min-height:initial;}
    #ApplicationPage .list .item .txt .morelink{margin-top:20px;}
    #ApplicationPage .list .item:nth-child(2n).flex_vcenter{flex-flow:column;}
    #ApplicationPage .list1{margin-bottom:30px;}
    #ApplicationPage .list2{margin-bottom:30px;}
    #ApplicationPage .list2 .titlist{position:relative;bottom:initial;left:initial;transform:initial;width:98%;margin:20px auto 0;}
    #ApplicationPage .list2 .titlist .titlink{padding:5px 10px;font-size:14px;margin-bottom:5px;font-family:var(--font);}
    #ApplicationPage .list2 .titlist .line{display:none;}
}


/*分页*/
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;display:none;}
#VideoPage .VideoList .item .txt{padding:15px 0 15px;}
#VideoPage .VideoList .item .tit_video{font-size:18px;line-height:24px;font-weight:bold;border-left:3px solid var(--normal-color);padding-left:14px;}
#VideoPage .VideoList .item:hover .tit_video{color:var(--main-color);}
video{width:100%;display:block;}
@media (min-width:1080px) and (max-width:1529px) {
    #VideoPage .VideoList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #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);
    }
}
