﻿@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 2819752 */
  src: url('//at.alicdn.com/t/font_2819752_t3he6dawdsc.woff2?t=1635147017310') format('woff2'),
       url('//at.alicdn.com/t/font_2819752_t3he6dawdsc.woff?t=1635147017310') format('woff'),
       url('//at.alicdn.com/t/font_2819752_t3he6dawdsc.ttf?t=1635147017310') format('truetype');
}
@font-face {
  font-family: 'Abril';
  src: url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Abril/Abril.eot');
  src: url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Abril/Abril.eot?#iefix') format('embedded-opentype'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Abril/Abril.woff') format('woff2'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Abril/Abril.woff') format('woff'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Abril/Abril.ttf') format('truetype'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Abril/Abril.svg#gesans') format('svg');
  font-display: swap;
}
@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.woff2') 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-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:#333;text-decoration:none;}
a:hover{color:#1d2089;}
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:Roboto,Arial,Verdana, Tahoma, Geneva,sans-serif;color:#333;line-height:1.4;font-size:14px;}
h1,h2,h3,h4,dt{font-family:Abril,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);}
.container{width:1430px;padding:0 15px;}
@media screen and (min-width:1px ) and (max-width:1430px) {
    .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:1585px) {
    #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 #top{height:0;padding:0;}
header.fixhead #Menu{padding-top:0;padding-bottom:0;}
header.fixhead #Menu ul.menunav>li.logo>a{}
header.fixhead #Menu ul.menunav>li.logo img{}
header.fixhead #Menu ul.menunav>li>a{padding:0 15px;}
header.fixhead #Menu ul.menunav>li.lang>a{padding:0 0 0 15px;}


#logo{padding:5px 0;background-color:#1d2089;}
#logo .logo{float:left;display:none;}
#logo .email{float:left;color:#fff;line-height:30px;}
#logo .email>i{margin-right:6px;color:#e60012;font-size:24px;float:left;}
#logo .email:hover{color:#1d2089;}
#logo #sharelist{float:right;padding:0;}
#logo #sharelist a{border:none;width:30px;height:30px;line-height:30px;color:#fff;margin:0 0 0 30px;}
#logo #sharelist a>i{width:30px;height:30px;line-height:30px;}
#logo #sharelist a:hover{background-color:transparent;}

#Menu{box-shadow:0 5px 5px #eee;}
#Menu ul.menunav{transition:all .3s;}
#Menu ul.menunav>li{display:inline-block;margin:0;}
#Menu ul.menunav>li.logo{float:left;}
#Menu ul.menunav>li.logo>a{padding-right:170px;}
#Menu ul.menunav>li.logo img{}
#Menu ul>li.open>a,#Menu ul>li.open>a:focus,#Menu ul>li.open>a:hover,#Menu ul>li.active>a,#Menu ul>li:hover>a:hover{color:#1d2089;}
#Menu ul.menunav>li.lang{float:right;}
#Menu ul.menunav>li.lang>a{padding-right:0;padding-left:20px;}
#Menu ul.menunav>li.lang i{color:#fff;font-size:20px;}
#Menu ul.menunav>li>a{position:relative;display:block;font-size:18px;line-height:60px;padding:23px 70px 23px 0;font-weight:bold;}
#Menu ul.menunav>li.dropdown>a::after{}
#Menu ul.menunav>li.lang ul.dropdown-menu{text-align:right;right:0;}
#Menu ul.menunav>li:not(:last-child){}
#Menu ul.menunav>li:nth-child(2){border-left:none;}
#Menu ul.menunav>li.active>a{color:#1d2089;}
#Menu ul>li#search{float:right;padding:28px 0 28px 10px;}
#Menu ul>li#search>a{font-size:24px;width:50px;height:50px;line-height:50px;padding:0;background-color:#faf5ee;text-align:center;border-radius:50%;}
#Menu ul>li.dropdown>a>i{display:inline-block;transition:all .2s;vertical-align:top;margin-left:3px;}
#Menu ul>li.dropdown:hover>a>i{
transform:rotate(180deg);
-ms-transform:rotate(180deg); 	/* IE 9 */
-moz-transform:rotate(180deg); 	/* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg);}

#Menu ul>li{position:relative;}
#Menu ul>li.abdrop ul.dropdown-menu{padding-right:30%;}
#Menu ul>li ul.dropdown-menu{position:absolute;top:100%;background-color:rgba(0,0,0,0.7) ;display:none;z-index:2;}
#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;color:#fff;border-bottom:1px solid #fff;white-space: nowrap;}
#Menu ul>li ul.dropdown-menu.droplang{padding-right:3%;}
#Menu ul>li ul.dropdown-menu.droplang>li>a{text-transform:none;}
#Menu ul>li ul.dropdown-menu>li>a>i{font-size:14px;display:none;}
#Menu ul>li ul.dropdown-menu>li>a:hover{color:#1d2089;}
#Menu ul>li:hover ul.dropdown-menu{display:block;}
#Menu ul>li.lang:hover ul.dropdown-menu{display:block;right:0;}

#top_lang li{margin-left:20px;}
#top_lang li a{font-size:22px; color:#333333; text-transform:uppercase; line-height:80px;}

/*手机导航*/
header #menu_btn{ width: 28px; height: 20px; float: right; margin-top: 30px; cursor: pointer; position: relative; display: none;}
header #menu_btn>.menu_btn_top{ position:absolute; top:5px; left:50%; width:28px; height:3px; border-radius:1.5px; background:#1d2089; -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:#1d2089; -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:#1d2089; -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:#1d2089; -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:#1d2089; -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:#1d2089; -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){
    #Menu{padding:10px 0;}
    #Menu ul.menunav>li.logo>a{}
    #Menu ul.menunav>li>a{padding:0 10px;}
    #Menu ul.menunav>li.lang>a{padding:0 0 0 10px;}
    #Menu ul>li#search{padding:5px 0;}
}
@media (min-width:992px) and (max-width:1229px) {
    #Menu {padding-top:0;padding-bottom:0;}
    #Menu .container{width:100%;}
    #Menu ul.menunav>li.logo>a{padding-right:100px;}
    #Menu ul.menunav>li.logo img{height:48px;}
    #Menu ul.menunav>li{}
    #Menu ul.menunav>li>a{padding:10px 40px 10px 0;font-size:16px;line-height:48px;}
    #Menu ul.menunav>li.lang>a{padding:0 0 0 5px;}
    #Menu ul.menunav>li.lang>a:not(:first-child)::before {margin-right:8px;}
    #Menu ul.menunav>li.lang i{font-size:14px;}
    #Menu ul>li#search{padding:15px 0;}
    #Menu ul>li#search>a{font-size:20px;padding:0 10px;width:40px;height:40px;line-height:40px;}
    header.fixhead #Menu ul.menunav>li>a{padding:0 5px;}
    header.fixhead #Menu ul.menunav>li.logo img{}
    header.fixhead #Menu ul.menunav>li.lang>a{padding:0 0 0 5px;}

    header{}
    #logo{padding:5px 0;}
    #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:10px 0px;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 > a{padding:0;}
    #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 > a{padding:0;}
    #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 .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: #1d2089; 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;}
    #Menu ul.menunav{display: block; padding: 0px 0 60px; text-align: left;overflow:hidden;}
    #Menu ul.menunav>li{width:100%; padding:0 15px; margin:10px 0 0;}
    /*#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:#1d2089;color:#fff;}
    #Menu ul>li ul.dropdown-menu>li>a>i{float:left;}

    #Menu ul.menunav>li.lang{display:block;text-align:left;background-color:transparent;}
    #Menu ul.menunav>li.lang ul{padding-left:0;}
    #Menu ul.menunav>li.lang>a{line-height:30px;padding:0;display:none;}
    #Menu ul.menunav>li.lang i{display:none;}
    #Menu ul.menunav>li.lang>a img{display:inline-block;margin-left:10px;vertical-align:middle;}
    #Menu ul.menunav>li.lang>a:not(:first-child)::before{display:none;}

    #Menu ul>li#search{display:block;background-color:transparent;}
    #Menu ul>li#search>a{display:none;}
    #Menu ul>li#search #SearchBox{position:relative;background:none;left:initial;right:initial;top:initial;bottom:initial;}
    #Menu ul>li#search #SearchBox .searchclose{display:none;}
    #Menu ul>li#search #SearchBox #sform{display:block;background-color:#fff;width:100%;border:1px solid #fff;margin:0;}
    #Menu ul>li#search #SearchBox #stext{width:80%;background-color:#fff;height:30px;line-height:30px;color:#333;font-size:14px;font-weight:normal;padding-left:8px;}
    #Menu ul>li#search #SearchBox #sbut{width:20%;height:30px;line-height:30px;background-color:#1d2089;}
    #Menu ul>li#search #SearchBox #sbut>i{height:30px;line-height:30px;width:30px;font-size:18px;vertical-align:top;}
}

#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:48px;line-height:64px;color:#fff;text-transform:capitalize;text-align:center;}
#bframe p{padding-left:37px;font-size:28px;line-height:36px;color:#fff;width:450px;margin:0;}
#ibframe{}
#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:#1d2089;color:#fff;border-radius:50px;}
#ibframe .txt a:hover{color:#1d2089;}
#ibframe .swiper-pagination{bottom:30px;}
#ibframe .swiper-pagination-bullet{width:50px;height:6px;border:none;margin:0 10px;border-radius:0;}
#ibframe .swiper-pagination-bullet-active{background-color:#1d2089;}
@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: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;}
    
    #bframe h2{font-size:48px;line-height:64px;padding-left:30px;}
    #bframe p{padding-left:37px;font-size:24px;line-height:36px;width:450px;}
}
@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;width:350px;}
    
    #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){
    #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%;}
    #ibframe .swiper-pagination-bullet{width:20px;height:3px;margin:0 5px;}
    
    #ibframe .txt{left:50px;top:50px;}
    #ibframe .txt h3{font-size:30px;margin-bottom:10px;}
    #ibframe .txt p{display:none;}
    #ibframe .txt a{font-size:13px;line-height:20px;padding:3px 20px;}
}


.frame{padding-top:50px;padding-bottom:50px;overflow:hidden;}
.frame .title{margin-bottom:30px;}
.frame .title h2{font-size:45px;line-height:60px;position:relative;margin-top:0;margin-bottom:10px;text-align:center;}
.frame .title .line{width:120px;height:2px;background-color:#ddd;position:relative;}
.frame .title .line:before{content:"";width:40px;height:6px;position:absolute;top:-2px;z-index:1;background-color:#1d2089;left:40px;}
.frame .title p{font-size:21px;line-height:1.5;color:#1d2089;text-align:center;}
.frame .title a.link{padding:0 40px;font-size:20px;line-height:30px;border:1px solid #1d2089;border-radius:50px;display:inline-block;margin-top:30px;text-transform:uppercase;background-color:#1d2089;color:#fff;}
.frame .title a.link:hover{color:#1d2089;}
@media screen and (min-width:1230px ) and (max-width:1585px) {
    .frame .title h2{font-size:32px;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:30px;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:10px;}
    .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{}
#frame1 .container{display:flex;flex-wrap:wrap;}
#frame1 .left{width:54%;position:relative;}
#frame1 .left>.img{padding-bottom:30px;}
#frame1 .left .video{position:absolute;bottom:0;border-top:15px solid #fff;border-right:15px solid #fff;}
#frame1 .left .video>.img{position:relative;}
#frame1 .left .video>.img>a{position:absolute;left:0;right:0;bottom:0;top:0;background:rgba(0,0,0,0.6);}
#frame1 .left .video>.img>a>i{display:block;width:60px;height:60px;line-height:60px;color:#FFF;position:absolute;top:calc(50% - 30px);left:calc(50% - 30px);font-size:60px;}
#frame1 .right{width:46%;padding:20px 50px 30px;}
#frame1 .right .title h3{font-family:Arial, Helvetica, sans-serif;color:#1d2089;font-size:21px;}
#frame1 .right .title h2{text-align:left;}
#frame1 .right .intro{font-family:Arial, Helvetica, sans-serif;font-size:14px;line-height:25px;color:#9d9d9d;margin-bottom:30px;}
#frame1 .right p{font-size:14px;line-height:25px;margin-bottom:10px;color:#222;}
#frame1 .right p>i{float:left;margin-right:8px;color:#1d2089;font-size:20px;}
#frame1 .right .link{display:block;margin-top:50px;width:167px;padding-right:34px;position:relative;height:34px;line-height:34px;text-align:center;background-color:#e2e2e2;border-radius:5px;box-shadow:0 4px 0px #cecece;}
#frame1 .right .link>i{position:absolute;right:0;width:34px;height:34px;line-height:34px;font-size:20px;background-color:#1d2089;border-radius:0 5px 5px 0;box-shadow:0 4px 0px #be2c37;color:#fff;}
#frame1 .right .link>i:before{content:"";position:absolute;top:12px;left:-10px;border-width:5px;border-style:solid;border-color:transparent #1d2089 transparent transparent;}
@media screen and (min-width:1230px ) and (max-width:1429px){
    #frame1 .right{padding:0 0 0 40px;}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame1 .left{width:50%;position:relative;}
    #frame1 .left .video{width:360px;}
    #frame1 .right{width:50%;padding:0 0 0 40px;}
    #frame1 .right .intro{line-height:20px;}
    #frame1 .right p{line-height:20px;}
    #frame1 .right .link{margin-top:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame1 .left{width:100%;}
    #frame1 .right{width:100%;padding:20px 15px;}
    #frame1 .right .link{margin-top:20px;}
}
@media (max-width:767px){
    #frame1 .left{display:none;}
    #frame1 .right{width:100%;padding:0;}
    #frame1 .right .link{margin-top:20px;}  
}

.indexbg{position:relative;}
.indexbg:before{content:"";position:absolute;border-style:solid;border-color:#f5f5f5 transparent transparent #f5f5f5;border-width:200px 400px;z-index:-1;top:100px;}
.indexbg:after{content:"";position:absolute;border-style:solid;border-color:#f5f5f5 #f5f5f5 transparent transparent;border-width:400px 200px;z-index:-1;top:100px;right:0}
#frame2{overflow:hidden;}
#frame2 .list{overflow:hidden;}
#frame2 .list .item{float:left;height:220px;overflow:hidden;transform: skewX(-20deg);width:750px;}
#frame2 .list .item .img{width:1020px;transform: skewX(20deg);margin-left:-30px;}
#frame2 .list .item .img img{}
#frame2 .list .item:nth-child(1){z-index:1;position:relative;margin-left:-50px;}
#frame2 .list .item:nth-child(2){margin-right:-50px;}
#frame2 .list .item:nth-child(2) .img{margin-left:0;}
#frame2 .list .item:nth-child(2) img{margin-left:0;}
#frame2 .list .item .txt{transform: skewX(20deg);position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.6);}
#frame2 .list .item:nth-child(1) .txt{background:rgba(29,32,137,0.6);right:-50px;}
#frame2 .list .item .txt{margin-left:-50px;padding:30px 120px 20px 150px;}
#frame2 .list .item .txt h2{font-size:25px;color:#fff;font-family:Roboto,Arial, Helvetica, sans-serif;margin-bottom:15px;}
#frame2 .list .item .txt p{font-size:14px;line-height:20px;color:#fff;font-family:Arial, Helvetica, sans-serif;}
#frame2 .list .item .txt a.link{display:inline-block;margin-top:20px;border:2px solid #fff;border-radius:5px;color:#fff;padding:3px 15px;}
#frame2 .list .item:hover .img img{transform:scale(1);}
@media screen and (min-width:1230px ) and (max-width:1429px){
    #frame2 .list .item{width:calc(50% + 50px);}
    #frame2 .list .item .img{}
    #frame2 .list .item:nth-child(2) .txt{padding-left:120px;}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame2 .list .item{width:calc(50% + 50px);}
    #frame2 .list .item .txt h2{font-size:20px;}
    #frame2 .list .item:nth-child(2) .txt{padding-left:120px;}
}
@media (min-width:768px) and (max-width:991px) {
    .indexbg:before{display:none;}
    .indexbg:after{display:none;}
    #frame2 .list .item{width:100%;transform:skewX(0);}
    #frame2 .list .item .img{transform: skewX(0);margin-left:0;}
    #frame2 .list .item .txt{transform: skewX(0);margin:0;padding:30px;}
    #frame2 .list .item:nth-child(1){margin-left:0;}
    #frame2 .list .item:nth-child(1) .txt{right:0;}
}
@media (max-width:767px){
    .indexbg:before{display:none;}
    .indexbg:after{display:none;}
    #frame2 .list .item{width:100%;transform:skewX(0);}
    #frame2 .list .item .img{transform: skewX(0);margin-left:0;}
    #frame2 .list .item .txt{transform: skewX(0);margin:0;padding:20px;}
    #frame2 .list .item:nth-child(1){margin-left:0;}
    #frame2 .list .item:nth-child(1) .txt{right:0;}
    #frame2 .list .item .txt h2{font-size:16px;}
    #frame2 .list .item .txt p{font-size:13px;line-height:18px;}
}


#frame3{}
#frame3 .list{display:flex;justify-content:space-between;flex-wrap:wrap;}
#frame3 .list .tit{width:23%;margin:0;text-align:center;border:2px dashed #1d2089;border-radius:5px;padding:20px;cursor:pointer;position:relative;}
#frame3 .list .tit i{width:60px;height:60px;line-height:60px;font-size:48px;}
#frame3 .list .tit h3{font-size:20px;font-family:Roboto,Arial, Helvetica, sans-serif;}
#frame3 .list .tit.active{background-color:#1d2089;border-style:solid;}
#frame3 .list .tit.active:before{content:"";position:absolute;bottom:-28px;left:calc(50% - 14px);border-style:solid;border-width:14px;border-color:#1d2089 transparent transparent transparent;}
#frame3 .list .tit.active i{color:#fff;}
#frame3 .list .tit.active h3{color:#fff;}
#frame3 .advlist{margin-top:50px;}
#frame3 .advlist .item{display:none;box-shadow:0px 0px 20px #aaa;border-radius:5px;padding:25px 60px;overflow:hidden;background-color:#fff;}
#frame3 .advlist .item.active{display:flex;justify-content:space-between;flex-wrap:wrap;}
#frame3 .advlist .item .pic{width:33%;margin:0;position:relative;}
#frame3 .advlist .item .pic img{width:100%;}
#frame3 .advlist .item .pic .btnlist{position:absolute;top:calc(50% - 16px);width:100%;}
#frame3 .advlist .item .pic .btnlist>a{display:block;width:32px;height:32px;border:2px solid #8a8a8a;color:#8a8a8a;border-radius:50%;position:absolute;text-align:center;line-height:28px;font-weight:bold;}
#frame3 .advlist .item .pic .btnlist>a:hover{color:#1d2089;border:2px solid #1d2089;}
#frame3 .advlist .item .pic .btnlist>a.btn-prev{left:-45px;}
#frame3 .advlist .item .pic .btnlist>a.btn-next{right:-45px;}
#frame3 .advlist .item .txt{width:50%;position:relative;}
#frame3 .advlist .item .txt .content{position:absolute;top:50%;transform:translateY(-50%);}
#frame3 .advlist .item .txt h3{font-size:24px;font-family:Roboto,Arial, Helvetica, sans-serif;margin-bottom:30px;}
#frame3 .advlist .item .txt p{font-size:15px;font-family:Arial, Helvetica, sans-serif;color:#9d9d9d;}
@media screen and (min-width:1230px ) and (max-width:1429px){

}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame3 .list .tit h3{font-size:18px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame3 .list .tit{padding:20px 10px;}
    #frame3 .list .tit h3{font-size:15px;}
    #frame3 .advlist .item{padding:25px 25px 25px 60px;}
    #frame3 .advlist .item .txt h3{font-size:18px;margin-bottom:15px;}
}
@media (max-width:767px){
    #frame3{display:none;}
    #frame3 .list .tit{width:48%;margin-bottom:20px;padding:20px 10px;}
    #frame3 .list .tit h3{font-size:15px;}
    #frame3 .advlist .item{padding:15px;}
    #frame3 .advlist .item .pic{width:100%;padding:0 30px;}
    #frame3 .advlist .item .pic .btnlist>a.btn-prev{left:-5px;}
    #frame3 .advlist .item .pic .btnlist>a.btn-next{right:-5px;}
    #frame3 .advlist .item .pic .btnlist{left:0;}
    #frame3 .advlist .item .txt{width:100%;margin-top:15px;}
    #frame3 .advlist .item .txt h3{font-size:18px;margin-bottom:15px;}
    #frame3 .advlist .item .txt .content{position:relative;}
}

#frame4{}
#frame4 .list{display:flex;flex-wrap:wrap;}
#frame4 .list .item{width:24%;margin-left:0;background-color:#fff;border-radius:5px;align-self:flex-start;margin-right:calc(4% / 3)}
#frame4 .list .item:nth-child(4){margin-right:0;}
#frame4 .list .txt{padding:15px;}
#frame4 .list .txt h3{font-size:18px;font-family:Roboto,Arial, Helvetica, sans-serif;margin-bottom:10px;}
#frame4 .list .txt p{font-size:14px;line-height:18px;height:54px;color:#9d9d9d;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
#frame4 .list .txt a.link{display:inline-block;background-color:#f7f4f2;padding:6px 15px;font-size:12px;line-height:20px;margin-top:15px;border-radius:5px;}
#frame4 .list .txt a.link:hover{background-color:#1d2089;color:#fff;}
@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) {
    #frame4 .list .txt{padding:10px;}
    #frame4 .list .txt p{font-size:13px;}
}
@media (max-width:767px){
    #frame4 .list .item{width:48%;margin-bottom:15px;margin-right:4%;}
    #frame4 .list .item:nth-child(2){margin-right:0;}
    #frame4 .list .txt{padding:10px;}
    #frame4 .list .txt h3{font-size:14px;margin-bottom:0;}
    #frame4 .list .txt p{display:none;}
}


#frame5{}
#frame5 .list{display:flex;justify-content:space-between;flex-wrap:wrap;}
#frame5 .left{width:43%;margin:0;}
#frame5 .left .item{border:1px solid #999;position:relative;}
#frame5 .left .item .txt{position:absolute;bottom:0;left:0;right:0;padding:20px;background:rgba(0,0,0,0.76);}
#frame5 .left .item .txt h3{font-size:18px;line-height:25px;color:#fff;font-family:Roboto,Arial, Helvetica, sans-serif;font-weight:bold;}
#frame5 .right{width:53%;margin:0;padding-top:30px;}
#frame5 .right .item{margin-bottom:30px;}
#frame5 .right .item .txt{overflow:hidden;}
#frame5 .right .item .date{float:left;width:60px;}
#frame5 .right .item .date span{display:block;text-align:right;font-size:28px;color:#666;font-weight:bold;line-height:35px;}
#frame5 .right .item a.link{padding:15px 40px 15px 0;font-size:18px;line-height:30px;position:relative;display:block;border-bottom:2px solid #c3c3c3;width:calc(100% - 75px);float:right;}
#frame5 .right .item a.link h3{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:Roboto,Arial, Helvetica, sans-serif;font-weight:bold;}
#frame5 .right .item a.link i{position:absolute;right:0;top:15px;border:2px solid #c3c3c3;color:#c3c3c3;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;}
#frame5 .right .item a.link:hover i{color:#1d2089;border:2px solid #1d2089;}
@media screen and (min-width:1230px ) and (max-width:1429px){
    #frame5 .right{padding-top:10px;}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame5 .right{padding-top:0;width:56%;}
    #frame5 .right .item .date span{font-size:20px;line-height:28px;}
    #frame5 .right .item a.link{padding:10px 40px 10px 0;font-size:16px;}
    #frame5 .right .item a.link i{top:10px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame5 .left{display:none;}
    #frame5 .right{padding-top:0;width:100%;}
    #frame5 .right .item{margin-bottom:20px;}
    #frame5 .right .item .date{width:50px;}
    #frame5 .right .item .date span{font-size:20px;line-height:28px;}
    #frame5 .right .item a.link{padding:10px 40px 10px 0;font-size:16px;width:calc(100% - 65px)}
    #frame5 .right .item a.link i{top:10px;}
}
@media (max-width:767px){
    #frame5 .left{display:none;}
    #frame5 .right{padding-top:0;width:100%;}
    #frame5 .right .item{margin-bottom:20px;}
    #frame5 .right .item .date{width:40px;display:none;}
    #frame5 .right .item .date span{font-size:16px;line-height:24px;}
    #frame5 .right .item a.link h3{white-space:normal;font-size:14px;line-height:20px;font-weight:normal;}
    #frame5 .right .item a.link{padding:10px 40px 10px 0;font-size:14px;width:calc(100%)}
    #frame5 .right .item a.link i{top:10px;}
}



footer{padding-bottom:0;background:#222222;border-top:12px solid #1d2089;}
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:25px;line-height:40px;color:#fff;margin-bottom:20px;padding-bottom:10px;display:inline-block;border-bottom:2px solid #444;}

#fck1 p{padding-bottom:10px;color:#9d9d9d;font-size:16px;line-height:24px;padding-left:20px;position:relative;width:300px;font-family:Arial, Helvetica, sans-serif;margin:0;}
#fck1 p>i{position:absolute;left:0;top:9px;width:6px;height:6px;background-color:#9d9d9d;border-radius:50%;}
#fck1 a.email{font-size:22px;line-height:30px;margin-top:30px;color:#e60012;display:inline-block;font-family:Abril,Arial, Helvetica, sans-serif;}
#fck1 a.email:hover{text-decoration:underline;}
footer .list dd{padding-bottom:10px;color:#fff;font-size:15px;line-height:24px;position:relative;}
footer .list dd>a{color:#9d9d9d;display: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;}
#fck4 dl{width:306px;}
#fck4 dl dd .input-box{margin-bottom:10px;}
#fck4 dl input{width:100%;border:1px solid #ddd;border-radius:5px;height:40px;padding:5px;box-sizing:border-box;background-color:transparent;font-size:16px;color:#fff;}
#fck4 dl textarea{width:100%;border:1px solid #ddd;border-radius:5px;padding:5px;box-sizing:border-box;background-color:transparent;font-size:16px;color:#fff;}
#fck4 dl input::-webkit-input-placeholder,#fck3 dl textarea::-webkit-input-placeholder { color: #fff;/* WebKit browsers */}
#fck4 dl input::-moz-placeholder,#fck3 dl textarea::-webkit-input-placeholder {color: #fff;/* Mozilla Firefox 19+ */}
#fck4 dl input:-ms-input-placeholder,#fck3 dl textarea::-webkit-input-placeholder { color: #fff;/* Internet Explorer 10+ */}
#fck4 dl .submit{text-align:right;}
#fck4 dl #footSubmit{display:inline-block;padding:5px 20px;background-color:#1d2089;border:1px solid #1d2089;color:#FFF;border-radius:50px;margin-top:15px;}
#fck4 dl #footSubmit:hover{background-color:transparent;border:1px solid #1d2089;color:#1d2089}

