.main .text {
  padding: 68px 0;
}
.main .service1 {
  background: url(../images/serviceMode.png) no-repeat center;
  background-size: cover;
}
.main .service1 p {
  text-align: center;
  margin: 0 auto;
}
.main .service2 ul,
.main .service3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .service2 ul li,
.main .service3 ul li {
  border: 1px solid #eeeeee;
  width: 15%;
  margin: 14px 0;
  transition: all 0.3s;
}
.main .service2 ul li img,
.main .service3 ul li img {
  text-align: center;
}
.main .service2 ul li:hover,
.main .service3 ul li:hover {
  cursor: pointer;
  box-shadow: 0px 0 8px #dfdfdf;
}
.main .service4 {
  background: url(../images/serviceCon.png) no-repeat center;
  background-size: cover;
}
.main .service4 .conw {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .service4 .conw .textservice {
  width: 38%;
}
.main .service4 .conw .textservice .subtitle {
  text-align: left;
}
.main .service4 .conw .textservice .subtitle span {
  color: #333;
  font-weight: normal;
}
.main .service4 .conw .textservice .subtitle span:after {
  left: 0;
  transform: translateX(0);
}
.main .service4 .conw .textservice .h2 {
  text-align: left;
  margin-bottom: 0;
  font-family: 'Courier New', Courier, monospace;
}
.main .service4 .conw .right {
  width: 61%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-around;
}
.main .service4 .conw .right ul {
  width: 104px;
}
.main .service4 .conw .right ul li {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  color: #66666c;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
  margin: 28px 0;
  position: relative;
}
.main .service4 .conw .right ul li:first-of-type,
.main .service4 .conw .right ul li:last-of-type {
  left: 22px;
}
.main .service4 .conw .right ul .selected {
  background-color: #f6be83;
  transition: all 0.4s;
  color: #333;
  cursor: pointer;
}
.main .service4 .conw .right ul .selected::before {
  content: "";
  position: absolute;
  transition: all 0.4s;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #f6be83);
}
.main .service4 .conw .right .service4Swiper {
  position: relative;
  width: 65%;
  padding: 0 18%;
  margin: 0;
}
.main .service4 .conw .right .service4Swiper .swiper-wrapper {
  align-items: center;
}
.main .service4 .conw .right .service4Swiper .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
}
.main .service4 .conw .right .service4Swiper .swiper-wrapper .swiper-slide p {
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.main .service4 .conw .right .service4Swiper .swiper-wrapper .swiper-slide .bt {
  font-size: 30px;
  color: #333;
  line-height: 1;
}
.main .service4 .conw .right .service4Swiper .swiper-wrapper .swiper-slide .subtitle {
  font-size: 18px;
  margin-bottom: 18px;
  color: #999;
}
.main .service4 .conw .right .service4Swiper .swiper-wrapper .swiper-slide-active {
  opacity: 1 !important;
}
.main .service4 .conw .right .service4Swiper .service4Next,
.main .service4 .conw .right .service4Swiper .service4Prev {
  display: none;
}
@media (max-width: 1200px) {
  .main .text {
    padding: 40px 0;
  }
  .main .text .subtitle {
    font-size: 42px;
    padding-bottom: 18px;
  }
  .main .text .subtitle span {
    padding-bottom: 18px;
  }
}
@media (max-width: 992px) {
  .main .service2 ul li,
  .main .service3 ul li {
    width: 33%;
    margin: 1px 0;
  }
  .main .service4 .conw {
    flex-wrap: wrap;
  }
  .main .service4 .conw .textservice {
    width: 100%;
  }
  .main .service4 .conw .textservice .subtitle,
  .main .service4 .conw .textservice .h2 {
    text-align: center;
  }
  .main .service4 .conw .textservice .subtitle span:after,
  .main .service4 .conw .textservice .h2 span:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .main .service4 .conw .right {
    width: 100%;
    flex-wrap: wrap;
  }
  .main .service4 .conw .right ul {
    display: none;
  }
  .main .service4 .conw .right .service4Swiper {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .main .service4 .conw .right .service4Swiper .swiper-wrapper .swiper-slide p {
    text-align: center !important;
  }
  .main .service4 .conw .right .service4Swiper .swiper-wrapper .swiper-slide .bt {
    font-size: 22px;
  }
  .main .service4 .conw .right .service4Swiper .swiper-wrapper .swiper-slide .subtitle {
    font-size: 12px !important;
    margin-bottom: -10px;
  }
  .main .service4 .conw .right .service4Swiper .service4Next,
  .main .service4 .conw .right .service4Swiper .service4Prev {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    left: 92%;
    z-index: 99;
    display: block;
  }
  .main .service4 .conw .right .service4Swiper .service4Next i,
  .main .service4 .conw .right .service4Swiper .service4Prev i {
    font-size: 32px;
    color: #caa883;
  }
  .main .service4 .conw .right .service4Swiper .service4Prev {
    left: 8%;
  }
}
