/* mes */
.retroactive {
  color: #FAB400 !important;
}

/* 顶部图片start */
.mes-img {
  background: url(../images/mes/bananer.jpg) no-repeat 50% 50% / cover;
  height: 596px;
  width: 100%;
}

@media (max-width: 1000px) {
  .mes-img {
      background: url(../images/mes/bananer-mobile.jpg) no-repeat 50% 50% / cover;
      height: 480px;
      width: 100%;
  }
}
/* 顶部图片end */


/* mes的关键作用start */
.product-function .product-function-bg {
  background: url(../images/mes/content-bg.jpg);
}

/*mes的关键作用 end */

/* 产品价值 start*/
.product-value {
  margin-bottom: 88px;
}

.product-value .product-value-content {
  padding: 0 100px;
  margin-top: 80px;
  height: 349px;
  background: #ffffff;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
  box-shadow: 0px 0px 20px rgba(224, 224, 224, 0.2);
  display: flex;
  align-items: center;
}

.product-value .product-value-content .logo {
  font-size: 24px;
  font-weight: 500;
  color: #14183e;
  text-align: center;
}

.product-value .product-value-content .title {
  margin-top: 25px;
  line-height: 14.25px;
  width: 100px;
}

.product-value .product-value-content .dashed-line {
  padding-left: 50px;
  height: 120px;
  margin-right: 50px;
  border-right: #1ac3b6 dashed 1px;
}

.product-value .product-value-content .description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5%;
  font-weight: 400;
  text-align: justify;
  color: #747582;
}


@media (max-width: 1000px) {
  .product-value {
    margin-bottom: 88px;
  }

  .product-value .container{
    padding: 0;
  }

  .product-value .product-value-content {
    padding: 81px 42.5px;
    margin-top: 48px;
    height: 512px;
    flex-direction: column; 
  }

  .product-value .product-value-content .dashed-line {
    padding-left: 0;
    height: 0;
    margin-right: 0;
    width: 120px;
    margin: 50px 0;
    border-bottom: #1ac3b6 dashed 1px;
  }
}
/* 产品价值 end*/