﻿@charset "utf-8";
/*@import url('../fonts/iconfont/iconfont.css');*/
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'iconfont';  /* Project id 3117281 */
  src: url('//at.alicdn.com/t/font_3117281_721w8s9bmwf.woff2?t=1641435430404') format('woff2'),
       url('//at.alicdn.com/t/font_3117281_721w8s9bmwf.woff?t=1641435430404') format('woff'),
       url('//at.alicdn.com/t/font_3117281_721w8s9bmwf.ttf?t=1641435430404') format('truetype');
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/SourceHanSansCN/SourceHanSansCN-Regular.eot');
  src: url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/SourceHanSansCN/SourceHanSansCN-Regular.eot?#iefix') format('embedded-opentype'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/SourceHanSansCN/SourceHanSansCN-Regular.woff') format('woff2'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/SourceHanSansCN/SourceHanSansCN-Regular.woff') format('woff'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/SourceHanSansCN/SourceHanSansCN-Regular.ttf') format('truetype'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/SourceHanSansCN/SourceHanSansCN-Regular.svg#gesans') format('svg');
  font-display: swap;
}
/*****  font-display: swap;  字体延迟加载*****/

/**********样式重置**********/
html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
}
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
input:visited,input:focus,input,textarea,button:visited,button:focus,textarea:visited,textarea:focus{border:none;outline: none;}
.clearfix:after,.clearfix:before,.container::after,.container:before{display:table;content:" ";}
.clearfix:after,.container::after{clear:both;}
*{margin:0;padding:0;transition:all .1s;box-sizing:border-box;}
a{outline:none;color:#535353;text-decoration:none;}
a:hover{color:#d80000;}
img,li{border:0;vertical-align:top;}
img{max-width:100%;}
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #999;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #999;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #999;
}
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #999;
}
b,body,dd,div,form,h5,h6,html,img,input,textarea,li,p,pre,td,ul{margin:0 auto;padding:0;font-family:SourceHanSansCN,'Microsoft YaHei',Arial,Verdana, Tahoma, Geneva,sans-serif;color:#535353;line-height:1.5;font-size:15px;}
h1,h2,h3,h4,dt{font-family:SourceHanSansCN,'Microsoft YaHei',Arial,Verdana, Tahoma, Geneva,  sans-serif;}
.hidden{display:none!important;}
.noinfo{font-size:16px;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.0);margin:0 auto;display:block;width:100%;}
.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;}
.vcenter{position:relative;top:50%;transform:translate(0,-50%);}
.container{width:1330px;padding:0 15px;}
@media screen and (min-width:1230px ) and (max-width:1329px) {
    .container{width:100%;}
}
@media screen and (min-width:1px ) and (max-width:1229px) {
    .container{width:100%;}
}
/**********样式重置**********/

/*搜索框*/
#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);}
@media (min-width:1230px) and (max-width:1329px) {
    #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;}
}
@media (min-width:768px) and (max-width:991px) {
}
@media (min-width:1px) and (max-width:767px){
}

header{position:relative;transition:all .3s;border-top:6px solid #d80000;}
header.fixhead{background-color:rgba(0,0,0,0.5);position:fixed;top:0;width:100%;z-index:10;}
header.fixhead #logo{height:0;padding:0;overflow:hidden;}
header.fixhead #Menu{padding-top:0;padding-bottom:0;box-shadow:0 0 8px #ccc;}
header.fixhead #Menu ul.menunav>li.logo>a{padding-top:5px;padding-bottom:5px;}
header.fixhead #Menu ul.menunav>li.logo img{height:40px;}
header.fixhead #Menu ul.menunav>li>a{}
header.fixhead #Menu ul.menunav>li.lang>a{}


#logo{background-color:#d80000;padding-top:6px;padding-bottom:6px;display:none;}
#logo .logo{float:left;display:none;}
#logo .logo span{display:inline-block;font-size:25px;line-height:72px;text-transform:uppercase;margin-left:70px;}
#logo .right{float:right;text-align:right;}
#logo .email{line-height:40px;display:block;font-size:20px;float:left;color:#fff;}
#logo .email>i{margin-right:6px;font-size:24px;line-height:40px;display:inline-block;vertical-align:top;}
#logo .email:hover{}
#logo #sharelist{float:right;padding:0;}
#logo #sharelist a{}
#logo #sharelist a>i{color:#fff;}
#logo #sharelist a:hover{background-color:#d80000;}

#Menu{background-color:#fff;padding-top:25px;padding-bottom:25px;}
#Menu .container{width:1450px;}
#Menu ul.menunav{transition:all .3s;text-align:right;}
#Menu ul.menunav>li{display:inline-block;margin:0;}
#Menu ul.menunav>li.logo{float:left;}
#Menu ul.menunav>li.logo>a{padding:0;}
#Menu ul.menunav>li.logo>a:before{content:"";display:none!important;}
#Menu ul.menunav>li.logo img{}
#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:hover{color:#d80000;}
#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{content:"";width:calc(100% - 40px);height:2px;background-color:#d80000;position:absolute;bottom:10px;}
/*#Menu ul.menunav>li.lang{float:right;display:none;}*/
#Menu ul.menunav>li.lang{display:none;}
#Menu ul.menunav>li.lang>a{padding:14px 15px;}
#Menu ul.menunav>li.lang i{color:#fff;font-size:24px;display:block;}
#Menu ul.menunav>li>a{position:relative;display:block;font-size:18px;line-height:30px;text-transform:uppercase;padding:10px 20px;}
#Menu ul.menunav>li.dropdown>a::after{}
#Menu ul.menunav>li.lang ul.dropdown-menu{text-align:right;right:0;}
#Menu ul.menunav>li:not(:last-child){}
#Menu ul.menunav>li:nth-child(2){border-left:none;}
#Menu ul.menunav>li.active{}
#Menu ul>li#search{float:right;position:relative;padding:10px 0 10px 20px;}
#Menu ul>li#search:before{content:"";width:2px;height:24px;background-color:#fff;position:absolute;left:-1px;top:17px;z-index:1;}
#Menu ul>li#search>a{font-size:24px;padding:8px 0 8px 20px;}
#sform{display:block;background-color:#fff;width:30px;margin:0;overflow:hidden;box-shadow:0 0 3px #aaa;border-radius:50px;}
#sform.show{width:180px;padding-left:8px;}
#stext{width:calc(100% - 30px);background-color:#fff;height:30px;line-height:30px;color:#333;font-size:14px;font-weight:normal;padding-left:0;float:left;}
#sbut{width:30px;height:30px;line-height:30px;background-color:#fff;border:none;cursor:pointer;color:#d80000;}
#sbut>i{height:30px;line-height:30px;width:30px;font-size:18px;vertical-align:top;}
#Menu ul>li.dropdown>a>i{display:inline-block;transition:all .2s;vertical-align:top;margin-left:3px;}
#Menu ul>li.dropdown:hover>a>i{
transform:rotate(180deg);
-ms-transform:rotate(180deg); 	/* IE 9 */
-moz-transform:rotate(180deg); 	/* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg);}

#Menu ul>li{position:relative;}
#Menu ul>li.abdrop ul.dropdown-menu{padding-right:30%;}
#Menu ul>li ul.dropdown-menu{position:absolute;top:100%;background-color:rgba(0,0,0,0.7) ;display:none;z-index:2;min-width:100%;}
#Menu ul>li ul.dropdown-menu>li{display:block;}
#Menu ul>li ul.dropdown-menu>li>a{line-height:14px; font-size:12px; padding:10px 20px;display:block;color:#fff;border-bottom:1px solid #fff;white-space: nowrap;}
#Menu ul>li ul.dropdown-menu.droplang{padding-right:3%;}
#Menu ul>li ul.dropdown-menu.droplang>li>a{text-transform:none;}
#Menu ul>li ul.dropdown-menu>li>a>i{font-size:14px;display:none;}
#Menu ul>li ul.dropdown-menu>li>a:hover{color:#d80000;}
#Menu ul>li:hover ul.dropdown-menu{display:block;}
#Menu ul>li.lang:hover ul.dropdown-menu{display:block;right:0;}

#Menu ul>li ul.dropdown-menu.catelist{width:1200px;left:-550px;}
#Menu ul>li ul.dropdown-menu.catelist>li{width:calc((100% - 30px)/4);float:left;text-align:left;}
#Menu ul>li ul.dropdown-menu.catelist>li:not(:nth-child(4n)){margin-right:10px;}
@media screen and (min-width:1230px ) and (max-width:1329px) {
    #Menu ul>li ul.dropdown-menu.catelist{left:-700px;}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #Menu ul>li ul.dropdown-menu.catelist{width:900px;left:-550px;}
}
@media (min-width:1px) and (max-width:991px) {
    #Menu ul>li ul.dropdown-menu.catelist{width:100%;left:auto;}
    #Menu ul>li ul.dropdown-menu.catelist>li{width:100%;}
    #Menu ul>li ul.dropdown-menu.catelist>li:not(:nth-child(4n)){margin-right:0;}
}

#top_lang li{margin-left:20px;}
#top_lang li a{font-size:22px; color:#333333; text-transform:uppercase; line-height:80px;}

/*手机导航*/
header #menu_btn{ width: 28px; height: 20px; float: right; margin-top: 30px; cursor: pointer; position: relative; display: none;}
header #menu_btn>.menu_btn_top{ position:absolute; top:5px; left:50%; width:28px; height:3px; border-radius:1.5px; background:#d80000; -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:50%; width:28px; height:3px; border-radius:1.5px; background:#d80000; -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-color:#d80000; -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:#d80000; -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:#d80000; -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_bot{ top:50%; background:#d80000; -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:1px) and (max-width:1450px){
    #Menu .container{width:100%;}
}
@media (min-width:992px) and (max-width:1229px) {
    #Menu {padding-top:8px;padding-bottom:8px;}
    #Menu .container{width:100%;}
    #Menu ul.menunav>li.logo{}
    #Menu ul.menunav>li.logo>a{}
    #Menu ul.menunav>li.logo img{height:40px;}
    #Menu ul.menunav>li{}
    #Menu ul.menunav>li>a{padding: 5px 10px;font-size:16px;}
    #Menu ul.menunav>li.lang>a{padding: 5px 10px;}
    #Menu ul.menunav>li.lang>a:not(:first-child)::before {margin-right:8px;}
    #Menu ul.menunav>li.lang i{font-size:17px;}
    #Menu ul>li#search{padding:5px 0 5px 15px;}
    #Menu ul>li#search>a{font-size:20px;padding:5px 10px;}

    header{}
    #logo{padding:0px 0;}
    #logo .logo span{font-size:16px;margin-left:15px}
    #TopSearch{}
    #Menu{float:none;}
    #Menu ul>li.logo{}
    #Menu ul>li.logo img{}
    #Menu ul>li ul.dropdown-menu>li{padding-top:0;}
    #Menu ul>li ul.dropdown-menu>li>a{padding:6px 10px;}

    #Menu ul>li.open>a:before,#Menu ul>li.open>a:focus:before,#Menu ul>li.open>a:hover:before,#Menu ul>li.active>a:before,#Menu ul>li:hover>a:hover:before{width:calc(100% - 20px);bottom:0;}
}
@media (min-width:768px) and (max-width:991px){    
    
    #top{display:none;}
    #Menu{}
    #logo{display:block;padding:6px 0px;width:100%;float:none;background-color:#fff;}
    #logo .logo{float:left;display:block;}
    #logo #sharelist{display:none;}
    header #menu_btn{ display: block;margin-top:5px;}
    
    #Menu ul.menunav > li.logo > a{padding:10px;background-color:#FFF!important;}
    #Menu ul>li ul.dropdown-menu>li>a:hover{border-bottom:none;}
    #Menu ul > li#search{padding:5px 15px;}

}
@media (min-width:1px) and (max-width:767px) {
    #top{display:none;}
    #Menu{}
    #logo{display:block;padding:10px 0;width:100%;float:none;background-color:#fff;}
    #logo img{height:40px;}
    #logo .email{display:none;}
    #logo .logo{float:left;display:block;}
    #logo #sharelist{display:none;}
    header #menu_btn{ display: block;margin-top:5px;}
    
    #Menu ul.menunav > li.logo{background-color:#fff;}
    #Menu ul.menunav > li.logo > a{padding:5px 15px;}
    #Menu ul.menunav > li.logo img{width:100%;}
    #Menu ul>li ul.dropdown-menu>li>a:hover{border-bottom:none;}
    #Menu ul > li#search{padding:5px 15px;}
    
}
@media (min-width:1px) and (max-width:991px) {
    #logo .logo img{height:40px;}
    #logo .logo span{display:none;}
    #logo .right{display:none;}
    #logo .intro{display:none;}

    #Menu #top{display:none;}
    #Menu ul.menunav>li:nth-child(2){padding-left:15px;}
    #Menu ul.menunav>li:nth-child(2)::before {display:none;}
    #Menu ul.menunav>li:not(:first-child){border-left:none;}

    header{position:relative;}
    header .navbar-brand img{margin:0;width:200px;}
    #Menu{width:220px;position:fixed;left:-220px;top: 0px; bottom: 0px; background: #d80000; z-index: 99999; overflow-x:hidden;overflow-y:auto;transition:all .5s ease;padding-top:0;}
    #Menu.show{left:0;}
    #Menu .container{padding:0;width:auto;}
    #Menu .tel{display:none;}
    #Menu ul.menunav{margin:0;}
    #Menu ul.menunav>li.logo{display:block;margin-top:0;padding:0;}
    #Menu ul.menunav>li.logo img{width:100%;}
    #Menu ul.menunav{display: block; padding: 0px 0 60px; text-align: left;overflow:hidden;}
    #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;font-weight:bold;background-color:transparent !important;color: #f5f5f5 !important;text-align:left;border-bottom:none;}
    #Menu ul.menunav>li>a:hover:after,#Menu ul>.open>a:after{opacity:0;}
    #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:hover{border-bottom: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:10px;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>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:#d80000;color:#fff;}
    #Menu ul>li ul.dropdown-menu>li>a>i{float:left;}

    #Menu ul.menunav>li.lang{display:block;text-align:left;background-color:transparent;}
    #Menu ul.menunav>li.lang ul{padding-left:0;}
    #Menu ul.menunav>li.lang>a{line-height:30px;padding:0;display:none;}
    #Menu ul.menunav>li.lang i{display:none;}
    #Menu ul.menunav>li.lang>a img{display:inline-block;margin-left:10px;vertical-align:middle;}
    #Menu ul.menunav>li.lang>a:not(:first-child)::before{display:none;}

    #Menu ul>li#search{display:block;background-color:transparent;}
    #Menu ul>li#search>a{display:none;}
    #Menu ul>li#search #SearchBox{position:relative;background:none;left:initial;right:initial;top:initial;bottom:initial;}
    #Menu ul>li#search #SearchBox .searchclose{display:none;}
    #Menu ul>li#search #SearchBox #sform{display:block;background-color:#fff;width:100%;border:1px solid #fff;margin:0;}
    #Menu ul>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>li#search #SearchBox #sbut{width:20%;height:30px;line-height:30px;background-color:#d80000;}
    #Menu ul>li#search #SearchBox #sbut>i{height:30px;line-height:30px;width:30px;font-size:18px;vertical-align:top;}

    #sform{display:block;position:relative;width:100%;border-bottom:none;}
    #Menu ul > li#search::before {display:none;}
    
    #Menu ul>li.open>a:before,#Menu ul>li.open>a:focus:before,#Menu ul>li.open>a:hover:before,#Menu ul>li.active>a:before,#Menu ul>li:hover>a:hover:before{display:none;}
    #stext{padding-left:10px;}
}

