html,body{
    width: 100%;
    overflow-x: hidden;
}
.header{
    width: 100%;
    background: var(--c-primary, #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: var(--c-secondary, #8e0303);
}
.header-center .nav .on{
    background: var(--c-secondary, #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: var(--c-text, #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: var(--c-secondary, #4a4a4a);
}
.header-center .nav .nav-item .sub-list .sub-sj{
    border: 10px solid transparent;
    border-bottom: 10px solid var(--c-text, #2a2a2a);
    position: absolute;
    top: -20px;
    z-index: 1009;
    margin-left: -10px;
    left: 50%;
}
/*banner*/
.banner{
    width: 100%;
    max-width: 100%;
    height: 376px;
    min-height: 376px;
    max-height: 376px;
    position: relative;
    display: block;
    padding-top: 1px;
    overflow: hidden;
    background: #f5f5f5;
}
.banner .banner-img{
    width: 100% !important;
    max-width: 100% !important;
    height: 376px !important;
    min-height: 376px !important;
    max-height: 376px !important;
    object-fit: cover;
    display: block;
}
.banner .inbox{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1200px;
    height: 376px;
    color: #fff;
    font-size: 20px;
    text-shadow: 0 2px 6px rgba(0,0,0,.4);
    z-index: 2;
    pointer-events: none;
}
.banner .inbox h6{
    line-height: 36px;
    border-bottom: 1px solid #fff;
    width: 80px;
    margin-top: 180px;
}
.banner .inbox h5{
    margin-top: 20px;
}
.outbox{
    width: 100%;
    padding-bottom: 20px;
    padding-top: 1px;
}
.outbox .inbox{
    width: 1200px;
    margin: 32px auto;
    font-size: 16px;
    color: #333333;

}
.outbox .inbox .info{
    color: #666;
}
.outbox .inbox .name{
    margin-top: 20px;
}

.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;
}
