* {
    box-sizing: border-box;
}

.jdc-header-mini a:hover {
    text-decoration: none;
}

.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) {
    .CH-container {
        width: 100%;
    }
}

.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;
    margin-top: 3px;
}

.CH-footer a {
    color: #fff;
    display: inline-block;
}

.CH-footer a:hover {
    text-decoration: underline;
}

.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;
}

.CH-footer .CH-footer-info-list dd {
    font-size: 14px;
}

@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;
    }
}

/* section */
.CH-section {
    margin-bottom: 70px;
    overflow: hidden;
}

.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: 35px;
    }
    .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%;
}

.CH-card-button-primary {
    background-color: #4762FE;
    color: #FFF;
    display: inline-block;
    text-align: center;
}

.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 20px;
}

.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{
    border-top: 1px solid #ededed;
    width: 100%;
    height: auto;
    overflow: hidden;
}
/* .CH-container-scroll{
    transition: all .2s;
} */
.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-image img {
    width: 100%;
}

.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: normal;
    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;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

.CH-carousel-type-1 .CH-carousel-button:hover {
    background-color: #5f77ff;
    text-decoration: none;
}

.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: 60px;
    bottom: 30px;
    width: auto;
}

.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-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-img-m {
        display: block; 
        height: 340px;
        margin: 0 auto;
    }

    .CH-carousel-type-1 .CH-carousel-button {
        padding: 0 45px;
        top: 272px;
        left: calc(50% - 73px);
    }

    .CH-carousel-type-1.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 17px;
        left: 0;
        text-align: center;
        width: 100%;
    }
    .CH-carousel-type-1 .swiper-pagination-bullet {
        height: 2px;
        width: 30px;
    }
}

/* 客户案例跑马灯样式 CH-carousel-type-2 */

.swiper-container.CH-carousel-type-2 {
    height: 146px; 
    padding: 40px 10px 38px 10px;
    text-align: center;
    width: 800px;
    box-sizing: border-box;
}

.CH-carousel-type-2 .swiper-button-next,
.CH-carousel-type-2 .swiper-button-prev {
   height: 23px;
   width: 13px;
   top: 44px;
}

.CH-carousel-type-2 .swiper-button-next:after, 
.CH-carousel-type-2 .swiper-button-prev:after {
   color: #D5D5D5;
   font-size: 18px;
   font-weight: bold;
}

.CH-carousel-type-2 .swiper-slide.swiper-slide-active,
.CH-carousel-type-2 .swiper-slide:hover {
    box-shadow: 3px 6px 9px 2px rgba(236, 241, 250, 0.95);
}

.CH-carousel-type-2 .swiper-slide img {
    height: 68px;
}

@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/iot/pc/bg-news.png) no-repeat center bottom;
    background-size: 100%;
    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 {
    font-size: 12px;
    line-height: 20px;
}

.CH-card-broadcast .list-news-desc a {
    color: #666;
}

.CH-card-broadcast .list-news-desc a:hover {
    text-decoration: none;
    color: #3171ff;
}

@media (max-width: 768px) {
    .CH-card-broadcast {
        background: #FFF url(https://img1.jcloudcs.com/portal/channel/iot/m/bg-news.png) no-repeat center bottom;
        float: none;
        height: 305px;
        padding: 18px 20px;
        background-size: 100%;
    }
}

.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;
    line-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: 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;
        border: none;
        width: 174px;
        line-height: 32px;
        text-align: center;
        font-size: 14px;
    }
    .section-case-m .section-case-button a{
        color: #fff;
    }
}

.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: 300px;
	border: solid 1px #eff3f9;
	transition: box-shadow 0.5s;
	margin-bottom: 30px;
}

.section-advantage .CH-card,.section-deploy .CH-card:hover{
    height: 300px;
	border: solid 1px #eff3f9;
	transition: box-shadow 0.5s;
	margin-bottom: 30px;
	box-shadow: 0 0 10px #cccccc;
}


