* {
  box-sizing: border-box;
}

body {
    background: #f7f8fb;
    font-size: 12px;
}

.md-hidden {
  display: none !important;
}

.row + .row {
  margin-top: 38px;
}

.CH-gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.CH-gutter-20 > *[class^='col-'] {
  padding: 0 10px;
}

.CH-header {
  background: #fff;
  box-shadow: 0 2px 8px 2px #ebeff8;
  height: 70px;
  line-height: 70px;
  margin-bottom: 26px;
  overflow: hidden;
}

.CH-header .CH-logo {
  float: left;
  font-size: 24px;
  font-weight: 600;
  padding: 0 25px;
}

.CH-header .CH-nav {
  float: left;
  font-size: 0;
}

.CH-header .CH-nav li {
  display: inline-block;
  padding: 0 13px;
}

.CH-header .CH-nav li a {
  font-size: 16px;
}

.CH-header .consultation {
  float: right;
  font-size: 14px;
  padding: 0 25px;
}

.CH-container {
  margin: 0 auto;
  width: 1200px;
}

@media (max-width: 768px) {
  .md-hidden {
    display: inherit;
  }

  .CH-container {
    width: 100%;
  }
}

/* section */
.CH-section {
  margin-bottom: 50px;
  
}

.CH-section > header {
  margin-bottom: 40px;
}

.CH-section > header h1 {
  color: #212121;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
}

.CH-section .CH-secion-box {
  display: none;
}

.CH-section .CH-secion-box:first-child {
  display: block;
}

@media (max-width: 768px) {
  .CH-section {
    margin-bottom: 10px !important;
    overflow: hidden;
  }
  .CH-section > header {
    margin-bottom: 20px;
  }
  .CH-section > header h1 {
    font-size: 18px;
    line-height: 25px;
  }
}

/* panel */
.CH-panel {
  background: #fff;
  border: 1px solid #fff;
}

/* card */
.CH-card {
  background: #fff;
  border-style: none;
  position: relative;
}

.CH-card-img {
  height: 152px;
  width: 100%;
}

.CH-card-img img {
  width: 100%;
}

.CH-card-icon {
  display: table;
  height: 138px;
  width: 100%;
}

.CH-card-icon .CH-icon {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}

.CH-card-icon .CH-icon img {
  width: 175px;
}

.CH-card-header {
  margin: 0 18px;
  padding: 20px 0 15px 0;
}

.CH-card-header.is-align-center {
  text-align: center;
}

.CH-card-header.is-border-bottom {
  border-bottom: 1px solid #d8d8d8;
}

.CH-card-title {
  font-size: 18px;
  line-height: 24px;
}

.CH-card-title.is-icon {
  line-height: 42px;
}

.CH-card-title-icon {
  display: block;
  float: left;
  height: 42px;
  margin-right: 10px;
  text-align: center;
}

.CH-card-title-icon img {
  max-height: 42px;
  max-width: 36px;
}

.CH-card-body {
  margin: 15px 18px;
}

.CH-card-body.is-align-center {
  text-align: center;
}

.CH-card-body.is-align-center .CH-list {
  display: inline-block;
}

.CH-card-desc {
  color: #999;
  height: 36px;
  line-height: 18px;
  margin-bottom: 28px;
  overflow: hidden;
}

.CH-card-price {
  color: #4762fe;
  font-size: 24px;
  line-height: 33px;
  margin-top: 17px;
}

.CH-card-price sub {
  color: #666;
  font-size: 14px;
  vertical-align: baseline;
}

.CH-card-price sub.CH-tip {
  background-color: #d2ac66;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  margin-left: 8px;
}

.CH-card-button-default,
.CH-card-button-primary {
  background-color: #fff;
  border: 1px solid #4762fe;
  color: #4762fe;
  font-size: 14px;
  height: 32px;
  line-height: 30px;
  width: 100%;
}

/* jh-2020 添加*/
.section-solution-m .CH-card-button-default{
  background-color: #fff;
  border: 1px solid #4762fe;
  color: #4762fe;
  font-size: 14px;
  height: 32px;
  line-height: 30px;
  width: 100%;
  border-radius: 0px;
  margin: 0 auto;
}
/* jh-2020 添加*/
.CH-card-button-primary {
  background-color: #4762fe;
  color: #fff;
}

.CH-card.is-hover {
  padding-bottom: 32px;
}

.CH-card.is-hover .CH-card-footer {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
}

.CH-card.is-hover:hover .CH-card-footer {
  display: block;
}

.CH-card.is-hover-shadow:hover {
  box-shadow: 0 3px 10px 2px rgba(235, 239, 248, 0.71);
  z-index: 1;
}

@media (max-width: 768px) {
  .CH-card-img {
    height: 120px;
    overflow: hidden;
  }
}

/* tab */
.CH-tab {
  border-bottom: 1px solid #d8d8d8;
  font-size: 0;
  margin-bottom: 26px;
  text-align: center;
}

.CH-tab .CH-tab-item {
  display: inline-block;
  margin: 0 30px;
}

.CH-tab .CH-tab-item a {
  display: block;
  font-size: 20px;
  line-height: 28px;
  padding: 10px;
  position: relative;
}

.CH-tab .CH-tab-item a:hover:after,
.CH-tab .CH-tab-item.is-selected a:after {
  content: '';
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4762fe;
}

/* List */
.CH-list .CH-list-item {
  color: #333;
  font-size: 12px;
  line-height: 20px;
  padding-left: 12px;
  position: relative;
  text-align: left;
}

.CH-list .CH-list-item:before {
  background: #999;
  border-radius: 4px;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 4px;
}

.CH-list.is-size-media .CH-list-item {
  font-size: 14px;
  line-height: 22px;
}

.CH-list.is-size-media .CH-list-item:before {
  top: 9px;
}

/* Tag */
.CH-tag {
  border: 1px solid #d2ac66;
  border-radius: 10px;
  color: #d2ac66;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-bottom: 9px;
  padding: 0 8px;
}

/* Card Group */
.CH-card-group + .CH-card-group {
  margin-top: 40px;
}

.CH-card-group .col-3 + .col-3:before {
  background-color: #eee;
  content: '';
  height: 215px;
  left: -1px;
  position: absolute;
  top: 46px;
  width: 1px;
}

.CH-card-group .col-3 + .col-3:hover:before {
  width: 0;
}

.CH-card-group .CH-card {
  height: 308px;
}

.CH-card-group .CH-card-header {
  margin: 0 26px;
  padding: 26px 0 0 0;
}

.CH-card-group .CH-card-body {
  margin: 12px 26px;
}

.CH-card-group .CH-card-desc {
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .CH-card-group .CH-card {
    margin: 0 20px 20px 20px;
  }

  .CH-card-group + .CH-card-group {
    margin-top: 0;
  }

  .CH-card-group .CH-card.is-hover .CH-card-footer {
    display: block;
  }
}

/* scroll-box */

.CH-container-scroll-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.CH-container-column {
  float: left;
  width: 1198px;
  height: auto;
  overflow: hidden;
}

/* Image & Text */
.CH-container-imageText {
  padding: 49px 45px;
  overflow: hidden;
}

