* {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333333;
}

a:link {
    color: #333333;
    /*未访问的链接颜色*/
}

a:visited {
    color: #333333;
    /*已访问的链接颜色*/
}

a:active {
    color: red;
    /*鼠标点击时的颜色*/
}

body {
    background: url(./banner.png) top center no-repeat #fafafa;
}

#mobile_header,
#mobile_footer,
.footer_mobile {
    display: none;
}

.banner-box {
    width: 100%;
    height: 526px;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.head {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}

.font {
    margin-top: 126px;
    font-size: 51px;
    font-weight: bold;
    color: #d30a19;
    text-align: center;
}

.lable li {
    width: 406px;
    padding-bottom: 30px;
    position: relative;
    float: left;
    margin-right: 30px;
}

.lable li:nth-child(3n) {
    margin-right: 0;
}

.lable li a.lablea {
    padding: 20px;
    font-size: 20px;
    background-color: #ffffff;
    font-weight: bold;
    display: block;
    line-height: 30px;
}

.lable li img {
    width: 406px;
    height: 228px;
}

.lable li span {
    z-index: 9999;
    position: absolute;
    top: 84px;
    left: 168px;
    width: 50px;
    height: 50px;
}

.lable li span img {
    width: 50px;
    height: 50px;
}

.banbox {
    position: relative;
    top: -31px;
    left: 0;
    color: #fff;
}

.banbox div {
    height: 180px;
    background: url(./yinyan.png) no-repeat;
}

.banbox div p {
    margin-left: 88px;
    padding-left: 40px;
    padding-top: 44px;
    font-size: 19px;
    line-height: 1.5;
}

.footer {
    background-color: #d30a19;
}

.footer .YouLink li {
    background-color: #c10015;
    border-top: 10px solid #d30a19;
}

.footer .f_ipv6 {
    background-color: #ac0416 !important;
}

.footer .YouLink li span,
.footer .bottom .left_r a,
.footer .YouLink li a,
.footer .bottom .middle *,
.footer .bottom .right p {
    color: #ffd8db;
}

.xll_pagebox>a:hover,
.zt12:hover,
.page_hide a:hover {
    color: #fff;
    background-color: #d30a19;
    border: 1px solid #d30a19;
}

.page_hide span {
    background-color: #d30a19;
    color: #fff;
    border: 1px solid #d30a19;
}

.footer {
    display: block;
}

#mobile_header,
.footer_mobile {
    display: none;
}


/*苹果手机字体兼容设置开始  PS 不可以修改任何东西*/

@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media (min-width: 320px) and (max-width: 750px) {
    html,
    body {
        min-width: 320px;
        max-width: 750px;
        overflow-x: hidden;
        background: none;
    }
    .container {
        width: 100%;
    }
    .banner-box {
        background: url(./bg_h5.png) top center no-repeat;
        background-size: 100% 100%;
        height: 5.5rem;
    }
    .footer {
        display: none;
    }
    #mobile_header,
    .footer_mobile {
        display: block;
    }
    .wei_link {
        display: none;
    }
    .font {
        display: none;
    }
    .head {
        padding-top: 0.3rem;
    }
    .head img {
        width: 70%;
    }
    .banbox {
        position: relative;
        top: 0;
        left: 0;
        color: #fff;
        width: 90%;
    }
    .banbox div {
        min-height: 7rem;
        background: url(./yinyan_h5.png) no-repeat;
    }
    .banbox div p {
        margin-left: 1.5rem;
        padding: 0.7rem 0.2rem 0 0.5rem;
        font-size: 0.32rem;
    }
    .lable {
        width: 90%;
        margin-top: 0.4rem;
    }
    .lable li {
        width: 100%;
        padding-bottom: 30px;
        position: relative;
        float: left;
        margin-right: 0;
    }
    .lable li:nth-child(3n) {
        margin-right: 0;
    }
    .lable li a.lablea {
        padding: 20px;
        font-size: 20px;
        background-color: #ffffff;
        font-weight: bold;
        display: block;
        line-height: 30px;
    }
    .lable li img {
        width: 100%;
        height: 4.2rem;
    }
    .lable li span {
        z-index: 9999;
        position: absolute;
        top: 25%;
        left: 45%;
    }
}