﻿@charset "utf-8";
@import url('../fonts/iconfont/iconfont.css');
@import url('../fonts/Montserrat-Regular.css');
@import url('../fonts/Montserrat-Bold.css');
@import url('../fonts/Montserrat-Medium.css');
@import url('../fonts/Montserrat-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;  字体延迟加载*****/
/**********样式重置**********/
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:#ed1c22;}
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:Montserrat-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;color:#333;line-height:1.5;font-size:16px;}
h1,h2,h3,h4,h5,h6,dt{font-weight:normal;}
h1,h2,h3,h4,dt{font-family:Montserrat-Bold,Arial,Verdana, Tahoma, Geneva,  sans-serif;}
h5{font-family:Montserrat-Medium,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:1320px;padding:0 15px;width:100%;margin:0 auto;}
.indexpage .container{max-width:1320px;}
.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:rgba(0,0,0,1);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);cursor:pointer;}
@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:sticky;top:0;transition:all 0.3s;background:#fff;}
header.iheader{background:transparent;position:fixed;}
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%);}

header.iheader{border-bottom: 1px solid #555;}
header.fixed{border-bottom:none;}
#Menu{display:flex;justify-content:start;transition:all 0.3s;position:relative;width:100%;padding:10px 0;}
#Menu .logo{padding:0;margin:0;}
#Menu .logo>a{height:70px;display:block;}
#Menu .logo img{position:relative;top:50%;transform:translate(0,-50%);}
#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:0;color:#000;padding:20px 20px;text-transform: uppercase;}
#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{color:#ed1c22;}
#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:"\e62d";font-family:iconfont;display:inline-block;margin-left:5px;vertical-align:top;font-size:14px;display:none;}
#Menu ul.menunav>li:not(:last-child){}
#Menu ul.menunav>li:nth-child(2){border-left:none;}
#Menu ul.menunav>li.active{}

header.iheader #Menu ul.menunav>li>a{color: #fff;}
header.iheader #Menu ul.menunav>li>a:hover,header.iheader #Menu ul.menunav>li.active>a{color: #ed1c22;}

.iheader.fixed #Menu ul.menunav>li>a{color: #000;}
#Menu ul.rightmenu{margin: auto 0 auto auto;}
#Menu ul.rightmenu>li{display:inline-block;}
#Menu ul.rightmenu>li>a{display: inline-block;}
@media (min-width:1450px) {
    #Menu .logo{margin-right: 120px;}
}
@media (min-width:1230px) {
    #Menu{max-width: 1790px;margin:0 auto;padding:10px 15px;}
}
@media (min-width:992px) and (max-width:1330px) {
    header .container{margin-right:0;}
    #logo{display:none;}
    #Menu{padding:10px 15px 10px}
    #Menu .logo{display:block;}
    #Menu .logo>a{height:60px;}
    #Menu .logo img{max-height:100%;}
    #Menu ul.menunav{text-align:right;}
    #Menu ul.menunav>li.logo{float:left;}
    #Menu ul.menunav>li.logo>a{height:50px;}
    #Menu ul.menunav>li>a{font-size:16px;padding:20px 5px;}
    #Menu ul.rightmenu>li.lang{}

    #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.rightmenu>li#lang{padding:13px 0;margin-right: 10px;}
#Menu ul.rightmenu>li#lang>a{border-bottom:none;border-left: 1px solid #606060;padding: 0 20px;display: inline-flex;line-height:24px;text-transform:uppercase;}
#Menu ul.rightmenu>li#lang>a>i{font-size:21px;display:block;line-height:24px;margin:0 auto;}
#Menu ul.rightmenu>li#lang>a>i.langico{margin-right:10px;}
#Menu ul.rightmenu>li#lang>a>i.langmore{margin-left:10px;font-size:12px;}
#Menu ul.rightmenu>li#lang>.dropdown-menu{left:auto;right:0;width: 120%;}
#Menu ul.rightmenu>li#lang>.dropdown-menu li img{margin-right: 10px;}
#Menu ul.rightmenu>li#lang>.dropdown-menu li>a{text-transform: capitalize;}
#Menu ul.rightmenu>li#lang>a:hover>i{color: #ed1c22;}

#Menu ul.rightmenu>li#search{padding:13px 20px;}
#Menu ul.rightmenu>li#search>a.btnSearch{display:inline-flex;border-radius:5px;line-height: 24px;}
#Menu ul.rightmenu>li#search>a.btnSearch>i{font-size:19px;display:inline-block;vertical-align:top;line-height: 24px;}
#Menu ul.rightmenu>li#search>a.btnSearch:hover>i{color: #ed1c22;}
#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.rightmenu>li#feed{padding: 5px 0;}
#Menu ul.rightmenu>li#feed .morelink{background: #ed1c22;border-radius: 50px;min-width: 0;padding: 5.5px 20px;color: #fff;display: block;}
#Menu ul.rightmenu>li#feed .morelink i{margin-right: 10px;color: #fff;}
#Menu ul.rightmenu>li#feed .morelink:hover{color: #fff;}

header.iheader #Menu ul.rightmenu>li>a{color: #fff;}
header.iheader #Menu ul.rightmenu>li>a:hover{color: #ed1c22;}
header.iheader #Menu ul.rightmenu>li>a i{color:#fff;}

header.fixed #Menu ul.rightmenu>li>a{color: #000;}
header.fixed #Menu ul.rightmenu>li>a i{color: #000;}

#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 #ed1c22;}
#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:not(:last-child)>a{border-bottom:1px solid #e5e5e5;}
#Menu ul>li ul.dropdown-menu>li>a>i{font-size:14px;line-height:24px;position:absolute;right:10px;}
#Menu ul>li ul.dropdown-menu>li:hover>a,#Menu ul>li ul.dropdown-menu>li>a:hover{background-color:#ed1c22;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:#ed1c22; -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:#ed1c22; -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:#ed1c22; -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:#ed1c22; -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:#ed1c22; -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:#ed1c22; -webkit-transform:translate(-50%,-50%) rotate(45deg); -moz-transform:translate(-50%,-50%) rotate(45deg); -o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg); -ms-transform:translate(-50%,-50%) rotate(45deg);}

@media (min-width:992px) and (max-width:1229px) {
    #Menu ul>li ul.dropdown-menu>li{padding-top:0;}
    #Menu ul>li ul.dropdown-menu>li>a{font-size:14px;}
    #Menu ul.rightmenu>li#lang{padding:13px 0;}
    #Menu ul.rightmenu>li#search{padding:13px 0;}
    #Menu ul.rightmenu>li#search>a.btnSearch{}
}
@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.iheader{position: relative;}
    header::after{display:none;}
    header .container{}
    header #menu_btn{ display: block;top:20px;}
    #top{display:none;}

    #logo{display:block;position:relative;width:100%;padding:10px 15px;float:none;background: #fff;}
    #logo a.logo{padding-top:0;padding-bottom:0;display:inline-block;height:50px;vertical-align:top;}
    #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;}

    #Menu .logo>a{padding:10px 10px;background-color:#fff;}
    #Menu .logo img{max-width:100%;top: 0;transform: inherit;max-height:100%;}
    
    #Menu ul.menunav>li>a>i {display:none;}

    #Menu{width:220px;position:fixed;left:-220px;top: 0px; bottom: 0px; background: #ed1c22; 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.rightmenu>li#lang{padding:8px 15px;color: #fff;}
    #Menu ul.rightmenu>li#lang>a{border-left:none;color: #fff;padding: 0;}
    #Menu ul.rightmenu>li#lang>a>i{display:none;}
    #Menu ul.rightmenu>li#lang>.dropdown-menu{padding-left:0;}
    #Menu ul.rightmenu>li#lang>.dropdown-menu>li>a{font-size:14px;line-height:24px;}

    #Menu ul.rightmenu>li#feed{width: 100%;padding: 0 15px;}
    #Menu ul.rightmenu>li#feed .morelink{background: #fff;color: #ed1c22;padding: 5px;line-height: 24px;}
    #Menu ul.rightmenu>li#feed .morelink i{color: #ed1c22;}

    #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:#ed1c22;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:#ed1c22;color:#fff;}
    
    #Menu ul>li ul.dropdown-menu ul.catemenu{display:block;left:0;border-left:none;padding-left:20px;}

    #Menu ul.rightmenu>li#search>a.btnSearch{display:none;}
    #Menu ul.rightmenu>li#search{background-color:transparent;padding:8px 15px;width:100%;}
    #Menu ul.rightmenu>li#search #SearchBox{position:relative;background:none;left:initial;right:initial;top:initial;bottom:initial;}
    #Menu ul.rightmenu>li#search #SearchBox .searchclose{display:none;}
    #Menu ul.rightmenu>li#search #SearchBox #sform{display:block;background-color:#fff;width:100%;border:1px solid #fff;margin:0;}
    #Menu ul.rightmenu>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.rightmenu>li#search #SearchBox #sbut{width:20%;height:30px;line-height:30px;background-color:#ed1c22;}
    #Menu ul.rightmenu>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,-50%);width:100%;}
#bframe .txt{position:relative;}
#bframe .txt h5{font-size:36px;line-height:1.2;color:#fff;position:relative;margin-bottom: 5px;}
#bframe .txt p{font-size:18px;line-height:24px;color:#fff;font-family:Montserrat-Light,Arial,Verdana,Tahoma, Geneva,sans-serif;margin-bottom: 15px;}
#bframe .txt .morelink{background: #ed1c22;border-radius: 50px;line-height: 28px;}
#ibframe img{width:100%;display:block;margin:0 auto;height:calc(100% * 1920 / 900);}
#ibframe .swiper-pagination{bottom:30px;}
#ibframe .swiper-pagination-bullet{width:12px;height:12px;border:none;margin:0 10px;border-radius:50%;}
#ibframe .swiper-pagination-bullet-active{background-color:#ed1c22;}
#ibframe .txt{position: absolute;top: 50%;left: 0;width: 100%;transform: translate(0,-50%);text-align: center;z-index: 2;}
#ibframe .btnlist{display:none;}
#ibframe .btnlist .swbtn{display:inline-block;width:50px;height:50px;line-height:50px;text-align:center;position:absolute;color:#fff;top:calc(50% - 25px);background-color:rgba(0,0,0,0.1);z-index:1;border-radius:50%;}
#ibframe .btnlist .swbtn>i{font-size:30px;}
#ibframe .btnlist .swbtn.btn-prev{left:calc(10px + 5vw);}
#ibframe .btnlist .swbtn.btn-next{right:calc(10px + 5vw);}
#ibframe .txt h3{font-size: 120px;color: #fff;text-transform: uppercase;line-height: 1;margin-bottom: 0px;}
#ibframe .txt h3 span{color: #ed1c22;}
#ibframe .txt p{font-size: 24px;color:#fff;margin-bottom: 40px;}
#ibframe .txt .morelink{background: transparent;color: #fff;border: 1px solid #fff;border-radius: 50px;padding:10px 25px;transition: all 0.5s;}
#ibframe .txt .morelink i{margin-left: 10px;font-size: 14px;line-height: 30px;}
#ibframe .txt .morelink:hover{color: #ed1c22;background: #fff;}
#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: 100%;}
#ibframe .video{position: relative;}
#ibframe .video::after{content: "";position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,0.65);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 .bgimg{height:280px;}
    #bframe .bgimg h2{top:45%;}
    #bframe .txt{}
    #bframe .txt h2{font-size:42px;}
    #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;}
    #bframe .txt h2{font-size:30px;}
    #bframe .txt:before{height:50px;top:calc(50% - 25px);}
    #bframe .txt p{font-size:14px;}
}
@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 .swiper-pagination{bottom:0;}
}

