@import url("https://fonts.googleapis.com/css?family=Muli:300");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
.top .bg {
  background-image: url("../images/index/top1.jpg");
  background-position: 40%;
}
.top .phone1 {
  position: fixed;
  top: 20%;
  right: 25%;
  z-index: 2;
}
.top .phone1 img {
  width: 80%;
}
.top .phone2 {
  position: fixed;
  top: 30%;
  right: 8%;
  z-index: 1;
}
.top .phone2 img {
  width: 80%;
}
.top-slogn {
  position: fixed;
  max-width: 400px;
  left: 180px;
  top: 50%;
  color: #fff;
  z-index: 10;
}
.top-slogn1-name {
  font-size: 40px;
  margin-bottom: 30px;
}
.top-slogn1-name:after {
  content: "";
  display: block;
  background: #5a3e8c;
  height: 2px;
  width: 20px;
  margin: 10px 0;
}
.top-slogn1-stitle {
  font-size: 28px;
}
.top-slogn1-stitle span {
  display: inline-block;
}
.top-slogn2-title {
  margin: 30px 0;
  font-weight: 600;
}
.top-icon {
  width: 450px;
  z-index: 10;
  margin-top: 30px;
}
.top-icon img {
  width: 120px;
  display: inline-block;
  margin: 0 10px 10px 0;
}

.middle img {
  width: 100%;
}

.feature {
  overflow: auto;
  padding: 50px 0 150px;
}
.feature-pic {
  width: 50%;
  height: 600px;
  float: right;
  margin-right: 5%;
  background-size: cover;
  background-position: 10%;
}
.feature-pic img {
  width: 100%;
}
.feature-content {
  float: right;
  margin-right: 100px;
  width: 30%;
  max-width: 450px;
  padding-top: 100px;
}
.feature-title {
  color: #000;
  font-size: 34px;
  margin-bottom: 50px;
}
.feature-stitle {
  margin: 30px 0;
}
.feature-text {
  justify-content: start;
  margin-bottom: 30px;
}
.feature-text .icon {
  margin-right: 20px;
  width: 55px;
}
.feature-text .icon img {
  width: 100%;
}
.feature-bt {
  height: 50px;
  width: 180px;
}

.different {
  margin: 50px 0 100px;
}
.different .inner {
  max-width: unset;
}
.different-title {
  padding: 50px 0;
}
.different-que {
  text-align: center;
  font-size: 34px;
  color: #000;
  -moz-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
.different-ans {
  font-size: 30px;
  color: #5a3e8c;
  text-align: center;
}
.different-discrb {
  width: 600px;
  margin: auto;
  padding: 30px 0;
}
.different-content {
  position: relative;
}
.different-pic {
  width: 70%;
  position: relative;
}
.different-pic img {
  width: 100%;
}
.different-pic .swiper-slide {
  background-position: center;
  background-size: cover;
  height: 75vh;
}
.different-bt {
  position: absolute;
  bottom: 0;
  right: calc(30% - 50px);
  z-index: 1;
}
.different .prev,
.different .next {
  display: inline-block;
  width: 50px;
  margin-bottom: -4px;
  position: relative;
  cursor: pointer;
}
.different .prev img,
.different .next img {
  width: 100%;
}
.different .prev:after,
.different .next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0);
}
.different .prev:hover:after,
.different .next:hover:after {
  background: rgba(0, 0, 0, 0.1);
}
.different .next {
  margin-left: -5px;
}
.different-textbox {
  width: 30%;
  min-height: 400px;
}
.different-text {
  width: 30%;
  padding: 0 0 0 80px;
  box-sizing: border-box;
  background: #fff;
  min-height: 400px;
}
.different .icon {
  width: 60px;
}
.different .icon img {
  width: 100%;
}
.different-stitle {
  font-size: 20px;
  padding: 20px 0;
  color: #000;
}
.different .swiper-pagination {
  bottom: 18px;
  right: calc(30% - 140px);
}
.different .swiper-pagination-bullet {
  margin: 0 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 1;
  vertical-align: middle;
  -moz-transition: width 0.3s, height 0.3s;
  -o-transition: width 0.3s, height 0.3s;
  -webkit-transition: width 0.3s, height 0.3s;
  transition: width 0.3s, height 0.3s;
}
.different .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #5a3e8c;
}

