/*
共享css，即本css文件中定义的样式在其它css文件中可以直接引用
@date 20171207
@author guob
*/
.introduce-root {
  margin-top: 62px;
  background-image: url(/images/product/succci/cases/case1/introduce-bg.png);
  background-position: center, bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.introduce-root > .main-container {
  padding-top: 60px;
}
.introduce-bg-title {
  position: relative;
  z-index: 2;
  font-style: normal;
  white-space: nowrap;
  color: rgba(72, 171, 250, 0.1);
  text-align: left;
}
.introduce-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.introduce-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
}
.introduce-caption {
  position: relative;
  line-height: 70px;
  text-align: left;
}
.introduce-caption::after {
  content: "";
  display: block;
  width: 45px;
  height: 0;
  border-bottom: 9px solid #48ABFA;
  margin: 10px 0 0;
}
.introduce-desc {
  position: relative;
  margin: 52px 0 0;
  font-style: normal;
  line-height: 200%;
  text-align: left;
  text-indent: 36px;
}
.introduce-image {
  width: 55%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.introduce-img {
  width: 100%;
}
.value-root {
  background-image: url(/images/product/succci/cases/case1/value-bg.png);
  background-position: center, bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.value-item {
  width: 32%;
  padding: 20px 20px 40px 20px;
  background: #fff;
}
.value-item-image {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.value-item-name {
  font-style: normal;
  line-height: 120%;
  letter-spacing: .03em;
  margin: 40px 0px 20px 0px;
  text-align: left;
}
.value-item-desc {
  font-style: normal;
  line-height: 30px;
  text-align: left;
  min-height: 150px;
}
.value-item:hover {
  -webkit-box-shadow: 0 4px 30px rgba(22, 71, 167, 0.14);
          box-shadow: 0 4px 30px rgba(22, 71, 167, 0.14);
}
@media (max-width: 1023px) {
  .introduce-root > .main-container {
    padding-top: 40px;
  }
  .introduce-text {
    width: 100%;
  }
  .introduce-image {
    display: none;
  }
  .introduce-caption {
    line-height: 40px;
  }
  .introduce-caption::after {
    display: none;
  }
  .introduce-desc {
    margin: 0px;
  }
  .value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .value-item {
    width: 100%;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 4px 30px rgba(22, 71, 167, 0.14);
            box-shadow: 0 4px 30px rgba(22, 71, 167, 0.14);
  }
  .value-item-name {
    margin: 20px 0px 10px 0px;
  }
}
