header {
  width: 100%;
  height: 1.2rem;
  background: #fff;
  box-shadow: -1px 0px 8px #999;
}
header .box {
  width: 100%;
  height: 1.2rem;
  margin: 0 auto;
  position: relative;
}
header .box .logo {
  width: 3rem;
  height: 0.6rem;
  position: absolute;
  left: 0.05rem;
  top: 0.3rem;
}
header .box .logo img {
  height: auto;
  width: 100%;
}
header .box nav {
  height: 0.7rem;
  line-height: 0.7rem;
  padding-right: 2rem;
  padding-top: 0.3rem;
  text-align: right;
  box-sizing: content-box;
}
header .box nav a:link,
header .box nav a:visited {
  width: auto;
  height: 0.7rem;
  display: inline-block;
  margin-left: 0.26rem;
  font-size: 0.2rem;
  color: #3a3a3a;
  text-decoration: none;
}
header .box nav a:hover {
  color: #ff9644;
}
header .box nav a.active {
  color: #ff9644;
}
header .box .language {
  width: 1.8rem;
  height: 0.7rem;
  position: absolute;
  right: 0;
  bottom: 0.45rem;
  font-size: 0.2rem;
  text-indent: 0.2rem;
}
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;
}
footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #ff9644;
}
footer .box {
  width: 100%;
  height: 3rem;
  overflow: hidden;
  margin: 0 auto;
  padding: 0.912rem 0.28rem 1.32rem 0.28rem;
  position: relative;
}
footer .box .logo-box {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  left: 0.28rem;
  top: 0.912rem;
  z-index: 999;
  background: url("../img/footer-logo.png") no-repeat top;
  background-size: 100% auto;
}
footer .box .logo-box .icon-wx {
  width: 0.432rem;
  height: 0.432rem;
  float: left;
  margin-top: 1.896rem;
  margin-left: 0.096rem;
  background-image: url("../img/icon-wx.jpg");
  background-size: 100% auto;
  position: relative;
}
footer .box .logo-box .icon-wx .code {
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: -1.54rem;
  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: 0.3rem;
  line-height: 0.2rem;
  text-align: center;
  color: #3a3a3a;
  font-size: 0.22rem;
}
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: 0.432rem;
  height: 0.432rem;
  float: left;
  margin-top: 1.896rem;
  margin-left: 0.3rem;
  background-image: url("../img/icon-qq.jpg");
  background-size: 100% auto;
  position: relative;
}
footer .box .logo-box .icon-qq .email {
  width: 2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  position: absolute;
  text-align: center;
  border-radius: 0.06rem;
  font-size: 0.2rem;
  left: -0.67rem;
  bottom: 0.5rem;
  z-index: 999;
  display: none;
  background: #fff;
  box-shadow: 1px 1px 6px #333;
}
footer .box .logo-box .icon-qq .email a {
  width: 100%;
  height: 0.4rem;
  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: 0.432rem;
  height: 0.432rem;
  float: left;
  margin-top: 1.896rem;
  margin-left: 0.3rem;
  background-image: url("../img/icon-phone.jpg");
  background-size: 100% auto;
  position: relative;
}
footer .box .logo-box .icon-phone .tel {
  width: 2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  position: absolute;
  text-align: center;
  border-radius: 0.06rem;
  font-size: 0.2rem;
  left: -0.67rem;
  bottom: 0.5rem;
  z-index: 999;
  display: none;
  background: #fff;
  box-shadow: 1px 1px 6px #333;
}
footer .box .logo-box .icon-phone .tel a {
  width: 100%;
  height: 0.4rem;
  text-align: center;
  text-decoration: none;
  color: #333;
  position: relative;
}
footer .box .logo-box .icon-phone .tel 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-phone .tel:after {
  display: block;
  content: '';
  clear: both;
}
footer .box .logo-box .icon-phone:hover .tel {
  display: block;
}
footer .box .text-box {
  width: calc(100% - 3.46rem);
  height: 3.24rem;
  position: absolute;
  top: 0.912rem;
  left: 3.312rem;
  z-index: 999;
}
footer .box .text-box .user-guide-box {
  width: 2.712rem;
  height: 2.664rem;
  float: left;
}
footer .box .text-box .user-guide-box .title {
  width: 2.712rem;
  height: 0.288rem;
  color: #fff;
  font-size: 0.216rem;
}
footer .box .text-box .user-guide-box nav {
  width: 100%;
  height: 2.664rem;
}
footer .box .text-box .user-guide-box nav a:link,
footer .box .text-box .user-guide-box nav a:visited {
  display: block;
  width: 1.032rem;
  height: auto;
  font-size: 0.192rem;
  color: #fff;
  opacity: 0.6;
  float: left;
  margin-right: 0.24rem;
  margin-top: 0.264rem;
  text-decoration: none;
}
footer .box .text-box .user-guide-box nav a:hover {
  display: block;
  width: 1.032rem;
  height: auto;
  font-size: 0.192rem;
  color: #fff;
  opacity: 1;
  float: left;
  margin-right: 0.24rem;
  margin-top: 0.264rem;
  text-decoration: none;
}
footer .box .text-box .contact-box {
  width: calc(100% - 3.2rem);
  height: auto;
  overflow: hidden;
  padding-bottom: 0.28rem;
  box-sizing: border-box;
  float: left;
}
footer .box .text-box .contact-box .title {
  width: 2.712rem;
  height: 0.288rem;
  color: #fff;
  font-size: 0.216rem;
}
footer .box .text-box .contact-box .text {
  color: #fff;
  font-size: 0.168rem;
  line-height: 1.7;
  opacity: 0.6;
  margin-top: 0.216rem;
}
footer .box .text-box .contact-box .text p {
  margin: 0;
  padding: 0;
}
footer .box .text-box .copy-right {
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  border-top: 1px solid #fff;
  color: #fff;
  opacity: 0.6;
  font-size: 0.216rem;
  float: left;
  text-transform: uppercase;
}
footer .box .qr-code {
  width: 2.4rem;
  height: 2.76rem;
  position: absolute;
  right: 0;
  top: 1.26rem;
  z-index: 999;
  text-align: center;
  display: none;
}
footer .box .qr-code .img {
  width: 2.4rem;
  height: 2.4rem;
  background: #fff url("../img/qr-code.jpg") center no-repeat;
  background-size: 100% auto;
}
footer .box .qr-code .text {
  color: #fff;
  font-size: 0.192rem;
  margin-top: 0.12rem;
}
.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: 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 i,
.container .banner .swiper-button-next i {
  font-size: 50px;
  color: #000;
  opacity: 0.5;
}
.container .banner .swiper-button-prev {
  left: 15%;
}
.container .banner .swiper-button-next {
  right: 15%;
}
.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;
}
@media all and (max-width: 768px) {
  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;
  }
  .container {
    margin-top: 50px!important;
  }
}
/*# sourceMappingURL=common-1024.css.map */