/*
共享css，即本css文件中定义的样式在其它css文件中可以直接引用
@date 20171207
@author guob
*/
.introduce-root {
  margin-top: 62px;
  background-image: url(/images/product/succci/cases/case2/bg1.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(45, 134, 97, 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 #2d8661;
  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%;
}
.system-root {
  background-image: url(/images/product/succci/cases/case2/bg2.png);
  background-position: center, bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.system-root > .main-container {
  padding-bottom: 160px;
}
.system-root > .main-container .cm-header-title {
  text-align: left;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 47px;
  letter-spacing: .02em;
  padding: 0 25px 0 0;
}
.system-root > .main-container .system-bg-title {
  margin-bottom: 70px;
  font-style: normal;
  line-height: 51px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(56, 72, 101, 0.32);
  text-align: left;
}
.system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.system-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.system-item {
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  height: 125px;
}
.system-item-image {
  width: 45px;
  height: 45px;
}
.system-item-name {
  line-height: 160%;
  margin-left: 20px;
}
.system-items::before,
.system-items::after {
  position: absolute;
  top: 0px;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  content: " ";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.system-items::before {
  background-image: url(/images/product/succci/cases/case2/s-b.png);
  left: 0px;
}
.system-items::after {
  background-image: url(/images/product/succci/cases/case2/s-l.png);
  right: 0px;
  background-position: right;
}
.value-root {
  background-image: url(/images/product/succci/cases/case2/bg3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-container {
  padding-bottom: 120px;
}
.value-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.value-header > .cm-header-title {
  text-align: left;
  margin-right: 30px;
  font-style: normal;
  line-height: 47px;
  letter-spacing: .02em;
  margin-bottom: 20px;
}
.value-bg-title {
  font-style: normal;
  line-height: 94px;
  letter-spacing: .02em;
  color: rgba(104, 129, 219, 0.1);
}
.value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 0px;
  position: relative;
}
.value-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;
}
.value-left {
  width: 35%;
  background-image: url(/images/product/succci/cases/case2/bg3_2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 1;
}
.value-items {
  width: 65%;
  height: 100%;
  padding: 40px 0px;
  position: relative;
}
.value-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;
}
.value-item:hover {
  background-color: #2d8661;
}
.value-item:hover > .value-item-index {
  color: white;
}
.value-item:hover > .value-item-text > .value-item-name,
.value-item:hover > .value-item-text > .value-item-desc {
  color: white;
}
.value-item-index {
  font-style: normal;
  line-height: 160%;
  color: #c4e1bf;
  padding: 0 12px 0 0;
}
.value-item-text {
  padding: 30px 0px;
}
.value-item-name {
  font-style: normal;
  line-height: 21px;
  letter-spacing: 1.5px;
  text-align: left;
  margin-bottom: 10px;
}
.value-item-desc {
  font-style: normal;
  line-height: 25px;
  text-align: left;
}
.value-items::after {
  position: absolute;
  right: -20%;
  top: 0px;
  width: 486px;
  height: 529px;
  content: " ";
  background-image: url(/images/product/succci/cases/case2/bg3-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.case-root > .main-container {
  padding-bottom: 120px;
}
.case-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.case-header > .cm-header-title {
  text-align: left;
  margin-right: 30px;
  font-style: normal;
  line-height: 47px;
  letter-spacing: .02em;
  margin-bottom: 0px;
}
.case-header > .case-bg-title {
  margin: 0 0 0 15px;
  font-style: normal;
  line-height: 51px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(56, 72, 101, 0.32);
}
.case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  background-color: rgba(216, 243, 246, 0.47);
  position: relative;
}
.case-item.case-item2 > .case-item-text > .case-item-name {
  text-align: right;
}
.case-item.case-item1::after {
  background-image: url(/images/product/succci/cases/case2/case_right.png);
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60%;
  height: 60%;
  content: " ";
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: top;
  background-position-x: right;
}
.case-item.case-item2::after {
  background-image: url(/images/product/succci/cases/case2/case_left.png);
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 60%;
  height: 60%;
  content: " ";
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
  background-position-x: left;
}
.case-item-image {
  width: 40%;
  height: auto;
  background-repeat: no-repeat;
  -o-object-fit: contain;
     object-fit: contain;
}
.case-item-text {
  width: 60%;
  padding: 30px;
  text-align: left;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-item-name {
  font-style: normal;
  line-height: 34px;
  letter-spacing: 1.5px;
  color: #0f6742;
  padding: 0 0 10px;
  position: relative;
}
.case-item-desc {
  font-style: normal;
  line-height: 160%;
  margin: 12px 0 0;
  text-align: left;
}
@media (max-width: 1500px) {
  .system-item {
    padding-left: 30px;
  }
  .system-item-name {
    margin-left: 10px;
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .introduce-img {
    margin-top: 100px;
  }
  .system-item-image {
    width: 35px;
    height: 35px;
  }
  .system-item {
    padding-left: 20px;
  }
  .system-item-name {
    margin-left: 10px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .case-item-image {
    height: 100%;
  }
  .case-item.case-item1::after,
  .case-item.case-item2::after {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .introduce-root > .main-container {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .introduce-text {
    width: 100%;
  }
  .introduce-image {
    display: none;
  }
  .introduce-caption {
    line-height: 40px;
  }
  .introduce-caption::after {
    display: none;
  }
  .introduce-desc {
    margin: 0px;
  }
  .system-root {
    background-position: right;
  }
  .system-root > .main-container {
    padding-bottom: 40px;
  }
  .system-items {
    background-image: url(/images/product/succci/cases/case2/m_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px;
  }
  .system-items::before,
  .system-items::after {
    display: none;
  }
  .system-item {
    width: 50%;
    padding-left: 30px;
    padding-bottom: 10px;
    height: 80px;
  }
  .system-item-image {
    width: 32px;
    height: 32px;
  }
  .system-item-name {
    margin-left: 10px;
    font-size: 14px;
    text-align: left;
  }
  .value-root > .main-container {
    padding-bottom: 60px;
  }
  .case-header,
  .value-header {
    margin-bottom: 20px;
  }
  .value-bg {
    display: none;
  }
  .value-left {
    display: none;
  }
  .value-items {
    width: 100%;
    padding: 0px;
  }
  .value-items::after {
    display: none;
  }
  .value-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;
  }
  .value-item-text {
    padding: 20px 0px;
  }
  .value-item::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border-left: 4px solid #2861cf;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    border-color: #2d8661;
  }
  .value-item-index {
    display: none;
  }
  .value-header > .cm-header-title {
    margin-bottom: 10px;
  }
  .value-item:hover {
    background: #fff;
  }
  .value-item:hover > .value-item-text > .value-item-name {
    color: #333;
  }
  .value-item:hover > .value-item-text > .value-item-desc {
    color: #666;
  }
  .case-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0 14px 44px rgba(0, 23, 81, 0.2);
            box-shadow: 0 14px 44px rgba(0, 23, 81, 0.2);
  }
  .case-item > .case-item-image {
    width: 100%;
  }
  .case-item.case-item2 > .case-item-text,
  .case-item > .case-item-text {
    width: 100%;
    padding: 0px 20px 20px 20px;
  }
  .case-root > .main-container {
    padding-bottom: 60px;
  }
  .case-item.case-item1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .case-item.case-item1::after {
    right: 0px;
    top: 0px;
    background-position: top;
  }
  .case-item.case-item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0px;
  }
  .case-item.case-item2::after {
    left: 0px;
    bottom: 0px;
    background-position: bottom;
  }
  .case-item.case-item2 > .case-item-text > .case-item-name {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .introduce-root > .main-container {
    padding-bottom: 20px;
  }
  .value-root > .main-container {
    padding-bottom: 20px;
  }
  .case-root > .main-container {
    padding-bottom: 20px;
  }
  .value-header > .cm-header-title {
    margin-bottom: 0px;
  }
  .system-item {
    height: 80px;
  }
  .system-item-name {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .system-item-image {
    width: 24px;
    height: 24px;
  }
  .system-item {
    width: 50%;
    padding-left: 10px;
    padding-bottom: 10px;
    height: 70px;
  }
  .en .system-item {
    width: 100%;
  }
}
