main > section {
  padding: 4rem 0;
}
.main-1 .container {
  position: relative;
}
.main-1 .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.main-1 .content .left > p {
  line-height: 2;
  font-size: 0.7rem;
  margin-top: 7rem;
}
.main-1 .content .right {
  flex: 1;
  height: 100%;
}
.main-1 .content .right .item {
  position: absolute;
}
.main-1 .content .right .item .point {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #ee9a2c;
  border-radius: 50%;
  position: relative;
}
.main-1 .content .right .item .point::before,
.main-1 .content .right .item .point::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.main-1 .content .right .item .point::before {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #ee9a2c;
  opacity: 0.5;
}
.main-1 .content .right .item .point::after {
  width: 1.8rem;
  height: 1.8rem;
  border: 0.01rem solid #ee9a2c;
}
.main-1 .content .right .item em {
  position: absolute;
  left: 50%;
  display: block;
  color: #ee9a2c;
  white-space: nowrap;
  transform: translatex(-50%);
  line-height: 1.4;
}
.main-1 .content .right .item em::before {
  content: "";
  position: absolute;
  left: 50%;
  height: 3rem;
  border-left: 0.01rem solid #ee9a2c;
}
.main-1 .content .right .item:nth-of-type(1) {
  top: 36%;
  right: 50%;
}
.main-1 .content .right .item:nth-of-type(1) em {
  top: 4.2rem;
}
.main-1 .content .right .item:nth-of-type(1) em::before {
  bottom: 100%;
}
.main-1 .content .right .item:nth-of-type(2) {
  top: 41%;
  right: 27%;
}
.main-1 .content .right .item:nth-of-type(2) em {
  bottom: 4.2rem;
}
.main-1 .content .right .item:nth-of-type(2) em::before {
  top: 100%;
}
.main-1 .content .right .item:nth-of-type(3) {
  top: 50%;
  right: 22%;
}
.main-1 .content .right .item:nth-of-type(3) em {
  top: 50%;
  left: 4.2rem;
  transform: translatey(-50%);
}
.main-1 .content .right .item:nth-of-type(3) em::before {
  top: 50%;
  left: auto;
  right: 100%;
  width: 3rem;
  height: 0;
  border-bottom: 0.01rem solid #ee9a2c;
}
.main-2 {
  background-color: #0e1031;
  background-image: ;
  background-size: cover;
}
.main-2 * {
  color: #fff;
}
.main-2 .cy_title {
  text-align: center;
}
.main-2 .cy_title h3::before {
  display: none;
}
.main-2 .content > p {
  line-height: 2;
  font-size: 0.7rem;
  text-align: center;
}
.main-2 .content .swiper-container {
  padding: 4rem 0;
}
.main-2 .content .swiper-container .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-2 .content .swiper-container .swiper-pagination-bullet {
  background-color: transparent;
  border: 0.01rem solid #fff;
  opacity: 1;
  transition: all ease 0.3s;
}
.main-2 .content .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  width: 10px;
  height: 10px;
  border-color: #ee9a2c;
}
.main-2 .content .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #ee9a2c;
  transform: translate(-50%, -50%);
}
.main-2 .content .swiper-slide {
  transition: all ease 0.3s;
}
.main-2 .content .swiper-slide .img {
  min-height: 10rem;
  background-color: #ccc;
}
.main-2 .content .swiper-slide p {
  text-align: center;
  font-size: 0.7rem;
  line-height: 2;
}
.main-2 .content .swiper-slide.swiper-slide-active {
  transform: scale(1.2);
}
.main-3 .cy_title {
  text-align: center;
}
.main-3 .cy_title h3::before {
  display: none;
}
.main-3 .content {
  display: flex;
  margin: 2rem 0;
}
.main-3 .content .item {
  flex: 1;
  margin-right: 0.25rem;
  position: relative;
  overflow: hidden;
}
.main-3 .content .item:last-of-type {
  margin-right: 0;
}
.main-3 .content .item:nth-of-type(1) .img::after {
  background-image: ;
  background-size: 100% 100%;
}
.main-3 .content .item:nth-of-type(2) .img::after {
  background-image: ;
  background-size: 100% 100%;
}
.main-3 .content .item:nth-of-type(3) .img::after {
  background-image: ;
  background-size: 100% 100%;
}
.main-3 .content .item:nth-of-type(4) .img::after {
  background-image: ;
  background-size: 100% 100%;
}
.main-3 .content .item .img {
  background-color: #000;
  height: 20rem;
  position: relative;
}
.main-3 .content .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-3 .content .item .img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 127%;
  height: 112%;
  background-color: rgba(230, 112, 21, 0.8);
  z-index: 2;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.main-3 .content .item .img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.35rem;
  z-index: 1;
  opacity: 0;
  transition: all ease 0.3s;
}
.main-3 .content .item .text {
  position: absolute;
  top: calc(100% - -2rem);
  left: 50%;
  width: 127%;
  height: 100%;
  transform: translate(-50%, -50%);
  padding: 2rem 1.35rem;
  text-align: center;
  z-index: 3;
  transition: all ease 0.3s;
}
.main-3 .content .item .text * {
  transition: all ease 0.3s;
}
.main-3 .content .item .text * {
  color: #fff;
}
.main-3 .content .item .text .i {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translatey(-2rem);
  margin: 0 auto;
}
.main-3 .content .item .text .i i {
  font-size: 2rem;
}
.main-3 .content .item .text h6 {
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.main-3 .content .item .text h6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.2rem;
  border-bottom: 0.2rem solid #fff;
  transform: translate(-50%, 1rem);
  transition: all ease 0.3s;
}
.main-3 .content .item .text p {
  line-height: 2;
  font-size: 0.7rem;
  text-align: center;
  opacity: 0;
  transform: translatey(3rem);
}
.main-3 .content .item:hover {
  overflow: initial;
}
.main-3 .content .item:hover .img::before {
  opacity: 1;
}
.main-3 .content .item:hover .img::after {
  opacity: 1;
  width: 127%;
  height: 112%;
}
.main-3 .content .item:hover .text {
  top: 50%;
  padding-top: 4rem;
}
.main-3 .content .item:hover .text::after {
  opacity: 1;
}
.main-3 .content .item:hover .text .i {
  transform: translatey(0);
  opacity: 1;
}
.main-3 .content .item:hover .text h6::after {
  transform: translate(-50%, 0);
}
.main-3 .content .item:hover .text p {
  opacity: 1;
  transform: translatey(0);
}
.main-4 {
  position: relative;
}
.main-4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: ;
  background-size: cover;
  z-index: -1;
}
.main-4 .cy_title {
  text-align: center;
}
.main-4 .cy_title h3::before {
  display: none;
}
.main-4 .content {
  display: flex;
  justify-content: space-between;
  box-shadow: 0rem 0.4rem 0.8rem 0rem rgba(153, 153, 153, 0.15);
  background-color: #fff;
  padding: 2rem;
}
.main-4 .content .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.main-4 .content .left .num {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.main-4 .content .left .num::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 60%;
  border-left: 0.01rem solid #f5f5f5;
  transform: rotate(30deg) translatex(-50%);
}
.main-4 .content .left .num div {
  vertical-align: middle;
  margin-right: 6rem;
}
.main-4 .content .left .num div:last-of-type {
  margin-right: 0;
}
.main-4 .content .left .num strong {
  font-size: 2.5rem;
  font-weight: bold;
  color: #e67015;
}
.main-4 .content .left .num i {
  display: inline-block;
  font-size: 1.5rem;
  color: #e67015;
  transform: translatey(-1rem);
}
.main-4 .content .left > p {
  font-size: 0.7rem;
  line-height: 2;
  margin-top: 2.8rem;
}
.main-4 .content .right {
  max-width: 60%;
}
.main-5 .cy_title {
  text-align: center;
}
.main-5 .cy_title h3::before {
  display: none;
}
.main-5 .content .item .img {
  min-height: 10rem;
  background-color: #ccc;
  position: relative;
}
.main-5 .content .item .img .code {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(198, 115, 52, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: all ease 0.3s;
}
.main-5 .content .item .img .code .i {
  width: 6.2rem;
  height: 6.2rem;
  background-color: #fff;
  padding: 0.3rem;
}
.main-5 .content .item .img .code p {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 0.7rem;
}
.main-5 .content .item > p {
  font-size: 0.9rem;
  margin-top: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-5 .content .item > p i {
  font-size: 1.5rem;
  color: #ccc;
}
.main-5 .content .item:hover .img .code {
  transform: scale(1);
  opacity: 1;
}
.main-5 .content .item:hover i {
  color: #e67015 !important;
}
@media screen and (max-width: 768px) {
  main > section {
    padding: 2rem 0;
  }
  .main-1 {
    margin-bottom: 2rem;
  }
  .main-1 .img {
    display: none;
  }
  .main-1 .content {
    flex-direction: column;
    position: initial;
  }
  .main-1 .content .left > p {
    margin-top: 0;
  }
  .main-1 .content .left > p br {
    display: none;
  }
  .main-1 .content .right {
    display: none;
    flex: none;
    width: 100%;
    height: 10rem;
  }
  .main-2 .content > p br {
    display: none;
  }
  .main-2 .content .swiper-slide .img {
    min-height: 4rem;
  }
  .main-3 .content {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main-3 .content .item {
    width: 100%;
    flex: none;
    margin: 0;
    margin-bottom: 2%;
  }
  .main-3 .content .item .img {
    height: 15rem;
  }
  .main-3 .content .item .img::before {
    width: 100%;
    height: 100%;
  }
  .main-3 .content .item .img::after {
    display: none;
  }
  .main-3 .content .item .text {
    width: 100%;
    padding-top: 0;
  }
  .main-4 .content {
    flex-direction: column;
    padding: 1rem;
  }
  .main-4 .content .left > p {
    margin-top: 1rem;
  }
  .main-4 .content .left > p br {
    display: none;
  }
  .main-4 .content .right {
    max-width: 100%;
    margin-top: 1rem;
  }
  .main-5 .content .item > p {
    line-height: 1.6;
  }
}
