﻿/* reset */
*{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}
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 }*/
body, input, select, button, textarea { font-size: 14px; 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%!important; height:auto;}
.edit_con_original video{ max-width:100%;display: block;margin: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';
}



/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
.tran_scale img{transition:0.5s all; -webkit-transition:0.5s all;}

/*截字*/
.ellipsis{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:100%;}
.clamp{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; line-height: 1.5; max-height: 3em;height: 3em;overflow:hidden;}
.clamp_3{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3; line-height: 1.5; max-height: 4.5em;height: 4.5em;overflow:hidden;}
.clamp_4{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 4; line-height: 1.5;  max-height: 6em;height: 6em;overflow:hidden;}
.clamp_5{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 5; line-height: 1.5;  max-height: 7.5em;height: 7.5em;overflow:hidden;}
.clamp_6{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 6; line-height: 1.5;  max-height: 9em;height: 9em;overflow:hidden;}


/*两端对齐*/
.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;}

.bg-cover{ background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;}

body,a{color: #333333;}

.wrap{width: 1720px;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{max-width: 94%;}
.line30,.line32,.line36{line-height: 24px;}

}

/*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_38 { font-size:38px;}
.fnt_40 { font-size:40px;}
.fnt_42 { font-size:42px;}
.fnt_48 { font-size:48px;}
.fnt_50 {font-size: 50px;}
.fnt_52 { font-size:52px;}
.fnt_56 { font-size:56px;}
.fnt_60{ font-size:60px;}
.fnt_72{ font-size:72px;}
.fnt_80{font-size: 80px;}
.fnt_86{font-size: 86px;}
.fnt_90{ font-size:90px;}
@media only screen and (max-width:1800px) {
    .fnt_56 { font-size:54px;}
    .fnt_60{ font-size:54px;}
    .fnt_80{font-size: 78px;}
    .fnt_86{font-size: 84px;}
}
@media only screen and (max-width:1660px) {
    .fnt_56 { font-size:44px;}
    .fnt_60{ font-size:44px;}
    .fnt_22 {font-size: 20px;}
    .fnt_80{font-size: 76px;}
    .fnt_86{font-size: 76px;}
}
@media only screen and (max-width:1440px) {
    .fnt_22 {font-size: 18px;}
    .fnt_24 { font-size:22px;}
    .fnt_26 { font-size:22px;}
    .fnt_28 { font-size:24px;}
    .fnt_30 { font-size:28px;}
    .fnt_32 { font-size:28px;}
    .fnt_36 { font-size:30px;}
    .fnt_38 { font-size:31px;}
    .fnt_40 { font-size:32px;}
    .fnt_42 { font-size:34px;}
    .fnt_48 { font-size:40px;}
    .fnt_50 {font-size: 42px;}
    .fnt_52 { font-size:44px;}
    .fnt_56 { font-size:44px;}
    /*.fnt_60{ font-size:56px;}*/
    .fnt_72{ font-size:60px;}
    .fnt_80{font-size: 60px;}
    .fnt_86{font-size: 60px;}
    .fnt_90{ font-size:72px;}
}
@media only screen and (max-width:1366px) {
    .fnt_20 { 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:26px;}
    .fnt_38 { font-size:27px;}
    .fnt_40 { font-size:28px;}
    .fnt_42 { font-size:30px;}
    .fnt_48 { font-size:36px;}
    .fnt_50 {font-size: 38px;}
    .fnt_52 { font-size:40px;}
    .fnt_56 { font-size:40px;}
    .fnt_60{ font-size:44px;}
    .fnt_72{ font-size:48px;}
    .fnt_80{font-size: 50px;}
    .fnt_86{font-size: 50px;}
    .fnt_90{ font-size:52px;}

}
@media only screen and (max-width:1280px) {
    .fnt_22 {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_38 { font-size:25px;}
    .fnt_40 { font-size:26px;}
    .fnt_42 { font-size:28px;}
    .fnt_48 { font-size:32px;}
    .fnt_50 {font-size: 34px;}
    .fnt_56 { font-size:34px;}
    .fnt_60{ font-size:36px;}
    .fnt_72{ font-size:40px;}
    .fnt_80{font-size: 40px;}
    .fnt_86{font-size: 40px;}
    .fnt_90{ font-size:42px;}
}
@media only screen and (max-width:1024px) {
    .fnt_16 { font-size:14px;}
    .fnt_18 { font-size:16px;}
    .fnt_20 { font-size:16px;}
    .fnt_24 { font-size:18px;}
    .fnt_30 { font-size:20px;}
    .fnt_36 { font-size:22px;}
    .fnt_38 { font-size:22px;}
    .fnt_40 { font-size:22px;}
    .fnt_42 { font-size:24px;}
    .fnt_48 { font-size:26px;}
    .fnt_50 {font-size: 28px;}
    .fnt_52 { font-size:28px;}
    .fnt_56 { font-size:28px;}
    .fnt_60{ font-size:32px;}
    .fnt_72{ font-size:36px;}
    .fnt_80{font-size: 36px;}
    .fnt_86{font-size: 36px;}
    .fnt_90{ font-size:36px;}
}
@media only screen and (max-width:767px) {
.fnt_16 { font-size:14px;}
.fnt_18 { font-size:14px;}
.fnt_20 { font-size:16px;}
.fnt_24 { font-size:16px;}
.fnt_30 { font-size:18px;}
.fnt_36 { font-size:18px;}
.fnt_48 { font-size:18px;}
.fnt_52 { font-size:20px;}
.fnt_56 { font-size:20px;}
.fnt_60{ font-size:24px;}
.fnt_72{ font-size:24px;}
.fnt_80{font-size: 32px;}
.fnt_80{font-size: 32px;}
.fnt_90{ font-size:30px;}
}

/*weixin-box*/
.weixin-box{ position:fixed; width:260px; height:240px; z-index:100000; left:50%; top:50%; margin:-120px 0 0 -130px; background:#fff; border:1px solid #ddd; border-radius:4px;}
.weixin-box .c{    color: #000; position:absolute; width:30px; height:30px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin-box h2{ position:relative; line-height:30px; font-size:16px; padding-left:10px;}
.weixin-box .img{ padding:20px 10px; text-align:center; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.weixin-box .img img{ width:115px; height:115px;}
.weixin-box p{ padding:15px 10px 0; text-align: center;}

.weixin{ position:fixed; width: 320px;height: 300px;z-index:100000; left:50%; top:50%; margin:-150px 0 0 -160px; background:#fff; border:1px solid #ddd; border-radius:4px;}
.weixin .c{ position:absolute; width:30px; height:30px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin h2{ position:relative; line-height:30px; font-size:16px; padding-left:10px;}
.weixin .img{ padding:20px 10px; text-align:center; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.weixin .img img{ width:155px; height:155px;}
.weixin p{ padding:15px 10px 0; text-align: center;}
/*weixin-box*/
/*dy_box*/
.dy_box{ position:fixed; width:260px; height:240px; z-index:100000; left:50%; top:50%; margin:-120px 0 0 -130px; background:#fff; border:1px solid #ddd; border-radius:4px;display: none;}
.dy_box .c{    color: #000; position:absolute; width:30px; height:30px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.dy_box h2{ position:relative; line-height:30px; font-size:16px; padding-left:10px;}
.dy_box .img{ padding:20px 10px; text-align:center; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.dy_box .img img{ width:115px; height:115px;}
.dy_box p{ padding:15px 10px 0; text-align: center;}

.dy_box{ position:fixed; width:260px; height:240px; z-index:100000; left:50%; top:50%; margin:-120px 0 0 -130px; background:#fff; border:1px solid #ddd; border-radius:4px; box-shadow:2px 2px 2px #ddd;}
.dy_box .c{ position:absolute; width:30px; height:30px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.dy_box h2{ position:relative; line-height:30px; font-size:16px; padding-left:10px;}
.dy_box .img{ padding:20px 10px; text-align:center; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.dy_box .img img{ width:115px; height:115px;}
.dy_box p{ padding:15px 10px 0; text-align: center;}
/*dy_box*/

.footer{background:#f6f6f4;padding-top: 2.0833%;padding-bottom: 6.25%;overflow: hidden;}
.footer,.footer a{color:#2a2a2a;}

.foot_share{text-align: right;float: right;}
.footer .foot_share a{color:#484848;font-size: 30px;margin: 0 10px;}
.footer .foot_share a:hover{color: #bd0c01 !important;}
.foot_bottom{border-top: 1px solid #a3a3a3;overflow: hidden;padding-top: 2.5%;}
.foot_ble{float: left;font-size: 14px;}
.foot_blet{color: #535353;font-weight: bold;}
.foot_blet a{color: #535353;padding-right: 20px;}
.foot_blet a.tel_link{color:#535353!important;cursor: inherit;}
.foot_blet p{margin-top: 8px;}
.foot_bleb{margin-top: 36px;color: #000;
    font-weight: bold;}
.foot_bleb a{margin-left: 10px;}
.foot_tle{padding: 0 0 1.744% 0;float: left;}
.foot_tle a{display: inline-block;border-right: 1px solid #000;padding-right: 45px;margin-right: 45px;line-height: 1;}
.foot_tle a:last-child{border: none;padding-right: 0;margin-right: 0;}
.foot_tre{float: right;white-space: nowrap;}
.foot_tre .header_website{width: auto;float: none;margin-top: -8px;}
.foot_tre .header_website dt{background-color: #fff;}
.foot_tre .header_website dd{width: 100%;}
.foot_tre .label,
.foot_tre dl{
  display: inline-block;
  vertical-align: middle;
}
.foot_tre dl{width: 170px;}
@media only screen and (max-width: 1660px) {
.foot_tle a{padding-right: 30px;margin-right: 30px;}
}
@media only screen and (max-width: 1366px) {
.footer .foot_share a{margin: 0 5px;}
.foot_tle a{padding-right: 15px;margin-right: 15px;}

}
@media only screen and (max-width: 1200px) {
.footer .foot_share a{font-size: 24px;}
}
@media only screen and (max-width: 767px) {
.footer{padding-top: 30px;}
.foot_tle a{padding: 0;margin: 0;border:0;float: left;width: 25%;line-height: 30px;}
.foot_tle{overflow: hidden;}
.foot_top {font-weight: normal;}
.foot_tre .label, .foot_tre dl{width:100%; float: none;display: block;}
.foot_tre .header_website dd{width:100%;}
.foot_tre dl{margin-top: 10px;}
.foot_bleb{margin-top: 10px;}
.foot_share{float: none;text-align: center;overflow: hidden;clear: both;padding-top: 10px;}
.foot_blet span{display: block;padding: 0;}
}
@media only screen and (min-width: 1130px) {
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: #bd0c01 !important;}
.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);}
.foot_wz a:hover i,.foot_wz a:hover,.footer .foot_share a:hover{color: #bd0c01 !important;}
.foot_cont .phone_01 a{cursor: default;color: #fff !important;}
}

.height_height,.header{height: 80px;line-height: 80px;}
.header{position: fixed;top:0;left: 0;width: 100%;z-index: 999;background: #fff;    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
.header h1{float: left;width: 149px;height: 41px; margin-top: 18px;}
.header h1 a{display: block;height: 100%;}
.header h1 img{width: 100%;height: 100%;}
.header_re{float: right;}
.nav,.header_search{float: left;}
.nav li{float: left;margin: 0 25px;position: relative;}
.nav li span{display: none;}
.nav li .nav_list{display: none;}
.nav li>a{display: block;padding: 0 15px;position: relative;}
.nav li>a i{position: absolute;left: 50%;bottom: 0; width: 0%;height: 3px;background: #bd0c01;opacity:0;visibility: hidden;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 li.on>a i{left: 0;width: 100%;opacity: 1;visibility: visible;}
.nav li.on>a{color: #bd0c01;}
.nav_list{position: absolute;left: 50%;width: 100%;top:100%;background: #fff;font-size: 16px;text-align: center;line-height: 40px;padding: 10px 0;width: 140px;margin-left: -70px;box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);}


/*搜索*/
.header_search{  position: relative;margin-left: 20px; }
.search_btn{cursor: pointer;position: relative;float: right;width: 40px;text-align: center; color: #333;}
.search_btn.on{opacity:0.6;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;}
.search_btn:before{content: "\e6e7"; color: #333;}
.search_btn:before,.search_box_btn:before{font-size: 20px;}

.search_box {
    background: #fff;width: 100px;right: 0px; position: absolute;top:60px;    margin-top: 0;z-index: 91;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    border: 1px solid #eee;
     height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 40px;
}
.search_box.on {width: 230px;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;}
.search_box_input {width: calc(100% - 60px); padding: 0 10px;float: left;border: 0;height: 40px;outline: none;line-height: 40px;background: #fff;}
.search_box_btn {
  height: 40px;width: 40px;background: none;border: 0;outline: none; float: right;    font-weight: bold;
  position: relative;
}
.search_box_btn:before{content: "\e6e7";position: absolute;top:0;left: 0;width: 100%;height: 100%;    line-height: 40px;  }
/*搜索*/
.nav ul{float: left;}
@media only screen and (max-width:1440px) {
/*.nav li{margin: 0 8px;}
.nav li>a{padding:0 8px;}*/
}

@media only screen and (max-width:1250px) {
.nav ul{font-size: 16px;}
/*.nav li{margin: 0 ;}
.nav li>a{padding: 0 8px;}*/
}

.menu_button{float: right;margin-top: 20px;cursor: pointer;margin-left: 10px;display: none;}
.menu_button i{display: block;width: 24px;height: 2px;background: #bd0c01;margin-bottom: 6px;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}

@media only screen and (max-width:1130px) {
.nav ul{font-size: 14px;}
.nav li>a i{display: none;}
.menu_button{display: block;  z-index: 99;position: relative;width: 24px;height: 24px;}
.navbody .menu_button i{background: #fff;}
.navbody .menu_button i:first-child{left: 0;top: 12px;transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);position: absolute;}
.navbody .menu_button i:last-child{top: 12px;left: 0;transform: rotateZ(-45deg);-webkit-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);position: absolute;}
.navbody .menu_button i:nth-child(2){display: none;}

.height_height, .header{height: 60px;line-height: inherit;}
.nav{position: fixed;top:-100%;left: 0;width: 100%;height: 100%;background: #bd0c01;z-index: 9;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;visibility: hidden;opacity: 0;}
.nav,.nav a,.nav li.on>a{color: #fff;}
.nav ul{padding-top: 20px; float: none;   clear: both;}
.nav li>a{padding:0 20px;box-sizing:border-box;width: calc(100% - 50px);float: left;}
.nav li{float: none;line-height: 40px;border-bottom: 1px solid rgba(255,255,255,0.2);display: table;width: 100%;margin: 0;}
.nav li span.icon-youjiantou:before{width: 14px;height: 14px;    line-height: 14px;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;position: absolute;top:50%;left: 50%;margin-top: -7px;margin-left: -7px;}

.nav li.cur span.icon-youjiantou:before {
    transform: rotate(90deg);
}
.nav,.nav_list{line-height: 40px;}
.nav li span{display: block;width: 50px;text-align: center;float: right;cursor: pointer;position: relative;height: 40px; font-size: 20px;}
.nav_list{position: static;background: #ab1e15;width: 100%;left: 0;clear: both; text-align: left;margin: 0;font-size: 14px;overflow: hidden;}
.nav_list p a{padding: 0 40px;display: block;padding-right: 0;}
.nav_list p{border-bottom: 1px solid rgba(255,255,255,0.2);}
.nav_list p:last-child{border: 0;}
.nav li span.icon-icon:before{width: 14px;height: 14px;    line-height: 14px;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;position: absolute;top:50%;left: 50%;margin-top: -7px;margin-left: -7px;}

.nav li.cur span.icon-icon:before{  transform: rotate(-180deg);}

.navbody .nav{top:0;visibility: visible;opacity: 1;}
.header h1{margin-top: 6px;}
.header_search{margin-left: 0;margin-top: 15px;}
.nav_list{ box-shadow: 0 10px 10px rgba(0, 0, 0, 0);}




}

@media only screen and (max-width:767px) {
.search_box{top:100%;}
.search_box.on{width: 100%;}
.header_search{position: static;}

}

.header_website{float: right;width:165px;margin-top: 20px;margin-left: 20px;}
.header_website dt{height:40px;line-height: 40px;background:#f0f0f0;border-radius: 30px;overflow: hidden;position: relative;cursor: pointer;padding-left: 25px;box-sizing:border-box;}
.header_website dt i{position: absolute;top:0;right: 20px;color:#25555f;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.language{float: right;width: 65px;padding-left: 30px;position: relative;margin-left: 45px;}
.language:after{content:"";position: absolute;left: 0;top:50%;background:#474747; width: 1px;height: 14px;margin-top: -7px;}
.language dt{position: relative;cursor: pointer;}
.language dt p{color:#333;}
.language dt i{position: absolute;top:0;right:0;color:#25555f;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.language dl,.header_website dl{position: relative;}
.language dd,.header_website dd{background:#fff;box-shadow: 0 5px 10px rgb(0 0 0 / 30%);position: absolute;top:60px;padding: 10px 0;display: none;z-index: 99;}
.language dd p,.header_website dd p{line-height: 30px;}
.language dd p{text-align: center;}
.language dd{width:100px;left: 50%;margin-left: -50px;}
.header_website dd{width:200px;right: 0;top:40px;}
.header_website dd p{padding: 0 10px;}

.header_website dt.on i,.language dt.on i{-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);transform: rotate(180deg);}
@media only screen and (max-width:1440px) {

.language{padding-left: 20px;margin-left: 20px;}
}
@media only screen and (max-width:1130px) {
.language dt,.header_website dt{line-height: 30px;height:30px;}
.header_website dt i{right:10px;}
.header_website dt{padding-left: 10px;}
.header_website{margin-top:8px;}
.language{margin-left: 20px;float: left;}
.language:after{background:#fff;}
.language dt p{color: #fff;}
.language dt i{font-size: 12px;color:#fff;}
.language dd p a{color: #000;}
.header_website{float: left;width:110px;}
.header_website dt p{color:#000}
.header_website dd p a{color:#000}
.header_website dd{right: auto;left: 0;}
.header_website,.language{margin-top: 20px;}
.language dd, .header_website dd{top:100%;}

.language{padding-left: 0;}
.language:after{display: none;}
}

/*page*/
.pageout{text-align: center;padding-bottom: 5px;    clear: both;overflow: hidden;font-size:14px;padding-top: 60px;}
.page{display:inline-block;*display:inline;*zoom:1;}
.page {vertical-align:middle;text-align:center;margin: 0 auto; color:#000; height:24px; line-height:24px; }
.page span{color:#000;  }
.page span.pages_num{margin-left: 20px;}
.page a{float: left; width:24px;  color: #000; margin:0 10px; }
.page a.on{background: #bd0c01;color:#fff;}
.page a.prev {background:url(../images/page_le.png) center center no-repeat; text-indent:-10000px; margin-right: 5px;}
.page a.next {background:url(../images/page_re.png) center center no-repeat; text-indent:-10000px;}
.page a.prev.no{background:url(../images/page_re_no.png) center center no-repeat;}
.page a.next.no{background:url(../images/page_le_no.png) center center no-repeat;}
.page a.first{margin-left: 15px;background: none;width:auto;}
.page a.last{background: none;width:auto;cursor: pointer;}
.page a:first-child + a{}
.page a.next{margin:0 6px;}
.page input.go{cursor: pointer; border:none;outline: none;text-align: center; width: 32px; background: #bd0c01; color: #fff;  height: 24px; line-height: 24px;
font-family: "Arial";font-size: 12px;}
.page input.go:hover{color: #fff !important;}
.page a.on:hover{color: #fff !important;}
.page .txtnum{margin-left: 20px;}
.page .txtnum input{ text-align: center;width:40px;height:24px; line-height:24px; box-sizing:border-box; background:none;border: 1px solid #d2d2d2;margin-left: 8px;}
.page .dian{float: left;}
.page a.num{font-family: "Arial";}
@media only screen and (max-width:1440px) {
.page .txtnum input{margin:0 10px;margin-left: 0;}
.page a{margin: 0 8px;}
.pageout{padding-top: 40px;}
}
@media only screen and (max-width:1250px) {
.page .txtnum input{margin:0 10px;margin-left: 0;}
.page a{margin: 0 ;}

}

@media only screen and (max-width:767px) {
.pageout{padding-top: 20px;}
.page a{display:none; font-weight: normal;}
.page a.prev,.page a.next{display:block; display:inline-block;}
.page a.next{margin-right: 0;}
.total{display: none;}
.page a.on{display: inline-block;}
.page .txtnum input{margin: 0; width: 40px;border: 1px solid #838383;}
.page .dian{display: none;}
.page .txtnum{margin-left: 0px;}
.page span.pages_num{margin-left: 5px;}
}
@media only screen and (min-width:1025px) {
.page input.go{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.page input.go:hover{opacity: 0.8;}
.nav_p p a:hover{color: #fff !important; opacity: 0.7;}
.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);}


}


/*page*/





.site_banner{position: relative;margin-top: 80px;}
.site_text{position: absolute;left: 0;bottom:60px;width: 100%;color:#fff;line-height: 1;}
.site_text p{font-weight: normal;}
.site_line{height: 4px;width: 60px;background-color: #fff;margin-top: 2%;}
@media only screen and (max-width: 1130px){
  .site_banner{margin-top: 60px;}
}
@media only screen and (max-width:1024px) {
.site_text{bottom: 20px;}
}



.wrap_1600{width:1600px;max-width: 90%;margin: auto;}
.wrap_1440{width:1440px;max-width: 90%;margin: auto;}
@media only screen and (max-width:1024px) {
.wrap_1600,.wrap_1440{max-width: 94%;}
}
/*面包屑*/
.site{margin:20px 0 30px 0;}
.site a{color:#000000;}
.site span{color:#646464;}

/*首页加动态漂浮广告*/
#floatdiv{width:590px;height: 330px; position: absolute;top: 0;left: 0;z-index: 999; background: #D81119;}
#Clickclose{position: absolute;top:5%;right:2%; width:24px; height: 24px; line-height: 24px; text-align: center; background:#fff;cursor: pointer;border-radius:50%;}
@media only screen and (max-width:1024px) {
    #floatdiv{width:295px; height: 165px;}
}