﻿@charset "utf-8";
@import url('../fonts/iconfont/iconfont.css');
@import url('../fonts/AlibabaPuHuiTi-3-85-Bold.css');
@import url('../fonts/AlibabaPuHuiTi-3-55-Regular.css');
@import url('../fonts/AlibabaPuHuiTi-3-45-Light.css');

@import url('imgsize.css');
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*****  font-display: swap;  字体延迟加载*****/
/**********样式重置**********/
i.icon-youtube:before{content:"\e97d";}
i.icon-linkedin:before{content:"\e8d5";}
i.icon-facebook:before{content:"\e6f3";}
i.icon-whatsapp:before{content:"\e8ec";}
i.icon-twitter:before{content:"\e602";}
i.icon-instagram:before{content:"\e88f";}
i.icon-wechat:before{content:"\e603";}
i.icon-tiktok:before{content:"\e8db";}
html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
    -webkit-overflow-scrolling: touch;/*解决iOS滚动条被卡住的问题*/
    scroll-behavior: smooth;/*滚动到指定位置*/
}
@media (min-width:1px) and (max-width:767px) {
    html{font-size:14px;}
}

table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
ol,ul{list-style:none}
caption,th{text-align:left}
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;}
*{margin:0;padding:0;box-sizing:border-box;}
a{outline:none;color:#555;text-decoration:none;}
a:hover{color:#c4261d;}
img,li{border:0;vertical-align:top;}
img{max-width:100%;height:auto;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #717171;
}
input:-moz-placeholder,textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #717171;
}
input::-moz-placeholder,textarea::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #717171;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #717171;
}
b,body,dd,div,form,h3,h4,h5,h6,img,input,textarea,li,p,pre,td,ul{font-family:AlibabaPuHuiTi-3-55-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;color:#000;line-height:1.5;font-size:16px;}
h1,h2,h3,h4,h5,h6,dt{font-weight:normal;}
h1,h2,h3,h4,dt{font-family:AlibabaPuHuiTi-3-85-Bold,Arial,Verdana, Tahoma, Geneva,  sans-serif;}
.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{max-width:100%;transition:all .4s;transform:scale(1);margin:0 auto;display:block;}
.item:hover .img img{transform:scale(1.05);}
.flex_between{display:flex;justify-content:space-between;flex-wrap:wrap;}
.flex_around{display:flex;justify-content:space-around;flex-wrap:wrap;}
.flex_start{display:flex;justify-content:flex-start;flex-wrap:wrap;}
.flex_column{display:flex;justify-content:flex-start;flex-wrap:wrap; flex-direction:column;}
.flex_center{display:flex;align-items:center;}
.vcenter{position:absolute;top:50%;transform:translate(0,-50%);width:100%;}
.vccenter{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.container{max-width:1490px;padding:0 15px;width:100%;margin:0 auto;}
.indexpage .container{max-width:1230px;}
.txtcenter{text-align:center;}
.ValidationError{border:1px solid red!important;}
.whatsapptel{ position:fixed; left:15px; bottom:60px; z-index:10;}
.whatsapptel img{ width:50px;}
/**********样式重置**********/

/*搜索框*/
#SearchBox{position:fixed;top:0;right:0;left:100%;bottom:100%;background:#4c4c4c;overflow:hidden;padding:0;transition:all .5s;text-align:right;z-index:9999;}
#SearchBox .searchclose{display:inline-block;width:36px;height:36px;text-align:center;line-height:36px;font-size:24px;color:rgb(255, 255, 255);cursor:pointer;transition:all .2s;}
#SearchBox.show{left:0;bottom:0;padding:30px;}
#SearchBox .searchclose:hover{
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);}
#SearchBox #sform{width:80%;margin:0 auto;}
#SearchBox #sform{position:relative;margin-top:50px;border-bottom:1px solid rgb(255, 255, 255);overflow:hidden;}
#SearchBox #sform #stext{float:left;width:calc(100% - 160px);height:160px;line-height:160px;font-weight:700;border:none;background:transparent;font-size:64px;color:rgb(255, 255, 255);}
#SearchBox #sform #sbut{float:right;width:160px;height:160px;line-height:160px;background:transparent;border:none;}
#SearchBox #sform #sbut>i{display:inline-block;font-size:80px;color:rgb(255, 255, 255);}
@media (min-width:1230px) and (max-width:1599px)  {
    #SearchBox #sform{width:100%;}
    #SearchBox #sform #stext{font-size:48px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #SearchBox #sform{width:100%;}
    #SearchBox #sform #stext{font-size:36px;width:calc(100% - 100px);height:100px;line-height:100px;}
    #SearchBox #sform #sbut{width:100px;height:100px;line-height:100px;}
    #SearchBox #sform #sbut>i{font-size:60px;}
}

header{width:100%;z-index:99;position:fixed;top:0; left:0;  transition:all 0.3s;background:#fff;}

header.fixed{background-color:#fff;padding-top:0;padding-bottom:0;box-shadow:0 0 10px #ccc;}


#logo{display:none;}
#logo a.logo{display:block;height:80px;}
#logo a.logo img{position:relative;top:50%;transform:translate(0,-50%);}

#Menu{display:flex;justify-content:space-between;transition:all 0.3s;position:relative;width:100%;padding:40px 0px 40px;}
#Menu .logo{padding:0;margin:0;height:40px;}
#Menu .logo>a{height:40px;display:inline-flex;overflow: hidden;}
#Menu .logo img{position:relative;top:50%;transform:translate(0,-50%);object-fit: contain;}

#Menu .lang{margin-left: 50px;margin-right: auto;position: relative;}

#Menu ul.menunav{transition:all .3s;text-align:left;margin:0;}
#Menu ul.menunav>li{display:inline-block;}
#Menu ul.menunav>li>a{position:relative;display:block;font-size:16px;line-height:30px;padding:5px 25px;color:#000;text-transform: capitalize;transition: all 0.3s;}
#Menu ul>li.open>a,#Menu ul>li.open>a:focus,#Menu ul>li.open>a:hover,#Menu ul>li:hover>a{}
#Menu ul>li>a{position: relative;}
#Menu ul.menunav>li>a:hover{color: #c4261d;}
#Menu ul.menunav>li.open>a:before,#Menu ul.menunav>li.active>a:before,#Menu ul.menunav>li:hover>a:before{content:"";}
#Menu ul.menunav>li.dropdown>a::after{content:"\e600";font-family:iconfont;display:inline-block;margin-left:10px;vertical-align:top;font-size:12px;}
#Menu ul.menunav>li:not(:last-child){}
#Menu ul.menunav>li:nth-child(2){border-left:none;}

@media (min-width:1230px) and (max-width:1419px) {
    #Menu ul.menunav>li>a{padding: 5px 13px;}
}
@media (min-width:992px) and (max-width:1229px) {
    header .container{margin-right:0;}
    #logo{display:none;}

    #Menu{padding:10px 0 10px}
    #Menu .logo{display:block;}
    #Menu .logo img{max-height:100%;}
    #Menu .lang{margin-left: 20px;}
    #Menu ul.menunav{text-align:right;}
    #Menu ul.menunav>li{}
    #Menu ul.menunav>li.logo{float:left;}
    #Menu ul.menunav>li.logo>a{height:50px;}
    #Menu ul.menunav>li>a{font-size:16px;padding: 8px 5px;}
    #Menu ul.menunav>li.lang{}
    #Menu ul.menunav>li.lang i{font-size:17px;}
    #Menu ul.menunav>li.open>a:before,#Menu ul.menunav>li.open>a:focus:before,#Menu ul.menunav>li.open>a:hover:before,#Menu ul.menunav>li.active>a:before,#Menu ul.menunav>li:hover>a:hover:before{bottom:0;}

}


#Menu ul.menunav>li#lang{display: none;}
#Menu ul.menunav>li#lang>a:focus,#Menu ul.menunav>li#lang>a:hover,#Menu ul.menunav>li#lang:hover>a{}
#Menu ul.menunav>li#lang span{line-height: 30px;}
#Menu ul.menunav>li#lang>.dropdown-menu{left:auto;right:0;}

#Menu ul.menunav>li#search{margin-left: 30px;}
#Menu ul.menunav>li#search>a.btnSearch{display:block;display: inline-flex;background: #d82128;border: 0;color: #fff;line-height: 20px;display: inline-flex;font-size: 18px;position: relative;padding: 10px 0px 10px 20px;}

#search input::-webkit-input-placeholder{ /* WebKit browsers 适配谷歌 */
    color: #fff;
}
#search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #fff;
}
#search input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #fff;
}
#search input:-ms-input-placeholder{ /* Internet Explorer 10+  适配ie*/
    color: #fff;
}

#Menu ul.menunav>li#search>a.btnSearch i {font-size: 21px;color: #fff;margin-left: 20px;padding-left: 20px;border-left: 1px solid #fff;position: relative;z-index: 1;line-height: 20px;}
#Menu ul.menunav>li#search>a.btnSearch::after{content: "";width: 30px;height: 40px;transform: skew(-30deg);background: #d82128;position: absolute;top: 0;right: -15px;z-index: 0;transition:all .3s}
#Menu ul.menunav>li#search>a.btnSearch:hover::after,#Menu ul.menunav>li#search>a.btnSearch:hover{background:#000;}
@media (min-width:992px) and (max-width:1229px) {

    #Menu ul.menunav>li#lang{margin-left: 25px;}
    #Menu ul.menunav>li#feed,#Menu ul.menunav>li#lang,#Menu ul.menunav>li#search{margin-left: 0;}
    #Menu ul.menunav>li#search>a.btnSearch{padding-left: 5px;}
    #Menu ul.menunav>li#feed>a,#Menu ul.menunav>li#lang>a,#Menu ul.menunav>li#search>a{padding: 5px 10px;display: inline-block;}
    header:not(.fixed) #Menu ul.menunav>li#lang::after,header:not(.fixed) #Menu ul.menunav>li#search::after{background: #fff;}
}
@media (min-width:992px){
    header:not(.fixed){background: transparent;}
    #Menu .lang>a{line-height: 40px;display: inline-flex;text-transform: uppercase;border-left: 1px solid #585453;padding-left: 40px;}
    #Menu .lang>a>i{font-size: 20px;margin-right: 10px;line-height: 40px;}
    #Menu .lang .dropdown-menu{position: absolute;display: none;background: #fff;border-bottom: 2px solid #c4261d;}
    #Menu .lang .dropdown-menu>li>a{padding: 10px 20px;text-transform: uppercase;display: flex;line-height: 30px;min-width: 200px;}
    #Menu .lang .dropdown-menu>li>a img{margin: auto 10px auto 0;}
    #Menu .lang:hover .dropdown-menu{display: block;}
}
#Menu ul>li{position:relative;}
#Menu ul>li ul.dropdown-menu{position:absolute;top:100%;left:0;background-color:#fff;display:none;z-index:2;min-width:100%;box-shadow:0 10px 15px rgba(0,0,0,0.17);border-bottom:2px solid #c4261d;}
#Menu ul>li ul.dropdown-menu>li{display:block;}
#Menu ul>li ul.dropdown-menu>li>a{line-height:24px; font-size:16px; padding:10px 30px 10px 20px;display:block;white-space: nowrap;text-align:left;}
#Menu ul>li ul.dropdown-menu>li>a>i{font-size:12px;line-height:24px;position:absolute;right:10px;transform: rotate(-90deg);}
#Menu ul>li ul.dropdown-menu>li:hover>a,#Menu ul>li ul.dropdown-menu>li>a:hover{background-color:#c4261d;color:#fff;}
#Menu ul>li:hover ul.dropdown-menu{display:block;}

#Menu ul>li ul.dropdown-menu ul.catemenu{left:100%;top:0;border-left:1px solid #fff;display:none;}
#Menu ul>li ul.dropdown-menu>li:hover ul.catemenu{display:block;}

/*手机导航*/
header #menu_btn{ width:28px; height:28px; cursor:pointer; position: absolute;right:15px;top:10px; display:none;}
header #menu_btn>.menu_btn_top{ position:absolute; top:5px; left:50%; width:28px; height:3px; border-radius:1.5px; background:#c4261d; -webkit-transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
header #menu_btn>.menu_btn_med{ position:absolute; top:15px; left:17px; width:20px; height:3px; border-radius:1.5px; background:#c4261d; -webkit-transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
header #menu_btn>.menu_btn_bot{ position:absolute; top:25px; left:50%; width:28px; height:3px; border-radius:1.5px; background:#c4261d; -webkit-transition:top .3s,background-color .3s,transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-o-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-ms-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-moz-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-webkit-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s;transition:top .3s,background-color .3s,transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-o-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-ms-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-moz-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-webkit-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s;-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
header #menu_btn.show>.menu_btn_top{ top:50%; background:#c4261d; -webkit-transform:translate(-50%,-50%) rotate(135deg); -moz-transform:translate(-50%,-50%) rotate(135deg); -o-transform:translate(-50%,-50%) rotate(135deg); transform:translate(-50%,-50%) rotate(135deg); -ms-transform:translate(-50%,-50%) rotate(135deg);}
header #menu_btn.show>.menu_btn_med{ top:50%; background:#c4261d; -webkit-transform:translate(-50%,-50%) rotate(135deg); -moz-transform:translate(-50%,-50%) rotate(135deg); -o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg); -ms-transform:translate(-50%,-50%) rotate(135deg);display:none;}
header #menu_btn.show>.menu_btn_bot{ top:50%; background:#c4261d; -webkit-transform:translate(-50%,-50%) rotate(45deg); -moz-transform:translate(-50%,-50%) rotate(45deg); -o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg); -ms-transform:translate(-50%,-50%) rotate(45deg);}
header #lang_btn{display:none;}
header #lang_btn>a{position:absolute;top:50%;transform:translateY(-50%);right:70px}
header #lang_btn>a i{font-size:30px;}
header #lang_btn ul{position:absolute;top:100%;right:20px;background:#fff;display: none;}
header #lang_btn ul li{display:block;}
header #lang_btn ul li a{display:block;padding:5px 10px;white-space:nowrap;}
header #lang_btn ul li a img{margin:auto 5px auto 0}
header #lang_btn.active ul{display: block;}
@media (min-width:992px) and (max-width:1229px) {
    #Menu ul>li ul.dropdown-menu>li{padding-top:0;}
    #Menu ul>li ul.dropdown-menu>li>a{font-size:14px;}
    #Menu .lang a{padding-left: 10px;}
}
@media (min-width:768px) and (max-width:991px){
}
@media (min-width:1px) and (max-width:767px) {
    #Menu ul.menunav>li.logo{background-color:#fff;}
    #Menu ul.menunav>li.logo>a{padding:5px 15px;}
    #Menu ul.menunav>li.logo img{margin:0 auto;display:block;}
    #Menu ul>li ul.dropdown-menu>li>a:hover{border-bottom:none;}
}
@media (min-width:1px) and (max-width:991px) {
    header{position:relative;top:0;}
    header::after{display:none;}
    header .container{}
    header #menu_btn{ display: block;top:20px;}
    header #lang_btn{ display: block;}

    #top{display:none;}

    #logo{display:block;position:relative;width:100%;padding:10px 0;float:none;}
    #logo a.logo{padding-top:0;padding-bottom:0;display:inline-block;height:50px;vertical-align:top;overflow: hidden;}
    #logo a.logo img{display:block;margin:0;width:auto;max-height:50px;position:relative;top:50%;transform:translate(0,-50%);}

    #Menu .logo{display:block;text-align:center;height: auto;}

    #Menu .logo>a{padding:15px 15px;background-color:#fff;width: 100%;justify-content: center;height: 70px;}
    #Menu .logo img{max-width:100%;top: 0;transform: inherit;max-height:100%;}
    #Menu .lang{display: none;}
    #Menu ul.menunav>li>a>i {display:none;}

    #Menu{width:220px;position:fixed;left:-220px;top: 0px; bottom: 0px; background: #c4261d; z-index: 99999; overflow-x:hidden;overflow-y:auto;transition:all .5s ease;padding-top:0;}
    #Menu.show{left:0;display: initial;padding:0;}

    #Menu ul.menunav>li#lang{padding:8px 15px;display: block;}
    #Menu ul.menunav>li#lang>a{display:none;}
    #Menu ul.menunav>li#lang>.dropdown-menu{padding-left:0;}
    #Menu ul.menunav>li#lang>.dropdown-menu>li>a{font-size:14px;line-height:24px;text-transform:uppercase;display:flex;}
    #Menu ul.menunav>li#lang>.dropdown-menu>li>a img{margin-right:10px;}

    #Menu ul.menunav>li.logo{margin-top:0;margin-bottom:0;padding:0;display:block;background:none;background-color:#fff;}
    #Menu ul.menunav>li.logo>a{padding:5px;text-align:center;}
    #Menu ul.menunav>li.logo img{}
    #Menu ul.menunav{display: block; padding: 0px 0 15px; text-align: left;overflow:hidden;width:100%;}
    #Menu ul.menunav>li{width:100%; padding:8px 15px; }
    /*#Menu ul.menunav>li:nth-child(1){width:100%; padding:15px 15px; text-align: center;border-bottom:1px solid #fff;margin:0;}*/
    /*#Menu ul.menunav>li:nth-child(1)>a{padding: 0;line-height:1;}
    #Menu ul.menunav>li:nth-child(1)>a>img{height:auto;}*/
    #Menu ul.menunav>li>a{font-size:14px;line-height:24px;padding:0px;color: #f5f5f5 !important;text-align:left;border-bottom:none;}
    #Menu ul.menunav>li>a:hover:after,#Menu ul>.open>a:after{}
    #Menu ul>li>a,#Menu ul>li:hover>a,#Menu ul>li.active:hover>a{border:none;}
    #Menu ul>li.open>a,#Menu ul>li.open>a:focus,#Menu ul>li.open>a:hover,#Menu ul>li.active>a,#Menu ul>li:hover>a{background:none;}
    #Menu ul>li ul.dropdown{position:relative;}
    #Menu ul>li ul.dropdown-menu{width:100%;position:relative;display:block;background-color:transparent!important;box-shadow:none;border:none;overflow:hidden;min-width: inherit; margin-top:0;padding-right:0;padding-left:10px;}
    #Menu ul>li ul.dropdown-menu>li{ width:100%;height:auto;line-height:24px;background:none;text-align:left;margin: 0px;}
    #Menu ul>li ul.dropdown-menu>li:not(:last-child)>a{border:none;}
    #Menu ul>li ul.dropdown-menu>li>a{ position:inherit;color:#fff; font-size:13px;line-height:18px;padding:3px 0;white-space:initial;border:none;background-color:transparent;}
    #Menu ul>li ul.dropdown-menu>li>a:hover{background-color:#c4261d;color:#fff;}
    #Menu ul>li ul.dropdown-menu>li>a>i{display:none;}
    #Menu ul>li ul.dropdown-menu>li:hover>a,#Menu ul>li ul.dropdown-menu>li>a:hover{background-color:#c4261d;color:#fff;}
    
    #Menu ul>li ul.dropdown-menu ul.catemenu{display:block;left:0;border-left:none;padding-left:20px;}

    #Menu ul.menunav>li#search>a.btnSearch{display:none;}
    #Menu ul.menunav>li#search{background-color:transparent;padding:8px 15px;width:100%;margin-left: 0;}
    #Menu ul.menunav>li#search #SearchBox{position:relative;background:none;left:initial;right:initial;top:initial;bottom:initial;}
    #Menu ul.menunav>li#search #SearchBox .searchclose{display:none;}
    #Menu ul.menunav>li#search #SearchBox #sform{display:block;background-color:#fff;width:100%;border:1px solid #fff;margin:0;}
    #Menu ul.menunav>li#search #SearchBox #stext{width:80%;background-color:#fff;height:30px;line-height:30px;color:#333;font-size:14px;font-weight:normal;padding-left:8px;}
    #Menu ul.menunav>li#search #SearchBox #sbut{width:20%;height:30px;line-height:30px;background-color:#c4261d;}
    #Menu ul.menunav>li#search #SearchBox #sbut>i{height:30px;line-height:30px;width:30px;font-size:18px;vertical-align:top;}
}

