* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

.header {
    width: 100%;
    height: 145px;
    background: #303030;
    position: relative;
}

.headercd {
    width: 1574px;
    height: 100%;
    margin: auto;
    position: relative;
}

.cdleft {
    width: 608px;
    height: 100%;
    float: left;
}

.cdright {
    width: 608px;
    height: 100%;
    float: right;
}

.cldiv {
    width: 33.33%;
    float: left;
    height: 100%;
    color: white;
    text-align: center;
    line-height: 210px;
}

.cldivb{
    width: 25%;
    float: left;
    height: 100%;
    color: white;
    text-align: center;
    line-height: 210px;
    position: relative;
}

.shopwhite{
    position: absolute;
    width: 100%;
    height: 100px;
    background: white;
    bottom: -100px;
    z-index: 2;
    display: none;
}

.swa{
    position: relative;
    color: black;
    width: 100%;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
}

.cldivb:hover .shopwhite{
    display: block;
}

.cdimg {
    width: 358px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}

.cdimgg {
    display: block;
    margin: auto;
    margin-top: 68px;
}

.cva {
    color: white;
}

.cvared {
    color: #e60014 !important;
}

/* foot */

.footer {
    width: 100%;
    height: 460px;
    background: #303030;
    padding-top: 75px;
}

.foott {
    width: 1440px;
    overflow: hidden;
    margin: auto;
}

.footleft {
    width: 45.2%;
    float: left;
}

.huanying {
    font-size: 30px;
    color: white;
    margin-bottom: 25px;
}

.hya {
    height: 42px;
    width: 100%;
    background: #eaeaea;
    border: none;
    text-indent: 5px;
    margin-bottom: 35px;
}

.hytext {
    width: 85.8%;
    background: #eaeaea;
    height: 122px;
    border: none;
    float: left;
}

.hybutton {
    width: 13.7%;
    height: 122px;
    border: none;
    margin-left: 0.5%;
    color: white;
    font-size: 30px;
    white-space: normal;
    background: #e60014;
    outline: none;
}

.footright {
    width: 45.2%;
    float: right;
}

.frred {
    width: 100%;
    height: 2px;
    background: red;
    margin-bottom: 37px;
}

.flp {
    color: white;
    line-height: 35px;
}

.flpp {
    margin-top: 19px;
    color: white;
    line-height: 35px;
    display: block;
}

.frleft {
    width: 413px;
    float: left;
}

.frright {
    width: 107px;
    height: 100%;
    float: right;
}

.ftimg {
    margin-bottom: 14px;
}

.mobilea {
    display: none;
}

.lianjie{
    width: 90%;
    max-width: 1400px;
    margin: auto;
    color: white;
    margin-top: 20px;
}

.linkaa{
    color: white;
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (max-width: 1600px) {
    .cdleft {
        width: 550px;
        margin-left: 2%;
    }

    .cdright {
        width: 550px;
        margin-right: 2%;
    }

    .headercd {
        width: 100%;
    }
}

@media screen and (max-width: 1550px) {
    .foott {
        width: 90%;
    }
}

@media screen and (max-width: 1500px) {
    .cdleft {
        width: 500px;
    }

    .cdright {
        width: 500px;
    }

    .footer {
        height: 440px;
    }
}

@media screen and (max-width: 1400px) {
    .cdleft {
        width: 450px;
    }

    .cdright {
        width: 450px;
    }
}

@media screen and (max-width: 1300px) {
    .cdleft {
        width: 400px;
    }

    .cdright {
        width: 400px;
    }

    .footleft {
        width: 48%;
    }

    .footright {
        width: 48%;
    }

    .frleft {
        width: 370px;
    }

    .footer {
        height: 430px;
    }

    .hytext {
        width: 84%;
    }

    .hybutton {
        width: 15.5%;
    }
}

@media screen and (max-width: 1200px) {
    .cdleft {
        width: 355px;
    }

    .cdright {
        width: 380px;
    }

    .frleft {
        width: 310px;
    }

    .hytext {
        width: 82%;
    }

    .hybutton {
        width: 17.5%;
    }
}

@media screen and (max-width: 768px) {
    .computera {
        display: none;
    }

    .mobilea {
        display: block;
    }

    .hytext {
        width: 78%;
    }

    .hybutton {
        width: 21.5%;
    }

    .frleft {
        width: 200px;
    }

    .frred {
        margin-bottom: 20px;
    }

    .flpp {
        margin-top: 10px;
    }

    .header {
        height: auto;
    }

    .cdimgg {
        width: 140px !important;
        margin-left: 20px;
        float: left;
        position: relative;
        margin-top: 16px;
    }
}

@media screen and (max-width: 450px) {
    .newxinwen {
        height: auto;
        margin-bottom: 20px;
    }

    .footleft {
        width: 100%;
    }

    .hybutton {
        width: 16%;
        font-size: 20px;
    }

    .hytext {
        width: 83.5%;
    }

    footer {
        padding-top: 30px;
    }

    .huanying {
        font-size: 23px;
    }

    .hya {
        margin-bottom: 20px;
    }

    .footright {
        width: 100%;
        margin-top: 30px;
    }

    .huanying {
        font-size: 23px;
    }

    .footer {
        height: auto;
        padding-top: 30px;
    }

    .frleft {
        width: 100%;
    }

    .frright {
        width: 100%;
        height: auto;
        margin-top: 15px;
    }

    .flpp {
        margin-top: 10px;
    }

    .frred {
        margin-bottom: 20px;
    }

    .swiper-pagination-bullet {
        width: 20px !important;
        height: 3px !important;
    }
}