/*
共享css，即本css文件中定义的样式在其它css文件中可以直接引用
@date 20171207
@author guob
*/
.introduce-root {
  margin-top: 62px;
  background-image: url(/images/product/succci/cases/case4/introduce-bg.jpg);
  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;
  line-height: 94px;
  letter-spacing: .02em;
  white-space: nowrap;
  color: rgba(72, 171, 250, 0.1);
  text-align: left;
}
.introduce-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.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: 50%;
  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%;
}
.project-root > .main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-left {
  width: 40%;
  position: relative;
  padding: 0 90px;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-left::before {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 400%;
  height: 100%;
  content: " ";
  background-image: url(/images/product/succci/cases/case4/project_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
.project-left > .cm-header-title {
  position: relative;
  z-index: 2;
  font-style: normal;
  line-height: 70px;
  letter-spacing: .11em;
  color: #fff;
  text-align: right;
}
.project-bg-title {
  position: relative;
  z-index: 2;
  font-style: normal;
  line-height: 51px;
  letter-spacing: .185em;
  color: rgba(255, 255, 255, 0.32);
  text-align: right;
}
.project-right {
  width: 60%;
}
.project-desc {
  padding: 30px 30px 0px 100px;
  font-style: normal;
  line-height: 200%;
  text-align: left;
}
.plan-root {
  background-image: url(/images/product/succci/cases/case4/plan_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: cover;
}
.plan-root > .main-container {
  padding-bottom: 120px;
}
.plan-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.plan-header > .cm-header-title {
  text-align: left;
  margin-right: 30px;
  font-style: normal;
  line-height: 47px;
  letter-spacing: .02em;
  margin-bottom: 0px;
}
.plan-bg-title {
  font-style: normal;
  line-height: 94px;
  letter-spacing: .02em;
  color: rgba(104, 129, 219, 0.1);
}
.plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 0px;
  position: relative;
}
.plan-bg {
  position: absolute;
  background: #fff;
  width: 1000%;
  height: 100%;
  border: 1px solid #cfd8e0;
  -webkit-box-shadow: 0 14px 44px rgba(0, 23, 81, 0.2);
          box-shadow: 0 14px 44px rgba(0, 23, 81, 0.2);
  margin: 0 -200% 0 0;
  overflow: hidden;
}
.plan-left {
  width: 35%;
  background-image: url(/images/product/succci/cases/case4/plan.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.plan-items {
  width: 65%;
  height: 100%;
  padding: 40px 0px;
  position: relative;
}
.plan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0px 30px;
}
.plan-item-index {
  position: relative;
  font-style: normal;
  line-height: 160%;
  color: #d4e2f1;
  padding: 0 20px 0 0;
  z-index: 2;
}
.plan-item-text {
  position: relative;
  padding: 30px 0px;
  z-index: 2;
}
.plan-item-name {
  font-style: normal;
  line-height: 21px;
  letter-spacing: 1.5px;
  text-align: left;
  margin-bottom: 10px;
}
.plan-item-desc {
  font-style: normal;
  line-height: 25px;
  text-align: left;
}
.plan-item:hover > .plan-item-bg {
  display: block;
  background: rgba(0, 0, 0, 0) url(/images/product/succci/cases/case4/active.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 110%;
  height: 150%;
  position: absolute;
  top: -12px;
  left: -5%;
  z-index: 1;
}
.plan-item:hover > .plan-item-index {
  color: #98acc5;
}
.value-root {
  background: #f3f5f9 none no-repeat 50% 0%;
}
.value-header {
  position: relative;
}
.value-bg-title {
  position: absolute;
  top: -20px;
  left: 50%;
  font-style: normal;
  line-height: 51px;
  letter-spacing: .13em;
  margin-left: -445px;
  color: rgba(220, 221, 224, 0.27);
}
.value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.value-item {
  width: 25%;
}
.value-item.true {
  background: #fff;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.value-item-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.value-item-text {
  padding: 40px 20px;
}
.value-item-name {
  font-style: normal;
  line-height: 120%;
  letter-spacing: .03em;
  text-align: left;
  margin-bottom: 20px;
}
.value-item-desc {
  font-style: normal;
  line-height: 30px;
  text-align: left;
  min-height: 150px;
}
@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;
  }
  .project-root > .main-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 40px 0px 40px;
  }
  .project-left {
    width: 100%;
    padding: 20px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .project-left > .cm-header-title {
    margin-bottom: 0px;
  }
  .project-left::before {
    right: -40px;
  }
  .project-bg-title {
    font-size: 14px;
    margin-left: 10px;
  }
  .project-desc {
    color: white;
    padding: 0px;
    z-index: 1;
    width: 100%;
  }
  .plan-root > .main-container {
    padding-bottom: 40px;
  }
  .plan-header {
    margin-bottom: 20px;
  }
  .plan-bg {
    display: none;
  }
  .plan-left {
    display: none;
  }
  .plan-items {
    width: 100%;
    padding: 0px;
  }
  .plan-items::after {
    display: none;
  }
  .plan-item {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 8px 14px -2px rgba(232, 235, 237, 0.6);
            box-shadow: 0 8px 14px -2px rgba(232, 235, 237, 0.6);
    border-radius: 2px;
    margin: 0 0 15px;
    position: relative;
    padding: 0px 20px;
  }
  .plan-item-text {
    padding: 20px 0px;
  }
  .plan-item::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border-left: 4px solid #2861cf;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .plan-item-index {
    display: none;
  }
  .plan-item:hover {
    background: #fff;
  }
  .plan-item:hover > .plan-item-bg {
    display: none;
  }
  .plan-item:hover > .plan-item-text > .plan-item-name {
    color: #333;
  }
  .plan-item:hover > .plan-item-text > .plan-item-desc {
    color: #666;
  }
  .value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .value-item {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
  }
  .value-item-text {
    padding: 20px;
  }
  .value-item-image {
    height: 200px;
  }
  .value-item-desc {
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .project-root > .main-container {
    padding: 20px 20px 0px 20px;
  }
  .project-left::before {
    right: -20px;
  }
  .project-left > .cm-header-title {
    margin-bottom: 0px;
  }
  .project-bg-title {
    font-size: 12px;
  }
  .value-item-image {
    height: 160px;
  }
}
