.container {
  width: 100%;
  max-width: 16rem;
  margin: 0 auto;
}

header {
  position: fixed;
  width: 100%;
  height: 2.1rem;
  background: url(../img/header_bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 999;
  pointer-events: none;
}
header .header_container {
  width: 100%;
  max-width: 17.2rem;
  margin: 0 auto;
  pointer-events: all;
}
header .header_container .logo {
  margin-top: 0.33rem;
}
header .header_container .logo a img {
  max-height: 1.06rem;
}
header .header_container .link_search_warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.32rem;
}
header .header_container .link_search_warp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header_container .link_search_warp ul li {
  margin-left: 0.23rem;
}
header .header_container .link_search_warp ul li a {
  color: #fff;
  font-size: 0.15rem;
}
header .header_container .link_search_warp ul li a.text-hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff);
}
header .header_container .link_search_warp ul li a.text-hover:hover {
  color: #fff;
}
header .header_container .link_search_warp .search-wrap1 {
  margin-left: 0.39rem;
}
header .header_container .header-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.nav {
  width: 100%;
  margin-top: 0.27rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav ul {
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav li {
  padding: 0 0.2rem;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav li:last-child {
  padding-right: 0;
}
.nav li:first-child {
  padding-left: 0;
}

.nav li a {
  font-weight: bold;
  font-size: 0.2rem;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.nav li .sub-nav {
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 50%;
  z-index: 99;
  -webkit-transform: scaleY(0) translateX(-50%);
          transform: scaleY(0) translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  min-width: 1.2rem;
}

.nav ul li:hover > a {
  padding-bottom: 0.14rem;
}

.nav ul li:hover .sub-nav {
  opacity: 1;
  visibility: inherit;
  -webkit-transform: scaleY(1) translateX(-50%);
          transform: scaleY(1) translateX(-50%);
}

.nav ul li .sub-nav .sub-nav-h {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 0 0 5px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav ul li .sub-nav .sub-nav-h a {
  font-size: 16px;
}
.nav ul li .sub-nav .sub-nav-h a:hover {
  background: #007a3f;
  color: white;
}

.nav ul li .sub-nav .sub-nav-double-h {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  left: -50%;
  width: 200%;
}
.nav ul li .sub-nav .sub-nav-double-h a {
  float: left;
  width: 50% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav ul li .sub-nav .sub-nav-h a {
  display: block;
  color: #333;
  padding: 0.1rem;
  white-space: nowrap;
  text-align: center;
}

header.on {
  -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header.on1 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer {
  padding-top: 0.45rem;
  padding-bottom: 0.35rem;
  background: url(../img/bg_footer.png) no-repeat;
  background-size: 100% 100%;
}
footer .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .left {
  width: 30%;
  font-size: 0.16rem;
  line-height: 0.35rem;
  color: white;
}
footer .left a {
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
footer .left a::before {
  content: "";
  background: url(../img/icon_bq_beian.png);
  background-size: 100% 100%;
  width: 0.18rem;
  height: 0.2rem;
  margin-right: 0.05rem;
  -ms-flex-item-align: center;
      align-self: center;
}
footer .middle {
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .right {
  width: 30%;
}
footer .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.7rem;
}
footer .right ul li img{
  width:.9rem;
  height:.9rem;
}
footer .right ul li:first-child {
  margin-left: 0;
}
footer .right ul li .title {
  font-size: 0.16rem;
  margin-top: 0.12rem;
  color: white;
}

.xm-bottom {
  margin-top: 0.28rem;
  width: 11.75rem;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

@media screen and (max-width: 1720px) {
  header .header_container {
    max-width: 96%;
  }
}
@media screen and (max-width: 1600px) {
  .container {
    max-width: 96%;
  }
}
@media screen and (max-width: 800px) {
  .xm-bottom {
    margin-top: 0.3rem;
  }
  footer {
    padding: 0.3rem 0;
  }
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .left,
  footer .middle {
    margin-bottom: 0.3rem;
  }
  footer .left,
  footer .middle,
  footer .right {
    width: 100%;
  }
  footer .right ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}/*# sourceMappingURL=common.css.map */