@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-slider h3 {
        font-size: 40px;
        line-height: 45px;
    }

    .slogan .tips-text {
        font-size: 23px;
    }
    .slogan .tips-memo {
        margin-top: 15px;
        font-size: 16px;
    }

    .luodi-item .title {
        font-size: 19px;
    }
    .luodi-item .fangan_txt {
        font-size: 13px;
    }
    .zanlue-one .item-btn {
        font-size: 21px;
    }
    .nengli .item-btn{
        padding: 50px 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-slider h3 {
        font-size: 40px;
        line-height: 45px;
    }

    .slogan .tips-text {
        font-size: 20px;
    }
    .slogan .tips-memo {
        margin-top: 10px;
        font-size: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .slogan .tel-text-one{
        font-size: 30px;
        margin-bottom: 25px;
    }
    .slogan .tel-text-two{
        font-size: 25px
    }

    .index-hexin{
        margin-top: 30px;
    }
    .hexin-service {
        margin-top: 20px;
    }

    .zanlue-one {
        padding: 120px 0 0;
    }
    .zanlue-one h2 {
        font-size: 55px;
    }
    .zanlue-one p {
        font-size: 16px;
        margin: 50px 0;
    }
    .zanlue-one .item-btn {
        font-size: 18px;
        padding: 20px 25px;
        width: 100%;
        margin: 0;
    }
    .nengli .item-btn{
        padding: 50px 30px;
    }
    .nengli .item-btn .title{
        font-size: 32px;
    }
    .nengli .item-btn .desc{
        font-size: 20px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px){
    .main-slider h3 {
        font-size: 29px;
        line-height: 35px;
    }
    .slogan{
        padding:40px;
    }
    .slogan .tips-memo {
        margin-top: 20px;
        font-size: 13px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .slogan .tel-text-one{
        font-size: 22px;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .slogan .tel-text-two{
        font-size: 20px
    }

    .luodi-one p1 {
        font-size: 22px;
    }


    .index-hexin{
        margin-top: 30px;
    }
    .hexin_desc{
        font-size: 15px;
    }

    .hexin{
        height: 160px ;
    }
    .hexin-service {
        height: 120px;
        margin-top: 20px;
    }
    .hexin .num{
        font-size: 40px;
    }
    .hexin .title{
        font-size: 18px;
        line-height: 30px;
    }


    .service_section-title p{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    /* 关于识来 */
    .slogan .tips-text {
        font-size: 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        line-height: 30px;
    }
    .history_one .step{
       margin-top: 60px;
    }
    .history_one .history_line{
        left: 30px;
        right: 30px;
    }
    .history_one .step_desc{
        margin-top: 20px;
    }
    .zanlue-one {
        padding: 80px 0 0;
    }
    .zanlue-one h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .zanlue-one p {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 15px;
        margin: 70px 0 50px;
    }
    .zanlue-one .item-btn {
        font-size: 18px;
    }
    .zanlue-one .customer-text {
        margin-top: 5px;
    }
    .nengli .section-title{
        margin-bottom: 20px;
    }
    .nengli h2{
        font-size: 35px;
    }
    .nengli .item-btn{
        margin: 15px 5%;
        padding: 50px 25px;
        height: 160px;
    }
    .nengli .item-btn .title{
        font-size: 32px;
    }
    .nengli .item-btn .desc{
        font-size: 18px;
        margin-top: 20px;
    }
    .action .section-title{
        margin-bottom: 20px;
    }



    /* 联系我们 */
    .contact-one .warp-text{
        font-size: 16px;
    }
    .comment-form__input-box input[type='text'] {
        margin: 10px 0;
    }
    .comment-form__input-box textarea {
        margin: 10px 0;
    }

    /* 底部栏 */
    .footer .info {
        margin-bottom: 5px;
        padding-left: 15px;
        font-size: 14px;
    }
    .footer .code-text{
        font-size: 16px;
    }
    .footer .sy-box{
        justify-content: space-evenly;
    }

    .footer .sybtn {
        margin-top: 15px;
        font-size: 18px;
        line-height: 30px;
        height: 35px;
    }
    .footer .ma-panel{
        justify-content: center;
    }

    /* 回到顶部 */
    .scroll-to-top {
        right: 15px;
    }
}