@media screen and (min-width: 1200px) {
    .banner-text{
        width: 1150px;
        position: absolute;
        left: 0;
        right: 0;
        top: 28.3%;
        margin: 0 auto;
    }
    .banner-top{
        font-size: 48px;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 48px;
    }
    .banner-bottom{
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 24px;
        width: 622px;
    }
    .advantage .advantage-box{
        width: 1150px;
        margin: 0 auto;
    }
}
@media screen and (min-width:750px) and (max-width:1200px) {
    .banner-text{
        width: 730px;
        position: absolute;
        left: 0;
        right: 0;
        top: 28.3%;
        margin: 0 auto;
    }
    .banner-top{
        font-size: 36px;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 36px;
    }
    .banner-bottom{
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 24px;
        width: 522px;
    }

    .func-top-box .func-top-img{
        width: 75%!important;
    }
    .func .func-top-box .func-top-center-box{
        padding-bottom: 0!important;
        margin-right: 0!important;
    }
    .func .func-top-box .box p{
        width: 75%!important;
    }
    .func .func-top-box .func-top-right-box{
        width: 75%!important;
    }
    .func .func-top-box .right-box{
        justify-content: left!important;
        margin-left: 0!important;
        width: 75%!important;
    }
    .func .func-top-box .box{
        margin-bottom: 10px;
    }

    .func-center-img{
        width: 75%!important;
    }
    .func .func-center-box{
        flex-direction: column-reverse!important;
    }
    .func .func-center-box .box h5{
        margin-top: 12px;
    }
    .func .func-center-box .func-center-left-box{
        width: 75%!important;
        margin-right: 0!important;
        margin-bottom: 10px;
    }

    .func-bottom-img{
        width: 75%!important;
    }
    .func .func-bottom-box .func-bottom-right-box{
        padding-top: 12px!important;
        margin-left: 0!important;
        width: 75%!important;
    }
    .func .func-bottom-box .func-bottom-right-box .change{
        width: 100%!important;
    }
    .func .func-bottom-box .func-bottom-right-box .mode-box{
        display: inline-block!important;
    }
    .func .func-bottom-box .func-bottom-right-box .mode-box .box{
        margin-bottom: 10px;
    }

    .application-container{
        width: 730px!important;
    }
    .application .application-container .application-box{
        width: 45%!important;
    }
}
@media screen and (max-width: 750px) {
    .banner-text{
        width: 90%;
        position: absolute;
        left: 0;
        right: 0;
        top: 20.3%;
        margin: 0 auto;
    }
    .banner-top{
        font-size: 24px;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 24px;
    }
    .banner-bottom{
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 24px;
        width: 90%;
    }

    .func-top-box .func-top-img{
        width: 94%!important;
    }
    .func .func-top-box .func-top-center-box{
        padding-bottom: 0!important;
        margin-right: 0!important;
    }
    .func .func-top-box .box p{
        width: 94%!important;
    }
    .func .func-top-box .func-top-right-box{
        width: 94%!important;
    }
    .func .func-top-box .right-box{
        justify-content: left!important;
        margin-left: 0!important;
        width: 94%!important;
    }
    .func .func-top-box .box{
        margin-bottom: 10px;
    }

    .func-center-img{
        width: 94%!important;
    }
    .func .func-center-box{
        flex-direction: column-reverse!important;
    }
    .func .func-center-box .box h5{
        margin-top: 12px;
    }
    .func .func-center-box .func-center-left-box{
        width: 94%!important;
        margin-right: 0!important;
        margin-bottom: 10px;
    }

    .func-bottom-img{
        width: 94%!important;
    }
    .func .func-bottom-box .func-bottom-right-box{
        padding-top: 12px!important;
        margin-left: 0!important;
        width: 94%!important;
    }
    .func .func-bottom-box .func-bottom-right-box .change{
        width: 100%!important;
    }
    .func .func-bottom-box .func-bottom-right-box .mode-box{
        display: inline-block!important;
    }
    .func .func-bottom-box .func-bottom-right-box .mode-box .box{
        margin-bottom: 10px;
    }

    .application-container{
        width: 85%!important;
    }
    .application .application-container .application-box{
        /* padding-top: 35px!important; */
        width: 100%!important;
        margin-right: 0!important;
    }
}

/* 中间部分 */
.banner{
    margin-top: 80px;
    height: 600px;
    background-image: url('../images/data/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.advantage{
    padding: 72px 0;
    text-align: center;
    background-color: #F6F6F6;
}
.advantage .advantage-box{
    padding: 60px 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advantage .advantage-box .box{
    width: 440px;
    display: flex;
    flex-direction: row;
    margin-bottom: 78px;
}
.advantage .advantage-box .box img{
    width: 52px;
    height: 52px;
}
.advantage .advantage-box .box .right-text-box{
    margin-left: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.advantage .advantage-box .box .right-text-box h5{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: left;
    margin-bottom: 10px;
}
.advantage .advantage-box .box .right-text-box span{
    font-size: 14px;
    color: #333333;
    text-align: left;
    line-height: 18px;
}

.func{
    padding: 70px 0;
    text-align: center;
}

.func .func-top-box{
    margin-top: 84px;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.func .func-top-box .right-box{
    margin-left: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.func .func-top-box .func-top-center-box{
    margin-right: 50px;
    padding: 12px 0 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.func .func-top-box .box h5{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 16px;
}
.func .func-top-box .box p{
    width: 300px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}
.func .func-top-box .func-top-right-box{
    padding: 12px 0 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.func .func-center-box{
    margin-top: 84px;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.func .func-center-box .func-center-left-box{
    width: 650px;
    margin-right: 52px;
}
.func .func-center-box .box h5{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 16px;
}
.func .func-center-box .box p{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.func .func-bottom-box{
    margin-top: 84px;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.func .func-bottom-box .func-bottom-right-box{
    margin-left: 50px;
    padding: 30px 0 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.func .func-bottom-box .func-bottom-right-box .change{
    width: 658px;
}
.func .func-bottom-box .func-bottom-right-box .mode-box{
    margin-top: 38px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.func .func-bottom-box .func-bottom-right-box .mode-box .box{
    width: 300px;
}
.func .func-bottom-box .func-bottom-right-box .box h5{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 16px;
}
.func .func-bottom-box .func-bottom-right-box .box p{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.application{
    background-color: #F6F6F6;
    padding: 85px 0 100px;
}
.application .application-img{
    display: block;
    margin: 0 auto 54px;
}
.application .application-container{
    width: 1150px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}
.application .application-container .application1{
    background-image: url('../images/data/application1.png');
}
.application .application-container .application2{
    background-image: url('../images/data/application2.png');
}
.application .application-container .application3{
    background-image: url('../images/data/application3.png');
}
.application .application-container .application4{
    background-image: url('../images/data/application4.png');
}
.application .application-container .application5{
    background-image: url('../images/data/application5.png');
}
.application .application-container .application-box{
    padding: 50px 25px;
    width: 30%;
    /* height: 214px; */
    text-align: center;
    margin-right: 30px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.application .application-container .application-box h5{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.application .application-container .application-box p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}