.CH-container-imageText .col-image {
  float: right;
  width: 510px;
}

.CH-container-imageText .col-content {
  margin-right: 550px;
}

.CH-container-imageText .col-content dl {
  padding: 19px 0;
}

.CH-container-imageText .col-content dl:first-child {
  padding-top: 0;
}

.CH-container-imageText .col-content dl:last-child {
  padding-bottom: 0;
}

.CH-container-imageText .col-content dl + dl {
  border-top: 1px solid #eeeeee;
}

.CH-container-imageText .col-content dt {
  color: #212121;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 13px;
}

.CH-container-imageText .col-content dd {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .CH-container-imageText {
    padding: 0;
  }

  .CH-container-imageText .col-image {
    float: none;
    padding: 20px;
    width: 100%;
  }

  .CH-container-imageText .col-content {
    margin-right: 0;
    padding: 20px;
  }

  .CH-container-imageText .col-content dl {
    padding: 19px 0;
  }

  .CH-container-imageText .col-content dl:first-child {
    padding-top: 0;
  }

  .CH-container-imageText .col-content dl:last-child {
    padding-bottom: 0;
  }

  .CH-container-imageText .col-content dl + dl {
    border-top: 1px solid #eeeeee;
  }

  .CH-container-imageText .col-content dt {
    color: #212121;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 11px;
  }

  .CH-container-imageText .col-content dd {
    color: #999;
    font-size: 12px;
    line-height: 18px;
  }
}

/* 顶部跑马灯样式 CH-carousel-type-1 */

.CH-carousel-type-1 {
  background-color: #FFF;
  height: 320px;
  width: 940px;
}

.CH-carousel-type-1 .CH-carousel-container {
  position: relative;
  text-align: left;
}

.CH-carousel-type-1 .CH-carousel-content {
  position: absolute;
  top: 66px;
  left: 60px;
  width: 360px;
}
.CH-carousel-type-1 .CH-carousel-title {
  color: #212121;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  max-height: 80px;
  margin-bottom: 10px;
  overflow: hidden;
}

.CH-carousel-type-1 .CH-carousel-desc {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  max-height: 20px;
  overflow: hidden;
}

.CH-carousel-type-1 .CH-carousel-button {
  background-color: #4762FE;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  left: 60px;
  line-height: 32px;
  padding: 0 20px;
  position: absolute;
  top: 194px;
}

.CH-carousel-type-1 .banner-play-button{
  height:32px;
  line-height:32px;
  display:inline-block;
  border:1px solid #4762fe;
  color:#4762fe;
  background:#fff;
  font-size:14px;
  text-align:center;
  position: absolute;
  padding: 0 30px 0 15px;
  border-radius: 16px;
  left: 171px;
  top: 194px;
}
.CH-carousel-type-1 .banner-play-button:after{
  position:absolute;
  content:'';
  height:16px;
  width:16px;
  right:9px;
  top:7px;
  background: url(https://img1.jcloudcs.com/portal/channel/city/fl1/banner-playBtn.png) no-repeat center;
}

.CH-carousel-type-1 .CH-carousel-img-pc {
  display: block;
  width: 100%;
}

.CH-carousel-type-1 .CH-carousel-img-m {
  display: none;
}

.CH-carousel-type-1 .swiper-pagination-bullet {
  background-color: #EFF1FF;
  border-radius: 2px;
  height: 4px;
  width: 22px;
  opacity: 1;
}

.CH-carousel-type-1 .swiper-pagination-bullet-active {
  background-color: #97A7FE;
}

.CH-carousel-type-1.swiper-container-horizontal > .swiper-pagination-bullets {
  opacity: 1;
  text-align: left;
  left: 42px;
  bottom: 34px;
}

.CH-carousel-type-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}

@media (max-width: 768px) {
  .CH-carousel-type-1 {
      height: 340px;
      width: 100%;
  }

  .CH-carousel-type-1 .CH-carousel-container {
      text-align: center;
  }
  
  .CH-carousel-type-1 .CH-carousel-img-m {
      display: block;
      width: 100%;
  }
  .CH-carousel-type-1 .CH-carousel-content {
      top: 213px;
      left: 47px;
      right: 47px;
      width: auto;
  }
  .CH-carousel-type-1 .CH-carousel-title {
      font-size: 20px;
      line-height: 22px;
      height: 44px;
      margin: 0;
  }
  .CH-carousel-type-1 .CH-carousel-img-pc, .CH-carousel-type-1 .CH-carousel-desc {
      display: none;
  }
  

  .CH-carousel-type-1 .CH-carousel-button {
      display:none;
  }
  .CH-carousel-type-1 .banner-play-button{
      padding:0 50px 0 33px;
      left: calc(50% - 73px);
      top:272px;
  }
  .CH-carousel-type-1 .banner-play-button:after{
    right:24px;
  }

  .CH-carousel-type-1.swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 20px;
      left: 0;
      text-align: center;
  }
  .CH-carousel-type-1 .swiper-pagination-bullet {
      height: 2px;
      width: 30px;
  }
}

/* 客户案例跑马灯样式 CH-carousel-type-2 */

.CH-carousel-type-2 {
  height: 60px;
  margin-top: 20px;
  text-align: center;
}

.CH-carousel-type-2 .swiper-button-next,
.CH-carousel-type-2 .swiper-button-prev {
  height: 23px;
  width: 13px;
  top: 40px;
}

.CH-carousel-type-2 .swiper-button-next:after,
.CH-carousel-type-2 .swiper-button-prev:after {
  color: #d5d5d5;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .CH-carousel-type-2 {
    display: none;
  }
}

/* 合作伙伴跑马灯样式 CH-carousel-type-3 */

.section-cooperation .CH-section-body {
  background: #d2ac66
    url(https://img1.jcloudcs.com/portal/channel/finance/bg-hezuohuoban.png)
    no-repeat center bottom;
  height: 230px;
  padding-top: 42px;
}

.section-cooperation button {
  background: #fff;
  border: 0;
  border-radius: 16px;
  color: #212121;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 40px auto 0 auto;
  padding: 0 30px;
}

.CH-carousel-type-3 {
  width: 1160px;
  height: 84px;
}

.CH-carousel-type-3 .swiper-button-next,
.CH-carousel-type-3 .swiper-button-prev {
  height: 23px;
  width: 13px;
}

.CH-carousel-type-3 .swiper-button-next:after,
.CH-carousel-type-3 .swiper-button-prev:after {
  color: #fff;
  font-size: 23px;
}

.CH-carousel-type-3 .container-slide {
  margin: 0 auto;
  width: 1000px;
}

.CH-carousel-type-3 .container-slide .box-logo {
  float: left;
  width: 170px;
}

.CH-carousel-type-3 .container-slide .box-content {
  color: #fff;
  margin-left: 255px;
  text-align: left;
}

.CH-carousel-type-3 .container-slide .box-content h4 {
  font-size: 18px;
  line-height: 24px;
}

.CH-carousel-type-3 .container-slide .box-content p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .section-cooperation .CH-section-body {
    height: 280px;
    padding-top: 0px;
  }

  .section-cooperation button {
    margin-top: 10px;
  }

  .CH-carousel-type-3 {
    margin: 0 15px;
    width: auto;
    height: 220px;
  }

  .CH-carousel-type-3 .swiper-button-next,
  .CH-carousel-type-3 .swiper-button-prev {
    height: 23px;
    width: 13px;
    top: 60px;
  }

  .CH-carousel-type-3 .swiper-button-next:after,
  .CH-carousel-type-3 .swiper-button-prev:after {
    color: #fff;
    font-size: 14px;
  }

  .CH-carousel-type-3 .container-slide {
    margin: 0 auto;
    width: 90%;
  }

  .CH-carousel-type-3 .container-slide .box-logo {
    float: none;
    margin: 0 auto;
    padding-top: 22px;
    padding-bottom: 20px;
    width: auto;
    height: 104px;
    text-align: center;
  }

  .CH-carousel-type-3 .container-slide .box-logo img {
    height: 100%;
  }

  .CH-carousel-type-3 .container-slide .box-content {
    margin-left: 0;
    text-align: center;
  }

  .CH-carousel-type-3 .container-slide .box-content h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .CH-carousel-type-3 .container-slide .box-content p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
    margin-bottom: 28px;
  }
}

