@charset "utf-8";
/* 公共部分GLOBAL STYLES
-------------------------------------------------- */
.service-header-logo>a>img{
  vertical-align: top;
}
/*服务商入口*/
/*banner*/
.navbar-default {
    margin-bottom: 0;
}
.entrance {
    padding: 40px 0 0 0;
}
.entrance h4 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 150px;
    text-align: left;
}
.entry-bt {
    width: 150px;
    height: 50px;
    font-size: 20px;
    background: #00bfcd;
    color: #fff;
    border-radius: 5px;
    line-height: 50px;
    margin: 20px auto;
    display: inline-block;
    behavior: url(/ie-css3.htc);

}
.entry-box {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 0;
    border-radius: 5px;
    behavior: url(/ie-css3.htc);
}
.entry-box h3 {
    color: #00bfcb;
    padding: 0 20px 15px;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
    margin-bottom: 15px;
}
.entry-box input {
    outline: none;
    width: 90%;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border: 1px solid #bbb;
    border-radius: 26px;
    margin: 10px 0;
    font-size: 18px;
}
.entry-box .submit-bt {
    background-color: #00bfcb;
    color: #fff;
    border: 0;
}
.forget-psw {
    display: block;
    font-size: 18px;
    width: 90%;
    margin: 5px auto 15px;
    color: #666;
}
.entry-text {
    width: 26%;
}
.entry-slider{
    width: 100%;
    height: 500px;
}
.msg {
    margin-top: 110px;
    font-size: 18px;
    font-family: FZLTHK--GBK1-0, FZLTHK--GBK1;
    color: #FFFFFF;
    position: absolute;
    left: 434px;
}
.msg p {
    color: #ffffff
}
.msg p span{
    font-size: 24px;
    color: #ffffff;
}
.msg p:nth-child(1) span {
    margin: 0 5px;
    font-weight: bold;
}
.msg p:nth-child(1) img {
    display: inline-block;
    vertical-align: super;
}
.msg p:nth-child(2) {
    font-size: 36px;
    font-weight: bold;
    margin: 30px 0 15px 0;
    line-height: 31px;
}
.msg p:nth-child(3) {
    line-height: 35px;
}
.msg p:nth-child(3) span {
    font-size: 24px;
}
.msg p:nth-child(4) span:nth-child(1) {
    font-size: 24px;
    margin-top: 10px;
}
.msg p:nth-child(4) span:nth-child(2) {
    font-size: 24px;
    font-weight: bold;
}
.msg p:nth-child(4) {
    margin-bottom: 32px;
}
.msg .free-click {
    margin-left: -20px;
    cursor: pointer;
}
.bottom_free {
    background: url("../images/old-home/bottom_banner.png") center no-repeat;
    background-size: cover;
    height: 88px;
    text-align: center;
    vertical-align: middle;
    line-height: 92px;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.carousel {
    margin-top: 39px;
}
.carousel-indicators {
    bottom: -50px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    /*bottom: -35px;*/
}
.bx-wrapper .bx-viewport {
    height: 500px!important;
}
.bx-wrapper .slide>img {
    height: 500px!important;
    margin: auto;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: url("../images/old-home/carousel-indicators.png") center no-repeat !important;
    width: 8px!important;
    height: 8px!important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: url("../images/old-home/carousel-indicators-active.png") center no-repeat !important;
    width: 10px!important;
    height: 10px!important;
}
/*future*/
.future_txt {
    width: 81%;
    margin: 80px auto 0;
}
.future_txt h3{
    color: #333;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.3;
    padding-left: 40px;
}
.form-group {
    margin-bottom: 0;
}
.future_txt ul{
     line-height: 1.5;
 }
.future2{
    background: #F1F7FE;
    padding: 0;
}
.future3{
    padding: 0;
}
.future3 .future_txt {
    width: 75%;
    margin: 60px 0 0;
    float: right;
}
@media (min-width: 1000px) and (max-width: 1600px) {
    .msg {
        left: 150px;
    }
    /*.bottom_free {*/
    /*    height: 44px;*/
    /*    line-height: 50px;*/
    /*}*/
    /*.bottom_free img {
        height: 100px;
    }*/
}
@media  (max-width: 768px){
    .entrance {
        padding: 10px 0 0 0;
    }
    .entrance h4 {
        margin-top: 48px;
    }
    .entry-text {
        width: 50%;
    }
    .carousel-indicators {
         bottom: -30px;
    }
    .entry-box {
        margin-top: 40px;
    }
    .future_txt {
        margin: 0;
        width: 80%;
    }
    .future3 .future_txt {
        margin: 0;
        width: 80%;
    }
    .future_txt ul {
        line-height: 2;
    }
    .future_txt h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

}
@media (max-width: 460px) {
    .entry-bt {
        width: 100px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .entry-box {
        margin-top: 10px;
    }
    .carousel-indicators {
        bottom: -50px;
    }
    .entry-box input {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .entry-text {
        width: 50%;
    }
    .entrance h4 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 0;
        text-align: left;
    }
    .carousel {
        margin-top: 0;
    }
    .future_txt h3 {
        margin-bottom: 12px;
        font-size: 16px;
    }
    .future1,.future2,.future3 {
        padding: 20px 10px 50px 10px;
    }
    .future1 .col-xs-12, .future2 .col-xs-12, .future3 .col-xs-12{
        float: none;
    }
    .future_txt ul {
        line-height: 1.5;
    }
    .future_txt ul li{
        margin-bottom: 10px;
    }

    .future2 .col-xs-6{
        float: right;
    }
    .future3 .future_txt {
        margin: 0;
        width: 100%;
    }
    .future_txt{
        width: 100%;
    }
}

/**首页小视频相关样式*/
#play-video{
    width: 40px;
    height: 40px;
    background: url("../images/play_btn.png") center no-repeat;
    bottom: 40%;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    cursor:pointer;
}
#id_video_container1 {
    position: absolute;
    text-align: center;
    left: 9999px;
}
.video_shadow.active {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .9);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#E5000000,endcolorstr=#E5000000);
    z-index: 9999;
}

#id_video_container1.active {
    left: 50%;
    margin-left: -360px;
    z-index: 9999;
}
