* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    font-family: "Microsoft YaHei UI";
}

img {
    display: block;
}

.wrapper {
    width: 100%;
    background-color: #fff;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.cont1,
.cont2 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cont1_word {
    width: 100%;
    position: absolute;
    left: 15%;
    top: 40%;
}

.cont2_word {
    width: 100%;
    position: absolute;
    left: 55%;
    top: 45%;
    /* top: 30%; */
}

.tit1 {
    font-size: 3.6rem;
    color: #030303;
}

.tit2 {
    width: 100%;
    font-size: 3.6rem;
    color: #030303;
    line-height: 4.5rem;
}

.words {
    margin-top: 1%;
    width: 28%;
    font-size: 2.4rem;
    color: #666;
    line-height: 4rem;
    color: #666666;
    letter-spacing: 0.5rem;
}

.cont3 {
    padding: 2% 0 5%;
}

.cont3_tit {
    font-size: 3.6rem;
    text-align: center;
    color: #3a91f1;
}

.cont3_tits {
    font-size: 1.8rem;
    text-align: center;
    color: #999;
    margin-top: 1%;
}

.cont3_main {
    width: 74%;
    margin: 1% auto 0;
    box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 6% 2% 6% 0;
}

.fl {
    width: 41%;
    float: left;
    text-align: center;
}

.fl img {
    width: 30%;
    display: inline-block;
    margin-top: 3%;
}

.er_word {
    font-size: 2.7rem;
    color: #999;
    margin-top: 4%;
}

.fr {
    width: 55%;
    float: left;
    font-size: 2.1rem;
    letter-spacing: 0.4rem;
    line-height: 3.8rem;
    color: #333333;
    margin-left: 4%;
}

.footer {
    background-color: #333;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 3% 0;
}

.footer a{
	color: #fff;
}

@media screen and (max-width: 1024px) {
    .tit1 {
        font-size: 2.8rem;
    }

    .tit2 {
        font-size: 2.8rem;
        line-height: 3.2rem;
    }

    .cont2_word {
        top: 36%;
    }

    .words {
        width: 44%;
        font-size: 2.2rem;
        line-height: 2.8rem;
        letter-spacing: 0.3;
        font-size: 1.8rem;
    }

    .cont3_tits {
        font-size: 1.8rem;
    }

    .cont3_main {
        margin: 5% auto 0;
    }

    .fl img {
        width: 59%;
        display: inline-block;
        margin-top: 3%;
    }

    .fr {
        font-size: 1.8rem;
        letter-spacing: 0.1rem;
        line-height: 2.6rem;
    }

    .footer {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
}

@media screen and (max-width: 768px) {
    .tit1 {
        font-size: 1.8rem;
    }

    .tit2 {
        font-size: 1.8rem;
    }

    .words {
        width: 40%;
        font-size: 1.2rem;
        line-height: 2rem;
        letter-spacing: 0.4rem;
    }

    .cont3_tits {
        font-size: 1.8rem;
    }

    .cont3_main {
        margin: 5% auto 0;
    }

    .fl img {
        width: 35%;
        display: inline-block;
        margin-top: 7%;
    }

    .er_word {
        font-size: 1.8rem;
        color: #999;
        margin-top: 4%;
    }

    .fr {
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
        line-height: 1.8rem;
    }

    .footer {
        font-size: 1.2rem;
        line-height: 2.5rem;
    }
}

@media screen and (max-width: 415px) {
    .cont1_word {
        width: 100%;
        position: absolute;
        left: 6%;
        top: 30%;
    }

    .tit1 {
        width: 50%;
        font-size: 1.4rem;
    }

    .tit2 {
        width: 36%;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .words {
        width: 50%;
        font-size: 1.2rem;
        line-height: 2rem;
        letter-spacing: 0;
    }

    .cont3_tit {
        font-size: 1.8rem;
    }

    .cont3_tits {
        font-size: 1rem;
    }

    .cont3_main {
        margin: 5% auto 0;
    }

    .fl {
        padding-top: 9%;
    }


    .fl img {
        width: 70%;
        display: inline-block;
        margin-top: 0%;
    }

    .fr {
        font-size: 1.2rem;
        line-height: 1.3rem;
        margin-top: 0;
    }

    .footer {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 5% 3%;
    }
}

@media screen and (max-width: 412px) {
    .tit1 {
        width: 50%;
        font-size: 1.4rem;
    }

    .tit2 {
        width: 39%;
        font-size: 1.4rem;
    }

    .words {
        width: 50%;
        font-size: 1rem;
        line-height: 2rem;
    }

    .cont3_tit {
        font-size: 1.8rem;
    }

    .cont3_tits {
        font-size: 1rem;
    }

    .cont3_main {
        margin: 5% auto 0;
    }

    .fl {
        padding-top: 1%;
    }


    .fl img {
        width: 78%;
        display: inline-block;
        margin-top: 12%;
    }

    .fr {
        font-size: 0.9rem;
        line-height: 1.2rem;
        margin-top: 0;
    }

    .footer {
        font-size: 1.2rem;
        line-height: 1.5rem;
        padding: 5% 3%;
    }
}

@media screen and (max-width: 376px) {
    .cont1_word {
        left: 4%;
    }

    .tit1 {
        width: 50%;
        font-size: 1.3rem;
    }

    .tit2 {
        width: 42%;
        font-size: 1.2rem;
    }

    .words {
        width: 55%;
        font-size: 1.2rem;
        line-height: 2rem;
        letter-spacing: normal;
    }

    .cont3_tit {
        font-size: 1.8rem;
    }

    .cont3_tits {
        font-size: 1.2rem;
    }

    .fl {
        padding-top: 5%;
    }


    .fl img {
        width: 78%;
        display: inline-block;
        margin-top: 13%;
    }

    .footer {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 5% 3%;
    }
}

@media screen and (max-width: 360px) {
    .cont1_word {
        width: 100%;
        position: absolute;
        left: 3%;
        top: 25%;
    }

    .tit1 {
        width: 52%;
        font-size: 1.2rem;
    }

    .tit2 {
        width: 44%;
        font-size: 1.2rem;
        letter-spacing: 0;
    }

    .words {
        width: 57%;
        font-size: 1rem;
        line-height: 2rem;
    }

    .cont3_tit {
        font-size: 1.8rem;
    }

    .cont3_tits {
        font-size: 1.2rem;
    }

    .fl {
        padding-top: 8%;
    }


    .fl img {
        width: 78%;
        display: inline-block;
        margin-top: 13%;
    }

    .er_word {
        font-size: 1.6rem;
    }

    .fr {
        font-size: 0.9rem;
        line-height: 1.2rem;
        margin-top: 0;
    }

    .footer {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 5% 3%;
    }
}

@media screen and (max-width: 320px) {
    .cont1_word {
        width: 100%;
        position: absolute;
        left: 5%;
        top: 15%;
    }

    .tit1 {
        width: 55%;
        font-size: 1.1rem;
    }

    .tit2 {
        width: 44%;
        font-size: 1.1rem;
    }

    .words {
        width: 43%;
        font-size: 1rem;
        line-height: 2rem;
        letter-spacing: normal;
    }

    .cont3_tit {
        font-size: 1.8rem;
    }

    .cont3_tits {
        font-size: 1.2rem;
    }

    .fl {
        padding-top: 14%;
    }


    .fl img {
        width: 80%;
        display: inline-block;
        margin-top: 38%;
    }

    .er_word {
        font-size: 1.4rem;
    }

    .fr {
        font-size: 0.9rem;
        line-height: 1.2rem;
        margin-top: 0;
    }

    .footer {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 5% 3%;
    }
}