/* 新闻动态跑马灯样式 CH-carousel-type-4 */

.CH-carousel-type-4 {
  background-color: #fff;
  height: 315px;
  width: 510px;
}

.CH-carousel-type-4 .CH-carousel-container {
  position: relative;
  text-align: left;
}

.CH-carousel-type-4 .CH-carousel-title {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  left: 42px;
  position: absolute;
  right: 40px;
  top: 40px;
}

.CH-carousel-type-4 .CH-carousel-date {
  color: #666;
  font-size: 12px;
  line-height: 16px;
  left: 42px;
  position: absolute;
  top: 108px;
}

.CH-carousel-type-4 .CH-carousel-button {
  background: transparent;
  border-radius: 16px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  height: 32px;
  left: 42px;
  line-height: 30px;
  padding: 0 20px;
  position: absolute;
  top: 165px;
}

.CH-carousel-type-4 .CH-carousel-img-pc {
  display: block;
}

.CH-carousel-type-4 .swiper-pagination-bullet {
  background-color: #eff1ff;
  border-radius: 2px;
  height: 4px;
  width: 22px;
  opacity: 1;
}

.CH-carousel-type-4 .swiper-pagination-bullet-active {
  background-color: #97a7fe;
}

.CH-carousel-type-4.swiper-container-horizontal > .swiper-pagination-bullets {
  opacity: 1;
  text-align: left;
  left: 42px;
  bottom: 34px;
}

.CH-carousel-type-4
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
}

@media (max-width: 768px) {
  .CH-carousel-type-4 {
    height: 175px;
    width: 100%;
  }

  .CH-carousel-type-4 .CH-carousel-title {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    left: 16px;
    right: 60px;
    top: 18px;
  }

  .CH-carousel-type-4 .CH-carousel-date {
    display: none;
  }

  .CH-carousel-type-4 .CH-carousel-button {
    left: 16px;
    top: 120px;
  }

  .CH-carousel-type-4 .swiper-pagination-bullet {
    height: 2px;
    left: 16px;
    width: 11px;
  }

  .CH-carousel-type-4.swiper-container-horizontal > .swiper-pagination-bullets {
    left: 16px;
  }

  .CH-carousel-type-4
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 1px;
  }
}

.CH-carousel-type-5 {
  height: 315px;
}

.CH-carousel-type-5 .swiper-slide {
  width: 272px;
}

/* 首屏布局 */

.section-firstScreen {
  overflow: hidden;
}

.section-firstScreen .col-carousel {
  float: left;
  height: 320px;
  width: 940px;
}

.section-firstScreen .col-broadcast {
  float: right;
  height: 320px;
  width: 240px;
}

@media (max-width: 768px) {
  .section-firstScreen .col-carousel {
    float: none;
    height: 340px;
    width: 100%;
  }

  .section-firstScreen .col-broadcast {
    float: none;
    height: 305px;
    margin-top: 10px;
    width: 100%;
  }
}