.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;
    }

    .section-advantage .CH-card-title,
    .section-deploy .CH-card-title {
        font-size: 14px;
    }

    .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-case {
    display: block;
}
.section-case-m {
    display: none;
}
@media(max-width:768px) {
    .section-case {
        display: none;
    }
    .section-case-m {
        display: block;
    }
    .section-case-m .section-case-button{
        border: none;
    }
    .section-case-m .section-case-product span{
        color: #333;
        font-size: 12px;
        font-weight: normal;
        line-height: 24px;
        margin-right: 20px;
    }
}

 /* 金融企业服务 */
 .section-finance {
    display: block;
}
.section-finance-m {
    display: none;
}
@media(max-width:768px) {
    .section-finance {
        display: none;
    }
    .section-finance-m {
        display: block;
    }
}



.section-introduce {
    background-color: #fff;
    margin-top: -30px;
    color: #212121;
}
.section-introduce .CH-container-imageText{
    padding: 40px 20px;
}
.section-introduce .CH-container-imageText .col-image{
    float: left;
    width: 655px;
}
.section-introduce .CH-container-imageText .col-image h3{
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 18px;
    border-left: 4px #4762fe solid;
    padding-left: 6px;
    line-height: 18px;
    height: 18px;
}
.section-introduce .CH-container-imageText .col-image .contant{
    margin-bottom: 44px;
    color:#666;
    line-height: 22px;
}
.section-introduce .CH-container-imageText .col-image .contant-icon{
    font-size: 18px;
    color: #666;
}
.section-introduce .CH-container-imageText .col-image .contant-icon span{
    display: inline-block;
    margin-right: 84px;
}
.section-introduce .CH-container-imageText .col-image .contant-icon span img{
    margin-right: 14px;
}
.section-introduce .CH-container-imageText .col-image .contant-icon span:last-child{
    margin-right: 0px;
}
.section-introduce .CH-container-imageText .col-content{
    margin-left: 775px;
    margin-right: 0px;
}

.section-introduce .CH-container-imageText .col-content .col-con{
    display: inline-block;
    color: #212121;
}
.ml40{
    margin-left: 40px;
}
.ml20{
    margin-left: 20px;
}
.section-introduce .CH-container-imageText .col-content .col-con strong{
    padding-bottom: 10px;
    color: #4762fe;
    border-bottom: 2px #4762fe solid;
    font-size: 22px;
    display: inline-block;
}
.section-introduce .CH-container-imageText .col-content .col-con p{
    color: #212121;
    margin-top: 14px;
    font-size: 16px;
}
.section-introduce .CH-container-imageText .col-content .col-cons{
    padding-bottom: 14;
    border-bottom: 1px #ebebeb solid;
}
.section-introduce .CH-container-imageText .col-content .col-text{
    color:#666;
    margin-top:24px;
    line-height: 22px;
    margin-left: -30px;
}
.section-introduce .col-3{
    text-align: center;
}
.section-introduce .CH-card-group .col-3 + .col-3:before{
    width: 0px;
}
.section-introduce .col-3 span{
    font-size: 18px;
    color: #666;
}
.section-introduce .col-3 span img{
    margin-right: 12px;
    width: 32px;
}
.section-introduce .col-cons{
    height: 100px;
}
@media(max-width:768px) {
    .section-introduce .CH-container-imageText .col-image {
       width: 100%;
       padding: 0px;
    }
    .section-introduce .CH-container-imageText .col-image h3{
        font-size: 14px;
    }
    .section-introduce .CH-container-imageText .col-image .contant-icon span{
        margin-right: 5px;
    }
    .section-introduce .CH-container-imageText .col-image .contant-icon{
        font-size: 14px;
    }
    .section-introduce .CH-container-imageText .col-image .contant-icon span img{
        margin-right: 6px;
    }
    .section-introduce .CH-container-imageText .col-content{
        margin-left: 0px;
        margin-top: 30px;
        border-top: 1px #ebebeb solid
    }
    .section-introduce .CH-container-imageText .col-content .col-cons{
        border: none;
        padding: 0px;
        height: auto;
    }
    .section-introduce .col-3 span{
        font-size: 14px;
    }
    .section-introduce .col-3 span img{
        width: 20px;
        height: 20px;
    }
    .section-introduce .CH-container-imageText .col-image{
        float: none;
    }
    .section-introduce .CH-container-imageText{
        padding: 40px 10px;
    }
    .section-introduce{
        margin: -20px 10px 35px 10px;
    }
    .section-introduce .col-3 span img{
        margin-right: 6px;
    }
}

