body {
  font-size: 12px;
  font-family: 微软雅黑;
}
header {
  width: 100%;
  height: 100px;
  background: #fff;
  box-shadow: -1px 0px 8px #999;
}
header .box {
  width: 1118px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
header .box .logo {
  width: 259px;
  height: 52px;
  position: absolute;
  left: 5px;
  top: 30px;
}
header .box .logo img {
  height: 100%;
}
header .box nav {
  height: 70px;
  line-height: 70px;
  padding-right: 70px;
  padding-top: 30px;
  text-align: right;
  box-sizing: content-box;
  text-transform: uppercase;
}
header .box nav a:link,
header .box nav a:visited {
  width: auto;
  height: 70px;
  display: inline-block;
  margin-left: 36px;
  font-size: 12px;
  color: #3a3a3a;
  text-decoration: none;
}
header .box nav a:hover {
  color: #ff9644;
}
header .box nav a.active {
  color: #ff9644;
}
header .box nav.about a {
  font-size: 14px;
}
header .box .language {
  width: 110px;
  height: 70px;
  position: absolute;
  right: -110px;
  bottom: 0;
  font-size: 12px;
  text-indent: 20px;
}
header .box .language a {
  color: #3a3a3a;
  text-decoration: none;
  text-align: center;
  text-indent: 0;
  padding: 0 5px;
  position: relative;
  top: 52/2px;
}
header .box .language a:first-child {
  display: inline-block;
  height: 18px;
  background: #d1d1d1;
  border-bottom-left-radius: 9px;
  border-top-left-radius: 9px;
}
header .box .language a:last-child {
  display: inline-block;
  height: 18px;
  background: #ff9644;
  border-bottom-right-radius: 9px;
  border-top-right-radius: 9px;
  color: #fff;
}
header .box .btn-phone-menu {
  display: none;
}
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
.mask.show {
  display: block;
}
footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #ff9644;
}
footer .box {
  width: 1118px;
  height: 250px;
  overflow: hidden;
  margin: 0 auto;
  padding: 76px 0 110px 0;
  position: relative;
}
footer .box .logo-box {
  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 a {
  width: 36px;
  height: 36px;
  display: block;
  text-decoration: none;
}
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");
  position: relative;
}
footer .box .logo-box .icon-wx .code {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  top: -164px;
  display: none;
  background: #fff;
  z-index: 999;
}
footer .box .logo-box .icon-wx .code:after {
  display: block;
  content: '';
  clear: both;
}
footer .box .logo-box .icon-wx .code .text {
  width: 100%;
  height: 30px;
  line-height: 20px;
  text-align: center;
  color: #3a3a3a;
  font-size: 14px;
}
footer .box .logo-box .icon-wx .code img {
  width: 100%;
  float: left;
}
footer .box .logo-box .icon-wx:hover .code {
  display: block;
}
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");
  position: relative;
}
footer .box .logo-box .icon-qq .email {
  width: 170px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  left: -67px;
  bottom: 50px;
  z-index: 999;
  display: none;
  background: #fff;
  box-shadow: 1px 1px 6px #333;
}
footer .box .logo-box .icon-qq .email a {
  width: 100%;
  height: 40px;
  text-align: center;
  text-decoration: none;
  color: #333;
  position: relative;
}
footer .box .logo-box .icon-qq .email a:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
}
footer .box .logo-box .icon-qq .email:after {
  display: block;
  content: '';
  clear: both;
}
footer .box .logo-box .icon-qq:hover .email {
  display: block;
}
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");
  position: relative;
}
footer .box .logo-box .icon-phone .tel {
  width: 170px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  left: -67px;
  bottom: 45px;
  z-index: 999;
  display: none;
  background: #fff;
  box-shadow: 1px 1px 6px #333;
}
footer .box .logo-box .icon-phone .tel a:link,
footer .box .logo-box .icon-phone .tel a:visited,
footer .box .logo-box .icon-phone .tel a:hover {
  width: 100%;
  height: 40px;
  text-align: center;
  text-decoration: none;
  color: #333;
  position: relative;
}
footer .box .logo-box .icon-phone .tel a:link:after,
footer .box .logo-box .icon-phone .tel a:visited:after,
footer .box .logo-box .icon-phone .tel a:hover:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
}
footer .box .logo-box .icon-phone .tel:after {
  display: block;
  content: '';
  clear: both;
}
footer .box .logo-box .icon-phone:hover .tel {
  display: block;
}
footer .box .text-box {
  width: 610px;
  height: 270px;
  position: absolute;
  top: 76px;
  left: 276px;
  z-index: 999;
}
footer .box .text-box .user-guide-box {
  width: 226px;
  height: 222px;
  float: left;
}
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: 92px;
  height: auto;
  font-size: 14px;
  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: 384px;
  height: 222px;
  float: left;
}
footer .box .text-box .contact-box .title {
  width: 226px;
  height: 24px;
  color: #fff;
  font-size: 18px;
}
footer .box .text-box .contact-box .text {
  color: #fff;
  font-size: 11px;
  line-height: 1.7;
  opacity: 0.6;
  margin-top: 18px;
}
footer .box .text-box .contact-box .text p {
  margin: 0;
  padding: 0;
}
footer .box .text-box .copy-right {
  width: 610px;
  height: 25px;
  line-height: 25px;
  border-top: 1px solid #fff;
  color: #fff;
  opacity: 0.6;
  font-size: 14px;
  float: left;
  text-transform: uppercase;
}
footer .box .qr-code {
  width: 200px;
  height: 230px;
  position: absolute;
  right: 0;
  top: 105px;
  z-index: 999;
  text-align: center;
}
footer .box .qr-code .img {
  width: 200px;
  height: 200px;
  background: #fff url("../img/qr-code.jpg") center no-repeat;
}
footer .box .qr-code .text {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}
.container {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.container .banner-outer-box {
  width: 100%;
  margin: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.container .banner {
  width: 83.28125%;
  height: auto;
}
.container .banner .swiper-slide .img {
  width: 100%;
  height: auto;
}
.container .banner .swiper-slide .img.pc {
  display: block;
}
.container .banner .swiper-slide .img.mobile {
  display: none;
}
.container .banner .swiper-button-prev,
.container .banner .swiper-button-next {
  width: 60px;
  height: 60px;
  background-image: none;
}
.container .banner .swiper-button-prev:hover,
.container .banner .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.container .banner .swiper-button-prev i,
.container .banner .swiper-button-next i {
  font-size: 50px;
  color: #000;
  opacity: 0.5;
}
.container .banner .swiper-button-prev {
  left: 50px;
}
.container .banner .swiper-button-next {
  right: 50px;
}
.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: 20px;
  height: 20px;
  border-radius: 0;
  opacity: 0.32;
}
.container .banner .swiper-pagination-bullet-active {
  background: #ff9644;
  opacity: 1;
}
.container .right-qr-code {
  width: 16.71875%;
}
.container .right-qr-code img {
  width: 100%;
  max-width: 100%;
}
.container .style-3d {
  display: none;
}
/*# sourceMappingURL=common.css.map */