/* 首屏新闻板 */
.CH-card-broadcast {
  background: #fff
    url(https://img1.jcloudcs.com/portal/channel/finance/bg-news.png) no-repeat
    center bottom;
  height: 320px;
  padding: 30px 16px;
  width: 100%;
}

.CH-card-broadcast .list-news + .list-news {
  margin-top: 28px;
}

.CH-card-broadcast .list-news-title {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  color: #999;
  display: inline-block;
  height: 20px;
  margin-bottom: 4px;
  padding: 0 8px;
}

.CH-card-broadcast .list-news-desc {
  color: #666;
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .CH-card-broadcast {
    background: #fff
      url(https://img1.jcloudcs.com/portal/channel/finance/bg-news-m.png)
      no-repeat center bottom;
    float: none;
    height: 305px;
    padding: 18px 20px;
  }
}

.CH-collapse {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.CH-collapse-item {
}

.CH-collapse-item-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  color: #212121;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
}

.CH-collapse-item-header a {
  display: inline-block;
  line-height: 48px;
}

.CH-collapse-item-header .iconfont {
  float: right;
  padding: 0 6px;
}

.CH-collapse-item-body {
  border-bottom: 1px solid #eee;
  display: none;
  padding: 20px;
}

.CH-collapse-item.is-selected .CH-collapse-item-body {
  display: block;
}

.CH-collapse-item.is-selected .CH-collapse-item-header a {
  color: #4762fe;
}

.CH-collapse-item.is-selected .CH-collapse-item-header .iconfont {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  color: #4762fe;
}

.CH-collapse-item-body .CH-card + .CH-card {
  margin-top: 15px;
}

.section-case {
  font-size: 14px;
  line-height: 20px;
}

.section-case .section-case-title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 24px;
}

.section-case .section-case-desc {
  color: #666666;
  line-height: 24px;
  margin-bottom: 28px;
}

.section-case .section-case-feature {
  margin-bottom: 36px;
}

.section-case .section-case-feature li {
  display: inline-block;
  padding-left: 8px;
  position: relative;
  margin-right: 18px;
}

.section-case .section-case-feature li:before {
  background-color: #999;
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 1px;
  top: 9px;
  left: 0;
}

.section-case .section-case-product {
  margin-bottom: 38px;
}

.section-case .section-case-product strong {
  margin-left: 20px;
  font-weight: normal;
}

.section-case .section-case-button {
  background-color: #4762fe;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 20px 0 0;
}

.section-case .section-case-link {
  color: #4762fe;
}

@media (max-width: 768px) {
  .section-case-m .col-image {
    height: 216px;
    padding: 0;
    overflow: hidden;
    width: 335px;
  }
  .section-case-m .col-image img {
    width: 100%;
  }
  .section-case-m .col-content {
    background: #fff;
  }

  .section-case-m .section-case-title {
    display: none;
  }

  .section-case-m .section-case-feature {
    margin-top: 24px;
    margin-bottom: 14px;
  }

  .section-case-m .section-case-feature li {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-left: 12px;
    position: relative;
    width: 48%;
  }

  .section-case-m .section-case-feature li:before {
    background-color: #999;
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    top: 7px;
    left: 0;
  }

  .section-case-m .section-case-product label {
    display: block;
  }

  .section-case-m .section-case-product strong {
    color: #4762fe;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin-right: 20px;
  }

  .section-case-m .section-case-product strong a {
    color: #4762fe;
    display: inline-block;
  }

  .section-case-m .section-case-button {
    background-color: #4762fe;
    border-radius: 16px;
    color: #fff;
    display: block;
    height: 32px;
    padding-left: 45px;
    padding-right: 45px;
    margin: 35px auto 0 auto;
  }
}

.section-finance .CH-card {
  height: 285px;
}

.section-finance .CH-card-header {
  padding-bottom: 0;
}

.section-finance .CH-card-body {
  margin-top: 9px;
}

.section-finance .CH-card-desc {
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .section-finance-m .CH-card-header {
    padding-bottom: 0;
  }
  .section-finance-m .CH-card-body {
    margin-top: 9px;
    height: 140px;
  }
  .section-finance-m .CH-card-desc {
    margin-bottom: 18px;
  }
}

.section-advantage .CH-card,
.section-deploy .CH-card {
  height: 180px;
}

.section-advantage .CH-card-body,
.section-deploy .CH-card-body {
  margin: 0;
}

.section-advantage .CH-card-body .CH-list {
  width: 80%;
}

@media (max-width: 768px) {
  .section-advantage .CH-card,
  .section-deploy .CH-card {
    padding: 16px 20px;
    height: auto;
  }

  .section-advantage .CH-card-icon,
  .section-deploy .CH-card-icon {
    display: block;
    float: left;
    height: auto;
    margin-top: 8px;
    width: 64px;
  }

  .section-advantage .CH-card-icon .CH-icon img,
  .section-deploy .CH-card-icon .CH-icon img {
    width: 64px;
  }

  .section-advantage .CH-card-header.is-align-center,
  .section-deploy .CH-card-header.is-align-center {
    margin-left: 90px;
    text-align: left;
    padding: 0 0 8px 0;
  }

/* jh 2020-04-22 */
   .jh-ht-partner .CH-card-header.is-align-center {
    margin-left: 0px;
    text-align: center;
    padding: 0 0 8px 0;
  }

  .CH-gutter-20{
     margin:0 10px;
  }

 .jh-ht-partner .CH-card{
    border-right: 1px solid #F7F8FB;
    border-bottom: 1px solid #F7F8FB;
}
/* jh 2020-04-22 */
  .section-advantage .CH-card-title,
  .section-deploy .CH-card-title {
    font-size: 14px !important;
  }

  .section-advantage .CH-card-body,
  .section-deploy .CH-card-body {
    line-height: 20px;
    margin: 0 0 0 90px;
    text-align: left;
  }

  .section-advantage .CH-list .CH-list-item,
  .section-deploy .CH-list .CH-list-item {
    font-size: 12px;
  }

  .section-advantage .CH-card-body .CH-list {
    width: 100%;
  }
}

/* 行业 */
.section-solution {
  display: block;
}
.section-solution-m {
  display: none;
}
@media (max-width: 768px) {
  .section-solution {
    display: none;
  }
  .section-solution-m {
    display: block;
  }
  .section-solution-m .CH-card {
    height: auto;
}
}

/* 案例 */
.section-case {
  display: block;
}
.section-case-m {
  display: none;
}
@media (max-width: 768px) {
  .section-case {
    display: none;
  }
  .section-case-m {
    display: block;
  }
}

/* 金融企业服务 */
.section-finance {
  display: block;
}
.section-finance-m {
  display: none;
}
@media (max-width: 768px) {
  .section-finance {
    display: none;
  }
  .section-finance-m {
    display: block;
  }
}
/* video弹窗样式 */
.pop-video-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow: hidden;
}

.pop-video-wrap .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.pop-video-wrap .pop-video-video {
  width: 800px;
  height: 450px;
  position: relative;
  margin: -225px auto;
  top: 50%;
  background: #000;
  z-index: 2;
}

.pop-video-wrap .pop-video-video .my-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
}

.pop-video-wrap .pop-video-video .video-close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 32px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
 .pop-video-wrap .pop-video-video {
  width: 100%;
  height: 300px;
  margin-top: -150px;
 }
}

