.joinus-wrap {
  padding-top: 150px;
}
.joinus-wrap .pro-item {
  padding: 40px 0px 100px;
}

.joinus-wrap .pro-item.bg-gray {
  background-color: #f5f5f7;
}

.joinus-wrap .pro-item .pro-module-title {
  font-size: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  text-align: center;
  line-height: 90px;
  margin-bottom: 70px;
  position: relative;
}

.joinus-wrap .pro-item .pro-module-title:after {
  width: 40px;
  height: 4px;
  background-color: #3296fa;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -20px;
  display: inline-block;
  border-radius: 2px;
}
.joinus-wrap .pro-item .pro-left-module-title {
  font-size: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  text-align: left;
  line-height: 70px;
  margin-bottom: 50px;
  position: relative;
}
.joinus-wrap .pro-item .pro-left-module-title span {
  margin-left: 300px;
  position: relative;
}
.joinus-wrap .pro-item .pro-left-module-title span:after {
  width: 40px;
  height: 4px;
  background-color: #3296fa;
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  display: inline-block;
  border-radius: 2px;
}

.joinus-wrap .pro-item .pro-module-title.white {
  color: #ffffff;
}

.joinus-wrap .pro-item .pro-module-title.white:after {
  background-color: #ffffff;
}
.white-padd {
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.07);
  margin-right: 50px;
}

/* 左侧图片，右侧文案 */
.joinus-wrap .img-text {
  display: flex;
  justify-content: center;
}
.joinus-wrap .img-text img {
  width: 680px;
  height: 340px;
}
.joinus-wrap .img-text .text-box {
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.joinus-wrap .img-text .text-box .dot {
  text-indent: -1em;
  display: inline-block;
}
.joinus-wrap .img-text .text-box .title {
  font-size: 28px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  margin-bottom: 18px;
  position: relative;
}
.joinus-wrap .img-text .text-box .dis {
  font-size: 16px;
  color: #848b99;
  text-align: justify;
  line-height: 26px;
  font-weight: 400;
}
.joinus-wrap .img-text .text-box .ul {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
  text-align: justify;
  line-height: 30px;
}

.bghj {
  display: flex;
  justify-content: space-between;
  width: 1440px;
  margin: 0 auto;
}
.bghj .left {
  width: calc(66.6% - 10px);
  /* display: flex;
  columns: unset; */
}

.bghj .right {
  width: calc(33.3% - 10px);
  /* display: flex; */
}
.bghj .top {
  width: 100%;
  height: 500px;
}

.bghj .bottom {
  width: 100%;
  height: 318px;
  margin-top: 20px;
}
.bghj .bottom.b-wrap {
  display: flex;
  justify-content: space-between;
}
.bghj img {
  width: 100%;
  height: 100%;
}
.tdfc {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.tdfc .box {
  margin-right: 20px;
  position: relative;
  /* width: 276px; */
  overflow: hidden;
  flex: 1;
  transition: all 0.2s;
}
.tdfc .box:hover {
  flex: 2;
}
.tdfc .box span {
  position: absolute;
  bottom: 24px;
  left: 20px;
  color: #fff;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.85);
}
.tdfc .box.big {
  flex: 1;
  /* width: 552px; */
}
.tdfc .box.m0 {
  margin-right: 0px;
  height: 400px;
}
.img-text .text-box .title::before {
  content: "";
  background: url("../images/img_symbol_gray.png") no-repeat;
  display: block;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100px;
  height: 100px;
  z-index: -1;
}
.boss-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #36c2bc;
  margin-top: 30px;
  font-size: 18px;
}
.boss-wrap .boss-box {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.boss-wrap .boss-box img {
  width: 40px;
  height: 40px;
}