.frame{padding-top:60px;padding-bottom:55px;overflow:hidden;}
.indexpage .frame{padding-top: 90px;}
.frame .title{margin-bottom:40px;position:relative;}
.frame .title h3{font-size:40px;line-height:60px;position:relative;display:inline-block;color: #111;}
.indexpage .frame .title h3{font-size: 48px;}
.indexpage.frame .title h3{font-size: 48px;}
.frame .title>p{font-size:16px;margin-top: 20px;line-height: 32px;}
.frame .title h5{color: #ed1c22;line-height: 24px;padding-left: 65px;position: relative;margin-bottom: 20px;text-transform: uppercase;}
.frame .title h5::after{content: "";width: 45px;height: 2px;top: 50%;left: 0;position: absolute;background: #000;}
@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,.indexpage .frame .title h3,.indexpage.frame .title h3{font-size:30px;line-height:50px;}
    .frame .title h5{font-size: 22px;}
    .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 !important;padding-bottom:25px !important;}
    .frame .title{margin-bottom:15px;}
    .frame .title h3,.indexpage .frame .title h3,.indexpage.frame .title h3{font-size:24px;line-height:40px;}
    .frame .title h5{font-size: 20px;}
    .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-top:25px !important;padding-bottom:25px !important;}
    .frame .title{margin-bottom:15px;}
    .frame .title h3,.indexpage .frame .title h3,.indexpage.frame .title h3{font-size:20px;line-height: 30px;}
    .frame .title h5{font-size: 16px;margin-bottom: 0;}
    .frame .title p{font-size:14px;width:100%;line-height:24px !important;}
    .frame .title a.link{font-size:13px;line-height:20px;padding:0 20px;}
    .frame .title .line:before{content:"";width:150px;right:calc(50% + 35px);}
    .frame .title .line:after{content:"";width:150px;left:calc(50% + 35px);}
}

.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;}
@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-color:#fff;}
#frame1 .left{width:47%;}
#frame1 .left .morelink{background: #ed1c22;border-radius: 50px;font-size: 14px;line-height: 24px;padding: 14px 40px;margin-top: 25px;text-transform:uppercase;}
#frame1 .left .morelink i{font-size: 14px;margin-right: 15px;}
#frame1 .left .numlist{margin-bottom:40px;}
.numlist .item:not(:last-child){margin-bottom:20px;}
.numlist .info{margin-bottom:10px;}
.numlist .info h3{margin:0;font-size:17px;line-height:30px;}
.numlist .info p{margin:0;font-size:17px;line-height:30px;}
.numlist .item .bar{width:100%;height:6px;background-color:#e9e9e9;position:relative;}
.numlist .item .bar>p{position:absolute;height:5px;width:0;left:0;top:0;background-color:#ed1c22;}
#frame1 .right{width:50%;padding: 0 10px;}
#frame1 .item{width: 45%;margin-bottom: 40px;}
#frame1 .item i{font-size: 44px;color: #ed1c22;margin-bottom: 25px;display: block;line-height: 50px;}
#frame1 .item h4{font-size: 18px;margin-bottom: 10px;line-height: 24px;}
#frame1 .item p{line-height: 26px;}
@media (min-width:992px) and (max-width:1229px){
    #frame1 .left{padding-top:0;}
    #frame1 .left .intro h2{font-size:26px;line-height:1.3;margin-bottom:20px;}
    #frame1 .left .numlist{margin-bottom:30px;}
    .numlist .item:not(:last-child){margin-bottom:15px;}
}
@media (min-width:768px) and (max-width:991px){
    #frame1 .left{padding-top:0;width:100%;margin-bottom: 20px;}
    #frame1 .left .intro h2{font-size:26px;line-height:1.3;margin-bottom:20px;}
    #frame1 .left .numlist{margin-bottom:30px;}
    .numlist .item:not(:last-child){margin-bottom:15px;}
    #frame1 .right{width:100%;}
}
@media (min-width:1px) and (max-width:767px){
    #frame1 .left{padding-top:0;width:100%;margin-bottom: 20px;}
    #frame1 .left .intro h2{font-size:20px;line-height:1.3;margin-bottom:20px;}
    #frame1 .left .intro p{font-size:14px;line-height:1.5;}
    #frame1 .left .numlist{margin-bottom:30px;}
    #frame1 .item{width: 100%;}
    .numlist .item:not(:last-child){margin-bottom:15px;}
    #frame1 .right{width:100%;}
}


#frame2{background:#ebebeb url(/Template/Default/images/frame2.png.webp) no-repeat center center;padding-bottom: 70px;}
#frame2 .title{margin-bottom: 55px;}
#frame2 .title .left{max-width: 480px;width: 37%;}
#frame2 .title .right{max-width: 700px;width: 54%;padding-top: 45px;padding-right: 10px;}
#frame2 .title .right p{line-height: 32px;}
#frame2 .productlist{margin-bottom: 65px;}
#frame2 .productlist .item{width: calc((100% - 80px)/3);margin-right: 40px;text-align: center;margin-bottom: 30px;background: #fff;box-shadow: 4px 0 9px rgba(0,0,0,0.1);}
#frame2 .productlist .item:nth-child(3n){margin-right: 0;}
#frame2 .productlist .item .txt{padding: 20px 30px 35px;}
#frame2 .productlist .item p{margin-bottom: 20px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#frame2 .morelink{background-color:#ed1c22;border-radius: 50px;font-size: 14px;padding: 8px 30px;transition: all 0.3s;text-transform: uppercase;}
#frame2 .item:hover .morelink{background: #000;}
#frame2 .morelink i{margin-right: 10px;font-size: 14px;}
#frame2 .numlist .item i{font-size: 45px;color: #ed1c22;margin-right: 25px;}
#frame2 .numlist .item h4{font-size: 56px;line-height: 1;margin-bottom: 15px;color: #101010;}
#frame2 .numlist .item p{color: #101010;line-height: 26px;}
@media (min-width:992px) and (max-width:1229px) {
    #frame2 .productlist .item{width: calc((100% - 40px)/3);margin-right: 20px;margin-bottom: 20px;}
}
@media (min-width:768px) and (max-width:991px){
    #frame2 .productlist .item{width: calc((100% - 20px)/3);margin-right: 10px;margin-bottom: 10px;}
    #frame2 .numlist .item{width: 50%;}
    #frame2 .numlist .item h4{font-size: 40px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame2 .title{margin-bottom: 20px;}
    #frame2 .productlist .item{width: calc((100% - 10px)/2);margin-right: 10px;margin-bottom: 10px;}
    #frame2 .productlist .item:nth-child(3n){margin-right: 10px;}
    #frame2 .productlist .item:nth-child(2n){margin-right: 0;}
    #frame2 .numlist .item{width: 100%;}
    #frame2 .numlist .item h4{font-size: 30px;}
    #frame2 .morelink{padding: 5px 15px;}
    #frame2 .productlist .item .txt{padding: 10px;}
}
@media (max-width:991px){
    #frame2 .title .left,#frame2 .title .right{max-width: 100%;width: 100%;}
    #frame2 .title .right{padding-top: 0;}
}
/*@media (max-width:500px){
    #frame2 .productlist .item{width: 100%;margin-right: 0;}
}*/
#frame3{background:#ebebeb url(/Template/Default/images/frame3.png.webp) no-repeat center center;background-attachment: fixed;position: relative;padding-bottom: 130px;}
#frame3 .title{max-width: 475px;width: 100%;margin-bottom: 15px;}
#frame3 .title h3{color: #fff;}
#frame3 .title h5::after{background: #fff;}
#frame3 .left{width: 60%;max-width: 770px;}
#frame3 .left li{color: #fff;line-height: 31px;padding: 15px 40px 20px;border-bottom: 1px solid #505050;position: relative;font-family:Montserrat-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#frame3 .left li::before{content: "\e715";color: #ed1c22;position: absolute;left: 0;font-size: 22px;top: 20px;}
#frame3 .left li span{color: #ed1c22;font-weight: bold;font-family:Montserrat-Bold,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#frame3 .right{position: absolute;width: 50%;right: 0;top: 0;height: 100%;}
@media (min-width:992px) and (max-width:1229px) {
    #frame3 .list .item i{font-size:60px;}
}
@media (min-width:768px) and (max-width:991px){
    
    #frame3 .list .item{padding:30px 15px;}
    #frame3 .list .item i{font-size:60px;}
    #frame3 .list .item p{font-size:16px;margin-bottom:10px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame3{padding-bottom: 60px;}
    #frame3 .left{width: 100%;max-width:100%;margin-bottom: 50px;}
    #frame3 .right{width: 100%;position: relative;padding-top: 100px;}
    #frame3 .list .item{padding:20px 10px;width:calc((100% - 30px)/3);}
    #frame3 .list .item i{font-size:40px;margin-bottom:5px;}
    #frame3 .list .item p{font-size:16px;margin-bottom:10px;}
}

#frame4{padding-bottom: 80px;}
#frame4 .title{margin-bottom: 70px;}
#frame4 .title .right{margin-bottom: 5px;margin-top: auto;}
#frame4 .title .morelink{border-radius: 50px;background: #ed1c22;padding: 10px 40px;font-size: 14px;text-transform: uppercase;}
#frame4 .title .morelink i{margin-right: 10px;font-size: 14px;}
#frame4 .list .item_list{width: calc((100% - 15px)/2);position: relative;overflow: hidden;transition: all 0.3s;}
#frame4 .list .item_list:first-child{margin-right: 15px;}
#frame4 .list .item_list>a>.txt h4{font-size: 24px;}
#frame4 .list .item{width: calc((100% - 15px)/2);position: relative;margin-right: 15px;}
#frame4 .list .item:nth-child(2n){margin-right: 0;}
#frame4 .list .txt{position: absolute;top: 0;bottom: 0;left: 0;right: 0;text-align: center;background: rgba(0,0,0,0.38);transform: scale(0);transition: all 0.5s;}
#frame4 .list .txt h4{color: #fff;}
#frame4 .list .txt i{color: #fff;font-size: 40px;}
#frame4 .list .item_list>a>.img img{transition: all 0.3s;}
#frame4 .list .item_list:hover>a>.img img{transform: scale(1.1);}
#frame4 .list .item_list:hover>a>.txt{transform: scale(1);}
#frame4 .list .item:hover .txt{transform: scale(1);}
#frame4 .list .item:nth-child(1),#frame4 .list .item:nth-child(2){margin-bottom: 15px;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
}
@media (min-width:1px) and (max-width:767px) {
    #frame4{padding-bottom: 20px;}
    #frame4 .title{margin-bottom: 20px;}
    #frame4 .list .item_list{width: 100%;margin-bottom: 10px;}
    #frame4 .list .item_list:first-child{margin-right: 0px;}
}


#frame5{background: #f3f1f0;padding-bottom: 90px;}
#frame5 .title{margin-bottom: 55px;}
#frame5 .title .left{max-width: 480px;width: 37%;}
#frame5 .title .right{max-width: 700px;width: 54%;padding-top: 45px;padding-right: 10px;}
#frame5 .title .right p{line-height: 32px;}
#frame5 .list{position: relative;}
#frame5 .list img{width: 100%;}
#frame5 .list .item{display: flex;position: absolute;}
#frame5 .list .item span{width: 20px;height:20px;border-radius: 50%;background:#ed1c22 ;display: inline-block;position: relative;margin-right: 10px;}/*rgba(237, 28, 34,50%)*/
#frame5 .list .item span:before,
#frame5 .list .item span:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(207, 68, 73,50%);
    -webkit-animation: cplay 5s infinite;
    animation: cplay 5s infinite;
}

