@charset "utf-8";

/* 响应式布局 - 适配不同设备尺寸 */
/* 超大屏幕设备 (宽度小于等于1800px=>1600px) */
@media screen and (max-width: 1799.98px) {
  .banner_s { width: 100%; }
}

/* 超大屏幕设备 (宽度小于等于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=>920px) */
@media screen and (max-width: 1199.98px) {
  #header_contact i { font-size: 1.25rem /* 20/16 */; }
  #header_contact b { font-size: .875rem /* 14/16 */; }
  
  /* in_message */
  #in_message { padding-top: 5.625rem /* 90/16 */; padding-bottom: 4.5rem /* 72/16 */; }
  #in_message .box_left {
    width: 42%;
    margin-right: 8%;
  }
  #in_message .box_left .desc_box { font-size: 1.125rem /* 18/16 */; }
  .message_action { margin-top: 3rem /* 48/16 */; }
  .message_action a { font-size: 1.375rem /* 22/16 */; }
  #in_message .box_right {
    width: 50%;
    margin-left: 0;
  }
  .in_message_box { padding: 2.5rem /* 40/16 */;}
}

/* 平板横屏设备 (宽度小于992px=>768px) */
@media screen and (max-width: 991.98px) {
  #name_box_w { height: 5.625rem /* 90/16 */; }
  #name_box_w #header_logo img { height: 3.75rem /* 60/16 */; }
  #page_left { width: 100%;  }
  #page_right { width: 100%; margin: 0; }
  
  #footer_main .box_left { width: 100%; }
  #footer_main .box_right { width: 100%; }

  /* in_message */
  #in_message { padding-top: 5.625rem /* 90/16 */; padding-bottom: 4.5rem /* 72/16 */; }
  #in_message .box_left {
    width: 100%;
    margin-right: 0;
  }
  #in_message .box_right {
    width: 100%;
    margin-left: 0;
  }

}

/* 平板竖屏设备 (宽度小于768px=>576px) */
@media screen and (max-width: 767.98px) {

}

/* 手机设备 (宽度小于576px=>375px) */
@media screen and (max-width: 575.98px) {
  #name_box_w { height: 5rem /* 80/16 */; }
  #name_box_w #header_logo img { height: 3rem /* 48/16 */; }
  #header_contact i { font-size: 1.125rem /* 18/16 */; }
  #header_contact span { font-size: .875rem /* 14/16 */; }

  .box_header.main_box_header .title_box a { font-size: 1.75rem /* 28/16 */; }
  #page_left .slider_type_header {
    font-size: 1.75rem /* 28/16 */;
  }
  /* in_message */
  #in_message { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
  .in_message_box { padding: 1.25rem /* 20/16 */; }
}

/* iPhone及中等手机设备 (宽度小于375px=>320px) */
@media screen and (max-width: 374.98px) {
}