﻿@charset "utf-8";
@import url('/dist/fonts/iconfont/iconfont.css');
 
@font-face {
  font-family: 'jiangchengyuanti600W';
  src: url('/dist/fonts/jiangchengyuanti/jiangchengyuanti600W.woff2') format('woff2'),
       url('/dist/fonts/jiangchengyuanti/jiangchengyuanti600W.woff') format('woff'),
       url('/dist/fonts/jiangchengyuanti/jiangchengyuanti600W.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'jiangchengyuanti300W';
  src: url('/dist/fonts/jiangchengyuanti/jiangchengyuanti300W.woff2') format('woff2'),
       url('/dist/fonts/jiangchengyuanti/jiangchengyuanti300W.woff') format('woff'),
       url('/dist/fonts/jiangchengyuanti/jiangchengyuanti300W.ttf') format('truetype');
  font-display: swap;
}
/**********样式重置**********/
:root {
    --color:#000;
    --font-color:#969696;
    --main-color:#4a77cd;
    --btn-bg:#4a77cdaa;
    --font-size:16px;
    --font-size-big:30px;
    --font-size-mid:18px;
    --font-size-sm:14px;
    --font-family:jiangchengyuanti300W,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-family-light:jiangchengyuanti300W,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-family-tit:jiangchengyuanti600W,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-family-bold:jiangchengyuanti600W,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-family-en:Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --gap-large:70px;
    --gap-big:50px;
    --gap-mid:30px;
    --gap-sm:15px;
    --line-height:1.5;
    --padding-lr:0 15px;
    --page-width:1630px;
    --border:1px solid #ddd;
}
@media (min-width:992px) and (max-width:1230px) {
    :root {        
        --gap-large:50px;
    }
}
@media (min-width:1px) and (max-width:991px){
    :root {
        --font-size:14px;
        --font-size-big:24px;
        --font-size-mid:14px;
        --font-size-sm:12px;
        --gap-large:40px;
        --gap-big:30px;
        --gap-mid:20px;
        --gap-sm:10px;
        --page-width:100%;
    }
}

html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
    -webkit-overflow-scrolling: touch;/*解决iOS滚动条被卡住的问题*/
    scroll-behavior: smooth;/*滚动到指定位置*/
    margin:0 auto;
    font-size:100px
}
html{background:#FFF;font-size:16px;}
@media (min-width:1px) and (max-width:767px) {
    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{font-size:100%;font-weight:normal}
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;color:#111;text-decoration:none;}
a:hover{color:var(--main-color);}
img,li{border:0;vertical-align:top;}
img{max-width:100%;height:auto;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #717171;
}
input:-moz-placeholder,textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #717171;
}
input::-moz-placeholder,textarea::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #717171;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #717171;
}
b,body,dd,div,form,h5,h6,img,input,textarea,li,p,pre,ul{margin:0 auto;padding:0;font-family:var(--font-family);color:var(--color);line-height:var(--line-height);font-size:var(--font-size);}
h1,h2,h3,h4,dt{font-family:var(--font-family-tit);}
.hidden{display:none!important;}
.noinfo{font-size:1rem;text-align:center;margin-top:10px;padding-bottom:30px;}
.item .img,.item .pic{overflow:hidden;position:relative;}
.item .img img,.item .pic img{max-width:100%;transition:all .4s;transform:scale(1);margin:0 auto;display:block;}
.item:hover .img img,.item:hover .pic img{transform:scale(1.05);}
.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;align-items:center;}
.flex_vcenter{display:flex;flex-flow:column;justify-content:center;}
.flex_between>div{margin-left:0;margin-right:0;}
.vcenter{position:absolute;top:50%;transform:translate(0,-50%);}
.vccenter{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.container{padding:0 5%;width:100%;}
.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:991px) {
    .pc{display:none;}
    .wap{display:block!important;}
}


@media screen and (min-width:1px ) and (max-width:1429px) {
    .container{width:100%;padding:0 15px}
}
@media screen and (min-width:1px ) and (max-width:991px){
    .inputgroup{margin-bottom:2vw;}
}
/**********样式重置**********/

/**********公共样式**********/
.frame{padding-top:var(--gap-large);padding-bottom:var(--gap-large);overflow:hidden;}
.frame .title{margin-bottom:var(--gap-mid);position:relative;overflow:hidden;text-align:center;}
.frame .title span{color:var(--main-color);border-radius:50px;background-color:#f0f4fb;line-height:30px;padding:6px 20px;display:inline-block;font-family:var(--font-family-en);margin-bottom:20px;min-width:140px;text-align:center;}
.frame .title h2{font-size:36px;position:relative;font-family:var(--font-family-bold);}
.frame .title h2 font{color:var(--main-color);}
.frame .title p{color:var(--font-color);font-size:var(--font-size-mid);line-height:30px;margin-top:10px;font-family:var(--font-family-en);}
.frame .title p.subtitle{color:var(--main-color);font-size:var(--font-size);}
.btnlink{}
@media screen and (min-width:1430px ) and (max-width:1629px) {
}
@media screen and (min-width:1230px ) and (max-width:1429px) {
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    .frame .title h2{font-size:30px;}
    .frame .title p{font-size:14px;line-height:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    .frame .title h2{font-size:24px;}
    .frame .title p{font-size:14px;line-height:20px;}
    .frame .title span{margin-bottom:10px;}
}
@media (max-width:767px){
    .frame .title h2{font-size:20px;line-height:24px;}
    .frame .title p{font-size:13px;line-height:20px;}
    .frame .title span{margin-bottom:10px;}
}
.morelink{padding:4px 4px 4px 20px;line-height:28px;background-color:var(--btn-bg);color:#fff;display:inline-block;border-radius:50px;min-width:140px;margin-top:15px;transition:all 0.3s;overflow:hidden;}
.morelink>i{display:inline-block;width:28px;height:28px;line-height:28px;border-radius:50px;text-align:center;color:var(--main-color);float:right;background-color:#fff;}

/**********公共样式**********/

/**********头部样式**********/
/*搜索框*/
#SearchBox{position:fixed;top:0;right:0;left:0;bottom:100%;background:rgba(0,0,0,0.3);overflow:hidden;padding:0 30px;transition:all .5s;text-align:right;z-index:9999;}
#SearchBox .searchclose{display:inline-block;width:36px;height:36px;text-align:center;line-height:36px;font-size:24px;color:rgb(255, 255, 255);cursor:pointer;transition:all .2s;}
#SearchBox.show{left:0;bottom:0;padding:30px;}
#SearchBox .searchclose:hover{
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);}
#SearchBox .shadow{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;}
#SearchBox #sform{width:90%;background-color:#fff;padding:30px 40px;z-index:2;max-width:600px;}
#SearchBox #sform{overflow:hidden;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
#SearchBox .sformbox{border:1px solid #ddd;overflow:hidden;}
#SearchBox #sform #stext{float:left;width:calc(100% - 100px);height:50px;line-height:50px;font-weight:700;border:none;background:transparent;font-size:18px;padding-left:15px;}
#SearchBox #sform #sbut{float:right;width:100px;height:50px;line-height:50px;background:var(--main-color);border:none;}
#SearchBox #sform #sbut>i{display:inline-block;font-size:20px;color:#fff;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media (min-width:1px) and (max-width:767px){
    #SearchBox #sform{padding:15px 20px;}
    #SearchBox #sform #stext{font-size:20px;width:calc(100% - 40px);height:40px;line-height:40px;}
    #SearchBox #sform #sbut{width:40px;height:40px;line-height:40px;}
    #SearchBox #sform #sbut>i{}
}

header{}
header.fixed #logo{padding:10px 0;background:rgba(0,0,0,0.5);}

#logo{width:100%;box-sizing:border-box;padding:30px 0;position:fixed;top:0;left:0;right:0;z-index:99;transition:all 0.5s;}
#logo .logo{display:inline-block;height:50px;}
#logo .logo img{width:auto;filter: brightness(0) invert(1);max-height:50px;transition:all 0.3s;position:relative;top:50%;transform:translate(0,-50%);}
#logo .right{display:flex;align-items:center;}
#logo .box{display:inline-block;background-color:rgba(255,255,255,0.3);border-radius:50px;height:40px;padding:5px 15px;vertical-align:top;transition:all 0.3s;}
#logo .box>a{display:inline-block;color:#fff;line-height:30px;width:30px;text-align:center;vertical-align:top;}
#logo .box>a>i{display:inline-block;vertical-align:top;}
#logo .box>span{margin:0 10px;line-height:30px;display:inline-block;vertical-align:top;color:#fff;}
#logo .box>a:hover{color:#fff;font-weight:bold;}


header.show{height:100%;}
header.show #logo .logo img{filter:initial;}
header.show #logo .box{background-color:var(--main-color);}
header.show #logo .box>a:hover{color:#fff;}
header.show #menu_btn{background-color:var(--main-color);}
header.show #menu{background-color:#fff9f7;visibility:visible;opacity:1;}
header.show #menu .menubox{transform:translateX(0);}
header.show #menu .contbox{transform:translateX(0);}
header.show #menu .menulist{padding:0 0 15px;transition-delay: 0.4s;}
header.show #menu .mlist .menuTitle{transform:translateX(0px);opacity:1;visibility:visible;}


#menu{overflow:hidden;position:fixed;left:0;top:0;width:100%;height:100vh;z-index:9;transition:all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;visibility:hidden;opacity:0;display:flex;}
#menu .menubox{width:60%;background-color:#fff9f7;padding:0 15px 0 0;display:flex;transform: translateX(-100%);transition:all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;}
#menu .menubox .menulist{margin:25% 0 0;padding:15px 50px;}
#menu .contbox{width:40%;background-color:#f2edec;transform: translateX(100%);transition:all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;position:relative;}
#menu .contbox:before{content:"";position:absolute;top:0;left:100%;width:100%;background-color:#f2edec;height:100%;}
#menu .mlist{position:relative;overflow:hidden;transition:all 0.3s;padding:0 0 20px;}
#menu .mlist .menuTitle{display:block;font-size:24px;color:var(--main-color);padding-left:100px;position:relative;font-family:var(--font-family-tit);margin-bottom:10px;transition:all 0.3s;transform: translateX(-30px);opacity: 0;visibility: hidden;}
#menu .mlist:nth-child(1) .menuTitle{transition-delay: 0.4s;}
#menu .mlist:nth-child(2) .menuTitle{transition-delay: 0.5s;}
#menu .mlist:nth-child(3) .menuTitle{transition-delay: 0.6s;}
#menu .mlist:nth-child(4) .menuTitle{transition-delay: 0.7s;}
#menu .mlist:nth-child(5) .menuTitle{transition-delay: 0.8s;}
#menu .mlist:nth-child(6) .menuTitle{transition-delay: 0.9s;}
#menu .mlist .menuTitle:before{transition:all 0.3s;}
#menu .mlist.current .menuTitle:before{content:"";position:absolute;width:50px;height:5px;left:0;top:12px;background-color:var(--main-color);}
#menu .mlist.current dl{height:24px;}
#menu .menubox dl{padding-left:100px;height:0;overflow:hidden;transition:all 0.3s;}
#menu .menubox dl>dd{overflow:hidden;margin:0 0 0 0;padding:0 20px 0 0;display:inline-block;transition:all 0.3s;}
#menu .menubox dl>dd>a{display:inline-block;color:#555;position:relative;font-weight:bold;}
#menu .menubox dl>dd>a:hover{color:var(--main-color);text-decoration:underline;}
#menu .contbox{position:relative;padding:0 50px;}
#menu .contbox .flex_between{position:absolute;bottom:10%;left:10%;}
#menu .contbox .toptag{width:100%;font-size:36px;font-family:var(--font-family-tit);margin-bottom:30%;}
#menu .contbox .qrlist{width:150px;margin-right:20px;}
#menu .contbox .qrlist img{width:100%;}
#menu .contbox .qrlist img:not(:last-child){margin-bottom:15px;}
#menu .contbox dl{flex:1;padding-top:5px;}
#menu .contbox span.tit{display:block;font-size:18px;line-height:30px;margin-bottom:10px;font-weight:bold;}
#menu .contbox span.tit>i{display:inline-block;vertical-align:top;margin-right:5px;font-size:24px;line-height:30px;}
#menu .contbox p{font-size:18px;font-weight:bold;}
#menu .contbox p.tel{font-size:36px;line-height:1;font-family:var(--font-family-tit);}
#menu .contbox p.footline{border-bottom:1px dashed #888;padding-bottom:20px;margin-bottom:20px;}
#menu .contbox a.email{font-size:18px;display:inline-block;font-weight:bold;}
#menu .contbox a.email:hover{color:var(--main-color);}


#logo ul.menunav{margin:0;}
#logo ul.menunav>li{display:inline-block;padding:0 30px;}
#logo ul.menunav>li>a{position:relative;display:block;line-height:30px;padding:10px 0;font-size:18px;overflow:hidden;color:#fff;}
#logo ul.menunav>li>a:before{content:"";width:0;height:2px;position:absolute;left:0;transition:all 0.3s;}
#logo ul.menunav>li.active>a:before,#Menu ul.menunav>li:hover>a:before{content:"";width:100%;}
#logo ul>li{position:relative;}
#logo ul>li ul.dropdown-menu{position:absolute;top:100%;background-color:rgba(255,255,255,0.7);z-index:2;min-width:100%;box-shadow:0 10px 15px rgba(0,0,0,0.17);padding:5px 0 10px;margin-top:30px;transition:all 0.3s;visibility:hidden;opacity:0;border-radius:8px;left:50%;transform:translate(-50%,0);}
#logo ul>li ul.dropdown-menu>li{display:block;}
#logo ul>li ul.dropdown-menu>li>a{line-height:24px; font-size:16px; padding:8px 25px 8px 25px;display:block;white-space:nowrap;text-align:left;position:relative;position:relative;z-index:2;color:#000;}
#logo ul>li ul.dropdown-menu>li>a:before{content:"\e775";font-family:iconfont;color:var(--main-color);position:absolute;left:-50px;transition:all 0.3s;opacity:0;}
#logo ul>li ul.dropdown-menu>li>a.icon_right:after{content:"\e667";font-family:iconfont;display:inline-block;margin-left:5px;font-size:14px;position:absolute;right:10px;transform:rotate(-90deg);}
#logo ul>li ul.dropdown-menu>li:not(:last-child)>a{border-bottom:1px solid #ddd;}
#logo ul>li ul.dropdown-menu>li>a>i{font-size:14px;line-height:24px;position:absolute;right:10px;}
#logo ul>li ul.dropdown-menu>li:hover>a,#Menu ul>li ul.dropdown-menu>li>a:hover{color:var(--main-color);}
#logo ul>li ul.dropdown-menu>li:hover>a:before,#Menu ul>li ul.dropdown-menu>li>a:hover:before{left:5px;opacity:1;}
#logo ul>li:hover ul.dropdown-menu{margin-top:0;visibility:visible;opacity:1;}
#logo ul>li ul.dropdown-menu ul.catemenu{left:100%;top:0;border-left:1px solid #fff;display:none;transform:initial;}
#logo ul>li ul.dropdown-menu>li:hover ul.catemenu{display:block;}

header.npage #logo{position:fixed;background:#fff;padding:10px 0;}
header.npage #logo .logo img{filter:initial;}
header.npage #logo .box{background-color:rgba(0,0,0,0.5);}
header.npage #menu_btn{background-color:rgba(0,0,0,0.5);}
header.npage #logo ul.menunav>li>a{color:#000;}


/*手机导航*/
header #menu_btn{width:40px; height:40px; cursor:pointer; position: relative;display:inline-block;border-radius:50px;background-color:rgba(255,255,255,0.3);text-align:center;margin-left:15px;padding-top:5px;display:none;}
header #menu_btn>i{display:inline-block;font-size:20px;line-height:40px;color:#fff;transition:all 1s;}
header #menu_btn:hover>span{background-color:var(--main-color);}
header #menu_btn>.menu_btn_top{ position:absolute; top:12px; left:50%; width:20px; height:2px; border-radius:1.5px; background:#fff; -webkit-transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
header #menu_btn>.menu_btn_med{ position:absolute; top:19px; left:17px; width:12px; height:2px; border-radius:1.5px; background:#fff; -webkit-transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
header #menu_btn>.menu_btn_bot{ position:absolute; top:26px; left:50%; width:20px; height:2px; border-radius:1.5px; background:#fff; -webkit-transition:top .3s,background-color .3s,transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-o-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-ms-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-moz-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-webkit-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s;transition:top .3s,background-color .3s,transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-o-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-ms-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-moz-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-webkit-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s;-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
header #menu_btn.show>.menu_btn_top{ top:50%; background:#fff; -webkit-transform:translate(-50%,-50%) rotate(135deg); -moz-transform:translate(-50%,-50%) rotate(135deg); -o-transform:translate(-50%,-50%) rotate(135deg); transform:translate(-50%,-50%) rotate(135deg); -ms-transform:translate(-50%,-50%) rotate(135deg);}
header #menu_btn.show>.menu_btn_med{ top:50%; background:#fff; -webkit-transform:translate(-50%,-50%) rotate(135deg); -moz-transform:translate(-50%,-50%) rotate(135deg); -o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg); -ms-transform:translate(-50%,-50%) rotate(135deg);display:none;}
header #menu_btn.show>.menu_btn_bot{ top:50%; background:#fff; -webkit-transform:translate(-50%,-50%) rotate(45deg); -moz-transform:translate(-50%,-50%) rotate(45deg); -o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg); -ms-transform:translate(-50%,-50%) rotate(45deg);}


@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
    #logo ul.menunav{display:none;}
    header #menu_btn{display:block;}
}
@media (min-width:1px) and (max-width:767px) {
    #logo ul.menunav{display:none;}
    header #menu_btn{display:block;}
}
@media (min-width:1px) and (max-width:991px) {
    #logo{padding:15px 0;background:rgba(0,0,0,0.5);}
    #logo .logo img{max-width:120px;}
    #logo .right{padding-top:0;}
    #logo .box{padding:5px 10px;height:34px;}
    #logo .box > a{width:24px;height:24px;line-height:24px;}
    #logo .box > span{margin:0 5px;line-height:24px;}
    header #menu_btn{margin-left:5px;width:34px;height:34px;}
    header #menu_btn>.menu_btn_top{top:12px;}
    header #menu_btn>.menu_btn_med{top:18px;left:14px;}
    header #menu_btn>.menu_btn_bot{top:24px;}
    
    #logo ul.menunav{display:none;}
    #menu .contbox .toptag{font-size:24px;margin-bottom:20%;}

    header #menu{overflow-y:auto;}
    header #menu .menubox{width:100%;padding-right:0;}
    #menu .mlist{padding-bottom:10px;}
    #menu .mlist .menuTitle{padding-left:0;margin-bottom:5px;font-size:20px;}
    #menu .mlist.current .menuTitle::before{display:none;}
    #menu .menubox dl{padding-left:15px;height:auto;display:none;}
    #menu .menubox dl>dd{padding-right:15px;}
    #menu .mlist.current dl{height:auto;}
    header #menu .contbox{position:absolute;left:0;bottom:0;right:0;padding:15px;width:100%;}
    #menu .contbox .flex_between{position:relative;left:initial;bottom:initial;}
    #menu .contbox .qrlist{width:100px;margin-right:15px;}
    #menu .contbox .qrlist img:not(:last-child){margin-bottom:10px;}
    #menu .contbox span.tit{font-size:16px;margin-bottom:5px;font-weight:initial;}
    #menu .contbox p{font-size:14px;font-weight:initial;}
    #menu .contbox p.tel{font-size:14px;font-family:initial;}
    #menu .contbox p.footline{margin-bottom:10px;padding-bottom:10px;}
    #menu .contbox a.email{font-size:14px;font-weight:initial;}
}
/**********头部样式**********/


