.main-1 {
  background-image: url("../images/a2.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 120%;
}
.main-1 .content {
  display: flex;
  gap: 7rem;
}
.main-1 .content .main-title p {
  font-size: 1.8rem;
}
.main-1 .content > div {
  flex: 1;
}
.main-1 .content .logo {
  margin-top: 3.5rem;
  width: 20rem;
}
.main-2 {
  background-color: #0f8dd5;
  background-image: url("../images/a4.jpg");
  background-size: cover;
}
.main-2 .content {
  display: flex;
  justify-content: space-between;
}
.main-2 .lab {
  display: grid;
  grid-template-columns: repeat(3, 9.75rem);
  gap: 1.3rem;
  margin-bottom: 2.5rem;
}
.main-2 .lab * {
  color: #fff;
}
.main-2 .lab .item {
  height: 8.3rem;
  text-align: center;
  background-image: url("../images/tag3.svg");
  background-size: 100% 100%;
}
.main-2 .lab .item p {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.main-2 .lab .item p span {
  font-size: 3.2rem;
}
.main-2 .lab .item > span {
  font-size: 0.9rem;
}
.main-2 .r {
  width: 50%;
}
.main-2 .r .swiper-slide {
  padding: 1.2rem;
  background-color: #fff;
  background-image: url("../images/you.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.2rem) 1.2rem;
  background-size: 2.6rem;
}
.main-2 .r .swiper-slide .t {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.main-2 .r .swiper-slide .t .img {
  flex-shrink: 0;
  width: 12.3rem;
  height: 13.95rem;
}
.main-2 .r .swiper-slide .t .z {
  padding-right: 1.5rem;
}
.main-2 .r .swiper-slide .t .z h6 {
  font-size: 1.6rem;
  writing-mode: vertical-lr;
  color: #0f8dd5;
}
.main-2 .r .swiper-slide .info {
  margin-top: 1.6rem;
}
.main-2 .r .swiper-slide .info h6 {
  font-size: 1.6rem;
}
.main-2 .r .swiper-slide .info .f {
  margin-top: 1rem;
}
.main-2 .r .swiper-slide .info .f p {
  position: relative;
  color: #666;
  padding-left: 0.8rem;
  line-height: 2;
  font-size: 0.7rem;
}
.main-2 .r .swiper-slide .info .f p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  transform: translateY(-50%);
  background-image: url("../images/point.svg");
  background-size: 100% 100%;
}
.main-2 .r .swiper-slide .info .more-btn-little {
  margin-top: 4rem;
}
.main-3 .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.main-3 .title .main-title {
  margin-bottom: 0;
}
.main-3 .title > p {
  max-width: 53.5rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
.main-3 .title > p span {
  color: #0f8dd5;
  font-size: inherit;
}
.main-3 .content {
  padding-left: 8rem;
}
.main-3 .swiper-slide {
  padding: 3rem 2.5rem;
  background-color: #0f8dd5;
  background-image: url("../images/hon-bg.jpg");
  background-size: cover;
}
.main-3 .swiper-slide h6 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 3rem;
  color: #fff;
}
.main-3 .swiper-slide .wrap {
  display: flex;
  gap: 0.6rem;
}
.main-3 .swiper-slide .wrap .img {
  flex: 1;
}
.main-4 {
  padding-top: 0;
  padding-bottom: 0;
}
.main-4 .content {
  display: flex;
}
.main-4 .l {
  padding-left: 8rem;
  padding-top: 5rem;
  background-color: #0f8dd5;
  background: linear-gradient(62deg, #0f8dd5 3%, #d5ebf8 101%);
}
.main-4 .l .main-title {
  margin-bottom: 5rem;
}
.main-4 .lab .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0;
}
.main-4 .lab .item:last-of-type .txt {
  border-bottom: none;
}
.main-4 .lab .item .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 29.5rem;
  height: 8.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main-4 .lab .item .txt::before {
  background-color: #fff;
}
.main-4 .lab .item .txt span {
  font-size: 1.2rem;
  color: #fff;
  opacity: 0.5;
}
.main-4 .lab .item .txt p {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  color: #fff;
}
.main-4 .lab .item .i {
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 50%;
  background-color: #fff;
  transform: translateX(50%);
}
.main-4 .lab .item .i img {
  width: 4.5rem;
}
.main-5 .content {
  display: flex;
}
.main-5 .content > .img {
  width: 28.15rem;
  height: 35.6rem;
}
.main-5 .content .r {
  position: relative;
  width: calc(100% - 28.15rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3.5rem;
  background-color: #eff1f3;
}
.main-5 .content .r .swiper {
  width: 100%;
  height: calc(6rem * 4 + 30px * 3);
}
.main-5 .content .r .swiper .swiper-slide {
  height: 6rem;
  background-color: #fff;
  padding: 1rem;
}
.main-5 .content .r .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.main-5 .content .r .swiper-navi {
  position: absolute;
  bottom: 3rem;
  left: 0;
  z-index: 11;
  transform: translateX(-50%);
}
.main-5 .content .r .swiper-navi .swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 5.5rem;
  background-color: #fff;
  cursor: pointer;
}
.main-5 .content .r .swiper-navi .swiper-btn i {
  font-size: 1.2rem;
  color: #0f8dd5;
  transform: rotate(90deg);
}
.main-5 .content .r .swiper-navi .swiper-btn:hover {
  background-color: #0f8dd5;
}
.main-5 .content .r .swiper-navi .swiper-btn:hover i {
  color: #fff;
}
.main-6 .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.main-6 .team-link:hover .txt {
  background-color: #d4efff;
}
.main-6 .team-link:hover .txt .i {
  opacity: 1;
}
.main-6 .team-link .img {
  height: 21rem;
}
.main-6 .team-link .txt {
  position: relative;
  padding: 1.8rem 1.2rem;
}
.main-6 .team-link .txt h6 {
  font-size: 1.6rem;
}
.main-6 .team-link .txt p {
  font-size: 0.9rem;
  color: #0f8dd5;
  margin-top: 0.5rem;
}
.main-6 .team-link .i {
  position: absolute;
  top: 0;
  right: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background-color: #0f8dd5;
  transform: translateY(-50%);
  opacity: 0;
}
.main-6 .team-link .i i {
  color: #fff;
}
.main-6 .swiper-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.main-6 .swiper-dialog.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-6 .swiper-dialog .con {
  width: 50rem;
  padding: 3rem;
  background-color: #fff;
  background-image: url("../images/you.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.2rem) 1.2rem;
  background-size: 2.6rem;
}
.main-6 .swiper-slide {
  display: flex;
  gap: 2.6rem;
}
.main-6 .swiper-slide .img {
  width: 13rem;
  height: 14.75rem;
}
.main-6 .swiper-slide .info h6 {
  font-size: 1.6rem;
}
.main-6 .swiper-slide .info > p {
  color: #0f8dd5;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.main-6 .swiper-slide .info .f {
  margin-top: 1rem;
}
.main-6 .swiper-slide .info .f p {
  position: relative;
  color: #666;
  padding-left: 0.8rem;
  line-height: 2;
  font-size: 0.7rem;
}
.main-6 .swiper-slide .info .f p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  transform: translateY(-50%);
  background-image: url("../images/point.svg");
  background-size: 100% 100%;
}
.main-6 .swiper-slide .info .more-btn-little {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .main-1 .content {
    flex-direction: column;
    gap: 2rem;
  }
  .main-1 .content .logo {
    width: 100%;
    margin-top: 1rem;
  }
  .main-1 .content {
    flex-direction: column;
    gap: 2rem;
  }
  .main-2 .content {
    flex-direction: column;
  }
  .main-2 .content > div {
    width: 100%;
  }
  .main-2 .l {
    position: relative;
  }
  .main-2 .l .more-btn {
    position: absolute;
    bottom: 5rem;
    right: 2rem;
  }
  .main-2 .lab {
    grid-template-columns: repeat(2, 1fr);
  }
  .main-3 .title {
    flex-direction: column;
  }
  .main-3 .title > p {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    text-align: center;
  }
  .main-3 .content {
    padding-left: 0;
  }
  .main-3 .swiper-slide {
    padding: 1rem;
  }
  .main-3 .swiper-slide h6 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .main-3 .swiper-nav {
    justify-content: center;
  }
  .main-4 .content {
    flex-direction: column;
  }
  .main-4 .l {
    padding: 1rem;
  }
  .main-4 .l .main-title {
    margin-bottom: 1rem;
  }
  .main-4 .lab .item {
    gap: 1rem;
  }
  .main-4 .lab .item .txt {
    flex: 1;
    width: auto;
    height: auto;
    padding: 1rem 0;
  }
  .main-4 .lab .item .txt p {
    font-size: 1rem;
  }
  .main-4 .lab .item .i {
    flex-shrink: 0;
    width: 5rem;
    height: 5rem;
    transform: none;
  }
  .main-4 .lab .item .i img {
    width: 50%;
  }
  .main-5 .content {
    flex-direction: column;
  }
  .main-5 .content > .img {
    width: 100%;
    height: auto;
  }
  .main-5 .content .r {
    width: 100%;
    padding: 1rem;
  }
  .main-5 .content .r .swiper-navi {
    display: none;
  }
  .main-6 .content {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .main-6 .swiper-dialog .con {
    width: 98%;
    padding: 0.5rem;
  }
  .main-6 .swiper-dialog .swiper-slide {
    gap: 1rem;
  }
  .main-6 .swiper-dialog .swiper-slide .info h6 {
    font-size: 1.2rem;
  }
  .main-6 .swiper-dialog .swiper-slide .info > p {
    font-size: 1rem;
  }
  .main-6 .team-link .img {
    height: 13rem;
  }
  .main-6 .team-link .txt {
    padding: 1rem 0.5rem;
  }
  .main-6 .team-link .txt h6 {
    font-size: 1rem;
  }
  .main-6 .team-link .txt p {
    font-size: 0.7rem;
  }
}
