.main-1 .title {
  display: flex;
  justify-content: space-between;
}
.main-1 .title h3 {
  margin-bottom: 1rem;
}
.main-1 .title .page-title {
  width: 20rem;
}
.main-1 .title .des {
  width: 39rem;
}
.main-1 .title .des,
.main-1 .title .des * {
  line-height: 1.6;
}
.main-1 .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
}
.main-1 .content .item {
  padding: 1.3rem 2.5rem;
  background-color: #f9fafc;
}
.main-1 .content .item .i {
  width: 3rem;
  height: 3rem;
}
.main-1 .content .item h6 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}
.main-1 .content .item p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.4;
  margin-top: 0.5rem;
}
.main-2 {
  background-color: #c9d0d9;
  background-image: url("../images/bg9.jpg");
}
.main-2 .swiper-slide {
  padding: 2rem 2.5rem 5rem;
  background-color: #fff;
}
.main-2 .swiper-slide .i {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
}
.main-2 .swiper-slide h6 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.main-2 .swiper-slide p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.6;
}
.main-3 .title {
  display: flex;
  justify-content: space-between;
}
.main-3 .title .des {
  width: 45rem;
}
.main-3 .title .des,
.main-3 .title .des * {
  font-size: 1.2rem;
  line-height: 1.6;
}
.main-4 {
  position: relative;
  padding: 0;
}
.main-4 img {
  display: block;
  width: 100%;
}
.main-4 p {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  font-size: 1.2rem;
  color: #514258;
  text-align: center;
  transform: translateX(-50%);
}
.main-5 {
  background-color: #f9fafc;
}
.main-5 .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.main-5 .item {
  padding: 2.2rem;
  background-color: #fff;
}
.main-5 .item .top {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
.main-5 .item .top .img-auto {
  width: 6.6rem;
}
.main-5 .item .top .img-auto::before {
  padding-top: calc(100% / 132 * 153);
}
.main-5 .item .top .name {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e1e4eb;
}
.main-5 .item .top .name h6 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.main-5 .item .top .name p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.6;
}
.main-5 .item .bottom {
  margin-top: 1rem;
}
.main-5 .item .bottom p {
  display: flex;
  line-height: 1.6;
  font-size: 0.7rem;
  color: #666;
}
.main-5 .item .bottom p::before {
  content: "•";
}
.main-6 .content {
  display: flex;
  gap: 2rem;
}
.main-6 .item {
  flex: 1;
}
.main-6 .item > h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.main-6 .item .c {
  padding: 2rem;
  background-color: #f9fafc;
}
.main-6 .item .c div {
  position: relative;
  padding: 1rem 0;
  border-bottom: 1px solid #e7e9ee;
}
.main-6 .item .c div:first-of-type {
  padding-top: 0;
}
.main-6 .item .c div:last-of-type {
  border: none;
  padding-bottom: 0;
}
.main-6 .item .c div h6 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.main-6 .item .c div p {
  font-size: 0.7rem;
  line-height: 1.6;
  color: #666;
}
.main-6 .item .c div .i {
  position: absolute;
  top: 50%;
  right: 0;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ebebeb;
  background-color: #fff;
  transform: translateY(-50%);
}
.main-7 {
  background-color: #f9fafc;
}
.main-7 .title {
  display: flex;
  justify-content: space-between;
}
.main-7 .content {
  position: relative;
}
.main-7 .t {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.main-7 .title h6 {
  color: #1562e5;
  font-size: 1.5rem;
}
.main-7 .title p {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.main-7 .swiper-button-wrap {
  gap: 1rem;
}
.main-7 .swiper-button-wrap .swiper-button {
  background-color: transparent !important;
}
.main-7 .swiper-button-wrap .swiper-button::after {
  color: #1562e5;
}
.main-8 .swiper-slide {
  display: flex;
}
.main-8 .swiper-slide .img-auto {
  flex-shrink: 0;
  width: 49.35rem;
  border: none;
}
.main-8 .swiper-slide .img-auto::before {
  padding-top: calc(100% / 987 * 555);
}
.main-8 .swiper-slide .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f9fafc;
}
.main-8 .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 2.5rem;
}
.main-8 .content .txt {
  padding: 1.5rem;
  background-color: #f9fafc;
}
.main-9 {
  padding-bottom: 0;
}
.main-9 .content {
  display: flex;
  gap: 7rem;
}
.main-9 .rich-text {
  flex: 1;
}
.main-9 .right {
  flex-shrink: 0;
  width: 24.3rem;
}
.main-9 .right > div {
  margin-bottom: 2rem;
}
.main-9 .right > div > h6 {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ebebeb;
}
.main-9 .right .article .c a {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1.4rem;
}
.main-9 .right .article .c a::before {
  content: "•";
}
.main-9 .right .article .c a:hover {
  color: #1562e5;
}
.main-9 .right .project .c a {
  display: block;
  margin-bottom: 1.5rem;
}
.main-9 .right .project .c a:hover .txt h6 {
  color: #1562e5;
}
.main-9 .right .project .c .img-auto::before {
  padding-top: calc(100% / 486 * 288);
}
.main-9 .right .project .c .txt {
  padding-top: 0.5rem;
}
.main-9 .right .project .c .txt h6 {
  font-size: 1.4rem;
}
.main-9 .right .project .c .txt p {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #666;
}
.main-9 .other .content1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-top: 1px solid #ebebeb;
}
.main-9 .other a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.main-9 .other a i {
  font-size: 1rem;
}
.main-9 .other a span {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .main-1 .title {
    flex-direction: column;
  }
  .main-1 .title .page-title {
    width: 100%;
  }
  .main-1 .title .des {
    width: 100%;
  }
  .main-1 .content {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .main-1 .content .item {
    padding: 0.5rem;
  }
  .main-1 .content .item .i {
    width: 2rem;
    height: 2rem;
  }
  .main-1 .content .item h6 {
    font-size: 1rem;
  }
  .main-1 .content1 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .main-1 .content1 .item .txt {
    padding: 1rem;
  }
  .main-2 .swiper-slide {
    padding: 1rem;
  }
  .main-2 .swiper-slide .i {
    width: 2rem;
    height: 2rem;
  }
  .main-2 .swiper-slide h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .main-3 .title {
    flex-direction: column;
  }
  .main-3 .title .des,
  .main-3 .title .des * {
    font-size: 1rem;
  }
  .main-4 p {
    font-size: 0.8rem;
    bottom: 0.5rem;
    white-space: nowrap;
  }
  .main-5 .content {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .main-5 .item {
    padding: 1rem;
  }
  .main-5 .item .top .name h6 {
    font-size: 1.2rem;
  }
  .main-6 .content {
    flex-direction: column;
  }
  .main-6 .item > h2 {
    font-size: 1.4rem;
  }
  .main-6 .item .c {
    padding: 1rem;
  }
  .main-6 .item .c div h6 {
    font-size: 1rem;
  }
  .main-6 .item .c div .i {
    width: 2rem;
    height: 2rem;
  }
  .main-8 .swiper-slide .img-auto {
    width: 30%;
  }
  .main-8 .content {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .main-8 .content .txt {
    padding: 0.5rem;
  }
  .main-9 .content {
    flex-direction: column;
    gap: 1rem;
  }
  .main-9 .right {
    width: 100%;
  }
  .main-9 .right .article .c a {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  .main-9 .right .project .c {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .main-9 .right .project .c .txt h6 {
    font-size: 1rem;
  }
  .main-9 .other .content1 {
    flex-direction: column;
    gap: 1rem;
  }
}
