body {
  background: #F4F4F4;
}

.sec1 {
  padding: 136px 0 0;
}
.sec1 .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sec1 .wrap .l {
  margin: 30px 0 0;
  width: 788px;
  overflow: hidden;
  border-radius: 12px;
}
.sec1 .wrap .l img {
  display: block;
  width: 100%;
  transition: 3s;
}
.sec1 .wrap .l:hover img {
  transform: scale(1.1);
}
.sec1 .wrap .r {
  width: 738px;
}
.sec1 .wrap .r .title {
  font-weight: 800;
  font-size: 42px;
  color: #1A1A1A;
  line-height: 1;
}
.sec1 .wrap .r .en {
  font-weight: bold;
  font-size: 42px;
  color: rgba(26, 26, 26, 0.1);
  line-height: 1;
  margin: 23px 0 54px;
}
.sec1 .wrap .r .text_box {
  width: 100%;
  background: #F9F9F9;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  padding: 68px 119px 92px 83px;
}
.sec1 .wrap .r .text_box .iconfont {
  font-size: 22px;
  color: #21419A;
  margin-bottom: 60px;
}
.sec1 .wrap .r .text_box .txt {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}
.sec1 .wrap .r .text_box .people {
  display: flex;
  align-items: center;
  gap: 0 30px;
  margin: 45px 0 0;
}
.sec1 .wrap .r .text_box .people .avatar {
  width: 82px;
  border-radius: 50%;
  overflow: hidden;
}
.sec1 .wrap .r .text_box .people p {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}

