@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) {
   #in_network {
    background: url('../../images/index/bg_4.jpg') no-repeat center;
    background-size: cover;
   }
}


/* 大屏幕设备 (宽度小于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: 5rem /* 80/16 */;
    padding-bottom: 5rem /* 80/16 */;
  }

  .numberList li .number {
    font-size: 3.75rem /* 60/16 */;
  }

  .numberList li .number sup {
      font-size: 1.875rem /* 30/16 */;
  }

  #in_products {
    min-height: auto;
    padding-top: 5rem /* 80/16 */;
    padding-bottom: 5rem /* 80/16 */;
  }

  #in_products .more_box span.text {
    font-size: 2.25rem /* 36/16 */;
  }

  #in_youshi {
    min-height: auto;
    padding-top: 5rem /* 80/16 */;
    padding-bottom: 5rem /* 80/16 */;
  }

  #in_network {
    min-height: auto;
    padding-top: 5rem /* 80/16 */;
    padding-bottom:  18.75rem /* 300/16 */;
  }
  
  #in_news {
    min-height: auto;
    padding-top: 5rem /* 80/16 */;
    padding-bottom: 4rem /* 64/16 */;
  }

}

/* 平板横屏设备 (宽度小于992px=>768px) */
@media screen and (max-width: 991.98px) {
    .products_info .item_box .item_title { font-size: 1.125rem /* 18/16 */;}
}

/* 平板竖屏设备 (宽度小于768px=>576px) */
@media screen and (max-width: 767.98px) {

    #in_products .more_box span.text {
      font-size: 1.75rem /* 28/16 */;
    }

    .numberList li .number sup {
      font-size: 1.5rem /* 24/16 */;
    }
    .sdysList li .item_title {
      font-size: 1.25rem /* 20/16 */;
    }

}

/* 手机设备 (宽度小于576px=>375px) */
@media screen and (max-width: 575.98px) {
  
  #in_about {
    padding-top: 2.5rem /* 40/16 */;
    padding-bottom: 2.5rem /* 40/16 */;
  }

  .numberList li .number {
    font-size: 2.5rem /* 40/16 */;
  }
  .numberList li .number sup {
    font-size: 1.25rem /* 20/16 */;
  }

  #in_products .more_box {
    height: 7.5rem /* 120/16 */;
  }


  #in_products .more_box span.text {
    font-size: 1.25rem /* 20/16 */;
  }


  #in_products {
    padding-top: 2.5rem /* 40/16 */;
    padding-bottom: 2.5rem /* 40/16 */;
  }

  .products_info { padding: 1.25rem /* 20/16 */; }

  #in_youshi {
    padding-top: 2.5rem /* 40/16 */;
    padding-bottom: 2.5rem /* 40/16 */;
  }

  .sdysList li .item_box {
    padding: 1.25rem /* 20/16 */;
    height: 6.25rem /* 100/16 */;
  }

  .sdysList li .item_icon {
    width: 3.125rem /* 50/16 */;
    height: 3.125rem /* 50/16 */;
  }
  .sdysList li .item_title {
    font-size: 1.125rem /* 18/16 */;
  }

  #in_network {
    padding-top: 2.5rem /* 40/16 */;
    padding-bottom:  10rem /* 160/16 */;
  }

  #in_news { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
  .news_info { padding: 1.25rem /* 20/16 */; }
}
/* 小手机设备 (宽度小于375px=>320px) */
@media screen and (max-width: 374.98px) {
  .numberList li .number {
    font-size: 24px;
  }
  .products_info { padding: .625rem /* 10/16 */; }
}