@charset "UTF-8";
.header {
  width: 100%;
  height: 145px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  border-bottom: 1px solid #e5e5e5;
}

.header .header_top {
  width: 100%;
  height: 40px;
  background: #000;
}

.header .header_top .top_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.header .header_top .top_content .contact {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.header .header_top .top_content .lang_box {
  width: 80px;
  height: 30px;
  cursor: pointer;
  margin-left: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.header .header_top .top_content .lang_box::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 13px;
  height: 10px;
  background: url(/wp-content/uploads/2024/03/Polygon-1-1.png) no-repeat;
  background-size: 100% 100%;
}

.header .header_top .top_content .lang_box .menu-lang-container #menu-lang:hover > li .sub-menu {
  display: block;
}

.header .header_top .top_content .lang_box .menu-lang-container #menu-lang > li {
  position: relative;
}

.header .header_top .top_content .lang_box .menu-lang-container #menu-lang > li a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header .header_top .top_content .lang_box .menu-lang-container #menu-lang > li .sub-menu {
  display: none;
  width: 150%;
  height: auto;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
}

.header .header_top .top_content .lang_box .menu-lang-container #menu-lang > li .sub-menu > li {
  width: 100%;
}

.header .header_top .top_content .lang_box .menu-lang-container #menu-lang > li .sub-menu > li a {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header .header_center {
  width: 100%;
  height: auto;
  padding: 16px 0 0 0;
  position: relative;
  background: #fff;
}

.header .header_center .header_c_l {
  width: auto;
  position: absolute;
  top: 16px;
  left: 17px;
}

.header .header_center .header_c_l ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .header_center .header_c_l ul li {
  padding: 0 15px;
  margin-right: 2px;
}

.header .header_center .header_c_l ul li a {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: capitalize;
}

.header .header_center .header_c_share {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.header .header_center .header_c_share a {
  margin-left: 6px;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.header .header_center .header_c_share a img {
  width: 100%;
  height: 100%;
}

.header .header_bot {
  width: 100%;
  height: 66px;
  background: #fff;
}

.header .header_bot .bot_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header .header_bot .bot_content .logo {
  display: inline-block;
  width: 180px;
  height: 26px;
}

.header .header_bot .bot_content .logo img {
  width: 100%;
  height: 100%;
}

.header .header_bot .bot_content .bot_c_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .header_bot .bot_content .bot_c_box ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .header_bot .bot_content .bot_c_box ul li {
  height: 66px;
  padding: 0 18px;
  margin-right: 4px;
  position: relative;
}

.header .header_bot .bot_content .bot_c_box ul li a {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 66px;
  text-transform: capitalize;
}

.header .header_bot .bot_content .bot_c_box .search {
  cursor: pointer;
  width: 16px;
  height: auto;
}

.header .header_bot .bot_content .bot_c_box .search img {
  width: 100%;
  height: 100%;
}

.header .header_bot .bot_content .bot_c_box .menu_mb {
  display: none;
}

.header .header_hover {
  width: 100%;
  height: auto;
  background: #fff;
}

.header .header_hover .header_hover_box {
  width: 100%;
  height: auto;
}

.header .header_hover .header_hover_box .hover_item {
  display: none;
  width: 100%;
  height: auto;
  padding: 20px 0;
}

.header .header_hover .header_hover_box .hover_item .hover_item_title {
  text-align: left;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E5E5;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.header .header_hover .header_hover_box .hover_item .item_content {
  width: 100%;
  height: 450px;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
}

.header .header_hover .header_hover_box .hover_item .item_content::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}

.header .header_hover .header_hover_box .hover_item .item_content::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  background: #e5e5e5;
}

.header .header_hover .header_hover_box .hover_item .item_content::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
}

.header .header_hover .header_hover_box .hover_item .item_content .item {
  margin-bottom: 20px;
  width: 25%;
  height: auto;
}

.header .header_hover .header_hover_box .hover_item .item_content .item .item_top {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 14px;
}