/* 零售楼层样式 */
.retail .row{
  margin-left:-10px;
}
.retail .col-12{
    padding-left: 10px;
}
.retail .col-12 .bg-wt{
    background-color: #fff;
}
.retail .col-12 .col-3{
    padding-left:10px;
}
.retail  .col-12 .mg-0{
    margin-left: 0;
}
.retail  .col-12 .pd-0{
    padding-left: 0;
}
/*.retail .col-12 .col-3 .retail-nf-item2:hover,.retail .col-12 .col-3 .retail-nf-item3:hover{*/
/*    box-shadow: 0px 3px 7px 0px rgba(56, 90, 186, 0.1);*/
/*}*/
.retail h3{
    font-size:32px;
    color: #212121;
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
}
.retail-nf-item{
    box-sizing: border-box;
    height: 335px;
    background:url(https://img1.jcloudcs.com/portal/channel/city/fl2/city-bg.png) no-repeat center bottom   #FFF ;
    background-size: cover;
    padding: 0 20px;
}
.retail-nf-item h5{
    font-size: 18px;
    color: #fff;
    font-weight:bold;
    padding-top:30px;
}
.retail-nf-item p{
    padding-top: 45px;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
}
.retail-nf-item .text-link{
    display:inline-block;
    margin-top:50px;
    color:#fff;
	font-size:14px;
}
.retail-nf-item .text-link:hover{
    color:#fff;
}
.retail-nf-item2{
    box-sizing: border-box;
    height: 335px;
    background:#FFF ;
    background-size: cover;
    padding: 0 20px;
}
.retail-white.retail-nf-item2{
    background:#fff;
}
.retail-nf-item2 h5{
    font-size: 18px;
    color: #333;
    font-weight:bold;
    line-height:80px;
    padding:0 20px;
    border-bottom:1px solid #eee;
}
.retail-nf-item2 p{
    font-size:12px;
    color:#666;
    line-height:20px;
    margin:20px 0px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.retail-white.retail-nf-item2 p{
  line-height:20px;
}
.retail-nf-item2 .detail li{
    font-size:12px;
    color:#333;
    line-height:20px;
}
.retail-nf-item3{
    box-sizing: border-box;
    height: 335px;
    background:#FFF ;
    background-size: cover;
    padding: 0 20px;
}
.retail-nf-item3  h5{
    font-size: 18px;
    color: #333;
    font-weight:bold;
    line-height:80px;
    padding:0 20px;
    border-bottom:1px solid #eee;
}
.retail-nf-item3 p{
    font-size:12px;
    color:#666;
    line-height:20px;
    margin:20px 0px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.retail-nf-item3 .retail-btn{
    background:#4762fe;
    font-size:14px;
    padding:5px 10px;
    margin-top:0px;
}
.retail .row.retail-list{
    margin-top:18px;
    margin-left:-10px;
}
.retail-list .col-3{
    padding-left:10px;
}

.retail-list .col-3 .re-block{
    background:#fff;
    padding:15px;
    overflow:hidden;
}

.jh-index-hot-product .retail-list .col-3 .jh-index-product-txt{
    padding:15px;
    overflow:hidden;
	display: inline-block;
    vertical-align: middle;
    padding: 20px 0 20px 20px;
}

.jh-index-hot-product .retail-list .col-3 .jh-product-img{
    /*background-image: -webkit-linear-gradient(135deg,#006eff 0,#65a1f8 100%);*/
	border:1px solid #efefef;
	background:#fff;
    height:100px;
}

.jh-index-hot-product .retail-list .col-3 .jh-product-img-1{
    /*background-image: -webkit-linear-gradient(135deg,#006eff 0,#65a1f8 100%);*/
	border:1px solid #efefef;
	background:#fff;
    height:100px;
}

.jh-index-hot-product .retail-list .col-3 .jh-product-img-2{
    background: url(../images/index/index-hot-prodcut-2.png) center no-repeat;
    background-size: cover;
    height:100px;
}

.jh-index-hot-product .retail-list .col-3 .jh-product-img-3{
    background: url(../images/index/index-hot-prodcut-3.png) center no-repeat;
    background-size: cover;
    height:100px;
}

.jh-index-hot-product .retail-list .col-3 .jh-product-img-4{
    background: url(../images/index/index-hot-prodcut-4.png) center no-repeat;
    background-size: cover;
    height:100px;
}

.retail .row.retail-list{
    margin-top:18px;
    margin-left:-10px;
}
.retail-list .col-4{
    padding-left:10px;
}


.jh-solution-service .col-4{
    margin-bottom:20px;
}

.retail-list .col-4 .re-block{
    background:#fff;
    padding:15px;
    overflow:hidden;
}

.jh-index-hot-product .retail-list .col-4 .jh-index-product-txt{
    padding:15px;
    overflow:hidden;
	display: inline-block;
    vertical-align: middle;
    padding: 20px 0 20px 20px;
}

.jh-index-hot-product .retail-list .col-4 .jh-product-img{
    /*background-image: -webkit-linear-gradient(135deg,#006eff 0,#65a1f8 100%);*/
	border:1px solid #efefef;
	background:#fff;
    height:100px;
}

.jh-index-hot-product .retail-list .col-4 .jh-product-img-1{
    /*background-image: -webkit-linear-gradient(135deg,#006eff 0,#65a1f8 100%);*/
	border:1px solid #efefef;
	background:#fff;
    height:100px;
}

.jh-index-hot-product .retail-list .col-4 .jh-product-img-2{
    background: url(../images/index/index-hot-prodcut-2.png) center no-repeat;
    background-size: cover;
    height:100px;
}

.jh-index-hot-product .retail-list .col-4 .jh-product-img-3{
    background: url(../images/index/index-hot-prodcut-3.png) center no-repeat;
    background-size: cover;
    height:100px;
}

.jh-index-hot-product .retail-list .col-4 .jh-product-img-4{
    background: url(../images/index/index-hot-prodcut-4.png) center no-repeat;
    background-size: cover;
    height:100px;
}

.jh-index-product-txt h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #333;
    line-height: 30px;
	margin-bottom: 10px;
	text-align: left;
}

.jh-index-product-txt h4 {
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #333;
    line-height: 17px;
}
.jh-index-hot-product .retail-list .col-3 .re-block .re-des {
 color: #fff;
}

.jh-index-hot-product .retail-list .col-3 .re-block:hover .re-des {
    color: #fff;
}
.retail-list .col-3 .re-block:hover{
    box-shadow: 0px 3px 7px 0px rgba(56, 90, 186, 0.1);
}
/*.retail-list .col-3 .re-block:hover .re-moments{*/
/*    color: #4762fe;*/
/*}*/
.retail-list .col-3 .re-block:hover .re-des{
    color: #4762fe;
}
.retail-list .col-3 .re-block span{
    display:block;
    font-size:12px;
    width:65px;
    color:#999;
    border-radius:20px;
    border:1px solid #e2e2e2;
    text-align:center;
}
.retail-list .col-3 .re-block .re-des{
    font-size:12px;
    margin-top:10px;
    color:#666;
    line-height:22px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.retail-list .col-3 .re-block .re-left{
  float:left;
  width:200px;
}
.retail-list .col-3 .re-block .re-right{
    float:right;
    width:62px;
    height:74px;
}
.CH-list{
    min-height: 80px;
}
.fl7 .CH-carousel-type-1 {
    width: 1200px;
    height: 240px;
}
.fl7 .CH-carousel-type-1.swiper-container-horizontal > .swiper-pagination-bullets{
    left: 0;
    bottom: 16px;
    text-align: center;
}
.fl7 .row{
    margin-top: 20px;
}
.fl7 .col-3{
    text-align: center;
}
.fl7 .partner{
    text-align: center;
}
.fl7 .partner a{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #5162fa;
    margin:0 0 30px;
}
.fl7 .partner a:hover{
    text-decoration: underline;
}
.fl7 .swiper-container{
    z-index: 0;
}
.CH-tab .CH-tab-item.is-selected a{
     font-weight: 600;
    color: #4762fe;
}
.CH-tab .CH-tab-item.is-selected a:after{
    bottom: -1px;
}
.CH-carousel-type-2{
    height: 88px;
    box-sizing: border-box;
    padding: 10px 3px;
    margin-top: 0;
}
.CH-carousel-type-2 .swiper-slide:hover{
    box-shadow: 3px 6px 9px 2px rgba(236, 241, 250, 0.95);
}
.CH-carousel-type-2 .swiper-button-prev,.CH-carousel-type-2 .swiper-button-next{
    top:61px;
}
.CH-card-img i {
    position: absolute;
    top:67px;
    left: 135px;
}
.CH-card-broadcast{
    background: #fff url(https://img1.jcloudcs.com/portal/channel/city/fl1/bg-news.png) no-repeat center bottom;
}
.CH-carousel-type-2 .swiper-slide.on{
    box-shadow: 3px 6px 9px 2px rgba(236, 241, 250, 0.95);
}
.section-case .section-case-product a:hover{
    text-decoration: underline;
}
.CH-tab .CH-tab-item a:hover{
    font-weight: 400;
}
.CH-tab .CH-tab-item a:hover:after{
    display: none;
}
.CH-tab .CH-tab-item.is-selected a{
    pointer-events: none;
}
.section-intelligencenet .CH-carousel .container-slide .box-content p a{
    font-size: 14px;
}
.CH-card-header.is-border-bottom {
    border-bottom: 1px solid #eee;
}
.section-case .section-case-button{
    line-height: 32px;
}
/*.subMenu-box{*/
/*    height: 60px;*/
/*}*/
/*.subMenu-box h2{*/
/*    line-height: 60px;*/
/*}*/
/*.subMenu-box .subMenu-level1 > ul > li a{*/
/*    line-height: 60px;*/
/*}*/
/*.subMenu-box .subMenu-level1 > ul > li{*/
/*    height: 60px;*/
/*}*/
/*.subMenu-box .subMenu-level1 > ul > li .subMenu-drop-box{*/
/*    top:60px;*/
/*}*/

.CH-footer {
    background:#2b6cfd url(https://img1.jcloudcs.com/portal/channel/channel-bg-footer-pc.jpg) no-repeat center;
    color: #fff;
    height: 173px;
    min-width: 1200px;
}

.CH-footer a {
    color: #fff;
}

.CH-footer .CH-footer-slogan {
    display: table-cell;
    font-size: 24px;
    font-weight: bold;
    height: 173px;
    line-height: 30px;
    width: 250px;
    vertical-align: middle;
}

.CH-footer .CH-footer-info-list {
    display: table-cell;
    height: 173px;
    padding-left: 10px;
    vertical-align: middle;
}

.CH-footer .CH-footer-info-list dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}

.CH-footer .CH-footer-info-list dt .jc-icon-my-right {
    font-size: 14px;
    margin-left: 8px;
}

.CH-footer .CH-footer-info-list dd {
    font-size: 14px;
}
/*
.CH-container-imageText {
    border-top: 1px solid #eee;
    margin-top: 10px;
}
*/
.CH-card.is-hover {
    padding-bottom: 32px;
    box-shadow: 0 3px 10px 2px rgba(235,239,248,0.71);
    z-index: 1;
}
.CH-card-button-default:hover {
    text-decoration: none;
    box-shadow: 0 0 6px 0 rgba(96,103,247,.5);
}
.CH-container-imageText .col-image {
    /*width: auto;*/
}
@media (max-width: 768px) {
    .CH-footer {
        background:#2b6cfd url(https://img1.jcloudcs.com/portal/channel/channel-bg-footer-m.jpg) no-repeat center;
        background-size: 100%;
        height: 344px;
        overflow: hidden;
        padding: 30px 20px;
        min-width: auto;
    }

    .CH-footer .col-xs-12 > * {
        display: block;
        height: auto;
    }

    .CH-footer .CH-footer-slogan {
        font-size: 18px;
        font-weight: normal;
        line-height: 30px;
        width: 100%;
    }

    .CH-footer .CH-footer-info-list {
        padding-left: 0;
        padding-top: 24px;
    }

    .CH-footer .CH-footer-info-list dt {
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
    }

    .CH-footer .CH-footer-info-list dt .jc-icon-my-right {
        font-size: 12px;
        margin-left: 10px;
    }

    .CH-footer .CH-footer-info-list dd {
        font-size: 12px;
    }
}

@media (max-width: 768px) {

    .subMenu-box{
        margin-bottom: 0;
    }
    .retail .col-12 .col-3 .retail-nf-item2,.retail .col-12 .col-3 .retail-nf-item3{
        pointer-events:none;
    }
    .retail .col-12 .col-3 .bdr-bt{
        border-bottom: 1px solid #ececec;
    }
    .retail h3{
        font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    }
    .retail-pr{
        padding:0 10px;
    }
    .retail .col-3 {
        padding-left: 0px;
    }
    .retail-nf-item {
        box-sizing: border-box;
        height: 218px;
        background: url(https://img1.jcloudcs.com/portal/channel/city/fl2/city-bgm.png) no-repeat center bottom #FFF;
        background-size: cover;
        padding: 0 20px;
    }
    .retail-nf-item h5 {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        padding-top: 24px;
    }
    .retail-nf-item p {
        padding-top: 28px;
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .retail-nf-item .text-link {
        margin-top: 30px;
    }
    .retail-nf-item2 h5 {
        padding:0px;
        border:none;
        font-size:14px;
        font-weight:normal;
        line-height:50px;
    }
    .retail-nf-item2{
        height:auto;
    }
    .retail-nf-item2 p {
        margin: 10px 0px 20px 0px;
        line-height:20px;
    }
    .retail-nf-item2 .detail {
        border-bottom:1px solid #eee;
        padding-bottom:20px;
    }
    .retail-white.retail-nf-item2 .detail {
        border-bottom:none;
        padding-bottom:20px;
    }
    .retail .row.retail-list {
        margin-left:0px;
        margin-top:0px;
    }
    .retail-nf-item3 h5 {
        padding:0px;
        border:none;
        font-size:14px;
        font-weight:normal;
        line-height:50px;
    }
    .retail-nf-item3 .retail-btn {
        background: #4762fe;
        font-size: 14px;
        padding: 3px 30px;
        margin-top: 15px;
    }
    .retail-nf-item3{
        height:auto;
    }
    .retail-nf-item3 .retail-spem {
        border-bottom:1px solid #eee;
        padding-bottom:20px;
    }
    .retail-list .col-3 .re-block{
        margin-top:10px;
    }
    .fl7 .CH-carousel-type-1{
        width: auto;
        height: 320px;
    }
    .fl7 .CH-panel{
        margin: 0 20px;
    }
    .section-case-m .col-content .section-case-link{
        display: block;
        color: #4762fe;
        text-align: center;
        font-size: 16px;
        line-height: 28px;
    }
    .tbl-box{
        display: table;
        width: 100%;
    }
    .tbl-box .tbl-cell{
        display: table-cell;
        width: 50%;
    }
    .CH-card-broadcast{
        background: #fff url(https://img1.jcloudcs.com/portal/channel/city/fl1/bg-news-m.png) no-repeat center bottom;
    }
    .CH-container-imageText .col-image{
        width: 100%;
    }
    .section-case-m .section-case-button{
        line-height: 32px;
        width: 138px;
    }
    .CH-card-img i{
        top: 52px;
        left: 176px;
    }
    .CH-card-img .channel-play-button{
        z-index: 100;
    }
	.CH-card-img .channel-play-button-m-v1 {
    width: 30px;
	}
  }


/* 城市楼层样式 */
.city-fl4 h1{
    color: #212121;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    margin-bottom:40px;
}
/* 楼层5 */
.city-fl5 .row .col-3{
    width: 287px;
}
.exper-item{
    box-sizing: border-box;
    padding:40px 16px 40px 22px;
    height: 410px;
    background:  #FFF url(../images/index-p-13.png) no-repeat center bottom;
    background-size: cover;
}
.exper-item b{
    margin-bottom: 20px;
    display: table;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
}
.exper-item b span{
    display: table-cell;
    line-height: 22px;
    vertical-align: top;
}
.exper-item b i{
    padding-left: 10px;
    height: 22px;
    display: table-cell;
    vertical-align: top;
}
.exper-item b i img{
    vertical-align: top;
}
.exper-item p{
    margin-bottom: 15px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.6);
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}
.exper-item ul li{
    margin-bottom: 5px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    font-weight: 600;
}
.exper-item2{
    height: 410px;
    background-color: #fff;
}
.exper-item2 .dl-box{
    box-sizing: border-box;
    height: 200px;
    /*padding: 40px;*/
	padding: 30px 30px 40px 40px;
	margin-bottom: 10px;
	border-right: 1px solid #f5f7fd;
	margin-top:0px;
	box-shadow: 5px 0 10px 1px rgba(56, 90, 186, 0.1);
}
.exper-item2 .dl-box:hover{
    box-shadow: 3px 3px 10px 3px rgba(100, 90, 186, 0.2);
}
.exper-item2 dl{
}
/*.exper-item2 dl:hover{*/
/*    box-shadow: 0px 3px 7px 0px rgba(56, 90, 186, 0.1);*/
/*}*/
.exper-item2 .dl-box:hover a{
    text-decoration: none;
}
.exper-item2 dl dt{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}
.exper-item2 dl .desc{
    /*margin-bottom: 14px;*/
    font-size: 12px;
    line-height: 20px;
    color: #666;
    min-height: 40px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.exper-item2 dl .img{
    /*margin-bottom: 14px;*/
    font-size: 12px;
    line-height: 20px;
    color: #666;
	width:130px;
    min-height: 40px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.exper-item2 dl .img img{
    width:100%;
    overflow: hidden;
}
.exper-item2 .dl-box a{
    display: block;
    color: #333;
    font-size: 14px;
}
.exper-item2 dl dt:after{
    content: "";
    position: absolute;
    top: 9px;
    left: -15px;
    border-radius: 50%;
    width:4px;
    height:4px;
    background:rgba(51,51,51,1);
}
@media (max-width: 768px) {
    .city-exper{
        margin: 0 10px;
    }
    h3{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .exper-item b{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .exper-item p{
        margin-bottom: 10px;
        padding-top: 10px;
        font-size: 12px;
    }
    .exper-item ul li{
        font-size: 13px;
    }
    .exper-item{
        height: auto;
        padding:20px 16px 20px 22px;
    }
    .exper-item2{
        height: auto;
		margin-top: 10px;
    }
    .exper-item2 dl dt{
        font-size: 14px;
		margin-bottom: 5px;
		font-weight:600;
    }
    .exper-item2 dl{
        height: auto;
        padding: 0px;
        padding-bottom: 0;
        border-top: 0px solid #ececec;
        pointer-events:none;
		
    }
    .exper-item2 .col-xs-12:first-child dl{
        border-top: none;
    }
    .exper-item2 .dl-box{
        padding: 10px;
        height: auto;
		text-align: center;
        padding-bottom: 0;
    }
	.exper-item2 dl .img {
	    width: 60px;
		margin: 0 auto;
	}
	.exper-item2 dl dt:after {
    content: "";
    position: absolute;
    top: 9px;
    left: -15px;
    border-radius: 50%;
    width: 0px;
    height: 0px;
    background: rgba(51,51,51,1);
}
    .exper-item2 .dl-box.mgr-b{
        padding-bottom: 0px;
    }
    .exper-item2 .dl-box a{
        line-height: 24px;
        padding-left: 0px;
    }
}






.md-hidden {
  display: none !important;
}

.xs-hidden {
  display: block;;
}
.swiper-button-next, .swiper-button-prev{
  margin-top: -33px;
}
.section-intelligencenet-bg {
  background-color: #2e4dac;
  height: fit-content;
  overflow: hidden;
  margin-bottom: 70px;
}

.section-intelligencenet {
  color: #ffffff;
  font-size: 14px;
}

.section-intelligencenet a {
  color: #ffffff;
}

.section-intelligencenet .text-right {
  text-align: right;
}
.section-intelligencenet .text-right a:hover{
  text-decoration: underline;
}

.section-intelligencenet .footer {
  margin-bottom: 34px;
  display: inline-flex;
}

.section-intelligencenet .footer > .footer-item {
  padding-right: 82px;
}

.CH-section .md-label {
  margin-right: 10px;
}

/* select */
.CH-section select {
  border: solid 1px #d5dbee;
  height: 30px;
  color: #ffffff;
  padding-left: 30px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 35px;
  background: url('https://img1.jcloudcs.com/portal/channel/city/fl4/arrow-down.png') no-repeat right center
    transparent;
}
.CH-section select .cc{
  background:#214faa;
  color:#fff;
}
.CH-section select .cc:hover{
  background:#fff;
  color:#214faa;
}

.CH-section select::-ms-expand {
  display: none;
}

/* layout */
.section-intelligencenet .row {
  line-height: 30px;
  vertical-align: middle;
  display: inline;
}
.section-intelligencenet .row .col {
  word-break: keep-all;
  margin-bottom: 22px;
}
.section-intelligencenet .row > .align-self-start {
  float: left;
}
.section-intelligencenet .row > .align-self-end {
  float: right;
  opacity: .6;
}
.section-intelligencenet header h1 {
  margin-top: 34px;
  margin-bottom: 34px;
}
.CH-section > header h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

.CH-section.section-intelligencenet h1 {
  font-size: 30px;
  color: #ffffff;
}

.CH-section.section-intelligencenet h2 {
  font-size: 18px;
  color: #FFF;
}

.section-intelligencenet h5 {
  margin: 12px 0;
}
.section-intelligencenet h5 a:hover{
  text-decoration: underline;
}

  /* division */
.CH-section .division {
  position: relative;
  height: 1px;
  background-color: #97a6d6;
  margin: 22px 0;
}
.CH-section .division > span {
  font-size: 18px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 0 20px;
  background-color: #2e4dac;
}

.section-intelligencenet .seccessCase {
  margin-bottom: 40px;
}

.section-intelligencenet .CH-carousel-img-m.pcbg {
  box-sizing: border-box;
  height: 371px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/city-pc-bg.jpg');
  background-size: cover;
}
.section-intelligencenet .pcbg-1.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/city-pc-bg.jpg');
}
.section-intelligencenet .pcbg-2.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/chongqing.jpg');
}
.section-intelligencenet .pcbg-3.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/fuqing.jpg');
}
.section-intelligencenet .pcbg-4.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/xianyou.jpg');
}
.section-intelligencenet .pcbg-5.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/beihai.jpg');
}
.section-intelligencenet .pcbg-6.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/changzhou.jpg');
}
.section-intelligencenet .pcbg-7.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/nanjing.jpg');
}
.section-intelligencenet .pcbg-8.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/nantong.jpg');
}
.section-intelligencenet .pcbg-9.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/suqian.jpg');
}
.section-intelligencenet .pcbg-10.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/hebi.jpg');
}
.section-intelligencenet .pcbg-11.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/shiyan.jpg');
}
.section-intelligencenet .pcbg-12.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/huaihua.jpg');
}
.section-intelligencenet .pcbg-13.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/xiangtan.jpg');
}
.section-intelligencenet .pcbg-14.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/liaoning.jpg');
}
.section-intelligencenet .pcbg-15.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/binzhou.jpg');
}
.section-intelligencenet .pcbg-16.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/dongying.jpg');
}
.section-intelligencenet .pcbg-17.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/jinan.jpg');
}
.section-intelligencenet .pcbg-18.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/datong.jpg');
}
.section-intelligencenet .pcbg-19.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/xian.jpg');
}
.section-intelligencenet .pcbg-20.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/meizhou.jpg');
}
.section-intelligencenet .pcbg-21.CH-carousel-img-m.pcbg {
  background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/tianjin-pc.jpg');
}
/*  */
.section-intelligencenet .CH-carousel {
  color: #ffffff;
}

