@charset "utf-8";
@media screen and (max-width: 1679px){
    
}

@media screen and (max-width: 1439px){
    
}

@media screen and (max-width: 1279px){
    .nav-list>li{
        margin-left: 0px;
    }
    .nav-list>li>a{
        font-size: 14px;
        padding: 0 20px;
    }
    .logo{
        height: 90px;
    }
    .nav-mobile{
        display: block;
    }
    .header{
        height: 60px;
        background: #c83933;
    }
    .header.bg{
        background-color: #c83933;
    }
    .header-wrap {
        height: 60px;
        padding: 0 20px;
    }
    .nav-mobile {
        padding-right: 20px;
    }
    .nav-mobile-btn {
        right: 20px;
    }
    .header .nav,.header .phone{
        display: none;
    }
    .logo{
        height: 50px;
        padding: 10px 0;
    }
    .nav-mobile-btn i {
        margin-top: 15px;
    }
    .nav-mobile-wrap {
        top: 60px;
        height: calc(100vh - 60px);
    }
    .nav-mobile-list li {
        line-height: 50px;
        padding: 0 20px;
    }
    .nav-mobile-list>li>i {
        font-size: 24px;
        right: 20px;
        top: 10px;
    }
    #bannerSwiper {
        height: 350px;
    }
    #bannerSwiper .swiper-slide {
        height: 350px;
    }
    .index-count{
        width: calc(100% - 20px);
        margin: 20px 10px 0;
        flex-wrap: wrap;
    }
    .index-count-item{
        width: 50%;
    }
	.index-count-item:nth-child(3)::before{
		background-color:#fff;
	}
    .index-count-item p{
        font-size: 30px;
    }
    .index-count-item span{
        font-size: 14px;
    }
    .index-wrap{
        margin: 40px auto 0;
    }
    .index-pro{
        width: 100%;
    }
    .index-pro-item{
        width: calc(100% - 50px);
    }
    .index-about{
        width: 100%;
    }
    .index-about-left{
        float: none;
        width: calc(100% - 50px);
        margin: 0 auto;
    }
    .index-about-text{
        height: auto;
    }
    .index-about-btn{
        margin-top: 40px;
        text-align: center;
    }
    .index-about-right{
        display: none;
    }
    .index-about-swiper{
        width: calc(100% - 50px);
        margin: 60px auto 0;
    }
    .index-news{
        width: 100%;
    }
    .index-news-item{
        width: calc(100% - 50px);
        margin: 0 auto!important;
        float: none;
        height: auto;
    }
    .footer-wrap{
        width: 100%;
    }
    .footer-main{
        padding: 0 20px;
        font-size: 14px;
    }
    .inside-banner{
        height: 250px;
    }
    .inside-banner p{
        padding-top: 100px;
        font-size: 30px;
    }
    .inside-list{
        width: calc(100% - 50px);
        min-height: 60px;
    }
    .inside-list ul {
        flex-wrap: wrap;
    }
    .inside-list ul li{
        min-width: 33.333%;
        max-width: 50%;
        flex: 1;
        height: 60px;
    }
    .inside-list li a{
        font-size: 14px;
    }
    .inside-container{
        width: calc(100% - 50px);
        padding: 30px 0 60px;
    }
    .inside-left{
        width: 100%;
        position: relative;
        top: 0;
    }
    .inside-left-list li{
        height: 40px;
    }
    .inside-right{
        padding-left: 0;
        margin-top: 20px;
    }
    .products-list.inside-right-products li,.products-list li{
        width: 100%;
        margin: 0 0 20px 0!important;
    }
    .products-list.inside-right-products li .pro-pic,.products-list li .pro-pic{
        width: 100%;
    }
    .pro-show-pic{
        height: 400px;
    }
    .proShowSwiper{
        height: 300px;
    }
    .proShowSwiperThumb{
        height: 60px;
    }
    .feedback-wrap{
        padding: 0;
    }
}

@media screen and (max-width: 1023px) {
    
}

@media screen and (max-width: 767px) {
    
}



