.list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
}

.list1 li {
  height: 64px;
  line-height: 64px;
  background: #f4f5f7;
  border-radius: 12px;
  margin: 5px;
  padding: 0 38px;
  font-size: 20px;
  color: #999999;
}

@media only screen and (max-width: 833px) {
  .list1 {
    justify-content: space-between;
  }
  .list1 li {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    padding: 0;
    font-size: 16px;
    text-align: center;
  }
}
.j-timeline {
  padding-left: 11px;
}
.j-timeline .j-timeline-item {
  position: relative;
  padding-bottom: 42px;
  font-size: 16px;
  padding-left: 40px;
}
.j-timeline .j-timeline-item-tail {
  position: absolute;
  inset-block-start: 10px;
  inset-inline-start: 4px;
  height: calc(100% - 10px);
  border-inline-start: 2px solid rgba(5, 5, 5, 0.06);
}
.j-timeline .j-timeline-item-head {
  position: absolute;
  left: -11px;
  width: 32px;
  height: 32px;
  background-image: url("../images/join/icon1.svg");
  top: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.j-timeline .j-timeline-item-label {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 4px;
}
.j-timeline .j-timeline-item-content {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 1.7;
}
.j-timeline .j-timeline-item:last-child > .j-timeline-item-tail {
  display: none;
}

.j-timeline.j-timeline-label .j-timeline-item-label {
  font-size: 14px;
  color: #999;
}
.j-timeline.j-timeline-label .j-timeline-item-label b {
  font-weight: normal;
  color: #333333;
}

.join_part03 {
  height: 730px;
}
.join_part03 .mod-bd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.join_part03 .mod-bd .col-left {
  width: 46%;
  float: none;
}

.join_part03 .mod-bd .col-right {
  width: 50%;
  float: none;
}
.join_part03 .mod-bd .pic {
  border-radius: 8px;
}
.join_part03 .mod-bd .pic img {
  border-radius: 8px;
  width: 100%;
}

.join_part03 .slide-item {
  position: relative;
}
.join_part03 .mod-bd .txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  box-sizing: border-box;

  background: linear-gradient(180deg, #f57519 0%, #f06907 100%);
  border-radius: 0 0 8px 8px;
  padding: 20px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  height: 80px;
  box-sizing: border-box;
}

.join_part03 .swiper-button-next,
.join_part03 .swiper-button-prev {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 0;
  top: auto;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.6);
  bottom: 26px;
  transition: all 0.3s;
}

.join_part03 .swiper-button-next:hover,
.join_part03 .swiper-button-prev:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}

.join_part03 .swiper-button-next:after,
.join_part03 .swiper-button-prev:after {
  font-size: 14px;
}

.join_part03 .swiper-button-next {
  right: 30px;
}

.join_part03 .swiper-button-prev {
  left: auto;
  right: 74px;
}

@media only screen and (max-width: 833px) {
  .join_part03 .mod-bd .txt {
    padding: 0 20px;
    line-height: 48px;
    height: 48px;
  }
  .join_part03 .swiper-button-next,
  .join_part03 .swiper-button-prev {
    bottom: 10px;
  }
}

.join-page .mod {
  padding: 60px 0;
  box-sizing: border-box;
}

.join-page .mod .mod-hd {
  margin-bottom: 60px;
}

