/* LESS Document */
.pw {
  width: 87%;
  min-width: 1200px;
  max-width: 1680px;
}
#header .mobile {
  display: none;
}
#header .pc {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 80px;
  overflow: hidden;
}
#header .pc .logo {
  padding-top: 26px;
}
#header .pc .logo a {
  width: 140px;
}
#header .pc .nav {
  width: 70%;
  padding-top: 28px;
}
#header .pc .nav li {
  padding: 0 3%;
  text-align: center;
  float: right;
  /*a.active::after{ //当前页标记
				  transform: scaleX(1);
				  font-weight:bold;	
				}*/
}
#header .pc .nav li a {
  font-weight: 100;
  position: relative;
  font-size: 17px;
}
#header .pc .nav li a.en {
  opacity: 0.4;
}
#header .pc .nav li:not(.lang) a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s ease;
}
#header .pc .nav li:not(.lang) a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
#footer .pc {
  width: 100%;
  background: url("../images/footer-bg.jpg") no-repeat;
  background-size: contain;
}
#footer .pc .footer-t {
  padding: 117px 0 90px;
  width: 415px;
}
#footer .pc .footer-m {
  padding-bottom: 100px;
}
#footer .pc .footer-m h3 {
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 28px;
}
#footer .pc .footer-m h3 span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #bfbfbf;
}
#footer .pc .footer-m ul li {
  color: #888;
  padding-bottom: 28px;
}
#footer .pc .footer-m ul li a {
  color: #888;
}
#footer .pc .footer-m ul li a:hover {
  text-decoration: underline;
}
#footer .pc .footer-m .l {
  width: 40%;
}
#footer .pc .footer-m .r {
  width: 55%;
}
#footer .pc .footer-m .r ul {
  float: left;
  width: 14%;
  padding-left: 18%;
}
#footer .pc .footer-m .r ul.link li {
  padding-bottom: 12px;
}
#footer .pc .footer-m .r ul.link a {
  display: flex;
  align-items: center;
  height: 25px;
  padding-left: 30px;
  font-size: 14px;
}
#footer .pc .footer-m .r ul.link a.ytb {
  background: url("../images/footer-ytb.png") no-repeat left center;
  background-size: contain;
}
#footer .pc .footer-m .r ul.link a.dy {
  background: url("../images/footer-dy.png") no-repeat left center;
  background-size: contain;
}
#footer .pc .footer-m .r ul.link a.ins {
  background: url("../images/footer-ins.png") no-repeat left center;
  background-size: contain;
}
#footer .pc .footer-m .r ul.link a.fb {
  background: url("../images/footer-fb.png") no-repeat left center;
  background-size: contain;
}
#footer .pc .footer-m .r ul.link a.red {
  background: url("../images/footer-red.png") no-repeat left center;
  background-size: contain;
}
#footer .pc .footer-m .r ul.link a.lk {
  background: url("../images/footer-lk.png") no-repeat left center;
  background-size: contain;
}
#footer .pc .footer-b {
  border-top: 1px solid #d3d3d3;
  position: relative;
}
#footer .pc .footer-b p {
  text-align: center;
  color: #888;
  padding: 22px 0 50px;
}
#footer .pc .footer-b p a {
  padding-left: 10px;
  color: #888;
}
#footer .pc .footer-b .lang-change {
  position: absolute;
  left: 0;
  top: 22px;
}
#footer .pc .footer-b .lang-change span {
  color: #888;
  display: flex;
  align-items: center;
  width: 50px;
  height: 20px;
  background: url("../images/footer-allow-down.png") no-repeat right center;
  background-size: 12px;
  cursor: pointer;
}
#footer .pc .footer-b .lang-change span.click {
  background: url("../images/footer-allow-up.png") no-repeat right center;
  background-size: 12px;
}
#footer .pc .footer-b .lang-change a {
  color: #ccc;
  display: none;
}
.goTop > img {
  width: 50px;
  height: 50px;
  cursor: pointer;
  transform: rotate(-90deg);
}
.goTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.counter-section {
  display: inline-block;
  /* 关键：让 min-width 生效 */
}
.counter {
  /* 使用等宽数字防止字符晃动 */
  font-variant-numeric: tabular-nums;
  -webkit-font-feature-settings: "tnum";
  -moz-font-feature-settings: "tnum";
}
/********************************************************手机端********************************************************/
@media (max-width: 768px) {
  .pw {
    width: 92%;
    min-width: auto;
    max-width: auto;
  }
  #header .pc {
    display: none;
  }
  #header .mobile {
    display: block;
    position: relative;
  }
  #header .mobile .inner-header {
    background-color: #000000;
    width: 92%;
    padding: 5px 4% 0;
    height: 50px;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
  }
  #header .mobile .inner-header .logo {
    padding-top: 13px;
  }
  #header .mobile .inner-header .logo img {
    width: 90px;
  }
  #header .mobile .inner-header .inner-header-icon {
    color: #ffffff;
    height: 45px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  #header .mobile .inner-header .inner-header-icon span {
    position: absolute;
    right: 0;
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 2px;
    background-color: #ffffff;
  }
  #header .mobile .inner-header .inner-header-icon span:nth-child(1) {
    transform: translateY(7px) rotate(0deg);
  }
  #header .mobile .inner-header .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  #header .mobile .inner-header .inner-header-icon span:nth-child(3) {
    transform: translateY(-7px) rotate(0deg);
  }
  #header .mobile .inner-header .inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
  }
  #header .mobile .inner-header .inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
  }
  #header .mobile .inner-header .inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
  }
  #header .mobile .inner-header .inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
  }
  #header .mobile .inner-header .inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
  }
  #header .mobile .inner-header .inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
  }
  #header .mobile .inner-nav {
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 53px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 150px;
    display: none;
  }
  #header .mobile .inner-nav a {
    display: block;
    padding: 20px 5px;
    margin: 0 4%;
    border-bottom: 1px solid #333;
    text-align: left;
    line-height: 25px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "微软雅黑";
  }
  #header .mobile .inner-nav a.active {
    color: #ffffff;
  }
  #header .mobile .inner-nav p {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
  }
  #header .mobile .inner-nav p a {
    color: #9fa0a0;
    font-size: 12px;
    text-align: center;
    margin: 0;
    line-height: 23px;
    font-weight: normal;
  }
  #footer .pc {
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
  }
  #footer .pc .footer-t {
    width: 100%;
    padding: 50px 0 40px;
  }
  #footer .pc .footer-t img {
    width: 65%;
  }
  #footer .pc .footer-m {
    padding-bottom: 30px;
  }
  #footer .pc .footer-m .l,
  #footer .pc .footer-m .r {
    float: none;
    width: 100%;
  }
  #footer .pc .footer-m h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #footer .pc .footer-m ul li {
    padding-bottom: 10px;
    font-size: 14px;
  }
  #footer .pc .footer-m ul li.en-Regular {
    font-size: 16px;
  }
  #footer .pc .footer-m .r {
    padding-top: 30px;
  }
  #footer .pc .footer-m .r ul {
    width: 33%;
    padding-left: 0;
  }
  #footer .pc .footer-b p {
    font-size: 12px;
    padding: 12px 0 30px;
  }
  #footer .pc .footer-b p a {
    padding-left: 0px;
    display: block;
  }
  #footer .pc .footer-b .lang-change {
    position: static;
    padding-top: 15px;
  }
  #footer .pc .footer-b .lang-change span {
    margin: 0 auto;
  }
  #footer .pc .footer-b .lang-change a.show {
    text-align: center;
    padding-top: 10px;
  }
  .goTop > img {
    width: 40px;
    height: 40px;
  }
  .goTop {
    right: 20px;
    bottom: 50px;
  }
}
