.box {
  padding-top: 31px;
  padding-bottom: 137px;
}

.join-title {
  margin-top: 75px;
}

.line-h4 {
  display: flex;
  align-items: center;
}

.line-h4 .line {
  height: 3px;
  width: 100%;
  background: #e4e4e4;
}

.line-h4 h4 {
  font-family: SourceHanSansSC-Bold, SourceHanSansSC-Bold;
  font-weight: normal;
  font-size: 40px;
  color: #30803a;
  margin: 0 28px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.join-title p {
  font-family: SourceHanSansSC-Medium, SourceHanSansSC-Medium;
  font-weight: normal;
  font-size: 24px;
  color: #30803a;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 18px;
  width: 937px;
}
.train-box {
  margin-top: 47px;
}
.train-item {
  /* width: calc(100% - 160px) / 3; */
  margin-right: 47px;
  border-radius: 36px 36px 36px 36px;
  border: 3px dotted #30803a;
  padding: 54px 49px;
  padding-right: 79px;
  padding-bottom: 61px;
}

.train-item:last-child {
  margin-right: 0;
}

.train-item img {
  width: 81px;
  margin-right: 22px;
}

.mt {
  margin-top: 52px;
}

.train-item span {
  font-family: SourceHanSansSC-Bold, SourceHanSansSC-Bold;
  font-weight: normal;
  font-size: 30px;
  color: #30803a;
}

.train-item p {
  font-family: SourceHanSansSC-Medium, SourceHanSansSC-Medium;
  font-weight: normal;
  font-size: 20px;
  color: #30803a;
  line-height: 40px;
  margin-top: 27px;
}

.join-img {
  width: 25%;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  margin-right: 3vw;
  border-radius: 50%;
  overflow: hidden;
}

.join-img-r {
  margin-left: 3vw;
  margin-right: unset;
}

.join-r {
  border-radius: 36px 36px 36px 36px;
  border: 3px dotted #30803a;
  padding: 76px 56px;
}

.join-r p {
  /* font-family: SourceHanSansSC-Bold, SourceHanSansSC-Bold;
  font-weight: normal; */
  font-size: 20px;
  color: #30803a;
  line-height: 56px;
  text-indent: 2em;
}

.good-box {
  background-image: url("../images/join/banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 511px;
  margin-bottom: 85px;
}

.good-box .safe_width {
  display: flex;
  align-items: center;
  text-align: left;
}

.good-box h3 {
  font-family: SourceHanSansSC-Bold, SourceHanSansSC-Bold;
  font-weight: normal;
  font-size: 55px;
  color: #ffffff;
  letter-spacing: 5px;
}

.good-item {
  width: calc(100% - 102px) / 4;
  margin-right: 34px;
  padding: 46px 26px;
  border-radius: 36px 36px 36px 36px;
  border: 3px dotted #1e9c40;
  flex: 1;
}

.good-item:last-child {
  margin-right: 0;
}

.good-item h5 {
  font-family: SourceHanSansSC-Bold, SourceHanSansSC-Bold;
  font-weight: normal;
  font-size: 40px;
  color: #30803a;
  margin-bottom: 24px;
  text-align: center;
}

.good-item p {
  /* font-family: SourceHanSansSC-Bold, SourceHanSansSC-Bold;
  font-weight: normal; */
  font-size: 20px;
  color: #30803a;
  line-height: 46px;
}
.good-card {
  padding-bottom: 86px;
}
.job-box{
   background-image: url(../images/join/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 66px 0;
  
}
.job-box h3 {
  font-family: SourceHanSansSC-Bold, SourceHanSansSC-Bold;
  font-weight: normal;
  font-size: 38px;
  color: #30803a;
  margin-bottom: 51px;
}

.job_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  background: #30803A;
  border-radius: 20px 20px 0 0;
  height: 80px;
  color: #fff;
}
.job_head div {
  padding-left: 18px;
  font-size: 20px;
  text-align: left;
  width: 21%;
}

.job_item {
  width: 100%;
  background: #fff;
  margin-bottom: 16px;
}
.job_item.job_show .item_con {
  height: auto;
  overflow: visible;
  padding: 40px 0;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.job_item.job_show .item_tal {
  position: relative;
}
.job_item.job_show .item_tal::after {
  display: inline-block;
  width: calc(100% - 80px);
  height: 1px;
  background: #f2f2f2;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 40px;
  z-index: 1;
}
.job_item .item_tal {
  width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  cursor: pointer;
  background-color: #fff;
}
.item_tal div {
  width: 21%;
  font-size: 16px;
  color: #111;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 18px;
}
.item_tal .block_sj {
  display: none;
}
.job_list .title_1 {
  width: 37%;
}
.job_item .item_tal div img {
  display: inline-block;
  width: 22px;
  height: auto;
  margin-right: 10px;
}
.job_item .item_tal div.title_1 {
  font-size: 20px;
  font-weight: bold;
}
.job_item .item_con {
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.job_item .item_con .con_box {
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.job_item .item_con .con_box .con_m {
  width: calc(50%);
  margin-bottom: 28px;
  padding: 0 20px 0 18px;
}
.job_item .item_con .con_box .con_m h5 {
  font-weight: bold;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}
.job_list .job_item .item_con .con_box .con_m .nr {
  width: 100%;
  margin-top: 16px;
}

.job_list .job_item .item_con .con_box .con_m .nr p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #313131;
  line-height: 34px;
}
.job_list .job_item .item_con .con_box .td {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #111;
  margin-bottom: 28px;
  padding: 0 18px;
}
.job_list .job_item .item_con .con_box .td a {
  text-decoration: none;
  color: #30803A;
}
.contact-word {
  padding: 0 60px;
}
.contact-word div {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
.contact-word div:nth-of-type(2) {
  margin-bottom: 0;
}
.contact-word .label {
  font-weight: bold;
  font-size: 20px;
  color: #111111;
}
.contact-word .value {
  font-weight: bold;
  font-size: 20px;
  color: #30803A;
}
