.aboutMe  .caseli {
  margin-bottom: 1.354vw;
  position: relative;
}
.aboutMe   img {
  /* width: 100%; */
  height: auto;
}
.aboutMe .case {
    margin-bottom: 15px;
}
.changeBox{
    position: relative;
}
.changeBox   .case_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    height: 6vw;
    line-height: 6vw;
    font-size: 1.354vw;
    background: rgba(47, 55, 71, 0.4);
    z-index: 1;
}
.aboutMe .more_case {
  display: inline-block;
  padding: 10px 25px;
  background: #29ABE2;
  color: #fff;
  border-radius: 25px;
}
.describebox {
  margin-top: 96px;
  position: relative;
}
.describebox .titleDetail .company {
  margin-bottom: 38px;
  font-size: 22.003px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 500;
  color: #676977;
  line-height: 28px;
  letter-spacing: 1px;
}
.describebox .titleDetail .title {
  margin-bottom: 38px;
  font-size: 32.006px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 500;
  color: #676977;
  line-height: 38px;
}
.describebox .titleDetail .describe {
  margin-bottom: 30px;
  font-size: 18px;
  font-family: SourceHanSansCN-Medium-GBpc-EUC-H;
  color: #676977;
  line-height: 22px;
  letter-spacing: -1px;
  white-space: pre-wrap;
}
.describebox .titleDetail .describe:last-child {
  margin-bottom: 0;
}
.imgbox {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.imgbox img {
  width: 100%;
}
.provide-tip .Online {
  background: #29ABE2;
}
.newsbox {
  overflow: hidden;
}
.newsbox p {
  text-align: left;
}
.newsbox li {
  height: auto;
  text-align: left;
  padding: 0 3.021vw;
  border-right: 1px solid #676977;
  margin-bottom: 20px;
}
.newsbox li img {
  width: 100%;
}
.newsbox li:nth-child(3n+3) {
  border-right: none;
}
.newsbox .title {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 500;
  color: #676977;
  line-height: 30px;
  letter-spacing: 2px;
  margin-top: 20px;
}
.newsbox .describe {
  font-size: 18px;
  font-family: SourceHanSansCN-Medium-GBpc-EUC-H;
  color: #676977;
  line-height: 33px;
  letter-spacing: 1px;
  margin-top: 20px;
}
.newsbox .more {
  font-size: 14px;
  font-family: SourceHanSansCN-Bold-GBpc-EUC-H;
  color: #676977;
  line-height: 33px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .newsbox li {
    border-right: none;
  }
  .describebox .imgbox {
    position: relative;
    top: none;
    transform: none;
  }
}
