.banner .swiper-pagination {
  display: flex;
  flex-direction: column;
  left: unset;
  right: 120px;
  width: auto;
  top: 50%;
}
.banner .swiper-pagination span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  color: white;
  font-size: 14px;
  opacity: 1;
  height: auto;
  background: transparent;
}
.banner .swiper-pagination span:before {
  display: block;
  content: '';
  background: white;
  width: 40px;
  height: 1px;
  margin-right: 5px;
  transition: .5s;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active, .banner .swiper-pagination span:hover {
  background: none;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active:before, .banner .swiper-pagination span:hover:before {
  width: 55px;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-bottom: 10px;
}

.more_box ._more {
  display: flex;
  align-items: center;
}
.more_box ._more p {
  margin-right: 10px;
}
.more_box .line {
  margin-top: 10px;
  width: 750px;
  background: black;
  height: 1px;
}

.product .message {
  font-family: MSYI;
}
.product .message .title {
  font-size: 91px;
  text-transform: uppercase;
}
.product .message .series {
  position: relative;
  top: -33px;
  font-size: 60px;
  text-transform: uppercase;
}
.product .pic {
  width: 66%;
}

.product1 {
  margin-top: 30px;
  margin-bottom: 65px;
}
.product1 .message {
  margin-top: 178px;
}
.product1 .more_box {
  position: absolute;
  left: 120px;
  bottom: 30px;
}

.product2 {
  margin-bottom: 150px;
}
.product2 .message {
  text-align: right;
  margin-top: 111px;
}
.product2 .more_box {
  position: absolute;
  right: 120px;
  bottom: 83px;
}
.product2 .more_box ._more {
  justify-content: flex-end;
}

.liuyan_box {
  background: url("../images/poster.jpg") no-repeat center;
  background-size: cover;
  height: 386px;
  color: white;
}
.liuyan_box .lf {
  font-family: MSYI;
  font-size: 48px;
  width: 490px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 125px;
}
.liuyan_box .rt .formlist {
  margin-top: 130px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.liuyan_box .rt .formlist .input_box {
  margin-bottom: 25px;
  width: 48%;
}
.liuyan_box .rt .code_box {
  display: flex;
  align-items: center;
}
.liuyan_box .rt .code_box .infoInput {
  width: 100px;
  margin-right: 10px;
}
.liuyan_box .rt .infoInput {
  background: transparent;
  border: 0 !important;
  border-bottom: 1px solid white !important;
  padding: 5px;
  width: 100%;
}
.liuyan_box .rt #feedbackbotton {
  background: black;
  color: white;
  border: 0;
  padding: 15px 70px;
  position: relative;
  left: -94px;
}
.liuyan_box .rt input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: white;
}
.liuyan_box .rt input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
}
.liuyan_box .rt input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
}
.liuyan_box .rt input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: white;
}

@media (max-width: 1366px) {
  .product .message .series {
    font-size: 51px;
  }

  .product .message .title {
    font-size: 75px;
  }

  .more_box .line {
    width: 400px;
  }

  .lng_cn .product .message .series {
    font-size: 34px;
    top: -25px;
  }
}
@media (max-width: 768px) {
  .banner .swiper-pagination {
    display: none;
  }

  .product .message {
    width: 100%;
    float: none;
    text-align: center;
  }

  .product .message .title {
    font-size: 40px;
  }

  .product .message .series {
    font-size: 31px;
    top: -19px;
  }

  .product .pic {
    float: none;
    width: 100%;
  }

  .product .more_box {
    position: static;
    text-align: center;
  }

  .more_box .line {
    display: none;
  }

  .more_box ._more {
    justify-content: center;
    margin-top: 20px;
  }

  .product1 {
    margin-bottom: 50px;
  }

  .product1 .message {
    margin-top: 10px;
  }

  .product2 .message {
    margin-top: 0;
  }

  .product2 .more_box ._more {
    justify-content: center;
  }

  .product2 {
    margin-bottom: 55px;
  }

  .liuyan_box .lf {
    width: 100%;
    font-size: 25px;
    margin-top: 39px;
  }

  .liuyan_box .rt {
    display: none;
  }

  .liuyan_box {
    height: 135px;
  }

  .lng_cn .product .message .series {
    font-size: 20px;
    top: -4px;
  }

  .lng_cn .liuyan_box .lf {
    font-size: 19px;
  }
}

/*# sourceMappingURL=index.css.map */
