.dis_aliCen {
  display: flex;
  align-items: center;
}


#header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.8s, background 0.5s;
  background-color: #fff;
}
#header.tran {
  transform: translateY(-100%) !important;
}
#header.tran .header_w .header_r .nav > div .nav_con{
    display: none;
}
#header.white {
  background-color: #fff;
}
#header.white .header_w .header_l .header_l_tit {
  color: #333;
  border-color: #333;
}
#header.white .header_w .header_l a .header_logo {
  display: none;
}
#header.white .header_w .header_l a .header_logo_white {
  display: block;
}
#header.white .header_w .header_r .nav {
  color: #333;
}
#header.white .header_w .header_r hr {
  background: #333;
}
#header.white .header_w .header_r .language span {
  color: #333;
}
#header.white .header_w .header_r .language span::after {
  border-right-color: #333;
}
#header.white .header_w .header_r .language svg path,
#header.white .header_w .header_r .search svg path {
  fill: #333333;
}
#header .header_w {
  width: 100%;
  max-width: 89.58%;
  margin: auto;
  display: flex;
  height: 120px;
  align-items: center;
  justify-content: space-between;
}
#header .header_w .header_l {
  display: flex;
  align-items: center;
}
#header .header_w .header_l a {
  width: 170px;
  display: inline;
}
#header .header_w .header_l a img {
  width: 100%;
}
#header .header_w .header_l a .header_logo {
  display: none;
}
#header .header_w .header_l .header_l_tit {
  padding-left: 1.5625vw;
  margin-left: 1.5625vw;
  border-left: 1px solid #333;
  color: #333;
}
#header .header_w .header_r {
  display: flex;
  align-items: center;
  height: 100%;
}
#header .header_w .header_r .nav {
  font-weight: 400;
  color: #333;
  display: flex;
  height: 100%;
}
#header .header_w .header_r .nav > div {
  margin-left: 3.125vw;
  height: 100%;
}
#header .header_w .header_r .nav > div > a {
  position: relative;
  height: 100%;
}
#header .header_w .header_r .nav > div > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #D0121B;
  transition: all 0.4s linear;
}
#header .header_w .header_r .nav > div:hover > a:after {
  width: 100%;
}
#header .header_w .header_r .nav > div .nav_con {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 36px 0;
  background-color: #eeeef1;
  display: none;
  color: #333333;
}
#header .header_w .header_r .nav > div .nav_con .nav_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#header .header_w .header_r .nav > div .nav_con .nav_item p {
  margin: 0 1%;
}
#header .header_w .header_r .nav > div .nav_con .nav_item p:hover {
  color: #D0121B;
}
#header .header_w .header_r .nav > div .nav_con .nav_item hr {
  width: 1px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.3);
}
#header .header_w .header_r .nav > div .nav_con .nav_item hr:last-child {
  display: none;
}
#header .header_w .header_r .search {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 4.375vw;
}
#header .header_w .header_r .search a{
    
      display: flex;
  align-items: center;
}
#header .header_w .header_r .search:hover svg path {
  fill: #D0121B;
}
#header .header_w .header_r hr {
  width: 1px;
  height: 20px;
  background: #333;
  border: none;
  margin: 0 1.5625vw;
}
#header .header_w .header_r .language {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
#header .header_w .header_r .language span {
  font-weight: 400;
  color: #333;
  padding: 0 20px;
  position: relative;
}
#header .header_w .header_r .language span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #333;
}
#header .header_w .header_r .language .language_con {
  position: absolute;
  top: 100%;
  left:50%;
  transform: translateX(-50%);
  
  width: max-content;
  min-width: 100%;
  padding: 18px ;
  background-color: #eeeef1;
  display: none;
  border-radius:0 0 10px 10px;
}
#header .header_w .header_r .language .language_con li {
  text-align: center;
  line-height: 2;
}
#header .header_w .header_r .language .language_con li:hover {
  color: #D0121B;
}
.mo_headerCon {
  display: none;
}
.mo_headerCon .mo .mo_childCon {
  display: none;
}
.mo_right {
  display: flex;
  align-items: center;
  position: absolute;
  right: 4%;
  top: 0;
  justify-content: flex-end;
  height: 13.33vw;
}
.mo_left {
  position: absolute;
  top: 0;
  left: 4%;
  height: 13.33vw;
  display: flex;
  align-items: center;
  width: 70%;
}
.mo_left a {
  width: 40%;
  max-width: 170px;
}
.mo_left a img {
  width: 100%;
}
.mo_left > div {
  color: #333333;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  margin-left: 10px;
}







  
#header .header_w .header_r .nav > div .nav_con.nav_product{
      width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
  padding:  0;
  background-color: transition;
    color: #333333;
    
}
#header .header_w .header_r .nav .nav_product .nav_product_navTit{
    background: #EBEBEF;
}
#header .header_w .header_r .nav .nav_product .nav_product_navTit .w1440{
    display: flex;
}
#header .header_w .header_r .nav .nav_product .nav_product_navTit p{
    flex: 1;
    padding: 26px;
    color: #333333;
    position: relative;
    text-align: center;
}
#header .header_w .header_r .nav .nav_product .nav_product_navTit p:after{
    content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #D0121B;
  transition: all 0.4s linear;
    
}
#header .header_w .header_r .nav .nav_product .nav_product_navTit p.act:after,
#header .header_w .header_r .nav .nav_product .nav_product_navTit p:hover:after{
    width: 100%;
   
}
#header .header_w .header_r .nav .nav_product .nav_product_navTit p.act,
#header .header_w .header_r .nav .nav_product .nav_product_navTit p:hover{
     color: #d0111b;
    
}
#header .header_w .header_r .nav .nav_product .nav_product_con{
    
    background: #F6F6F8;
}
#header .header_w .header_r .nav .nav_product .nav_product_con > div:not(:first-child){
    display: none;
}
#header .header_w .header_r .nav .nav_product .nav_product_con .nav_product_con_classification> div{
    display: flex;
   
   
   
}
#header .header_w .header_r .nav .nav_product .nav_product_con .nav_product_con_classification_l{
    flex: 0 0 25%;
        margin: 18px 0 50px 240px;
          max-height: calc(100vh - 120px - 80px  - 70px - 4vw);
     padding-right: 10px;
        overflow-y:auto ;
}
#header .header_w .header_r .nav .nav_product .nav_product_con .nav_product_con_classification_l::-webkit-scrollbar {
width:8px;
    background:rgba(0,0,0,0.1);