#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;}

.foot_by .footshare{float:right;}
footer #sharelist{padding:6px 0;}
footer #sharelist>a{color:#FFF;width:32px;height:32px;border:1px solid transparent;margin-left:20px;}
footer #sharelist>a>i{width:32px;height:32px;line-height:32px;font-size:18px;color:#b5b1bc;}
footer #sharelist>a:hover>i{color:#fff;}

.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:10px 0 10px;background-color:#111;}
.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;padding:10px 0;}
.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){

}
@media (min-width:992px) and (max-width:1229px) {
    footer #fck1{width:100%;margin-bottom:30px;}
    footer #fck1 p{font-size:14px;width:auto;}
    #fck1 a.email{margin-top:0;}

    footer #fck2 {}
    
    footer #fck3{}
    footer #fck4{}

    #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{padding-top:30px;}

    .foot_by{padding:10px 0;}
}
@media (min-width:768px) and (max-width:991px) {
    footer{padding-top:30px;}
    footer .foot_menu a{padding:0 20px;}
    footer .footlogo{padding:0 0 20px;}
    
    footer #fck1{width:60%;margin-bottom:30px;padding-right:20px;}
    footer #fck1 p{font-size:14px;width:auto;}
    #fck1 a.email{margin-top:0;}

    footer #fck2 {width:40%;margin-bottom:30px;}
    
    footer #fck3{width:50%;}
    footer #fck4{width:50%;}

    #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{float:none;text-align:center;}
    footer #sharelist > a{margin:0 10px;}

    .foot_by{padding:6px 0;}
    .foot_by .footdiv.fl{text-align:center;width:100%;}
    .foot_by .footdiv.fr{text-align:center;width:100%;}
    .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{ display:none;}
        
    footer #fck1{width:100%;padding-right:0;margin-bottom:20px;}
    footer #fck1 h4{font-size:18px;}
    footer #fck1 p{display:none;}

    footer #fck2{width:100%;padding-right:0; }
    footer #fck3{width:100%;padding-right:0;}
    footer #fck4{width:100%; display:none;}
    
    #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;}

    #friendlist{margin-bottom:10px;}
    #friendlist a{margin-left:10px;}

    footer dl{margin-bottom:0;}
    footer dl dt{font-size:16px;margin-bottom:10px;}
    footer dl dt::after{content:"\e61c";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 10px;}
}

