@charset "utf-8";
html,body{font: 14px/1.5 "思源","思源",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th,td {margin: 0; padding: 0; }
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing:border-box;}
table{border-collapse:collapse;border-spacing:0;}
ul,li{list-style:none;}
fieldset,img{border:none;}
a{text-decoration:none;color: #fff;}
a:hover{text-decoration:none;color: #eb6120;}
:focus{outline: none;outline-offset: 0;}
article,aside,details,figcaption,figure,footer,main,menu,nav,section,summary{display:block}
img{vertical-align:middle;display: inline-block;}
input::-webkit-input-placeholder {  color: #c1c1c1;  }
input:-ms-input-placeholder {  color: #c1c1c1;  }
input:-moz-placeholder {  color: #c1c1c1;  }
input::-moz-placeholder {  color: #c1c1c1;  }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{ -webkit-appearance: none !important;}
input[type="number"]{-moz-appearance:textfield;}
table{width: 100%}
table td,table th{border: 1px solid #e2e2e2; padding:6px;}
::-webkit-scrollbar { width:4px; height: 5px; background-color:#eb6120;}
::-webkit-scrollbar-track {border-radius: 4px;background-color:#9e9e9e;  }
::-webkit-scrollbar-thumb {border-radius: 4px; background-color: #eb6120;  }
body{min-width: 1200px;background: #fff;color:#999; }
.clearfix:after { content: '\0020';display: block; height: 0;clear: both;visibility: hidden;}
.container{width:1200px;margin: 0 auto;}
.pull-left,.pull-right{display: inline-block;}
.pull-right{float:right}
.pull-left{float:left}
.text-left{text-align: left!important;}
.text-right{text-align: right!important;}
.text-center{text-align: center!important;}
.bold{font-weight: bold}
.hide{display:none}
.show{display:block}
.m-t-0{margin-top: 0 !important;}
.m-r-0{margin-right: 0 !important;}
.p-t-3{padding-top: 3px;}
.p-l-20{padding-left: 20px;}
.txt-orange{color: #eb6120 !important;}
.txt-white{color: #fff !important;}
.bold{font-weight: bold !important;}
.bg-light-gray{background: #f3f5f7 !important;}
.font-18{
    font-size: 18px;
}
.iconfont {
    font-size: 14px;
}

/*头部*/
.common-header{
    position: fixed;
    top: 0;
    width: 100%;
    height:80px;
    background:transparent;
    border-bottom: 1px solid #393939;
    z-index: 300;
}
.common-header .container{
    padding:24px 30px;
    width: 100%;
}
.common-header .nav-list,.common-header .logo-icon{
    display: inline-block;
    float: left;
}
.common-header .logo-icon,.common-header.stuck-header .logo-icon{
    width: 128px;
    height: 36px;
    margin-right: 42px;
    background-image: url(../img/logo1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.common-header .nav-list{
    margin: -25px 0 0 0;
}
.common-header .nav-list li{
    display: inline-block;
    float: left;
    margin: 0 42px;
}

.common-header .nav-list li>a{
    display: block;
    font-size: 15px;
    color: #999;
    /*padding: 0 6px;*/
    height: 80px;
    line-height:80px;
    border-bottom: 2px solid transparent;
    background-color: rgba(0,0,0,0);
}
.common-header .nav-list li>a:hover,.common-header .nav-list li.cur>a{
    color: #eb6120;
    border-color: #eb6120;
}
.common-header .btns a{
    padding: 0 10px;
    line-height: 30px;
    height: 32px;
    display: inline-block;
    color: #fff;
    margin-left: 20px;
    font-size: 15px;
}
.common-header .btns>a:first-child{
    border: 1px solid transparent;
}
.common-header .btns>a:hover{
    color:#eb6120;
    border-color:#eb6120;
}
.common-header .btns .ui-border-btn:hover{
    color:#eb6120;
}
.common-header .sub-menu{
    position: fixed;
    left: 0;
    right: 0;
    height: 110px;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    z-index: 100;
    padding:0 0 0 285px;
    transition: all 0.5s ease-in-out;
    background:rgba(34,34,34,.8);
    display: none;
}
.common-header .sub-menu.sub-menu-about{
    padding-left: 600px;
    padding-right: 0;
}
.common-header .sub-menu.sub-menu-help{
    padding-left: 420px;
    padding-right: 0;
}
.common-header .nav-list>li:hover .sub-menu{
     transition-delay: 0.1s;
     transition-duration: 0.3s;
     z-index: 1;
     visibility: visible;
     display: block;
 }
.common-header .sub-menu .sub-menu-list{
    display: inline-block;
    zoom: 1;
    padding:20px 0;
    overflow: hidden;
    text-align: right;
}
@-webkit-keyframes chapternav-slidein {
    0% {
        opacity: 0
    }

    1% {
        -webkit-transform: translateX(160px);
        transform: translateX(160px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes chapternav-slidein {
    0% {
        opacity: 0
    }

    1% {
        -webkit-transform: translateX(160px);
        transform: translateX(160px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.common-header .sub-menu .sub-menu-list a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0 42px;
    line-height: 14px;
    -webkit-animation: chapternav-slidein 350ms backwards;
    animation: chapternav-slidein 350ms backwards
}
.common-header .sub-menu .sub-menu-list a i{
    display: block;
    font-size: 42px;
    line-height: 42px;
    height: 42px;
    margin-bottom: 8px;
}
.common-header .sub-menu .sub-menu-list a:hover,.common-header .sub-menu .sub-menu-list a.active{
    color: #eb6120;
}
.common-header .sub-menu .sub-menu-list a.disabled,.common-header .sub-menu .sub-menu-list a.disabled:hover{
    color: #ddd;
    cursor: default;
    display: none;
}
.common-header.stuck-header{
   /* border-bottom: 1px solid #e6e6e6;*/
    background: #222;
    transition: all 0.5s ease-in-out;
}
.common-header.stuck-header .nav-list li>a {
    color: #999;
}
.common-header.stuck-header .nav-list li>a:hover ,.common-header.stuck-header .nav-list li>a:hover,.common-header.stuck-header .nav-list li.cur>a{
    color: #eb6120;
}
.common-header .btns>a:first-child{
    padding: 0 12px;
}
.common-header .header-right{
    padding-right: 50px;
    float: right;
}
.common-header .header-right  .search-box{
    display: none;
    background:#2F2F2F;
    border-radius:22px;
    float:left;
    margin-top: -5px;
    width:280px;
    height:44px;
    overflow: hidden;
    position: relative;
}
.common-header .header-right  .search-box .search-btn{
    position: absolute;
    right: 10px;
    top: 6px;
    color: #fff;
    z-index: 6;
}
.common-header .header-right  .search-box .search-btn i{
    font-size: 20px;
}
.common-header .header-right  .search-box input{
    background:#2F2F2F;
    border-radius:22px;
    border: 1px solid transparent;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    width: 100%;
    height: 44px;
    padding:5px 15px;
}
.common-header .header-right .search-box input:focus{
    border-color: #fff;
}
.login-after{
    height:34px;
    line-height:34px;
    display: inline-block;
    position: relative;
    margin-left: 12px;
    padding-right: 20px;
    background: url("../img/icon-down.png") no-repeat right center;
    cursor: pointer;
}
.login-after .down-list{
    min-width: 108px;
    overflow: hidden;
    position: absolute;
    top:32px;
    left:0px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba( 0, 0, 0,.2 );
    background: #fff;
    padding: 10px 0;
    display: none;
}
.down-list li{  padding:0 11px;}
.down-list li,.down-list li a{ display: block;color:#333!important;border: 0 !important;background: transparent !important;}
.down-list li:hover a{color:#eb6120!important;border: 0 !important;background: transparent !important;}

.footer{
    width: 100%;
    padding-top:70px;
    background: #262626;
    color:#999;
}
.footer a{
    color: #999;
}
.footer .copyright-area{
    font-size: 12px;
    margin-top: 22px;
    text-align: center;
    color: #888;
    padding: 30px 0;
}
.footer .copyright-area a{
    padding: 0 8px;
}
.footer .list-unit{
    display: inline-block;
    float: left;
    width: 150px;
    line-height:44px;
    height: 190px;
    overflow: hidden;
}
.footer .list-unit:nth-child(5){
    width: 132px;
    border-right: 1px solid #4e4e4e;
    margin-right: 60px;
}
.footer .list-unit:nth-child(6){
    width:225px;
}
.footer .list-unit:last-child{
    width: 180px;
}
.footer .list-unit p:first-child{
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 34px;
}
.footer .serve-area,.footer .code-area{
    display: inline-block;
    float: left;
}
.footer .code-area{
    width: 180px;
    height: 190px;
    background: #191919;
    line-height: 2.2;
    text-align: center;
    padding: 20px 20px 0;
    font-size: 12px;
}
.footer .code-area img{
    width: 140px;
    height: 140px;
}
.footer .serve-area{
    width: 220px;
}
.footer .serve-area .tel-area{
    position: relative;
    padding-left:58px;
    border-bottom: 1px solid #3e3e3e;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.footer .serve-area .tel-area i{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 38px;
}
.footer .serve-area .tel-area i + p +p{
    color: #eb6120;
    font-size: 23px;
}
.footer .serve-area .links-list a{
    font-size: 12px;
    width: 50%;
    float: left;
    line-height: 2;
}
.footer .serve-area .links-list a:nth-child(2),.footer .serve-area .links-list a:last-child{
    text-align: right;
}
.fix-footer{
    width: 100%;
    background: rgba(0,0,0,.6);
    height: 100px;
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 300;
    display: none;
}
.index-page .fix-footer{
    display: block;
}
.fix-footer .pull-left{
    line-height: 100px;
    font-size:28px;
    color: #fff;
}
.fix-footer .pull-left span{

}
.fix-footer .book-form{
    font-size: 15px;
    color: #fff;
    margin-top: 27px;
}
.fix-footer .book-form input{
    display: inline-block;
    width: 360px;
    height: 46px;
    line-height:36px;
    padding:5px 20px;
    font-size: 15px;
    color: #fff;
    background: rgba(255,255,255,.1);
    border: 1px solid #767676;
}
.fix-footer .book-form input:focus{
    border-color: #fff;
}
.fix-footer .book-form a{
    display: inline-block;
    width: 100px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    color: #fff;
}
.fix-footer .book-form a.book-btn{
    background:#eb6120;
    border: 1px solid #eb6120;
    margin: 0 16px;
}
.fix-footer .book-form a.consult-btn{
    border: 1px solid #fff;
}
/*修改注释*/
.footer .clearfix>.pull-right{
    display: inline-block;
}
/*修改注释*/
.common-title{
    text-align: center;
    margin-bottom: 80px;
}
.common-title .big{
    font-size: 30px;
    color: #333;
    line-height: 30px;
}
.common-title .big + p{
    padding-top: 20px;
}
.common-section{
    padding: 65px 0;
    width: 100%;
    clear: both;
}
.ui-btn{
    border: 1px solid #eb6120;
    background: #eb6120;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 2px;
    /*font-size: 16px;*/
}
.ui-btn:hover{
    border-color: #ed6d31;
    color: #fff;
    background: #ed6d31;
}
.ui-border-btn{ display: inline-block;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 2px;
    color: #fff;
    border: 1px solid #fff;
}
.ui-border-btn:hover{
    border-color: #eb6120;
    color: #eb6120;
}
/*弹窗*/
.pack_popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    z-index:9999;
    display: none;
}
.pack_popup_box{
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-200px;
    margin-left:-215px;
    width:430px;
    height:400px;
    border-radius:3px;
    background:#fff;
    color: #333;
    text-align:center;
    display: none;
}
.pack_popup.show,.pack_popup.show .pack_popup_box{
    display: block;
}
.success_popup .pack_popup_box,.noapplied_popup .pack_popup_box{
    margin-top:-140px;
    margin-left:-215px;
    width:430px;
    height:280px;
}
.pack_popup_box>h4{
    font-size:18px;
    line-height:60px;
    font-weight:400;
    color: #333;
    margin-bottom:15px;
    margin-top: 5px;
}
.pack_popup_close{
    position:absolute;
    top:12px;
    right:15px;
    font-size:18px;
    color:#ddd;
    cursor:pointer;
}
.common-apply-form{
    width: 300px;
    margin: 0 auto;
}
.common-apply-form>ul>li{
    /*float: left;*/
    /*width: 100%;*/
    display: block;
    /*margin-bottom: 25px;*/
    position: relative;
    padding-bottom: 25px;
    min-height:65px;
    position: relative;
}
.common-apply-form ul li input,.common-apply-form ul li select{
    display: inline-block;
    float: left;
    width: 300px;
    line-height: 40px;
    height: 40px;
    border-radius: 2px;
    border:1px solid #e6e6e6;
    font-size: 16px;
    padding: 0 5px;
    text-align: left;
    color: #bbb;
}
_::-moz-svg-foreign-content, :root .common-apply-form ul li input { line-height: 0; /*safari hack*/ }

.common-apply-form ul li select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding-right: 14px;
    background: url("../img/arrow.png") no-repeat scroll right center transparent;

}
.common-apply-form ul li select::-ms-expand {
    display: none;
}
.lte9 .common-apply-form ul li select{
    background: none;
    padding-right: 0;
}
.common-apply-form ul li.half-select>div{
    float: left;
    width: 144px;
    position: relative;
    line-height: 40px;
    height: 40px;
    border-radius: 2px;
    border:1px solid #e6e6e6;
}
.common-apply-form ul li.half-select>div .inner{
    position: relative;
}
.common-apply-form ul li.half-select>div h3 {
    height: 38px;
    width:100%;
    line-height: 38px;
    font-size: 16px;
    padding: 0 7px;
    font-weight: normal;
    position: relative;
    text-align: left;
    color: #bbb !important;
}
.common-apply-form ul li.half-select>div ul {
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 11111;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333 !important;
    display: none;
}
.common-apply-form ul li.half-select>div ul li{
    cursor:pointer;
}
.common-apply-form ul li.half-select>div ul li:hover{
    background: #ddd;
}
.common-apply-form ul li.half-select>div .up-icon{
    background: url(../img/arrow.png) no-repeat right center;
    position: absolute;
    right: -1px;
    top: 14px;
    display: block;
    width: 20px;
    height: 12px;
}
.common-apply-form ul li.half-select>div ul li {
    margin-bottom: 0px;
    padding: 0 16px;
}
.common-apply-form ul li.half-select >div:first-child{
    margin-right: 4%;
}
.common-apply-form .ui-btn{
    width: 100%;
}
.common-apply-form li label{
    padding: 6px;
    color: #eb6120 !important;
    border-radius: 2px;
    position: absolute;
    top: 38px;
    display: block;
    left: 0px;
    line-height: 14px;
}
.pack_popup_box .success-tip-layer{
    padding-top: 20px;
    color: #333;
    font-size: 16px;
    line-height: 2;
}
.pack_popup_box .success-tip-layer i{
    font-size:64px;
    color: #13ca00;
}
.pack_popup_box .success-tip-layer p:last-child{
    color: #999;
}
.layui-layer-hui .layui-layer-content {
    padding: 20px 35px !important;
}
/*预约咨询成功弹窗*/
.book-success-box{
    width: 360px;
    height: 280px;
    margin-top: -140px;
    margin-left: -180px;
    border-radius: 4px;
    overflow: hidden;
    background: url("../img/booklayerbg.jpg") no-repeat top center #fff;
    padding-top: 100px;
    text-align: center;
}
.book-success-box p:first-child{
    font-size: 20px;
    line-height: 3;
}
.book-success-box  a{
    display: inline-block;
    border: 1px solid #eb6120;
    border-radius: 2px;
    color: #eb6120;
    padding: 5px 28px;
    margin-top: 25px;
}

/*侧边栏*/
.right-aside{
    position: fixed;
    bottom:170px;
    right:0px;
    z-index:333;
}
.right-aside .side-box{
    display: block;
    color: #fff;
    font-size: 14px;
}
.right-aside .side-box li{
    position: relative;
    height:60px;
    line-height: 60px;
    margin-top:2px;
}
.right-aside .side-box li .side-icon,.right-aside .side-box li .side-card{
    position: absolute;
    top: 0;
    height:60px;
    line-height: 60px;
    background: rgba(34,34,34,.80);
    cursor: pointer;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius:3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius:3px;
    border: 1px  solid #666;
    border-right: 0;
}
.right-aside .side-box li .side-icon{
    z-index: 334;
    right: 0;
    width:60px;
    text-align: center;
}
.right-aside .side-box li:hover .side-icon{
    background: #222;
}
.right-aside .side-box li .side-card{
    display: none;
    z-index: 335;
    right: -250px;
    width:180px;
    background: #222;
}
.right-aside .side-box li .side-card img{
    display: inline-block;
    padding: 0 18px 0 25px;
}
.right-aside .side-box li.side-wechat .side-card,.right-aside .side-box li.side-wechat2 .side-card{
    background: transparent;
    border-radius: 0;
    border: 0;
    width: 160px;
    height: 160px;
}
.right-aside .side-box li.side-wechat .side-card .imgqr,.right-aside .side-box li.side-wechat2 .side-card .imgqr{
    position: absolute;
    bottom: 100px;
    right: 65px;
}
.right-aside .side-box li.side-wechat .side-card img,.right-aside .side-box li.side-wechat2 .side-card img{
    padding: 0;
}



.right-aside .side-box .up-btn{display: none;}

.mgr-12{margin-right: 12px;}
.he-45{ min-height:45px!important;}
.col-yell{color:#FFC92B!important;;}
.turn-ap{color:#eb6120;padding:0 5px;}

.modalDownload{
    float: left;
    width: 200px;
}
.modalDownload h4{
    padding: 0 10px;
    line-height: 30px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    margin-left: 50px;
}
.modalDownload ul{
    background: rgba(34,34,34,.8);
    display: none;
    margin-top: 26px;
}
.modalDownload ul li{
    list-style: none;
    padding:15px 0;
    text-align: center;
}
.modalDownload ul li:nth-child(1),.modalDownload ul li:nth-child(2),.modalDownload ul li:nth-child(3){
    border-bottom: 1px solid #e6e6e6;
}
.modalDownload ul li a {
    font-size: 14px;
    color: #fff;
}
.modalDownload ul li a:hover{
    color: #eb6120;
}
.iconSel{
    display: inline-block;
    background: url("../img/arrow.png") no-repeat center;
    width: 13px;
    height: 8px;
    background-size: 13px 8px;
    margin-left: 6px;
    transition: ease 0.3s;
    position: relative;
}
.modalDownload.active .iconSel{
    transform: rotate(180deg);
}

@media screen and (max-width: 1440px) {
    .common-header .header-right{
        padding-right: 0;
    }
    .common-header .btns a {
        margin-left: 8px;
        font-size: 14px;
    }
    .common-header .header-right .search-box {
        border-radius: 18px;
        width: 170px;
    }
    .common-header .header-right .search-box input {
        padding: 5px 10px;
        font-size: 12px;
    }
    .modalDownload h4 {
        margin-left: 20px;
    }
}
