/* HEADER */
  header { position: relative; z-index: 999; }

  #name_box_w {
    width: 100%;
    height: 6.25rem /* 100/16 */;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease;
    z-index: 99;
    position: relative;
    top: 0;
    left: 0;
  }

  #header_nav {
    padding: 0 0 0 5rem /* 80/16 */;
  }
  
  #name_box_w #header_logo img {
    transition: all 0.5s ease;
    max-height: 5rem /* 80/16 */
  }
  
  /* 下拉样式 */
  #name_box_w.boxshow {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    height: 4.25rem /* 68/16 */ !important;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.1);
  }
  
  #name_box_w.boxshow .navI > li .children {
    top: 4.25rem /* 68/16 */ !important;
  }
  
  #name_box_w.boxshow #header_logo img {
    transition: all 0.5s ease;
    max-height: 3rem /* 48/16 */
  }
  
  #name_box_w.boxshow #header_logo img.logo-black {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
  }
  
  #name_box_w.boxshow #header_logo img.logo-white {
    width: auto;
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  
  #banner_box.boxshow,
  #page_banner_box.boxshow {
    margin-top: 3.75rem;
  }
  
  /* 主导航 */
  .navI > li {
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .navI > li > a {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.3125rem;
    line-height: 100%;
    font-size: 1.0625rem /* 17/16 */;
    color: var(--grey1);
  }
  
  
  .navI > li > a p {
    position: relative;
    z-index: 2;
  }
  
  .navI > li > a:after {
    content: "";
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 0;
    height: 0.25rem /* 4/16 */;
    background-color: var(--base_color);
    transition: all 0.5s ease;
  }

  
  .navI > li:hover > a:after,
  .navI > li.active > a:after {
    width: 1.875rem /* 30/16 */;
    height: .25rem /* 4/16 */
  }
  
  .navI > li:hover > a,
  .navI > li.active > a p {
    color: var(--base_color) !important;
  }

 .boxshow .navI > li > a {
    color: var(--grey1);
  }
  
  .boxshow .navI > li > a:after {
    background-color: var(--base_color) !important;
  }
  
  .boxshow .navI > li:hover > a,
  .boxshow .navI > li.active > a p {
    color: var(--base_color) !important;
  }
  
  .navI li .children {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    text-align: left;
    height: auto;
    visibility: hidden;
    opacity: 0;
  }
  
  .navI li:not(#product_nav)  .children ul {
    padding: .625rem /* 10/16 */ .9375rem /* 15/16 */;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: max-content;
    min-width: 100%;
    position: relative;
    z-index: 1;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
  
  .navI li:not(#product_nav)  .children li {
    display: inline-block;
    margin-right: 1.875rem; /* 30/16 */
  }

  .navI li:not(#product_nav)  .children li:last-child {
    margin-right: 0;
  }
  
  .navI li:not(#product_nav) .children li a {
    padding: 0 0.3125rem;
    display: block;
    line-height: 2;
    font-size: .9375rem /* 15/16 */;
    text-align: center;
    color: var(--grey1);
    transition: 0.3s all;
  }
  
  .navI li:not(#product_nav)  .children li a:hover,
  .navI li:not(#product_nav)  .children li a.active {
    color: var(--base_color);
  }
  
  .navI > li > .nav-link:hover + .children {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  
  .children:hover {
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
  }
  
  .children li:not(#product_nav) :hover > a,
  .children li:not(#product_nav) .active a p {
    color: var(--base_color) !important;
  }

  .navI > #product_nav .children {
    width: 87.5rem /* 1400/16 */ !important;
    left: 50%;
    transform: translateX(-50%);
  }

  .navI > #product_nav .children .main_box #children_left {
    background-color: #ffffff;
    padding: 3.125rem /* 50/16 */ !important;
  }

  .navI > #product_nav .children .main_box dl dt {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1.25rem /* 20/16 */;
  }

  .navI > #product_nav .children .main_box dl dt a {
    font-size: 1.125rem /* 18/16 */;
    font-weight: bold;
    color: var(--base_color);
    line-height: 2;
  }

  
  .navI > #product_nav .children .main_box dl dd a {
    font-size: 1rem /* 16/16 */;
    color: var(--grey2);
    line-height: 1;
  }
  .navI > #product_nav .children #children_right {
    background-color: #f9f9f9;
   }
  
  /* 主导航 */
  #header_lang .box {
    width: 10rem /* 160/16 */;
  }

  #header_lang b {
    font-size: 1rem /* 16/16 */;
    color: var(--grey1);
  }

  #header_lang i {
    font-size: 1.5rem /* 24/16 */;
    color: var(--grey1);
  }

  #header_lang a:hover {
    color: var(--base_color);
  }
  
  .boxshow #header_lang a i { font-size: 1.125rem /* 18/16 */; }
  .boxshow #header_lang a b { font-size: .875rem /* 14/16 */; }

  #header_contact a { border-radius: 1.875rem /* 30/16 */; width: 11.5rem /* 184/16 */; height: 3.125rem /* 50/16 */; background-color: var(--base_color);}  

  #header_contact i {
    font-size: 1.5rem /* 24/16 */;
    color: #ffffff;
  }
    #header_contact span {
    font-size: .9375rem /* 15/16 */;
    color: #ffffff;
  }

  #header_contact a:hover { background-color: var(--second_color); }

  .boxshow #header_contact a { width: 7.5rem /* 120/16 */; height: 2.25rem /* 36/16 */; }
  .boxshow #header_contact a i { font-size: 1.125rem /* 18/16 */; }
  .boxshow #header_contact a span { font-size: .875rem /* 14/16 */; }

  /* HEADER */

  /* Banner相关 */
  #banner_box,
  #page_banner_box {
    transition: all 0.5s ease;
  }
  
  .banner_s {
    width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .banner_s img {
    width: 100%;
    height: 100%;
    min-height: 10rem /* 160/16 */;
    object-fit: cover;
  }
  
  .location {
    height: 6.75rem /* 108/16 */;
    color: var(--grey3);
  }

  .location a {
    color: var(--grey3);
  }
  
  /*首页swiper按钮统一样式*/
  .flash_all .swiper-pagination {
    bottom: 1.25rem !important;
  }
  .flash_all .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--base_color);
    outline: none;
    transition: all 0.3s ease;
    padding: 0;
    opacity: 1;
    margin: 0 0.3125rem;
    border-radius: 0;
    width: 0.75rem !important;
    height: 0.125rem !important;
  }
  .flash_all .swiper-pagination-bullet-active {
    background-color: var(--base_color);
    outline: none;
    padding: 0 1.25rem !important;
    opacity: 1 !important;
  }
  .flash_all .swiper-button-next,
  .flash_all .swiper-button-prev {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    color: #ffffff !important;
  }
  
  /*首页swiper按钮统一样式*/
  
  /*首页swiper左右按钮*/
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 1.25rem !important;
  }
  /*首页swiper左右按钮*/


  /* 滚动时固定子导航 */
  #subNav_box.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease;
  }
  
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
  /* 子导航 */
  #subNav_box {
    background-color: #f6f6f6;
  }
  
  .subNav {
    width: 100%;
  }
  
  .subNav .swiper-slide,.subNav li {
    /* 宽度自动适应 */
    width: auto;
    height: 4.25rem /* 68/16 */;
  }
  
  .subNav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.0625rem /* 17/16 */;
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
  }
  
  .subNav a::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    opacity: 0;
    content: "";
    background-color: var(--base_color);
    transition: all 0.3s ease;
  }
  
  .subNav a:hover::before,
  .subNav a.active::before {
    width: 100%;
    opacity: 1;
  }
  
  /* 子导航高亮样式 */
  
  .subNav a.active {
    color: var(--base_color) !important;
    font-weight: bold;
  }
  
  .subNav a.active::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 1.25rem /* 20/16 */;
    height: 3px;
    background-color: var(--base_color);
    border-radius: 3px;
  }
    
  /* 统一子页面 */
  #page_left {
    width: 22.5%;
  }

  #page_left .slider_type_header {
    height: 5.625rem /* 90/16 */;
    background-color: #e0e0e0;
    font-size: 1.75rem /* 28/16 */;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #page_left .slider_type .in_goods_slider_type {
    background-color: #f4f4f4;
  }

  #page_left .slider_type .in_goods_slider_type li a {
    display: block;
    font-size: 0.9375rem;
    padding: .625rem /* 10/16 */;
    line-height: 2;
    text-align: center;
  }


  #page_left .slider_type .in_goods_slider_type li a:hover {
    background-color: var(--second_color);
    color: #ffffff;
  }

  #page_right {
    width: 72.75%;
    margin-left: 4%;
    border-top: 1px solid #e7e7e7;
    padding-top: 1.875rem /* 30/16 */;
  }
  
  #page_right.order-lg-first {
    margin-left: auto;
    margin-right: 0%;
  }
  
  #page_right.order-lg-last {
    margin-right: auto;
    margin-left: 4%;
  }
  
  #page_right .page_title .title {
    font-size: 2rem;
    border-left: 0.375rem solid var(--base_color);
    padding-left: 0.625rem;
  }
  
  .section_box {
    padding-top: 3.125rem /* 50/16 */;
    padding-bottom: 3.125rem /* 50/16 */;
  }

  #section_box {
    padding-top: 3.125rem /* 50/16 */;
    padding-bottom: 3.125rem /* 50/16 */;
  }
  #section_box_1 {
    padding-top: 0;
    padding-bottom: 3.125rem /* 50/16 */;
  }
  #section_box_2 {
    padding-top: 3.125rem /* 50/16 */;
    padding-bottom: 3.125rem /* 50/16 */;
  }
  #section_box_3 {
    padding-top: 3.125rem /* 50/16 */;
    padding-bottom: 3.125rem /* 50/16 */;
  }
  #section_box_4 {
    padding-top: 3.125rem /* 50/16 */;
    padding-bottom: 3.125rem /* 50/16 */;
  }
  #section_box_5 {
    padding-top: 3.125rem /* 50/16 */;
    padding-bottom: 3.125rem /* 50/16 */;
  }
  
  /* 通用子页面标题 */
  .section-title {
    margin-bottom: 1.25rem /* 20/16 */;
  }
  
  .section-title h2 {
    font-size: 2.375rem /* 38/16 */;
    color: #333333;
    margin-bottom: .625rem /* 10/16 */;
  }
  
  .section-title p {
    font-size: 1.0625rem /* 17/16 */;
    color: #666666;
    line-height: 1.6;
  }
  /* 通用子页面标题 */
  
  /*统一footer开始*/
  #footer {
    background-color: #f6f6f6;
    margin-bottom: 0;
    font-size: 1rem;
  }
  
  #footer_main {
    padding-top: 3.75rem /* 60/16 */;
    padding-bottom: 1.25rem /* 20/16 */;
  }
  
  #footer_main .box_left {
    width: 30%;
  }  
  #footer_main .box_middle {
    width: 50%;
    padding: 0 1.875rem /* 30/16 */;
  }

  #footer_main .box_right {
    width: auto;
  }

  #footer_main .footer_item_title {
    font-size: 1.5rem /* 24/16 */;
    color: var(--grey1);
    margin-bottom: 1.875rem /* 30/16 */;
  }
  
  #footer_main .contactList li {
    line-height: 2.4;
    color: var(--grey3);
  }

  .linkList li a { display: flex; justify-content: center; align-items: center; width: 36px; height: 36px; border-radius: 50%; overflow: hidden; color: #ffffff; }
  .linkList li:nth-child(1) a { background-color: #3b5999; }
  .linkList li:nth-child(2) a { background-color: #209ef3; }
  .linkList li:nth-child(3) a { background-color: #0076b4; }
  .linkList li:nth-child(4) a { background-color: #ff011d; }
  .linkList li i { font-size: 20px; }
  .linkList li a:hover { background-color: var(--second_color); }
  
  #footer_main .navList li a {
    line-height: 2;
    font-size: 1rem /* 16/16 */;
    color:var(--grey3);
  }

  #footer_main .navList li a:hover {
    color:var(--base_color);
  }

  #footer_main .qrcodeList li {
    font-size: 1rem /* 16/16 */;
  }
  
  /* footer_main */

  #footer_copy {
    height: 5.625rem /* 90/16 */;
    padding: 0.875rem 0;
    color: var(--grey3);
    font-size: 1rem /* 16/16 */;
    display: flex;
    justify-content: center;
    align-self: center;
  }
  
  #footer_copy a {
    color: var(--grey3);
  }
  
  #footer_copy a:hover {
    color: var(--base_color);
  }
  /*统一footer结束*/

  /* 通用子页面标题 */
  .box_header.main_box_header {
    margin-bottom: 3rem /* 48/16 */;
  }
  
  .box_header.main_box_header .title_box {
    line-height: 1;
  }
  
  .box_header.main_box_header .title_box a {
    font-size: 2.5rem /* 40/16 */;
  }
  
  .box_header.main_box_header .desc_box {
    margin-top: 1.25rem /* 20/16 */;
    font-size: 1rem /* 16/16 */;
    line-height: 1;
    color: var(--grey3);
  }
  
  /* 通用子页面标题 */


  /* message */

  #in_message {
  padding-top: 8.75rem /* 140/16 */;
  padding-bottom: 7.5rem /* 120/16 */;
  background: url('../images/index/message_bg.jpg') no-repeat center center;
  background-size: cover;
}
#in_message .box_left {
  width: 42%;
  margin-right: 8%;
}

#in_message .box_left .desc_box {
  font-size: 1.375rem /* 22/16 */;
  color: #ffffff;
  line-height: 1.8;
}

.message_action {
  margin-top: 3.5rem /* 56/16 */;
}

.message_action a { color: #ffffff; font-size: 1.625rem /* 26/16 */; }
.message_action a i { font-size: 1.875rem /* 30/16 */;}
.message_action a span { border-bottom: 1px solid #ffffff; padding-bottom: .5rem /* 8/16 */; }


#in_message .box_right {
  width: 42%;
  margin-left: 8%;
}
.in_message_box { padding: 3.5rem /* 56/16 */ 4rem /* 64/16 */; }
.in_message_box .title_box { font-size: 1.75rem /* 28/16 */; color: #222222; margin-bottom: 1.875rem /* 30/16 */;}
.in_message_box li .ibox { border: 1px solid #ececec; border-radius: .1875rem /* 3/16 */; background-color: #f8f8f8; color: #222222; }
.in_message_box li .lable { width: 3.5rem; flex-shrink: 1; }
.in_message_box li .ibox input { background-color: transparent; width: 100%; }
.in_message_box li .ibox textarea { background-color: transparent; width: 100%; height: 6.25rem; }