#mobMenu{min-height:50px;border:1px solid #dddddd;position:fixed;bottom:0;width:100%;display:none;z-index:1;}
#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%;}

#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:#1d2089;}
#PageInquiry{position:fixed;right:40px;bottom:100px;background-color:#1d2089;box-shadow:0 0 10px #1d2089;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:absolute;right:25px;top:50%;margin-top:-80px;}
#float div.ico{display:block;width:50px;height:50px;line-height:50px;text-align:center;background-color:#f3f3f3;margin-bottom:6px;position:relative;cursor:pointer;}
#float div.ico:hover{background-color:#1d2089;}
#float div.ico:hover>i{color:#ffffff;}
#float div.ico>i{color:#b6b6b6;font-size:24px;}
#float div.ico>.img{position:absolute;right:50px;width:140px;height:140px;top:0;display:none;border:1px solid #f3f3f3;}
#float div.ico>.img>img{width:100%;}
#float div.ico:hover>.img{display:block;}
#float div.ico>#sharelist{position:absolute;right:50px;width:200px;top:0;display:none;}
#float div.ico:hover>#sharelist{display:block;}
@media (min-width:1px) and (max-width:991px) {
    #float{display:none;}
}
@media (min-width:1px) and (max-width:767px) {
       #mobMenu{display:block;}
       #PageInquiry{right:10px;}
}

 

