.banner {
  position: relative;
}

.banner .text {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  height: calc(100% - 0.8rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
}

.modular * {
  line-height: 1;
}

.modular {
  padding: 1.2rem 0;
}

.bold {
  font-weight: bold;
}

.modular .title-text {
  margin-bottom: 0.24rem;
  line-height: 1.2;
}

.modular .title-sub {
  margin-bottom: 0.24rem;
  line-height: 1.5;
}

.modular1 .list {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.3rem;
}

.modular1 .list .tit {
  line-height: 1.2;
  margin-bottom: 0.24rem;
}

.modular1 .list .sub *,
.modular1 .list .sub {
  line-height: 1.4;
}

.modular1 .list .sub{
  height: 4.2em;
  overflow: hidden;
  text-align: justify;
}

.modular6 .list .sub{
  height: auto;
}

.modular1 .list .item {
  padding: 0.5rem 0.3rem;
  position: relative;
  height: 5.2rem;
  border-radius: 0.15rem;
  overflow: hidden;
  transition: 0.5s;
}

.modular1 .list .item > * {
  position: relative;
  z-index: 1;
  color: #fff;
}

/* 黑色 */
.modular1 .list .item.black > * {
  color: #000;
}

.modular1 .list .item .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  position: absolute;
  z-index: 0;
}

.modular1 .btn-wrap {
  margin-top: 0.6rem;
  display: flex;
  gap: 0.1rem;
}

.modular1 .btn-wrap .btns {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  width: 50%;
}

.modular1 .btn-wrap .btns .btn {
  display: block;
  background: #fff;
  padding: 0.1rem 0.1rem;
  border-radius: 0.05rem;
  box-shadow: 0.025rem 0.025rem 0.05rem rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.modular1 .btn-wrap .btns .btn span {
  position: relative;
  z-index: 1;
  color: #000;
}

.modular1 .btn-wrap .btns .btn .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}

.modular2 {
  background: #f3f4f6;
}

.modular2 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.3rem;
  margin-top: 1rem;
  justify-content: space-between;
  overflow: hidden;
}

.modular2 .list .item {
  width: calc(20% - 0.3rem);
  position: relative;
  padding: 0.5rem 0;
  font-size: 0;
}

.modular2 .list .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  border-bottom: 1px solid #bfc3ca;
}

.modular2 .list .item.jb {
  width: 3rem;
}

.modular2 .list .item .jp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}

.modular2 .list .tit {
  margin-bottom: 0.1rem;
}

.modular2 .list .num {
  display: flex;
  align-items: end;
  gap: 0.08rem;
  line-height: 1.2;
}

.modular2 .list .num em {
  line-height: 1.2;
}
.modular3 {
  background: no-repeat center/cover;
}
.modular3 .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0.3rem;
  margin-top: 0.8rem;
}

.modular3 .list .tit {
  margin-bottom: 0.3rem;
}

.modular3 .list .item {
  padding: 0.4rem 0.3rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.14rem;
  background: no-repeat center/cover;
  transition: 0.5s;
}

.modular3 .list .info p {
  line-height: 1.5;
  position: relative;
  padding-left: 1em;
  margin: 0;
  text-align: justify;
}

.modular3 .list .info p+p{
  margin-top: 0.1rem;
}

.modular3 .list .info p::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translate(0, -50%);
}
.modular4 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.8rem;
}
.modular4 .item {
  width: 1.38rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modular4 .item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.modular5 {
  background: #e2eaf6;
}

.modular5 .wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.modular5 .wrap > * {
  width: 100%;
}

.modular5 ._nav {
  max-width: 11.2rem;
  height: 0;
}

.modular5 ._nav .swiper-container {
  padding: 0.05rem;
  transform: translate(0, -100%);
}

.modular5 ._nav .swiper-slide span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.05rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  padding: 0.5em;
  background: #fff;
  border-radius: 0.05rem;
  transition: 0.5s;
  cursor: pointer;
}

.modular5 ._nav .swiper-slide.on span {
  background: #01b2b2;
  color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0);
}

.modular5 .list {
  margin-top: 0.8rem;
  position: relative;
}

