* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 14px/1 'Microsoft Yahei', sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.above {
  padding-top: 47px;
  padding-bottom: 73px;
  background-image: url('../img/bg.jpg');
  background-position: center center;
  background-size: auto 100%;
}

.main {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.left {
  width: 490px;
}

.logo {
  display: block;
  margin: 0 auto;
}

.title {
  position: relative;
}

.title-img {
  vertical-align: bottom;
}

.title-text {
  position: absolute;
  bottom: 3px;
  left: 200px;
  font-size: 24px;
  font-weight: lighter;
  color: #fff;
}

.des-wrapper {
  margin-top: 50px;
}

.des + .des {
  margin-top: 15px;
}

.des-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
}

.des-content {
  width: 400px;
  font-weight: lighter;
  line-height: 24px;
  text-align: justify;
  color: #fff;
}

.below {
  padding-top: 13px;
}

.copyright {
  font-size: 12px;
  font-weight: lighter;
  color: #9f9f9f;
}

.copyright + .copyright {
  margin-top: 12px;
}

.right {
  position: absolute;
  top: 38px;
  right: 0;
  width: 569px;
  height: 627px;
  background-image: url('../img/mobile.png');
  background-size: 100% 100%;
}

.slide-wrapper {
  position: absolute;
  top: 77px;
  right: 71px;
  width: 263px;
  height: 470px;
}

.swiper-pagination-bullet-active {
  background-color: #fb6669;
}
