@import "mixins/mixins";
@import "common/var";

.common_header_pc_1 {
  width: 100%;
}
.common_header_pc_1 .header-top {
  width: 100%;
  background-color: #fff;
  height: 24px;
  line-height: 24px;
}
.common_header_pc_1 .header-top-left {
  width: 100%;
}
.common_header_pc_1 .header-top-left .sp1 {
  font-size: 12px;
}
.common_header_pc_1 .header-top-left .sp2 {
  font-size: 12px;
  color: #586375;
  margin-left: 10px;
}
.common_header_pc_1 .header-top-left .sp2 i {
  font-style: normal;
  color: #1c427e;
}
.common_header_pc_1 .header-top-right {
  width: 100%;
  text-align: right;
}
.common_header_pc_1 .header-top-right ul li {
  display: inline-block;
  font-size: 12px;
  color: #586375;
}
.common_header_pc_1 .header-top-right ul li a {
  color: #586375;
}
.common_header_pc_1 .header-top-right .share {
  background: url(../images/header-share.png) left center no-repeat;
  padding-left: 24px;
}
.common_header_pc_1 .header-main {
  width: 100%;
  height: 220px;
  background: url(../images/header-bg.png) center no-repeat;
  background-size: auto 100%;
  background-color: #1c427e;
  position: relative;
}
.common_header_pc_1 .header-main-logo {
  width: 90%;
  margin-top: 52px;
}
.common_header_pc_1 .header-main-logo a {
  display: block;
  width: 100%;
}
.common_header_pc_1 .header-main-logo a img {
  width: 100%;
}
.common_header_pc_1 .header-main-logo .sp1 {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
.common_header_pc_1 .header-main-search span {
  display: block;
}
.common_header_pc_1 .header-main-search {
  text-align: right;
  margin-top: 50px;
}
.common_header_pc_1 .header-main-search .sp1 {
  color: #fff;
}
.common_header_pc_1 .header-main-search .sp2 {
  font-size: 0;
  margin-top: 6px;
  width: 100%;
}
.common_header_pc_1 .header-main-search .inpkuang {
  width: 80%;
  height: 40px;
  line-height: 40px;
  border-radius: 5px 0 0 5px;
  display: block;
  font-size: 14px;
  padding-left: 6px;
  float: left;
}
.common_header_pc_1 .header-main-search .subbtn {
  display: inline-block;
  width: 20%;
  height: 40px;
  line-height: 40px;
  background-color: #ff9600;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 14px;
}
.common_header_pc_1 .header-menu {
  background-color: #0271b6;
  bottom: 0;
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 50px;
}
.common_header_pc_1 .header-menu-body {
  line-height: 50px;
}
.common_header_pc_1 .header-menu-body ul {
  text-align: center;
}
.common_header_pc_1 .header-menu-body ul li {
  display: inline-block;
  margin: 0 6px;
}
.common_header_pc_1 .header-menu-body ul li a {
  display: inline-block;
  font-size: 16px;
  padding: 0 25px;
  color: #fff;
}
.common_header_pc_1 .header-menu-body ul li a:hover {
  background-color: #ff9600;
}
.common_header_pc_1 .header-menu-body .active a {
  background-color: #ff9600;
}
.common_header_pc_1 .afterlogin .sp1 {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 2px;
}
.common_header_pc_1 .afterlogin .sp1 img {
  width: 100%;
  height: 100%;
}
.common_header_pc_1 .afterlogin .sp2 {
  display: inline-block;
  height: 24px;
  line-height: 24px;
}
.common_header_pc_1 .afterlogin .sp3 {
  display: inline-block;
  height: 24px;
  line-height: 24px;
}
.common_header_pc_1 .afterlogin .sp3 a {
  color: #ff0000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .common_header_pc_1 .header-main {
    height: 200px;
  }
  .common_header_pc_1 .header-main-search {
    margin-top: 45px;
  }
  .common_header_pc_1 .header-menu-body ul li {
    margin: 0 4px;
  }
  .common_header_pc_1 .header-menu-body ul li a {
    padding: 0 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .common_header_pc_1 .header-main {
    height: 180px;
  }
  .common_header_pc_1 .header-main-search {
    margin-top: 40px;
  }
  .common_header_pc_1 .header-main-logo {
    margin-top: 42px;
  }
  .common_header_pc_1 .header-menu-body ul li a {
    font-size: 14px;
  }
  .common_header_pc_1 .header-menu-body ul li {
    margin: 0 4px;
  }
  .common_header_pc_1 .header-menu-body ul li a {
    padding: 0 6px;
  }
  .common_header_pc_1 .header-menu {
    height: 46px;
  }
  .common_header_pc_1 .header-menu-body {
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .common_header_pc_1 .header-main {
    height: auto;
    padding-bottom: 10px;
  }
  .common_header_pc_1 .header-main-logo {
    margin-top: 10px;
  }
  .common_header_pc_1 .header-main-search {
    margin-top: 10px;
  }
  .common_header_pc_1 .header-menu {
    background-color: transparent;
  }
  .common_header_pc_1 .header-main-search .sp2 {
    width: 80%;
  }
  .common_header_pc_1 .header-main-search .sp1 {
    text-align: left;
  }
  .common_header_pc_1 .header-menu-body ul li {
    margin: 0;
  }
  .common_header_pc_1 .header-menu-body {
    line-height: 42px;
  }
  .common_header_pc_1 .sp_nav {
    width: 32px;
    position: absolute;
    cursor: pointer;
    right: 16px;
    top: 8px;
    height: 24px;
    z-index: 999;
  }
  .common_header_pc_1 .sp_nav span {
    display: block;
    background: #fff;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    position: absolute;
    transition: all ease 0.35s;
  }
  .common_header_pc_1 .sp_nav span:nth-of-type(1) {
    top: 0px;
  }
  .common_header_pc_1 .sp_nav span:nth-of-type(2) {
    top: 10px;
  }
  .common_header_pc_1 .sp_nav span:nth-of-type(3) {
    top: 20px;
  }
  .common_header_pc_1 .sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg);
  }
  .common_header_pc_1 .sp_nav_se span:nth-of-type(2) {
    width: 0;
  }
  .common_header_pc_1 .sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg);
  }
  .common_header_pc_1 .sjj_nav {
    display: block;
    position: absolute;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7);
    top: -1000px;
    right: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
  }
  .common_header_pc_1 .nav_show {
    top: 50px;
    width: 100%;
    margin: 0;
  }
  .common_header_pc_1 .daohang .nav_show {
    top: 0px !important;
  }
  .common_header_pc_1 .sjj_nav ul li {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 14px;
    position: relative;
  }
  .common_header_pc_1 .sjj_nav ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-decoration: none;
  }
  .common_header_pc_1 .sjj_nav ul li a:hover {
    color: #ffffff;
  }
  .common_header_pc_1 .sjj_nav ul li a:active {
    color: #ffffff;
  }
}
