.information_box {
  width: 80%;
  margin: 0 auto;
  padding: 33px;
  box-shadow: 0px 4px 30px 0px #E2E2E2;
  border-radius: 15px 15px 15px 15px;
  font-size: 16px;
  color: #3F3F3F;
  font-family: PingFang SC-Light, PingFang SC;
  line-height: 30px;
  margin-bottom: 46px;
}

.information_box img {
  width: 42%;
}

.information_title {
  font-family: PingFang SC-Regular;
  text-align: center;
  color: #3F3F3F;
  font-size: 32px;
  margin-bottom: 14px;
}

.join_c {
  margin-top: 60px;
  margin-bottom: 26px;
  color: #3F3F3F;
  text-align: center;
  font-family: PingFang SC-Thin;
  font-size: 24px;
}

.join_e {
  text-align: center;
  font-size: 34px;
  font-family: Cormorant Garamond-Regular, Cormorant Garamond;;
  color: #3F3F3F;
  margin-bottom: 120px;
}

.postion_contact {
  text-align: center;
  font-family: Microsoft YaHei UI-Light, Microsoft YaHei UI;
  font-weight: 300;
  color: #3F3F3F;
  font-size: 16px;
  margin-bottom: 100px;
}

.postion_contact img {
  width: 26px;
}

.information_marginb {
  margin-bottom: 30px;
}

.information_margint {
  margin-top: 30px;
}

.information_ceontent {
  display: inline-block;
  width: calc(100% - 43%);
  padding-left: 40px;
  vertical-align: top;
}

@media screen and (min-width:1001px) and (max-width:1400px){
  .information_title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .information_margint {
    margin-top: 10px;
  }
  .information_marginb {
    margin-bottom: 10px;
  }
  .information_box {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (min-width:768px) and (max-width:1000px){
  .information_title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .information_margint {
    margin-top: 10px;
  }
  .information_marginb {
    margin-bottom: 10px;
  }
  .information_box {
    font-size: 12px;
    line-height: 20px;
    width: 90%;
    padding: 20px;
  }
}
@media screen and (max-width:767px) {
  .information_title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .information_margint {
    margin-top: 10px;
  }
  .information_marginb {
    margin-bottom: 10px;
  }
  .information_box {
    font-size: 12px;
    line-height: 20px;
    width: 90%;
    padding: 20px;
  }
  .information_box img {
    width: 100%;
  }
  .information_ceontent {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    margin-top: 14px;
  }
}