border-radius: 8px;
    }

#header .header_w .header_r .nav .nav_product .nav_product_con .nav_product_con_classification_l::-webkit-scrollbar-thumb {
    cursor: pointer;
width:100%;
background: #d0121b;
border-radius: 8px;
}


#header .header_w .header_r .nav   .nav_product_classification_l_tit{

}
#header .header_w .header_r .nav  .nav_product_classification_l_tit .tit{
    display: flex;
        padding:14px 18.33% 14px 40.55%;
    align-items: center;
    transition: all 0.4s linear;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}
#header .header_w .header_r .nav  .nav_product_classification_l_tit .tit:after{
        content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 2px;
    background-color: #D0121B;
    transition: all 0.4s linear;
}
#header .header_w .header_r .nav  .nav_product_classification_l_tit.act .tit{
     background: #fff;
   color:#d0111b
}
#header .header_w .header_r .nav  .nav_product_classification_l_tit.act .tit:after{
   width: 100%;
}
#header .header_w .header_r .nav  .nav_product_classification_l_tit .tit:hover{
    background: #fff;
   color:#d0111b
}
#header .header_w .header_r .nav  .nav_product_classification_l_tit .tit svg{
transition: all 0.4s linear;
    transform: rotate(-90deg);
    cursor: pointer;
}

#header .header_w .header_r .nav  .nav_product_classification_l_tit.act .tit svg{
    
     transform: rotate(0);
}
#header .header_w .header_r .nav  .nav_product_classification_l_tit.act .tit svg path,
#header .header_w .header_r .nav  .nav_product_classification_l_tit .tit:hover svg path{
    fill: #d0111b;

}
#header .header_w .header_r .nav  .nav_product_classification_l_tit .sel_2{
display: none;
    margin: 10px 0;
        padding:0 18.33% 0 45%;
}

#header .nav_product_con_classification_r{
    flex: 1;
   
    background: #fff;
         
    
}
#header .nav_product_con_classification_r > div{
     display: flex;
    flex-wrap: wrap;
      justify-content: flex-start;
    align-content: flex-start;
    margin: 70px 220px 4vw 60px;
      padding-right: 20px;
     max-height: calc(100vh - 120px - 80px  - 70px - 4vw);
        overflow-y:auto ;
}
#header .nav_product_con_classification_r > div::-webkit-scrollbar {
width:8px;
    background:rgba(0,0,0,0.1);