#bframe{overflow:hidden;position:relative;}
#bframe .bgimg{height:380px;}
#bframe .box{position:absolute;top:50%;transform:translate(0,-35%);width:100%;}
#bframe .txt{position:relative;text-align: left;max-width: 510px;}
#bframe .txt h2{font-size:48px;line-height:70px;position:relative;color: #1b1a1a;}
#bframe .txt .line{border-top: 2px dotted #a3a8ad;margin: 20px 0;}
#bframe .txt p{font-size:14px;line-height:24px;color:#1b1a1a;}
#bframe .txt .location:before{content:"\e610";font-family:iconfont;font-size:20px;vertical-align:top;line-height:24px;margin-right:10px;color: #d82128;}
#bframe .txt .location a{display:inline-block;font-size:16px;line-height:24px;color:#d82128;}
#bframe .txt .location a:not(:last-child)::after{content:"\e61e";margin:0 10px;vertical-align:top;font-family: iconfont;color: #d82128;font-size: 16px;}
#bframe .txt .location a:last-child{}
#bframe .txt .location a:hover{color:#c4261d;}
#bframe .txt .location span{display:inline-block;font-size:16px;line-height:24px;color:#d82128;}
#ibframe .swiper-pagination{text-align: center;bottom: 40px;}
#ibframe .swiper-pagination .swiper-pagination-bullet-active{border-radius: 50px;background: #c4261d;}
#ibframe{position: relative;max-height:915px;}
#ibframe .line{width: 112px;height: 3px;background: linear-gradient(to right, #c4261d 0,#c4261d 50%,#fff 50%,#fff 100%);margin: 30px auto;}
#ibframe img{width:100%;display:block;margin:0 auto;}
#ibframe .btnlist{display: flex;justify-content: center;}
#ibframe .btnlist .swbtn{padding: 30px;color: #fff;}
#ibframe .btnlist .swbtn i{font-size: 33px;line-height: 1;display: block;}
#ibframe .btnlist .swbtn.btn-next i{transform: rotate(180deg);}
#ibframe .btnlist .swbtn:hover{background: #c4261d;}
/*首页轮播图悬浮文字*/
#ibframe .txt{position: absolute;top: 50%;left: 0;width: 100%;transform: translate(0,-50%);text-align: center;z-index: 2;}
#ibframe .txt h3{font-size: 72px;color: #fff;text-transform: uppercase;line-height: 1;margin-bottom: 0px;}
#ibframe .txt p{font-size: 24px;color:#fff;margin-bottom: 68px;}

/**轮播图悬浮按钮样式**/
#ibframe .txt .morelink{background: #c4261d;color: #fff;border-radius: 0;padding:10px 25px;transition: all 0.5s;display: inline-flex;border: 2px solid #c4261d;}
#ibframe .txt .morelink:hover{border-color: #fff;}
#ibframe .txt .morelink i{margin-left: 20px;font-size: 21px;line-height: 30px;}
#ibframe .txt .morelink:last-child{background: transparent;border-color: #fff;margin-left: 30px;}
#ibframe .txt .morelink:hover{background: #fff;color: #c4261d;}

/*轮播下方鼠标图标样式*/
#ibframe .mouse{border: 1px solid rgba(255,255,255,.7);width: 20px;height: 32px;position: absolute;z-index: 4;left: 50%;bottom: 50px;margin-left: -10px;border-radius: 20px;}
#ibframe .mouse:after{content: '';display: block;width: 2px;height: 4px;background: rgba(255,255,255,.8);position: absolute;left: 50%;top: 5px;margin-left: -1px;animation: mouse-middle .86s ease infinite;}
#ibframe video{width: 100%;object-fit: cover;height: 100vh;}
#ibframe .video{position: relative;}
#ibframe .video::after{content: "";position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,0.5);z-index: 1;}
@keyframes mouse-middle{
    0% {opacity:.8;}
    50% {opacity:1; top:15px; height:7px;}
    100% {opacity:0; top:28px; height:4px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #bframe{}
    #bframe .bgimg {
        height: 280px;
    }
    #bframe .txt .line{margin: 15px 0;}
    #bframe .bgimg h2{top:45%;}
    #bframe .txt{}
    #bframe .txt h2{font-size:42px;line-height: 60px;}
    #bframe .txt:before{height:64px;top:calc(50% - 32px);}
    #ibframe .swiper-pagination{bottom:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #bframe .bgimg{height:250px;}
    #bframe .txt{padding-left:20px;display: none;}
    #bframe .txt h2{font-size:30px;}
    #bframe .txt:before{height:50px;top:calc(50% - 25px);}
    #bframe .txt p{font-size:14px;}
    #ibframe .txt{display: none;}
}
@media (min-width:1px) and (max-width:767px){
    #bframe .bgimg{height:130px;}
    #bframe .txt{width:100%;display:none;}
    #bframe .txt h2{font-size:18px;}
    #bframe p{display:none;}
    #ibframe{max-height:200px;}
    #ibframe .swiper-pagination{bottom:0;}
    #ibframe .txt{display: none;}
}

