html,body{
    width: 100%;
    overflow-x: hidden;
}
.header{
    width: 100%;
    background: #bb0412;
    height: 80px;
}
.header-center{
    width: 1214px;
    margin: 0 auto;
}
.header-center .logo{
    width: 216px;
    height: 50px;
    margin-top: 9px;margin-left:-50px;
}
.header-center .logo img{
    display: block;
    width: 100%;
}
.header-center .nav .nav-item{
    width: 120px;
    line-height: 80px;
    position: relative;
    margin:  0 5px;
}
.header-center .nav .nav-item a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.header-center .nav .nav-item:hover{
    background: #8e0303;
}
.header-center .nav .nav-item:last-child:hover .sub-list{
    display: block;
}
.header-center .nav .nav-item .sub-list{
    position: absolute;
    width: 260px;
    height: 210px;
    border-radius: 6px;
    background: #2a2a2a;
    top: 80px;
    z-index: 999;
    display: none;
    right: -70px;
}
.header-center .nav .nav-item .sub-list .sub-item{
    line-height: 70px;
    padding-right: 40px;
    font-size: 16px;
}
.header-center .nav .nav-item .sub-list .sub-item img{
    margin-right: 10px;
    vertical-align: -4px;
    height: 24px;
}
.header-center .nav .nav-item .sub-list .sub-item:hover{
    background: #4a4a4a;
}
.header-center .nav .nav-item .sub-list .sub-sj{
    border: 10px solid transparent;
    border-bottom: 10px solid #2a2a2a;
    position: absolute;
    top: -20px;
    z-index: 1009;
    margin-left: -10px;
    left: 50%;
}
/*banner*/
.banner{
    width: 100%;
    height: 702px;
    background: url("../images/banner.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    display: block;
}
.banner-btn{
    display: block;
    width: 270px;
    height: 40px;
    border-radius: 22px;
    border: 2px solid #ff0003;
    text-align: center;
    line-height: 40px;
    position: absolute;
    font-size: 20px;
    color: #fff;
    margin-left: -135px;
    left: 50%;
    bottom: 158px;
    background: #000000;
}
.outbox{
    width: 100%;
    padding-bottom: 20px;
    padding-top: 1px;
}
.fff{
    background: #fff;
}
.f5f5{
    background: #f5f5f5;
}
.outbox .titlebox{
    width: 1251px;
    margin:  24px auto;
}
.outbox .titlebox .boder{
    height: 1px;
    background: #dcdcdc;
    margin-top: 13px;
    width: 500px;
}
.outbox .titlebox .title{
    width: 250px;
    text-align: center;
    font-size: 20px;
    color: #333;
}
.outbox .inbox{
    width: 1200px;
    margin: 32px auto;
}
.outbox .inbox .step-item {
    width: 300px;

}
.outbox .inbox .step-item .img-box{
    width: 110px;
    margin: 0 auto;
}
.outbox .inbox .step-item .img-box img{
    display: block;
    width: 100%;
}
.outbox .inbox .step-item span{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #d33a31;
    margin-top: 28px;
    font-size: 20px;
}
.outbox h4{
    color: #333;
    border-bottom: 2px solid #d33a31;
    text-align: center;
    width: 90px;
    font-size: 20px;
    margin: 20px auto;
    padding-bottom: 4px;
}
.outbox .inbox .card-item{
    position: relative;
    width: 380px;
    margin: 0 10px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 3px 3px 3px #efefef;
}
.outbox .inbox .card-item .line{

}
.outbox .inbox .card-item .img-box{
    width: 296px;
    margin: 32px auto;
}
.outbox .inbox .card-item .img-box img{
    display: block;
    width: 100%;
}
.outbox .inbox .card-item .cardname{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.outbox .inbox .card-item .line{
    display: block;
    position: absolute;
    height: 2px;
    width: 60px;
    margin: -30px;
    left: 50%;
    top: 30px;
    background: #ff6466;
}
.outbox .inbox .card-item .link{
    width: 140px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    color: #7d7d7d;
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 40px;
    margin: 20px auto;
}
.outbox .inbox .card-item .link:hover{
    background: #ff6466;
    color: #fff;
    border: 1px solid #ff6466;
}
.advbg{
    background: url("../images/advantage.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 429px;
}
.outbox h5{
    color: #fff;
    border-bottom: 2px solid #fff;
    text-align: center;
    width: 110px;
    padding-bottom: 4px;
    font-size: 20px;
    margin: 20px auto;
    margin-bottom: 100px;
}
.outbox .advantage{
    text-align: center;
    color: #fffefe;
    font-size: 20px;
    line-height: 60px;
}
.copyright{
    line-height: 80px;
    background: #2b2b2b;
    text-align: center;
    color: #dcdcdc;
    font-size: 14px;
}
/*未登录*/
.header-center .nav .nav-item .login-box{
    width: 100%;
    height: 80px;
}
.header-center .nav .nav-item .login-box a{
    display: block;
    width: 59px;
    height: 24px;
    line-height: 24px;
    margin-top: 28px;
}
.header-center .nav .nav-item .login-box a:first-child{
    border-right: 1px solid #fff;
}
/*登录*/
.bkdrop{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0.6);
}
.bkdrop .form-box{
    width: 680px;
    background: #fff;

    margin-left: -340px;
    left: 50%;
    margin-top: -240px;
    top: 50%;
    position: absolute;
}
.bkdrop .form-box .title{
    line-height: 80px;
    padding-left: 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #F5F8F9;
    font-size: 20px;
    color: #555F6D;
    text-align: left;
    padding-top: 20px;
}
.bkdrop .form-box .inp-group{
    width: 350px;
    margin: 30px auto;
}
.bkdrop .form-box .inp-group .inp-row{
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}
.bkdrop .form-box .inp-group input{
    padding-left: 24px;
    line-height: 46px;
    width: 350px;
    border: 2px solid #dcdcdc;
    border-radius: 4px;
    font-size: 14px;
    color: #999999;
}

.bkdrop .form-box .inp-group .lg-link{
    width: 28%;

    display: block;
    text-align: right;
    line-height: 13px;
    margin-left: 10px;
    margin-top: -13px;
    margin-bottom: 13px;
    color: #999;
}


.bkdrop .form-box .inp-group .lg-linki{
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #d7d7d7;
    margin-top: 2px;
    margin-right: 4px;
    color: #fff !important;
    font-size: 14px;
    line-height: 14px;
}
.colff{
    color: #fff !important;
}

.bkdrop .form-box .inp-group .on1 {
    background: #00BB00;
    border: 1px solid #00BB00;
    }
.bkdrop .form-box .inp-group .lg-linka{
    width: 50%;
    margin-left:50px;
    display: block;
    text-align: right;
    margin-top: -15px;
    margin-bottom: 15px;
    color: #999;
}
.bkdrop .form-box .inp-group .btn{
    width: 100%;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    background: #27BAFF;
    color: #fff;
}
.bkdrop .form-box .inp-group p{
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}
.bkdrop .form-box .inp-group .inp-row .eye{
    position: absolute;
    right: 20px;
    top: 20px;
}
.bkdrop .form-box .inp-group .inp-row .code{
    width: 138px;
    line-height: 44px;
    padding-left: 0;
    text-align: center;
    margin-right: 16px;
}
.bkdrop .form-box .inp-group .inp-row span{
    display: block;
    line-height: 44px;
    color: #999;
}
.bkdrop .reg2{
    display: none;
}
.bkdrop .form-box .other-way{
    border-top: 1px solid #dcdcdc;
    position: relative;
    width: 100%;
    margin-top: 50px;
    height: 75px;
}
.bkdrop .form-box .other-way .link-list{
    margin: 0 auto;
    width: 170px;
    display: block;
}
.bkdrop .form-box .other-way .link-list a{
    margin:20px 26px ;
}
.bkdrop .form-box .other-way .reg{
    position: absolute;
    right: 30px;
    top: 20px;
    line-height: 30px;
    display: block;
    color: #999;
}
.layui-layer-setwin .layui-layer-close2{
    position: absolute;
    right: 23px !important;
    top: 8px !important;
}