.header {
  position: relative;
  top: 0;
  z-index: 12;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.header img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.header-data-top {
  height: var(--datatopHeight);
  background: url(/_upload/tpl/0f/13/3859/template3859/images/bg_head.jpg) no-repeat center/cover;
}

.header-data-top .page-content-1680 {
  position: relative;
}

.header-data-top .page-content {
  display: flex;
  justify-content: space-between;
}

.header-data {
  background-color: #0B7ED9;
  white-space: nowrap;
}

.site-logo {
  float: left;
  height: 64px;
  margin: 18px 0;
}

.site-logo img {
  width: unset;
  max-width: unset;
  height: 64px;
  object-fit: contain;
}

.header-box {
  float: right;
  margin: 18px 0;
}

.header-box .search-bar-container {
  margin-left: 47px;
}

.header-box .search-bar-container form {
  display: flex;
  align-items: center;
}

.header-box .search-label {
  width: 60px;
  height: 22px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
  opacity: 0.8;
}

.header-box .search-icon {
  width: 16px;
  height: 16px;
  margin: 3px 3px 3px 10px;
}

.header-box .search-bar {
  height: 32px;
  border-radius: 639px;
  overflow: hidden;
  background: #F5F5F5;
  display: flex;
  align-items: center;
}

.header-box .search-bar input {
  background: none;
  border: 0;
  width: 138px;
  height: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  -webkit-background-clip: text;
  color: #C0C6CC;
}

.header-box .search-bar input:focus,
.header-box .search-bar input:active {
  color: #333;
}

.header-box .header_links {
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
  -webkit-background-clip: text;
  margin-top: 10px;
}

.header-box .header_links a {
  margin-right: 45px;
  opacity: 0.6;
}

.header-box .header_links a.active, .header-box .header_links a:hover {
  opacity: 1;
}

.menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--headdataHeight);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.375;
}

.menu > li {
  height: 100%;
  position: relative;
}

.menu > li.even::after {
  display: block;
}

.menu > li.active {
  border-bottom: 3px solid #0e80da;
}

.menu > li:hover {
  position: relative;
}

.menu > li:hover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  bottom: 0;
}

.menu > li::after {
  display: none;
  content: "";
  position: absolute;
  right: -10px;
  bottom: 50%;
  transform: translateY(50%);
  width: 8px;
  height: 8px;
  background: url(/_upload/tpl/0f/13/3859/template3859/images/low-triangle-b.png) no-repeat center/cover;
}

.menu > li > a {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  line-height: 60px;
  box-sizing: border-box;
  white-space: nowrap;
}

.menu > li > ul {
  position: absolute;
  top: 96%;
  left: 50%;
  transform: translateX(-50%);
}

.menu > li:hover > a::after {
  width: 100%;
}

.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.menu > li ul {
  z-index: 5;
  padding: 0;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.menu > li ul li {
  padding: 10px;
  white-space: nowrap;
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  border-bottom: 1px solid rgba(55, 55, 55, 0.2);
  color: rgba(55, 55, 55, 0.7);
  text-shadow: none;
}

.menu > li ul li a {
  display: block;
  padding: 6px 10px;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  text-align: center;
}

.menu > li ul li a:hover {
  color: #0b7ed9;
}

.menu > li ul li:last-child {
  border: none;
}

.language {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.6;
  padding-right: 0.18rem;
  margin-right: 0.18rem;
  border-right: 1px solid rgba(151, 151, 151, 0.5);
}

.search {
  width: 20px;
  height: 20px;
}

.p_menu {
  width: 250px;
  float: right;
  position: fixed;
  height: 100%;
  right: -250px;
  top: 70px;
  text-align: center;
  z-index: 11;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: right 500ms;
  background: #ffffff;
}

.p_menu.in {
  right: 0;
}

.center_area {
  padding: 0 16px;
}

.center_area > li {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
}

.center_area > li > a {
  display: block;
  padding: 20px 0;
  font-size: 16px;
  color: #303133;
}

.center_area > li > i {
  position: absolute;
  display: block !important;
  top: 31px;
  right: 26px;
  transform: translateY(-50%);
  width: 9px;
  height: 20px;
  background: url(/_upload/tpl/0f/13/3859/template3859/images/more.png) no-repeat center/contain;
}

.center_area > li > i.in {
  background-image: url(/_upload/tpl/0f/13/3859/template3859/images/more-in.png);
}

.center_area > li > ul {
  display: none;
  padding: 0 14px;
}

.center_area > li > ul > li {
  padding: 12px 0;
  border-top: 1px solid rgba(216, 216, 216, 0.3);
  font-weight: 400;
  font-size: 14px;
  color: rgba(48, 49, 51, 0.7);
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .menu > li:first-child > ul {
    left: -10px;
    transform: unset;
  }
}

@media screen and (max-width: 1280px) {
  .header-data-top .page-content-1680 {
    width: 98%;
  }
}

@media screen and (max-width: 500px) {
  .header-data {
    position: fixed;
    top: var(--datatopHeight);
    left: 0;
    width: 100%;
    height: 0;
    transform: none;
    overflow: hidden;
    transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  }
  .header-data .menu-wrapper {
    opacity: 0;
  }
  .header-data.active {
    height: calc(100vh - var(--datatopHeight));
    overflow: auto;
  }
  .header-data.active .menu-wrapper {
    opacity: 1;
  }
  .header-data.active .menu {
    display: block;
    height: auto;
    padding: 30px 0;
    font-size: 16px;
  }
  .header-data.active .menu > li {
    margin-right: 20px;
  }
  .header-data.active .menu > li > a {
    padding: 5px 0;
    height: auto;
    width: 70%;
  }
  .header-data.active .menu > li ul {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .header-data.active .menu > li ul li {
    font-size: 14px;
  }
  .header-data.active .menu > li ul li a {
    padding: 4px 20px;
    text-align: left;
  }
  .header-data.active .menu > li::after {
    bottom: initial;
    top: 10px;
    right: -20px;
    transform: none;
  }
  .header-data.active .menu > li:hover::before {
    bottom: initial;
    top: 27px;
    height: 1px;
  }
  .header-data.active .menu > li:hover > ul {
    display: block;
  }
  .header-box {
    display: none;
    margin-right: 40px;
  }
  .open {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .open span {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/_upload/tpl/0f/13/3859/template3859/images/bars.svg) no-repeat;
    background-size: 100% auto;
    cursor: pointer;
  }
  .open.active span {
    background-image: url(/_upload/tpl/0f/13/3859/template3859/images/bars-close.png);
  }
  .p_menu {
    width: 150px;
  }
  .site-logo {
    margin: 10px 0;
    height: 40px;
    width: 320px;
    min-width: initial;
    margin-right: unset;
    font-size: 0;
  }
  .site-logo img {
    height: 40px;
  }
  .site-logo a {
    display: block;
  }
}
