@media only screen and (max-width: 1500px){
    .header-links ul li a {
        font-size: 14px;
    }
    .index-banner-wrap-text h6 {
        font-size: 45px;
    }
    .index-second-wrap-text h6 {
        font-size: 50px;
    }
    .index-first-wrap-text h6 {
        font-size: 50px;
    }
    .about-third-wrap-ttext h6 {
        font-size: 50px;
    }
    .index-third-wrap-text h6 {
        font-size: 50px;
    }
    .pro-first-box-img {
        width: 50%;
    }
    .pro-first-box-mf {
        min-height: 470px;
    }
    .pro-first-box-text h6 {
        font-size: 28px;
    }
    .fin-first-wrap-text h6 {
        font-size: 50px;
    }
    .fin-second-wrap-text h6 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 1025px){
}
@media only screen and (max-width: 992px){
}
@media only screen and (max-width: 575px){
}
@media only screen and (max-width: 320px){
}
