﻿/* 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 }*/
body, input, select, button, textarea { font-size: 14px; font-family:"微软雅黑"; }

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.1; padding:0 0; color:#555;}
.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;}

@media only screen and (max-width:767px) {
    .edit_con_original{line-height: 24px;}

}
 
/*所有后台编辑器区域都要引用 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;}
.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;}

.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;}

body,a{color: #555;}
input,button,textarea{border:none;outline: none;background: none;}

.wrap{width: 1640px;max-width: 100%;margin: auto;padding: 0 20px;}

.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;
}
.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) {

.line30,.line32{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%;}
}

*{box-sizing: border-box;}

.phoneimg{display: none;}
@media only screen and (max-width:767px) {
.phoneimg{display: block;}
.pcimg{display: none;}

}
/*font-size*/

.fnt_16 { font-size:16px;}
.fnt_18 { font-size:18px;}
.fnt_24 { font-size:24px;}
.fnt_48 { font-size:48px;}
.fnt_48 { font-size:24px;}



.site_banner img{width: 100%;}
.phone_banner{display: none;}
/* sitebanner */
@media only screen and (max-width:768px) {
.pc_banner{display: none;}
.phone_banner{display: block;}
}

/* sitetab */
.public_tab{overflow: hidden;height: 80px;  line-height: 80px;    background-color: rgba(246, 248, 248, 1);}
.public_slider{ width: 70.74000000000001%;float: left;}
.public_slider li {float: left;width: auto;}
.public_slider li a{    position: relative;  font-size: 1rem;  padding: 0px 30px; color: #333;display: block; transition: 0.3s ease 0s;}
.public_slider li a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}

.public_slider li a:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: none;
    transition: all .3s;
}

.public_slider li a:hover:before {
    width: 80%;
    left: 10%;
    background-color: #00a0e9;
}