.modular5 .list .box {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.modular5 .list .box .left {
  flex: 1;
  padding: 0.6rem;
}

.modular5 .list .box .left * {
  line-height: 1.5;
  text-align: justify;
}

.modular5 .list .box .left .tit {
  margin-bottom: 0.2rem;
  line-height: 1.3;
}

.modular5 .list .box .right {
  width: 9.15rem;
  border-radius: 0.15rem;
  overflow: hidden;
}

.modular5 .swiper-button-next,
.modular5 .swiper-button-prev {
  left: 0;
  transform: translate(-200%, -50%);
  margin-left: 0;
  margin-top: 0;
  background: none;
  width: auto;
  height: auto;
  transition: 0.5s;
}

.modular5 .swiper-button-next {
  transform: translate(200%, 0);
  left: auto;
  right: 0;
}

.modular6 .list .item {
  min-height: 4rem;
  height: auto;
  box-sizing: border-box;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.modular6 .list {
  margin-top: 0.6rem;
}

.modular7 {
  background: #f4f7fc;
}

.modular7 .img-box {
  margin-top: 0.8rem;
  text-align: center;
}

.modular7 .img-box img {
  width: auto;
  max-width: 90%;
}

.modular8 .tab {
  margin-top: 0.6rem;
  display: flex;
}

.modular8 .tab .tab-nav {
  width: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.6rem 0;
  z-index: 1;
  position: relative;
}

.modular8 .tab .tab-nav .item {
  width: 3rem;
  display: flex;
  height: 0.7rem;
  align-items: center;
  padding: 0 0.24rem;
  border-radius: 0.1rem;
  cursor: pointer;
  transition: 0.5s;
}
.modular8 .tab .tab-nav .item span {
  flex: 1;
}

.modular8 .tab .tab-nav .item.on {
  background: #01b2b2;
  color: #fff;
}

.modular8 .tab .tab-nav .item i {
  opacity: 0;
  transition: 0.5s;
}

.modular8 .tab .tab-nav .item.on i {
  opacity: 1;
}

.modular8 .tab .tab-content {
  flex: 1;
  border-radius: 0.1rem;
  position: relative;
  min-height: 6.5rem;
  overflow: hidden;
}

.modular8 .tab .tab-content .item {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0.3rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.6rem;
  padding-left: 1.6rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  background: no-repeat center/cover;
}

.modular8 .tab .tab-content .item.on {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.modular8 .tab .tab-content .item .left {
  width: 4rem;
  padding-bottom: 1rem;
}

.modular8 .tab .tab-content .item .left * {
  line-height: 1.5;
  text-align: justify;
}

.modular8 .tab .tab-content .item .left .tit {
  margin-bottom: 0.2rem;
  font-weight: bold;
}

.modular8 .tab .tab-content .item .right {
  flex: 1;
}

.modular8 .tab .tab-content .item .right img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.modular9 {
  background: #fff;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.modular9::after {
  content: "";
  left: 0;
  top: 2rem;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f3f4f6;
}

.modular9 .list {
  margin: 0 0.6rem;
  margin-top: 0.4rem;
  width: calc(100% - 1.2rem);
}

.modular9 .list .box {
  flex-direction: row-reverse;
}

.modular9 .list .box .right {
  width: 8.2rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  margin: 0.1rem;
}
.swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #01b2b2;
}

@media screen and (min-width: 1024px) {
  .modular8 .tab .tab-nav .item:hover {
    background: #01b2b2;
    color: #fff;
  }

  .modular1 .btn-wrap .btns .btn:hover .bg {
    opacity: 1;
  }

  .modular5 .swiper-button-next:hover,
  .modular5 .swiper-button-prev:hover {
    opacity: 0.3;
  }

  .modular3 .list .item:hover,
  .modular1 .list .item:hover {
    transform: translateY(-0.1rem);
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 1rem;
  }

  .modular1 .list {
    grid-template-columns: 1fr;
  }

  .modular2 .list .item {
    width: calc(50% - 0.3rem);
  }

  .modular3 .list {
    grid-template-columns: 1fr;
  }

  .modular5 ._nav .swiper-container {
    transform: translate(0, 0);
  }
  .modular5 ._nav {
    height: auto;
  }

  .modular5 .list {
    margin-top: 0.4rem;
  }

  .modular5 .list .box {
    flex-direction: column-reverse;
    gap: 0rem;
  }

  .modular5 .list .box .left {
    width: 100%;
  }

  .modular5 .list .box .right {
    width: 100%;
  }

  .modular5 .swiper-button-next,
  .modular5 .swiper-button-prev {
    transform: translate(-50%, 0);
    left: 0;
  }
  .modular5 .swiper-button-next {
    transform: translate(50%, 0);
    left: auto;
    right: 0;
  }

  .modular1 .list .item {
    height: auto;
  }

  .modular2 .list .item .jp {
    font-size: 0.22rem;
  }

  .modular8 .tab .tab-nav {
    display: none;
  }

  .modular8 .tab .tab-content .item {
    opacity: 1;
    visibility: visible;
    display: flex;
    height: auto;
    position: relative;
    padding: 0.6rem;
    flex-direction: column-reverse;
    gap: 0.6rem;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }

  .modular8 .tab .tab-content .item .left {
    width: 100%;
    padding-bottom: 0.3rem;
  }

  .modular8 .tab .tab-content{
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    background: none !important;
  }

  .modular9 .list {
    margin: 0;
    margin-top: 0.4rem;
    width: 100%;
  }

  .banner .banner-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center/cover;
  }

  .banner .banner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .banner .text{
    position: relative;
    top: 0;
    height: auto;
    padding: 0.8rem 0;
    padding-top: 1.6rem;
    min-height: 4.8rem;
  }

  .banner .text p{
    word-break: break-all;
    white-space: normal;
  }

  .banner .text br{
    display: none;
  }
}
