/*
共享css，即本css文件中定义的样式在其它css文件中可以直接引用
@date 20171207
@author guob
*/
.introduce-root {
  margin-top: 62px;
  background-image: url(/images/product/succci/cases/case5/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;
}
.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%;
}
.advantage-root {
  background-image: url(/images/product/succci/cases/case5/adv_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: cover;
}
.advantage-root > .main-container {
  padding-bottom: 120px;
}
.advantage-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.advantage-header > .cm-header-title {
  text-align: left;
  margin-right: 30px;
  font-style: normal;
  line-height: 47px;
  letter-spacing: .02em;
  margin-bottom: 0px;
}
.advantage-bg-title {
  font-style: normal;
  line-height: 94px;
  letter-spacing: .02em;
  color: rgba(104, 129, 219, 0.1);
}
.advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 0px;
  position: relative;
}
.advantage-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;
}
.advantage-left {
  width: 35%;
  background-image: url(/images/product/succci/cases/case5/advantage.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.advantage-items {
  width: 65%;
  height: 100%;
  padding: 40px 0px;
  position: relative;
}
.advantage-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;
}
.advantage-item-index {
  position: relative;
  font-style: normal;
  line-height: 160%;
  color: #d4e2f1;
  padding: 0 20px 0 0;
  z-index: 2;
}
.advantage-item-text {
  position: relative;
  padding: 30px 0px;
  z-index: 2;
}
.advantage-item-name {
  font-style: normal;
  line-height: 21px;
  letter-spacing: 1.5px;
  text-align: left;
  margin-bottom: 10px;
}
.advantage-item-desc {
  font-style: normal;
  line-height: 25px;
  text-align: left;
}
.advantage-item:hover > .advantage-item-bg {
  display: block;
  background: rgba(0, 0, 0, 0) url(/images/product/succci/cases/case5/active.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 110%;
  height: 150%;
  position: absolute;
  top: -12px;
  left: -5%;
  z-index: 1;
}
.advantage-item:hover > .advantage-item-index {
  color: #98acc5;
}
.system-root {
  position: relative;
}
.system-root > .main-container {
  padding-top: 140px;
}
.system-root > .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  cursor: pointer;
}
.system-root > .swiper-button-next {
  right: 4%;
  background: rgba(0, 0, 0, 0) url(/images/product/succci/cases/case5/nav_next.png) no-repeat 50% 50% / contain;
}
.system-root > .swiper-button-prev {
  left: 4%;
  background: rgba(0, 0, 0, 0) url(/images/product/succci/cases/case5/nav_prev.png) no-repeat 50% 50% / contain;
}
.system-header {
  position: relative;
}
.system-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);
}
.system-images {
  width: 860px;
  height: auto;
  padding: 40px 0;
  margin-left: auto;
  margin-right: auto;
}
.system-images > .swiper-wrapper > .swiper-slide {
  position: relative;
  width: 860px;
  height: auto;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.system-images > .swiper-wrapper > .swiper-slide > .system-image {
  width: 100%;
  height: 100%;
}
@media (max-width: 1300px) {
  .introduce-img {
    margin-top: 100px;
  }
  .system-root > .swiper-button {
    width: 60px;
    height: 60px;
  }
  .system-root > .swiper-button-next {
    right: 20px;
  }
  .system-root > .swiper-button-prev {
    left: 20px;
  }
}
@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;
  }
  .advantage-root > .main-container {
    padding-bottom: 60px;
  }
  .advantage-header {
    margin-bottom: 20px;
  }
  .advantage-bg {
    display: none;
  }
  .advantage-left {
    display: none;
  }
  .advantage-items {
    width: 100%;
    padding: 0px;
  }
  .advantage-items::after {
    display: none;
  }
  .advantage-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;
  }
  .advantage-item-text {
    padding: 20px 0px;
  }
  .advantage-item::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border-left: 4px solid #2861cf;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .advantage-item-index {
    display: none;
  }
  .advantage-item:hover {
    background: #fff;
  }
  .advantage-item:hover > .advantage-item-bg {
    display: none;
  }
  .advantage-item:hover > .advantage-item-text > .advantage-item-name {
    color: #333;
  }
  .advantage-item:hover > .advantage-item-text > .advantage-item-desc {
    color: #666;
  }
  .system-images {
    width: 100%;
    padding: 0px;
  }
  .system-root > .main-container {
    padding: 40px 70px;
  }
  .system-root > .swiper-button {
    margin-top: 0px;
  }
  .system-root > .swiper-button-next {
    right: 0px;
  }
  .system-root > .swiper-button-prev {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .system-root > .swiper-button {
    width: 40px;
    height: 40px;
  }
  .system-root > .main-container {
    padding: 20px 40px;
  }
  .advantage-root > .main-container {
    padding-bottom: 20px;
  }
}
