.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 55px !important;
  left: 0px !important;
}
@media (max-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px !important;
  }
}
.swiper-pagination-bullet {
  border-radius: 10px !important;
  width: 48px !important;
  height: 6px !important;
  margin: 0 15px !important;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
  width: 48px !important;
  height: 6px !important;
}
.set1 {
  padding: 90px 0;
}
.set1 .set1-content {
  margin: 0;
}
.set1 .set1-content img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.set1 .set1-content .item1 {
  padding-left: 30px;
}
.set1 .set1-content .item1 .set1-tit {
  padding-top: 50px;
  font-size: 36px;
  font-weight: bold;
  color: #222222;
}
.set1 .set1-content .item1 .des {
  padding-top: 27px;
  color: #222222;
  font-size: 22px;
  font-family: '思源黑体 CN';
}
.set1 .set1-content .item1 form {
  padding-top: 100px;
}
.set1 .set1-content .item1 form input {
  width: 550px;
  height: 88px;
  outline: none;
  border: none;
  background-color: #f5f5f5;
  text-align: center;
  border-radius: 10px;
  font-size: 30px;
}
@media (max-width: 1200px) {
  .set1 .set1-content .item1 form input {
    width: 95%;
  }
}
.set1 .set1-content .item1 form input::placeholder {
  color: #cdcfca;
}
.set1 .set1-content .item1 form .btn {
  margin-top: 40px;
  width: 550px;
  height: 88px;
  background: linear-gradient(to bottom, #fe960e, #ff4904);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .set1 .set1-content .item1 form .btn {
    width: 95%;
  }
}
.set1 .set1-content .item1 form .btn button {
  color: #fff;
  outline: none;
  border: none;
  background: none;
  font-size: 30px;
}
.set2 {
  padding: 35px 0 65px 0;
  background-color: #f9f9f9;
}
.set2 .tit {
  font-size: 36px;
  font-weight: bold;
  color: #222222;
  text-align: center;
}
.set2 .set2-content {
  margin: 0;
}
.set2 .set2-content .item {
  background-color: #fff;
  border-radius: 30px 0 0 0;
  margin: 30px 0;
}
.set2 .set2-content .item .tit {
  padding: 90px 0 5px 0;
  margin: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EAEAEA;
}
.set2 .set2-content .item .tit .l p {
  font-weight: normal;
  font-family: 'Microsoft YaHei UI';
  font-size: 20px;
  color: #666666;
}
.set2 .set2-content .item .tit .r {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.set2 .set2-content .item .des {
  font-size: 16px;
  font-family: '微软雅黑';
  padding: 10px 50px 50px 50px;
  color: #666666;
}
.set2 .set2-fot {
  padding-top: 20px;
}
.set2 .set2-fot img {
  width: 100%;
}
.set3 {
  background: url(../img/contact/bg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 80px 0 90px 0;
}
.set3 .tit {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.set3 .des {
  padding-top: 30px;
  font-size: 20px;
  color: #fff;
}
.set3 .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}
.set3 .tel .tel-l {
  background: linear-gradient(to bottom, #fe960e, #ff4904);
  color: #fff;
  font-size: 24px;
  padding: 5px 30px;
  border-radius: 10px 0 0 10px;
}
.set3 .tel .tel-r {
  padding: 5px 30px;
  color: #ff4c00;
  font-size: 24px;
  background: #fff;
  border-radius: 0 10px 10px 0;
}
/*# sourceMappingURL=none */