@CHARSET "UTF-8";
/*css reset*/
*{margin:0;padding:0;}
li{list-style:none;}
img{border:none;vertical-align:top;}
a{text-decoration:none;}
.clear{zoom:1;}
.clear:after{content:"";display:block;clear:both;}
body{
    background: #fff;
    font-family: 'Microsoft YaHei';
    font-weight: 100;
    position: relative;
    min-height: 688px;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
input:-webkit-autofill { box-shadow: 0 0 0px 1000px #fff inset !important;}
::-webkit-input-placeholder { color: #aab2b2; }
:-moz-placeholder {  color: #aab2b2;  }/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #aab2b2; } /* firefox 19+ */
:-ms-input-placeholder { color: #aab2b2; } /* ie */
input:-moz-placeholder { color: #aab2b2; }
.pl0{
    padding-left: 0;
    padding-right: 0;
}
/*css reset*/

#whole{
    width:1280px;
    height: 688px;
    margin: auto;
    position: absolute;
    top: -40px; left: 0; bottom: 0; right: 0;
}
#header_bar{
    height: 92px;
    padding: 15px 26px 15px 12px;
}

#bar_left{
    width: 298px;
    height:64px;
    float: left;
}
#bar_left img{
    width: 100%;
}
#bar_right{
    width: 104px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    color: #333;
    background: #4178be;
    font-size: 14px;
    border-radius: 5px;
    float: right;
    margin: 11px 0;
}
#user_login{
    width: 370px;
    height: 370px;
    border: 2px solid #506868;
    border-radius: 5px;
    padding: 28px 26px;
    float: right;
    /*margin-right: 74px;*/
    margin-top: 66.5px;
    background: #fff;
}
#user_login h2{
    position: relative;
    padding-left: 38px;
    margin-top: 10px;
    margin-bottom: 45px;
    color: #333;
    font-size: 16px;
    text-align: center;
}
#user_login h2:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 26px;
    height: 26px;
    margin-left: -63px;
    margin-top: -4px;
    background: url(/open/Public/img/login_2018/computer.png) no-repeat;
    background-size: 100% 100%;
}
.u-k-box{
    position: relative;
    display: flex;
    height: 40px;
    padding: 0 7px;
}
.user{
    margin-top: 29px;
}
.key{
    margin-top: 12px;
}
.u-k-box img{
    margin-right: 14px;
    width: 32px;
    height: 32px;
    margin-top: 4px;
}
.u-k-box input{
    flex: 1;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #dcdcdc;
    outline: none;
    color: #333;
    font-size: 15px;
    text-indent: 15px;
    /*text-fill-color: #333;*/
    /*-webkit-text-fill-color: #333;*/
}
#login_find{
    height: 60px;
    padding: 20px 0;
}
#check{
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(/open/Public/img/new_index_2017/radioOff.png) no-repeat;
    background-size: 100% 100%;
}
.check-on{
    width: 14px;
    height: 14px;
    background: url(/open/Public/img/new_index_2017/radioOn.png) no-repeat !important;
    background-size: 100% 100% !important;
}
#cookietime{
    width: 100%;
    height: 100%;
    opacity: 0;
    vertical-align: top;
}
#login_find span{
    font-size: 14px;
    color: #919c9c;
    height: 14px;
    display: inline-block;
    line-height: 14px;
}
#find_key{
    float: right;
    margin-top: 2px;
}
#loginsubmit{
    width: 100%;
    height: 48px;
    outline: none;
    border: none;
    font-size: 16px;
    color: #ffffff;
    /*background: url(/open/Public/img/new_index_2017/onbtn2017.png) no-repeat;*/
    background: #000F21;
}
#loginsubmit:hover{
    cursor: pointer;
}
#loginsubmit:active{
    background: #4c4c4c;
    /*background: url(/open/Public/img/new_index_2017/btn2017.png) no-repeat;*/
}
#login_user span{
    width: 100%;
    display: inline-block;
    color: #919c9c;
    font-size: 13px;
    text-align: center;
    margin-top: 28px;
}
#login_user span a{
    color: #919c9c;
}
#login_user span a:link{
    color: #919c9c;
}
#login_user span a:active{
    color: #919c9c;
}
.warning {
    position: absolute;
    color: red;
    z-index: 99;
    background-color: #fff;
    line-height: 38px;
    top: 1px;
    width: auto;
    text-indent: 15px;
    margin-left: 50px;
}
#footer_bar{
    margin: 0 auto;
    width: 100%;
    height:100px;
    line-height: 100px;
    color: #f5f5f5;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    background: #1e3b52;
}
#footer_bar p{
    margin-bottom: 0;
}
#footer_bar p a{
    color: #4178be !important;
}
#footer_bar p a:active{
    color: #4178be !important;
}
#footer_bar p a:link{
    color: #4178be !important;
}
#login_in{
    /*width: 310px;*/
    /*height: 400px;*/
    width: 370px;
    height: 370px;
    border: 2px solid #506868;
    border-radius: 5px;
    padding: 28px 26px;
    float: right;
    /*margin-right: 74px;*/
    margin-top: 66.5px;
    background: #fff;
}
#login_in h2{
    color: #333;
    font-size: 20px;
    font-weight: 100 !important;
    text-align: center;
}
#user_portrait{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
    margin-top: 35px;
}
#user_name{
    font-size: 16px;
    text-align: center;
    color: #333;
    margin-top: 16px;
    margin-bottom: 20px;
}
#login_exit span{
    width: 100%;
    display: inline-block;
    color: #919c9c;
    font-size: 13px;
    text-align: center;
    margin-top: 16px;
}
#login_exit span a{
    color: #919c9c;
}
#login_exit span a:link{
    color: #919c9c;
}
#login_exit span a:active{
    color: #919c9c;
}
#login_into{
    width: 100%;
    height: 48px;
    outline: none;
    border: none;
    font-size: 16px;
    color: #ffffff;
    /*background: url(/open/Public/img/new_index_2017/onbtn2017.png) no-repeat;*/
    background: #000F21;
}
#login_into:hover{
    cursor: pointer;
}
#login_into:active{
    background: #2a4444;
    /*background: url(/open/Public/img/new_index_2017/btn2017.png) no-repeat;*/
}