.feedbackbox ul{}
.feedbackbox ul>li{margin:0 0 15px;width:100%;position:relative;}
.feedbackbox ul>li:last-child{margin-right:0;}
.feedbackbox ul>li.half{width:49%;}
.feedbackbox ul>li>label{text-align:left;font-weight:normal;font-size:14px;line-height:40px;margin-right:5px;color:#8a8a8a;display:none;}
.feedbackbox ul>li>label>em{color:#f00;font-style:initial;font-size:18px;line-height:40px;display:inline-block;vertical-align:top;}
.feedbackbox ul>li>.input{margin:0;height:50px;padding-left:10px;background-color:#fff;width:100%;border-radius:10px;border:1px solid #f5f8fc;}
.feedbackbox ul>li textarea.input{resize:none;position:relative;line-height:30px;font-size:16px;border:none;height:90px;padding-top:6px;}
.feedbackbox ul>li.tips{border-bottom:none;font-size:18px;line-height:24px;color:#747474;}
.feedbackbox .submit{margin-top:0;}
@media (min-width:992px) and (max-width:1229px) {
    .feedbackbox ul>li.half{margin-bottom:20px;}
    .feedbackbox ul>li{}
    .feedbackbox ul>li>label{font-size:16px;}
    .feedbackbox ul>li.btnli .btnlink{padding:3px 40px;}
}
@media (min-width:768px) and (max-width:991px) {
    .feedbackbox ul>li.half{margin-bottom:20px;}
    .feedbackbox ul>li{}
    .feedbackbox ul>li>label{font-size:16px;}
    .feedbackbox ul>li>input{}
    .feedbackbox ul>li textarea{}
    .feedbackbox ul>li.btnli .morelink{padding:3px 40px;font-size:16px;line-height:32px;}
}
@media (min-width:1px) and (max-width:767px) {
    .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;}
}


#frameInquiry{position:relative;z-index:1;margin-top:-260px;padding:0;margin-bottom:120px;}
#frameInquiry .foot_cont_box{border-radius:50px;background:var(--main-color) url(/dist/images/ico_bg_2.png) no-repeat right 10px top 50px;padding:40px 5%;}
#frameInquiry .left{width:18%;}
#frameInquiry .title{text-align:left;margin-bottom:0;}
#frameInquiry .title i{display:inline-block;width:80px;height:80px;line-height:80px;font-size:48px;border-radius:50px;background-color:#e4ebf9;text-align:center;color:var(--main-color);}
#frameInquiry .title h2{color:#fff;margin-top:20px;}
#frameInquiry .title p{color:#fff;}
#frameInquiry .right{width:80%;}
#frameInquiry .feedbackbox{position:relative;top:50%;transform:translate(0,-50%);}
#frameInquiry .feedbackbox ul>li{flex:1;margin-right:20px;}
#frameInquiry .feedbackbox ul>li>.input{height:56px;background-color:#81a0dc;border-color:#81a0dc;color:#fff;}
#frameInquiry .feedbackbox ul>li textarea.input{height:56px;padding-top:14px;}
#frameInquiry .feedbackbox .submit{color:#000;background-color:#fff;width:168px;line-height:36px;transition:all 0.3s;}
#frameInquiry .feedbackbox .submit>i{color:#fff;background-color:var(--main-color);width:36px;height:36px;line-height:36px;}
#frameInquiry .feedbackbox .submit:hover{width:200px;}
#frameInquiry .feedbackbox input::-webkit-input-placeholder,#frameInquiry .feedbackbox textarea::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #fff;
}
#frameInquiry .feedbackbox input:-moz-placeholder,#frameInquiry .feedbackbox textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #fff;
}
#frameInquiry .feedbackbox input::-moz-placeholder,#frameInquiry .feedbackbox textarea::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #fff;
}
#frameInquiry .feedbackbox input:-ms-input-placeholder,#frameInquiry .feedbackbox textarea:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #fff;
}
@media (min-width:1230px) and (max-width:1429px) {
    #frameInquiry .foot_cont_box{padding:30px 3%;}
}
@media (min-width:992px) and (max-width:1229px) {
    #frameInquiry .foot_cont_box{padding:30px 3%;}
    #frameInquiry .left{width:100%;}
    #frameInquiry .right{width:100%;}
    #frameInquiry .title h2{color:#fff;margin-top:0;display:inline-block;margin-left:20px;}
    #frameInquiry .title i{vertical-align:top;}
    #frameInquiry .title p{margin-bottom:20px;font-size:18px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frameInquiry .foot_cont_box{padding:30px 3%;}
    #frameInquiry .left{width:100%;}
    #frameInquiry .right{width:100%;}
    #frameInquiry .title h2{color:#fff;margin-top:0;display:inline-block;margin-left:20px;}
    #frameInquiry .title i{vertical-align:top;}
    #frameInquiry .title p{margin-bottom:20px;font-size:18px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frameInquiry{margin-bottom:30px;margin-top:0;}
    #frameInquiry .foot_cont_box{padding:30px 3%;border-radius:20px;}
    #frameInquiry .left{width:100%;}
    #frameInquiry .right{width:100%;}
    #frameInquiry .title h2{color:#fff;margin-top:0;display:inline-block;margin-left:20px;}
    #frameInquiry .title i{vertical-align:top;width:60px;height:60px;line-height:60px;font-size:30px;}
    #frameInquiry .title p{margin-bottom:20px;font-size:18px;}
    #frameInquiry .feedbackbox ul > li{width:100%;flex:initial;margin:0 0 15px;}
}

