.go-down {
  display: none;
}

.section1 {
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.section1 .back-home {
  position: absolute;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  top: 70px;
  right: 3.8%;
  z-index: 1;
}

.section1 .con-parent .con {
  width: 1020px;
  margin: 0 auto;
}

.section1 .con-parent .con .swiper-slide {
  font-size: 0;
}

.section1 .con-parent .con .swiper-slide .img {
  display: inline-block;
  vertical-align: middle;
  width: 43%;
  margin-right: 7%;
}

@media only all and (max-width: 1600px) {
  .section1 .con-parent .con .swiper-slide .img {
    width: 36%;
  }
}

@media only all and (max-width: 1366px) {
  .section1 .con-parent .con .swiper-slide .img {
    width: 30%;
  }
}

.section1 .con-parent .con .swiper-slide .text {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.section1 .con-parent .con .swiper-slide .text .tit {
  font-size: 30px;
  line-height: 1;
  color: #fff;
}

@media only all and (max-width: 1440px) {
  .section1 .con-parent .con .swiper-slide .text .tit {
    font-size: 20px;
  }
}

.section1 .con-parent .con .swiper-slide .text .tit-name {
  font-size: 36px;
  line-height: 50px;
  color: #bceaff;
  border-bottom: 2px solid #fff;
  padding-bottom: 23px;
}

@media only all and (max-width: 1440px) {
  .section1 .con-parent .con .swiper-slide .text .tit-name {
    font-size: 26px;
    padding-bottom: 10px;
    line-height: 40px;
  }
}

.section1 .con-parent .con .swiper-slide .text .introduct {
  font-size: 21px;
  line-height: 43px;
  color: #fff;
  border-bottom: 2px solid #fff;
}

@media only all and (max-width: 1440px) {
  .section1 .con-parent .con .swiper-slide .text .introduct {
    font-size: 18px;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.section1 .con-parent .con .swiper-slide .text .introduct .introduct-con {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 230px;
  display: table-cell;
  vertical-align: middle;
}

@media only all and (max-width: 1440px) {
  .section1 .con-parent .con .swiper-slide .text .introduct .introduct-con {
    height: 130px;
  }
}

.section1 .con-parent .con .swiper-slide .text .effect {
  font-size: 30px;
  line-height: 1;
  color: #6abbe8;
  padding-top: 38px;
  margin-bottom: 15px;
}

@media only all and (max-width: 1440px) {
  .section1 .con-parent .con .swiper-slide .text .effect {
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
}

.section1 .con-parent .con .swiper-slide .text .effect-con {
  font-size: 21px;
  line-height: 30px;
  color: #fff;
  padding-bottom: 75px;
}

@media only all and (max-width: 1600px) {
  .section1 .con-parent .con .swiper-slide .text .effect-con {
    padding-bottom: 40px;
  }
}

@media only all and (max-width: 1440px) {
  .section1 .con-parent .con .swiper-slide .text .effect-con {
    font-size: 16px;
    padding-bottom: 26px;
    padding-bottom: 20px;
  }
}

.section1 .con-parent .con .swiper-slide .text .buy {
  width: 168px;
  display: inline-block;
  border: 1px solid #7ad5ff;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #7ad5ff;
}

.section1 .con-parent .con .swiper-slide .text .buy span {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #000080;
  margin-right: 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.section1 .con-parent .con .swiper-slide .text .buy .arrow {
  display: inline-block;
  vertical-align: middle;
}

.section1 .con-parent .con .swiper-slide .text .buy:hover {
  opacity: 0.7;
}

.section1 .con-parent .con .swiper-slide .text .buy:hover span {
  margin-right: 15px;
}

.section1 .con-parent .swiper-button-prev1 {
  width: 25px;
  height: 44px;
  margin-top: -22px;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  background-image: url("/assets/img/product/left-arrow2.png");
  left: 13%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 1;
}

@media only all and (max-width: 1440px) {
  .section1 .con-parent .swiper-button-prev1 {
    left: 10%;
  }
}

.section1 .con-parent .swiper-button-prev1:hover {
  opacity: 0.5;
}

.section1 .con-parent .swiper-button-next1 {
  width: 25px;
  height: 44px;
  margin-top: -22px;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  background-image: url("/assets/img/product/right-arrow2.png");
  right: 13%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 1;
}

@media only all and (max-width: 1440px) {
  .section1 .con-parent .swiper-button-next1 {
    right: 10%;
  }
}

.section1 .con-parent .swiper-button-next1:hover {
  opacity: 0.5;
}

/*# sourceMappingURL=../map/product2Detail.css.map */