.section-intelligencenet .CH-carousel .CH-carousel-container {
  position: relative;
  text-align: left;
}

.section-intelligencenet .CH-carousel .box-content {
  box-sizing: border-box;
  position: relative;
  padding: 54px 47px 0;
  height: 371px;
}

.section-intelligencenet .CH-carousel .box-content > .CH-carousel-title {
  font-size: 28px;
}

.section-intelligencenet .CH-carousel .container-slide .box-logo {
  float: left;
  width: 170px;
}

.section-intelligencenet .CH-carousel .container-slide .box-content {
  color: #fff;
  text-align: left;
  width: 540px;
}
.section-intelligencenet .CH-carousel .container-slide .box-content h3 {
  font-size: 17px;
}
.section-intelligencenet .CH-carousel .container-slide .box-content h4 {
  font-size: 18px;
  line-height: 24px;
}
.section-intelligencenet .CH-carousel .container-slide .box-content p,
.section-intelligencenet .CH-carousel .container-slide .box-content ul {
  font-size: 12px;
  line-height: 20px;
  margin-top: 22px;
  display: flow-root;
}
.section-intelligencenet .CH-carousel .container-slide .box-content p {
  font-size: 12px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 18px;
}

.section-intelligencenet .CH-carousel .container-slide .box-content ul li {
  font-weight: bold;
  width: 50%;
  float: left;
}
.section-intelligencenet
  .CH-carousel
  .container-slide
  .box-content
  .section-case-button {
  background-color: #fff;
  border-radius: 16px;
  color: #212121;
  display: inline-block;
  height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 20px 0 0;
}
.section-intelligencenet .CH-carousel .container-slide .box-content .section-case-button:hover{
  background-color: #e0e0e0;
}
.section-intelligencenet .swiper-container {
  width: 100%;
}
.section-intelligencenet .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 1200px !important;
}

