﻿@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 3095836 */
  src: url('//at.alicdn.com/t/font_3095836_tzi77pvpp4j.woff2?t=1649493012553') format('woff2'),
       url('//at.alicdn.com/t/font_3095836_tzi77pvpp4j.woff?t=1649493012553') format('woff'),
       url('//at.alicdn.com/t/font_3095836_tzi77pvpp4j.ttf?t=1649493012553') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  src: url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Roboto-Regular/Roboto-Regular.eot');
  src: url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Roboto-Regular/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Roboto-Regular/Roboto-Regular.woff') format('woff2'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Roboto-Regular/Roboto-Regular.woff') format('woff'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Roboto-Regular/Roboto-Regular.ttf') format('truetype'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Roboto-Regular/Roboto-Regular.svg#gesans') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'TitilliumWeb';
  src: url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/TITILLIUMWEB/TITILLIUMWEB-REGULAR.eot');
  src: url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/TITILLIUMWEB/TITILLIUMWEB-REGULAR.eot?#iefix') format('embedded-opentype'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/TITILLIUMWEB/TITILLIUMWEB-REGULAR.woff') format('woff2'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/TITILLIUMWEB/TITILLIUMWEB-REGULAR.woff') format('woff'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/TITILLIUMWEB/TITILLIUMWEB-REGULAR.ttf') format('truetype'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/TITILLIUMWEB/TITILLIUMWEB-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 .3s;box-sizing:border-box;}
a{outline:none;color:#222;text-decoration:none;}
a:hover{color:#009fb0;}
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:TitilliumWeb,Arial,Verdana, Tahoma, Geneva,sans-serif;color:#222;/*line-height:1.4;*/font-size:16px;}
h1,h2,h3,h4,dt{font-family:Roboto, 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;}
.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:1230px;padding:0 15px;}
@media screen and (min-width:1px ) and (max-width:1230px) {
    .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:1430px) {
    #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;}
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:36px;}
header.fixhead #Menu ul.menunav>li>a{}
header.fixhead #Menu ul.menunav>li.lang>a{}

#logo{background-color:#009fb0;padding-top:6px;padding-bottom:6px;}
#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:#009fb0;}

#Menu{background-color:#fff;}
#Menu ul.menunav{transition:all .3s;}
#Menu ul.menunav>li{display:inline-block;margin:0;padding-top:18px;padding-bottom:18px;}
#Menu ul.menunav>li.logo{padding-right:90px;background-color:#fff!important;}
#Menu ul.menunav>li.logo>a{padding:0;}
#Menu ul.menunav>li.logo img{}
#Menu ul>li.open,#Menu ul>li:focus,#Menu ul>li:hover,#Menu ul>li.active{background-color:#009fb0;}
#Menu ul>li.open>a,#Menu ul>li.open>a:focus,#Menu ul>li.open>a:hover,#Menu ul>li.active>a,#Menu ul>li:hover>a{color:#fff;}
#Menu ul.menunav>li.lang{float:right;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:8px 20px;}
#Menu ul.menunav>li.dropdown>a::after{content:"\e9e2";font-family:iconfont;font-size:14px;margin-left:3px;vertical-align:top;}
#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:25px 0 25px 10px;background-color:#FFF!important;}
#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:160px;border-bottom:1px solid #1b1b1b;margin:0;overflow:hidden;}
#stext{width:calc(100% - 30px);background-color:#fff;height:30px;line-height:30px;color:#333;font-size:14px;font-weight:normal;padding-left:8px;float:right;}
#sbut{width:30px;height:30px;line-height:30px;background-color:#fff;border:none;cursor:pointer;}
#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:#fff;display:none;z-index:3;min-width:100%;box-shadow:0 4px 5px #aaa;}
#Menu ul>li ul.dropdown-menu>li{display:block;}
#Menu ul>li ul.dropdown-menu>li>a{line-height:24px; font-size:16px; padding:10px 20px;display:block;border-bottom:1px solid #eee;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:#FFF;}
#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 ul.catemenu{left:100%;top:0;display:none;}
#Menu ul>li ul.dropdown-menu>li:hover ul.catemenu{display:block;}

#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:#009fb0; -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:#009fb0; -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:#009fb0; -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:#009fb0; -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:#009fb0; -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:#009fb0; -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:1230px) and (max-width:1429px){
    #logo .logo span{font-size:26px;}

    #Menu{}
    #Menu ul.menunav>li.logo>a{}
    #Menu ul.menunav>li>a{padding: 14px 20px;}
    #Menu ul.menunav>li.lang>a{}
    #Menu ul>li#search{}
}
@media (min-width:992px) and (max-width:1229px) {
    #Menu {padding-top:8px;padding-bottom:8px;}
    #Menu .container{width:100%;}
    #Menu ul.menunav>li.logo{padding-right:80px;}
    #Menu ul.menunav>li.logo>a{}
    #Menu ul.menunav>li.logo img{}
    #Menu ul.menunav>li{}
    #Menu ul.menunav>li>a{padding: 8px 10px;font-size:16px;}
    #Menu ul.menunav>li.lang>a{padding: 8px 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{}
    #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;}
}
@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: #009fb0; 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 0px; 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:0;padding-right:0;padding-left:10px;}
    #Menu ul>li ul.dropdown-menu>li{ width:100%;height:auto;line-height:24px;background:none;text-align:left;margin: 0px;}
    #Menu ul>li ul.dropdown-menu>li>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:#009fb0;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!important;}
    #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:#009fb0;}
    #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;}
}

#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:56px;line-height:64px;color:#fff;text-align:center;font-weight:bold;color:#009fb0;font-style:italic;}
#bframe p{font-size:20px;line-height:30px;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:#009fb0;color:#fff;border-radius:50px;}
#ibframe .txt a:hover{color:#009fb0;}
#ibframe .swiper-pagination{bottom:50px;display:none;}
#ibframe .swiper-pagination-bullet{width:50px;height:6px;border:none;margin:0 10px;border-radius:0;}
#ibframe .swiper-pagination-bullet-active{background-color:#009fb0;}
#ibframe .btnlist .swbtn{display:inline-block;width:50px;height:50px;line-height:50px;text-align:center;position:absolute;color:#fff;top:calc(50% - 25px);background-color:rgba(0,0,0,0.1);z-index:1;border-radius:50%;}
#ibframe .btnlist .swbtn>i{font-size:30px;}
#ibframe .btnlist .swbtn.btn-prev{left:50px;}
#ibframe .btnlist .swbtn.btn-next{right:50px;}
@media (min-width:1230px) and (max-width:1585px){
    #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;}

    #ibframe .btnlist .swbtn{display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;position:absolute;color:#fff;top:calc(50% - 15px);background-color:#009fb0;z-index:1;border-radius:50%;}
    #ibframe .btnlist .swbtn>i{font-size:20px;}
    #ibframe .btnlist .swbtn.btn-prev{left:20px;}
    #ibframe .btnlist .swbtn.btn-next{right:20px;}
}