/*共用*/
#Location{position:absolute;left:0;right:0;bottom:0;padding:8px 0;background:rgba(255,255,255,0.73);}
#Location .location{}
#Location .location a{display:inline-block;font-size:16px;line-height:24px;text-transform:capitalize;color:#555;}
#Location .location a:not(:last-child)::after{content:"/";margin:0 5px;vertical-align:top;}
#Location .location a:last-child{}
#Location .location a:hover{color:#1d2089;}
#Location .location span{display:inline-block;font-size:16px;line-height:24px;text-transform:capitalize;color:#555;}
#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:#1d2089;}
@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{}
    #Location .location a{font-size:14px;}
    #Location .location span{font-size:14px;}

}
@media (min-width:768px) and (max-width:991px) {
    
    #Location{}
    #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 .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:330px;float:left;padding-right:30px;}
#left_nav dl{overflow:hidden;}
#left_nav dl>dt{padding:20px 20px;font-size:24px;line-height:30px;color:#fff;margin-bottom:20px;text-align:center;text-transform:uppercase;position:relative;display:none;}
#left_nav dl>dt:before{content:"";border-width:11px;border-color:transparent transparent #fff #fff;border-style:solid;position:absolute;left:0;bottom:0;}
#left_nav dl>dd{padding:0;position:relative;cursor:pointer;margin-bottom:15px;}
#left_nav dl>dd>a{display:block;font-size:20px;line-height:30px;padding:10px 15px;border-left:7px solid #1d2089;}
#left_nav dl>dd.active,#left_nav dl>dd:hover{}
#left_nav dl>dd.active>a,#left_nav dl>dd:hover>a{color:#1d2089;}
#left_nav dl>dd ul{transition:all 0s;padding:10px 15px;margin-bottom:10px;display:none;}
#left_nav dl>dd.active ul{display:block;}
#left_nav dl>dd ul>li>a{display:block;padding:5px 0;font-size:18px;line-height:24px;position:relative;}
#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{color:#1d2089;}
#left_nav dl>dd ul>li.active>ul{display:block;}
#left_nav dl>dd ul>li>ul.catelist{padding:0 20px 0 ;}
#left_nav dl>dd ul>li>ul.catelist>li>a{display:block;border-bottom:1px solid #d5d5d5;padding-left:8px;font-size:14px;}
@media (min-width:1230px) and (max-width:1585px){

}
@media (min-width:992px) and (max-width:1229px) {
    #left_nav{width:30%;padding-right:30px;}
    #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;}
}
@media (min-width:768px) and (max-width:991px) {
    #left_nav{width:100%;padding-right:0;}
    #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:#1d2089;}
    #left_nav dl>dt:before{content:"\e61c";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:5px 15px;}
    #left_nav dl>dd ul>li>a{font-size:12px;}

    #left_nav .LeftProduct{display:none;}
}
@media (min-width:1px) and (max-width:767px) {    
    #left_nav{width:100%;padding-right:0;}
    #left_nav dl{padding:0;margin-bottom:0;}
    #left_nav dl::before{}
    #left_nav dl>dt{padding:8px 15px;font-size:18px;border-radius:0;background-color:#1d2089;display:block;}
    #left_nav dl>dt:before{content:"\e61c";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:5px 15px;}
    #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;}
}

/*右侧内容*/
#right_nav{float:right;width:calc(100% - 360px);}
#right_nav>.tit{border-bottom:1px solid #e2e2e2;margin-bottom:30px;padding-bottom:20px;}
#right_nav>.tit h3{font-size:28px;line-height:36px;margin-bottom:10px;}
#right_nav>.tit p{font-size:18px;line-height:24px;}
.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:#1d2089;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;background-color:#fff;}
#aboutframe .title{margin-bottom:50px;}
#aboutframe .title h2{}
#aboutframe section{padding-top:50px;padding-bottom:50px;}

#aboutframe .aboutinfo{padding-top:0;}
#aboutframe .aboutinfo .img{position:relative;width:49%;float:left;}
#aboutframe .aboutinfo .txt{width:49%;float:right;padding-top:40px;}
#aboutframe .aboutinfo .txt .tit{margin-bottom:30px;}
#aboutframe .aboutinfo .txt .tit h2{text-align:left;font-size:45px;}
#aboutframe .aboutinfo .txt .tit h3{font-family:Arial, Helvetica, sans-serif;color:#1d2089;font-size:21px;}
#aboutframe .aboutinfo .txt .intro{font-family:Arial, Helvetica, sans-serif;font-size:14px;line-height:25px;color:#9d9d9d;margin-bottom:50px;}
#aboutframe .aboutinfo .txt p{font-size:14px;line-height:25px;margin-bottom:10px;color:#222;}
#aboutframe .aboutinfo .txt p>i{float:left;margin-right:8px;color:#1d2089;font-size:20px;}

#aboutframe .videobox{padding:100px 0;}
#aboutframe .videobox .txt{width:616px;text-align:center;margin:0 auto;}
#aboutframe .videobox .txt i{font-size:80px;width:90px;height:90px;line-height:90px;color:#fff;}
#aboutframe .videobox .txt h2{font-size:35px;color:#fff;font-family:Roboto,Arial, Helvetica, sans-serif;}
#aboutframe .videobox .txt p{font-size:18px;line-height:28px;color:#FFF;font-family:Arial, Helvetica, sans-serif;}
#aboutframe .videobox .txt a.link{padding:8px 30px;background-color:#1d2089;color:#FFF;overflow:hidden;display:inline-block;border-radius:5px;margin-top:40px;font-size:20px;}
#aboutframe .videobox .txt a.link:hover{color:#1d2089;}

#aboutframe section.workshop{padding-bottom:170px;background-color:#f4f7fc;}
#aboutframe .workshop .list{display:flex;justify-content:space-between;flex-wrap:wrap;}
#aboutframe .workshop .list .item{width:32%;margin:0;overflow:hidden;margin-bottom:25px;height:300px;}
#aboutframe .workshop .list .item img{width:100%;}
#aboutframe .workshop .list .item:nth-child(1){width:66%;}
#aboutframe .workshop .list .item:nth-child(1) .img{height:300px;}
#aboutframe .workshop .list .item:nth-child(1) img{margin-top:-25%;}
#aboutframe .workshop .list .item h3{font-size:18px;}

#aboutframe section.aboutNum{margin-top:-120px;padding:10px 0;}
#aboutframe .aboutNum .list{padding:75px 0;overflow:hidden;display:flex;justify-content:space-between;flex-wrap:wrap;width:1140px;box-shadow:0 0 10px #aaa;border-radius:5px;background-color:#fff;}
#aboutframe .aboutNum .list .item{padding-left:80px;position:relative;}
#aboutframe .aboutNum .list .item i{position:absolute;left:0;width:70px;height:70px;line-height:70px;text-align:center;font-size:64px;color:#1d2089;}
#aboutframe .aboutNum .list .item h3{font-size:30px;line-height:40px;font-family:Roboto,Arial, Helvetica, sans-serif;font-weight:bold;}
#aboutframe .aboutNum .list .item h3 span{margin-right:5px;}
#aboutframe .aboutNum .list .item p{font-size:12px;font-family:Arial, Helvetica, sans-serif;}

#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:16px;line-height:30px;background-color:#b0b0b0;display:inline-block;font-family:Roboto,Arial, Helvetica, sans-serif;color:#212121;font-weight:bold;position:relative;}
#aboutframe .abouthistory .hisList1 .swiper-slide:before{content:"";width:100%;height:4px;background-color:#f4f9fa;position:absolute;top:23px;left:0;z-index:-1;}
#aboutframe .abouthistory .hisList1 .swiper-slide.swiper-slide-thumb-active h3{background-color:#1d2089;color:#fff;}
#aboutframe .abouthistory .hisList1 .swiper-slide.swiper-slide-thumb-active:before{background-color:#1d2089;}
#aboutframe .abouthistory .hisList2{margin-top:50px;}
#aboutframe .abouthistory .hisList2 .swiper-slide{padding:0 50px;}
#aboutframe .abouthistory .hisList2 .swiper-slide .item{display:flex;justify-content:space-between;flex-wrap:wrap;}
#aboutframe .abouthistory .hisList2 .img{width:45%;margin:0;}
#aboutframe .abouthistory .hisList2 .txt{width:51%;margin:0;}
#aboutframe .abouthistory .hisList2 .txt .content{position:relative;top:50%;transform:translateY(-50%);}
#aboutframe .abouthistory .hisList2 .txt h3{font-size:30px;font-family:Roboto,Arial, Helvetica, sans-serif;font-weight:bold;margin-bottom:30px;color:#0a0a0a;}
#aboutframe .abouthistory .hisList2 .txt p{font-size:16px;line-height:26px;color:#737373;font-family:Arial, Helvetica, sans-serif;}

#aboutframe section.certificates{background-color:#e2e5ea;}
#aboutframe .certificates .title .line{background-color:#fff;}
#aboutframe .certificates .title h2{margin-bottom:15px;}
#aboutframe .certificates .swiper-slide{float:left;width:35%;padding:120px 0px 120px 166px;margin:0 -90px;z-index:1;position:relative;}
#aboutframe .certificates .swiper-slide .item{padding:30px;background:url(/Template/Default/images/cebg.jpg) no-repeat;background-size:100% 100%;}
#aboutframe .certificates .swiper-slide .item a{display:block;width:100%;border:6px solid #fff;}
#aboutframe .certificates .swiper-slide .item img{display:block;width:100%;}
#aboutframe .certificates .swiper-slide .item h4{position:absolute;bottom:-100%;left:0;right:0;text-align:center;background:rgba(0,0,0,0.6);color:#fff;font-size:16px;line-height:24px;padding:8px 10px;text-transform:uppercase;}
#aboutframe .certificates .swiper-slide .item:hover h4{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 -90px;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) {
    #aboutframe .workshop .list .item{height:256px;}

    #aboutframe .abouthistory .hisList1 .swiper-slide{width:20%;}

    #aboutframe .certificates .swiper-slide{margin:0 -70px;}
    #aboutframe .certificates .swiper-slide.swiper-slide-active{}
    #aboutframe .certificates .swiper-slide.swiper-slide-next{margin:0 -70px;}
    #aboutframe .certificates .swiper-slide.swiper-slide-next+div.swiper-slide{}
    #aboutframe .certificates .swiper-slide.swiper-slide-prev{}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #aboutframe .aboutinfo .txt{padding-top:0;}
    #aboutframe .aboutinfo .txt .tit{margin-bottom:20px;}
    #aboutframe .aboutinfo .txt .tit h2{font-size:36px;}
    #aboutframe .aboutinfo .txt .intro{margin-bottom:20px;line-height:24px;}

    #aboutframe .videobox{padding:60px;}

    #aboutframe .workshop .list .item{height:206px;}

    #aboutframe .aboutNum .list{width:100%;padding:40px 0;}
    
    #aboutframe .abouthistory .hisList1 .swiper-slide{width:25%;}
    #aboutframe .abouthistory .hisList2 .txt h3{font-size:20px;}
    #aboutframe .abouthistory .hisList2 .txt p{font-size:14px;line-height:24px;}
    
    #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 .img{width:100%;}
    #aboutframe .aboutinfo .txt{padding-top:0;width:100%;padding-top:20px;}
    #aboutframe .aboutinfo .txt .tit{margin-bottom:20px;}
    #aboutframe .aboutinfo .txt .tit h2{font-size:36px;}
    #aboutframe .aboutinfo .txt .intro{margin-bottom:20px;line-height:24px;}

    #aboutframe .videobox{padding:50px 20px;}
    #aboutframe .videobox .txt h2{font-size:24px;}
    #aboutframe .videobox .txt p{font-size:16px;}
    #aboutframe .videobox .txt a.link{font-size:18px;padding:5px 30px;margin-top:20px;}

    #aboutframe section.workshop{padding-bottom:60px;}
    #aboutframe .workshop .list .item{height:160px;}
    #aboutframe .workshop .list .item:nth-child(1) .img{height:160px;}

    #aboutframe section.aboutNum{margin-top:-60px;}
    #aboutframe .aboutNum .list{width:100%;padding:20px 0;}
    #aboutframe .aboutNum .list .item{width:23%;margin:0;}
    #aboutframe .aboutNum .list .item h3{font-size:20px;}
    
    #aboutframe .abouthistory .hisList1 .swiper-slide{width:25%;}
    #aboutframe .abouthistory .hisList2 .swiper-slide{padding:0;}
    #aboutframe .abouthistory .hisList2 .txt h3{font-size:18px;}
    #aboutframe .abouthistory .hisList2 .txt p{font-size:14px;line-height:24px;}

    #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 .img{width:100%;}
    #aboutframe .aboutinfo .txt{padding-top:0;width:100%;padding-top:20px;}
    #aboutframe .aboutinfo .txt .tit{margin-bottom:20px;}
    #aboutframe .aboutinfo .txt .tit h2{font-size:36px;}
    #aboutframe .aboutinfo .txt .intro{margin-bottom:20px;line-height:24px;}

    #aboutframe .videobox{padding:50px 20px;}
    #aboutframe .videobox .txt{width:auto;}
    #aboutframe .videobox .txt h2{font-size:20px;}
    #aboutframe .videobox .txt p{font-size:14px;}
    #aboutframe .videobox .txt a.link{font-size:14px;padding:5px 30px;margin-top:20px;}

    #aboutframe section.workshop{padding-bottom:60px;}
    #aboutframe .workshop .list .item{width:48%;height:auto;}
    #aboutframe .workshop .list .item:nth-child(1){display:none;}

    #aboutframe section.aboutNum{margin-top:-60px;}
    #aboutframe .aboutNum .list{width:100%;padding:20px 0;}
    #aboutframe .aboutNum .list .item{width:50%;margin:0 0 20px;}
    #aboutframe .aboutNum .list .item h3{font-size:20px;}
    
    #aboutframe .abouthistory .hisList1 .swiper-slide{width:33.33%;}
    #aboutframe .abouthistory .hisList1 .swiper-slide::before{top:18px;}
    #aboutframe .abouthistory .hisList1 .swiper-slide h3{padding:5px 20px;}
    #aboutframe .abouthistory .hisList2 .img{width:100%;}
    #aboutframe .abouthistory .hisList2 .swiper-slide{padding:0;}
    #aboutframe .abouthistory .hisList2 .txt{width:100%;padding-top:20px;}
    #aboutframe .abouthistory .hisList2 .txt h3{font-size:18px;margin-bottom:15px;}
    #aboutframe .abouthistory .hisList2 .txt p{font-size:14px;line-height:24px;}

    #aboutframe .certificates .title{margin-bottom:20px;}
    #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;}
}