#bframe{overflow:hidden;position:relative;}
#bframe img{max-width:100%;display:block;margin:0 auto;}
#bframe .txt{position:absolute;top:50%;transform:translateY(-50%);width:100%;}
#bframe h2{font-size:50px;color:#fff;text-align:center;font-weight:bold;margin-bottom:10px;}
#bframe p{font-size:20px;color:#fff;text-align:center;}
#ibframe{position:relative;}
#ibframe:before,#bframe:before{content:"";position:absolute;bottom:-2px;left:0;right:0;height:40px;z-index:2;}
#ibframe .txt{position:absolute;left:240px;top:300px;width:45%;}
#ibframe .txt h3{font-size:68px;color:#fff;text-transform:uppercase;}
#ibframe .txt p{font-size:16px;line-height:28px;color:#fff;margin-bottom:30px;}
#ibframe .txt a{display:inline-block;font-size:16px;line-height:20px;text-transform:uppercase;padding:10px 70px;background-color:#d80000;color:#fff;border-radius:50px;}
#ibframe .txt a:hover{color:#d80000;}
#ibframe .swiper-pagination{bottom:30px;}
#ibframe .swiper-pagination-bullet{width:50px;height:6px;border:none;margin:0 10px;border-radius:0;}
#ibframe .swiper-pagination-bullet-active{background-color:#d80000;}
@media (min-width:1230px) and (max-width:1329px){
    #bframe h2{font-size:48px;line-height:64px;}
    #bframe p{font-size:24px;line-height:36px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #ibframe .txt{left:50px;top:100px;}
    #ibframe .txt h3{font-size:36px;margin-bottom:10px;}
    #ibframe .txt p{font-size:14px;line-height:20px;height:120px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;}
    #ibframe .txt a{font-size:14px;padding:8px 50px;}
    #ibframe .swiper-pagination{bottom:30px;}
    
    #bframe h2{font-size:48px;line-height:64px;padding-left:30px;}
    #bframe p{padding-left:37px;font-size:18px;line-height:24px;}
}
@media (min-width:768px) and (max-width:991px) {
    #bframe h2{font-size:36px;line-height:48px;}
    #bframe p{padding-left:37px;font-size:20px;line-height:30px;}
    #ibframe .swiper-pagination{bottom:25px;}
    
    #ibframe .txt{left:50px;top:50px;}
    #ibframe .txt h3{font-size:36px;margin-bottom:10px;}
    #ibframe .txt p{font-size:14px;line-height:24px;height:120px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;}
    #ibframe .txt a{font-size:14px;padding:8px 50px;}
}
@media (min-width:1px) and (max-width:767px){
    #ibframe:before,#bframe:before{bottom:0;}
    #bframe{}
    #bframe h2{font-size:18px;line-height:24px;margin-top:0;margin-bottom:0;}
    #bframe p{padding-left:37px;font-size:14px;line-height:24px;width:100%;display:none;}
    #ibframe .swiper-pagination{bottom:20px;}
    #ibframe .swiper-pagination-bullet{width:20px;height:3px;margin:0 5px;}
    
    #ibframe .txt{left:50px;top:50px;}
    #ibframe .txt h3{font-size:30px;margin-bottom:10px;}
    #ibframe .txt p{display:none;}
    #ibframe .txt a{font-size:13px;line-height:20px;padding:3px 20px;}
}


