.h-logo {
  height: 22px;
  width: auto;
  content: url(/static/logo/1.0/logo_w.png);
}
.nav_hover:hover {
  color: #0080FF !important;
}
.nav_hover:hover a {
  color: #0080FF !important;
}
.dropdown {
  position: relative;
  border-radius: 0 !important;
  border-right: 1px solid #E7E7E7;
}
.dropdown p {
  height: 48px;
  line-height: 48px;
  position: relative;
}
.dropdown p a {
  height: 48px;
  line-height: 48px;
  padding: 0px !important;
  text-align: center;
}
.dropdown p .arrrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/static/4.0/images/arrow-r.png) no-repeat center / cover;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.dropdown p .arrrow_show {
  opacity: 0.4;
}
.dropdown p:hover a {
  font-weight: 500 !important;
}
header .h-bottom .h-login .dropdown_lang {
  border-radius: 2px !important;
  width: 100px;
}
header .h-bottom .h-login .dropdown_lang p {
  height: unset;
  line-height: unset;
  position: static;
  line-height: 20px;
}
header .h-bottom .h-login .dropdown_lang p a {
  height: unset;
  line-height: unset;
  padding: 10px 20px !important;
  color: #111111;
  text-align: center;
}
header .h-bottom .h-login .dropdown_lang p:hover {
  background-color: unset !important;
  border-right: none;
}
header .h-bottom .h-login .dropdown_lang p:hover a {
  color: #0080ff !important;
}
.h-bottom .dropdown_content {
  background: #fafafa;
  width: 100%;
  display: none;
}
.h-bottom .dropdown_content .dropdown_test {
  width: 1180px;
  margin: 0 auto;
  height: 400px;
  position: relative;
}
.h-bottom .dropdown_content .dropdown_test .dropdown_left {
  display: block;
  position: absolute;
  left: 0;
  width: 160px;
  height: 80%;
  border-right: 1px solid #e6e7e7;
  padding-top: 38px;
}
.h-bottom .dropdown_content .dropdown_test .dropdown_left .service_li {
  font-weight: 400;
  color: #111111 !important;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
  height: 21px;
  line-height: 21px;
  text-align: right;
  padding-right: 19px;
  cursor: pointer;
}
.h-bottom .dropdown_content .dropdown_test .dropdown_left .service_li:hover {
  color: #0080ff !important;
  border-right: 4px solid #0080ff;
}
.h-bottom .dropdown_content .dropdown_test .dropdown_left .service_li_active {
  color: #0080ff !important;
  border-right: 4px solid #0080ff;
}
.h-bottom .dropdown_content .dropdown_test .dropdown_list {
  position: absolute;
  left: 180px;
  top: 0;
}
.h-bottom .dropdown_content .dropdown_test .dropdown_list .dropdown_detail {
  display: none;
}
.h-bottom .dropdown_content .dropdown_test .dropdown_list .dropdown_detail_active {
  display: block;
  padding-top: 39px;
}
.h-bottom .dropdown_content .dropdown_test .dropdown_list .dropdown_detail_active .content_detail {
  display: flex;
}
.h-bottom .dropdown_content .dropdown_test .dropdown_list .dropdown_detail_active .content_detail li {
  width: 142px;
  padding: 0 19px;
  height: 40px;
  line-height: 40px;
  color: #111111;
  cursor: pointer;
}
.h-bottom .dropdown_content .dropdown_test .dropdown_list .dropdown_detail_active .content_detail li h3 {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid rgba(168, 165, 165, 0.5);
}
.h-bottom .dropdown_content .dropdown_test .dropdown_list .dropdown_detail_active .content_detail li h3 a {
  color: #111111 !important;
}
.h-bottom .dropdown_content .dropdown_test .dropdown_list .dropdown_detail_active .content_detail li h3 a:visited {
  color: #111111 !important;
}
.h-bottom .dropdown_content .dropdown_test .dropdown_list .dropdown_detail_active .content_detail li h3 a:hover {
  color: #111111 !important;
}
.h-bottom .dropdown_content .dropdown_test .dropdown_list .dropdown_detail_active .content_detail li h4 {
  font-size: 13px;
}
.h-bottom .dropdown_content .dropdown_test .dropdown_list .dropdown_detail_active .content_detail li h4 a {
  color: #111111 !important;
}
.h-bottom .dropdown_content .dropdown_test .dropdown_list .dropdown_detail_active .content_detail li h4 a:visited {
  color: #111111 !important;
}
.h-bottom .dropdown_content .dropdown_test .dropdown_list .dropdown_detail_active .content_detail li h4 a:hover {
  color: #0080ff !important;
}
.h-bottom .dropdown_content_active {
  display: block;
}
.h-bottom .dropdown_content_2 .dropdown_test .dropdown_list {
  left: 0;
}
#login_status .dropdown {
  width: 100px;
  height: 138px;
  padding: 15px 0 0 0;
}
#login_status .dropdown p {
  padding: 0 0 0 20px;
  height: 39px;
  line-height: 39px;
}
#login_status .dropdown p:hover {
  background-color: unset !important;
  border-right: none;
}
#login_status .dropdown p:hover a {
  color: #0080ff !important;
}
#login_status .dropdown p a {
  display: contents;
}
.h-bottom-mb {
  display: none;
}
@media screen and (max-width: 768px) {
  .h-bottom {
    display: none !important;
  }
  .h-bottom-mb {
    display: block;
    background: #002373;
    padding-top: 20px;
    height: 52px;
  }
  .h-bottom-mb .left-con {
    float: left;
  }
  .h-bottom-mb .left-con img {
    height: 18px;
    padding-left: 20px;
  }
  .h-bottom-mb .right-con {
    float: right;
    padding-right: 20px;
  }
  .h-bottom-mb .right-con img {
    height: 18px;
    padding-right: 10px;
  }
  .h-bottom-mb .right-con span {
    padding: 5px;
  }
  .h-bottom-mb .right-con span a {
    color: #FFFfff;
  }
  .h-bottom-mb .right-con span:hover {
    color: #FFFfff;
  }
}
/*# sourceMappingURL=header.css.map */