#brandframe{background-color:#f8f8f8;}
#brandframe .brandlogo>h4{font-size:18px;line-height:24px;color:#1d2089;text-transform:uppercase;margin-bottom:25px;}
#brandframe .brandlist{padding-top:100px;padding-bottom:100px;overflow:hidden;background:url(../images/brand_bg.png) no-repeat left center;margin-top:50px;}
#brandframe .brandlist .list{width:62%;float:right;}
#brandframe .brandlist .list h2:before{content:"";width:11px;height:11px;border:10px solid #1d2089;border-radius:50%;position:absolute;left:0;top:21px;background-color:#fff;z-index:1;}
#brandframe .brandlist .list h2:after{content:"";border-bottom:1px dashed #cecece;position:absolute;top:35px;}
#brandframe .brandlist .list .item:nth-child(1) h2:before{left:-420px;}
#brandframe .brandlist .list .item:nth-child(1) h2:after{width:360px;left:-410px;}
#brandframe .brandlist .list .item:nth-child(2) h2:before{left:-240px;}
#brandframe .brandlist .list .item:nth-child(2) h2:after{width:190px;left:-230px;}
#brandframe .brandlist .list .item:nth-child(3) h2:before{left:-310px;}
#brandframe .brandlist .list .item:nth-child(3) h2:after{width:260px;left:-300px;}
@media (min-width:1230px) and (max-width:1585px) {
}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #brandframe .brandlist{padding-top:0;background:none;margin-top:30px;}
    #brandframe .brandlist .list{width:100%;float:initial;}
    #brandframe .brandlist .list .item{margin-bottom:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #brandframe .brandlogo article{font-size:14px;line-height:1.5;}
    #brandframe .brandlist{padding-top:0;background:none;margin-top:30px;}
    #brandframe .brandlist .list{width:100%;float:initial;}
    #brandframe .brandlist .list .item{margin-bottom:15px;}
}

#partnerframe{background-color:#f8f8f8;}
#partnerframe .partnervideo{margin-bottom:50px;}
#partnerframe .partnervideo>h4{font-size:18px;line-height:24px;color:#1d2089;text-transform:uppercase;}
@media (min-width:1230px) and (max-width:1585px) {
}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media (min-width:1px) and (max-width:767px) {
}

#partnerframe{background-color:#f8f8f8;padding-bottom:50px;}
#partnerframe .partnerlist>h4{font-size:18px;line-height:24px;color:#1d2089;text-transform:uppercase;}
#partnerframe .partnerlist .imglist{overflow:hidden;padding-bottom:50px;}
#partnerframe .partnerlist .imglist .img{width:90px;height:90px;display:inline-block;margin-right:20px;position:relative;}
#partnerframe .partnerlist .imglist .img>img{border-radius:50%;}
#partnerframe .partnerlist .imglist .img.active:before{content:"";position:absolute;width:12px;height:12px;background-color:#1d2089;border-radius:50%;left:calc(50% - 6px);bottom:-20px;}
#partnerframe .partnerlist .list{overflow:hidden;}
#partnerframe .partnerlist .list .item{background-color:#fff;border-radius:10px;padding:30px 50px 50px;display:none;}
#partnerframe .partnerlist .list .item h4{border-bottom:1px solid #eee;font-size:18px;line-height:24px;padding-bottom:15px;margin-bottom:15px;}
#partnerframe .partnerlist .list .item p{font-size:18px;line-height:30px;}
#partnerframe .partnerlist .list .item.active{display:block;}
@media (min-width:1230px) and (max-width:1585px) {
}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #partnerframe .partnerlist .list .item{padding:20px;}
    #partnerframe .partnerlist .list .item p{font-size:16px;line-height:24px;}
}
@media (min-width:1px) and (max-width:767px) {
    #partnerframe .partnerlist .imglist .img{width:50px;height:50px;margin-right:10px;}
    #partnerframe .partnerlist .list .item{padding:15px;}
    #partnerframe .partnerlist .list .item h4{font-size:16px;line-height:24px;}
    #partnerframe .partnerlist .list .item p{font-size:13px;line-height:18px;}
}

#solutionframe{background-color:#fff;}
#solutionframe .list{overflow:hidden;margin:0 -11px;}
#solutionframe .list .item{width:25%;float:left;padding:11px;}
#solutionframe .list .item:nth-child(4n+1){clear:left;}
#solutionframe .list .item .box{box-shadow:0 0 10px #ccc;background-color:#fff;padding:15px;}
#solutionframe .list .item .txt{text-align:center;padding-top:20px;padding-bottom:20px;}
#solutionframe .list .item .txt h4{font-size:24px;line-height:30px;margin-bottom:15px;text-transform:uppercase;overflow:hidden;white-space:nowrap;}
#solutionframe .list .item .txt p{font-size:18px;line-height:24px;margin-bottom:15px;height:72px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
#solutionframe .list .item .txt span{display:block;font-size:18px;line-height:24px;padding:5px 0;border-bottom:1px solid #333;text-transform:uppercase;width:60%;margin:0 auto;}
#solutionframe .list .item a:hover .txt h4{color:#1d2089;}
#solutionframe .list .item a:hover .txt span{color:#1d2089;border-bottom:1px solid #1d2089;}
#solutionframe .list .item img{width:100%;}
#solutionframe .solutiondetail{}
#solutionframe .solutioncontent{overflow:hidden;margin-bottom:50px;}
#solutionframe .solutioncontent .half{width:50%;float:left;margin-bottom:30px;}
#solutionframe .solutioncontent .half:nth-child(2n+1){clear:left;}
#solutionframe .solutioncontent .item{width:100%;float:left;margin-bottom:30px;}
#solutionframe .solutioncontent .tit{margin-bottom:30px;}
#solutionframe .solutioncontent .tit h3{font-size:22px;line-height:30px;border-left:7px solid #1d2089;padding-left:10px;}
#solutionframe .solutioncontent .down{font-size:30px;line-height:42px;}
#solutionframe .solutioncontent .down a{color:#333;}
#solutionframe .solutioncontent .down img{float:left;margin-right:8px;}
#solutionframe .solutioncontent .down span{font-size:18px;color:#1d2089;}
@media (min-width:1230px) and (max-width:1585px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #solutionframe .list .item{width:33.33%;float:left;padding:11px;}
    #solutionframe .list .item:nth-child(4n+1){clear:initial;}
    #solutionframe .list .item:nth-child(3n+1){clear:left;}
    #solutionframe .list .item .txt h4{font-size:18px;line-height:24px;}
    #solutionframe .list .item .txt p{font-size:14px;line-height:20px;height:60px;}
    #solutionframe .list .item .txt span{font-size:16px;line-height:20px;}
    
    #solutionframe .solutioncontent .tit h3{font-size:16px;line-height:24px;border-left:5px solid #1d2089;padding-left:5px;}
    
    #solutionframe .solutioncontent .down{font-size:18px;line-height:30px;}
    #solutionframe .solutioncontent .down img{margin-right:8px;width:30px;}
    #solutionframe .solutioncontent .down span{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #solutionframe .list .item{width:33.33%;float:left;padding:11px;}
    #solutionframe .list .item:nth-child(4n+1){clear:initial;}
    #solutionframe .list .item:nth-child(3n+1){clear:left;}
    #solutionframe .list .item .txt h4{font-size:16px;line-height:24px;margin-bottom:8px;}
    #solutionframe .list .item .txt p{font-size:13px;line-height:20px;height:60px;}
    #solutionframe .list .item .txt span{font-size:14px;line-height:20px;}
    
    #solutionframe .solutioncontent .item{margin-bottom:20px;}
    #solutionframe .solutioncontent .half{width:100%;float:left;margin-bottom:20px;}
    #solutionframe .solutioncontent .tit h3{font-size:14px;line-height:20px;border-left:5px solid #1d2089;padding-left:5px;}
    
    #solutionframe .solutioncontent .down{font-size:18px;line-height:30px;}
    #solutionframe .solutioncontent .down img{margin-right:8px;width:30px;}
    #solutionframe .solutioncontent .down span{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #solutionframe .list{margin:0 -6px;}
    #solutionframe .list .item{width:50%;float:left;padding:6px;}
    #solutionframe .list .item:nth-child(4n+1){clear:initial;}
    #solutionframe .list .item:nth-child(2n+1){clear:left;}
    #solutionframe .list .item .box{padding:8px;}
    #solutionframe .list .item .txt h4{font-size:14px;line-height:20px;margin-bottom:8px;}
    #solutionframe .list .item .txt p{font-size:12px;line-height:18px;height:54px;margin-bottom:10px;}
    #solutionframe .list .item .txt span{font-size:14px;line-height:20px;}
    
    #solutionframe .solutioncontent .item{margin-bottom:20px;}
    #solutionframe .solutioncontent .half{width:100%;float:left;margin-bottom:20px;}
    #solutionframe .solutioncontent .tit h3{font-size:14px;line-height:20px;border-left:5px solid #1d2089;padding-left:5px;}
    
    #solutionframe .solutioncontent .down{font-size:14px;line-height:24px;}
    #solutionframe .solutioncontent .down img{margin-right:8px;width:24px;}
    #solutionframe .solutioncontent .down span{font-size:12px;}
}

