@charset "UTF-8";
.banner-item {
  /*0331 修改(移除 .banner-item img)*/
  position: relative;
  height: 900px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .banner-item {
    height: 550px;
  }
}

.banner-item-text {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-weight: bold;
  z-index: 1;
}
@media (max-width: 600px) {
  .banner-item-text {
    bottom: 20px;
  }
}
.banner-item-text img {
  /*0331 修改*/
  width: 150px;
  margin: 0 auto 20px;
}
@media (max-width: 600px) {
  .banner-item-text img {
    width: 80px;
    margin: 0 auto 10px;
  }
}
.banner-item-text h4 {
  font-size: 1rem;
  line-height: 24px;
}
@media (max-width: 600px) {
  .banner-item-text h4 {
    font-size: 0.875rem;
    line-height: 22px;
  }
}
.banner-item-text h5 {
  font-size: 2rem;
  line-height: 40px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .banner-item-text h5 {
    font-size: 1.5rem;
    line-height: 32px;
  }
}
.banner-item-text p {
  font-size: 1rem;
  line-height: 24px;
}
@media (max-width: 600px) {
  .banner-item-text p {
    font-size: 0.875rem;
    line-height: 22px;
  }
}
.banner-item-text .button {
  font-size: 1rem;
  line-height: 24px;
  margin-top: 55px;
  padding: 15px 60px;
  color: #8b8b8b;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}
@media (max-width: 600px) {
  .banner-item-text .button {
    font-size: 0.875rem;
    line-height: 22px;
    margin-top: 30px;
    padding: 10px 45px;
  }
}

.description-banner-slick-arrow,
.description-slender-arrow {
  width: 50px;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 700px) {
  .description-banner-slick-arrow,
.description-slender-arrow {
    width: 30px;
    top: 40%;
  }
}

.description-banner-slick-arrow.next {
  right: 5px;
}
.description-banner-slick-arrow.prev {
  left: 5px;
}

.description-slender-arrow.next {
  right: -5%;
}
@media (max-width: 600px) {
  .description-slender-arrow.next {
    right: 5px;
  }
}
.description-slender-arrow.prev {
  left: -5%;
}
@media (max-width: 600px) {
  .description-slender-arrow.prev {
    left: 5px;
  }
}

.products-block h4 {
  font-size: 2rem;
  line-height: 40px;
  padding: 120px 0 70px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 600px) {
  .products-block h4 {
    font-size: 1rem;
    line-height: 24px;
    padding: 35px 0 15px;
  }
}

.products-slick {
  padding-top: 20px;
  width: 90%;
  margin: 0 auto 160px;
}
@media (max-width: 600px) {
  .products-slick {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 10px;
  }
}

.products-slick-item {
  background: #FFF;
  text-align: center;
  padding: 60px 5px 20px;
  border-radius: 15px;
  -webkit-box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
  margin: 15px;
  height: auto;
}
@media (max-width: 600px) {
  .products-slick-item {
    margin: 10px 5px;
    -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.05);
  }
}
.products-slick-item img {
  width: 65%;
  margin: 0 auto 35px;
}
@media (max-width: 600px) {
  .products-slick-item img {
    width: 50%;
  }
}
.products-slick-item p {
  font-size: 1.5rem;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .products-slick-item p {
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 0px;
  }
}
.products-slick-item span {
  font-size: 1rem;
  line-height: 24px;
}
@media (max-width: 600px) {
  .products-slick-item span {
    font-size: 0.75rem;
    line-height: 20px;
  }
}

.banner-single {
  overflow: hidden;
}
@media (max-width: 600px) {
  .banner-single.height img {
    height: 600px;
  }
}
.banner-single img {
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  left: 50%;
}
@media (max-width: 900px) {
  .banner-single img {
    width: auto;
    height: 600px;
  }
}
@media (max-width: 600px) {
  .banner-single img {
    height: 360px;
  }
}

.banner-text {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.banner-text .background {
  min-height: 340px;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  left: 50%;
}
@media (max-width: 900px) {
  .banner-text .background {
    width: auto;
    height: 50%;
  }
}
@media (max-width: 600px) {
  .banner-text .background {
    height: 600px;
  }
}
.banner-text .text-box {
  margin: 0 auto;
  color: #FFF;
  position: absolute;
  bottom: 25%;
  left: 5%;
  z-index: 1;
}
.banner-text .text-box h5 {
  font-size: 3rem;
  line-height: 56px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .banner-text .text-box h5 {
    font-size: 1.6875rem;
    line-height: 35px;
    margin-bottom: 25px;
  }
}
.banner-text .text-box h4 {
  font-size: 4.5rem;
  line-height: 80px;
  margin-bottom: 35px;
  font-weight: bold;
}
@media (max-width: 900px) {
  .banner-text .text-box h4 {
    font-size: 3rem;
    line-height: 56px;
    margin-bottom: 20px;
  }
}
.banner-text .text-box p {
  font-size: 2rem;
  line-height: 40px;
}
@media (max-width: 900px) {
  .banner-text .text-box p {
    font-size: 1.125rem;
    line-height: 26px;
  }
}

.relevant-information {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .relevant-information {
    margin-bottom: 15px;
  }
}
.relevant-information .title {
  font-size: 1.5rem;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  padding-top: 60px;
}
@media (max-width: 600px) {
  .relevant-information .title {
    margin-bottom: 15px;
    padding-top: 25px;
    font-size: 1rem;
    line-height: 24px;
  }
}
.relevant-information ul {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .relevant-information ul {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .relevant-information ul {
    width: 90%;
  }
}
.relevant-information li {
  width: 45%;
}
@media (max-width: 600px) {
  .relevant-information li {
    width: 100%;
  }
}

.info-dropdown-item {
  padding: 20px 30px;
  background: #FFF;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .info-dropdown-item {
    padding: 15px 20px;
    border-radius: 15px;
    margin-bottom: 10px;
  }
}
.info-dropdown-item.show .info-dropdown-content {
  display: block;
  padding-top: 15px;
}
.info-dropdown-item.show .info-dropdown img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.info-dropdown-item .info-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875rem;
  line-height: 22px;
  color: #2278f8;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 600px) {
  .info-dropdown-item .info-dropdown {
    font-size: 1rem;
    line-height: 24px;
  }
}
.info-dropdown-item .info-dropdown img {
  width: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.info-dropdown-content {
  display: none;
  font-size: 0.875rem;
  line-height: 22px;
}
@media (max-width: 600px) {
  .info-dropdown-content {
    font-size: 0.75rem;
    line-height: 20px;
  }
}

.description-banner-slick {
 
  position: relative;
}
.description-banner-slick .banner-item {
 
  display: inline-block;
  width: 100%;
}