.frame{padding-top:50px;padding-bottom:50px;overflow:hidden;}
.frame .title{margin-bottom:36px;}
.frame .title h2{font-size:38px;line-height:48px;position:relative;margin-top:0;margin-bottom:10px;text-align:center;font-weight:bold;}
.frame .title .line{width:240px;height:1px;background-color:#009fb0;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:#6eb92c;}
.frame .title p{font-size:18px;line-height:30px;color:#868686;text-align:center;margin-top:5px;}
.frame .title a.link{padding:0 40px;font-size:20px;line-height:30px;border:1px solid #009fb0;border-radius:50px;display:inline-block;margin-top:30px;text-transform:uppercase;background-color:#009fb0;color:#fff;}
.frame .title a.link:hover{color:#009fb0;}
@media screen and (min-width:1230px ) and (max-width:1585px) {
    .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{padding-bottom:80px;}
#frame1 .swiper-scrollbar{position:relative;height:10px;width:90%;margin:0;left:5%;}
#frame1 .swiper-scrollbar .swiper-scrollbar-drag{margin:0;background-color:#6eb92c;}
#frame1 .item{padding:10px;margin-bottom:20px;}
#frame1 .item .img{border:0px solid #999;}
#frame1 .item .img img{width:100%;}
#frame1 .item .txt{padding:10px;}
#frame1 .item .txt h3{font-size:16px;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:5px;}
#frame1 .item .txt p{font-size:14px;line-height:18px;height:54px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;color:#666;}
#frame1 .item:hover{background-color:#dcdcdc;}
#frame1 .list{position:relative;}
#frame1 .btnlist{position:relative;}
#frame1 .btnlist .swbtn{display:inline-block;width:50px;height:30px;line-height:30px;text-align:center;position:absolute;color:#6eb92c;top:-36px;background-color:rgba(0,0,0,0.0);z-index:1;}
#frame1 .btnlist .swbtn>i{font-size:24px;}
#frame1 .btnlist .swbtn.btn-prev{left:250px;top:-30px;}
#frame1 .btnlist .swbtn.btn-next{right:250px;top:-30px;}
#frame1 .swiper-pagination{bottom:0;position:relative;}
#frame1 .swiper-pagination-bullet{width:20px;height:20px;border:none;margin:0 20px;border-radius:50%;}
#frame1 .swiper-pagination-bullet-active{background-color:#6eb92c;}
@media screen and (min-width:1230px ) and (max-width:1429px){
    #frame1 .btnlist .swbtn.btn-prev{left:0px;}
    #frame1 .btnlist .swbtn.btn-next{right:0px;}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame1 .btnlist .swbtn.btn-prev{left:0px;}
    #frame1 .btnlist .swbtn.btn-next{right:0px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame1 .btnlist .swbtn.btn-prev{left:0px;}
    #frame1 .btnlist .swbtn.btn-next{right:0px;}
}
@media (max-width:767px){ 
    #frame1 .item{padding:5px;margin-bottom:0;}
    #frame1 .item .txt h3{font-size:14px;line-height:20px;margin-bottom:0;white-space:normal;}
    #frame1 .item .txt p{display:none;}
    #frame1 .btnlist .swbtn{display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;position:absolute;color:#fff;top:calc(50% - 30px);background-color:#009fb0;z-index:1;border-radius:50%;}
    #frame1 .btnlist .swbtn>i{font-size:20px;}
    #frame1 .btnlist .swbtn.btn-prev{left:0px;}
    #frame1 .btnlist .swbtn.btn-next{right:0px;}
    #frame1 .swiper-pagination-bullet{width:15px;height:15px;border:none;margin:0 5px;border-radius:50%;}
}

#frame2{background:url(/Template/Default/images/sobg.jpg) no-repeat center fixed;}
#frame2 .title h2{color:#fff;}
#frame2 .swiper-scrollbar{position:relative;height:10px;width:90%;margin:15px 0 0;left:5%;}
#frame2 .swiper-scrollbar .swiper-scrollbar-drag{margin:0;background-color:#fff;}
#frame2 .item{margin-bottom:20px;}
#frame2 .item img{width:100%;}
#frame2 .item .txt{width:90%;background-color:#009fb0;margin-top:-22px;text-align:center;position:relative;z-index:1;padding:10px;}
#frame2 .item .txt h3{color:#fff;line-height:24px;font-size:16px;}
#frame2 .list{position:relative;}
#frame2 .btnlist{position:relative;}
#frame2 .btnlist .swbtn{display:inline-block;width:50px;height:30px;line-height:30px;text-align:center;position:absolute;color:#fff;top:-23px;background-color:rgba(0,0,0,0.0);z-index:1;}
#frame2 .btnlist .swbtn>i{font-size:24px;}
#frame2 .btnlist .swbtn.btn-prev{left:0;}
#frame2 .btnlist .swbtn.btn-next{right:0;}
@media screen and (min-width:1230px ) and (max-width:1429px){
    #frame2 .btnlist .swbtn.btn-prev{left:0px;}
    #frame2 .btnlist .swbtn.btn-next{right:0px;}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame2{background:url(/Template/Default/images/sobg.jpg) no-repeat center;}
    #frame2 .btnlist .swbtn.btn-prev{left:0px;}
    #frame2 .btnlist .swbtn.btn-next{right:0px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame2{background:url(/Template/Default/images/sobg.jpg) no-repeat center;}
    #frame2 .btnlist .swbtn.btn-prev{left:0px;}
    #frame2 .btnlist .swbtn.btn-next{right:0px;}
}
@media (max-width:767px){
    #frame2{background:url(/Template/Default/images/sobg.jpg) no-repeat center;}
    #frame2 .item .txt{padding:5px;}
    #frame2 .item .txt h3{font-size:14px;line-height:20px;}
    #frame2 .btnlist .swbtn{display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;position:absolute;color:#fff;top:calc(50% - 15px);background-color:#009fb0;z-index:1;border-radius:50%;}
    #frame2 .btnlist .swbtn>i{font-size:20px;}
    #frame2 .btnlist .swbtn.btn-prev{left:0px;}
    #frame2 .btnlist .swbtn.btn-next{right:0px;}
}

#frame8{background-color:#fafafa;padding-top:80px;}
#frame8 .item{width:calc((100% - 30px)/2);margin-bottom:50px;float:left;}
#frame8 .item:nth-child(2n+1){margin-right:30px;}
#frame8 .item i{width:120px;height:120px;line-height:120px;text-align:center;border-radius:50%;font-size:64px;color:#fff;display:block;float:left;}
#frame8 .item:nth-child(1) i{background-color:#84dbff;}
#frame8 .item:nth-child(2) i{background-color:#90dfaa;}
#frame8 .item:nth-child(3) i{background-color:#90dfaa;}
#frame8 .item:nth-child(4) i{background-color:#84dbff;}
#frame8 .item .txt{float:right;width:calc(100% - 130px);padding-top:10px;}
#frame8 .item .txt h3{font-size:24px;line-height:36px;font-family:TitilliumWeb,Arial, Helvetica, sans-serif;font-weight:bold;}
#frame8 .item .txt p{font-size:14px;line-height:24px;margin-top:5px;height:90px;overflow:hidden;font-family:Arial, Helvetica, sans-serif;}
#frame8 .item .link{position:absolute;top:0;right:0;bottom:0;left:0;}
#frame8 .item:hover img{}
#frame8 .item:hover{color:#2778ff;}
@media screen and (min-width:1230px ) and (max-width:1429px){
}
@media screen and (min-width:992px ) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #frame8 .item i{width:60px;height:60px;line-height:60px;font-size:48px;}
    #frame8 .item .txt{width:calc(100% - 70px);padding-top:0;}
    #frame8 .item .txt h3{font-size:16px;line-height:24px;}
    #frame8 .item .txt p{font-size:13px;line-height:20px;height:60px;}
}
@media (max-width:767px){
    #frame8{padding-top:30px}
    #frame8 .item{width:100%;margin-bottom:20px;}
    #frame8 .item:nth-child(2n+1){margin-right:0px;}
    #frame8 .item i{width:80px;height:80px;line-height:80px;font-size:48px;}
    #frame8 .item .txt{width:calc(100% - 90px);padding-top:0;}
    #frame8 .item .txt h3{font-size:18px;line-height:24px;}
    #frame8 .item .txt p{font-size:13px;line-height:20px;height:60px;}
}

#frame3{padding-top:100px;background:url(/Template/Default/images/abbg.jpg) no-repeat right 60px;}
#frame3 .left{width:48%;float:left;padding-right:100px;padding-top:15px;}
#frame3 .left .title{width:240px;margin-left:0;margin-bottom:40px;}
#frame3 .left h3{font-size:24px;font-weight:bold;margin-bottom:40px;}
#frame3 .left .txt{border-left:4px solid #6eb92c;padding-left:35px;}
#frame3 .left .txt p{font-size:16px;line-height:30px;margin-bottom:40px;color:#666;}
#frame3 .left .txt a.link{display:inline-block;padding:6px 15px;line-height:30px;font-size:16px;color:#fff;background-color:#009fb0;}
#frame3 .left .txt a.link i{margin-left:15px;font-size:20px;line-height:30px;vertical-align:top;}
#frame3 .right{width:52%;float:right;}
#frame3 .right .item{margin-bottom:30px;}
#frame3 .right .item>a{display:flex;}
#frame3 .right .item .pic{width:250px;}
#frame3 .right .item .txt{flex:1;padding-left:30px;}
#frame3 .right .item .txt h3{font-size:20px;line-height:30px;font-weight:bold;margin-bottom:15px;}
#frame3 .right .item .txt p{font-size:16px;line-height:30px;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
#frame3 .LogoList{}
#frame3 .LogoList .item h3{text-align:center;}
@media screen and (min-width:1230px ) and (max-width:1429px){
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame3{background-size:100%;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame3{background-size:100%;padding-top:30px;}
    #frame3 .left{width:100%;padding-right:0;padding-top:0;margin-bottom:20px;}
    #frame3 .left .title{width:100%;margin-bottom:20px;}
    #frame3 .left h3{font-size:30px;margin-bottom:20px;}
    #frame3 .left .txt p{font-size:14px;line-height:24px;margin-bottom:30px;}
    #frame3 .left .txt a.link{font-size:14px;line-height:24px;}
    #frame3 .left .txt a.link i{line-height:24px;}

    #frame3 .right{width:100%;}
    #frame3 .right .item .txt p{font-size:14px;line-height:24px;}
}
@media (max-width:767px){
    #frame3{background-size:100%;padding-top:30px;}
    #frame3 .left{width:100%;padding-right:0;padding-top:0;margin-bottom:20px;}
    #frame3 .left .title{width:100%;margin-bottom:15px;}
    #frame3 .left h3{font-size:20px;margin-bottom:15px;}
    #frame3 .left .txt{padding-left:15px;}
    #frame3 .left .txt p{font-size:14px;line-height:24px;margin-bottom:30px;}
    #frame3 .left .txt a.link{font-size:14px;line-height:24px;}
    #frame3 .left .txt a.link i{line-height:24px;}

    #frame3 .right{width:100%;}
    #frame3 .right .item{margin-bottom:15px;}
    #frame3 .right .item .pic{width:120px;}
    #frame3 .right .item .txt{padding-left:10px;}
    #frame3 .right .item .txt h3{font-size:16px;line-height:20px;margin-bottom:0px;}
    #frame3 .right .item .txt p{font-size:13px;line-height:18px;}

    #frame3 .LogoList .item{flex:1;margin:0;}
    #frame3 .LogoList .item h3{font-size:13px;}
}

#frame4{background: linear-gradient(to bottom,#fff 60%,#fafafa 60%);}
@media screen and (min-width:1230px ) and (max-width:1429px){
}
@media screen and (min-width:992px ) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media (max-width:767px){
}

#frame5{background-color:#fafafa;}
#frame5 .list .item{width:calc((100% - 20px)/2);margin:0 20px 20px 0;background-color:#fff;padding:5px;}
#frame5 .list .item:nth-child(2n){margin-right:0;}
#frame5 .list .item .img{position:relative;float:left;width:100px;}
#frame5 .list .item .img img{width:100%;display:none;}
#frame5 .list .item .img .date{width:100px;padding:12px 10px;}
#frame5 .list .item .img .date span{display:block;font-size:14px;line-height:24px;color:#888;}
#frame5 .list .item .txt{padding:12px 10px;float:right;width:calc(100% - 100px);}
#frame5 .list .item .txt h3{font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:24px;}
#frame5 .list .item .txt p{font-size:14px;line-height:20px;height:80px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;color:#666;display:none;}
#frame5 .list .item .info{padding:10px 0;margin:0 15px;border-top:1px solid #999;overflow:hidden;}
#frame5 .list .item .info span{display:inline-block;font-size:14px;line-height:24px;}
#frame5 .list .item .info span.click>i{margin-right:5px;}
#frame5 .list .item .info span.more{float:right;}
#frame5 .list .item .info span.more>i{transform:rotateX(180deg);display:inline-block;margin-left:5px;}
#frame5 .list .item:hover h3{color:#009fb0;}
#frame5 .list .item span.more:hover{color:#009fb0;}
#frame5 .link{padding:5px 20px;font-size:16px;line-height:30px;display:inline-block;margin-top:20px;text-transform:uppercase;background-color:#009fb0;color:#fff;text-align:center;}
#frame5 .link>i{margin-left:8px;vertical-align:top;}
@media screen and (min-width:1230px ) and (max-width:1429px){
}
@media screen and (min-width:992px ) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #frame5 .list .item{width:calc((100% - 20px)/2);margin-bottom:20px;padding:0;}
    #frame5 .list .item:nth-child(2n){margin-right:0;}
}
@media (max-width:767px){
    #frame5 .list .item{width:100%;margin-right:0;margin-bottom:15px;padding:0;}
    #frame5 .list .item .img{}
    #frame5 .list .item .txt p{-webkit-line-clamp:initial;height:auto;}
}

footer{background:#2f2f2f;}
footer .container{}
footer .footlogo{text-align:center;padding:20px;}
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;color:#fff;margin-bottom:20px;padding:10px 0;}
footer .list dd{padding-bottom:10px;color:#fff;font-size:16px;line-height:24px;position:relative;}
footer .list dd>a{color:#fff;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{text-decoration:underline;}
footer .context h2{font-size:36px;line-height:48px;color:#fff;font-weight:bold;margin-bottom:20px;}
footer .context p{font-size:14px;line-height:30px;color:#fff;}
footer .context p>a{font-size:14px;line-height:30px;color:#fff;display:inline-block;}

#fck1{flex:1;margin:0;padding-top:36px;padding-bottom:36px;padding-right:100px;}
#fck2{flex:1;margin:0;background-color:#000;text-align:center;padding-top:36px;padding-bottom:36px;}
#fck3{flex:1;margin:0;text-align:right;padding-top:36px;padding-bottom:36px;padding-left:80px;}
#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;background-color:#000;overflow:hidden;}
.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;color:#fff;}
.foot_by .footdiv a{ display:inline-block; font-size:14px; line-height:24px;color:#fff;}
.foot_by .footdiv a:hover{text-decoration:underline;}
.foot_by .footdiv.fl{float:left;}
.foot_by .footdiv.fr{color:#fff;text-align:right;padding:0;}
.foot_by .footdiv.fr{float:right;color:#fff;text-align:left;padding-left:10px;}
@media screen and (min-width:1230px ) and (max-width:1429px){
    #fck1{width:380px;}
    #fck2 .footcontact .item.address{width:300px;}
}
@media (min-width:992px) and (max-width:1229px) {
    footer .footlogo{padding-top:0;}
    #fck1{width:380px;}
    #fck2 .footcontact .item.address{width:100%;margin-top:15px;}

    #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;}

    footer{}

    .foot_by{padding:10px 0;}
}
@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;}
    footer #fck2{flex:1;background-color:#2f2f2f;}
    footer #fck3{flex:auto;width:100%;text-align:left;padding-left:0;padding-top:0px;}
    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{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{padding-top:0;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;}
    footer #fck2{width:100%;flex:auto;background-color:#2f2f2f;text-align:left;}
    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;}
    .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;position:fixed;bottom:0;width:100%;display:none;z-index:1; background:#009fb0;}
#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%;}
#mobMenu .foot_nav a:hover {color:#222222;}

@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:#009fb0;}
#PageInquiry{position:fixed;right:40px;bottom:100px;background-color:#009fb0;box-shadow:0 0 10px #009fb0;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:#009fb0;margin-bottom:6px;position:relative;cursor:pointer;}
#float .ico:hover{background-color:#009fb0;}
#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:#009fb0;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:#009fb0;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;background-color:#f8f8f8;}
#Location .location:before{content:"\e610";font-family:iconfont;color:#666;font-size:20px;}
#Location .location a{display:inline-block;font-size:16px;line-height:30px;text-transform:capitalize;color:#666;font-weight:bold;}
#Location .location a:not(:last-child)::after{content:"/";margin:0 5px;vertical-align:top;}
#Location .location a:last-child{}
#Location .location a:hover{color:#009fb0;}
#Location .location span{display:inline-block;font-size:16px;line-height:30px;color:#666;font-weight:bold;}
#Location .columns{float:right;}
#Location .columns .catelist{overflow:hidden;}
#Location .columns .catelist>li{display:inline-block;}
#Location .columns .catelist>li>a{display:inline-block;font-size:16px;line-height:30px;padding:12px 30px;}
#Location .columns .catelist>li.active>a,#Location .columns .catelist>li:hover>a{color:#fff;background-color:#009fb0;}
@media (min-width:1230px) and (max-width:1585px) {
    #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:320px;float:left;padding-right:30px;}
#left_nav dl{overflow:hidden;border:1px solid #d4d4d4;}
#left_nav dl>dt{padding:15px 20px;font-size:24px;line-height:30px;color:#fff;text-transform:uppercase;position:relative;background-color:#009fb0;}
#left_nav dl>dt>i{font-size:24px;margin-right:5px;}
#left_nav dl>dd{position:relative;cursor:pointer;padding:8px 15px 8px 15px;transition:all 0s;}
#left_nav dl>dd:not(:last-child){border-bottom:1px solid #d4d4d4;}
#left_nav dl>dd>a{display:inline-block;font-size:16px;line-height:30px;display:block;transition:all 0s;}
#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:"\e9e1";font-size:16px;line-height:30px;width:30px;height:30px;display:block;transition:all 0.3s;}
#left_nav dl>dd.active>i:before{content:"\e9e1";transform:rotate(90deg);}
#left_nav dl>dd.active,#left_nav dl>dd:hover{}
#left_nav dl>dd.active>a,#left_nav dl>dd:hover>a{color:#009fb0;}
#left_nav dl>dd ul{transition:all 0s;margin:10px -35px -10px -15px;background-color:#fff;display:none;}
#left_nav dl>dd.active ul{display:block;}
#left_nav dl>dd ul>li{}
#left_nav dl>dd ul>li:nth-child(2n){background-color:#fafafa;}
#left_nav dl>dd ul>li>a{display:block;font-size:14px;line-height:20px;position:relative;padding:15px 15px;}
#left_nav dl>dd>ul>li>a:before{content:"-";margin-right:5px;}
#left_nav dl>dd ul>li.active>a,#left_nav dl>dd ul>li:hover>a{background-color:#009fb0;color:#fff;}
#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:22px;line-height:25px;color:#fff;position:relative;background-color:#009fb0;}
#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:40px;border:1px solid #d4d4d4;}
#left_nav .LeftProduct h2{padding:15px 20px;font-size:24px;line-height:30px;color:#fff;text-transform:uppercase;position:relative;background-color:#009fb0;}
#left_nav .LeftProduct .item{background-color:#eee;padding:15px;}
#left_nav .LeftProduct .item .txt{padding-top:15px;}
#left_nav .LeftProduct .item h3{font-size:14px;text-align:center;line-height:1.5;}
#left_nav .LeftProduct .list{position:relative;}
#left_nav .LeftProduct .btnlist .swbtn{display:inline-block;width:40px;height:40px;line-height:40px;text-align:center;position:absolute;color:#fff;top:calc(50% - 20px);z-index:1;background-color:#009fb0;}
#left_nav .LeftProduct .btnlist .swbtn>i{font-size:30px;}
#left_nav .LeftProduct .btnlist .swbtn.btn-prev{left:15px;}
#left_nav .LeftProduct .btnlist .swbtn.btn-next{right:15px;}
@media (min-width:1230px) and (max-width:1585px){
}
@media (min-width:992px) and (max-width:1229px) {
    #left_nav{width:30%;}
    #left_nav dl{}
    #left_nav dl>dt{font-size:22px;}
    #left_nav dl>dd{}
    #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:22px;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;}
}
@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:#009fb0;}
    #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:#009fb0;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:left;width:calc(100% - 320px);}
#right_nav>.tit{border-bottom:1px solid #009fb0;margin-bottom:30px;padding-bottom:20px;}
#right_nav>.tit h2{font-size:20px;line-height:36px;margin-bottom:5px;color:#009fb0;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:#009fb0;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 .aboutinfo { background: url(/Template/Default/images/logobg.jpg) no-repeat center center; }
#aboutframe .aboutinfo .tit h2 { font-size: 38px; color: #009fb0; text-align: center; font-weight: bold; margin-bottom: 20px; }

@media screen and (max-width: 1585px) and (min-width: 1230px) {
#aboutframe .aboutinfo .tit h2 { font-size: 24px; }
}

#aboutframe .aboutinfo .content { font-size: 18px; line-height: 30px; color: #666; }
#aboutframe .aboutinfo .list { margin-top: 30px; }
#aboutframe .aboutinfo .list .item { text-align: center; margin: 0; width: 20%; padding: 0 10px; }
#aboutframe .aboutinfo .list .item h3 { color: #6eb92c; font-size: 40px; font-weight: bold; }
#aboutframe .aboutinfo .list .item h3 span { font-size: 60px; }
#aboutframe .aboutinfo .list .item h3 em { font-size: 40px; font-style: normal; }
#aboutframe .aboutinfo .list .item p { font-size: 18px; line-height: 30px; color: #666; }

#aboutframe section.workshop{padding-top:30px;}
#aboutframe .workshop .list{}
#aboutframe .workshop .list .item{width:calc((100% - 52px)/3);float:left;margin-right:26px;}
#aboutframe .workshop .list .item:nth-child(3n){margin-right:0;}
#aboutframe .workshop .list .item img{width:100%;}
#aboutframe .workshop .list .item h3{font-size:16px;line-height:24px;margin-top:15px;text-align:center;font-weight:bold;}
#aboutframe .workshop .list .item:hover h3{color:#009fb0;}

#aboutframe .abouthistory{background-color:#0d8484;padding-top:30px;padding-bottom:30px;}
#aboutframe .abouthistory .hisListTop{padding-left:50px;padding-right:50px;position:relative;}
#aboutframe .abouthistory .hisListTop .btnlist .swbtn{display:inline-block;width:50px;height:50px;line-height:50px;text-align:center;position:absolute;color:#fff;top:0;}
#aboutframe .abouthistory .hisListTop .btnlist .swbtn>i{font-size:30px;}
#aboutframe .abouthistory .hisListTop .btnlist .swbtn.btn-prev{left:0;}
#aboutframe .abouthistory .hisListTop .btnlist .swbtn.btn-next{right:0;}
#aboutframe .abouthistory .hisList1 .swiper-slide{text-align:center;overflow:hidden;cursor:pointer;width:16.6667%;}
#aboutframe .abouthistory .hisList1 .swiper-slide h3{padding:10px 30px;font-size:25px;line-height:30px;display:inline-block;color:#fff;font-weight:bold;position:relative;}
#aboutframe .abouthistory .hisList1 .swiper-slide.swiper-slide-thumb-active h3{color:#fff;}
#aboutframe .abouthistory .hisList2{margin-top:30px;}
#aboutframe .abouthistory .hisList2 .swiper-slide{padding:0;}
#aboutframe .abouthistory .hisList2 .swiper-slide .item{display:flex;justify-content:space-between;flex-wrap:wrap;}
#aboutframe .abouthistory .hisList2 .img{width:470px;margin:0;}
#aboutframe .abouthistory .hisList2 .txt{flex:1;margin:0;padding-left:40px;}
#aboutframe .abouthistory .hisList2 .txt .content{position:relative;top:50%;transform:translateY(-50%);display:flex;justify-content:space-between;flex-wrap:wrap;}
#aboutframe .abouthistory .hisList2 .txt h3{font-size:80px;line-height:90px;font-weight:bold;color:#0a0a0a;color:#fff;width:200px;}
#aboutframe .abouthistory .hisList2 .txt p{font-size:16px;line-height:30px;color:#fff;padding-left:15px;flex:1;}

#aboutframe section.certificates{background-color:#e2e5ea;padding-top:30px;}
#aboutframe .certificates .title .line{background-color:#fff;}
#aboutframe .certificates .title h2{margin-bottom:15px;}
#aboutframe .certificates .item{width:calc((100% - 60px)/3);margin-right:30px;float:left;}
#aboutframe .certificates .item:nth-child(3n){margin-right:0;}
#aboutframe .certificates .item img{display:block;width:100%;}
#aboutframe .certificates .item h3{text-align:center;font-size:18px;line-height:24px;padding:8px 10px;margin-top:5px;font-weight:bold;}
/*#aboutframe .certificates .swiper-slide{float:left;width:35%;padding:120px 0px 120px 166px;margin:0 -70px;z-index:1;position:relative;}
#aboutframe .certificates .swiper-slide .item .img{padding:30px;background:url(/Template/Default/images/cebg.jpg) no-repeat;background-size:100% 100%;}
#aboutframe .certificates .swiper-slide .item img{display:block;width:100%;}
#aboutframe .certificates .swiper-slide .item h3{text-align:center;font-size:18px;line-height:24px;padding:8px 10px;margin-top:5px;font-weight:bold;}
#aboutframe .certificates .swiper-slide .item:hover h3{bottom:0;}
#aboutframe .certificates .swiper-slide.swiper-slide-active{padding:0px;z-index:10;}
#aboutframe .certificates .swiper-slide.swiper-slide-next{padding:50px 60px 50px 0;margin:0 -70px;z-index:5;}
#aboutframe .certificates .swiper-slide.swiper-slide-next+div.swiper-slide{z-index:4;padding:120px 166px 120px 0;}
#aboutframe .certificates .swiper-slide.swiper-slide-prev{padding:50px 0 50px 60px;z-index:5;}*/
@media screen and (min-width:1230px ) and (max-width:1429px) {
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #aboutframe .aboutinfo .tit h2{font-size: 24px;}
    #aboutframe .aboutinfo .content{font-size:16px;line-height:24px;}

    #aboutframe .aboutinfo .list .item{}
    #aboutframe .aboutinfo .list .item h3{font-size:32px;}
    #aboutframe .aboutinfo .list .item h3 span{font-size:48px;}
    #aboutframe .aboutinfo .list .item p{font-size:16px;line-height:24px;}

    #aboutframe .abouthistory .hisList2 .img{width:36%;}
    #aboutframe .abouthistory .hisList2 .txt{padding-left:30px;}
    
    #aboutframe .certificates .swiper-slide{margin:0 -50px;}
    #aboutframe .certificates .swiper-slide.swiper-slide-active{}
    #aboutframe .certificates .swiper-slide.swiper-slide-next{margin:0 -50px;}
    #aboutframe .certificates .swiper-slide.swiper-slide-next+div.swiper-slide{}
    #aboutframe .certificates .swiper-slide.swiper-slide-prev{}
}
@media (min-width:768px) and (max-width:991px) {
    #aboutframe .aboutinfo .tit h2{font-size:24px;}
    #aboutframe .aboutinfo .content{font-size:14px;line-height:24px;}

    #aboutframe .aboutinfo .list .item{}
    #aboutframe .aboutinfo .list .item h3{font-size:24px;}
    #aboutframe .aboutinfo .list .item h3 span{font-size:36px;}
    #aboutframe .aboutinfo .list .item p{font-size:14px;line-height:24px;}

    #aboutframe .abouthistory .hisList2 .img{width:36%;}
    #aboutframe .abouthistory .hisList2 .txt{padding-left:20px;}
    #aboutframe .abouthistory .hisList2 .txt h3{font-size:48px;width:120px;}
    #aboutframe .abouthistory .hisList2 .txt p{font-size:14px;line-height:24px;}

    #aboutframe .workshop .list .item h3{font-size:14px;}
    
    #aboutframe .certificates .swiper-slide{margin:0 -40px;padding:80px 0px 80px 120px;}
    #aboutframe .certificates .swiper-slide.swiper-slide-active{padding:0px;z-index:10;}
    #aboutframe .certificates .swiper-slide.swiper-slide-next{padding:40px 60px 40px 0;margin:0 -40px;z-index:5;}
    #aboutframe .certificates .swiper-slide.swiper-slide-next+div.swiper-slide{z-index:4;padding:80px 120px 80px 0;}
    #aboutframe .certificates .swiper-slide.swiper-slide-prev{padding:40px 0 40px 60px;z-index:5;}
}
@media (max-width:767px){
    #aboutframe .aboutinfo .tit h2{font-size:18px;margin-bottom:10px;}
    #aboutframe .aboutinfo .content{font-size:13px;line-height:20px;}

    #aboutframe .aboutinfo .list .item{width:50%;margin-bottom:10px;}
    #aboutframe .aboutinfo .list .item h3{font-size:18px;}
    #aboutframe .aboutinfo .list .item h3 span{font-size:24px;}
    #aboutframe .aboutinfo .list .item p{font-size:13px;line-height:20px;}

    #aboutframe .abouthistory .hisList2 .img{width:100%;}
    #aboutframe .abouthistory .hisList2 .txt{padding-left:0;}
    #aboutframe .abouthistory .hisList2 .txt h3{font-size:36px;width:100%;line-height:48px;margin-top:8px;}
    #aboutframe .abouthistory .hisList2 .txt p{font-size:13px;line-height:20px;padding-left:0;}

    #aboutframe .workshop .list .item{width:100%;margin-bottom:15px;}
    #aboutframe .workshop .list .item h3{font-size:14px;}
    
    #aboutframe .certificates .item{width:100%;margin-bottom:20px;margin-right:0;}
    #aboutframe .certificates .item h3{font-size:13px;line-height:20px;}

    #aboutframe .certificates .title{margin-bottom:20px;}
    #aboutframe .certificates .swiper-slide .item .img{padding:10px;}
    #aboutframe .certificates .swiper-slide{margin:0 -30px;padding:40px 0px 40px 50px;width:40%;}
    #aboutframe .certificates .swiper-slide.swiper-slide-active{padding:0px;z-index:10;}
    #aboutframe .certificates .swiper-slide.swiper-slide-next{padding:15px 20px 15px 0;margin:0 -30px;z-index:5;}
    #aboutframe .certificates .swiper-slide.swiper-slide-next+div.swiper-slide{z-index:4;padding:40px 50px 40px 0;}
    #aboutframe .certificates .swiper-slide.swiper-slide-prev{padding:15px 0 15px 20px;z-index:5;}
    #aboutframe .certificates .swiper-slide .item h3{font-size:13px;line-height:20px;}
}

#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 #009fb0;border-radius:50%;text-align:center;background-color:#fff;z-index:2;}
#oemframe .swiperlist .btnlist .swbtn>i{display:block;font-size:24px;color:#009fb0;}
#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:1429px) {
}
@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 #009fb0;background-color:#009fb0;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 {}
#ServicePage .faq{padding:30px;}
#ServicePage .faq dl{margin-bottom:15px;background-color:#fafafa;}
#ServicePage .faq dl>dt{padding:15px 50px 15px 70px;font-size:18px;line-height:24px;cursor:pointer;position:relative;font-weight:bold;}
#ServicePage .faq dl>dt>i{font-size:30px;color:#fff;width:54px;height:54px;line-height:56px;background-color:#009fb0;text-align:center;position:absolute;left:0;top:0;}
#ServicePage .faq dl>dt:after{}
#ServicePage .faq dl>dd{padding:15px 20px 15px 70px;height:auto;overflow:hidden;font-size:24px;font-size:16px;}
#ServicePage .faq dl.active>dt{}
#ServicePage .faq dl.active>dt:after{content:"\e7fc";}
#ServicePage .faq dl.active>dd{padding:15px 20px 15px 70px;height:auto;}
@media (min-width:1230px) and (max-width:1585px) {
}
@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 50px}
    #ServicePage .faq dl>dt>i{font-size:20px;width:40px;height:40px;line-height:40px;}
    #ServicePage .faq dl > dt::after{top:10px;}
    #ServicePage .faq dl>dd{font-size:14px;line-height:20px;padding:0 20px 0 10px;font-size:13px;}
    #ServicePage .faq dl.active>dd{padding:15px 20px 15px 10px;}
}

.mapbox .right{padding-left:40px;flex:1;text-align:right;}
.mapbox h2{font-size:36px;line-height:1.5;margin-bottom:10px;}
.mapbox p{font-size:36px;line-height:1.5;color:#6b6b6b;}
#map{height:500px;position:relative;z-index:1;width:66%;margin:0;}
@media (min-width:1230px) and (max-width:1585px) {
}
@media (min-width:992px) and (max-width:1229px) {
    .mapbox h2{font-size:24px;}
    .mapbox p{font-size:24px;}
    #map{height:360px;width:60%;}
}
@media (min-width:768px) and (max-width:991px) {
    .mapbox .right{padding-left:20px;}
    .mapbox h2{font-size:18px;}
    .mapbox p{font-size:18px;}
    #map{height:360px;width:60%;}
}
@media (min-width:1px) and (max-width:767px) {
    .mapbox .right{padding-left:0px;padding-top:15px;}
    .mapbox h2{font-size:18px;}
    .mapbox p{font-size:18px;}
    #map{height:300px;width:100%;}
}

/*联系我们*/
#contPage{background:linear-gradient(to bottom,#f7f7f7 40%,#fff 40%)}
#contacts{padding-bottom:30px;}
#contacts .contshare{padding:0;text-align:center;}
#contacts .contshare #sharelist{padding-top:10px;padding-bottom:10px;}
#contacts .contshare #sharelist a{border:none;margin:0;}
#contacts .contshare #sharelist a>i{color:#009fb0;}
#contacts .contshare #sharelist a:hover{background-color:transparent!important;border:none!important;}
#contacts .list{}
#contacts .item{flex:1;margin:0;padding:10px;text-align:center;}
#contacts .item>i{width:100px;height:100px;font-size:48px;line-height:100px;background-color:#009fb0;border-radius:5px;text-align:center;color:#fff;display:inline-block;margin-bottom:15px;}
#contacts .item h3{font-size:18px;line-height:24px;margin-bottom:10px;}
#contacts .item p{font-size:18px;line-height:24px;}
#contacts .item p>a{}
#contacts .item p>a:hover{text-decoration:underline;color:#009fb0;}
@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 .item h3{font-size:18px;}
    #contacts .item p{font-size:14px;line-height:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #contacts .item{width:100%;text-align:left;flex:initial;padding:0;margin-bottom:10px;}
    #contacts .item>i{float:left;margin-right:10px;width:70px;height:70px;line-height:70px;}
    #contacts .item h3{font-size:14px;line-height:20px;margin-bottom:10px;}
    #contacts .item p{font-size:12px;line-height:20px;}
}
#feedback{padding:40px 70px;background-color:#fff;box-shadow:0 0 30px #aaa;margin-bottom:50px;}
#feedback .tit{margin:0;width:35%;padding-right:60px;}
#feedback .tit h4{font-size:20px;line-height:24px;color:#6b6b6b;}
#feedback .tit h2{font-size:56px;line-height:70px;color:#1b1825;margin-bottom:30px;}
#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%;}
#feedback ul>li.half{width:49%;}
#feedback ul>li>label{text-align:left;font-weight:normal;color:#6b6b6b;font-size:15px;line-height:30px;padding-right:10px;display:block;}
#feedback ul>li>label>em{color:#f00;font-style:initial;width:16px;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;background-color:#f7f7f7;font-size:15px;color:#717171;width:100%;border:1px solid #e6e6e6;}
#feedback ul>li textarea{padding:5px 0 0 5px;resize:none;box-shadow:none;position:relative;background-color:#f7f7f7;margin:0;line-height:30px;font-size:15px;color:#717171;height:160px;border:1px solid #e6e6e6;width:100%;}
#feedback ul>li.tips{border-bottom:none;font-size:18px;line-height:24px;color:#747474;}
#feedback ul>li.btnli{background-color:transparent;text-align:center;margin-bottom:0;}
#feedback ul>li.btnli .btnlink{display:inline-block;line-height:30px;padding:6px 30px;background-color:#009fb0;text-align:center;font-size:16px;color:#fff;position:relative;border:1px solid #009fb0;margin:0 auto;}
#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:#009fb0;color:#fff;border:1px solid #009fb0;}
@media (min-width:1230px) and (max-width:1429px) {
    #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;}
}
@media (min-width:768px) and (max-width:991px) {
    #feedback{padding:20px;}
    #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: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;}
    #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:#009fb0;border:1px solid #009fb0;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:#fff;}
@media (min-width:1230px) and (max-width:1585px) {
}
@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:#009fb0;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:#009fb0;background-color:#fff;}
#ProCate .CateList .select{display:inline-block;width:365px;position:relative;background-color:#009fb0;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:1585px) {
}
@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 #009fb0;}
#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:#009fb0;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 #009fb0;}
#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:#009fb0;z-index:1;}

#ProPage .ProList{overflow:hidden;margin:0 ;}
#ProPage .ProList .item{width:25%;float:left;padding:10px;margin-bottom:0px;}
#ProPage .ProList .item:nth-child(4n+1){clear:left;}
#ProPage .ProList .item .img{border:0px solid #999;}
#ProPage .ProList .item .img img{width:100%;}
#ProPage .ProList .item .txt{padding:10px 0 0;}
#ProPage .ProList .item .txt h3{font-size:16px;line-height:24px;text-align:center;}
#ProPage .ProList .item .txt p{display:none;}
#ProPage .ProList .item:hover{background-color:#dcdcdc;}
#ProPage .ProList .item .txt a.link{background-color:#009fb0;color:#fff;font-size:13px;line-height:26px;padding:0 10px;display:none;}
#ProPage .ProList .item .txt a.link>i{margin-left:6px;font-size:16px;line-height:26px;vertical-align:top;}
#ProPage .ProList .item:hover .box:before{content:"";border-bottom:4px solid #009fb0;position:absolute;bottom:0;width:100%;left:0;}
@media (min-width:1230px) and (max-width:1585px) {
}
@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:33.33%;}
    #ProPage .ProList .item:nth-child(4n+1){clear:none;}
    #ProPage .ProList .item:nth-child(3n+1){clear:left;}
    #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 img{}
    #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{margin:0 0;}
    #ProPage .ProList .item{width:50%;margin-bottom:5px;}
    #ProPage .ProList .item img{}
    #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:#009fb0;}
#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 #009fb0;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);background-color:rgba(0,0,0,0);}
#picView .swbtn>i{font-size:24px;font-weight:bold;line-height:40px;color:#009fb0;}
#picView .swbtn:hover{border-color:#009fb0;}
#picView .swbtn:hover>i{color:#009fb0;}
#picView .btn-next{right:0;}
#picView .btn-prev{left:0;}
#picView .btn-next{transform:rotate(180deg);}
#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:#009fb0;}
#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:#009fb0;}

#protitle .btnlist{overflow:hidden;margin-top:40px;}
#protitle .btnlist>a.btnlink{display:inline-block;color:#009fb0;margin-bottom:10px;line-height:24px;font-size:18px;padding:8px 20px;border:1px solid #009fb0;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:#009fb0;}
#protitle .prevlist>a:hover>b{color:#009fb0;}

#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 #009fb0;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 #009fb0;}
#ProductDetail .tit a{border:1px solid #009fb0;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:#009fb0;}
#ProductDetail .tit a.active{background-color:#009fb0;}
#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 #009fb0;}
#RelatedProduct .tit a{border-top:1px solid #009fb0;display:inline-block;background-color:#009fb0;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 #009fb0;}
#inquiry .tit a{border-top:1px solid #009fb0;display:inline-block;background-color:#009fb0;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:#009fb0;background:none;margin:0 3px;}
#inquiry p .email:hover{color:#009fb0;text-decoration:underline;}
@media (min-width:1230px) and (max-width:1585px) {
    #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:#009fb0;border-color:#009fb0;}
    #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;}
}

#Columns{text-align:center;margin-bottom:36px;}
#Columns a{display:inline-block;margin:0;min-width:200px;height:40px;border:1px solid #009fb0;text-align:center;padding:5px 15px;font-size:20px;line-height:24px;cursor:pointer;margin:0 10px;}
#Columns a:hover,#Columns a.active{color:#fff;background-color:#009fb0;}

/*新闻*/
#NewsPage{}
#NewsList{}
#NewsList .item{margin-bottom:20px;border-bottom:1px dashed #ddd;overflow:hidden;}
#NewsList .item>a{}
#NewsList .item .date{font-size:14px;line-height:20px;margin-bottom:20px;color:#696969;width:100px;height:100px;background-color:#e7e7e7;float:left;}
#NewsList .item .date span{display:block;text-align:center;}
#NewsList .item .date span.day{font-size:30px;}
#NewsList .item .date span.month{font-size:18px;}
#NewsList .item .txt{width:calc(100% - 100px);padding:10px 15px;float:left;}
#NewsList .item .txt h3{font-size:18px;line-height:24px;margin-bottom:8px;font-weight:bold;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#NewsList .item .txt p{font-size:14px;line-height:24px;color:#666;height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#NewsList .item a.link{display:inline-block;height:30px;line-height:30px;padding:0 10px 0 16px;text-align:center;font-size:14px;position:relative;background-color:#009fb0;color:#fff;}
#NewsList .item a.link>i{margin-left:5px;font-size:18px;line-height:30px;vertical-align:top;}
#NewsList .item a.link:hover{}
#NewsList .item:hover .txt h3{color:#009fb0;}
@media (min-width:992px) and (max-width:1229px) {
    #NewsList .item .pic{width:40%;height:250px;}
    #NewsList .item .txt{padding-left:20px;}
    #NewsList .item .txt p{font-size:14px;line-height:20px;height:60px;}
}
@media (min-width:768px) and (max-width:991px) {
    #NewsList .item .pic{width:40%;height:200px;}
    #NewsList .item .txt{padding-left:20px;padding-top:10px;padding-bottom:10px;padding-top:10px;}
    #NewsList .item .txt p{font-size:13px;line-height:20px;height:40px;-webkit-line-clamp:2;}
    #NewsList .item .txt .date{}
}
@media (min-width:1px) and (max-width:767px) {
    #Columns a{width:100%;}
    #NewsList .item .pic{display:none;}
    #NewsList .item .date{width:80px;height:80px;}
    #NewsList .item .date span.day{font-size:24px;}
    #NewsList .item .date span.month{font-size:16px;}
    #NewsList .item .txt{padding:0 10px;}
    #NewsList .item .txt h3{font-size:16px;line-height:24px;}
    #NewsList .item .txt p{font-size:13px;line-height:20px;height:40px;}
    #NewsList .item .txt .date{}
}

#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:#009fb0;border:1px solid #009fb0;}
#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:#009fb0;border:1px solid #009fb0;}
#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 #009fb0;color:#009fb0;}
@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:"\e640";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_tsina:before{content:"\e606";font-family:iconfont;}
#sharelist, #sharelist a { color: #fff; }
#sharelist a.hrys { background-image: none; text-indent: 0; position: relative; text-align: center; margin: 0 0 0 10px; line-height:40px; display: inline-block; font-size:20px; color: #fff; }
#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:#009fb0;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:1585px) {
}
@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:#009fb0;border-radius:0;color:#009fb0;font-size:14px;}
ul.pagination li.active span{background-color:#009fb0;border-color:#009fb0;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:#009fb0;color:#fff;}

#pagination{text-align:center;margin-top:20px;}
#pagination>a{background-color:#fff;color:#009fb0;font-size:14px;display:inline-block;padding:4px 10px;border:1px solid #009fb0;margin:0 5px;vertical-align:top;}
#pagination>span{padding:4px 10px;display:inline-block;vertical-align:top;}
#pagination>a:focus,#pagination>a:hover,#pagination>span.active{color:#FFF;background-color:#009fb0;}

#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:1585px) {
}
@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;background-color:#f0f0f0;padding:20px 20px 20px 50px;margin-bottom:20px;}
#downtable dt span,#downtable dd span{display:block;font-size:16px;line-height:24px;}
#downtable dt span{color:#009fb0;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:60%;text-align:center;display:none;}
#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 i.icon-down{font-size:24px;color:#009fb0;}
@media (min-width:1230px) and (max-width:1429px) {
}
@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:50%;text-align:center;}
    #downtable dt span:nth-child(3),#downtable dd span:nth-child(3){width:15%;text-align:center;}
    #downtable dt span:nth-child(4),#downtable dd span:nth-child(4){width:15%;text-align:center;}
}
@media (min-width:768px) and (max-width:991px) {
    #downtable dt,#downtable dd{padding:15px 15px 15px 15px;}
    #downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:50%;text-align:center;}
    #downtable dt span:nth-child(3),#downtable dd span:nth-child(3){width:15%;text-align:center;}
    #downtable dt span:nth-child(4),#downtable dd span:nth-child(4){width:15%;text-align:center;}
}
@media (min-width: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:50%;text-align:center;display:none;}
    #downtable dt span:nth-child(3),#downtable dd span:nth-child(3){width:15%;text-align:center;display:none;}
    #downtable dt span:nth-child(4),#downtable dd span:nth-child(4){width:30%;text-align:center;}
}

/*感谢页面*/
#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 #009fb0;color:#ffffff;background-color:#009fb0;}
.btnthank:hover{background-color:#ffffff;color:#009fb0;}
@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;}
}

/*按钮样式*/
.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 #009fb0;
  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 #009fb0 transparent transparent;
  position: absolute;
  top: -5px;
  right: -5px;
  transition:all .5s;z-index:-1;
}
.btn-2:hover:before {
  border-width: 300px 0 0 300px;
}
.btn-2:hover:after {
  border-width: 0 300px 300px 0;
}

.btn-3{position:relative;z-index:1;overflow:hidden;}
.btn-3:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #6eb92c;
  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 #6eb92c 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;}
}

.news_show { line-height: 2; min-height:120px; }
.news_show p { text-indent:2em; line-height: 2; }

.xz-list-ti { background: #f4f4f4; overflow:auto; }
.xz-list-ti li { float: left; height: 56px; line-height: 56px; color: #333; font-size: 16px; width: 15%; text-align: center; }
.xz-list-ti li:nth-child(1) { width: 64%; padding-left: 32px; text-align: left; }
.xz-list-nr { border-bottom: 1px dashed #d3d3d3; line-height: 50px; overflow:auto; }
.xz-list-nr li { width: 15%; text-align: center; float: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; overflow: hidden; height: 50px; }
.xz-list-nr li a { width: 26px; height: 26px; display: block; margin: 0 auto; }
.xz-list-nr li img { width: 26px; }
.xz-list-nr li:nth-child(1) { width: 64%; text-align: left; background: url(/images/jt1.png) no-repeat 5px; padding-left: 32px; }
.xz-list-nr li img { transition-duration: .5s; }
.xz-list-nr li:hover img { transform: scale(1.1, 1.1) }

.categories { border-bottom: 1px solid #ededed; margin-bottom: 20px; position: relative; }
.categories .categorybtn { display: inline-block; padding: 15px 20px; font-weight: bold; font-size: 16px; background-color: #f3f3f3; border: 1px solid #ededed; border-bottom: 0px; text-align: center; }
.whiteblock { display: inline-block; position: absolute; bottom: 10px; right: 0px; }

#logincontrol input, #logincontrol textarea { border: 1px solid #dddddd; color: #333333; margin-left: 5px; }
#logincontrol select { border: 1px solid #dddddd; color: #333333; margin-left: 5px; }