﻿/* reset */
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
html { height: 100% ;-webkit-tap-highlight-color: rgba(0,0,0,0);  -webkit-tap-highlight-color: transparent;}
body { min-height: 100% }
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%;font-weight:normal; }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
/*sup { vertical-align: text-top }
sub { vertical-align: text-bottom }*/
img{max-width: 100%;}
body, input, select, button, textarea { font-size: 18px; font-family: "PingFang SC","Microsoft Yahei";  }
body { line-height: 1.5 }
a { text-decoration: none;-webkit-tap-highlight-color:transparent }
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }
.edit_con_original{ line-height:2; padding:0 0; color:#333;}
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto; }
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 { font-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}
.edit_con_original video{ max-width:100%;display: block;margin:auto;}
.edit_con_original iframe{max-width:100%;}
@font-face {
  font-family: 'iconfont';  /* Project id 4600940 */
  src: url('//at.alicdn.com/t/c/font_4600940_20wjn9neaz.woff2?t=1720505363296') format('woff2'),
       url('//at.alicdn.com/t/c/font_4600940_20wjn9neaz.woff?t=1720505363296') format('woff'),
       url('//at.alicdn.com/t/c/font_4600940_20wjn9neaz.ttf?t=1720505363296') format('truetype');
}
@media only screen and (max-width:767px) {
.edit_con_original iframe{width:100%;height:auto;}
}
/*所有后台编辑器区域都要引用 edit_con_original 类名*/
 
/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
 
 
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }

.err_position{ width:100%; height:auto; background:url(../images/errors.png) center no-repeat;}
/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {display:none;}
video::-webkit-media-controls-enclosure {overflow:hidden;}
video::-webkit-media-controls-panel {width: calc(100% + 30px);}

/* 阿里图标 */
[class*='icon']{font-family: 'iconfont';}
.video_button2{pointer-events: none;cursor: default;}
.video_button2 .video_bf{display: none;}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}

/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}
/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