#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 #1d2089;background-color:#1d2089;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 .faq{background-color:#f0f0f0;padding:30px;margin-top:50px;}
#ServicePage .faq dl{margin-bottom:15px;background-color:#fff;}
#ServicePage .faq dl>dt{padding:20px 50px 20px 20px;font-size:20px;line-height:24px;cursor:pointer;position:relative;font-family:Arial, Helvetica, sans-serif;}
#ServicePage .faq dl>dt>i{font-size:30px;float:left;color:#1d2089;margin-right:5px;}
#ServicePage .faq dl>dt:after{content:"\eb0a";font-family:iconfont;position:absolute;right:20px;top:20px;}
#ServicePage .faq dl>dd{height:0;padding:0 20px 0 55px;overflow:hidden;font-size:24px;font-size:16px;}
#ServicePage .faq dl.active>dt{border-bottom:1px solid #ddd;}
#ServicePage .faq dl.active>dt:after{content:"\eb0b";}
#ServicePage .faq dl.active>dd{padding:15px 20px 15px 55px;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;}
    #ServicePage .faq dl>dt{font-size:14px;line-height:20px;padding:20px 40px 20px 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;}
}

#map{height:500px;position:relative;z-index:1;}
@media (min-width:1230px) and (max-width:1585px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #map{height:360px;}
}
@media (min-width:768px) and (max-width:991px) {
    #map{height:360px;}
}
@media (min-width:1px) and (max-width:767px) {
    #map{height:300px;}
}

/*联系我们*/
#contacts{border-top:2px solid #eef3f7;padding:30px 0;display:flex;justify-content:space-between;flex-wrap:wrap;}
#contacts .item{padding-left:100px;position:relative;min-height:100px;margin:0;max-width:380px;}
#contacts .item>i{width:72px;height:72px;font-size:36px;line-height:72px;background-color:#1d2089;border-radius:50%;text-align:center;position:absolute;left:0;top:5px;color:#ffffff;}
#contacts .item h3{font-size:22px;font-size:24px;font-family:Roboto,Arial, Helvetica, sans-serif;color:#6b6b6b;}
#contacts .item p{font-size:16px;line-height:24px;color:#6b6b6b;font-family:Arial, Helvetica, sans-serif;}
#contacts .item p>a{color:#6b6b6b;}
#contacts .item p>a:hover{text-decoration:underline;color:#1d2089;}
@media (min-width:992px) and (max-width:1229px) {
    #ContactPage section{width:50%;padding:30px;}
    #contacts .item{padding-bottom:20px;margin-bottom:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ContactPage section{width:50%;padding:30px 15px 30px;}
    #ContactPage section#contacts{padding-top:50px;}
    #contacts .item{padding-bottom:30px;margin-bottom:30px;padding-left:70px;}
    #contacts .item>i{width:50px;height:50px;line-height:50px;}
    #contacts .item h3{font-size:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ContactPage section{width:100%;padding:30px 15px 30px;}
    #contacts .item{padding-bottom:20px;margin-bottom:0;padding-left:70px;width:100%;}
    #contacts .item>i{width:50px;height:50px;line-height:50px;}
    #contacts .item h3{font-size:20px;}
}
#contPage{padding-bottom:0;}
#feedback{display:flex;justify-content:space-between;flex-wrap:wrap;}
#feedback .tit{margin:0;width:35%;padding-right:60px;}
#feedback .tit h4{font-size:20px;line-height:24px;color:#6b6b6b;font-family:Roboto,Arial, Helvetica, sans-serif;}
#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 #sharelist{margin-top:30px;padding-bottom:30px;}
#feedback #sharelist a{margin:0 30px 0 0;text-align:center;width:50px;height:50px;background-color:#ddd;border:none;}
#feedback #sharelist a>i{width:50px;height:50px;line-height:50px;font-size:24px;}
#feedback #sharelist a:hover{color:#fff;}
#feedback #sharelist a.linkedin:hover{background-color:#0077b5;}
#feedback #sharelist a.twitter:hover{background-color:#1da1f2;}
#feedback #sharelist a.facebook:hover{background-color:#3b5998;}
#feedback #sharelist a.youtube:hover{background-color:#ff011d;}

#feedback .content{width:65%;margin:0;}
#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 20px;width:100%;display:flex;justify-content:space-between;padding:20px;background-color:#eef3f7;border-radius:5px;}
#feedback ul>li.half{width:49%;}
#feedback ul>li>label{text-align:left;font-weight:normal;color:#6b6b6b;font-size:20px;line-height:40px;padding-right:10px;}
#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:18px;line-height:40px;width:24px;display:inline-block;}
#feedback ul>li>input{line-height:40px;height:40px;margin:0;padding-left:5px;background-color:transparent;border-radius:5px;font-size:20px;color:#717171;flex:auto;}
#feedback ul>li textarea{padding:0 0 0 5px;resize:none;box-shadow:none;position:relative;background-color:transparent;margin:0;line-height:30px;font-size:20px;color:#717171;flex:auto;height:160px;}
#feedback ul>li.tips{border-bottom:none;font-size:18px;line-height:24px;color:#747474;}
#feedback ul>li.btnli{padding:20px 0;background-color:transparent;}
#feedback ul>li.btnli .btnlink{display:inline-block;height:40px;line-height:40px;padding:0 80px 0 40px;background-color:#e2e2e2;text-align:center;font-size:17px;color:#222222;text-transform:capitalize;border-radius:5px;position:relative;}
#feedback ul>li.btnli .btnlink>i{margin-left:5px;position:absolute;width:20px;height:30px;text-align:center;line-height:30px;background-color:#000;right:5px;top:5px;color:#fff;}
#feedback ul>li.btnli .btnlink>i:before{content:"";border-style:solid;border-width:15px 5px;border-color:#000 #000 transparent transparent;position:absolute;left:-10px;top:0;}
#feedback ul>li.btnli .btnlink:hover{background-color:#1d2089;color:#fff;}
@media (min-width:1230px) and (max-width:1429px) {
    #feedback .tit h2{font-size:40px;line-height:56px;}
    #feedback ul>li{padding:15px;}
    #feedback ul>li textarea{width:630px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #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{padding:10px 15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #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{padding:10px 15px;}
    #feedback ul>li>input{display:block;width:240px;}
    #feedback ul>li textarea{width:590px;}
}
@media (min-width:1px) and (max-width:767px) {
    #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%;}
    #feedback ul>li>label{font-size:16px;}
    #feedback ul>li>input{display:block;width:200px;}
    #feedback ul>li.textarea{flex-wrap:wrap;}
    #feedback ul>li.textarea label{width:100%;}
    #feedback ul>li textarea{width:100%;height:80px;}
}



#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:#1d2089;border:1px solid #1d2089;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:#1d2089;}
@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:30px;position:relative;z-index:2;}
#ProCate .tit{}
#ProCate .tit p{font-size:14px;line-height:24px;padding:10px 0;font-weight:bold;}
#ProCate .tit p em{color:red;font-style:initial;}
#ProCate .left{width:65%;float:left;}
#ProCate .right{width:320px;float:right;}
#ProCate .CateList dl{background-color:#1d2089;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:18px;}
#ProCate .CateList dl>dd:hover>a{color:#1d2089;background-color:#fff;}
#ProCate .CateList .select{display:inline-block;width:300px;position:relative;background-color:#1d2089;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:18px;}
#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 #86919d;}
#ProSearch #stext2{float:left;border:none;width:calc(100% - 36px);height:36px;background-color:transparent;}
#ProSearch #sbut2{border:none;padding:0;width:36px;height:36px;float:right;background-color:transparent;cursor:pointer;}
#ProSearch #sbut2>i{font-size:24px;}
@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 .left{width:100%;float:none;}
    #ProCate .right{width:100%;float:none;margin-top:20px;}
    #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 .catetitle{padding-right:50px;position:relative;border-bottom:1px dashed #1d2089;padding-bottom:20px;margin-bottom:30px;}
#ProPage .catetitle h2{font-size:25px;line-height:36px;}
#ProPage .catetitle p{font-size:16px;line-height:24px;color:#949494;}
#ProPage .catetitle a.link{position:absolute;right:0;top:5px;border:1px solid #1d2089;border-radius:5px;padding:2px 6px;}
#ProPage .catetitle a.link i{color:#1d2089;}

#ProPage .ProList{overflow:hidden;margin:0 -13px 15px;}
#ProPage .ProList .item{width:25%;float:left;padding:0 13px 26px;}
#ProPage .ProList .item .box{border:2px solid #f2f2f2;box-shadow: 0 0 5px #ddd;border-radius:5px;}
#ProPage .ProList .item:nth-child(4n+1){clear:left;}
#ProPage .ProList .item .img{}
#ProPage .ProList .item .txt{padding:15px 15px 35px;position:relative;}
#ProPage .ProList .item .txt h3{font-size:16px;line-height:20px;font-family:Roboto,Arial, Helvetica, sans-serif;font-weight:bold;margin-bottom:6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#ProPage .ProList .item .txt p{font-family:Arial, Helvetica, sans-serif;font-size:14px;line-height:20px;height:60px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
#ProPage .ProList .item .txt a.link{position:absolute;right:0;bottom:0;border-radius:5px 5px 0 0;background-color:#1d2089;color:#fff;font-size:13px;line-height:28px;padding:0 15px;}
@media (min-width:1230px) and (max-width:1585px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #ProPage .ProList .item{width:33.33%;}
    #ProPage .ProList .item:nth-child(4n+1){clear:initial;}
    #ProPage .ProList .item:nth-child(3n+1){clear:left;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProPage .ProList .item{width:33.33%;}
    #ProPage .ProList .item:nth-child(4n+1){clear:initial;}
    #ProPage .ProList .item:nth-child(3n+1){clear:left;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProPage .catetitle h2{font-size:20px;line-height:24px;}
    #ProPage .catetitle p{font-size:13px;line-height:18px;}

    #ProPage .ProList{margin:0 -10px 15px;}
    #ProPage .ProList .item{width:50%;padding:0 10px 20px;}
    #ProPage .ProList .item:nth-child(4n+1){clear:initial;}
    #ProPage .ProList .item:nth-child(2n+1){clear:left;}
    #ProPage .ProList .item .txt{padding:5px 5px 30px;}
    #ProPage .ProList .item .txt h3{font-size:14px;line-height:18px;}
    #ProPage .ProList .item .txt p{font-size:12px;line-height:18px;height:54px;}
}


