/* HEADER */
  header { position: relative; z-index: 99; }

  #name_box_w {
    width: 100%;
    height: 8rem /* 128/16 */;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease;
    z-index: 99;
    position: absolute;
    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 { height: 100%; }
.navI>li { line-height: 100%; position: relative; 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.125rem /* 18/16 */; color: #ffffff; font-family: "Geometric706Black"; font-weight: bold; }
.navI>li>a p { position: relative; z-index: 2; }
.navI>li>a:after { z-index: 0; position: absolute; bottom: 0; left: 50%; transform: translate(-50%,0); display: block; width: 4.5rem /* 72/16 */; height: 0; content: ''; transition: all .5s ease; }
.navI>li:hover>a:after, .navI>li.active>a:after { background-color: var(--second_color); height: .25rem /* 4/16 */; }
.navI>li:hover>a,.navI>li.active>a>p { color: var(--second_color) !important; }

.boxshow .navI > li > a { color: #444444; }

.navI>li .children { width: 100%; position: absolute; left: 0; top: 0; height: 0; overflow: hidden; visibility: hidden; opacity: 0; transition: all .3s ease; }
.navI>li:hover .children { visibility: visible; opacity: 1; height: auto; }
.children li:hover>a,.children li.active a p { color: #ffffff !important; }

.navI li#nav_product .children { width: 50rem /* 800/16 */; }
.navI li .children { width:100%; position:absolute; z-index: 1; top: 100%; left: 0; text-align: left; height:0; overflow: hidden; opacity:0; transition: all 0.3s ease 0s; background-color: rgba(18, 66, 170, 0.5); }
.navI li .children li a { padding: 0 0.3125rem; display: block; line-height: 3; font-size: 1rem /* 16/16 */; font-family: "Geometric706Black"; text-align: left; color: #ffffff !important; }
.navI li .children li a:hover,.navI li .children li a.active { background: var(--second_color); color: #ffffff !important; }


/*主导航*/

  #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(--second_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: 50%; width: 3.125rem /* 50/16 */; height: 3.125rem /* 50/16 */; background-color: var(--base_color);}  

  #header_contact i {
    font-size: 1.125rem /* 18/16 */;
    color: #ffffff;
  }
  #header_contact a:hover { background-color: var(--second_color); }

  .boxshow #header_contact a { width: 2.25rem /* 36/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 */; }

.cover_bg { width: 100vw; height: 100vh; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.9); z-index: 100;}
#searchBar { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 101; visibility: hidden !important; opacity: 0; transition: all 0.5s; }
#searchBar .close_btn { transition: all 0.3s; position: absolute; top: 2%; right: 2%; transform: translateY(6.25rem); z-index: 102;}
#searchBar .close_btn i{ font-size: 2.5rem; color: #ffffff; cursor: pointer; }

#searchBar .box { width: 100%; max-width: 50rem; }
#searchBar .search_box { width: 100%; transition: all 0.3s; border-radius: 0; overflow: hidden; position: relative; z-index: 102; border-bottom: 0.0625rem solid rgba(255,255,255,0.3); }
#searchBar .search_box #search_key { color: #ffffff; transition: all 0.5s; font-size: 1.25rem; width: 0; border: 0; height: 4.375rem; line-height: 4.375rem; overflow: hidden; padding: 0 0.625rem; flex-grow: 1; background-color: transparent; }
#searchBar .search_box #search_key::placeholder { color: #cccccc; }
#searchBar .search_box #search_so { cursor: pointer; transition: all 0.5s; color: #ffffff; font-size: 2.0rem; font-weight: bold; }
#searchBar .search_box #search_so i { font-size: 1.25rem; margin-right: 1.0rem; display: inline-block; }
#searchBar .search_box #search_so:hover { transform: scale(1.2); }
#searchBar #search_text { color: #ffffff; }
#searchBar.active { opacity: 1; visibility: visible !important; }
#searchBar.active .search_box #search_key { width: 100%; }
#searchBar.active .close_btn { opacity: 1; visibility: visible; color: #ffffff; transform: translateY(0); z-index: 103; }

.result_list { width: 100%; position: relative; z-index: 1; }
.result_list li a { color: #ffffff !important; }

.oy { height: 50vh; overflow-y: scroll; }

.oy::-webkit-scrollbar { width: 3px; background-color: transparent; border-radius: 3px; }
.oy::-webkit-scrollbar-thumb { border: solid 2px #ffffff; width: 3px; border-radius: 3px; background-color: var(--base_color); }
.oy::-webkit-scrollbar-corner { background-color: #ffffff; }
.oy::-webkit-scrollbar:horizontal { height: 9px; }
.oy::-webkit-selection { background: var(--base_color); color: #fff; }
.oy::-moz-selection { background: var(--base_color); color: #fff; }
.oy::selection { background: var(--base_color); color: #fff; }

  /* 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;
  }

  #page_bar { font-size: 5.625rem /* 90/16 */; }
  #page_bar span { font-size: 10rem /* 160/16 */; letter-spacing: -.125rem /* -2/16 */; }
  
  .location {
    height: 4.375rem /* 70/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: #ffffff;
    outline: none;
    transition: all 0.3s ease;
    padding: 0;
    opacity: 0.6;
    margin: 0 0.3125rem;
    border-radius: 0;
    width: 1.25rem /* 20/16 */ !important;
    height: 1.25rem /* 20/16 */;
  }
  .flash_all .swiper-pagination-bullet:hover,.flash_all .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .flash_all .swiper-pagination-bullet-active {
    background-color: #ffffff;
    outline: none;
    padding: 0 1.25rem !important;
    opacity: 1 !important;
  }
  .flash_all .swiper-button-next,
  .flash_all .swiper-button-prev {
    width: 3.125rem /* 50/16 */;
    height: 3.125rem /* 50/16 */;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    color: #ffffff !important;
    opacity: 0.6;
  }
  .flash_all .swiper-button-next:hover,
  .flash_all .swiper-button-prev:hover {
    opacity: 1;
  }
  
  /*首页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: 3.125rem /* 50/16 */;
    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 {
    min-height: 36.25rem /* 580/16 */;
    padding-top: 6.625rem /* 106/16 */ ;
    padding-bottom: 1.25rem /* 20/16 */;
    background: url('../images/footer_bg.jpg') no-repeat top center;
    background-size: cover;
    margin-bottom: 0;
    font-size: 1rem;
  }

   #footer_main {
    padding-bottom: 7.5rem /* 120/16 */;
   }
  
  #footer_main .box_left {
    width: 60%;
  }  

  #footer_main .box_right {
    width: 40%;
    padding: 0 1.875rem /* 30/16 */;
  }

  .footer_logo {
    width: 6.8125rem /* 109/16 */;
    margin-bottom: 1.25rem /* 20/16 */;
  }

  .footer_web_name {
    font-size: 2.8125rem /* 45/16 */;
    color: #ffffff;
    margin-left: 1.25rem /* 20/16 */;
  }

  #footer_main .box_left .footer_item_title {
    font-size: 2.375rem /* 38/16 */;
    color: #ffffff;
    margin-bottom: 1.875rem /* 30/16 */;
  }

  #footer_main .box_left .footer_item_title i {
    font-size: 3.125rem /* 50/16 */;
    color: #ffffff;
  }

  .contactList li {
    font-size: 1rem /* 16/16 */;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
  }

  #footer_main .box_right .footer_item_title {
    font-size: 2.8125rem /* 45/16 */;
    color: #ffffff;
    margin-bottom: 2.5rem /* 40/16 */;
  }

  .navList li {
    font-size: 1rem /* 16/16 */;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
    line-height: 2;
  }

  #footer_main a {
    color: rgba(255, 255, 255, 0.6) !important;
  }

  #footer_main a:hover {
    color: var(--second_color) !important;
  }

  /* footer_main */

  #footer_copy {
    color: var(--grey3);
    font-size: 1rem /* 16/16 */;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  #footer_copy .line { border-bottom: 1px solid rgba(255,255,255,0.2); }
    
  #footer_copy ul {
    padding: 2.5rem /* 40/16 */ 0;
  }
  
  #footer_copy a {
    font-size: 1.125rem /* 18/16 */;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
  }
  
  #footer_copy a:hover {
    color: var(--second_color);
  }
  /*统一footer结束*/

  /* 通用子页面标题 */
  .box_header.main_box_header {
    margin-bottom: 3rem /* 48/16 */;
  }
  
  .box_header.main_box_header .title_box {
    font-size: 5rem /* 80/16 */;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin-bottom: 1.5rem /* 24/16 */;
  }
  
  .box_header.main_box_header .title_box a {
    font-size: 5rem /* 80/16 */;
  }
  
  .box_header.main_box_header .desc_box {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.125rem /* 18/16 */;
    line-height: 1.6;
    text-align: center;
  }
  
  /* 通用子页面标题 */