/*左右居中*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0);-ms-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-o-transform: translate(-50%,0); position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

.animate{ transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slowx { transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1); }
.animate_fast{ transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slow{ transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_normal{ transition: 0.5s all linear;}

.m_color .mCSB_scrollTools .mCSB_draggerRail{ width:1px; background: #ccc;}
.m_color .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:3px;-webkit-border-radius:0;border-radius:0;background:#ab0500;}
.m_color .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.m_color .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.m_color .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar{ background:#ab0500;}

.bg-cover{ background-size: cover !important;background-repeat: no-repeat !important;background-position: center !important;}
/*内页banner*/
.inbanner{ position: relative; color:#fff; }
.inbanner img{ width:100%;}
.inbanner h2{display: inline-block;font-weight: bold;}
.inbanner .txt{bottom: 11%;color:#fff;top: auto;z-index: 3;}
.inbanner .txt p{text-transform: uppercase;}
.bg-cover{background-size: cover;background-position: center;}
.inbanner:after{content: "";display: block;width: 100%;height: 100%;left: 0;top: 0;position: absolute;}
@media only screen and (max-width:1279px) {
  .inbanner{padding-top: 0;}
}
@media only screen and (max-width:767px) {
  .inbanner{ height: 240px;}
  .inbanner img{ display: none;}
  .inbanner::before{
    background-size: 100% auto;
  }
}


.inBody{background: #fff;padding-top: 105px;}
.inBody .height_height{display: block;height: 45px;}
.inBody .header{background:#fff;border-bottom: 1px solid #e3e7ec;}
/*.inBody .head .logo a {background-image: url(../images/logo_w.png);}*/
.inBody .header .search{color: #000;}
.inBody .header .lang span{color: #000;}
/* .inBody .nav_phone_btn span,.inBody .nav_phone_btn span:before,.inBody .nav_phone_btn span:after{background: #000;} */
.inBody .img02{display:block!important;}
.inBody .img01{display:none!important;}
.inBody .h_nav a:hover{color: #000 !important;}
@media only screen and (min-width:1025px){
    .inBody .header_search span{color: #000;}
}
@media only screen and (max-width:1024px) {
  .inBody{padding-top: 50px;}
  .inBody .nav_phone_btn.visible_nav span:before,.inBody .nav_phone_btn.visible_nav span:after{background: #fff;}
}
body,a{color: #333333;}
input,button,textarea{border:none;outline: none;background: none;}

.wrap{width: 1440px;max-width: 90%;margin:0 auto;}
.wrap2{width: 1680px;max-width: 90%;margin: auto;}
.line24{line-height: 24px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line30{line-height: 30px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line32{line-height: 32px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.line36{line-height: 36px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.ellipsis_p{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ratio-img,.ratio-img img{width: 100%;}
.bold{font-weight: bold;}
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
@media only screen and (max-width:1024px) {
  .wrap,.wrap2{max-width: 94%;}
  .line30,.line32,.line36{line-height: 24px;}
}

.video_appbox{ position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;opacity: 0;visibility: hidden;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.video_appbox.show{visibility: visible;opacity:1;}

.video_appbox video{/*object-fit: cover;*/    width: 100%;}
.video_appbox .video_t{ 
  z-index:2; background:#000;width: 1035px;max-width:94%;height: 60%;
  transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:60%;
     transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;
  visibility: hidden;opacity: 0;

}
.video_appbox.show .video_t{
  visibility: visible;
  opacity:1;
  top:50%;
}
.video_appbox .mask{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
.lt9 .video_appbox .mask{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");}
.vide0_close{ position:absolute; top:20px; right:20px; cursor:pointer; z-index: 99999;}
.vide0_close i{color: #fff;font-size:20px;font-weight: bold;}

.weixin{ position:fixed; width:300px; z-index:100000; background:#fff; border:1px solid #ddd; border-radius:2px; box-shadow:1px 1px 10px #666;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); left:50%; top:50%;}
.weixin .c{ position:absolute; width:40px; height:40px; background:url(../images/x.png) center center no-repeat; overflow:hidden; text-indent:100px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin h2{ position:relative; line-height:40px; font-size:16px; padding-left:20px; font-weight:normal;}
.weixin .img{ padding:10px 20px;text-align:center; border-top:1px solid #ddd;}
.weixin .img img{width:200px; height: 200px;}
.weixin p {margin:0 0 30px; text-align:center;}
@media only screen and (max-width:767px) {
.weixin{width:70%;}
body{-webkit-tap-highlight-color: transparent; 
-moz-tap-highlight-color: transparent; 
-ms-tap-highlight-color: transparent; 
tap-highlight-color: transparent;
user-select: none; 
outline: none;}
}


/*font-size*/
.fnt_12 { font-size: 12px;}
.fnt_16 { font-size:16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_22 { font-size:22px;}
.fnt_24 { font-size:24px;}
.fnt_26 { font-size:26px;}
.fnt_28 { font-size:28px;}
.fnt_30 { font-size:30px;}
.fnt_32 { font-size:32px;}
.fnt_36 { font-size:36px;}
.fnt_40 { font-size:40px;}
.fnt_48 { font-size:48px;}
.fnt_50 { font-size:50px;}
.fnt_60 { font-size:60px;}
.fnt_68 { font-size:68px;}
.fnt_72 { font-size:72px;}
.fnt_80 { font-size:80px;}
.fnt_100 { font-size:100px;}
.fnt_120 { font-size:120px;}
@media only screen and (max-width:1660px) {
  .fnt_18 { font-size:16px;}
  .fnt_20 { font-size:18px;}
  .fnt_22 { font-size:20px;}
  .fnt_24 { font-size:22px;}
  .fnt_26 { font-size:24px;}
  .fnt_28 { font-size:26px;}
  .fnt_30 { font-size:28px;}
  .fnt_32 { font-size:28px;}
  .fnt_36 { font-size:34px;}
  .fnt_40 { font-size:36px;}
  .fnt_48 { font-size:44px;}
  .fnt_50 { font-size:48px;}
  .fnt_60 { font-size:52px;}
  .fnt_68 { font-size:60px;}
  .fnt_72 { font-size:66px;}
  .fnt_80 { font-size:70px;}
  .fnt_100 { font-size:80px;}
  .fnt_120 { font-size:100px;}
}

@media only screen and (max-width:1440px) {
  .fnt_20 { font-size:16px;}
  .fnt_22 { font-size:18px;}
  .fnt_24 { font-size:20px;}
  .fnt_26 { font-size:22px;}
  .fnt_28 { font-size:24px;}
  .fnt_30 { font-size:26px;}
  .fnt_32 { font-size:26px;}
  .fnt_36 { font-size:30px;}
  .fnt_40 { font-size:32px;}
  .fnt_48 { font-size:40px;}
  .fnt_50 { font-size:44px;}
  .fnt_60 { font-size:48px;}
  .fnt_68 { font-size:56px;}
  .fnt_72 { font-size:60px;}
  .fnt_80 { font-size:60px;}
  .fnt_100 { font-size:70px;}
  .fnt_120 { font-size:80px;}
}
@media only screen and (max-width:1366px) {
  .fnt_24 { font-size:18px;}
  .fnt_26 { font-size:20px;}
  .fnt_28 { font-size:22px;}
  .fnt_30 { font-size:24px;}
  .fnt_32 { font-size:24px;}
  .fnt_36 { font-size:28px;}
  .fnt_40 { font-size:30px;}
  .fnt_48 { font-size:36px;}
  .fnt_50 { font-size:40px;}
  .fnt_60 { font-size:42px;}
  .fnt_68 { font-size:48px;}
  .fnt_72 { font-size:48px;}
  .fnt_80 { font-size:52px;}
  .fnt_100 { font-size:60px;}
  .fnt_120 { font-size:70px;}
}
@media only screen and (max-width:1024px) {
  .fnt_16 { font-size:14px;}
  .fnt_22 { font-size:14px;}
  .fnt_24 { font-size:16px;}
  .fnt_26 { font-size:18px;}
  .fnt_28 { font-size:20px;}
  .fnt_30 { font-size:22px;}
  .fnt_32 { font-size:22px;}
  .fnt_36 { font-size:24px;}
  .fnt_48 { font-size:20px;}
  .fnt_48 { font-size:26px;}
  .fnt_50 { font-size:30px;}
  .fnt_60 { font-size:32px;}
  .fnt_68 { font-size:40px;}
  .fnt_72 { font-size:40px;}
  .fnt_75 { font-size:40px;}
  .fnt_80 { font-size:44px;}
  .fnt_100 { font-size:50px;}
  .fnt_120 { font-size:60px;}
}
@media only screen and (max-width:767px) {
  .fnt_24 { font-size:16px;}
  .fnt_26 { font-size:16px;}
  .fnt_28 { font-size:16px;}
  .fnt_30 { font-size:18px;}
  .fnt_32 { font-size:18px;}
  .fnt_36 { font-size:18px;}
  .fnt_40 { font-size:18px;}
  .fnt_48 { font-size:20px;}
  .fnt_50 { font-size:22px;}
  .fnt_60 { font-size:22px;}
  .fnt_68 { font-size:22px;}
  .fnt_72 { font-size:24px;}
  .fnt_80 { font-size:36px;}
  .fnt_100 { font-size:40px;}
  .fnt_120 { font-size:50px;}
}

*{box-sizing:border-box;}
.header,.header_height{height: 105px;line-height: 80px;}

.header_height{display:none;}
.header{position: fixed;background:url(../images/navbg.png) 0 0 repeat-x;left: 0;top:0;z-index: 9999;padding: 0 0.9rem;width:100%;}
.header h1{width: 185px;height: 53px;margin-top: 31px;float: left;}/*margin-top: 40px;*/
.header h1 a{display: block;}
.header h1 img{width:100%;height: 100%;vertical-align: top;}
.nav{float: right;}
.nav li{float: left;position: relative;}
.nav li>a{padding: 0 0.3rem;color: #fff;display: block;transition: all .3s;}
.nav li a:hover{color: #fff !important; font-weight: bold;}
.nav{margin-top: 30px;}
.header_search{margin-top: 20px}
.header .return_a,.nav_phone_btn{display: none;}
.common_more{
  position: relative;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  transition: all .3s;
  min-width: 110px;
  text-align: center;
}
.common_more.black{background: #000;color: #fff;}
.common_more.green{background: #52b237;color: #fff;}

.common_more i{
  font-size: 20px;
  font-weight: bold;
  margin-left: 5px;
  vertical-align: middle;
  transition: all .3s;
}
.common_more em{margin-right: 5px;transition: all .3s;}
.hide{display: none;}
@media only screen and (min-width: 1024px) {
  .demo .ss:nth-child(2){color: red;}
  .sub_nav{
    position: absolute !important;
    right: .9rem;
    top: 26px;
    transition:all .3s;
  }
  .sub_nav3{right: 0.9rem;}
  .sub_nav2{right: 2rem;}
  .sub_nav1{right: 3.1rem;}
  .sub_nav a{font-size: 14px;line-height: 1.5;}
  .sub_nav .navlist{top: 30px;}
  .sub_nav:after{top: 30px !important;}
  .sub_nav>a::after{
    font-family: 'iconfont';
    content:'\e688';
    font-size: 12px;
    color: #fff;
    margin-left: 5px;
  }
  .sub_nav .navlist{
    width: 90px;
    margin-left: -45px;
  }
  .sub_nav .navlist a{font-size: 13px;}
  .sub_nav .navlist {border-top-width: 3px;}
  .scrollHeader .sub_nav{top: 5px;}
}

@media only screen and (min-width:768px) {
  .common_more:hover{padding-left: 21px;}
  .common_more:hover em{margin-right: 8px;}
  .common_more:hover i{margin-left: 8px;}
  .common_more.green:hover{color: #000 !important;}
}

@media only screen and (min-width:1025px) {
  .common_more{height: 46px;line-height: 46px;padding: 0 24px;min-width: 126px;font-size: 18px;}
  .tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}

  .header h1,.header h1 img,.nav, .header_search{transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
  .scrollHeader .header{height: 80px;}
.scrollHeader .nav,.scrollHeader .header_search{margin-top: 10px;}
.scrollHeader .headersearch_box{margin-top: 22px;}
  .scrollHeader .header{background: rgba(0,0,0,0.8);}
  .scrollHeader .header h1{margin-top: 13px;}
  .scrollHeader .header h1 img{transform:scale(0.8,0.8); -webkit-transform:scale(0.8,0.8);-moz-:scale(0.8,0.8);-o-transform:scale(0.8,0.8);-ms-transform:scale(0.8,0.8);}
}
/*搜索*/
.header_search{width: 320px;height:100%;text-align: center;position: relative;float: right;margin-left: 0.2rem;}
.header_search.cur .headersearch_box{ visibility: visible;opacity: 1;
  -webkit-transform: translateY(0); -moz-transform: translateY(0);-o-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);
}
.h_nav{line-height: 1;display: none;}
.h_nav a{color: #fff;font-size: 14px;margin-left: 15px;}
.h_nav dl{
  width: 85px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width:768px) {
  .h_nav dl:hover dd{visibility: visible;opacity: 1;}
}

.h_nav dt{color: #fff;font-size: 14px;text-align: right;}
.h_nav dt i{font-size: 12px;margin-left: 5px;}
.h_nav dd{
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  padding: 5px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
.h_nav dl a{
  margin-left: 0;
  display: block;
  font-size: 12px;
  text-align: center;
  color: #000;
  padding: 8px 0;
  white-space: nowrap;
}
.headersearch_box{
  width: 320px;
  overflow: hidden;
  border-radius: 5px;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  -ms-transition:all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  height: 35px;
  border-radius: 18px;
  margin-top: 33px;
}
.headersearch_box input,.headersearch_box button{height: 33px;line-height: 33px;color: #fff;}
.headersearch_box input{float: left;width: calc(100% - 50px);box-sizing:border-box;padding: 0 15px;}
.headersearch_box input::placeholder{color: #fff;}
.headersearch_box button{float: right;width: 50px;text-align: center;font-size: 20px;cursor: pointer;} 


/*下拉*/
.nav>ul>li>span{display: none;cursor: pointer;}
/*导航下拉*/
.navlist{display: none; position: absolute; z-index: 2; left:0;top:100%; width:100%; background:#fff; width: 160px;left: 50%;margin-left: -80px;border-top: 4px solid #42a22a;}
.navlist::before{ display: none; content: ""; position: absolute;left:50%; margin-left:-8px; top:-10px;width: 0;height: 0;border-bottom: 10px solid #9A6C58;border-right: 10px solid transparent;border-left: 10px solid transparent;}
.navlist dl{padding:5px 0; text-align: left;}
.navlist dl dd{line-height:30px;text-align: center;}
.navlist dl dd a{color: #000;padding: 6px 0;display: block;}
.nav>ul>li:after{content:"";position: absolute;top:100%;left: 50%;width: 0;height: 0;overflow: hidden;margin: -16px 0 0 -8px;border: 8px dashed transparent;border-bottom: 8px solid #52b237;visibility: hidden;opacity: 0;}
.nav>ul>li.cur:after{visibility: visible;opacity: 1;}
.nav>ul>li:first-child::after,
.nav>ul>li.no-child::after{display: none;}

.phone_search_btn{
  float: right;
  width: 30px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 20px;
  margin-top: 12px;
  text-align: center;
  display: none;
}
@media only screen and (max-width:1366px) {
  .nav li>a{padding: 0 .2rem;}
  .headersearch_box,
  .header_search{
    width: 200px;
  }
  .h_nav{width: 320px;float: right;margin-bottom: 18px;}
  .scrollHeader .h_nav{margin-bottom: 10px;}
}
@media only screen and (max-width:1024px) {
  .nav>ul>li:after{display: none;}
  .phone_search_btn{display: block;}
}
/*搜索*/
@media only screen and (max-width:1024px) {
  .header{padding: 0 10px;background:rgba(0,0,0,0.8);}
  .header, .header_height{height: 50px;line-height: 50px;}
  .header_height{display:block;}

  .header h1{padding-top:8px;width: 120px;margin-top: 0;height: 50px;}
  .phone_search{display: block;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
  .header_right{position: relative;margin-top: 14px;}
  .header_search{position: relative; transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;width: 94%;visibility: hidden;opacity: 0;z-index: 1000;}
  .header_search span{position: static;}
  .phone_search.cur{opacity: 0.6}
  .header_search.cur{visibility: visible;opacity: 1;}
  .headersearch_box{top:50px;margin-top: 5px;background: #fff;}
  .headersearch_box{width:94%;right: 3%;box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);}
  .headersearch_box input, .headersearch_box button{height: 35px;line-height:35px;color: #000;}
  .headersearch_box input::placeholder{color: #999;}
  .nav>ul>li>a span {height: auto;line-height: 40px;padding: 0;}
  .nav>ul>li>span{display: block;}
  .menu{display: none;}
  .header{box-shadow: 0 0 10px rgba(0,0,0,.2);}
  /*.header,.height_height{height: 60px;display: block;}*/
  .nav{margin-right: 0;height: 100%;}
  /*手机按钮*/
  .nav .icon-you,.header .return_a{display: block;}
  .header .return_a a{display: block;}
  .nav li>a i {display: none;}
  .nav li.cur .navlist {right: 0;}
  .nav_phone_btn{display:block;float: right;}
  .nav_phone_btn span,.nav_phone_btn em{
  transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;
  }
  .nav_phone_btn{float: right;position: relative;width: 60px;cursor: pointer;}
  .nav_phone_btn span i{display:block;width: 32px;height: 2px;background: #52b237;margin-top: 8px;}
  .nav_phone_btn span i:first-child{margin-top: 0;}
  .nav_phone_btn em{color: #52b237;font-size: 20px;visibility: hidden;opacity: 0;}
  .visible_nav span{visibility: hidden;opacity:0;}
  .visible_nav em{visibility: visible;opacity: 1;font-size: 24px;font-weight: bold;}
  .nav_phone_btn span i{width: 20px;}
  .nav_phone_btn span i{margin-top: 6px;}
  .nav_phone_btn{width: 30px;height:28px;margin-left: 10px;margin-top: 12px;}
  .nav{position: fixed;bottom:0;right:-100%;width:100%;background: #52b237;height: calc(100% - 50px);z-index: 999;}
  .nav,.nav>ul>li{float: none;border-bottom: 1px solid rgba(255,255,255,0.1);line-height: initial;}
  .nav>ul>li>a{height: 40px;line-height: 40px;font-weight: normal;font-size: 16px;padding: 0 20px;color: #fff;}
  .nav{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
  .navbody .nav{right: 0;padding-left: 0;}
  .nav>ul>li>a,.header .return_a{}
  .nav>ul>li{position: static;width: 100%;text-align: left;}
  .nav li{float: none;border-bottom: 1px dashed rgba(255,255,255,0.2);display: table;width: 100%;position: static;line-height: 40px;}
  .nav li a{color: #fff;}
  .nav li>a{line-height: 40px;width:calc(100% - 90px);float:left;}
  .nav li>span,.header .return_a{display: block;color: #fff;}
  .nav li>span{width: 50px;text-align: center;float: right;line-height: 40px; font-size: 14px;}

  .navlist{ background: none; padding: 0; border-top: 1px solid rgba(255,255,255,.2); height: 100%;line-height: inherit; width: 100%; display: block;clear: both; left:auto; top:0; margin-left: 0!important;right: -200%;background: #52b237;border-top: 0;box-sizing: border-box;z-index: 4;transition:all 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;}
  .nav>ul>li.on .navlist{right: 0;}
  .navlist .wrap{width: 100%;max-width: 100%;}
  .navlist dl{padding:  0;}
  .navlist dl dd{margin-bottom: 0;line-height: 40px;border-bottom: 1px solid rgba(255,255,255,0.1);padding: 0 20px;box-sizing: border-box;}
  .navlist dl{line-height: 40px;}
  .navlist dl dd{width:100%;text-align: left; display: block;}
  .navlist dl dd a{color:#fff;padding: 0;}
  .navlist dl dd a:after{display: none;}
  .nav li.on>a{color: #fff!important;}
  .navlist .nav_p p{text-align: left;    border-bottom: 1px solid rgba(255,255,255,0.1);}
  .navlist .nav_p p a{padding: 0 20px;}
  .navlist .nav_p p{height:40px;line-height: 40px;}
  .nav>ul>li>a,.navlist{font-size: 14px;}
  .navlist .nav_p{padding: 0;}
  .header_right a{width: 90px;}
  .height_height{display: block;}
  .header_top,.height_height{height: 54px;}
 .return_a{height: 40px;line-height:40px;    border-bottom: 1px solid rgba(255,255,255,0.1);padding: 0 20px;}

 .nav, .header_search{margin-top: 0;}
 .h_nav{display: none;}
}

@media only screen and (min-width:1025px) {
    .navlist .wrap{width: 100%;max-width: 100%;}
    .navlist dd a{border-bottom: 1px solid #dbdbdb;}
    .navlist dd:last-child a{border: 0;}
    .navlist dl dd a:hover{opacity: 1;color: #000 !important;font-weight: bold;}
}

/* 底部 */
.footer{background:#181818;padding-top: 0.7rem;padding-bottom: 1.08rem;font-size: 16px;}
.footer,.footer a{color: #fff;}
.foot_nav{
  float: left;
}
.foot_nav ul{
  float: left;
  margin-right: 1.1rem;
}
.foot_nav ul li{
  margin-bottom: 30px;
}
.foot_right{
  float: right;
}
.foot_share{display: inline-block;vertical-align: top;}
.foot_share a{margin-right: 24px;}
.copyright{
  display: inline-block;
  vertical-align: top;
  margin-left: 1rem;
}
.foot_logo{
  text-align: right;
  margin-top: .9rem;
}
.foot_logo img{
  width: 185px;
  height: 53px;
}
/* 面包屑导航 */
.common_breadcrumb{color: #000;margin-top: 28px;margin-bottom: 30px;}
.common_breadcrumb ul{border-bottom: 1px solid #c6c6c6;padding-bottom: 15px;}
.common_breadcrumb li{display: inline-block;}
.common_breadcrumb li a{color: #000;}
.common_breadcrumb li+li:before{padding: 0 10px;content: "/\00a0";}
.common_breadcrumb ul > a{
  padding: 0 6px;
}
.common_breadcrumb ul > a:first-child{padding-left: 0;}
.common_breadcrumb ul > .active{padding-left: 5px;}
@media only screen and (max-width:1660px) {

}
@media only screen and (max-width:1440px) {

}
@media only screen and (max-width:1300px) {

}

@media only screen and (max-width:1024px) {
  .foot_nav,
  .foot_right{float: none;}
  .foot_nav ul{float: none;margin-right: 0;margin-bottom: .15rem;overflow: hidden;}
  .foot_nav ul li{display: inline-block;margin-bottom: 0;margin-right: .15rem;}
  .copyright{margin-left: 0;display: block;}
  .foot_logo{text-align: center;margin-top: .3rem;}
}
@media only screen and (max-width:768px) {
  .footer{padding: 30px 0;}
}
@media only screen and (min-width:1025px) {
  a{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
  a:hover{color:#52b237 !important;}
}

/*page*/
.pageout{text-align: center; clear: both;padding: 20px 0 30px;}
.page{display:inline-block;*display:inline;*zoom:1;}
.page{vertical-align:middle;text-align:center;margin: 0 auto; color:#2d2d2d; height:52px; line-height:52px; }
.page span{color:#2d2d2d; float: left; }
.page i{float: left;width: 60px;height: 60px;background: #f1f1f1;margin: 0 2px;}
.page a{float: left; width:48px;height: 48px;line-height: 48px; color: #bababa;  box-sizing:border-box;background: #ececec;margin-left: 5px;border-radius: 4px;}
.page a.on{background:#000;color:#fff;}
.page a.prev {background:#fff url(../images/page_prev_on.png) center center no-repeat; text-indent:-10000px;border: 1px solid #d5d5d5;}
.page a.next {background:#fff url(../images/page_next_on.png) center center no-repeat; text-indent:-10000px;border: 1px solid #d5d5d5;}

.page a.prev.no,.page a.next.no{opacity: 0.5; cursor: default; }

.page a.go{margin-left:3px; width: 34px; background: #0066ff; color: #fff; border:1px solid #0066ff; height: 34px; line-height: 34px;font-size: 14px;display: none;}
@media only screen and (min-width:768px) {
  .page a.go:hover{color: #fff !important;}
  .page a:hover{color: #000 !important;}
  .page a.on:hover{color: #fff !important;}
}

.page .txtnum{line-height: 34px;display: none;}
.page .txtnum input{color:#b3b3b3; width:34px;height:34px; line-height:34px; padding: 0 5px; text-align:left;background:none;
    border: 1px solid #dddddd; margin: 0 6px;box-sizing: border-box;display: block;}

.news_cont .page a.on{background:#0066ff;border-color: #0066ff; }
.yeshu{font-size: 14px;line-height: 34px;display: none;}


@media only screen and (max-width:1024px) {
    .pageout{padding: 40px 0 20px;}
}
@media only screen and (max-width:767px) {
    .pageout{padding: 30px 0 0px;}
    .page a{display:none; font-weight: normal;width: 34px;height: 34px;line-height: 34px;}
    .page a.prev,.page a.next,.page a.on{display:block; display:inline-block;}
    .page i{margin:0 4px;display: none;}
    .page a.prev{margin-right:5px; }
    .page a.next{margin-left: 5px;}
    .page .txtnum,.page a.go,.yeshu{display: block;}
}

/*page*/
/* 法律声明 */
.law_wrap{
  background: url(../images/supervise_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 3.64583333% 0 5.20833333%;
}
.law_wrap .cont{
  background-color: #ebf2f8;
  padding: 3.47222222%;
}
/* 网站地图 */
.map_site{padding: 5% 0 7%;overflow: hidden;box-sizing: border-box;}
.map_site li{margin-bottom: 40px;}
.map_site li:last-child{margin-bottom: 0;}
.map_site dt{padding: 0 30px;line-height: 32px;border-left:2px solid #000;margin-bottom: 20px;}
.map_site dd{overflow: hidden;background: #f0f0f0;padding: 30px;padding-bottom: 15px;}
.map_site p{float: left;margin-right: 65px;line-height: 24px;margin-bottom: 15px;}
.map_site p a{padding-left:20px;position: relative;}
.map_site p a:before{content: "";display: block;width: 4px;height: 4px;background: #000;border-radius: 4px;position: absolute;left: 0;top: 50%;margin-top: -2px;}
@media only screen and (max-width:1280px) {
    .map_site p a{padding-left: 20px;}
    .map_site p{margin-right: 40px;}
}
@media only screen and (max-width:1024px) {
    .map_site p a{padding-left: 20px;}
    .map_site p{margin-right:30px;}
    .map_site dt{line-height: 24px;padding-left: 15px;}
    .map_site dd{padding: 20px;padding-bottom: 10px;}

}
@media only screen and (max-width:767px) {
    .map_site li{margin-bottom: 20px;}
    .map_site dt{padding:0 10px;line-height: 24px;margin-bottom: 10px;}
    .map_site dd{padding: 20px 15px;padding-bottom: 5px;}
    .map_site p a{padding-left: 10px;}
    .map_site p{margin-right:20px;}
    .common_breadcrumb{margin: 20px 0;}
}





