
/*在 992 和 1199 像素之间的屏幕里，中等屏幕，分辨率低的 pc*/
/* 窄屏幕不显示语言显示框，显示会换行，导致导航栏互动失效 */
.language-select{
    display: none;
}
/* 窄屏幕下导航栏鼠标互动 */
.header .header-ul {
    line-height: 60px;
}
@media screen and (max-width: 1200px) {


    .content-width-1200{ width: 90%; }

    .about-us-index-body .about-us{ margin-bottom: 230px; }
    .about-us-index-body .about-us img{ height: 50vw; }

}
.content-width{ width: 100%; }
.header .header-ul{ width: 80%; }


.footer .mp-app-download{ width: 220px; }
.footer .f-abo{ width: 500px; }
.footer .calling-us{ width: 260px; }
.footer  .f-bottom{ padding: 14px 20px; }


.index-title-box .bg-txt{  letter-spacing: 10px;font-size: 100px; }



.product-index-body .product-list{ height: 600px; }
.product-index-body .list-img{ height: 560px;margin-top: 20px;}
.product-index-body .list-img-box:hover .list-img{ animation: none; }
.product-index-body  .img-text h3{ margin-top: 100px; }


.content-width-1600{ padding: 0 5%; }
.product-info-body .device-info{ width: 48vw;}
.product-info-body .device-content{ width: 80%; }


.index-index-body .index-about-us-box .about-us-content{ width: 42%; }
.index-index-body .index-about-us-box .about-us-content .us-c-d{ margin:0 auto;width: 92%;}
.index-index-body .index-about-us-box img{ width: 58%; }

.index-index-body .index-news-box .news-list-box .news-list-content{ width: 73%;}
.index-index-body .index-news-box .news-list-box .news-list:hover .news-list-content{ width: 76.2%;}



.solution-index-body .solution-box .solution-list h3{ margin: 4px 0 8px 0;font-size: 14px; }
.solution-index-body .solution-list div{ padding: 4px 6px; }
.solution-index-body .solution-list div p{ font-size: 12px;line-height: 18px;margin:4px 0; }
.solution-index-body .solution-list div a{ margin-top: 3px;font-size: 12px; padding: 2px 6px; }


.solution-info-body .base-img-show-box .sy-advantage-row { margin: 10px; }
.solution-info-body .base-img-show-box .sy-advantage-row .sy-advantage-list { width: 240px; }


.case-info-box .right-content{ display: none; }

.form-input-list{padding: 10px 0;}
.form-input-list input{padding: 8px;}

