.types {
  display: flex;
  justify-content: center;
  margin: 203px 0 60px 0;
  background: #e4e4e4;
  padding: 20px;
}

.types a {
  margin: 0 51px;
  color: #1a202c;
  opacity: .2;
  font-family: 'SourceHanSansCN-Bold';
  transition: all 600ms;
  cursor: pointer;
}

.types a:hover {
  opacity: 1;
}

.types .active {
  opacity: 1;
}

.en {
  color: rgba(26, 32, 44, 0.1);
  font-size: 64px;
  font-family: 'SourceHanSansCN-Bold';
  text-transform: uppercase;
}

.cn {
  color: #1a202c;
  font-size: 60px;
  font-family: 'SourceHanSansCN-Bold';
}

.title {
  margin: 0 160px;
}

.section1 {
  margin: 70px 160px 120px 0;
  display: flex;
  justify-content: space-between;
  /* gap: 32px; */
}

.section1 .pic {
  width: calc(70% - 32px);
  overflow: hidden;
}

.section1 .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
  height: 100%;
}

.section1 .pic:hover img {
  transform: scale(1.05);
}

.section1 .text {
  width: 30%;
}

.section1 .text .p1 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  margin-top: 76px;
}

.section1 .text .des {
  color: #666;
  text-align: justify;
  line-height: 1.6;
  margin-top: 40px;
  font-size: 20px;
}

.section2 {
  margin: 100px 0;
  display: flex;
  /* align-items: center; */
  padding: 95px 100px 95px 0;
  position: relative;
}

.section2::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 70%;
  height: 100%;
  background: #F8F8F8;
  top: 0;
  z-index: -1;
}

.section2 .pic {
  width: 65%;
  overflow: hidden;
}

.section2 .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}

.section2 .pic:hover img {
  transform: scale(1.05);
}

.section2 .text {
  width: 35%;
  margin-left: 109px;
}

.section2 .text .p1 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
}

.section2 .text .des {
  color: #666;
  text-align: justify;
  line-height: 1.6;
  margin: 20px 0 50px 0;
  font-size: 20px;
}

.section2 .text .tags {
  line-height: 1.6;
}

.section2 .text .tags p {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 20px;
}

.section2 .text .tags p::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #CA062C;
  border-radius: 50%;
  margin-right: 10px;
}

.section3 {
  margin: 100px 0;
  display: flex;
  padding: 95px 0 95px 0;
  position: relative;
  justify-content: flex-end;
}

.section3::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 70%;
  height: 100%;
  background: #F8F8F8;
  top: 0;
  z-index: -1;
}

.section3 .pic {
  width: 55%;
  overflow: hidden;
}

.section3 .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}

.section3 .pic:hover img {
  transform: scale(1.05);
}

.section3 .text {
  width: 35%;
  margin-right: 116px;
}

.section3 .text .p1 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  /* margin-top: 183px; */
}

.section3 .text .des {
  color: #666;
  text-align: justify;
  line-height: 1.6;
  font-size: 20px;
  margin: 20px 0 50px 0;
}

.section3 .text .tags {
  line-height: 1.6;
}

.section3 .text .tags p {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 20px;
}

.section3 .text .tags p::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #CA062C;
  border-radius: 50%;
  margin-right: 10px;
}

.section4 {
  margin: 100px 0;
  display: flex;
  align-items: center;
  padding: 95px 100px 95px 0;
  position: relative;
}

.section4::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 70%;
  height: 100%;
  background: #F8F8F8;
  top: 0;
  z-index: -1;
}

.section4 .pic {
  width: 65%;
  overflow: hidden;
}

.section4 .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}

.section4 .pic:hover img {
  transform: scale(1.05);
}

.section4 .text {
  width: 35%;
  margin-left: 109px;
}

.section4 .text .p1 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
}

.section4 .text .des {
  color: #666;
  text-align: justify;
  line-height: 1.6;
  margin: 20px 0 50px 0;
  font-size: 20px;
}

.section4 .text .tags {
  line-height: 1.6;
}

.section4 .text .tags p {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 20px;
}

.section4 .text .tags p::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #CA062C;
  border-radius: 50%;
  margin-right: 10px;
}

@media screen and (max-width: 1465px) {
  .title {
    margin: 0 5%;
  }

  .section2,
  .section4 {
    padding-right: 10%;
  }

  .section3 .text .p1 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .types {
    margin: 80px 5% 30px 5%;
  }

  .types a {
    margin: 0 10px;
    display: inline-block;
  }

  .en {
    font-size: 32px;
  }

  .cn {
    font-size: 30px;
  }

  .section1 {
    flex-direction: column;
    margin: 30px 0;
    gap: 0;
  }

  .section1 .pic {
    width: 100%;
  }

  .section1 .text {
    width: 90%;
    margin: 20px auto;
  }

  .section1 .text .p1 {
    font-size: 24px;
    margin-top: 0;
  }

  .section1 .text .des {
    margin-top: 20px;
  }

  .section2 {
    flex-direction: column;
    padding: 40px 5% 40px 0;
  }

  .section2 .pic {
    width: 100%;
  }

  .section2 .text {
    width: 90%;
    margin: 20px auto;
  }

  .section2 .text .p1 {
    font-size: 24px;
  }

  .section2 .text .des {
    margin: 15px 0 30px 0;
  }

  .section3 {
    flex-direction: column;
    padding: 40px 5% 40px 0;
  }

  .section3 .pic {
    width: 100%;
    margin-top: 20px;
  }

  .section3 .text {
    width: 90%;
    margin: 0 auto;
  }

  .section3 .text .p1 {
    font-size: 24px;
    margin-top: 0;
  }

  .section3 .text .des {
    margin: 15px 0 30px 0;
  }

  .section4 {
    flex-direction: column;
    padding: 40px 5% 40px 0;
  }

  .section4 .pic {
    width: 100%;
  }

  .section4 .text {
    width: 90%;
    margin: 20px auto;
  }

  .section4 .text .p1 {
    font-size: 24px;
  }

  .section4 .text .des {
    margin: 15px 0 30px 0;
  }
}

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