.special {
  position: relative;
}
.special .icon {
  width: 60px;
}
.special .icon img {
  width: 100%;
}
.special-all {
  align-items: flex-start;
  justify-content: space-around;
  padding-right: 10%;
}
.special-content {
  width: 500px;
  display: inline-block;
  margin: 30px 80px 0 0;
}
.special-title {
  font-size: 34px;
  color: #000;
  padding: 20px 0;
}
.special-box {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  padding-bottom: 20px;
}
.special-box ul {
  list-style: circle;
  list-style-position: inside;
  padding: 15px 0;
}
.special-text {
  width: 49%;
  margin: auto;
  padding: 30px 0;
}
.special-stitle {
  color: #000;
  padding: 5px 0;
}
.special-in {
  font-size: 18px;
}
.special-bt {
  height: 50px;
  width: 180px;
}
.special-pic {
  width: 600px;
}
.special-pic img {
  width: 100%;
}
.special-bg {
  background: linear-gradient(to bottom, #999999, #333333);
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.future-bg {
  background: url("../images/index/future.jpg");
  background-position: center;
  background-size: cover;
  height: 500px;
  width: 100%;
  position: relative;
}
.future-bg:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.future-line {
  width: 100%;
  height: 8px;
  background: #5a3e8c;
}
.future-box {
  align-items: flex-start;
  justify-content: space-around;
  padding: 80px 0;
}
.future-title {
  font-size: 34px;
  color: #fff;
  text-align: center;
  -moz-transform: translateY(250px);
  -ms-transform: translateY(250px);
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
}
.future-stitle {
  font-size: 24px;
  color: #5a3e8c;
  padding: 0 0 30px;
}
.future-l {
  width: 40%;
}
.future-l ul {
  list-style: circle;
  list-style-position: outside;
  padding: 20px 0 0 20px;
}
.future-l li {
  padding: 5px 0;
}
.future-r {
  width: 40%;
}
.future .bl {
  color: #000;
  padding-bottom: 20px;
  margin-right: 20px;
}
.future .mar {
  margin-right: 20px;
}
.future .com {
  color: #000;
  padding: 0 40px;
  position: relative;
  display: inline-block;
}
.future .com:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background: #000;
  width: 20px;
  height: 1px;
  padding-right: 10px;
}
.future .com:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  background: #000;
  width: 20px;
  height: 1px;
  padding-right: 10px;
}