/**********底部样式**********/
footer{background-color:#222;background-repeat:no-repeat;background-position:bottom center;padding-top:100px;position:relative;}
footer dl dt{margin-bottom:15px;}
footer dl dt>a{font-size:20px;line-height:30px;position:relative;color:#fff;}
footer dl dd{position:relative;margin-bottom:10px;color:#888;}
footer dl dd>a{display:block;color:#888;}
footer dl dd>a>em{display:inline-block;width:0;height:2px;transition:all 0.3s;background-color:var(--main-color);position:relative;top:50%;transform:translate(0,-50%);vertical-align:middle;}
footer dl dd>a:hover{text-decoration:underline;color:#fff;}
/*footer dl dd>a:hover>em{width:10px;margin-right:5px;}*/
#fck1{width:280px;}
#fck2{}
#fck3{}
#fck7{width:300px;}
#fck7 h2{font-size:20px;line-height:30px;position:relative;color:#fff;margin-bottom:15px;}
#fck7 .feedbackbox .submit{border-radius:5px;text-align:center;padding:4px 4px 4px ;}

#fck1 .footlogo{margin-bottom:30px;}
#fck1 .qrlist img{display:inline-block;width:150px;}
#fck1 .qrlist img:not(:last-child){margin-right:22px;}
footer .tabContact #tabs{background-color:#494848;border-radius:3px;display:flex;}
footer .tabContact #tabs>a{color:#fff;padding:13px 30px;display:block;white-space:nowrap;line-height:1;flex:1;text-align:center;border-radius:3px;}
footer .tabContact #tabs>a:not(.current):hover{color:var(--main-color);}
footer .tabContact #tabs>a.current{background-color:var(--main-color);}
footer .tabContact #content{margin-top:30px;}
footer .tabContact #content .item{display:none;}
footer .tabContact #content .item.current{display:block;}
footer .tabContact #content span.tit{display:block;font-size:16px;color:#888;line-height:30px;margin-bottom:5px;}
footer .tabContact #content span.tit>i{display:inline-block;vertical-align:top;margin-right:6px;font-size:24px;line-height:30px;}
footer .tabContact #content p{color:#fff;font-size:16px;font-family:var(--font-family-en);margin-bottom:15px;padding-left:30px;}
footer .tabContact #content p.tel{font-size:36px;line-height:1;font-weight:bold;}
footer .tabContact #content a.email{color:#fff;font-size:18px;font-family:var(--font-family-en);display:inline-block;}
footer .tabContact #content a.email:hover{color:var(--main-color);}

footer .footshare{margin-top:var(--gap-big);}
footer .footshare>a{display:inline-block;width:46px;height:46px;line-height:46px;background-color:#808080;border-radius:50px;text-align:center;}
footer .footshare>a>i{display:inline-block;line-height:46px;color:#fff;font-size:24px;}
footer .footshare>a:hover{background-color:var(--main-color);}


.foot_by{overflow:hidden;margin-top:50px;text-align:center;border-top:1px solid #666;}
.foot_by .footdiv{color:var(--font-color);margin:0;display:inline-block;padding:20px 0;}
.foot_by .footdiv a{display:inline-block;color:var(--font-color);}
.foot_by .footdiv a:hover{text-decoration:underline;}
@media (min-width:1230px) and (max-width:1429px) {
    #fck1{width:330px;}
    #fck2{width:250px;}
    #fck3{width:250px;}
    #fck4{width:250px;}
    #fck5{width:250px;margin-top:30px;}
    #fck6{width:250px;margin-top:30px;}
    #fck7{width:300px;margin-top:30px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #fck1{width:330px;}
    #fck2{width:180px;}
    #fck3{width:180px;}
    #fck4{width:250px;}
    #fck5{width:250px;margin-top:30px;}
    #fck6{width:250px;margin-top:30px;}
    #fck7{width:300px;margin-top:30px;}
    
    .foot_by{}
    .foot_by .footdiv{font-size:14px;}
    .foot_by .footdiv a{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    footer{padding-top:50px;}
    
    #fck1{width:48%;}
    #fck2{width:180px;}
    #fck3{width:180px;}
    #fck4{width:250px;margin-top:30px;}
    #fck5{width:200px;margin-top:30px;}
    #fck6{width:200px;margin-top:30px;}
    #fck7{width:48%;}
    #fck7 span.tit{font-size:16px;line-height:30px;}
    #fck7 p{color:#fff;font-size:18px;line-height:24px;font-family:var(--font-family-en);font-weight:bold;}
    #fck7 p.tel{font-size:20px;}
    #fck7 p.footline{padding-bottom:15px;margin-bottom:15px;}
    #fck7 a.email{font-size:16px;}
    
    footer dl dt{font-size:20px;margin-bottom:20px;}
    footer dl dd{margin-bottom:0;font-size:15px;}
    footer dl dd>a{}
    

    .foot_by{margin-top:15px;}
    .foot_by .footdiv{font-size:13px;padding:15px 0;}
    .foot_by .footdiv a{font-size:13px;}
}
@media (min-width:1px) and (max-width:767px) {
    footer{padding-top:20px;margin-top:0;}

    
    #fck1{width:100%;margin-bottom:20px;}
    #fck1 .footlogo{margin-bottom:20px;}
    #fck2{width:100%;}
    #fck3{width:100%;}
    #fck4{width:100%;}
    #fck5{width:100%;}
    #fck6{width:100%;}
    #fck7{width:100%;}
    #fck7 span.tit{font-size:16px;line-height:30px;}
    #fck7 p{color:#fff;font-size:18px;line-height:24px;font-family:var(--font-family-en);font-weight:bold;}
    #fck7 p.tel{font-size:20px;}
    #fck7 p.footline{padding-bottom:15px;margin-bottom:15px;}
    #fck7 a.email{font-size:16px;}
    
    .subscribeBox .input{height:36px;}
    .subscribeBox .btnSubscribe > i{width:36px;height:36px;line-height:36px;font-size:24px;}
    
    footer dl{margin-bottom:0;}
    footer dl dt{font-size:16px;margin-bottom:20px;}
    footer dl dt::after{content:"\e666";font-family:iconfont;margin-left:10px;font-size:16px;color:#fff;}
    footer dl dd{display:none;margin-bottom:0;font-size:14px;}
    footer dl dd p{font-size:12px;}
    footer dl.catelist dd>a{font-size:12px;}
    .foot_by{margin-top:10px;}
    .foot_by .footdiv{display:block;text-align:center;font-size:12px;line-height:1.5;width:100%;padding:5px 0;}
    .foot_by .footdiv a{font-size:12px;line-height:1.5}
    .foot_by .footdiv.fl{float:none;padding:5px 0;}
    .foot_by .footdiv.fr{float:none;padding:5px 0;}
}

#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:14px;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:767px) {
    #mobMenu{display:none;}
}


#float{position:fixed;right:0;top:60%;margin-top:-60px;z-index:55;transform:translate(0,-50%);}
#float .ico{display:block;width:50px;height:50px;text-align:center;background:var(--main-color);position:relative;cursor:pointer;margin-bottom:6px;box-shadow:0 0 10px #666;}
#float .ico>i{font-size:30px;line-height:50px;display:block;color:#fff;}
#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:hover>.img{display:block;}
@media (min-width:1px) and (max-width:991px){
    #float .ico{width:40px;height:40px;margin-bottom:5px;}
    #float .ico>i{font-size:24px;line-height:40px;}
    #float .ico>.img{right:40px;}
}
#float .ico p{position: absolute;right: 100%;width: auto;padding: 10px 20px;top: 0;background: var(--main-color);white-space: nowrap;line-height: 30px;color:#fff;transform:rotateX(90deg);transition:all 0.3s;}
#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 p{transform:rotateX(0deg);}
@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 .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:block;width:30px;height:30px;background-color:#000;border:3px solid #fff;border-radius:50%;z-index:1;position:absolute;top:-15px;right:-15px;text-align:center;cursor:pointer;}
#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;border-radius:50px;display:inline-block;}
#floatForm .contactForm .submit:hover{color:var(--main-color);}

/**********底部样式**********/


/*按钮样式*/
.btn-2{position:relative;z-index:1;overflow:hidden;}
.btn-2:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: -5px;
  left: -5px;
  transition:all .5s;z-index:-1;
}
.btn-2:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: -5px;
  right: -5px;
  transition:all .5s;z-index:-1;
}
.btn-2:hover:before {
  border-width: 300px 0 0 300px;
}
.btn-2:hover:after {
  border-width: 0 300px 300px 0;
}

.btn-3{position:relative;z-index:1;overflow:hidden;}
.btn-3:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent var(--main-color);
  position: absolute;
  bottom: -5px;
  left: -5px;
  transition:all .5s;z-index:-1;
}
.btn-3:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent var(--main-color) transparent transparent;
  position: absolute;
  top: -5px;
  right: -5px;
  transition:all .5s;z-index:-1;
}
.btn-3:hover:before {
  border-width: 300px 0 0 300px;
}
.btn-3:hover:after {
  border-width: 0 300px 300px 0;
}

.video_icon{position:absolute;top:50%;left:50%;transform: translate(-50%, -50%);width:60px;height:60px;line-height:60px;text-align:center;}
.video_icon i.iconfont{display:block;font-size:24px;width:60px;height:60px;line-height:60px;background-color:rgba(255,255,255,0.8);border-radius:50%;color:var(--main-color);}
.video_icon .play,
.video_icon .play:before,
.video_icon .play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    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);
    }
}


#ibframe{clear:both;width:100%;height:100vh;display:block;overflow:hidden;position:fixed;left:0;right:0;top:0;}
#ibframe .swiper{height:100%;}
#ibframe .swiper-slide img{width:100%;height:100%;object-fit:cover;margin:0 auto;transform:scale(1,1);}
#ibframe .swiper-slide-active img,banner .swiper-slide-duplicate-active img{transition:6s linear;transform:scale(1,1);}
#ibframe .swiper-pagination{bottom:80px;text-align:right;width:var(--page-width);left:50%;transform:translate(-50%,0);padding:var(--padding-lr);display:none;}
#ibframe .swiper-pagination-bullet{width:31px;height:31px;line-height:31px;color:#fff;margin:0 4px;border-radius:50%;border:1px solid #fff;opacity:0.48;background-color:transparent;text-align:center;}
#ibframe .swiper-pagination-bullet-active{opacity:1;}
#ibframe .btnlist{display:none;}
#ibframe .btnlist .swbtn{display:inline-block;width:50px;height:50px;line-height:50px;text-align:center;position:absolute;color:#fff;top:calc(50% - 25px);background-color:rgba(0,0,0,0.1);z-index:1;border-radius:50%;}
#ibframe .btnlist .swbtn>i{font-size:30px;}
#ibframe .btnlist .swbtn.btn-prev{left:calc(10px + 5vw);}
#ibframe .btnlist .swbtn.btn-next{right:calc(10px + 5vw);}
#ibframe .txt{position:absolute;width:100%;top:50%;transform:translate(0,-40%);}
#ibframe h2{font-size:58px;color:#fff;position:relative;margin-bottom:20px;}
#ibframe p{font-size:18px;color:#fff;margin-bottom:var(--gap-big);text-transform:uppercase;}
#ibframe .morelink{padding:6px 10px 6px 20px;min-width:170px;background-color:#fff;color:#333;line-height:34px;transition:all 0.3s;}
#ibframe .morelink>i{background-color:var(--main-color);color:#fff;width:34px;height:34px;line-height:34px;}
#ibframe .morelink:hover{min-width:200px;}

#ibframe{height:initial;position:relative;}
.homemain{margin-top:-160px;}

@media (min-width:992px) and (max-width:1229px) {
    #ibframe .swiper-pagination{bottom:30px;}
    #ibframe h2{font-size:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ibframe h2{font-size:24px;}
    #ibframe p{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px){
    #ibframe .swiper-slide img{transform:scale(1,1);}
    #ibframe .swiper-slide-active img,banner .swiper-slide-duplicate-active img{transition:5s linear;transform:scale(1,1);}

    #ibframe .swiper-pagination{bottom:5px;}
    #ibframe .txt{top:50%;transform: translate(0,-50%);}
    #ibframe h2{font-size:24px;margin-bottom:10px;}
    #ibframe p{font-size:14px;}

    
header.homepage #logo{position:relative;background:#fff;padding:10px 0;}
header.homepage #logo .logo img{filter:initial;}
header.homepage #logo .box{background-color:rgba(0,0,0,0.5);}
header.homepage #menu_btn{background-color:rgba(0,0,0,0.5);}
header.homepage #logo ul.menunav>li>a{color:#000;}

    #ibframe{height:initial;position:relative;}
    #ibframe h2{font-size:20px;}
    #ibframe p{margin-bottom:0;font-size:13px;}
    #ibframe .swiper{height:auto;}
    .homemain{margin-top:initial;}
    .homemain .editorial{display:none;}
}


#frame1{background:#fff;padding-bottom:150px;}
#frame1 .bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;margin-top:0;}
#frame1 .bg::before{content:"";background:url(/dist/images/drawing1.png) no-repeat center top/100% auto;position:absolute;top:3%;left:0;width:100%;height:100%;z-index:1;}
#frame1 .bg::after{content:"";background:url(/dist/images/drawing2.png) no-repeat center bottom/100% auto;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}
#frame1 .bg>div{position:relative;left:50%;transform:translate(-50%,0);}
#frame1 .container{position:relative;z-index:5;}
#frame1 .catelist .box2{}
#frame1 .catelist .item{display:block;border-radius:30px;overflow:hidden;margin-bottom:30px;position:relative;}
#frame1 .catelist .item:before{content:"";position:absolute;left:0;top:100%;bottom:0;right:0;background:linear-gradient(to bottom, transparent 0%, rgba(53,47,32,0.5) 100%);z-index:1;transition:all 0.3s;}
#frame1 .catelist .box{width:calc((100% - 30px)/2);}
#frame1 .catelist .item img{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 0.3s;width:100%;}
#frame1 .catelist .box1 .item{height:770px;}
#frame1 .catelist .box2 .item{height:370px;}
#frame1 .catelist .box3{width:100%;}
#frame1 .catelist .box4 .item{width:calc((100% - 30px)/2);}
#frame1 .catelist .box5 .item{margin-right:30px;}
#frame1 .catelist .box5 .item{height:370px;}
#frame1 .catelist .box5 .item_5{width:calc((50% - 45px)/2);margin-right:30px;}
#frame1 .catelist .box5 .item_6{width:calc((50% - 45px)/2);margin-right:30px;}
#frame1 .catelist .box5 .item_7{flex:1;margin-right:0;}
#frame1 .catelist .item.item_7 img{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);}
#frame1 .catelist .item .txt{position:absolute;bottom:6%;left:8%;z-index:2;}
#frame1 .catelist .item .txt i.icon{font-size:36px;color:#fff;line-height:1;display:inline-block;}
#frame1 .catelist .item .txt h3{font-size:30px;color:#fff;}
#frame1 .catelist .item .txt p{color:#fff;}
#frame1 .catelist .item .txt .link{padding:0 4px 0 20px;line-height:28px;background-color:var(--btn-bg);color:#fff;display:inline-block;border-radius:50px;width:140px;margin-top:15px;transition:all 0.3s;height:0;overflow:hidden;}
#frame1 .catelist .item .txt .link>i{display:inline-block;width:28px;height:28px;line-height:28px;border-radius:50px;text-align:center;color:var(--main-color);float:right;background-color:#fff;}
#frame1 .catelist .item:hover:before{top:0;}
#frame1 .catelist .item:hover img{transform:translate(-50%,-50%) scale(1.05);}
#frame1 .catelist .item:hover .txt .link{height:36px;padding:4px 4px 4px 20px;}
@media (min-width:1430px) and (max-width:1629px){
    #frame1 .bg::before{content:"";}
    #frame1 .catelist .box1 .item{height:680px;}
    #frame1 .catelist .box2 .item{height:325px;}
    #frame1 .catelist .box5 .item{height:325px;}
}@media (min-width:1230px) and (max-width:1429px){
    #frame1 .bg::before{content:"";}
    #frame1 .catelist .box1 .item{height:580px;}
    #frame1 .catelist .box2 .item{height:275px;}
    #frame1 .catelist .box5 .item{height:275px;}
    #frame1 .catelist .item .txt{bottom:5%;left:5%;}
    #frame1 .catelist .item .txt h3{font-size:24px;}

}@media (min-width:992px) and (max-width:1229px) {
    #frame1 .bg::before{content:"";}
    #frame1 .catelist .item{margin-bottom:20px;}
    #frame1 .catelist .box{width:calc((100% - 20px)/2);}
    #frame1 .catelist .box1 .item{height:450px;}
    #frame1 .catelist .box2 .item{height:210px;}
    #frame1 .catelist .box4 .item{width:calc((100% - 20px)/2);}
    #frame1 .catelist .box5 .item{height:210px;}
    #frame1 .catelist .box5 .item_5{width:calc((50% - 30px)/2);margin-right:20px;}
    #frame1 .catelist .box5 .item_6{width:calc((50% - 30px)/2);margin-right:20px;}
    #frame1 .catelist .item .txt{bottom:5%;left:5%;}
    #frame1 .catelist .item .txt h3{font-size:20px;}
    #frame1 .catelist .item:before{top:0;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame1 .bg{display:none;}
    #frame1 .catelist .item{margin-bottom:15px;}
    #frame1 .catelist .box{width:calc((100% - 15px)/2);}
    #frame1 .catelist .box1 .item{height:350px;}
    #frame1 .catelist .box2 .item{height:165px;}
    #frame1 .catelist .box4 .item{width:calc((100% - 15px)/2);}
    #frame1 .catelist .box5 .item{height:165px;}
    #frame1 .catelist .box5 .item_5{width:calc((50% - 22.5px)/2);margin-right:15px;}
    #frame1 .catelist .box5 .item_6{width:calc((50% - 22.5px)/2);margin-right:15px;}
    #frame1 .catelist .item .txt{bottom:5%;left:5%;}
    #frame1 .catelist .item .txt h3{font-size:20px;}
    #frame1 .catelist .item:before{top:0;}
}
@media (min-width:1px) and (max-width:767px){
    #frame1{padding-bottom:0;}
    #frame1 .bg{display:none;}
    #frame1 .catelist .item{margin-bottom:15px;width:100%;height:200px;}
    #frame1 .catelist .box{width:100%;}
    #frame1 .catelist .box1 .item{height:200px;}
    #frame1 .catelist .box2 .item{height:200px;}
    #frame1 .catelist .box4 .item{width:100%;}
    #frame1 .catelist .box5 .item{height:200px;}
    #frame1 .catelist .box5 .item_5{width:100%;margin-right:0;}
    #frame1 .catelist .box5 .item_6{width:100%;margin-right:0;}
    #frame1 .catelist .item .txt{bottom:5%;left:5%;}
    #frame1 .catelist .item .txt h3{font-size:20px;}
    #frame1 .catelist .item:before{top:0;}
}



/*波浪线 Start*/
.editorial{display: block;width: 100%;height: 10em;max-height: 100vh;margin:0;position:relative;}
.editorial2{background-color:#fff;}
.parallax > use {animation: move-forever 12s linear infinite;}
.parallax > use:nth-child(1){animation-delay:-2s;}
.parallax > use:nth-child(2){animation-delay:-2s;animation-duration:5s;}
.parallax > use:nth-child(3){animation-delay:-4s;animation-duration:3s;}
@keyframes move-forever {
    0% {transform: translate(-90px, 0%);}
    100% {transform: translate(85px, 0%);}
}
@media (max-width:960px){
    .editorial{height:5rem;}
}

#frame2{background-color:var(--main-color);background-image:url(/dist/images/ico_bg_2.png);background-repeat:no-repeat;background-position:left bottom 50px;padding-bottom:150px;position:relative;}
#frame2 .title{text-align:left;}
#frame2 .title h2{color:#fff;}
#frame2 .left{width:46.5%;}
#frame2 .left .remark{color:#fff;line-height:2.25;}
#frame2 .left .list{margin-top:var(--gap-big);}
#frame2 .left .list .item{width:calc((100% - 25px)/3);background-color:#fff;padding:18px 30px;border-radius:20px;transition:all 0.3s;}
#frame2 .left .list .item i{display:inline-block;background-color:#e4ebf9;border-radius:50px;width:48px;height:48px;line-height:48px;font-size:30px;color:#fff;text-align:center;transition:all 0.3s;}
#frame2 .left .list .item h3{font-size:60px;color:var(--main-color);line-height:1;margin-top:10px;}
#frame2 .left .list .item h3 span{font-weight:bold;display:inline-block;vertical-align:top;}
#frame2 .left .list .item h3 sup{vertical-align:top;display:inline-block;}
#frame2 .left .list .item p{margin-top:10px;}
#frame2 .left .list .item:hover{box-shadow:0 0 30px rgba(0,0,0,0.5);background-color:#5a83d2;}
#frame2 .left .list .item:hover i{background-color:#fff;color:var(--main-color);}
#frame2 .left .list .item:hover h3{color:#fff;}
#frame2 .left .list .item:hover p{color:#fff;}
#frame2 .btnlink{padding:4px 4px 4px 20px;line-height:28px;background-color:#fff;color:#666;display:inline-block;border-radius:50px;width:140px;margin-top:var(--gap-big);transition:all 0.3s;overflow:hidden;}
#frame2 .btnlink>i{display:inline-block;width:28px;height:28px;line-height:28px;border-radius:50px;text-align:center;color:#fff;float:right;background-color:var(--main-color);}
#frame2 .btnlink:hover{width:200px;}
#frame2 .right{width:48%;padding:50px 1% 0;text-align:center;}
#frame2 .right .img{display:inline-block;margin:0 auto;position:relative;}
#frame2 .right .img:before{content:"";width:100%;height:100%;background-color:#afc3e9;border-radius:20px;overflow:hidden;z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(0deg);transition:all 0.5s;}
#frame2 .right .img:hover:before{transform:translate(-50%,-50%) rotate(5deg);}
#frame2 .right .img img{border-radius:20px;position:relative;z-index:2;}
@keyframes bgrotate {
    0% {
        transform:translate(-50%,-50%) rotate(5deg);
    }
    100% {
        transform:translate(-50%,-50%) rotate(360deg);
    }
}
@media (min-width:1230px) and (max-width:1429px){
    #frame2{padding-bottom:100px;}
    #frame2 .left .list .item{padding:15px;}
    #frame2 .left .list .item h3{font-size:40px;}
}@media (min-width:992px) and (max-width:1229px) {
    #frame2{padding-bottom:100px;}
    #frame2 .left .list .item{padding:15px;}
    #frame2 .left .list .item h3{font-size:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame2{padding-bottom:100px;}
    #frame2 .left{width:100%;}
    #frame2 .left .list .item{padding:15px;}
    #frame2 .left .list .item h3{font-size:30px;}
    #frame2 .right{width:100%;margin-top:20px;}
    #frame2 .right .img:before{display:none;}
}
@media (min-width:1px) and (max-width:767px){
    #frame2{padding-bottom:100px;}
    #frame2 .left{width:100%;}
    #frame2 .left .list .item{padding:15px;}
    #frame2 .left .list .item h3{font-size:20px;}
    #frame2 .right{width:100%;padding-top:20px;}
    #frame2 .right .img:before{display:none;}
}




#frame3{border-radius:50px 50px 0 0;margin-top:-50px;position:relative;z-index:1;padding-bottom:120px;background:#fff;}
#frame3:before{content:"";position:absolute;left:0;top:30px;width:100%;height:300px;background-image:url(/dist/images/ico_bg_3.png);background-repeat:no-repeat;background-position:right 20% top 30px;animation:showbg 1s linear;}
@keyframes showbg {
    0% {
        height:0;
    }
    100% {
        height:300px;
    }
}
#frame3 .list .item:nth-child(2n){margin-top:var(--gap-big);}
#frame3 .list .item .pic{position:relative;overflow:hidden;border-radius:20px;}
#frame3 .list .item .pic:before{content:"";position:absolute;left:0;top:100%;bottom:0;right:0;background:linear-gradient(to bottom, transparent 0%, rgba(53,47,32,0.5) 100%);z-index:1;transition:all 0.3s;}
#frame3 .list .item .pic img{height:100%;position:relative;left:50%;top:0;transform:translate(-50%,0);width:auto;max-width:initial;transition:all 0.3s;}
#frame3 .list .item .txt{position:absolute;bottom:0%;padding:0 15px;transform:translate(0,-50%);transition: all 0.5s ease;z-index:1;width:100%;overflow:hidden;}
#frame3 .list .item .txt h3{color:#fff;font-size:24px;text-align:center;transition: all 0.5s ease;}
#frame3 .list .item .txt p{font-size:16px;line-height:1.6;text-align:left;margin-top:15px;overflow:hidden;position:relative;transition: all 0.5s ease;top:100%;color:#fff;height:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;}
#frame3 .list .item:hover .txt p{top:0;height:112px;}
#frame3 .list .item:hover .pic img{transform:translate(-50%,0) scale(1.05);}
#frame3 .list .item:hover .pic:before{top:0;}
#frame3 .swiper .btnlist{margin-top:var(--gap-big);text-align:center;display:flex;justify-content:center;}
#frame3 .swiper .btnlist .swiper-pagination{padding:10px 30px;background-color:#f5f8fc;position:relative;left:initial;bottom:initial;border-radius:50px;width:auto;margin:0 20px;display:flex;align-items:center;}
#frame3 .swiper .btnlist .swiper-pagination .swiper-pagination-bullet{background-color:var(--main-color);border-radius:50px;opacity:1;transition:all 0.3s;}
#frame3 .swiper .btnlist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:36px;}
#frame3 .swiper .btnlist .swbtn{display:inline-block;background-color:#f5f8fc;width:44px;height:44px;text-align:center;display:inline-block;border-radius:50px;}
#frame3 .swiper .btnlist .swbtn>i{line-height:44px;font-size:30px;display:inline-block;color:var(--main-color);}
#frame3 .swiper .btnlist .swbtn.btn-next>i{transform:rotateY(180deg);}
#frame3 .swiper .btnlist .swbtn:hover{background-color:var(--main-color);}
#frame3 .swiper .btnlist .swbtn:hover>i{color:#fff;}
@media (min-width:1230px) and (max-width:1429px){
    #frame3 .list .item .txt h3{font-size:20px;}
}@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #frame3{padding-bottom:50px;}
    #frame3 .swiper .btnlist{margin-top:30px;}
}
@media (min-width:1px) and (max-width:767px){
    #frame3{padding-bottom:30px;}
    #frame3 .list .item:nth-child(2n){margin-top:0;}
    #frame3 .list .item .pic img{height:auto;width:100%;}
    #frame3 .list .item .txt h3{font-size:16px;}
    #frame3 .swiper .btnlist{margin-top:20px;}
    #frame3 .swiper .btnlist .swiper-pagination{margin:0 10px;}
    #frame3 .swiper .btnlist .swbtn{width:40px;height:40px;}
    #frame3 .swiper .btnlist .swbtn>i{line-height:40px;}
}


#frame4{border-radius:50px 50px 0 0;margin-top:-50px;position:relative;z-index:1;background:#f5f8fc url(/dist/images/bg_4.jpg) no-repeat bottom center;padding-bottom:150px;}
#frame4 .list .item{width:calc((100% - 100px)/6);margin-right:20px;text-align:center;min-height:320px;border-radius:20px;overflow:hidden;padding:15px 30px;position:relative;}
#frame4 .list .item:before{content:"";background-repeat:no-repeat;background-position:center center;position:absolute;width:100%;height:100%;top:0;left:0;opacity:0.05;}
#frame4 .list .item:nth-child(6n){margin-right:0px;}
#frame4 .list .item:nth-child(2n+1){background-color:var(--main-color);}
#frame4 .list .item:nth-child(2n+1):before{background-image:url(/dist/images/ico_bg_4_1.png);}
#frame4 .list .item:nth-child(2n+1) img{filter:brightness(0) invert(1);}
#frame4 .list .item:nth-child(2n+1) h3{color:#fff;}
#frame4 .list .item:nth-child(2n+1) p{color:#fff;}
#frame4 .list .item:nth-child(2n){background-color:#fff;}
#frame4 .list .item:nth-child(2n):before{background-image:url(/dist/images/ico_bg_4.png);}
#frame4 .list .item h3{font-size:24px;margin-top:10px;}
#frame4 .list .item p{font-size:16px;line-height:1.75;text-align:left;margin-top:15px;overflow:hidden;position:relative; transition: all 0.5s ease;top:100%;}
#frame4 .list .item:hover p{top:0;}
#frame4 .list .item .txt{position:relative;top:50%;transform:translate(0,-50%);transition: all 0.5s ease;}
#frame4 .list .item:hover .txt{top:0;transform:translate(0,0);}
@media (min-width:1230px) and (max-width:1429px){
    #frame4 .list .item{width:calc((100% - 40px)/3);margin-bottom:20px;min-height:280px;}
    #frame4 .list .item:nth-child(3n){margin-right:0;}
}@media (min-width:992px) and (max-width:1229px) {
    #frame4 .list .item{width:calc((100% - 40px)/3);margin-bottom:20px;min-height:280px;}
    #frame4 .list .item:nth-child(3n){margin-right:0;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame4 .list .item{width:calc((100% - 40px)/3);margin-bottom:20px;min-height:280px;}
    #frame4 .list .item:nth-child(3n){margin-right:0;}
    #frame4 .list .item h3{font-size:20px;}
    #frame4 .list .item p{line-height:1.5;}
}
@media (min-width:1px) and (max-width:767px){
    #frame4 .list .item{width:100%;margin-bottom:20px;min-height:200px;margin-right:0;}
    #frame4 .list .item h3{font-size:20px;}
    #frame4 .list .item p{line-height:1.5;}
    #frame4 .list .item p{top:0;}
    #frame4 .list .item .txt{top:0;transform:translate(0,0);}
}


#frame5{padding-bottom:120px;display:none;background:#fff;position:relative;}
#frame5 .left{width:25%;}
#frame5 .title{text-align:left;margin-bottom:var(--gap-big);}
#frame5 .content{position:relative;}
#frame5 a.btnlink{color:var(--main-color);display:inline-block;}
#frame5 a.btnlink>i{margin-left:15px;}
#frame5 .right{width:100%;position:absolute;left:30%;top:0;}
#frame5 .partnerswiper1{margin-bottom:10px;}
#frame5 .item{box-shadow:0 0 10px #eee;border-radius:50px;overflow:hidden;margin:10px auto;}
#frame5 .swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    }
@media (min-width:1px) and (max-width:767px){
    #frame5{padding-bottom:30px;}
    #frame5 .left{width:100%;margin-bottom:20px;}
    #frame5 .title{margin-bottom:0;}
    #frame5 .right{width:100%;position:relative;left:0;}
}


#frame6{background:linear-gradient(to bottom,#f0f4fb,#fff);border-radius:50px 50px 0 0;margin-top:-50px;position:relative;z-index:1;background:#fff;}
#frame6 .title{text-align:left;}
#frame6 .title span{}
#frame6 .right .morelink{}
#frame6 .right .morelink>i{background-color:#fff;color:var(--main-color);}
#frame6 .right .morelink:hover{background-color:var(--main-color);color:#fff;}
#frame6 .right .morelink:hover>i{background-color:#fff;color:var(--main-color);}
#frame6 .list .item{position:relative;border-radius:20px;overflow:hidden;}
#frame6 .list .item .img{position:relative;}
#frame6 .list .item .img:before{content:"";position:absolute;left:0;top:100%;bottom:0;right:0;background:linear-gradient(to bottom, transparent 0%, rgba(53,47,32,0.5) 100%);z-index:1;transition:all 0.3s;}
#frame6 .list .item .img img{filter: brightness(95%);}
#frame6 .list .item .txt{position:absolute;bottom:0;left:0;width:100%;padding-left:6%;padding-bottom:3%;z-index:2;}
#frame6 .list .item .txt span.date{font-size:16px;color:#fff;line-height:1;display:inline-block;}
#frame6 .list .item .txt h3{font-size:20px;color:#fff;}
#frame6 .list .item .txt p{color:#fff;}
#frame6 .list .item .txt .morelink{height:0;padding:0 4px 0 20px;}
#frame6 .list .item:hover .txt .morelink{height:36px;padding:4px 4px 4px 20px;}
#frame6 .list .item:hover .img:before{top:0;}
#frame6 .swiper .btnlist{margin-top:var(--gap-mid);}
#frame6 .swiper .btnlist .swiper-pagination{display:block;background-color:#dfe6f6;position:relative;left:initial;bottom:initial;height:3px;}
#frame6 .swiper .btnlist .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color:var(--main-color);height:5px;margin-top:-1px;}
#frame6 .swiper .btnlist .swbtn{display:inline-block;width:50px;height:50px;line-height:50px;text-align:center;position:absolute;color:#fff;top:calc(50% - 50px);background-color:#fff;z-index:1;border-radius:50%;}
#frame6 .swiper .btnlist .swbtn>i{font-size:30px;color:var(--main-color);display:inline-block;}
#frame6 .swiper .btnlist .swbtn.btn-prev{left:15px;}
#frame6 .swiper .btnlist .swbtn.btn-next{right:15px;}
#frame6 .swiper .btnlist .swbtn.btn-next>i{transform:rotateY(180deg);}
#frame6 .swiper .btnlist .swbtn:hover{background-color:var(--main-color);}
#frame6 .swiper .btnlist .swbtn:hover>i{color:#fff;}
#frame6 .isoimg{margin-top:var(--gap-big);text-align:center;}
@media (min-width:992px) and (max-width:1229px) {
    #frame6 .list .item .txt{padding-bottom:4%;padding-left:5%;}
    #frame6 .list .item .txt h3{font-size:16px;}
    #frame6 .list .item .txt .morelink{margin-top:5px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame6 .list .item .txt{padding-bottom:4%;padding-left:5%;}
    #frame6 .list .item .txt h3{font-size:16px;}
    #frame6 .list .item .txt .morelink{margin-top:5px;}
}
@media (min-width:1px) and (max-width:767px){
    #frame6{margin-top:0;border-radius:0;}
    #frame6 .title{width:100%;}
    #frame6 .list{margin-top:20px;}
    #frame6 .list .item .txt{padding-bottom:4%;padding-left:5%;}
    #frame6 .list .item .txt h3{font-size:16px;}
    #frame6 .list .item .txt .morelink{margin-top:5px;}
    #frame6 .swiper .btnlist .swbtn{width:40px;height:40px;line-height:40px;}
    #frame6 .swiper .btnlist .swbtn>i{font-size:20px;}
}
#frame6_1{background:linear-gradient(to bottom,#f0f4fb,#fff);position:relative;z-index:1;}
#frame6_1 .title{text-align:left;}
#frame6_1 .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
#frame6_1 .item:nth-child(2n){margin-right:0;}
#frame6_1 .item .txt{padding-top:10px;}
#frame6_1 .item .txt time{color:#999;}

.main{background-color:#fff;margin-top:700px;position:relative;z-index:1;}
#bframe{overflow:hidden;position:fixed;top:70px;height:630px;width:100%;}
#bframe img{width:100%;display:block;margin:0 auto;height:100%;object-fit:cover;}
#bframe .txt{position:absolute;width:100%;top:50%;transform:translate(0,-40%);}
#bframe span{display:block;color:#fff;margin-bottom:10px;}
#bframe h2{font-size:58px;color:#fff;position:relative;margin-bottom:20px;}
#bframe p{font-size:18px;color:#fff;margin-bottom:var(--gap-big);}
#bframe .barimg{position:relative;margin:0;width:100%;animation:showimg 1s linear;}
#bframe .barimg img{margin:0;width:335px;height:119px;object-fit:cover;object-position:left;max-width:100%;max-height:100%;}
@keyframes showimg {
    0% {
        width:0;
    }
    100% {
        width:335px;
    }
}
@media (min-width:992px) and (max-width:1229px) {
    #bframe h2{font-size:30px;}
    #bframe .barimg{display:none;}
}
@media (min-width:768px) and (max-width:991px) {
    #bframe h2{font-size:24px;}
    #bframe p{font-size:14px;}
    #bframe .barimg{display:none;}
}
@media (min-width:1px) and (max-width:767px){
    .main{margin-top:0;}
    #bframe{height:300px;margin-top:40px;position:relative;top:initial;}
    #bframe img{max-width:100%;display:block;margin:0 auto;}
    #bframe .txt{top:initial;bottom:10%;}
    #bframe h2{font-size:18px;margin-bottom:0;}
    #bframe span{margin-bottom:0}
    #bframe p{display:none;}
    #bframe .barimg{display:none;}
}

/*共用*/
#Location{width:100%;position:fixed;top:70px;left:0;background:rgba(0,0,0,0.3);z-index:2;}
#Location .location{padding-top:15px;padding-bottom:15px;text-align:right;display:flex;align-items:center;flex-wrap:wrap;}
#Location .location:before{content:"\e7c6";font-family:iconfont;color:#fff;line-height:30px;display:inline-block;margin-right:5px;}
#Location .location a{display:inline-block;line-height:30px;color:#fff;font-size:14px;}
#Location .location a:not(:last-child)::after{content:"\e775";font-family:iconfont;margin:0 5px;vertical-align:top;font-size:13px;}
#Location .location a:last-child{}
#Location .location span{display:inline-block;line-height:30px;color:#fff;font-size:14px;}
#Location .menulist dl>dd{display:inline-block;margin-right:35px;position:relative;padding:15px 0;}
#Location .menulist dl>dd>a{color:#fff;font-size:15px;line-height:2;transition:all 0.5s;}
#Location .menulist dl>dd:before{content:"";position:absolute;bottom:0;left:49%;right:49%;height:3px;border-radius:3px;opacity:0;transition:all 0.3s;background-color:var(--main-color);}
#Location .menulist dl>dd.active>a{color:#fff;font-weight:bold;}
#Location .menulist dl>dd:hover:before,#Location .menulist dl>dd.active:before{opacity:1;left:0;right:0;}
@media (min-width:1230px) and (max-width:1429px){
    #Location{}
}
@media (min-width:992px) and (max-width:1229px) {
    #Location{}
    #Location h2{font-size:36px;}
    #Location .location a{font-size:14px;}
    #Location .location span{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #Location h2{font-size:24px;margin-bottom:5px;}
    #Location .location{padding:5px;background-color:#fff;opacity:0.8;text-align:left;margin-left:-15px;margin-right:-15px;padding-left:15px;}
    #Location .location a{font-size:14px;line-height:18px;color:#666;}
    #Location .location a:first-child:before{font-size:16px;}
    #Location .location span{font-size:14px;line-height:18px;color:#666;}
    #Location .flex_between{flex-direction:column-reverse;}
    #Location .menulist dl>dd{padding:10px 0;margin-right:20px;}
    #Location .menulist dl>dd>a{line-height:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #Location h2{font-size:24px;margin-bottom:5px;}
    #Location .location{padding:5px;background-color:#f0f0f0;opacity:1;text-align:left;margin-left:-15px;margin-right:-15px;padding-left:15px;}
    #Location .location:before{color:#666;}
    #Location .location a{font-size:14px;line-height:18px;color:#666;}
    #Location .location a:first-child:before{font-size:16px;}
    #Location .location span{font-size:14px;line-height:18px;color:#666;}
    #Location .flex_between{flex-direction:column-reverse;}
    #Location .menulist dl>dd{padding:5px 0;margin-right:10px;}
    #Location .menulist dl>dd>a{line-height:20px;}
}

/*左侧菜单*/
#left_nav{width:345px;padding:30px 35px 0 0;border-right:1px solid #73888c;border-top:1px solid #73888c;}
#right_nav{flex:1;border-top:1px solid #73888c;}
#left_nav dl{overflow:hidden;margin-bottom:30px;border-radius:10px 10px 0 0;}
#left_nav dl>dt{font-size:28px;position:relative;color:#fff;margin-bottom:25px;}
#left_nav dl>dd{position:relative;cursor:pointer;background-color:#373a3d;border-radius:0 0 20px 20px;margin-bottom:30px;overflow:hidden;}
#left_nav dl>dd>a{display:block;font-size:18px;line-height:30px;padding:15px 40px 15px 20px;position:relative;color:#fff;}
#left_nav dl>dd>i{position:absolute;right:5px;top:15px;display:inline-block;width:30px;height:30px;text-align:center;color:#fff;transform:rotate(-90deg);transition:all 0.3s;}
#left_nav dl>dd>i:before{content:"\e632";font-size:24px;line-height:30px;width:30px;height:30px;display:block;}
#left_nav dl>dd.active>i:before{}
#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{content:"";color:var(--main-color);transform:rotate(0deg);}
#left_nav dl>dd ul{border-top:1px solid #73888c;margin:0 10px 15px;padding-top:15px;display:none;}
#left_nav dl>dd.active ul{display:block;}
#left_nav dl>dd ul>li{}
#left_nav dl>dd ul>li>a{display:block;font-size:15px;line-height:24px;position:relative;padding:4px 0 4px 30px;color:#fff;}
#left_nav dl>dd ul>li>a:before{content:"";width:5px;height:5px;background-color:#fff;border-radius:50px;position:absolute;left:15px;top:calc(50% - 2.5px);}
#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>a:before,#left_nav dl>dd ul>li:hover>a:before{color:var(--main-color);}
#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;}
@media (min-width:992px) and (max-width:1229px) {
    #left_nav{width:30%;padding-right:20px;}
    #left_nav dl{}
    #left_nav dl>dt{font-size:18px;padding:5px 10px 5px 15px}
    #left_nav dl>dd{}
    #left_nav dl>dd>i{top:5px;}
    #left_nav dl>dd>a{font-size:15px;padding:5px 10px 5px 15px;}
    #left_nav dl>dd>a::before{height:40px;}
    #left_nav dl>dd ul>li>a{font-size:13px;}
}
@media (min-width:768px) and (max-width:991px) {
    #left_nav{width:100%;padding-right:0;padding-left:0;margin-bottom:20px;border-right:none;}
    #left_nav dl{padding:0;border-left:none;margin-bottom:0;}
    #left_nav dl::before{}
    #left_nav dl>dt{padding:5px 10px 5px 15px;font-size:24px;line-height:40px;display:block;}
    #left_nav dl>dt:after{content:"\e632";font-family:iconfont;float:right;position:absolute;border:none;top:5px;width:40px;height:40px;line-height:40px;right:0;text-align:center;}
    #left_nav dl>dd{display:none;}
    #left_nav dl>dd:before{}
    #left_nav dl>dd:last-child{border-radius:0;}
    #left_nav dl>dd>i{top:5px;}
    #left_nav dl>dd>a{font-size:14px;padding:5px 40px 5px 15px;}
    #left_nav dl>dd>a::before{height:40px;}
    #left_nav dl>dd ul{margin-top:0;margin-left:20px;}
    #left_nav dl>dd ul>li>a{font-size:14px;}

    #right_nav{border-left:1px solid #73888c;}
}
@media (min-width:1px) and (max-width:767px) {   
    #left_nav{width:100%;padding-right:0;padding-left:0;margin-bottom:20px;border:none;}
    #left_nav dl{padding:0;border-left:none;margin-bottom:0;}
    #left_nav dl::before{}
    #left_nav dl>dt{padding:5px 10px 5px 15px;font-size:18px;line-height:40px;display:block;}
    #left_nav dl>dt:after{content:"\e632";font-family:iconfont;float:right;position:relative;border:none;top:0;width:40px;height:40px;line-height:40px;right:0;text-align:center;}
    #left_nav dl>dd{display:none;margin-bottom:15px;}
    #left_nav dl>dd:before{}
    #left_nav dl>dd>i{top:5px;}
    #left_nav dl>dd>a{font-size:14px;padding:5px 40px 5px 15px;}
    #left_nav dl>dd>a::before{height:40px;}
    #left_nav dl>dd ul>li>a{font-size:12px;}
    #left_nav dl>dd.contactus{margin-top:30px;padding-bottom:15px;}

    #right_nav{border-left:1px solid #73888c;}
}
#LeftSearch{margin-bottom:30px;}
#LeftSearch #sform2{display:block;background-color:#373a3d;width:100%;overflow:hidden;padding:10px 10px 10px 20px;border-radius:0 0 20px 20px;}
#LeftSearch #stext2{width:calc(100% - 40px);background-color:#373a3d;height:40px;line-height:40px;font-size:16px;font-weight:normal;padding-left:0;float:left;color:#fff;}
#LeftSearch #sbut2{width:40px;height:40px;line-height:40px;background-color:#373a3d;border:none;cursor:pointer;color:#dadada;}
#LeftSearch #sbut2>i{height:40px;line-height:40px;width:40px;font-size:30px;display:block;}
@media (min-width:992px) and (max-width:1229px) {
    #LeftSearch #sform2{padding:5px 5px 5px 10px;}
}
@media (min-width:768px) and (max-width:991px) {
    #LeftSearch #sform2{padding:5px 5px 5px 10px;}
}
@media (min-width:1px) and (max-width:767px) {
    #LeftSearch #sform2{padding:5px 5px 5px 10px;}
}
#LeftSearch #stext2::-webkit-input-placeholder{ /* WebKit browsers 适配谷歌 */
    color: #fff;
}
#LeftSearch #stext2:-moz-placeholder{ /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #fff;
}
#LeftSearch #stext2::-moz-placeholder{ /* Mozilla Firefox 19+ 适配火狐 */
    color: #fff;
}
#LeftSearch #stext2:-ms-input-placeholder{ /* Internet Explorer 10+  适配ie*/
    color: #fff;
}


