@media screen and (min-width: 320px) {
    
}

@media screen and (min-width: 992px) {
    .search-box-on{ width: 150px;}
    
    .banner-min .pic{
        max-width: 60%;
    }
    
    .banner-txt {
        font-size: 24px;
    }
    
    .ind-box-01 .bg .mess .tit{
        font-size:46px;
    }
    
    .gybh-box-12 dd .tit{
        font-size: 26px;
    }
}

@media screen and (min-width: 1240px) {
    .search-box {
        width: 84px;
    }
    .search-box-on{ width: 180px;}
    
    .banner-txt {
        font-size: 32px;
    }
    
    .ind-box-01 .bg .mess .tit{
        font-size:52px;
    }
    .gybh-box-12 dd .tit{
        font-size: 34px;
    }
}

@media screen and (min-width: 1440px) {
   .search-box {
        width: 84px;
    } 
    .search-box-on{ width: 180px;}
    
    .banner-txt {
        font-size: 38px;
    }
}