.frame{padding-top:90px;padding-bottom:100px;overflow:hidden;}
.frame .title{margin-bottom:40px;position:relative;}
.frame .title h2{font-family: AlibabaPuHuiTi-3-55-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;font-size: 18px;line-height: 36px;color: #a3a8ad;width: 100%;margin-bottom: 15px;}
.frame .title h3{font-size: 50px;line-height: 68px;font-style: italic;}
.frame .title h3 span{color: #c4261d;}
.frame .title h4{font-size: 24px;line-height:30px;margin-bottom: 15px;}
.frame .title p{font-size: 16px;line-height: 28px;letter-spacing: -0.5px;}
.frame .title a.link{padding:0 40px;font-size:20px;line-height:30px;border:1px solid #c4261d;border-radius:50px;display:inline-block;margin-top:30px;text-transform:uppercase;background-color:#c4261d;color:#fff;}
.frame .title a.link:hover{color:#c4261d;}
.frame .title .right .line{margin-right: 0;margin-left: auto;margin-bottom: 20px;}
.frame .title.flex_between .morelink{margin: auto 0;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    .frame{padding-top:40px;padding-bottom:40px;}
    .frame .title{margin-bottom:20px;}
    .frame .title h3{font-size:42px;}
    .frame .title h4{font-size: 36px;line-height: 50px;}
    .frame .title p{font-size:14px;width:100%;line-height:24px;}
    .frame .title a.link{font-size:16px;line-height:24px;}
}
@media (min-width:768px) and (max-width:991px) {
    .frame{padding-top:25px;padding-bottom:25px;}
    .frame .title{margin-bottom:15px;}
    .frame .title h3{font-size:36px;}
    .frame .title h4{font-size:24px;line-height: 40px;}
    .frame .title p{font-size:14px;width:100%;line-height:24px;}
    .frame .title a.link{font-size:14px;line-height:24px;}
}
@media (max-width:767px){
    .frame{padding:25px 0 !important;}
    .frame .title{margin-bottom:15px !important;}
    .frame .title h2{font-size: 16px;margin-bottom: 0;}
    .frame .title h3{font-size:24px !important;margin-bottom: 0; line-height: 1.5 !important;}
    .frame .title h4{font-size:20px;line-height: 30px;}
    .frame .title p{font-size:14px;width:100%;line-height:24px;}
    .frame .title a.link{font-size:13px;line-height:20px;padding:0 20px;}
    .frame .title .right .line{margin-left: 0;margin-right: auto;}
    .frame .title .right{width: 100%;}
}

.frame .flex_between>div{margin:0;}
.morelink{display:inline-block;padding:7px 30px;color:#fff;position:relative;font-size:16px;line-height:30px;min-width:100px;background-color:#000;text-align:center;border-radius:5px;}
.morelink:hover{color:#fff;}
.morelink.viewmore::after{content: "";width: 50px;height: 40px;transform: skew(-30deg);background: #FFF;position: absolute;top: 0;right: -24px;z-index: -1;transition: all 0.3s;}
.viewlink{background: #343434;border-radius: 0;display: inline-flex;padding: 0;color: #fff;}
.viewlink span{padding: 5px 20px;line-height: 30px;}
.viewlink span.icon{display: inline-block;line-height: 18px;text-align: center;background: #c4261d;color: #fff;line-height: 40px;width: 40px;height: 40px;padding: 0;}
.viewlink span.icon i{display: inline-block;}
.viewlink:hover span.icon i{animation:1s btnrotate infinite;}
@keyframes btnrotate{
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(90deg);
    }
    100%{
        transform: rotate(90deg);
    }
}
@keyframes btnallrotate{
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(360deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@media (min-width:992px) and (max-width:1229px) {
    .morelink{padding:5px 25px;font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    .morelink{padding:5px 25px;font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    .morelink{padding:5px 15px;font-size:13px;}
}

#frame1{background: url("/Template/Default/images/frame1.png.webp") top right no-repeat;padding:125px 0 0;margin-top: -125px;z-index: 1;position: relative;}
#frame1 .list{padding: 35px 0 20px;}
#frame1 .list p{display: inline-block;color: #fff;font-size: 24px;line-height: 70px;}
#frame1 .list .morelink{background: #fff;color: #1a1a1a;text-transform: capitalize;border-radius: 0;line-height: 30px;padding: 5px 0px 5px 15px;display: inline-flex;transition: all 0.3s;}
#frame1 .list a i{font-size: 20px;margin-left: 10px;color: #c4261d;}
#frame1 h4{color: #fff;font-size: 18px;line-height: 36px;}
#frame1 .list .morelink:hover,#frame1 .list .morelink:hover::after{background: #000;color: #fff;}
@media (min-width:1px) and (max-width:767px){
    #frame1{display: none;}
}
#frame2{background: url("/Template/Default/images/frame2.png.webp") no-repeat  left 85%;padding-bottom: 195px;padding-top:90px;}
#frame2 .title .morelink{border-radius: 0;background: #f4f4f4;color: #c4261d;text-transform: capitalize;padding: 5px 10px 5px 40px;line-height: 30px;transition: all 0.3s;}
#frame2 .title .morelink i{margin-left: 40px;}
#frame2 .title .morelink.viewmore::after{background: #f4f4f4;}
#frame2 .list .item{width: calc((100% - 45px)/4);border: 2px solid #f4f4f4;overflow: hidden;position: relative;margin-right: 15px;background: #fff;}
#frame2 .list .item:last-child{margin-right:0 ;}
#frame2 .list .item::after{height: 100%;background: #f4f4f4;width: 2px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%) rotate(60deg);z-index: 10;content: "";display: block;}
#frame2 .title  .morelink:hover,#frame2 .title .morelink:hover::after{background: #c4261d;color: #fff;}
#frame2 .list .item>div{position: relative;}
#frame2 .list .item>div .txt{position: absolute;}
#frame2 .list .item>div .txt .line{width: 15px;height: 2px;background: #000;margin-bottom: 5px;}
#frame2 .list .item>div .txt h3{color: #333;line-height: 22px;}
#frame2 .list .item>div .txt p{color: #6e6d6d;line-height: 22px;}
#frame2 .list .item>div:first-child .txt{bottom: 20px;left: 20px;}
#frame2 .list .item>div:nth-child(3) .txt{top: 0px;right: 20px;text-align: right;}
#frame2 .list .item>div:nth-child(3) .txt .line{margin-left: auto;}
#frame2 .list .item>div .img{position: relative;}
#frame2 .list .item>div .img::after{content: "";padding-top: 88%;width: 100%;display: block;}
#frame2 .list .item>div:first-child .img img{position: absolute;height: 75%;transform: translate(-50%,-50%);top: 40%;left: 50%;width:auto;}
#frame2 .list .item>div:nth-child(3) .img img{position: absolute;height: 75%;transform: translate(-50%,50%);bottom: 40%;left: 50%;width:auto;}
#frame2 .list .item>a{position: absolute;height: 0;width: 100%;background: #f2f2f2;left: 0;z-index: 11;display: flex;flex-direction: column;overflow: hidden;transition: all 0.3s;justify-content: space-between;}
#frame2 .list .item>a .img{margin-top: 20px;}
#frame2 .list .item>a .txt{text-align: center;}
#frame2 .list .item>a .txt .line{width: 30px;height: 2px;background: #000;margin: 15px auto 30px;}
#frame2 .list .item>a.first{top: 0;}
#frame2 .list .item>a.second{bottom: 0;}
#frame2 .list .item>a.active{height: 100%;}
@media (min-width:992px){
    #frame2 .title{margin-bottom: 50px;}
}
@media (min-width:1229px) and (max-width:1400px) {
    #frame2 .list .item>a .img{margin-top: auto;margin-bottom: auto;}
}
@media (min-width:992px) and (max-width:1229px){
    #frame2 .list .item>div .txt p{display: none;}
}
@media (min-width:768px) and (max-width:991px){
    #frame2 .list .item{border: 0;display: flex;width: 100%;margin-bottom: 10px;justify-content: space-between;}
    #frame2 .list .item>div{display: none;}
    #frame2 .list .item>a{position: relative;height: auto;width: calc((100% - 15px)/2);}

}
@media (min-width:1px) and (max-width:767px){
    #frame2 .list .item{border: 0;display: flex;width: 100%;margin-bottom: 10px;justify-content: space-between;margin-right:0;}
    #frame2 .list .item>div{display: none;}
    #frame2 .list .item>a{position: relative;height: auto;width: calc((100% - 15px)/2);padding: 15px;}
    #frame2 .list .item>a .img{margin-bottom: 0;}
    #frame2 .list .item>a .txt{padding: 15px 0;}
    #frame2 .list .item>a .txt .line{margin-bottom: 0;}

}

#frame3{background:#f4f4f5 url("/Template/Default/images/frame3.png.webp") no-repeat center center;padding: 90px 0 100px;position: relative;overflow: visible;}
#frame3 .left{width: 46%;}
#frame3 .tit{margin-bottom: 65px;}
#frame3 .tit h2{font-size: 18px;color: #a3a8ad;line-height: 36px;font-family: AlibabaPuHuiTi-3-55-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;margin-bottom: 25px;}
#frame3 .tit h3{font-size: 55px;line-height: 1;font-style: italic;margin-bottom: 40px;}
#frame3 .tit h3 span,#frame3 .tit p span{color: #c4261d;}
#frame3 .tit p{font-size: 16px;line-height: 36px;color: #a3a8ad;}

#frame3 .right{position: absolute;width: 49%;right: 0;top: -100px;}
#frame3 .right .txt{position: absolute;left: 0;bottom: 0;background: rgba(0,0,0,0.5);padding: 80px 45px 75px;}
#frame3 .right .txt::after{content: "";width: 20px;height: 20px;position: absolute;background: #c4261d;right: 0;top: 0;}
#frame3 .right h4{color: #fff;line-height: 44px;font-size: 52px;}
#frame3 .right .line{height: 25px;width: 1px;background: #fff;margin: 15px auto;}
#frame3 .btnlist{display: flex;}
#frame3 .morelink{padding: 12px 30px;display: inline-flex;transition: all 0.3s;}
#frame3 .morelink i{margin-left: 55px;position: relative;z-index: 1;}
#frame3 .morelink:first-child{background: transparent;border: 1px solid #c4261d;border-radius: 0;color: #c4261d;margin-right: 15px;}
#frame3 .viewmore{background: #c4261d;border-radius: 0;border: 1px solid #c4261d;padding-right: 0;border: 0;}
#frame3 .viewmore::after{background: #c4261d;height: 56px;z-index: 0;}
#frame3 .morelink:hover{background:#c4261d;color:#fff;}
#frame3 .viewmore:hover,#frame3 .viewmore:hover::after{background: #fff;color: #c4261d;}

#frame3 .morelink:first-child:hover{color: #fff;}
#frame3 .numlist{padding-top: 30px;width: 100%;margin-top: 80px;}
.numlist .item{background: #fff;padding: 45px;display: flex;padding-right: 0;width: calc((100% - 75px)/4);margin-right:25px;}
.numlist .item i{font-size: 55px;color: #c4261d;margin: auto 0;}
.numlist .item h3{font-size: 24px;color: #c4261d;line-height: 1;display: flex;margin-bottom: 5px;}
.numlist .item h3 span{font-size: 48px;}
.numlist .item p{line-height: 23px;color: #333;margin: auto 0;}
.numlist .item .info{max-width: 200px;border-left: 1px solid #d5665f;margin-left: 35px;padding: 5px 0 5px 40px;}
.numlist .item:nth-child(4n){margin-right: 0;}
.numlist .info{margin-bottom:5px;}
.numlist .info p{margin:0;font-size:16px;line-height:30px;}
.numlist .item .bar{width:100%;height:5px;background-color:#e9e9e9;position:relative;border-radius: 50px;}
.numlist .item .bar>p{position:absolute;height:5px;width:0;left:0;top:0;background-color:#c4261d;border-radius: 50px;}
@media (min-width:1230px) and (max-width:1429px) {
    .numlist .item{padding:20px 0 20px 20px}
    .numlist .item .info{margin-left:20px;padding-left:20px}
}
@media (min-width:992px) and (max-width:1229px) {
    #frame3 .left{width: 75%;}
    #frame3 .right{display: none;}
    .numlist .item{width: calc((100% - 25px)/2);margin-bottom: 25px;}
    .numlist .item:nth-child(2n){margin-right: 0;}
}
@media (min-width:768px) and (max-width:991px){
    #frame3 .left,#frame3 .right{width: 100%;}
    #frame3 .right{display: none;}
    .numlist .item{width: calc((100% - 15px)/2);margin-bottom: 15px;margin-right: 15px;}
    .numlist .item:nth-child(2n){margin-right: 0;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame3 .left,#frame3 .right{width: 100%;margin-bottom: 10px;}
    #frame3 .tit{margin-bottom: 10px;}
    #frame3 .tit h2{line-height: 20px;font-size: 14px;margin-bottom: 10px;}
    #frame3 .tit h3{font-size: 24px;margin-bottom: 10px;}
    #frame3 .tit p{font-size: 14px;line-height: 24px;}
    #frame3 .morelink{height:40px;line-height: 20px;padding: 10px;}
    #frame3 .morelink i{margin-left: 10px;}
    #frame3 .morelink::after{height: 40px;}
    #frame3 .right{position: inherit;}
    #frame3 .right .txt{display: none;}
    #frame3 .numlist{margin-top: 10px;}
    .numlist{margin-top: 10px;}
    .numlist .item i{font-size: 30px;}
    .numlist .item h3{font-size: 16px;}
    .numlist .item h3 span{font-size: 24px;}
    .numlist .item .info{margin-left: 15px;padding-left: 15px;}
    .numlist .info p{line-height: 24px;}
   
    .numlist .item{width: calc((100% - 15px)/2);margin-bottom: 15px;margin-right: 0;padding: 15px;margin-right: 15px;}
    .numlist .item:nth-child(2n){margin-right: 0px;}
}

#frame4{background: url("/Template/Default/images/frame4.jpg.webp") no-repeat  top;padding-bottom: 0;padding-top:90px;}
#frame4 .list{}
#frame4 .title h2{color: #fff;margin-bottom: 15px;}
#frame4 .title h3{color: #fff;margin: auto 0;}
#frame4 .title .btnlist{display: flex;}
#frame4 .title .btnlist .swbtn{height: 58px;width: 58px;text-align: center;z-index: 1;line-height: 56px;border: 1px solid #f4f4f5;}
#frame4 .title .btnlist .swbtn i{font-size: 16px;line-height: 58px;display: block;color: #fff;}
#frame4 .title .btnlist .swbtn.btn-prev{margin-right: 10px;}
#frame4 .title .btnlist .swbtn.btn-prev i{transform: rotate(90deg);}
#frame4 .title .btnlist .swbtn.btn-next i{transform: rotate(-90deg);}
#frame4 .title .btnlist .swbtn:hover{background: #fff;}
#frame4 .title .btnlist .swbtn:hover i{color: #c4261d;}
#frame4 .item{position: relative;}
#frame4 .item .txt{position: absolute;left: 0;bottom: 0;background: rgba(0,0,0,0.5);padding:19.5px 35px;width: 220px;}
#frame4 .item .txt::after{content: "";width: 20px;height: 20px;position: absolute;background: #c4261d;right: 0;top: 0;}
#frame4 .item .txt h3{color: #fff;font-size: 18px;font-family: AlibabaPuHuiTi-3-55-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;line-height: 2;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){

}
@media (min-width:1px) and (max-width:767px) {

}
#frame5{padding-top:100px;padding-bottom:80px;}
#frame5 .left{max-width: 570px;width: 39%;}
#frame5 .left img{width: 100%;}
#frame5 .right{width: 31%;max-width: 450px;}
#frame5 .list{position:relative;width: 21.5%;max-width: 315px;}
#frame5 .list .item{width:100%;position: relative;z-index: 1;margin-bottom: 10px;display: block;padding: 40px 25px;background: #f4f4f5;}
#frame5 .list .item h3{font-size: 20px;line-height:23px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#frame5 .list .item:hover h3{color:#c4261d;}
#frame5 .item span.date{color: #a3a8ad;line-height: 36px;display: block;}
#frame5 .item span.date i{margin-right: 10px;}
#frame5 .title{margin-bottom: 20px;}
#frame5 .right .item h3{font-size: 20px;line-height: 23px;color: #333;font-family: AlibabaPuHuiTi-3-55-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#frame5 .right .item .line{border-top: 2px dotted #a3a8ad;margin: 20px 0;}
#frame5 .right .item p{line-height: 36px;color: #a3a8ad;margin-bottom: 40px;}
#frame5 .right .item span.view{color: #c4261d;display: flex;}
#frame5 .right .item span.view i{margin-left: 10px;}
#frame5 .right .item:hover h3{color:#c4261d;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
    #frame5 .list,#frame5 .right{width: calc((100% - 15px)/2);max-width: 100%;}
    #frame5 .left{display: none;}
    #frame5 .list .item h3{font-size: 24px;}
    #frame5 .list .item p{line-height: 20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame5 .left{width: 100%;}
    #frame5 .list,#frame5 .right{width: 100%;max-width: 100%;}
    #frame5 .right{margin-bottom: 20px;}
    #frame5 .item span.date{line-height: 24px;margin-bottom: 10px;}
    #frame5 .right .item .line{margin: 10px 0;}
    #frame5 .right .item p{line-height: 24px;margin-bottom: 10px;}
    #frame5 .list{display: flex;flex-wrap: wrap;}
    #frame5 .list .item{padding: 10px;width: calc((100% - 15px)/2);margin-right: 15px;}
    #frame5 .list .item:nth-child(2n){margin-right: 0;}
}
@media (min-width:1px)and (max-width:400px) {
    #frame5 .list .item{width:100%;margin-right: 0;}
}
#frame6{background: url("/Template/Default/images/frame6.jpg.webp") no-repeat;background-attachment: fixed;position: relative;padding: 0;}
#frame6::after{content: "";top: 0;left: 0;right: 0;bottom: 0;position: absolute;background: rgba(0,0,0,0.20);}
#frame6 .left{position: relative;z-index: 1;background: rgba(0,0,0,0.40);width: 50%;padding:80px 95px 100px;}
#frame6 .left .title h3{color: #fff;}
#frame6 .left .list{margin-bottom: 45px;}
#frame6 .left .list dl{background: rgba(255,255,255, 0.1);padding: 15px 25px;transition:all 0.3s;margin-bottom:15px;}
#frame6 dl>dt{cursor:pointer;position:relative;font-weight:normal;transition: all 0.3s linear;line-height: 24px;font-size: 18px;color: #fff;font-family: AlibabaPuHuiTi-3-55-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif ;padding-right:10px;}
#frame6 dl>dt:after{content:"\e600";font-family:iconfont;line-height:24px;position:absolute;right:0px;display:inline-block;transition:all 0.3s;top: calc(50% - 12px);color: #c4261d;font-weight: bold;transition: all 0.3s;transform: rotate(-90deg);font-size: 12px;}
#frame6 dl>dd{font-size:16px;line-height:24px;overflow:hidden;transition:all 0.3s;position:relative;height:0;color:#c5c4c4;padding-top: 0;}
#frame6 dl.active{margin-bottom: 0;}
#frame6 dl.active>dt:after{transform: none;}
#frame6 dl.active>dt p{color: #fff;}
#frame6 dl.active>dd{height:auto;padding-top: 10px;}
#frame6 dl:hover {}
#frame6 dl:hover dt{color: #c4261d;}
#frame6 .viewmore{background: #fff;color: #333;border-radius: 0;padding: 12px 0px 12px 30px;display: inline-flex;}
#frame6 .viewmore i{margin-left: 40px;}
#frame6 .viewmore::after{height: 54px;}
@media (min-width:992px) and (max-width:1229px) {
    #frame6 .left{width: 70%;}
}
@media (min-width:768px) and (max-width:991px){
    #frame6 .left{width: 75%;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame6{margin-bottom: 0;}
    #frame6 .left{width: 100%;padding: 15px;}
    #frame6 .left .list dl{padding:  15px 5px;}
    #frame6 dl>dt:after{right: 00px;}
    #frame6 .viewmore{line-height: 30px;padding: 5px 0 5px 15px;}
    #frame6 .viewmore i{margin-left: 10px;}
    #frame6 .viewmore::after{height: 40px;}
}

.feedbackbox{}
.feedbackbox li{width:100%;overflow:hidden;display:flex;margin:0 0 25px;}
.feedbackbox li.border{border:2px solid #f4f4f4;}
.feedbackbox .half{width:48.5%;}
.feedbackbox .input{background-color:#eee;padding:5px 10px;height:50px;margin:0;font-size:16px;width:100%;}
.feedbackbox .input:focus{box-shadow:none;}
.feedbackbox textarea.input{height:160px;resize:none;}
.feedbackbox .btnli{display:block;width:100%;margin-bottom:0;}
.feedbackbox .btnli .morelink{text-transform:uppercase;min-width:160px;text-align:center;}
.feedbackbox .btnli .morelink:hover{}
@media (min-width:992px) and (max-width:1229px){
    .feedbackbox .btnli{margin-top:0;}
}
@media (min-width:768px) and (max-width:991px){
    .feedbackbox .btnli{margin-top:0;}
    .feedbackbox .input{height:45px;}
}
@media (min-width:1px) and (max-width:767px){
    .feedbackbox .half{width:100%;margin:0 0 15px;}
    .feedbackbox .input{height:40px;}
    .feedbackbox .btnli{margin-top:0;}
}

footer{background-color:#f6f6f7;padding-top:60px;position: relative;}
footer .footinfo{text-align:center;margin-bottom:50px;}
footer .footinfo p{font-size:18px;line-height:30px;color:#8e8e8e;margin-bottom:20px;}
footer .gotop{position: absolute;display: inline-block;width: 60px;line-height: 60px;height: 60px;color: #848c97;font-size: 24px;right: 175px;bottom:150px ;border-radius: 50%;background: #2f3b4c;text-align: center;}
footer .gotop:hover{color: #fff;background: #c4261d;}
#fck1{width:110px;margin:0;}
#fck2{width:300px;margin:0;}
#fck3{width:360px;margin:0;}
#fck4{width:320px;margin:0;}
#language{padding:10px 0px; text-align:center;background-color:#fff;}
#language ul li {margin:0;display:inline-block;}
#language ul li a{font-size:14px; line-height:2em;}
#language ul li a img{margin-top:5px;}
#language ul li a span{font-size:14px; line-height:2em;}

footer .top{margin-bottom: 90px;}
footer .top .left{margin: auto 0;display: inline-flex;}
footer .top .left .lang{line-height: 40px;margin-left: 50px;padding-left: 55px;border-left: 1px solid #a3a8ad;}
footer .top .left .lang>a{text-transform: uppercase;color: #a3a8ad;display: inline-flex;}
footer .top .left .lang>a i{font-size: 20px;margin-right: 5px;}
footer .list{padding-bottom:50px;}
footer dl dt{font-size:24px;line-height:30px;margin-bottom:25px;position:relative;display: none;}
footer dl dd{font-size:16px;line-height:40px;position:relative;margin-bottom:0px;display: flex;color: #333;}
footer dl dd>a{font-size:16px;line-height:40px;display:inline-flex;color: #333;}
footer dl dd>a:hover{color: #c4261d;}
footer dl dd span{display: inline-block;}
footer dl dd>a:hover{}
footer dl dd em{width: 5px;height: 5px;margin:auto 15px auto 0;background: #c4261d;display: inline-block;}
#fck3 dl dd i{font-size: 20px;color: #c4261d;margin-right: 10px;}

#fck4 dl dd{margin-right: 10px;font-size: 20px;line-height: 36px;margin-bottom: 30px;}
#fck4 dl dd .input,#fck4 dl dd .textarea{background: #fff;padding: 5px 25px;resize: none;}
#fck4 dl dd.inputgroup{margin-bottom: 10px;}
#fck4 dl dd .textarea{height: 60px;margin-bottom: 20px;width:100%;}
#fck4 dl dd .morelink{border-radius: 0;background: #c4261d;padding: 5px 0 5px 20px;z-index: 1;display: inline-flex;min-width: 0;transition:all .3s}
#fck4 dl dd .morelink span{z-index: 1;position: relative;}
#fck4 dl dd .morelink::after{background: #c4261d;z-index: 0;height: 40px;}
#fck4 dl dd .morelink:hover,#fck4 dl dd .morelink:hover::after{background:#000;}
.foot_by{border-top: 2px dotted #a3a8ad;}
.foot_by .top {padding: 20px 0;}
.foot_by .top ul li a{color: #000;margin-right: 55px;line-height: 40px;}
.foot_by .top ul li a:hover{color: #c4261d;}
.foot_by .top .right .show_icon{margin-right: 10px;}
.foot_by .top .right .show_icon i:before,.foot_by .top .right .show_icon i::after{box-shadow:0 0 0 0 rgba(18, 98, 163,60%)}
.foot_by .top .right h3{font-size: 32px;font-style: italic;margin-right: 5px;line-height: 40px;}
.foot_by{overflow:hidden;text-align:center;padding-top:10px;padding-bottom:10px;}
.foot_by .footdiv{font-size:15px; line-height:30px;margin:0;display:inline-block;}
.foot_by .footdiv a{display:inline-block; font-size:15px; line-height:30px;}
.foot_by .footdiv.fl{text-align:left;float:left;}
.foot_by .footdiv.fr{text-align:right;float:right;}
.foot_by .footdiv a:hover{text-decoration:underline;color:#c4261d;}
footer .language{padding: 30px 0 10px;}
footer .language ul li{margin-bottom: 10px;}
footer .language ul li img{width: 35px;margin-right: 10px;margin: auto 10px auto 0;}
footer .language ul li a{margin-right: 20px;display: inline-flex;}
footer .language ul li a span{color: #a3a8ad;font-family:Montserrat-Light,Arial,Verdana,Tahoma, Geneva,sans-serif;}
@media (min-width:992px){
    footer .language ul{justify-content: space-between;}
}

.footshare{text-align:center;margin: auto 0;}
.footshare>a{text-align:center;display:inline-block;margin-right:5px;width: 75px;height: 75px;line-height: 75px;text-align: center;background: #ebebeb;position:relative;}
.footshare>a .code{display:none;position:absolute;background:#fff;right:0;bottom:100%;padding:0;height:150px;width:150px;transition:all 0.5s linear;z-index:1}
.footshare>a:last-child{margin-right: 0;}
.footshare>a>i{font-size:24px;text-align:center;display:inline-block;color: #c4261d;}
.footshare>a.ico_youtube:hover{background-color:#ef2638;}
.footshare>a.ico_linkedin:hover{background-color:#0b66c1;}
.footshare>a.ico_facebook:hover{background-color:#3a59a3;}
.footshare>a.ico_twitter:hover{background-color:#000;}
.footshare>a.ico_instagram:hover{background-color:#d13e79;}
.footshare>a.ico_skype:hover{background-color:#01aef0;}
.footshare>a.ico_wechat:hover{background-color:#13c939;}
.footshare>a.ico_wechat:hover .code{display:block;}
.footshare>a.ico_tiktok:hover{background-color:#000;}
.footshare>a.ico_whatsapp:hover{background-color:#21a937;}
.footshare>a:hover>i{color: #fff;}
@media (min-width:992px) and (max-width:1229px) {
    #language ul li a span{line-height:1;display:block;margin-top:3px;}
    #language ul li a img{display:block;margin:0 auto;}
    #friendlist{margin-bottom:15px;}
    #friendlist a{margin-left:30px;}
    
    .foot_by{}
    .foot_by .footdiv{font-size:14px;}
    .foot_by .footdiv.fl{width:auto;}
    .foot_by .footdiv a{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    footer{padding-top:80px;}

    
    footer dl dt{}
    footer dl dd{}
    footer dl dd>a{}
    
    #language ul li a span{line-height:1;display:block;margin-top:3px;font-size:12px;}
    #language ul li a img{display:block;margin:0 auto;}
    
    #friendlist{margin-bottom:10px;}
    #friendlist a{margin-left:15px;}
    
    .foot_by{}
    .foot_by .footdiv{font-size:13px;}
    .foot_by .footdiv a{font-size:13px;}
    .foot_by .footdiv.fl{}
    .foot_by .footdiv.fr{margin:0;text-align:left;}
    .foot_by .footdiv.fr .flink{height:30px;line-height:28px;}
}
@media (min-width:1px) and (max-width:767px) {
    footer .gotop{display: none;}
    footer{padding-top:20px;padding-bottom:50px;}
    footer .footinfo p{font-size:16px;line-height:1.5;}
    
    .footmenu{border-radius:0;padding:0;justify-content:flex-start;}
    
    #fck1{width:100%;margin-bottom:10px;}
    #fck2{width:100%;margin-bottom:10px;}
    #fck3{width:100%;margin-bottom:10px;}
    #fck4{width:100%;margin-bottom:10px;}
    
    #fck1 dl dd{line-height:1.5;}
    #fck1 dl dd.footshare{margin-top: 10px;}

    #fck4 dl dd:nth-child(2){display: none !important;}
    #language{padding:6px 0;}
    #language ul{flex-wrap:wrap;}
    #language ul li{width:20%;}
    #language ul li a img{display:block;margin:0 auto;}
    #language ul li a span{font-size:12px;}

    footer .top{margin-bottom: 20px;}
    footer .top .left{margin-bottom: 15px;}
    .footshare>a{margin-right:8px;width: 50px;height: 50px;line-height: 50px;}

    footer dl{margin-bottom:0;}
    footer dl dt{font-size:16px;margin-bottom:0;padding-bottom:0px;display: block;}
    footer dl dt::after{content:"\e8f2";font-family:iconfont;margin-left:10px;font-size:16px;display:inline-block;}/*transform:rotate(90deg);*/
    footer dl dd{display:none;font-size:14px;line-height:1.5;}
    footer dl dd>a{font-size:14px;line-height: 20px;}
    footer dl dd p{font-size:12px;}
    footer dl.catelist dd>a{font-size:12px;}
    .foot_by{}
    .foot_by .footdiv{display:block;text-align:center;font-size:12px;line-height:1.5;width:100%;padding:5px 0;}
    .foot_by .footdiv a{font-size:12px;line-height:1.5}
    .foot_by .footdiv.fr{float:none;text-align:center;width:100%;}

    .foot_by .footdiv.fl{float:none;padding:5px 0;text-align:center;width:100%;}
    .foot_by .footdiv.fr{float:none;padding:5px 0;text-align:center;width:100%;margin:0}
}

#mobMenu{min-height:50px;border:1px solid #dddddd;position:fixed;bottom:0;width:100%;display:none;z-index:99;background-color:#fff;}
#mobMenu .foot_nav{width:25%;float:left;text-align:center;color: #898989;font-size:14px;}
#mobMenu .foot_nav i{display: block;padding: 3px 0px 0px 0px;font-size:18px;line-height:24px;}
#mobMenu .foot_nav .hamburger{position: inherit;float: none;margin: 0 auto;width:100%;}
@media (min-width:1px) and (max-width:767px) {
    #mobMenu{display:block;}
}

#PageInquiry{position:fixed;right:40px;bottom:100px;background-color:#c4261d;box-shadow:0 0 10px #c4261d;border-radius:5px;cursor:pointer;line-height:40px;padding:0 10px;color:#FFF;font-size:18px;z-index:10}
#PageInquiry>i{font-size:24px;color:#fff;line-height:40px;float:left;margin-right:10px;}

#float{position:fixed;right:0;top:50%;margin-top:-60px;z-index:55;}
#float .ico{display:block;width:60px;height:60px;text-align:center;background:#c4261d;position:relative;cursor:pointer;margin-bottom:5px;}
#float .ico>i{font-size:30px;line-height:60px;display:block;color:#fff;}
#float .ico>.img{position:absolute;right:60px;width:140px;top:0;display:none;background-color:#fff;box-shadow:0 0 5px #b0b0b0;}
#float .ico>.img>img{width:100%;}
#float .ico:hover>.img{display:block;}
#float .ico.btninquy i{animation: blink 1s infinite;}
#float .ico>i.ico-whatsapp{background: #21a937;}
@media (min-width:1px) and (max-width:991px){
   #float .ico{width:40px;height:40px;}
    #float .ico>i{font-size:20px;line-height:40px}
    #float .ico>.img{right:40px;}
}
@keyframes blink {
    0% {
        opacity: 1;
        color: #fff
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 0
    }
}

#floatForm{position:fixed;right:0;bottom:0;z-index:999; transition: all 0.35s;}
#floatForm[typeof='close']{ transform: translateY(100%);}
#floatForm[typeof='open']{ transform: translateY(0);}
#floatForm .contactTop{ overflow: hidden; display: flex; justify-content: space-between; margin-left: -20px; margin-top: -30px; position: relative; height: 75px; margin-bottom: 20px; align-items: center;}
#floatForm .contactTop:before{position:absolute;top:0;left:0;width:0;height:0;border-color:#c4261d 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 #c4261d; background: #fff; display: flex; align-items: center; justify-content: center;}
#floatForm .contactTop .contactLogo img{ max-width: inherit; width: 40px; height: auto; margin-left: 0;}
#floatForm .contactForm{width:90%;max-width:380px;z-index:1; padding:30px 20px;background-color:#f3f3f3;border:1px solid #d5d5d5; overflow: hidden; border-radius: 10px;}
#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; box-sizing: border-box;}
#floatForm .contactForm .submit{padding:10px 20px;min-width:120px;font-size:16px;border:1px solid #c4261d;background-color:#c4261d;text-align:center;color:#fff;border-radius:5px;display:inline-block; height: auto;}
#floatForm .contactForm .submit:hover{}



/*共用*/
#PageMenu{box-shadow: 0 0 32px rgba(4, 0, 0, 0.08);}
#PageMenu a{display: inline-block;margin-right: 90px;padding: 25px 0;font-family:AlibabaPuHuiTi-3-85-Bold,Arial,Verdana, Tahoma, Geneva,  sans-serif ;position: relative;text-transform: capitalize;line-height: 25px;}
#PageMenu a::after{content:"";width: 0%;height: 2px;background: #c4261d;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);transition: all 0.3s;}
#PageMenu a:hover::after,#PageMenu a.active::after{width: 90%;}
#Location{width:100%;padding-top:20px;padding-bottom:20px;position: relative;display: none;}
#Location.plocation{margin-top: 0;background: #f8f8f7;border-bottom: 1px solid #e0e0e0;}
#Location.plocation .location a{color: #828282;}
#Location.plocation .location span{color: #303030;}
#Location.plocation .location:before{color: #828282;}
#Location .location{display: none;}
#Location .location:before{content:"\e600";font-family:iconfont;font-size:20px;vertical-align:top;line-height:30px;margin-right:10px;color: #fff;}
#Location .location a{display:inline-block;font-size:20px;line-height:30px;color:#fff;}
#Location .location a:not(:last-child)::after{content:">";margin:0 5px;vertical-align:top;font-family: Arial, Helvetica, sans-serif;}
#Location .location a:last-child{}
#Location .location a:hover{color:#c4261d;}
#Location .location span{display:inline-block;font-size:20px;line-height:30px;color:#fff;}
@media (min-width:992px) and (max-width:1229px) {
    #Location{}
    #Location .location a{font-size:15px;}
    #Location .location span{font-size:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #PageMenu a{margin-right: 60px;padding: 15px 0;}
    #Location .location{}
    #Location .location a{font-size:14px;line-height:18px;}
    #Location .location a:first-child:before{font-size:16px;}
    #Location .location span{font-size:14px;line-height:18px;}
}
@media (min-width:1px) and (max-width:767px) {
    #PageMenu a{margin-right: 30px;padding: 10px 0;}
    #Location .location a{font-size:13px;line-height:18px;}
    #Location .location a:first-child:before{font-size:16px;}
    #Location .location span{font-size:13px;line-height:18px;}
}

/*左侧菜单*/
#left_nav{width:340px;}
#left_nav dl{overflow:hidden;margin-bottom:30px;}
#left_nav dl>dt{padding:15px 25px;font-size:22px;line-height:30px;position:relative;background-color:#f4f4f4;margin-bottom:30px;}
#left_nav dl>dt>i{display:inline-block;font-size:27px;line-height:30px;margin-right:8px;vertical-align:top;color: #c4261d;}
#left_nav dl>dd{position:relative;cursor:pointer;padding-left:25px;background-color:#f4f4f4;padding:0 40px;}
#left_nav dl>dd:nth-child(2){padding-top: 25px;}
#left_nav dl>dd:last-child{padding-bottom: 40px;}
#left_nav dl>dd:last-child a{border-bottom: none;}
#left_nav dl>dd>a{display:block;font-size:19px;line-height:30px;position:relative;padding:10px 0;border-bottom: 1px solid #b2b2b2;color: #3e3d3d;}
#left_nav dl>dd>i{position:absolute;right:40px;top:10px;display:inline-block;width:30px;height:30px;text-align:center;}
#left_nav dl>dd:nth-child(2) i{top: 35px;}
#left_nav dl>dd>i:before{content:"\e600";;font-size:12px;line-height:30px;width:30px;height:30px;display:block;transform: rotate(-90deg);color: #7b7b7b;}
#left_nav dl>dd.active>a,#left_nav dl>dd:hover>a{color:#c4261d;}
#left_nav dl>dd.active>i::before,#left_nav dl>dd:hover>i::before{transform:none;}
#left_nav dl>dd ul{transition:all 0s;margin-top:8px;display:none;}
#left_nav dl>dd.active>ul{display:block;}
#left_nav dl>dd ul>li{padding:10px 0 10px 0;}
#left_nav dl>dd ul>li>a{display:block;font-size:16px;line-height:24px;position:relative;padding:0 0 0 20px;color:#8a8a8a;}
#left_nav dl>dd ul>li>a:before{content:"";width:2px;height:2px;background-color:#8a8a8a;position:absolute;left:10px;top:11px;border-radius: 50%;}
#left_nav dl>dd ul>li.active>a,#left_nav dl>dd ul>li:hover>a{color:#c4261d;}
#left_nav dl>dd ul>li.active>ul{display:block;}
#left_nav dl>dd ul>li>ul.catelist{padding:0 20px 0 ;}
#left_nav dl>dd ul>li>ul.catelist>li>a{display:block;border-bottom:1px solid #d5d5d5;padding-left:8px;font-size:14px;}
@media (min-width:992px) and (max-width:1229px) {
    #left_nav{width:30%;padding-right:20px;}
    #left_nav dl{}
    #left_nav dl>dt{padding:15px 5px 15px 15px;font-size:22px;}
    #left_nav dl>dd{padding:0 15px}
    #left_nav dl>dd:before{height:40px;}
    #left_nav dl>dd>a{font-size:15px;padding:10px 0;}
    #left_nav dl>dd ul>li{padding:10px 0 10px 0;}
    #left_nav dl>dd ul>li>a{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    .left_box{width:100%;}
    #left_nav{width:100%;padding-right:0;padding-left:0;margin-bottom:20px;}
    #left_nav dl{padding:0;border-left:none;margin-bottom:0;}
    #left_nav dl::before{}
    #left_nav dl>dt{padding:10px 10px 10px 15px;font-size:18px;display:block;}
    #left_nav dl>dt:after{content:"\e9e1";font-family:iconfont;float:right;position:absolute;border:none;top:5px;width:40px;height:40px;line-height:40px;right:0;text-align:center;transform:rotate(90deg)}
    #left_nav dl>dd{display:none;padding-left:15px;margin-bottom:20px;}
    #left_nav dl>dd:before{height:40px;}
    #left_nav dl>dd>a{font-size:15px;padding:5px 0;}
    #left_nav dl>dd ul>li{padding:10px 0 10px 0;}
    #left_nav dl>dd ul>li>a{font-size:14px;}

    #left_nav .contacts{display: none;}
}
@media (min-width:1px) and (max-width:767px) {   
    .left_box{width:100%;}
    #left_nav{width:100%;padding-right:0;padding-left:0;margin-bottom:20px;}
    #left_nav dl{padding:0;border-left:none;margin-bottom:0;}
    #left_nav dl::before{}
    #left_nav dl>dt{padding:10px 10px 10px 15px;font-size:18px;display:block;}
    #left_nav dl>dt:after{content:"\e9e1";font-family:iconfont;float:right;position:relative;border:none;top:0;width:30px;height:30px;line-height:30px;right:0;text-align:center;transform:rotate(90deg)}
    #left_nav dl>dd{display:none;padding-left:15px;margin-bottom:20px;}
    #left_nav dl>dd:before{height:40px;}
    #left_nav dl>dd>a{font-size:15px;padding:5px 0;}
    #left_nav dl>dd ul>li{padding:10px 0 10px 0;}
    #left_nav dl>dd ul>li>a{font-size:14px;}
    #left_nav .contacts{display: none;}
}

#left_nav .contacts{padding: 10px;background-color: #f4f4f4;}
#left_nav .contacts .img{text-align: center;}
#left_nav .contacts .txt{padding: 15px;}
#left_nav .contacts .txt .item{display: flex;flex-wrap: nowrap;line-height: 34px;color: #333;}
#left_nav .contacts .txt .item i{font-size: 20px;color: #c4261d ;margin-right: 10px;}
#left_nav .contacts .txt .item a{color: #333;}
#left_nav .contacts .txt .item a:hover{color: #c4261d;}
#left_nav .LeftProduct{margin-top:40px;}
#left_nav .LeftProduct h2{padding:10px 25px;font-size:22px;line-height:40px;position:relative;margin-bottom:10px;background: #ededed;text-transform: capitalize;}
#left_nav .LeftProduct h2 i{font-size: 32px;margin-right: 20px;line-height: 40px;}
#left_nav .LeftProduct .list{padding:35px 50px 20px;position:relative;}
#left_nav .LeftProduct .list .item .pic{border:1px solid #ddd;}
#left_nav .LeftProduct .list .item h3{font-size:16px;line-height:24px;color:#232323;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:AlibabaPuHuiTi-3-55-Regular,Arial, Helvetica, sans-serif;margin-top:15px;text-align:center;}
#left_nav .LeftProduct .swbtn{position:absolute;top:calc(50% - 30px);z-index:2;height:60px;line-height:60px;background-color:#dedede;}
#left_nav .LeftProduct .swbtn>i{display:block;width:25px;font-size:20px;color:#fff;text-align:center;}
#left_nav .LeftProduct .swbtn:hover>i{background-color:#c4261d;}
#left_nav .LeftProduct .swbtn.btn-prev{left:13px;}
#left_nav .LeftProduct .swbtn.btn-next{right:13px;;}
#left_nav .LeftProduct .swbtn.btn-prev i{transform: rotate(90deg);}
#left_nav .LeftProduct .swbtn.btn-next i{transform: rotate(-90deg);}
@media (min-width:992px) and (max-width:1229px) {
    #left_nav .LeftProduct h2{padding:15px;font-size:20px;}
    #left_nav .LeftProduct .list{padding:20px 20px 20px;}
    #left_nav .LeftProduct .swbtn{top:calc(50% - 30px);}
    #left_nav .LeftProduct .swbtn.btn-prev{left:20px;}
    #left_nav .LeftProduct .swbtn.btn-next{right:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #left_nav .LeftProduct{display:none;}
}
@media (min-width:1px) and (max-width:767px) {
    #left_nav .LeftProduct{display:none;}
}



#right_nav{width:74%;max-width: 1075px;}
@media (min-width:992px) and (max-width:1429px) {
    #right_nav{width:70%;}
}
@media (min-width:768px) and (max-width:991px) {
    #right_nav{width:100%;}
}
@media (min-width:1px) and (max-width:767px) {
    #right_nav{width:100%;}
}

.pageTitle{margin-bottom:50px;padding-bottom:30px;position:relative;}
.pageTitle:before{content:"";width:200%;height:1px;background-color:#efefef;position:absolute;left:-50%;bottom:0;}
.pageTitle h2{display:inline-block;font-size:38px;line-height:50px;vertical-align:top;margin-right:20px;}
.pageTitle h2 i{display:inline-block;font-size:38px;line-height:50px;vertical-align:top;margin-right:10px;}
.pageTitle p{display:inline-block;font-size:16px;line-height:24px;margin-top:20px;vertical-align:top;color:#888;}
.pageTitle p em{display:inline-block;font-style:initial;color:red;}
@media (min-width:1px) and (max-width:767px) {
    .pageTitle{padding-bottom:10px;margin-bottom:20px;}
    .pageTitle h2{font-size:24px;}
    .pageTitle p{font-size:14px;margin-top:0;display:block;}
}

.show_icon{display: inline-block;}
.show_icon i{background: #fff;border-radius: 50%;width: 40px;height: 40px;line-height: 40px;color: #c4261d;display: block;text-align: center;font-size: 21px;margin:0 auto;position: relative;}
.show_icon i::after,.show_icon i::before{position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    -webkit-animation: play 3s infinite;
    animation: play 3s infinite;
}
.show_icon i:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.show_icon i:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
/*关于我们*/
#aboutframe{}
#ab_info{overflow: visible;background: url("/Template/Default/images/aboutus.png.webp") no-repeat left -95%;padding-bottom: 90px;}
#ab_info .flex_between{position: relative;}
#ab_info .left{width: 47%;position: relative;max-width: 735px;}
#ab_info .left .title{margin-bottom: 30px;}
#ab_info .left .title h2{margin-bottom: 20px;}
#ab_info .left .title h3{font-size: 72px;line-height: 1;margin-bottom: 35px;}
#ab_info .left .title .line{margin-bottom: 35px;}
#ab_info .left .content span{color: #c4261d;}
#ab_info .right{width: 47%;}
#ab_info .right img{width: 100%;object-fit:cover ;}
#ab_info .content{font-size:16px;line-height:30px;color:#888;}

#ab_info .numlist{margin-top: 65px;}
#ab_info .numlist .item{background: #f7f7f7;}
#aboutframe #frame5{padding-top:80px;}
@media (min-width:992px) and (max-width:1229px) {
    #ab_info .content{font-size:16px;line-height:1.8;}
}
@media (min-width:768px) and (max-width:991px){
    #ab_info .right,#ab_info .left{margin: 0;}
    #ab_info .right{display: none;}
    #ab_info .left{width: 100%;}
    #ab_info .content{font-size:14px;line-height:1.8;}
    #ab_info .left .title h3{font-size: 48px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ab_info .left,#ab_info .right{margin: 0;}
    #ab_info .left{width: 100%;padding: 15px;}
    #ab_info .right{width: 100%;}
    #ab_info .content{font-size:14px;line-height:1.8;margin-bottom: 10px;}
    #ab_info .left .title {margin-bottom: 10px;}
    #ab_info .left .title h2{margin-bottom: 10px;font-size: 14px;}
    #ab_info .left .title h3{font-size: 36px;margin-bottom: 10px;}
    #ab_info .left .title .line{margin-bottom: 10px;}
    #ab_info .numlist{margin-top: 10px;}
    #ab_info .numlist .item:nth-child(2n){margin-right: 0;}
}

#core{position: relative;}
#core .item{width: calc((100% - 60px)/3);background: #f4f4f5;padding: 40px 30px;}
#core .item i{font-size: 75px;color: #c4261d;line-height: 1;margin-bottom: 25px;display: block;position: relative;z-index: 1;}
#core .item i::before{content: "";width: 50px;height: 50px;border-radius: 50%;background: #fff;z-index: 0;position: absolute;left: 30px;top: 20px;}
#core .item:nth-child(1) i::after{content: "\e691";display: block;position: relative;z-index: 1;}
#core .item:nth-child(2) i::after{content: "\e611";display: block;position: relative;z-index: 1;}
#core .item:nth-child(3) i::after{content: "\e621";display: block;position: relative;z-index: 1;}
#core .item h5{font-size: 27px;line-height: 1;margin-bottom: 30px;}
#core .item p{line-height: 26px;color: #7b7b7b;}
@media (min-width:768px) and (max-width:991px){

    #ab_info .content{font-size:14px;line-height:1.8;}
    #ab_info .tit h2{font-size:28px;}
}
@media (min-width:1px) and (max-width:767px) {

    #core .item{width: 100%;margin-bottom: 10px;padding: 15px;}
    #core .item i{font-size: 30px;}
    #core .item i::before{display: none;margin-bottom: 10px;}
    #core .item h5{font-size: 24px;margin-bottom: 15px;}
}

#Historyframe{padding-bottom: 30px;}
.HistoryList{position: relative;justify-content: space-between;flex-wrap: wrap;flex-direction: row-reverse;display: flex;}
.HistoryList .item{width:100%;position:relative;cursor:pointer;}
.HistoryList .item:nth-child(2n){text-align:right;padding-right:8%;margin-right:50%;}
.HistoryList .item:nth-child(2n+1){text-align:left;padding-left:8%;margin-left:50%;}
.HistoryList .item .circle{width:34px;height:34px;background-color:#fff;border:1px solid #c4261d;position:absolute;border-radius:50%;top:1px;box-sizing:border-box;transition:all 0.6s;z-index:2;}
.HistoryList .item .circle:before{content:"";width:14px;height:14px;background-color:#c4261d;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;transition:all 0.6s;}
.HistoryList .item:nth-child(2n+1) .circle::after{content: "";position: absolute;width: 0;height: 0;border-left: 5px solid #c4261d;border-top: 5px solid transparent;border-bottom: 5px solid transparent;left: 32px;top:50%;transform: translateY(-50%);}
.HistoryList .item:nth-child(2n) .circle::after{content: "";position: absolute;width: 0;height: 0;border-right: 5px solid #c4261d;border-top: 5px solid transparent;border-bottom: 5px solid transparent;right: 32px;top:50%;transform: translateY(-50%);}
.HistoryList .item:nth-child(2n) .circle{right:-17px;}
.HistoryList .item:nth-child(2n+1) .circle{left:-17px;}
.HistoryList .item:after{content:"";width:2px;height:100%;background-color:#ddd;position:absolute;top:10px;transition:all 0.6s;z-index:0;}
.HistoryList .item:before{content:"";width:2px;height:0;background-color:#ddd;position:absolute;top:10px;transition:all 0.6s;z-index:1;}
.HistoryList .item:nth-child(2n):after{right:-1px;}
.HistoryList .item:nth-child(2n+1):after{left:-1px;}
.HistoryList .item:nth-child(2n):before{right:-1px;}
.HistoryList .item:nth-child(2n+1):before{left:-1px;}
.HistoryList .item.active:before{height:100%;background-color:#c4261d;}

.HistoryList .item .pic img{max-width: 200px;max-height: 150px;}

.HistoryList .item h4{font-size:24px;line-height:1;}
.HistoryList .item p{font-size:16px;line-height:26px;color:#343434;margin-top:30px;padding: 30px 35px;background: #f0f0f0;position: relative;margin-bottom: 30px;}
.HistoryList .item:nth-child(2n+1) p::before{content: "";position: absolute;border-bottom: 10px solid #f0f0f0;border-right: 10px solid transparent;border-left: 10px solid transparent;top: -10px;left: 20px;}
.HistoryList .item:nth-child(2n) p::before{content: "";position: absolute;border-bottom: 10px solid #f0f0f0;border-right: 10px solid transparent;border-left: 10px solid transparent;top: -10px;right: 20px;}
.HistoryList .item:nth-child(2n+1) .pic{top: 0;position: absolute;left: -250px;}
.HistoryList .item:nth-child(2n) .pic{top: 0;position: absolute;right: -250px;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
}
@media (min-width:1px) and (max-width:767px) {
    
    .HistoryList .item{padding-bottom:20px;}
    .HistoryList .item h3{font-size:30px;}
    .HistoryList .item p{font-size:14px;line-height:1.5;}
    .HistoryList .item:nth-child(2n){margin-left:2%;padding-left:20px;margin-right:0;padding-right:0;text-align:left;}
    .HistoryList .item:nth-child(2n)::after{left:-1px;right:initial;}
    .HistoryList .item:nth-child(2n)::before{left:-1px;right:initial;}
    .HistoryList .item:nth-child(2n+1){margin-left:2%;padding-left:20px;padding-right:0;}

    .HistoryList .item .circle{width:30px;height:30px;}
    .HistoryList .item:nth-child(2n) .circle{left:-15px;right:initial;}
    .HistoryList .item:nth-child(2n+1) .circle{left:-15px;}
    .HistoryList .item:nth-child(2n+1) .pic{position: initial;}
    .HistoryList .item:nth-child(2n) .pic{position: initial;}
}

#history{background: url("/Template/Default/images/history.jpg.webp") no-repeat center;height: 780px;}
#history .title{margin-bottom:75px;}
#history .title h2,#history .title h3{color: #fff;}
#history .title .morelink{border: 1px solid #fff;background: transparent;border-radius: 0;text-transform: capitalize;margin: 0 0 auto;}
#history .title .morelink i{margin-left: 30px;}
#history .list{position:relative;position: relative;height: 400px;}
#history .swiper-slide{max-width: 160px;width:100%;position: absolute;}
#history .item{text-align: left;}
#history .item .img img{object-fit: cover;margin: 0;}
#history .item h4{font-size:24px;line-height:1;margin: 20px 0 10px;color: #fff;font-family: AlibabaPuHuiTi-3-55-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#history .item  p{color: #fff;font-size: 14px;line-height: 26px;}
#history .item:hover h4{color:#c4261d;}
#history .item:hover p{color:#c4261d;}
#history .btnlist{width: 50%;display: flex;justify-content: flex-end;background:#c4261d url("/Template/Default/images/history.jpg.webp") no-repeat;background-size:cover ;}
#history .btnlist .swbtn{width:60px;height:60px;line-height:60px;text-align:center;background-color:#fff;color:#c4261d;}
#history .btnlist .swbtn i{font-size: 24px;}
#history .btnlist .swbtn.btn-prev{}
#history .btnlist .swbtn.btn-next{transform: rotate(180deg);}
#history .btnlist .swbtn:hover{background-color:#c4261d;color: #fff;}

#history .swiper-slide:nth-child(1){left: 40px;top: -20px;}
#history .swiper-slide:nth-child(2){left: 310px;top:-60px;}
#history .swiper-slide:nth-child(3){left: 556px;top: -50px;}
#history .swiper-slide:nth-child(4){left: 776px;top: -120px;}
#history .swiper-slide:nth-child(5){left: 1005px;top: -160px;max-width: 160px;}
#history .swiper-slide:nth-child(6){left: 1090px;top: 130px;}
#history .swiper-slide:nth-child(7){left: 1330px;top: 40px;}

#workshop{background: #fff;padding-top: 75px;padding-bottom: 85px;}
#workshop .title{margin-bottom: 50px;}
#workshop .title p{max-width: 590px;margin: 0 auto;}
#workshop .list{position:relative;margin-bottom: 40px;}
#workshop .list .item{width:calc((100% - 90px)/4);margin:0 30px 30px 0;position: relative;z-index: 1;}
#workshop .list .item:nth-child(4n){margin-right:0;}
#workshop .list .item img{width:100%;}
#workshop .list .item .txt{background: #f4f4f4;text-align: center;padding: 20px 0;display: none;}
#workshop .list .item .txt p{font-size: 18px;line-height: 30px;text-transform: capitalize;}
#workshop .btnlist{text-align: center;}
#workshop .viewmore{border-radius: 0;background: #c4261d;color: #fff;text-transform: capitalize;padding: 5px 30px;padding-right: 0;display: inline-flex;transition: all 0.3s;}
#workshop .viewmore i{position: relative;z-index: 1;margin-left: 35px;}
#workshop .viewmore::after{z-index: 0;background: #c4261d;transition: all 0.3s;}
#workshop .viewmore:hover,#workshop .viewmore:hover::after{background: #000;}

#certificate{background: url("/Template/Default/images/certificate.png.webp") no-repeat;padding-bottom: 70px;padding-top: 85px;}
#certificate .list{position:relative;padding: 10px 60px;overflow: hidden;margin-bottom: 50px;}
#certificate .swiper{padding: 0 35px;overflow: hidden;}
#certificate .item a{padding:20px;background: #fff;display: block;box-shadow: 0 0 19px rgba(0,0,0,0.07);}
#certificate .item h3{text-align:center;padding:10px 0;}
#certificate .swbtn{position:absolute;top:calc(50% - 29px);z-index:2;}
#certificate .swbtn>i{display:block;width:58px;height:58px;line-height:56px;font-size:16px;color:#c4261d;text-align:center;border: 1px solid transparent;}
#certificate .swbtn:hover>i{color: #c4261d;border-color:#c4261d;}
#certificate .swbtn.btn-prev{left: 0;transform: rotate(90deg);}
#certificate .swbtn.btn-next{transform: rotate(-90deg);right: 0;}
#certificate>.container>.btnlist{text-align: center;}
#certificate .viewmore{border-radius: 0;background: #fff;color: #333;text-transform: capitalize;padding: 5px 30px;padding-right: 0;display: inline-flex;transition: all 0.3s;}
#certificate .viewmore i{position: relative;z-index: 1;margin-left: 35px;}
#certificate .viewmore::after{z-index: 0;transition: all 0.3s;}
#certificate .viewmore:hover,#certificate .viewmore:hover::after{background: #c4261d;color: #fff;}
@media (min-width:1230px) and (max-width:1430px) {

    #history{height:auto;background-size:cover}
    #history .list{padding:0 50px;height:300px}
    
    #history .swiper-slide:nth-child(1){left: 7%;top: -20px;}
    #history .swiper-slide:nth-child(2){left: 23.5%;top:-80px;}
    #history .swiper-slide:nth-child(3){left: 38.5%;top: -90px;}
    #history .swiper-slide:nth-child(4){left: 52%;top: -90px;}
    #history .swiper-slide:nth-child(5){left:67%;top: -180px;max-width: 160px;}
    #history .swiper-slide:nth-child(6){left: 72%;top: 95px;}
    #history .swiper-slide:nth-child(7){left: 87%;top: 0;}
    #certificate .list{padding:0 50px;}
    #certificate .list .item{padding:25px;}
    #certificate .list .btnlist .swbtn.btn-prev{left:-5px;}
    #certificate .list .btnlist .swbtn.btn-next{right:-5px;}
}
/*#history .swiper-slide:nth-child(1){left: 20px;top: -20px;}
    #history .swiper-slide:nth-child(2){left: 230px;top:-70px;}
    #history .swiper-slide:nth-child(3){left: 430px;top: -90px;}
    #history .swiper-slide:nth-child(4){left: 620px;top: -90px;}
    #history .swiper-slide:nth-child(5){left: 820px;top: -160px;max-width: 160px;}
    #history .swiper-slide:nth-child(6){left: 720px;top: 200px;}
    #history .swiper-slide:nth-child(7){left: 890px;top: 60px;}*/
@media (min-width:992px) and (max-width:1229px) {
    
    #workshop .title h3{font-size:36px;}
    #history{display:none;}
    #history .title h3{font-size:36px;}
    #history .list{padding:0 50px;}
    #history .btnlist .swbtn.btn-prev{left:0;}
    #history .btnlist .swbtn.btn-next{right:0;}
    
    #certificate .title h2{font-size:36px;}
    #certificate .list{padding:0 50px;}
    #certificate .list .item{padding:15px;}
    #certificate .list .btnlist .swbtn.btn-prev{left:-5px;}
    #certificate .list .btnlist .swbtn.btn-next{right:-5px;}
}
@media (min-width:768px) and (max-width:991px) {


    #workshop .title h3{font-size:36px;}

    #history .title h3{font-size:36px;}
    #history{display:none;}
    #history .list{padding:0 50px;}
    #history .item p{font-size:14px;line-height:18px;}
    #history .item .txt{padding: 15px;}
    #history .item .txt .flex_between{margin-bottom: 10px;}
    #history .item h4{font-size: 24px;line-height: 30px;margin-bottom: 10px;}
    #history .btnlist .swbtn.btn-prev{left:0;}
    #history .btnlist .swbtn.btn-next{right:0;}
    
    #certificate .title h2{font-size:36px;}
    #certificate .list{padding:0 50px;}
    #certificate .list .item{padding:15px;}
    #certificate .list .btnlist .swbtn.btn-prev{left:-5px;}
    #certificate .list .btnlist .swbtn.btn-next{right:-5px;}
}
@media (min-width:1px) and (max-width:767px) {

    #workshop{margin-bottom: 0;}
    #workshop .title h3{font-size:18px;}
    #workshop .title p{font-size:13px;line-height:18px;}
    #workshop .list .item .txt{padding: 5px 0;}
    #workshop .list .item{padding:0 5px 16px;width:50%;margin-right: 0;margin-bottom: 0px;}
    #workshop .item .img h3{margin-top:10px;font-size:16px;}
    #workshop .item .imghvr-zoom-in figcaption{opacity:1;-webkit-transform:scale(1);transform: scale(1);}

    #history{margin-bottom: 0;display: none;}
    #history .title h3{font-size:20px;}
    #history .list{padding:0 ;}
    #history .item .img{display: none;}
    #history .item .txt{width: 100%;padding: 15px;}
    #history .item .txt .flex_between{margin-bottom: 10px;}
    #history .item h4{font-size:16px;line-height: 20px;margin-bottom: 10px;}
    #history .item p{font-size:13px;line-height:18px;}
    #history .btnlist{display: none;}
    
    #certificate .title h3{font-size:20px;}
    #certificate .title p{font-size:13px;line-height:18px;}
    #certificate .list{padding:0 0px;}
    #certificate .swiper{padding: 0;}
    #certificate .list .item{padding:5px;}
    #certificate .list .btnlist .swbtn{width:30px;height:30px;line-height:26px;display: none;}
    #certificate .list .btnlist .swbtn>i{font-size:20px;}
    #certificate .list .btnlist .swbtn.btn-prev{left:-5px;}
    #certificate .list .btnlist .swbtn.btn-next{right:-5px;}


}


#ServicePage{}
#ServicePage .servicebox{overflow:hidden;}
#service{padding-bottom: 0;}
#service .item{margin-bottom: 95px;}
#service .item:nth-child(2n-1){flex-direction: row-reverse;}
#service .item .txt{width: 63%;margin: auto 0;}
#service .item h3{font-size: 30px;line-height: 48px;color: #4c4c4b;margin-bottom: 25px;}
#service .item .line{border-top: 2px dotted #e83138;margin-bottom: 20px;}
#service .item p{color: #7b7b7b;line-height: 32px;}
#service .item .pic{position: relative;width: 33%;}
#service .item .pic::after{width: 100%;position: absolute;padding-top: 85%;content: "";top: 50%;transform: translateY(-50%);z-index: -1;}
#service .item:nth-child(2n-1) .pic::after{background: #f4f4f5;left: -50%;}
#service .item:nth-child(2n) .pic::after{background: #c4261d;right: -50%;}
@media (min-width:992px) and (max-width:1229px) {
    #service .item{padding: 20px 15px;}
    #service .item .pic::after{display: none;}
}
@media (min-width:768px) and (max-width:991px) {
    #service .item{}
    #service .item .pic::after{display: none;}
    #service .item h3{font-size: 30px;line-height: 36px;}
}
@media (min-width:1px) and (max-width:767px) {
    #service .item{width: 100%;margin-right: 0;padding: 15px;margin-bottom: 10px;}
    #service .item h3{font-size: 24px;margin-bottom: 10px;line-height: 1.5;}
    #service .item .pic{width: 100%;text-align: center;}
    #service .item .txt{width: 100%;margin-bottom: 20px;}
    #service .item .pic::after{display: none;}
    #service .item:not(:last-child){margin-right: 0px;}
    #service .item p{line-height: 1.5;}
}

#faq{padding: 50px 0 110px;}
#faq .title h3{text-transform: uppercase;}
#faq dl{transition:all 0.3s;margin-bottom:15px;background: #f4f4f5;}
#faq dl>dt{cursor:pointer;position:relative;padding:7px 120px 7px 10px;font-weight:normal;color:#333;transition: all 0.3s linear;line-height: 40px;font-family: AlibabaPuHuiTi-3-55-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#faq dl>dt::before{content: "\e654";z-index: 0;font-family: iconfont;color: #c4261d;line-height: 40px;width: 40px;display: inline-block;text-align: center;margin-right: 10px;font-size: 24px;}
#faq dl>dt:after{content:"\e600";font-family:iconfont;line-height:24px;position:absolute;right:20px;display:inline-block;transition:all 0.3s;top: calc(50% - 12px);color: #c4261d;font-weight: bold;transition: all 0.3s;transform: rotate(-90deg);font-size: 12px;}
#faq dl>dd{font-size:16px;line-height:24px;overflow:hidden;transition:all 0.3s;padding:0 120px 0 65px;position:relative;height:0;color:#7b7b7b;}
#faq dl.active>dt:after{transform: rotate(0);}
#faq dl.active>dt p{color: #fff;}
#faq dl.active>dd{height:auto;padding:0px 120px 20px 65px;height:auto;}
#faq dl:hover {}
#faq dl:hover dt{color: #c4261d;}
@media (min-width:992px) and (max-width:1229px){
    #faq dl>dt{font-size:16px;}
    #faq dl>dd{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px){
    #faq .tit{margin-bottom:20px;}
    #faq dl{}
    #faq dl>dt{font-size:16px;}
    #faq dl>dd{font-size:14px;line-height:20px;}
}
@media (min-width:1px) and (max-width:767px){
    #faq dl{}
    #faq dl>dt{font-size:14px;line-height:24px;padding:10px 30px 10px 10px}
    #faq dl>dt:before{left:0;}
    #faq dl>dt::after{right:5px;}
    #faq dl>dd{font-size:14px;line-height:24px;padding:0 10px 0 65px;font-size:13px;}
    #faq dl>dt span{padding: 8px;}
    #faq dl>dd:before{left:8px;}
    #faq dl.active>dd{height:auto;padding:10px 10px 10px 65px;}
}
#download{padding:30px 0 50px;}
#download  .title h3{text-transform: capitalize;}
#download .list{background: #f4f4f5;padding: 0 20px 20px;}
#download .item{position: relative;padding: 20px 40px 20px 65px;}
#download .item span{line-height: 23px;}
#download a.item{background: #fff;margin-bottom: 15px;}
#download .item h4{position: absolute;width: 65px;height: 63px;text-align: center;line-height: 63px;left: 0;top: 0;color: #c4261d;}
#download .item span:nth-child(2){padding-left: 30px;width: 40%;max-width: 530px;}
#download .item span:nth-child(3){width: 47%;max-width: 600px;}
#download a.item span:nth-child(2){border-left: 1px solid #dedede;}
#download .item div.icon{position: relative;display: inline-flex;width: 11%;}
#download .item div.icon span{text-decoration: underline;}
#download .item:not(:first-child) div.icon::after{content: "\e6dd";font-family: iconfont;font-size: 28px;color: #d81e06;line-height: 1;}
#download .list ul.pagination{border-top: none;text-align: center;padding-top: 15px;}
#download .item:hover .icon span{color:#c4261d;}
@media (min-width:992px){#download .item:not(:first-child) div.icon::after{margin-left: 30px;}}
@media (min-width:1px) and (max-width:991px){
    #download .item span:nth-child(2){border: 0 !important;padding-left: 0;}
    #download .item{padding: 15px ;}
    #download .item span:nth-child(3){width: 20%;}
    #download .item div.icon{width: 100px;}
    #download .item h4{display: none;}
}
#choose{background: #ebebeb;}
#choose .list .item{width:calc((100% - 10px)/3);text-align:center;background: #fff;margin: 0 5px 5px 0;padding: 70px;}
#choose .list .item:nth-child(3n){margin-right: 0;}
#choose .list .item i{font-size: 60px;line-height: 72px;color: #c4261d;margin: auto 30px auto 0;}
#choose .list .item h4{line-height: 36px;display: inline-block;margin: auto 0;font-size: 24px;width:calc(100% - 125px);text-align: left;}
@media (min-width:768px) and (max-width:991px){
    #choose .list .item{width:calc((100% - 10px)/2);}
    #choose .list .item:nth-child(3n){margin-right: 10px;}
    #choose .list .item:nth-child(2n){margin-right: 0;}
}
@media (min-width:1px) and (max-width:767px){
    #choose .list .item{width:100%;margin-right: 0;padding: 15px;}
}
#map{position:relative;z-index:1;overflow:hidden;width:100%;height:440px;}
@media (min-width:992px) and (max-width:1229px) {
    #map{height:360px;}
}
@media (min-width:768px) and (max-width:991px) {
    #map{height:360px;width:100%;padding:0;}
}
@media (min-width:1px) and (max-width:767px) {
    #map{height:300px;width:100%;padding:0;}
}

/*联系我们*/
#contPage{}
#cont_lxfs{padding-bottom:85px;padding-top: 80px;}
#cont_lxfs .box{background: #f6f6f7 url("/Template/Default/images/contactus.png.webp") no-repeat center 10%;padding: 65px 55px;}
#cont_lxfs .title{text-align: center;margin-bottom: 50px;}
#cont_lxfs .title h3{font-size: 48px;line-height: 68px;margin-bottom: 10px;font-style:normal;}
#cont_lxfs .title h3 span{color: #c4261d;font-style: italic;}
#cont_lxfs .title .line{margin-bottom: 35px;}
#cont_lxfs .list{}
#cont_lxfs .list .item{padding:45px;width: calc((100% - 60px)/3);background: #fff;}
#cont_lxfs .list .item p{font-size: 18px;line-height: 30px;color: #343434;}
#cont_lxfs .list .item i{font-size: 50px;color: #c4261d;margin-bottom:45px;line-height: 1;display: block;position: relative;z-index: 1;}
#cont_lxfs .list .item i::after{width: 50px;height: 50px;border-radius: 50%;background: #f8f8f9;content: "";position: absolute;left: 20px;top: 10px;z-index: -1;}
#cont_lxfs .list .item .line{width: 112px;height: 3px;background: linear-gradient(to right, #c4261d 0,#c4261d 50%,#343434 50%,#343434 100% );margin-bottom: 45px;}
@media (min-width:992px) and (max-width:1229px) {
    #cont_lxfs .contactbox{}
}
@media (min-width:768px) and (max-width:991px){
    #cont_lxfs .list .item{width:calc((100% - 30px)/3);padding:15px;}
    #cont_lxfs .list .item i{font-size:40px;line-height:60px;}
    #cont_lxfs .list .item p{font-size:14px;line-height:1.8;}
}
@media (min-width:1px) and (max-width:767px) {
    #cont_lxfs .box{padding: 15px;}
    #cont_lxfs .title{margin-bottom: 20px;}
    #cont_lxfs .title h3{font-size: 24px;line-height: 30px;}
    #cont_lxfs .contactbox{width:100%;margin-bottom:30px;}
    #cont_lxfs .list .item{width:100%;margin-bottom:15px;padding:15px;}
    #cont_lxfs .list .item .line{margin-bottom: 10px;}
    #cont_lxfs .list .item i{font-size:40px;line-height:60px;margin-bottom:0;}
    #cont_lxfs .list .item p{font-size:14px;line-height:1.8;}
}

#feedback{padding-top:10px;}
#feedback .feedbackbox{}
#feedback  .title{margin-bottom: 60px;}
#feedback .title h3{margin-bottom: 10px;font-style: normal;}
#feedback .title h5{color: #7b7b7b;font-size: 18px;line-height: 1;}
#feedback .line{border-top: 2px dotted #a3a8ad;margin-bottom: 85px;}
#feedback .feedbackbox ul{}
#feedback .feedbackbox li{flex-wrap:wrap;margin-bottom:30px;overflow: visible;}
#feedback .feedbackbox .half{width:49%;}
#feedback .feedbackbox .input{height:70px;line-height:30px;flex:initial;width:100%;padding:20px 30px;font-size:16px;background: #f6f6f7;}
#feedback .feedbackbox li.textarea{margin-bottom:50px;}
#feedback .feedbackbox textarea.input{width:100%;height:140px;}
#feedback .feedbackbox .border{}
#feedback .feedbackbox .btnli{background-color:transparent;padding-left:0;border-radius:0;border:none;text-align: left;}
#feedback .feedbackbox .morelink{text-transform: capitalize;font-size: 18px;line-height: 35px;background: #c4261d;border-radius: 0;font-size: 18px ;display: inline-flex;padding: 10px 15px 10px 30px;transition:all .3s}
#feedback .feedbackbox .morelink i{font-size: 20px;margin-left:30px;}
#feedback .feedbackbox .viewmore::after{background: #c4261d;height: 55px;}
#feedback .feedbackbox .morelink:hover,#feedback .feedbackbox .viewmore:hover::after{background: #f6f6f7;color:#c4261d;}

#feedback .right{width: 35%;background: url("/Template/Default/images/feedback.png.webp") no-repeat;padding: 45px;}
#feedback .right h3{font-size: 27px;line-height: 44px;color: #fff;margin-bottom: 160px;}
#feedback .right p{font-size:32px;line-height: 60px;color: #fff;display: block;font-family: AlibabaPuHuiTi-3-85-Bold,Arial,Verdana, Tahoma, Geneva,  sans-serif;font-style: italic;}
@media (min-width:992px) and (max-width:1229px) {
    #feedback{padding-top:30px;}
    #feedback .feedbackbox{}
    #feedback .content{padding:30px;}
    #feedback .feedbackbox li{margin-bottom:20px;}
    #feedback .feedbackbox .input{height:50px;}
}
@media (min-width:768px) and (max-width:991px) {
    #feedback{width:100%;padding-top:50px;}
    #feedback .right{display: none;}
    #feedback .left{width:100%;margin-bottom:30px;}
    #feedback .feedbackbox .list .item{width: 100%;}
    #feedback .feedbackbox{width:100%;}
    #feedback .content{padding:30px;}
    #feedback .feedbackbox li{margin-bottom:20px;}
    #feedback .feedbackbox .input{height:50px;}
}
@media (min-width:1px) and (max-width:767px) {
    #feedback{width:100%;padding-top:30px;}
    #feedback .line {margin-bottom: 10px;}
    #feedback .title{margin-bottom: 20px;}
    #feedback .feedbackbox{width:100%;}
    #feedback .content{padding:15px;}
    #feedback .feedbackbox .half{width:100%;}
    #feedback .feedbackbox li{margin-bottom:15px;}
    #feedback .feedbackbox .input{height:45px;}
    #feedback .feedbackbox li.textarea{margin-bottom: 20px;}
    #feedback .feedbackbox textarea.input{line-height:30px;}
    #feedback .feedbackbox .list{padding: 15px;}
    #feedback .feedbackbox .list .item{width: 100%;}
    #feedback .feedbackbox .list .item h3{font-size: 18px;}
    #feedback .feedbackbox .list .item p, #feedback .feedbackbox .list .item p a{font-size: 16px;}
    #feedback .feedbackbox .morelink{width: 100%;padding: 10px 30px;justify-content: center;}
}
.map{margin-top:1vw;}

#feedbackpage{padding-bottom:0;}
#feedbackpage .title h2{font-size:31px;}
@media (min-width:992px) and (max-width:1229px) {
    #feedbackpage .title h2{font-size:24px;}
}
@media (min-width:768px) and (max-width:991px) {
    #feedbackpage .title h2{font-size:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #feedbackpage .title h2{font-size:18px;}
}


#pro_feed_show{}
#pro_feed_show label{font-weight:normal;display:inline-block;font-size:16px;line-height:38px;vertical-align:top;margin-bottom:0;color:#8b8b8b;}
#pro_feed_show label>em{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;font-size:20px;color:#ff0000;margin-right:3px;margin-top:3px;font-style:initial;vertical-align:middle;}
#pro_feed_show .form-group{margin-bottom:15px;overflow:hidden;width:100%;box-shadow:none;border:none;padding:5px 10px;border-radius:6px;background-color:#f2f2f2;}
#pro_feed_show .form-group.half{width:49%;margin:0 0 15px;}
#pro_feed_show .form-group .feed_left{float:left;display:block;text-align:right;}
#pro_feed_show .form-group .feed_right{float:left;width:calc(100% - 100px);}
#pro_feed_show .form-group .input-group{display:table;}
#pro_feed_show .form-control{width:100%;line-height:36px;height:38px;padding-left:5px;margin:0;border:none;box-shadow:none;background-color:transparent;}
#pro_feed_show textarea.form-control{padding-top:1px;padding-left:0;resize:none;float:left;border:none;background-color:transparent;box-shadow:none;border-radius:0;overflow:hidden;height:80px;}
#pro_feed_show .form-group.btngroup{border:none;background-color:transparent;margin-top:10px;padding-left:0;margin-bottom:0;}
#pro_feed_show .form-group.btngroup .feed_right{width:100%;}
#pro_feed_show #btn_send{display:block;text-align:center;background-color:#484848;color:#fff;font-size:18px;line-height:30px;padding:10px 60px;position:relative;border-radius:8px;cursor:pointer;text-transform:uppercase;margin-bottom:0;border:0;}
@media (min-width:992px) and (max-width:1229px) {
    #pro_feed_show{}
    #pro_feed_show #btn_send{padding:8px 40px;}
}
@media (min-width:768px) and (max-width:991px) {
    #pro_feed_show{}
    #pro_feed_show #btn_send{padding:6px 70px;}
}
@media (min-width:1px) and (max-width:767px) {
    #pro_feed_show{}
    #pro_feed_show .form-group.half{width:100%;}
    #pro_feed_show .form-group .feed_left{}
    #pro_feed_show .form-group .feed_right{}
    #pro_feed_show label{text-align:left;font-size:14px;}
    #pro_feed_show .form-control{width:100%;}
    #pro_feed_show #btn_send{padding:6px 70px;}
    #pro_feed_show p{font-size:12px;}
}



/*产品中心*/
#ProPage{padding-top:65px;position:relative;}


#ProPage #nform{background: #f4f4f4;padding: 15px;width: calc(100% - 35px);margin-bottom: 50px;display: flex;justify-content: space-between;position: relative;padding-right: 0;}
#ProPage #nform::after{content: "";width: 60px;height: 78px;transform: skew(-30deg);background: #f4f4f4;position: absolute;top: 0;right: -35px;z-index: -1;}
#ProPage #nform input{background:#fff;width: calc(100% - 170px);padding: 12px 20px;}
#ProPage #nform input::placeholder{}
#ProPage #nform #nbut{background: #d82128;border: 0;color: #fff;padding: 12px 00px 12px 20px;line-height: 23px;display: inline-flex;font-size: 18px;position: relative;}
#ProPage #nform #nbut i{font-size: 21px;color: #fff;margin-left: 20px;padding-left: 20px;border-left: 1px solid #fff;position: relative;z-index: 1;}
#ProPage #nform #nbut::after{content: "";width: 30px;height: 48px;transform: skew(-30deg);background: #d82128;position: absolute;top: 0;right: -15px;z-index: 0;}

#ProPage .categorytit{margin-bottom:20px;padding-bottom:20px;}
#ProPage .categorytit h3{font-size:24px;line-height:36px;position:relative;text-transform: uppercase;color: #232323;font-style: italic;}
#ProPage .categorytit h3 span{color: #c4261d;font-style:normal;}
#ProPage .categorytit .flex_between{border-bottom: 1px solid #f8f8f8;}
#ProPage .categorytit p{font-size:16px;line-height:26px;margin-top:10px;color: #8a8a8a;}
#ProPage .categorytit .line{border-top: 2px dotted #a3a8ad;margin: 20px 0;}
#ProPage .categorytit a{line-height: 24px;color: #8a8a8a;text-decoration: underline;}
#ProPage .categorytit a:hover{color: #c4261d;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #ProPage #nform{margin-bottom: 20px;}
    #ProPage{padding-top:30px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProPage #nform{margin-bottom: 20px;}
    #ProPage{padding-top:20px;}
    #ProPage .categorytit h3{font-size:18px;line-height:30px;}
    #ProPage .categorytit p{font-size:14px;margin-top:0;}
}


#ProPage .ProList{overflow:hidden;}
#ProPage .ProList .item{width:calc((100% - 60px)/3);margin:0 30px 30px 0;background: #fff;border:1px solid #e6e6e6;}
#ProPage .ProList .item:nth-child(3n){margin-right:0;}
#ProPage .ProList .item a{display: inline-block;}
#ProPage .ProList .item .proimg{overflow:hidden;}
#ProPage .ProList .item .proimg img{height: 100%;}
#ProPage .ProList .item .txt{padding:15px 30px;text-align: center;background: #e6e6e6;}
#ProPage .ProList .item .txt h3{font-size:18px;line-height:30px;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;position: relative;font-family: AlibabaPuHuiTi-3-55-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#ProPage .ProList .item:hover .txt h3{color: #c4261d;}
@media (min-width:992px) and (max-width:1229px) {
    #ProPage .ProList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #ProPage .ProList .item .txt h3{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProPage .ProList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #ProPage .ProList .item .txt h3{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    
    #ProPage .categorylist .item .img{display: none;}
    #ProPage .categorylist .item .txt{width: 100%;padding: 15px;}
    #ProPage .categorylist .item p{margin-bottom: 10px;}

    #ProPage .ProList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #ProPage .ProList .item:nth-child(3n){margin-right:15px;}
    #ProPage .ProList .item:nth-child(2n){margin-right:0;}
    #ProPage .ProList .item .txt h3{font-size:13px;}
}
#ProductCategory{padding-top: 115px;padding-bottom: 85px;}
#ProductCategory .categorylist{display: flex;flex-wrap: wrap;}
#ProductCategory .list .item{width: calc((100% - 90px)/3);margin-right: 45px;margin-bottom: 35px;display: inline-block;}
#ProductCategory .list .item:nth-child(3n){margin-right: 0;}
#ProductCategory .list .item .txt{text-align: center;padding-top: 15px;}
#ProductCategory .list .item .txt h3{margin-bottom: 10px;font-size: 24px;line-height: 36px;}
#ProductCategory .list .item .txt h3 span{color: #c4261d;}
#ProductCategory .list .item .txt .line{height: 2px;width: 30px;background: #c4261d;margin:0 auto ;}
#ProductCategory .list .item .img{position: relative;border: 1px solid #e4e4e4;}
#ProductCategory .list .item .link{position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.5);transform: scale(0);transition: all .3s;}
#ProductCategory .list .item .link span{position: absolute;left: 50%;top: 50%;border: 1px solid #fff;color: #fff;padding: 10px 15px;transform: translate(-50%,-50%);}
#ProductCategory .list .item .link span i{margin-left: 20px;}
#ProductCategory .list .item .link::after{top: 0;right: 0;content: "";width: 15px;height: 15px;background: #c4261d;position: absolute;}
#ProductCategory .list .item:hover .link{transform: scale(1);}
#ProductCategory .list .item .img img{}
@media (min-width:992px) and (max-width:1229px) {
    #ProductCategory .list .item .txt .vcenter{padding:15px 15px;position:relative;top:initial;left:initial;transform:initial;}
    #ProductCategory .list .item .txt h3{font-size:24px;}
    #ProductCategory .list .item .txt p{margin-bottom:15px;font-size:14px;line-height:1.8;}
}
@media (min-width:768px) and (max-width:991px){
    #ProductCategory .list .item .txt .vcenter{padding:15px 15px;position:relative;top:initial;left:initial;transform:initial;}
    #ProductCategory .list .item .txt h3{font-size:20px;}
    #ProductCategory .list .item .txt p{margin-bottom:15px;font-size:14px;line-height:1.8;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProductCategory .list{display:flex;flex-wrap:wrap;flex-direction:row;}
    #ProductCategory .list .item{width:49%;margin-bottom:15px;margin-right: 2%;}
    #ProductCategory .list .item:nth-child(3n){margin-right: 2%;}
    #ProductCategory .list .item:nth-child(2n){margin-right: 0;}
    #ProductCategory .list .item .img{width:100%;}
    #ProductCategory .list .item .txt{width:100%;text-align:center;}
    #ProductCategory .list .item .txt .vcenter{padding:10px 0;position:relative;top:initial;left:initial;transform:initial;}
    #ProductCategory .list .item .txt h3{font-size:16px;}
    #ProductCategory .list .item .txt p{margin-bottom:15px;font-size:14px;line-height:1.8;display:none;}
    #ProductCategory .list .item .morelink{padding:3px 10px;}
}








/*产品详情*/
#ProDetailPage{background-color:#f8f8f8;}
#ProDetailPage .bg{background-color:#f6f6f6;margin-bottom:50px;}
#ProDetailPage .panelbox{padding-top:0;}
#ProDetailPage .panelbox:not(:first-child){display:none;}
#slider{overflow:hidden;margin-bottom:50px;}
#picView{width:50%;float:left;position:relative;}
#BigImg{border:1px solid #ebebeb;margin-bottom:10px;background-color:#fff;}

#smallImg{width:100%;position:relative;}
#smallImg .swbtn{position:absolute;width:30px;height:30px;text-align:center;z-index:1;top:calc(50% - 15px);background-color:#b1b1b1;text-align:center;transition:all 0.3s;}
#smallImg .swbtn>i{font-size:18px;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
#smallImg .swbtn.btn-prev>i{transform:translate(-50%,-50%) rotateY(180deg);display:block;}
#smallImg .swbtn:hover{background-color:#c4261d;border-color:#c4261d;}
#smallImg .swbtn:hover>i{color:#fff;}
#smallImg .btn-next{right:0;}
#smallImg .btn-prev{left:0px;}

#picView .gallery-thumbs{width:100%;}
#picView .gallery-thumbs img{}
#picView .gallery-thumbs .swiper-wrapper{padding-bottom:1px;}
#picView .gallery-thumbs .swiper-slide{overflow:hidden;text-align:center;border-radius:0;margin:0;border:1px solid #ddd;}
#picView .gallery-thumbs .swiper-slide.videoslide p{display:none;}
#picView .gallery-thumbs .swiper-slide a{display:block;position:relative;}
#picView .gallery-thumbs .swiper-slide-active{position:relative;background-color:#fff;}
#picView .gallery-thumbs .swiper-slide.active{border:1px solid #c4261d;}
#picView .btnlist{}
#picView .swiper-button-next.swiper-button-disabled,#picView1 .swiper-button-prev.swiper-button-disabled{opacity:1;background-color:#ccc;}
#picView .boxer{display:block;}
#picView img{width:100%;}
#picView .swiper-pagination{position:relative;top:10px;}
#picView .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;margin:0 6px;}
#picView .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#c4261d;}
#protitle{width:45%;float:right;}
#protitle .title{margin-bottom:20px;text-align:left;padding-bottom:20px;}
#protitle .title:before{content:"";width:100%;height:2px;background-color:#e3e3e3;position:absolute;bottom:0;left:0;}
#protitle .title:after{content:"";width:40%;height:2px;background-color:#c4261d;position:absolute;bottom:0;left:0;}
#protitle h1{font-size:24px;line-height:1.3;position:relative;color:#333;text-transform:uppercase;font-weight:normal;}
#protitle h3{font-size:24px;line-height:1.2;font-weight:normal;}
#protitle .remark{font-size:15px;line-height:1.8;color:#666;min-height:120px;margin-bottom:30px;}

#protitle .btnlist{overflow:hidden;}
#protitle .btnlist .morelink{min-width:140px;}
#protitle .btnlist>a.btnlink{display:block;text-align:center;background:#c4261d;padding:15px;font-size:18px;line-height:24px;color:#fff;border-radius:8px;transition:background 0.3s;}
#protitle .btnlist>a>i{margin-right:8px;font-size:24px;line-height:24px;height:24px;vertical-align:top;}
#protitle .btnlist>a.btnlink:hover{background:rgba(251,223,15,1);}

#slider .inquiryline{width:100%;height:5px;background-color:#c4261d;margin:50px 0;position:relative;}
#slider .inquiryline i{width:75px;height:75px;line-height:75px;font-size:36px;color:#fff;background-color:#c4261d;border-radius:50%;position:absolute;left:calc(50% - 38px);top:-35px;text-align:center;}

#ProDetailPage .pro_detail .title{margin-bottom:0;border-bottom:2px solid #f5f7f9;}
#ProDetailPage .pro_detail .title h3{font-size:16px;line-height:30px;padding:0 30px;margin:0;}
#ProDetailPage .pro_detail .title a{display:inline-block;padding:10px 0;position:relative;}
#ProDetailPage .pro_detail .title a:not(:first-child) h3{border-left:2px solid #f5f7f9;}
#ProDetailPage .pro_detail .title a.active:before,#ProDetailPage .pro_detail .title a:hover:before{content:"";border-bottom:2px solid #c4261d;position:absolute;bottom:-2px;width:100%;}


@media (min-width:992px) and (max-width:1229px) {
    #slider{margin-bottom:30px;}

    #protitle{padding-left:20px;width:50%;}
    #protitle h1{font-size:20px;line-height:28px;}
    #protitle .title{margin-bottom:15px;padding-bottom:15px;}
    #ProDetailPage .title h3{font-size:16px;line-height:24px;}
    #protitle .remark dl>dt{font-size:14px;line-height:1.8;width:130px;}
    #protitle .remark dl>dd{font-size:14px;line-height:1.8;width:calc(100% - 130px)}

    #picView{width:50%;}
    #BigImg{margin-bottom:10px;}
    #protitle h3{font-size:16px;}
    #protitle .remark{font-size:14px;line-height:1.5;min-height:100px;margin-bottom:20px;}
    #protitle .btnlist{margin-top:30px;}
    #protitle .btnlist>a.btnlink{padding:8px 5px;}

}
@media (min-width:768px) and (max-width:991px) {
    #slider{}
    #picView{width:50%;}
    #BigImg{margin-bottom:10px;}
    #picView{}
    #picView .gallery-thumbs{}
    #protitle{padding-left:20px;width:50%;padding-top:0;}
    #protitle .title{margin-bottom:15px;padding-bottom:15px;}
    #protitle h1{font-size:18px;line-height:24px;}
    #protitle h4{font-size:15px;line-height:20px;}
    
    #ProDetailPage .title h3{font-size:16px;line-height:24px;}
    #protitle .remark{font-size:14px;min-height:100px;margin-bottom:20px;}

    #protitle .btnlist>a.btnlink{font-size:14px;margin-bottom:0;padding:5px 10px;width:160px;}
    #protitle .btnlist>a:not(:last-child){margin-right:2%;}
    #protitle .share{margin-top:10px;margin-bottom:10px;}
    
    #slider .inquiryline i{width:50px;height:50px;line-height:50px;top:-20px;font-size:30px;left:calc(50% - 25px);}
}
@media (min-width:1px) and (max-width:767px) {
    #ProDetailPage{padding-top:20px;}

    #BigImg{margin-bottom:10px;}
    
    #slider{margin-bottom:25px;}
    #picView{width:100%;padding:0;float:initial;border-right:0;}
    #picView .gallery-thumbs{}
    #protitle{width:100%;float:initial;}
    #protitle .title{margin-bottom:15px;padding-bottom:15px;}
    #protitle h1{font-size:18px;line-height:24px;}
    #protitle h4{font-size:15px;line-height:1.5;margin-bottom:10px;}
    #protitle .remark{font-size:13px;line-height:1.5;}
    #protitle .btnlist{margin-top:15px;}
    #protitle .btnlist>a.btnlink{font-size:13px;margin-bottom:8px;padding:5px 10px;width:150px;}
    #protitle .btnlist>a:not(:last-child){margin-right:2%;}
    
    #ProDetailPage .title h3{font-size:16px;line-height:24px;}

    #protitle .remark{font-size:14px;min-height:initial;margin-bottom:20px;}
    #protitle .remark dl>dt{font-size:13px;line-height:1.8;width:120px;}
    #protitle .remark dl>dd{font-size:13px;line-height:1.8;width:calc(100% - 120px)}
}


#ProductDetail{}
#ProductDetail .content{}
#protitle .prevnext{margin-top:20px;}
#protitle .prevnext>a{display:block;font-size:16px;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;position:relative;}
#protitle .prevnext>a:before{content:"[";margin-right:1px;}
#protitle .prevnext>a:after{content:"]";margin-left:1px;}
#protitle .prevnext>a>b{margin-right:5px;}
#protitle .prevnext>a:hover{text-decoration:underline;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
}
@media (min-width:1px) and (max-width:767px) {
}

.prosection{margin-bottom:50px;}
.prosection .tit{margin-bottom:30px;border-bottom:1px solid #ddd;position:relative;}
.prosection .tit:after,.prosection .tit:before{display:table;content:" ";}
.prosection .tit:after{clear:both;}
.prosection .tit a{display:inline-block;float:left;border:1px solid #ddd;}
.prosection .tit a h3{padding:10px 50px;font-size:20px;line-height:30px;position:relative;}
.prosection .tit a.active{background-color:#c4261d;color:#fff;border:1px solid #c4261d;}
.prosection .tit a.active h3{color:#fff;}
@media (min-width:992px) and (max-width:1229px) {
    .prosection{margin-bottom:30px;}
    .prosection .tit{margin-bottom:20px;}
    .prosection .tit a h3{font-size:20px;padding:8px 40px;}
}
@media (min-width:768px) and (max-width:991px){
    .prosection{margin-bottom:25px;}
    .prosection .tit{margin-bottom:20px;}
    .prosection .tit a h3{font-size:18px;padding:6px 30px;}
}
@media (min-width:1px) and (max-width:767px) {
    .prosection{margin-bottom:25px;}
    .prosection .tit{margin-bottom:15px;}
    .prosection .tit a h3{font-size:16px;padding:6px 20px}
}

#RelatedProduct{}
#RelatedProduct .list .item{width:calc((100% - 30px)/3);margin:0 15px 0 0;position:relative;}
#RelatedProduct .list .item:nth-child(3n){margin-right:0;}
#RelatedProduct .list .item .img{border:1px solid #eee;}
#RelatedProduct .list .item .txt{text-align:center;padding-top:10px;}
#RelatedProduct .list .item .txt h3{font-size:15px;font-weight:normal;font-family:AlibabaPuHuiTi-3-55-Regular,Arial, Helvetica, sans-serif;}
#RelatedProduct .list .item:hover .txt h3{color:#c4261d;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
    #RelatedProduct .tit{margin-bottom:20px;}
    #RelatedProduct .tit h3{font-size:18px;}
    #RelatedProduct .list .item{width:calc((100% - 30px)/3);margin:0 15px 0 0;}
}
@media (min-width:1px) and (max-width:767px) {
    #RelatedProduct .tit{margin-bottom:10px;}
    #RelatedProduct .tit h3{font-size:18px;}
    #RelatedProduct .list .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #RelatedProduct .list .item:nth-child(3){display:none;}
    #RelatedProduct .list .item:nth-child(2n){margin-right:0;}
    #RelatedProduct .list .item .txt h3{font-size:13px;}
}

#inquiry{padding-top:120px; margin-top:-120px;}
#inquiry .tit{margin-bottom:10px;}
#inquiry p{margin-bottom:15px;font-size:16px;color:#888;}
#inquiry p .email{color:#f00;}
#inquiry .feedbackbox li.border{border:1px solid #e0e1e1;}
#inquiry .feedbackbox li{}
#inquiry .feedbackbox .input{background-color:#fff;height:40px;}
#inquiry .feedbackbox textarea.input{height:110px;}
#inquiry .feedbackbox .btnli{}
#inquiry .feedbackbox .btnli .morelink{border-radius:0;padding:5px 33px;text-transform:capitalize;font-size:18px;}
@media (min-width:992px) and (max-width:1229px){
    #inquiry p{font-size:14px;}
    #inquiry .feedbackbox{width:100%;}
}
@media (min-width:768px) and (max-width:991px){
    #inquiry p{font-size:14px;}
    #inquiry .feedbackbox{width:100%;}
}
@media (min-width:1px) and (max-width:767px){
    #inquiry .feedbackbox{width:100%;}
    #inquiry p{line-height:1.5;font-size:13px;}
}

.ColumnsBox{background: #e6e7eb;}
#Columns{position:relative;z-index:1;display: flex;justify-content: center;text-align: center;}
#Columns>a{font-size:18px;line-height:30px;display:inline-block;margin:0 8px;padding:8px 10px;color:#656565;min-width:210px;overflow:hidden;transition:background-color 0.3s;position: relative;text-transform: uppercase;    font-family: AlibabaPuHuiTi-3-85-Bold,Arial,Verdana, Tahoma, Geneva, sans-serif;}
#Columns>a:hover{color:#c4261d;}
#Columns>a.active{color:#c4261d;}
#Columns>a.active::after{content: "";width: 8px;height: 8px;background: #fdd000;position: absolute;left: 50%;bottom: 5px;transform: translate(-50%,0);}
#Columns .title{margin-bottom:0;}
#Columns .title a{font-size:18px;line-height:30px;padding:25px 20px;background-color:#fff;display:inline-block;width:calc(100% / 6);text-align:center;}
#Columns .title a:hover,#Columns .title a.active{background:#c4261d;color:#fff;}
#Columns.proColumns{background-color:#fff;border-radius:10px;overflow:hidden;}
#Columns.proColumns .title{display:flex;justify-content:space-between;}
#Columns.proColumns .title a{width:calc((100% - 10px)/5);margin:0;}
#Columns .smallcate{padding:20px 30px;display:none;}
#Columns .smallcate.active{display:block;}
#Columns .smallcate>a{position:relative;font-size:0.875rem;line-height:1.5rem;margin-right:3rem;color:#666;display:inline-block;}
#Columns .smallcate>a:before{content:"\e9e2";font-family:iconfont;transform:rotate(-90deg);display:inline-block;font-size:0.75rem;vertical-align:top;margin-right:3px;}
#Columns .smallcate>a:hover,#Columns .smallcate>a.active{color:#c4261d;}
#Columns.seColumns{box-shadow:0 0 10px #eee;border-radius:10px;overflow:hidden;}
@media (min-width:992px) and (max-width:1229px) {
    #Columns .title a{padding:20px 10px;}
    #Columns.proColumns .title a{width:auto;padding:10px 15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #Columns .title a{padding:20px 5px;font-size:15px;}
    #Columns.proColumns .title a{width:auto;padding:10px 15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #Columns>a{padding:10px 20px;font-size:16px;min-width: 0;}

    #Columns .title{border:1px solid #eee;}
    #Columns .title a{min-width:initial;font-size:1rem;line-height:1.5;padding:10px 15px;width:100%;margin-bottom:0;margin-left:0;}
    #Columns .title a:not(:last-child){border-bottom:1px solid #eee;}
    #Columns.proColumns .title a{width:auto;}
    #Columns .smallcate{padding:10px;}
    #Columns .smallcate>a{line-height:2;}
}

/*新闻*/

#NewsList{}

#NewsList .first{padding: 40px 65px;background: #f6f6f7;margin-bottom: 95px;}
#NewsList .first .img{width: 47%;}
#NewsList .first .txt{width: 50%;padding: 10px 0;}
#NewsList .first span{color: #a3a8ad;line-height: 36px;}
#NewsList .first span i{margin-right: 10px;}
#NewsList .first h3{font-size: 20px;line-height: 23px;font-family:AlibabaPuHuiTi-3-55-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;margin-bottom: 40px;}
#NewsList .first p{line-height: 36px;color: #a3a8ad;margin-bottom: 65px;}
#NewsList .first .morelink{border-radius: 0;background: #c4261d;padding: 5px 0px 5px 30px;display: inline-flex;transition: all 0.3s;}
#NewsList .first .morelink i{position: relative;z-index: 1;margin-left: 35px;}
#NewsList .first .morelink::after{background: #c4261d;z-index: 0;transition: all 0.3s;}
#NewsList .first .morelink:hover,#NewsList .first .morelink:hover::after{background: #000;}
#NewsList .item{position: relative;width: 100%;}
#NewsList .item a{display: flex;justify-content: space-between;padding:50px 0;transition: all 0.3s;border-bottom: 2px solid #ededed;}
#NewsList .item .info{width: 150px;background: #f4f4f5;position: relative;padding: 25px 35px;}
#NewsList .item .info span{color: #333;font-size: 24px;border-radius: 0;display: block;line-height: 46px;}
#NewsList .item .info span:first-child{font-family: AlibabaPuHuiTi-3-85-Bold,Arial,Verdana, Tahoma, Geneva,  sans-serif;font-size: 37px;}
#NewsList .item .info::after{content: "";width: 15px;height: 15px;background: #c4261d;position: absolute;right: 0;top: 0;display: block;}
#NewsList .item .txt{max-width: 1280px;display: inline-flex;justify-content: center;flex-direction: column;position: relative;width:calc(100% - 180px);background: #f4f4f5;padding: 30px 40px;}
#NewsList .item .txt h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;font-size: 20px;line-height: 23px;margin-bottom: 10px;font-family: AlibabaPuHuiTi-3-55-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#NewsList .item .txt p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height: 25px;color: #888;}

#NewsList .item .txt::after{content: "\e620";font-family: iconfont;width: 43px;line-height: 43px;text-align: center;color: #c4261d;position: absolute;top: calc(50% - 21.5px);right: 40px;z-index: 1;transition: all .3s;font-size: 22px;}
#NewsList .item:hover h3{color: #c4261d;}
@media (min-width:992px) and (max-width:1229px) {
    #NewsList .item{}
    #NewsList .item .txt h3{font-size:18px;}
}
@media (min-width:768px) and (max-width:991px){
    #NewsList .item:nth-child(3n){margin-right: 15px;}
    #NewsList .item:nth-child(2n){margin-right: 0;}
    #NewsList .item .txt h3{font-size:16px;}
    #NewsList .item .txt p{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #NewsList .first{padding: 15px;margin-bottom: 20px;}
    #NewsList .first h3{margin-bottom: 10px;}
    #NewsList .first p{line-height: 24px;margin-bottom: 15px;}
    #NewsList .first .img{display: none;}
    #NewsList .first .txt{width: 100%;}
    #NewsList .item .info{display: none;}
    #NewsList .item{width:100%;margin-right:0;}
    #NewsList .item a{padding: 15px 0;}
    #NewsList .item .txt{width: 100%;}
    #NewsList .item .txt h3{font-size:16px;}
    #NewsList .item .txt p{font-size:14px;margin-bottom: 10px;}
    #NewsList .item .txt::after{display: none;}
    #NewsList .item .txt span{display: none;}
}

#NewsPage{position:relative;padding-top: 80px;}
#NewsPage:before{content:"";background-color:#f8f8f8;width:100%;height:200px;}
#NewsPage #sharelist{border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;padding:8px 0;text-align:right;margin-bottom:30px;width:100%;overflow:hidden;}
#NewsPage #sharelist>p{float:left;line-height:24px;font-size:14px;color:#868686;margin:0;}
#NewsPage #sharelist span{display:inline-block;font-size:14px;color:#868686;margin-right:10px;line-height:30px;}
#NewsPage #sharelist>a{display:inline-block;color:#868686;font-size:20px;margin:0 0 0 5px;border:1px solid #999;width:30px;height:30px;line-height:28px;text-align:center;border-radius:50%;}
#NewsPage #sharelist>a:hover{color:#c4261d;border:1px solid #c4261d;}
#NewsPage #sharelist>a>i{width:28px;height:28px;line-height:28px;font-size:18px;}
#NewsPage #sharelist .bdsharebuttonbox{float:right;}
#NewsPage #sharelist .bdsharebuttonbox>span{line-height:30px;}
#NewsPage #sharelist .bdsharebuttonbox>a{display:inline-block;vertical-align:middle;float:none;width:30px;height:30px;color:#666;border:1px solid #666;}
#NewsPage #sharelist .bdsharebuttonbox>a:before{line-height:30px;}
#NewsPage #sharelist .bdsharebuttonbox>a:hover{color:#c4261d;border:1px solid #c4261d;}
#NewsPage .btnList{margin-top:30px;background-color:#f0f0f0;padding:20px 25px;}
#NewsPage .btnList>.link{font-size:18px;line-height:30px;display:block;}
#NewsPage .btnList>.link:nth-child(1){margin-bottom:5px;}
#NewsPage .btnList>.link span{color:#999;display:inline-block;vertical-align:top;margin-right:5px;}
#NewsPage .btnList>.link>i.iconfont{display:inline-block;width:40px;height:40px;line-height:38px;text-align:center;font-size:20px;border-radius:50%;border:2px solid #dedede;color:#dedede;vertical-align:top;margin:0 6px;}
#NewsPage .btnList>.link:hover>i.iconfont{border:2px solid #c4261d;color:#c4261d;}
#NewsPage .line{border-top: 2px dotted #a3a8ad;margin: 20px 0;}
@media screen and (min-width:992px ) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media (max-width:767px){
    #NewsPage .title h1{font-size:20px;}
    #NewsPage #sharelist{ text-align:center;}
    #NewsPage #sharelist>p{width:100%;margin-bottom:5px;font-size:12px;}
    #NewsPage #sharelist span{font-size:12px;line-height:20px; }
    #NewsPage .btnList{padding:10px 15px;}
    #NewsPage .btnList>.link{font-size:12px;line-height:18px;display:block;margin-bottom:5px;}
}

#ntframe{background-color:#ffffff;padding-top:30px;padding-bottom:30px;}
#ntframe img{max-width:100%;}
#ntframe #sharelist{margin-top:20px;}
#sharelist {display:block;padding-top:10px;padding-bottom:10px;}
#sharelist h3{font-size:16px;color:#fff;margin-bottom:20px;}
#sharelist span{line-height:30px;display:inline-block;font-size:18px;margin-right:20px;}
#sharelist .bdshare-button-style0-32>a{background-image:none;text-indent:0;width:30px;height:30px;color:#fff;position:relative;text-align:center;line-height:30px;font-size:18px;margin:0 5px 0 0;border:1px solid #fff;border-radius:50%;}
/*#sharelist .bdshare-button-style0-32 .bds_sqq{background-color:#45aaf2;}
#sharelist .bdshare-button-style0-32 .bds_qzone{background-color:#eecf3d;}
#sharelist .bdshare-button-style0-32 .bds_weixin{background-color:#3eb135;}
#sharelist .bdshare-button-style0-32 .bds_tsina{background-color:#df4d69;}*/
#sharelist .bdshare-button-style0-32>a:before{line-height:30px;vertical-align:top;display:inline-block;}
#sharelist .bdshare-button-style0-32>a.bds_sqq:before{content:"\e882";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_qzone:before{content:"\e631";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_weixin:before{content:"\e601";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_tsina:before{content:"\e600";font-family:iconfont;}
#sharelist a{background-image:none;text-indent:0;width:30px;height:30px;position:relative;text-align:center;margin:0 20px 0 0;display:inline-block;}
#sharelist a:hover{color:#fff;}
#sharelist a.linkedin:hover{background-color:#0077b5;}
#sharelist a.twitter:hover{background-color:#1da1f2;}
#sharelist a.facebook:hover{background-color:#3b5998;}
#sharelist a.youtube:hover{background-color:#ff011d;}
#sharelist a.instagram:hover{background-color:#c838ab;}
#sharelist p{color:#ffffff;margin-bottom:5px;}
#sharelist a>i{display:block;width:30px;height:30px;line-height:30px;text-align:center;font-size:20px;color:#999;}
#sharelist a:hover{background-color:#c4261d;}
#sharelist a:hover>i{color:#FFF;}
/*#sharelist a>i.pinterest-p{background-color:#ca1c23;}
#sharelist a>i.facebook{background-color:#3b5998;}
#sharelist a>i.twitter{background-color:#1da1f2;}
#sharelist a>i.linkedin{background-color:#0077b5;}
#sharelist a>i.youtube{background-color:#ff011d;}*/
#RelatedNews{overflow:hidden;}
#RelatedNews .title{}
#RelatedNews .relate_list{}
#RelatedNews .relate_list .item{margin:0 0 12px;width:48%;}
#RelatedNews .relate_list .item .txt h3{font-size:18px;line-height:30px;position:relative;padding-left:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0;color:#666;}
#RelatedNews .relate_list .item:hover .txt h3{color:#c4261d;text-decoration:underline;}
#RelatedNews .relate_list .item .txt h3:before{content:"\e61e";font-size:16px;font-family:"iconfont";position:absolute;left:0;}
/*#RelatedNews .relate_list .item .img:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}*/
@media (min-width:992px) and (max-width:1229px) {
    #sharelist{padding-top:20px;padding-bottom:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #RelatedNews .relate_list .item{width:100%;}
    #sharelist{padding-top:15px;padding-bottom:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #RelatedNews .relate_list .item{width:100%;margin-bottom:5px;}
    #RelatedNews .relate_list .item .txt h3{font-size:14px;}

    #sharelist{padding-top:15px;padding-bottom:15px;}
    #sharelist a{width:38px;height:38px;}
    #sharelist a>i{display:block;width:36px;height:36px;line-height:36px;text-align:center;font-size:20px;}
}

/*分页*/
.pagination{display:inline-block;margin:20px 0;padding-left:0;border-radius:4px;}
.pagination>li{display:inline;}
.pagination>li>a,.pagination>li>span{position:relative;float:left;margin-left:-1px;padding:4px 10px;border:1px solid #ddd;background-color:#fff;color:#337ab7;text-decoration:none;line-height:1.42857143;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;border-color:#ddd;background-color:#eee;color:#23527c;}
ul.pagination {box-shadow:none;width:100%;border-radius:0;text-align:center;border-top: 2px dotted #a3a8ad;padding-top: 30px;}
ul.pagination li {margin-left:5px;display:inline-block;margin-bottom:5px;}
ul.pagination li a{background-color:#fff;border-color:#fff;border-radius:0;color:#c4261d;font-size:14px;}
ul.pagination li.active span{background-color:#c4261d;border-color:#c4261d;border-radius:0;color:#fff;font-size:14px;}
ul.pagination li:first-child a{border-radius:0;}
ul.pagination li:last-child a{border-radius:0;}
ul.pagination li:hover a,ul.pagination li.active:hover>span{background-color:#c4261d;color:#fff;}

#CasesPage{}
#CasesList{overflow:hidden;}
#CasesList .item{width:calc((100% - 60px)/3);overflow:hidden;margin:0 30px 30px 0;position: relative;}
#CasesList .item:nth-child(3n){margin-right:0;}
#CasesList .item .img img{width:100%;}
#CasesList .item .txt{position: absolute;left: 0;bottom: 0;background: rgba(0,0,0,0.5);padding:19.5px 35px;min-width: 220px;}
#CasesList .item .txt::after{content: "";width: 20px;height: 20px;position: absolute;background: #c4261d;right: 0;top: 0;}
#CasesList .item .txt h3{color: #fff;font-size: 18px;font-family: AlibabaPuHuiTi-3-55-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;line-height: 2;}
#CasesList .item:hover h3{color:#c4261d;}
@media (min-width:992px) and (max-width:1229px) {
    #CasesList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #CasesList .item .txt{padding:30px 15px 15px;}
    #CasesList .item .txt:before{top:20px;width:calc(100% - 30px);}
    #CasesList .item .txt h3{font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    #CasesPage .title h2{float:left;width:100%;line-height:30px;}
    #CasesPage .title p{float:right;width:100%;line-height:22px;font-size:14px;color:#666;}
    #CasesList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #CasesList .item .txt{padding:30px 15px 15px;}
    #CasesList .item .txt:before{top:20px;width:calc(100% - 30px);}
    #CasesList .item .txt h3{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #CasesPage .title h2{float:left;width:100%;line-height:30px;}
    #CasesPage .title p{float:right;width:100%;line-height:22px;font-size:14px;color:#666;}
    #CasesList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #CasesList .item:nth-child(3n){margin-right:15px;}
    #CasesList .item:nth-child(2n){margin-right:0;}
    #CasesList .item .txt{padding:15px 10px;width: 100%;min-width: 0;}
    #CasesList .item .txt:before{top:20px;width:calc(100% - 30px);}
    #CasesList .item .txt h3{font-size:13px;margin-bottom:0px;}
}
#Cases{padding-bottom: 0;}
#Cases .left{width: 63%;}
#Cases .left h3{font-family: AlibabaPuHuiTi-3-55-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;font-size: 30px;line-height: 36px;}
#CasesPage .line{border-top: 2px dotted #a3a8ad;margin: 20px 0;}
#Cases .left p{line-height: 32px;color: #7b7b7b;}
#Cases .right{width: 32%;}
#CasesPage #Application .title h5{font-size: 30px;line-height: 36px;color: #333;text-transform: capitalize;}

#CasesPage #Application .item{width: calc((100% - 90px)/4);margin: 0 30px 0px 0;border: 1px solid #dedede;}
#CasesPage #Application .item:nth-child(4n){margin-right: 0;}

#RelatedCases .title h5{font-size: 30px;line-height: 36px;color: #333;text-transform: capitalize;}
#RelatedCases .item{width: calc((100% - 90px)/4);margin: 0 30px 30px 0;}
#RelatedCases .item:nth-child(4n){margin-right: 0;}
#RelatedCases .item a{border: 1px solid #dedede;display: inline-block;}
#RelatedCases .item .txt{text-align: center;background: #dedede;padding: 15px 0;}
#RelatedCases .item .txt h3{font-family: AlibabaPuHuiTi-3-55-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;line-height: 30px;font-size: 18px;}

@media (min-width:1px) and (max-width:767px) {
    #Cases .left{width: 100%;margin-bottom: 10px;}
    #Cases .right{width: 100%;text-align: center;}
    #CasesPage #Application .item{width: calc((100% - 15px)/2);margin: 0 15px 15px 0;border: 1px solid #dedede;}
    #CasesPage #Application .item:nth-child(2n){margin-right: 0;}
    #RelatedCases .item{width: calc((100% - 15px)/2);margin-right: 15px;}
    #RelatedCases .item:nth-child(2n){margin-right: 0;}
}

#VideoPage{}
#VideoList{overflow:hidden;}
#VideoList .item{width:calc((100% - 50px)/3);margin:0;background-color:#fff;overflow:hidden;margin-bottom:25px;border: 1px solid #9ea39f;}
#VideoList .item:not(:nth-child(3n)){margin-right:25px;}
#VideoList .item .img{position: relative;}
#VideoList .item .img::after{content: "\e61c";font-family: iconfont;width: 90px;height: 90px;line-height: 90px;text-align: center;background: #c4261d;color: #fff;font-size: 32px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
#VideoList .item .txt{text-align:center;padding:15px;}
#VideoList .item .txt h3{font-size:16px;line-height:38px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#VideoList .item:hover h3{color:#c4261d;}
video{width:100%;display:block;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #VideoList .item{width:calc((100% - 30px)/3);margin-bottom:15px;}
    #VideoList .item:not(:nth-child(3n)){margin-right:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #VideoList .item{width:calc((100% - 15px)/2);margin-bottom:15px;}
    #VideoList .item:not(:nth-child(3n)){margin-right:0;}
    #VideoList .item:not(:nth-child(2n)){margin-right:15px;}
    #VideoList .item .txt{padding:10px;}
    #VideoList .item .txt h3{height:auto;-webkit-line-clamp:inherit;}
}


#downtable dt,#downtable dd{display:flex;justify-content:space-between;background-color:#f8f8f8;margin-bottom:20px;}
#downtable dt{background-color:#ebebeb;display:none;}
#downtable dt span{display:block;font-size:20px;line-height:24px;padding:10px 25px 10px 25px;}
#downtable dd span{display:block;font-size:16px;line-height:24px;padding:10px 25px 10px 25px;}
#downtable dt span:nth-child(1),#downtable dd span:nth-child(1){text-align:left;flex:1;}
#downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:50%;text-align:center;display:none;}
#downtable dt span:nth-child(3),#downtable dd span:nth-child(3){width:300px;text-align:center;display:none;}
#downtable dt span:nth-child(4),#downtable dd span:nth-child(4){width:20%;text-align:right;}
#downtable dd{background-color:#e9ccd3;border-radius:50px;}
#downtable dd i.icon-pdf{color:#c4261d;font-size:24px;vertical-align:top;margin-right:15px;}
#downtable dd i.icon-down{font-size:16px;vertical-align:top;margin-left:20px;color:#c4261d;}
@media (min-width:992px) and (max-width:1229px) {
    #downtable dt span, #downtable dd span{padding:15px;font-size:16px;}
    #downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:50%;text-align:center;}
    #downtable dt span:nth-child(3),#downtable dd span:nth-child(3){width:15%;text-align:center;}
    #downtable dt span:nth-child(4),#downtable dd span:nth-child(4){width:15%;text-align:center;}
}
@media (min-width:768px) and (max-width:991px) {
    #downtable dt span, #downtable dd span{padding:15px;font-size:14px;}
    #downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:50%;text-align:center;}
    #downtable dt span:nth-child(3),#downtable dd span:nth-child(3){width:20%;text-align:center;}
    #downtable dt span:nth-child(4),#downtable dd span:nth-child(4){width:15%;text-align:center;}
}
@media (min-width:1px) and (max-width:767px) {
    #downtable dt span, #downtable dd span{padding:10px;font-size:13px;}
    #downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:50%;text-align:center;display:none;}
    #downtable dt span:nth-child(3),#downtable dd span:nth-child(3){width:15%;text-align:center;display:none;}
    #downtable dt span:nth-child(4),#downtable dd span:nth-child(4){width:30%;text-align:center;}

    #downtable dt span:nth-child(1), #downtable dd span:nth-child(1){overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
    #downtable dd i.icon-pdf{margin-right:3px;}
    #downtable dd i.icon-down{margin-left:3px;}
}

.DownloadList{}
.DownloadList .item{background-color:#f3f3f3;}
.DownloadList .item:nth-child(2n+1){flex-flow:row-reverse;}
.DownloadList .item .img{width:50%;cursor:pointer;}
.DownloadList .item .img img{width:100%;}
.DownloadList .item .txt{width:50%;position:relative;}
.DownloadList .item .txt .vcenter{padding:0 8vw;}
.DownloadList .item .txt h3{font-size:38px;line-height:50px;margin-bottom:3vw;}
@media (min-width:992px) and (max-width:1229px) {
    .DownloadList .item .txt .vcenter{padding:0 5vw;position:relative;}
    .DownloadList .item .txt h3{font-size:20px;line-height:1.5;}
}
@media (min-width:768px) and (max-width:991px) {
    .DownloadList .item .txt .vcenter{padding:0 5vw;position:relative;}
    .DownloadList .item .txt h3{font-size:16px;line-height:1.5;}
}
@media (min-width:1px) and (max-width:767px) {
    .DownloadList .item .img{display:none;}
    .DownloadList .item .txt{width:100%;padding-top:10px;padding-bottom:20px;}
    .DownloadList .item .txt .vcenter{padding:0 5vw;position:relative;}
    .DownloadList .item .txt h3{font-size:14px;line-height:1.5;}
}

/*感谢页面*/
#thk_nav{text-align:center;}
#thk_nav h2{margin-bottom:20px;text-align:center;}
#thk_nav>p{line-height:28px;font-size:14px;}
.btnthank{padding:5px 10px;margin-top:15px;display:inline-block;border:1px solid #c4261d;color:#ffffff;background-color:#c4261d;}
.btnthank:hover{background-color:#ffffff;color:#c4261d;}
@media (max-width:767px) {
    #thk_nav>p{line-height:20px;font-size:13px;}
}

/*网站地图*/
#sitemapnav { width:100%; position:relative;overflow:hidden;}
#sitemapnav li{  list-style:none;}
#sitemapnav a{ color:#333; }
#sitemapnav .fontbig {	width:100% !important;}
#sitemapnav .bigli{width:100%;  line-height:35px;font-size:18px;}
#sitemapnav .bigli a {color:#666; font-weight:bold;text-transform:capitalize;}
#sitemapnav .bigli a:hover {text-decoration:underline;}
.jiange{ width:100%;height:2px; border-bottom:solid 1px #d2d2d2; margin-top:8px;margin-bottom:8px;}
.probigclass {padding-left:50px;}
#sitemapnav .PROclass_01 { width:100%;padding-left:3%; font-size:16px; line-height:30px; font-weight:bold; }
#sitemapnav .PROclass_02 { width:100%;padding-left:6%;font-size:16px; height:22px; line-height:22px;  overflow:hidden;font-weight:normal; }

#sitemapnav .PROclass_01 a{  color:#666;}
#sitemapnav .PROclass_02 a{ color:#666;}
#sitemapnav .PROclass_01 a:hover{ text-decoration:underline;}
#sitemapnav .PROclass_02 a:hover{ text-decoration:underline;}

#sitemapnav .PROclass_03 { width:100%;padding-left:9%;color:#666666;font-size:14px;line-height:20px;}
#sitemapnav .PROclass_03 a:hover{ text-decoration:underline;}
#sitemapnav .PROclass_04 {width:100%; padding-left:12%;}

#sitemapnav .PROclass_05 { width:100%;padding-left:3%; font-size:16px; line-height:22px; font-weight:normal; }
#sitemapnav .PROclass_05 a{  color:#666;}
#sitemapnav .PROclass_05 a:hover{ text-decoration:underline;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media screen and (min-width:1px ) and (max-width:767px)
{
	#sitemapnav .abli_02{width:100%;height:auto;}
    #sitemapnav .bigli{font-size:16px;}
    #sitemapnav .abli_02{font-size:14px;line-height:20px;}
    #sitemapnav .PROclass_01{font-size:14px;}
    #sitemapnav .PROclass_02{font-size:13px;}
    #sitemapnav .PROclass_03{font-size:12px;width:100%;}
    #sitemapnav .PROclass_04{width:100%;}
}

/*************图库*************/
#GalleryList{overflow:hidden;}
#GalleryList .item iframe{width:100%;height:auto;}

#GalleryList .item{width:calc((100% - 100px)/3);margin:0 50px 60px 0;border: 1px solid #d6d6d6;}
#GalleryList .item a{padding: 20px 20px 0;display: block;}
#GalleryList .item:nth-child(3n){margin-right:0;}
#GalleryList .item .img img{width:100%;}
#GalleryList .item h3{font-size:16px;line-height:30px;text-align:center;padding:15px 0;color:#333;}
#GalleryList .item:hover h3{color:#c4261d;}

@media screen and (min-width:992px ) and (max-width:1229px) {
    #GalleryList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #GalleryList .item h3{padding:10px;}
}
@media screen and (min-width:768px ) and (max-width:991px){
    #GalleryList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #GalleryList .item h3{padding:10px 0;font-size:14px;line-height:1.5;}
}
@media (max-width:767px) {
    #GalleryList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #GalleryList .item:nth-child(3n){margin-right:15px;}
    #GalleryList .item:nth-child(2n){margin-right:0;}
    #GalleryList .item h3{padding:10px 0;font-size:14px;line-height:1.5;}
}

#GallerycList{overflow:hidden;}
#GallerycList .item iframe{width:100%;height:auto;}
#GallerycList .item{width:calc((100% - 135px)/4);margin:0 45px 45px 0;}
#GallerycList .item:nth-child(4n){margin-right:0;}
#GallerycList .item .img{border: 35px solid transparent;border-image: url("/Template/Default/images/certificate.png.webp") 35 round;}
#GallerycList .item .img img{width:100%;}
#GallerycList .item h3{font-size:16px;line-height:24px;text-align:center;padding:10px;color:#333;text-transform: uppercase;padding: 25px 0;}
#GallerycList .item:hover h3{color:#c4261d;}

@media screen and (min-width:992px ) and (max-width:1229px) {
    #GallerycList .item{width:calc((100% - 45px)/4);margin:0 15px 15px 0;}
    #GallerycList .item h3{padding:10px;}
}
@media screen and (min-width:768px ) and (max-width:991px){
    #GallerycList .item{width:calc((100% - 45px)/4);margin:0 15px 15px 0;}
    #GallerycList .item h3{padding:10px 0;font-size:14px;line-height:1.5;}
}
@media (max-width:767px) {
    #GallerycList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #GallerycList .item:nth-child(2n){margin-right:0;}
    #GallerycList .item h3{padding:10px 0;font-size:14px;line-height:1.5;}
}

/*按钮样式*/
.btn-2{position:relative;z-index:1;overflow:hidden;}
.btn-2:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #c4261d;
  position: absolute;
  bottom: -5px;
  left: -5px;
  transition:all .5s;z-index:-1;
}
.btn-2:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #c4261d transparent transparent;
  position: absolute;
  top: -5px;
  right: -5px;
  transition:all .5s;z-index:-1;
}
.btn-2:hover:before {
  border-width: 300px 0 0 300px;
}
.btn-2:hover:after {
  border-width: 0 300px 300px 0;
}

.btn-3{position:relative;z-index:1;overflow:hidden;}
.btn-3:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #000;
  position: absolute;
  bottom: -5px;
  left: -5px;
  transition:all .5s;z-index:-1;
}
.btn-3:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #000 transparent transparent;
  position: absolute;
  top: -5px;
  right: -5px;
  transition:all .5s;z-index:-1;
}
.btn-3:hover:before {
  border-width: 300px 0 0 300px;
}
.btn-3:hover:after {
  border-width: 0 300px 300px 0;
}

.btn-4{position:relative;z-index:1;overflow:hidden;}
.btn-4:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: -5px;
  left: -5px;
  transition:all .5s;z-index:-1;
}
.btn-4:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: -5px;
  right: -5px;
  transition:all .5s;z-index:-1;
}
.btn-4:hover:before {
  border-width: 300px 0 0 300px;
}
.btn-4:hover:after {
  border-width: 0 300px 300px 0;
}


/*图库样式*/
.imghvr-zoom-in figcaption {
 opacity:0;
 -webkit-transform:scale(.5);
 transform:scale(.5)
}
.imghvr-zoom-in:hover figcaption {
 -webkit-transform:scale(1);
 transform:scale(1);
 opacity:1
}
[class^='imghvr-'],
[class*=' imghvr-'] {
  position: relative;
  margin: 0px;
  max-width: 100%;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
  vertical-align: top;
  max-width: 100%;
}
[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
  background-color: inherit;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
[class^='imghvr-'] h3,
[class*=' imghvr-'] h3,
[class^='imghvr-'] p,
[class*=' imghvr-'] p {
  margin: 0;
  padding: 0;
  color: #fff;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* imghvr-zoom-in
   ----------------------------- */
.imghvr-zoom-in figcaption {
  text-align:center;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background-color:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
}
.imghvr-zoom-in figcaption h3{text-align:center;transform:translateY(-50%);top:50%;position:relative;}
.imghvr-zoom-in:hover figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* imghvr-shutter-out-diag-1
   ----------------------------- */
[class^='imghvr-shutter-out-']:before,
[class*=' imghvr-shutter-out-']:before {
  background: inherit;
  position: absolute;
  content: '';
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
[class^='imghvr-shutter-out-'] figcaption,
[class*=' imghvr-shutter-out-'] figcaption {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
[class^='imghvr-shutter-out-']:hover:before,
[class*=' imghvr-shutter-out-']:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
[class^='imghvr-shutter-out-']:hover figcaption,
[class*=' imghvr-shutter-out-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.imghvr-shutter-out-diag-1:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.imghvr-shutter-out-diag-1:hover:before {
  top: -35%;
  bottom: -35%;
}
@media (min-width:1px) and (max-width:767px) {
    .imghvr-zoom-in figcaption{opacity:1;transform:scale(1);position:relative;padding:5px 10px;}
    .imghvr-zoom-in figcaption h3{transform:inherit;}
}



.video_icon{position:absolute;top:50%;left:50%;transform: translate(-50%, -50%);width:60px;height:60px;line-height:60px;text-align:center;}
.video_icon i.iconfont{display:block;font-size:24px;width:60px;height:60px;line-height:60px;background-color:rgba(255,255,255,0.8);border-radius:50%;color:#c4261d;}
.video_icon .play,
.video_icon .play:before,
.video_icon .play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    -webkit-animation: play 3s infinite;
    animation: play 3s infinite;
}

.video_icon .play:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video_icon .play:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes play {
    70% {
        box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes play {
    70% {
        box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

.GoogleCookie{display:block; position:fixed;bottom: 0px;  left:0px; width:100%; background:rgba(0,0,0,0.7);animation:myfirst 1.5s;-webkit-animation:myfirst 1.5s;z-index:999; }
.GoogleCookie .txt{display:block; padding:1% 5%;}
.GoogleCookie .txt h4{font-size:18px!important; font-weight:bold; display:block; color:#fff!important;}
.GoogleCookie .txt p{font-size:16px!important; display:block;color:#fff!important;}
.GoogleCookie .txt button{padding:10px 15px; font-size:16px; background:rgba(0,0,0,0.7);color:#fff!important; border:solid 1px #333333; border-radius:5px; cursor:pointer;}
.GoogleCookie .txt button:last-child{margin-left:25px;}
@keyframes myfirst {from {bottom: -250px;}to {bottom: 0px;}}
@-webkit-keyframes myfirst {from {bottom: -250px;}to {bottom: 0px;}}
.OpenGoogleCookie{position:fixed;bottom:25px; right:0px;z-index:9999; width:50px; height:50px; display:none;}
.OpenGoogleCookie a{ width:50px; height:50px; cursor:pointer;}
.OpenGoogleCookie a img{display:block; width:50px; height:50px;}
.OpenGoogleCookie a:hover p{display:block;}
.OpenGoogleCookie p {position: absolute;right: 50px;top:0px;width: 160px; display:none;}
.OpenGoogleCookie p span{float:right; width:140px; color: #dddddd;font-size: 12px!important;text-align: center;line-height: 2em; background:#333; }
.OpenGoogleCookie p i{float:right; margin-right:0px; border-style: solid; border-color: transparent; border-width: 12px 0 12px 12px; border-left-color: #333; }

#ProductDetail table {width:100%;}
#ProductDetail table {border:1px solid transparent;}
#ProductDetail table tr td{padding:10px;}
#ProductDetail table tr:nth-child(2n+1){background-color:#fff;}
#ProductDetail table tr:nth-child(2n){background-color:#eeeff3;}
#ProductDetail table tr:nth-child(1){background-color:#989898;}
