@charset "UTF-8";
.header_nav {
  width: 100%;
  height: 50px;
  background-color: #fff;
  color: #63666d;
  font-size: 14px;
  position: relative;
  z-index: 999;
  padding: 5px 0;
  box-sizing: content-box;
}
.header_nav .header_text_content {
  position: relative;
  width: 1186px;
  margin: 0 auto;
  line-height: 50px;
}
.header_nav .header_text_content .header_text_left {
  position: absolute;
  left: 0;
}
.header_nav .header_text_content .header_text_left ul {
  float: left;
}
.header_nav .header_text_content .header_text_left ul.hide {
  display: none;
}
.header_nav .header_text_content .header_text_left ul .only_code:hover .app_code {
  display: block;
}
.header_nav .header_text_content .header_text_left ul li {
  float: left;
  cursor: pointer;
  margin-right: 26px;
  position: relative;
}
.header_nav .header_text_content .header_text_left ul li .app_code {
  display: none;
  position: absolute;
  top: 60px;
  left: -5px;
  width: 124px;
  height: 148px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  z-index: 99;
  font-size: 12px;
  color: #63666d;
  -webkit-box-shadow: 0 8px 20px rgba(50, 63, 75, 0.16);
  -moz-box-shadow: 0 8px 20px rgba(50, 63, 75, 0.16);
  box-shadow: 0 8px 20px rgba(50, 63, 75, 0.16);
}
.header_nav .header_text_content .header_text_left ul li .app_code i {
  position: absolute;
  top: -9px;
  left: 11px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #fff;
}
.header_nav .header_text_content .header_text_left ul li .app_code img {
  width: 100px;
  height: 100px;
  margin: 12px;
}
.header_nav .header_text_content .header_text_left ul li .app_code p {
  text-align: center;
  width: 100%;
  line-height: 10px;
}
.header_nav .header_text_content .header_text_left ul li .engineer-list {
  display: none;
}
.header_nav .header_text_content .header_text_left ul li .engineer-list .engineer-item {
  font-size: 14px;
  color: #222;
  line-height: 40px;
  text-align: center;
}
.header_nav .header_text_content .header_text_left ul li .engineer-list .engineer-item a {
  color: #63666d;
}
.header_nav .header_text_content .header_text_left ul li .engineer-list .engineer-item a:hover {
  color: #0052ff;
}
.header_nav .header_text_content .header_text_left ul li .engineer-zhuanqu,
.header_nav .header_text_content .header_text_left ul li a {
  color: #63666d;
}
.header_nav .header_text_content .header_text_left ul li:hover .engineer-zhuanqu:hover,
.header_nav .header_text_content .header_text_left ul li:hover a:hover {
  color: #0052ff;
}
.header_nav .header_text_content .header_text_left ul li:hover .engineer-list {
  display: block !important;
  width: 118px;
  height: 120px;
  background: #fff;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.43);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.43);
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: -20px;
}
.header_nav .header_text_content .header_text_left .header-logo-img {
  float: left;
  height: 50px;
  width: 150px;
  margin: 0px 30px 0 0;
  object-fit: contain;
}
.header_nav .header_text_content .header_text_left .header-location {
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
.header_nav .header_text_content .header_text_left .header-location .header-location-icon {
  width: 14px;
  height: 15.5px;
  margin-top: 17px;
  float: left;
}
.header_nav .header_text_content .header_text_left .header-location .header-location-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #0052ff;
  float: left;
  margin: 0 3px 0 6px;
}
.header_nav .header_text_content .header_text_left .header-location .header-location-toggle {
  float: left;
  height: 14px;
  color: #a8adba;
}
.header_nav .header_text_content .header_text_right {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header_nav .header_text_content .header_text_right .header_text_right_box {
  display: inline-block;
  cursor: pointer;
  height: 29px;
  line-height: 27px;
  border: 1px solid #ff8116;
  background-color: #ff8116;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0 10px;
  color: #fff;
  margin-left: 24px;
}
.header_nav .header_text_content .header_text_right .header_text_right_box .header_text {
  color: #fff;
}
.header_nav .header_text_content .header_text_right .header_text_right_box a:hover {
  color: #fff !important;
}
.header_nav .header_text_content .header_text_right i {
  vertical-align: middle;
  margin: 0 3px 2px 0;
}
.header_nav .header_text_content .header_text_right .xian {
  color: #52565c;
  margin: 0 6px;
}
.header_nav .header_text_content .not_login {
  display: inline;
}
.header_nav .header_text_content .not_login .login_per {
  display: inline-block;
  height: 29px;
  line-height: 27px;
  cursor: pointer;
}
.header_nav .header_text_content .not_login .login_per:hover {
  color: #0052ff;
}
.header_nav .header_text_content .not_login a:hover,
.header_nav .header_text_content .search_box:hover span {
  color: #fff;
}
.header_nav .header_text_content .not_login .login_per:hover .icon-user_04 {
  background-color: #0052ff;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -24px -507px;
  width: 16px;
  height: 16px;
  -moz-border-radius: 49.999%;
  border-radius: 49.999%;
}
.header_nav .header_text_content .search_box {
  display: inline-block;
  cursor: pointer;
}
.header_nav .header_text_content .search_box .icon-search_s,
.header_nav .header_text_content .search_box:hover .icon-search {
  display: none;
}
.header_nav .header_text_content .search_box:hover .icon-search_s {
  display: inline-block;
}
.header_nav .header_text_content .search_boxs:hover span,
.header_nav .header_text_content .yep_login .user_message ul li:hover div .title,
.search_nav .login_button {
  color: #0052ff;
}
.header_nav .header_text_content .search_box.hide {
  display: none;
}
.header_nav .header_text_content .search_boxs {
  display: inline-block;
  cursor: pointer;
}
.header_nav .header_text_content .search_boxs .icon-nav_s,
.header_nav .header_text_content .search_boxs:hover .icon-nav {
  display: none;
}
.header_nav .header_text_content .search_boxs:hover .icon-nav_s {
  display: inline-block;
}
.header_nav .header_text_content .search_boxs.hide {
  display: none;
}
.header_nav .header_text_content .yep_login {
  display: inline;
  position: relative;
  cursor: pointer;
  margin-left: 30px;
}
.header_nav .header_text_content .yep_login .icon-search_s {
  display: none;
}
.header_nav .header_text_content .yep_login .yep_login_user {
  display: inline-block;
}
.header_nav .header_text_content .yep_login .yep_login_user.hide {
  display: none;
}
.header_nav .header_text_content .yep_login img {
  display: inline;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.header_nav .header_text_content .yep_login .user_message {
  visibility: hidden;
  position: absolute;
  padding: 4px 0;
  top: 50px;
  right: 0;
  width: 224px;
  height: 444px;
  background-color: #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.06);
}
.header_nav .header_text_content .yep_login .user_message.show {
  visibility: visible;
  opacity: 1;
}
.header_nav .header_text_content .yep_login .user_message ul li:nth-child(8) div {
  border: none;
}
.header_nav .header_text_content .yep_login .user_message ul li {
  padding: 0 12px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.header_nav .header_text_content .yep_login .user_message ul li:hover {
  background-color: #f5f6f8;
}
.header_nav .header_text_content .yep_login .user_message ul li div {
  cursor: pointer;
  padding: 12px 0;
  border-bottom: 1px solid #eceef2;
  line-height: 20px;
}
.header_nav .header_text_content .yep_login .user_message ul li div .title {
  font-size: 14px;
  color: #303237;
  font-weight: 500;
}
.header_nav .header_text_content .yep_login .user_message ul li div .text {
  font-size: 12px;
  color: #93989e;
}
.header_nav .header_text_content .yep_login .user_message ul li div .user_num {
  position: absolute;
  left: 62px;
  top: 14px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #ff8116;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  font-size: 10px;
}
.header_nav .header_text_box_fixed_heigth {
  line-height: 100px !important;
}
.header_nav .header_text_box_fixed_top {
  margin-top: 35px !important;
}
.header_nav .header_text_box_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 99;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.header_nav.fixed {
  position: fixed;
  top: 0;
  border-bottom: 1px solid #eceef2;
}
.search_nav .get_code,
.search_nav .mobile {
  border: 1px solid #d9dde6;
}
.header_nav_empty {
  height: 50px;
  display: none;
}
.search_nav {
  display: none;
  position: fixed;
  top: 50px;
  height: 122px;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #f4f6f9;
  -webkit-box-shadow: 0 6px 60px 1px rgba(50, 63, 75, 0.2);
  -moz-box-shadow: 0 6px 60px 1px rgba(50, 63, 75, 0.2);
  box-shadow: 0 6px 60px 1px rgba(50, 63, 75, 0.2);
}
.search_nav .get_code {
  height: 40px;
  line-height: 40px;
}
.search_nav .get_code input {
  height: 32px;
}
.search_nav .get_code .btn-get-codes {
  position: absolute;
  top: 0;
  right: 10px;
}
.search_nav .login_button {
  border: 1px solid #0052ff;
}
.search_nav .app-down {
  display: none;
  color: #303237;
  font-size: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 25px;
}
.search_nav .app-down .app-down-img {
  display: inline-block;
  width: 80px;
  margin-right: 10px;
  height: 80px;
}
.search_nav .search-nav_box {
  margin: 0 auto;
  width: 1186px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.search_nav .pos-search-btn {
  width: 106px;
}
