header {
  width: 100%;
  height: 50px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  box-shadow: -1px 0px 8px #999;
}
header .box {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  position: relative;
}
header .box .logo {
  width: 159px;
  height: 32px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -16px;
}
header .box .logo img {
  height: 100%;
}
header .box nav {
  width: 2.5rem;
  height: 100%;
  line-height: 0.7rem;
  padding: 0;
  position: fixed;
  top: 50px;
  right: -2.5rem;
  z-index: 999;
  background: #fff;
  text-align: center;
  box-sizing: content-box;
  border-top: 1px solid #ddd;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
}
header .box nav.show {
  right: 0;
}
header .box nav a:link,
header .box nav a:visited {
  width: 100%;
  height: 0.7rem;
  display: block;
  font-size: 12px;
  color: #3a3a3a;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
header .box nav a:hover {
  color: #ff9644;
}
header .box nav a.active {
  color: #ff9644;
}
header .box .language {
  width: 2.5rem;
  height: 0.8rem;
  line-height: unset;
  position: absolute;
  right: -2.5rem;
  bottom: -6.6rem;
  font-size: 0.2rem;
  text-indent: 0;
  z-index: 999999;
  text-align: center;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
}
header .box .language.show {
  right: 0;
}
header .box .language a {
  color: #3a3a3a;
  text-decoration: none;
  text-align: center;
  text-indent: 0;
  padding: 0 7px;
  position: relative;
  top: 0.2rem;
  margin: 0;
}
header .box .language a:first-child {
  display: inline-block;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #d1d1d1;
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
header .box .language a:last-child {
  display: inline-block;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #ff9644;
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  color: #fff;
}
header .box .btn-phone-menu {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 0;
}
header .box .btn-phone-menu i {
  font-size: 30px;
  color: #ff9644;
}
footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #ff9644;
}
footer .box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0 20px 0;
  position: relative;
}
footer .box .logo-box {
  display: none;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 76px;
  z-index: 999;
  background: url("../img/footer-logo.png") no-repeat top;
}
footer .box .logo-box .icon-wx {
  width: 36px;
  height: 36px;
  float: left;
  margin-top: 158px;
  margin-left: 8px;
  background-image: url("../img/icon-wx.jpg");
}
footer .box .logo-box .icon-qq {
  width: 36px;
  height: 36px;
  float: left;
  margin-top: 158px;
  margin-left: 25px;
  background-image: url("../img/icon-qq.jpg");
}
footer .box .logo-box .icon-phone {
  width: 36px;
  height: 36px;
  float: left;
  margin-top: 158px;
  margin-left: 25px;
  background-image: url("../img/icon-phone.jpg");
}
footer .box .text-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: static;
  top: unset;
  left: unset;
  z-index: 999;
}
footer .box .text-box .user-guide-box {
  display: none;
  width: 100%;
  height: auto;
  float: none;
}
footer .box .text-box .user-guide-box .title {
  width: 226px;
  height: 24px;
  color: #fff;
  font-size: 18px;
}
footer .box .text-box .user-guide-box nav {
  width: 100%;
  height: 222px;
}
footer .box .text-box .user-guide-box nav a:link,
footer .box .text-box .user-guide-box nav a:visited {
  display: block;
  width: 86px;
  height: auto;
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  float: left;
  margin-right: 20px;
  margin-top: 22px;
  text-decoration: none;
}
footer .box .text-box .user-guide-box nav a:hover {
  display: block;
  width: 86px;
  height: auto;
  font-size: 16px;
  color: #fff;
  opacity: 1;
  float: left;
  margin-right: 20px;
  margin-top: 22px;
  text-decoration: none;
}
footer .box .text-box .contact-box {
  width: 100%;
  height: auto;
  float: none;
}
footer .box .text-box .contact-box .title {
  width: 100%;
  height: 0.48rem;
  color: #fff;
  font-size: 0.36rem;
  text-align: center;
}
footer .box .text-box .contact-box .text {
  color: #fff;
  font-size: 0.24rem;
  line-height: 1.7;
  opacity: 0.6;
  margin-top: 0.36rem;
  padding: 0 0.28rem;
  box-sizing: border-box;
}
footer .box .text-box .contact-box .text p {
  margin: 0;
  padding: 0;
}
footer .box .text-box .copy-right {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 0.5rem;
  border-top: 1px solid #fff;
  margin-top: 0.4rem;
  padding: 0 0.4rem;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  opacity: 0.6;
  font-size: 0.28rem;
  float: none;
  text-transform: uppercase;
}
footer .box .qr-code {
  width: 100%;
  height: 100%;
  position: static;
  right: unset;
  top: unset;
  z-index: 999;
  text-align: center;
  display: none;
}
footer .box .qr-code .img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: #fff url(../img/qr-code.jpg) center no-repeat;
  background-size: 100%;
  border: 5px solid #fff;
}
footer .box .qr-code .text {
  color: #fff;
  font-size: 0.32rem;
  margin-top: 0.2rem;
}
.container {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.container .banner {
  width: 100%;
  height: auto;
}
.container .banner .swiper-slide .img {
  width: 100%;
  height: auto;
}
.container .banner .swiper-slide .img.pc {
  display: none;
}
.container .banner .swiper-slide .img.mobile {
  display: block;
}
.container .banner .swiper-button-prev,
.container .banner .swiper-button-next {
  width: 30px;
  height: 30px;
  background-image: none;
}
.container .banner .swiper-button-prev i,
.container .banner .swiper-button-next i {
  font-size: 30px;
  color: #000;
  opacity: 0.5;
}
.container .banner .swiper-button-prev {
  left: 5%;
}
.container .banner .swiper-button-next {
  right: 5%;
}
.container .banner .swiper-button-next.swiper-button-disabled,
.container .banner .swiper-button-prev.swiper-button-disabled {
  color: #000;
  opacity: 0.2;
}
.container .banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 0;
  opacity: 0.32;
}
.container .banner .swiper-pagination-bullet-active {
  background: #ff9644;
  opacity: 1;
}
.container .right-qr-code {
  display: none;
}
.container .style-3d {
  display: block;
  padding: 10px 0;
}
.container .style-3d img {
  width: 100%;
}
/*# sourceMappingURL=common-414.css.map */