/*右侧内容*/
.nbg{background-color:#2c2f33;}
.nframe{padding-top:var(--gap-big);overflow:hidden;padding-bottom:var(--gap-big);}
.nframe .title{margin-bottom:40px;text-align:center;}
.nframe .title h2{font-size:62px;position:relative;color:#fff;margin-bottom:20px;}
.nframe .title h3{font-size:30px;}
.nframe .title p{font-size:18px;line-height:1.5;}
.nframe .title .line{width:124px;height:1px;background-color:var(--main-color);}
.nframe section{overflow:hidden;}
.nframe section .content{font-size:14px;line-height:24px;color:#505050;}
@media (min-width:1230px) and (max-width:1429px){
    .nframe .title h2{font-size:40px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #right_nav{width:70%;}
    
    .nframe{padding-top:50px;padding-bottom:50px;}
    .nframe .title{margin-bottom:20px;}
    .nframe .title h1{font-size:24px;line-height:36px;}
    .nframe .title h2{font-size:24px;line-height:36px;}
    .nframe .title h3{font-size:24px;}
    .nframe .title h4{font-size:16px;}
    .nframe .title p{font-size:16px;}
    .nframe .title .line>span{font-size:14px;}

    .nframe section .content{font-size:16px;line-height:1.5;}
}
@media (min-width:768px) and (max-width:991px) {
    #right_nav{width:100%;}
    
    .nframe{padding-top:25px;}
    .nframe .title{margin-bottom:20px;}
    .nframe .title h1{font-size:20px;line-height:30px;}
    .nframe .title h2{font-size:24px;line-height:30px;margin-bottom:15px;}
    .nframe .title h3{font-size:20px;}
    .nframe .title h4{font-size:16px;}
    .nframe .title p{font-size:14px;line-height:18px;}
    .nframe .title .line>span{font-size:14px;}

    .nframe section .content{font-size:16px;line-height:1.5;}
}
@media (min-width:1px) and (max-width:767px) {
    #right_nav{width:100%;}
    #right_nav .tit h3{font-size:16px;}
    embed{width:100%;height:auto;}
    
    .nframe{padding-top:20px;}
    .nframe .title{margin-bottom:10px;}
    .nframe .title h1{font-size:18px;line-height:24px;}
    .nframe .title h2{font-size:24px;line-height:24px;margin-bottom:10px;}
    .nframe .title h3{font-size:18px;}
    .nframe .title h4{font-size:14px;}
    .nframe .title p{font-size:14px;line-height:18px;}
    .nframe .title .line{}

    .nframe section .content{font-size:13px;line-height:24px;}
    .table-responsive table{width:100%;}
}

/*关于我们*/
#about .container{background-image:url(/dist/images/ico_bg_5.png);background-repeat:no-repeat;background-position:left 50px top 50px;}
#about .ab_1 .title{width:30%;text-align:left;}
#about .ab_1 .remark{width:50%;line-height:36px;}
#about .ab_1 .remark>*{line-height:36px;}
#about .ab_2{background-color:#f5f8fc;border-radius:20px;overflow:hidden;}
#about .ab_2 .txt{width:50%;padding:4%;text-align:left;}
#about .ab_2 .remark{line-height:2.25;margin-bottom:90px;}
#about .ab_2 .img{width:50%;}
#about .ab_2 .img img{width:100%;height:100%;object-fit:cover;}
@media (min-width:992px) and (max-width:1229px) {
    #about .ab_1 .title{width:45%;}
    #about .ab_2 .remark{margin-bottom:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #about .ab_1 .title{width:45%;}
    #about .ab_1 .remark>*{line-height:2;}
    #about .ab_2 .txt{padding:15px 25px;}
    #about .ab_2 .remark{margin-bottom:10px;line-height:2;}
}
@media (min-width:1px) and (max-width:767px) {
    #about .ab_1 .title{width:100%;}
    #about .ab_1 .remark{width:100%;}
    #about .ab_1 .remark>*{line-height:2;}
    #about .ab_2 .txt{padding:15px 25px;width:100%;}
    #about .ab_2 .remark{margin-bottom:10px;line-height:2;}
    #about .ab_2 .img{width:100%;}
}


#about .ab_phy .box{width:calc((100% - 60px)/3);}
#about .ab_phy .box .item{background-color:#eef2f7;border-radius:20px;overflow:hidden;position:relative;padding:40px 50px 60px;margin:0;text-align:center;}
#about .ab_phy .box1 .item{height:calc((100% - 30px)/2);}
#about .ab_phy .box .item img{display:block;margin:0 auto 15px;}
#about .ab_phy .box .item h3{font-size:24px;margin-bottom:15px;}
#about .ab_phy .box .item .remark{position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--main-color);transition:all 0.3s;}
#about .ab_phy .box1 .item .remark .ntext{color:#fff;padding:25px;line-height:2;}
#about .ab_phy .box1 .item:hover .remark{top:0;}
#about .ab_phy .box2 .item{background-color:var(--main-color);height:100%;}
#about .ab_phy .box2 .item .ntext{text-align:left;color:#fff;margin-top:50px;line-height:2;}
@media (min-width:992px) and (max-width:1229px) {
    #about .ab_phy .box .item{padding:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #about .ab_phy .box .item{padding:20px 20px;}
    #about .ab_phy .box .item img{max-height:60px;}
    #about .ab_phy .box .item h3{font-size:20px;}
    #about .ab_phy .box2 .item img{max-height:100px;}
    #about .ab_phy .box2 .item .ntext{margin-top:30px;}
    #about .ab_phy .box1 .item .remark .ntext{padding:20px;line-height:1.75;}
}
@media (min-width:1px) and (max-width:767px) {
    #about .ab_phy .box{width:100%;}
    #about .ab_phy .box .item{padding:20px 20px;height:auto;margin-bottom:20px;}
    #about .ab_phy .box .item img{max-height:60px;}
    #about .ab_phy .box .item h3{font-size:20px;}
    #about .ab_phy .box .item .remark{display:none;}
    #about .ab_phy .box2 .item img{max-height:100px;}
    #about .ab_phy .box2 .item .ntext{margin-top:30px;}
    #about .ab_phy .box1 .item .remark .ntext{padding:20px;line-height:1.75;}
}

#history{border-radius:50px;overflow:hidden;background:var(--main-color) url(/dist/images/his_bg.jpg) no-repeat center;padding-bottom:100px;}
#history .title h2{color:#fff;}
#history .title p{color:#fff;}
#history .list{padding:0 100px;position:relative;margin-top:60px;}
#history .list .item{border-bottom:3px solid #fff;padding:15px 15px 30px;}
#history .list .item:nth-child(2n+1){margin-top:40px;}
#history .list .item h3{font-size:55px;color:#fff;}
#history .list .item p{font-size:16px;color:#fff;}
#history .btnlist .swbtn{display:inline-block;background-color:#f5f8fc;width:44px;height:44px;text-align:center;border-radius:50px;position:absolute;top:calc(50% - 22px);}
#history .btnlist .swbtn>i{line-height:44px;font-size:30px;display:inline-block;color:var(--main-color);}
#history .btnlist .swbtn.btn-prev{left:0;}
#history .btnlist .swbtn.btn-next{right:0;}
#history .btnlist .swbtn.btn-next>i{transform:rotateY(180deg);}
#history .btnlist .swbtn:hover{background-color:var(--main-color);}
#history .btnlist .swbtn:hover>i{color:#fff;}

@media (min-width:992px) and (max-width:1229px) {
    #history .list{padding:0 60px;}
    #history .list .item{padding:15px 0;}
    #history .list .item h3{font-size:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #history .list{padding:0 60px;}
    #history .list .item{padding:15px 0;}
    #history .list .item h3{font-size:24px;}
}
@media (min-width:1px) and (max-width:767px) {
    #history .list{padding:0 60px;}
    #history .list .item{padding:15px 0;}
    #history .list .item h3{font-size:24px;}
    #history .list .item:nth-child(2n+1){margin-top:0;}
}

#ab_gallery{background:url(/dist/images/team_bg.png) no-repeat center top 30px;}
#ab_gallery .teamlist{padding:0 80px;position:relative;}
#ab_gallery .swiper{padding:50px 0;}
#ab_gallery .swiper_team .swiper-slide{border-radius:20px;overflow:hidden;position:relative;}
#ab_gallery .swiper_team .swiper-slide:before{content:"";position:absolute;left:0;right:0;width:100%;height:100%;background:rgba(238,242,247,0.5);z-index:1;}
#ab_gallery .swiper_team .swiper-slide img{width:100%;}
#ab_gallery .swiper_team .swiper-slide.swiper-slide-active{transform: scale(1.2);z-index:1;}
#ab_gallery .swiper_team .swiper-slide.swiper-slide-active:before{display:none;}
#ab_gallery .teamlist .btnlist .swbtn{display:inline-block;background-color:var(--main-color);width:44px;height:44px;text-align:center;border-radius:50px;position:absolute;top:calc(50% - 22px);z-index:1;}
#ab_gallery .teamlist .btnlist .swbtn>i{line-height:44px;font-size:30px;display:inline-block;color:#fff;}
#ab_gallery .teamlist .btnlist .swbtn.btn-prev{left:0;}
#ab_gallery .teamlist .btnlist .swbtn.btn-next{right:0;}
#ab_gallery .teamlist .btnlist .swbtn.btn-next>i{transform:rotateY(180deg);}
#ab_gallery .teamlist .btnlist .swbtn:hover{background-color:#f5f8fc;}
#ab_gallery .teamlist .btnlist .swbtn:hover>i{color:var(--main-color);}
@media (min-width:992px) and (max-width:1229px) {
    #ab_gallery .teamlist{padding:0 60px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ab_gallery .teamlist{padding:0 60px;}
    #ab_gallery .swiper_team .swiper-slide.swiper-slide-active{transform: scale(1.4);}
}
@media (min-width:1px) and (max-width:767px) {
    #ab_gallery{padding-bottom:30px;background-image:none;}
    #ab_gallery .swiper{padding:0;}
    #ab_gallery .teamlist{padding:0 60px;}
    #ab_gallery .swiper_team .swiper-slide.swiper-slide-active{transform: scale(1);}
}

#ab_gallery .swiper_exb .pic{border-radius:20px;}
#ab_gallery .swiper_exb .btnlist{margin-top:var(--gap-big);text-align:center;}
#ab_gallery .swiper_exb .btnlist .swiper-pagination{padding:10px 50px;display:inline-block;background-color:#f5f8fc;position:relative;left:initial;bottom:initial;border-radius:50px;width:auto;vertical-align:top;margin:0 20px;}
#ab_gallery .swiper_exb .btnlist .swiper-pagination .swiper-pagination-bullet{background-color:var(--main-color);border-radius:50px;opacity:1;transition:all 0.3s;}
#ab_gallery .swiper_exb .btnlist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:36px;}
#ab_gallery .swiper_exb .btnlist .swbtn{display:inline-block;background-color:#f5f8fc;width:44px;height:44px;text-align:center;display:inline-block;border-radius:50px;}
#ab_gallery .swiper_exb .btnlist .swbtn>i{line-height:44px;font-size:30px;display:inline-block;color:var(--main-color);}
#ab_gallery .swiper_exb .btnlist .swbtn.btn-next>i{transform:rotateY(180deg);}
#ab_gallery .swiper_exb .btnlist .swbtn:hover{background-color:var(--main-color);}
#ab_gallery .swiper_exb .btnlist .swbtn:hover>i{color:#fff;}


#certificate{background:linear-gradient(to bottom,#f0f4fb,#fff);border-radius:50px;}
#certificate .title .subtitle{color:var(--main-color);}
#certificate .list{position:relative;overflow:hidden;}
#certificate .item{display:block;}
#certificate .item p{text-align:center;color:#606060;margin-top:15px;}
#certificate .item .img img{width:100%;}
#certificate .btnlist .swbtn{width:45px;height:45px;display:inline-block;color:var(--main-color);text-align:center;border-radius:50px;background-color:#fff;position:absolute;top:calc(50% - 22px);z-index:2;}
#certificate .btnlist .swbtn>i{line-height:45px;font-size:30px;display:inline-block;}
#certificate .btnlist .swbtn.btn-prev{left:15px;}
#certificate .btnlist .swbtn.btn-next{right:15px;}
#certificate .btnlist .swbtn.btn-next>i{transform:rotateY(180deg);}
#certificate .btnlist .swbtn:hover>i{color:var(--main-color);}
#certificate .btnlist .swbtn:hover{background-color:var(--main-color);}
#certificate .btnlist .swbtn:hover>i{color:#fff;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
    #certificate .item h3{font-size:16px;padding:10px;}
}
@media (min-width:1px) and (max-width:767px) {
    #certificate .item h3{font-size:16px;padding:5px;}
    
    #certificate .btnlist .swbtn{width:36px;height:36px;margin-right:10px;}
    #certificate .btnlist .swbtn>i{line-height:34px;font-size:24px;}
}


#frame5{padding-bottom:120px;}
#frame5 .left{width:25%;}
#frame5 .title{text-align:left;margin-bottom:var(--gap-big);}
#frame5 .content{position:relative;}
#frame5 a.btnlink{color:var(--main-color);display:inline-block;}
#frame5 a.btnlink>i{margin-left:15px;}
#frame5 .right{width:100%;position:absolute;left:30%;top:0;}
#frame5 .partnerswiper1{margin-bottom:10px;}
#frame5 .item{box-shadow:0 0 10px #eee;border-radius:50px;overflow:hidden;margin:10px auto;}
#frame5 .swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    }
@media (min-width:1px) and (max-width:767px){
    #frame5{padding-bottom:30px;}
    #frame5 .left{width:100%;margin-bottom:20px;}
    #frame5 .title{margin-bottom:0;}
    #frame5 .right{width:100%;position:relative;left:0;}
}


.ServicePage{}
#service_1 .item{width:calc((100% - 45px)/4);margin:0 15px 15px 0;position:relative;padding:0 50px 40px;}
#service_1 .item:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:0;background-color:#f5f8fc;border-radius:20px;overflow:hidden;transition:all 0.3s;z-index:0;}
#service_1 .item:nth-child(4n){margin-right:0;}
#service_1 .item .picbox{max-width:280px;margin:0 auto;position:relative;}
#service_1 .item .picbox:before{content:"";width:100%;height:100%;position:absolute;border-radius:50%;border:2px solid #fff;z-index:2;left:8px;top:8px;}
#service_1 .item .picbox:after{content:"";width:100%;height:100%;position:absolute;border-radius:50%;background-color:#d3def3;z-index:0;left:8px;top:8px;}
#service_1 .item .pic{border-radius:50%;display:block;overflow:hidden;position:relative;z-index:1;}
#service_1 .item .pic img{}
#service_1 .item .ico{position:relative;margin-top:-60px;background-color:var(--main-color);border-radius:50%;width:100px;height:100px;text-align:center;line-height:100px;margin-bottom:var(--gap-mid);z-index:2;}
#service_1 .item .txt{text-align:center;position:relative;}
#service_1 .item .txt h4{font-size:30px;color:var(--main-color);}
#service_1 .item .txt span{display:block;color:#ccc;font-family:var(--font-family-en);text-transform:uppercase;margin-bottom:10px;}
#service_1 .item .txt p{line-height:1.875;}
#service_1 .item:hover:before{height:80%;}
@media (min-width:1230px) and (max-width:1429px) {
    #service_1 .item{padding:0 30px 30px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #service_1 .item{width:calc((100% - 30px)/2);margin:0 30px 30px 0;padding:0 30px 30px;}
    #service_1 .item:nth-child(2n){margin-right:0;}
}
@media (min-width:768px) and (max-width:991px) {
    #service_1 .item{width:calc((100% - 30px)/2);margin:0 30px 30px 0;padding:0 30px 30px;}
    #service_1 .item:nth-child(2n){margin-right:0;}
    #service_1 .item .txt h4{font-size:24px;}
}
@media (min-width:1px) and (max-width:767px) {
    #service_1 .item{width:100%;margin:0 0 30px 0;padding:0 30px 30px;}
    #service_1 .item:before{height:80%;}
    #service_1 .item:nth-child(2n){margin-right:0;}
    #service_1 .item .txt h4{font-size:20px;}
}

#service_2{background:#f5f8fc url(/dist/images/bg_4.jpg) no-repeat bottom center;}
#service_2 .list .item{width:calc((100% - 100px)/6);margin-right:20px;text-align:center;min-height:320px;border-radius:20px;overflow:hidden;padding:25px 30px;position:relative;}
#service_2 .list .item:before{content:"";background-repeat:no-repeat;background-position:center center;position:absolute;width:100%;height:100%;top:0;left:0;opacity:0.05;}
#service_2 .list .item:nth-child(6n){margin-right:0px;}
#service_2 .list .item:nth-child(2n+1){background-color:var(--main-color);}
#service_2 .list .item:nth-child(2n+1):before{background-image:url(/dist/images/ico_bg_4_1.png);}
#service_2 .list .item:nth-child(2n+1) img{filter:brightness(0) invert(1);}
#service_2 .list .item:nth-child(2n+1) h3{color:#fff;}
#service_2 .list .item:nth-child(2n+1) p{color:#fff;}
#service_2 .list .item:nth-child(2n){background-color:#fff;}
#service_2 .list .item:nth-child(2n):before{background-image:url(/dist/images/ico_bg_4.png);}
#service_2 .list .item h3{font-size:24px;margin-top:10px;}
#service_2 .list .item p{font-size:16px;line-height:1.5;text-align:left;margin-top:10px;overflow:hidden;transition:all 0.3s;position:relative; transition: all 0.5s ease;top:100%;}
#service_2 .list .item:hover p{top:0;}
#service_2 .list .item .txt{position:relative;top:50%;transform:translate(0,-50%);transition: all 0.5s ease;}
#service_2 .list .item:hover .txt{top:0;transform:translate(0,0);}
@media (min-width:1230px) and (max-width:1429px) {
    #service_2 .list .item{width:calc((100% - 60px)/3);margin:0 30px 30px 0;}
    #service_2 .list .item:nth-child(3n){margin-right:0;}
}
@media (min-width:992px) and (max-width:1229px) {
    #service_2 .list .item{width:calc((100% - 40px)/3);margin:0 20px 20px 0;}
    #service_2 .list .item:nth-child(3n){margin-right:0;}
}
@media (min-width:768px) and (max-width:991px) {
    #service_2 .list .item{width:calc((100% - 40px)/3);margin:0 20px 20px 0;min-height:initial;}
    #service_2 .list .item:nth-child(3n){margin-right:0;}
    #service_2 .list .item h3{font-size:20px;}
    #service_2 .list .item p{top:0;font-size:14px;}
    #service_2 .list .item .txt{top:0;transform:translate(0,0);}
}
@media (min-width:1px) and (max-width:767px) {
    #service_2 .list .item{width:100%;margin:0 0 20px 0;min-height:initial;}
    #service_2 .list .item:nth-child(3n){margin-right:0;}
    #service_2 .list .item h3{font-size:20px;}
    #service_2 .list .item p{top:0;font-size:14px;}
    #service_2 .list .item .txt{top:0;transform:translate(0,0);}
}

#service_3 .list .item{width:108px;text-align:center;}
#service_3 .list .item .ico{width:108px;height:108px;border-radius:50%;background-color:#f5f8fc;position:relative;}
#service_3 .list .item p{margin-top:10px;color:#505050;}
#service_3 .list .caret{flex:1;position:relative;color:var(--main-color);line-height:108px;text-align:center;}
#service_3 .list .caret:last-child{display:none}
@media (min-width:1230px) and (max-width:1429px) {
    #service_3 .list .item{margin-bottom:20px;}
    #service_3 .list .caret{min-width:50px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #service_3 .list .item{margin-bottom:20px;}
    #service_3 .list .caret{min-width:50px;}
}
@media (min-width:768px) and (max-width:991px) {
    #service_3 .list .item{margin-bottom:20px;}
    #service_3 .list .caret{min-width:50px;}
}
@media (min-width:1px) and (max-width:767px) {
    #service_3 .list .item{margin-bottom:20px;}
    #service_3 .list .caret{min-width:50px;}
}


#down_faq{background-color:#f5f8fc;}
#down_faq .item{display:block;width:calc((100% - 25px)/2);border-radius:20px;overflow:hidden;position:relative;}
#down_faq .item img{width:100%;}
#down_faq .item .txt{text-align:center;}
#down_faq .item .txt h3{color:#fff;font-size:30px;}
#down_faq .item .txt p{color:#fff;font-family:var(--font-family-en);}
@media (min-width:1px) and (max-width:767px) {
    #down_faq{margin-bottom:0;padding-bottom:50px;}
    #down_faq .item{width:100%;margin-bottom:20px;}
    #down_faq .item .txt h3{font-size:24px;}
}

#FAQPage {}
#FAQPage .title{text-align:left;}
#FAQPage .faqlist dl{margin-bottom:25px;transition:all 0.3s;overflow:hidden;background-color:#eef1f6;counter-increment:num;padding:20px 30px;border-radius:20px;}
#FAQPage .faqlist dl>dt{font-size:20px;line-height:30px;cursor:pointer;position:relative;}
#FAQPage .faqlist dl>dt:after{content:"\e775";font-family:iconfont;position:absolute;right:0;top:0;width:30px;height:30px;text-align:center;line-height:30px;font-size:20px;background-color:var(--main-color);border-radius:50px;transition:all 0.3s;color:#fff;}
#FAQPage .faqlist dl>dd{height:0;padding:0 20px 0 0;overflow:hidden;font-size:18px;line-height:30px;position:relative;transition:all 0.3s;}
#FAQPage .faqlist dl>dd>i{font-size:30px;width:54px;height:54px;line-height:56px;color:#ccc;text-align:center;position:absolute;left:15px;top:0;}
#FAQPage .faqlist dl.active>dt{color:var(--main-color);}
#FAQPage .faqlist dl.active>dt:after{transform:rotate(90deg);background-color:var(--main-color);}
#FAQPage .faqlist dl.active>dd{height:auto;margin-top:15px;}
@media (min-width:992px) and (max-width:1229px){
}
@media (min-width:768px) and (max-width:991px){
    #FAQPage .faqlist dl{padding:15px;}
    #FAQPage .faqlist dl>dt{font-size:20px;}
    #FAQPage .faqlist dl>dd{font-size:14px;line-height:20px;}
}
@media (min-width:1px) and (max-width:767px){
    #FAQPage .tit h3{font-size:1.25rem;}
    #FAQPage .faqlist{}
    #FAQPage .faqlist dl{padding:15px 25px 15px 15px;margin-bottom:15px;}
    #FAQPage .faqlist dl>dt{font-size:18px;line-height:30px;}
    #FAQPage .faqlist dl>dt::after{width:30px;height:30px;line-height:30px;right:-20px;}
    #FAQPage .faqlist dl>dd{font-size:14px;line-height:20px;padding:0 0;font-size:13px;}
}

#DownloadPage{}
#DownloadPage .title{text-align:left;}
#DownloadPage .downlist{border-top:1px solid #86979b;}
#DownloadPage .downlist .item{padding:25px 40px;border-bottom:1px solid #86979b;}
#DownloadPage .downlist .item i.ico{font-size:40px;color:#ea5454;line-height:1;margin-right:25px;}
#DownloadPage .downlist .item h3{flex:1;line-height:40px;font-size:24px;font-family:var(--font-family-light);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#DownloadPage .downlist .item a.downlink{display:inline-block;margin-left:25px;}
#DownloadPage .downlist .item a.downlink>i{display:inline-block;font-size:30px;color:#86979b;line-height:40px;}
#DownloadPage .downlist .item a.downlink:hover>i{color:var(--main-color);}
@media (min-width:1230px) and (max-width:1429px) {
}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #DownloadPage .downlist .item{padding:20px;}
    #DownloadPage .downlist .item i.ico{margin-right:15px;}
    #DownloadPage .downlist .item h3{font-size:18px;}
    #DownloadPage .downlist .item a.downlink{margin-left:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #DownloadPage{padding-top:30px;padding-bottom:30px;}
    #DownloadPage .downlist .item{padding:10px;}
    #DownloadPage .downlist .item i.ico{margin-right:15px;font-size:20px;}
    #DownloadPage .downlist .item h3{font-size:14px;line-height:30px;}
    #DownloadPage .downlist .item a.downlink{margin-left:15px;}
    #DownloadPage .downlist .item a.downlink>i{font-size:20px;line-height:30px;}
}

#ProjectPage section{background-color:#fff;}
#ProjectPage section:nth-child(2n){background-color:#f5f8fc;}
#ProjectPage section:nth-child(2n) .item {flex-direction:row-reverse;}
#ProjectPage section:nth-child(2n) .item .pic:before{background-color:#afc3e9;}
#ProjectPage .item{}
#ProjectPage .item .bigimg{width:43%;}
#ProjectPage .item .bigimg img{width:100%;}
#ProjectPage .item .pic{display:inline-block;margin:0 auto;position:relative;border-radius:20px;overflow:initial;}
#ProjectPage .item .pic:before{content:"";width:100%;height:100%;background-color:#e8ecf1;z-index:1;border-radius:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(0deg);transition:all 0.3s;}
#ProjectPage .item .pic:hover:before{transform:translate(-50%,-50%) rotate(5deg);}
#ProjectPage .item .pic img{border-radius:20px;position:relative;z-index:2;}
#ProjectPage .item:hover .pic img{transform:scale(1);}
#ProjectPage .item .imglist .simg{overflow:hidden;}
#ProjectPage .item .imglist .simg img{transition:all 0.3s;}
#ProjectPage .item .imglist .simg:hover img{transform:scale(1.05);}
@keyframes bgrotate {
    0% {
        transform:translate(-50%,-50%) rotate(5deg);
    }
    100% {
        transform:translate(-50%,-50%) rotate(360deg);
    }
}

#ProjectPage .item .txt{width:55%;padding-top:30px;}
#ProjectPage .item .txt h4{font-size:30px;color:var(--main-color);line-height:1;margin-bottom:20px;}
#ProjectPage .item .txt h4 span.subtitle{display:inline-block;font-size:16px;color:#ccc;font-family:var(--font-family-en);text-transform:uppercase;margin-left:8px;line-height:30px;vertical-align:top;}
#ProjectPage .item .txt p{line-height:1.875;color:#333;margin-bottom:20px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#ProjectPage .item .txt .morelink:hover{color:#fff;min-width:170px;}
#ProjectPage .item .imglist{margin-top:40px;}
#ProjectPage .item .imglist .simg{width:calc((100% - 40px)/3);margin:0 20px 0 0;border-radius:20px;overflow:hidden;}
#ProjectPage .item .imglist .simg:nth-child(3n){margin-right:0;}
@media (min-width:992px) and (max-width:1229px) {
    #ProjectPage .item .txt{padding-top:0;}
    #ProjectPage .item .txt h4{font-size:24px;}
    #ProjectPage .item .txt h4 span.subtitle{font-size:14px;line-height:24px;}
    #ProjectPage .item .txt p{line-height:1.5;margin-bottom:15px;}
    #ProjectPage .item .morelink{margin-top:0;}
    #ProjectPage .item .imglist{margin-top:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProjectPage .item .txt{padding-top:0;}
    #ProjectPage .item .txt h4{font-size:24px;}
    #ProjectPage .item .txt h4 span.subtitle{font-size:14px;line-height:24px;}
    #ProjectPage .item .txt p{line-height:1.5;margin-bottom:15px;}
    #ProjectPage .item .morelink{margin-top:0;}
    #ProjectPage .item .imglist{margin-top:20px;}
    #ProjectPage .item .imglist .simg{width:calc((100% - 20px)/3);margin:0 10px 0 0;border-radius:10px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProjectPage .item .bigimg{width:100%;margin-bottom:20px;}
    #ProjectPage .item .pic:before{display:none;}
    #ProjectPage .item .txt{padding-top:0;width:100%;}
    #ProjectPage .item .txt h4{font-size:24px;}
    #ProjectPage .item .txt h4 span.subtitle{font-size:14px;line-height:24px;}
    #ProjectPage .item .txt p{line-height:1.5;margin-bottom:15px;}
    #ProjectPage .item .morelink{margin-top:0;}
    #ProjectPage .item .imglist{margin-top:20px;}
    #ProjectPage .item .imglist .simg{width:calc((100% - 20px)/3);margin:0 10px 0 0;border-radius:10px;}
}



#GalleryPage{background-color:#eaeaea;}
#GalleryPage .item{width:calc((100% - 100px)/4);margin:0 20px 20px 0;display:block;padding:20px;background-color:#fff;}
#GalleryPage .item:nth-child(4n){margin-right:0;}
#GalleryPage .item h4{text-align:center;margin-top:15px;}
@media (min-width:992px) and (max-width:1229px) {
    #GalleryPage .item:nth-child(4n){margin-right:0;}
}
@media (min-width:768px) and (max-width:991px) {
    #GalleryPage .item{width:calc((100% - 40px)/3);}
    #GalleryPage .item:nth-child(4){margin-right:20px;}
    #GalleryPage .item:nth-child(3n){margin-right:0;}
}
@media (min-width:1px) and (max-width:767px) {
    #GalleryPage .item{width:calc((100% - 20px)/2);padding:10px;}
    #GalleryPage .item:nth-child(2n){margin-right:0;}
}

#GalleryPage1{background-color:#eaeaea;}
#GalleryPage1 .item{width:calc((100% - 100px)/6);margin:0 20px 20px 0;display:block;padding:20px;background-color:#fff;}
#GalleryPage1 .item:nth-child(6n){margin-right:0;}
#GalleryPage1 .item h4{text-align:center;margin-top:15px;}
@media (min-width:992px) and (max-width:1229px) {
    #GalleryPage1 .item{width:calc((100% - 60px)/4);}
    #GalleryPage1 .item:nth-child(6n){margin-right:20px;}
    #GalleryPage1 .item:nth-child(4n){margin-right:0;}
}
@media (min-width:768px) and (max-width:991px) {
    #GalleryPage1 .item{width:calc((100% - 40px)/3);}
    #GalleryPage1 .item:nth-child(6n){margin-right:20px;}
    #GalleryPage1 .item:nth-child(3n){margin-right:0;}
}
@media (min-width:1px) and (max-width:767px) {
    #GalleryPage1 .item{width:calc((100% - 20px)/2);}
    #GalleryPage1 .item:nth-child(2n){margin-right:0;}
}


/*联系我们*/
#contPage{}
#contPage .contactinfo{border-radius:20px;overflow:hidden;background-color:#f5f8fc;position:relative;margin-bottom:var(--gap-large);}
#contPage .contactinfo .title{text-align:left;}
#contPage .contactinfo .left{width:36%;padding:30px 50px;}
#contPage .contactinfo .left p{font-size:20px;color:#333;line-height:30px;}
#contPage .contactinfo .left p:not(:last-child){margin-bottom:15px;}
#contPage .contactinfo .left p>a{display:inline-block;font-size:20px;color:#333;line-height:30px;}
#contPage .contactinfo .left p span{display:inline-block;vertical-align:top;}
#contPage .contactinfo .left p i{display:inline-block;color:var(--main-color);vertical-align:top;font-size:24px;margin-right:5px;line-height:30px;}
#contPage .contactinfo .contshare{margin-top:var(--gap-big);}
#contPage .contactinfo .contshare>a{display:inline-block;margin-right:10px;width:30px;height:30px;line-height:30px;color:#fff;border-radius:50%;text-align:center;}
#contPage .contactinfo .contshare>a.ico_weibo{background-color:#d9201c;}
#contPage .contactinfo .contshare>a.ico_xiaohongshu{background-color:#ff1616;}
#contPage .contactinfo .contshare>a.ico_qq{background-color:#4a97cd;}
#contPage .contactinfo .contshare>a.ico_wechat{background-color:#47c74d;position:relative;}
#contPage .contactinfo .contshare>a.ico_wechat .wechatimg{display:none;position:absolute;bottom:calc(100% + 10px);left:calc(50% - 70px);width:150px;height:150px;}
#contPage .contactinfo .contshare>a.ico_wechat:hover .wechatimg{display:block;}
#contPage .contactinfo .contshare>a.ico_tiktok{background-color:#000;}
#contPage .contactinfo .right{width:60%;text-align:right;}
#contPage .contactinfo .right img{border-radius:20px;}
@media (min-width:1230px) and (max-width:1429px) {
    #contPage .contactinfo .title{margin-bottom:20px;}
    #contPage .contactinfo .left{width:40%;padding:30px 40px;}
    #contPage .contactinfo .left p{font-size:18px;}
    #contPage .contactinfo .left p>a{font-size:18px;}
    #contPage .contactinfo .left p:not(:last-child){margin-bottom:10px;}
    #contPage .contactinfo .contshare{margin-top:20px;}
    #contPage .contactinfo .right{width:60%;}
}
@media (min-width:992px) and (max-width:1229px) {
    #contPage .contactinfo .title{margin-bottom:20px;}
    #contPage .contactinfo .left{width:100%;padding:30px 40px;}
    #contPage .contactinfo .left .vcenter{position:relative;}
    #contPage .contactinfo .left p{font-size:18px;}
    #contPage .contactinfo .left p>a{font-size:18px;}
    #contPage .contactinfo .left p:not(:last-child){margin-bottom:10px;}
    #contPage .contactinfo .contshare{margin-top:20px;}
    #contPage .contactinfo .right{width:100%;}
}
@media (min-width:768px) and (max-width:991px) {
    #contPage .contactinfo .title{margin-bottom:20px;}
    #contPage .contactinfo .left{width:100%;padding:20px 30px;}
    #contPage .contactinfo .left .vcenter{position:relative;}
    #contPage .contactinfo .left p{font-size:18px;}
    #contPage .contactinfo .left p>a{font-size:18px;}
    #contPage .contactinfo .left p:not(:last-child){margin-bottom:10px;}
    #contPage .contactinfo .contshare{margin-top:20px;}
    #contPage .contactinfo .right{width:100%;}
}
@media (min-width:1px) and (max-width:767px) {
    #contPage .contactinfo .title{margin-bottom:20px;}
    #contPage .contactinfo .left{width:100%;padding:20px 20px;}
    #contPage .contactinfo .left .vcenter{position:relative;}
    #contPage .contactinfo .left p{font-size:15px;}
    #contPage .contactinfo .left p>a{font-size:15px;}
    #contPage .contactinfo .left p:not(:last-child){margin-bottom:6px;}
    #contPage .contactinfo .contshare{margin-top:20px;}
    #contPage .contactinfo .right{width:100%;}
}

#contPage .feedbackbox .left{width:35%;}
#contPage .feedbackbox .left img{border-radius:20px;}
#contPage .feedbackbox .right{width:62%;}
#contPage .feedbackbox .title{text-align:left;}
#contPage .feedbackbox ul > li .input{border:1px solid#ddd;}
#contPage .feedbackbox ul > li textarea.input{border:1px solid#ddd;}
#contPage .feedbackbox .morelink{margin-top:0;}
#contPage .feedbackbox .morelink:hover{color:#fff;min-width:170px;}
@media (min-width:1230px) and (max-width:1429px) {
    #contPage .feedbackbox .left{width:40%;}
    #contPage .feedbackbox .right{width:57%;}
    #contPage .feedbackbox ul > li{margin-bottom:15px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #contPage .feedbackbox .left{width:40%;}
    #contPage .feedbackbox .right{width:57%;}
    #contPage .feedbackbox ul > li{margin-bottom:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #contPage .feedbackbox .left{display:none;}
    #contPage .feedbackbox .right{width:100%;}
    #contPage .feedbackbox ul > li{margin-bottom:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #contPage .feedbackbox .left{display:none;}
    #contPage .feedbackbox .right{width:100%;}
    #contPage .feedbackbox ul > li{margin-bottom:15px;}
}


#ProCatePage .list .item{width:calc((100% - 30px)/2);margin:0 30px 30px 0;border-radius:20px;overflow:hidden;height:520px;position:relative;}
#ProCatePage .list .item:before{content:"";position:absolute;left:0;right:0;bottom:0;top:0;background:rgba(0,0,0,0.3);z-index:1;}
#ProCatePage .list .item:nth-child(2n){margin-right:0;}
#ProCatePage .list .item:nth-child(5){width:calc((50% - 45px)/2);height:370px;}
#ProCatePage .list .item:nth-child(6){width:calc((50% - 45px)/2);height:370px;margin-right:30px;}
#ProCatePage .list .item:nth-child(7){flex:1;height:370px;margin-right:0;}
#ProCatePage .list .item img{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;}
#ProCatePage .list .item .txt{position:absolute;bottom:6%;left:5%;z-index:1;}
#ProCatePage .list .item .txt i.icon{font-size:36px;color:#fff;line-height:1;display:inline-block;}
#ProCatePage .list .item .txt h3{font-size:30px;color:#fff;}
#ProCatePage .list .item .txt p{color:#fff;}
#ProCatePage .list .item .txt .link{padding:0 4px 0 20px;line-height:28px;background-color:var(--btn-bg);color:#fff;display:inline-block;border-radius:50px;width:140px;margin-top:15px;transition:all 0.3s;height:0;overflow:hidden;}
#ProCatePage .list .item .txt .link>i{display:inline-block;width:28px;height:28px;line-height:28px;border-radius:50px;text-align:center;color:var(--main-color);float:right;background-color:#fff;}
#ProCatePage .list .item:hover .txt .link{height:36px;padding:4px 4px 4px 20px;}
@media (min-width:1430px) and (max-width:1629px) {
    #ProCatePage .list .item{height:450px;}
    #ProCatePage .list .item:nth-child(5){height:300px;}
    #ProCatePage .list .item:nth-child(6){height:300px;}
    #ProCatePage .list .item:nth-child(7){height:300px;}

}@media (min-width:1230px) and (max-width:1429px) {
    #ProCatePage .list .item{height:400px;}
    #ProCatePage .list .item:nth-child(5){height:280px;}
    #ProCatePage .list .item:nth-child(6){height:280px;}
    #ProCatePage .list .item:nth-child(7){height:280px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #ProCatePage .list .item{height:300px;width:calc((100% - 20px)/2);margin:0 20px 20px 0;}
    #ProCatePage .list .item:nth-child(5){height:220px;width:calc((50% - 30px)/2);}
    #ProCatePage .list .item:nth-child(6){height:220px;width:calc((50% - 30px)/2);margin-right:20px;}
    #ProCatePage .list .item:nth-child(7){height:220px;}
    #ProCatePage .list .item .txt h3{font-size:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProCatePage .list .item{height:250px;width:calc((100% - 20px)/2);margin:0 20px 20px 0;}
    #ProCatePage .list .item:nth-child(5){height:250px;width:calc((100% - 20px)/2);}
    #ProCatePage .list .item:nth-child(6){height:250px;width:calc((100% - 20px)/2);margin-right:0;}
    #ProCatePage .list .item:nth-child(7){height:250px;width:calc((100% - 20px)/2);flex:initial;}
    #ProCatePage .list .item .txt h3{font-size:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProCatePage .list .item{height:200px;width:100%;margin:0 0 20px 0;}
    #ProCatePage .list .item:nth-child(5){height:200px;width:100%;}
    #ProCatePage .list .item:nth-child(6){height:200px;width:100%;margin-right:0;}
    #ProCatePage .list .item:nth-child(7){height:200px;width:100%;flex:initial;}
    #ProCatePage .list .item .txt h3{font-size:20px;}
}



/*产品中心*/
#ProPage{background-color:#eaeaea;}
#ProPage .catelist{margin-bottom:var(--gap-big);overflow:hidden;}
#ProPage .catelist .btn_cate{display:inline-block;width:calc((100% - 60px)/7);background-color:#f5f8fc;border-radius:20px;overflow:hidden;padding:25px 15px;text-align:center;transition:all 0.3s;}
#ProPage .catelist .btn_cate i{display:block;margin:0 auto;font-size:48px;color:var(--main-color);line-height:1;}
#ProPage .catelist .btn_cate h4{margin-top:15px;font-size:20px;color:#333;}
#ProPage .catelist .btn_cate.active,#ProPage .catelist .btn_cate:hover{background-color:var(--main-color);}
#ProPage .catelist .btn_cate.active i,#ProPage .catelist .btn_cate:hover i{color:#fff;}
#ProPage .catelist .btn_cate.active h4,#ProPage .catelist .btn_cate:hover h4{color:#fff;}

#ProPage .title .left{text-align:left;width:30%;}
#ProPage .title .right{text-align:right;width:60%;}
#ProPage .title h2{}
#ProPage .title p{margin-top:0;}
#ProPage .title .right p{font-size:16px;}

#ProPage .ProList{overflow:hidden;}
#ProPage .ProList .item{width:calc((100% - 100px)/3);display:block;margin:0 50px 50px 0;overflow:hidden;position:relative;border-radius:15px;background-color:#fff;counter-increment: number;}
#ProPage .ProList .item:nth-child(3n){margin-right:0;}
#ProPage .ProList .item .img img{width:100%;}
#ProPage .ProList .item .txt{padding:25px 20px;width:100%;}
#ProPage .ProList .item h4{padding:5px 50px 5px 0;font-size:24px;line-height:30px;position:relative;}
#ProPage .ProList .item h4:before{content:counter(number)".";color:var(--main-color);font-size:40px;font-style:italic;margin-right:5px;line-height:30px;}
#ProPage .ProList .item h4>i{position:absolute;right:0;top:0;width:40px;height:40px;font-size:24px;line-height:40px;background-color:var(--main-color);color:#fff;border-radius:50%;text-align:center;}
@media (min-width:1230px) and (max-width:1429px) {
    #ProPage .ProList .item{}
}
@media (min-width:992px) and (max-width:1229px) {
    #ProPage .catelist .btn_cate{padding:15px;}
    #ProPage .catelist .btn_cate h4{font-size:16px;}
    #ProPage .ProList .item{width:calc((100% - 60px)/3);display:block;margin:0 30px 30px 0;}
    #ProPage .ProList .item .txt{padding:10px 10px;}
    #ProPage .ProList .item h4{font-size:16px;padding:0 50px 0 0;}
    #ProPage .ProList .item h4>i{width:30px;height:30px;font-size:20px;line-height:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProPage .catelist .btn_cate{padding:15px 10px;}
    #ProPage .catelist .btn_cate h4{font-size:14px;}
    #ProPage .ProList .item{width:calc((100% - 30px)/2);margin:0 30px 30px 0;}
    #ProPage .ProList .item:nth-child(3n){margin-right:30px;}
    #ProPage .ProList .item:nth-child(2n){margin-right:0;}
    #ProPage .ProList .item .txt{padding:10px 15px;}
    #ProPage .ProList .item h4{font-size:16px;padding:0 50px 0 0;}
    #ProPage .ProList .item h4>i{width:30px;height:30px;font-size:20px;line-height:30px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProPage .catelist{display:none;}
    #ProPage .catelist .btn_cate{padding:15px 10px;width:48%;margin-bottom:15px;}
    #ProPage .catelist .btn_cate h4{font-size:14px;}
    #ProPage .title .left{width:100%;margin-bottom:10px;}
    #ProPage .title .right{width:100%;text-align:left;margin-bottom:15px;}
    #ProPage .ProList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #ProPage .ProList .item:nth-child(3n){margin-right:15px;}
    #ProPage .ProList .item:nth-child(2n){margin-right:0;}
    #ProPage .ProList .item .txt{padding:10px 10px;position:relative;}
    #ProPage .ProList .item h4{font-size:14px;padding:0 0 0 0;line-height:1.5;}
    #ProPage .ProList .item h4>i{width:30px;height:30px;font-size:20px;line-height:30px;display:none;}
}

.currertkeywords{margin-bottom:30px;font-size:18px;}
.currertkeywords b{display:inline-block;margin-right:10px;font-size:18px;color:var(--main-color);}


/*产品详情*/
#ProDetailPage{background-color:#eaeaea;;}
#ProDetailPage .panelbox{padding-top:0;display:none}
#ProDetailPage .panelbox.active{display:block;}

/*产品详情部分 样式还原*/
/*#ProductDetail .prodetail p{margin:revert;margin:revert-layer;line-height:1.4;}*/
#ProductDetail .prodetail table{border-collapse:collapse}
#ProductDetail .prodetail table:not([cellpadding]) td,table:not([cellpadding]) th{padding:0}
#ProductDetail .prodetail table[border]:not([border="0"]):not([style*=border-width]) td,#ProductDetail .prodetail table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}
#ProductDetail .prodetail table[border]:not([border="0"]):not([style*=border-style]) td,#ProductDetail .prodetail table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}
#ProductDetail .prodetail table[border]:not([border="0"]):not([style*=border-color]) td,#ProductDetail .prodetail table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}

#ProductDetail .prodetail>*{font-size:18px;line-height:2;}
@media (min-width:1px) and (max-width:767px){
    #ProductDetail .prodetail>*{font-size:16px;line-height:1.5;}
}
/*产品详情部分 样式还原*/


#ProductIntro{padding:50px;background-color:#fff;border-radius:15px;}
#ProductIntro .IntroImg{width:45%;position:relative;}
#ProductIntro .IntroImg #BigImg{border-radius:15px;overflow:hidden;}
#ProductIntro .IntroImg #smallImg{position:relative;width:100%;margin-top:15px;}
#ProductIntro .IntroImg .gallery-thumbs{width:100%;}
#ProductIntro .IntroImg .gallery-thumbs img{}
#ProductIntro .IntroImg .gallery-thumbs .swiper-wrapper{}
#ProductIntro .IntroImg .gallery-thumbs .swiper-slide{overflow:hidden;text-align:center;border-radius:0;margin:0;}
#ProductIntro .IntroImg .gallery-thumbs .swiper-slide a{display:block;position:relative;border:1px solid #ddd;}
#ProductIntro .IntroImg .gallery-thumbs .swiper-slide-thumb-active{position:relative;background-color:#fff;}
#ProductIntro .IntroImg .gallery-thumbs .swiper-slide-thumb-active>a{border:1px solid #0093e4;}
#ProductIntro .IntroImg .btnlist{}
#ProductIntro .IntroImg .swbtn{position:absolute;width:25px;text-align:center;z-index:1;top:0;bottom:0;background-color:#fff;text-align:center;display:none;}
#ProductIntro .IntroImg .swbtn>i{font-size:18px;font-weight:bold;color:#0093e4;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
#ProductIntro .IntroImg .swbtn.btn-prev>i{transform:translate(-50%,-50%) rotate(180deg);display:block;}
#ProductIntro .IntroImg .swbtn:hover{background-color:#0093e4;border-color:#0093e4;}
#ProductIntro .IntroImg .swbtn:hover>i{color:#fff;}
#ProductIntro .IntroImg .btn-next{right:45px;}
#ProductIntro .IntroImg .btn-prev{left:45px;}
#ProductIntro .IntroImg img{width:100%;}

#ProductIntro .IntroText{width:55%;padding:15px 0 0 50px;}
#ProductIntro .IntroText .title{margin-bottom:15px;text-align:left;}
#ProductIntro .IntroText .line{border-bottom:2px solid var(--main-color);margin-top:15px;}
#ProductIntro .IntroText h1{font-size:36px;line-height:1.2;position:relative;margin-top:0;margin-bottom:15px;}
#ProductIntro .IntroText h3{font-size:20px;line-height:24px;margin-top:0;margin-bottom:10px;color:#0093e4;text-transform:uppercase;position:relative;font-weight:bold;}
#ProductIntro .IntroText p{}
#ProductIntro .IntroText .remark{font-size:18px;line-height:30px;margin-top:15px;}
#ProductIntro .IntroText .remark p{font-size:18px;line-height:30px;margin-bottom:10px;}
#ProductIntro .IntroText .remark p>b{display:block;}
#ProductIntro .IntroText .contacts{margin-top:20px;}
#ProductIntro .IntroText .contacts>span{display:inline-block;font-weight:bold;margin-bottom:5px;color:var(--main-color);line-height:30px;font-size:18px;}
#ProductIntro .IntroText .contacts>span>i{font-size:20px;vertical-align:top;margin-right:5px;}
#ProductIntro .IntroText .contacts>p{margin-bottom:8px;font-size:18px;}
#ProductIntro .IntroText .btnlist{overflow:hidden;margin-top:40px;}
#ProductIntro .IntroText .btnlist>a.morelink{color:#fff;}
#ProductIntro .IntroText .btnlist>a.btncontact{margin-left:10px;background-color:#484848;}
#ProductIntro .IntroText .prevlist{margin-top:40px;}
#ProductIntro .IntroText .prevlist>a{display:block;margin-bottom:6px;}
#ProductIntro .IntroText .prevlist>a:hover{color:#0093e4;}
#ProductIntro .IntroText .prevlist>a:hover>b{color:#0093e4;}

.prosection{margin-top:50px;}
.prosection .tit{margin-bottom:30px;overflow:hidden;border-bottom:1px solid var(--main-color);}
.prosection .tit h3{padding:10px 30px;font-size:24px;line-height:30px;position:relative;background-color:var(--main-color);display:inline-block;color:#fff;border-radius:15px 15px 0 0;}

#inquiry .feedbackbox ul li{margin-bottom:20px;}


#RelatedProduct{}
#RelatedProduct .ProList .item{width:calc((100% - 60px)/3);margin:0 30px 0 0;position:relative;overflow:hidden;border-radius:15px;}
#RelatedProduct .ProList .item:nth-child(3n){margin-right:0;}
#RelatedProduct .ProList .item .img img{width:100%;}
#RelatedProduct .ProList .item .txt{padding:25px 20px;background-color:#fff;width:100%;}
#RelatedProduct .ProList .item h4{padding:0 40px 0px 0;font-size:20px;line-height:40px;position:relative;}
#RelatedProduct .ProList .item h4>i{position:absolute;right:0;top:0;width:40px;height:40px;font-size:24px;line-height:40px;background-color:var(--main-color);color:#fff;border-radius:50%;text-align:center;}
@media (min-width:992px) and (max-width:1229px) {
    .prosection{margin-bottom:30px;}
    .prosection .tit{margin-bottom:20px;}
    .prosection .tit a h3{font-size:20px;}

    #RelatedProduct .ProList .item h4{font-size:14px;padding:0;}
    #RelatedProduct .ProList .item h4>i{display:none;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProductIntro{padding:25px;}
    #ProductIntro .IntroText{padding-left:30px;padding-top:0;}
    #ProductIntro .IntroText h1{font-size:22px;}
    #ProductIntro .IntroText .remark{line-height:1.5;font-size:15px;}
    #ProductIntro .IntroText .line{margin-top:8px;}
    #ProductIntro .IntroText .contacts{margin-top:10px;}
    #ProductIntro .IntroText .contacts > span{font-size:15px;}
    #ProductIntro .IntroText .contacts > p{font-size:15px;margin-bottom:0;}
    #ProductIntro .IntroText .btnlist{margin-top:10px;}

    .prosection{margin-top:30px;}
    .prosection .tit{margin-bottom:20px;}
    .prosection .tit h3{font-size:18px;}
    
    #RelatedProduct .ProList .item{width:calc((100% - 40px)/3);margin:0 20px 0 0;}
    #RelatedProduct .ProList .item .txt{padding:10px;}
    #RelatedProduct .ProList .item h4{font-size:14px;padding:0;line-height:24px;}
    #RelatedProduct .ProList .item h4>i{display:none;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProDetailPage{padding-bottom:20px;}
    
    #ProductIntro{padding:15px;}
    #ProductIntro .IntroImg{width:100%;}
    #ProductIntro .IntroImg #smallImg{}
    #ProductIntro .IntroText{width:100%;padding:15px 0 0 0;}
    #ProductIntro .IntroText h1{font-size:22px;}
    #ProductIntro .IntroText .remark{line-height:1.5;font-size:15px;}
    #ProductIntro .IntroText .line{margin-top:8px;}
    #ProductIntro .IntroText .contacts{margin-top:10px;}
    #ProductIntro .IntroText .contacts > span{font-size:15px;}
    #ProductIntro .IntroText .contacts > p{font-size:15px;margin-bottom:0;}
    #ProductIntro .IntroText .btnlist{margin-top:10px;}

    .prosection{margin-top:25px;}
    .prosection .tit{margin-bottom:15px;}
    .prosection .tit h3{font-size:18px;padding:10px 20px;}
    
    #RelatedProduct .ProList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #RelatedProduct .ProList .item:nth-child(3n){margin-right:15px;}
    #RelatedProduct .ProList .item:nth-child(2n){margin-right:0;}
    #RelatedProduct .ProList .item .txt{padding:10px;}
    #RelatedProduct .ProList .item h4{font-size:14px;padding:0;line-height:1.5;}
    #RelatedProduct .ProList .item h4>i{display:none;}
}


/*新闻*/
#NewsPage{background-color:#eaeaea;}
.mbbig{margin-bottom:var(--gap-big);}
#NewsPage .title{text-align:left;margin-bottom:0;}
#NewsPage .title h2{line-height:1.25;}
#NewsPage .catelist{text-align:right;}
#NewsPage .catelist>a{display:inline-block;margin-left:20px;border-radius:50px;min-width:170px;text-align:center;background-color:#f5f8fc;font-size:18px;padding:9px;font-weight:bold;}
#NewsPage .catelist>a.active,#NewsPage .catelist>a:hover{background-color:var(--main-color);color:#fff;}
#NewsPage .NewsList{}
#NewsPage .NewsList .item{position:relative;width:calc((100% - 70px)/3);margin:0 35px 35px 0;background-color:#fff;padding:30px;border-radius:15px;}
#NewsPage .NewsList .item:nth-child(3n){margin-right:0;}
#NewsPage .NewsList .item .img{overflow:hidden;border-radius:15px;}
#NewsPage .NewsList .item .txt{padding:20px 0 0;}
#NewsPage .NewsList .item .txt span.date{font-size:16px;line-height:1;display:inline-block;color:#999;font-family:var(--font-family-en);margin-bottom:8px;}
#NewsPage .NewsList .item .txt h4{font-size:24px;color:#333;margin-bottom:5px;}
#NewsPage .NewsList .item .txt p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:#555;line-height:1.75;margin-bottom:15px;}
#NewsPage .NewsList .item .txt .morelink{height:36px;padding:4px 4px 4px 20px;transition:all 0.3s;}
#NewsPage .NewsList .item .txt .morelink:hover{min-width:170px;}
#NewsPage .NewsList .item:hover .txt h4{color:var(--main-color);}
@media (min-width:992px) and (max-width:1229px) {
    #NewsPage .NewsList .item{width:calc((100% - 50px)/3);margin:0 25px 25px 0;padding:20px;}
    #NewsPage .NewsList .item .txt h4{font-size:20px;}
    #NewsPage .NewsList .item .txt p{font-size:14px;line-height:1.5;}
}
@media (min-width:768px) and (max-width:991px) {
    #NewsPage .catelist>a{min-width:120px;font-size:16px;padding:5px 9px;}
    #NewsPage .NewsList .item{width:calc((100% - 20px)/2);margin:0 20px 20px 0;padding:20px;}
    #NewsPage .NewsList .item:nth-child(3n){margin-right:20px;}
    #NewsPage .NewsList .item:nth-child(2n){margin-right:0;}
    #NewsPage .NewsList .item .txt h4{font-size:18px;}
    #NewsPage .NewsList .item .txt p{font-size:14px;line-height:1.5;}
}
@media (min-width:1px) and (max-width:767px) {
    #NewsPage .title{width:100%;margin-bottom:10px;}
    #NewsPage .catelist{width:100%;text-align:left;}
    #NewsPage .catelist>a{min-width:100px;font-size:16px;padding:5px 9px;margin-left:0;margin-right:8px;}
    #NewsPage .NewsList .item{width:100%;margin:0 0 15px 0;padding:20px;}
    #NewsPage .NewsList .item:nth-child(3n){margin-right:0;}
    #NewsPage .NewsList .item .txt h4{font-size:16px;}
    #NewsPage .NewsList .item .txt p{font-size:14px;line-height:1.5;display:none;}
    #NewsPage .NewsList .item .txt .morelink{margin-top:10px;}
}

#NewsDetailPage{background-color:#eaeaea;}
#NewsDetailPage .flex_between{background-color:#fff;padding:5% 5% 10%;}
#NewsDetailPage .left{}
#NewsDetailPage .left .datetime{background-color:var(--main-color);padding:20px;color:#fff;border-radius:5px;}
#NewsDetailPage .left .datetime span{border-bottom:rgba(255,255,255,0.5) solid 1px;font-size:60px;line-height:1;display: block;padding: 0 0 10px;text-align: center;font-family:var(--font-family-bold);color:#fff;}
#NewsDetailPage .left .datetime span font{font-size:30px;display:inline-block;}
#NewsDetailPage .left .datetime em{padding:10px 0 0;font-size:20px;display: block;text-align:center;white-space: nowrap;font-style:initial;font-family:var(--font-family-en);}
#NewsDetailPage .right{flex:1;padding-left:5%;}
#NewsDetailPage .title{border-bottom:1px solid #ddd;padding-bottom:10px;text-align:left;margin-bottom:10px;}
#NewsDetailPage .title h2{color:var(--main-color);font-size:36px;}
#NewsDetailPage .title p{font-size:16px;color:#666;margin-top:5px;}
#NewsDetailPage .btnList{margin-top:30px;}
#NewsDetailPage .btnList>.link{font-size:18px;line-height:30px;display:block;}
#NewsDetailPage .btnList>.link:not(:last-child){margin-bottom:10px;}
#NewsDetailPage .btnList>.link span{color:#666;display:inline-block;vertical-align:top;margin-left:10px;}
#NewsDetailPage .btnList>.link>i.iconfont{display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;font-size:16px;border-radius:50%;color:#fff;background-color:var(--main-color);vertical-align:top;}
#NewsDetailPage .btnList>.link>i.iconfont.ico_prev{transform:rotateY(180deg);}
#NewsDetailPage .btnList>.link:hover span{color:var(--main-color);}
@media (min-width:992px ) and (max-width:1229px) {
    #NewsDetailPage .btnList>.link{font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    #NewsDetailPage .left .datetime{padding:15px;}
    #NewsDetailPage .left .datetime span{font-size:40px;}
    #NewsDetailPage .left .datetime em{font-size:16px;}
    #NewsDetailPage .btnList>.link{font-size:16px;}
    #NewsDetailPage{padding:0 0 120px;margin-bottom:-150px;}
}
@media (max-width:767px){
    #NewsDetailPage .left{display:none;}
    #NewsDetailPage .flex_between{padding:15px;}
    #NewsDetailPage .right{padding-left:0;}
    #NewsDetailPage .btnList>.link{font-size:14px;}
    #NewsDetailPage{padding:0 0 0;margin-bottom:0;}
}

#RelatedNews{overflow:hidden;margin-top:50px;}
#RelatedNews .tit{text-align:center;margin-bottom:20px;}
#RelatedNews .tit h3{font-size:30px;margin-bottom:10px;}
#RelatedNews .tit .line{width:60px;height:4px;background-color:#123c86;}
#RelatedNews .relate_list{}
#RelatedNews .relate_list .item{margin:0 0 12px;width:48%;font-size:18px;line-height:30px;position:relative;padding-left:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0;color:#666;}
#RelatedNews .relate_list .item:hover{color:var(--main-color);text-decoration:underline;}
#RelatedNews .relate_list .item:before{content:"\e775";font-size:14px;font-family:"iconfont";position:absolute;left:0;}
@media (min-width:992px) and (max-width:1229px) {
    #RelatedNews .relate_list .item{font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    #RelatedNews .relate_list .item{width:100%;font-size:16px;}
}
@media (min-width:1px) and (max-width:767px) {
    #RelatedNews .tit h3{font-size:24px;}
    #RelatedNews .relate_list .item{width:100%;font-size:14px;}
}

/*分页*/
.pagination{display:inline-block;margin:20px 0;padding-left:0;border-radius:4px;}
.pagination>li{display:inline;}
.pagination>li>a,.pagination>li>span{position:relative;float:left;margin-left:-1px;padding:6px 12px;border:1px solid #ddd;background-color:#fff;color:#337ab7;text-decoration:none;line-height:1.42857143;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;border-color:#ddd;background-color:#eee;color:#23527c;}
ul.pagination {box-shadow:none;width:100%;border-radius:0;text-align:center;}
ul.pagination li {margin-left:5px;display:inline-block;margin-bottom:5px;}
ul.pagination li a{background-color:#fff;border-color:var(--main-color);border-radius:0;color:var(--main-color);font-size:14px;}
ul.pagination li.active span,ul.pagination li.active a{background-color:var(--main-color);border-color:var(--main-color);border-radius:0;color:#fff;font-size:14px;}
ul.pagination li:first-child a{border-radius:0;}
ul.pagination li:last-child a{border-radius:0;}
ul.pagination li:hover a,ul.pagination li.active:hover>span{background-color:var(--main-color);color:#fff;}


#VideoPage{}
#VideoPage .VideoList{overflow:hidden;}
#VideoPage .VideoList .item{width:calc((100% - 60px)/3);background-color:#f3f3f3;border-radius:10px;overflow:hidden;margin:0 30px 30px 0;padding:25px 35px;}
#VideoPage .VideoList .item:nth-child(3n){margin-right:0;}
#VideoPage .VideoList .item .txt{padding-bottom:20px;}
#VideoPage .VideoList .item .txt h5{font-size:18px;line-height:24px;height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#VideoPage .VideoList .item .img{border-radius:10px;}
#VideoPage .VideoList .item:hover .txt h3{color:var(--main-color);}
video{width:100%;}
@media (min-width:992px) and (max-width:1229px) {
    #VideoPage .VideoList .item{padding:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #VideoPage .VideoList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;padding:15px;}
    #VideoPage .VideoList .item .txt h5{font-size:16px;}
}
@media (min-width:1px) and (max-width:767px) {
    #VideoPage .VideoList .item{width:100%;margin:0 0 15px;padding:15px;}
    #VideoPage .VideoList .item .txt h5{height:auto;-webkit-line-clamp:inherit;}
}


#PrivacyPolicyPage .title{margin-bottom:20px;}
#PrivacyPolicyPage .morelink{text-align:initial;color:#fff;}
#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:767px) {
    #PrivacyPolicyPage article h4{font-size:16px;}
    #PrivacyPolicyPage article p{font-size:13px;}
}