.special-content,
.special-content,
.future-r {
  opacity: 0;
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  -moz-transition: opacity 2s, -moz-transform 1.5s;
  -o-transition: opacity 2s, -o-transform 1.5s;
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, transform 1.5s;
}
.special-content.show,
.special-content.show,
.future-r.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.feature-content,
.different-title,
.different-pic,
.special-pic,
.future-l {
  opacity: 0;
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  -moz-transition: opacity 2s, -moz-transform 1.5s;
  -o-transition: opacity 2s, -o-transform 1.5s;
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, transform 1.5s;
}
.feature-content.show,
.different-title.show,
.different-pic.show,
.special-pic.show,
.future-l.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.different-bt,
.different-textbox,
.future-bg,
.future-line {
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.different-bt.show,
.different-textbox.show,
.future-bg.show,
.future-line.show {
  opacity: 1;
}

@media screen and (max-width: 1600px) {
  .top .phone1 {
    right: 15%;
    top: 15%;
  }
  .top .phone1 img {
    width: 70%;
  }
  .top .phone2 {
    right: 0%;
    top: 25%;
  }
  .top .phone2 img {
    width: 70%;
  }

  .feature-pic {
    margin-right: 0;
  }
}
@media screen and (max-width: 1400px) {
  .top .phone1 {
    right: 0%;
  }
  .top .phone1 img {
    width: 50%;
  }
  .top .phone2 {
    right: -15%;
  }
  .top .phone2 img {
    width: 50%;
  }

  .special-all {
    padding-right: 5%;
  }
  .special-content {
    margin: 0 0 0 50px;
  }

  .different-pic {
    width: 60%;
  }
  .different-pic .swiper-slide {
    height: 50vh;
  }
  .different-textbox {
    width: 40%;
  }
  .different-text {
    padding: 0 0 0 50px;
  }
  .different-bt {
    right: calc(40% - 50px);
  }
  .different .swiper-pagination {
    right: calc(40% - 140px);
  }
}
@media screen and (max-width: 1300px) {
  .top-slogn {
    left: 130px;
  }

  .special-text {
    padding: 20px 0;
  }
  .special-bg {
    height: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .top-slogn {
    top: 45%;
  }
  .top .phone1 {
    top: 20%;
    right: -15%;
  }
  .top .phone1 img {
    width: 50%;
  }
  .top .phone2 {
    display: none;
  }
  .top-icon {
    width: 450px;
  }

  .feature-pic {
    width: 80%;
    height: 450px;
  }
  .feature-content {
    width: 60%;
    max-width: unset;
    padding-top: 50px;
    margin-right: 10%;
  }
  .feature .icon {
    width: 50px;
    height: 50px;
  }

  .different {
    margin: 50px 0 0;
  }
  .different-content {
    display: block;
  }
  .different-pic {
    width: 95%;
  }
  .different-bt {
    right: 5%;
    bottom: unset;
    top: 50vh;
  }
  .different-textbox {
    width: 60%;
  }
  .different-text {
    padding: 80px 0 0 80px;
  }
  .different .swiper-container {
    margin: 0;
  }
  .different .swiper-pagination {
    bottom: unset;
    top: calc(50vh + 20px);
    right: unset;
    left: 80px;
  }
  .different .inner {
    margin: 0;
  }

  .special {
    padding: 0;
  }
  .special-all {
    padding-right: unset;
    display: block;
    margin: auto;
  }
  .special-pic {
    width: 60%;
    margin: auto;
  }
  .special-content {
    width: 80%;
    max-width: 500px;
    margin: 80px auto;
    display: block;
  }
  .special-box {
    width: 100%;
  }
  .special-bg {
    display: none;
  }

  .future-box {
    display: block;
    width: 80%;
  }
  .future-l {
    width: 100%;
    padding-bottom: 50px;
  }
  .future-r {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .top .phone1 {
    right: -25%;
  }
  .top .phone1 img {
    width: 50%;
  }
}
@media screen and (max-width: 860px) {
  .top-slogn {
    position: unset;
  }
  .top-slogn1 {
    position: fixed;
    top: 150px;
    margin: 0 70px;
  }
  .top-slogn2 {
    position: fixed;
    bottom: 30px;
    margin: 0 70px;
  }
  .top .phone1 {
    top: 30%;
    left: 50px;
    width: 100%;
  }
  .top .phone1 img {
    width: 250px;
  }
  .top-icon {
    position: fixed;
    bottom: 80px;
    margin: 0 70px;
    width: 420px;
  }

  .feature-pic {
    width: 90%;
    height: 400px;
  }
  .feature-content {
    width: 70%;
    padding-top: 50px;
  }

  .different .inner {
    width: 100%;
  }
  .different-que {
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
  .different-textbox {
    min-height: 450px;
  }
  .different-text {
    min-height: 480px;
  }
}
@media screen and (max-width: 680px) {
  .top .phone1 {
    top: 35%;
    width: 100%;
  }
  .top .phone1 img {
    width: 70%;
  }
  .top-icon {
    width: 450px;
  }

  .feature-content {
    margin-right: 80px;
  }

  .different-bt {
    top: 40vh;
    right: 0;
  }
  .different-pic {
    width: 100%;
  }
  .different-pic .swiper-slide {
    height: 40vh;
  }
  .different-que {
    text-align: unset;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding-left: 30px;
  }
  .different-ans {
    text-align: unset;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding-left: 50px;
  }
  .different-discrb {
    width: 90%;
  }
  .different-textbox {
    width: 80%;
    min-height: 400px;
  }
  .different-text {
    padding: 80px 0 0 50px;
  }
  .different .icon {
    width: 50px;
  }
  .different .swiper-container {
    margin: 0;
  }
  .different .swiper-pagination {
    left: 50px;
    top: calc(40vh + 20px);
  }

  .special-text {
    width: 100%;
    padding: 15px 0;
  }
  .special-bt {
    margin-top: 30px;
  }

  .future-bg {
    height: 400px;
  }
  .future-title {
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
}
@media screen and (max-width: 500px) {
  .top-icon {
    top: 240px;
    bottom: unset;
    margin: 0 50px;
    width: 150px;
  }
}
@media screen and (max-width: 460px) {
  .top-slogn1 {
    top: 120px;
    margin: 0 30px 0 50px;
  }
  .top-slogn1-name {
    font-size: 34px;
  }
  .top-slogn2 {
    display: none;
  }
  .top .phone1 {
    top: 300px;
    left: 40px;
  }
  .top .phone1 img {
    width: 70%;
  }

  .feature {
    padding: 0 0 100px;
  }
  .feature-pic {
    height: 300px;
  }
  .feature-content {
    margin-right: 50px;
    max-width: 300px;
  }
  .feature-title {
    font-size: 30px;
  }
  .feature-text {
    display: block;
  }
  .feature .icon {
    margin-bottom: 10px;
  }

  .different-que {
    padding-left: 20px;
    font-size: 30px;
  }
  .different-ans {
    padding-left: 40px;
    font-size: 24px;
  }
  .different-textbox {
    min-height: 500px;
  }
  .different-text {
    padding: 80px 0 0 30px;
    min-height: 580px;
  }
  .different .prev,
  .different .next {
    width: 40px;
  }
  .different .prev:after,
  .different .next:after {
    width: 40px;
    height: 40px;
  }
  .different-bt {
    bottom: 460px;
  }
  .different .swiper-pagination {
    left: 30px;
    bottom: 470px;
  }

  .special-title {
    font-size: 30px;
  }
  .special-pic {
    width: 90%;
  }

  .future-bg {
    height: 300px;
  }
  .future-title {
    font-size: 30px;
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
}
@media (max-height: 800px) {
  .top-slogn2 {
    display: none;
  }
}
@media (max-width: 1100px) and (max-height: 650px) {
  .top-icon {
    width: 450px;
  }
  .top-slogn2 {
    display: none;
  }
}
@media (max-width: 1100px) and (max-height: 400px) {
  .top-icon {
    width: 450px;
  }
}
@media (max-width: 1100px) and (max-height: 600px) {
  .top-slogn {
    top: 50%;
  }
  .top-slogn1-stitle {
    font-size: 14px;
    font-weight: 600;
  }
  .top-slogn2 {
    display: none;
  }
}
@media (max-width: 860px) and (max-height: 950px) {
  .top-slogn1-stitle {
    font-size: 14px;
  }
  .top-slogn2 {
    display: none;
  }
  .top .phone1 {
    top: 380px;
  }
  .top-icon {
    position: fixed;
    top: 290px;
    bottom: unset;
    margin: 0 70px;
  }
}
@media (max-width: 860px) and (max-height: 500px) {
  .top-slogn1 {
    margin: 0 50px;
    max-width: 300px;
  }
  .top-slogn1-name {
    margin-bottom: 15px;
  }
  .top-slogn2 {
    display: none;
  }
  .top .phone1 {
    top: 80px;
    left: 55%;
    z-index: 0;
  }
  .top-icon {
    margin: 10px 50px 0;
    width: 450px;
    top: 260px;
  }
}
@media (max-width: 617px) and (max-height: 950px) {
  .top-icon {
    width: 450px;
    top: 280px;
  }
  .top .phone1 {
    top: 350px;
  }
}
@media (max-width: 617px) and (max-height: 500px) {
  .top-icon {
    margin: 0 50px;
    width: 280px;
  }
  .top .phone1 {
    top: 80px;
  }
}
@media (max-width: 500px) and (max-height: 1100px) {
  .top-icon {
    top: 290px;
    bottom: unset;
    margin: 0 70px;
    width: 150px;
  }
  .top .phone1 {
    top: 480px;
  }
}
@media (max-width: 500px) and (max-height: 600px) {
  .top-icon {
    width: 450px;
  }
  .top .phone1 {
    top: 360px;
  }
}
@media (max-width: 460px) and (max-height: 1100px) {
  .top-icon {
    top: 260px;
    margin: 0 30px 0 50px;
  }
}
@media (max-width: 460px) and (max-height: 950px) {
  .top .phone1 {
    top: 450px;
  }
}
@media (max-width: 460px) and (max-height: 600px) {
  .top-icon {
    top: 240px;
    width: 280px;
    margin: 0 30px 0 50px;
  }
  .top .phone1 {
    top: 360px;
    left: 40px;
  }
}
