@charset "utf-8";
/* CSS Document */
/*手机端*/
.Hmenu-btn {
  width: 26px;
  height: 72px;
  padding: 44px 0 0;
  cursor: pointer;
}
.Hmenu-btn a {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #666666;
  position: relative;
}
.Hmenu-btn a:before, .Hmenu-btn a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #666666;
  position: absolute;
  left: 0px;
}
.Hmenu-btn a:before {
  top: -8px;
}
.Hmenu-btn a:after {
  bottom: -8px;
}
.Hmenu-btn.cur a {
  -moz-animation: buttonAnimation 0.3s ease forwards;
  -webkit-animation: buttonAnimation 0.3s ease forwards;
  animation: buttonAnimation 0.3s ease forwards;
}
.Hmenu-btn.cur a:before {
  -moz-animation: buttonAnimationBefore 0.3s ease forwards;
  -webkit-animation: buttonAnimationBefore 0.3s ease forwards;
  animation: buttonAnimationBefore 0.3s ease forwards;
}
.Hmenu-btn.cur a:after {
  -moz-animation: buttonAnimationAfter 0.3s ease forwards;
  -webkit-animation: buttonAnimationAfter 0.3s ease forwards;
  animation: buttonAnimationAfter 0.3s ease forwards;
}
@-moz-keyframes buttonAnimationBefore {
  0% {
    -moz-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  50% {
    -moz-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  100% {
    -moz-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
}
@-webkit-keyframes buttonAnimationBefore {
  0% {
    -webkit-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
}
@keyframes buttonAnimationBefore {
  0% {
    -moz-transform: translateY(0px) rotate(0);
    -ms-transform: translateY(0px) rotate(0);
    -webkit-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  50% {
    -moz-transform: translateY(8px) rotate(0);
    -ms-transform: translateY(8px) rotate(0);
    -webkit-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  100% {
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
}
@-moz-keyframes buttonAnimationAfter {
  0% {
    -moz-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -moz-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}
@-webkit-keyframes buttonAnimationAfter {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes buttonAnimationAfter {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(-8px) rotate(0);
    -ms-transform: translateY(-8px) rotate(0);
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}
@-moz-keyframes buttonAnimation {
  0% {
    background: #aaaaaa;
  }
  50% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes buttonAnimation {
  0% {
    background: #aaaaaa;
  }
  50% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}
@keyframes buttonAnimation {
  0% {
    background: #aaaaaa;
  }
  50% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}
.Hmenu-btn-web.Hmenu-btn {
  display: none;
  padding: 24px 0 0;
  height: 50px;
  float: right;
}
@charset "utf-8";
/* CSS Document */
@media all and (max-width:1700px) { /*1680 * 1050*/
}
@media all and (max-width:1460px) { /*1440 * 900*/
}
@media all and (max-width:1400px) {}
@media all and (max-width:1380px) { /*1366*/
  .header-container {
    padding: 0 .4rem 0 .4rem;
  }
}
@media all and (max-width:1300px) { /*1280 * 800*/
}
@media all and (max-width:1280px) {}
@media all and (max-width:1260px) { /*1260*/
}
@media all and (max-width:1200px) { /*1200*/
}
@media all and (max-width:1100px) { /*1024 * 768 */
  .Hnav .Hname {
    font-size: 14px;
  }
  .Hnav > li {
    margin: 0 0 0 .3rem;
  }
  .auCHistManSwiper-prev {
    left: 0px;
  }
  .auCHistManSwiper-next {
    right: 0px;
  }
  .auCHist-min {
    width: 100%;
    padding: 0 4%;
  }
}
@media all and (max-width:980px) { /*web*/
  img {
    max-width: 100%;
  }
  /*-- Header --*/
  .header-container {
    padding: 0 4%;
  }
  .Header-wrapper .Header-cl, .header-container, .Hlogo, .Hlang, .Hsrch-menu {
    height: 50px;
  }
  .Hlogo, .Hlang {
    line-height: 50px;
  }
  .Hlogo img {
    height: 38px;
  }
  .Hsrch {
    position: static;
  }
  .Hsrch-box {
    width: 100%;
    top: 50px;
    border-top: 1px solid #ccc;
  }
  .Hmenu-btn-hr.Hmenu-btn, .Header-right {
    display: none !important;
  }
  .Hmenu-btn-web.Hmenu-btn {
    display: block;
  }
  .Hnav {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0px;
    margin: 0px;
    float: none;
    overflow-y: auto;
    display: none; z-index:12;
  }
  .Hnav > li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0px;
  }
  .Hnav .Hname {
    padding: 0 4%;
    line-height: 45px;
    text-align: left;
  }
  @media all and (min-width:980px) {
    .Hn2nd-wrap {
      display: none;
    }
  }
  .Hn2nd-wrap {
    padding: 0px;
    border: 0px;
    position: relative;
    top: 0px;
    animation: none !important;
    -webkit-animation: none !important;
  }
  .Hn2nd-nav dl dt, .Hn2nd-nav dl dd a {
    width: 100%;
    padding: 0 6%;
    line-height: 45px;
    border-bottom: 0px;
    border-top: 1px solid #ccc;
    margin: 0px;
  }
  .Hn2nd-nav, .Hn2nd-nav2 ul li {
    width: 100% !important;
    float: none;
    margin: 0px;
  }
  .Hn2nd-nav dl dt {
    padding: 0 10%;
    background-position: 8% center;
  }
  .Hn2nd-nav dl dd a {
    padding: 0 12%;
    background-position: 10% center;
  }
  /*-- Footer --*/
}
@media all and (max-width:768px) {
  /*-- Footer --*/
}
@media all and (max-width:640px) {}
@media all and (max-width:580px) {}
@media all and (max-width:414px) {}
@media all and (max-width:375px) {}