/*产品详情*/
#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:#1d2089;}
#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 #1d2089;background-color:#fff;}
#picView .gallery-thumbs .swiper-slide-thumb-active>a{}
#picView .btnlist{}
#picView .swbtn{position:absolute; width:40px;height:40px;line-height:40px;text-align:center;z-index:1;top:calc(50% - 20px);border:2px solid #ddd;}
#picView .swbtn>i{font-size:24px;font-weight:bold;line-height:40px;color:#ddd;}
#picView .swbtn:hover{background-color:#1d2089;border-color:#1d2089;}
#picView .swbtn:hover>i{color:#fff;}
#picView .btn-next{right:0;}
#picView .btn-prev{left:0;}
#picView .swiper-button-next.swiper-button-disabled,#picView1 .swiper-button-prev.swiper-button-disabled{opacity:1;background-color:#ccc;}
#picView .boxer{display:block;}
#picView img{width:100%;}
#picView .swiper-pagination{position:relative;top:10px;}
#picView .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;margin:0 6px;}
#picView .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#1d2089;}
#protitle{width:55%;float:right;padding:0 0 10px 50px;}
#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:14px;line-height:24px;margin-bottom:10px;}
#protitle .remark p>b{display:block;}

#protitle .btnlist{overflow:hidden;margin-top:40px;}
#protitle .btnlist>a#btnInquiry{display:inline-block;color:#1d2089;margin-bottom:10px;line-height:24px;font-size:18px;padding:8px 60px;border:1px solid #1d2089;position:relative;text-transform:uppercase;}
#protitle .btnlist>a:not(:last-child){margin-right:30px;}
#protitle .btnlist>a>i{margin-right:15px;float:left;font-size:20px;}
#protitle .btnlist>a#btnInquiry: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:#1d2089;}
#protitle .prevlist>a:hover>b{color:#1d2089;}

#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 #1d2089;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 #1d2089;}
#ProductDetail .tit a{border:1px solid #1d2089;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:#1d2089;}
#ProductDetail .tit a.active{background-color:#1d2089;}
#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{padding-bottom:30px;background-color:#fff;}
#RelatedProduct #ProPage{background-color:#fff;margin:0 -10px;}

#protitle #sharelist a{color:#000;}

#inquiry{background-color:#fff;}
#inquiry .tit{text-align:center;margin-bottom:20px;overflow:hidden;border-bottom:1px solid #1d2089;}
#inquiry .tit a{border-top:1px solid #1d2089;display:inline-block;background-color:#1d2089;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:#1d2089;background:none;margin:0 3px;}
#inquiry p .email:hover{color:#1d2089;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;}
    
    #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:#1d2089;border-color:#1d2089;}
    #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%;}
    
}


/*新闻*/
#NewsPage{padding-bottom:50px;}
#NewsPage .CateList{text-align:center;}
#NewsPage .CateList a{display:inline-block;margin:0 30px;padding:10px 24px;border:2px solid #030e27;font-size:18px;line-height:24px;min-width:140px;}
#NewsPage .CateList a:hover,#NewsPage .CateList a.active{background-color:#1d2089;border:2px solid #1d2089;color:#fff;}
#NewsList{display:flex;flex-wrap:wrap;}
#NewsList .item{overflow:hidden;border:1px solid #e7e7e7;width:24%;align-self:flex-start;margin-right:calc(4% / 3);margin-left:0;margin-bottom:20px;box-shadow:0 0 10px #ddd;border-radius:5px;}
#NewsList .item:nth-child(4n){margin-right:0;}
#NewsList .item .img{position:relative;}
#NewsList .item .img .date{position:absolute;left:0;bottom:0;padding:10px 16px;background-color:#fff;text-align:center;border-radius:0 5px 0 0;}
#NewsList .item .img .date span{font-size:14px;line-height:18px;display:block;font-weight:bold;}
#NewsList .item .txt{padding:15px;position:relative;border-top:1px solid #eee;}
#NewsList .item .txt h3{font-size:14px;line-height:18px;margin-bottom:10px;font-family:Roboto,Arial, Helvetica, sans-serif;}
#NewsList .item .txt p{font-size:12px;line-height:18px;color:#868686;height:54px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
#NewsList .item a.link{display:inline-block;height:30px;line-height:30px;padding:0 50px 0 20px;background-color:#e2e2e2;text-align:center;font-size:14px;color:#222222;text-transform:capitalize;border-radius:5px;position:relative;}
#NewsList .item a.link>i{margin-left:3px;position:absolute;width:18px;height:24px;text-align:center;line-height:24px;background-color:#000;right:3px;top:3px;color:#fff;}
#NewsList .item a.link>i:before{content:"";border-style:solid;border-width:12px 3px;border-color:#000 #000 transparent transparent;position:absolute;left:-6px;top:0;}
#NewsList .item a.link:hover{background-color:#1d2089;color:#fff;}
@media (min-width:992px) and (max-width:1229px) {
    #NewsList .item{width:32%;margin-right:calc(4% / 3);}
    #NewsList .item:nth-child(4n){margin-right:calc(4% / 3);}
    #NewsList .item:nth-child(3n){margin-right:0;}
    #NewsList .item .txt{padding:10px;}
    #NewsList .item .txt h3{margin-bottom:10px;font-size:16px;line-height:22px;height:44px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
    #NewsList .item .txt p{}
    #NewsList .item a.link{margin-top:10px;}
}
@media (min-width:768px) and (max-width:991px) {
    #NewsPage .CateList a{font-size:16px;padding:8px 20px;}

    #NewsList .item{width:32%;margin-right:calc(4% / 3);}
    #NewsList .item:nth-child(4n){margin-right:calc(4% / 3);}
    #NewsList .item:nth-child(3n){margin-right:0;}
    #NewsList .item .txt{padding:10px;}
    #NewsList .item .txt h3{margin-bottom:10px;font-size:16px;line-height:22px;height:44px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
    #NewsList .item .txt p{}
    #NewsList .item a.link{margin-top:10px;}
}
@media (min-width:1px) and (max-width:767px) {
    #NewsPage .CateList a{font-size:14px;line-height:20px;padding:5px 20px;min-width:initial;margin:0 10px;}

    #NewsList .item{width:100%;margin-right:0;}
    #NewsList .item .img{display:none;}
    #NewsList .item .txt{width:100%;padding:15px;}
    #NewsList .item .txt h3{font-size:16px;line-height:24px;margin-bottom:10px;}
    #NewsList .item .txt p{font-size:13px;line-height:18px;height:54px;-webkit-line-clamp:3;}
    #NewsList .item .txt .date{position:relative;left:0;}
}