.header .header_hover .header_hover_box .hover_item .item_content .item .item_top .img_box {
  width: 108px;
  height: 98px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header .header_hover .header_hover_box .hover_item .item_content .item .item_top .img_box img {
  width: 80px;
  height: 80px;
}

.header .header_hover .header_hover_box .hover_item .item_content .item .item_top a {
  text-align: left;
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.header .header_hover .header_hover_box .hover_item .item_content .item .item_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header .header_hover .header_hover_box .hover_item .item_content .item .item_box a {
  margin-top: 10px;
  color: #666;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.header .header_hover .header_hover_box .hover_item .item_content .item .item_box a:hover {
  color: #E62129;
}

.header .header_menu_mb {
  display: none;
}

@media screen and (max-width: 960px) {
  .header {
    width: 100%;
    height: 11.73333vw;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    border-bottom: 0vw solid #e5e5e5;
  }
  .header .header_top {
    display: none;
    width: 100%;
    height: 5.33333vw;
    background: #000;
  }
  .header .header_top .top_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .header .header_top .top_content .contact {
    color: #FFF;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .header .header_top .top_content .lang_box {
    cursor: pointer;
    margin-left: 5.33333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header .header_top .top_content .lang_box p {
    margin-right: 1.86667vw;
    color: #FFF;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .header .header_top .top_content .lang_box img {
    width: 1.73333vw;
    height: auto;
  }
  .header .header_center {
    display: none;
    width: 100%;
    height: auto;
    padding: 2.13333vw 0 0 0;
    position: relative;
    background: #fff;
  }
  .header .header_center .header_c_l {
    display: none;
    width: auto;
    position: absolute;
    top: 2.13333vw;
    left: 2.26667vw;
  }
  .header .header_center .header_c_l ul {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header .header_center .header_c_l ul li {
    padding: 0 2vw;
    margin-right: 0.26667vw;
  }
  .header .header_center .header_c_l ul li a {
    color: #666;
    font-size: 1.86667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.86667vw;
    text-transform: capitalize;
  }
  .header .header_center .header_c_share {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .header .header_center .header_c_share a {
    margin-left: 0.8vw;
    display: inline-block;
    width: 3.2vw;
    height: 3.2vw;
  }
  .header .header_center .header_c_share a img {
    width: 100%;
    height: 100%;
  }
  .header .header_bot {
    width: 100%;
    height: 11.73333vw;
    background: #fff;
  }
  .header .header_bot .bot_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .header .header_bot .bot_content .logo {
    display: inline-block;
    width: 24vw;
    height: 3.46667vw;
  }
  .header .header_bot .bot_content .logo img {
    width: 100%;
    height: 100%;
  }
  .header .header_bot .bot_content .bot_c_box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header .header_bot .bot_content .bot_c_box ul {
    display: none;
    flex-direction: row;
    align-items: center;
  }
  .header .header_bot .bot_content .bot_c_box ul li {
    padding: 0 2.4vw;
    margin-right: 0.53333vw;
  }
  .header .header_bot .bot_content .bot_c_box ul li a {
    color: #222;
    font-size: 2.4vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .header .header_bot .bot_content .bot_c_box .search {
    cursor: pointer;
    width: 3.2vw;
    height: 3.2vw;
  }
  .header .header_bot .bot_content .bot_c_box .search img {
    width: 100%;
    height: 100%;
  }
  .header .header_bot .bot_content .bot_c_box .menu_mb {
    margin-left: 4vw;
    display: block;
    width: 3.46667vw;
    height: 2.93333vw;
  }
  .header .header_bot .bot_content .bot_c_box .menu_mb img {
    width: 100%;
    height: 100%;
  }
  .header .header_menu_mb {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 16;
    background: rgba(0, 0, 0, 0.8);
  }
  .header .header_menu_mb.active {
    height: 100vh;
  }
  .header .header_menu_mb .header_close {
    width: 100%;
    height: auto;
    margin-top: 15.46667vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .header .header_menu_mb .header_close span {
    display: inline-block;
    font-size: 6.4vw;
    color: #fff;
    cursor: pointer;
  }
  .header .header_menu_mb .menu_list {
    margin-top: 6.66667vw;
    width: 100%;
    height: auto;
  }
  .header .header_menu_mb .menu_list a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 6.26667vw;
  }
  .header .header_menu_mb .menu_list a p {
    color: #FFF;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .header .header_menu_mb .menu_list a img {
    width: 1.73333vw;
    height: auto;
  }
  .header .header_menu_mb .lang {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 10.4vw;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .header .header_menu_mb .lang .log_on {
    margin-right: 17.33333vw;
  }
  .header .header_menu_mb .lang .log_on a {
    color: #FFF;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
  .header .header_menu_mb .lang .lang_name {
    color: #FFF;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
}