.frame{padding-top:50px;padding-bottom:50px;overflow:hidden;}
.frame .title{margin-bottom:36px;}
.frame .title h2{font-size:35px;position:relative;margin-top:0;margin-bottom:0;text-align:center;font-weight:bold;}
.frame .title .line{width:240px;height:1px;background-color:#d80000;position:relative;display:block;margin:0 auto;}
.frame .title .line:before{content:"";width:120px;height:7px;position:absolute;left:60px;top:-3px;z-index:1;background-color:#d80000;}
.frame .title p{font-size:15px;color:#d80000;font-style:italic;text-align:center;}
.frame .title a.link{padding:0 40px;font-size:20px;line-height:30px;border:1px solid #d80000;border-radius:50px;display:inline-block;margin-top:30px;text-transform:uppercase;background-color:#d80000;color:#fff;}
.frame .title a.link:hover{color:#d80000;}
@media screen and (min-width:1230px ) and (max-width:1329px) {
    .frame .title h2{font-size:24px;line-height:36px;}
    .frame .title{margin-bottom:25px;}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    .frame{padding-top:30px;padding-bottom:30px;}
    .frame .title{margin-bottom:20px;}
    .frame .title h2{font-size:24px;line-height:42px;}
    .frame .title p{font-size:14px;}
    .frame .title a.link{font-size:16px;line-height:24px;}
}
@media (min-width:768px) and (max-width:991px) {
    .frame{padding-top:25px;padding-bottom:25px;}
    .frame .title{margin-bottom:15px;}
    .frame .title h2{font-size:22px;line-height:26px;}
    .frame .title h5{font-size:18px;}
    .frame .title p{font-size:14px;}
    .frame .title a.link{font-size:14px;line-height:24px;}
}
@media (max-width:767px){
    .frame{padding-top:25px;padding-bottom:25px;}
    .frame .title{margin-bottom:15px;}
    .frame .title h2{font-size:18px;line-height:24px;}
    .frame .title h5{font-size:16px;}
    .frame .title .line{}
    .frame .title p{font-size:12px;}
    .frame .title a.link{font-size:13px;line-height:20px;padding:0 20px;}
}


#frame1{background:#ececec url(/Template/Default/images/abbg.jpg) no-repeat center bottom fixed;position:relative;}
#frame1 .fiximg{position:absolute;top:calc(50% - 213px);z-index:1;border-radius:0 40px 40px 0;overflow:hidden;width:900px;right:52.5%;}
#frame1 .context{width:59%;float:right;background-color:#fffffb;padding:50px 0 50px 140px;border-radius:40px 0 0 40px;box-shadow:0 0 15px #999;position:relative;}
#frame1 .context::after{content:"";width:60%;height:100%;position:absolute;left:100%;top:0;background-color:#fffffb;box-shadow:20px 0 15px #999;}
#frame1 .context h2{font-size:20px;line-height:26px;color:#d80000;font-style:italic;margin-bottom:50px;font-weight:bold;}
#frame1 .context p{font-size:15px;line-height:26px;color:#535353;margin-bottom:50px;}
#frame1 .context a.link{display:inline-block;color:#d80000;font-size:15px;border-bottom:1px solid transparent;}
#frame1 .context a.link>i{margin-left:3px;}
#frame1 .context a.link:hover{border-bottom:1px solid #d80000;}
@media screen and (min-width:1230px ) and (max-width:1329px){
    #frame1 .context{padding-left:120px;}
    #frame1 .context h2{margin-bottom:30px;}
    #frame1 .context p{margin-bottom:30px;}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame1 .context{padding:30px 0 30px 90px;}
    #frame1 .context h2{margin-bottom:30px;}
    #frame1 .context p{margin-bottom:30px;font-size:14px;line-height:24px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame1 .fiximg{display:none;}
    #frame1 .context{width:100%;border-radius:40px;padding:30px 30px;}
    #frame1 .context::after{display:none;}
    #frame1 .context h2{margin-bottom:20px;}
    #frame1 .context p{margin-bottom:20px;font-size:14px;line-height:24px;}
}
@media (max-width:767px){ 
    #frame1 .fiximg{display:none;}
    #frame1 .context{width:100%;border-radius:40px;padding:30px 30px;}
    #frame1 .context::after{display:none;}
    #frame1 .context h2{margin-bottom:30px;font-size:18px;}
    #frame1 .context p{margin-bottom:30px;font-size:13px;line-height:20px;}
    #frame1 .context a.link{font-size:13px;}
    #frame1 .context a.link>i{font-size:14px;}
}

#frame2{}
#frame2 .left{width:500px;float:left;box-shadow:0 0 15px #aaa;padding:45px;}
#frame2 .left .tit:not(:last-child){border-bottom:1px dashed #d80000;margin-bottom:30px;padding-bottom:30px;}
#frame2 .left .tit{text-align:right;position:relative;cursor:pointer;}
#frame2 .left .tit i{font-size:48px;width:60px;height:60px;line-height:60px;text-align:center;position:absolute;left:0;}
#frame2 .left .tit:nth-child(1) i:before{content:"\e66b";}
#frame2 .left .tit:nth-child(2) i:before{content:"\e64d";}
#frame2 .left .tit:nth-child(3) i:before{content:"\eb57";}
#frame2 .left .tit:nth-child(4) i:before{content:"\e60f";}
#frame2 .left .tit h3{font-size:30px;}
#frame2 .left .tit h3 font{color:#d80000;}
#frame2 .left .tit p{font-size:15px;font-style:italic;}
#frame2 .left .tit.active i,#frame2 .left .tit:hover i{color:#d80000;}
#frame2 .right{width:700px;float:right;}
#frame2 .right .item{display:none;}
#frame2 .right .item.active{display:block;}
#frame2 .right .item .pic{border:1px solid #d80000;margin-bottom:20px;}
#frame2 .right .item h3{text-align:center;font-size:30px;margin-bottom:15px;}
#frame2 .right .item h3 font{color:#d80000;}
#frame2 .right .item p{font-size:15px;}
@media screen and (min-width:1230px ) and (max-width:1329px){
    #frame2 .left{width:40%;}
    #frame2 .right{width:58%;}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame2 .left{width:40%;padding:25px;}
    #frame2 .left .tit h3{font-size:24px;}
    #frame2 .left .tit:not(:last-child){margin-bottom:20px;padding-bottom:20px;}
    #frame2 .right{width:58%;}
    #frame2 .right .item .pic{margin-bottom:10px;}
    #frame2 .right .item h3{font-size:24px;margin-bottom:10px;}
    #frame2 .right .item p{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame2 .left{width:100%;padding:15px 0;margin-bottom:15px;}
    #frame2 .left .tit{width:25%;float:left;padding:0 15px;}
    #frame2 .left .tit:not(:last-child){border-bottom:none;margin-bottom:0;padding-bottom:0;border-right:1px dashed #d80000;}
    #frame2 .left .tit i{left:15px;width:40px;height:40px;line-height:40px;top:5px;font-size:30px;}
    #frame2 .left .tit h3{font-size:20px;}
    #frame2 .left .tit p{font-size:12px;}

    #frame2 .right{width:100%;}
    #frame2 .right .item .pic{margin-bottom:10px;}
    #frame2 .right img{width:100%;}
    #frame2 .right .item h3{font-size:18px;margin-bottom:10px;}
    #frame2 .right .item p{font-size:13px;}
}
@media (max-width:767px){
    #frame2 .left{width:100%;padding:15px 0;margin-bottom:15px;}
    #frame2 .left .tit{width:50%;float:left;padding:0 15px;}
    #frame2 .left .tit:not(:last-child){border-bottom:none;margin-bottom:0;padding-bottom:0;border-right:1px dashed #d80000;}
    #frame2 .left .tit:nth-child(1),#frame2 .left .tit:nth-child(2){margin-bottom:15px;}
    #frame2 .left .tit:nth-child(2){border-right:none;}
    #frame2 .left .tit i{left:15px;width:40px;height:40px;line-height:40px;top:5px;font-size:30px;}
    #frame2 .left .tit h3{font-size:20px;}
    #frame2 .left .tit p{font-size:12px;}

    #frame2 .right{width:100%;}
    #frame2 .right .item .pic{margin-bottom:10px;}
    #frame2 .right img{width:100%;}
    #frame2 .right .item h3{font-size:18px;margin-bottom:10px;}
    #frame2 .right .item p{font-size:13px;}
}


#frame3{}
@media screen and (min-width:1230px ) and (max-width:1329px){
}
@media screen and (min-width:992px ) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media (max-width:767px){
}

#frame4{}
#frame4 .list .item{width:calc((100% - 80px)/5);margin-right:20px;margin-bottom:20px;}
#frame4 .list .item:nth-child(5n){margin-right:0;}
#frame4 .list .item .img{border:1px solid #ebebeb;}
#frame4 .list .item .txt{padding:8px;}
#frame4 .list .item h3{text-align:center;}
#frame4 .list .item:hover h3{color:#d80000;}
@media screen and (min-width:1230px ) and (max-width:1329px){
}
@media screen and (min-width:992px ) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #frame4 .list .item{width:calc((100% - 30px)/3);margin-right:15px;margin-bottom:15px;}
    #frame4 .list .item:nth-child(5n){margin-right:auto;}
    #frame4 .list .item:nth-child(3n){margin-right:0;}
    #frame4 .list .item:nth-child(10){display:none;}
}
@media (max-width:767px){
    #frame4 .list .item{width:calc((100% - 20px)/2);margin-right:10px;margin-bottom:10px;}
    #frame4 .list .item:nth-child(5n){margin-right:auto;}
    #frame4 .list .item:nth-child(2n){margin-right:0;}
}


#frame5{background-color:#f5f5f5;}
#frame5 .list .item{margin:0;width:calc((100% - 80px)/3);margin:0 40px 0 0;overflow:initial;position:relative;}
#frame5 .list .item:nth-child(3n){margin-right:0;}
#frame5 .list .item .img{position:relative;}
#frame5 .list .item .img img{width:100%;}
#frame5 .list .item .date{position:absolute;left:24px;top:-32px;width:100px;height:100px;background-color:#d80000;padding:40px 10px 10px;}
#frame5 .list .item .date span{display:block;font-size:27px;color:#fff;line-height:30px;font-weight:bold;}
#frame5 .list .item .date .year{font-size:15px;line-height:20px;font-weight:normal;}
#frame5 .list .item .txt{padding:24px;position:absolute;bottom:0;width:100%;}
#frame5 .list .item .txt h3{font-size:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:10px;font-weight:bold;color:#fff;}
#frame5 .list .item .txt p{font-size:15px;line-height:20px;height:60px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;color:#fff;}
@media screen and (min-width:1230px ) and (max-width:1329px){
    #frame5 .list .item .txt h3{font-size:20px;}
    #frame5 .list .item .txt p{font-size:14px;}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame5 .list .item{width:calc((100% - 30px)/3);margin-right:15px;}
    #frame5 .list .item .date{width:60px;height:60px;left:15px;padding:10px 5px 5px;}
    #frame5 .list .item .date span{font-size:16px;}
    #frame5 .list .item .date .year{font-size:14px;}
    
    #frame5 .list .item .txt{padding:10px;}
    #frame5 .list .item .txt h3{font-size:18px;}
    #frame5 .list .item .txt p{font-size:13px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame5 .list .item{width:100%;overflow:hidden;margin-bottom:15px;margin-right:0;position:relative;background-color:#fff;}
    #frame5 .list .item .img{float:left;width:30%;}
    #frame5 .list .item .date{display:none;}
    #frame5 .list .item .date span{color:#535353;}
    #frame5 .list .item .txt{float:right;width:70%;padding:20px 15px;position:relative;}
    #frame5 .list .item .txt h3{color:#535353;}
    #frame5 .list .item .txt p{color:#535353;}
}
@media (max-width:767px){
    #frame5 .list .item{width:100%;overflow:hidden;margin-bottom:15px;margin-right:0;position:relative;background-color:#fff;}
    #frame5 .list .item .img{float:left;width:30%;display:none;}
    #frame5 .list .item .date{display:none;}
    #frame5 .list .item .date span{color:#535353;}
    #frame5 .list .item .txt{width:100%;padding:20px 15px;position:relative;}
    #frame5 .list .item .txt h3{color:#535353;font-size:16px;}
    #frame5 .list .item .txt p{color:#535353;font-size:13px;}
}



footer{background:#f5f5f5;border-top:8px solid #d80000;position:relative;padding-top:50px;}
footer:before{content:"\e60e";font-family:iconfont;position:absolute;width:54px;height:54px;line-height:54px;border-radius:50%;background-color:#d80000;font-size:36px;color:#fff;top:-27px;left:calc(50% - 27px);text-align:center;z-index:2;}
footer .container{}
footer .footlogo{}
footer .footColumn{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:30px;} 
footer .footColumn>div{margin:0}
footer .footColumn dl dt{position:relative;font-size:20px;line-height:40px;margin-bottom:20px;padding:10px 0;}
footer .list dt{font-size:25px;margin-bottom:20px;font-weight:bold;}
footer .list dd{padding:8px 0;font-size:18px;position:relative;border-bottom:1px dashed #7d7d7d;}
footer .list dd>a{display:inline-block;}
footer .list dd i{float:left;width:6px;height:6px;background-color:#9d9d9d;border-radius:50%;margin-top:9px;margin-right:8px;}
footer .list dd>a:hover{}
footer .context h2{font-size:36px;line-height:48px;font-weight:bold;margin-bottom:20px;}
footer .context p{font-size:14px;line-height:30px;}
footer .context p>a{font-size:14px;line-height:30px;display:inline-block;}

#fck1{width:370px;margin:0;}
#fck1 .footlogo{margin-bottom:90px;}
#fck1 .img{margin:0;}
#fck2{width:210px;margin:0;}
#fck3{width:380px;margin:0;}
#fck3 .subscribe{margin-top:60px;margin-right:0;}
#fck3 .subscribe input{width:calc(100% - 75px);border-radius:0;height:40px;padding:5px 5px 5px 15px;box-sizing:border-box;background-color:#fff;font-size:16px;}
#fck3 .subscribe textarea{width:100%;border:1px solid #ddd;border-radius:5px;padding:5px;box-sizing:border-box;background-color:transparent;font-size:16px;color:#fff;}
#fck3 .subscribe input::-webkit-input-placeholder,#fck3 dl textarea::-webkit-input-placeholder { color: #c2c2c2;/* WebKit browsers */}
#fck3 .subscribe input::-moz-placeholder,#fck3 dl textarea::-webkit-input-placeholder {color: #c2c2c2;/* Mozilla Firefox 19+ */}
#fck3 .subscribe input:-ms-input-placeholder,#fck3 dl textarea::-webkit-input-placeholder { color: #c2c2c2;/* Internet Explorer 10+ */}
#fck3 .subscribe #footSubmit{width:75px;float:right;background-color:#6eb92c;color:#fff;text-align:center;height:40px;line-height:40px;text-transform:uppercase;}
#fck3 .subscribe #footSubmit>i{font-size:24px;}

#language{padding:10px 0px; text-align:center;margin-top:20px;}
#language ul {display:flex;justify-content:space-between;}
#language ul li {margin:0;display:inline-block;}
#language ul li a{font-size:14px; line-height:2em;color:#fff;}
#language ul li a img{margin-top:5px;}
#language ul li a span{font-size:14px; line-height:2em;}

footer .footshare{position:relative;}
footer #sharelist{text-align:center;}
footer #sharelist>a{color:#fff;margin:0 10px;width:30px;height:30px;}
footer #sharelist>a>i{color:#fff;font-size:20px;}
footer #sharelist>a:hover>i{color:#fff;}
#footer #sharelist>a:hover{background-color:#000;}

.foot_logo{padding:15px 0;position:relative;}
.foot_logo:before{content:"";width:calc(100% - 300px);height:1px;background-color:#bebebe;right:0;top:31px;position:absolute;}
.foot_by{padding:8px 0 8px;overflow:hidden;margin-top:70px;border-top:1px solid #535353;}
.foot_by .footmenu{text-align:center;padding:10px 0;}
.foot_by .footmenu a{color:#fff;font-size:14px;line-height:24px;padding:0 15px;position:relative;display:inline-block;}
.foot_by .footmenu a:not(:last-child):before{content:"";width:2px;height:14px;background-color:#fff;position:absolute;top:5px;right:-1px;}
.foot_by .footmenu a:hover{text-decoration:underline;}
.foot_by .footdiv{font-size:14px; line-height:24px;text-align:center;}
.foot_by .footdiv a{ display:inline-block; font-size:14px; line-height:24px;}
.foot_by .footdiv a:hover{text-decoration:underline;}
.foot_by .footdiv.fl{float:left;}
.foot_by .footdiv.fr{float:right;text-align:right;}
@media screen and (min-width:1230px ) and (max-width:1329px){
    #fck1{width:380px;}
    #fck2 .footcontact .item.address{width:300px;}
}
@media (min-width:992px) and (max-width:1229px) {
    footer .list dd{font-size:15px;}

    #fck1{width:300px;}
    #fck1 .footlogo{margin-bottom:60px;}
    #fck1 .img img{width:145px;}
    #fck2{width:200px;}
    #fck3{width:350px;}
    .foot_by{margin-top:40px;padding:10px 0;}

    #language ul li {margin:0 0 0 15px;}
    #language ul li a img{display:block;}

    #friendlist{margin-bottom:15px;}
    #friendlist a{margin-left:30px;}
    
    .foot_tel{padding:10px 15px;}

}
@media (min-width:768px) and (max-width:991px) {
    footer .list dd{font-size:14px;}

    footer{padding-top:30px;}
    footer .foot_menu a{padding:0 20px;}
    footer .footlogo{padding:0 0 20px;}
    
    footer #fck1{flex:1;padding-right:25px;}
    #fck1 .footlogo{margin-bottom:40px;}
    footer #fck2{flex:1;}
    footer #fck3{flex:auto;width:100%;text-align:left;padding-left:0;padding-top:0px;margin-top:20px;}
    footer .context h2{font-size:30px;line-height:40px;margin-bottom:8px;}
    #fck3 .subscribe{margin-top:20px;}

    #language{padding:6px 0;margin-bottom:0;}
    #language ul li a img{display:block;}
    #language ul li a span{font-size:12px;}
    
    #friendlist{margin-bottom:10px;}
    #friendlist a{margin-left:15px;}
    
    .foot_by .footshare{}
    footer #sharelist > a{margin:0 10px;}

    .foot_by{margin-top:40px;padding:6px 0;}
    .foot_by .footdiv.fl{text-align:center;width:100%;float: initial;}
    .foot_by .footdiv.fr{text-align:center;width:100%;padding-left:0;float: initial;}
    .foot_by p{font-size:12px;}
    .foot_by p a{font-size:12px;}
}
@media (min-width:1px) and (max-width:767px) {
    footer .list dt{font-size:18px;margin-bottom:10px;}
    footer .list dd{font-size:14px;}

    footer{padding-bottom:50px;border-bottom:0;}
    footer .foot_menu{margin-bottom:10px;padding-bottom:0;}
    footer .foot_menu a{padding:0 10px;margin-bottom:10px;}
    footer .foot_menu a:not(:last-child){border:none;}
    
    footer>.container{ }
        
    footer #fck1{width:100%;flex:auto;padding-right:0;padding-bottom:0;margin-bottom:20px;}
    #fck1 .footlogo{margin-bottom:20px;}
    footer #fck2{width:100%;flex:auto;text-align:left;margin-bottom:20px;}
    footer #fck3{flex:auto;width:100%;text-align:left;padding-left:0;padding-top:0px;}
    footer .context h2{font-size:24px;line-height:30px;margin-bottom:8px;}
    footer .context p{font-size:14px;line-height:24px;}
    footer .context p > a{font-size:14px;line-height:24px;}
    #fck3 .subscribe{margin-top:20px;}
    

    #language{padding:6px 0;display:none;}
    #language ul{flex-wrap:wrap;}
    #language ul li{width:20%;}
    #language ul li a img{display:block;}
    #language ul li a span{font-size:12px;}
    
    footer #fck2 {width:100%;}
    #fck2 .footcontact .item{width:100%;padding-right:15px;}
    #fck2 .footcontact .item.address{width:100%;margin-top:15px;}
    #fck2 .footcontact .item h3{font-size:20px;line-height:40px;}
    #fck2 .footcontact .item h3 i{font-size:36px;}
    #fck2 .footcontact .item p{font-size:14px;}
    #fck2 .subscribe{width:100%;}
    #fck2 .footshare{width:100%;flex:initial;}
    footer #sharelist{position:relative;text-align:left;margin-top:0;padding-bottom:0;}

    #friendlist{margin-bottom:10px;}
    #friendlist a{margin-left:10px;}
    
    /*footer .footColumn dl dt{margin-bottom:0;}
    footer .list dd{font-size:12px;line-height:18px;}
    footer dl{margin-bottom:0;}
    footer dl dt{font-size:16px;margin-bottom:10px;}
    footer dl dt::after{content:"\e9e2";font-family:iconfont;margin-left:10px;font-size:16px;}
    footer dl dd{display:none;}
    footer dl dd p{font-size:12px;}
    footer dl.catelist dd>a{font-size:12px;}*/
    .foot_by{padding:10px 0;margin-top:20px;}
    .foot_by .footdiv{display:block;text-align:center;font-size:12px;line-height:1.5;width:100%;}
    .foot_by .footdiv a{font-size:12px;line-height:1.5}
    .foot_by .footdiv.fr{float:none;text-align:center;width:100%;}

    
    .foot_by .footshare{float:none;text-align:center;}
    footer #sharelist > a{margin:0 15px 0 0;}
}

#mobMenu{min-height:50px;border:1px solid #dddddd;position:fixed;bottom:0;width:100%;display:none;z-index:111;}
#mobMenu .foot_nav{width:25%;float:left;text-align:center;color: #898989;font-size:14px;}
#mobMenu .foot_nav i{display: block;padding: 3px 0px 0px 0px;font-size:18px;line-height:24px;}
#mobMenu .foot_nav .hamburger{position: inherit;float: none;margin: 0 auto;width:100%;}
@media (min-width:1px) and (max-width:767px) {
    #mobMenu{display:block;}
}

#GoTop{position:fixed;right:40px;bottom:60px;width:50px;height:50px;background-color:#b0b0b0;border-radius:50px;text-align:center;z-index:3;cursor:pointer;display:none;}
#GoTop>i.iconfont{line-height:50px;display:block;font-size:24px;color:#fff;}
#GoTop:hover{background-color:#d80000;}
#PageInquiry{position:fixed;right:40px;bottom:100px;background-color:#d80000;box-shadow:0 0 10px #d80000;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:25px;top:50%;margin-top:-80px;z-index:55;}
#float .ico{display:block;width:55px;height:55px;text-align:center;background-color:#d80000;margin-bottom:6px;position:relative;cursor:pointer;}
#float .ico:hover{background-color:#d80000;}
#float .ico:hover>i{color:#ffffff;}
#float .ico>span{display:block;padding-top:10px;text-align:center;}
#float .ico>i{color:#ffffff;font-size:24px;}
#float .ico>.img{position:absolute;right:55px;width:140px;top:0;display:none;background-color:#d80000;padding:8px;}
#float .ico>.img>img{width:100%;}
#float .ico>.img>p{line-height:30px;font-size:16px;color:#fff;}
#float .ico:hover>.img{display:block;}
#float .ico>.message{position:absolute;right:55px;top:0;display:none;min-width:140px;background-color:#d80000;color:#fff;height:55px;line-height:45px;font-size:16px;padding:5px 10px;box-sizing: border-box;}
#float .ico:hover>.message{display:block;}


 

/*共用*/
#Location{padding-top:10px;padding-bottom:10px;position:absolute;bottom:10px;text-align:center;width:100%;}
#Location .location:before{content:"\e8b9";font-family:iconfont;color:#fff;}
#Location .location a{display:inline-block;text-transform:capitalize;color:#fff;}
#Location .location a:not(:last-child)::after{content:"-";margin:0 5px;vertical-align:top;}
#Location .location a:last-child{}
#Location .location a:hover{color:#d80000;}
#Location .location span{display:inline-block;color:#fff;}
#Location .columns{float:right;}
#Location .columns .catelist{overflow:hidden;}
#Location .columns .catelist>li{display:inline-block;}
#Location .columns .catelist>li>a{display:inline-block;padding:12px 30px;}
#Location .columns .catelist>li.active>a,#Location .columns .catelist>li:hover>a{color:#fff;background-color:#d80000;}
@media (min-width:1230px) and (max-width:1329px) {
    #Location{}
    #Location .location a{font-size:16px;line-height:24px;}
    #Location .location span{font-size:16px;line-height:24px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #Location{bottom:15px;}
    #Location .location a{font-size:14px;}
    #Location .location span{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #Location{bottom:15px;}
    #Location .location a{font-size:14px;line-height:24px;}
    #Location .location span{font-size:14px;line-height:24px;}
}
@media (min-width:1px) and (max-width:767px) {
    #Location{bottom:0;}
    #Location .location{}
    #Location .location a{font-size:12px;line-height:18px;}
    #Location .location a:first-child:before{font-size:16px;}
    #Location .location span{font-size:12px;line-height:18px;}

    #Location .columns{width:100%;margin-top:10px;}
    #Location .columns .catelist>li>a{font-size:13px;line-height:20px;padding:8px 20px;}
}

/*左侧菜单*/
#left_nav{width:350px;float:left;padding-right:30px;}
#left_nav dl{overflow:hidden;padding:25px 13px;background-color:#f0f0f0;}
#left_nav dl>dt{padding:12px 20px;font-size:24px;line-height:30px;margin-bottom:2px;text-transform:uppercase;position:relative;background-color:#d80000;color:#fff;font-weight:bold;}
#left_nav dl>dt:after{content:"\e743";font-family:iconfont;float:right;}
#left_nav dl>dd{padding:12px 20px;position:relative;cursor:pointer;margin-bottom:5px;background-color:#fff;margin-bottom:2px;}
#left_nav dl>dd>a{display:inline-block;font-size:16px;line-height:30px;}
#left_nav dl>dd>i{position:absolute;right:5px;top:10px;display:inline-block;width:30px;height:30px;text-align:center;}
#left_nav dl>dd>i:before{content:"\e62d";font-size:20px;line-height:30px;}
#left_nav dl>dd.active,#left_nav dl>dd:hover{background-color:#d80000;}
#left_nav dl>dd.active>i:before{content:"\eb9d";color:#fff;}
#left_nav dl>dd.active>a,#left_nav dl>dd:hover>a{color:#fff;}
#left_nav dl>dd:hover>i{color:#fff;}
#left_nav dl>dd ul{transition:all 0s;margin:12px -20px -12px -20px;background-color:#fff;border-top:2px solid #f0f0f0;display:none;}
#left_nav dl>dd.active ul{display:block;}
#left_nav dl>dd ul>li{border-bottom:2px solid #f0f0f0;}
#left_nav dl>dd ul>li>a{display:block;font-size:14px;line-height:20px;position:relative;padding:5px 20px 5px 30px;}
#left_nav dl>dd ul>li.active,#left_nav dl>dd ul>li:hover{border-bottom:2px solid #d80000;}
#left_nav dl>dd ul>li.active>a,#left_nav dl>dd ul>li:hover>a{color:#d80000;}
#left_nav dl>dd ul>li.active>ul{display:block;}
#left_nav dl>dd ul>li>ul.catelist{padding:0 20px 0 ;}
#left_nav dl>dd ul>li>ul.catelist>li>a{display:block;border-bottom:1px solid #d5d5d5;padding-left:8px;font-size:14px;}
#left_nav .leftContact{margin-top:30px;border:1px solid #d4d4d4;background-color:#fff;}
#left_nav .leftContact h2{padding:15px 15px 15px 15px;font-size:16px;line-height:25px;color:#fff;position:relative;background-color:#d80000;}
#left_nav .leftContact h2 i{font-size:32px;margin-right:15px;}
#left_nav .leftContact img{width:100%;}
#left_nav .leftContact .txt{padding:10px 15px;}
#left_nav .leftContact .txt p{font-size:14px;line-height:24px;color:#666;padding:3px 0 3px 30px;position:relative;}
#left_nav .leftContact .txt p i{font-size:20px;position:absolute;left:0;}
#left_nav .leftContact .txt p a{display:inline-block;font-size:14px;line-height:24px;color:#666;}
#left_nav .leftContact .txt p a:hover{color:#062c87;}
#left_nav .LeftProduct{margin-top:30px;padding:25px 13px;background-color:#f0f0f0;}
#left_nav .LeftProduct h2{padding:12px 20px;font-size:24px;line-height:30px;margin-bottom:2px;text-transform:uppercase;position:relative;background-color:#d80000;color:#fff;font-weight:bold;}
#left_nav .LeftProduct h2:after{content:"\e60e";font-family:iconfont;float:right;}
#left_nav .LeftProduct .swiper-container{position:relative;}
#left_nav .LeftProduct .swiper-slide{padding:40px 40px 5px 40px;background-color:#fff;}
#left_nav .LeftProduct .swiper-slide .img{border:1px solid #ddd;}
#left_nav .LeftProduct .swiper-slide .txt{padding:15px 0;text-align:center;}
#left_nav .LeftProduct .btnlist .swbtn{display:inline-block;width:25px;height:60px;line-height:60px;text-align:center;position:absolute;color:#fff;top:calc(50% - 30px);background-color:#d80000;z-index:1;}
#left_nav .LeftProduct .btnlist .swbtn>i{font-size:24px;}
#left_nav .LeftProduct .btnlist .swbtn.btn-prev{left:0;}
#left_nav .LeftProduct .btnlist .swbtn.btn-next{right:0;}
@media (min-width:1230px) and (max-width:1329px){

}
@media (min-width:992px) and (max-width:1229px) {
    #left_nav{width:30%;}
    #left_nav dl{}
    #left_nav dl>dt{font-size:20px;}
    #left_nav dl>dd{padding:8px 20px;}
    #left_nav dl>dd>a{}
    #left_nav dl>dd ul>li>a{font-size:13px;line-height:20px;}
    
    #left_nav .leftContact{margin-top:30px;}
    #left_nav .leftContact h2{font-size:20px;padding:10px 10px 10px 20px;}
    #left_nav .leftContact h2 i{font-size:24px;}
    #left_nav .leftContact .txt{padding:10px;}
    #left_nav .leftContact .txt p{font-size:14px;line-height:24px;}
    #left_nav .leftContact .txt p a{font-size:14px;line-height:24px;}

    #left_nav .LeftProduct h2{font-size:20px;}
    #left_nav .LeftProduct .swiper-slide{padding:30px 30px 5px 30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #left_nav{width:100%;padding-right:0;padding-left:0;margin-bottom:20px;}
    #left_nav dl{padding:0;}
    #left_nav dl::before{}
    #left_nav dl>dt{padding:8px 15px;font-size:18px;border-radius:0;display:block;background-color:#d80000;}
    /*#left_nav dl>dt:before{content:"\e9e2";font-family:iconfont;float:right;position:relative;border:none;}*/
    #left_nav dl>dd{display:none;}
    #left_nav dl>dd:before{}
    #left_nav dl>dd:last-child{border-radius:0;}
    #left_nav dl>dd>a{font-size:14px;line-height:20px;}
    #left_nav dl>dd ul>li>a{font-size:12px;}

    #left_nav .LeftProduct{display:none;}
    #left_nav .leftContact{display:none;}
}
@media (min-width:1px) and (max-width:767px) {    
    #left_nav{width:100%;padding-right:0;padding-left:0;margin-bottom:20px;}
    #left_nav dl{padding:0;}
    #left_nav dl::before{}
    #left_nav dl>dt{padding:8px 15px;font-size:18px;border-radius:0;background-color:#d80000;display:block;}
    /*#left_nav dl>dt:before{content:"\e9e2";font-family:iconfont;float:right;position:relative;border:none;}*/
    #left_nav dl>dd{display:none;}
    #left_nav dl>dd:before{}
    #left_nav dl>dd:last-child{border-radius:0;}
    #left_nav dl>dd>a{font-size:14px;line-height:20px;padding:0;}
    #left_nav dl>dd>a::after{top:18px;}
    #left_nav dl>dd ul>li>a{font-size:12px;}
    #left_nav dl>dd.contactus{margin-top:30px;padding-bottom:15px;}
    
    #left_nav .LeftProduct{display:none;}
    #left_nav .leftContact{display:none;}
}

/*右侧内容*/
#right_nav{float:right;width:calc(100% - 380px);}
#right_nav>.tit{border-bottom:1px solid #d80000;margin-bottom:30px;padding-bottom:20px;}
#right_nav>.tit h2{font-size:20px;line-height:36px;margin-bottom:5px;color:#d80000;font-weight:bold;}
#right_nav>.tit p{font-size:14px;line-height:24px;color:#666;font-weight:bold;}
.nframe{padding-top:50px;overflow:hidden;padding-bottom:50px;}
.nframe .title{margin-bottom:20px;}
.nframe .title h1{font-size:30px;line-height:48px;position:relative;margin-top:0;margin-bottom:0;}
.nframe .title h2{font-size:30px;line-height:48px;position:relative;margin-top:0;margin-bottom:30px;}
.nframe .title h3{font-size:30px;margin-top:0;margin-bottom:0;text-transform:capitalize;}
.nframe .title h4{font-size:18px;line-height:24px;color:#d80000;text-transform:uppercase;}

.nframe .title p{font-size:18px;line-height:1.5;}
.nframe section{overflow:hidden;}
.nframe section .content{font-size:14px;line-height:24px;color:#505050;padding-bottom:20px;}
@media (min-width:992px) and (max-width:1229px) {
    #right_nav{width:70%;}
    
    .nframe{padding-top:25px;}
    .nframe .title{margin-bottom:20px;}
    .nframe .title h1{font-size:24px;line-height:36px;}
    .nframe .title h2{font-size:24px;line-height:36px;}
    .nframe .title h3{font-size:24px;}
    .nframe .title h4{font-size:16px;}
    .nframe .title p{font-size:14px;}
    .nframe .title .line>span{font-size:14px;}

    .nframe section .content{font-size:16px;line-height:1.5;}
}
@media (min-width:768px) and (max-width:991px) {
    #right_nav{width:100%;}
    
    .nframe{padding-top:25px;}
    .nframe .title{margin-bottom:20px;}
    .nframe .title h1{font-size:20px;line-height:30px;}
    .nframe .title h2{font-size:20px;line-height:30px;margin-bottom:15px;}
    .nframe .title h3{font-size:20px;}
    .nframe .title h4{font-size:16px;}
    .nframe .title p{font-size:13px;line-height:18px;}
    .nframe .title .line>span{font-size:14px;}

    .nframe section .content{font-size:16px;line-height:1.5;}
}
@media (min-width:1px) and (max-width:767px) {
    #right_nav{width:100%;}
    #right_nav .tit h3{font-size:16px;}
    embed{width:100%;height:auto;}
    
    .nframe{padding-top:20px;}
    .nframe .title{margin-bottom:10px;}
    .nframe .title h1{font-size:18px;line-height:24px;}
    .nframe .title h2{font-size:18px;line-height:24px;margin-bottom:10px;}
    .nframe .title h3{font-size:18px;}
    .nframe .title h4{font-size:14px;}
    .nframe .title p{font-size:12px;line-height:18px;}

    .nframe section .content{font-size:13px;line-height:24px;}
    .table-responsive table{width:100%;}
}

.bgsection{}
/*关于我们*/
#aboutframe{padding-bottom:0;}
#aboutframe .title{margin-bottom:50px;}
#aboutframe .title h2{}
#aboutframe section{padding-bottom:50px;}

#aboutframe .abnum{background:#d80000 url(/Template/Default/images/abnumbg.jpg) repeat;border-radius:30px;overflow:hidden;padding-top:30px;padding-bottom:25px;margin-top:-50px;z-index:1;position:relative;}
#aboutframe .abnum .item{margin:0;width:25%;text-align:center;position:relative;}
#aboutframe .abnum .item:not(:last-child):before{content:"";border-left:1px dashed #FFF;width:1px;height:60px;position:absolute;top:calc(50% - 30px);right:0;}
#aboutframe .abnum .item i{color:#fff;font-size:50px;line-height:60px;}
#aboutframe .abnum .item h3{color:#fff;font-size:20px;line-height:50px;margin-top:5px;}
#aboutframe .abnum .item h3 span{font-size:50px;line-height:50px;font-weight:bold;display:inline-block;}
#aboutframe .abnum .item h3 sub{vertical-align:top;display:inline-block;line-height:20px;font-weight:bold;font-size:30px;}

#aboutframe .abintro{background:#fff url(/Template/Default/images/abbg2.jpg) no-repeat center center fixed;margin-top:-90px;padding-top:150px;}
#aboutframe .abintro .left{width:49%;float:left;padding-top:80px;padding-right:80px;}
#aboutframe .abintro .left img{width:300px;margin-bottom:15px;}
#aboutframe .abintro .left h3{font-size:20px;line-height:30px;font-style:italic;color:#7d7d7d;letter-spacing:12px;}
#aboutframe .abintro .left h3 font{color:#d80000;}
#aboutframe .abintro .left hr{border:1px dashed #7d7d7d;margin-top:30px;margin-bottom:25px;}
#aboutframe .abintro .left p{font-size:20px;line-height:37px;font-style:italic;color:#7e7e7e;font-weight:bold;}
#aboutframe .abintro .right{width:51%;float:right;text-align:right;}

#aboutframe section.workshop{padding-top:40px;padding-bottom:20px;}
#aboutframe .workshop .CateList{text-align:center;margin-bottom:36px;}
#aboutframe .workshop .CateList .tit{display:inline-block;margin:0;text-align:center;font-size:20px;line-height:30px;cursor:pointer;margin:0 30px;border-bottom:2px solid #fff;}
#aboutframe .workshop .CateList .tit.active,#aboutframe .workshop .CateList .tit:hover{border-bottom:2px solid #d80000;}
#aboutframe .workshop .list .item{display:none;}
#aboutframe .workshop .list .item.active{display:block;}
#aboutframe .workshop .list .item>a{display:block;width:calc((100% - 100px)/3);float:left;margin-bottom:40px;margin-right:50px;}
#aboutframe .workshop .list .item>a:nth-child(3n){margin-right:0;}
#aboutframe .workshop .list .item>a:nth-child(3n+1){clear:left;}
#aboutframe .workshop .list .item h3{font-size:18px;}

#aboutframe .abouthistory{background:#fff url(/Template/Default/images/abbg3.jpg) no-repeat center center fixed;padding-top:50px;padding-bottom:50px;}
#aboutframe .abouthistory .hisList{position:relative;padding-left:80px;padding-right:80px;}
#aboutframe .abouthistory .swiper-container{background:url(/Template/Default/images/hisline.png) no-repeat center 65px/100%;}
#aboutframe .abouthistory .swiper-slide{text-align:center;width:25%;position:relative;}
#aboutframe .abouthistory .swiper-slide:before{content:"";width:22px;height:22px;border-radius:50%;background-color:#fff;border:5px solid #d80000;display:inline-block;box-sizing:border-box;position:absolute;top:54px;left:calc(50% - 11px);}
#aboutframe .abouthistory .swiper-slide h3{font-size:24px;line-height:30px;font-weight:bold;color:#d80000;}
#aboutframe .abouthistory .swiper-slide p{font-size:15px;line-height:24px;margin-top:60px;margin-bottom:20px;color:#7d7d7d;}
#aboutframe .abouthistory .swiper-slide .img{border:1px solid #d80000;border-radius:8px;overflow:hidden;display:inline-block;}
#aboutframe .abouthistory .swiper-slide.swiper-slide-active:before{content:"\e60e";font-family:iconfont;width:40px;height:40px;line-height:30px;background-color:#d80000;top:45px;left:calc(50% - 20px);font-size:24px;color:#fff;text-align:center;}
#aboutframe .abouthistory .btnlist .swbtn{position:absolute;top:50px;width:30px;height:30px;line-height:30px;}
#aboutframe .abouthistory .btnlist .swbtn>i{display:block;font-size:24px;color:#e5251a;}
#aboutframe .abouthistory .btnlist .swbtn.btn-prev{left:0;transform:rotate(180deg);}
#aboutframe .abouthistory .btnlist .swbtn.btn-next{right:0;}

#aboutframe section.certificates{padding-top:40px;}
#aboutframe .certificates .box{position:relative;padding-left:60px;padding-right:60px;}
#aboutframe .certificates .swiper-slide{}
#aboutframe .certificates .swiper-slide .item .img{padding:15px;background-color:#f3f3f3;}
#aboutframe .certificates .swiper-slide .item img{display:block;width:100%;}
#aboutframe .certificates .swiper-slide .item h3{text-align:center;margin-top:15px;font-size:16px;}
#aboutframe .certificates .btnlist .swbtn{position:absolute;top:calc(50% - 15px);width:30px;height:30px;line-height:30px;}
#aboutframe .certificates .btnlist .swbtn>i{display:block;font-size:24px;color:#e5251a;}
#aboutframe .certificates .btnlist .swbtn.btn-prev{left:0;transform:rotate(180deg);}
#aboutframe .certificates .btnlist .swbtn.btn-next{right:0;}
@media screen and (min-width:1230px ) and (max-width:1329px) {
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #aboutframe .abnum .item h3 span{font-size:36px;}

    #aboutframe .abintro .left{padding-top:20px;}

    #aboutframe .workshop .list .item>a{width:calc((100% - 60px)/3);margin-right:30px;margin-bottom:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #aboutframe .abnum{margin-top:0;padding-top:20px;padding-bottom:15px;}
    #aboutframe .abnum .item i{font-size:36px;line-height:40px;}
    #aboutframe .abnum .item h3{font-size:16px;line-height:40px;}
    #aboutframe .abnum .item h3 span{font-size:24px;}
    #aboutframe .abnum .item h3 sub{font-size:24px;}

    #aboutframe .abintro .left{padding-top:0;width:100%;}
    #aboutframe .abintro .right{width:100%;margin-top:20px;}
    #aboutframe .abintro .right img{width:100%;}

    #aboutframe .workshop .list .item>a{width:calc((100% - 30px)/3);margin-right:15px;margin-bottom:15px;}
}
@media (max-width:767px){
    #aboutframe .title{margin-bottom:20px;}

    #aboutframe .abnum{margin-top:0;padding-top:20px;padding-bottom:15px;}
    #aboutframe .abnum .item{width:100%;margin-bottom:10px;padding-left:5%;padding-right:5%;}
    #aboutframe .abnum .item:not(:last-child)::before{border-left:none;border-bottom:1px dashed #fff;width:100%;height:1px;position:relative;top:100%;margin:0 auto;display:block;}
    #aboutframe .abnum .item i{font-size:36px;line-height:40px;float:left;margin-right:20px;}
    #aboutframe .abnum .item h3{font-size:16px;line-height:40px;margin-top:0;text-align:left;}
    #aboutframe .abnum .item h3 span{font-size:24px;line-height:40px;}
    #aboutframe .abnum .item h3 sub{font-size:24px;}
    
    #aboutframe .abintro .left{padding-top:0;width:100%;padding-right:0;}
    #aboutframe .abintro .left p{font-size:16px;line-height:30px;}
    #aboutframe .abintro .right{width:100%;margin-top:20px;}
    #aboutframe .abintro .right img{width:100%;}
    
    #aboutframe .workshop .CateList .tit{font-size:16px;margin:0 15px;}
    #aboutframe .workshop .list .item>a{width:calc((100% - 15px)/2);margin-right:15px;margin-bottom:15px;}
    #aboutframe .workshop .list .item>a:nth-child(3n){margin-right:15px;}
    #aboutframe .workshop .list .item>a:nth-child(2n){margin-right:0;}
    #aboutframe .workshop .list .item>a:nth-child(3n+1){clear:initial;}
    #aboutframe .workshop .list .item>a:nth-child(2n+1){clear:left;}

    #aboutframe .abouthistory .hisList{padding-left:30px;padding-right:30px;}

    #aboutframe .certificates .box{padding-left:30px;padding-right:30px;}
}

#oemframe{}
#oemframe .oem1 .list{}
#oemframe .oem1 .list .item{width:calc((100% - 80px) / 3);margin:0 40px 30px 0;}
#oemframe .oem1 .list .item:nth-child(3n){margin-right:0;}
#oemframe .oem1 .list .item:nth-child(3n+1):nth-last-child(-n+3),#oemframe .oem1 .list .item:nth-child(3n+1):nth-last-child(-n+3) ~ .item{margin-bottom:0;}
#oemframe .oem1 .list .item .img{border:1px solid #eee;}
#oemframe .oem1 .list .item img{width:100%;}
#oemframe .oem1 .list .item h3{font-size:16px;line-height:30px;text-align:center;margin-top:8px;}

#oemframe .oem2{padding-top:40px;padding-bottom:40px;background-color:#eee;}
#oemframe .oem3{padding-top:40px;padding-bottom:40px;background-color:#fff;}
#oemframe .swiperlist{position:relative;padding-left:25px;padding-right:25px;}
#oemframe .swiperlist .swiper-slide{}
#oemframe .swiperlist .swiper-slide .item .img{border:1px solid #f1f1f1;}
#oemframe .swiperlist .swiper-slide .item img{display:block;width:100%;}
#oemframe .swiperlist .swiper-slide .item h3{font-size:16px;line-height:30px;text-align:center;margin-top:8px;}
#oemframe .swiperlist .btnlist .swbtn{position:absolute;top:calc(50% - 25px);width:50px;height:50px;line-height:50px;border:2px solid #d80000;border-radius:50%;text-align:center;background-color:#fff;z-index:2;}
#oemframe .swiperlist .btnlist .swbtn>i{display:block;font-size:24px;color:#d80000;}
#oemframe .swiperlist .btnlist .swbtn.btn-prev{left:0;}
#oemframe .swiperlist .btnlist .swbtn.btn-next{right:0;}

#oemframe .oem4{padding-bottom:30px;}
#oemframe .oem4 .left{width:62%;margin:0;}
#oemframe .oem4 .right{width:38%;margin:0;}
@media screen and (min-width:1230px ) and (max-width:1329px) {
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #oemframe .oem1 .list .item{width:calc((100% - 40px) / 3);margin:0 20px 15px 0;}
}
@media (min-width:768px) and (max-width:991px) {
    #oemframe .oem1 .list .item{width:calc((100% - 30px) / 3);margin:0 15px 15px 0;}
}
@media (max-width:767px){
    #oemframe .oem1 .list .item{width:calc((100% - 20px) / 2);margin:0 10px 10px 0;}

    #oemframe .swiperlist .btnlist .swbtn{width:36px;height:36px;line-height:36px;}
    #oemframe .swiperlist .btnlist .swbtn>i{font-size:20px;}
    #oemframe .swiperlist .swiper-slide .item h3{font-size:13px;line-height:20px;}
    #oemframe .oem4 .left{width:100%;margin:0 0 15px;}
    #oemframe .oem4 .right{width:100%;margin:0;}
}


#supportframe .download .list{overflow:hidden;margin:0 -15px;}
#supportframe .download .list .item{width:25%;padding:15px;float:left;}
#supportframe .download .list .item a.link{position:relative;display:block;overflow:hidden;}
#supportframe .download .list .item .txt{position:absolute;top:calc(100% - 40px);right:0;bottom:0;left:0;text-align:center;background:rgba(0,0,0,0.6);transition:all .2s;}
#supportframe .download .list .item .txt i.iconfont{font-size:48px;color:#fff;margin-top:80px;display:none;}
#supportframe .download .list .item .txt h4{color:#fff;font-size:18px;line-height:30px;padding:5px 10px;}
#supportframe .download .list .item a.more{display:block;width:150px;height:30px;line-height:30px;border:1px solid #d80000;background-color:#d80000;color:#fff;text-align:center;margin:0 auto;text-transform:uppercase;margin-top:25px;}
#supportframe .download .list .item:hover .txt{top:0;}
#supportframe .download .list .item:hover i.iconfont{display:block;}
#ServicePage .download{margin-bottom:50px;}
#ServicePage .faq{}
#ServicePage .faq dl{margin-bottom:15px;background-color:#fff;}
#ServicePage .faq dl>dt{padding:15px 50px 15px 80px;font-size:16px;line-height:30px;cursor:pointer;position:relative;background-color:#f0f0f0;border-radius:10px;}
#ServicePage .faq dl>dt>i{font-size:30px;color:#d80000;width:40px;height:40px;line-height:40px;text-align:center;position:absolute;left:30px;top:10px;}
#ServicePage .faq dl>dt:after{content:"\eb9d";font-family:iconfont;position:absolute;right:15px;top:15px;}
#ServicePage .faq dl>dd{height:0;padding:0 20px 0 80px;overflow:hidden;font-size:24px;font-size:16px;position:relative;}
#ServicePage .faq dl>dd>i{font-size:30px;color:#d80000;width:40px;height:40px;line-height:40px;text-align:center;position:absolute;left:30px;top:10px;}
#ServicePage .faq dl.active>dt{}
#ServicePage .faq dl.active>dt:after{content:"\e7fc";}
#ServicePage .faq dl.active>dd{padding:15px 20px 15px 80px;height:auto;}
@media (min-width:1230px) and (max-width:1329px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #supportframe .download .list .item{padding:10px;}
    #supportframe .download .list .item .txt{top:calc(100% - 34px);}
    #supportframe .download .list .item .txt i.iconfont{font-size:30px;margin-top:40px;}
    #supportframe .download .list .item .txt h4{font-size:16px;line-height:24px;}
    
}
@media (min-width:768px) and (max-width:991px) {
    #supportframe .download .list .item{padding:5px 5px 15px;}
    #supportframe .download .list .item .txt{top:calc(100% - 34px);}
    #supportframe .download .list .item .txt i.iconfont{font-size:24px;margin-top:20px;}
    #supportframe .download .list .item .txt h4{font-size:14px;line-height:24px;}
    #supportframe .download .list .item a.more{margin-top:10px;}
    
    #ServicePage .faq{padding:15px;}
    #ServicePage .faq dl>dd{font-size:14px;line-height:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #supportframe .download .list .item{padding:5px 5px 15px;width:50%;}
    #supportframe .download .list .item .txt{top:calc(100% - 34px);}
    #supportframe .download .list .item .txt i.iconfont{font-size:24px;margin-top:20px;}
    #supportframe .download .list .item .txt h4{font-size:14px;line-height:24px;}
    #supportframe .download .list .item a.more{margin-top:10px;}

    #ServicePage .faq{padding:15px 0;}
    #ServicePage .faq dl>dt{font-size:14px;line-height:20px;padding:10px 40px 10px 40px}

    #ServicePage .faq dl>dt>i{font-size:20px;left:0;top:0;}
    #ServicePage .faq dl>dd>i{font-size:20px;left:0;top:0;}
    #ServicePage .faq dl>dt::after{top:10px;}
    #ServicePage .faq dl>dd{font-size:14px;line-height:20px;padding:0 20px 0 40px;font-size:13px;}
    #ServicePage .faq dl.active>dd{padding:10px 20px 15px 40px;}
}

#map{height:500px;position:relative;z-index:1;width:100%;margin:0;}
@media (min-width:1230px) and (max-width:1329px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #map{height:360px;}
}
@media (min-width:768px) and (max-width:991px) {
    #map{height:360px;}
}
@media (min-width:1px) and (max-width:767px) {
    #map{height:300px;}
}

/*联系我们*/
#contPage{padding-top:70px;}
#contPage .contbox{margin-bottom:50px;}
#contacts{width:50%;background-color:#f5f5f5;padding:50px 35px;}
#contacts .list{}
#contacts .item{padding-bottom:40px;border-bottom:1px dashed #b2b2b2;}
#contacts .item:not(:last-child){margin-bottom:40px;}
#contacts .item>i{width:60px;height:60px;font-size:36px;line-height:60px;background-color:#d80000;border-radius:5px;text-align:center;color:#fff;float:left;margin-right:25px;}
#contacts .item .txt{padding-left:85px;}
#contacts .item h3{font-size:27px;margin-bottom:10px;line-height:30px;}
#contacts .item p{font-size:18px;line-height:24px;}
#contacts .item p>a{}
#contacts .item p>a:hover{text-decoration:underline;color:#d80000;}
@media (min-width:992px) and (max-width:1229px) {
    #contacts .item p{font-size:14px;line-height:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #contacts{width:100%;}
    #contacts .item h3{font-size:18px;}
    #contacts .item p{font-size:14px;line-height:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #contPage{padding-top:30px;}
    #contacts{width:100%;padding:15px;}
    #contacts .item{width:100%;text-align:left;flex:initial;padding:0;margin-bottom:10px;padding-bottom:15px;}
    #contacts .item:not(:last-child){margin-bottom:15px;}
    #contacts .item>i{float:left;margin-right:10px;width:50px;height:50px;line-height:50px;}
    #contacts .item .txt{padding-left:65px;}
    #contacts .item h3{font-size:14px;line-height:20px;margin-bottom:5px;}
    #contacts .item p{font-size:12px;line-height:20px;}
}
#feedback{width:50%;padding:50px 40px 60px 100px;background-color:#fff;box-shadow:0 0 30px #aaa;border-radius:40px 0 0 40px;}
#feedback .tit{margin-bottom:15px;}
#feedback .tit h4{font-size:20px;line-height:24px;color:#6b6b6b;}
#feedback .tit h2{font-size:27px;}
#feedback .tit p{font-size:18px;line-height:30px;color:#888;}
#feedback input::-webkit-input-placeholder,#fck3 dl textarea::-webkit-input-placeholder { color: #717171;/* WebKit browsers */}
#feedback input::-moz-placeholder,#fck3 dl textarea::-webkit-input-placeholder {color: #717171;/* Mozilla Firefox 19+ */}
#feedback input:-ms-input-placeholder,#fck3 dl textarea::-webkit-input-placeholder { color: #717171;/* Internet Explorer 10+ */}
#feedback ul{display:flex;justify-content:space-between;flex-direction: row;flex-wrap:wrap;}
#feedback ul>li{display:block;margin:0 0 30px;width:100%;border:1px solid #e8e8e8;border-radius:4px;padding-left:8px;display:table;}
#feedback ul>li.half{width:48%;}
#feedback ul>li>label{text-align:left;font-weight:normal;font-size:15px;line-height:36px;display:table-cell;width:1%;white-space:nowrap;vertical-align:top;}
#feedback ul>li>label>em{color:#f00;font-style:initial;font-size:18px;float:left;}
#feedback ul>li>label>i.iconfont{font-size:15px;line-height:30px;width:24px;display:inline-block;}
#feedback ul>li>input{height:36px;margin:0;padding:5px;color:#717171;border:none;width:100%;}
#feedback ul>li textarea{padding:5px 0 0 5px;resize:none;box-shadow:none;position:relative;margin:0;font-size:15px;height:160px;border:none;width:100%;}
#feedback ul>li.tips{border-bottom:none;font-size:18px;line-height:24px;color:#747474;}
#feedback ul>li.btnli{background-color:transparent;margin-bottom:0;border:none;padding-left:0;}
#feedback ul>li.btnli .btnlink{display:inline-block;line-height:30px;padding:4px 60px;background-color:#d80000;text-align:center;color:#fff;position:relative;border:1px solid #d80000;margin:0 auto;border-radius:4px;}
#feedback ul>li.btnli .btnlink>i{margin-left:15px;font-size:20px;line-height:30px;vertical-align:top;}
#feedback ul>li.btnli .btnlink:hover{background-color:#fff;color:#d80000;border:1px solid #d80000;}
@media (min-width:1230px) and (max-width:1329px) {
    #feedback .tit h2{font-size:40px;line-height:56px;}
    #feedback ul>li{padding:15px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #feedback{padding:20px;}
    #feedback .tit{width:100%;}
    #feedback .tit h2{font-size:40px;line-height:56px;margin-bottom:15px;}
    #feedback #sharelist{margin-top:0;}
    #feedback .content{width:100%;}
    #feedback ul > li.half{margin-bottom:20px;}
    #feedback ul>li{padding:8px 15px;}
    #feedback ul>li>label{font-size:16px;}
    #feedback ul > li.btnli .btnlink{padding:3px 40px;}
    #feedback ul>li textarea{height:120px;}
}
@media (min-width:768px) and (max-width:991px) {
    #feedback{padding:20px;width:100%;border-radius:0;}
    #feedback .tit{width:100%;padding-right:0;}
    #feedback .tit h2{font-size:30px;line-height:45px;margin-bottom:15px;}
    #feedback .tit p{font-size:16px;line-height:24px;}
    #feedback #sharelist{margin-top:0;}
    #feedback .content{width:100%;}
    
    #feedback ul > li.half{margin-bottom:20px;}
    #feedback ul>li{padding:3px 15px;}
    #feedback ul>li>label{font-size:16px;}
    #feedback ul > li.btnli .btnlink{padding:3px 40px;font-size:16px;line-height:32px;}
}
@media (min-width:1px) and (max-width:767px) {
    #feedback{padding:20px;width:100%;border-radius:0;}
    #feedback{padding:15px;}
    #feedback .tit{width:100%;padding-right:0;}
    #feedback .tit h2{font-size:24px;line-height:30px;margin-bottom:15px;}
    #feedback .tit p{font-size:14px;line-height:24px;}
    #feedback #sharelist{margin-top:0;}
    #feedback .content{width:100%;}
    #feedback ul>li{padding:5px 15px;}
    #feedback ul>li.half{width:100%;margin-bottom:10px;}
    #feedback ul>li>label{font-size:16px;}
    #feedback ul>li>input{display:block;width:100%;}
    #feedback ul>li.textarea{flex-wrap:wrap;}
    #feedback ul>li.textarea label{width:100%;}
    #feedback ul>li textarea{width:100%;height:80px;}
    
    #feedback ul>li{padding:0 0 0 10px;}
    #feedback ul>li>label{font-size:16px;}
    #feedback ul > li.btnli .btnlink{padding:3px 40px;font-size:16px;line-height:32px;}
}



#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:0 0;border-radius:0;border-bottom:1px solid #636363;}
#pro_feed_show .form-group.half{width:45%;margin:0 0 15px;float:left;}
#pro_feed_show .form-group.half:nth-child(2n){float:right;}
#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:40px;}
#pro_feed_show .form-group.btngroup{border:none;background-color:transparent;margin-top:25px;padding-left:0;}
#pro_feed_show .form-group.btngroup .feed_right{width:100%;}
#pro_feed_show #btn_send{display:block;margin:0 auto;text-align:center;padding:0;background-color:#d80000;border:1px solid #d80000;color:#fff;font-size:16px;line-height:24px;padding:10px 70px;position:relative;border-radius:5px;cursor:pointer;}
#pro_feed_show #btn_send:hover{color:#d80000;}
@media (min-width:1230px) and (max-width:1329px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #pro_feed_show{}
}
@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{}
#ProCate{padding-bottom:25px;position:relative;z-index:2;border-bottom:1px solid #d1d1d1;overflow:hidden;margin-bottom:20px;}
#ProCate .tit{float:left;}
#ProCate .tit h2{font-size:30px;display:inline-block;line-height:40px;position:relative;}
#ProCate .tit span{font-size:16px;line-height:30px;display:inline-block;margin-left:8px;color:#999;}
#ProCate .info{float:right;}
#ProCate .CateList dl{background-color:#d80000;display:none;margin:0;position:absolute;width:100%;max-height:180px;overflow-y:auto;z-index:1;border-top:1px solid #fff;border-bottom:1px solid #324256;transition:all 0s;}
#ProCate .CateList dl>dd{}
#ProCate .CateList dl>dd>a{color:#fff;display:block;padding:10px;line-height:24px;font-size:15px;}
#ProCate .CateList dl>dd:hover>a{color:#d80000;background-color:#fff;}
#ProCate .CateList .select{display:inline-block;width:365px;position:relative;background-color:#d80000;float:left;}
#ProCate .CateList .select{margin-right:15px;}
#ProCate .CateList .select>span{display:block;padding:10px;cursor:pointer;color:#fff;line-height:24px;font-size:15px;}
#ProCate .CateList .select>span:before{content:"\e61f";position:absolute;font-family:iconfont;right:10px;font-size:10px;}
#ProSearch{}
#ProSearch #sform2{overflow:hidden;border-bottom:1px solid #1b1b1b;}
#ProSearch #stext2{float:right;width:calc(100% - 30px);height:30px;background-color:transparent;border:none;border-right:none;padding:5px;}
#ProSearch #sbut2{padding:0;width:30px;height:30px;float:right;background-color:transparent;cursor:pointer;border:none;}
@media (min-width:1230px) and (max-width:1329px) {
}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #ProCate .left{width:100%;float:none;}
    #ProCate .right{width:100%;float:none;margin-top:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProCate .tit{margin-bottom:0;width:100%;margin-bottom:10px;}
    #ProCate .tit h2{font-size:20px;line-height:30px;}
    #ProCate .tit span{display:block;margin-left:0;margin-top:5px;font-size:13px;line-height:20px;}
    #ProCate .info{width:100%;}
    

    #ProCate .left{width:100%;float:none;overflow:hidden;}
    #ProCate .right{width:100%;float:none;margin-top:15px;}
    #ProCate .CateList .select{margin-bottom:10px;width:100%;position:relative;z-index:10;}
    #ProCate .CateList .select:nth-child(2){z-index:9;}
    #ProCate .CateList .select:nth-child(3){z-index:8;}
    #ProCate .CateList .select:nth-child(4){z-index:7;}
    #ProCate .CateList .select:not(:last-child){margin-right:0;}

    #ProCate .CateList dl>dd>a{font-size:14px;padding:5px 10px;}
}

#ProPage section{padding-top:20px;padding-bottom:30px;border-bottom:1px solid #d2d2d2;}
#ProPage section .tit{padding-bottom:15px;border-bottom:1px dashed #d80000;}
#ProPage section .tit h2{font-size:24px;display:inline-block;line-height:40px;text-transform:uppercase;position:relative;}
#ProPage section .tit h2:before{content:"";position:absolute;bottom:0;left:0;width:120px;height:3px;background-color:#201a1a;}
#ProPage section .tit h2:after{content:"";position:absolute;bottom:0;left:30px;width:60px;height:3px;background-color:#d80000;z-index:1;}
#ProPage section .tit p{margin-top:10px;}
#ProPage .CateProList{padding-top:30px;}
#ProPage .CateProList .cpImg{width:580px;}
#ProPage .CateProList .cpImg>a{border:1px solid #d2d2d2;display:block;}
#ProPage .CateProList .cpImg img{width:100%;}
#ProPage .CateProList .cpTxt{flex:1;padding-left:45px;}
#ProPage .CateProList .cpTxt h3.proname{font-size:24px;line-height:30px;font-weight:bold;margin-bottom:5px;}
#ProPage .CateProList .cpTxt p.proremark{font-size:16px;line-height:30px;height:150px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;}
#ProPage .CateProList .list{justify-content:flex-start;}
#ProPage .CateProList .list .item{margin:0 45px 0 0;width:calc((100% - 90px) / 3);}
#ProPage .CateProList .list .item:nth-child(3n){margin-right:0;}
#ProPage .CateProList .list .item:nth-child(4){display:none;}
#ProPage .CateProList .list .item .img{border:1px solid #d2d2d2;}
#ProPage .CateProList .list .item h3{font-size:14px;line-height:24px;margin-top:3px;}
#ProPage .CateProList .list .item p{display:none;}
#ProPage .CateProList .list .item:hover .img{border:1px solid #d80000;}
#ProPage .CateProList .more{display:inline-block;margin-top:15px;font-size:14px;line-height:30px;position:relative;}
#ProPage .CateProList .more:before{content:"";position:absolute;bottom:0;left:0;width:70px;height:2px;background-color:#201a1a;}
#ProPage .CateProList .more:after{content:"";position:absolute;bottom:0;left:20px;width:30px;height:2px;background-color:#d80000;z-index:1;}

#ProPage .ProList{overflow:hidden;}
#ProPage .ProList .item{width:calc((100% - 110px)/3);float:left;margin:0 55px 40px 0;border-bottom:5px solid #ddd;}
#ProPage .ProList .item:nth-child(3n){margin-right:0}
#ProPage .ProList .item:nth-child(3n+1){clear:left;}
#ProPage .ProList .item .img{border:1px solid #ddd;}
#ProPage .ProList .item .txt{padding:8px 0px;position:relative;}
#ProPage .ProList .item .txt h3{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center;position:relative;line-height:24px;}
#ProPage .ProList .item .txt h3:after{content:"\eb93";font-family:iconfont;float:right;}
#ProPage .ProList .item .txt p{font-size:14px;line-height:20px;height:60px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#666;margin-bottom:20px;}
#ProPage .ProList .item .txt a.link{background-color:#d80000;color:#fff;font-size:13px;line-height:26px;padding:0 10px;display:inline-block;}
#ProPage .ProList .item .txt a.link>i{margin-left:6px;font-size:16px;line-height:26px;vertical-align:top;}
#ProPage .ProList .item:hover{border-bottom:5px solid #d80000;}
#ProPage .ProList .item:hover h3{color:#d80000;}
@media (min-width:1230px) and (max-width:1329px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #ProPage section .tit h2{font-size:20px;}
    #ProPage .CateProList .cpImg{width:360px;}
    #ProPage .CateProList .cpTxt{padding-left:30px;}
    #ProPage .CateProList .cpTxt p.proremark{font-size:14px;line-height:24px;height:72px;-webkit-line-clamp:3;}
    #ProPage .CateProList .list .item{margin:0 15px 0 0;width:calc((100% - 30px) / 3);}

    #ProPage .ProList .item{width:calc((100% - 40px)/3);margin-right:20px;margin-bottom:20px;}
    #ProPage .ProList .item img{width:auto;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProPage .CateProList .cpImg{width:300px;}
    #ProPage .CateProList .cpTxt{padding-left:30px;}
    #ProPage .CateProList .cpTxt h3.proname{font-size:18px;}
    #ProPage .CateProList .cpTxt p.proremark{font-size:13px;line-height:20px;height:40px;-webkit-line-clamp:2;}
    #ProPage .CateProList .list .item{margin:0 20px 0 0;width:calc((100% - 40px) / 3);}
    #ProPage .CateProList .list .item h3{font-size:13px;line-height:20px;}
    
    #ProPage .ProList .item{width:calc((100% - 40px)/3);margin-right:20px;margin-bottom:20px;}
    #ProPage .ProList .item .txt h3{font-size:14px;}
    #ProPage .ProList .item .txt p{font-size:13px;line-height:20px;height:40px;-webkit-line-clamp:2;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProPage section .tit h2{font-size:18px;line-height:30px;}
    #ProPage .CateProList .cpImg{display:none;}
    #ProPage .CateProList .cpTxt{padding-left:0;}
    #ProPage .CateProList .cpTxt h3.proname{font-size:16px;}
    #ProPage .CateProList .cpTxt p.proremark{font-size:13px;line-height:20px;height:auto;-webkit-line-clamp:initial;margin-bottom:10px;}
    #ProPage .CateProList .list .item{margin:0 15px 15px 0;width:calc((100% - 15px) / 2);}
    #ProPage .CateProList .list .item:nth-child(2n){margin-right:0;}
    #ProPage .CateProList .list .item:nth-child(4){display:block;}
    #ProPage .CateProList .list .item h3{font-size:12px;line-height:20px;}

    #ProPage .catetitle h2{font-size:20px;line-height:24px;}
    #ProPage .catetitle p{font-size:13px;line-height:18px;}

    #ProPage .ProList .item{width:calc((100% - 15px)/2);margin-right:15px;margin-bottom:15px;}
    #ProPage .ProList .item:nth-child(3n){margin-right:15px;}
    #ProPage .ProList .item:nth-child(2n){margin-right:0;}
    #ProPage .ProList .item:nth-child(3n+1){clear:inherit;}
    #ProPage .ProList .item:nth-child(2n+1){clear:left;}
    #ProPage .ProList .item .txt p{font-size:13px;line-height:20px;height:40px;-webkit-line-clamp:2;}
    #ProPage .ProList .item:nth-child(4n+1){clear:initial;}
    #ProPage .ProList .item:nth-child(2n+1){clear:left;}
    #ProPage .ProList .item .txt{}
    #ProPage .ProList .item .txt h3{font-size:14px;line-height:18px;height:auto;}
}


/*产品详情*/
#ProDetailPage{padding-top:50px;}
#ProDetailPage .title{margin-bottom:20px;position:relative;text-align:left;}
#ProDetailPage .title h2{font-size:16px;line-height:36px;}
#ProDetailPage .title h2>svg{width:36px;height:36px;float:left;margin-right:15px;}
#ProDetailPage .title h2 a.back{float:right;color:#d80000;}
#ProDetailPage .title h2 a.back:hover{text-decoration:underline;}
#ProDetailPage .title h3{font-size:18px;line-height:30px;font-weight:normal;}
#ProDetailPage .panelbox{padding-top:0;}
#ProDetailPage .panelbox:not(:first-child){display:none;}
#slider{overflow:hidden;padding-bottom:50px;}
#picView{width:45%;float:left;background-color:#fff;position:relative;}
#picView .gallery-top{margin:0;}
#picView .gallery-top .swiper-slide{text-align:center;overflow:hidden;border:2px solid #ebebeb;background-color:#fff;}
#picView .gallery-top .swiper-slide .boxer{}
#picView .imglist{background-color:#f9f9f9;padding:30px 10px;position:relative;}
#picView .gallery-thumbs{padding:10px;width:100%;}
#picView .gallery-thumbs img{}
#picView .gallery-thumbs .swiper-wrapper{}
#picView .gallery-thumbs .swiper-slide{overflow:hidden;text-align:center;border:1px solid #ddd;border-radius:0;margin:0;padding:1px;}
#picView .gallery-thumbs .swiper-slide a{display:block;position:relative;}
#picView .gallery-thumbs .swiper-slide-thumb-active{position:relative;border:1px solid #d80000;background-color:#fff;}
#picView .gallery-thumbs .swiper-slide-thumb-active>a{}
#picView .btnlist{}
#picView .swbtn{position:absolute; width:40px;height:40px;line-height:40px;text-align:center;z-index:1;top:calc(50% - 20px);border:2px solid #ddd;}
#picView .swbtn>i{font-size:24px;font-weight:bold;line-height:40px;color:#ddd;}
#picView .swbtn:hover{background-color:#d80000;border-color:#d80000;}
#picView .swbtn:hover>i{color:#fff;}
#picView .btn-next{right:0;}
#picView .btn-prev{left:0;}
#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:#d80000;}
#protitle{width:55%;float:right;padding:0 0 10px 30px;}
#protitle .title{}
#protitle h1{font-size:30px;line-height:45px;position:relative;margin-top:0;margin-bottom:15px;}
#protitle h3{font-size:20px;line-height:24px;margin-top:0;margin-bottom:10px;color:#666;text-transform:uppercase;position:relative;}
#protitle p{}
#protitle .remark{padding-top:0;padding-bottom:0;}
#protitle .remark h5{font-size:18px;line-height:24px;margin-bottom:10px;font-weight:bold;}
#protitle .remark p{font-size:16px;line-height:30px;margin-bottom:10px;}
#protitle .remark p>b{display:block;}

#protitle #sharelist>a:hover{color:#d80000;}

#protitle .btnlist{overflow:hidden;margin-top:40px;}
#protitle .btnlist>a.btnlink{display:inline-block;color:#d80000;margin-bottom:10px;line-height:24px;font-size:18px;padding:8px 20px;border:1px solid #d80000;position:relative;text-transform:uppercase;min-width:180px;text-align:center;}
#protitle .btnlist>a:not(:last-child){margin-right:30px;}
#protitle .btnlist>a>i{margin-right:15px;float:left;font-size:20px;}
#protitle .btnlist>a.btnlink:hover{color:#fff;}
#protitle .emaillist>a{margin-right:20px;text-decoration:underline;display:inline-block;}
#protitle .prevlist{margin-top:40px;}
#protitle .prevlist>a{display:block;margin-bottom:6px;}
#protitle .prevlist>a:hover{color:#d80000;}
#protitle .prevlist>a:hover>b{color:#d80000;}

#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 #d80000;position:absolute;bottom:-2px;width:100%;}

#ProductDetail{overflow:hidden;background-color:#fff;padding-bottom:30px;}
#ProductDetail .tit{margin-bottom:30px;overflow:hidden;border-bottom:1px solid #d80000;}
#ProductDetail .tit a{border:1px solid #d80000;display:inline-block;background-color:#fff;float:left;margin-bottom:-1px;}
#ProductDetail .tit a h3{padding:5px 55px;font-size:18px;line-height:30px;color:#d80000;}
#ProductDetail .tit a.active{background-color:#d80000;}
#ProductDetail .tit a.active h3{color:#fff;}
#ProductDetail .content{padding:15px;}
#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;}

#RelatedProduct{background-color:#fff;}
#RelatedProduct .tit{text-align:center;margin-bottom:20px;overflow:hidden;border-bottom:1px solid #d80000;}
#RelatedProduct .tit a{border-top:1px solid #d80000;display:inline-block;background-color:#d80000;float:left;border-right:1px solid #fff;}
#RelatedProduct .tit a h3{padding:5px 55px;font-size:18px;line-height:30px;color:#fff;}
#RelatedProduct #ProPage{}

#inquiry{background-color:#fff;padding-bottom:30px;}
#inquiry .tit{text-align:center;margin-bottom:20px;overflow:hidden;border-bottom:1px solid #d80000;}
#inquiry .tit a{border-top:1px solid #d80000;display:inline-block;background-color:#d80000;float:left;border-right:1px solid #fff;}
#inquiry .tit a h3{padding:5px 55px;font-size:18px;line-height:30px;color:#fff;}
#inquiry p {color:#5b5b5b;margin-bottom:20px;}
#inquiry p .email{font-weight:bold;color:#d80000;background:none;margin:0 3px;}
#inquiry p .email:hover{color:#d80000;text-decoration:underline;}
@media (min-width:1230px) and (max-width:1329px) {
    #protitle h1{font-size:48px;line-height:60px;margin-bottom:20px;}
    #protitle .remark p{font-size:14px;line-height:20px;}
    #ProductDetail .tit a h3{padding:5px 40px;}
    #inquiry .tit a h3{padding:5px 40px;}
    
}
@media (min-width:992px) and (max-width:1229px) {
    #protitle{padding:0 0 0 30px;}
    #protitle h1{font-size:24px;line-height:36px;margin-bottom:15px;}
    #ProDetailPage .title{margin-bottom:0;}
    #ProDetailPage .title h3{font-size:16px;line-height:24px;}
    #protitle .remark p{font-size:14px;line-height:20px;}
    #ProductDetail .tit a h3{padding:5px 30px;font-size:16px;line-height:24px;}
    #inquiry .tit a h3{padding:5px 30px;font-size:16px;line-height:24px;}

    #picView{padding-right:0;}
    #picView .gallery-top{}
    #picView .gallery-top .swiper-slide .boxer{}
    #picView .gallery-thumbs{padding:0;}
    #picView .gallery-thumbs .swiper-slide{}
    #protitle h3{font-size:16px;}
    #protitle .remark{font-size:14px;line-height:24px;padding-bottom:20px}
    #protitle .remark h5{font-size:18px;}
    #protitle .btnlist{margin-top:0px;}
    #protitle .btnlist>a{padding:5px 30px;}

    #inquiry .tit p{font-size:14px;width:100%;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProductDetail .tit a h3{padding:5px 30px;font-size:16px;line-height:24px;}
    #inquiry .tit a h3{padding:5px 30px;font-size:16px;line-height:24px;}

    #slider{padding-top:20px;padding-bottom:30px;}
    #picView{padding-right:0;width:56%;}
    #picView .gallery-top{}
    #picView .gallery-thumbs{padding:0;}
    #protitle{padding:0 0;width:42%;}
    #protitle h1{font-size:18px;line-height:24px;margin-bottom:15px;}
    #protitle h4{font-size:14px;padding:5px 0;margin-top:0;line-height:18px;}
    #protitle .remark{padding-top:0;padding-bottom:10px;}
    #protitle .remark h5{font-size:16px;margin-bottom:10px;}
    #protitle .remark p{font-size:13px;line-height:18px;}
    #protitle .btnlist{margin-top:15px;}
    #protitle .btnlist>a{font-size:13px;line-height:20px;margin-bottom:0;padding:10px 20px;}
    #protitle .btnlist>a:not(:last-child){margin-right:2%;}
    #protitle .share{margin-top:10px;margin-bottom:10px;}
    #protitle #sharelist>a{width:36px;height:36px;}
    #protitle #sharelist>a>i{font-size:18px;width:34px;height:34px;line-height:34px;}
    
    #ProDetailPage .title a{}
    #ProDetailPage .title a h3{font-size:16px;padding:5px 30px;line-height:24px;}

    #protitle .btnlist>a>i{font-size:18px;line-height:24px;}


    #inquiry{padding-top:30px;}
    #inquiry .tit p{width:100%;font-size:13px;}
    

    #RelatedProduct #ProPage .ProList .item:nth-child(4){display:none;}
}
@media (min-width:1px) and (max-width:767px) {
    #picView .swbtn{background-color:#d80000;border-color:#d80000;}
    #picView .swbtn>i{color:#fff;}
    #ProDetailPage{padding-top:30px;}
    #slider{padding-bottom:10px;}
    #picView{width:100%;padding:0;float:initial;border-right:0;}
    #picView .gallery-thumbs{padding:0;}
    #protitle{margin-top:30px;}
    #protitle p{font-size:12px;line-height:18px;}
    #protitle h1{font-size:18px;line-height:24px;margin-bottom:15px;}
    #protitle h4{font-size:14px;padding:8px 0;margin-top:0;line-height:18px;}
    #protitle .remark{margin-bottom:10px;padding-top:0;padding-bottom:15px;}
    #protitle .remark h5{font-size:16px;margin-bottom:10px;}
    #protitle .remark p{font-size:12px;line-height:18px;margin-bottom:5px;}
   
    #protitle .emaillist>b{font-size:13px;}
    #protitle .emaillist>a{font-size:13px;}
    #protitle .prevlist{ margin-top:10px;}
    #protitle .prevlist>a{font-size:13px;line-height:18px;}
    #protitle .btnlist{margin-top:15px;}
    #protitle .btnlist > a#btnInquiry{ font-size:12px;line-height:18px;margin-bottom:10px;padding:5px 20px;}
    #protitle .btnlist>a:not(:last-child){margin-right:2%;}
    #protitle .share{}
    #protitle #sharelist>a{width:36px;height:36px;}
    #protitle #sharelist>a>i{font-size:18px;width:34px;height:34px;line-height:34px;}

    #protitle{width:100%;float:initial;margin-top:20px;padding-left:0;} 
    
    
    #ProductDetail .tit a h3{font-size:16px;padding:5px 20px;line-height:24px;}
    #inquiry .tit a h3{padding:5px 30px;font-size:16px;line-height:24px;}
    
    #inquiry{padding-top:15px;padding-bottom:15px;}
    #inquiry .tit h2{font-size:18px;margin-top:0;}
    #inquiry .tit p{font-size:12px;width:100%;}
    
    #RelatedProduct{padding-bottom:0;}
    #RelatedProduct #ProPage .ProList .item:nth-child(3){display:none;}
}

#Columns{text-align:center;margin-bottom:36px;}
#Columns a{display:inline-block;margin:0;min-width:200px;height:40px;border:1px solid #d80000;text-align:center;padding:5px 15px;font-size:20px;cursor:pointer;}
#Columns a:hover,#Columns a.active{color:#fff;background-color:#d80000;}

/*新闻*/
#NewsPage{}
#NewsList{padding-top:30px;}
#NewsList .item{margin:0;width:calc((100% - 80px)/3);margin:0 40px 80px 0;overflow:initial;position:relative;border:1px solid #ddd;}
#NewsList .item:nth-child(3n){margin-right:0;}
#NewsList .item .img{position:relative;}
#NewsList .item .img img{width:100%;}
#NewsList .item .date{position:absolute;left:24px;top:-32px;width:100px;height:100px;background-color:#d80000;padding:40px 10px 10px;}
#NewsList .item .date span{display:block;font-size:27px;color:#fff;line-height:30px;font-weight:bold;}
#NewsList .item .date .year{font-size:15px;line-height:20px;font-weight:normal;}
#NewsList .item .txt{padding:15px;}
#NewsList .item .txt h3{font-size:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:10px;font-weight:bold;}
#NewsList .item .txt p{font-size:15px;line-height:20px;height:60px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
#NewsList .item:hover .txt h3{color:#d80000;}
@media (min-width:992px) and (max-width:1229px) {
    #NewsList .item{width:calc((100% - 40px)/3);margin:0 20px 60px 0;}
    #NewsList .item .txt h3{font-size:16px;}
    #NewsList .item .txt p{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #NewsList .item{width:calc((100% - 20px)/2);margin:0 20px 40px 0;}
    #NewsList .item:nth-child(3n){margin-right:20px;}
    #NewsList .item:nth-child(2n){margin-right:0;}
    #NewsList .item .txt h3{font-size:16px;}
    #NewsList .item .txt p{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #NewsList{padding-top:0;}
    #NewsList .item{width:100%;overflow:hidden;margin-bottom:15px;margin-right:0;position:relative;background-color:#fff;}
    #NewsList .item .img{float:left;width:30%;display:none;}
    #NewsList .item .date{display:none;}
    #NewsList .item .date span{color:#535353;}
    #NewsList .item .txt{width:100%;padding:20px 15px;position:relative;}
    #NewsList .item .txt h3{color:#535353;font-size:16px;}
    #NewsList .item .txt p{color:#535353;font-size:13px;}
}

#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:#d80000;border:1px solid #d80000;}
#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:#d80000;border:1px solid #d80000;}
#NewsPage .btnList{margin-top:30px;padding-top:20px;border-top:1px solid #cdcdcd;}

#NewsPage .btnList>.link{font-size:16px;line-height:24px;display:block;}
#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 #d80000;color:#d80000;}
@media screen and (min-width:992px ) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media (max-width:767px){
    #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>.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:25px;padding-bottom:25px;}
#sharelist h3{font-size:16px;color:#fff;margin-bottom:20px;}
#sharelist span{line-height:40px;}
#sharelist .bdshare-button-style0-32>a{background-image:none;text-indent:0;width:32px;height:32px;color:#fff;position:relative;text-align:center;line-height:32px;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:"\e635";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:"\e63e";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_tsina:before{content:"\e606";font-family:iconfont;}
#sharelist a{background-image:none;text-indent:0;width:40px;height:40px;position:relative;text-align:center;margin:0 0 0 10px;display:inline-block;border-radius:5px;}
#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:40px;height:40px;line-height:40px;text-align:center;font-size:24px;}
/*#sharelist a>i.pinterest-p{background-color:#ca1c23;}
#sharelist a>i.google-plus{background-color:#dc4e41;}
#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;padding:0 0 20px 0;background-color:#fff;}
#RelatedNews .title{}
#RelatedNews .relate_list{}
#RelatedNews .relate_list .item{margin-bottom:12px;float:left;width:50%;padding-right:50px;}
#RelatedNews .relate_list .item .txt h3{font-size:14px;line-height:20px;position:relative;padding-left:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0;color:#666;}
#RelatedNews .relate_list .item:hover .txt h3{color:#d80000;text-decoration:underline;}
#RelatedNews .relate_list .item .txt h3:before{content:"\e9e1";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:1230px) and (max-width:1329px) {
}
@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%;float:initial;}
    
    #sharelist{padding-top:15px;padding-bottom:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #RelatedNews .relate_list .item{width:100%;float:initial;}
    #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:#d80000;border-radius:0;color:#d80000;font-size:14px;}
ul.pagination li.active span{background-color:#d80000;border-color:#d80000;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:#d80000;color:#fff;}


#VideoPage{}
#VideoPage .container{}
#videolist{overflow:hidden;}
#videolist .item{margin-bottom:20px;float:left;width:33.33%;padding:0 10px;}
#videolist .item:nth-child(3n+1){clear:left;}
#videolist .img{border:1px solid #ddd;overflow:hidden;}
#videolist .img>a{display:block;position:relative;}
#videolist .img>a .play{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.3);text-align:center;}
#videolist .img>a .play>i{font-size:64px;color:#fff;position:relative;top:50%;transform:translateY(-50%);display:block;}
#videolist .img img{width:100%;}
#videolist .txt{padding:10px 30px;background-color:#f6f6f6;} 
#videolist h3{text-align:center;font-size:16px;line-height:20px;height:40px;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
video{width:100%;}
.vcontent{text-align:center;}
@media (min-width:1230px) and (max-width:1329px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #videolist h3{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #videolist .item{margin-bottom:20px;width:33.33%;} 
    #videolist .item:nth-child(4n+1){clear:initial;}
    #videolist .item:nth-child(3n+1){clear:left;}
    #videolist h3{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #VideoPage .container{padding-top:0;padding-bottom:20px;}
    #videolist{margin:0 -10px;}
    #videolist .item{margin-bottom:10px;width:50%;} 
    #videolist .item:nth-child(4n+1){clear:initial;}
    #videolist .item:nth-child(2n+1){clear:left;}
    #videolist .txt{padding:5px 10px;}
    #videolist h3{font-size:13px;line-height:18px;}
    #videolist .img>a .play>i{font-size:36px;}
}


#downtable.table th{text-align:center;}
#downtable.table>tbody>tr{margin-bottom:15px;}
#downtable.table>tbody>tr>td{border-top:none;border-bottom:1px solid #ddd;vertical-align:middle;padding:8px 15px;font-size:18px;}
#downtable.table>tbody>tr>td:nth-child(1){}
#downtable.table>tbody>tr>td:nth-child(2){width:200px;text-align:center;}
#downtable.table>tbody>tr>td:nth-child(3){width:150px;text-align:center;}
#downtable.table>tbody>tr>td i.icon-tit{}
#downtable.table>tbody>tr>td i.icon-down{}
@media (max-width:767px) {
    #downtable.table>tbody>tr>td:nth-child(1){width:50px;}
    #downtable.table>tbody>tr>td:nth-child(2){}
    #downtable.table>tbody>tr>td:nth-child(3){width:80px;}
    #downtable.table > tbody > tr > td{font-size:14px;}
}
#downtable dt,#downtable dd{display:flex;justify-content:space-between;padding:10px 20px;margin-bottom:5px;}
#downtable dt span,#downtable dd span{display:block;font-size:16px;line-height:24px;}
#downtable dt span{color:#d80000;font-weight:bold;}
#downtable dt span:nth-child(1),#downtable dd span:nth-child(1){text-align:left;flex:auto;}
#downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:200px;text-align:right;}
#downtable dt span:nth-child(3),#downtable dd span:nth-child(3){width:300px;text-align:center;}
#downtable dt span:nth-child(4),#downtable dd span:nth-child(4){width:200px;text-align:center;}
#downtable dd{border-bottom:2px solid #d0d0d0;}
#downtable dd span:nth-child(1)>i{color:#d80000;font-size:20px;margin-right:10px}
#downtable dd a{display:inline-block;}
#downtable dd i.icon-down{font-size:18px;margin-left:30px;}
@media (min-width:1230px) and (max-width:1329px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #downtable dt,#downtable dd{padding:15px 15px 15px 30px;}
    #downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:20%;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,#downtable dd{padding:15px 15px 15px 15px;}
    #downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:20%;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:1px) and (max-width:767px) {
    #downtable dt,#downtable dd{padding:10px;margin-bottom:10px;}
    #downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:20%;text-align:center;}
    #downtable dt span, #downtable dd span{font-size:14px;}
    #downtable dd i.icon-down{margin-left:5px;}
    #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;}
}

/*感谢页面*/
#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 #d80000;color:#ffffff;background-color:#d80000;}
.btnthank:hover{background-color:#ffffff;color:#d80000;}
@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{float:left;	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;}
#sitemapnav .abli_02{ float:left;width:44%;margin-left:5%;font-size:16px; height:30px; line-height:30px; overflow:hidden; display:inline;font-weight:normal; }
#sitemapnav .abli_02 a:hover{text-decoration:underline;}
.jiange{ float:left; 	width:100%;  height:2px; border-bottom:solid 1px #d2d2d2; margin-top:8px;margin-bottom:8px;}
.probigclass {padding-left:50px;}
#sitemapnav .PROclass_01 { float:left;width:95%;margin-left:5%; font-size:16px; line-height:30px; display:inline;font-weight:bold; }
#sitemapnav .PROclass_02 { float:left;width:90%;margin-left:8%;font-size:16px; height:22px; line-height:22px;  overflow:hidden;display:inline;font-weight:normal; }

#sitemapnav .PROclass_01 a{  color:#666;}
#sitemapnav .PROclass_02 a{ color:#666;}
#sitemapnav .PROclass_01 a:hover{ text-decoration:underline;}
#sitemapnav .PROclass_02 a:hover{ text-decoration:underline;}

#sitemapnav .PROclass_03 { float:left;width:40%;margin-left:10%;color:#666666;font-size:14px;display:inline; line-height:20px;}
#sitemapnav .PROclass_03 a:hover{ text-decoration:underline;}
#sitemapnav .PROclass_04 {float:left;width:100%; padding-left:15%;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media screen and (min-width:1px ) and (max-width:767px)
{
	#sitemapnav .abli_02{width:100%;height:auto;}
    #sitemapnav .bigli{font-size:16px;}
    #sitemapnav .abli_02{font-size:14px;line-height:20px;}
    #sitemapnav .PROclass_01{font-size:14px;}
    #sitemapnav .PROclass_02{font-size:13px;}
    #sitemapnav .PROclass_03{font-size:12px;width:100%;}
    #sitemapnav .PROclass_04{width:100%;}
}


/*************图库*************/
#GalleryList{margin:0 -8px 0;overflow:hidden;}
#GalleryList .item{width:25%;padding:0 8px;float:left;margin-bottom:20px;}
#GalleryList .item:nth-child(4n+1){clear:left;}
#GalleryList .item .img{border:1px solid #eee;}
#GalleryList .item .img img{width:100%;}
#GalleryList .item h3{margin:10px 0;text-align:center;font-size:18px;font-weight:normal;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #GalleryList .item{width:25%;padding:0 5px;}
    #GalleryList .item:nth-child(6n+1){clear:initial;}
    #GalleryList .item:nth-child(4n+1){clear:left;}
}
@media screen and (min-width:768px ) and (max-width:991px){
    #GalleryList{margin:20px -5px 0;overflow:hidden;}
    #GalleryList .item{width:33.33%;padding:0 5px;}
    #GalleryList .item:nth-child(4n+1){clear:initial;}
    #GalleryList .item:nth-child(3n+1){clear:left;}
    #GalleryList .item figcaption{padding:15px;}
    #GalleryList .item h3{margin:0;text-align:center;font-size:16px;}
}
@media (max-width:767px) {
    #GalleryList{margin:15px -5px 0;}
    #GalleryList .item{width:50%;padding:0 5px}
    #GalleryList .item:nth-child(4n+1){clear:initial;}
    #GalleryList .item:nth-child(2n+1){clear:left;}
    #GalleryList .item figcaption{padding:15px;}
    #GalleryList .item h3{margin:0;text-align:center;font-size:14px;}
}


/*手机底部导航*/
#mobMenu{height:50px;border:1px solid #ddd;background-color:#fff;}
#mobMenu .foot_nav{width:25%;float:left;text-align:center;font-size:14px;}
#mobMenu .foot_nav i{display: block;padding: 3px 0px 0px 0px;font-size:18px;line-height:24px;}
#mobMenu .foot_nav .hamburger{position: inherit;float: none;margin: 0 auto;width:100%;}
.loading{color:#fff;text-align:center;}


/*按钮样式*/
.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 #d80000;
  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 #d80000 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:hover{color:#d80000;}
.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 #ffffff;
  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 #ffffff 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%;
}

/*.table{border-collapse:collapse!important;}
.table td,.table th{background-color:#fff!important;}
.table-bordered td,.table-bordered th{border:1px solid #ddd!important;}*/

table{background-color:transparent;}
th{text-align:left;}
.table{margin-bottom:20px;width:100%;max-width:100%;}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;border-top:1px solid #ddd;vertical-align:top;line-height:1.42857143;}
.table>thead>tr>th{border-bottom:2px solid #ddd;vertical-align:bottom;}
.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0;}
.table>tbody+tbody{border-top:2px solid #ddd;}
.table .table{background-color:#fff;}
.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px;}
.table-bordered{border:1px solid #ddd;}
.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd;}
.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px;}
.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9;}
.table-hover>tbody>tr:hover{background-color:#f5f5f5;}
table col[class*=col-]{position:static;float:none;display:table-column;}
table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell;}
.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5;}
.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8;}
.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8;}
.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6;}
.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7;}
.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3;}
.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3;}
.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc;}
.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede;}
.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc;}
.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}


#aboutframe .abnetwork .content{position:relative;padding:50px 0;}
#aboutframe .abnetwork .mapC{ position:absolute;top:0px; left:0px; width:100%; height:100%; transform:scale(1);transform-origin: 0 0; }
#aboutframe .abnetwork .mapC .dot{ width:100px;height:100px;position:absolute;box-sizing:border-box;border-radius:50%;text-align:center;line-height:100px;}
#aboutframe .abnetwork .mapC .dot:before{content:"";display:inline-block;width:50px;height:50px;border-radius:50%;margin-top:25px;opacity: 1}
#aboutframe .abnetwork .mapC .dot span{display:block;width:0px;height:0px;box-sizing:border-box;position:absolute;border-radius:50%;left:50%;top:50%;}
#aboutframe .abnetwork .mapC .dot .sp1{animation: spOne 4.5s linear 0s infinite;}
#aboutframe .abnetwork .mapC .dot .sp2{animation: spOne 4.5s linear 1.5s infinite;}
#aboutframe .abnetwork .mapC .dot .sp3{animation: spOne 4.5s linear 3s infinite;}
#aboutframe .abnetwork .mapC .dot .sp4{animation: spOne 4.5s linear 4.5s infinite;}
#aboutframe .abnetwork .mapC .dot1{top:6%;left:28%;}
#aboutframe .abnetwork .mapC .dot1:before{background-color:#d6ebe1;}
#aboutframe .abnetwork .mapC .dot1 span{border:0 solid #d6ebe1;}
#aboutframe .abnetwork .mapC .dot2{top:35%;left:20%;}
#aboutframe .abnetwork .mapC .dot2:before{background-color:#d3edfb;}
#aboutframe .abnetwork .mapC .dot2 span{border:0 solid #d3edfb;}
#aboutframe .abnetwork .mapC .dot3{top:66%;left:27%;}
#aboutframe .abnetwork .mapC .dot3:before{background-color:#fbd7a3;}
#aboutframe .abnetwork .mapC .dot3 span{border:0 solid #fbd7a3;}
#aboutframe .abnetwork .mapC .dot4{top:23%;left:43%;}
#aboutframe .abnetwork .mapC .dot4:before{background-color:#fadce9;}
#aboutframe .abnetwork .mapC .dot4 span{border:0 solid #fadce9;}
#aboutframe .abnetwork .mapC .dot5{top:57%;left:53%;}
#aboutframe .abnetwork .mapC .dot5:before{background-color:#f3ddc8;}
#aboutframe .abnetwork .mapC .dot5 span{border:0 solid #f3ddc8;}
#aboutframe .abnetwork .mapC .dot6{top:43%;left:72%;}
#aboutframe .abnetwork .mapC .dot6:before{background-color:#feecc0;}
#aboutframe .abnetwork .mapC .dot6 span{border:0 solid #feecc0;}
#aboutframe .abnetwork .mapC .dot7{top:72%;left:82%;}
#aboutframe .abnetwork .mapC .dot7:before{background-color:#ecf2c5;}
#aboutframe .abnetwork .mapC .dot7 span{border:0 solid #ecf2c5;}

@keyframes spOne{
0%{opacity:1;width:0px;height:0px;margin-left:0px;margin-top:0px;border-width:0px}
50%{opacity:0;width:200px;height:200px;margin-left:-100px;margin-top:-100px;border-width:20px}
100%{opacity:0;width:0px;height:0px;margin-left:0px;margin-top:00px;}
}


