#frame5 .list .item span:before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    content: "";
}

#frame5 .list .item span:after {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    content: "";
}
#frame5 .list .item:nth-child(2){top: 25%;left: 15%;}
#frame5 .list .item:nth-child(3){top: 68%;left: 27.5%;}
#frame5 .list .item:nth-child(4){top: 24%;left: 52%;}
#frame5 .list .item:nth-child(5){top: 38%;left:58.5%;}
#frame5 .list .item:nth-child(6){top: 30%;left: 75%;}
#frame5 .list .item:nth-child(7){top: 38.5%;left: 50%;}
#frame5 .list .item:nth-child(8){top: 75%;left: 52.5%;}
#frame5 .list .item:nth-child(9){top: 15%;left: 67.5%;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
    #frame5 .title .left{width: 100%;max-width: 100%;}
    #frame5 .title .right{width: 100%;max-width: 100%;padding-top: 0px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame5{padding-bottom: 20px;}
    #frame5 .title .left{width: 100%;max-width: 100%;}
    #frame5 .title .right{width: 100%;max-width: 100%;padding-top: 0px;}
    #frame5 .list .item p{font-size: 12px;}
}

#frame6{padding-bottom: 80px;}
#frame6 .title{margin-bottom: 60px;}
#frame6 .title .right{margin-bottom: 5px;margin-top: auto;}
#frame6 .title .morelink{border-radius: 50px;background: #ed1c22;padding: 10px 40px;font-size: 14px;text-transform: uppercase;}
#frame6 .title .morelink i{margin-right: 10px;font-size: 14px;}
#frame6 .list .item{width: calc((100% - 40px)/3);margin-right: 20px;box-shadow: 5px 0 21px rgba(0,0,0,0.17);}
#frame6 .list .item:nth-child(3){margin-right: 0;}
#frame6 .list .item .info{padding: 25px 15px;}
#frame6 .list .item .info .date{color: #9a9a9a;line-height: 26px;margin-bottom: 15px;display: inline-block;}
#frame6 .list .item .info i{color: #ed1c22;margin-right: 10px;}
#frame6 .list .item .info h4{font-size: 18px;color: #666666;}
#frame6 .list .item .img{position: relative;overflow: hidden;}
#frame6 .list .item .img .txt{position: absolute;top: 0;bottom: 0;left: 0;right: 0;text-align: center;background: rgba(0,0,0,0.48);transform: scale(0);transition: all 0.5s;}
#frame6 .list .item .img .txt i{color: #fff;font-size: 40px;}
#frame6 .list .item .img img{width: 100%;height: 100%;}
#frame6 .list .item:hover h4{text-decoration: underline;}
#frame6 .list .item:hover .img .txt{transform: scale(1);}
@media (min-width:1px) and (max-width:767px) {
    #frame6 .title{margin-bottom: 20px;}
    #frame6 .list .item .info .date{margin-bottom: 5px;font-size: 14px;}
    #frame6 .list .item .info{padding: 10px;}
    #frame6 .list .item .info h4{font-size: 16px;}
    #frame6 .list .item{width: 100%;margin-bottom: 10px;margin-right: 0;}
}
#frame7{position: relative;background: #000;padding-bottom: 80px;}
#frame7::after{position: absolute;width: 100%;height: 100%;top: 0;left: 0;bottom: 0;right: 0;content: "";background:url(/Template/Default/images/frame7.png.webp) no-repeat;background-attachment: fixed;}
#frame7 .container{position: relative;z-index: 1;}
#frame7 .title h3{color: #fff;}
#frame7 .title h5::after{background: #fff;}
#frame7 .subscribeBox .inputgroup{width: 100%;margin-bottom: 20px;}
#frame7 .subscribeBox .inputgroup.half{width: 32.5%;}
#frame7 .subscribeBox .inputgroup input{background-color:#fff;height:52px;padding:5px 15px;display:block;width:100%;box-shadow: 4px 4px 9px rgba(0,0,0,0.35) inset;}
#frame7 .subscribeBox .inputgroup textarea{background-color:#fff;height:115px;padding:15px 15px;display:block;width:100%;box-shadow: 4px 4px 9px rgba(0,0,0,0.35) inset;margin-bottom: 5px;}
#frame7 .subscribeBox .inputgroup input::placeholder,#frame7 .subscribeBox .inputgroup textarea::placeholder{color: #ccc;}
#frame7 .subscribeBox .btnSubmit{padding:12px 60px;font-size:18px;line-height:32px;text-align:center;background-color:#ed1c22;color:#fff;text-transform:capitalize;border-radius:50px;overflow:hidden;display: inline-flex;}
#frame7 .subscribeBox .btnSubmit i{margin-right: 10px;font-size: 27px;line-height: 32px;}
@media (min-width:992px) and (max-width:1229px) {
    #frame7 .box{padding:30px;}
    #frame7 .tit h2{font-size:30px;}
}
@media (min-width:768px) and (max-width:991px){
    #frame7{margin-bottom:-40px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame7 .subscribeBox .btnSubmit{font-size: 14px;padding: 5px 15px;width: 100%;justify-content: center;}
    #frame7 .subscribeBox .btnSubmit i{font-size: 20px;}
    #frame7 .subscribeBox .inputgroup{margin-bottom: 10px;}
    #frame7 .subscribeBox .inputgroup.half{width: 100%;}
    #frame7 .subscribeBox .inputgroup input{height: 40px;}
    #frame7{padding-top:20px;padding-bottom:20px;}
    #frame7 .tit{width:100%;margin-bottom:15px;}
    #frame7 .subscribeBox{width:100%;} 
}


