@charset "UTF-8";
body .home .container .fb4 {
  font-weight: 400;
}
body .home .container .fb5 {
  font-weight: 500;
}
body .home .container .fb6 {
  font-weight: 600;
}
body .home .container .fb7 {
  font-weight: 700;
}
body .home .container .t {
  text-align: center;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 2.0833333333vw;
}
body .home .container .tabs {
  margin-top: 2.0833333333vw;
  padding: 0 8.3333333333vw;
}
body .home .container .sec1 {
  padding: 2.0833333333vw 0 6.25vw 8.3333333333vw;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
body .home .container .sec1 .left {
  width: 23.9583333333vw;
  height: 28.6458333333vw;
  flex-shrink: 0;
  margin-right: 5.2083333333vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .home .container .sec1 .left h1 {
  text-align: left;
}
body .home .container .sec1 .left p {
  line-height: 1.5;
  color: #040313;
}
body .home .container .sec1 .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
body .home .container .sec1 .right .swiper {
  height: 28.6458333333vw;
  width: 100%;
  overflow: hidden;
}
body .home .container .sec1 .right .swiper .swiper-slide {
  width: 20.8333333333vw;
  height: 100%;
  cursor: pointer;
}
body .home .container .sec1 .right .swiper .swiper-slide:hover span.img img.rw {
  transform: scale(1.05);
}
body .home .container .sec1 .right .swiper .swiper-slide span.img {
  width: 100%;
  height: 22.9166666667vw;
  position: relative;
  display: flex;
  overflow: hidden;
}
body .home .container .sec1 .right .swiper .swiper-slide span.img em {
  width: 20.5729166667vw;
  height: 2.3958333333vw;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}
body .home .container .sec1 .right .swiper .swiper-slide span.img em img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body .home .container .sec1 .right .swiper .swiper-slide span.img em b {
  position: relative;
  z-index: 2;
  font-size: 20px;
}
body .home .container .sec1 .right .swiper .swiper-slide span.img img.rw {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1);
  transition: all 0.6s;
  object-fit: cover;
}
body .home .container .sec1 .right .swiper .swiper-slide .info {
  margin: 16px 0 10px 0;
}
body .home .container .sec1 .right .swiper .swiper-slide .info p {
  color: #444444;
  line-height: 1.4;
  display: -webkit-box; /* 必须设置为弹性盒子模型 */
  -webkit-box-orient: vertical; /* 垂直排列子元素 */
  -webkit-line-clamp: 2; /* 限制显示的行数 */
  overflow: hidden; /* 隐藏超出内容 */
  text-overflow: ellipsis;
}
body .home .container .sec2 {
  padding: 4.1666666667vw 0 6.25vw 0;
  background: #EFEEF3;
  position: relative;
}
body .home .container .sec2 span.icon {
  width: 25vw;
  position: absolute;
  height: 7.1875vw;
  top: 0;
  right: 0;
}
body .home .container .sec2 h1 {
  text-align: left;
  padding: 0 8.3333333333vw;
  margin-bottom: 4.6875vw;
}
body .home .container .sec2 .swiper {
  height: 25.78125vw;
  width: 100%;
  overflow: hidden;
}
body .home .container .sec2 .swiper .swiper-slide {
  width: 18.2291666667vw;
  height: 100%;
  display: flex;
}
body .home .container .sec2 .swiper .swiper-slide:hover span.img img {
  transform: scale(1.05);
}
body .home .container .sec2 .swiper .swiper-slide span.img {
  width: 100%;
  height: 22.9166666667vw;
  display: flex;
  overflow: hidden;
}
body .home .container .sec2 .swiper .swiper-slide span.img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s;
}
body .home .container .sec2 .swiper .swiper-slide:nth-child(even) {
  align-items: flex-end;
}
body .home .container .sec3 {
  padding: 6.25vw 8.3333333333vw;
}
body .home .container .sec3 h1 {
  text-align: left;
}
body .home .container .sec3 ul.list {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-top: 3.125vw;
}
body .home .container .sec3 ul.list li {
  width: 17.5520833333vw;
  height: 28.125vw;
  flex-shrink: 0;
  margin-right: 1.0416666667vw;
  transition: all 0.6s;
  position: relative;
  display: flex;
}
body .home .container .sec3 ul.list li::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.6s;
  cursor: pointer;
}
body .home .container .sec3 ul.list li:nth-child(1) {
  animation-delay: 0s;
}
body .home .container .sec3 ul.list li:nth-child(2) {
  animation-delay: 0.1s;
}
body .home .container .sec3 ul.list li:nth-child(3) {
  animation-delay: 0.2s;
}
body .home .container .sec3 ul.list li:hover::after, body .home .container .sec3 ul.list li.on::after {
  background: none;
}
body .home .container .sec3 ul.list li:hover .txt, body .home .container .sec3 ul.list li.on .txt {
  bottom: 0;
  padding: 1.5625vw;
}
body .home .container .sec3 ul.list li:hover .txt h4, body .home .container .sec3 ul.list li.on .txt h4 {
  text-align: left;
}
body .home .container .sec3 ul.list li:hover .txt h5, body .home .container .sec3 ul.list li:hover .txt h6, body .home .container .sec3 ul.list li.on .txt h5, body .home .container .sec3 ul.list li.on .txt h6 {
  opacity: 1;
}
body .home .container .sec3 ul.list li img.bg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.6s;
}
body .home .container .sec3 ul.list li .tips {
  width: 66%;
  bottom: 1.5625vw;
  position: absolute;
  left: 1.5625vw;
  z-index: 3;
  color: #fff;
  text-align: left;
  transition: all 0.6s;
  opacity: 1;
}
body .home .container .sec3 ul.list li .txt {
  position: absolute;
  z-index: 3;
  bottom: -5.2083333333vw;
  left: 0;
  opacity: 0;
  padding: 0.78125vw;
  color: #fff;
  transition: all 0.6s;
}
body .home .container .sec3 ul.list li .txt h4 {
  font-weight: bold;
  text-align: left;
  transition: all 0.6s;
}
body .home .container .sec3 ul.list li .txt h5 {
  font-weight: 400;
  margin: 0.625vw 0 1.25vw 0;
  color: rgba(255, 255, 255, 0.9);
}
body .home .container .sec3 ul.list li .txt h6 {
  font-weight: 400;
  display: flex;
  align-items: center;
}
body .home .container .sec3 ul.list li .txt h6 i {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  display: flex;
  margin-top: 4px;
  margin-left: 4px;
}
body .home .container .sec3 ul.list li .txt h6 i img {
  width: 100%;
  height: 100%;
  display: block;
}
body .home .container .sec3 ul.list li .txt h5, body .home .container .sec3 ul.list li .txt h6 {
  opacity: 1;
  transition: all 0.6s;
}
body .home .container .sec3 ul.list li:last-child {
  margin-right: 0;
}
body .home .container .sec3 ul.list li.on {
  width: 46.1458333333vw;
}
body .home .container .sec3 ul.list li.on .txt {
  opacity: 1;
  transform: translateY(0vw);
}
body .home .container .sec3 ul.list li.on .tips {
  opacity: 0;
}
body .home .container .sec4 {
  padding: 9.3229166667vw 0 9.3229166667vw 8.3333333333vw;
  background: url(../images/about/v4.jpg);
  height: 28.6458333333vw;
  background-size: cover;
  box-sizing: border-box;
}
body .home .container .sec4 .c_btn {
  width: 9.375vw !important;
}
body .home .container .sec4 h1 {
  color: #fff;
  margin-bottom: 2.0833333333vw;
  text-align: left;
}
body .home .container .sec4 p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  body .home .container .tabs {
    margin-top: 30px;
    padding: 0 5%;
    gap: 20px;
  }
  body .home .container .t {
    margin-bottom: 30px;
  }
  body .home .container .sec1 {
    padding: 30px 5%;
    flex-direction: column;
  }
  body .home .container .sec1 .left {
    width: 100% !important;
    height: auto !important;
  }
  body .home .container .sec1 .left h1 {
    margin-bottom: 10px;
  }
  body .home .container .sec1 .left p {
    margin-bottom: 20px;
  }
  body .home .container .sec1 .right .swiper {
    height: 100%;
  }
  body .home .container .sec1 .right .swiper .swiper-slide span.img {
    height: 380px;
  }
  body .home .container .sec1 .right .swiper .swiper-slide span.img em {
    width: 120px;
    height: 36px;
  }
  body .home .container .sec1 .right .swiper .swiper-slide h4 {
    margin-bottom: 10px;
  }
  body .home .container .sec2 {
    padding: 30px 5%;
  }
  body .home .container .sec2 h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  body .home .container .sec2 span.icon {
    width: 130px;
    height: auto;
  }
  body .home .container .sec2 .swiper {
    height: 460px;
  }
  body .home .container .sec2 .swiper .swiper-slide {
    align-items: flex-start !important;
  }
  body .home .container .sec2 .swiper span.img {
    height: auto !important;
  }
  body .home .container .sec3 {
    padding: 30px 5%;
  }
  body .home .container .sec3 h1 {
    text-align: center;
  }
  body .home .container .sec3 ul.list {
    flex-direction: column;
  }
  body .home .container .sec3 ul.list li, body .home .container .sec3 ul.list.on {
    width: 100% !important;
    height: 200px;
    margin-bottom: 20px;
  }
  body .home .container .sec3 ul.list li::after, body .home .container .sec3 ul.list.on::after {
    background: rgba(0, 0, 0, 0.3) !important;
  }
  body .home .container .sec3 ul.list li .tips, body .home .container .sec3 ul.list.on .tips {
    display: none;
  }
  body .home .container .sec3 ul.list li .txt, body .home .container .sec3 ul.list.on .txt {
    display: flex;
    flex-direction: column;
    bottom: 0;
    opacity: 1;
    padding: 20px !important;
    box-sizing: border-box;
  }
  body .home .container .sec3 ul.list li .txt h4, body .home .container .sec3 ul.list.on .txt h4 {
    font-weight: bold;
  }
  body .home .container .sec3 ul.list li .txt h5, body .home .container .sec3 ul.list.on .txt h5 {
    margin: 10px 0 0 0;
  }
  body .home .container .sec4 {
    padding: 30px 5%;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center center;
  }
  body .home .container .sec4 h1 {
    width: 50%;
  }
  body .home .container .sec4 .c_btn {
    width: 160px !important;
  }
  body .home .container .pager {
    margin: 30px 0 60px 0;
    gap: 10px;
  }
  body .home .container .pager .btn {
    width: 25px;
    height: 25px;
  }
  body .home .container .pager .btn img {
    width: 15px;
  }
  body .home .container .pager a {
    width: 25px;
    height: 25px;
  }
}

/*# sourceMappingURL=join.css.map */