.section-partner-m{
    display: none;
}
@media(max-width:768px) {
    .section-partner-m{
        display: block;
    }
    .section-partner{
        display: none;
    }
}

.section-resolve .CH-card-group .CH-card-header{
    padding: 0px;
    margin: 0px;
}
.section-resolve .CH-card-group .CH-card{
    height: 184px;
    position: relative;
    cursor: pointer;
}
.section-resolve .CH-carousel-img-m{
    display: none;
}
.section-resolve .CH-card-group .col-3 + .col-3:before{
    width: 0px;
}
.section-resolve .CH-carousel-container,.section-hard .CH-carousel-container{
    position: relative;
}
.section-resolve .container-contant ,.section-hard .container-contant {
    position: absolute;
    top:52px;
    left: 60px;
    color: #fff;
    width: 556px;
}
.section-resolve .container-contant .CH-carousel-title,.section-hard .container-contant .CH-carousel-title{
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 12px;
    border-bottom: 1px #fff solid;
    margin-bottom: 20px;
    width:194px;
}
.section-resolve .container-contant .CH-carousel-desc,.section-hard .container-contant .CH-carousel-desc{
    line-height: 20px;
    margin-bottom: 36px;
}
.section-resolve .container-contant .CH-list .CH-list-item,.section-hard .container-contant .CH-list .CH-list-item{
    color: #fff;
}
.section-resolve .section-case-product{
    margin-top: 36px;
    font-size: 16px;
}
.section-resolve .section-case-product a{
    color: #fff;
    margin-right: 13px;
}
.section-resolve .section-case-product a:hover{
    /* color: #3171ff; */
    text-decoration: underline;
}
.section-resolve .CH-list .CH-list-item:before{
    background: #fff;
}
.section-resolve .CH-carousel-button,.section-hard .CH-carousel-button{
    margin-top: 41px;
    width: 100px;
    height: 30px;
    border-radius: 15px;
    border: 1px #e0e0e0 solid;
    background: #fff;
    color: #212121;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.section-resolve .player-pc,.section-hard .player-pc{
    position: absolute;
    right: 202px;
    top: 187px;
    width: 64px;
}
.section-resolve .CH-card-footer{
    margin-top: -32px;
}
.section-resolve-m{
    display: none;
}
.section-resolve .CH-container-scroll-box{
    margin-bottom: 20px;
    width: 1200px;
    height: 420px;
    overflow: hidden;
}
.section-resolve .container-contant .CH-carousel-button a{
    color: #4762FE;
}
.section-resolve .row{
    margin-left: -20px;
}
.section-resolve .row .col-3{
    padding-left: 20px;
}
.section-resolve .CH-carousel-container{
    position: relative;
}
.section-resolve .jianbian{
    position: absolute;
    left: 0px;
    top: 0px;
}
.section-resolve .container-contant{
    z-index: 2;
}
.section-resolve .CH-card-contant{
    position: absolute;
    left: 0px;
    bottom:0px;
    width: 100%;
    height: 100%;
    background: url(https://img1.jcloudcs.com/portal/channel/iot/pc/jianbian.png) no-repeat;
    background-size: 285px 184px;
}
.section-resolve .CH-card-contant-hover {
    background: url(https://img1.jcloudcs.com/portal/channel/iot/pc/jianbian-dianji.png) no-repeat;
    background-size: 285px 184px;
}
.section-resolve .CH-card-contant p{
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    width: 100%;
}
.section-resolve .CH-card-contant-hover p{
    bottom: 50px;
}
.section-resolve .CH-card-contant-hover p:before,.section-resolve .CH-card-contant-hover p:after{
    content: "";
    width: 52px;
    border-top: 1px #fff solid; 
    display: inline-block;
    vertical-align: middle;
}
.section-resolve .CH-card-contant-hover p:before{margin-right: 14px;}
.section-resolve .CH-card-contant-hover p:after{margin-left: 14px;}
.hidden{
    display: none;
}
@media(max-width:768px) {
    .section-resolve .CH-card-group .CH-card{
        width: auto;
    }
    .section-resolve-m{
        display: block;
    }
    .section-resolve{
        display: none;
    }
    .section-resolve-m .CH-card{
        position: relative;
        height: 234px;
        overflow: hidden;
    }
    .section-resolve-m .container-contant{
        position: absolute;
        top: 25px;
        left: 10px;
        right: 10px;
        color: #fff;
        width: 232px;
    }
    .section-resolve-m .CH-carousel-title{
        font-size: 16px;
        padding-bottom: 6px;
        border-bottom: 1px #ddd solid;
        width: fit-content;
        margin-bottom: 10px;
    }
    .section-resolve-m .CH-carousel-desc{
        line-height: 20px;
        margin-bottom: 13px;
        height: 60px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .section-resolve-m .section-case-product{
        margin-bottom: 10px;
    }
    .section-resolve-m .section-case-product a{
        color: #fff;
        margin-right: 10px;
    }
    .section-resolve-m .section-case-product a:hover{
        color: #4762fe;
    }
    .section-resolve-m .CH-carousel-button{
        width: 146px;
        height: 32px;
        background: #fff;
        border: none;
        border-radius: 16px;
        color: #212121;
        display: inline-block;
        text-align: center;
        line-height: 32px;
        font-size: 14px;
    }
    .section-resolve-m .player-m{
        width: 32px;
        margin-left: 25px;
        margin-top: -5px;
    }
    .section-resolve-m .col-3 {
        /* margin-bottom: 10px; */
    }
    .section-resolve-m .section-case-product {
        height: 35px;
    }
    .section-resolve-m .CH-carousel-button a{
        color: #4762fe;
    }
    .section-resolve-m .CH-section-body{
        background: #fff;
        padding-top: 20px;
    }
    /* .section-resolve-m .CH-card-group .CH-card{
        margin: 15px 10px 15px 10px
    } */
}

/*智能硬件*/

.section-hard .CH-card-group .CH-card {
    height: 420px;
    width: 286px;
}
.section-hard .CH-card-group .CH-card-header{
    margin: 0px;
    padding: 0px;
}
.section-hard .CH-card-title.is-icon{
    padding: 10px 0px 16 0px;
    margin-bottom: 10px;
    border-bottom: 1px #eeeeee solid;
}
.section-hard .CH-list .CH-list-item{
    color: #989898;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.section-hard .CH-card-price {
    margin-top: 13px;
    font-weight: 400;
}
.section-hard .CH-card-group .col-3 + .col-3:before{
    width: 0px;
}
.section-hard .CH-card-price sub{
    margin-left: 5px;
}
.section-hard .container-contant .CH-carousel-title{
    width: 100px;
    margin-bottom: 35px;
}
.section-hard .container-contant{
    top: 72px;
}
.section-hard .container-contant .CH-carousel-desc{
    margin-bottom: 0px;
}
.section-hard .container-m{
    display: none;
}
.section-hard .container-pc{
    margin-bottom: 20px;
}
.section-hard .CH-card-footer .CH-card-button-primary a{
    color: #fff;
}
.section-hard .CH-carousel-button a{
    color: #4762fe;
}
.section-hard .player-pc {
    top: 132px;
}
.section-hard .row{
    margin-left: -20px;
}
.section-hard .row .col-3{
    padding-left: 20px;
}
@media(max-width:768px) {
    .section-hard{
        display: block;
    }
    .section-hard .CH-card-group .CH-card{
        width: auto;
    }
    .section-hard .container-pc{
        display: none;
    }
    .section-hard .container-m{
        display: block;
    }
    .section-hard .CH-card-group .container-m .CH-card{
        height: 400px;
    }
    .section-hard .CH-card-title.is-icon{
        padding-bottom: 5px;
    }
    .section-hard .container-m .CH-card-title.is-icon{
        border: none;
        font-weight: 600;
        margin: 17px 0px 15px 0px;
        padding: 0;
        line-height: normal;
    }
    .section-hard .container-m .CH-carousel-button{
        display: block;
        margin: 42px auto 0px auto;
        color: #fff;
    }
    .section-hard .CH-carousel-button{
        background-color: #4762fe;
    }
    .section-hard .CH-carousel-button a{
        color: #fff;
    }
    .section-hard .container-m .CH-card-header{
        position: relative;
    }
    .section-hard .container-m .player{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 32px;
        margin-left: -16px;
        margin-top: -16px;
    }
}
.section-cases .CH-container-scroll-box{
    height: 412px;
}
.section-cases .swiper-slide{
    display: inline-block;
    width: 168px;
    margin-right: 16px;
}
.section-cases .CH-carousel-type-2{
    height: 72px;
}
.section-cases .section-case-button,.section-firstScreen .CH-carousel-button{
    border:none;
}
.section-cases .CH-container-imageText{
    padding: 20px 20px 20px 30px;
}
.section-cases .col-content{
    margin-right: 625px;
}
.section-cases .col-image{
 width: 565px;
}
.section-cases .col-image img{
    width: 565px;
}
.section-cases .CH-carousel-type-2{
    height: 146px;
    line-height: 146px;
    margin: 0px;
    border-bottom: 1px #eee solid;
}
.section-cases .swiper-slide{
    height: 68px;
}
.section-cases .section-case-button a{
    color: #fff;
}
.section-cases .CH-carousel-type-2 .swiper-slide{
    cursor: pointer;
}

.section-industry .CH-carousel-container .CH-carousel-button{
    border: none;
    padding: 0px;
}
.section-industry .CH-carousel-container .CH-carousel-button{
    color: #fff;
}
.section-industry .CH-carousel-container .CH-carousel-button:hover{
    /* color:#3171ff; */
    background: none;
    text-decoration: underline;
}
.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 .CH-carousel-type-6 {
    width: 1200px;
    height: 240px;
}
.fl7 .CH-carousel-type-6.swiper-container-horizontal > .swiper-pagination-bullets {
    left: 0;
    bottom: 16px;
    text-align: center;
}
.fl7 .row{
    margin-top: 20px;
}
.fl7 .col-3{
    text-align: center;
}
@media (max-width: 768px){
.fl7 .CH-carousel-type-6 {
    width: auto;
    height: 320px;
}
.fl7 .CH-panel{
    margin: 0px 10px;
}
}
.CH-carousel-type-6 .swiper-pagination-bullet {
    background-color: #eff1ff;
    border-radius: 2px;
    height: 4px;
    width: 22px;
    opacity: 1;
}
.CH-carousel-type-6 .swiper-pagination-bullet-active{
    background-color: #97a7fe;
}
/* 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;
   }
  }

.section-industry .CH-carousel-type-4 .CH-carousel-title{
    line-height: 40px;
}
.section-industry .CH-container-imageText .col-content dd{
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.section-introduce .CH-container-imageText .row{
    margin-left: -30px;
}
.section-cases .CH-card:hover,.section-cases .CH-card.is-selected{
    box-shadow: 3px 6px 9px 2px rgba(236, 241, 250, 0.95);
    z-index: 1;
}
.section-resolve .row{
    height: 200px;
}
.section-resolve .CH-card.is-selected{
    box-shadow: 7px 7px 8px 0px rgba(26,89,190,0.3);
    z-index: 1;
}

.section-resolve .CH-card.is-selected .CH-card-contant {
    background: url(https://img1.jcloudcs.com/portal/channel/iot/pc/jianbian-dianji.png) no-repeat;
    background-size: 285px 184px;
}

.section-resolve .CH-card.is-selected .CH-card-contant p {
    bottom: 50px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    width: 100%;
}

.section-resolve .CH-card.is-selected .CH-card-contant p:before,
.section-resolve .CH-card.is-selected .CH-card-contant p:after{
    content: "";
    width: 52px;
    border-top: 1px #fff solid; 
    display: inline-block;
    vertical-align: middle;
}

.section-resolve .CH-card.is-selected p:before{margin-right: 14px;}
.section-resolve .CH-card.is-selected p:after{margin-left: 14px;}
@media (max-width: 768px) {
    .section-introduce .CH-container-imageText .row{
        margin-left: 0px;
    }
    .section-hard .CH-card-group .CH-card-body{
        margin: 12px 10px;
    }
    .section-case-m .section-case-product strong a{
        font-size: 12px;
    }
    .section-case-m .CH-container-imageText .col-content{
        padding: 10px;
    }
    .section-industry .col-content{
        margin-top: -20px;
    }
    .section-industry .CH-carousel-type-4 .CH-carousel-title{
        line-height: 20px;
        font-size: 14px;
    }
    .section-industry .CH-carousel-container .CH-carousel-button a{
        font-size: 12px;
    }
    .section-introduce .CH-container-imageText{
        padding: 30px 10px;
    }
    .section-introduce .CH-container-imageText .col-image h3{
        line-height: 14px;
        height: 14px;
        border-left: 2px #4762fe solid;
        margin-bottom: 20px;
    }
    .section-introduce .CH-container-imageText .col-image .contant{
        margin-bottom: 26px;
    }
    .section-introduce .CH-container-imageText .col-content{
        margin-top: 26px;
        padding: 26px 0px 0px 0px;
    }
    .section-introduce .CH-container-imageText .col-content .col-text{
        margin-top: 26px;
        margin-left: 0px;
    }
}
/*按钮 hover*/
.CH-carousel-button:hover{
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #212121;
}
.section-case-button:hover {
    background-color: #5f77ff;
    text-decoration: none;
}
.CH-card-button-primary:hover{
    box-shadow: 0 0 6px 0 rgba(96,103,247,.5);
    color: #fff;
}

/* 顶部跑马灯样式 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: normal;
    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;
    border: 0;
    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 .CH-carousel-button:hover {
    background-color: #5f77ff;
    text-decoration: none;
}

.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: 60px;
    bottom: 30px;
    width: auto;
}

.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-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-img-m {
        display: block; 
        width: auto;
        height: 340px;
        margin: 0 auto;

    }

    .CH-carousel-type-1 .CH-carousel-button {
        padding: 0 45px;
        top: 272px;
        left: calc(50% - 73px);
    }

    .CH-carousel-type-1.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 17px;
        left: 0;
        text-align: center;
        width: 100%;
    }
    .CH-carousel-type-1 .swiper-pagination-bullet {
        height: 2px;
        width: 30px;
    }
    .CH-carousel-type-4 .CH-carousel-img-pc{
        width: 100%;
    }
}
.section-resolve{
    overflow: inherit;
}
.fl7 img{
    width: 170px;
}
@media (max-width: 768px) {
    .CH-carousel-type-4 .CH-carousel-container{
        height: 175px;
        overflow: hidden;
    }
    .fl7 .col-xs-6 {
        text-align: center;
    }
    .section-hard .CH-card-group .CH-card-header{
        height: 184px;
        overflow: hidden;
    }
    .subMenu-box{
        margin: 0px;
    }
    .CH-carousel-type-1 .CH-carousel-button:hover{
        background-color: #4762FE;
    }
    .section-resolve-m .CH-carousel-button:hover{
        background-color: #fff;
        border: none;
    }
    .section-hard .container-m .CH-carousel-button{
        background-color: #4762FE;
        color: #fff;
        border: none;
    }
    .section-case-button:hover{
        background-color: #4762FE;
    }
}
.center{
    margin: 0 auto;
    display: block;
    width: 74px;
}
.right{
    display: inline-block;
    float: right;
    width: 80px;
}