header {
  width: 100%;
}

header .h-a {
  width: 100%;
  height: 1.2rem;
  background-color: #0054a3;
}

header .h-a .h-container {
  width: 14rem;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .h-a .h-container .h-logo {
  height: 0.8rem;
}

header .h-a .h-container .h-logo img {
  height: 100%;
}

header .h-a .h-container .h-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .h-a .h-container .h-right .h-search {
  width: 16px;
  height: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .h-a .h-container .h-right .h-search img {
  width: 100%;
  height: 100%;
}

header .h-a .h-container .h-right .h-user {
  position: relative;
  padding-left: 0.3rem;
  margin-left: 0.3rem;
  cursor: pointer;
  display: block;
}

header .h-a .h-container .h-right .h-user img {
  width: 20px;
  height: 18px;
}

header .h-a .h-container .h-right .h-user:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

header .h-a .h-container .h-right .select-w {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  background: none;
  position: relative;
  /* padding-right: 30px; */
  padding-right: .3rem;
  padding-left: .3rem;
  white-space: nowrap;
  position: relative;
  margin-left: 0.3rem;
}

header .h-a .h-container .h-right .select-w .cur {
  width: 100%;
  display: inline-block;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

header .h-a .h-container .h-right .select-w select {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

header .h-a .h-container .h-right .select-w:after {
  display: inline-block;
  content: "";
  border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1;
}

header .h-a .h-container .h-right .select-w:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

header .h-b {
  width: 100%;
  height: .6rem;
  background-color: #004a90;
}

header .h-b .h-container {
  width: 16rem;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .h-b .h-container .h-container-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

header .h-b .h-container .h-container-ul .h-container-li {
  position: relative;
  width: calc(100% / 6);
  height: 100%;
}

header .h-b .h-container .h-container-ul .h-container-li .title {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: .6rem;
  font-family: Arial;
  color: #ffffff;
  cursor: pointer;
}

header .h-b .h-container .h-container-ul .h-container-li .title:hover {
  background-color: #fff;
  color: #004a90;
  cursor: pointer;
}

header .h-b .h-container .h-container-ul .h-container-li .title.active {
  background-color: #fff;
  color: #004a90;
  cursor: pointer;
}

header .h-b .h-container .h-container-ul .h-container-li .h-menu-ul {
  width: 100%;
  display: block;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background-color: #0054a3;
  display: none;
}

header .h-b .h-container .h-container-ul .h-container-li .h-menu-ul .h-menu-li {
  line-height: 40px;
  width: 100%;
  cursor: pointer;
}

header .h-b .h-container .h-container-ul .h-container-li .h-menu-ul .h-menu-li a {
  width: 100%;
  line-height: 40px;
  display: block;
  text-align: center;
  color: #fff;
}

header .h-b .h-container .h-container-ul .h-container-li .h-menu-ul .h-menu-li:hover {
  background-color: #004a90;
}

header .h-b .h-container .h-container-ul .h-container-li .h-menu-ul .h-menu-li:hover a {
  color: #fff;
}

header .h-b .h-container .h-container-menu {
  display: none;
}

header .h-b .h-opa {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}

header .h-search-input {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  z-index: 101;
  background-color: #0054a3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

header .h-search-input .h-search-close {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

header .h-search-input .h-search-close img {
  width: 25px;
  height: 25px;
}

header .h-search-input .h-search-ipt {
  width: 10rem;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #fff;
}

header .h-search-input .h-search-ipt input {
  width: 9.5rem;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  font-size: calc(12px - .12rem + .22rem);
  color: #fff;
}

header .h-search-input .h-search-ipt input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  font-size: calc(12px - .12rem + .22rem);
  font-family: FuturaLT-Book;
}

header .h-search-input .h-search-ipt input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  font-size: calc(12px - .12rem + .22rem);
  font-family: FuturaLT-Book;
}

header .h-search-input .h-search-ipt input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  font-size: calc(12px - .12rem + .22rem);
  font-family: FuturaLT-Book;
}

header .h-search-input .h-search-ipt .h-search-img {
  width: .5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

header .h-search-input .h-search-ipt .h-search-img img {
  width: 25px;
  height: 25px;
}

header .h-search-input .h-search-ipt .h-search-img input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  cursor: pointer;
}

header .h-search-input.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  header .h-search-input {
    padding: 0 10px;
  }
  header .h-search-input .h-search-ipt {
    width: 100%;
  }
  header .h-search-input .h-search-ipt input {
    width: 90%;
  }
  header .h-search-input .h-search-ipt .h-search-img {
    width: 10%;
  }
}

@media (max-width: 900px) {
  header .h-a .h-container {
    width: 100%;
    padding: 0 10px;
  }
  header .h-b {
    height: 40px;
  }
  header .h-b .h-container {
    width: 100%;
    padding: 0 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .h-b .h-container .h-container-ul {
    width: 260px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: #fff;
    overflow: auto;
    z-index: 1000;
    padding-top: 10px;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    line-height: 0.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
  }
  header .h-b .h-container .h-container-ul .h-container-li {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-left: 0;
    height: auto;
  }
  header .h-b .h-container .h-container-ul .h-container-li .title {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    width: 4rem;
    text-align: left;
    font-weight: bold;
    color: #004a90;
  }
  header .h-b .h-container .h-container-ul .h-container-li .h-menu-ul {
    display: none;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    background: none;
  }
  header .h-b .h-container .h-container-ul .h-container-li .h-menu-ul .h-menu-li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
  }
  header .h-b .h-container .h-container-ul .h-container-li .h-menu-ul .h-menu-li a {
    color: #004a90;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    padding-left: 40px;
    text-align: left;
  }
  header .h-b .h-container .h-container-ul .h-container-li .h-menu-ul .h-menu-li:hover {
    background-color: #004a90;
  }
  header .h-b .h-container .h-container-ul .h-container-li .h-menu-ul .h-menu-li:hover a {
    color: #fff;
    font-weight: bold;
  }
  header .h-b .h-container .h-container-ul .h-container-li.h-nav:after {
    content: '+';
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #333;
  }
  header .h-b .h-container .h-container-ul .h-container-li.h-nav.show:after {
    content: '-';
  }
  header .h-b .h-container .h-container-menu {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    background-image: url(/themes/pc_cn/public/assets/images/4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
  }
  header.show .h-b .h-container .h-container-ul {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  header.show .h-b .h-container .h-container-menu {
    display: none;
  }
  header.show .h-b .h-opa {
    display: block;
  }
}

@media (max-width: 400px) {
  header .h-a .h-container .h-logo {
    /* width: 3.1rem; */
    /* height: auto; */
  }
  header .h-a .h-container .h-logo img {
    /* width: 100%; */
    /* height: auto; */
  }
}
/*# sourceMappingURL=header.css.map */