/*top---start*/
.fl{
    float: left;
}
.fr{
    float: right;
}
.top{
    position: relative;
    color: #fff;
}
.swiper-bg{
    width: 100%;
    height: 550px;
    background: #000F21;
    overflow: hidden;
}

.slide-info{
    margin-left: 12%;
    padding-top: 130px;
    width: 260px;
    height: 100%;
    letter-spacing: 1px;
}
.slide-info h2{
    margin: 0 auto 40px;
}
.slide-info li{
    margin-bottom: 20px;
    font-size: 16px;
    list-style: disc;
}
.slide-index-style{
    margin-left: 6%;
    width: auto;
    position: relative;
    top: 50%;
    margin-top: -175px;
}
.bannerRight{
    position: relative;
    left: 0;
    top: -45px;
    height: 100%;
}
.banner-up,.banner-down,.banner-middle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.banner-middle {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}



.slide-img{
    width: 540px;
    margin-top: 125px;
}
.slide-img>img{
    width: 100%;
    vertical-align: middle;
}
.logo-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    line-height: 90px;
    padding: 0 9%;
    z-index: 3;
}
.logo-icon{
    margin-top: 19px;
    width: 50px;
}
.logo-name{
    margin-left: 7px;
    font-size: 36px;
    text-shadow: 0px -2px 0px #afaeae;
}
.logo-desc{
    margin-left: 7px;
    font-size: 28px;
}
.customer-tel{
    font-size: 16px;
}
.swiper-pagination-bullet{
    width: 20px;
    height: 20px;
}
.swiper-pagination-bullet{
    background: #fff;
}
.swiper-pagination-bullet-active{
    background: #d09103;
}
.login-2018{
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 35px;
    margin-right: 10%;
    color: #000;
}
/*top---end*/
/*middle--start*/
.middle-area{
    margin: 30px 10%;
}
.ma-info{
    margin: 30px 0;
}
.mai-nav{
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d8df;
}
.mai-nav li{
    /*min-width: 100px;*/
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    margin-right: 5%;
    cursor: pointer;
}
.mai-nav li.active{
    font-weight: bold;
    border-bottom: 2px solid #4c98ff;
}
.col-lg-2{
    width: 20%;
}
.li-w {
     margin-left: -59%;
 }
