main > section {
  padding: 4rem 0;
}
.tit {
  margin: 2.5rem 0;
}
.tit h3 {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
.tit p {
  line-height: 1.8;
  text-align: center;
  margin-top: 2rem;
}
.title {
  text-align: center;
}
.title h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.title h6 {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  position: relative;
}
.title h6::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 1.5rem;
  border-left: 0.01rem solid #fff;
}
.title p {
  line-height: 1.8;
}
.cy_title .title {
  text-align: left;
}
.main-2 {
  background-color: #080f61;
  background-image: ;
  background-size: cover;
}
.main-2 * {
  color: #fff;
}
.main-2 .container {
  margin-top: 2rem;
}
.main-2 .container .img {
  min-height: 20rem;
  background-color: #ccc;
}
.main-3 .container .swiper-container {
  padding: 1rem;
}
.main-3 .container .item {
  padding: 2.6rem 0.8rem;
  border-radius: 0.5rem;
}
.main-3 .container .item,
.main-3 .container .item * {
  transition: all ease 0.3s;
}
.main-3 .container .item .img {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  margin: 0 auto 2rem;
  border: 0.2rem solid transparent;
}
.main-3 .container .item p {
  line-height: 1.8;
  text-align: center;
}
.main-3 .container .item:hover {
  box-shadow: 0rem 0.45rem 1.3rem 0rem rgba(153, 153, 153, 0.15);
}
.main-3 .container .item:hover .img {
  border-color: #e67015;
}
.main-3 .container .item:hover p {
  color: #e67015;
}
.main-4 {
  min-height: 4rem;
  background-color: #343434;
  position: relative;
  padding: 0;
}
.main-4 p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main > section {
    padding: 2rem 0;
  }
  .tit p br {
    display: none;
  }
  .title h2 {
    font-size: 1.2rem;
  }
  .title h6 {
    font-size: 0.8rem;
  }
  .title p br {
    display: none;
  }
  .main-1 .con {
    justify-content: space-between;
    display: none;
  }
  .main-1 .con .item {
    width: 49%;
    margin-right: 0;
  }
  .main-1 .mb-con {
    display: block !important;
  }
  .main-1 .mb-con .swiper-container {
    padding: 0.5rem;
  }
  .main-1 .mb-con .swiper-slide {
    box-shadow: 0 0 0.5rem #f5f5f5;
    padding: 1rem 0.5rem;
    text-align: center;
    border-radius: 0.5rem;
  }
  .main-1 .mb-con .swiper-slide strong {
    color: #e67015;
    font-weight: bold;
    font-size: 1rem;
    position: relative;
  }
  .main-1 .mb-con .swiper-slide strong::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1rem;
    border-bottom: 0.1rem solid #e67015;
    transform: translatex(-50%);
  }
  .main-1 .mb-con .swiper-slide h6 {
    font-size: 1rem;
    font-weight: bold;
    margin: 1rem 0;
    line-height: 1.6;
  }
  .main-1 .mb-con .swiper-slide p {
    line-height: 1.8;
  }
  .main-2 .container .img {
    min-height: 6rem;
  }
  .main-3 .title h6 {
    margin-bottom: 0;
  }
  .main-3 .container {
    flex-direction: column;
  }
  .main-3 .container .swiper-container {
    padding: 0.5rem;
  }
  .main-3 .container .item {
    width: 100%;
    box-shadow: 0rem 0.45rem 1.3rem 0rem rgba(153, 153, 153, 0.15);
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 15rem;
  }
  .main-3 .container .item .img {
    width: 5rem;
    height: 5rem;
    margin-bottom: 1rem;
  }
  .main-4 .img {
    height: 4rem;
  }
  .main-4 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-4 p {
    font-size: 1rem;
  }
}
