@charset "UTF-8";
@media (max-width: 1681px) {
    .w1480 {
        max-width: 85%;
    }
}

@media(max-width:1501px) {
    .header-wrap .logo_img_box {
        display: none;
    }
    .inadvan .list li {
        height: 7.75rem;
    }
    .w1200 {
        width: 1200px;
    }
}

@media(max-width:1230px) {
    .w1200 {
        width: 970px;
    }
    .inbanner{
        height: 60vh;
    }
    .inadvan .list li .tit-12{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .innews .news-list li{
        height: auto;
    }
    .footer-wrap .copyright a img{
        max-height: 10px;
    }
}

@media (max-width: 1100px) {
    .header-wrap{
        display: none;
    }
    .inbanner{
        margin-top: 40px;
    }
}

@media (max-width: 1000px) {
    .w1200 {
        width: 768px;
    }
    .inbanner {
        height: 45vh;
    }
    .inbanner .banner_swiper .w1480{
        padding-top: 5rem;
    }
}

@media (max-width: 768px) {
    .w1200 {
        width: 100%;
        padding: 0 15px;
    }
    .inbanner {
        height: 20vh;
    }
    .inadvan{
        display: none;
    }
    .insearch{
        display: none;
    }
    .innews .read_more{
        width: 100px;
        height: 30px;
        line-height: 30px;
    }
    .inlasted .lasted_tab .item{
        width: 100px;
        height: 70px;
        line-height: 30px;
    }
    .inlasted .lasted_swiper p{
        height: auto;
        line-height: 32px;
        padding: 10px 0;
    }
    .footer-wrap .ricon .sub_input{
        width: 100px;
        height: 30px;
        line-height: 30px;
    }
    .footer-wrap .copyright>div{
        float: none;
        text-align: center;
    }
    .footer-wrap .copyright{
        height: auto;
    }
    .inabout .ricon .videoplay{
        width: 120px;
        height: 30px;
        line-height: 30px;
    }



}

@media (max-width: 500px) {
    .inbanner .banner_swiper .rajdhani{
        display: none;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    .inproducts .products_swiper .swiper-slide{
        height: 19.5rem;
    }
    .inabout .lecon{
        float: none;
        width: 100%;
    }
    .inabout .ricon{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .innews .news-list li{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .innews .news-list{
        flex-wrap: wrap;
    }
    .footer-wrap .foot_top .lecon{
        float: none;
        width: 100%;
    }
    .footer-wrap .foot_top .ricon{
        float: none;
        width: 100%;
    }
    .footer-wrap .lecon .tit-item{
        width: 100%;
        line-height: 30px;
        font-size: 16px;
        color: #999;
    }
    .footer-wrap .foot_bot .foot_list{
        flex-wrap: wrap;
    }
    .footer-wrap .foot_bot .foot_list li{
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-wrap .foot_bot .foot_list li:nth-child(3){
        width: 50%;
    }
    .footer-wrap .foot_bot .foot_list li:nth-child(4){
        width: 50%;
    }

}