.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:140px;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:#161616;padding-top:80px;}
footer .footinfo{text-align:center;margin-bottom:50px;}
footer .footinfo p{font-size:18px;line-height:30px;color:#fff;margin-bottom:20px;}

#fck1{width:21%;margin:0;}
#fck2{width:42%;margin:0;padding: 0 75px 0 80px;border-right: 1px solid #272727;border-left: 1px solid #272727;}
#fck3{width:37%;margin:0;padding-left: 80px;}
#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 .list{padding-bottom:50px;}
footer dl dt{font-size:24px;line-height:1.5;margin-bottom:10px;position:relative;color: #fff;text-transform: uppercase;font-family:Montserrat-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;}
footer dl dd{font-size:16px;line-height:1.5;position:relative;margin-bottom:8px;color:#d0d0d0;font-family:Montserrat-Light,Arial,Verdana,Tahoma, Geneva,sans-serif;}
footer dl .line{display: flex;margin-bottom: 20px;}
footer dl .line span{width: 8px;height: 2px;background: #ed1c22;margin-right: 2px;}
footer dl .line span:first-child{width: 40px;height: 2px;background: #ed1c22;margin-right: 2px;}
footer dl .line span:last-child{width: 3px;height: 2px;background: #ed1c22;}
footer dl dd>a{font-size:16px;line-height:1.5;display:inline-block;color:#d0d0d0;font-family:Montserrat-Light,Arial,Verdana,Tahoma, Geneva,sans-serif;}
footer dl dd em{display:inline-block;margin-right:5px;vertical-align:middle;transition:all 0.2s;font-family: iconfont;content: "\e62d";color: #fff;}
footer dl dd>a:hover{}

#fck1 dl dd{line-height:48px;margin-bottom:0px;display: flex;}
#fck1 dl dd>i{color: #ed1c22;font-size: 27px;line-height: 48px;margin-right: 10px;}
#fck1 dl dd a{line-height: 48px;}
.footshare{padding-top: 5px;}
.footshare>a>i{color: #fff;font-size: 24px;}
.footshare{text-align:center;}
.footshare>a{text-align:center;display:inline-block;margin-right:20px;}
.footshare>a.ico_youtube:hover>i{color:#ef2638;}
.footshare>a.ico_linkedin:hover>i{color:#0b66c1;}
.footshare>a.ico_facebook:hover>i{color:#3a59a3;}
.footshare>a.ico_twitter:hover>i{color:#1da1f3;}
.footshare>a.ico_instagram:hover>i{color:#d13e79;}
.footshare>a.ico_skype:hover>i{color:#01aef0;}
.footshare>a.ico_wechat:hover>i{color:#13c939;}
.footshare>a.ico_whatsapp:hover>i{color:#21a937;}

#fck2 dl dd{margin-bottom: 20px;}
#fck2 dl dd.subscribeBox{position: relative;}
#fck2 dl dd.subscribeBox input{width: 100%;border-radius: 25px;padding: 12px 20px;font-size: 14px;font-family:Montserrat-Light,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#fck2 dl dd.subscribeBox .btnSubmit{position: absolute;right: 5px;top: 50%;transform: translate(0,-50%);background: #ed1c22;border-radius: 20px;padding:5px 20px;}
#fck2 dl dd.subscribeBox .btnSubmit:hover{color: #fff;}
#fck3 dl dd i{font-size: 12px;display: inline-block;margin-right: 10px;line-height: 24px;}
#fck3 dl dd{margin-bottom: 20px;}
#fck3 dl dd:last-child a{color: #ed1c22;}

.foot_by{overflow:hidden;text-align:center;padding-top:20px;padding-bottom:30px;border-top:1px solid #272727;}
.foot_by .footdiv{font-size:16px; line-height:30px;margin:0;display:inline-block;color: #737373;font-family:Montserrat-Light,Arial,Verdana,Tahoma, Geneva,sans-serif;}
.foot_by .footdiv a{display:inline-block; font-size:16px; line-height:30px;color: #737373;}
.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:#ed1c22;}
footer .language{padding: 30px 0 20px;border-top: 1px solid #272727;}
footer .language ul li{margin-bottom: 10px;}
footer .language ul li img{width: 26px;height: 26px;border-radius: 50%;border: 1px solid #8b8b8b;line-height: 26px;margin-right: 10px;}
footer .language ul li a{line-height: 26px;margin-right: 20px;}
footer .language ul li a span{color: #d0d0d0;font-family:Montserrat-Light,Arial,Verdana,Tahoma, Geneva,sans-serif;}

@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;}
    
    #fck1{width:100%;margin:0 0 30px;}
    #fck2{width:50%;margin:0;border-left: none;padding: 0 20px;}
    #fck3{width:50%;margin:0;}
    
    #fck1 dl{display: flex;flex-wrap: wrap;}
    #fck1 dl dt{width: 100%;}
    #fck1 dl dd{width: 50%;}
    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{padding-top:40px;padding-bottom:50px;}
    footer .footinfo p{font-size:16px;line-height:1.5;}
    #fck1 dl{display: flex;flex-wrap: wrap;}
    #fck1 dl dt{width: 100%;}
    #fck1 dl dd{width: 50%;}
    footer .list{padding-bottom: 20px;}
    #fck1 dl dd.footshare{width: 100%;}

    .footmenu{border-radius:0;padding:0;justify-content:flex-start;}
    
    #fck1{width:100%;margin-bottom:10px;}
    #fck2{width:100%;margin-bottom:10px;border: none;padding: 0;}
    #fck3{width:100%;margin-bottom:10px;padding: 0;}
        
    #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;}

    
    .footshare>a{margin-right:8px;}

    
    footer dl{margin-bottom:0;}
    footer dl dt{font-size:16px;margin-bottom:0;padding-bottom:8px;}
    footer dl dt::after{content:"\e62d";font-family:iconfont;margin-left:10px;font-size:16px;transform:rotate(90deg);display:inline-block;}
    footer dl dd{display:none;font-size:14px;line-height:1.5;}
    footer dl dd>a{font-size:14px;}
    footer dl dd p{font-size:12px;}
    footer dl.catelist dd>a{font-size:12px;}
    #fck1 dl dt::after{display: none;}
    .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:1;background-color:#fff;}
#mobMenu .foot_nav{width:25%;float:left;text-align:center;color: #898989;font-size:14px;text-transform: capitalize;}
#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:#ed1c22;box-shadow:0 0 10px #ed1c22;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:80px;height:80px;text-align:center;background:#ed1c22;position:relative;cursor:pointer;padding-top: 15px;}
#float .ico#GoTop{padding: 0;}
#float .ico#GoTop i{line-height: 80px;}
#float .ico.whatsapp{background: #aa3337;}
#float .ico.youtube{background: #cf4449;}
#float .ico.email{background: #2c2c2c;}
#float .ico>i{font-size:30px;display:block;color:#fff;line-height: 1;}
#float .ico>span{font-size: 12px;color: #fff;line-height: 1;}
#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;}
@media (min-width:1px) and (max-width:991px){
    #float .ico{width: 60px;height: 60px;padding-top: 5px;}
    #float .ico>span{font-size: 10px;}
    #float .ico#GoTop i{line-height: 60px;}
    #float .ico>i{font-size:30px;}
    #float .ico>.img{right:60px;}
}

#floatfeedback{position: fixed;top: 0;left:0;z-index: 999;right: 0;bottom: 0;background: rgba(0,0,0,0.5);transform: scale(0);transition: all 0.3s;}
#floatfeedback.show{transform: scale(1);}
#floatfeedback .frame_title{margin-bottom: 20px;}
#floatfeedback .frame_title h4{text-transform: capitalize;font-size: 40px;}
#floatfeedback .feedbackbox{position: relative;padding: 50px;border-radius: 20px;background: #fff;margin:100px auto;max-width: 1000px;max-height: 600px;}
#floatfeedback .feedbackbox .feedclose{position: absolute;top: 20px;right: 20px;cursor: pointer;}
#floatfeedback .feedbackbox .inputgroup{width: 100%;margin-bottom: 20px;}
#floatfeedback .feedbackbox .inputgroup.half{width: 48.5%;}
#floatfeedback .feedbackbox .inputgroup input{background-color:#fff;height:52px;padding:5px 15px;display:block;width:100%;box-shadow: 0 0 9px rgba(0,0,0,0.35);}
#floatfeedback .feedbackbox .inputgroup textarea{background-color:#fff;height:115px;padding:15px 15px;display:block;width:100%;box-shadow: 0 0 9px rgba(0,0,0,0.35);margin-bottom: 5px;resize: none;}
#floatfeedback .feedbackbox .inputgroup input::placeholder,#floatfeedback .feedbackbox .inputgroup textarea::placeholder{color: #ccc;}
#floatfeedback .feedbackbox .morelink{padding:12px 60px;font-size:18px;line-height:32px;text-align:center;background-color:#ed1c22;color:#fff;text-transform:capitalize;border-radius:10px;overflow:hidden;}
@media (min-width:992px) and (max-width:1229px){
    #floatfeedback .btnli{margin-top:0;}
}
@media (min-width:768px) and (max-width:991px){
    #floatfeedback .btnli{margin-top:0;}
    #floatfeedback .input{height:45px;}
}
@media (min-width:1px) and (max-width:767px){
    #floatfeedback .half{width:100%;margin:0 0 15px;}
    #floatfeedback .input{height:40px;}
    #floatfeedback .btnli{margin-top:0;}
}
/*共用*/
#Location{width:100%;padding-top:20px;padding-bottom:20px;background-color:#f4f4f4;}
#Location .location{}
#Location .location:before{content:"";font-family:iconfont;font-size:20px;vertical-align:top;line-height:24px;margin-right:5px;display:none;}
#Location .location a{display:inline-flex;font-size:15px;line-height:24px;color:#888;text-transform: capitalize;}
#Location .location a i{font-size: 16px;margin-right: 10px;display: inline-block;}
#Location .location a:not(:last-child)::after{content:"\e624";margin:0 5px;vertical-align:top;font-family: iconfont;font-size: 10px;line-height: 24px;display: inline-block;}
#Location .location a:last-child{}
#Location .location a:hover{color:#ed1c22;}
#Location .location span{font-size:15px;line-height:24px;color:#555555;text-transform: capitalize;}
@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) {
    #Location .location{}
    #Location .location a{font-size:14px;line-height:18px;}
    #Location .location a:first-child:before{font-size:16px;}
    #Location .location a:not(:last-child)::after{line-height: 18px;}
    #Location .location span{font-size:14px;line-height:18px;}
}
@media (min-width:1px) and (max-width:767px) {
    #Location{padding: 5px;}
    #Location .location a:not(:last-child)::after{line-height: 18px;}
    #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_news{max-width: 450px;width: 33%;float: right;}
#left_news dl>dd:nth-child(2){padding-top: 20px;}
#left_news dl.news_list{overflow:hidden;margin-bottom:30px;}
#left_news dl.news_list>dt{padding:20px 35px;font-size:24px;line-height:28px;position:relative;background-color:#ed1c22;color:#fff;text-transform: capitalize;font-family:Montserrat-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#left_news dl.news_list>dt>i{display:inline-block;font-size:30px;line-height:30px;margin-right:8px;vertical-align:top;}
#left_news dl.news_list>dd{position:relative;cursor:pointer;background-color:#f3f3f3;padding:0 35px 0 50px;border-right: 1px solid #e3e3e3;border-left: 1px solid #e3e3e3;}
#left_news dl.news_list>dd:nth-child(2){border-top: 1px solid #e3e3e3;padding-top: 20px;}
#left_news dl.news_list>dd:last-child{padding-bottom:20px;border-bottom: 1px solid #e3e3e3;}
#left_news dl.news_list>dd>a{display:block;font-size:18px;line-height:30px;position:relative;padding:8px 0;border-bottom:1px solid #f4f4f4;}
#left_news dl.news_list>dd>a::before{content: "\e6ed";font-family: iconfont;position: absolute;left: -25px;top: 10px;}

#left_news .subscribeBox{width: 100%;padding: 30px;background: #f3f3f3;border: 1px solid #ebebeb;margin-bottom: 30px;}
#left_news .subscribeBox dt{font-size: 24px;line-height: 28px;}
#left_news .subscribeBox input,#left_news .subscribeBox textarea{width: 100%;border: 1px solid #ebebeb;padding:10px 15px;margin-bottom: 10px;font-family:Montserrat-Light,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#left_news .subscribeBox input::placeholder,#left_news .subscribeBox textarea::placeholder{color: #999;}
#left_news .subscribeBox textarea{resize:none;height: 130px;margin-bottom: 20px;}
#left_news .subscribeBox .btnSubmit{padding: 7px 30px;font-size: 18px;line-height: 32px;text-align: center;background-color: #ed1c22;color: #fff;text-transform: capitalize;border-radius: 50px;overflow: hidden;overflow-x: hidden;overflow-y: hidden;display: inline-flex;margin-bottom: 30px;}
#left_news .subscribeBox .btnSubmit i{font-size: 27px;margin-right: 10px;}
@media (min-width:768px) and (max-width:991px) {
    #left_news{width:100%;padding-right:0;padding-left:0;margin-bottom:20px;float: none;max-width: 100%;}
    #left_news .subscribeBox{padding: 15px;}
    #left_news dl>dd{display:none;}

    #left_news .subscribeBox .btnSubmit{margin-bottom: 0;}
}
@media (min-width:1px) and (max-width:767px) {   
    #left_news{width:100%;padding-right:0;padding-left:0;margin-bottom:20px;float: none;max-width: 100%;}
    #left_news .subscribeBox{padding: 15px;margin-bottom: 10px;}
    #left_news .subscribeBox dt,#left_news dl.news_list>dt{font-size:18px;}
    #left_news dl>dd{display:none;}
    #left_news dl.news_list>dt{padding: 15px;}
    #left_news dl.news_list>dd{padding-left: 35px;}
    #left_news dl.news_list>dd>a{font-size: 14px;}

    #left_news .subscribeBox .btnSubmit{margin-bottom: 0;}
    #left_news .subscribeBox .btnSubmit i{font-size: 20px;}
}



#left_nav{width:350px;position: relative;}
#left_nav dl{width: 100%;}
#left_nav dl.levitation{position:sticky;top:120px;}
#left_nav dl>dt{padding:7px 0px;font-size:26px;line-height:42px;position:relative;background-color:#ed1c22;color:#fff;text-align: center;text-transform: uppercase;font-family:Montserrat-Medium,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#left_nav dl>dt>i{display:inline-block;font-size:30px;line-height:30px;margin-right:8px;vertical-align:top;}
#left_nav dl>dd{position:relative;cursor:pointer;background-color:#f8f8f8;padding:0 10px 0 20px;border-right: 1px solid #efefef;border-left: 1px solid #efefef;}
#left_nav dl>dd:nth-child(2){padding-top:5px;border-top: 1px solid #efefef;}
#left_nav dl>dd:last-child{padding-bottom:30px;border-bottom: 1px solid #efefef;}
#left_nav dl>dd>a{display:block;font-size:18px;line-height:30px;position:relative;padding:10px 0;border-bottom:1px solid #eee;font-family:Montserrat-Medium,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#left_nav dl>dd>i{position:absolute;right:5px;top:10px;display:inline-block;width:30px;height:30px;text-align:center;display:none;}
#left_nav dl>dd>i:before{content:"\e7f9";font-size:16px;line-height:30px;width:30px;height:30px;display:block;}
#left_nav dl>dd.active:before{background-color:#ed1c22;}
#left_nav dl>dd.active>a,#left_nav dl>dd:hover>a{color:#ed1c22;}
#left_nav dl>dd ul{transition:all 0s;padding-top: 5px;}
#left_nav dl>dd.active>ul{display:block;}
#left_nav dl>dd ul>li{padding:10px 0;}
#left_nav dl>dd ul>li>a{display:block;font-size:14px;line-height:24px;position:relative;padding:0 0 0 30px;color:#8f99a5;font-family:Montserrat-Light,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#left_nav dl>dd ul>li>a:before{content:"\e6ed";position:absolute;left:0;top:0px;font-family: iconfont;color: #333;}
#left_nav dl>dd ul>li.active{border-bottom:1px solid #ed1c22;}
#left_nav dl>dd ul>li.active>a,#left_nav dl>dd ul>li:hover>a{color:#ed1c22;}
#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-left: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:"\e62d";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;}
    #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;}
}
@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;font-size:18px;display:block;line-height: 24px;}
    #left_nav dl>dt:after{content:"\e62d";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;}
    #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 .LeftProduct{margin-top:40px;}
#left_nav .LeftProduct h2{padding:20px 25px;font-size:24px;line-height:30px;position:relative;background-color:#ed1c22;color:#fff;margin-bottom:10px;}
#left_nav .LeftProduct .list{background-color:#fff;padding:35px 50px 20px;position:relative;}
#left_nav .LeftProduct .list .item .pic{border:1px solid #ddd;}
#left_nav .LeftProduct .list .item h3{font-size:15px;line-height:24px;color:#535353;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:Roboto-Regular,Arial, Helvetica, sans-serif;margin-top:15px;text-align:center;}
#left_nav .LeftProduct .swbtn{position:absolute;top:calc(50% - 20px);z-index:2;}
#left_nav .LeftProduct .swbtn>i{display:block;width:25px;height:40px;line-height:40px;font-size:20px;color:#fff;background-color:#ed1c22;text-align:center;}
#left_nav .LeftProduct .swbtn:hover>i{background-color:#ed1c22;}
#left_nav .LeftProduct .swbtn.btn-prev{left:13px;transform:rotateY(180deg);}
#left_nav .LeftProduct .swbtn.btn-next{right:13px;}
@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:900px;}
@media (min-width:992px) and (max-width:1229px) {
    #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;}
}


/*关于我们*/
#ab_info{}
#ab_info .left{width: 53%;}
#ab_info .right{width: 43%;}
#ab_info .right .img{height: 100%;}
#ab_info .right .swiper-container{height: 100%;}
#ab_info .right .img img{height: 100%;object-fit: cover;width: 100%;}
#ab_info .right .swbtn{position: absolute;top: 50%;transform: translate(0,-50%);z-index: 1;}
#ab_info .right .swbtn i{font-size: 34px;color: #fff;}
#ab_info .right .btn-prev{left: 5px;}
#ab_info .right .btn-next{right:5px;}
#ab_info .right .swbtn:hover i{color: #ed1c22;}
#ab_info .tit h4{font-size:40px;line-height:46px;color:#ed1c22;text-transform:uppercase;margin-bottom:15px;}
#ab_info .tit .line{width: 35px;height: 3px;background: #ed1c22;margin-bottom: 20px;}
#ab_info .tit p{font-size:24px;line-height:30px;margin:0 0 10px;text-transform: uppercase;}
#ab_info .content{font-size:15px;line-height:28px;color:#666;font-family:Montserrat-Light,Arial,Verdana,Tahoma, Geneva,sans-serif ;}
#ab_info .flex_between{margin-bottom: 45px;}
#ab_info .numlist .item{text-align: center;}
#ab_info .numlist .item i{font-size: 60px;color: #ed1c22;}
#ab_info .numlist .item h4{font-size: 52px;line-height: 1;}
#ab_info .numlist .item p{font-family:Montserrat-Light,Arial,Verdana,Tahoma, Geneva,sans-serif ;color: #999;line-height: 30px;}
@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 .left,#ab_info .right{width: 100%;margin-bottom: 20px;}
    #ab_info .right .swbtn i{font-size: 34px;color: #ccc;}
    #ab_info .content{font-size:14px;line-height:1.8;}
    #ab_info .tit h4{font-size:28px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ab_info .numlist .item h4{font-size: 30px;line-height: 1;}
    #ab_info .left,#ab_info .right{width: 100%;margin-bottom: 20px;}
    #ab_info .content{font-size:14px;line-height:1.8;}
    #ab_info .tit h4{font-size:20px;}    
}

#aboutframe2{position: relative;padding-bottom: 80px;}
#aboutframe2 .left,#aboutframe2 .right{width: 50%;}
#aboutframe2 .left::after{content: "";position: absolute;width: 50%;height: 100%;background: url(/Template/Default/images/aboutframe2_left.png.webp) no-repeat;background-size: cover;left: 0;top: 0;}
#aboutframe2 .right::after{content: "";position: absolute;width: 50%;height: 100%;background: url(/Template/Default/images/aboutframe2_right.png.webp) no-repeat;background-size: cover;right: 0;top: 0;}
#aboutframe2 .detail{position: relative;z-index: 1;}
#aboutframe2 .detail h5{color: #fff;font-size: 40px;margin-bottom: 15px;}
#aboutframe2 .detail p{color: #fff;line-height: 32px;}
#aboutframe2 .left .detail{padding-right: 160px;}
#aboutframe2 .right .detail{padding-left: 85px;}
@media  (max-width:991px){
    #aboutframe2 .container{padding: 0;}
    #aboutframe2 .left,#aboutframe2 .right{width: 100%;position: relative;}
    #aboutframe2 .left .detail,#aboutframe2 .right .detail{padding: 20px 15px;}
    #aboutframe2 .detail h5{font-size: 24px;margin-bottom: 5px;}
    #aboutframe2 .detail p{line-height: 1.5;}
    #aboutframe2 .left::after,#aboutframe2 .right::after{width: 100%;}
}
#aboutframe3{position: relative;background: #f6f6f6;padding-bottom: 90px;}
#aboutframe3 .left{width: 50%;}
#aboutframe3 .left::after{content: "";position: absolute;width: 50%;height: 100%;background: url(/Template/Default/images/aboutframe3.png.webp) no-repeat;background-size: cover;right: 0;top: 0;}
#aboutframe3 .detail{padding-right: 70px;}
#aboutframe3 h3{font-size: 40px;margin-bottom: 10px;}
#aboutframe3 p{font-size: 24px;margin-bottom: 25px;}
#aboutframe3 li{font-family:Montserrat-Light,Arial,Verdana,Tahoma, Geneva,sans-serif ;color: #666;line-height: 28px;position: relative;padding-left: 25px;margin-bottom: 15px;}
#aboutframe3 li::after{content: "";position: absolute;left: 0;top: 10px;width: 10px;height: 10px;border-radius: 50%;background: #ed1c22;}
@media  (max-width:991px){
    #aboutframe3 .left{width: 100%;}
    #aboutframe3 .detail{padding-right: 0;}
    #aboutframe3 .left::after{position: relative;display: block;}
}


#history{background:#333 url(/Template/Default/images/history.png.webp) no-repeat;padding-bottom: 85px;}
#history .title h3{color: #fff;text-transform: capitalize;}
#history .list{position:relative;}
#history .swiper-container{padding-top: 50px;margin-bottom: 30px;}
#history .swiper-container:before{content:"";width:100%;height:1px;background:#a0a0a0;position:absolute;left:0;top:50px;}
#history .swiper-slide{position:relative;display:inline-block;padding: 30px 25px;}
#history .swiper-slide:before{content:"";width:85px;height:1px;background-color:#a0a0a0;position:absolute;top:0;transform: rotate(-45deg);left: -10px;}
#history .swiper-slide h3{font-size:36px;line-height:46px;margin:0 auto 5px;position:relative;color:#ed1c22;}
#history .swiper-slide p{color: #dbdbdb;line-height: 30px;height: 90px;}
#history .swiper-slide.hide{visibility: hidden;}
#history .swiper-slide .contbox{visibility: hidden;}
#history .swiper-slide-active .contbox{visibility: visible;}
#history .swiper-slide:hover h3{color: #fff;}
#history .btnlist{width: 100%;text-align: center;}

#history .swbtn{display: inline-block;margin:0 10px;}
#history .swbtn>i{display:block;width:60px;height:60px;line-height:60px;font-size:24px;color:#989898;background-color:transparent;text-align:center;border: 1px solid #989898;}
#history .swbtn:hover>i{border: 1px solid #fff;color: #fff;}
#history .swbtn.btn-prev{transform:rotateY(180deg);}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
    #history .swiper-slide img{width: 100%;}
    #history .list .content{padding:20px;margin-bottom:30px;}
    #history .list .content .txt p{font-size:15px;line-height:1.6;}
}
@media (min-width:1px) and (max-width:767px) {
    #history .swiper-slide img{width: 100%;}
    #history .list .content{padding:15px;margin-bottom:30px;}
    #history .list .content .pic{width:100%;margin-bottom:10px;}
    #history .list .content .txt{width:100%;}
    #history .list .content .txt p{font-size:15px;line-height:1.6;}
    #history .swiper-container{width:100%;}
}
#workshop{padding: 60px 0;}
#workshop .title .morelink{border-radius: 50px;background: #ed1c22;padding: 10px 40px;font-size: 14px;text-transform: uppercase;}
#workshop .title .morelink i{margin-right: 10px;font-size: 14px;}
#workshop .list{position:relative;}
#workshop .list .item{width:calc((100% - 30px)/4);margin:0 10px 15px 0;padding: 25px;background: #f4f6f8;}
#workshop .list .item:nth-child(4n){margin-right:0;}
#workshop .list .item img{width:100%;}
#workshop .list .item .txt{padding-top: 20px;}
#workshop .list .item .txt h3{font-family:Montserrat-Light,Arial,Verdana,Tahoma, Geneva,sans-serif ;color: #666;}
#workshop .list .item .txt i{color: #666;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
    #workshop .list .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
}
@media (min-width:1px) and (max-width:767px) {
    #workshop .list .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;padding: 10px;}
    #workshop .list .item:nth-child(3n){margin-right:15px;}
    #workshop .list .item:nth-child(2n){margin-right:0;}
    #workshop .list .item .txt{padding-top: 10px;}
}

#choose{padding: 50px 0 35px;}
#choose .item{width: calc((100% - 40px)/3);margin-right: 20px;border: 1px solid #dcdcdc;margin-bottom: 35px;text-align: center;}
#choose .item:nth-child(3n){margin-right: 0;}
#choose .item .txt{padding: 45px 45px;}
#choose .item .txt h4{font-size: 18px;margin-bottom: 5px;}
#choose .item .txt i{font-size: 72px;color: #ed1c22;line-height: 1;margin-bottom: 15px;display: inline-block;}
#choose .item .txt p{color: #555;line-height: 26px;}
#choose .item img{width: 100%;object-fit: cover;}
@media (min-width:992px) and (max-width:1229px) {
    #choose .item .img{width: 100%;height: 100%;}
    #choose .item img{width: 100%;height: 100%;object-fit: cover;}
}
@media (min-width:768px) and (max-width:991px){
    #choose .item{width: calc((100% - 40px)/2);margin-right: 20px;}
    #choose .item:nth-child(3n){margin-right:20px;}
    #choose .item:nth-child(2n){margin-right:0px;}
    #choose .item .img{width: 100%;height: 100%;}
    #choose .item img{width: 100%;height: 100%;object-fit: cover;}
}
@media(max-width:767px){
    #choose .item{width: calc((100% - 40px)/2);margin-right: 20px;}
    #choose .item:nth-child(3n){margin-right:20px;}
    #choose .item:nth-child(2n){margin-right:0px;}
    #choose .item .img{width: 100%;height: 100%;}
    #choose .item img{width: 100%;height: 100%;object-fit: cover;}
}
@media(max-width:500px){
    #choose .item{width:100%;margin-right: 0px;}
}
#certificate{}
#certificate .list{position:relative;padding-left:80px;padding-right:80px;}
#certificate .item{padding:10px 0;}
#certificate .item .ceimg{background:url(/Template/Default/images/cebg.jpg) no-repeat 100%/100%;padding:20px;}
#certificate .item h3{text-align:center;padding:10px 0;}
#certificate .swbtn{position:absolute;top:calc(50% - 20px);z-index:2;}
#certificate .swbtn>i{display:block;width:40px;height:40px;line-height:40px;font-size:24px;color:#fff;background-color:#ed1c22;text-align:center;}
#certificate .swbtn:hover>i{background-color:#ed1c22;}
#certificate .swbtn.btn-prev{left:0;transform:rotateY(180deg);}
#certificate .swbtn.btn-next{right:0;}
@media (min-width:992px) and (max-width:1229px) {
    #certificate .list{padding-left:60px;padding-right:60px;}
}
@media (min-width:768px) and (max-width:991px){
    #certificate .list{padding-left:50px;padding-right:50px;}
}
@media (min-width:1px) and (max-width:767px) {
    #certificate .list{padding-left:40px;padding-right:40px;}
    #certificate .item .ceimg{padding:10px;}
    #certificate .swiper-slide{}
}

#ServicePage .frame{padding: 45px 0 60px;}
#ServicePage .title h3{text-transform: capitalize;}
#ServicePage .title{margin-bottom: 30px;}

#service{background:url(/Template/Default/images/service.png.webp) no-repeat bottom;padding: 55px 0 65px;}
#service .title h3{text-transform: capitalize;}
#service .swiper-container{margin-bottom: 30px;}
#service .down_link{position: absolute;bottom: 0;width: 100%;padding: 10px;}
#service .down_link i{font-size: 36px;color: #fff;}
#service .down_link a:hover i{color: #ed1c22;}
#service img{width: 100%;}
#service .swiper-container .item{border: 1px solid #ccc;}
#service .swiper-pagination{width: 100%;text-align: center;position: relative;}
#service .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;margin-right: 5px;}
#service .swiper-pagination .swiper-pagination-bullet-active{background: #ed1c22;}

#faq{}
#faq .title{margin-bottom: 25px;}
#faq .title h3{text-transform:uppercase;}
#faq:target{ padding-top:150px;margin-top:-100px;}
#faq dl{transition:all 0.3s;overflow:hidden;margin-bottom:10px;}
#faq dl>dt{font-size:18px;line-height:28px;cursor:pointer;position:relative;padding:15px 40px 15px 60px;font-weight:normal;font-family:Montserrat-Medium,Arial, Helvetica, sans-serif;background-color: #f7f7f7;}
#faq dl>dt::before{content: "Q";font-family:Montserrat-Bold,Arial,Verdana,Tahoma, Geneva,sans-serif;color: #fff;background: #ed1c22;border-radius: 50%;display: inline-block;position: absolute;width: 24px;height: 24px;line-height: 24px;text-align: center;left: 20px;top: 50%;transform: translate(0,-50%);}
#faq dl>dt:after{content:"\e62d";font-family:iconfont;line-height:28px;position:absolute;right:20px;display:inline-block;transition:all 0.3s;transform: rotate(90deg);}
#faq dl>dd{font-size:16px;line-height:24px;overflow:hidden;transition:all 0.3s;padding:0 40px 0 60px;position:relative;height:0;color:#666;}
#faq dl>dd::before{content: "A";font-family:Montserrat-Bold,Arial,Verdana,Tahoma, Geneva,sans-serif;color: #fff;background: #dcdcdc;border-radius: 50%;display: inline-block;position: absolute;width: 24px;height: 24px;line-height: 24px;text-align: center;left: 20px;top: 50%;transform: translate(0,-50%);}
#faq dl.active>dt:after{transform: rotate(-90deg);}
#faq dl.active>dd{height:auto;padding:15px 40px 15px 60px;height:auto;}
#faq dl:hover>dt{color:#ed1c22;}
#faq dl:hover>dt:after{color:#ed1c22;}
@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>dt{font-size:16px;}
    #faq dl>dd{font-size:14px;line-height:20px;}
}
@media (min-width:1px) and (max-width:767px){
    #faq dl>dt{font-size:14px;line-height:24px;padding:15px 40px 15px 40px;}
    #faq dl>dt:before{left:8px;}
    #faq dl>dt::after{right:5px;}
    #faq dl>dd{font-size:14px;line-height:24px;padding:0 40px 0 40px;font-size:13px;}
    #faq dl>dd:before{left:8px;}
    #faq dl.active>dd{height:auto;padding:15px 40px 15px 40px;}
}

#application{background: #f5f5f5;padding-bottom: 35px !important;}
#application .title p{margin-top: 0;line-height: 28px;}
#application .item{width: calc((100% - 70px)/3);margin-right: 35px;border: 1px solid #e4e4e4;margin-bottom: 30px;background: #fff;}
#application .item:nth-child(3n){margin-right: 0;}
#application .item .txt{text-align: center;padding: 10px 20px;}
#application .item p{color: #666;line-height: 28px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
#application .morelink{background: #ed1c22;display: inline-block;margin: 0 auto;border-radius: 50px;}
@media (min-width:768px) and (max-width:991px){
    #application .item{width: calc((100% - 20px)/2);margin-right: 20px;}
    #application .item:nth-child(3n){margin-right: 20px;}
    #application .item:nth-child(2n){margin-right: 0;}
}
@media (min-width:1px) and (max-width:767px){
    #application .item{width: calc((100% - 10px)/2);margin-right: 10px;margin-bottom: 10px;}
    #application .item:nth-child(3n){margin-right: 10px;}
    #application .item:nth-child(2n){margin-right: 0;}
}
#download{background-color:#f8f8f8;position:relative;z-index:3;}
#download:target{padding-top:150px;margin-top:-100px;}
#download .item{display:block;width:calc((100% - 60px)/4);margin:0 20px 20px 0;border:1px solid #fff;padding:30px 15px 25px;text-align:center;background-color:#fff;}
#download .item:nth-child(4n){margin-right:0;}
#download .item i{display:block;font-size:50px;line-height:80px;color:#ed1c22;}
#download .item p{font-size:17px;line-height:30px;}
#download .item span{font-size:17px;line-height:30px;color:#888;}
#download .item:hover{border:1px solid #ed1c22;}
#download .item:hover p{color:#ed1c22;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
    #download .item{width:calc((100% - 45px)/4);margin:0 15px 15px 0;padding:15px;}
    #download .item i{font-size:40px;line-height:60px;}
    #download .item p{font-size:15px;line-height:1.8;}
    #download .item span{font-size:15px;line-height:1.8;}
}
@media (min-width:1px) and (max-width:767px) {
    #download{padding-bottom:40px;}
    #download .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;padding:15px;}
    #download .item:nth-child(2n){margin-right:0;}
    #download .item i{font-size:40px;line-height:60px;}
    #download .item p{font-size:14px;line-height:1.8;}
    #download .item span{font-size:14px;line-height:1.8;}
}

#catalog{padding-bottom:0;}
#catalog .list .item{width:30%;text-align:center;}

#map{margin-bottom: 50px;}
#map .item{width: calc((100% - 40px)/2);}
#map .item .tit h5{color: #ed1c22;font-size: 24px;line-height: 28px;margin-bottom: 5px;}
#map .item .tit h5 i{font-size: 28px;margin-right: 10px;line-height: 1;}
#map .item p{line-height: 30px;margin-bottom: 5px;}
#map .map{position:relative;z-index:1;overflow:hidden;width:100%;height:440px;}
@media (min-width:992px) and (max-width:1229px) {
    #map .map{height:360px;}
}
@media (min-width:768px) and (max-width:991px) {
    #map .item{width: 100%;}
    #map .map{height:360px;width:100%;padding:0;}
}
@media (min-width:1px) and (max-width:767px) {
    #map .item{width: 100%;margin-bottom: 20px;}
    #map .map{height:300px;width:100%;padding:0;}
}

/*联系我们*/
#contPage{}
#cont_lxfs{padding-bottom:70px;padding-top: 75px;}

#cont_lxfs .continfo .item{width:calc((100% - 120px)/4);background-color:#f6f6f6;text-align:center;padding:55px 0;margin-right: 40px;}
#cont_lxfs .continfo .item:nth-child(4){margin-right: 0;}
#cont_lxfs .continfo .item i{font-size:60px;color:#ed1c22;line-height:1;display:block;margin-bottom:20px;}
#cont_lxfs .continfo .item strong{display:block;font-size:20px;line-height:30px;margin-bottom:5px;font-weight: normal;text-transform: uppercase;}
#cont_lxfs .continfo .item p{font-size:18px;line-height:28px;font-family:Montserrat-Light,Arial,Verdana,Tahoma, Geneva,sans-serif;color: #666;}
@media (min-width:992px) and (max-width:1229px) {
    #cont_lxfs .contactbox{}
}
@media (min-width:768px) and (max-width:991px){
    #cont_lxfs .continfo .item{width:calc((100% - 30px)/3);padding:15px;}
    #cont_lxfs .continfo .item i{font-size:40px;line-height:60px;}
    #cont_lxfs .continfo .item p{font-size:14px;line-height:1.8;}
}
@media (min-width:1px) and (max-width:767px) {
    #cont_lxfs .continfo .item{width:100%;margin-bottom:15px;padding:15px;margin-right: 0;}
    #cont_lxfs .continfo .item i{font-size:40px;line-height:60px;margin-bottom:0;}
    #cont_lxfs .continfo .item p{font-size:14px;line-height:1.8;}
}

#feedback{padding-top:50px;}
#feedback .feedbackbox{}
#feedback .feedbackbox li{flex-wrap:wrap;margin-bottom:20px;background-color:#f4f4f4;padding:0 15px;}
#feedback .feedbackbox label{display:inline-block;font-size:16px;line-height:24px;padding:12px 0;color:#666;}
#feedback .feedbackbox label em{color:red;display:inline-block;margin-right:5px;}
#feedback .feedbackbox .half{width:32%;}
#feedback .feedbackbox .input{height:50px;padding:0;line-height:24px;flex:initial;width:calc(100% - 100px);overflow:hidden;padding:13px 15px;font-size:16px;background-color:transparent;}
#feedback .feedbackbox li.textarea{margin-bottom:30px;}
#feedback .feedbackbox textarea.input{width:calc(100% - 100px);height:140px;}
#feedback .feedbackbox .border{}
#feedback .feedbackbox .btnli{background-color:transparent;padding-left:0;border-radius:0;border:none;}
#feedback .feedbackbox .morelink{background-color:#ed1c22;}
#feedback .feedbackbox .morelink:hover{}
@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 .left{width:100%;margin-bottom:30px;}

    #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 .left{width:100%;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 textarea.input{line-height:30px;}
}
.map{margin-top:1vw;}

#feedbackpage{}
#feedbackpage .title h3{text-transform: capitalize;}
#feedbackpage .feedbackbox .inputgroup{width: 100%;margin-bottom: 20px;}
#feedbackpage .feedbackbox .inputgroup.half{width: 48.5%;}
#feedbackpage .feedbackbox .inputgroup input{background-color:#fff;height:52px;padding:5px 15px;display:block;width:100%;box-shadow: 0 0 9px rgba(0,0,0,0.35);}
#feedbackpage .feedbackbox .inputgroup textarea{background-color:#fff;height:115px;padding:15px 15px;display:block;width:100%;box-shadow: 0 0 9px rgba(0,0,0,0.35);margin-bottom: 5px;resize: none;}
#feedbackpage .feedbackbox .inputgroup input::placeholder,#feedbackpage .feedbackbox .inputgroup textarea::placeholder{color: #ccc;}
#feedbackpage .feedbackbox .morelink{padding:12px 60px;font-size:18px;line-height:32px;text-align:center;background-color:#ed1c22;color:#fff;text-transform:capitalize;border-radius:10px;overflow:hidden;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:1px) and (max-width:991px) {
    #feedbackpage .feedbackbox .inputgroup{margin-bottom: 10px;}
    #feedbackpage .feedbackbox .inputgroup.half{width:100%;}
    #feedbackpage .feedbackbox .btngroup{width: 100%;}
    #feedbackpage .feedbackbox .morelink{width: 100%;text-align: center;padding:5px 60px}
}


#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:60px;position:relative;}

#ProPage .top_list{margin-bottom: 55px;}
#ProPage .select_list{display: flex;flex-wrap: wrap;}
#ProPage .select{width: 330px;position: relative;margin-right: 10px;margin-bottom: 10px;}
#ProPage .select .select_tit{width: 100%;padding:8px 20px;background: #f5f5f5;display: flex;justify-content: space-between;transition: all 0.5s;}
#ProPage .select .select_tit p{color: #666;font-size: 18px;display: inline-block;margin: auto 0;overflow: hidden;text-overflow: ellipsis;line-height: 36px;width: calc(100% - 35px);white-space: nowrap;}
#ProPage .select .select_tit i{display: inline-block;color: #666;font-size: 16px;line-height: 36px;transform: rotate(90deg);}
#ProPage .select .type_menu{overflow: hidden;height: 0;position: absolute;display: list-item;width: 100%;background: #f5f5f5;z-index: 99;transition: all .5s ease;}
#ProPage .select .type_menu.show{height: auto;}
#ProPage .select .type_menu li{padding: 10px 20px;}
#ProPage .select .type_menu li a,#ProPage .select .type_menu li span{color: #666;}
#ProPage .select .type_menu li:hover a{color: #ed1c22;}
#ProPage .select .select_tit.active{background-color: #f5f5f5;}
#ProPage .select .select_tit.active p{color: #ed1c22;}
#ProPage .select .select_tit:hover{background-color: #eeeeee;color: #ed1c22;}
#ProPage .select .select_tit:hover p{color: #ed1c22;}

#ProPage #psform{background: #f5f5f5;padding:8px 20px;width: 355px;margin-bottom: 10px;}
#ProPage #psform input{background: transparent;color: #666;width: calc(100% - 30px);line-height: 36px;}
#ProPage #psform input::placeholder{color: #666;}
#ProPage #psform button{border: 0;background: transparent;color: #666;}
#ProPage #psform button i{font-size: 18px;}
#ProPage .searchtit {margin-bottom: 10px;margin-top: -30px;}
#ProPage .searchtit p{font-size:18px;line-height:28px;max-width: 760px;color: #666;margin-top: 10px;}
#ProPage .categorytit{margin-bottom:40px;}
#ProPage .categorytit h3{font-size:40px;line-height:60px;position:relative;color: #ed1c22;max-width: 390px;}
#ProPage .categorytit p{font-size:16px;line-height:28px;max-width: 760px;color: #666;margin-top: 10px;}
@media (min-width:992px) and (max-width:1229px) {
    #ProPage #psform{ width: 330px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProPage #psform{width: 330px;}
    #ProPage{padding-top:30px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProPage .top_list{margin-bottom: 10px;}
    #ProPage .select{width: 100%;margin-right: 0;}
    #ProPage #psform{ width: 100%;}
    #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;border:1px solid #f1f1f1;}
#ProPage .ProList .item a{display: inline-block;}
#ProPage .ProList .item:nth-child(3n){margin-right:0;}
#ProPage .ProList .item .proimg{overflow:hidden;}
#ProPage .ProList .item .txt{text-align:center;padding: 15px;}
#ProPage .ProList .item .txt p{font-size:18px;line-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-bottom:20px;padding: 0 25px;}
#ProPage .ProList .item .btnlist{padding: 0 15px 15px;display: flex;margin-bottom: 0;margin-top: auto;justify-content: space-between;}
#ProPage .ProList .item .btnlist .morelink{margin-bottom: 5px;line-height: 30px;transition: all 0.3s;padding: 10px 20px;display: inline-flex;justify-content: center;min-width: 0;}
#ProPage .ProList .item .btnlist .morelink i{font-size: 22px;line-height: 30px;margin-right: 10px;display: inline-block;}
#ProPage .ProList .item .btnlist .morelink span{display: inline-block;line-height: 30px;}
#ProPage .ProList .item:hover .txt p{color:#ed1c22;text-decoration: underline;}
@media (min-width:992px) and (max-width:1229px) {
    #ProPage .ProList .item .btnlist{display: block;}
    #ProPage .ProList .item .btnlist .morelink{width: 100%;}
    #ProPage .ProList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #ProPage .ProList .item .txt p{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProPage .ProList .item .btnlist{display: block;}
    #ProPage .ProList .item .btnlist .morelink{width: 100%;}
    #ProPage .ProList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #ProPage .ProList .item .txt p{font-size:14px;}
    #ProPage .ProList .item .txt .morelink{padding: 10px 10px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProPage .ProList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #ProPage .ProList .item .btnlist{display: block;}
    #ProPage .ProList .item .btnlist .morelink{width: 100%;}
    #ProPage .ProList .item:nth-child(3n){margin-right:15px;}
    #ProPage .ProList .item:nth-child(2n){margin-right:0;}
    #ProPage .ProList .item .txt p{font-size:13px;line-height: 20px;}
    #ProPage .ProList .item .txt .morelink{padding: 5px 5px;}
}
@media  (max-width:500px) {
    #ProPage .ProList .item{width: 100%;margin-right: 0;}
}
#ProductCategory .list .item{width: 100%;display: block;position: relative;padding: 25px;border-radius: 25px;margin-bottom: 40px;background: #f7f7f7;}
#ProductCategory .list .item:hover{box-shadow: 0 0 27px rgba(0,0,0,0.11);}
#ProductCategory .list .item:nth-child(2n-1){background: linear-gradient(to right ,#fff,#f7f7f7);}
#ProductCategory .list .item:nth-child(2n){background: linear-gradient(to left ,#fff,#f7f7f7);}
#ProductCategory .list .item:nth-child(2n) .img{float: right;}
#ProductCategory .list .item:nth-child(2n-1) .img{float: left;}
#ProductCategory .list .item:nth-child(2n) .txt{float: left;}
#ProductCategory .list .item:nth-child(2n-1) .txt{float: right;}
#ProductCategory .list .item .img{width:50%;}
#ProductCategory .list .item .img img{mix-blend-mode: multiply;}
#ProductCategory .list .item:hover .img img{transform:scale(0.95);}
#ProductCategory .list .item .txt{position:relative;width:50%;padding: 45px 40px 0 30px;}
#ProductCategory .list .item .txt h3{font-size:36px;margin-bottom:10px;line-height: 42px;}
#ProductCategory .list .item .txt p{font-size:16px;line-height:30px;color:#555;margin-bottom:10px;font-family:Montserrat-Light,Arial, Helvetica, sans-serif;}
#ProductCategory .list .item .txt .morelink{background: #ed1c22;border-radius: 50px;line-height: 30px;padding: 5px 20px;}
#ProductCategory .list .item .txt .morelink i{font-size: 14px;line-height: 30px;margin-right: 10px;}
#ProductCategory .list .item .cate_list{margin-bottom: 20px;}
#ProductCategory .list .item .cate_list a{display: flex;color: #666;padding: 5px 0;}
#ProductCategory .list .item .cate_list a i{font-size: 14px;line-height: 24px;margin-right: 5px;}
#ProductCategory .list .item .cate_list a:hover{color: #ed1c22;}
#ProductCategory .list .item .product_list{margin-bottom: 20px;}
#ProductCategory .list .item .product_list a{display: inline-block;width: calc((100% - 30px)/4);margin-right: 10px;transition: all 0.5s;overflow: hidden;}
#ProductCategory .list .item .product_list a:last-child{margin-right: 0;}
#ProductCategory .list .item .product_list a:hover img{transform: scale(1.1);}

@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:24px;}
    #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;background: #f7f7f7 !important;padding: 10px;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;padding: 10px;}
    #ProductCategory .list .item .txt .vcenter{padding:10px 0;position:relative;top:initial;left:initial;transform:initial;}
    #ProductCategory .list .item .txt h3{font-size:16px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 24px;}
    #ProductCategory .list .item .txt p{margin-bottom:15px;font-size:14px;line-height:1.8;display:none;}
    #ProductCategory .list .item .morelink{padding:3px 10px;}
}
@media (max-width:500px){
    #ProductCategory .list .item{width: 100%;margin-right: 0;}
}



/*产品详情*/
#ProDetailPage{padding-top: 0;overflow: visible;}
#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:52.5%;float:left;position:relative;}
#BigImg{margin-bottom:10px;background-color:#fff;position: relative;}
#BigImg .video{position: absolute;top: 30px;right: 60px;background: rgba(0,0,0,0.53);color: #fff;border-radius: 50px;padding: 10px 25px;font-size: 18px;display: inline-flex;line-height: 24px;}
#BigImg .video i{font-size: 24px;line-height: 24px;margin-right: 10px;}
#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:#ed1c22;border-color:#ed1c22;}
#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 #ed1c22;}
#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:#ed1c22;}
#protitle{width:43%;float:right;}
#protitle .title{margin-bottom:20px;text-align:left;padding-bottom:15px;}
#protitle .title:after{content:"";width:20%;height:2px;background-color:#ed1c22;position:absolute;bottom:0;left:0;}
#protitle h1{font-size:26px;line-height:36px;position:relative;color:#333;font-weight:normal;font-family:Montserrat-Regular,Arial, Helvetica, sans-serif;}
#protitle h3{font-size:24px;line-height:1.2;font-weight:normal;}
#protitle .remark{font-size:14px;line-height:28px;color:#666;min-height:120px;margin-bottom:30px;border-bottom: 1px solid #ddd;padding-bottom: 30px;}
#protitle ul.contactlist{margin-bottom: 10px;}
#protitle ul.contactlist li{margin-bottom: 0px;display: flex;font-size: 14px;line-height: 30px;color: #666;position: relative;}
#protitle ul.contactlist li a{color: #666;}
#protitle ul.contactlist li a:hover{color: #ed1c22;text-decoration:underline;}
#protitle ul.contactlist li i{margin-right: 10px;display: inline-block;font-size: 20px;color: #333;}
#protitle ul.contactlist li:last-child .qrcode{position: absolute;top: 100%;left: 30px;display: none;}
#protitle ul.contactlist li:last-child:hover .qrcode{display: block;}

#protitle .btnlist{overflow:hidden;margin-bottom: 0;margin-top: auto;}
#protitle .btnlist .morelink{min-width:140px;border-radius: 50px;background: #ed1c22;display: inline-flex;padding: 5px 15px;}
#protitle .btnlist .morelink i{line-height: 30px;}
#protitle .btnlist>a.btnlink{display:block;text-align:center;background:#ed1c22;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{background: linear-gradient(to right, #fff,#f5f5f5);padding: 60px 0 50px;}
#slider .inquiryline{width:100%;height:5px;background-color:#ed1c22;margin:50px 0;position:relative;}
#slider .inquiryline i{width:75px;height:75px;line-height:75px;font-size:36px;color:#fff;background-color:#ed1c22;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 #ed1c22;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;position:relative;}
.prosection .tit:after{clear:both;}
.prosection .tit p{font-size:26px;line-height:36px;position:relative;border-bottom: 1px solid #333;display: inline-block;padding-bottom: 5px;text-transform: capitalize;}
.prosection .content:not(:last-child){margin-bottom: 40px;}
@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}
}
#application.prosection{background: transparent;margin-bottom: -20px;}
#application.prosection .list .item{width: calc((100% - 10px)/3);margin-right: 5px;border: none;position: relative;}
#application.prosection .list .item:nth-child(3n){margin-right: 0;}
#application.prosection .list .item .txt{position: absolute;top: 0;bottom: 0;right: 0;left: 0;transform: scale(0);background: rgba(0,0,0,0.5);transition: all 0.3s;padding: 0;}
#application.prosection .list .item:hover .txt{transform: scale(1);}
#application.prosection .list .item .txt h4{color: #fff;}
#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 a{padding: 15px;background: #eee;display: inline-block;}
#RelatedProduct .list .item .img{border:1px solid #eee;}
#RelatedProduct .list .item .txt{padding-top:10px;}
#RelatedProduct .list .item .txt h3{font-size:16px;font-weight:normal;font-family:Montserrat-Light,Arial, Helvetica, sans-serif;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#RelatedProduct .list .item:hover .txt h3{color:#ed1c22;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
    #application.prosection .list .item{width: calc((100% - 5px)/2);margin-right: 5px;border: none;}
    #application.prosection .list .item:nth-child(3n){margin-right: 5px;}
    #application.prosection .list .item:nth-child(2n){margin-right: 0;}
    #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) {
    #application.prosection .list .item{width: calc((100% - 5px)/2);margin-right: 5px;border: none;}
    #application.prosection .list .item:nth-child(3n){margin-right: 5px;}
    #application.prosection .list .item:nth-child(2n){margin-right: 0;}
    #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{border: 1px solid #ed1c22;padding: 20px 15px;}
#inquiry .feedbackbox{background: #eeee;padding: 45px 35px 40px;}
#inquiry h5{margin-bottom:20px;font-size: 26px;line-height: 28px;}
#inquiry .feedbackbox li.border{border:none;}
#inquiry .feedbackbox li{display: block;margin-bottom: 12px;}
#inquiry .feedbackbox label{display: block;font-size: 14px;font-family:Montserrat-Light,Arial, Helvetica, sans-serif;margin-bottom: 5px;}
#inquiry .feedbackbox label em{color: #ed1c22;}
#inquiry .feedbackbox .input{background-color:#fff;height:40px;width: 100%;border: 1px solid #ccd3db;border-radius: 5px;}
#inquiry .feedbackbox textarea.input{height:110px;}
#inquiry .feedbackbox .btnli{margin-bottom: 0;}
#inquiry .feedbackbox .btnli .morelink{border-radius:50px;padding:5px 33px;text-transform:capitalize;font-size:16px;background: #ed1c22;min-width: auto;}
@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{padding: 0;}
    #inquiry .feedbackbox{width:100%;padding: 10px;}
    #inquiry p{line-height:1.5;font-size:13px;}
}

.ColumnsBox{border-bottom:1px solid #dfdfdf;}
#Columns{position:relative;z-index:1;text-align:center;margin-bottom:50px;}
#Columns>a{font-size:18px;line-height:30px;display:inline-block;margin:0 8px;padding:8px 10px;border:1px solid #ed1c22;color:#ed1c22;border-radius:5px;min-width:210px;overflow:hidden;transition:background-color 0.3s;background-color:#fff;}
#Columns>a:hover{background:#ed1c22;color:#fff;}
#Columns>a.active{background:#ed1c22;color:#fff;}
#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:#ed1c22;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:#ed1c22;}
#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{margin-bottom:20px;}
    #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{margin-bottom:10px;}
    #Columns>a{padding:10px 20px;font-size:16px;}

    #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{max-width: 800px;width: 62.5%;}
#NewsList .item{width:100%;margin:0 0 40px 0;overflow:hidden;box-shadow:0 0 17px rgba(0,0,0,0.16);background-color:#fff;position:relative;z-index:1;}
#NewsList .item a{display:block;position:relative;z-index:2;padding:30px;}
#NewsList .item img{width: 100%;}
#NewsList .item .info{border-top: 1px solid #dfdfdf;padding-top: 20px;color: #888;}
#NewsList .item .info span{display:inline-block;vertical-align:top;font-size:16px;line-height:30px;}
#NewsList .item .info i{display: inline-block;color: #888;font-size: 30px;line-height: 30px;}
#NewsList .item:hover .info,#NewsList .item:hover .info i{color: #ed1c22;}
#NewsList .item .txt{padding: 25px 0 30px;}
#NewsList .item .txt h4{font-size:30px;line-height:38px;font-family:Montserrat-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;margin-bottom:20px;}
#NewsList .item .txt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color:#666;}
@media (min-width:992px) and (max-width:1229px) {
    #NewsList .item a{padding:30px 15px 15px;}
    #NewsList .item .txt h3{font-size:18px;}
}
@media (min-width:768px) and (max-width:991px){
    #NewsList{max-width: 100%;width: 100%;}
    #NewsList .item{width: calc((100% - 15px)/2);}
    #NewsList .item:not(:nth-child(2n)){margin-right: 15px;}
    #NewsList .item a{padding:25px 15px 15px;}
    #NewsList .item .info{margin-bottom:15px;}
    #NewsList .item .txt h3{font-size:16px;}
    #NewsList .item .txt p{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #NewsList{max-width: 100%;width: 100%;}
    #NewsList .item{width:100%;margin-right:0;margin-bottom:15px;}
    #NewsList .item a{padding:15px 15px 15px;}
    #NewsList .item .info{padding-top: 10px;}
    #NewsList .item .txt{padding: 10px 0;}
    #NewsList .item .txt h3{font-size:16px;}
    #NewsList .item .txt p{font-size:14px;line-height: 20px;}
}

#NewsPage{position:relative;padding-top: 60px;padding-bottom: 35px;}
#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:#ed1c22;border:1px solid #ed1c22;}
#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:#ed1c22;border:1px solid #ed1c22;}
#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 #ed1c22;color:#ed1c22;}
@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:#ed1c22;}
#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;font-family:Montserrat-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#RelatedNews .relate_list .item:hover .txt h3{color:#ed1c22;text-decoration:underline;}
#RelatedNews .relate_list .item .txt h3:before{content:"\e62d";font-size:14px;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;}
ul.pagination li {margin-left:5px;display:inline-block;margin-bottom:5px;}
ul.pagination li a{background-color:#fff;border-color:#ed1c22;border-radius:0;color:#ed1c22;font-size:14px;}
ul.pagination li.active span{background-color:#ed1c22;border-color:#ed1c22;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:#ed1c22;color:#fff;}

#CasesPage{}
#CasesList{overflow:hidden;}
#CasesList .item{width:calc((100% - 45px)/4);overflow:hidden;margin:0 15px 15px 0;}
#CasesList .item:nth-child(4n){margin-right:0;}
#CasesList .item .img{border:1px solid #eee;}
#CasesList .item .img img{width:100%;}
#CasesList .item  h3{font-size:16px;line-height:1.5;padding:10px 0;text-align:center;}
#CasesList .item:hover h3{color:#ed1c22;}
@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:30px 15px 15px;}
    #CasesList .item .txt:before{top:20px;width:calc(100% - 30px);}
    #CasesList .item .txt h3{font-size:13px;margin-bottom:10px;}
}


#VideoPage{padding-top: 50px;}
#VideoPage .title h3{text-transform: capitalize;}
#VideoPage .title p{color: #666;margin-top: 5px;line-height: 28px;}
#VideoList{overflow:hidden;}
#VideoList .item{width:calc((100% - 40px)/3);margin:0;background-color:#fff;overflow:hidden;margin-bottom:30px;border: 1px solid #e5e5e5;}
#VideoList .item:not(:nth-child(3n)){margin-right:20px;}
#VideoList .item .video_icon{width: 50px;height: 50px;line-height: 50px;background: transparent;}
#VideoList .item .video_icon i{width: 50px;height: 50px;line-height: 50px;color: #fff;font-size: 50px;background: transparent;text-align: center;}
#VideoList .item  .video_icon .play,#VideoList .item  .video_icon .play:before,#VideoList .item  .video_icon .play:after{box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);}
#VideoList .item .detail{padding: 20px;}
#VideoList .item .txt{padding-bottom: 15px;border-bottom: 1px solid #ededed;}
#VideoList .item .txt p{font-size:1rem;line-height:1.5;height:3rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#VideoList .item:hover .txt p{color:#ed1c22;}
#VideoList .item .info{padding: 15px 5px 0;color: #999;font-size: 12px;line-height: 20px;}
#VideoList .item .info i{font-size: 20px;}
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 .detail{padding: 10px;}
    #VideoList .item .txt{padding:0;}
    #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:#ed1c22;font-size:24px;vertical-align:top;margin-right:15px;}
#downtable dd i.icon-down{font-size:16px;vertical-align:top;margin-left:20px;color:#ed1c22;}
@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 #ed1c22;color:#ffffff;background-color:#ed1c22;}
.btnthank:hover{background-color:#ffffff;color:#ed1c22;}
@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_05 {width:100%;padding-left:3%;font-size:16px; height:22px;line-height:22px;overflow:hidden;font-weight:normal;}
#sitemapnav .PROclass_05 a{ color:#666;}
#sitemapnav .PROclass_05 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%;}
@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%;}
    #sitemapnav .PROclass_05{font-size:13px;}
}

/*************图库*************/
#GalleryList{overflow:hidden;}
#GalleryList .item .workimg{height:calc((100% - 57px));}
#GalleryList .item iframe{width:100%;height:auto;}
#GalleryList .item .workimg iframe{position:absolute;left:0;top:50%;transform:translate(0,-50%);}

#GalleryList .item{width:calc((100% - 90px)/4);margin:0 30px 30px 0;}
#GalleryList .item:nth-child(4n){margin-right:0;}
#GalleryList .item .img{border:1px solid #d7d7d7;}
#GalleryList .item .img img{width:100%;height: 100%;}
#GalleryList .item h3{font-size:18px;line-height:24px;text-align:center;padding:10px;color:#333;}
#GalleryList .item:hover h3{color:#ed1c22;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #GalleryList .item{width:calc((100% - 45px)/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% - 45px)/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(2n){margin-right:0;}
    #GalleryList .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 #ed1c22;
  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 #ed1c22 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;
}

/*图库样式*/
.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:75px;height:75px;line-height:75px;text-align:center;}
.video_icon i.iconfont{display:block;font-size:30px;width:75px;height:75px;line-height:75px;background-color:rgb(237, 28, 34);border-radius:50%;color:#fff;}
.video_icon .play,
.video_icon .play:before,
.video_icon .play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(237, 28, 34, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(237, 28, 34, 0.6);
    box-shadow: 0 0 0 0 rgba(237, 28, 34, 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);
    }
}

@-webkit-keyframes cplay {
    100% {
        opacity: 0;
        padding: 30px;
    }
}

@keyframes cplay {
    100% {
        opacity: 0;
        padding: 30px;
    }
}

#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;}

