﻿@charset "utf-8";
@font-face {
  font-family: 'Poppins';
  src: url('/dist/fonts/Poppins/Poppins-Regular.woff2') format('woff2'),
       url('/dist/fonts/Poppins/Poppins-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('/dist/fonts/Poppins/Poppins-Bold.woff2') format('woff2'),
       url('/dist/fonts/Poppins/Poppins-Bold.woff') format('woff');
  font-display: swap;
}

/**********样式重置**********/
:root {
    --color:#000000;
    --color-font:#494949;
    --color-main:#d82128;
    --color-normal:#c3011b;
    --font:Poppins,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-bold:Poppins-Bold,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-med:Poppins,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-light:Poppins,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-size:16px;
    --gap-large:75px;
    --gap-big:50px;
    --gap-mid:35px;
    --gap-sm:15px;
    --line-height:1.5;
    --padding-lr:0 15px;
    --page-width:1410px;
}
@media (min-width:1080px) and (max-width:1409px) {
    :root {
        --gap-large:50px;
        --gap-big:30px;
        --font-size:15px;
        --page-width:100%;
    }
}
@media (min-width:1px) and (max-width:1079px){
    :root {
        --font-size:14px;
        --gap-large:40px;
        --gap-big:20px;
        --gap-mid:20px;
        --gap-sm:10px;
        --page-width:100%;
    }
}

html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
    -webkit-overflow-scrolling: touch;/*解决iOS滚动条被卡住的问题*/
    scroll-behavior: smooth;/*滚动到指定位置*/
    max-width:1920px;
    margin:0 auto;
    overflow-x:hidden;
}
html{background:#FFF;font-size:16px;}
@media (min-width:1px) and (max-width:1079px) {
    html{font-size:14px;}
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-main) #ddd;
}