#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:#1d2089;border:1px solid #1d2089;}
#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:#1d2089;border:1px solid #1d2089;}
#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 #1d2089;color:#1d2089;}
@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:"\e63e";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_qzone:before{content:"\e620";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_weixin:before{content:"\e628";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_tsina:before{content:"\e71a";font-family:iconfont;}
#sharelist a{background-image:none;text-indent:0;width:40px;height:40px;position:relative;text-align:center;margin:0 5px;border-radius:50%;display:inline-block;border:1px solid #ccc;}
#sharelist a.linkedin:hover{background-color:#0077b5;border:1px solid #0077b5;}
#sharelist a.twitter:hover{background-color:#1da1f2;border:1px solid #1da1f2;}
#sharelist a.facebook:hover{background-color:#3b5998;border:1px solid #3b5998;}
#sharelist a.youtube:hover{background-color:#ff011d;border:1px solid #ff011d;}
#sharelist a.instagram:hover{background-color:#c838ab;border:1px solid #c838ab;}
#sharelist p{color:#ffffff;margin-bottom:5px;}
#sharelist a>i{display:block;width:38px;height:38px;line-height:38px;text-align:center;font-size:20px;}
#sharelist .bshare-custom>a{color:#fff;font-size:22px;line-height:38px;padding:0}
#sharelist .bshare-custom>a:hover{text-decoration:none;}
#sharelist a.bshare-qqim:before{content:"\e63e";font-family:iconfont;}
#sharelist a.bshare-qzone:before{content:"\e620";font-family:iconfont;}
#sharelist a.bshare-weixin:before{content:"\e628";font-family:iconfont;}
#sharelist a.bshare-sinaminiblog:before{content:"\e71a";font-family:iconfont;}
/*#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{margin-top:30px;overflow:hidden;padding: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:#1d2089;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:30px;padding-bottom:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #RelatedNews .relate_list .item{width:100%;float:initial;}
    
    #sharelist{padding-top:30px;padding-bottom:30px;}
}
@media (min-width:1px) and (max-width:767px) {
    #RelatedNews .relate_list .item{width:100%;float:initial;}
    #sharelist{padding-top:20px;padding-bottom:20px;}
    #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:6px 12px;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;}
ul.pagination li a{background-color:#fff;border-color:#1d2089;border-radius:0;color:#1d2089;}
ul.pagination li.active span{background-color:#1d2089;border-color:#1d2089;border-radius:0;color:#fff;}
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:#1d2089;color:#fff;}


#VideoPage{}
#VideoPage .container{}
#videolist{overflow:hidden;}
#videolist .item{margin-bottom:20px;float:left;width:33.33%;padding:0 10px;}
#videolist .item:nth-child(3n+1){clear:left;}
#videolist .img{border:1px solid #ddd;overflow:hidden;}
#videolist .img>a{display:block;position:relative;}
#videolist .img>a .play{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.3);text-align:center;}
#videolist .img>a .play>i{font-size:64px;color:#fff;position:relative;top:50%;transform:translateY(-50%);display:block;}
#videolist .img img{width:100%;}
#videolist .txt{padding:10px 30px;background-color:#f6f6f6;} 
#videolist h3{text-align:center;font-size:16px;line-height:20px;height:40px;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
video{width:100%;}
.vcontent{text-align:center;}
@media (min-width:1230px) and (max-width: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:#1d2089;font-weight:bold;font-family:Roboto,Arial, Helvetica, sans-serif;}
#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;}
#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;}
@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 #1d2089;color:#ffffff;background-color:#1d2089;}
.btnthank:hover{background-color:#ffffff;color:#1d2089;}
@media (max-width:767px) {
    #thk_nav>p{line-height:20px;font-size:13px;}
}

/*网站地图*/
#sitemapnav { width:100%; position:relative;overflow:hidden;}
#sitemapnav li{  list-style:none;}
#sitemapnav a{ color:#333; }
#sitemapnav .fontbig {	width:100% !important;}
#sitemapnav .bigli{float:left;	width:100%;  line-height:35px;font-size:18px;}
#sitemapnav .bigli a {color:#666; font-weight:bold;text-transform:capitalize;}
#sitemapnav .bigli a:hover {text-decoration:underline;}
#sitemapnav .abli_02{ float:left;width:44%;margin-left:5%;font-size:16px; height:30px; line-height:30px; overflow:hidden; display:inline;font-weight:normal; }
#sitemapnav .abli_02 a:hover{text-decoration:underline;}
.jiange{ float:left; 	width:100%;  height:2px; border-bottom:solid 1px #d2d2d2; margin-top:8px;margin-bottom:8px;}
.probigclass {padding-left:50px;}
#sitemapnav .PROclass_01 { float:left;width:95%;margin-left:5%; font-size:16px; line-height:30px; display:inline;font-weight:bold; }
#sitemapnav .PROclass_02 { float:left;width:90%;margin-left:8%;font-size:16px; height:22px; line-height:22px;  overflow:hidden;display:inline;font-weight:normal; }

#sitemapnav .PROclass_01 a{  color:#666;}
#sitemapnav .PROclass_02 a{ color:#666;}
#sitemapnav .PROclass_01 a:hover{ text-decoration:underline;}
#sitemapnav .PROclass_02 a:hover{ text-decoration:underline;}

#sitemapnav .PROclass_03 { float:left;width:40%;margin-left:10%;color:#666666;font-size:14px;display:inline; line-height:20px;}
#sitemapnav .PROclass_03 a:hover{ text-decoration:underline;}
#sitemapnav .PROclass_04 {float:left;width:100%; padding-left:15%;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media screen and (min-width:1px ) and (max-width:767px)
{
	#sitemapnav .abli_02{width:100%;height:auto;}
    #sitemapnav .bigli{font-size:16px;}
    #sitemapnav .abli_02{font-size:14px;line-height:20px;}
    #sitemapnav .PROclass_01{font-size:14px;}
    #sitemapnav .PROclass_02{font-size:13px;}
    #sitemapnav .PROclass_03{font-size:12px;width:100%;}
    #sitemapnav .PROclass_04{width:100%;}
}


/*************图库*************/
#GalleryList{margin:0 -8px 0;overflow:hidden;}
#GalleryList .item{width:25%;padding:0 8px;float:left;margin-bottom:20px;}
#GalleryList .item:nth-child(4n+1){clear:left;}
#GalleryList .item .img{border:1px solid #eee;}
#GalleryList .item .img img{width:100%;}
#GalleryList .item h3{margin:10px 0;text-align:center;font-size:18px;font-weight:normal;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #GalleryList .item{width:25%;padding:0 5px;}
    #GalleryList .item:nth-child(6n+1){clear:initial;}
    #GalleryList .item:nth-child(4n+1){clear:left;}
}
@media screen and (min-width:768px ) and (max-width:991px){
    #GalleryList{margin:20px -5px 0;overflow:hidden;}
    #GalleryList .item{width:33.33%;padding:0 5px;}
    #GalleryList .item:nth-child(4n+1){clear:initial;}
    #GalleryList .item:nth-child(3n+1){clear:left;}
    #GalleryList .item figcaption{padding:15px;}
    #GalleryList .item h3{margin:0;text-align:center;font-size:16px;}
}
@media (max-width:767px) {
    #GalleryList{margin:15px -5px 0;}
    #GalleryList .item{width:50%;padding:0 5px}
    #GalleryList .item:nth-child(4n+1){clear:initial;}
    #GalleryList .item:nth-child(2n+1){clear:left;}
    #GalleryList .item figcaption{padding:15px;}
    #GalleryList .item h3{margin:0;text-align:center;font-size:14px;}
}


/*手机底部导航*/
#mobMenu{height:50px;border:1px solid #ddd;background-color:#fff;}
#mobMenu .foot_nav{width:25%;float:left;text-align:center;font-size:14px;}
#mobMenu .foot_nav i{display: block;padding: 3px 0px 0px 0px;font-size:18px;line-height:24px;}
#mobMenu .foot_nav .hamburger{position: inherit;float: none;margin: 0 auto;width:100%;}
.loading{color:#fff;text-align:center;}


/*按钮样式*/
.btn-2{position:relative;z-index:1;overflow:hidden;}
.btn-2:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #1d2089;
  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 #1d2089 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 #ffffff;
  position: absolute;
  bottom: -5px;
  left: -5px;
  transition:all .5s;z-index:-1;
}
.btn-3:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: -5px;
  right: -5px;
  transition:all .5s;z-index:-1;
}
.btn-3:hover:before {
  border-width: 300px 0 0 300px;
}
.btn-3:hover:after {
  border-width: 0 300px 300px 0;
}

/*图库样式*/
.imghvr-zoom-in figcaption {
 opacity:0;
 -webkit-transform:scale(.5);
 transform:scale(.5)
}
.imghvr-zoom-in:hover figcaption {
 -webkit-transform:scale(1);
 transform:scale(1);
 opacity:1
}
[class^='imghvr-'],
[class*=' imghvr-'] {
  position: relative;
  margin: 0px;
  max-width: 100%;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
  vertical-align: top;
  max-width: 100%;
}
[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
  background-color: inherit;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
[class^='imghvr-'] h3,
[class*=' imghvr-'] h3,
[class^='imghvr-'] p,
[class*=' imghvr-'] p {
  margin: 0;
  padding: 0;
  color: #fff;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* imghvr-zoom-in
   ----------------------------- */
.imghvr-zoom-in figcaption {
  text-align:center;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background-color:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
}
.imghvr-zoom-in figcaption h3{text-align:center;transform:translateY(-50%);top:50%;position:relative;}
.imghvr-zoom-in:hover figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* imghvr-shutter-out-diag-1
   ----------------------------- */
[class^='imghvr-shutter-out-']:before,
[class*=' imghvr-shutter-out-']:before {
  background: inherit;
  position: absolute;
  content: '';
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
[class^='imghvr-shutter-out-'] figcaption,
[class*=' imghvr-shutter-out-'] figcaption {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
[class^='imghvr-shutter-out-']:hover:before,
[class*=' imghvr-shutter-out-']:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
[class^='imghvr-shutter-out-']:hover figcaption,
[class*=' imghvr-shutter-out-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.imghvr-shutter-out-diag-1:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.imghvr-shutter-out-diag-1:hover:before {
  top: -35%;
  bottom: -35%;
}

/*.table{border-collapse:collapse!important;}
.table td,.table th{background-color:#fff!important;}
.table-bordered td,.table-bordered th{border:1px solid #ddd!important;}*/

table{background-color:transparent;}
th{text-align:left;}
.table{margin-bottom:20px;width:100%;max-width:100%;}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;border-top:1px solid #ddd;vertical-align:top;line-height:1.42857143;}
.table>thead>tr>th{border-bottom:2px solid #ddd;vertical-align:bottom;}
.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0;}
.table>tbody+tbody{border-top:2px solid #ddd;}
.table .table{background-color:#fff;}
.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px;}
.table-bordered{border:1px solid #ddd;}
.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd;}
.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px;}
.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9;}
.table-hover>tbody>tr:hover{background-color:#f5f5f5;}
table col[class*=col-]{position:static;float:none;display:table-column;}
table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell;}
.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5;}
.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8;}
.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8;}
.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6;}
.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7;}
.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3;}
.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3;}
.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc;}
.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede;}
.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc;}
.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}


#aboutframe .abnetwork .content{position:relative;padding:50px 0;}
#aboutframe .abnetwork .mapC{ position:absolute;top:0px; left:0px; width:100%; height:100%; transform:scale(1);transform-origin: 0 0; }
#aboutframe .abnetwork .mapC .dot{ width:100px;height:100px;position:absolute;box-sizing:border-box;border-radius:50%;text-align:center;line-height:100px;}
#aboutframe .abnetwork .mapC .dot:before{content:"";display:inline-block;width:50px;height:50px;border-radius:50%;margin-top:25px;opacity: 1}
#aboutframe .abnetwork .mapC .dot span{display:block;width:0px;height:0px;box-sizing:border-box;position:absolute;border-radius:50%;left:50%;top:50%;}
#aboutframe .abnetwork .mapC .dot .sp1{animation: spOne 4.5s linear 0s infinite;}
#aboutframe .abnetwork .mapC .dot .sp2{animation: spOne 4.5s linear 1.5s infinite;}
#aboutframe .abnetwork .mapC .dot .sp3{animation: spOne 4.5s linear 3s infinite;}
#aboutframe .abnetwork .mapC .dot .sp4{animation: spOne 4.5s linear 4.5s infinite;}
#aboutframe .abnetwork .mapC .dot1{top:6%;left:28%;}
#aboutframe .abnetwork .mapC .dot1:before{background-color:#d6ebe1;}
#aboutframe .abnetwork .mapC .dot1 span{border:0 solid #d6ebe1;}
#aboutframe .abnetwork .mapC .dot2{top:35%;left:20%;}
#aboutframe .abnetwork .mapC .dot2:before{background-color:#d3edfb;}
#aboutframe .abnetwork .mapC .dot2 span{border:0 solid #d3edfb;}
#aboutframe .abnetwork .mapC .dot3{top:66%;left:27%;}
#aboutframe .abnetwork .mapC .dot3:before{background-color:#fbd7a3;}
#aboutframe .abnetwork .mapC .dot3 span{border:0 solid #fbd7a3;}
#aboutframe .abnetwork .mapC .dot4{top:23%;left:43%;}
#aboutframe .abnetwork .mapC .dot4:before{background-color:#fadce9;}
#aboutframe .abnetwork .mapC .dot4 span{border:0 solid #fadce9;}
#aboutframe .abnetwork .mapC .dot5{top:57%;left:53%;}
#aboutframe .abnetwork .mapC .dot5:before{background-color:#f3ddc8;}
#aboutframe .abnetwork .mapC .dot5 span{border:0 solid #f3ddc8;}
#aboutframe .abnetwork .mapC .dot6{top:43%;left:72%;}
#aboutframe .abnetwork .mapC .dot6:before{background-color:#feecc0;}
#aboutframe .abnetwork .mapC .dot6 span{border:0 solid #feecc0;}
#aboutframe .abnetwork .mapC .dot7{top:72%;left:82%;}
#aboutframe .abnetwork .mapC .dot7:before{background-color:#ecf2c5;}
#aboutframe .abnetwork .mapC .dot7 span{border:0 solid #ecf2c5;}

@keyframes spOne{
0%{opacity:1;width:0px;height:0px;margin-left:0px;margin-top:0px;border-width:0px}
50%{opacity:0;width:200px;height:200px;margin-left:-100px;margin-top:-100px;border-width:20px}
100%{opacity:0;width:0px;height:0px;margin-left:0px;margin-top:00px;}
}



