@media screen and (max-width: 1640px) {


}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1200px) {
    .news_slide_content:before{
        display: none;
    }
    .news_slide_content .text .desc:before{
        display: none;
    }
    .news_slide_content img {
        width: 100%;
    }
    .news_detail .title{
        font-size: 35px;
    }

}

@media screen and (max-width: 768px) {
    .slogan {
        font-size: 22px;
    }
    .slogan p{
        margin-bottom: 0px;
    }
    .icon .icon_text{
        font-size: 13px;
    }
    .icon .icon_desc{
        font-size: 14px;
    }
    .common .title .text h4{
        font-size: 25px;
        font-weight: bold;
    }
    .common .title .text p {
        font-size: 18px;
    }
    .news_slide_content .text .desc{
        font-size: 14px;
        max-width: 100%;
        /*overflow: hidden;*/
        /*text-overflow: ellipsis;*/
        /*white-space: nowrap;*/
    }
    .news_swiper,.news,.news_list{
        padding: 0!important;
        margin: 0!important;
    }
    .news_list .text h3{
        font-size: 20px;
    }
    .news_list .text .desc{
        font-size: 16px;
    }
    .online_shop a{
        font-size: 12px;
    }
    .border_white{
        border: 1px solid #FFFFFF;
        border-radius: 10px;
        padding: 3px!important;
    }
    .border_white img{
        width: 50%;
        /*margin: 0 auto;*/
        margin-left: 2px;
        display: block;
    }
    .border_white a:first-child{
        text-align: center;
    }
    .border_white a:last-child{
        margin-left: -20px;
    }
    .copy {
        font-size: 16px;
    }
    .copy a {
        font-size: 16px;
    }
    .pro_list .text a {
        font-size: 16px;
    }
    .pro_list .small_img img {
        width: 80px;
    }
    .call p{
        text-align: center;
    }
    .about .title .en{
        font-size: 42px;
    }
    .about .title .cn{
        font-size: 35px;
        margin-top: -45px;
    }
    .about .title .desc{
        font-size: 20px;
    }
    .company_year .text{
        font-size: 40px;
    }
    .company_year p{
        margin-top: -10px;
        font-size: 20px;
    }
    .story .content h3{
        font-size: 24px;
    }
    .story .content .en{
        font-size: 20px;
    }
    .story .content .cn{
        font-size: 18px;
    }
    .story .list .text{
        font-size: 20px;
    }
    .page_news .title .en{
        font-size: 50px;
        margin-left: 15px;
    }
    .page_news .title .cn{
        font-size: 35px;
        margin-top: -45px;
    }

    .page_news .title p{
        font-size: 14px;
    }

    .page_news .list .text h3{
        font-size: 22px;
    }

    .page_news .list .text .desc{
        font-size: 14px;
    }
    .page_news .list img{
        width: 100%;
        margin: 0 auto!important;
    }
    .products .title h3{
        font-size: 30px;
    }
    .products .title p{
        font-size: 15px;
        line-height: 150%;
    }
    .products .title .tabs div{
        font-size: 14px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .pro_detail .title{
        font-size: 22px;
    }
    .detail_page{
        font-size: 16px;
    }
    .detail_page a {
        font-size: 16px;
    }
    .common .title .text h4{
       background: none!important;
    }
    .pro_list{
        padding: 0!important;
    }
    .contact_icon .content{
        width: 300px;
        height: 400px;
    }
    .contact_icon .content .first{
        height: 200px;
    }
    .contact_icon .content .second{
        height: 100px;
    }
    .contact_icon .content .second p {
        font-size: 18px;
    }
    .pro_show_img {
        width: 200px;
    }
    .pro_detail .sub_title{
        font-size: 20px;
    }
    .pro_detail .sub_title img{
        width: 30px;
    }
    .news_detail .news_desc {
        font-size: 22px!important;
    }
    .news_detail .news_desc img{
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

}

@media screen and (max-width: 450px) {

    .partner_box{

        grid-template-columns: repeat(auto-fill,110px);
    }
    .copy{
        padding: 0!important;
    }

}
