/*当页面大于 1200px 时，大屏幕，主要是 pc 端*/


/*公共样式*/

.content-width{ width: 1400px; }
.header-mobile-menu{ display: none; }

.header .other-login{  display:block; }


.header .header-ul{
    display:flex; flex:1; list-style: none; flex-wrap: wrap; position: relative;top: 0;right: auto;line-height: 60px;
    border: none;
}
.header .header-ul li{
    max-width: 105px;
}

@media screen and (max-width: 1650px) {


    .index-index-body .index-about-us-box .about-us-content .us-c-d{ max-width: 600px;margin:1% auto;width: 86%;}
    /*.index-index-body .index-about-us-box p{ line-height: 28px;text-indent: 28px;font-size: 14px; }*/
    /*.index-index-body .index-about-us-box img{ width: 40%; }*/

    .index-index-body .index-news-box .news-list-box .news-list-content{ width: 79%;}
    .index-index-body .index-news-box .news-list-box .news-list:hover .news-list-content{ width: 81%;}



    .solution-index-body .solution-box .solution-list h3{ margin: 10px 0; }
    .solution-index-body .solution-list div a{ margin-top: 0; }
    /* .product-margin-left { margin-left: 11% } */
    /* .swiper-paginations { left: 4% } */
    .swiper-product-img-height { height: calc(380px - 35px) }
    /* .swiper-product-height { height: 380px; } */


}

