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 .on{
    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: 500px;
    background: url("../images/banner3.png") 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;
}
.credit{
    margin-top: 36px;
}
.outbox h3{
    margin: 14px auto;
    border-bottom: 2px solid #d33a31;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
}
.credit h3 {
    width: 150px;
}
.partner{
    margin-top:10px ;
}
.partner h3{
    width: 84px;
}
.fff{
    background: #fff;
}
.f5f5{
    background: #f5f5f5;
}
.bgf5f5{
    background: url("../images/jfdh.jpg") no-repeat center;
     background-size:100%;
}
.outbox .inbox{
    width: 1200px;
    margin: 100px auto;
    padding-left: 30%;
}
.outbox .inbox p{
    text-align: center;
    color: #333333;
    font-size: 44px;
    margin-top: 38px;
}
/*.p-box{
    padding-left: 620px;
}*/
.outbox .btn{
    width: 138px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #f74d4f;
    background: #ff6466;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    margin: 30px auto;
    display: block;
}
.outbox .partner-list{
    width: 900px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.outbox .partner-list .partner-item{
    width: 178px;
    height: 60px;
    margin:22px;
}
.outbox .partner-list .partner-item img{
    display: block;
    width: 100%;
}
.copyright{
    line-height: 80px;
    background: #2b2b2b;
    text-align: center;
    color: #dcdcdc;
    font-size: 14px;
}
td {
    display: inline-block;
    margin-right: 69px;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    color: #999999;
}
