/* 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;display: inline-block; }*/
body, input, select, button, textarea { font-size: 14px;   }
body { line-height: 1.5;font-size: 16px;}
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-weight:bold }
.edit_con_original h2 { font-weight:bold }
.edit_con_original h3 { font-weight:bold }
.edit_con_original h4 { font-weight:bold }
.edit_con_original h5 { font-weight:bold }
.edit_con_original h6 { 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 类名*/
 
/* 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(http://www.lizhonggroup.com/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); 
}

/*图片经过*/
.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;}
.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);}


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

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}

body,a{color: #2a2f34;}
a{transition: all .3s;}
@media only screen and (min-width:1025px) {
    a:hover{color: #006dbb!important;}
}


.wrap{width: 1510px;max-width: 90%;margin: auto;}
/*.footer-inwrap{width: 1560px;max-width: 90%;margin: auto;}*/
@media only screen and (max-width:1370px) {
    .wrap{max-width: 94%;}
}
.index_wrap{width: 1765px;max-width: 97%;margin: auto;}
.new_wrap{width: 1440px;max-width: 94%;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;
}
.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,.footer-inwrap{max-width: 94%;margin: 0 auto;}


}
@media only screen and (max-width:345px) {
    .wrap,.footer-inwrap{max-width: 97%;margin: 0 auto;}
}
 /*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_52 { font-size:52px;}
.fnt_60{ font-size:60px;}
.fnt_72{ font-size:72px;}
.fnt_90{ font-size:90px;}
@media only screen and (max-width:1800px) {
    .fnt_60{ font-size:54px;}
}
@media only screen and (max-width:1660px) {
    .fnt_60{ font-size:44px;}
    .fnt_22 {font-size: 20px;}
}
@media only screen and (max-width:1440px) {
    .fnt_22 {font-size: 18px;}
    .fnt_24 { font-size:20px;}
    .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_52 { font-size:44px;}
    /*.fnt_60{ font-size:56px;}*/
    .fnt_72{ 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_52 { font-size:40px;}
    .fnt_60{ font-size:44px;}
    .fnt_72{ font-size:48px;}
    .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_60{ font-size:36px;}
    .fnt_72{ 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_52 { font-size:28px;}
    .fnt_60{ font-size:32px;}
    .fnt_72{ font-size:36px;}
    .fnt_90{ font-size:36px;}
}
@media only screen and (max-width:767px) {
/*.fnt_20 { font-size:16px;}*/
/*.fnt_24 { font-size:16px;}*/
/*.fnt_30 { font-size:18px;}*/
/*.fnt_36 { font-size:20px;}*/
/*.fnt_48 { font-size:20px;}*/
/*.fnt_52 { font-size:20px;}*/
.fnt_60{ font-size:24px;}
.fnt_72{ font-size:24px;}
    .fnt_90{ font-size:30px;}
}


.header_re{float: right;transition: all .3s;width: calc(100% - 180px);margin-top: 20px;}
.scrollHeader .header_re{margin-top: 13px;}

/*搜索*/
.header_search{float: left;margin-left: 30px;}
.search_btn,.nav_phone_btn{line-height: 55px;font-size: 20px;}
.header_search{  position: relative;float: right;}
.search_btn{cursor: pointer;position: relative;float: right;width: 40px;text-align: center;}
.search_btn.on{opacity:0.6;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;}
.search_btn:before{color: #393a3f;}
.search_btn:before,.search_box_btn:before{font-size: 20px;}

.search_box {
    background: #fff;width: 100px;right: 0px; position: absolute;top:65px;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: 360px;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;
  position: relative;
}
.search_box_btn:before{content: "\e6e7";position: absolute;top:0;left: 0;width: 100%;height: 100%;    line-height: 40px;  }
.menu{float: right;line-height: 60px;font-size: 20px;}
/*搜索*/


.header{position: fixed;top:0;left: 0;width: 100%;height: 95px;
    background: #fff;
transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;
    z-index: 19891017;

}
.height_height{height: 95px;}
.header_in{}
.header h1{float: left;overflow: hidden;width:170px;height: 45px;margin-top: 25px;transition: all .3s;}
.header h1 a{display: block;}
.header h1 img{width: 100%;height: 100%;transition: all .3s;}
.header_box{float: right;transition: all .3s}
.header_box.on{width: 0;}
.nav{transition: all .3s;}
.nav>ul>li{float: left;line-height: 55px;position: relative;padding: 0 30px;}
.nav>ul>li>span{display: none;}
.nav>ul>li>a{color: #40443f;display: block;}
.nav li>a span{position: relative;display: block;line-height: 55px;}
.nav li>a i{position: absolute;left:50%;bottom: 0px;height: 3px;width: 0%;
    background: #006dbb;
    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{width: 100%;left: 0;}
.scrollHeader .header{box-shadow: 0 0 10px rgba(0,0,0,0.2);height: 80px;background: rgba(255,255,255,1);}
.scrollHeader .header h1{margin-top: 17px;}
.scrollHeader .header h1 img{transform: scale(0.8);}
/*xiala*/
.nav{float: left;}
.navlist{position: absolute;left: 50%;top:100%;background:rgba(255,255,255,1);overflow: hidden;
    box-sizing: border-box;display: none;padding: 20px 0;width: 180px ;margin-left: -90px;height: auto!important;}
.navlist li{text-align: center;padding: 0 20px;box-sizing: border-box;}
.navlist li:last-child{border-bottom: 0;}
.header .return_a{display: none;}
.navlist li{line-height: 30px;}
.navlist li>a{font-weight: bold;display: block;padding: 4px 0;}
.navlist li>span{display: none;}
.navlist dl dd{margin-top: 4px;}
.navlist dl dd a{display: block;font-size: 14px;}
.nav>ul>li.haveThree .navlist li{text-align: left;padding: 0px 20px 0px 45px;}
.nav>ul>li:nth-child(2) .navlist{width: 260px; margin-left: -130px;}
/*header 语言*/
.header_lang{float: right;margin-left: 20px;line-height: 55px;position: relative;z-index: 3;}
.header_lang>span{float: left;margin-right: 10px;font-size: 20px;}
.header_lang dl{float: left;font-size: 12px;margin-top:20px;cursor: pointer;position: relative;}
.header_lang dl dd{width: 60px;line-height: 16px;border-bottom: 1px solid #5e5e5e;position: relative;}
.header_lang dl dd i{position: absolute;right: 0;color: #000;}
.header_lang dl dt{background: #fff;line-height: 20px;text-align: center;margin-top: 10px;display: none;position: absolute;
left: 0;top: 20px;width: 100%;}
.header_lang dl dt p{padding: 5px 0;border-bottom: 1px solid #ccc;}
.header_lang dl dt a{}
.header_lang dl dt p:nth-child(2){border-bottom: 0;}
.header_lang dl dt .kailong{
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid rgba(255,255,255,0.8);
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
}

@media only screen and (min-width: 1025px){
    .nav li:hover>a i {width: 100%;left: 0;}

}

@media only screen and (max-width:1660px) {
    .nav{}

}

@media only screen and (max-width:1580px) {
    .nav>ul>li{padding: 0 20px;}
    .nav>ul>li>a span{}
    .nav li>a i{height: 3px;}

}
@media only screen and (max-width:1500px) {
    /*.nav>ul>li>a{padding: 0 18px;}*/
    .nav{}
}
@media only screen and (max-width:1400px) {
    .nav>ul>li{padding: 0 10px;}

    .header_in{padding: 0 20px;}
    .navlist.navlist_2 dl dd, .navlist.navlist_2 dl dt{padding: 0 40px;}
}
@media only screen and (max-width:1361px) {

}
@media only screen and (max-width:1280px) {
    /*.nav>ul>li{padding: 0 10px;}*/
}
@media only screen and (max-width:1260px) {
    .header h1{}
    .header_search{margin-left: 10px;}

}
@media only screen and (max-width:1200px) {
    .nav{}
}

.nav_phone_btn{display:none;}
.navbody.scrollHeader .header{background: #fff;}
@media only screen and (max-width:1024px) {
    .nav>ul>li>a span {height: auto;line-height: 40px;}
    .nav>ul>li>span{display: block;}
    .menu{display: none;}
    .header_in{margin-top: 0;}
    .header_in,.header,.height_height{}
    .scrollHeader .header{}
    .nav{margin-right: 0;}
    /*手机按钮*/
    .nav .icon-you,.header .return_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: #044289;margin-top: 8px;}
    .nav_phone_btn span i:first-child{margin-top: 0;}
    .nav_phone_btn em{color: #044289;font-size: 20px;visibility: hidden;opacity: 0;}
    .visible_nav span{visibility: hidden;opacity:0;}
    .visible_nav em{visibility: visible;opacity: 1;}
    .nav_phone_btn span i{width: 20px;}
    .nav_phone_btn span i{margin-top: 6px;}
    .nav_phone_btn{width: 40px;height: 60px;}
    .header_box{position: fixed;bottom:0;right:-100%;width:100%;background: #044289;height: calc(100% - 95px);}
    .nav,.nav>ul>li{float: none;    border-bottom: 1px solid rgba(255,255,255,0.1);line-height: initial;height: auto;}
    .nav>ul>li>a{height: 40px;line-height: 40px;font-weight: normal;font-size: 16px;padding: 0 20px;color: #fff;}
    .header_box{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 .header_box{right: 0;}
    .nav>ul>li>a,.header .return_a{font-size: 14px;}
    .nav>ul>li{position: static;box-sizing: border-box;}
    .nav_list{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{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;}
    .header_search{margin:0;width: 100%;padding:0 20px;box-sizing:border-box;margin-bottom: 20px;}

    .header_re{margin-top: 0;}
    .search_btn{display: none;}
    .search_btn:before, .search_box_btn:before{font-size: 18px;}
    .search_box{position: static; width: 100%;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;margin-top: 0px;}
    .navlist {display: block;top: 0;left: auto;right: -100%;margin: 0;width: 100%;height: 100%;background: #044289;padding: 0;z-index: 9;padding-top: 40px;
        box-sizing: border-box;text-align: left;height: 100%!important;

    }
    .navlist li{text-align: left;padding: 0 20px;}
    .navlist .wrap{width: 100%;max-width: 100%;}
    .navlist p a{
        display: block;
        padding: 0 20px;
    }
    .nav>ul>li>a,.navlist h3,.navlist p{margin-bottom: 0;height: 40px;line-height: 40px;}
    .header .return_a{background: #023268;display: block;}

    .header_box, .navlist {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_re{height: auto;}
    .header{height: 70px;}
    .header_in{padding: 0 10px;}
    .height_height{height: 70px;}
    .header h1{margin-top: 15px;}
    .header_box{height: calc(100% - 70px);}
    .nav>ul>li>a{line-height: 40px;height: 40px;}
    .nav_phone_btn{height: 40px;line-height: 40px;}
    .header_re{margin-top: 15px;}
    .scrollHeader .header_re{margin-top: 10px;}
    .scrollHeader .header{height: 60px;}
    .scrollHeader .header h1 {
        margin-top: 8px;
    }
    .header_lang{color: #fff;float: left;}
    .header_lang dl dd i{color: #fff;}
    .nav>ul>li{padding: 0;}
    .header_lang dl dd{border-bottom: 1px solid #fff;}
    .indexBody.navbody .header{background: rgba(255,255,255,1);}
    .scrollHeader.navbody .header_box{height: calc(100% - 60px);}
    .header_lang dl dt .kailong{border-bottom: 8px solid rgba(255,255,255,1);}
    .navlist dl{
        display: block;
        top: 0;
        left: auto;
        right: -100%;
        margin: 0;
        width: 100%;
        height: 100%;
        background: #044289;
        padding: 0;
        z-index: 9;
        padding-top: 40px;
        box-sizing: border-box;
        text-align: left;
        position: absolute;
        transition: all .3s;
    }
    .nav>ul>li.haveThree .navlist li,.nav>ul>li .navlist li{padding: 0 0;}
    .nav>ul>li .navlist li a{padding: 0 20px;}
    .nav>ul>li .navlist li.cur dl{right: 0;height: 100%;}
    .navlist li:last-child{border-bottom: 1px dashed rgba(255,255,255,0.2);}
    .navlist dl dd a{border-bottom: 1px dashed rgba(255,255,255,0.2);}
    .nav>ul>li:nth-child(2) .navlist{margin-left: 0;width: 100%;}
    .navlist li>a{font-weight: inherit;}
}


@media only screen and (max-width:767px) {
    .header{height: 70px;}
    .header_in{padding: 0 10px;}
    .height_height{height: 70px;}
    .header h1{width: 120px;margin-top: 19px;height: 32px;}
    .header_box{height: calc(100% - 70px);}
    .nav>ul>li>a, .navlist h3, .navlist p{line-height: 40px;height: 40px;}
    .nav_phone_btn{height: 40px;line-height: 40px;}
    .header_re{width: calc(100% - 120px);margin-top: 15px;}
    .scrollHeader .header_re{margin-top: 10px;}
    .scrollHeader .header{height: 60px;}
    .scrollHeader.navbody .header_box{height: calc(100% - 60px);}
    .scrollHeader .header h1 {margin-top: 15px;}
}

/*footer*/
.footer{box-sizing: border-box;background: #02438d;}
.footer_t{color: #fff;display: inline-block;
    width: 100%;}
.footer_b{padding: 30px 0;overflow: hidden;color: #fff;}
.footer_b a{color: #fff;}
.footer_b .l{float: right;line-height: 20px;}
.footer_b .l span{margin-right: 10px;display: block;text-align: right;}
.footer_b .l span:first-child{text-transform: uppercase;}
.footer_b .r{float: left;}
.footer_b .r ul li{float: left;padding: 0 20px;position: relative;}
.footer_b .r ul li a{line-height: 20px;}
.footer_b .r ul li::after{content: "";width: 1px;height: 8px;background: #f9f9f9;position: absolute;right: 0;top: 50%;margin-top: -4px;}
.footer_b .r ul li:last-child::after{display: none;}

.footer_t .l{float: left;width: calc(100% - 176px);padding: 54px 0;}
.footer_t .l dl{float: left;color: #fff;width: 14.285%;text-align: center;line-height: 36px;border-right: 1px solid rgba(255,255,255,0.09);box-sizing: border-box;}
.footer_t .l dl a{color: #fff;font-weight: 300;}
.footer_t .l dl dd{margin-bottom: 20px;}

.footer_t .l dl dt{height: 180px;}
.footer_t .l dl:last-child{border-right:0;}


.footer_t .r{float: right;width: 96px;padding-top: 54px;line-height: 36px;padding-left:40px;padding-right:40px;box-sizing: border-box;}
.footer_t .r a{color: #fff;margin-right: 10px;}
.footer_t .r a.tel_link{cursor: inherit;}
.footer_t .r a.tel_link:hover{color: #fff!important;}
.footer_address{float: left;}
.footer_code{float: right;}
.footer_code img{width: 96px;height: 96px;}

@media only screen and (max-width:1560px) {


}
@media only screen and (max-width:1200px) {

    .footer_code img{width: 70px;height: 70px;margin-top: 10px;}

}
@media only screen and (min-width:1025px) {
    .footer a:hover{color: #fff!important;font-weight: bold!important;}
}
@media only screen and (max-width:1024px) {
    .footer_t .l{width: 100%;padding: 40px 0;}
    .footer_t .r{width: 100%;padding-left: 0;padding: 20px 0;}
    .footer_t .l dl{padding: 20px 0;border-left: 0;}
    .footer_t .l dl dt{height: 130px;}
    .footer_t .l dl:last-child{border-right: 0;}

    .footer_b .r{margin-top: 10px;}
    .footer_b .r li:first-child{padding-left: 0;}
    .footer_code{float: left;}
}
@media only screen and (max-width:767px) {
    .footer_t .l{padding: 30px 0 0;}
    .footer_t .l dl{width: 100%;text-align: left;line-height: 28px;padding: 0;margin-bottom: 20px;border-right: 0;}
    .footer_t .l dl dd{margin-bottom: 10px;}
    
    .footer_t .l dl dt{height: auto;}
    .footer_t .l dl dt p{float: left;width: 25%;}
    .footer_b .r ul li{padding: 0 10px;}
    .footer_b .l,.footer_b .r{width: 100%;}
    .footer_t .r{padding: 0;}
    .footer_code{float: none;text-align: center;}
    .footer_b .r ul{text-align: center;width: 100%;overflow: hidden;}
    .footer_b .r ul li{display: inline-block;float: none;}
    .footer_b .l{margin-top: 10px;}
    .footer_b .l span{text-align: center;}
    .footer_b .r li:first-child{padding-left: 10px;}
    .footer_b .r ul li::after{right: -5px;}

}
@media only screen and (max-width: 345px){

}




.weixin{ position:fixed; width:300px; height:auto; z-index:100000; left:50%; top:50%; margin:-200px 0 0 -150px; background:#fff; border:1px solid #ddd; border-radius:2px; box-shadow:1px 1px 10px #666;}
.weixin .c{ position:absolute; width:30px; height:30px; background:url(../image/x.png); 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:30px; font-size:16px; padding-left:10px; font-weight:normal;}
.weixin .img{ padding:30px 0 10px; text-align:center; border-top:1px solid #ddd;}
.weixin p {  margin:0 1.5% 20px; text-align:center;  }
.weixin .imgg img{
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
}

/*内页banner*/
.in_main{margin-top: 74px;}
.site_banner_wrap{position:relative;margin-bottom: 100px;}
.site_banner{position: relative;overflow: hidden;background-size: cover;}
.site_banner_text{width: 100%;color: #000;z-index: 2;}
.site_banner img{width: 100%;}
.site_banner .banner_le{float: left;width: 100%;padding: 0 50px;box-sizing: border-box;}
.site_banner .banner_le h4{text-transform: uppercase;color:#000}


/*判断的样式↓*/
/*.site_banner .banner_le .avtive-banner{color: #fff;text-transform: uppercase;}*/


.site_banner .banner_le h3{font-weight: bold;color:#000}
.site_banner .banner_le h5{margin-bottom: 10px;}
.site_banner .banner_le h5 img{width: 500px;}
.site_banner_text.white{color: #fff;}
.tzkt .site_banner_text,.join_body .site_banner_text,.tzkt .site_banner_text{top: 27%;}
@media only screen and (max-width:1560px) {
    .site_banner_wrap{margin-bottom: 80px;}
}
@media only screen and (max-width:1024px) {
    .site_banner_wrap{margin-bottom: 60px;}
}
@media only screen and (max-width:767px) {
    .site_banner_wrap{margin-bottom: 40px;}
    .site_banner{height: 180px;}
    .site_banner img{display:none;}
    .site_banner .banner_le h3{margin-top: 10px;}
    .site_banner .banner_le h5 img{width: 280px;display: block;}
}

/*内页banner end*/
.site{line-height: 24px;padding: 30px 0 60px 0;text-align: right;}
.site img{max-width: 100%; display: none;}
@media only screen and (max-width:767px) {
    .site{padding: 20px 0 30px 0;}
    .site_banner .banner_le{padding: 0;}

}

/*page*/
.page{vertical-align:middle;text-align:center;margin: 0 auto;color:#000000; height:32px; line-height:32px; margin-bottom: 80px;}
.page a{ display: inline-block;margin: 0 10px;color:#000000;}
.page a.on{color:#02438D;}
.page a.prev{background:#02438D; width:110px;margin-left:0;margin-right: 30px; color:#fff; border-radius: 30px;}
.page a.next{background:#02438D; width:110px;margin-right:0;margin-left: 30px;color:#fff; border-radius: 30px;}
.page a.prev.no{cursor: default;opacity: .8;}
.page a.next.no{cursor: default;opacity: .8;}
@media only screen and (min-width:1025px) {
    .page a.prev:hover,.page a.next:hover{color: #fff!important;font-weight: bold;}
    .page a.next.no:hover,.page a.prev.no:hover{font-weight: inherit;background: #02438D;}
}
@media only screen and (max-width:1279px) {
    .page a.prev,.page a.next{ width:90px;}
    .page a.prev{margin-right: 20px;}
    .page a.next{margin-left:20px;}
}
@media only screen and (max-width:767px) {
    .page i,.page a.num{ display: none;}
    .page{margin:20px 0 40px;}
}
/*page*/


/*index05*/
.index_05{background: #dfeefa;padding: 45px 0;color: #000000;width: 100%;float:left;box-sizing: border-box;}
.index_05 a{color: #000;}
.index_05 .l{float: left;width: 34%;}

.index_05 .r{float: right;width:auto;font-weight: bold;line-height: 30px;margin-top: 10px;}
.index_05 .r p a{margin-right: 40px;}
.index_05  .share_common{margin-left: 20px;display: inline-block;}
.index_05  .share_common a{color: #000;margin-right: 10px;}
.index_05 .c{float: right;width: 33%;padding-right: 100px;box-sizing: border-box;}
.select_item{margin-bottom: 10px;display: block;width: 100%;}
.selectInput {
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0px 18px;
    position: relative;
    float: left;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    border: 1px solid #c9c9c9;
    margin-top: 38px;
}

.selectInput input {
    width: 100%;
    background: none;
    border: none;
    height: 100%;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 3;
}

.selectInput i {
    color: #000;
    top: 0px;
    right: 15px;
    position: absolute;
    font-size: 12px;
    line-height: 28px;
    transition: all .3s;
}

.selectUl {
    background: #fff;
    position: absolute;
    box-sizing: border-box;
    top: 28px;
    width: 100%;
    left: 0px;
    font-size: 12px;
    line-height: 26px;
    transition: all .3s;
    z-index: 100;
    height: 0;
    overflow: hidden;;

}

.selectUl {

}

.selectUl li {
    padding: 0 18px;
}

.selectUl li a {
    display: block;
}
.selectInput.on i{transform: rotate(180deg);}
.selectUl.on{height: auto; padding: 10px 0;overflow: inherit;}
.index_01_wrap{width: 1510px;max-width: 90%;margin: auto;}
@media only screen and (max-width:1024px) {
    .index_05 .c{padding-right: 20px;}
}
@media only screen and (max-width:767px) {
    .index_05{padding: 40px 0;}
    .index_05 .l,.index_05 .c,.index_05 .r{width: 100%;}
    .index_05 .r{margin-top: 20px;}
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background: #02438d!important;}
.index_05 .index_01_wrap{max-width: 84%;}



/*右侧*/
.sidebar{ position: fixed; right:4px;  width:100px;z-index: 999999;bottom: 90px;}
.sidebar ul{width:100%;}
.sidebar li{ transition:0.5s all; -webkit-transition:0.5s all; cursor: pointer; float: right; width:100px; height: 100px;position: relative;
    background: #02438d;  -moz-transition:0.5s all; -ms-transition:0.5s all; -o-transition:0.5s all;text-align: center;}
.sidebar li>a{ display: block; width:100%; position: relative;box-sizing: border-box;}
.sidebar li span{
    display: block;
    text-align: center;
    width: 100%;
    font-size: 24px;
    color: #fff;
}
.sidebar li em{color: #fff;}
.sidebar li span i{font-size: 35px;}
.sidebarDiv{position: relative;background: #02438d;z-index: 2;height: 100px;padding: 8px 0;box-sizing: border-box;}
.sidebar li a{transition: all .3s;}

.sidebar_close{position: absolute;right: 0px;top: -30px;color: #fff;font-size: 16px;background: #02438d;width: 25px;
    height: 25px;text-align: center;line-height: 23px;transition: all .3s;border-radius: 100%;cursor: pointer;}
.sidebar>span {
    display: block;
    background: #02438d;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: -30px;
    border-radius: 5px 0 0 5px;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    margin-top: -15px;
}
.sidebar_close i{font-size: 12px;}
.sidebar.on{right: -100px;}
.sidebar.on>span {
    visibility: visible;
    opacity: 1;
}
/*.sidebar li.on .sidebar_p{ width:200px;opacity: 1;transform: translateX(0);}*/
/*.sidebar li.on{opacity: .8;}*/
.sidebar_close:hover,.sidebar>span:hover{background: #0b8af6;}
@media only screen and (min-width: 1025px){
    .sidebar li a:hover{font-weight: bold;}

}
@media only screen and (max-width: 1441px) {
    .selectInput{margin-top: 28px;}
    .index_05 .r{margin-top: 0;}
}
@media only screen and (max-width: 767px) {
    /*.sidebar{display: none;}*/
    .sidebar,.sidebar li{width: 70px;height: 70px}
    .sidebar li span i{font-size: 24px;}
    .sidebarDiv{width: 70px;height: 70px;padding: 5px 0;}
    .sidebar.on{right: -70px;}

}