.sec2 {
  padding: 115px 0 0;
}
.sec2 .wrap .title {
  text-align: center;
  font-weight: 800;
  font-size: 42px;
  color: #1A1A1A;
  line-height: 1;
}
.sec2 .wrap .text {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 1;
  margin: 19px 0 54px;
  text-align: center;
}
.sec2 .wrap .box {
  background: #FFFFFF;
  padding: 46px 50px 90px;
}
.sec2 .wrap .box .sec2_contact {
  padding: 65px 0 0;
}
.sec2 .wrap .box .sec2_contact p, .sec2 .wrap .box .sec2_contact a {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.sec2 .wrap .box .sec2_contact a {
  display: block;
  width: fit-content;
  transition: 0.6s;
}
.sec2 .wrap .box .sec2_contact a:hover {
  color: #3652A1;
}
.sec2 .wrap .box .list .item {
  border-bottom: 1px solid #F0F0F0;
}
.sec2 .wrap .box .list .item .block {
  display: flex;
  justify-content: space-between;
  padding: 41px 0;
  cursor: pointer;
}
.sec2 .wrap .box .list .item .block .btn {
  width: 62px;
  height: 62px;
  background: #F0F0F0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.6s;
}
.sec2 .wrap .box .list .item .block .btn span {
  display: block;
  width: 21px;
  height: 1px;
  background: #CECECE;
  position: absolute;
  transition: 0.6s;
}
.sec2 .wrap .box .list .item .block .btn span:nth-child(2) {
  transform: rotate(90deg);
}
.sec2 .wrap .box .list .item .block .block_l {
  width: 750px;
  display: flex;
  align-items: center;
  gap: 0 205px;
}
.sec2 .wrap .box .list .item .block .block_l .num {
  font-weight: bold;
  font-size: 20px;
  color: #888888;
  transition: 0.6s;
}
.sec2 .wrap .box .list .item .block .block_l .position {
  font-weight: 500;
  font-size: 26px;
  color: #1A1A1A;
  transition: 0.6s;
}
.sec2 .wrap .box .list .item .block:hover .block_l .num {
  color: #013D97;
}
.sec2 .wrap .box .list .item .block:hover .block_l .position {
  color: #013D97;
}
.sec2 .wrap .box .list .item .block:hover .btn {
  background: #013D97;
}
.sec2 .wrap .box .list .item .block:hover .btn span {
  background: #FFFFFF;
}
.sec2 .wrap .box .list .item .none {
  display: none;
  padding: 0 150px 100px 748px;
  pointer-events: none;
}
.sec2 .wrap .box .list .item .none .none_box {
  margin: -100px 0 0;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s;
}
.sec2 .wrap .box .list .item .none .none_box h5 {
  font-weight: bold;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 42px;
  margin-bottom: 10px;
}
.sec2 .wrap .box .list .item .none .none_box p {
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.sec2 .wrap .box .list .item.on .block .block_l .num {
  color: #013D97;
}
.sec2 .wrap .box .list .item.on .block .block_l .position {
  color: #013D97;
}
.sec2 .wrap .box .list .item.on .block .btn span:nth-child(2) {
  transform: rotate(0deg);
}
.sec2 .wrap .box .list .item.on .none .none_box {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.4s;
}

.sec3 {
  padding: 118px 0 199px;
  width: 100%;
  overflow: hidden;
}
.sec3 .wrap .title {
  text-align: center;
  font-weight: 800;
  font-size: 42px;
  color: #1A1A1A;
  line-height: 1;
}
.sec3 .wrap .text {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 1;
  margin: 20px 0 48px;
  text-align: center;
}
.sec3 .wrap .swiper {
  width: 100%;
  overflow: unset;
}
.sec3 .wrap .swiper .swiper-slide {
  height: 369px;
  overflow: hidden;
  border-radius: 10px;
}
.sec3 .wrap .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}
.sec3 .wrap .swiper .swiper-slide:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 1919px) {
  .sec1 {
    padding: 7.0833333333vw 0 0;
  }
  .sec1 .wrap .l {
    margin: 1.5625vw 0 0;
    width: 41.0416666667vw;
    border-radius: 0.625vw;
  }
  .sec1 .wrap .r {
    width: 38.4375vw;
  }
  .sec1 .wrap .r .title {
    font-size: 2.1875vw;
  }
  .sec1 .wrap .r .en {
    font-size: 2.1875vw;
    margin: 1.1979166667vw 0 2.8125vw;
  }
  .sec1 .wrap .r .text_box {
    border-radius: 0.625vw;
    padding: 3.5416666667vw 6.1979166667vw 4.7916666667vw 4.3229166667vw;
  }
  .sec1 .wrap .r .text_box .iconfont {
    font-size: 1.1458333333vw;
    margin-bottom: 3.125vw;
  }
  .sec1 .wrap .r .text_box .txt {
    font-size: 0.8333333333vw;
    line-height: 1.875vw;
  }
  .sec1 .wrap .r .text_box .people {
    gap: 0 1.5625vw;
    margin: 2.34375vw 0 0;
  }
  .sec1 .wrap .r .text_box .people .avatar {
    width: 4.2708333333vw;
  }
  .sec1 .wrap .r .text_box .people p {
    font-size: 0.8333333333vw;
  }
  .sec2 {
    padding: 5.9895833333vw 0 0;
  }
  .sec2 .wrap .title {
    font-size: 2.1875vw;
  }
  .sec2 .wrap .text {
    font-size: 0.8333333333vw;
    margin: 0.9895833333vw 0 2.8125vw;
  }
  .sec2 .wrap .box {
    padding: 2.3958333333vw 2.6041666667vw 4.6875vw;
  }
  .sec2 .wrap .box .sec2_contact {
    padding: 3.3854166667vw 0 0;
  }
  .sec2 .wrap .box .sec2_contact p, .sec2 .wrap .box .sec2_contact a {
    font-size: 0.8333333333vw;
    line-height: 1.6666666667vw;
  }
  .sec2 .wrap .box .list .item .block {
    padding: 2.1354166667vw 0;
  }
  .sec2 .wrap .box .list .item .block .btn {
    width: 3.2291666667vw;
    height: 3.2291666667vw;
  }
  .sec2 .wrap .box .list .item .block .btn span {
    width: 1.09375vw;
  }
  .sec2 .wrap .box .list .item .block .block_l {
    width: 39.0625vw;
    gap: 0 10.6770833333vw;
  }
  .sec2 .wrap .box .list .item .block .block_l .num {
    font-size: 1.0416666667vw;
  }
  .sec2 .wrap .box .list .item .block .block_l .position {
    font-size: 1.3541666667vw;
  }
  .sec2 .wrap .box .list .item .none {
    padding: 0 7.8125vw 5.2083333333vw 38.9583333333vw;
  }
  .sec2 .wrap .box .list .item .none .none_box {
    margin: -5.2083333333vw 0 0;
    transform: translateY(1.0416666667vw);
  }
  .sec2 .wrap .box .list .item .none .none_box h5 {
    font-size: 0.9375vw;
    line-height: 2.1875vw;
    margin-bottom: 0.5208333333vw;
  }
  .sec2 .wrap .box .list .item .none .none_box p {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
  .sec3 {
    padding: 6.1458333333vw 0 10.3645833333vw;
  }
  .sec3 .wrap .title {
    font-size: 2.1875vw;
  }
  .sec3 .wrap .text {
    font-size: 0.8333333333vw;
    margin: 1.0416666667vw 0 2.5vw;
  }
  .sec3 .wrap .swiper .swiper-slide {
    height: 19.21875vw;
    border-radius: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .common_links {
    display: none;
  }
  .sec1 {
    padding: 40px 0 60px;
  }
  .sec1 .wrap {
    flex-direction: column-reverse;
  }
  .sec1 .wrap .l {
    margin: 0;
    width: 100%;
  }
  .sec1 .wrap .r {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
  }
  .sec1 .wrap .r .title {
    font-size: 24px;
  }
  .sec1 .wrap .r .en {
    font-size: 18px;
    margin: 10px 0 30px;
  }
  .sec1 .wrap .r .text_box {
    padding: 30px 20px;
  }
  .sec1 .wrap .r .text_box .iconfont {
    font-size: 20px;
    text-align: left;
  }
  .sec1 .wrap .r .text_box .txt {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    text-align: justify;
  }
  .sec1 .wrap .r .text_box .people {
    margin: 20px 0 0;
    gap: 0 10px;
  }
  .sec1 .wrap .r .text_box .people .avatar {
    width: 70px;
    height: 70px;
  }
  .sec1 .wrap .r .text_box .people p {
    font-size: 16px;
  }
  .sec2 {
    padding: 10px 0 50px;
  }
  .sec2 .wrap .title {
    font-size: 24px;
  }
  .sec2 .wrap .text {
    font-size: 18px;
    margin: 15px 0 30px;
  }
  .sec2 .wrap .box {
    padding: 20px;
  }
  .sec2 .wrap .box .list .item .block {
    padding: 20px 0;
  }
  .sec2 .wrap .box .list .item .block .block_l {
    width: 90%;
  }
  .sec2 .wrap .box .list .item .block .block_l .num {
    display: none;
  }
  .sec2 .wrap .box .list .item .block .block_l .position {
    font-size: 18px;
  }
  .sec2 .wrap .box .list .item .block .btn {
    width: 30px;
    height: 30px;
  }
  .sec2 .wrap .box .list .item .block .btn span {
    width: 12px;
  }
  .sec2 .wrap .box .list .item .none {
    padding: 20px 0 15px;
  }
  .sec2 .wrap .box .list .item .none .none_box {
    margin: 0;
    opacity: 1;
    transform: translateY(0px);
  }
  .sec2 .wrap .box .list .item .none .none_box h5 {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .sec2 .wrap .box .list .item .none .none_box p {
    font-size: 14px;
    line-height: 1.8;
  }
  .sec2 .wrap .box .sec2_contact {
    padding: 30px 0 0;
  }
  .sec2 .wrap .box .sec2_contact a, .sec2 .wrap .box .sec2_contact p {
    font-size: 15px;
    line-height: 2;
  }
  .sec3 {
    padding: 10px 0 60px;
  }
  .sec3 .wrap .title {
    font-size: 24px;
  }
  .sec3 .wrap .text {
    font-size: 15px;
    margin: 15px 0 40px;
  }
  .sec3 .wrap .swiper .swiper-slide {
    height: 34vw;
    border-radius: 6px;
  }
}

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