@media (max-width: 768px) {
  .section-intelligencenet-bg {
    margin-bottom: 35px;
  }
  
  .md-hidden {
    display: block !important;
  }

  .xs-hidden {
    display: none !important;
  }

  .section-intelligencenet .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 277px !important;
  }

  .CH-section.section-intelligencenet h1 {
    font-size: 18px;
  }
  .CH-section.section-intelligencenet h2 {
    font-size: 12px;
  }
  .section-intelligencenet header h1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-intelligencenet .CH-carousel-img-m.pcbg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 463px;
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/city-rwd-bg.jpg');
  }
  .section-intelligencenet .pcbg-1.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/city-rwd-bg.jpg');
  }
  .section-intelligencenet .pcbg-2.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/chongqing-rwd.jpg');
  }
  .section-intelligencenet .pcbg-3.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/fuqing-rwd.jpg');
  }
  .section-intelligencenet .pcbg-4.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/xianyou-rwd.jpg');
  }
  .section-intelligencenet .pcbg-5.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/beihai-rwd.jpg');
  }
  .section-intelligencenet .pcbg-6.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/changzhou-rwd.jpg');
  }
  .section-intelligencenet .pcbg-7.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/nanjing-rwd.jpg');
  }
  .section-intelligencenet .pcbg-8.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/nantong-rwd.jpg');
  }
  .section-intelligencenet .pcbg-9.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/suqian-rwd.jpg');
  }
  .section-intelligencenet .pcbg-10.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/hebi-rwd.jpg');
  }
  .section-intelligencenet .pcbg-11.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/shiyan-rwd.jpg');
  }
  .section-intelligencenet .pcbg-12.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/huaihua-rwd.jpg');
  }
  .section-intelligencenet .pcbg-13.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/xiangtan-rwd.jpg');
  }
  .section-intelligencenet .pcbg-14.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/liaoning-rwd.jpg');
  }
  .section-intelligencenet .pcbg-15.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/binzhou-rwd.jpg');
  }
  .section-intelligencenet .pcbg-16.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/dongying-rwd.jpg');
  }
  .section-intelligencenet .pcbg-17.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/jinan-rwd.jpg');
  }
  .section-intelligencenet .pcbg-18.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/datong-rwd.jpg');
  }
  .section-intelligencenet .pcbg-19.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/xian-rwd.jpg');
  }
  .section-intelligencenet .pcbg-20.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/meizhou-rwd.jpg');
  }
  .section-intelligencenet .pcbg-21.CH-carousel-img-m.pcbg {
    background-image: url('https://img1.jcloudcs.com/portal/channel/city/fl4/tianjin-rwd.jpg');
  }

  .section-intelligencenet .CH-carousel-container {
    width: 277px;
    height: 463px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-intelligencenet .CH-carousel .box-content {
    position: relative;
    padding: 160px 15px 15px 15px;
  }

  .CH-section > header h2 {
    font-size: 15px;
    font-weight: 400;
  }

  /* division */
  .CH-section .division {
    position: relative;
    height: 0px;
    background-color: transparent;
    margin: 22px 0;
  }
  .CH-section .division > span {
    font-size: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 0 20px;
    background-color: #2e4dac;
  }

  .CH-section .md-label {
    display: none;
  }

  .section-intelligencenet.CH-section select {
    width: 277px;
  }

  .section-intelligencenet .row {
    text-align: center;
    font-size: 12px;
  }
  .section-intelligencenet .row .col {
    text-align: center;
    margin-bottom: 16px;
    line-height: 21px;
    width: 277px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-intelligencenet .row > .align-self-start {
    float: none;
  }
  .section-intelligencenet .row > .align-self-end {
    float: none;
  }

  .section-intelligencenet .CH-carousel .container-slide .box-content {
    width: 277px;
  }

  /* silder标题 */
  .section-intelligencenet .CH-carousel .box-content > .CH-carousel-title {
    font-size: 15px;
  }

  .section-intelligencenet
    .CH-carousel
    .container-slide
    .box-content
    .xs-line-3 {
    -webkit-line-clamp: 3;
  }

  .section-intelligencenet
    .CH-carousel
    .container-slide
    .box-content
    .xs-line-2 {
    -webkit-line-clamp: 2;
  }

  .section-intelligencenet .CH-carousel .container-slide .box-content p {
    font-size: 12px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 18px;
  }
  .section-intelligencenet .CH-carousel .container-slide .box-content ul {
    width: 100%;
    font-size: 12px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 18px;
    display: inline-block;
  }
  .section-intelligencenet .CH-carousel .container-slide .box-content ul li {
    /* display: inline; */
    font-weight: bold;
    /* margin-right: 64px; */
    float: left;
  }

  .section-intelligencenet .seccessCase {
    margin-bottom: 26px;
  }

  .section-intelligencenet .footer > .footer-item {
    background-color: #3e5bb3;
    padding: 18px;
  }

  .section-intelligencenet .footer {
    padding-top: 26px;
    margin-left: auto;
    margin-right: auto;
    width: 337px;
  }

  .section-intelligencenet .footer > .footer-item h5 {
    margin-top: 0;
    font-size: 14px;
  }

  .section-intelligencenet .footer > .footer-item p {
    font-size: 12px;
  }

  .swiper-container.end,
  .swiper-container.end .swiper-slide {
    width: 337px !important;
  }
  .swiper-pagination-bullet{
    border-radius: 2px;
    height: 4px;
    width: 22px;
  }
  .CH-carousel-type-1 .swiper-pagination-bullet-active {
    background-color: #97a7fe;
  }
}