.public_home{width: 29.26%;float: right;overflow: hidden; text-align: right; height: 30px;line-height: 30px;margin-top: 25px;}
.public_home i{padding: 0 6px;}
.public_home a.home{position: relative;}
.public_home a.home::before{ content: '\e602';  font-family: 'iconfont'!important; color: #00a0e9;font-size: 16px; padding-right: 10px;}
@media only screen and (max-width:1400px) {
    .public_slider li a{padding: 0px 30px;}
}
@media only screen and (max-width:1200px) {
    .public_slider li a{font-size: 14px;padding: 0px 25px;}
}
@media only screen and (max-width:1024px) {
    .public_slider li a{font-size: 14px;padding: 0px 10px;}
}
@media only screen and (max-width:768px) {
    .public_tab{height: 70px;  line-height: 70px;}
    .public_home{display: none;}
    .public_slider{width: 100%;float: none;}
    .public_slider li a{padding: 0px 20px;        font-size: 16px;}
}





/* header */
header{    background-color: rgba(255, 255, 255, 1);box-shadow: 0 0 15px rgba(0, 0, 0, .1);}
.header_in{height: 100px;}
.header_in{padding-left: 20px;}
.header_in h1{width: 24%;float: left;}
.header_in h1 a{display: block;width: auto; max-width: 125px; min-width: 0px;height: auto;max-height: none;min-height: 71px; margin:auto;}
.header_in h1 img{vertical-align: middle;width: 100%;}
.nav {width: 56%;float: left;}
.nav ul{float: right;}
.nav li{float: left;position: relative;}
.nav li>a{padding: 0 20px;display: block;line-height: 100px;position: relative;}
.nav li>span{display: none;}

.nav li>a:after { content: ""; position: absolute; width: 90px; height: 2px; left: 0; right: 0; margin: auto; opacity: 0; bottom: 0; background: #00a1e9;  vertical-align: middle; transition: all 0.5s ease 0s;}

.header_re{float: right;padding-top: 29px;width: 20%;}
.header_re p{ width: 25%; float: left;}
.header_re p a{color: #00a1e9;display: block;width: 100%;height: 100%; position: relative;width: 40px;height: 40px;line-height: 40px; text-align: center; border:1px solid #00a1e9; border-radius: 50%; margin: auto;}
.header_search{font-weight: bold;}
.header_re p img{width: 22px;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%;}
.nav_menu{float: left; display: none; width: 10%;padding-top: 29px; }
.nav_menu a{display: block;height: 40px;padding: 5px 10px;display: inline-block;background: #00a0e9;}
.nav_menu span{ display: block;         background: #fff;      position: relative;
    width: 25px;
    height: 2px;
    margin-top: 13px;}
    .nav_menu span:before, .nav_menu span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 2px;
        left: 0; background: #fff;  display: block;
    }
    .nav_menu span:before {
        top: 8px;
    }

    .nav_menu span:after {
        bottom: 10px;
    }
    .nav_close{display: none;}





    .nav_list {
        display: none;
        position: absolute;
        top: 100px;
        width: 150%;
        background: #00a1e9;
        left: -25%;
        padding: 10px 0;z-index: 9;
    }
    
    .nav_list a {
        font-size: 14px;
        color: #666;
        padding: 0 10px;
        line-height: 40px;
        text-align: center;
        background: #00a1e9;
        margin-bottom: 2px;
        display: block;
    }
    
    
    
  
    @media only screen and (min-width:1025px) {
        .nav li:hover .nav_list {
            display: block;
            background: #00a1e9;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
        }
        
        .nav li:hover .nav_list a {
            color: #fff;
        }
        .nav li:hover .nav_list a:hover {
            color: #00a1e9;
            background: #fff;
        }
    }

@media only screen and (max-width:1024px) {
    .nav_menu{display: block;}
    .nav{position: fixed;left: 0;top:0;width: 100%;height: 100vh;background: #fff;    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
        -webkit-transition: all ease 0.5s;
        z-index: 1000;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        overflow-y: auto;
        transform: translateX(100%);
    }
    .nav.open{transform: translateX(0%);}
    .header_in h1{width: 50%;}
    .header_re{width: 40%;}

    .nav_close{display: block;}
    .nav_close{height: 60px;padding: 20px; margin-top: 20px;}
.nav_close i{ display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: right;
    cursor: pointer;
    font-size: 30px;
}
.nav ul{float: none; margin-top: 30px;}
.nav li{padding: 0 20px; float: none;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;}

.nav li:before{ content: ''; display: table }
.nav li:after{ content: ''; display: table; clear: both }
.nav li{ *zoom: 1 }

.nav li>a{padding: 0;width: 80%;float: left; }
.nav li,.nav li>a{line-height: 50px;}
.nav li>span{width: 10%;float: left;display: block;font-size: 1rem;        text-align: center;
    vertical-align: top;
    font-size: 1rem;
    transition: all .5s ease;}
.nav li>span.jtRote {
    transform: rotateZ(90deg);
}


.nav li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.nav li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.nav li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.nav li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.nav li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.nav li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.nav.open ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.nav_list{clear: both;        clear: both;
    position: static;
    width: 100%;
    text-align: left;
    background: none;}
.nav_list p a{ padding: 0 40px;  display: block;background: none;text-align: left;}
.nav_list p{ border-bottom: 1px solid #f5f5f5;}
.nav_list p:last-child{border: 0;}



}
@media only screen and (max-width:767px) {
    .header_in{padding-right: 20px;}
    .header_in h1{width: 52%;}
    .nav_menu{width: 12%;}
    .header_re{width: 36%;}
    .header_search{display: none;}
    .header_re p{width: 33.33%;}

}

@media only screen and (min-width:1025px) {
    .nav li>a:hover{ color: #00a1e9;}
    .nav li>a:hover:after { opacity: 1;}
}


/* 搜索 */
.layblank{position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.6);
    opacity: 1;
    transition: all .5s ease;
    z-index: 999;}
.layblank.hidden{display: none; opacity: 0;}

.lay_search {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, 0);
    width: 80%;
    height: 180px;
    border: 3px solid rgb(170, 170, 170);
    background-color: rgb(255, 255, 255);
    cursor: auto; padding: 25px;
}

.lay_search h3{margin-bottom: 5px;}
.lay_search input{width: 100%;height: 40px;line-height: 40px;;
    border: 1px solid #ececec;
    padding:0 15px;
    background: #f2f2f2;
    width: 100%;
    text-indent: 6px;
    box-sizing: border-box;
    outline: 0px;
    border-radius: 0px;
}

.lay_search input::placeholder {
    color: #d0d1d0;
}

.sear_btn{overflow: hidden; text-align: right; margin-top: 10px; padding-right: 75px;padding-top: 20px;}
.sear_btn button{width: 64px;height: 36px;line-height: 36px;}
.sear_btn button:hover{    background-color: rgba(0, 0, 0, 0.05) !important;}


/* footer */
.footer{background-color: rgba(246, 248, 248, 1);}
.foot_top{padding: 4rem 0;overflow: hidden;}
.foot_le{width: 75.63%;float: left;}
.foot_re{float: right;        width: 24.37%;}
.foot_le ul{max-width: 1200px;margin: auto;}
.foot_le dt a{color: #333;}
.foot_le ul{overflow: hidden;}
.foot_le li{float: left;width: 25%;}
.foot_le dt{font-size: 1.25rem;    line-height: 32px;margin-bottom: 15px;}
.foot_le dd p{line-height: 2rem;}
.foot_re h3{line-height: 32px;color: #333;margin-bottom: 15px;}
.foot_re li{margin-bottom: 20px;}
.foot_re li:last-child{margin-bottom: 0;}
.foot_re dl{overflow: hidden;}
.foot_re dt{float: left;width: 11.74%;margin-top: 14px;}
.foot_re dt span{width: 100%;max-width: 30px;display: block;}
.foot_re dt span img{width: 100%;}
.foot_re dd{float: left;width: 88.26%;line-height: 30px;}
.foot_bottom{ text-align: center;   border-top: #e8edf0 1px solid; padding: 1.5rem 0;}
.foot_bottom a{    color: #696969;}
.bah,.xhr,.zy{margin: 0 25px;}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .foot_re dt{width: 21.529999999999998%;}
    .foot_re dd{        width: 78.47%;}
}

@media only screen and (max-width:768px) {
   .foot_le{display: none;}
   .foot_re{float: none;width: 100%;}
   .foot_top,.foot_bottom{padding: 2rem 0;}
   .foot_re dt{        width: 9.31%;}
    .foot_re dd{width: 90.69%;}
    .foot_bottom em{display: block;}
    .bah, .xhr, .zy{margin: 0 10px;}
    .foot_bottom{line-height: 24px;}
    .foot_bottom i{display: block;}
}




/* 侧边栏 */
.site_bar .wyz {
    position: fixed;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 50px 0;
    border-right: none;
    height: 482px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99;
}

.site_bar .wyz-form.cur {
    width: 200px;
    opacity: 1;
}

.site_bar .wyz .transition {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.site_bar .wyz .wyz-title {
    background-color: rgba(32, 176, 159, .8);
    color: #fff;
    padding: 15px 20px 0;
    white-space: nowrap;
    position: relative;
}

.site_bar .wyz .wyz-title .cf-close {
    position: absolute;
    left: 166px;
    top: 0;
    padding: 10px;
}

.site_bar .wyz-item-block {
    position: absolute;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, .3);
    border: none;
    border-right: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.site_bar .wyz-item-block:nth-child(1) {
    top: 50px;
}

.site_bar .wyz-item-block:nth-child(2) {
    top: 128px;
}

.site_bar .wyz-item-block:nth-child(3) {
    top: 206px;
}

.site_bar .wyz-item-block:nth-child(4) {
    top: 284px;
}

.site_bar .wyz-item-block:nth-child(5) {
    top: 362px;
}

.site_bar .wyz-item-block:nth-child(6) {
    top: 440px;
}

.site_bar .wyz-item {
    width: 100%;
    height: 100%;
}

.site_bar .wyz-item-p {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
    line-height: 20px;
}

.site_bar .wyz-item-in {
    height: 100%;
    display: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.site_bar .wyz-item-in-p {
    color: #fff;
    text-align: center;
    line-height: 68px;
    height: 68px;
    white-space: nowrap;
}

.site_bar .wyz-in.cur {
    width: 156px;
    background-color: transparent;
}

.site_bar .wyz-in.cur .wyz-item-in {
    width: 100%;
    display: block;
}

.site_bar .wyz-in.cur .wyz-item {
    display: none;
}

.site_bar .wyz-in:before {
    content: "";
    background-color: rgba(0, 160, 233, .9);
    position: absolute;
    height: 100%;
    width: 0;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.site_bar .wyz-in.cur:before {
    width: 100%;
}

.site_bar .wyz-item-block.wyz-top {
    display: none;
    cursor: pointer;
    width: 70px;
    height: 70px;
}

.site_bar .wyz-item-block.wyz-top .wyz-item-p {
    font-size: 14px;
    margin-top: 5px;
}

.site_bar .wyz-in.wyz-search.cur {
    border-left: none;
}

.site_bar .wyz-form {
    position: absolute;
    width: 0;
    right: 156px;
    bottom: -1px;
    z-index: 999;
    overflow: hidden;
    opacity: 0;
}

.site_bar .wyz-form .cf-form {
    background-color: rgba(32, 176, 159, .8);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 20px;
    border-bottom: 1px solid #20b09f;
}

.site_bar .wyz-form .cf-form-item {
    margin-bottom: 10px;
    font-size: 0;
    white-space: nowrap;
}

.site_bar .wyz-form .cf-form-item:last-of-type {
    margin: 0;
}

.site_bar .wyz-form input {
    padding: 0 8px;
    margin: 0;
    border: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 160px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
}

.site_bar .wyz-form .verify {
    width: 86px;
    margin-right: 5px;
}

.site_bar .wyz-form .submit {
    width: 160px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}

.site_bar .wyz-qr-show {
    display: none;
    position: absolute;
    z-index: 1;
    border: none;
    left: -120px;
    top: -51px;
}

.site_bar .wyz-xl-show {
    display: none;
    position: absolute;
    z-index: 1;
    border: none;
    left: -120px;
    top: -51px;
}

.site_bar .flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.site_bar .flex-col .img-block {
    height: 27px;
    line-height: 27px;
}

.site_bar {
    display: block!important;
    width: 1912px;
    height: 0px;
}




/*page*/
.pageout{text-align: center;clear: both;overflow: hidden;font-size:14px;}
.page{display:inline-block;vertical-align:middle;text-align:center;margin: 0 auto; color:#000; height:40px; line-height:40px;}
.page a{float: left; width:40px; height: 40px; color: #000; margin:0 2px;background: #eaeaea;}
.page a.on{background: #00a1e9;color:#fff;}
.page a.prev {margin-right: 15px; color:#fff; background:#3c3c3c;}
.page a.next {margin-left: 15px; color:#fff; background:#3c3c3c;}
.page a.prev.disabled,.page a.next.disabled{cursor: default; opacity: 0.5;}
.page .dian{float: left;}
@media only screen and (max-width:767px) {
.page{ height: 30px; line-height: 30px;}
.page a{display:none;}
.page a.prev,.page a.next,.page a.on{display:inline-block;}
.page a.prev{margin-right: 5px;}
.page a.next{margin-left: 5px;}
.page .dian{display: none;}
.page a,.page .txtnum input,.page .txtnum,.page input.go{width: 30px;height: 30px;line-height: 30px;}
}
/*page end*/

@media only screen and (min-width:1025px) {
.honor_part li:hover img{transform:scale(1.1);}
.honor_part li:hover span{color: #1961b7; background: #f0f0f0;}
.page a.on:hover{color: #fff !important;}
.page a:hover{color: #fff !important;background: #00a1e9!important;}
.page a.disabled:hover{background: #3c3c3c !important; opacity: 0.5;}


}




@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,a:active,a:focus{ text-decoration: none; color:#00a1e9 !important;}
.foot_top a:hover {color: #00a1e9; }
}
.h_center{text-align: center;}





