@charset "utf-8";

/* 响应式布局 - 适配不同设备尺寸 */

/* 超大屏幕设备 (宽度小于等于1600px=>1536px) */
@media screen and (max-width: 1583.98px) {
}

/* 超大屏幕设备 (宽度小于1536px=>1440px) */
@media screen and (max-width: 1535.98px) {

}

/* 超大屏幕设备 (宽度小于1400px=>1280px) */
@media screen and (max-width: 1399.98px) {
}


/* 大屏幕设备 (宽度小于1280px=>1200px) */
@media screen and (max-width: 1279.98px) {
  
}

/* 标准屏幕设备 (宽度小于1200px=>992px) */
/* N*16/13*992/1920= */
@media screen and (max-width: 1199.98px) {
  #in_about {
    min-height: auto;
    padding-top: 6rem /* 96/16 */;
    padding-bottom: 5.375rem /* 86/16 */;
  }
  .about_action { margin-top: 3rem /* 48/16 */; }

  #in_products {
    padding-top: 4.5rem /* 72/16 */;
    padding-bottom: 3.5rem /* 56/16 */;
  }

  .products_tabs .contols_box { margin-top: 3rem /* 48/16 */; }
  
  #in_solution {
    padding-top: 2rem /* 32/16 */;
    padding-bottom: 4.5rem /* 72/16 */;
  }
  #in_solution .bing { width: 15%; }
  
  #in_solution .box_left {
    width: 19%;
  }
  
  .solution_info .item_box .box { width: 55%; }

  #in_news {
    padding-top: 5rem /* 80/16 */;
    padding-bottom: 4rem /* 64/16 */;
  }

}

/* 平板横屏设备 (宽度小于992px=>768px) */
@media screen and (max-width: 991.98px) {
  #in_solution {
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f5f5f5 50%, #f5f5f5 100%);
  }
  #in_solution .box_left {
    width: 100%;
    padding-top: 0;
    margin-right: 0;
  }
  #in_solution .box_right {
    width: 100%;
    margin-left: 0;
  }
}

/* 平板竖屏设备 (宽度小于768px=>576px) */
@media screen and (max-width: 767.98px) {
  .solution_info .item_box .box { width: 65%; }

  .news_info .info_box { padding: 1.875rem /* 30/16 */; }
}

/* 手机设备 (宽度小于576px=>375px) */
@media screen and (max-width: 575.98px) {
  

  #in_about {
    padding-top: 2.5rem /* 40/16 */;
    padding-bottom: 2.5rem /* 40/16 */;
  }

  .btn_more { width: 8.125rem /* 130/16 */;}

  .about_action { margin-top: 1.875rem /* 30/16 */; }

  #in_products {
    padding-top: 2.5rem /* 40/16 */;
    padding-bottom: 2.5rem /* 40/16 */;
  }
  .products_tabs .tabs_btns { margin-bottom: 1.875rem /* 30/16 */; }

  .products_tabs .tabs_btn a { padding: .9375rem /* 15/16 */ 1.25rem /* 20/16 */; font-size: 1.25rem /* 20/16 */; }

  .products_action { margin-top: 1.875rem /* 30/16 */; }

  #in_solution { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
  #in_solution .box_header.main_box_header { margin-bottom: 1.875rem /* 30/16 */; }

  .solution_action { margin-top: 1.875rem /* 30/16 */; }
  .solution_info .item_box .box { width: 75%; }

  #in_news { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
  #in_news .box_header.main_box_header { margin-bottom: 1.875rem /* 30/16 */; }
  .news_info .info_box { padding: 1.875rem /* 30/16 */; }
}
/* 小手机设备 (宽度小于375px=>320px) */
@media screen and (max-width: 374.98px) {
  .products_tabs .tabs_btn a { padding: .9375rem /* 15/16 */ 1.25rem /* 20/16 */; font-size: 1.125rem /* 18/16 */; }
  #in_solution .box_left {
    margin-right: 2.5rem /* 40/16 */;
  }
  #in_solution { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
  #in_products { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
  
  .products_tabs .tabs_btn a { padding: .9375rem /* 15/16 */ 1.25rem /* 20/16 */; font-size: 1.25rem /* 20/16 */; }
}


/* iPhone及中等手机设备 (宽度小于375px=>320px) */
@media screen and (max-width: 374.98px) {
  .products_tabs .tabs_btn.active a, .pics_tabs .tabs_btn a {
    font-size: 1.125rem /* 18/16 */;
  }
}