.join_part04 {
  height: 730px;
  background: linear-gradient(180deg, #ffffff 0%, #fff5ee 100%);
}
.join_part04 .mod-bd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.join_part04 .mod-bd .col-left {
  width: 46%;
  float: none;
}

.join_part04 .mod-bd .col-right {
  width: 50%;
  font: none;
}
.join_part04 .mod-bd .pic {
  border-radius: 8px;
}
.join_part04 .mod-bd .pic img {
  border-radius: 8px;
  width: 100%;
}

@media only screen and (max-width: 833px) {
  .join_part03 {
    height: 900px;
  }
  .join_part04 {
    height: 780px;
  }

  .join_part03 .mod-bd {
    flex-direction: column-reverse;
  }
  .join_part03 .mod-bd .col-right {
    margin-bottom: 20px;
  }

  .join_part03 .mod-bd .col-left,
  .join_part03 .mod-bd .col-right,
  .join_part04 .mod-bd .col-left,
  .join_part04 .mod-bd .col-right {
    width: 100%;
    float: none;
    position: relative;
  }
  .join_part04 .mod-bd .col-left {
    margin-bottom: 10px;
  }
  .join_part04 .j-timeline .j-timeline-item {
    padding-left: 32px;
    padding-bottom: 30px;
  }
}

.join_part05 {
  background-image: url("../images/join/bg3.jpg");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  background-color: rgba(245, 117, 25, 1);
  color: #555;
  padding: 60px 0;
}

.join_part05 .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.join_part05 .join-slogan {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  padding-left: 10%;
}
.join_part05 .join-slogan-en {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  padding-left: 10%;
}

@media only screen and (max-width: 833px) {
  .join_part05 {
    padding: 48px 0;
  }
  .join_part05 .wrapper {
    align-items: center;
  }
  .join_part05 .join-slogan {
    font-size: 24px;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .join_part05 .join-slogan-en {
    font-size: 16px;
    padding-left: 0;
  }
}

.join_part02 {
  height: 1000px;
}
.join_part02 .mod-bd {
  padding: 50px 0 20px;
  width: 100%;
  overflow: hidden;
}
.join_part02 .swiper-container .swiper-slide {
  transition: 300ms;
  transform: scale(0.95);
}
.join_part02 .swiper-container .swiper-slide-active,
.join_part02 .swiper-container .swiper-slide-duplicate-active {
  transform: scale(1);
}
.join_part02 .mySlider .pic img {
  width: 100%;
  border-radius: 8px;
}

.join_part02 .swiper-area {
  width: 140%;
  margin-left: -20%;
  position: relative;
}

@media only screen and (max-width: 833px) {
  .join_part02 .swiper-area {
    width: 240%;
    margin-left: -70%;
  }
  .join_part02 {
    height: 730px;
  }
}
.join_part02 .mySlider {
  box-sizing: border-box;
  background-image: url("../images/join/shadow-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding-bottom: 60px;
  background-size: auto 100%;
}

.join_part02 .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}

.join_part02 .swiper-pagination-bullet-active {
  background: #000000;
}

.joinpart01 {
  background-image: url("/cn/images/join/bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  padding-bottom: 80px;
  box-sizing: border-box;
  min-height: 90vh;
}

.joinpart01 .mod-hd {
  display: flex;
  justify-content: space-between;
  margin: 100px 0 70px;
}

.joinpart01 .mod-hd h4 {
  font-size: 28px;
  color: #333333;
  width: 200px;
}

.joinpart01 .mod-hd ul {
  display: flex;
}

.joinpart01 .mod-hd ul li {
  position: relative;
  padding-left: 50px;
  margin-left: 50px;
}
.joinpart01 .mod-hd ul .has-border::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background: #f47418;
}

.joinpart01 .mod-hd ul li .title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.joinpart01 .mod-hd ul li .desc {
  font-size: 14px;
  font-family: Noto Sans SC-Regular, Noto Sans SC;
  font-weight: 400;
  color: #666666;
}

.join-wrap {
  position: relative;
  height: 480px;
}

.join-wrap .bg {
  border-radius: 8px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.join-list {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}
.join-list-item {
  width: 33.3333333333%;
  height: 480px;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  padding: 30px;
  box-sizing: border-box;
  padding-top: 150px;
  transition: all 0.3s;
}

.join-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.join-list-item:first-child:before {
  display: none;
}

.join-list-item .title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}

.join-list-item .title-en {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 24px;
  position: relative;
  z-index: 3;
}

.join-list-item .desc {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.6;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.3s;
  position: relative;
  z-index: 3;
}

.join-list-item:hover {
  width: 34%;
  opacity: 1;
}

.join-list-item .icon {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
.join-list-item .icon img {
  height: 100%;
}

.join-list-item::after {
  content: "";
  width: 100%;
  height: 480px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(0, 480px);
  transform-origin: bottom;
  transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
  background: linear-gradient(176deg, #ff8f3e 0%, #ed6400 100%);
}
.join-list-item:hover {
  padding-top: 70px;
}
.join-list-item:hover .desc {
  opacity: 1;
  transform: translate(0, 0);
}
.join-list-item:hover::after {
  transform: translate(0, 0);
}

.join-list-item:first-child::after {
  border-radius: 8px 0 0 8px;
}

.join-list-item:last-child::after {
  border-radius: 0 8px 8px 0;
}

.join_part03 .j-timeline .j-timeline-item {
  padding-bottom: 20px;
}

.join_part04 .j-timeline {
  margin-top: 10px;
}
.j-timeline.j-timeline-label .j-timeline-item-label.single-line {
  padding-top: 6px;
}
.join_part04 .j-timeline.j-timeline-label .j-timeline-item-label {
  font-weight: normal;
}
@media only screen and (max-width: 833px) {
  .joinpart01 {
    background-image: url("/cn/images/join/mobile-bg.jpg");
    padding-bottom: 40px;
    min-height: 80vh;
  }

  .joinpart01 .tittxt {
    width: 100% !important;
  }
  .joinpart01 .mod-hd {
    margin: 40px 0 20px;
    flex-wrap: wrap;
  }

  .joinpart01 .mod-hd h4 {
    font-size: 28px;
    width: 100%;
    margin-bottom: 20px;
  }

  .joinpart01 .mod-hd ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .joinpart01 .mod-hd ul li {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .joinpart01 .mod-hd ul .has-border::after {
    display: none;
  }

  .joinpart01 .mod-hd ul li .title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .joinpart01 .mod-hd ul li .desc {
    font-size: 14px;
    font-family: Noto Sans SC-Regular, Noto Sans SC;
    font-weight: 400;
    color: #666666;
  }

  .joinpart01 .mod-bd {
    overflow-x: auto;
  }
  .join-wrap {
    width: 900px;
    height: 290px;
  }
  .join-page .mod .mod-hd {
    margin-bottom: 30px;
  }
  .join-page .mod {
    padding: 30px 0;
  }
  .join_part02 .mySlider {
    background-image: none;
  }

  .join-list-item {
    height: 290px;
    padding: 30px;
    padding-top: 50px;
  }

  .join-list-item .title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .join-list-item .title-en {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .join-list-item .desc {
    font-size: 12px;
    padding-top: 24px;
  }

  .join-list-item::after {
    height: 290px;
    transform: translate(0, 290px);
  }
  .join-list-item:hover {
    padding-top: 30px;
  }
  .joinpart03 {
    background-size: cover;
  }
}