::-webkit-scrollbar {
  height: 4px;
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: var(--color-main);
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0}
fieldset,img{border:0}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6,dt{font-size:100%;}
q:before,q:after{content:''}
input:visited,input:focus,input,textarea,button:visited,button:focus,textarea:visited,textarea:focus{border:none;outline: none;}
.clearfix:after,.clearfix:before,.container::after,.container:before{display:table;content:" ";}
.clearfix:after,.container::after{clear:both;}
*{box-sizing:border-box;}
a{outline:none;text-decoration:none;color:#222}
a:hover{color:var(--color-main);}
img,li{border:0;vertical-align:top;}
img{max-width:100%;height:auto;}
input::placeholder,textarea::placeholder{
    color: #ccc;
}
b,body,dd,div,form,h4,h5,h6,img,input,textarea,li,p,pre,ul{margin:0 auto;padding:0;font-family:var(--font);color:var(--color);line-height:var(--line-height);font-size:var(--font-size);}
b{font-family:var(--font-bold);}
div.remark,p{color:var(--color-font);}
h1,h2,h3,h4,dt{font-family:var(--font-bold);font-weight:normal;}
[class^="tit_"],.tit{font-family:var(--font-bold);}
.hidden{display:none!important;}
.noinfo{font-size:1rem;text-align:center;margin-top:10px;padding-bottom:30px;}
.item .img{overflow:hidden;position:relative;}
.item .img img{transition:all .4s;transform:scale(1);margin:0 auto;display:block;width:100%;height:100%;object-fit:cover;}
.item:hover .img img{transform:scale(1.05);}
.flex{display:flex;}
.flex_between{display:flex;justify-content:space-between;flex-wrap:wrap;}
.flex_around{display:flex;justify-content:space-around;flex-wrap:wrap;}
.flex_start{display:flex;justify-content:flex-start;flex-wrap:wrap;}
.flex_column{display:flex;justify-content:space-between;flex-wrap:wrap; flex-direction:column;}
.flex_center{display:flex;justify-content:center;flex-wrap:wrap;}
.flex_vcenter{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;}
.txtcenter{text-align:center;}
.txtright{text-align:right;}
.vcenter{position:absolute;top:50%;transform:translate(0,-50%);}
.vccenter{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.container{width:100%;padding:var(--padding-lr);max-width:var(--page-width);}
.container2{width:100%;padding:var(--padding-lr);max-width:1750px;}
.ValidationError{border:1px solid red!important;}
.text-center{text-align:center;}
.nopadding{padding:0!important;}
.pc{display:block;}
.wap{display:none!important;}
@media screen and (min-width:1px ) and (max-width:1079px) {
    .pc{display:none;}
    .wap{display:block!important;}
}
.clamp{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.clamp1{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;}
.clamp2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.clamp3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.clamp4{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;}
.clamp5{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;}
.clamp8{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;overflow:hidden;}
.clamp10{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:10;overflow:hidden;}
.keylink{font-weight:bold;}

@media screen and (min-width:1px ) and (max-width:1409px) {
    .container{width:100%;}
    .container2 .container{padding:0;}
}
@media screen and (min-width:1px ) and (max-width:1079px){
    .inputgroup{margin-bottom:2vw;}
}
/**********样式重置**********/

/**********公共样式**********/
.frame{padding-top:var(--gap-large);padding-bottom:var(--gap-large);position:relative;z-index:2;overflow:hidden;}
.frame .titbox{margin-bottom:var(--gap-big);position:relative;}
.frame .titbox .tit{font-size:48px;line-height:1.1667;font-family:var(--font);}
.frame .titbox .tit b{display:block;font-size:48px;line-height:1.1667;font-family:var(--font-bold);}
.frame .titbox .slg{font-size:18px;line-height:30px;display:flex;align-items:center;text-transform:uppercase;font-weight:bold;color:#444;margin-bottom:10px;}
.frame .titbox .slg i{font-size:14px;line-height:30px;color:var(--color-main);margin-right:8px;}
.frame .titbox .line{width:68px;height:4px;background:var(--color-main);position:relative;margin:10px auto 0;}
.frame .titbox .remark{font-size:16px;line-height:1.625;color:#666;margin-top:25px;}
.txtcenter .morelink{margin:0 auto;}
@media (min-width:1080px) and (max-width:1409px) {
    .frame .titbox .tit{font-size:30px;}
    .frame .titbox .tit b{font-size:30px;}
    .frame .titbox .line{margin-bottom:20px;}
    .frame .titbox .slg{font-size:16px;line-height:1.5;}
}
@media (min-width:1px) and (max-width:1079px) {
    .frame .titbox{margin-bottom:20px;width:100%;}
    .frame .titbox .tit{font-size:22px;}
    .frame .titbox .tit b{font-size:22px;}
    .frame .titbox .slg{font-size:13px;}
    .frame .titbox .line{margin-bottom:20px;}
    .frame .titbox .remark{font-size:13px;margin-top:10px;}
}

.morelink{position:relative;padding:10px 30px 10px 30px;transition:0.5s;font-size:16px;line-height:40px;z-index:1;background:linear-gradient(to right,var(--color-normal),var(--color-main));overflow:hidden;border-radius:8px;color:#fff;display:flex;align-items:center;width:fit-content;justify-content:center;}
.morelink i{font-size:20px;line-height:1;color:#fff;}
.morelink .icon_left{margin-left:10px;}
.morelink .icon_right{margin-right:10px;}
.morelink:hover{transform:matrix(1,0,0,1,0,-10);color:#fff;}
.morelink2{background:#fff;color:#333;border:1px solid var(--color-main);padding:9px 29px;}
.morelink2 i{font-size:20px;color:#333;}
.morelink2:hover{color:#333;}

.btnlink{display:inline-block;transition:all 0.3s;}
.btnlink:hover{transform:translateY(6px);text-decoration:underline;}
@media (min-width:1080px) and (max-width:1409px) {
    .morelink{font-size:14px;line-height:24px;min-width:initial;}
    .morelink:before{}
}
@media (min-width:1px) and (max-width:1079px) {
    .morelink{font-size:14px;padding:8px 20px 8px 20px;line-height:24px;min-width:150px;}
    .morelink i.icon-arrowRight{width:30px;height:30px;line-height:30px;font-size:16px;}
}
/**********公共样式**********/



/**********头部样式**********/
header{width:100%;z-index:99;background-color:#fff;position:sticky;top:0;border-bottom:1px solid #bfbfc5;transition:transform 0.8s cubic-bezier(0.2,0,0.2,1);transition-delay:0s;padding:20px 0 0;}
header.hide{transform:translateY(-100%);}
header.fixed{}

#logo{position:relative;margin-left:0;margin-right:0;height:60px;transition:all 0.3s;}
#logo img{top:50%;transform:translate(0,-50%);position:relative;transition:all 0.3s;width:initial;}


header .right{margin:0;}
.top{margin:0;display:flex;align-items:center;justify-content:flex-end;}
.top .sharelist{display:flex;align-items:center;margin:0 8px 0 0;}
.top .sharelist .ico{margin-right:10px;text-align:center;}
.top .sharelist .ico i{font-size:14px;display:block;width:28px;height:28px;line-height:28px;background-color:#999;border-radius:50%;color:#fff;}
.top .sharelist .ico:hover i{background-color:var(--color-main);}


#Menu{transition:all .3s;margin:0;align-items:center;}
#Menu .flex_vcenter{justify-content:flex-end;}
#Menu ul.menunav{display:flex;justify-content:space-between;position:relative;margin:12px 0 0;}
#Menu ul.menunav>li{display:inline-block;padding:0;margin:0;}
#Menu ul.menunav>li>a{position:relative;display:flex;line-height:30px;padding:0 24px 10px;font-size:16px;}
#Menu ul.menunav>li.active>a,#Menu ul.menunav>li>a:hover{color:var(--color-main);}
#Menu ul.menunav>li.active>a:before,#Menu ul.menunav>li>a:hover:before{opacity:1;}
#Menu ul.menunav>li.dropdown>a:after{content:"\e65d";font-family:iconfont;display:inline-block;margin-left:5px;font-size:13px;display:none;}
#Menu ul.menunav>li:last-child a{padding-right:0;padding-left:0;}
#Menu ul.menunav>li .icon-vr{color:var(--color-main);font-size:24px;line-height:30px;}
#Menu ul>li{position:relative;}
#Menu ul>li ul.dropdown-menu{position:fixed;left:50%;top:101px;transform:translate(-50%,0);width:var(--page-width);z-index:2;transition:all 0.3s;display:none;background-color:rgba(255,255,255,0.9);padding:25px 15px 40px;flex-wrap:wrap;align-items:center;}
#Menu ul>li ul.dropdown-menu:before{content:"";width:50%;height:100%;background-color:rgba(255,255,255,0.9);position:absolute;left:-50%;top:0;}
#Menu ul>li ul.dropdown-menu:after{content:"";width:50%;height:100%;background-color:rgba(255,255,255,0.9);position:absolute;right:-50%;top:0;}
#Menu ul>li ul.dropdown-menu>li{width:29%;margin-left:0;margin-right:4.3333%;margin-bottom:25px;}
#Menu ul>li ul.dropdown-menu>li>a{line-height:30px; font-size:16px; padding:10px;display:block;white-space:nowrap;text-align:left;position:relative;position:relative;z-index:2;color:#000;display:flex;align-items:center;border-bottom:1px solid #9b9b9b;}
#Menu ul>li ul.dropdown-menu>li>a>i{font-size:30px;line-height:30px;margin-right:8px;}
#Menu ul>li ul.dropdown-menu>li>a:hover{color:var(--color-main);border-bottom:1px solid var(--color-main);}
#Menu ul>li ul.dropdown-menu>li>a:hover>i{color:var(--color-main)}
#Menu ul>li:hover ul.dropdown-menu{display:flex;}
#Menu ul>li ul.dropdown-menu ul.catemenu{left:calc(100%);top:0;border-left:1px solid #fff;transform:initial;display:none;}
#Menu ul>li ul>li:hover>ul.catemenu{display:block;}



#search{margin:0 18px 0 0;position:relative;}
#search .btnsearch{}
#search .btnsearch>i{display:block;font-size:24px;color:#333;line-height:28px;cursor:pointer;text-align:center;}
#search #sform{width:250px;box-sizing:border-box;transition:all 0.3s;overflow:hidden;display:flex;align-items:center;background-color:#fff;position:absolute;top:100%;right:0;opacity:0;visibility:hidden;height:0;z-index:1;}
#search #sform input{width:calc(100% - 45px);padding-left:15px;font-size:16px;height:100%;background-color:transparent;}
#search #sform input::placeholder{color: #999;font-size:14px;}
#search #sform button{width:45px;position:relative;text-align:center;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;height:100%;background-color:transparent;}
#search #sform button>i{font-size:17px;line-height:1;color:#666;}
#search.show #sform{opacity:1;visibility:visible;height:45px;border:1px solid var(--color-main);}


#Menu #lang{display:none;}
#lang{position:relative;margin:0;display:flex;align-items:center;}
#lang .link{display:flex;justify-content:space-around;align-items:center;color:#fff;position:relative;font-size:14px;}
#lang .link>i{display:inline-block;color:#666;}
#lang .link>i.icon-yuyan{font-size:24px;color:#333;line-height:28px;}
#lang .link>i.icon-xia{margin-left:5px;font-size:12px;color:#fff;}
#lang .link>span{display:inline-block;color:#000;margin:0 5px;}
#lang ul.dropdown-menu{position:absolute;top:100%;background-color:#fff;z-index:2;min-width:130px;box-shadow:0 5px 10px rgba(0,0,0,0.17);padding:5px 10px 5px;margin-top:30px;transition:all 0.3s;visibility:hidden;opacity:0;left:50%;transform:translate(-50%,0);overflow:hidden;}
#lang ul.dropdown-menu>li>a{line-height:24px; font-size:14px; padding:5px 0 5px 0;white-space:nowrap;text-align:left;position:relative;z-index:2;color:#888;display:flex;align-items:center;justify-content:flex-start;}
#lang ul.dropdown-menu>li img{margin-left:0;margin-right:5px;}
#lang ul.dropdown-menu>li:hover>a{color:var(--color-main);}
#lang ul.dropdown-menu>li:not(:last-child)>a{border-bottom:1px solid #ddd;}
#lang:hover ul.dropdown-menu{display:block;}

/*手机导航*/
header #menu_btn{cursor:pointer; position: relative;display:inline-block;border-radius:50px;text-align:center;margin-top:15px;float:right;display:none;}
header #menu_btn>i{display:inline-block;font-size:24px;line-height:40px;margin-top:8px;}
header #menu_btn>i:before{content:"\e623";}
header #menu_btn.show>i:before{content:"\e63f";}
@media (min-width:1080px) and (max-width:1409px) {
    #Menu{padding-right:15px;}
    #Menu .getainquiry{padding:6px 10px;}
    #search{margin-right:0}

    #logo{}
    #Menu ul.menunav{}
    #Menu ul.menunav>li>a{padding:5px 15px;font-size:15px;}
    .top{padding:5px 15px 5px 30px;}
    .top .top_lxfs:not(:last-child){margin-right:20px;}
    .top .top_lxfs a{font-size:14px;}
    .top .right .sharelist .ico:not(:last-child){margin-right:20px;}
}
@media (min-width:1px) and (max-width:1079px) {
    header{padding:5px 0;}
    header .container{padding:0 15px;}
    header .logo{display:block;}
    

    #logo{height:60px;}
    #logo img{max-width:200px;max-height:50px;}
    .top{padding:0;display:none;}
    .top .top_lxfs{display:none;}

    #Menu .menu_right{margin:0;}
    #Menu .getainquiry{padding:5px 15px;width:100%;margin:0;text-align:center;background-color:#fff;color:var(--color-main);}

    header #search{margin:15px 0 0 0;width:100%;}
    header #search>a{display:none;}
    #search{padding:0;margin: 0 0 15px;}
    #search #sform{height:40px;width:100%;display:flex;position:relative;top:initial;right:initial;border:1px solid #fff;opacity:1;visibility:visible;}
    #search.show #sform{height:40px;}
    #search #sform input{width:calc(100% - 40px);}
    #search #sform button{width:40px;}
    #search #sform span{display:none;}
    #search #sform font{display:none;}
    #search::before{display:none;}

    #lang ul.dropdown-menu{padding:0 15px;}

    header #menu_btn{display:block;margin-top:3px;margin-right:0;margin-left:10px;}
    
    header.show #Menu{left:0;z-index:2;padding:20px 15px 30px;}
    #Menu{display:block;width:220px;position:fixed;top:0;left:-230px;bottom:0;background-color:var(--color-main);box-shadow:0 0 3px #eee;padding-top:20px;overflow-y:scroll;padding-bottom:60px;transition:all 0.3s;margin-left:0;}
    #Menu ul.menunav{width:100%;display:block;padding-left:0;margin-bottom:30px;}
    #Menu ul.menunav>li{display:block;margin:0;}
    #Menu ul.menunav>li>a{padding:6px 0 6px 0;color:#fff;text-align:left;font-size:16px;}
    #Menu ul.menunav>li.active>a{color:#fff;}
    #Menu ul.menunav>li.active>a:before,#Menu ul.menunav>li:hover>a:before{display:none;}
    #Menu ul>li ul.dropdown-menu{display:block;position:relative;padding-left:0;padding-right:0;box-shadow:none;border-bottom:none;opacity:1;visibility:visible;margin-top:0;padding-top:0;background:none;width: 100%;position: relative;top: initial;left: initial;transform: initial;padding-bottom:0;}
    #Menu ul > li ul.dropdown-menu::before{display:none;}
    #Menu ul > li ul.dropdown-menu::after{display:none;}
    #Menu ul>li ul.dropdown-menu>li{padding:0;margin:0;width:100%;}
    #Menu ul > li ul.dropdown-menu > li > a > i{display:none;}
    #Menu ul>li ul.dropdown-menu>li>a{color:#fff;font-size:14px;padding:4px 10px 4px 10px;white-space:initial;margin:0;}
    #Menu ul>li ul.dropdown-menu>li>a.icon_right::after{top:5px;}
    #Menu ul>li ul.dropdown-menu>li:not(:last-child)>a{border:none;}
    #Menu ul>li ul.dropdown-menu ul.catemenu{display:block;position:relative;left:0;border-left:none;padding:0 0 0 5px;}
    #Menu ul>li ul.dropdown-menu ul.catemenu>li>a{font-size:12px;padding:4px 0 4px 15px;}

    #Menu ul.menunav > li.btninquiry > a{margin-left:0;padding:5px;display:flex;justify-content:center;font-size:14px;}

    #Menu .procate{display:none!important;}
    header .headCateList{display:none;}
    
    #Menu #lang{display:block;margin-left:0;margin-top:15px;width:100%;}
    #Menu #lang .link{justify-content:flex-start;}
    #Menu #lang .link:not(:last-child){margin-right:0;padding-right:0;margin-bottom:10px;}
    #Menu #lang .link:not(:last-child)::before{display:none;}
    #Menu #lang img{margin:0 5px 0 0;}

    #lang ul.dropdown-menu{position:relative;top:initial;margin-top:0;visibility:visible;opacity:1;left:initial;transform:initial;margin-bottom:15px;}
}
/**********头部样式**********/
.feedbackbox ul{}
.feedbackbox ul>li{width:100%;position:relative;}
.feedbackbox ul>li:not(:last-child){margin-bottom:15px;}
.feedbackbox ul>li:last-child{margin-right:0;}
.feedbackbox ul>li.half{width:48%;margin-left:0;margin-right:0;}
.feedbackbox ul>li>label{text-align:left;font-weight:normal;font-size:16px;line-height:30px;color:#666;margin-bottom:8px;display:block;}
.feedbackbox ul>li>label>em{color:#f00;font-style:initial;font-size:18px;line-height:30px;display:inline-block;vertical-align:top;margin-right:5px;}
.feedbackbox ul>li>.input{margin:0;height:49px;width:100%;border:1px solid #e6e8ec;padding-left:15px;background-color:transparent;}
.feedbackbox ul>li textarea.input{resize:none;position:relative;line-height:30px;font-size:16px;padding-top:6px;height:120px;}
.feedbackbox ul>li.tips{border-bottom:none;font-size:18px;line-height:24px;color:#747474;}
.feedbackbox .submit{display:inline-block;margin-top:0;background-color:var(--color-main);color:#fff;text-align:center;padding:11px 25px;font-size:18px;line-height:30px;}
.feedbackbox .submit>i{margin-right:8px;font-size:18px;display:inline-block;vertical-align:top;}
@media (min-width:1230px) and (max-width:1409px) {
}
@media (min-width:1080px) and (max-width:1409px) {
    .feedbackbox ul>li>label{font-size:16px;}
    .feedbackbox ul>li.btnli .btnlink{padding:3px 40px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .feedbackbox ul>li.half{margin-bottom:20px;width:100%;}
    .feedbackbox ul>li>label{font-size:16px;}
    .feedbackbox ul>li textarea.input{}
    .feedbackbox ul>li.btnli .morelink{padding:3px 40px;font-size:16px;line-height:32px;}
    .feedbackbox .submit{font-size:14px;}
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/**********底部样式**********/
.category{ position: fixed; top: 0; bottom: 52px; left: 0; width: 300px; background: #ddd; z-index: 999; max-width: 100%; transition: linear 0.35s; transform: translateX(-100%);}
.category[typeof='close']{}
.category[typeof='open']{ transform: translateX(0)}
.category .top{ background: var(--color-normal); display: flex; justify-content: space-between; align-items: center; height: 55px; overflow: hidden;}
.category .top .logo{ width: 50%; margin: 0; display: inline-block; padding:0px 15px;}
.category .top .logo img{ max-height: 35px; width: auto;}
.category .top .close{ margin: 0; display: inline-block; cursor: pointer; padding: 15px;}
.category .top .close i{ font-size: 21px; color: #fff;}
.category .list{ position: relative; z-index: 1; height: calc(100% - 81px); box-sizing: border-box; padding: 30px 15px; overflow: hidden; overflow-y: auto;}
.category .list>ul{}
.category .list>ul>li{ display: block; border-bottom: 1px solid #fff;}
.category .list>ul>li>a{ display: block; font-size: 16px; padding: 10px 15px; color: #666; position: relative;}
.category .list ul>li>a:before{ content: ""; position: absolute; left: 0; top: 50%;transform:translate(0,-50%); width: 5px; height: 5px; background: var(--color-main);}
.category .list ul>li:hover>a{ color: var(--color-main);}
.category .list ul>li:last-child{ border-bottom: 0;}
.category .list ul>li>ul{ padding: 10px 20px 10px 10px;}
.category .list ul>li>ul>li{ margin-bottom: 10px; border-bottom: 1px dotted var(--color-main);}
.category .list ul>li>ul>li>a{ display: block; font-size: 12px; color: #999; padding: 5px 5px 5px 10px;position:relative;}
.category .list ul>li>ul>li:hover>a{ color: var(--color-main);}
.category .list ul>li>ul>li:last-child{ border-bottom: 0;}


footer{background-color:#121212;padding-top:110px;position:relative;}
footer .footimg{position:absolute;left:50%;top:-67px;transform:translate(-50%,0%);width:134px;height:134px;background-color:#fff;border-radius:50%;align-items:center;display:flex;justify-content:center;z-index:2;box-shadow:0 0 38px rgba(0,0,0,0.11);}
footer dl dt,footer .tit_foot{margin-bottom:30px;font-size:18px;line-height:1;position:relative;font-family:var(--font-bold);color:#fff;padding-left:17px;}
footer dl dt:before,footer .tit_foot:before{content:"";width:8px;height:1px;background-color:var(--color-main);position:absolute;left:0;top:50%;}
footer dl dd{position:relative;margin-bottom:12px;}
footer dl dd>a{display:block;transition:all 0.3s;line-height:24px;color:#9a9a9a;font-size:16px;position:relative;}
footer dl dd>a em{display:none;}
footer dl dd>a:hover{color:var(--color-main);text-decoration:underline;margin-left:5px;}

#fck1{width:300px;margin:0;}
#fck2{width:220px;margin:0;}
#fck3{width:510px;margin:0;}
#fck4{width:125px;margin:0;}

#fck3 dl{display:flex;justify-content:space-between;flex-wrap:wrap;}
#fck3 dl dt{width:100%;}
#fck3 dl dd{width:50%;padding-right:10px;}

.footcontact .contitem{position:relative;padding-left:48px;margin-bottom:20px;min-height:40px;}
.footcontact .contitem i{font-size:20px;color:#fff;text-align:center;margin-right:5px;width:36px;height:36px;line-height:36px;position:absolute;left:0;top:2px;background-color:#2c2c2c;border-radius:4px;}
.footcontact .contitem .title{display:block;font-size:14px;line-height:20px;color:#9a9a9a;}
.footcontact .contitem a,.footcontact .contitem p{display:block;color:#fff;line-height:20px;font-size:16px;margin:0;font-weight:bold;}
.footcontact .contitem a:hover{color:var(--color-main);text-decoration:underline;}

.subscribe{padding-bottom:55px;border-bottom:1px solid #818181;margin-bottom:55px;}
.subscribe.flex_between{align-items:center;}
.subscribe .left{width:50%;margin:0;}
.subscribe .right{width:40%;margin:0;}
.subscribe .title{font-size:40px;color:#fff;line-height:1.2;}
.subscribeBox{background-color:#2c2c2c;border-radius:8px;padding:12px;align-items:center;}
.subscribeBox .input{margin:0;height:43px;flex:1;background-color:transparent;color:#fff;margin-right:5px;padding-left:20px;}
.subscribeBox .input::placeholder{color:#515151;font-size:16px;}
.subscribeBox .btnSubscribe{width:43px;height:43px;line-height:43px;text-align:center;background-color:var(--color-main);color:#fff;border-radius:8px;}
.subscribeBox .btnSubscribe i{font-size:24px;}
.subscribeBox .btnSubscribe:hover{background-color:var(--color-main);}
@media (min-width:1080px) and (max-width:1409px) {
    .subscribe{padding-bottom:30px;margin-bottom:30px;}
    .subscribe .title{font-size:30px;}
    
    footer .footimg{width:100px;height:100px;top:-50px;}
    footer .footimg img{width:70px;}
    #fck1{width:300px;margin:0;}
    #fck2{width:180px;margin:0;}
    #fck3{width:420px;margin:0;}
    #fck4{width:120px;margin:0;}
}
@media (min-width:1px) and (max-width:1079px) {
    footer .footimg{display:none;}
    .subscribe{padding-bottom:30px;margin-bottom:20px;}
    .subscribe .left{width:100%;}
    .subscribe .right{width:100%;padding-top:15px;}
    .subscribe .title{font-size:20px;}
    .subscribeBox{padding:6px;}
    .subscribeBox .input{height:36px;}
    .subscribeBox .btnSubscribe{width:36px;height:36px;line-height:36px;}
    .subscribeBox .btnSubscribe i{font-size:20px;}
}

.footshare{margin:0;}
.footshare .tit_share{color:#fff;line-height:30px;font-size:18px;margin-bottom:15px;}
.footshare a>i{display:block;font-size:16px;color:#fff;width:30px;height:30px;line-height:30px;text-align:center;border-radius:4px;background-color:var(--color-normal);transition:all 0.3s;}
.footshare a:not(:last-child)>i{margin-right:8px;}
.footshare a:hover>i{background-color:var(--color-main);color:#fff;margin-top:-5px;}
.footshare a.facebook>i{background-color:#3c5a99;}
.footshare a.linkedin>i{background-color:#0077b5;}
.footshare a.twitter>i{background-color:#000000;}
.footshare a.youtube>i{background-color:#d54029;}
.footshare a.pinterest>i{background-color:#e10600;}
.footshare a.instagram>i{background-color:#cf3d6b;}
.footshare a.whatsapp>i{background-color:#25d366;}
.footshare a.tiktok>i{background-color:#000;}

.copyright{margin-top:60px;padding-block:25px 45px;align-items:center;border-top:1px solid #333;}
.copyright .footdiv{margin:0;color:#9a9a9a;font-size:16px;line-height:30px;}
.copyright .footdiv.right{text-align:right;}
.copyright .footdiv>a{color:#9a9a9a;font-size:16px;line-height:30px;}
.copyright .footdiv>a:hover{color:var(--color-main);text-decoration:underline;}
@media (min-width:1080px) and (max-width:1409px) {
    footer{padding-top:60px;}
    footer dl dt,footer .tit_foot{font-size:20px;}
    footer dl dd{margin-bottom:10px;}
    footer dl dd > a{font-size:15px;}
    
    #fck1 .footlogo{margin-bottom:20px;}
    .footcontact p:not(:last-child){margin-bottom:20px;}
    
    .footshare a>i{width:36px;height:36px;line-height:36px;}
    .footshare a:not(:last-child)>i{margin-right:8px;}

    .copyright{margin-top:30px;padding-block:15px;}
    .copyright .footdiv{}
}
@media (min-width:1px) and (max-width:1079px) {
    #smooth-wrapper{padding-top:61px;}

    footer{padding:30px 0 50px;}
    footer:before{display:none;}
    footer:after{display:none;}

    .footercontent{display:none;}
    .footimgbox {display:none;}
    
    .footshare{display:flex;justify-content:center;width:100%;margin-bottom:8px;}
    .footshare a>i{width:36px;height:36px;line-height:36px;font-size:16px;}

    .copyright{margin-top:0;padding:0 0 15px 0;text-align:center;border-top:none;}
    .copyright .footdiv{flex:initial;}
    .copyright .footdiv.left{width:100%;padding:0;font-size:14px;}
    .copyright .footdiv.right{width:100%;padding:0;text-align:center;font-size:14px;}
}


#mobMenu{min-height:50px;border:1px solid #dddddd;position:fixed;bottom:0;width:100%;display:none;z-index:10;background-color:#fff;}
#mobMenu .foot_nav{text-align:center;color: #898989;font-size:12px;flex:1;}
#mobMenu .foot_nav i{display: block;padding: 3px 0px 0px 0px;font-size:18px;line-height:24px;}
#mobMenu .foot_nav .hamburger{position: inherit;float: none;margin: 0 auto;width:100%;}
@media (min-width:1px) and (max-width:1079px) {
    #mobMenu{display:flex;}
}


#float{position:fixed;right:0;top:60%;z-index:55;transform:translate(0,-50%);display: flex;  flex-direction: column;  align-items: flex-end;}
#float .ico{display:block;width:50px;height:50px;text-align:center;background:var(--color-main);position:relative;cursor:pointer;margin-bottom:6px;overflow:hidden;display:flex;justify-content:center;align-items:center;border-radius:8px;}
#float .ico>i{font-size:28px;line-height:50px;display:block;color:#fff;width:50px;}
#float .ico>.img{position:absolute;right:50px;width:140px;top:0;display:none;background-color:#fff;box-shadow:0 0 5px #b0b0b0;}
#float .ico>.img>img{width:100%;}
#float .ico>i.icon_whatsapp{background-color:#1bc73a;}
#float .ico:hover>.img{display:block;}
#float .ico.email{background-color:#f7aa3c;}
#float .ico.whatsapp{background-color:#25d366;}
#float .ico.getainquiry{background-color:#a4c6f9;}
@media (min-width:1px) and (max-width:1079px){
    #float .ico{width:40px;height:40px;margin-bottom:5px;}
    #float .ico>i{font-size:20px;line-height:40px;}
    #float .ico>.img{right:40px;}
}
#float .ico p{width:0;color:#fff;transition:all 0.3s;white-space:nowrap;}
#float .ico i .number{position:absolute;width:25px;height:25px;font-size:16px;border-radius:50%;left:-5px;z-index:13;line-height:25px;background-color:#c6171e;color:#fff;top:-5px;}
#float .ico.getainquiry i{animation:blink 1.6s infinite;}
#float .ico:hover{width:auto;}
#float .ico:hover p{width:auto;padding:0 15px 0 5px;min-width:30px;}
@keyframes blink {
    0% {
        opacity: 1;
        color: #fff
    }

    50% {
        opacity: 0.4
    }

    100% {
        opacity: 1
    }
}

#floatForm{position:fixed;right:20px;bottom:-30px;z-index:999;transform: translateY(100%);transition: all 0.35s;}
#floatForm.show{transform: translateY(0);bottom:0;}
#floatForm .bg{width:100%;height:100%;background:rgba(0,0,0,0.5);display:none;}
#floatForm .contactTop{ overflow: hidden; display: flex; justify-content: space-between; margin-left: -20px; margin-top: -30px; position: relative; height: 75px; margin-bottom: 0.2rem; align-items: center;}
#floatForm .contactTop:before{position:absolute;top:0;left:0;width:0;height:0;border-color:var(--color-main) transparent transparent transparent;border-style:solid;border-width:75px 98px 0 0;content:"";}
#floatForm .contactTop .contactLogo{ margin-left: 20px; margin-top: 5px; position: relative; z-index: 3; width: 50px; height: 50px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 10px #f5f5f5; background:#fff; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 5px;}
#floatForm .contactTop .contactLogo img{ max-width: inherit; width: 100%; height: auto;}
#floatForm .contactForm{width:90%;max-width:380px;position:relative;z-index:1;box-shadow:0 0 10px 1px var(--color-main);padding:30px 20px;background-color:#f3f3f3;border:1px solid #e1eaec;}
#floatForm .contactForm .btnclose{display:inline-flex;width:30px;height:30px;background-color:#000;border:3px solid #fff;border-radius:50%;z-index:1;align-items: center;justify-content: center;cursor:pointer; margin: 0;}
#floatForm .contactForm .btnclose>i{font-size:12px;line-height:24px;color:#fff;font-weight:bold;}
#floatForm .contactForm .quickQuoteTitle{font-size:22px;line-height:24px;color:#171717;font-weight:600;margin-bottom:20px;}
#floatForm .contactForm input,.contactForm textarea{padding:12px;width:100%;border:1px solid #dadada;margin-bottom:10px;background-color:#fff;color:#000;resize:none;}
#floatForm .contactForm .submit{padding:10px 20px;min-width:120px;font-size:16px;line-height:20px;border:1px solid var(--color-main);background-color:var(--color-main);text-align:center;color:#fff;display:inline-block;}
#floatForm .contactForm .submit:hover{}
/**********底部样式**********/

/**********首页样式**********/
#ibframe{position:relative;z-index:2;height:calc(100vh - 100px);}
#ibframe:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.4);}
#ibframe video{width:100%;height:100%;object-fit:cover;}
#ibframe .container{position:absolute;left:0;top:0;right:0;bottom:0;}
#ibframe .txt{position:absolute;top:50%;left:0;width:100%;transform:translate(0,-50%);z-index:1;max-width:600px;}
#ibframe .txt .tit{font-size:75px;line-height:1;color:#fff;}
#ibframe .txt .tit font{color:var(--color-main);line-height:1;}
#ibframe .txt .remark{font-size:48px;line-height:1.1458;color:#fff;margin-top:30px;}
#ibframe .txt .btnlist{margin-top:40px;}
#ibframe .txt .morelink{animation-name: slideInUpMore;}
#ibframe .txt .morelink:not(:last-child){margin-right:18px;}
#ibframe .txt .morelink:hover{margin-top:-10px;margin-bottom:10px;}
#ibframe .txt .morelink2{border-color:#fff;}
.char{opacity:0;display:inline-block;transform:translateY(6px);animation:charAnim 0.5s ease-out forwards}
@keyframes charAnim{
    to{opacity:1;transform:translateY(0)}
}
#ibframe .txt .tit .char{animation-duration:0.8s !important}
#ibframe .txt .remark .char{animation-duration:0.35s !important}
@keyframes slideInUpMore {
  from {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
}
#ibframe img{width:100%;}
#ibframe .swiper-slide a{display:block;}
#ibframe .swiper-pagination{bottom:3vw;}
#ibframe .swiper-pagination-bullet{width:20px;height:3px;margin:0 2px;background-color:#fff;transition:all 0.3s;border-radius:0;opacity:0.57;}
#ibframe .swiper-pagination-bullet-active{width:48px;opacity:1;}
#ibframe .btnlist .swbtn{display:inline-block;width:50px;height:50px;line-height:50px;text-align:center;position:absolute;color:#fff;top:calc(50% - 25px);z-index:1;background-color:rgba(0,0,0,0.3);border-radius:50%;transition:all 0.3s;display:none;}
#ibframe .btnlist .swbtn>i{font-size:30px;display:block;}
#ibframe .btnlist .swbtn.btn-prev{left:calc(4vw);transform:rotateY(180deg);}
#ibframe .btnlist .swbtn.btn-next{right:calc(4vw);}
#ibframe .btnlist .swbtn:hover{background-color:var(--color-main);}
@media (min-width:1080px) and (max-width:1409px) {
    #ibframe .txt .tit{font-size:40px;}
    #ibframe .txt .remark{font-size:16px;}
}
@media (min-width:1px) and (max-width:1079px){
    #ibframe{position:relative;margin-top:0;}
    #ibframe .swiper{height:initial;}
    #ibframe .swiper-slide img{width:100%;height:initial;object-fit:initial;}


    #ibframe .swiper-pagination{bottom:5px;}
    #ibframe .swiper-pagination-bullet{width:30px;}
    #ibframe .swiper-pagination-bullet-active{width:45px;}

    #ibframe .btnlist .swbtn{width:36px;height:36px;line-height:36px;}
    #ibframe .btnlist .swbtn>i{font-size:20px;}
    #ibframe .btnlist .swbtn.btn-prev{left:15px;}
    #ibframe .btnlist .swbtn.btn-next{right:15px;}

    #ibframe .txt{padding:0 15px;}
    #ibframe .txt .tit{font-size:18px;line-height:1.3;}
    #ibframe .txt .remark{font-size:13px;margin-top:10px;}
    #ibframe .txt .btnlist{margin-top:15px;}
    #ibframe .txt .morelink{padding:5px 10px;max-width:48%;}
    #ibframe .txt .morelink:not(:last-child){margin-right:12px;}
}
#frame_cate{padding:80px 0 0;position:relative}
#frame_cate .titbox{margin-bottom:20px}
#frame_cate .left{width:430px;z-index:3;margin:0}
#frame_cate .left .left_cate_list{border-top:2px solid #222;width:330px;margin:0}
#frame_cate .left .link{position:relative;font-size:18px;line-height:30px;padding:15px 50px 15px 20px;color:#999999;overflow:hidden;display:block}
#frame_cate .left .link i{position:absolute;right:-50px;top:50%;transform:translate(0,-50%) rotate(180deg);transition:all 0.3s;font-size:20px;line-height:1.5;color:var(--color-main)}
#frame_cate .left .link:hover,#frame_cate .left .link.active{color:#222;background-color:#f5f5f5}
#frame_cate .left .link:hover i,#frame_cate .left .link.active i{right:20px}
#frame_cate .CateList{position:relative;width:68.8%;margin:0;display:flex;align-items:center;}
#frame_cate .swiper{width:100%;height:600px;transition:top 0.8s;background-color:#fff}
#frame_cate .item{align-items:center}
#frame_cate .item .pic{width:56%;margin:0;text-align:left}
#frame_cate .item .pic img{max-height:600px;width:auto}
#frame_cate .item .txt{width:40%;margin:0}
#frame_cate .item .numbox .sp1{display:inline-block;font-size:292px;line-height:0.85;color:var(--color-main);letter-spacing:-10px;margin-left:-15px}
#frame_cate .item .numbox .sp2{display:inline-block;font-size:20px;line-height:3;vertical-align:top}
#frame_cate .item .tit_cate{margin-top:65px;font-size:24px;line-height:1.25;color:#000;margin-bottom:18px}
#frame_cate .item .remark{color:#666;margin-bottom:70px}
#frame_cate .item .btnlink{color:var(--color-main)}
#frame_cate .item .btnlink:hover{text-decoration:underline}
#frame_cate .scroll-marquee{overflow:hidden;width:100%;position:relative;white-space:nowrap;margin-top:40px;}
#frame_cate .marquee-inner{color:var(--color-main);opacity:.1;font-size:241px;line-height:.75;font-family:var(--font-bold);display:inline-block;white-space:nowrap;animation:marquee-scroll-x 30s linear infinite}
@media (min-width:1080px) and (max-width:1409px){
    #frame_cate{padding-top:60px}
    #frame_cate .left{width:300px}
    #frame_cate .left .left_cate_list{width:100%;}
    #frame_cate .left .link{padding:8px 30px 8px 15px;font-size:16px;}
    #frame_cate .CateList{width:calc(100% - 320px);}
    #frame_cate .swiper{height:420px}
    #frame_cate .item .pic img{max-height:420px}
    #frame_cate .item .numbox .sp1{font-size:180px;}
    #frame_cate .item .txt{}
    #frame_cate .marquee-inner{font-size:130px}
    #frame_cate .item .tit_cate{font-size:18px;margin-top:32px}
    #frame_cate .item .remark{margin-bottom:20px;}
}
 @media (max-width:1079px){
    #frame_cate{padding-top:40px;}
    #frame_cate .left{width:100%;}
    #frame_cate .left .left_cate_list{width:100%;display:none;}
    #frame_cate .left .link{padding:8px 30px 8px 15px;font-size:16px;}
    #frame_cate .CateList{width:100%;}
    #frame_cate .swiper{height:580px}
    #frame_cate .item .pic{width:100%;}
    #frame_cate .item .pic img{max-height:300px;}
    #frame_cate .item .txt{width:100%;}
    #frame_cate .item .numbox .sp1{font-size:60px;margin-left:0;letter-spacing:0;}
    #frame_cate .item .numbox .sp2{line-height:1.5;font-size:16px;}
    #frame_cate .item .remark{margin-bottom:20px;}
    #frame_cate .marquee-inner{font-size:80px}
}
 @keyframes marquee-scroll-x{
     0%{transform:translateX(0)}
    100%{transform:translateX(-50%)}
}

/*#scroll{height:calc(100vh + 40px);position:relative;padding-top:0}
#scroll .titbox{margin-bottom:20px;}
#scroll .left{width:430px;z-index:3;margin:0;position:absolute;left:calc((100% - var(--page-width))/2);top:60px}
#scroll .left .left_cate_list{border-top:2px solid #222;width:330px;margin:0}
#scroll .left .link{position:relative;font-size:18px;line-height:30px;padding:15px 50px 15px 20px;color:#999999;overflow:hidden;display:block}
#scroll .left .link i{position:absolute;right:-50px;top:50%;transform:translate(0,-50%) rotate(180deg);transition:all 0.3s;font-size:20px;line-height:1.5;color:var(--color-main)}
#scroll .left .link:hover,#scroll .left .link.active{color:#222;background-color:#f5f5f5}
#scroll .left .link:hover i,#scroll .left .link.active i{right:20px}
#scroll .panel{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:48px;color:#fff;top:0;left:0;width:100%;height:100%;background-color:#fff}
#scroll div:nth-child(2){opacity:1;}
#scroll .item{width:68.8%;margin-right:0;align-items:center;margin-top:-15%}
#scroll .item .pic{width:56%;margin:0;text-align:left}
#scroll .item .pic img{max-height:700px;width:auto}
#scroll .item .txt{width:40%;margin:0}
#scroll .item .numbox .sp1{display:inline-block;font-size:292px;line-height:0.85;color:var(--color-main);letter-spacing:-10px;margin-left:-15px}
#scroll .item .numbox .sp2{display:inline-block;font-size:20px;line-height:3;vertical-align:top}
#scroll .item .tit_cate{margin-top:65px;font-size:24px;line-height:1.25;color:#000;margin-bottom:18px}
#scroll .item .remark{color:#666;margin-bottom:70px}
#scroll .item .btnlink{color:var(--color-main)}
#scroll .item .btnlink:hover{text-decoration:underline}
#scroll .scroll-marquee{overflow:hidden;width:100%;position:absolute;white-space:nowrap;bottom:0;z-index:2;}
#scroll .marquee-inner{color:var(--color-main);opacity:.1;font-size:241px;line-height:.75;font-family:var(--font-bold);display:inline-block;white-space:nowrap;animation:marquee-scroll-x 30s linear infinite}
@media (min-width:1080px) and (max-width:1409px){
    #scroll .left{width:300px;left:15px;}
    #scroll .left .left_cate_list{width:100%;}
    #scroll .left .link{padding:8px 30px 8px 15px;font-size:16px;}
    #scroll .item{margin-right:15px;}
    #scroll .item .pic img{max-height:420px}
    #scroll .item .numbox .sp1{font-size:180px;}
    #scroll .marquee-inner{font-size:130px}
    #scroll .item .tit_cate{font-size:18px;margin-top:32px}
    #scroll .item .remark{margin-bottom:20px;}
}
 @media (max-width:1079px){
    #scroll{height:auto;padding-bottom:0;}
    #scroll .left{width:100%;left:15px;right:15px;position:relative;}
    #scroll .left .left_cate_list{width:100%;display:none;}
    #scroll .left .link{padding:8px 30px 8px 15px;font-size:16px;}
    #scroll .panel{position:relative;opacity:1;}
    #scroll .item{width:100%;margin-top:0;}
    #scroll .item .pic{width:100%;}
    #scroll .item .pic img{max-height:300px;}
    #scroll .item .txt{width:100%;}
    #scroll .item .tit_cate{margin-top:10px;}
    #scroll .item .numbox .sp1{font-size:60px;margin-left:0;letter-spacing:0;}
    #scroll .item .numbox .sp2{line-height:1.5;font-size:16px;}
    #scroll .item .remark{margin-bottom:20px;}
    #scroll .scroll-marquee{position:relative;bottom:initial;}
    #scroll .marquee-inner{font-size:80px}
}*/

#frame_about{padding-top:100px;padding-bottom:40px;}
#frame_about .left{width:55.1%;margin:0;}
#frame_about .left .titbox{margin-bottom:80px;}
#frame_about .left .btnlink{margin-top:50px;}
#frame_about .left .imgbox{margin-left:-13.8vw;border-radius:0 8px 8px 0;overflow:hidden;position:relative;}
#frame_about .left .imgbox .vrlink{position:absolute;left:40%;top:50%;transform:translate(-50%,-50%);}
#frame_about .left .imgbox .vrlink i{display:block;width:80px;height:80px;line-height:80px;font-size:40px;background-color:var(--color-main);color:#fff;text-align:center;border-radius:50%;position:relative;z-index:2;}
#frame_about .left .imgbox .vrlink::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:72px;height:72px;background-color:var(--color-main);border-radius:50%;opacity:0.3;z-index:1;animation:btnlight 1.8s infinite ease-out;}
#frame_about .left .btnlink{color:var(--color-main);margin-top:55px;display:inline-block;}
#frame_about .left .btnlink:hover{text-decoration:underline;}
#frame_about .right{width:36.6%;margin:0;position:relative;}
#frame_about .right .remark{font-size:16px;line-height:1.875;color:#666;}
#frame_about .right .remark b{font-weight:normal;color:#666;}
#frame_about .numbox{width:950px;position:absolute;right:0;bottom:60px;background-color:#fff;box-shadow:50px 50px 50px rgba(173,173,173,0.28);padding:60px 0 0 80px;}
#frame_about .numbox:before{content:"";width:100%;height:100%;position:absolute;left:100%;top:0;background-color:#fff;box-shadow:50px 50px 50px rgba(173,173,173,0.28);}
#frame_about .numbox .item{width:26%;margin:0 0 60px 0;}
#frame_about .numbox .item .flex_vcenter{justify-content:flex-start;}
#frame_about .numbox .item i{font-size:48px;line-height:1;color:var(--color-main);margin-right:10px;}
#frame_about .numbox .item .num{font-size:36px;line-height:48px;color:#333;font-family:var(--font-bold);font-weight:bold;margin:0;}
#frame_about .numbox .item p{font-size:16px;color:#888;margin-top:10px;}
@media (min-width:1080px) and (max-width:1409px){
    #frame_about{padding-top:60px;}
    #frame_about .right{width:42%;}
    #frame_about .right .remark{line-height:1.5;font-size:15px;}
    #frame_about .numbox{padding:30px 40px 0;bottom:35px;}
    #frame_about .numbox .item{margin-bottom:30px;}
    #frame_about .numbox .item i{font-size:36px}
    #frame_about .numbox .item .num{font-size:26px}
}
@media (min-width:1px) and (max-width:1079px){
    #frame_about{padding-top:50px;padding-bottom:50px}
    #frame_about .left .titbox{margin-bottom:30px;}
    #frame_about .left .btnlink{margin-top:20px;}
    #frame_about .left{width:100%;margin-bottom:40px}
    #frame_about .left .imgbox{margin-left:0;border-radius:8px}
    #frame_about .right{width:100%}
    #frame_about .right .remark{font-size:14px;line-height:1.6;}
    #frame_about .numbox{position:static;width:100%;margin-top:40px;padding:0;box-shadow:none}
    #frame_about .numbox:before{display:none}
    #frame_about .numbox .item{width:50%;margin-bottom:20px}
    #frame_about .numbox .item i{font-size:32px}
    #frame_about .numbox .item .num{font-size:24px;line-height:1.4}
    #frame_about .numbox .item p{font-size:14px;}
}

#frame_se{padding-top:0;position:relative;}
#frame_se .flex_between{align-items:center;}
#frame_se .left{width:43.5%;margin:0;padding-top:50px;}
#frame_se .left .p1{font-size:24px;color:var(--color-main);margin-bottom:15px;}
#frame_se .left .remark{color:#333;margin-bottom:30px;}
#frame_se .left .list p{position:relative;padding-left:40px;margin-bottom:12px;font-size:16px;line-height:1.5;}
#frame_se .left .list p:before{content:"\e60b";font-family:iconfont;color:var(--color-main);font-size:16px;display:inline-block;position:absolute;left:0;top:3px;}
#frame_se .left .btnlist{margin-top:60px;}
#frame_se .left .morelink{width:225px;margin:0;padding:10px 15px 10px 15px}
#frame_se .left .morelink:not(:last-child){margin-right:22px;}
#frame_se .left .morelink2{color:var(--color-main);}
#frame_se .left .morelink2 i{color:var(--color-main);}
#frame_se .right{width:55%;margin:0;text-align:right;position:relative;z-index:5;}
#frame_se .right .imgbox{transition: transform 1s ease-out;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;}
#frame_se .right .imgbox img{margin-right:0;}
#frame_se .right .imgbox2{transition: transform 1s ease-out;position:relative;text-align:center;z-index:2;} 
#frame_se .swiper_iso{margin-top:20px;}
#frame_se .scroll-vertical-mask {
    position: absolute;
    right: 50px;
    top: 0;
    height: 100%;
    width: 175px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: auto; /* 改成auto才能捕获滚轮 */
    z-index: 3;
    transition: transform 1s ease-out; 
}
#frame_se .scroll-vertical-inner {
    display: block;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
#frame_se .scroll-vertical-text {
    display: block;
    font-size: 175px;
    font-family: var(--font-bold);
    color: var(--color-main);
    -webkit-text-stroke: 1px var(--color-main);
    -webkit-text-fill-color: transparent;
    text-align: center;
    line-height: 1;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
    user-select: none;
    white-space: nowrap;
    opacity: 0.18;
}
#frame_se .swiper_iso img{width:auto;height:82px;}
#frame_se .swiper_iso .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 (max-width:1080px) {
	.scroll-vertical-mask {font-size:60px; width:60px; right:5px;}
	.scroll-vertical-text {font-size:60px;}
}
@media (min-width:1080px) and (max-width:1409px) {
    #frame_se .left .morelink{max-width:45%;}
    #frame_se .left .morelink:not(:last-child){margin-left:4%;}
}
@media (min-width:1px) and (max-width:1079px) {
    #frame_se .left{width:100%;}
    #frame_se .left .btnlist{margin-top:30px;}
    #frame_se .left .morelink:not(:last-child){margin-bottom:10px;}
    #frame_se .right{width:100%;}
    #frame_se .scroll-vertical-mask{right:15px;width:100px;}
    #frame_se .scroll-vertical-text{font-size:100px;}
}

#frame_app{background:linear-gradient(to bottom, #f5f5f5, #fff);}
#frame_app .container{position:relative;z-index:2;}
#frame_app .bg{background: var(--frame_app_bg) no-repeat top 20px left 20%;position:absolute;left:0;top:0;bottom:0;right:0;z-index:1;}
#frame_app .left{width:50%;margin:0;}
#frame_app .left .titbox{margin-bottom:30px;}
#frame_app .left .item{width:222px;padding-right:30px;margin:0;}
#frame_app .left .item:not(:last-child){border-right:1px solid #d4d4d4;margin-right:54px;}
#frame_app .left .item .num{font-size:40px;line-height:1.2;font-family:var(--font-bold);margin-bottom:10px;color:#222;}
#frame_app .right{width:36.2%;margin:0;padding-top:40px;}
#frame_app .right .remark{line-height:1.75;color:#666;}
#frame_app .list{margin-top:40px;margin-bottom:50px;position:relative;}
#frame_app .swiper .item{position:relative;border-radius:8px;overflow:hidden;}
#frame_app .swiper .item .img{height:560px;position:relative;}
#frame_app .swiper .item .img:before{content:"";position:absolute;left:0;top:50%;bottom:0;right:0;background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.75));z-index:1;}
#frame_app .swiper .item .txt{position:absolute;left:0;right:0;bottom:0;padding:20px 35px 40px;z-index:2;overflow:hidden;transform: translateY(50px);transition:all 0.3s;}
#frame_app .swiper .item .txt .icoimg{margin:0 0 25px;}
#frame_app .swiper .item .txt .tit_app{font-size:24px;color:#fff;margin-bottom:10px;}
#frame_app .swiper .item .txt .remark{font-size:16px;line-height:1.875;color:#fff;}
#frame_app .swiper .item .morelink{padding:4px 30px 4px 30px;top:200px;}
#frame_app .swiper .item:hover .txt{transform: translateY(0);}
#frame_app .swiper .item:hover .morelink{height:48px;margin-top:24px;top:0;}
#frame_app .swiper .item .morelink:hover{transform:initial;}
#frame_app .swbtn{display:inline-block;width:50px;height:50px;line-height:50px;text-align:center;border-radius:50%;transition:all 0.3s;color:#fff;background-color:var(--color-main);position:absolute;top:calc(50% - 25px);z-index:1;}
#frame_app .swbtn>i{font-size:24px;display:block;}
#frame_app .swbtn.btn-prev{left:calc(-25px);}
#frame_app .swbtn.btn-next{right:calc(-25px);transform:rotate(-180deg);}
@media (min-width:1080px) and (max-width:1409px) {
    #frame_app .right{width:48%;}
    #frame_app .swiper .item .txt .tit_app{font-size:20px;}
    #frame_app .swiper .item .txt .remark{font-size:15px;}
    #frame_app .swbtn.btn-prev{left:0;}
    #frame_app .swbtn.btn-next{right:0;}
}
@media (min-width:1px) and (max-width:1079px) {
    #frame_app .left{width:100%;}
    #frame_app .left .item{width:48%;padding-right:0;}
    #frame_app .left .item:not(:last-child){margin-right:4%;padding-right:4%;}
    #frame_app .left .item .num{font-size:30px;}
    #frame_app .right{width:100%;}
    #frame_app .swiper .item .img{height:450px;position:relative;}
    #frame_app .swiper .item .txt .icoimg{width:48px;margin-bottom:15px;}
    #frame_app .swiper .item .txt .tit_app{font-size:18px;}
    #frame_app .swiper .item .txt .remark{font-size:14px;}
    #frame_app .swbtn.btn-prev{left:0;}
    #frame_app .swbtn.btn-next{right:0;}
}



#frame_news{padding-top:0;}
#frame_news .titbox{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;flex-wrap:wrap;}
#frame_news .titbox .tit{font-size:36px;font-family:var(--font-bold);margin:0;}
#frame_news .titbox .CateList{margin:0;}
#frame_news .titbox .CateList .link{font-size:16px;}
#frame_news .titbox .CateList .vline{margin-right:30px;margin-left:30px;width:1px;height:24px;background-color:#6b7280;}
#frame_news .titbox .CateList .link.active,#frame_news .titbox .CateList .link:hover{color:var(--color-main);}
#frame_news .left{width:65%;margin:0;}
#frame_news .left .item{width:calc((100% - 35px)/2);margin:0;}
#frame_news .left .list{display:none;}
#frame_news .left .list.active{display:flex;}
#frame_news .left .list .item .img{border-radius:8px;overflow:hidden;margin-bottom:20px;}
#frame_news .left .list .item time{margin-bottom:10px;display:block;}
#frame_news .left .list .item time i{margin-right:10px;font-size:18px;line-height:24px;}
#frame_news .left .list .item .tit_news{font-size:18px;line-height:1.6667;padding-right:50px;position:relative;}
#frame_news .left .list .item .tit_news i{font-size:20px;position:absolute;right:0;top:50%;transform:translate(0,-50%);}
#frame_news .left .list .item:hover .tit_news{color:var(--color-main);}
#frame_news .right{width:31.5%;margin:0;}
#frame_news .right .right_list .item{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e6e6e6;display:block;}
#frame_news .right .right_list .item time{margin-bottom:10px;display:flex;align-items:center;}
#frame_news .right .right_list .item time i{margin-right:5px;font-size:18px;line-height:24px;color:var(--color-main);}
#frame_news .right .right_list .item .tit_news{font-size:18px;line-height:1.6667;}
#frame_news .right .right_list .item:hover .tit_news{color:var(--color-main);}
@media (min-width:1080px) and (max-width:1409px) {
    #frame_news .right .right_list .item .tit_news{font-size:16px;}
    #frame_news .right .right_list .item{margin-bottom:15px;padding-bottom:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #frame_news .titbox .tit{margin-bottom:10px;}
    #frame_news .left .item{width:calc((100% - 15px)/2);}
    #frame_news .left .list .item .tit_news{font-size:15px;padding-right:0;}
    #frame_news .left .list .item .tit_news i{display:none;}
    #frame_news .left{width:100%;}
    #frame_news .right{width:100%;margin-top:20px;}
    #frame_news .right .right_list .item .tit_news{font-size:16px;}
}

#HomeFeedback{background:#ad1a20 url(/dist/images/feed_bg.png) no-repeat center center fixed;padding-block:85px;}
#HomeFeedback .left{width:50%;margin:0;}
#HomeFeedback .left .titbox{margin-bottom:10px;}
#HomeFeedback .left .titbox .slg{color:#fff;}
#HomeFeedback .left .titbox .slg i{color:#fff;}
#HomeFeedback .left .titbox .tit{color:#fff;}
#HomeFeedback .left .titbox .tit b{color:#fff;}
#HomeFeedback .faqlist dl{border-bottom:1px solid #c56064;}
#HomeFeedback .faqlist dl dt{color:#fff;}
#HomeFeedback .faqlist dl dt:after{color:#fff;}
#HomeFeedback .faqlist dl dd{color:#fff;}

#HomeFeedback .feedbackbox{width:44%;background-color:#fff;border-radius:8px;padding:50px 40px;margin:0;}
#HomeFeedback .feedbackbox .titbox{margin-bottom:30px;}
#HomeFeedback .feedbackbox .titbox .tit{font-family:var(--font-bold);text-align:center;}
#HomeFeedback .feedbackbox ul>li{position:relative;}
#HomeFeedback .feedbackbox ul>li:not(:last-child){margin-bottom:15px;}
#HomeFeedback .feedbackbox ul>li.half{width:47%;margin-left:0;margin-right:0;}
#HomeFeedback .feedbackbox ul>li>label{display:block;color:#333;}
#HomeFeedback .feedbackbox ul>li>.input{padding:0;border-radius:0;height:34px;border-top-color:transparent!important;border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:#ccc;}
#HomeFeedback .feedbackbox ul>li>.input::placeholder{color:#ccc;font-size:14px;}
#HomeFeedback .feedbackbox ul>li textarea.input{height:90px;border-bottom-color:transparent;}
#HomeFeedback .feedbackbox .morelink{margin-top:10px;width:100%;background:#333;padding:12px 30px;}
@media (min-width:1080px) and (max-width:1409px){
    #HomeFeedback .feedbackbox{padding:30px;}
    #HomeFeedback .feedbackbox .titbox{margin-bottom:15px;}
    #HomeFeedback .feedbackbox .titbox .slg{font-size:14px;}
    #HomeFeedback .feedbackbox p{font-size:16px;}
    #HomeFeedback .feedbackbox ul > li:not(:last-child){margin-bottom:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #HomeFeedback{margin-bottom:0;padding-block:50px;}
    #HomeFeedback .left{width:100%;margin:0;}
    #HomeFeedback .left .contbox{padding:15px 0 15px 0;}
    #HomeFeedback .left .contbox i{width:60px;height:60px;line-height:60px;font-size:30px;}

    #HomeFeedback .feedbackbox{width:100%;margin-top:20px;padding:20px;}
    #HomeFeedback .feedbackbox .titbox{margin-bottom:15px;}
    #HomeFeedback .feedbackbox .titbox .slg{font-size:14px;}
    #HomeFeedback .feedbackbox ul > li.half{width:100%;}
    #HomeFeedback .feedbackbox ul > li:not(:last-child){margin-bottom:15px;}
    #HomeFeedback .feedbackbox p{font-size:14px;}
}
/**********首页样式**********/


#bframe{position:relative;z-index:2;}
#bframe img{width:100%;height:100%;object-fit:cover;}
#bframe .txt{position:absolute;width:100%;top:50%;transform:translate(0,-50%);}
#bframe .tit{font-size:36px;line-height:1;color:#fff;}
#bframe .slg{color:#fff;margin-top:12px;line-height:1.875;font-size:14px;}
#bframe .line{display:inline-block;}
@media (min-width:1230px) and (max-width:1409px) {
}
@media (min-width:1080px) and (max-width:1409px) {
    #bframe{height:300px;}
    #bframe .tit{font-size:30px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #bframe{height:150px;}
    #bframe .txt{top:50%;}
    #bframe .tit{font-size:18px;line-height:1.2;margin-bottom:0;}
    #bframe .line{display:none;}
    #bframe .slg{display:none;}
    #bframe img{}
}

/*共用*/
#Location{width:100%;position:relative;margin-top:30px;}
#Location .crumbs{display:flex;align-items:center;width:fit-content;margin:0;position:relative;}
#Location .crumbs:before{content:"\e676";font-family:iconfont;color:var(--color-main);font-size:20px;line-height:1;margin-right:15px;}
#Location .crumbs a{font-size:16px;line-height:24px;color:#fff;}
#Location .crumbs a:hover{text-decoration:underline;}
#Location .crumbs a:not(:last-child)::after{content:"/";margin:0 10px;display:inline-block;color:#fff;}
#Location .crumbs span{display:inline-block;font-size:16px;line-height:24px;color:var(--color-main);}
#Location.prolocation{background-color:#f8f9fa;}
#Location.prolocation .crumbs a{color:#4b5563;}
#Location.prolocation .crumbs span{font-family:var(--font-bold);color:var(--color);}
#Location.ablocation{background-color:transparent;}
#Location.ablocation .crumbs a{color:#4b5563;}
#Location.ablocation .crumbs span{font-family:var(--font-bold);color:var(--color);font-size:16px;}
@media (min-width:1080px) and (max-width:1409px) {
    #Location{margin-top:20px;}
    #Location .crumbs:before{font-size:16px;}
    #Location .crumbs a{font-size:14px;}
    #Location .crumbs span{font-size:14px;}

    #Location.prolocation{width:100%;left:0;}
}
@media (min-width:1px) and (max-width:1079px) {
    #Location{margin-top:15px;}
    #Location .container{padding:0 15px;}
    #Location .crumbs{flex-wrap:wrap;padding:6px 15px;}
    #Location .crumbs:before{line-height:18px;}
    #Location .crumbs a{font-size:13px;line-height:18px;}
    #Location .crumbs a:not(:last-child)::after{line-height:18px;}
    #Location .crumbs a:first-child:before{font-size:16px;}
    #Location .crumbs span{font-size:13px;line-height:18px;}
}


.PageTitle{padding:25px 0 0;}
.PageTitle .tit{font-size:40px;line-height:1.2;font-family:var(--font-bold);}
@media (min-width:1080px) and (max-width:1409px) {
    .PageTitle{padding:15px 0;}
}
@media (min-width:1px) and (max-width:1079px) {
    .PageTitle{padding:0;display:none;}
    .PageTitle .tit{font-size:30px;}
}

/*左侧菜单*/
#left_nav{width:384px;margin:0;}
#right_nav{width:calc(100% - 438px);margin:0;}
#left_nav .leftbox{margin-bottom:50px;padding:30px 35px;background-color:#fff;margin-right:5px;border-radius:4px;overflow:hidden;}
#left_nav .leftbox .tit{font-size:24px;line-height:36px;position:relative;margin-bottom:15px;font-family:var(--font);font-weight:bold;border-bottom:7px solid var(--color-main);padding-bottom:10px;}
#left_nav .leftbox1{border:1px solid #e8e8e8;box-shadow:5px 5px 0px #e8e8e8;}
#left_nav dl{}
#left_nav dl>dd{position:relative;overflow:hidden;}
#left_nav dl>dd ul{padding-top:10px;display:none;}
#left_nav dl>dd.active ul{display:block;border-top:1px solid #e1e1e1;padding-left:20px;}
#left_nav dl>dd ul>li{position:relative;}
#left_nav dl>dd ul>li>a{display:block;font-size:14px;line-height:30px;position:relative;color:#8c8c8c;padding-bottom:5px;margin-bottom:5px;}
#left_nav dl>dd ul>li>i{width:12px;height:12px;border:1px solid #e3e3e3;position:absolute;right:10px;top:9px;display:none;}
#left_nav dl>dd ul>li:not(:last-child)>a{}
#left_nav dl>dd ul>li.active>a,#left_nav dl>dd ul>li:hover>a{color:var(--color-normal);}
#left_nav dl>dd ul>li.active>i,#left_nav dl>dd ul>li:hover>i{background-color:var(--color-normal);}
#left_nav dl>dd ul>li.active>i:before,#left_nav dl>dd ul>li:hover>i:before{content:"\eaf1";font-family:iconfont;color:#fff;position:absolute;left:1px;top:0;font-size:10px;line-height:1;}
#left_nav dl>dd ul>li.active>ul{display:block;}
#left_nav dl>dd ul>li>ul.catelist{padding:0 20px 0;}
#left_nav dl>dd ul>li>ul.catelist>li>a{display:block;border-bottom:1px solid #d5d5d5;padding-left:8px;font-size:14px;}

#left_nav #LeftSearch{overflow:hidden;}
#left_nav #sform2{overflow:hidden;background-color:#fff;}
#left_nav #sform2 #stext2{width:calc(100% - 40px);height:40px;padding-left:12px;}
#left_nav #sform2 #stext2::placeholder{font-size:14px;color:#999;}
#left_nav #sform2 #sbut2{width:40px;height:40px;background-color:var(--color-main);border:none;}
#left_nav #sform2 #sbut2>i{color:#fff;font-size:16px;cursor:pointer;}

#LeftPro .list{}
#LeftPro .list .item{border:1px solid #e7e7e7;position:relative;background-color:#fff;border-radius:5px;display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;overflow:hidden;}
#LeftPro .list .item .img{width:100px;border-right:1px solid #e7e7e7;}
#LeftPro .list .item h4{width:calc(100% - 100px);padding:0 15px;font-size:18px;line-height:1.4;color:#111;word-break:keep-all;}
#LeftPro .list .item:hover h4{color:var(--color-main);}

#LeftFeedback.leftbox{padding-bottom:35px;}
#LeftFeedback.leftbox .tit{margin-bottom:30px;}
.leftbox .feedbackbox{}
.leftbox .feedbackbox ul>li{margin-bottom:15px;}
.leftbox .feedbackbox ul>li>.input{height:42px;background-color:#fff;border-color:#dadada;font-size:14px;border-radius:4px;}
.leftbox .feedbackbox ul>li>.input::placeholder{color:#999;font-size:14px;line-height:20px;}
.leftbox .feedbackbox ul>li textarea.input{height:133px;}
.leftbox .feedbackbox .morelink{padding:2px 15px;width:100%;}


#LeftCateList{}
#LeftCateList dl>dd>a{display:block;font-size:18px;line-height:30px;position:relative;overflow:hidden;transition:all 0.3s;color:#333;padding:9px 0 9px 36px;}
#LeftCateList dl>dd.active>a,#left_nav dl>dd:hover>a{text-decoration:underline;color:var(--color-main);}
#LeftCateList dl>dd>a:before{content:"";font-family:iconfont;font-size:24px;line-height:30px;position:absolute;left:0;top:9px;}
#LeftCateList dl>dd:nth-child(1)>a:before{content:"\e743";}
#LeftCateList dl>dd:nth-child(2)>a:before{content:"\ea80";}
#LeftCateList dl>dd:nth-child(3)>a:before{content:"\e611";}

#left_nav #LeftProCateList{padding-bottom:10px;}
#LeftProCateList dl>dd{position:relative;}
#LeftProCateList dl>dd:not(:last-child){border-bottom:1px solid #e7e7e7;}
#LeftProCateList dl>dd>a{display:block;font-size:18px;line-height:30px;position:relative;overflow:hidden;transition:all 0.3s;color:#333;padding:15px 0 15px 0;}
#LeftProCateList dl>dd>i{position:absolute;right:10px;top:15px;line-height:30px;color:#999;transform:rotate(-90deg);transition:all 0.3s;}
#LeftProCateList dl>dd.active>a,#left_nav dl>dd:hover>a{text-decoration:underline;text-underline-offset:5px;color:var(--color-main);}
#LeftProCateList dl>dd>a:before{content:"";font-family:iconfont;font-size:24px;line-height:30px;position:absolute;left:0;top:9px;}
#LeftProCateList dl>dd.active>i,#LeftProCateList dl>dd:hover>i{color:var(--color-main);transform:rotate(0);}

.leftbox .imgbox{margin-block:40px 20px;}

#LeftContact{}
#LeftContact .txt{margin-block:25px 10px;}
#LeftContact .contbox{width:100%;position:relative;padding-left:38px;}
#LeftContact .contbox:not(:last-child){margin-bottom:15px;}
#LeftContact .contbox i{margin-right:8px;font-size:26px;line-height:30px;color:var(--color-main);position:absolute;left:0;top:0;}
#LeftContact .contbox span{font-size:15px;line-height:30px;color:#222;display:block;}
#LeftContact .contbox a{font-size:16px;line-height:30px;color:#222;display:block;}
#LeftContact .contbox a:hover{color:var(--color-main);text-decoration:underline;}
@media (min-width:1080px) and (max-width:1409px) {
    #left_nav{width:29%;}
    #right_nav{width:68%;}
    #left_nav .leftbox{padding:10px 15px;margin-bottom:25px;}
    #left_nav .leftbox dl > dt, #left_nav .leftbox .tit{font-size:20px;}
    #left_nav dl > dd > a{font-size:16px;}
    #left_nav #LeftCateList dl > dd > a{}
    #left_nav #LeftCateList dl > dd .img{left:0;}
    #left_nav .leftbox dl{}

    .leftbox .feedbackbox{}
    .leftbox .feedbackbox ul > li{margin-bottom:15px;}
    .leftbox .feedbackbox ul > li textarea.input{height:150px;}

    #left_nav #LeftProduct dl>dd>a{font-size:16px;}
    #left_nav dl>dd ul>li>a{font-size:15px;}
    #LeftNews .list .item{}
    #LeftNews .list .item .txt{padding:10px;}
    #LeftNews .list .item .morelink{padding:3px 30px;margin-top:10px;}


    #LeftContact .txt{}
    #LeftContact .contbox a{font-size:14px;}
    #LeftContact .contbox span{font-size:14px;line-height:1.6;}
}
@media (min-width:1px) and (max-width:1079px) {
    #left_nav{display:none;}
    #right_nav{width:100%;}
}

#right_nav .title{}
#right_nav .title h2{font-size:30px;}
@media (min-width:1080px) and (max-width:1409px) {
    #right_nav .title p{font-size:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #right_nav .title h2{font-size:24px;line-height:1.2;}
}

article.context,article.context>*{color:#666;line-height:2;font-size:16px;}
@media (min-width:1px) and (max-width:1079px) {
    article.context,article.context>*{line-height:1.8;font-size:14px;}
}

/*关于我们*/
#abframe_1{}
#abframe_1 .left{width:48.5%;margin:0;}
#abframe_1 .left .titbox{margin-bottom:20px;}
#abframe_1 .left article,#abframe_1 .left article *{font-size:15px;line-height:1.9333;color:#666;}
#abframe_1 .left article h4{font-size:16px;color:#333;margin-block:15px 0px;}
#abframe_1 .left .btnlink{color: var(--color-main);margin-top: 25px;display: inline-block;}
#abframe_1 .left .btnlink:hover{text-decoration: underline;}
#abframe_1 .right{width:49%;margin:0;text-align:right;position:relative;padding:26px 13px 30px;}
#abframe_1 .right:before{content:"";background-color:var(--color-main);border-radius:0 8px 8px 0;position:absolute;left:68px;top:0;right:0;bottom:0;}
#abframe_1 .imgbox{position:relative;}
#abframe_1 .imgbox .btnplay{position:absolute;left:10%;bottom:10%;text-align:center;z-index:9;}
#abframe_1 .imgbox .btnplay i{background-color:var(--color-main);font-size:30px;line-height:72px;width:72px;height:72px;border-radius:50%;color:#fff;display:block;position:relative;z-index:2;}
#abframe_1 .imgbox .btnplay::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:72px;height:72px;background-color:var(--color-main);border-radius:50%;opacity:0.3;z-index:1;animation:btnlight 1.8s infinite ease-out;}
@keyframes btnlight{
    0%{width:72px;height:72px;opacity:0.4;}
    100%{width:120px;height:120px;opacity:0;}
}

#abframe_2{background-color:#fafafa;background-repeat:no-repeat;background-position:top center;}
#abframe_2 .titbox .slg{width:fit-content;}
#abframe_2 .cullist .item{width:calc((100% - 90px)/4);margin:0;background-color:#f4f4f4;box-shadow:0 0 21px rgba(0,0,0,0.11);padding:40px;border-radius:8px;overflow:hidden;cursor:pointer;}
#abframe_2 .cullist .item i{display:inline-block;font-size:48px;line-height:1;margin-bottom:10px;color:#555;transition:all 0.3s;}
#abframe_2 .cullist .item .tit_cul{font-size:22px;color:var(--color-main);font-family:var(--font);font-weight:bold;margin-bottom:10px;}
#abframe_2 .cullist .item .remark{line-height:1.625;}
#abframe_2 .cullist .item:hover i{color:var(--color-main);transform:rotateY(180deg);}
#abframe_2 .history{margin-top:90px;position:relative;}
#abframe_2 .history .tit{font-family:var(--font-bold);}
#abframe_2 .history .btnlist{position:absolute;right:0;top:50%;transform:translate(0,-50%);display:flex;align-items:center;}
#abframe_2 .history .btnlist .swbtn{width:50px;height:35px;background-color:var(--color-main);color:#fff;text-align:center;line-height:35px;border-radius:4px;}
#abframe_2 .history .btnlist .swbtn.btn-prev{margin-right:19px;}
#abframe_2 .history .btnlist .swbtn.btn-next{transform:scaleX(-1);}
#abframe_2 .history .left{width:89.85%;margin:0;}
#abframe_2 .history .swiper-his{height:620px;}
#abframe_2 .history .swiper-his .item{background-color:#fff;border-radius:4px;height:100%;align-items:center;padding:50px;}
#abframe_2 .history .swiper-his .item .img{width:55%;margin:0;border-radius:8px;overflow:hidden;}
#abframe_2 .history .swiper-his .item .txt{width:40%;margin:0;}
#abframe_2 .history .swiper-his .item .txt .year{font-size:18px;color:var(--color-main);}
#abframe_2 .history .swiper-his .item .txt .tit_his{font-size:24px;font-family:var(--font-bold);margin-block:10px 20px;}
#abframe_2 .history .swiper-his .item .txt .remark{color:#666;line-height:1.875;}
#abframe_2 .history .right{width:8.7%;margin:0;}
#abframe_2 .history .swiper-hisline{height:620px;}
#abframe_2 .history .swiper-hisline .swiper-slide{background-color:#fff;border-radius:4px;overflow:hidden;height:60px;}
#abframe_2 .history .swiper-hisline .swiper-slide:not(:last-child){margin-bottom:10px;}
#abframe_2 .history .swiper-hisline .swiper-slide .year{padding:16px 10px;line-height:30px;text-align:center;font-size:22px;color:#999;cursor:pointer;transition:all 0.3s;border-left:0 solid var(--color-main);}
#abframe_2 .history .swiper-hisline .swiper-slide.active .year{border-left:4px solid var(--color-main);color:var(--color-main);}

#abframe_3{background-repeat:no-repeat;background-position:center;background-attachment:fixed;}
#abframe_3 .titbox .slg{width:fit-content;}
#abframe_3 .item{width:calc((100% - 45px)/2);margin:0 45px 45px 0;background-color:rgba(255,255,255,0.64);border-radius:8px;overflow:hidden;padding:30px 60px 30px 90px;position:relative;}
#abframe_3 .item:nth-child(2n){margin-right:0;}
#abframe_3 .item i{position:absolute;left:30px;top:30px;font-size:40px;line-height:1;color:var(--color-main);}
#abframe_3 .item .tit{font-size:26px;line-height:1.2;margin-bottom:10px;}
#abframe_3 .item .remark{color:#666;line-height:1.875;}

#abframe_4{background-color:#f5f5f5;}
#abframe_4 .titbox .slg{width:fit-content;margin-left:auto;margin-right:auto;}
#abframe_4 .item{background-color:#e2e2e2;border-radius:8px;overflow:hidden;cursor:pointer;}
#abframe_4 .item .txt{padding:11px;text-align:center;}
#abframe_4 .item .txt p{font-size:16px;line-height:1.875;color:#333;}
#abframe_4 .btnlist{margin-top:35px;align-items:center;}
#abframe_4 .btnlist .swbtn{line-height:1;margin:0 5px;}
#abframe_4 .btnlist .swbtn i{font-size:24px;line-height:1;display:block;}
#abframe_4 .btnlist .swbtn.btn-next i{transform:rotateY(180deg);}
#abframe_4 .btnlist .swiper-pagination{position:relative;margin:0;width:initial;top:initial;left:initial;bottom:initial;font-size:0;}
#abframe_4 .btnlist .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;opacity:1;background-color:#bbb;margin:0 5px;}
#abframe_4 .btnlist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--color-normal);}
#abframe_4 .morelink{margin-top:50px;}

#abframe_5{background-color:#f5f5f5;padding-top:0;}
#abframe_5 .titbox .slg{width:fit-content;margin-left:auto;margin-right:auto;}
#abframe_5 .cecatelist{margin-bottom:60px;}
#abframe_5 .cecatelist .link{border:1px solid var(--color-main);padding:7px;text-align:center;line-height:30px;font-size:16px;transition:all 0.3s;min-width:20%;border-radius:4px;margin:0 9px;}
#abframe_5 .cecatelist .link.active,#abframe_5 .cecatelist .link:hover{background-color:var(--color-main);color:#fff;}
#abframe_5 .list .celist {display:none; }
#abframe_5 .list .celist.active {display:block; }
#abframe_5 .item{background-color:#e2e2e2;border-radius:8px;overflow:hidden;cursor:pointer;}
#abframe_5 .item .img{background-color:#fff;padding:30px 40px;}
#abframe_5 .item .img img{border:1px solid #e1e1e1;}
#abframe_5 .item .txt{padding:11px;text-align:center;}
#abframe_5 .item .txt p{font-size:16px;line-height:1.875;color:#333;}
#abframe_5 .btnlist{margin-top:35px;align-items:center;}
#abframe_5 .btnlist .swbtn{line-height:1;margin:0 5px;}
#abframe_5 .btnlist .swbtn i{font-size:24px;line-height:1;display:block;}
#abframe_5 .btnlist .swbtn.btn-next i{transform:rotateY(180deg);}
#abframe_5 .btnlist .swiper-pagination{position:relative;margin:0;width:initial;top:initial;left:initial;bottom:initial;font-size:0;}
#abframe_5 .btnlist .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;opacity:1;background-color:#bbb;margin:0 5px;}
#abframe_5 .btnlist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--color-normal);}
#abframe_5 .morelink{margin-top:50px;}

#abframe_6 {padding-bottom:100px;}
#abframe_6 .titbox .slg{width:fit-content;}
#abframe_6 .list{display: grid;
  grid-template-areas:
'a b c c d' 
'e e c c f' 
'e e g h i';
  column-gap: 7px;
  grid-row-gap: 7px;}
#abframe_6 .list .item{margin:0;border-radius:4px;overflow:hidden;cursor:pointer;}
#abframe_6 .list .item .img{width:100%;height:100%;}
#abframe_6 .list .item:nth-child(1){grid-area: a;}
#abframe_6 .list .item:nth-child(2){grid-area: b;}
#abframe_6 .list .item:nth-child(3){grid-area: c;}
#abframe_6 .list .item:nth-child(4){grid-area: d;}
#abframe_6 .list .item:nth-child(5){grid-area: e;}
#abframe_6 .list .item:nth-child(6){grid-area: f;}
#abframe_6 .list .item:nth-child(7){grid-area: g;}
#abframe_6 .list .item:nth-child(8){grid-area: h;}
#abframe_6 .list .item:nth-child(9){grid-area: i;}
@media (min-width:1080px) and (max-width:1409px){
    #abframe_1 .left article{height:400px;overflow-y:scroll;}
    #abframe_1 .left article,#abframe_1 .left article *{line-height:1.6;}

    #abframe_2 .history .swiper-his{height:530px;}
    #abframe_2 .history .swiper-hisline{height:530px;}
    #abframe_2 .history .swiper-his .item{padding:30px;}
    #abframe_2 .history .swiper-his .item .txt{width:42%;}
    #abframe_2 .history .swiper-hisline .swiper-slide{height:50px;}
    #abframe_2 .history .swiper-hisline .swiper-slide .year{padding:11px 10px;font-size:20px;}

    #abframe_3 .item{width:calc((100% - 30px)/2);margin:0 30px 30px 0;}

    #abframe_5 .item .img{padding:20px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #abframe_1 .left{width:100%;}
    #abframe_1 .right{width:100%;margin-top:20px;}

    #abframe_2 .cullist .item{width:100%;margin:0 0 20px;padding:25px;}

    #abframe_2 .history{margin-top:30px;}
    #abframe_2 .history .btnlist{position:initial;top:initial;right:initial;transform:initial;margin-top:10px;}
    #abframe_2 .history .left{width:100%;}
    #abframe_2 .history .swiper-his{height:auto;}
    #abframe_2 .history .swiper-his .item{padding:20px;}
    #abframe_2 .history .swiper-his .item .img{width:100%;}
    #abframe_2 .history .swiper-his .item .txt{width:100%;margin-top:15px;}
    #abframe_2 .history .swiper-his .item .txt .tit_his{font-size:20px;}
    #abframe_2 .history .swiper-his .item .txt .remark{line-height:1.6;}
    #abframe_2 .history .right{width:40px;display:none;}

    #abframe_3 .item{width:100%;margin:0 0 20px;padding:20px 20px 20px 60px}
    #abframe_3 .item i{top:25px;left:15px;font-size:36px;}
    #abframe_3 .item .tit{font-size:20px;}

    #abframe_4 .morelink{margin-top:30px;}
    #abframe_5 .cecatelist{margin-bottom:30px;}
    #abframe_5 .cecatelist .link{padding:4px 6px;margin-bottom:10px;}
    #abframe_5 .item .img{padding:10px;}
    #abframe_5 .morelink{margin-top:30px;}

    #abframe_6{padding-bottom:40px;}
    #abframe_6 .list{display:grid;grid-template-areas:'a b c' 'd e f' 'g h i';column-gap:12px;grid-row-gap:12px;}
}


#FAQPage{margin-bottom:30px;}
.faqlist dl{transition:all 0.3s;overflow:hidden;padding:22px 0 22px 0;position:relative;cursor:pointer;border-bottom:1px solid #f3f4f6;}
.faqlist dl>dt{font-size:16px;line-height:30px;position:relative;color:#4b5563;font-family:var(--font);font-weight:bold;}
.faqlist dl>dt:after{content:"\e605";font-family:iconfont;font-size:20px;line-height:30px;text-align:center;position:absolute;right:0;top:0;transition:all 0.3s;color:#c3c3c3;}
.faqlist dl>dd{overflow:hidden;font-size:16px;line-height:26px;position:relative;transition:all 0.3s;color:#111827;height:0;}
.faqlist dl.active>dt{color:var(--color);}
.faqlist dl.active>dt:after{transform:rotate(-45deg);}
.faqlist dl.active>dd{height:auto;margin-top:15px;padding-bottom:5px;}
@media (min-width:1080px) and (max-width:1409px) {
    .faqlist dl>dt{font-size:18px;}
    .faqlist dl>dd{font-size:14px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #faqframe{margin-top:30px;}
    .faqlist dl{}
    .faqlist dl>dt::before{line-height:24px;}
    .faqlist dl>dt::after{line-height:24px;right:10px;top:0px;}
    .faqlist dl:after{line-height:21px;right:10px;top:15px;}
    .faqlist dl>dt{font-size:14px;line-height:24px;}
    .faqlist dl>dd{font-size:13px;line-height:21px;padding-right:15px;}
    .faqlist dl>dd::before{line-height:24px;}
    .faqlist dl.active>dd{margin-top:8px;}
}

#FAQPage .faqlist2{display:flex;justify-content:space-between;flex-wrap:wrap;}
#FAQPage .faqlist2 dl{width:48%;margin:0;margin-bottom:10px;}
.faqlist2 dl{transition:all 0.3s;overflow:hidden;padding:20px 0 20px 0;position:relative;cursor:pointer;background-color:#fafafa;counter-increment:number;padding-left:80px;margin-bottom:14px;}
.faqlist2 dl:before{content:counter(number);font-size:18px;font-weight:bold;position:absolute;left:0;top:0;width:60px;height:100%;background-color:#f2f2f2;text-align:center;padding-top:20px;border-right:1px solid #dadada;}
.faqlist2 dl>dt{font-size:16px;line-height:30px;position:relative;color:#4b5563;font-family:var(--font);font-weight:bold;padding-right:40px;}
.faqlist2 dl>dt:after{content:"\e605";font-family:iconfont;font-size:16px;line-height:30px;text-align:center;position:absolute;right:20px;top:0;transition:all 0.3s;color:#bebebe;}
.faqlist2 dl>dd{overflow:hidden;font-size:16px;line-height:26px;position:relative;transition:all 0.3s;color:#111827;height:0;}
.faqlist2 dl.active:before{color:var(--color-main);}
.faqlist2 dl.active>dt{color:var(--color-main);}
.faqlist2 dl.active>dt:after{content:"\eaf5";}
.faqlist2 dl.active>dd{height:auto;margin-top:15px;padding-bottom:5px;}
@media (min-width:1080px) and (max-width:1409px) {
    #FAQPage .faqlist2 dl{width:100%;}
    .faqlist2 dl>dt{font-size:16px;}
    .faqlist2 dl>dd{font-size:14px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #FAQPage .faqlist2 dl{width:100%;}
    .faqlist2 dl>dt::before{line-height:24px;}
    .faqlist2 dl>dt::after{line-height:24px;right:10px;top:0px;}
    .faqlist2 dl:after{line-height:21px;right:10px;top:15px;}
    .faqlist2 dl>dt{font-size:14px;line-height:24px;}
    .faqlist2 dl>dd{font-size:13px;line-height:21px;padding-right:15px;}
    .faqlist2 dl>dd::before{line-height:24px;}
    .faqlist2 dl.active>dd{margin-top:8px;}
}

#DownloadPage{}
#DownloadPage .item{width:calc((100% - 105px)/4);margin:0 35px 35px 0;background-color:#eee;border:1px solid #e6eaf2;}
#DownloadPage .item:nth-child(4n){margin-right:0;}
#DownloadPage .item .img{}
#DownloadPage .item .txt{padding-top:10px;}
#DownloadPage .item .txt p{font-size:18px;line-height:30px;color:var(--color);margin-bottom:15px;text-align:center;}
#DownloadPage .item .txt a.morelink{padding:4px 15px;border-radius:4px;font-size:16px;text-transform:capitalize;margin-right:auto;}
#DownloadPage .item .txt a.morelink>i{font-size:18px;margin-right:8px;margin-left:0;}
#DownloadPage .item .downbox{align-items:center;}
#DownloadPage .item .downbox span{padding:6px 13px;border:1px solid var(--color-main);color:var(--color-main);border-radius:4px;}
#DownloadPage .item .downbox span.ext{border-color:#6b7280;color:#6b7280;margin-left:8px;}
@media (min-width:1080px) and (max-width:1409px){
    #DownloadPage .item{width:calc((100% - 80px)/3);margin:0 40px 40px 0;}
    #DownloadPage .item .txt p{font-size:16px;line-height:1.6;}
}
@media (min-width:1px) and (max-width:1079px) {
    #DownloadPage .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #DownloadPage .item:nth-child(2n){margin-right:0;}
    #DownloadPage .item .txt{padding:10px 0;}
    #DownloadPage .item .txt p{font-size:14px;line-height:1.6;margin-bottom:10px;}
    #DownloadPage .item .txt .morelink{min-width:initial;padding:5px 10px;font-size:13px;}
    #DownloadPage .item .txt a.downlink span{font-size:13px;}
    #DownloadPage .item .downbox span{display:none;}
}


.GalleryList2 .item{width:calc((100% - 90px)/4);margin:0 30px 30px 0;display:block;padding:5px;border:1px solid #ddd;transition:all 0.3s;}
.GalleryList2 .item:nth-child(4n){margin-right:0;}
.GalleryList2 .item p{text-align:center;padding-top:10px;padding-bottom:5px;}
.GalleryList2 .item:hover{box-shadow:0 0 15px #ddd;}
@media (min-width:1080px) and (max-width:1409px) {
    .GalleryList2 .item{width:calc((100% - 60px)/4);margin:0 20px 20px 0;padding:5px;}
    .GalleryList2 .item p{margin-top:8px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .GalleryList2 .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;padding:5px;}
    .GalleryList2 .item:nth-child(4n){margin-right:15px;}
    .GalleryList2 .item:nth-child(2n){margin-right:0;}
    .GalleryList2 .item p{margin-top:8px;font-size:14px;}
}

#GalleryPage .cecatelist{margin-bottom:60px;}
#GalleryPage .cecatelist .link{border:1px solid var(--color-main);padding:7px;text-align:center;line-height:30px;font-size:16px;transition:all 0.3s;min-width:20%;border-radius:4px;margin:0 9px;}
#GalleryPage .cecatelist .link.active,#GalleryPage .cecatelist .link:hover{background-color:var(--color-main);color:#fff;}
.GalleryList1{}
.GalleryList1 .item{width:calc((100% - 100px)/6);margin:0 20px 20px 0;display:block;padding:5px;border:1px solid #ddd;transition:all 0.3s;}
.GalleryList1 .item:nth-child(6n){margin-right:0;}
.GalleryList1 .item p{text-align:center;padding-top:10px;padding-bottom:5px;}
.GalleryList1 .item:hover{box-shadow:0 0 15px #ddd;}
@media (min-width:1080px) and (max-width:1409px) {
    .GalleryList1 .item{width:calc((100% - 60px)/4);}
    .GalleryList1 .item:nth-child(6n){margin-right:20px;}
    .GalleryList1 .item:nth-child(4n){margin-right:0;}
}
@media (min-width:1px) and (max-width:1079px) {
    .GalleryList1 .item{width:calc((100% - 20px)/2);}
    .GalleryList1 .item:nth-child(2n){margin-right:0;}
}

#Mftframe_1 .flex_between{align-items:center;}
#Mftframe_1 .left{width:46.38%;margin:0;}
#Mftframe_1 .left .imgbox{border-radius:8px;overflow:hidden;}
#Mftframe_1 .right{width:50%;margin:0;}
#Mftframe_1 .right .titbox{max-width:520px;margin-left:0;margin-bottom:25px;}
#Mftframe_1 .right .remark{line-height:1.875;color:#666;}
#Mftframe_1 .right .remark b{color:#666;font-weight:normal;}
#Mftframe_2{background-color:#f5f5f5;}
#Mftframe_2 .item{width:calc((100% - 54px)/4);margin:0 18px 40px 0;background-color:#fff;border-radius:4px;cursor:pointer;}
#Mftframe_2 .item:nth-child(4n){margin-right:0;}
#Mftframe_2 .item .img{border-radius:4px;}
#Mftframe_2 .item .txt{padding:25px;}
#Mftframe_2 .item .txt .tit{margin-bottom:30px;font-size:18px;}
#Mftframe_2 .item .txt .counter span{margin:0;font-size:50px;line-height:1;-webkit-text-stroke:1px #ededed;-webkit-text-fill-color:transparent;text-stroke:1px #ededed;text-fill-color:transparent;font-family:var(--font-bold);}
#Mftframe_2 .item .txt .counter .line{width:210px;height:1px;background-color:#ededed;}
#Mftframe_2 .item:hover .txt .tit{color:var(--color-main);transition: color 0.3s ease;}
@media (min-width:1080px) and (max-width:1409px) {
    #Mftframe_2 .item .txt{padding:15px;}
    #Mftframe_2 .item .txt .tit{font-size:16px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #Mftframe_1 .left{width:100%;}
    #Mftframe_1 .right{width:100%;margin-top:20px;}

    #Mftframe_2 .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #Mftframe_2 .item:nth-child(2n){margin-right:0;}
    #Mftframe_2 .item .txt{padding:15px 10px;}
    #Mftframe_2 .item .txt .tit{font-size:16px;margin-bottom:15px;}
}


#seframe1 .titbox{position:relative;padding-right:250px;}
#seframe1 .titbox .morelink{position:absolute;right:0;top:50%;transform:translate(0,-50%);padding:10px 32px 10px 32px;}
#seframe1 .titbox .morelink:hover{transform:translate(0,-50%) matrix(1,0,0,1,0,-10);}
#seframe1 .left{width:48.4%;margin:0;}
#seframe1 .left .imgbox{border-radius:8px;overflow:hidden;}
#seframe1 .right{width:47%;margin:0;}
#seframe1 .right .item{width:50%;padding:30px 20px 20px 30px;}
#seframe1 .right .item:nth-child(1){border-bottom:1px solid #eee;border-right:1px solid #eee;}
#seframe1 .right .item:nth-child(2){border-bottom:1px solid #eee;}
#seframe1 .right .item:nth-child(3){border-right:1px solid #eee;}
#seframe1 .right .item span{display:inline-block;width:58px;height:58px;line-height:58px;font-size:30px;color:var(--color-main);font-family:var(--font-bold);background-color:#f5f5f5;border-radius:4px;text-align:center;margin-bottom:25px;}
#seframe1 .right .item .tit_se{font-size:18px;color:#333;font-family:var(--font-bold);margin-bottom:10px;}
#seframe1 .right .item .remark{line-height:1.875;}

#seframe2{background-color:#f9f9f9;background-repeat:no-repeat;background-position:bottom center;padding-block:100px;}
#seframe2 .titbox .slg{width:fit-content;}
#seframe2 .titbox .remark{max-width:1000px;}
#seframe2 .list .item{width:27%;margin:0 auto 55px;text-align:center;cursor:pointer;}
#seframe2 .list .item i{width:80px;height:80px;line-height:80px;font-size:48px;background-color:var(--color-main);color:#fff;text-align:center;border-radius:50%;display:inline-block;transition:all 0.3s;}
#seframe2 .list .item .tit_se{font-size:18px;margin-block:20px;}
#seframe2 .list .item .remark{line-height:1.625;}
#seframe2 .list .item:hover i{transform:rotateY(180deg);}

#seframe3{background-color:#edecec;}
#seframe3 .flex_between{align-items:center;}
#seframe3 .left{width:47%;margin:0;}
#seframe3 .left .panel{background:#f5f5f5;margin-bottom:45px;}
#seframe3 .left .panel_tit{border-bottom:1px solid #e9e9e9;}
#seframe3 .left .panel_tit .link{line-height:30px;padding:10px 15px;flex:1;font-weight:700;position:relative;text-align:center;}
#seframe3 .left .panel_tit .link.active,#seframe3 .left .panel_tit .link:hover{color:var(--color-main);}
#seframe3 .left .panel_tit .link.active:before,#seframe3 .left .panel_tit .link:hover:before{content:"";width:100%;height:1px;background:var(--color-main);position:absolute;left:0;bottom:0;}
#seframe3 .left .panel_content{padding:30px 130px 50px 20px;position:relative;}
#seframe3 .left .panel_content .remark{display:none;line-height:30px;}
#seframe3 .left .panel_content .remark:before{content:attr(data-index);font-size:110px;line-height:1;position:absolute;right:20px;bottom:0;-webkit-text-stroke:1px #ededed;-webkit-text-fill-color:transparent;text-stroke:1px #ededed;text-fill-color:transparent;font-family:var(--font-bold);pointer-events:none;}
#seframe3 .left .panel_content .remark.active{display:block;}
#seframe3 .right{width:48.4%;margin:0;}
#seframe3 .right .imgbox{border-radius:8px;overflow:hidden;display:none;}
#seframe3 .right .imgbox.active{display:block;}

#seframe4{padding-bottom:110px;}
#seframe4 .titbox{max-width:900px;}
#seframe4 .titbox .slg{width:fit-content;}
#seframe4 .left{width:49%;margin:0;}
#seframe4 .left .imgbox{border-radius:8px;overflow:hidden;}
#seframe4 .right{width:48.4%;margin:0;padding-top:5px;}
#seframe4 .morelink{margin-top:40px;}
@media (min-width:1080px) and (max-width:1409px) {
    #seframe1 .right{width:50%;}
    #seframe1 .right .item span{margin-bottom:10px;}
    #seframe1 .right .item{padding:20px 15px;}

    #seframe2{padding-block:60px;}
    #seframe3 .left .panel_tit .link{font-size:13px;padding:10px 0;}
}
@media (min-width:1px) and (max-width:1079px) {
    #seframe1 .titbox{padding-right:0;}
    #seframe1 .titbox .morelink{position:relative;top:initial;right:initial;margin-top:15px;transform:initial;}
    #seframe1 .left{width:100%;}
    #seframe1 .right{width:100%;padding-top:10px;}
    #seframe1 .right .item span{margin-bottom:10px;}
    #seframe1 .right .item .tit_se{font-size:16px;}
    #seframe1 .right .item{padding:20px 15px;}
    
    #seframe2{padding-block:40px;}
    #seframe2 .list .item{width:100%;margin-bottom:25px;}
    #seframe2 .list .item .tit_se{margin-bottom:10px;}

    #seframe3 .left{width:100%;}
    #seframe3 .left .panel{margin-bottom:20px;}
    #seframe3 .left .panel_tit .link{font-size:13px;padding:10px 0;line-height:1.6}
    #seframe3 .left .panel_content{padding:30px 20px;}
    #seframe3 .right{width:100%;margin-top:20px;}
    
    #seframe4{padding-bottom:40px;}
    #seframe4 .left{width:100%}
    #seframe4 .right{width:100%;margin-top:15px;}
}



/*联系我们*/
#ContactPage{position:relative;background:linear-gradient(to right,#f7f8fa 50%,#eff1f5 50%);}
#contact{width:45.65%;margin:0;}
#contact .contbox{position:relative;min-height:70px;padding-left:90px;}
#contact .contbox:not(:last-child){margin-bottom:60px;}
#contact .contbox>i{font-size:60px;line-height:1;color:var(--color-main);position:absolute;left:0;top:5px;}
#contact .contbox .tit_cont{display:block;font-size:18px;line-height:30px;color:#555;text-transform:uppercase;font-family:var(--font);margin-bottom:10px;}
#contact .contbox .list{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;}
#contact .contbox .list a{font-size:20px;line-height:30px;color:#222;display:inline-block;}
#contact .contbox .list a:not(:last-child):after{content:"/";margin:0 5px;color:#222;display:inline-block;}
#contact .contbox p.address{font-size:20px;line-height:30px;color:#222;}
#contact .contbox .list a:hover{text-decoration:underline;color:var(--color-main);}
#ContactPage .sharelist{margin-top:40px;border-top:1px solid #1b6c58;width:100%;padding-top:25px;}
#ContactPage .sharelist .sharename{font-size:18px;line-height:1.2;color:#86b5a8;margin-bottom:15px;}
#ContactPage .sharelist a{width:43px;height:43px;line-height:43px;text-align:center;background-color:#23735f;border-radius:8px;color:#fff;}
#ContactPage .sharelist a:not(:first-child){margin-left:15px;}
#ContactPage .sharelist a>i{display:block;font-size:20px;}
/*#ContactPage .sharelist a.facebook{color:#3c5a99;}
#ContactPage .sharelist a.linkedin{color:#0077b5;}
#ContactPage .sharelist a.twitter{color:#000000;}
#ContactPage .sharelist a.youtube{color:#d54029;}
#ContactPage .sharelist a.pinterest{color:#e10600;}
#ContactPage .sharelist a.instagram{color:#cf3d6b;}
#ContactPage .sharelist a.whatsapp{color:#25d366;}
#ContactPage .sharelist a.tiktok{color:#000;}*/
@media (min-width:1080px) and (max-width:1409px) {
    #contact .contbox{}
    #contact .contbox .list a{font-size:16px;margin-bottom:5px;}
    #contact .contbox p.address{font-size:16px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #ContactPage{background:linear-gradient(to bottom,#f7f8fa 50%,#eff1f5 50%);}
    #contact{width:100%;margin-top:20px;}
    #contact .contbox{padding-left:60px;}
    #contact .contbox > i{font-size:48px;}
    #contact .contbox:not(:last-child){margin-bottom:30px;}
    #contact .contbox .tit_cont{font-size:16px;margin-bottom:5px;}
    #contact .contbox .list a{font-size:14px;line-height:24px;}
    #contact .contbox p.address{font-size:14px;}
    #ContactPage .sharelist .sharename{font-size:16px;}
}

#feedback{width:45.65%;margin:0;}
#feedback .titbox{margin-bottom:20px;}
#feedback .titbox .tit{margin-bottom:10px;font-weight:normal;}
#feedback .titbox .remark{margin-top:0;}
#feedback .feedbackbox label{color:#475569;font-size:16px;font-family:var(--font-bold);display:none;}
#feedback .feedbackbox ul{margin-bottom:28px;}
#feedback .feedbackbox li:not(:last-child){margin-bottom:16px;}
#feedback .feedbackbox .input{background-color:#fff;height:50px;border-color:#e3e3e3;border-radius:4px;}
#feedback .feedbackbox .input::placeholder{color:#999;font-size:14px;line-height:24px;}
#feedback .feedbackbox textarea.input{height:110px;padding-top:10px;}
#feedback .morelink{padding:4px 25px 4px 25px;}
@media (min-width:1080px) and (max-width:1409px) {
    #feedback{}
    #feedback .titbox{margin-bottom:20px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #feedback{width:100%;}
    #feedback .titbox{margin-bottom:10px;}
    #feedback .titbox .tit{font-size:24px;}
    #feedback .titbox .slg{font-size:14px;}
    #feedback .feedbackbox label{font-size:14px;}
    #feedback .feedbackbox li:not(:last-child){margin-bottom:15px;}
    #feedback .feedbackbox .input{height:45px;font-size:14px;}
    #feedback .feedbackbox textarea.input{height:90px;}
    #feedback .feedbackbox .submit{margin-top:15px;}
    
    #ContactPage .right{width:100%;margin-top:20px;}
}

#ConteTeam{padding-bottom:140px;}
#ConteTeam .left{width:48%;margin:0;}
#ConteTeam .titbox{margin-bottom:30px;}
#ConteTeam .titbox .line{margin-left:0;}
#ConteTeam .left .list{margin-bottom:40px;}
#ConteTeam .left .item{margin-bottom:25px;}
#ConteTeam .left .item .tit{font-size:18px;font-family:var(--font);font-weight:bold;margin-bottom:3px;}
#ConteTeam .left .item p{color:#444;}
#ConteTeam .left .morelink{padding:5px 33px 5px 33px;background:#444;}
#ConteTeam .right{width:50%;margin:0;}
#ConteTeam .swiper{border-radius:8px;}
#ConteTeam .tipbox{position:absolute;left:0;bottom:0;width:192px;height:142px;background-color:rgba(216,33,40,0.87);z-index:1;display:flex;justify-content:center;align-items:center;flex-flow:column;}
#ConteTeam .tipbox span{font-size:30px;font-family:var(--font-bold);color:#fff;line-height:1;margin-bottom:10px;}
#ConteTeam .tipbox p{font-size:14px;color:#fff;}
#ConteTeam .swiper .swbtn{display:inline-block;text-align:center;transition:all 0.3s;color:#fff;position:absolute;top:calc(50% - 15px);line-height:30px;z-index:1;}
#ConteTeam .swiper .swbtn>i{font-size:30px;display:block;}
#ConteTeam .swiper .swbtn.btn-prev{left:5px;}
#ConteTeam .swiper .swbtn.btn-next{right:5px;transform:rotate(-180deg);}
@media (min-width:1px) and (max-width:1079px){
    #ConteTeam{padding-block:50px;}
    #ConteTeam .titbox{margin-bottom:20px;}
    #ConteTeam .left{width:100%;}
    #ConteTeam .left .list{margin-block:20px;}
    #ConteTeam .left .item{margin-bottom:15px;}
    #ConteTeam .right{width:100%;margin-top:20px;}

    #ConteTeam .tipbox{height:100px;width:150px;}
    #ConteTeam .tipbox span{font-size:24px;margin-bottom:5px;}
    #ConteTeam .tipbox p{font-size:13px;}
}

/*分类页面*/
#nbframe{background:#00503c url(/dist/images/cate_bg.png) no-repeat bottom right 30%;padding-top:65px;padding-bottom:65px;}
#nbframe .left{width:50%;margin:0;}
#nbframe .left .subtit{display:inline-block;font-size:16px;line-height:1.875;padding:5px 15px;background-color:rgba(255,255,255,0.13);border-radius:50px;color:#fff;margin-bottom:10px;}
#nbframe .left .tit{font-size:40px;color:#fff;}
#nbframe .left .slg{font-size:18px;line-height:30px;color:#cfe3dd;}
#nbframe .right{width:50%;margin:0;display:flex;justify-content:flex-end;align-items:center;}
#nbframe .tech{margin:0;text-align:center;}
#nbframe .tech:not(:last-child){border-right:1px solid #337b6a;margin-right:40px;padding-right:40px;}
#nbframe .tech span{color:#fff;font-size:36px;font-family:var(--font-bold);}
#nbframe .tech p{color:#87b9ac;}
#nbframe .ntitbox{max-width:600px;}
#nbframe .ntitbox span{display:inline-block;font-size:16px;line-height:30px;color:#fff;text-align:center;text-transform:uppercase;background-color:#216755;padding:5px 25px;border-radius:50px;margin-bottom:20px;}
#nbframe .ntitbox .tit{font-size:40px;line-height:1.4;position:relative;margin-bottom:15px;font-weight:bold;color:#fff;}
#nbframe .ntitbox .slg{font-size:16px;line-height:1.625;color:#b3cfc8;}
#nbframe.downpage{padding-top:30px;padding-bottom:40px;}
#nbframe.downpage .flex_between{align-items:center;}
#nbframe.downpage .right .imgbox{text-align:right;margin:0;padding-right:10%;}
#nbframe.downpage .ntitbox{max-width:495px;margin:0 0 50px;}
#nbframe.downpage .tech:not(:last-child){margin-right:50px;padding-right:50px;}
#nbframe.contpage .left .subtit{padding:5px 25px;}
#nbframe.contpage .left .slg{max-width:550px;margin-left:0;}
@media (min-width:1px) and (max-width:1079px){
    #nbframe .left{width:100%;}
    #nbframe .left .subtit{font-size:14px;margin-bottom:5px;}
    #nbframe .left .tit{font-size:30px;}
    #nbframe .right{width:100%;margin-top:10px;justify-content:flex-start;}
    #nbframe .tech:not(:last-child){padding-right:20px;margin-right:20px;}
    #nbframe .tech span{font-size:24px;}


    #nbframe{padding-top:30px;padding-bottom:30px;}
    #nbframe .ntitbox span{font-size:14px;margin-bottom:6px;}
    #nbframe .ntitbox .tit{font-size:24px;margin-bottom:8px;}
    #nbframe .ntitbox .slg{font-size:14px;}

    #nbframe.downpage .ntitbox{margin-bottom:20px;}
    #nbframe.downpage .tech:not(:last-child){margin-right:30px;padding-right:30px;}
    #nbframe.downpage .right{display:none;}

    #nbframe.contpage .left .slg{font-size:14px;line-height:1.6;}
}

#cateframe1{background:#fafafa;}
#cateframe1 .titbox .slg{width:fit-content;}
#cateframe1 .list{position:relative;}
#cateframe1 .item{text-align:center;max-width:400px;margin:0 auto;display:block;}
#cateframe1 .item:nth-child(1){margin-bottom:50px;}
#cateframe1 .item .img{width:300px;height:300px;border-radius:8px;overflow:hidden;position:relative;padding:20px;background-color:#fff;}
#cateframe1 .item .img::after {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 8px;box-shadow: inset 0 0 9px rgba(0,0,0,0.17);pointer-events: none;z-index: 2;}
#cateframe1 .item .txt{padding-top:15px;}
#cateframe1 .item .txt .tit_cate{font-size:26px;line-height:30px;}
#cateframe1 .item .txt .remark{font-size:15px;line-height:2;height:120px;margin-top:5px;color:#666;}
#cateframe1 .btnlist{margin-top:35px;align-items:center;}
#cateframe1 .btnlist .swbtn{line-height:1;margin:0 5px;}
#cateframe1 .btnlist .swbtn i{font-size:24px;line-height:1;display:block;}
#cateframe1 .btnlist .swbtn.btn-next i{transform:rotateY(180deg);}
#cateframe1 .btnlist .swiper-pagination{position:relative;margin:0;width:initial;top:initial;left:initial;bottom:initial;font-size:0;}
#cateframe1 .btnlist .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;opacity:1;background-color:#bbb;margin:0 5px;}
#cateframe1 .btnlist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--color-normal);}

#cateframe2 .titbox{max-width:850px;margin:0 auto 50px;}
#cateframe2 .titbox .slg{width:fit-content;}
#cateframe2 .titbox .tit b{display:inline-block;}
#cateframe2 .list{margin-bottom:-45px;}
#cateframe2 .item{width:calc((100% - 45px)/2);margin:0 45px 45px 0;box-shadow:0 0 29px rgba(0,0,0,0.11);padding:30px 30px 30px 95px;position:relative;cursor:pointer;}
#cateframe2 .item:nth-child(2n){margin-right:0;}
#cateframe2 .item i{font-size:48px;line-height:1;color:var(--color-main);position:absolute;left:30px;top:40px;transition:all 0.3s;}
#cateframe2 .item .tit_adv{font-size:26px;line-height:1.2;margin-bottom:10px;}
#cateframe2 .item .remark{line-height:1.875;}
#cateframe2 .item:hover i{transform:scaleX(-1);}

#cateframe3{background-repeat:no-repeat;background-position:center;background-attachment:fixed;}
#cateframe3 .titbox{margin-bottom:0;}
#cateframe3 .titbox .tit{font-family:var(--font-bold);margin-bottom:10px;font-size:36px;color:#222;}
#cateframe3 .remark{margin-bottom:30px;color:#333;}
#cateframe3 .morelink{padding:10px 45px;}

#cateframe4{}
#cateframe4 .titbox .slg{width:fit-content;}
#cateframe4 .titbox .tit b{display:inline-block;}
#cateframe4 .item{position:relative;width:calc((100% - 70px)/3);margin:0 35px 35px 0;border-radius:8px;overflow:hidden;}
#cateframe4 .item:nth-child(3n){margin-right:0;}
#cateframe4 .item .txt{padding:10px 0;position:absolute;left:0;top:0;width:100%;height:100%;padding:35px;background-color:rgba(0,0,0,0.34);display:flex;flex-flow:column;justify-content:center;text-align:center;}
#cateframe4 .item .title{font-size:24px;font-family:var(--font-bold);color:#fff;width:100%;margin-bottom:5px;}
#cateframe4 .item .remark{line-height:1.5;color:#fff;width:100%;transition: height 0.3s ease-in-out;display:none;}
#cateframe4 .item:hover .title{animation: _height2 1s ease-out 0.3s both;}
#cateframe4 .item:hover .remark{display:block;animation: _height 1s ease-out 0.3s both;}
@-webkit-keyframes _height {
  from { transform:translateY(100%);opacity:0;}
  to { transform: translateY(0);opacity:1;}
}
@-webkit-keyframes _height2 {
  from { transform:translateY(100%);}
  to { transform: translateY(0);}
}
@media (min-width:1080px) and (max-width:1409px) {
    #cateframe2 .list{margin-bottom:-20px;}
    #cateframe2 .item{width:calc((100% - 20px)/2);margin:0 20px 20px 0;}
    #cateframe4 .item{width:calc((100% - 40px)/3);margin:0 20px 20px 0;}
}
@media (min-width:1px) and (max-width:1079px) {
    #cateframe1 .item{width:100%;}
    #cateframe1 .item:nth-child(1){margin-bottom:20px;}
    #cateframe1 .item .img{width:100%;height:auto;}
    #cateframe1 .item .txt .tit_cate{font-size:18px;}
    #cateframe1 .item .txt .remark{font-size:14px;line-height:20px;height:80px;}
    #cateframe1 .btnlist{margin-top:20px;}
    
    #cateframe2 .list{margin-bottom:-20px;}
    #cateframe2 .item{width:100%;margin:0 0 20px;padding:20px 20px 20px 70px;}
    #cateframe2 .item i{left:15px;top:25px;font-size:40px;}
    #cateframe2 .item .tit_adv{font-size:20px;}
    #cateframe2 .item .remark{line-height:1.6;}

    #cateframe3 .titbox .tit{font-size:24px;}
    #cateframe4 .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #cateframe4 .item:nth-child(3n){margin-right:15px;}
    #cateframe4 .item:nth-child(2n){margin-right:0;}
    #cateframe4 .item .txt{padding:10px;}
    #cateframe4 .item .title{font-size:14px;}
}

#ApplicationPage .item{position:relative;width:calc((100% - 45px)/2);margin:0 45px 45px 0;position:relative;border-radius:8px;overflow:hidden;}
#ApplicationPage .item:nth-child(2n){margin-right:0;}
#ApplicationPage .item .img{border:1px solid #ddd;}
#ApplicationPage .item .img img{width:100%;}
#ApplicationPage .item .txt{padding:10px 0;position:absolute;left:0;top:0;width:100%;height:100%;padding:35px;background-color:rgba(0,0,0,0.34);transition:background-color 0.3s;display:flex;flex-flow:column;justify-content:flex-end;}
#ApplicationPage .item .txt i{font-size:24px;line-height:1;color:#fff;position:absolute;top:40px;right:40px;}
#ApplicationPage .item .title{font-size:24px;font-family:var(--font-bold);color:#fff;width:100%;margin-bottom:5px;}
#ApplicationPage .item .remark{line-height:1.75;color:#fff;width:100%;}
#ApplicationPage .item:hover .txt{background-color:rgba(0,0,0,0.08);}
@media (min-width:1080px) and (max-width:1409px) {
}
@media (min-width:1px) and (max-width:1079px) {
    #ApplicationPage .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #ApplicationPage .item .txt{padding:10px;}
    #ApplicationPage .item .txt i{display:none;}
    #ApplicationPage .item .title{font-size:15px;text-align:center;}
    #ApplicationPage .item .remark{display:none;}
}


/*产品中心*/
#ProPage .titbox{max-width:830px;}
#ProPage .catesection{}
#ProPage .catesection .item{width:calc((100% - 72px)/2);margin:0 72px 65px 0;}
#ProPage .catesection .item:nth-child(2n){margin-right:0;}
#ProPage .catesection .item .img{display:block;position:relative;}
#ProPage .catesection .item .txt{position:relative;background:linear-gradient(to right, #166fcb,#184476);padding:20px 20px 20px 35px;align-items:center;}
#ProPage .catesection .item .tit{font-size:23px;color:#fff;}
#ProPage .catesection .item .morelink:before{background-color:#fff;}
#ProPage .catesection .item .morelink:hover{color:var(--color-main);}
#ProPage .catesection .item .morelink:hover i{background-color:var(--color-main);color:#fff;}
#ProPage .catesection .item:hover .tit{color:var(--color-main);}
#ProPage .catesection .item:hover .more{color:var(--color-main);}
@media (min-width:1080px) and (max-width:1409px) {
    #ProPage .catesection .item{width:calc((100% - 40px)/2);margin:0 20px 20px 0;}
    #ProPage .catesection .item .txt{padding:15px 15px 15px 20px;}
    #ProPage .catesection .item .tit{font-size:18px;}
    #ProPage .catesection .item .remark{font-size:15px;line-height:1.8;}
}
@media (min-width:1px) and (max-width:1079px) {
    #ProPage .catesection .item{width:100%;margin:0 0 20px;}
    #ProPage .catesection .item .txt{padding:15px;}
    #ProPage .catesection .item .tit{font-size:16px;}
    #ProPage .catesection .item .morelink{display:none;}
}

.mobProCatelist{display:flex;justify-content:center;flex-wrap:wrap;}
.mobProCatelist .link{display:inline-block;font-size:16px;line-height:24px;padding:10px 22px 10px 15px;border:1px solid #707070;text-align:center;margin:0 9px 16px;border-radius:50px;}
.mobProCatelist .link.active,.mobProCatelist .link:hover{background-color:var(--color-main);color:#fff;border-color:var(--color-main);}
@media (min-width:1080px) and (max-width:1409px) {
    .mobProCatelist .link{min-width:120px;padding:8px 15px;font-size:14px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .mobProCatelist{justify-content:flex-start;}
    .mobProCatelist .link{min-width:initial;padding:5px 15px;font-size:13px;margin:0 5px 5px 0;}
    .mobProCatelist .link:before{margin-right:5px;}
}

.bg_p{background-color:#fafafa;}
#ProductPage .titbox{margin-bottom:35px;}
#ProductPage .titbox article{margin-top:10px;}
#ProductPage .titbox article *{font-size:16px;line-height:1.875;color:#666;}
#ProductPage .catelist{}
#ProductPage .catelist .item{font-size:16px;color:var(--color-main);margin-right:15px;padding-right:15px;margin-bottom:10px;position:relative;margin-left:0;}
#ProductPage .catelist .item:not(:last-child):before{content:"";width:2px;height:16px;background-color:var(--color-main);position:absolute;top:4px;right:0;}
#ProductPage .catelist .item:hover{color:var(--color-normal);text-decoration:underline;}
#ProductPage .relatefaq{margin-top:50px;}
#ProductPage .relatefaq .titbox{margin-bottom:35px;}
#ProductPage .relatefaq .titbox .tit{font-size:32px;margin-bottom:0;}
.ProList{margin-bottom:40px;}
.ProList .item{width:calc((100% - 50px)/3);margin:0 25px 25px 0;border:1px solid #e7e7e7;display:flex;flex-flow:column;border-radius:4px;overflow:hidden;background-color:#fff;}
.ProList .item:nth-child(3n){margin-right:0;}
.ProList .item .img{}
.ProList .item .txt{padding:10px 15px 30px;text-align:center;display:flex;justify-content:space-between;flex-flow:column;flex:1;width:100%;}
.ProList .item .proname{font-size:18px;line-height:1;width:100%;margin-bottom:10px;font-family:var(--font);}
.ProList .item .morelink{padding:0 23px;line-height:37px;margin:30px auto 0;border:1px solid var(--color-main);transition:0.3s;}
.ProList .item .morelink i{transition:0.3s;}
.ProList .item:hover .proname{color:var(--color-main);}
.ProList .item .morelink:hover{background:#fff;color:var(--color-main);}
.ProList .item .morelink:hover i{color:var(--color-main);}
@media (min-width:1080px) and (max-width:1409px) {
    #ProductPage .titbox{margin-bottom:30px;}
    #ProductPage .titbox article *{font-size:15px;line-height:1.6;}
    #ProductPage .relatefaq .titbox{margin-bottom:20px;}
    #ProductPage .relatefaq .titbox .tit{font-size:24px;}
    .ProList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    .ProList .item .txt{padding:15px 10px;}
    .ProList .item .tit_pro{font-size:14px;}
    .ProList .item .remark{line-height:24px;margin-bottom:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .nframe{padding-top:30px;padding-bottom:30px;}
    #ProductPage .titbox{margin-bottom:15px;}
    #ProductPage .titbox article *{font-size:13px;}
    #ProductPage .relatefaq .titbox{margin-bottom:20px;}
    #ProductPage .relatefaq .titbox .tit{font-size:24px;}
    .ProList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    .ProList .item:nth-child(3n){margin-right:15px;}
    .ProList .item:nth-child(2n){margin-right:0;}
    .ProList .item .txt{padding:8px 8px;}
    .ProList .item .proname{font-size:14px;line-height:20px;margin-bottom:0;-webkit-line-clamp:2;}
    .ProList .item .remark{line-height:20px;height:72px;margin-bottom:15px;display:none;}
    .ProList .item i.icon-arrowRight{display:none;}
    .ProList .item .morelink{margin-top:10px;}
}

#ProductPage .processbox{margin-bottom:60px;}
#ProductPage .processbox .titbox{margin-bottom:35px;}
#ProductPage .processbox .titbox .remark{margin-top:10px;}
#ProductPage .processbox .processlist{position:relative;}
#ProductPage .processbox .swiper-slide .imgbox{border-radius:4px;overflow:hidden;}
#ProductPage .processbox .swiper-slide p{font-size:18px;text-align:center;margin-top:15px;}
#ProductPage .processbox .swiper-pagination{position:relative;width:100%;height:5px;background-color:#e6e6e9;border-radius:50px;margin-top:40px;overflow:hidden;}
#ProductPage .processbox .swiper-pagination .swiper-scrollbar-drag{background-color:var(--color-normal);}

#ProductPage .proquality{margin-bottom:60px;}
#ProductPage .proquality .titbox{margin-bottom:35px;}
#ProductPage .proquality .titbox .remark{margin-top:10px;}
#ProductPage .proquality .item{width:calc((100% - 50px)/3);margin:0 25px 0 0;background-color:#fff;border:1px solid #e8e8e8;padding:40px 20px;text-align:center;border-radius:4px;overflow:hidden;cursor:pointer;transition:all 0.3s;}
#ProductPage .proquality .item:nth-child(3n){margin-right:0;}
#ProductPage .proquality .item i{display:inline-block;font-size:48px;color:var(--color-main);line-height:1;margin-bottom:20px;transition:all 0.3s;}
#ProductPage .proquality .item .tit_qty{font-size:18px;line-height:30px;margin-bottom:6px;}
#ProductPage .proquality .item .remark{line-height:1.75;color:#666;}
#ProductPage .proquality .item:hover{box-shadow:0 0 15px rgba(0,0,0,0.18);}
#ProductPage .proquality .item:hover i{transform:rotateY(180deg);}
@media (min-width:1080px) and (max-width:1409px){
    #ProductPage .processbox .swiper-slide p{font-size:16px;}

    #ProductPage .proquality .item{padding:20px 15px;}
    #ProductPage .proquality .item .remark{font-size:15px;line-height:1.6;}
}
@media (min-width:1px) and (max-width:1079px) {
    #ProductPage .processbox .swiper-slide p{font-size:14px;}
    #ProductPage .processbox .swiper-pagination{margin-top:20px;}
    #ProductPage .proquality{margin-bottom:0;}
    #ProductPage .proquality .item{width:100%;margin:0 0 20px;}
    #ProductPage .proquality .item{padding:20px 15px;}
    #ProductPage .proquality .item .remark{line-height:1.6;}
}

.currertkeywords{margin-bottom:30px;font-size:18px;}
.currertkeywords b{display:inline-block;margin-right:10px;font-size:18px;color:var(--color-main);font-weight:normal;}


/*产品详情部分 样式还原*/
.table-responsive{overflow-x:auto;}
.editor .tit h3{color:#333;background-color:#fff;border:1px solid #d7d7d7;border-bottom:none;cursor:pointer;transition:all 0.3s;font-size:20px;margin-right:5px;}
.editor .tit h3.active,.editor .tit h3:hover{background-color:var(--color-main);color:#fff;border-color:var(--color-main);}
.editor .paneltitle h3{color:#fff;background-color:var(--color-main);margin-bottom:30px;font-size:20px;padding:15px 15px;font-family:var(--font);}
.editor .panel{position:relative;z-index:0;margin-bottom:30px;}
.editor ol,.editor ul,.editor li{all: revert;}
.editor ul{padding-left:15px;}
.editor li{padding-left:5px;}
.editor p{margin:revert;margin:revert-layer;}
.editor table{border-collapse:collapse}
.editor table td{line-height:2;padding:6px 0;font-size:14px;}
.editor table[border]:not([border="0"]):not([style*=border-width]) td,.editor table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}
.editor table[border]:not([border="0"]):not([style*=border-style]) td,.editor table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}
.editor table[border]:not([border="0"]):not([style*=border-color]) td,.editor table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}
/*产品详情部分 样式还原*/

/***********产品详情***********/
#proframe1 .IntroImg{width:48.5%;margin:0;}
#BigImg{border:1px solid #e7e9ec;overflow:hidden;position:relative;}
#BigImg .btnlist .swbtn{display:inline-block;width:40px;height:40px;line-height:40px;text-align:center;position:absolute;color:#4b5563;top:calc(50% - 15px);z-index:1;border-radius:50%;transition:all 0.3s;box-shadow:0 0 4px rgba(0,0,0,0.13);background-color:#fff;}
#BigImg .btnlist .swbtn>i{font-size:20px;display:block;}
#BigImg .btnlist .swbtn.btn-prev{left:calc(1vw);}
#BigImg .btnlist .swbtn.btn-next{right:calc(1vw);transform:rotateY(180deg);}
#BigImg .btnlist .swbtn:hover{background-color:var(--color-main);color:#fff;}
#BigImg .swiper-pagination{position:absolute;right:12px;bottom:12px;background-color:#666;border-radius:4px;color:#fff;padding:2px 15px;display:flex;width:fit-content;top:initial;left:initial;}
#SmallImg{width:100%;margin-top:20px;padding-bottom:5px;}
#SmallImg .swiper-slide{margin-left:0;border:1px solid #e5e7eb;overflow:hidden;position:relative;box-sizing:border-box;}
#SmallImg .swiper-slide-thumb-active{border-color:transparent;}
#SmallImg .swiper-slide-thumb-active:before{content:"";width:100%;height:100%;border:2px solid var(--color-main);position:absolute;left:0;top:0;z-index:1;box-sizing:border-box;}
#proframe1 .IntroText{width:48.5%;margin:0;}
#proframe1 .IntroText .title{font-size:36px;margin-bottom:15px;}
#proframe1 .IntroText .remark{font-size:16px;line-height:1.625;color:#4b5563;margin-bottom:25px;}
#proframe1 .IntroText .btnlist .morelink{width:calc((100% - 15px)/2);margin:0;justify-content:center;padding:6px 15px 6px 15px;text-transform:initial;border-radius:8px;}
#proframe1 .IntroText .btnlist .morelink i{margin-left:0;margin-right:8px;font-weight:normal;font-size:24px;}
#proframe1 .IntroText .btnlist .morelink.whatsapp{background-color:#25d366;}
#proframe1 .IntroText .btnlist .morelink.whatsapp:before{background-color:var(--color-main);}

.proframe{margin-top:50px;}
.proframe .titbox{margin-bottom:20px;}
.proframe .titbox .tit{font-size:30px;padding-left:20px;position:relative;font-weight:normal;}
.proframe .titbox .tit:before{content:"";width:4px;height:24px;background-color:var(--color-main);position:absolute;left:0;top:50%;transform:translate(0,-50%);}
#proframe2 .titlebox{margin-bottom:25px;}
#proframe2 .titlebox .tit{font-size:18px;min-width:200px;padding:10px 25px;margin:0;text-align:center;background-color:#eee;font-family:var(--font);font-weight:bold;cursor:pointer;}
#proframe2 .titlebox .tit:not(:last-child){margin-right:20px;}
#proframe2 .titlebox .tit.active,#proframe2 .titlebox .tit:hover{background-color:var(--color-main);color:#fff;}
#proframe2 .detailbox{background-color:#fff;padding:20px 25px 25px;display:none;}
#proframe2 .detailbox.active{display:block;}


#pro_inquiry .feedbackbox ul > li > .input{background-color:#fff;}
#pro_inquiry .morelink{margin-top:25px;padding:5px 30px;}
@media (min-width:1080px) and (max-width:1409px){
    #proframe1 .IntroText .taglist{margin-top:0;margin-bottom:8px;}
    #proframe1 .IntroText .title{font-size:30px;margin-bottom:10px;}
    #proframe1 .IntroText .remark{font-size:15px;margin-bottom:15px;}

    #proframe6 .tit{font-size:36px;}
    #proframe6 .morelink{padding:8px 15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .proframe .titbox .tit{font-size:24px;}

    #proframe1 .IntroImg{width:100%;}
    #proframe1 .IntroText{width:100%;margin-top:20px;}
    #proframe1 .IntroText .taglist{margin-top:0;margin-bottom:8px;}
    #proframe1 .IntroText .tag{font-size:13px;padding:2px 10px;}
    #proframe1 .IntroText .title{font-size:24px;margin-bottom:10px;}
    #proframe1 .IntroText .remark{font-size:14px;margin-bottom:15px;}
    #proframe1 .IntroText .techlist{margin-bottom:15px;}
    #proframe1 .IntroText .tech{padding:8px 10px;}
    #proframe1 .IntroText .tech .tech_tit{font-size:16px;}
    #proframe1 .IntroText .btnlist .morelink{padding:6px 15px;}

}

/***********产品详情***********/


/*新闻*/
#newsframe{}
.NewsList .item{width:calc((100% - 30px)/2);margin:0 30px 58px 0;border:1px solid #d9d9d9;border-radius:4px;}
.NewsList .item:nth-child(2n){margin-right:0;}
.NewsList .item:before{content:"";width:303px;height:82px;background:url(/dist/images/news_bg.png) no-repeat bottom right;position:absolute;right:-20px;bottom:-30px;z-index:-1;opacity:0;transition:all 0.3s;}
.NewsList .item .img{}
.NewsList .item .txt{padding:28px 32px 35px;background-color:#fff;z-index:1;border-radius:4px;overflow:hidden;}
.NewsList .item .timebox{align-items:center;margin-bottom:18px;}
.NewsList .item .timebox time{padding:3px 10px;background-color:var(--color-main);color:#fff;font-size:16px;line-height:24px;border-radius:4px;margin-right:5px;}
.NewsList .item .timebox i{padding:3px 11px;background-color:#222;color:#fff;font-size:16px;line-height:24px;border-radius:4px;}
.NewsList .item .tit_news{font-size:20px;line-height:1.8;margin-bottom:25px;font-family:var(--font);font-weight:bold;}
.NewsList .item .btnlink{font-size:14px;color:#666;line-height:24px;display:flex;align-items:center;}
.NewsList .item:hover{box-shadow:0 35px 35px rgba(0,0,0,0.11);}
.NewsList .item:hover:before{opacity:1;}
.NewsList .item:hover .btnlink{text-decoration:underline;color:var(--color-main);}
@media (min-width:1080px) and (max-width:1409px) {
    #newsframe .CateList .link{padding:8px 20px;font-size:16px;}
    .NewsList .item .txt{padding:20px;}
    .NewsList .item .tit_news{font-size:16px;margin-bottom:10px;}
    .NewsList .item .remark{font-size:14px;margin-bottom:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #newsframe .CateList .link{padding:5px 15px;font-size:14px;margin:0 8px 8px;}

    .NewsList .item{width:100%;margin:0 0 15px 0;}
    .NewsList .item .img{display:none;}
    .NewsList .item .txt{width:100%;padding:15px;}
    .NewsList .item .timebox{display:none;}
    .NewsList .item .intro{margin-bottom:10px;}
    .NewsList .item .tit_news{font-size:15px;line-height:1.5;margin-top:0;margin-bottom:8px;}
    .NewsList .item .remark{font-size:13px;margin-bottom:5px;}
    .NewsList .item time{margin-bottom:5px;font-size:13px;}
    .NewsList .item .more{font-size:13px;}
}

#NewsDetailPage{}
#NewsDetailPage .box{padding:3.5%;border:1px solid #e9e9e9;}
#NewsDetailPage .title{border-bottom:1px solid #ddd;padding-bottom:15px;margin-bottom:20px;}
#NewsDetailPage .title .tit{font-size:30px;font-family:var(--font-bold);}
#NewsDetailPage .title p{margin-top:5px;}
.prevlist{margin-top:40px;background-color:#f4f5f5;padding:20px 25px;}
.prevlist>.link{font-size:16px;display:block;}
.prevlist>.link:nth-child(1){margin-bottom:5px;}
.prevlist>.link span{color:#999;display:inline-block;vertical-align:top;margin-right:5px;}
.proprevlist{display:flex;justify-content:space-between;padding:15px 20px;flex-wrap:wrap;}
.proprevlist .link{display:flex;justify-content:flex-start;align-items:center;}
.proprevlist>.link:nth-child(1){margin-bottom:0;}
.proprevlist .img{width:36px;height:36px;border-radius:50%;overflow:hidden;margin-right:8px;}
.proprevlist .link span{font-weight:bold;font-size:17px;}
.proprevlist .link:hover span{color:var(--color-main);}
.proprevlist .link.prev:before{content:"\e601";font-family:iconfont;font-size:28px;line-height:1;margin-right:8px;transform:rotateY(180deg);}
.proprevlist .link.next:after{content:"\e601";font-family:iconfont;font-size:28px;line-height:1;margin-left:8px;}
@media (min-width:1080px) and (max-width:1409px) {
    #NewsDetailPage .title .tit{font-size:24px;line-height:1.3;margin-bottom:10px;}
    .prevlist{padding:15px;}
}
@media (max-width:1079px){
    #NewsDetailPage .title .tit{font-size:20px;}
    .prevlist{padding:15px;margin-top:25px;}
    .prevlist>.link{font-size:14px;}
    .proprevlist .link.prev{margin-bottom:5px;}
    .proprevlist .link span{font-size:13px;font-weight:normal;}
}


.profaq dl{transition:all 0.3s;overflow:hidden;position:relative;cursor:pointer;background-color:#f4f4f4;padding:0;margin-bottom:22px;}
.profaq dl>dt{font-size:18px;line-height:30px;position:relative;font-family:var(--font-bold);color:#333;box-shadow:0 12px 21px rgba(0,0,0,0.04);padding:15px 70px;}
.profaq dl>dt:before{content:"";width:32px;height:31px;background:url(/dist/images/faq_q.png) no-repeat center;position:absolute;left:20px;top:15px;}
.profaq dl>dt:after{content:"\e6a1";font-family:iconfont;font-size:20px;line-height:30px;color:#333;position:absolute;right:20px;top:0;transition:all 0.3s;transform:rotate(90deg);display:none;font-weight:normal;}
.profaq dl>dd{overflow:hidden;font-size:16px;line-height:28px;position:relative;transition:all 0.3s;color:#666;height:0;padding:0 70px;}
.profaq dl>dd:before{content:"";width:32px;height:31px;background:url(/dist/images/faq_a.png) no-repeat center;position:absolute;left:20px;top:15px;}
.profaq dl.active>dt:after{transform:rotate(-90deg);}
.profaq dl.active>dd{height:auto;padding:15px 70px 20px;overflow:initial;}
@media (min-width:1080px) and (max-width:1409px) {
    .profaq dl>dt{font-size:18px;}
    .profaq dl>dd{font-size:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .profaq dl{margin-bottom:15px;}
    .profaq dl>dt::before{line-height:24px;}
    .profaq dl>dt::after{line-height:24px;right:0;}
    .profaq dl:before{width:50px;padding-top:15px;font-size:14px;line-height:1.5;}
    .profaq dl:after{line-height:21px;right:10px;top:15px;}
    .profaq dl>dt{font-size:14px;line-height:24px;padding-right:30px;}
    .profaq dl>dd{font-size:13px;line-height:24px;}
    .profaq dl>dd::before{line-height:24px;}
    .profaq dl.active>dd{margin-top:8px;}
}

#rdframe1 .item{position:relative;align-items:center;}
#rdframe1 .item:nth-child(2n+1){flex-flow:row-reverse;}
#rdframe1 .item:not(:last-child){margin-bottom:65px;}
#rdframe1 .item .img{width:46.37%;margin:0;border-radius:8px;overflow:hidden;}
#rdframe1 .item .img img{width:100%;}
#rdframe1 .item .txt{width:49%;margin:0;}
#rdframe1 .item .txt .titbox{margin-bottom:15px;}
#rdframe1 .item .remark{line-height:1.875;}
#rdframe1 .item .btnlink{margin-top:20px;color:var(--color-main);display:inline-block;}
#rdframe1 .item .btnlink:hover{text-decoration:underline;}

#rdframe2{padding-bottom:110px;background-color:#fafafa;}
#rdframe2 .titbox .slg{width:fit-content;}
#rdframe2 .titbox .tit b{display:inline-block;}
#rdframe2 .swiper-slide{width:390px;margin:0;padding:0;}
#rdframe2 .item{padding:15px;background:url(/dist/images/ce_bg.jpg) no-repeat;background-size:100% 100%;display:block;}
#rdframe2 .item .imgbox{overflow:hidden;position:relative;}
#rdframe2 .item .imgbox img{width:100%;height:100%;object-fit:cover;}
#rdframe2 .btnlist{margin-top:35px;align-items:center;}
#rdframe2 .btnlist .swbtn{line-height:1;margin:0 5px;}
#rdframe2 .btnlist .swbtn i{font-size:24px;line-height:1;display:block;}
#rdframe2 .btnlist .swbtn.btn-next i{transform:rotateY(180deg);}
#rdframe2 .btnlist .swiper-pagination{position:relative;margin:0;width:initial;top:initial;left:initial;bottom:initial;font-size:0;}
#rdframe2 .btnlist .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;opacity:1;background-color:#bbb;margin:0 5px;}
#rdframe2 .btnlist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--color-normal);}
@media (min-width:1080px) and (max-width:1409px) {
    #rdframe1 .item .remark{line-height:1.6;}

    #rdframe2{padding-bottom:80px;}
    #rdframe2 .swiper-slide{width:302px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #rdframe1 .item{flex-flow:column;}
    #rdframe1 .item:nth-child(2n+1){flex-flow:column;}
    #rdframe1 .item:not(:last-child){margin-block:40px;}
    #rdframe1 .item .img{width:100%}
    #rdframe1 .item .txt{width:100%;margin-top:20px;}
    #rdframe1 .item .remark{line-height:1.6;}

    #rdframe2{padding-bottom:50px;}
    #rdframe2 .swiper-slide{width:200px;}
}


/*分页*/
ul.pagination {box-shadow:none;width:100%;border-radius:0;text-align:center;margin:20px 0 0;padding-left:0;display:flex;justify-content:center;}
ul.pagination li{display:inline-block;margin:3px;border-radius:6px;overflow:hidden;}
ul.pagination li a,ul.pagination li span{display:inline-block;font-size:16px;border-radius:0px;width:36px;height:36px;line-height:36px;position:relative;background-color:#ddd;color:#333;text-decoration:none;}
ul.pagination li.active span,ul.pagination li.active a{background-color:var(--color-main);border-color:var(--color-main);color:#fff;}
ul.pagination li:hover a{background-color:var(--color-main);color:#fff;}

#VideoPage{}
#VideoPage .titbox{margin-block:40px;}
#VideoPage .videobox:not(:last-child){margin-bottom:60px;}
#VideoPage .VideoList{}
#VideoPage .VideoList .item{width:calc((100% - 60px)/3);overflow:hidden;margin:0 30px 30px 0;cursor:pointer;position:relative;}
#VideoPage .VideoList .item:nth-child(3n){margin-right:0;}
#VideoPage .VideoList .item .img{position:relative;border-radius:8px;overflow:hidden;}
#VideoPage .VideoList .item .img i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:60px;line-height:1;color:#f00;}
#VideoPage .VideoList .item .txt{padding:15px 50px 15px;text-align:center;}
#VideoPage .VideoList .item .tit_video{font-size:18px;line-height:30px;font-family:var(--font);font-weight:bold;color:#222;}
#VideoPage .VideoList .item:hover .tit_video{color:var(--color-main);}
video{width:100%;display:block;}
@media (min-width:1080px) and (max-width:1409px) {
    #VideoPage .VideoList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #VideoPage .VideoList .item:nth-child(3n){margin-right:0;}
    #VideoPage .VideoList .item .txt{padding:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #VideoPage .VideoList .item{width:100%;margin:0 0 15px;}
    #VideoPage .VideoList .item .txt{padding:15px 0 0;}
    #VideoPage .VideoList .item .txt .tit_video{font-size:16px;}
    #VideoPage .VideoList .item .txt p{height:auto;font-size:14px;}
}

#PrivacyPolicyPage .title{margin-bottom:20px;}
#PrivacyPolicyPage article h4{font-size:20px;margin-bottom:10px;}
#PrivacyPolicyPage article p{font-size:16px;line-height:1.5;color:#999;margin-bottom:10px;}
@media (max-width:1079px) {
    #PrivacyPolicyPage article h4{font-size:16px;}
    #PrivacyPolicyPage article p{font-size:13px;}
}


.img-wrapper{position:relative;overflow:hidden;}
.img-wrapper:after {
  background:#fff;
  content:"";
  filter:blur(6px);
  height:300%;
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin:auto;
  opacity:.6;
  position:absolute;
  transform:translate(-100%,-100%) rotate(45deg);
  width:25px;
}
.img-hover:hover .img-wrapper:after {
  animation:move 1s ease-out;
  display:block
}
@keyframes move {
  0% {
    transform:translate(-200px,-200px) rotate(45deg)
  }
  to {
    transform:translate(200px,200px) rotate(45deg)
  }
}

.video_icon{position:absolute;top:50%;left:50%;transform: translate(-50%, -50%);width:74px;height:74px;line-height:74px;text-align:center;}
.video_icon i.iconfont{display:block;font-size:30px;background-color:rgba(255,255,255,0.6);border-radius:50%;color:#fff;}
.video_icon .play,
.video_icon .play:before,
.video_icon .play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    -webkit-animation: play 3s infinite;
    animation: play 3s infinite;
}

.video_icon .play:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video_icon .play:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes play {
    70% {
        box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes play {
    70% {
        box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}