@media only screen and (max-width: 1600px){
}
@media only screen and (max-width: 1366px){
    .index-first-wrapper {
        height: auto;
    }
    .index-banner-wrapper .common-bg-wrap-text h6 {
        width: 50%;
        font-size: 30px;
    }
    .index-banner-wrapper .common-bg-wrap-text p {
        font-size: 16px;
        width: 60%;
    }
    .index-first-wrap-text h6 {
        font-size: 35px;
    }
    .index-first-wrap-text p {
        font-size: 14px;
    }
    .index-first-list ul li a {
        font-size: 14px;
    }
    .list-btn-1 a {
        font-size: 14px;
    }
    .list-btn-2 a {
        font-size: 14px;
    }
}
