* {
  margin: 0;
  padding: 0;
}

.aboutUs_banner {
  width: 100%;
  height: 302px;
  background: url(../images/wap/aboutUS_banner.png) no-repeat center;
}

.aboutUs_content {
  max-width: 1200px;
  margin: 0 auto;
}

.aboutUs_content .left {
  float: left;
  width: 126px;
  padding-top: 36px;
}

.aboutUs_content .right {
  border-left: 2px solid #f3f3f3;
  margin-left: 126px;
  padding-left: 114px;
}

.aboutUs_content .right h2:first-child {
  padding-top: 70px;
  font-size: 30px;
  margin-bottom: 40px;
}

.aboutUs_content .right h2:last-of-type {
  padding-top: 36px;
  padding-bottom: 38px;
}

.aboutUs_content .right h2 {
  text-align: center;
  color: #377eea;
}

.aboutUs_content .right p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-bottom: 40px;
}

.aboutUs_content .left h5 {
  cursor: pointer;
}

.aboutUs_content .left h5:first-of-type {
  font-size: 18px;
  color: #377eea;
  margin-bottom: 50px;
  position: relative;
}



.aboutUs_content .left h5:last-of-type {
  font-size: 18px;
  color: #ccc;
  position: relative;
}

.aboutUs_content .left h5:last-of-type::after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #ccc;
  position: absolute;
  right: -8px;
  top: 7px;
}

.aboutUs_content .left h5:first-of-type::after {

  content: '';
  position: absolute;
  right: -18px;
  top: 0;
  width: 44px;
  height: 32px;
  /* background: url("../images/wap/aboutUs_info.png"); */
  background: url(../images/wap/aboutUs_info.png);
  z-index: 99;

}

.willing {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  text-align: center;
}

.willing h3 {
  font-size: 26px;
  color: #333;
  margin-bottom: 24px;
}

.willing p {
  color: #666;
  font-size: 20px;
  line-height: 30px;
  max-width: 236px;
  margin: 0 auto;
  font-weight: lighter;
  font-family: "Noto Sans SC";
  font-weight: bold;
  margin-bottom: 94px !important;
}

.willing h3 img {
  width: 30px;
  vertical-align: bottom;
  padding-right: 10px;
}

.willing:last-of-type {
  margin-right: 0;
}

.clear {
  clear: both;
}

@media screen and (max-width:992px) {

  .cooper .block {
    width: 200px;
  }
}

@media screen and (max-width:768px) {
  .aboutUs_content{
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .aboutUs_content .right h2:first-child {
    padding-top: 40px;
    margin: 20px;
    font-size: 20px !important;
  }

  .aboutUs_content .right h2:last-of-type {
    font-size: 20px !important;
  }

  .aboutUs_content .left h5:last-of-type {
    font-size: 15px;
  }

  .aboutUs_content .left h5:first-of-type::after {
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .aboutUs_content .left {
    width: 70px;

  }

  .aboutUs_content .right {
    margin-left: 80px;
    padding-left: 25px;
  }

  .cooper .block {
    height: 50px !important;
    text-align: center;
    margin-bottom: 20px;
    width: 100px;
  }

  .willing h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .aboutUs_content .right p {
    font-size: 14px;
  }

  .willing h3 img {
    width: 25px;
  }

}