/* Css Document */
@font-face {
  font-family: "../fonts/AkzidenzGrotesk-ExtraBoldCondAlt";
  src: url("../fonts/akzidenzgrotesk-extraboldcondalt.woff") format("woff"),
       url("../fonts/akzidenzgrotesk-extraboldcondalt.ttf") format("truetype"),
       url("../fonts/akzidenzgrotesk-extraboldcondalt.eot") format("embedded-opentype"),
       url("../fonts/akzidenzgrotesk-extraboldcondalt.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ff-ak{font-family: "Impact","AkzidenzGrotesk-ExtraBoldCondAlt" !important;}

@font-face {
  font-family: 'iconfont';
  src: url('../fonts/font_3304302_o6u0qz2qm1l.woff2') format('woff2'),
       url('../fonts/font_3304302_o6u0qz2qm1l.woff') format('woff'),
       url('../fonts/font_3304302_o6u0qz2qm1l.ttf') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
   color: #fff;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html{font-size: 100px;}
@media (max-width: 1366px){html{font-size: 94px;}}
@media (max-width: 1199px){html{font-size: 88px;}}
@media (max-width: 991px){html{font-size: 76px;}}
@media (max-width: 639px){html{font-size: 60px;}}
html, body{-webkit-text-size-adjust:none;}
body{color: #666; font-size: 14px; background-color: #fff;}
html, body, input, p, a, span, ul, li, dl, dt, dd, ol, select, td, th, input, textarea, button, div{font-family: "PingFang SC","Source Han Sans CN","Microsoft YaHei","Helvetica Neue",Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;} 
a, a:link, a:visited, a:hover, a:active{color: #666;outline: 0; border: 0; text-decoration: none}
a:hover, a:active{background-color: transparent;}

*:focus {outline: none;box-shadow: none;}

@media (min-width: 1200px){a:hover{color: #ff0700;}}
small{display: block; font-size: 100%;}
input, textarea, button, select, radio{margin: 0; padding: 0; outline: 0; border: 0;}
input, textarea, button, select{-webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius: 0; border-radius: 0;}
textarea{resize: none;}
img{max-width: 100%;}
ul{list-style: none;}
a{text-decoration: none; outline: 0; blr:expression(this.onFocus=this.blur()); /*按下鼠标图片周边不会出现虚线*/}
::-ms-clear, ::-ms-reveal{display: none; /*IE10 input X 去掉文本框的叉叉和密码输入框的眼睛图标 */}
select::-ms-expand{display: none;} 


/* Grid */
.col-24x{width: 100%}
.col-23x{width: 95.8333333333%}
.col-22x{width: 91.6666666667%}
.col-21x{width: 87.5%}
.col-20x{width: 83.3333333333%}
.col-19x{width: 79.1666666667%}
.col-18x{width: 75%}
.col-17x{width: 70.8333333333%}
.col-16x{width: 66.6666666667%}
.col-15x{width: 62.5%}
.col-14x{width: 58.3333333333%}
.col-13x{width: 54.1666666667%}
.col-12x{width: 50%}
.col-11x{width: 45.8333333333%}
.col-10x{width: 41.6666666667%}
.col-9x{width: 37.5%}
.col-8x{width: 33.3333333333%}
.col-7x{width: 29.1666666667%}
.col-6x{width: 25%}
.col-5x{width: 20.8333333333%}
.col-4x{width: 16.6666666667%}
.col-3x{width: 12.5%}
.col-2x{width: 8.33333333333%}
.col-1x{width: 4.16666666667%}
.col-0x{width: 2.08333333333%}

/* 表单元素 */
input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid{box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #bbb;} 
input:-moz-placeholder, textarea:-moz-placeholder{color: #bbb;} 
input::-moz-placeholder, textarea::-moz-placeholder{color: #bbb;} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #bbb;} 

.weui-cell{padding: 10px 15px; position: relative; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center;}
.weui-cell_primary{min-width: 1px; -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start;}
.weui-cell__bd{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
.weui-cell__ft{text-align: right; color: #999999;}
.weui-flex{display: -webkit-box; display: -webkit-flex; display: flex;}
.weui-flex__item{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
.line1{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.line2{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.line3{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.start{-webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start;}
.middle{-webkit-box-align: center; -webkit-align-items: center; align-items: center;}
.nobefore::before, .noafter::after{display: none !important;}

.container{width: auto; margin: 0 15px; padding: 0;}
@media (min-width: 640px){.container{margin: 0 8.3835%;}}

.textmore a{position: relative; display: inline-block; overflow: hidden; font-size: 16px; line-height: 20px; color: #383838;}
.textmore a span{display: inline-block; padding: 4px 6px;}
.textmore a .before{border-bottom: 2px solid #383838; -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition: all 0.65s cubic-bezier(0.28, 0.51, 0.38, 1); transition: all 0.65s cubic-bezier(0.28, 0.51, 0.38, 1);}
.textmore a .after{position: absolute; left: 0; top: 0; border-bottom: 2px solid #ff0700; color: #ff0700; -webkit-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.65s cubic-bezier(0.2, 0.53, 0.38, 1); transition: all 0.65s cubic-bezier(0.2, 0.53, 0.38, 1);}
@media (min-width: 1200px){
.textmore a:hover .before{-webkit-transform: translateX(100%); transform: translateX(100%);}
.textmore a:hover .after{-webkit-transform: translateX(0); transform: translateX(0);}
}

/* header */
.mask{display: none; position: fixed; z-index: 11; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.75); -webkit-transform: translateZ(0);}
.header{position: fixed; z-index: 100; top: 0; left: 0; right: 0; padding: 17px 25px; background: #fff; -webkit-transform: translateZ(0);}
.header .container{margin: 0 260px 0 240px;}
.navbar-toggle{border: 0; background: none;}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(2){-webkit-transform: matrix(1,0,0,1,0,6) rotate(45deg); transform: matrix(1,0,0,1,0,6) rotate(45deg);}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(4){-webkit-transform: matrix(1,0,0,1,0,-6) rotate(-45deg); transform: matrix(1,0,0,1,0,-6) rotate(-45deg);}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(3){width: 0;}
.navbar-default{background: none;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background: none;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{color: #747474;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{background: none; color: #1f97d4;}
.navbar-nav{float: none; text-align: center;}
.navbar-nav>li{float: none; display: inline-block;}
.navbar-nav>li>a{font-size: 16px; color: #747474;}
.navbar-nav>li>a.on{color: #1f97d4;}
.navbar-nav>li .dropnav{display: none; position: absolute; z-index: 1000; top: 100%; min-width: 100%;border-radius:10px;}
.navbar-nav>li .dropdown-menu{position: static; margin: 16px 0 0 0; float: none; display: block; min-width: 100%; padding: 0; border: 0; -webkit-border-radius: 0; border-radius: 0; overflow: hidden;background:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
.navbar-nav>li .dropdown-menu>li>a{padding-top: 10px; padding-bottom: 10px; text-align: center;}
.navbar-nav>li.on >a{color: #1f97d4!important;}
.navbar-nav .mobile{display: none;}
.open .dropnav{display: block !important;}
.logo{left: 25px; top: 50%; display: flex;align-items:center; margin-top: -30px; height: 60px;}
.logo .img{height:100%;display:block;}
.logo img{display: block;height: 100%;}
.logo img:first-of-type,.index .logo img:last-of-type ,.header.shadow .logo img:first-of-type{display: none;}
.index .logo img:first-of-type,.header.shadow .logo img:last-of-type{display: block;}
.header_city{display: flex;margin-left:10px;white-space:nowrap;}
.header_city a:first-of-type{font-weight: bold;margin-right: 5px;;}
.index .header_city,.index .header_city a{color:#fff;}


.language{right: 25px; top: 35%; line-height: 30px; margin-top: -15px;}
.language a{display: inline-block; font-size: 12px; color: #676767; font-weight: bold;}
.language .radius-half{margin-left: 10px; width: 30px;height:30px; color: #fff; text-align: center;background:url(../image/search1.png) no-repeat center}
.language a:nth-of-type(3){margin-left: .28rem;}
.language i{position: relative; top: -4px; margin-right: 10px; display: inline-block; width: .45rem; height: 1px; background: #bcbcbc;}
.top-wxer{display:inline-block;margin:0px 15px;width: 90px;cursor: pointer;}
.top-tel{display:inline-block;color: #fff; font-weight: 700;font-size: 18px; background: #EDBD1C;border-radius: 50px;letter-spacing:3px; padding:5px 10px;margin-left:15px}

@media (min-width: 992px) and (max-width: 1199px){
.logo{left: 15px; margin-top: -26px; width: 127px; height: 48px;}
.header{padding-top: 5px; padding-bottom: 5px;}
.header .container{margin: 0 15px;}
.language a:nth-of-type(3){margin-left: 10px;}
.navbar-nav>li .dropdown-menu{margin-top: 5px;}
.navbar-nav>li>a{font-size: 14px;}
.navbar-nav>li .dropnav{width: 130%; left: -15%;}
}
@media (min-width: 1200px) and (max-width: 1400px){
/*.logo{left: 15px; margin-top: -26px; width: 127px; height: 48px;}
.header{padding-top: 5px; padding-bottom: 5px;}
.header .container{margin: 0 15px;}
.language a:nth-of-type(3){margin-left: 10px;}
.navbar-nav>li .dropdown-menu{margin-top: 5px;}*/
.navbar-nav>li>a{font-size: 14px;}
.navbar-nav>li .dropnav{width: 150%; left: -18%;}
.dropdown-menu>li>a{padding:3px 5px;font-size:12px;}
}
@media (min-width: 1200px){
/*.navbar-nav>li>a:hover, .language a:hover{color: #b5261e !important;}
.language a.radius-half:hover{color: #fff !important; background: #ff0700}*/

}
@media (min-width: 1400px){
.navbar-nav > li > a{padding-left: 25px; padding-right: 25px;}
}
@media (min-width: 1600px){
.navbar-nav > li > a{padding-left: 37px; padding-right: 37px;}
}
@media (max-width: 1199px){
.navbar-nav>li>a[href^="javascript:"]{pointer-events: none;}
}
@media (max-width: 991px){
.header{padding: 0 15px;}
.header .container{margin: 0;}
.navbar{position: static;}
.navbar-collapse{position: absolute; top: 50px; width: 100%; right: 0; background: #fff; height: 0; overflow: hidden;}
.navbar-collapse.in{height: auto;}
.navbar-nav>li{display: block; text-align: left;}
.navbar-nav>li>a::after{position: absolute; right: 30px; top: 50%; display: block; content: ""; margin-top: -4px; width: 8px; height: 8px; border-top: 1px solid #747474; border-right: 1px solid #747474; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.3s; transition: all 0.3s;}
.navbar-nav>li .dropnav{position: static;}
.navbar-nav>li .dropdown-menu>li>a{text-align: left;}
.navbar-default .navbar-nav>li>a{color: #333;}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{padding: 10px 15px; }
.navbar-toggle{display: block; margin-right: 0;}
.nav .open>a::after{border-color: #ff0700; -webkit-transform: rotate(135deg); transform: rotate(135deg);}
.language{right: 80px;}
.logo{left: 15px; margin-top: -18px;  height: 36px;}
}
@media (max-width: 767px){
.navbar-nav .mobile{display: block;}
.language{display: none;}
}
.noscroll{height: 100vh; overflow: hidden;}

/* footer */
.footer{position: relative; padding: .3rem 0 .2rem; background: #3a3a3a; font-size: 14px; color: #747474; line-height: 20px;}
.footer .text-left{padding-top: 5px; padding-bottom: 5px;}
.footer .text-right a{display: inline-block; margin-left: 30px; padding: 5px 0; color: #747474;}
.footer .text-right a:first-child{margin-left: 0;}
.gotop{margin: 30px auto 0; width: 60px; color: #fff; text-align: center;}
.gotop >div{position: relative; top: 0; margin: 0 auto .5rem; width: 26px; height: 26px; opacity: .7; border: 1px solid #fff; -webkit-transition: all 1s cubic-bezier(.23,1,.38,1); transition: all 1s cubic-bezier(.23,1,.38,1);}
.gotop >div i{position: absolute; top: 10px; left: 50%; display: block; content: ""; width: 1px; height: .5rem; background: #fff; -webkit-transition: all 1s cubic-bezier(.23,1,.38,1); transition: all 1s cubic-bezier(.23,1,.38,1);}
.gotop >div i::after{position: absolute; top: 0; left: -3.5px; display: block; content: ""; width: 8px; height: 8px; border-top: 1px solid #fff; border-right: 1px solid #fff; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}

@media (max-width: 1199px){
.footer .col-sm-12{text-align: center;}
.footer .text-right a{margin: 0 15px !important;}
}
@media (max-width: 639px){.footer .text-left{margin-bottom: 10px;}}
@media (min-width: 1281px){
.footer{padding: .7rem 0;}
.footer .text-right a:hover{color: #fff;}
.gotop{position: absolute; left: 50%; top: 50%; margin-top: 0; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.gotop:hover >div{top: 35px; border-bottom: 0; border-right: 0; border-left: 0; opacity: 1;} 
.gotop:hover >div i{top: -30px;}
}
@media (min-width: 1200px) and (max-width: 1280px){
.footer .col-sm-12{width: 100%; text-align: center;}
}

/* banner */
.banner{position: fixed; top: 0; left: 0; right: 0;}
.banner .overlay{display: none; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #fff; opacity: 0;}
.wrapper{position: relative; overflow: hidden;}

/* subnav */
.subnav{width: 100%; border-bottom: 1px solid #e6e6e6;}
.subnav.fixed{position: fixed; top: 0; left: 0; z-index: 1001; -webkit-transform: translateZ(0); transform: translateZ(0);}
.subnav .weui-cell{padding: 13px 0;}
.subnav .weui-cell__bd{font-size: 18px; line-height: 24px; color: #333;}
.subnav .weui-cell__ft{position: relative; width: 20px; height: 24px;}
.subnav .weui-cell__ft::after{position: absolute; display: block; content: ""; right: 0; top: 50%; margin-top: -5px; width: 10px; height: 10px; border-top: 2px solid #d0d0d0; border-right: 2px solid #d0d0d0; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.3s; transition: all 0.3s;}
.subnav .weui-cell.active .weui-cell__ft::after{-webkit-transform: rotate(135deg); transform: rotate(135deg);}
.subnav ul{display: none; margin: 0; padding: 0; text-align: center; border-top: 1px solid #dbdbdb;}
.subnav ul li a{position: relative; display: block; padding: 10px 5px; font-size: 16px; line-height: 28px; color: #272727; border-bottom: 1px solid #dbdbdb;}
.subnav ul li:last-child a{border-bottom: 0;}
.subnav ul li a::after{position: absolute; display: block; content: ""; left: 50%; bottom: -1px; width: 0; height: 2px; background: #1f97d4; -webkit-transition: all 0.4s cubic-bezier(.23,1,.38,1); transition: all 0.4s cubic-bezier(.23,1,.38,1);}
.subnav ul li.on a{color: #1f97d4;}
.subnav ul li.on a::after{left: 0; width: 100%;}
@media (min-width: 768px){
.subnav ul{display: block; border-top: 0;}
.subnav ul li{display: inline-block; margin: 0 4%;}
.subnav ul li a{padding: .2rem 5px; border-bottom: 0;}
.subnav ul li a::after{bottom: 0;}
.aboutus .subnav ul li{margin: 0 2%;}
}
@media (min-width: 992px){.aboutus .subnav ul li{margin: 0 3%;}}
@media (min-width: 1200px){
.subnav ul li{margin: 0 3%;}
.subnav ul li a:hover{color: #1f97d4;}
.subnav ul li a:hover::after{left: 0; width: 100%;}
.aboutus .subnav ul li{margin: 0 4%;}
}
@media (min-width: 1400px){.aboutus .subnav ul li{margin: 0 5%;}}

.bigtitle{font-size: .44rem; font-weight: normal; color: #2d2d2d;}

/* 分页 */
.page{position: relative; padding: 20px 0; background: #fff;}
.page-m a{display: inline-block; width: .42rem; height: .42rem; line-height: .42rem; font-size: 14px; font-weight: bold; text-align: center; color: #4c4c4c; background: #fff;}
.page-m a.active{color: #fff; background: #1f97d4;}
.page-prev, .page-next{position: absolute; top: 50%; margin-top: -.22rem; display: block; width: 1.4rem; height: .42rem;}
.page-prev{left: 7.3835%; margin-left: -30px;}
.page-next{right: 7.3835%; margin-right: -30px;}
.page-prev::before, .page-next::before, .page-prev::after, .page-next::after{position: absolute; content: ""; display: block; -webkit-transition: all 0.3s; transition: all 0.3s;}
.page-prev::before, .page-next::before{width: .76rem; height: 1px; top: .21rem; left: .34rem; background: #000;}
.page-prev::after, .page-next::after{top: 50%; margin-top: -3px; width: 8px; height: 8px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.page-prev::after{left: .34rem; border-bottom: 1px solid #000; border-left: 1px solid #000;}
.page-next::after{right: .32rem; border-top: 1px solid #000; border-right: 1px solid #000;}
@media (min-width: 1200px){
.page-m a:hover{color: #fff; background: #1f97d4;}
.page-prev:hover, .page-next:hover{background: #1f97d4;}
.page-prev:hover::before, .page-next:hover::before{background: #fff;}
.page-prev:hover::after, .page-next:hover::after{border-color: #fff;}
}


.mt{margin-top: 0 !important;}
.mr{margin-right: 0 !important;}
.mb{margin-bottom: 0 !important;}
.ml{margin-left: 0 !important;}
.pd0{padding: 0 !important;}
.pl0{padding-left: 0 !important;}
.pr0{padding-right: 0 !important;}
.pt0{padding-top: 0 !important;}
.pb0{padding-bottom: 0 !important;}
.gray333{color: #333;}
.gray444{color: #444;}
.gray666{color: #666;}
.gray999{color: #999;}
.red{color: #b5261e;}
.bg-white{background-color: #fff;}
.bg-gray{background-color: #f4f4f4;}
.bg-yellow{background-color: #fabf13;}

a.fill{display: block; width: 100%; height: 100%;}
.auto{margin-left: auto !important; margin-right: auto !important;}
.linellae a{position: relative; display: block; width: 100%; height: 100%; background: #000;}
.linellae a img{display: inline; -webkit-transition: all .4s; transition: all .4s;}
.linellae a::before, .linellae a::after{position: absolute; z-index: 1; top: 9%; right: 6%; bottom: 9%; left: 6%; content: ''; opacity: 0; -webkit-transition: opacity .35s,-webkit-transform .35s; transition: opacity .35s,-webkit-transform .35s;}
.linellae a::before{border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: scale(0,1); -webkit-transform: scale(0,1);}
.linellae a::after{border-left: 1px solid #fff; border-right: 1px solid #fff; transform: scale(1,0); -webkit-transform: scale(1,0);}
@media (min-width: 1200px){
.linellae a:hover::before, .linellae a:hover::after{opacity: 1; transform: scale(1); -webkit-transform: scale(1);}
.linellae a:hover img{opacity: .5; filter: alpha(opacity=50); -webkit-transform: scale(1.05); transform: scale(1.05);}
}

.f10{font-size: 10px;}
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f24{font-size: 24px;}
.f26{font-size: 26px;}
.f28{font-size: 28px;}
.f30{font-size: 30px;}
.f36{font-size: 36px;}
.f38{font-size: 38px;}
.f40{font-size: .4rem;}
.f72{font-size: .72rem;}

.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.pr{position: relative;}
.pa{position: absolute;}
.pf{position: fixed;}
.block{display: block;}
.hide{display: none;}
.inline{display: inline-block;}
.hidden{overflow: hidden;}
.cap{text-transform: capitalize;}
.upper{text-transform: uppercase;}
.bold{font-weight: bold;}
.indent{text-indent: 2em;}
.normal{font-weight: normal;}
.vmid td{vertical-align: middle;}
.hand{cursor: pointer; _cursor: hand;}
.ff-ar{font-family:Arial !important;}
.noborder{border: 0 !important;}
.noradius{-webkit-border-radius: 0 !important; border-radius: 0 !important;}
.ellipsis{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.justify{text-align:justify; text-justify: distribute-all-lines; text-align-last:justify;}
.filterbox{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); zoom:1;}
:root .filterbox{filter: none\9;}
.tips{display: none; z-index: 100; top: 50%; left: 50%; margin-top: -35px; margin-left: -125px; padding: 10px; width: 250px; line-height: 20px; text-align: center; font-size: 14px; color: #fff; border-radius: 3px; background: rgba(0,0,0,.75); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000,endColorstr=#bf000000); zoom:1;}
:root .tips{filter: none\9;}
@media (max-width: 639px){.tips{position: fixed;}}
.clearfix:after {display: block; clear: both; height: 0px; overflow: hidden; content: "\200B" }
.clearfix { *zoom: 1; }
/* 图片去色 */
img.color{-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;}
/* 高斯模糊 */
.blur{-webkit-filter: blur(5px); -moz-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false); /* IE6~IE9 */}

.search_con{position:absolute; bottom:-86px;right:0px; width:300px; height:81px; padding-top:23px; padding-bottom:19px; background:url(../image/top_bg2.png) no-repeat;z-index:100; display:none}
.search_con .input1{ height:39px; line-height:39px; background:#f8f8f8; border:0; padding-left:5px; margin-left:16px; padding-right:7px; width:230px; float:left; outline:none;color:#1f97d4}
.search_con .bnts{ float:left; width:40px; height:39px; background:url(../image/top_pic3.png) no-repeat; cursor:pointer;border:none}
.search_con .bnts:hover{transition:all 0.3s;background:url(../image/top_pic4.png) no-repeat;}

.cover1{position: absolute;left: 0;right: 0;top: 0;bottom: 0;opacity: 0;transition: all 0.4s ease 0s;background: rgba(227,87,60,.7);}
.cover1 .content{text-align: center;color:#fff;position: relative;width:100%}
.cover1 .content strong {font-size:.25rem;color:#fff;float:left;width:100%;}
.cover1 .content p {font-size:.16rem;color:#fff;float:left;width:100%;margin:.1rem 0px .2rem;}
.cover1 .content div {font-size:.12rem;color:#fff;float:left;width:100%;padding:0px 15%;margin-bottom:.3rem;}
.cover1 .content span {background:#fff;padding:.08rem .3rem;color:#ff4438;border-radius:30px;}

.cover1 .content:before{content: "";width: 1rem;height: 1px;background: white;position: absolute;top:-5px;left: 50%;margin-left: -.5rem;    transition: all 0.6s ease 0s;}
/*.cover1 .content:after{content: "";width: 1rem;height: 1px;background: white;position: absolute;bottom:-5px;left: 50%;margin-left: -.5rem;    transition: all 0.6s ease 0s;}*/
@media (min-width: 1000px){
.cover-box:hover .cover1{opacity: 1}
.cover-box:hover .dmTit{opacity: 0}
.cover-box:hover .cover1 .content:before{width: .2rem;margin-left: -.1rem;}
/*.cover-box:hover .cover1 .content:after{width: .2rem;margin-left: -.1rem;}*/
}

.cover2{position: absolute;left: 0;right: 0;top: 0;bottom: 0;opacity: 0;transition: all 0.4s ease 0s;background: rgba(0,0,0,.35);}
.cover2 p{text-align: center;color: white;font-size: .16rem}
.cover2 p{position: relative;}
.cover2 p:before{content: "";width: 1rem;height: 1px;background: white;position: absolute;top:-5px;left: 50%;margin-left: -.5rem;    transition: all 0.6s ease 0s;}
.cover2 p:after{content: "";width: 1rem;height: 1px;background: white;position: absolute;bottom:-5px;left: 50%;margin-left: -.5rem;    transition: all 0.6s ease 0s;}
@media (min-width: 1000px){
.cover-box:hover .cover2{opacity: 1}
.cover-box:hover .cover2 p:before{width: .2rem;margin-left: -.1rem;}
.cover-box:hover .cover2 p:after{width: .2rem;margin-left: -.1rem;}
.page2 .btn1:hover:after{border-color: #fff}
}







/* css3 style */
.trans-3{-webkit-transition: all 0.35s linear; transition: all 0.35s linear;}
.trans-8{-webkit-transition: all 0.8s; transition: all 0.8s;}
.radius-half{-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.shadow{-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1); -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1); box-shadow: 0 5px 10px rgba(0,0,0,.1);}


.mobMenu{ position: fixed; left: 0px; right: 0px; bottom: 0px; z-index: 99; background: #f1f1f1; border-top: 2px solid #e5e5e5;}
.mobMenu>.foot_nav{width:25%;float:left;text-align:center;color:#898989;font-size:14px; margin: 5px auto;}
.mobMenu>.foot_nav>a>i{display:block;padding:3px 0 0 0;font-size:18px;line-height:24px;color:#1f97d4}
.mobMenu>.foot_nav>a>.hamburger{position:inherit;float:none;margin:0 auto;width:100%;color:#1f97d4}
.mobMenu>.foot_nav.active>a>i.iconfont{ color: #1f97d4;}



.float-right-box{
  width: 250px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -127px;
  background-color: #1f97d4;
  z-index: 1000;
  transition: width 0.3s ease 0s;
}
.float-right-box.on{
  width: 50px;
}
.float-right-box .top-list{
    width: 100%;
}
.float-right-box .top-list ul{
  width: 100%;
  padding:0px;
  margin:0px;
}
.float-right-box .top-list li{
  width: 100%;
  position: relative;
  border-bottom: 1px solid #a1b875;
  transition: background 0.3s ease 0s;
  height: 50px;
}
.float-right-box .top-list a{
  display: block;
  width: 100%;
}
.float-right-box .top-list .ico{
  display: inline-block;
  width: 49px;
  height: 49px;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 0.3s ease 0s;
  z-index: 2;
}
.float-right-box .top-list .ico1{background: url(../image/ico_58.png) no-repeat center #1f97d4;}
.float-right-box .top-list .ico2{background: url(../image/ico_59.png) no-repeat center #1f97d4;}
.float-right-box .top-list .ico3{background: url(../image/ico_60.png) no-repeat center #1f97d4;}
.float-right-box .top-list .ico4{background: url(../image/ico_61.png) no-repeat center #1f97d4;}
.float-right-box .top-list .ico5{background: url(../image/ico_62.png) no-repeat center #1f97d4;}
.float-right-box .top-list .ico6{background: url(../image/ico_68.png) no-repeat center #1f97d4;}
.float-right-box .top-list .ico7{background: url(../image/ico_69.png) no-repeat center #1f97d4;}
.float-right-box .top-list .stt{
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  transition: color 0.3s ease 0s;
  position: absolute;
  left: 28px;
  top: 0;
  z-index: 1;
  width: 222px;
}
.float-right-box .top-list li:hover .stt{color: #15191e;}
.float-right-box .top-list li:hover .ico1{background: url(../image/ico_58_h.png) no-repeat center #fff;}
.float-right-box .top-list li:hover .ico2{background: url(../image/ico_59_h.png) no-repeat center #fff;}
.float-right-box .top-list li:hover .ico3{background: url(../image/ico_60_h.png) no-repeat center #fff;}
.float-right-box .top-list li:hover .ico4{background: url(../image/ico_61_h.png) no-repeat center #fff;}
.float-right-box .top-list li:hover .ico5{background: url(../image/ico_62_h.png) no-repeat center #fff;}
.float-right-box .top-list li:hover .ico6{background: url(../image/ico_68_h.png) no-repeat center #fff;}
.float-right-box .top-list li:hover .ico7{background: url(../image/ico_69_h.png) no-repeat center #fff;}
.float-right-box .top-list li:hover{background-color: #fff;}
.float-right-box .top-list .return-webtop .stt{font-family: "Arial";font-weight: bold;}
.float-right-box .bot-share{position: relative;height: 50px;}
.float-right-box .bot-share a{display: inline-block;width: 50px;height: 50px;float: left;transition: background 0.3s ease 0s;margin: 0;padding: 0;}
.float-right-box .bot-share .share{width: 200px;position: absolute;left: 0;top: 0;z-index: 1;}
.float-right-box .bot-share .sina{background: url(../image/ico_63.png) no-repeat center;}
.float-right-box .bot-share .wx{background: url(../image/ico_64.png) no-repeat center;}
.float-right-box .bot-share .tx{background: url(../image/ico_65.png) no-repeat center;}
.float-right-box .bot-share .more{background: url(../image/ico_66.png) no-repeat center;}
.float-right-box .bot-share a:hover{background-color: #af4631;}
.float-right-box .bot-share .share-ico{background: url(../image/ico_67.png) no-repeat center #1f97d4;width: 50px;height: 50px;display: inline-block;cursor: pointer;z-index: 2;position: relative;}


/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 5rem;
	height: 5.5rem;
	padding: 0.3rem;
	padding-top: 0.6rem;
	margin-top: -2.5rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
}
#wxnr img {
	width: 2.3rem;
	height: 2.3rem;
	display: block;
	margin: 0 auto;
}
#wxnr p {
	font-size: 0.24rem;
	line-height: 0.45rem;
	text-align: center;
}
#wxnr i {
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	width: 0.3rem;
	height: 0.3rem;
	font-size: 0.2rem;
	line-height: 0.3rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 1rem;
	cursor: pointer;
}
#wxnr span {
	display: inline-block;
	padding: 0.03rem 0.1rem;
	line-height: 0.35rem;
	background-color: #1f97d4;
	color: #fff;
	border-radius: 0.05rem;
	cursor: pointer;
}
#wxnr span.wx {
	padding-left: 0.4rem;
	background-image: url(../image/wx.png);
	background-size: 0.28rem;
	background-position: 0.1rem center;
	background-repeat: no-repeat;
}
/*复制提示*/
#weixin {
	position: fixed;
	top: 50%;
	margin-top: -0.4rem;
	z-index: 9999999;
	font-size: 0.26rem;
	color: #fff;
	width: 90%;
	right: 5%;
	line-height: 0.8rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 0.1rem;
	display: none;
}


.toTop {
    width: 0.9rem;
    height: 0.9rem;
    background: url(../image/gotop.png) no-repeat center top;
    background-size: 0.9rem auto;
    position: fixed;
    bottom: 20%;
    right: 2%;
    cursor: pointer;
    z-index: 10;
    display: none;
}