.mai-content{
    min-height: 400px;
}
.mai-com li{
    margin: 15px 0;
    font-size: 15px;
    text-align: center;
}
.mai-com img{
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto;
}
.mai-com p{
    margin-top: 10px;
}
.ml{
    margin-right: 60px;
}
.title{
    margin: auto 30px 20px 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #d5d8df;
}
.more-btn{
    color: #4b98ff;
    font-size: 14px;
    font-weight: normal;
}
.help-a li{
    position: relative;
}
.help-a li:before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    margin-top: 8px;
    background: url("/open/Public/img/login_2018/help.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.help-a li>a{
    display: block;
    padding-left: 38px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #d0d0d0;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dc-width{
    width: 63%;
}
.download-client{
    margin: 0 auto 13px;
    padding-left: 11px;
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: #000;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    position: relative;
}
.dc-position{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    margin-left: -15px;
}
.client-icon{
    /*margin:-10px 15px auto 15px;*/
    margin: -10px 10px auto 10px;
    width: 28px;
    height: 28px;
    vertical-align: middle;
}
.download-code{
    width: 120px;
    text-align: center;
}
.download-code p{
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
}
.zx-code{
    width: 100%;
}
.mt{
    margin-top: 35px;
}
.statistics-info{
    text-align: center;
}
.count-name{
    margin: 0 auto 20px;
    font-size: 20px;
}
.count-icon{
    width: 80px;
}
.count-num{
    margin: 20px auto 0;
    font-size: 22px;
    font-weight: bold;
}
.apply-info{
    position: relative;
}
.apply-info img{
    display: block;
    width: 100%;
    height: 230px;
}
.apply-info p{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
    font-size: 32px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.6);
}
.apply-btn{
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #4c98ff;
}
.statistics-info .thumbnail,.apply-right{
    height: 300px;
}
.statistics-info .thumbnail{
    padding:50px 0;
}
/*middle--end*/
.ie-test{
    text-align: center;
    font-size: 14px;
    color: darkorange;
}
@media (max-width:1540px) {
    .slide-info{
        margin-left: 8%;
    }
    .login-2018{
        margin-right: 5%;
    }
    .logo-info{
        padding: 0 5%;
    }
    .bannerRight{
        top: 0;
    }
    .bannerRight img{
        width: 480px;
    }
}
@media (max-width:1366px) {
    .slide-info{
        width: 200px;
    }
    .client-icon{
        margin: -10px 10px auto 0;
    }
    .dc-width{
        width: 55%;
    }
    .dc-position{
        margin-left: 0;
    }
    .apply-info p{
        font-size: 28px;
    }
}
@media (min-width:1280px) and  (max-width:1366px){
    .slide-info{
        margin-left: 5%;
    }
    .login-2018{
        margin-right: 3%;
    }
    .slide-index-style{
        margin-left: 3%;
        width: auto;
    }
}
@media (max-width:1280px) {
    .col-lg-2{
        width: 25%;
    }
    .slide-info{
        margin-left: 5%;
    }
    .login-2018{
        margin-right: 3%;
    }
    .logo-info{
        padding: 0 2%;
    }
    .slide-img{
        width: 450px;
    }
    .download-client{
        height: 55px;
        line-height: 55px;
    }
    .download-code{
        width: 100px;
    }
    .apply-info p{
        font-size: 25px;
    }
    .count-name{
        font-size: 18px;
    }
    .slide-img {
        margin-top: 140px;
    }
    .slide-index-style{
        margin-left: 2%;
        width: auto;
    }
    .bannerRight{
        top: 0;
    }
    .bannerRight img{
        width: 450px;
    }
}
@media (max-width: 1130px){
    .login-2018 {
        margin-left: 2%;
    }
    .slide-img{
        width: 400px;
    }
    .slide-info{
        width: 180px;
    }
    .slide-info {
        margin-left: 4%;
    }
    .slide-img {
        margin-top: 165px;
    }
}
@media (max-width: 992px){
    .mai-nav li {
        margin-left: 2%;
    }
}