.page-title {
  position: relative;
  font-size: 38px;
  color: #333333;
  text-align: center;
}
.page-title::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background: #0571dd;
  border-radius: 5px;
  left: 50%;
  top: -15px;
  margin-left: -30px;
}
.page-title .bule {
  color: #0571dd;
  font-weight: bold;
}
.join-we .page1 {
  width: 100%;
  height: 620px;
  background-image: url("../img/join/join-we-page1-bg.jpg");
  background-size: 100% 100%;
  padding-top: 234px;
}
.join-we .page2 {
  padding-top: 133px;
  padding-bottom: 120px;
}
.join-we .page2 .tab-list {
  width: 980px;
  display: flex;
  justify-content: space-around;
  margin: 35px auto 0;
}
.join-we .page2 .tab-list .item {
  font-size: 20px;
  color: #333333;
  padding: 5px;
  cursor: pointer;
}
.join-we .page2 .tab-list .item.act {
  color: #0571dd;
  border-bottom: 4px solid #0571dd;
}
.join-we .page2 .data-list {
  margin-top: 45px;
}
.join-we .page2 .data-list .bule {
  color: #0571dd;
  font-weight: bold;
}
.join-we .page2 .data-list .list-item {
  padding: 30px 70px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 45px;
}
.join-we .page2 .data-list .list-item.act .top-list {
  border-bottom: 1px solid #eeeeee;
}
.join-we .page2 .data-list .list-item.act .top-list .arr {
  transform: rotate(180deg);
}
.join-we .page2 .data-list .list-item.act .bottom-box {
  max-height: 1000px;
}
.join-we .page2 .data-list .list-item .top-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
}
.join-we .page2 .data-list .list-item .top-list .ite {
  font-size: 22px;
}
.join-we .page2 .data-list .list-item .top-list .ite:nth-child(1) {
  width: 240px;
  flex: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.join-we .page2 .data-list .list-item .top-list .ite.bule {
  font-size: 28px;
}
.join-we .page2 .data-list .list-item .top-list .arr {
  width: 21px;
  height: 13px;
  background: url("../img/icon-down-arr.png") no-repeat center / 100%;
  transition: all 0.5s;
}
.join-we .page2 .data-list .list-item .bottom-box {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
  padding-left: 25px;
}
.join-we .page2 .data-list .list-item .bottom-box .tit {
  font-size: 18px;
  color: #0571dd;
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
  font-weight: bold;
}
.join-we .page2 .data-list .list-item .bottom-box .tit::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 0 solid transparent;
  border-top: 20px solid #0571dd;
  margin-top: 5px;
}
.join-we .page2 .data-list .list-item .bottom-box .bottom-text {
  white-space: pre-line;
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
  line-height: 1.5;
}
.join-we .page2 .data-list .list-item .bottom-box .list-box .box-item {
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
}
.contact-we .w1200 {
  width: 1500px;
}
.contact-we .page1 {
  width: 100%;
  height: 620px;
  background-image: url("../img/join/join-we-page1-bg.jpg");
  background-size: 100% 100%;
  padding-top: 234px;
}
.contact-we .page2 {
  margin-top: 100px;
  padding-bottom: 120px;
}
.contact-we .page2 .desc-box {
  display: flex;
  padding: 40px 150px;
  justify-content: space-between;
  border: 1px solid #333333;
  margin-top: 55px;
}
.contact-we .page2 .desc-box .left {
  color: #333333;
}
.contact-we .page2 .desc-box .left .tit {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.contact-we .page2 .desc-box .left .text {
  font-size: 18px;
  margin-top: 15px;
}
.contact-we .page2 .desc-box .right {
  flex: none;
  width: 380px;
}
.contact-we .page2 .desc-box .right .tit {
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
}
.contact-we .page2 .desc-box .right .img-box {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.contact-we .page2 .desc-box .right .img-box .img {
  width: 172px;
}
.contact-we .page2 .map-box {
  margin-top: 50px;
  width: 100%;
}
.contact-we .page2 .map-box .img {
  width: 100%;
}
@media screen and (max-width: 1650px) {
  .page2 {
    padding-bottom: 0 !important;
  }
  .page2 .w1200 {
    transform: scale(0.8) translateY(-15px);
    transform-origin: 50% 0;
  }
}