border-radius: 8px;
    }

#header .nav_product_con_classification_r > div::-webkit-scrollbar-thumb {
    cursor: pointer;
width:100%;
background: #d0121b;
border-radius: 8px;
}
#header .nav_product_con_classification_r .list{
    flex: 0 0 calc((100% - 84px)/4); 
    margin-right: 28px;
    margin-bottom: 28px;
    border-radius: 20px;
    overflow: hidden;
    padding: 1.56vw;
    background: #F6F6F8;
}
#header .nav_product_con_classification.image_cover .nav_product_con_classification_r .list{
    padding: 0;
    
}
#header .nav_product_con_classification.image_cover .nav_product_con_classification_r .list .image{
    padding-top: 56%;
}
#header .nav_product_con_classification.image_cover .nav_product_con_classification_r .list .image img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
  #header .nav_product_con_classification.image_cover .nav_product_con_classification_r .list .info{
     padding: 10px 20px;
     
  }
  #header .nav_product_con_classification.image_cover .nav_product_con_classification_r .list .info p{
      margin: 0;
  }

#header .nav_product_con_classification_r .list .image{
   position: relative;
    width: 100%;
    height: 0;
    padding-top: 81%;
    overflow: hidden;
    background: url(/static/cn/img/product_bg.png) no-repeat;
    background-size: 80% 80%;
    background-position: center center;
}

#header .nav_product_con_classification_r .list .image img{
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 80%;
    max-height: 80%;
    transition: all 0.4s linear;
}
#header .nav_product_con_classification_r .list:nth-child(4n){
    margin-right: 0;
}

#header .header_w .header_r .nav  .nav_product_classification_l_tit .sel_2 p{
   
    padding: 10px 0;
       cursor: pointer;
}
#header .nav_product_con_classification_r .list p{
    margin-top: 10px;
    text-align: center;
    color: #555555;
}



