.desc-wrap {
  padding-bottom: 83px;
}
.desc-wrap .row {
  position: relative;
  padding-top: 63px;
  margin: unset;
}
.desc-wrap .row .cover {
  /*float: right;*/
}
.desc-wrap .row .cover img {
  display: block;
  width: 100%;
}
.desc-wrap .row .hover {
  position: absolute;
  bottom: -5px;
  left: 0;
}
.desc-wrap h2 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 72px 0 30px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.desc-wrap h2 img {
  display: inline-block;
  width: 55px;
  margin-right: 15px;
}
.desc-wrap h2::after {
  content: "";
  display: block;
  width: 467px;
  height: 2px;
  background: #D9D9D9;
  margin-left: 15px;
}
.desc-wrap .rich-text p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 36px;
  text-indent: 28px;
  margin: 0;
}
.desc-wrap .desc .row {
  margin: 0 -15px;
}
.desc-wrap .desc .row .cover {
  width: 100%;
  height: 100%;
  margin-bottom: 29px;
}
.desc-wrap .desc .row h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 0 0 20px;
}
.desc-wrap .desc .row p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  line-height: 24px;
  margin: unset;
}
.desc-wrap .desc .row .col .cover {
  height: 400px;
  overflow: hidden;
}
.desc-wrap .desc .row .col:hover .cover > img {
  transform: scale(1.05);
}
.desc-wrap .desc .row .col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media screen and (max-width: 750px) {
  .desc-wrap {
    padding-bottom: 83px;
  }
  .desc-wrap .row {
    position: relative;
    padding-top: 63px;
    margin: unset;
    overflow: hidden;
  }
  .desc-wrap .row .cover {
    /*margin-top: 30px;*/
  }
  .desc-wrap .row .cover > img {
    width: 100%;
  }
  .desc-wrap .row .hover {
    position: relative;
    top: unset;
    left: unset;
  }
  .desc-wrap .row .hover img {
    width: 100%;
  }
  .desc-wrap h2 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin: 40px 0 20px;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .desc-wrap h2::after {
    content: "";
    display: none;
  }
}






.advantage-wrap {
  background: #F2F2F2;
  padding-bottom: 60px;
}
.advantage-wrap .col {
  float: left;
  width: 33.33%;
  padding: 15px;
}
.advantage-wrap .col img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.advantage-wrap .col:hover img {
  transform: scale(1.05);
}
.advantage-wrap .col > .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.advantage-wrap .col > .wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, transparent, var(--main-theme-color));
  opacity: .6;
  transform: translateY(100%);
  transition: all .3s ease;
}
.advantage-wrap .col > .wrap:hover::before {
  transform: translateY(0);
}
.advantage-wrap .col > .wrap .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 22px;
  color: #fff;
}
.advantage-wrap .col > .wrap .mask h3 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin: unset;
}
.advantage-wrap .col > .wrap .mask p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.advantage-wrap .col:nth-child(1) {
  height: 680px;
}
.advantage-wrap .col:nth-child(2),
.advantage-wrap .col:nth-child(3),
.advantage-wrap .col:nth-child(4),
.advantage-wrap .col:nth-child(5) {
  height: 340px;
}
.advantage-wrap .col:nth-child(6),
.advantage-wrap .col:nth-child(7) {
  width: 50%;
  height: 340px;
}
@media screen and (max-width: 750px) {
  .advantage-wrap .col {
    float: left;
    width: 100% !important;
    height: unset !important;
    padding: 7.5px 15px;
  }
  .advantage-wrap .col img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .advantage-wrap .col > .wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .advantage-wrap .col > .wrap .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 22px;
    color: #fff;
  }
  .advantage-wrap .col > .wrap .mask h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin: unset;
  }
  .advantage-wrap .col > .wrap .mask p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
  }
}






.team-wrap {
  padding: 0px 0 60px;
}
.team-wrap header {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
}
.team-wrap header h2 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.team-wrap header h2 span {
  position: relative;
  z-index: 1;
}
.team-wrap header small {
  font-size: 60px;
  font-family: Impact;
  font-weight: 400;
  color: #F2F2F2;
  display: inline-block;
  transform: translateY(5px);
  position: absolute;
  bottom: 10px;
  left: 0;
  white-space: nowrap;
}
.team-wrap .more:hover {
  transform: scale(1.2);
}
.team-wrap .col {
  padding: 15px;
  display: block;
}
.team-wrap .col > .wrap {
  border-radius: 16px;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
  padding: 50px 27px;
  position: relative;
  overflow: hidden;
}
.team-wrap .col .cover {
  width: 174px;
  height: 174px;
  background: linear-gradient(to bottom, #02a1f9, #009b4c);
  padding: 6px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.team-wrap .col .cover .wrap  {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.team-wrap .col img {
  width: 100%;
}
.team-wrap .col:hover .mask {
  transform: translate(0);
  opacity: 1;
}
.team-wrap .col .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  width: 100%;
  background: rgba(0, 155, 75, 1);
  padding: 30px;
  opacity: 0;
  transform: translateY(100%);
  transition: all .3s ease;
  font-size: 14px;
  line-height: 1.7;
}
.team-wrap .col .title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.team-wrap .col .title span {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.team-wrap .col p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
}
.team-wrap .col .desc {
  margin-top: 44px;
}
.team-wrap .col .desc .title {
  border-bottom: 1px solid #D9D9D9;;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.team-wrap .col .desc .title span {
  color: var(--main-theme-color);
}
.team-wrap .col .desc .text-line-4-show {
  margin-top: 20px;
  height: 90px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.team-wrap .col.last .wrap {
  padding: unset;
}
.team-wrap .col.last .wrap > img {
  display: block;
  height: 100%;
}
.team-wrap .col.last .mask {
  opacity: 1;
  transform: translateY(0);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(0, 155, 75, .8);
}
.team-wrap .col.last .mask .top {
  text-align: right;
}
.team-wrap .col.last .mask .top > span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #FEFEFE;
  border-radius: 50%;
}
.team-wrap .col.last .mask .bottom {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .team-wrap {
    padding: 0px 0 60px;
  }
  .team-wrap header h2 {
    margin: unset;
  }
  .team-wrap header small {
    font-size: 28px;
    bottom: 22px;
  }
  .team-wrap .more {
    width: unset;
  }
}
