@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;
        display: block;
    }
    .logo h1{
        display: inline-block;
        font-size: 14px;
		position:relative;
		top: -8px;
    }
    .nav-mobile{
        display: block;
    }
    .header{
        height: 60px;
    }
    .header-wrap {
        height: 60px;
        padding: 0 20px;
    }
    .nav-mobile {
        padding-right: 20px;
    }
    .nav-mobile-btn {
        right: 20px;
    }
    .header .nav{
        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: 260px;
        padding-top: 60px;
    }
    #bannerSwiper .swiper-slide {
        height: auto;
        background-size: auto 100% !important;
        background-position: center top;
    }
    .index-wrap{
        padding: 30px 20px 0;
    }
    .index-wrap-title{
        margin-bottom: 20px;
    }
    .index-wrap-title img{
        height: 40px;
    }
    .index-pro-category{
        width: 100%;
        margin-bottom: 10px;
    }
    .index-pro-category .index-pro-category-item{
        width: calc(25% - 5px);
        margin: 0 5px;
    }
    .index-pro-category .index-pro-category-item a{
        width: 100%;
        font-size: 16px;
    }
    .index-pro{
        width: 100%;
        padding-bottom: 30px;
    }
    .index-pro-item{
        width: 100%;
        margin: 10px 0!important;
    }
    .index-pro-item .index-pro-pic{
        width: 100%;
        height: 100%;
    }
    .index-pro-item .index-pro-pic img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .index-about{
        width: 100%;
        margin: 0 auto 40px;
    }
    .index-about-text{
        height: auto;
    }
    .index-about-btn{
        margin-top: 40px;
        text-align: center;
    }
    .index-sales{
        width: 100%;
    }
    .index-sales-item{
        width: 100%;
        float: none;
        margin: 20px 0!important;
    }
    
    .footer-wrap-left{
        float: none;
    }
    .footer-wrap-right{
        float: none;
        margin-top: 20px;
    }
    .footer-wrap{
        width: 100%;
        font-size: 14px;
        padding: 60px 20px 20px;
    }
    .footer-copy{
        padding: 20px;
    }
    
    /*
     *内页样式
    */
    .inside-banner{
        height: 250px;
        margin-top: 60px;
    }
    .inside-banner p{
        padding-top: 100px;
        font-size: 30px;
    }
    .inside-list{
        min-height: 60px;
    }
    .inside-list ul {
        width: 100%;
        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;
    }
    .products-class-list{
        width: calc(100% - 50px);
        margin: 0 auto;
    }
    .products-wrap{
        width: 100%;
    }
    .products-item{
        width: 100%;
        float: none;
        margin: 20px 0;
    }
    .products-item .products-pic{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .product-show-main{
        width: 100%;
    }
    .product-show-pic{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .related-pro{
        width: 100%;
    }
    .related-pro-item{
        width: 100%;
        margin: 20px 0!important;
    }
    .related-pro-item .related-pro-pic{
        width: 100%;
        height: 100%;
    }
    .related-pro-item .related-pro-pic img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .news-list li .news-list-pic{
        width: 100%;
        height: 200px;
        float: none;
    }
    .news-list li .news-list-pic img{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .news-list li .news-list-main{
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .news-list li .news-list-main p{
        max-height: 70px;
    }
    .news-list li .news-list-main .news-list-time{
        font-size: 14px;
        color: #ddd;
        margin-top: 20px;
    }
    .sales-wrap{
        width: 100%;
        padding-bottom: 40px;
    }
    .sales-wrap-item{
        width: 100%;
        float: none;
        margin: 20px 0!important;
    }
}

@media screen and (max-width: 1023px) {
    
}

@media screen and (max-width: 767px) {
    
}

@media screen and (max-width: 700px) {
    .about-company-name{
		font-size: 30px!important;
	}
}

@media screen and (max-width: 450px) {
    .about-company-name{
		font-size: 20px!important;
	}
}

@media screen and (max-width: 330px) {
    .about-company-name{
		font-size: 18px!important;
	}
}

@media screen and (max-width: 350px) {
    .logo h1{
        font-size: 12px;
        left: -10px;
        top: -8px;
    }
}