#header .nav_product_con_classification_r .list:hover img{
   transform: translateX(-50%) translateY(-50%) scale(1.05);
}
#header .nav_product_con_classification_r .list:hover p{
 color: #d0111b;
}
#header .header_w .header_r .nav  .nav_product_classification_l_tit .sel_2 p.act,
#header .header_w .header_r .nav  .nav_product_classification_l_tit .sel_2 p:hover{
color: #d0111b;
}
@media only screen and (max-width: 1000px) {
  .header {
    display: none;
  }
  .mo_headerCon {
    display: block;
  }
  .mo_headerHeight {
    display: block;
  }
  * {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
  }
}
.mo_headerCon {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1010;
  height: 13.33vw;
  background: #ffffff;
  overflow-y: hidden;
  max-height: none;
  transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.mo_headerCon.active {
  height: auto ;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.mo_header {
  height: 13.33vw;
  z-index: 2;
}
.mo_nav {
  float: left;
  position: relative;
  z-index: 2;
  width: 5vw;
}
.mo_nav .nav_btn {
  height: 5vw;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.mo_nav .nav_btn span {
  display: block;
  height: 2px;
  width: 100%;
  background: #b7b7b7;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: 0px;
  transition: all 0.5s ease;
  transform: translateY(-50%);
}
.mo_nav .nav_btn:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 2px;
  background: #b7b7b7;
  border-radius: 2px;
  -webkit-transition: top 0.3s ease 0.2s, -webkit-transform 0.3s ease-out;
  transition: top 0.3s ease 0.2s, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, top 0.3s ease 0.2s;
  transition: transform 0.3s ease-out, top 0.3s ease 0.2s, -webkit-transform 0.3s ease-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mo_nav .nav_btn:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 2px;
  background: #b7b7b7;
  border-radius: 2px;
  -webkit-transition: top 0.3s ease 0.2s, -webkit-transform 0.3s ease-out;
  transition: top 0.3s ease 0.2s, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, top 0.3s ease 0.2s;
  transition: transform 0.3s ease-out, top 0.3s ease 0.2s, -webkit-transform 0.3s ease-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.active .mo_nav .nav_btn:after,
.active .mo_nav .nav_btn:before {
  background: #D0121B;
}
.mo_nav .nav_btn.active span {
  opacity: 0;
}
.mo_nav .nav_btn.active:after {
  width: 100%;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out 0.2s;
  transition: top 0.3s ease, -webkit-transform 0.3s ease-out 0.2s;
  transition: top 0.3s ease, transform 0.3s ease-out 0.2s;
  transition: top 0.3s ease, transform 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.mo_nav .nav_btn.active:before {
  width: 100%;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out 0.2s;
  transition: top 0.3s ease, -webkit-transform 0.3s ease-out 0.2s;
  transition: top 0.3s ease, transform 0.3s ease-out 0.2s;
  transition: top 0.3s ease, transform 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}
.mo_logo {
  float: left;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  height: 13.33vw;
  text-align: center;
  overflow: hidden;
}
.mo_logo img {
  width: 60px;
  margin-top: 12px;
}
.mo_search {
  width: 5vw;
  max-width: 34px;
  position: relative;
  z-index: 2;
  margin-right: 3.4vw;
}
.mo_search a {
  display: flex;
  align-items: center;
}
.mo_search svg {
  width: 100%;
  height: auto;
}
.mo_langu {
  width: 5vw;
  max-width: 34px;
  display: flex;
  align-items: center;
  margin-right: 3.4vw;
}
.mo_langu svg {
  width: 100%;
  height: auto;
}
.mo_navCon {
  visibility: hidden;
  position: static;
  left: 0px;
  top: 13.33vw;
  right: 0px;
  bottom: 0px;
  background: #fff;
  width: 100%;
  backdrop-filter: blur(6px);
  max-height: 90vh;
  overflow-y: auto;
  padding-bottom: 20px;
}
.mo_navCon ul {
  width: 90%;
  margin: auto;
  overflow-x: hidden;
}
.mo_footer {
  width: 86%;
  margin: 90px auto;
  display: none;
}
.mo_footer_H1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #0051bf;
  font-weight: 600;
}
.mo_footer_H1 span {
  font-size: 14px;
  margin-right: 6px;
}
.mo_footer_H2 {
  font-size: 16px;
  color: #777777;
  text-align: center;
}
.mo_footer_H3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.mo_footer_H3 > a {
  margin: 5px 10px;
}
.mo_footer_H3 span {
  margin: 0 10%;
  font-size: 16px;
  color: #777777;
  margin-top: 60px;
}
.navlist2_ul {
  display: none;
}
.mo_navCon ul li {
  border-bottom: 1px solid rgba(237, 237, 237, 0.7);
}
.mo_navCon ul li:last-child {
  border-bottom: none;
}
.mo_navlist_icon svg {
  transition: 0.4s;
  transform: rotate(0deg);
}
.mo_navlist_icon {
  display: flex;
}
.mo_navlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navlist2_ul {
  display: flex;
  flex-wrap: wrap;
  width: 95% !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.navlist2_ul li {
  width: 100%;
  border: none !important;
}
.mo_navCon ul li a {
  display: inline-block;
  padding: 10px 0;
  color: #999;
  position: relative;
}
.mo_navCon ul li a:before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #D0121B;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
/*
.mo_navCon ul li a:hover:before{
    width: 100%;
}
*/
.navlist2_ul li a {
  color: #999999;
}
.mo_navCon ul li a:hover {
  color: #D0121B;
}
.mo_navCon.active {
  visibility: visible;
}
.mo_searchNav {
  opacity: 0;
  position: absolute;
  top: -44px;
  left: 0px;
  width: 100%;
  background: #000000;
  z-index: 2;
}
.mo_s_btn {
  width: 5vw;
  position: relative;
  left: 4%;
  z-index: 2;
}
.mo_languNav > div {
  display: flex;
  align-items: center;
}
.mo_s_btn svg {
  width: 100%;
}
.mo_s_input {
  float: left;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  height: 13.33vw;
  text-align: center;
  overflow: hidden;
  display: none;
}
.mo_s_input input {
  border: 0px;
  background: #fff;
  width: 100%;
  height: 13.33vw;
  color: #ccc;
}
.mo_s_clock {
  width: 5vw;
  position: relative;
  right: 4%;
}
.mo_s_clock svg {
  width: 100%;
}
.mo_searchNav.active {
  opacity: 1;
  top: 0px;
}
.mo_searchCon {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 44px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  backdrop-filter: blur(6px);
}
.mo_searchCon dl {
  width: 86%;
  margin: 10px auto;
}
.mo_searchCon dl dt {
  font-size: 12px;
  color: #ccc;
  height: 30px;
}
.mo_searchCon dl dd {
  border-bottom: 1px solid #ededed;
}
.mo_searchCon dl dd a {
  display: block;
  height: 48px;
  line-height: 48px;
  color: #fff;
}
.mo_searchCon dl dd a:hover {
  color: #4660ff;
}
.mo_searchCon.active {
  visibility: visible;
}
.mo_languNav {
  opacity: 0;
  position: absolute;
  top: -13.33vw;
  left: 0px;
  width: 100%;
  background: #fff;
  height: 13.33vw;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mo_languNav.active {
  opacity: 1;
  top: 0px;
}
.mo_languCon {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 13.33vw;
  right: 0px;
  bottom: 0px;
  background: #fff;
  width: 100%;
  backdrop-filter: blur(6px);
}
.mo_languCon.active {
  visibility: visible;
}
.mo_languCon .mo_languDl {
  color: #fff;
  width: 86%;
  margin: 0px auto;
  overflow-y: auto;
  max-height: 90vh;
}
.mo_languCon .mo_languDl p {
  font-weight: 600;
  color: #333;
}
.mo_languCon .mo_languDl div p {
  font-size: 14px;
}
.mo_languCon .mo_languDl span {
  font-size: 12px;
}
.mo_languCon .mo_languDl dd img {
  overflow: hidden;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.mo_languCon .mo_languDl dd {
  display: inline-block;
  width: 100%;
}
.mo_languCon .mo_languDl a {
  color: #999999;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.mo_languCon .mo_languDl a img {
  margin-right: 10px;
}
.mo_languCon .mo_languDl dt {
  color: #999999;
  margin-top: 30px;
}
.mo_languCon .mo_languDl .fnt_18 {
  margin: 8px 0;
}
.mo_languCon .mo_languDl dd {
  padding: 8px 0;
}
.mo_languCon .mo_languDl dd span {
  float: left;
}
.mo_languCon .mo_languDl dd b {
  float: right;
  font-weight: normal;
  color: #999999;
}




@media screen and (min-width: 769px) {
  .mo_right,
  .mo_left,
  .mo_headerCon,
  .mo_header,
  .mo_logo,
  .mo_navCon,
  .mo_s_input,
  .mo_s_input input {
    height: 80px;
  }
  .mo_nav {
    max-width: 34px;
  }
  .mo_nav .nav_btn {
    max-height: 34px;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    display: none !important;
  }
  .mo_headerCon {
    display: block;
  }
  .mo_left {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1720px) {
  #header .header_w {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1600px) {
    #header .header_w .header_r .nav .nav_product .nav_product_con .nav_product_con_classification_l{
            margin: 18px 0 50px 10vw;
    }
    #header .nav_product_con_classification_r > div{
        
            margin: 70px 10vw 4vw 60px;
    }
    
  #header .header_w .header_r .nav > div {
    margin-left: 2vw;
  }
}
@media only screen and (max-width: 1440px) {
  #header .header_w .header_r .search {
    margin-left: 2vw;
  }
  #header .header_w .header_l a {
    width: 120px;
  }
  
}
@media screen and (max-width: 1366px) {
    
#header .header_w .header_l a {
        width: 100px;
    }

    #header .header_w .header_l .header_l_tit,
    #header .header_w .header_r .nav{
        font-size: 16px;
    }
    #header .header_w .header_r .language svg,
    #header .header_w .header_r .search svg{
        width: 20px;
        height: 20px;
        
    }

}
@media only screen and (max-width: 1200px) {
      #header .header_w .header_r .nav .nav_product .nav_product_con .nav_product_con_classification_l{
            margin: 18px 0 30px 5vw;
    }
    #header .nav_product_con_classification_r > div{
        
            margin: 40px 5vw 4vw 30px;
    }
  #header .header_w .header_r .nav > div {
    margin-left: 1vw;
  }
  #header .header_w .header_r .search {
    margin-left: 1.56vw;
  }
  #header .header_w .header_l a {
    width: 90px;
  }
  #header .header_w .header_r .language span {
    padding: 0 10px;
  }
  #header .header_w .header_l .header_l_tit {
    padding-left: 10px;
    margin-left: 10px;
  }
  #header .header_w .header_r hr {
    margin: 0 10px;
  }
}
