﻿@charset "UTF-8";
/*公用class*/
/* 页面背景----------*/
#content {
  background-color: #f4f6f8;
}
/* 链接-------*/
.link-txt {
  font-size: 12px;
  color: #666;
  position: relative;
}
.link-txt:hover {
  color: #2d56b1;
}
.link-def {
  color: #2d56b1;
  transition: box-shadow 0.3s;
}
.link-def.link-sight {
  color: #2d56b1;
}
.link-def:hover {
  text-decoration: underline;
}
a[href="javascript:void(0)"] {
  cursor: default;
}
/* 小三角 */
.fold-btn {
  position: absolute;
  transition: transform 0.5s ease-out;
}
.unfold .fold-btn {
  transform: rotateX(180deg);
  -ms-transform: rotate(180deg);
}
.fold-btn:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-bottom: 2px solid #777;
  border-right: 2px solid #777;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-def > .fold-btn {
  margin-left: 5px;
  margin-top: 6px;
}
.link-def > .fold-btn:before {
  width: 7px;
  height: 7px;
  border-color: #2d56b1;
  border-width: 1px;
}
/* 按钮 */
/* 版块通用
----------*/
.stuffed-area {
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 1024px) {
  .solution-area:not(.stuffed-area) + .solution-area:not(.stuffed-area),
  .stuffed-area + .stuffed-area {
    margin-top: -60px;
  }
}
.content-section {
  max-width: 1200px;
  clear: both;
  margin: 0 auto;
  padding: 60px 10px;
}
.stuffed-area .content-section {
  padding-top: 60px;
}
.section-title {
  text-align: center;
  margin-bottom: 30px;
}
.section-title .caption {
  font-size: 24px;
}
.section-body .caption {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .content-section {
    padding: 0 0 40px;
  }
  .stuffed-area {
    background: none;
  }
  .stuffed-area .content-section {
    padding-top: 0;
  }
  .solution-area:last-child .content-section {
    padding-bottom: 0;
  }
  .stuffed-area + .solution-area {
    margin-top: 0;
  }
  .section-title {
    margin-bottom: 20px;
  }
  [flex-row] .aui-tile {
    height: auto !important;
  }
  .section-body .caption {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
/*全屏看图  */
@keyframes show-full-view {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-full-view {
  cursor: zoom-in;
}
.full-view-layer {
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: zoom-out;
  overflow: auto;
  opacity: 1;
  transition: opacity .4s;
  display: none;
}
.full-view-layer.show-view {
  display: block;
  animation: show-full-view 0.3s;
}
.full-view-layer > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #f4f6f8;
  animation: zoomIn .3s;
  /* cursor: default; */
}
@media (max-width: 1023px) {
  .full-view-layer > img {
    height: auto;
    max-height: 90%;
  }
}
/* 入场动画 */
[vm-type="1"] {
  visibility: hidden;
  opacity: 0;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes vmFadeInUp {
  from {
    opacity: .3;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.vmFadeInUp {
  animation-name: vmFadeInUp;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/* 图标 */
.icon-sprite-md {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.icon-sprite-md.sprite-1 {
  background-position: 0 0;
}
.icon-sprite-md.sprite-2 {
  background-position: -48px 0;
}
.icon-sprite-md.sprite-3 {
  background-position: -96px 0;
}
.icon-sprite-md.sprite-4 {
  background-position: -144px 0;
}
.icon-sprite-md.sprite-5 {
  background-position: -192px 0;
}
.icon-sprite-md.sprite-6 {
  background-position: -240px 0;
}
.icon-sprite-md.sprite-7 {
  background-position: -288px 0;
}
.icon-sprite-md.sprite-8 {
  background-position: -336px 0;
}
.icon-sprite-md.sprite-9 {
  background-position: -384px 0;
}
.icon-sprite-md.sprite-10 {
  background-position: -432px 0;
}
@media (max-width: 1023px) {
  .icon-sprite-md {
    width: 24px;
    height: 24px;
  }
  .icon-sprite-md.sprite-1 {
    background-position: 0px 0;
  }
  .icon-sprite-md.sprite-2 {
    background-position: -24px 0;
  }
  .icon-sprite-md.sprite-3 {
    background-position: -48px 0;
  }
  .icon-sprite-md.sprite-4 {
    background-position: -72px 0;
  }
  .icon-sprite-md.sprite-5 {
    background-position: -96px 0;
  }
  .icon-sprite-md.sprite-6 {
    background-position: -120px 0;
  }
  .icon-sprite-md.sprite-7 {
    background-position: -144px 0;
  }
  .icon-sprite-md.sprite-8 {
    background-position: -168px 0;
  }
  .icon-sprite-md.sprite-9 {
    background-position: -192px 0;
  }
  .icon-sprite-md.sprite-10 {
    background-position: -216px 0;
  }
}
/* 图标 */
.icon-sprite-sm {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.icon-sprite-sm.sprite-1 {
  background-position: 0 0;
}
.icon-sprite-sm.sprite-2 {
  background-position: -32px 0;
}
.icon-sprite-sm.sprite-3 {
  background-position: -64px 0;
}
.icon-sprite-sm.sprite-4 {
  background-position: -96px 0;
}
.icon-sprite-sm.sprite-5 {
  background-position: -128px 0;
}
.icon-sprite-sm.sprite-6 {
  background-position: -160px 0;
}
.icon-sprite-sm.sprite-7 {
  background-position: -192px 0;
}
.icon-sprite-sm.sprite-8 {
  background-position: -224px 0;
}
.icon-sprite-sm.sprite-9 {
  background-position: -256px 0;
}
.icon-sprite-sm.sprite-10 {
  background-position: -288px 0;
}
@media (max-width: 1023px) {
  .icon-sprite-sm {
    width: 24px;
    height: 24px;
  }
  .icon-sprite-sm.sprite-1 {
    background-position: 0px 0;
  }
  .icon-sprite-sm.sprite-2 {
    background-position: -24px 0;
  }
  .icon-sprite-sm.sprite-3 {
    background-position: -48px 0;
  }
  .icon-sprite-sm.sprite-4 {
    background-position: -72px 0;
  }
  .icon-sprite-sm.sprite-5 {
    background-position: -96px 0;
  }
  .icon-sprite-sm.sprite-6 {
    background-position: -120px 0;
  }
  .icon-sprite-sm.sprite-7 {
    background-position: -144px 0;
  }
  .icon-sprite-sm.sprite-8 {
    background-position: -168px 0;
  }
  .icon-sprite-sm.sprite-9 {
    background-position: -192px 0;
  }
  .icon-sprite-sm.sprite-10 {
    background-position: -216px 0;
  }
}
/* banner
----------*/
.sol-banner {
  width: 100%;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sol-banner.is-sub {
  line-height: 266px;
}
.sol-banner.is-sub .content-section {
  padding-top: 38px;
}
.sol-banner .content-section {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.link-video:hover .play-icon {
  background-position: -120px 0;
}
.banner-content {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  max-width: 620px;
  padding-left: 30px;
  padding-right: 30px;
}
.banner-caption .link-video {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.banner-caption .caption {
  font-size: 36px;
  line-height: 1.25;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}
.play-icon {
  display: inline-block;
  width: 40px;
  height: 32px;
  cursor: pointer;
  vertical-align: middle;
  background: url("../Images/play-btn.png");
  background-size: auto 100%;
  background-position: -80px 0;
}
.banner-caption .play-text {
  font-size: 12px;
  color: #e2e2e2;
  line-height: 32px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.banner-crumb {
  position: absolute;
  top: 20px;
}
.banner-crumb .crumb-item {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 8px;
}
.banner-crumb .crumb-item:hover {
  color: #fff;
}
.banner-crumb .crumb-item:after {
  content: ">";
  margin-left: 8px;
}
.banner-crumb .crumb-item:last-child {
  color: #fff;
  cursor: default;
}
.banner-crumb .crumb-item:last-child:after {
  display: none;
}
.banner-caption {
  font-size: 36px;
  line-height: 1.25;
  color: #fff;
}
.banner-content .banner-detail {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #fff;
}
.banner-btn-group {
  font-size: 0;
}
.banner-btn-group .aui-button {
  margin-right: 10px;
  margin-bottom: 10px;
}
.banner-btn-group .aui-btn-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 11px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #c3c5c6;
}
.banner-btn-group .aui-btn-text:hover {
  color: #fff;
}
.banner-btn-group .aui-btn-text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background: #c3c5c6;
}
.banner-btn-group .aui-btn-text:last-child:after {
  content: none;
}
@media (max-width: 1023px) {
  .sol-banner {
    height: auto;
  }
  .sol-banner .content-section {
    padding-bottom: 0;
  }
  .banner-content {
    padding: 20px 15px 20px;
  }
  .banner-caption,
  .banner-caption .caption {
    font-size: 24px;
    line-height: 33px;
  }
  .banner-content .banner-detail {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/* 页内导航
-----------*/
.sol-pagenav + .solution-area {
  margin-top: 0 !important;
}
.sol-pagenav + .solution-area .content-section {
  padding-top: 40px;
}
.sol-pagenav {
  height: 46px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0px !important;
  background-color: rgba(8, 15, 32, 0.4);
}
@media (max-width: 1023px) {
  .pagenav-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pagenav-content {
  overflow: hidden;
  margin: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  height: 46px;
  font-size: 0;
}
.pagenav-content > li {
  display: inline-block;
  line-height: 43px;
  font-size: 14px;
  padding: 0 15px;
  color: white;
  border-bottom: 3px solid transparent;
}
.pagenav-content > li > a {
  display: block;
}
.pagenav-content > li.selected {
  border-bottom-color: #e41f2b;
}
.pagenav-content.fixed {
  position: fixed;
  height: 60px;
  z-index: 100;
  top: 0;
  margin-top: 0;
}
.pagenav-content.fixed > li {
  line-height: 57px;
}
@media (min-width: 1024px) {
  .pagenav-content.fixed {
    left: 200px;
  }
}
@media (min-width: 1280px) {
  .pagenav-content.fixed {
    left: 50%;
    width: 1000px;
    margin-left: -500px;
  }
}
@media (max-width: 1023px) {
  .sol-pagenav {
    display: none;
  }
}
/* 全局导航样式补充 */
.header-wrapper-bg.fade .navigation,
.header-wrapper-bg.fade .head-tools .role-tools {
  transform: translate3d(0, -60px, 0);
  transition: all .5s ease;
  opacity: 0;
}
/* 行业趋势
----------*/
.trend-content {
  padding: 20px 140px 20px 30px;
  border: 1px solid #e2e2e2;
  background-color: white;
  position: relative;
}
.trend-content.has-arch {
  padding: 30px;
  overflow: hidden;
  display: table;
}
.trend-content:before,
.trend-content:after {
  content: "";
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.trend-content.no-arch:before {
  width: 105px;
  height: 80px;
  top: 0;
  background-image: url("../Images/trend-bg-up.png");
}
.trend-content.no-arch:after {
  width: 140px;
  height: 160px;
  bottom: 0;
  background-image: url("../Images/trend-bg-down.png");
}
.sol-trend .trend-content .caption:not(:first-child) {
  margin-top: 20px;
}
.sol-trend .detail {
  margin-top: 8px;
}
.sol-trend .trend-list {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.sol-trend .trend-list > li {
  padding-left: 14px;
  position: relative;
}
.sol-trend .trend-list > li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e41f2b;
}
.sol-trend .trend-list > li + li {
  margin-top: 5px;
}
.sol-trend .trend-list .title {
  font-weight: bold;
  color: #333;
}
.sol-trend .show-more-btn {
  display: none;
}
.trend-content.has-arch .content-right {
  width: 400px;
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
}
.trend-content.has-arch .content-left {
  width: calc(100% - 460px);
  display: table-cell;
  vertical-align: middle;
}
.trend-image img {
  width: 100%;
}
@media (max-width: 1023px) {
  .sol-trend .caption:not(:first-child) {
    margin-top: 5px;
  }
  .trend-content .trend-list + .detail,
  .trend-list,
  .caption:not(:first-child) {
    display: none;
  }
  .sol-trend.show-more .detail,
  .sol-trend.show-more .trend-list,
  .sol-trend.show-more .caption:not(:first-child) {
    display: block;
  }
  .trend-content .show-more-btn {
    padding-top: 10px;
    display: block;
    text-align: center;
  }
  .sol-trend.show-more .show-more-btn {
    display: none;
  }
  .trend-content {
    padding: 15px;
    background-size: 70px 87px;
    border-right: none;
    border-left: none;
  }
  .trend-content.has-arch {
    padding: 15px;
    display: block;
  }
  .trend-content:before,
  .trend-content:after {
    -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    -ms-transform: scale(0.5);
        transform: scale(0.5);
  }
  .trend-content:before {
    -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
  }
  .trend-content.has-arch .content-right {
    width: auto;
    height: 197px;
    float: unset;
    display: block;
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    padding-left: 0;
  }
  .trend-content.has-arch .content-left {
    width: 100%;
    display: block;
    margin-top: 227px;
  }
  .trend-content.has-arch .trend-image {
    width: 264px;
    height: 197px;
    margin: 0 auto;
  }
  .trend-content.has-arch .trend-image img {
    width: 100%;
  }
  .trend-content .fold-btn-arrow {
    display: inline-block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    vertical-align: middle;
    background: url("../Images/arrow-bottom.png");
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position-y: center;
  }
}
/* 业务挑战
----------*/
.challenge-list > .challenge-item {
  position: relative;
  min-height: 114px;
  line-height: 76px;
  padding-right: 30px;
  padding-left: 98px;
  border: 1px solid #e6e6e6;
  background-color: #FFF;
  font-size: 0;
  white-space: nowrap;
}
.challenge-item + .challenge-item {
  margin-top: 10px;
}
.challenge-list .challenge-icon {
  position: absolute;
  top: 30px;
  left: 0;
  width: 98px;
  padding-left: 30px;
  padding-right: 20px;
  height: 100%;
  text-align: left;
}
.challenge-desc {
  display: inline-block;
  padding-top: 19px;
  padding-bottom: 19px;
  vertical-align: middle;
  white-space: normal;
}
.challenge-desc .detail {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}
@media (max-width: 1023px) {
  .challenge-list > .challenge-item {
    height: auto !important;
    min-height: unset;
    line-height: 1.5 !important;
    padding: 15px 15px 15px 49px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-top: 0;
  }
  .challenge-list > .challenge-item:last-child {
    border-bottom: 1px solid #e2e2e2;
  }
  .challenge-list .challenge-icon {
    width: 49px;
    line-height: 1;
    padding-left: 15px;
    padding-right: 10px;
    top: 12px;
    left: 0;
    height: auto;
    text-align: left;
  }
  .challenge-desc {
    padding: 0;
  }
}
/* 业务场景
----------*/
.scene-content {
  position: relative;
  border: solid 1px #e6e6e6;
}
.scene-nav {
  float: left;
  width: 300px;
}
.scene-mb-title {
  display: none;
}
.scene-body {
  border-left: solid 1px #e2e2e2;
  margin-left: 300px;
  background: #fff;
  display: block;
  transition: height 0.3s;
  overflow: hidden;
}
.scene-body .scene-item {
  padding: 10px;
  display: none;
}
.scene-body .scene-item.active {
  display: block;
}
.scene-body .scene-arch {
  background: #f7f7f7;
  text-align: center;
  margin-bottom: 10px;
}
.scene-body .scene-arch > img {
  width: 100%;
  vertical-align: top;
}
.scene-body .scene-desc {
  padding: 10px 10px 10px;
}
.scene-body .scene-details + .scene-details {
  border-top: 1px solid #e2e2e2;
}
.scene-body .scene-details {
  margin-bottom: 10px;
}
.scene-body .scene-details .title {
  margin-top: 10px;
  margin-bottom: 5px;
}
.scene-body .scene-details > p:first-child {
  margin-top: 10px;
}
.scene-body .scene-details:first-child .title:first-child {
  margin-top: 0;
}
.scene-body .scene-details:last-child {
  margin-bottom: 0;
}
.scene-body .scene-details .scene-list-details > li {
  padding-left: 14px;
  position: relative;
}
.scene-body .scene-details .scene-list-details > li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e41f2b;
}
.scene-body .scene-product .title {
  margin-top: 10px;
  margin-bottom: 5px;
}
.scene-body .scene-product-list {
  font-size: 0;
}
.scene-body .scene-product-item {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  font-size: 14px;
}
.scene-body .scene-product-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  height: 12px;
  width: 0;
  border-left: 1px solid #e2e2e2;
}
.scene-body .scene-product-item:last-child {
  margin-right: 0;
}
.scene-body .scene-product-item:last-child:after {
  display: none;
}
.scene-body-layer .title {
  font-weight: bold;
  color: #333;
}
.scene-nav-tab {
  line-height: 60px;
  height: 60px;
  border-bottom: 1px solid #e2e2e2;
  padding-left: 30px;
  padding-right: 20px;
  position: relative;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
}
.scene-nav-tab:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
  opacity: 0;
  border-left: 3px solid #e41f2b;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all .4s ease;
}
.scene-nav-tab.active:before {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
}
.scene-nav-tab .icon-scene {
  margin-right: 10px;
  vertical-align: middle;
}
.scene-nav-tab .title {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: calc(100% - 42px);
  line-height: 1.5;
  max-height: 100%;
}
.scene-nav-tab.active .title {
  font-weight: bold;
}
.scene-nav-tab:hover .title {
  color: #e41f2b;
}
.solution-scene-tab {
  font-size: 0;
  text-align: center;
}
.solution-scene-tab .scene-tab {
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
}
.solution-scene-tab .scene-tab .caption {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  position: relative;
}
.solution-scene-tab .scene-tab .caption:after {
  content: "";
  background: #e41f2b;
  bottom: -20px;
  height: 3px;
  left: -10px;
  right: -10px;
  position: absolute;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: transform .3s ease;
}
.solution-scene-tab .scene-tab .icon-scene {
  display: block;
  margin: auto;
}
.solution-scene-tab .scene-tab.active .caption {
  font-weight: bold;
}
.solution-scene-tab .scene-tab.active .caption:after {
  -ms-transform: scale(1);
  transform: scale(1);
}
.solution-scene-tab .scene-tab:hover .caption {
  color: #e41f2b;
}
.solution-scene-body {
  border-left: none;
  margin-left: 0px;
  background: #fff;
  display: block;
  transition: height 0.3s;
  overflow: hidden;
}
.solution-scene-body .scene-content {
  display: none;
  width: 100%;
}
.solution-scene-body .scene-content.active {
  display: block;
}
.solution-scene-body .scene-body-layer {
  padding: 0 30px;
}
.solution-scene-body .scene-body-layer:before,
.solution-scene-body .scene-body-layer:after {
  content: " ";
  display: table;
  line-height: 0;
}
.solution-scene-body .scene-arch {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 760px;
  min-height: 490px;
  overflow: hidden;
  margin: 10px;
  background: #f7f7f7;
  cursor: zoom-in;
}
.solution-scene-body .scene-arch > img {
  width: 100%;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.solution-scene-body .scene-arch + .scene-sub-wrap {
  min-height: 510px;
  margin-left: 770px;
}
.solution-scene-body .scene-details {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 10px;
}
.solution-scene-body .scene-details .title {
  position: relative;
  padding-left: 14px;
}
.solution-scene-body .scene-details .title:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e41f2b;
}
.solution-scene-body .scene-details:first-child {
  padding: 20px 0px;
  margin-bottom: 0;
}
.solution-scene-body .scene-details:first-child .title {
  padding-left: 0;
}
.solution-scene-body .scene-details:first-child .title:before {
  display: none;
}
.solution-scene-body .arch-action {
  margin: 20px 0px;
}
.solution-scene-body .arch-action .aui-button {
  cursor: pointer;
}
.solution-scene-body .scene-product {
  margin-top: 20px;
  border-top: 1px solid #e2e2e2;
}
.solution-scene-body .scene-product .title {
  margin-top: 20px;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  .scene-content {
    border: none;
  }
  .scene-nav {
    display: none;
  }
  .scene-mb-title.scene-nav-tab {
    display: block;
    padding: 15px;
    line-height: 24px;
    height: auto;
  }
  .scene-mb-title.scene-nav-tab .icon-scene {
    margin-right: 10px;
  }
  .scene-mb-title.scene-nav-tab .title {
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 54px);
    line-height: 1.5;
    max-height: 100%;
  }
  .scene-mb-title.scene-nav-tab:hover .title {
    color: #333;
  }
  .scene-mb-title.scene-nav-tab .fold-btn {
    right: 15px;
    top: 50%;
    margin-top: -4px;
  }
  .scene-body {
    margin-left: 0;
  }
  .scene-body .scene-item {
    display: block;
    padding: 0;
  }
  .scene-body .scene-desc {
    padding: 0;
  }
  .scene-arch .scene-body .scene-desc {
    padding-top: 10px;
  }
  .scene-body-layer {
    display: none;
    padding: 10px 15px;
    border-bottom: 1px solid #e2e2e2;
  }
}
/* single scene */
.scene-body-single {
  border: none;
  margin-left: 0;
}
.scene-body-single .scene-item {
  display: block;
  padding: 20px 30px;
}
.scene-body-single .scene-desc {
  padding: 10px 0;
}
@media (max-width: 1023px) {
  .solution-scene-body .scene-body-layer {
    display: none;
    padding: 10px 15px;
    border-bottom: 1px solid #e2e2e2;
  }
  .solution-scene-tab {
    display: none;
  }
  .solution-scene-body .scene-content {
    display: block;
    width: 100%;
  }
  .solution-scene-body .scene-body-layer {
    padding: 10px 15px;
    border-bottom: 1px solid #e2e2e2;
  }
  .solution-scene-body .scene-mb-title {
    position: relative;
    border-top: 1px solid #e2e2e2;
    border-bottom: 0;
    cursor: pointer;
    display: block;
    padding: 15px 0;
    line-height: 24px;
    padding-left: 15px;
    font-size: 0;
  }
  .solution-scene-body .scene-mb-title:after {
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #e41f2b;
    content: '';
    opacity: 0;
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
    transition: all .5s ease;
  }
  .solution-scene-body .unfold .scene-mb-title:after {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .solution-scene-body .scene-mb-title .text {
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    font-weight: bold;
  }
  .solution-scene-body .icon-scene {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  .solution-scene-body .scene-mb-title .fold-btn {
    right: 15px;
    top: 50%;
    margin-top: -4px;
  }
  .solution-scene-body .scene-arch {
    position: static;
    margin: 20px 0;
    width: 100%;
    height: auto;
    min-height: unset;
    text-align: center;
    cursor: auto;
  }
  .solution-scene-body .scene-arch-img {
    position: static;
  }
  .solution-scene-body .scene-arch + .scene-sub-wrap {
    min-height: unset;
    margin-left: 0px;
  }
  .solution-scene-body .scene-body-layer {
    display: none;
    padding: 0 15px;
    border-top: 1px solid #e2e2e2;
  }
  .solution-scene-body .scene-details {
    max-height: unset;
    overflow-y: unset;
    overflow-x: unset;
  }
  .solution-scene-body .scene-arch > img {
    width: 100%;
    position: static;
    top: 0;
    -ms-transform: unset;
    transform: unset;
  }
}
@media (max-width: 1023px) {
  .scene-body-single .scene-item {
    padding: 0;
  }
  .scene-body-single .scene-body-layer {
    display: block;
  }
  .solution-scene-body .scene-details:first-child {
    padding-top: 0;
  }
  .scene-product {
    margin-top: 15px;
  }
  .solution-scene-body .scene-product .title {
    margin-top: 10px;
  }
}
/* 垂直场景
----------*/
.vscene-item {
  position: relative;
  padding: 20px 30px;
  background: none;
  height: 200px;
  line-height: 160px;
  display: block;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vscene-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  border-bottom: 5px solid #e41f2b;
  -ms-transform: scale(0);
      transform: scale(0);
  transition: transform .3s ease;
}
.vscene-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #000000;
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #061A33, #67758C);
  /* 标准的语法 */
  opacity: .7;
  transition: opacity .3s;
}
.vscene-item.vscene-coming {
  background-image: url("../Images/vscene-expect-bg.jpg");
  cursor: default;
}
.vscene-item.vscene-coming:hover:after {
  opacity: 0.7;
}
.vscene-item.vscene-coming .vscene-caption {
  -ms-transform: translateY(-15px) !important;
      transform: translateY(-15px) !important;
  padding-bottom: 10px;
}
.vscene-item.vscene-coming .vscene-caption:after {
  border-bottom: 2px solid #fff;
}
.vscene-item.vscene-coming .vscene-action {
  line-height: 32px;
  font-size: 16px;
  color: white;
}
.vscene-item:hover:before {
  -ms-transform: scale(1);
      transform: scale(1);
}
.vscene-item:hover.vscene-coming:before {
  display: none;
}
.vscene-item:hover .vscene-caption {
  -ms-transform: translateY(-15px) scale(0.83);
      transform: translateY(-15px) scale(0.83);
  padding-bottom: 10px;
}
.vscene-item:hover .vscene-caption:after {
  border-bottom: 2px solid #fff;
}
.vscene-item:hover .aui-button {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.vscene-item:hover:after {
  opacity: 0.5;
}
.vscene-item-content {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  width: 100%;
}
.vscene-item-content .vscene-caption {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  margin: 0;
  transition: all .3s ease;
}
.vscene-item-content .vscene-caption:after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 0;
  border-bottom: 3px solid #fff;
}
.vscene-item-content .vscene-action {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.vscene-item-content .aui-button {
  opacity: 0;
  -ms-transform: translateY(10px);
      transform: translateY(10px);
  transition: all .3s;
}
.vscene-coming .vscene-item-content .detail {
  font-size: 18px;
  color: #fff;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1023px) {
  .sol-vscene .content-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.panorama-content {
  padding: 20px 30px;
  background: #f4f6f8;
}
.panorama-content + .panorama-content {
  margin-top: 2px;
}
.panorama-title {
  font-size: 18px;
  line-height: 22px;
  color: #333;
}
.panorama-mb-title {
  display: none;
}
.panorama-body-layer.AGrid-row {
  margin: 0 -10px;
}
.panorama-card {
  display: block;
  height: 80px;
  line-height: 80px;
  position: relative;
  font-size: 0;
  padding: 0 20px;
  background: #fff;
  overflow: hidden;
  transition: .3s;
}
.panorama-card .icons-solution {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  font-size: 32px;
  color: #666;
}
.panorama-card .card-name {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 52px);
  margin: 0;
  max-height: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  word-wrap: break-word;
  word-break: normal;
}
.panorama-card:hover {
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
}
.panorama-card:hover .card-name {
  color: #e41f2b;
}
@media (max-width: 1023px) {
  .sol-panorama-body {
    border-bottom: 1px solid #e2e2e2;
  }
  .panorama-content {
    padding: 0;
    background: #fff;
  }
  .panorama-title {
    display: none;
  }
  .panorama-mb-title {
    display: block;
    position: relative;
    border-top: 1px solid #e2e2e2;
    padding: 15px;
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    cursor: pointer;
  }
  .panorama-mb-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
    opacity: 0;
    border-left: 3px solid #e41f2b;
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .4s ease;
  }
  .panorama-mb-title.active:before {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .panorama-mb-title .title {
    margin-right: 20px;
  }
  .panorama-mb-title .fold-btn {
    right: 15px;
    top: 50%;
    margin-top: -4px;
  }
  .panorama-content + .panorama-content {
    margin-top: 0;
  }
  .panorama-body-layer.AGrid-row {
    display: none;
    margin: 0;
  }
  .panorama-body-layer.AGrid-row [class^=col-] {
    padding: 0;
  }
  .panorama-body-layer > div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    border-top: solid 1px #e2e2e2;
  }
  .panorama-body-layer > div:first-child:after {
    left: 0;
    right: 0;
  }
  .panorama-card {
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
  }
  .panorama-card .card-name {
    width: calc(100% - 57px);
    font-size: 14px;
  }
}
/* 优势
----------*/
.advantage-row {
  border: 1px solid #e6e6e6;
  background: #fff;
}
.advantage-row .aui-tile {
  text-align: center;
  padding: 40px 30px;
  position: static;
  height: 100%;
}
.advantage-row .aui-tile:after {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 30px;
  border-right: 1px solid #ddd;
  content: '';
}
.advantage-row .col-mb-12:last-child .aui-tile:after {
  display: none;
}
.advantage-row .caption {
  font-size: 16px;
  margin: 20px 0 ;
  font-weight: bold;
}
.advantage-row .info {
  line-height: 24px;
  text-align: justify;
  color: #666;
}
@media (max-width: 1023px) {
  .advantage-row {
    border-left: none;
    border-right: none;
  }
  .advantage-row > [class^=col-] {
    height: auto !important;
    border-bottom: 1px dashed #ddd;
  }
  .advantage-row > [class^=col-]:last-child {
    border: 0 none;
  }
  .advantage-row .aui-tile {
    padding: 15px;
    text-align: left;
  }
  .advantage-row .aui-tile :after {
    display: none;
  }
  .advantage-row .icon-advantage {
    position: absolute;
    left: 15px;
    top: 12px;
  }
  .advantage-row .caption {
    display: inline-block;
    height: auto !important;
    margin: 0 0 5px 34px;
  }
  .advantage-row .info {
    margin-left: 34px;
  }
}
@media (max-width: 374px) {
  .advantage-row .info {
    font-size: 12px;
    line-height: 18px;
  }
}
/* scene
------------*/
.sol-arch-tab {
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
}
.sol-arch-tab .arch-tab {
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
}
.sol-arch-tab .arch-tab .caption {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  position: relative;
}
.sol-arch-tab .arch-tab .caption:after {
  content: "";
  background: #e41f2b;
  bottom: -25px;
  height: 3px;
  left: -10px;
  right: -10px;
  position: absolute;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: transform .3s ease;
}
.sol-arch-tab .arch-tab:hover .caption {
  color: #e41f2b;
}
.sol-arch-tab .arch-tab.active .caption {
  font-weight: bold;
}
.sol-arch-tab .arch-tab.active .caption:after {
  -ms-transform: scale(1);
  transform: scale(1);
}
.sol-arch-tab .icon-arch {
  display: block;
  margin: auto;
}
.arch-mb-title {
  display: none;
}
.sol-arch-body {
  position: relative;
  overflow: hidden;
}
.arch-body-layer {
  padding-left: 30px;
  padding-right: 30px;
}
.arch-content {
  display: none;
}
.arch-content.active {
  display: block;
}
.arch-content .arch-figure {
  padding: 20px 0;
  cursor: zoom-in;
  text-align: center;
}
.arch-content .arch-figure .arch-figure-img {
  width: 100%;
  vertical-align: top;
}
.arch-content .arch-figure + .arch-info-block {
  margin-top: 0;
}
.arch-content .arch-info-block {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}
.arch-content .arch-info-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.arch-content .arch-info-block .caption {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.arch-content .arch-noRecommend .arch-info-block:nth-last-child(2) {
  border-bottom: none;
}
.arch-content .arch-advantage-list {
  font-size: 0;
}
.arch-content .arch-advantage-list > li {
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
.arch-content .arch-advantage-list > li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e41f2b;
  position: absolute;
  margin-left: -15px;
  margin-top: 8px;
}
.arch-content .arch-advantage-list-detail {
  font-size: 0;
  margin-top: 15px;
}
.arch-content .arch-advantage-list-detail > li {
  font-size: 14px;
  padding-left: 15px;
  vertical-align: top;
  margin-top: 5px;
}
.arch-content .arch-advantage-list-detail > li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e41f2b;
  position: absolute;
  margin-left: -15px;
  margin-top: 5px;
}
.arch-content .arch-rec-prods {
  font-size: 0;
}
.arch-content .arch-rec-prods .prod-rec {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  font-size: 14px;
  margin-top: 5px;
}
.arch-content .arch-rec-prods .prod-rec:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  height: 12px;
  width: 0;
  border-left: 1px solid #e2e2e2;
}
.arch-content .arch-rec-prods .prod-rec:last-child {
  margin-right: 0;
}
.arch-content .arch-rec-prods .prod-rec:last-child:after {
  display: none;
}
.arch-content .arch-action {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .arch-content {
    display: block;
    background: #fff;
  }
  .arch-content .arch-advantage-list > li {
    width: 50%;
  }
  .sol-arch-tab {
    display: none;
  }
  .arch-mb-title {
    position: relative;
    border-top: 1px solid #e2e2e2;
    border-bottom: 0;
    cursor: pointer;
    display: block;
    padding: 15px 0;
    line-height: 24px;
    padding-left: 15px;
    font-size: 0;
  }
  .arch-mb-title .text {
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    font-weight: bold;
  }
  .arch-mb-title .fold-btn {
    right: 15px;
    top: 50%;
    margin-top: -4px;
  }
  .arch-mb-title .fold-btn:before {
    border-top-color: #fff;
  }
  .arch-mb-title .icon-arch {
    margin-right: 10px;
  }
  .sol-arch-body {
    border-bottom: 1px solid #e2e2e2;
  }
  .arch-body-layer {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .arch-mb-title + .arch-body-layer {
    display: none;
    border-top: 1px solid #e2e2e2;
  }
}
@media (max-width: 767px) {
  .arch-content .arch-advantage-list > li {
    width: 100%;
  }
}
/* scene
------------*/
.sol-config-tab {
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
.sol-config-tab.cfg-tab-multi {
  text-align: left;
}
.sol-config-tab.cfg-tab-multi .config-tab {
  padding: 10px 15px;
}
.sol-config-tab.cfg-tab-multi .config-tab .caption:after {
  bottom: -10px;
}
.sol-config-tab .config-tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 15px 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
}
.sol-config-tab .config-tab .caption {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: bottom;
  max-width: 100%;
  position: relative;
}
.sol-config-tab .config-tab .caption:after {
  content: "";
  background: #e41f2b;
  bottom: -20px;
  height: 3px;
  left: -10px;
  right: -10px;
  position: absolute;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: transform .3s ease;
}
.sol-config-tab .config-tab:hover .caption {
  color: #e41f2b;
}
.sol-config-tab .config-tab.active .caption {
  font-weight: bold;
}
.sol-config-tab .config-tab.active .caption:after {
  -ms-transform: scale(1);
  transform: scale(1);
}
.config-content {
  display: none;
  width: 100%;
  min-height: 280px;
  position: relative;
  border: 1px solid #e2e2e2;
  table-layout: fixed;
}
.config-content.active {
  display: table;
}
.config-content-head {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 320px;
  padding-top: 60px;
  padding-bottom: 92px;
  background: #525E76;
}
.config-content-head .cfg-head-box {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  padding: 0 30px;
}
.config-content-head .caption {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.config-content-head .caption.strong {
  font-size: 24px;
}
.config-content-head .info {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-bottom: 10px;
}
.config-content-head .cfg-action {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.config-content-head .fold-btn {
  display: none;
}
.config-content-head:before,
.config-content-head .cfg-head-bg {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
}
.config-content-head:before {
  width: 140px;
  height: 151px;
  top: 0;
  left: 0;
  background-image: url("../Images/config-bg-up.png");
}
.config-content-head .cfg-head-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../Images/config-bg-down.png");
  background-position: right bottom;
}
.config-content-body {
  padding: 30px;
  display: table-cell;
  vertical-align: top;
}
.config-content-body .cfg-item {
  margin-top: 5px;
}
.config-content-body .cfg-item.title {
  margin-top: 0;
  margin-bottom: 20px;
}
.config-content-body .cfg-item.title .cfg-sub-item {
  color: #999;
}
.config-content-body .cfg-item:before,
.config-content-body .cfg-item:after {
  content: " ";
  display: table;
  line-height: 0;
}
.config-content-body .cfg-item:after {
  clear: both;
}
.config-content-body .cfg-sub-item {
  padding-right: 30px;
  width: 33.333333%;
  float: left;
  color: #333;
}
.config-content-body .cfg-sub-item:nth-child(1) {
  width: 220px;
  color: #666;
}
.config-content-body .cfg-sub-item:nth-child(2) {
  width: calc(100% - 280px);
}
.config-content-body .cfg-sub-item:nth-child(3) {
  width: 60px;
  text-align: right;
}
.config-content-body .cfg-sub-item:last-child {
  padding-right: 0;
}
.config-content-body .cfg-col-2 .cfg-sub-item:nth-child(1) {
  width: 260px;
}
.config-content-body .cfg-action {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
  display: none;
  border-top: 1px solid #e2e2e2;
}
@media (max-width: 1023px) {
  .sol-config-tab {
    display: none;
  }
  .config-content {
    display: block;
    min-height: auto;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #e2e2e2;
  }
  .config-content-head {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px;
    text-align: left;
  }
  .config-content-head .cfg-head-box {
    padding: 0;
    text-align: left;
  }
  .config-content-head .caption {
    text-align: left;
    margin-bottom: 5px;
  }
  .config-content-head .info {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
  }
  .config-content-head .cfg-action {
    display: none;
  }
  .config-content-head .caption.strong {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 10px;
    margin-bottom: 0;
  }
  .config-content-head .fold-btn {
    display: block;
    right: 15px;
    top: 25px;
  }
  .config-content-head .fold-btn::before {
    border-color: #fff;
  }
  .config-content-head:before {
    width: 70px;
    height: 75px;
  }
  .config-content-head:after {
    width: 30px;
    height: 75px;
  }
  .config-content-body {
    margin-left: 0;
    display: none;
    padding: 15px;
  }
  .config-content-body .cfg-item.title {
    margin-bottom: 10px;
  }
  .config-content-body .cfg-action {
    display: block;
  }
  .config-content-body .cfg-sub-item {
    padding-right: 15px;
  }
  .config-content-body .cfg-sub-item:nth-child(1) {
    width: 110px;
    color: #666;
  }
  .config-content-body .cfg-sub-item:nth-child(2) {
    width: calc(100% - 170px);
  }
  .config-content-body .cfg-sub-item:nth-child(3) {
    width: 60px;
  }
  .config-content-body .cfg-col-2 .cfg-sub-item:nth-child(1) {
    width: 150px;
  }
}
/* 服务推荐
----------*/
.ser-recommend-row .ser-recommend-item {
  text-align: center;
  padding: 30px;
  height: 100%;
  border: 1px solid #e2e2e2;
  display: block;
  transition: box-shadow 0.3s;
}
.ser-recommend-row .ser-recommend-item:hover {
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
}
.ser-recommend-row .ser-recommend-item:hover .caption {
  color: #e41f2b;
}
.ser-recommend-row .caption {
  font-size: 16px;
  margin: 20px 0 ;
  font-weight: bold;
}
.ser-recommend-row .info {
  line-height: 24px;
  text-align: justify;
  color: #666;
}
.ser-recommend-row .icons-product-md {
  vertical-align: top;
}
.ser-recommend-row .icon-service-rec {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: top;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .ser-recommend-row {
    margin: 0 !important;
    border-bottom: 1px solid #e2e2e2;
  }
  .ser-recommend-row > [class^=col-] {
    padding: 0 !important;
    height: auto !important;
  }
  .ser-recommend-row .aui-tile {
    padding: 15px;
    text-align: left;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .ser-recommend-row .icons-product-md {
    font-size: 24px;
    position: absolute;
    top: 12px;
    left: 15px;
  }
  .ser-recommend-row .icon-service-rec {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    left: 15px;
  }
  .ser-recommend-row .caption {
    display: inline-block;
    margin: 0 0 5px 34px;
    vertical-align: middle;
  }
  .ser-recommend-row .info {
    margin-left: 34px;
  }
}
/* case
---------*/
.sol-customer {
  background: #222 url("../Images/customer-bg.jpg") top center;
  background-size: cover;
}
.sol-customer .section-title .caption {
  color: #fff;
}
.sol-customer + .stuffed-area,
.stuffed-area + .sol-customer {
  margin-top: 0;
}
.customer-row .col-mb-push-3 {
  left: 25%;
}
.customer-row .customer-tile {
  text-align: center;
  display: block;
  padding: 10px 30px 30px;
  background: rgba(255, 255, 255, 0.15);
  opacity: .7;
  transition: opacity .3s;
}
.customer-row .customer-tile:hover {
  opacity: 1;
}
.customer-row .case-detail {
  max-height: 63px;
  overflow: hidden;
  color: #fff;
  text-align: justify;
  display: inline-block;
}
.customer-row .case-img {
  max-width: 100%;
  display: block;
  margin: auto;
}
@media (max-width: 1023px) {
  .sol-customer + .solution-area {
    margin-top: 40px;
  }
  .sol-customer .content-section {
    padding: 30px 0 30px;
  }
  .customer-row {
    margin: 0 !important;
  }
  .customer-row [class^=col-] {
    padding: 0 !important;
  }
  .customer-row .customer-tile {
    background: none;
    height: auto;
    padding: 0;
  }
  .customer-row .customer-tile:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    width: 2px;
    background-color: #777;
  }
  .customer-row .col-mb-4:nth-of-type(3n) > .customer-tile:after,
  .customer-row [class^=col-]:last-child > .customer-tile:after {
    display: none;
  }
  .customer-row .case-detail {
    display: none;
  }
}
.partner-content {
  border: 1px solid #e2e2e2;
  background: #fff;
}
.partner-content .partner-tile {
  padding: 20px 30px;
  display: block;
  text-align: center;
}
.partner-content .partner-tile:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background-color: #e2e2e2;
}
.partner-content .partner-tile .detail {
  display: inline-block;
  text-align: justify;
}
.partner-content .detail-box {
  margin-top: 10px;
  min-height: 44px;
}
.partner-content.no-detail {
  background: #fff;
}
.partner-content.no-detail .partner-tile {
  padding: 20px;
}
.partner-content.no-detail .partner-tile:after {
  display: none;
}
.partner-content .partner-img {
  max-width: 100%;
  vertical-align: top;
}
.partner-actions {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .partner-content [class^=col-]:nth-child(3n) > .partner-tile:after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .partner-content {
    padding: 0;
    border-left: none;
    border-right: none;
  }
  .partner-content .partner-tile {
    padding: 15px;
  }
  .partner-content [class^=col-]:nth-child(2n) > .partner-tile:after {
    display: none;
  }
  .partner-content.no-detail {
    border-bottom: none;
  }
  .partner-content.no-detail .partner-tile {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
  }
  .partner-content.no-detail [class^=col-]:nth-child(3n) .partner-tile {
    border-right-color: transparent;
  }
  .partner-content .col-pd-6:nth-child(2n) .partner-tile {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .partner-content {
    padding: 0;
    border-bottom: none;
  }
  .partner-content .partner-tile {
    padding: 15px;
    border-bottom: 1px solid #e2e2e2;
  }
  .partner-content .partner-tile:after {
    display: none;
  }
  .partner-content.no-detail .partner-tile {
    border-right: 1px solid #e2e2e2;
  }
  .partner-content.no-detail [class^=col-]:nth-child(3n) .partner-tile {
    border-right-color: transparent;
  }
}
.service-frame-content {
  text-align: center;
}
.service-frame-detail {
  text-align: left;
  display: inline-block;
}
.service-frame-detail + .service-frame-figure {
  margin-top: 20px;
  padding: 20px;
  background: #fff;
}
.service-frame-img {
  width: 100%;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .service-frame-content {
    padding: 0 15px;
  }
  .service-frame-detail + .service-frame-figure {
    margin-top: 10px;
  }
}
/* procedure 
-------------*/
.procedure-tabs {
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
}
.procedure-tabs .proce-tab {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: left;
  padding: 10px 40px 10px 30px;
  position: relative;
  height: 120px;
  line-height: 100px;
  margin-bottom: 11px;
  background: #f4f6f8 url("../Images/icons-step-nav.png") no-repeat;
  background-position: right 40px bottom -10px;
}
.procedure-tabs .proce-tab[data-target] {
  cursor: pointer;
}
.procedure-tabs .proce-tab:nth-child(1) {
  background-position: right 0;
}
.procedure-tabs .proce-tab:nth-child(2) {
  background-position: right -130px;
}
.procedure-tabs .proce-tab:nth-child(3) {
  background-position: right -260px;
}
.procedure-tabs .proce-tab:nth-child(4) {
  background-position: right -390px;
}
.procedure-tabs .proce-tab:nth-child(5) {
  background-position: right -520px;
}
.procedure-tabs .proce-tab:nth-child(6) {
  background-position: right -650px;
}
.procedure-tabs .proce-tab:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 120px;
  background: url("../Images/icons-step-nav.png") 0 0 no-repeat;
  background-position: left -780px;
}
.procedure-tabs .proce-tab:last-child:before {
  content: none;
}
.procedure-tabs .proce-tab:after {
  background: #e41f2b;
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -11px;
  width: calc(100% - 40px);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: transform .3s ease;
}
.procedure-tabs .proce-tab:last-child:after {
  width: 100%;
}
.procedure-tabs .proce-tab:hover .caption {
  color: #e41f2b;
}
.procedure-tabs .proce-tab.active:after {
  -ms-transform: scale(1);
  transform: scale(1);
}
.procedure-tabs .proce-tab.active .caption {
  font-weight: bold;
}
.procedure-tabs.no-detail .proce-tab:after {
  display: none;
}
.procedure-tabs .tab-detail {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
}
.procedure-tabs .caption {
  font-size: 18px;
  margin-bottom: 0;
}
.procedure-body {
  transition: height 0.3s;
  border: solid 1px #ddd;
  background: rgba(255, 255, 255, 0.85);
}
.procedure-content {
  padding: 30px;
  display: none;
}
.proce-body-layer {
  overflow: hidden;
}
.proce-img-box {
  float: right;
  max-width: 760px;
}
.proce-img-box .proce-img {
  width: 100%;
  vertical-align: top;
}
.proce-detail-block {
  margin-right: 780px;
}
.proce-detail-block + .proce-detail-block {
  margin-top: 20px;
}
.proce-detail-block .caption {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}
.proce-detail-block > p {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.proce-detail-block + .proce-detail-link {
  margin-top: 40px;
}
.procedure-content.active {
  display: block;
}
.proce-mb-title {
  display: none;
}
@media (max-width: 1200px) {
  .procedure-tabs .proce-tab {
    padding: 15px 40px 15px 20px;
  }
  .proce-img-box {
    float: none;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .proce-detail-block {
    margin-right: 0;
  }
  .proce-detail-block + .link-txt {
    margin-top: 20px;
  }
  .proce-detail-block .caption {
    margin-bottom: 0;
  }
  .procedure-body {
    height: auto !important;
  }
}
@media (max-width: 1023px) {
  .procedure-body {
    border: none;
    border-bottom: 1px solid #e2e2e2;
  }
  .procedure-content {
    padding: 0;
    display: block;
  }
  .procedure-tabs {
    display: none;
  }
  .proce-mb-title {
    display: block;
    position: relative;
    border-top: 1px solid #e2e2e2;
    padding: 15px;
    font-size: 0;
    cursor: pointer;
    background: url("../Images/icons-step-nav.png") no-repeat;
    background-position: right 20px top 0;
    background-size: 70px;
  }
  .procedure-content:nth-child(2) .proce-mb-title {
    background-position: right 20px top -66px;
  }
  .procedure-content:nth-child(3) .proce-mb-title {
    background-position: right 20px top -132px;
  }
  .procedure-content:nth-child(4) .proce-mb-title {
    background-position: right 20px top -198px;
  }
  .procedure-content:nth-child(5) .proce-mb-title {
    background-position: right 20px top -264px;
  }
  .procedure-content:nth-child(6) .proce-mb-title {
    background-position: right 20px top -330px;
  }
  .proce-mb-title .icon-procedure {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
  }
  .proce-mb-title .text {
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    font-weight: bold;
  }
  .proce-mb-title .fold-btn {
    right: 15px;
    top: 50%;
    margin-top: -5px;
  }
  .proce-mb-title .tab-detail {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
  }
  .proce-mb-title .tab-detail .caption {
    margin-bottom: 0;
  }
  .proce-mb-title:after {
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #e41f2b;
    content: '';
    opacity: 0;
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
    transition: all .5s ease;
  }
  .unfold .proce-mb-title:after {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .proce-body-layer {
    display: none;
    padding: 15px;
    border: none;
    border-top: 1px solid #d4d5d7;
  }
  .procedure-tabs.no-detail {
    display: block;
    white-space: normal;
  }
  .procedure-tabs.no-detail .icon-procedure {
    vertical-align: top;
  }
  .procedure-tabs.no-detail .proce-tab {
    width: 100% !important;
    border-top: 1px solid #e2e2e2;
    line-height: 46px;
    height: auto;
    background-color: #fff;
    margin-bottom: 0;
    background-size: 70px;
  }
  .procedure-tabs.no-detail .proce-tab:nth-child(1) {
    background-position: right 20px top 0;
  }
  .procedure-tabs.no-detail .proce-tab:nth-child(2) {
    background-position: right 20px top -66px;
  }
  .procedure-tabs.no-detail .proce-tab:nth-child(3) {
    background-position: right 20px top -132px;
  }
  .procedure-tabs.no-detail .proce-tab:nth-child(4) {
    background-position: right 20px top -198px;
  }
  .procedure-tabs.no-detail .proce-tab:nth-child(5) {
    background-position: right 20px top -264px;
  }
  .procedure-tabs.no-detail .proce-tab:nth-child(6) {
    background-position: right 20px top -330px;
  }
  .procedure-tabs.no-detail .proce-tab:last-child {
    border-bottom: 1px solid #e2e2e2;
  }
  .procedure-tabs.no-detail .proce-tab .caption {
    font-weight: bold;
  }
}
/* document 
-----------------*/
.sol-document .aui-tile {
  display: block;
  border: 1px solid #e2e2e2;
  line-height: 24px;
  padding: 20px 30px;
  transition: .3s;
}
.sol-document .aui-tile:hover {
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
}
.sol-document .aui-tile:hover .caption {
  color: #e41f2b;
  transition: .3s;
}
.sol-document .aui-tile .caption {
  font-size: 18px;
  color: #333;
  margin: 0 0 10px;
  text-align: left;
  font-weight: bold;
}
.sol-document .aui-tile .info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sol-document .AGrid-row[flex-row] .aui-tile .info {
  white-space: normal;
}
@media (max-width: 1023px) {
  .sol-document .aui-tile {
    padding: 15px;
  }
  .sol-document .aui-tile .caption {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .sol-document .aui-tile {
    border: none;
    border-top: 1px solid #e2e2e2;
  }
  .sol-document .AGrid-row.gap {
    margin: 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .sol-document .AGrid-row.gap [class^=col-] {
    padding: 0;
  }
}
.wisdom-content {
  height: 220px;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  position: relative;
  background: #fff;
}
.wisdom-figure {
  float: left;
  width: 300px;
}
.wisdom-figure .wisdom-img {
  width: 100%;
  vertical-align: top;
}
.wisdom-box {
  padding: 20px;
}
.wisdom-figure + .wisdom-box {
  margin-left: 300px;
}
.wisdom-box .wisdom-detail {
  display: block;
}
.wisdom-box .wisdom-detail .detail {
  color: #333;
}
.wisdom-box .wisdom-detail:hover .caption {
  color: #2d56b1;
}
.wisdom-box .wisdom-links {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
}
.wisdom-box .wisdom-links .link-txt {
  margin-top: 5px;
  width: 50%;
  float: left;
  padding-right: 20px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wisdom-box .wisdom-links .link-txt:after {
  content: ">";
  margin-left: 5px;
}
@media (max-width: 1023px) {
  .wisdom-content {
    height: auto;
    border-left: none;
    border-right: none;
  }
  .wisdom-figure {
    width: 200px;
  }
  .wisdom-box {
    padding: 15px;
  }
  .wisdom-figure + .wisdom-box {
    margin-left: 200px;
  }
  .wisdom-box .wisdom-links {
    display: none;
  }
}
@media (max-width: 767px) {
  .wisdom-figure {
    float: none;
  }
  .wisdom-figure {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: relative;
  }
  .wisdom-figure .wisdom-img {
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .wisdom-figure + .wisdom-box {
    margin-left: 0;
  }
  .wisdom-box .wisdom-links {
    display: none;
  }
  .wisdom-box .wisdom-links .link-txt {
    white-space: normal;
    width: 100%;
  }
}

/*# sourceMappingURL=../maps/solution-v4-1.css.map */
