* {
    box-sizing: border-box;
}

.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%;
    }
}

/* 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;
}

.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-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%;
    height: auto;
}

.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-title {
    color: #212121;
    font-size: 30px;
    line-height: 48px;
    left: 60px;
    position: absolute;
    top: 62px;
} 

.CH-carousel-type-1 .CH-carousel-desc {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    left: 60px;
    position: absolute;
    top: 114px;
} 

.CH-carousel-type-1 .CH-carousel-button {
    background-color: #4762FE;
    border-radius: 16px;
    color: #fff;
    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;
}

.CH-carousel-type-1 .CH-carousel-img-pc {
    display: block;
    width: 100%;
    height: 100%;
}

.CH-carousel-type-1 .CH-carousel-img-m {
    display: none;
}

.CH-carousel-type-1 .swiper-pagination-bullet {
    background-color: #D3D3D3;
    border-radius: 0;
    height: 4px;
    width: 20px;
    opacity: .4;
}

.CH-carousel-type-1 .swiper-pagination-bullet-active {
    background-color: #D3D3D3;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 2px;
}

.CH-carousel-type-1.swiper-container-horizontal > .swiper-pagination-bullets {
    opacity: 1;
    text-align: left;
    left: 58px;
    bottom: 30px;
}

.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-title {
        font-size: 18px;
        line-height: 24px;
        position: static;
    }

    .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;
        margin: 20px auto;
        max-width: 275px;
    }

    .CH-carousel-type-1 .CH-carousel-button {
        margin-top: 26px;
        padding: 0 45px;
        position: static;
    }

    .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/finance/bg-hezuohuoban.png) no-repeat center bottom;
    height: 230px;
    padding-top: 42px;
}

.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;
}

.CH-carousel-type-3 .container-slide .box-content button {
    display: none;
}

@media (max-width: 768px) { 
    .section-cooperation .CH-section-body {
        height: 280px;
        padding-top: 0px;
    }

    .CH-carousel-type-3 {
        margin: 0 15px;
        width: auto; 
        height: 280px;
    }

    .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-3 .container-slide .box-content button {
        background: #FFF;
        border: 0;
        border-radius: 16px;
        color: #212121;
        display: block;
        height: 32px;
        line-height: 32px;
        margin: 0 auto;
        padding: 0 30px;
    }
}

/* 新闻动态跑马灯样式 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: 80px;
    }

    .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/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/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;
    font-weight: 600;
    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;
}

button{
    border:none
}
.btn-round{
    display:inline-block;
    min-width: 96px;
    height: 32px;
    padding: 0 20px;
    border: 1px solid #b5b5b5;
    border-radius: 16px;
    color: #212121;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    transition: all .2s;
}
.btn-round:hover{
    border-color: #666;
    color: #212121;
    text-decoration: none;
}
.CH-carousel-type-2 {
    height: 90px;
    margin: 10px 10px -10px;
    padding: 10px;
    text-align: center;
}
.swiper-slide{
    height: 70px;
}
.CH-container .swiper-slide{
    height: auto;
}
.CH-carousel-type-2 .swiper-button-next, .CH-carousel-type-2 .swiper-button-prev {
    display: none;
    top: 55px;
}

.swiper-slide img{
    height: 70px;
}
.swiper-slide .CH-card-img img{
    height: auto;
}

.swiper-slide:hover, .swiper-slide.is-selected{
    box-shadow: 0 0 8px 0 rgba(71,98,254,.15);
}

.CH-card-broadcast .list-news{
    margin: 0 0 28px;
}
.CH-card-broadcast .list-news:hover .list-news-desc{
    color: #4762FE;
}

.list-news .CH-card-broadcast .list-news-title, .list-news   .CH-card-broadcast .list-news-desc{
    color: #4762FE;
}
.section-firstScreen{
    width: 100%;
    overflow: visible;
    zoom: 1;
}
.section-firstScreen .col-carousel{
    height: auto;
}
.section-firstScreen .col-broadcast{
    float: none;
    height: 440px;
    margin-left: 960px;
}

.CH-card-broadcast{
    height: 440px;
    background: #fff url('https://img1.jcloudcs.com/portal/channel/ai/bg-news.png') center bottom no-repeat;
    background-size: 100% auto;
}

.CH-intro{
    margin: 20px 0 0;
    height: 100px;
}

.CH-intro li{
    float: left;
    margin-right: 20px;
    width: 300px;
    height: 100px;
    background: #fff;
    transition: all .2s;
}
.CH-intro li:last-child{
    margin-right: 0;
}
.CH-intro li div{
    float: left;
    width: 105px;
    height: 100px;
    text-align: center;
}
.CH-intro li div::before{
    content: '';
    display: inline-block;
    width: 0;
    height: 100px;
    vertical-align: middle;
}
.CH-intro li div img{
    max-width: 80px;
    max-height: 64px;
    vertical-align: middle;
}
.CH-intro li  h4{
    color: #212121;
    font-size: 14px;
    line-height: 18px;
    margin: 20px 0 10px;
    transition: all .2s;
}
.CH-intro li  p{
    width: 185px;
    margin-left:105px;
    color: #666;
    font-size: 12px;
    line-height: 18px;
}
.CH-intro li:hover{
    box-shadow: 0 0 8px 0 rgba(71,98,254,.15);
}
.CH-intro li:hover  h4{
    color: #4762FE;
}

@media(max-width:768px) {
    .CH-intro{
        display: none;
    }
    .section-firstScreen .col-broadcast{
        float: none;
        height: auto;
        margin-left: 0;
    }
    .CH-card-broadcast{
        height: auto;
        padding-bottom: 72px;
    }
}

.ai-frame{
    overflow: visible;
}

.ai-custom{background: #fff; height: 380px;}
.ai-custom .ai-custom-info{
    float: left;
    width: 264px;
    height: 380px;
    padding: 24px 0;
    background: url('https://img1.jcloudcs.com/portal/channel/ai/ai-custom-bg.png') center no-repeat;
    background-size: 100% 100%;
}



.ai-custom .ai-custom-info h3{
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    color: #E94C35;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
}
.ai-custom.service .ai-custom-info h3{
    line-height: 32px;
}
.ai-custom .ai-custom-info h3::before{
    content: '';
    display: inline-block;
    position: absolute;
    left:0; top:0; bottom:0;
    width: 4px;
    background: #E94C35;
}
.ai-custom .ai-custom-info p{
    height: 166px;
    margin: 0 0 20px 20px;
    padding: 20px 20px 0 0;
    border-top: 1px solid #D8D8D8;
    color: #fff;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
}

.ai-custom .ai-custom-info h4{
    margin: 0 0 18px;
    padding: 0 0 0 20px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.ai-custom .ai-custom-info a{
    display: block;
    width: 96px;
    height: 32px;
    margin: 0 0 0 20px;
    border: 1px solid #fff;
    border-radius: 16px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    transition: all .2s;
}
.ai-custom .ai-custom-info a:hover{
    background: #fff;
    color: #212121;
}
.ai-custom .ai-custom-detail{
    height: 380px;
    margin: 0 0 0 264px;
    padding: 40px 44px;
}
.ai-custom .ai-custom-detail ul{
    width: 100%;
    overflow: hidden;
}
.ai-custom .ai-custom-detail li{
    float: left;
    width: 44%;
    height: 126px;
    margin: 0 6% 0 0;
}

.ai-custom .ai-custom-detail li h4{
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 18px;
    color: #212121;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.ai-custom .ai-custom-detail li h4::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top:50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-radius: 100%;
    background: #E1251B;
}
.ai-custom .ai-custom-detail li p{
    padding: 0 0 0 18px;
    color: #666;
    font-size: 14px;
    line-height: 22px;
}
.ai-custom .ai-custom-detail a{
    display: block;
    width: 96px;
    height: 32px;
    margin: 0 0 0 18px;
    border: 1px solid #b5b5b5;
    border-radius: 16px;
    color: #212121;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.ai-custom .ai-custom-detail a:hover{
    border-color: #666;
}

.ai-custom.service{
    height: 503px;
}
.ai-custom.service .ai-custom-info{
    height: 503px;
    background: url('https://img1.jcloudcs.com/portal/channel/ai/ai-custom-bg-02.png') center no-repeat;
}
.ai-custom.service .ai-custom-info p{
    height: 244px;
}
.ai-custom.service .ai-custom-info ul{
    padding: 0 0 0 20px;
    overflow: hidden;
}
.ai-custom.service .ai-custom-info ul li{
    float: left;
    margin: 0 16px 8px 0;
}
.ai-custom.service .ai-custom-info ul li a{
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    border: none;
    border-radius: 0;
}
.ai-custom.service .ai-custom-info ul li a:hover{
    background: none;
}
.ai-custom.service .ai-custom-info ul li a img{
    height: 18px;
}
.ai-custom.service .ai-custom-detail{
    padding: 12px 22px 12px 32px;
}
.ai-custom.service .ai-custom-detail ul{
    padding: 8px;
}
.ai-custom.service .ai-custom-detail li{
    position: relative;
    width: 49%;
    height: 150px;
    margin-right: 1%;
    margin-bottom: 18px;
    padding: 15px 26px 15px 98px;
    transition: all .2s;
}
.ai-custom.service .ai-custom-detail li:hover{
    box-shadow: 0 0 8px 0 rgba(71,98,254,.15);
}
.ai-custom.service .ai-custom-detail li img{
    position: absolute;
    left: 20px;
    top: 16px;
    width: 64px;
    height: 64px;
}
.ai-custom.service .ai-custom-detail li h4{
    margin-bottom: 8px;
    padding-left: 0;
}
.ai-custom.service .ai-custom-detail li p{
    height: 60px;
    margin: 0 0 16px;
    padding-left: 0;
    font-size: 12px;
    line-height: 20px;
    overflow: auto;
}
.ai-custom.service .ai-custom-detail li h4::before{
    display: none;
}
.ai-custom.service .ai-custom-detail li a{
    display: inline;
    margin: 0;
    border:none;
    font-size: 14px;
    line-height: 16px;
}
.ai-custom.service .ai-custom-detail li a:hover{
    text-decoration: underline;
}
.ai-custom.service .ai-custom-detail ul.others{
    margin: -8px 0 0 8px;
    padding: 28px 0 0 20px;
    border-top: 1px solid #eee
}
.ai-custom.service .ai-custom-detail ul.others li{
    width: 25%;
    height: auto;
    margin: 0 0 16px;
    padding: 0;
}
.ai-custom.service .ai-custom-detail ul.others li img{
    position: static;
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 16px 0 0;
}
.ai-custom.service .ai-custom-detail ul.others li h4{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 40px;
}
.ai-custom.service .ai-custom-detail ul.others li:hover{
    box-shadow: none;
}

.CH-gutter-20.center{
    padding: 0 16.6666665%;
}

@media(max-width:768px) {
    .serviceSale{
        
    }
    .ai-custom.service{
        height: auto;
    }
    .ai-custom.service .ai-custom-info{
        height: auto;
        padding: 20px 0;
        background: url(https://img1.jcloudcs.com/portal/channel/ai/ai-custom-bg.png) center no-repeat;
        background-size: 100% 100%;
    }
    .ai-custom.service .ai-custom-info h3{
        font-size: 14px;
        line-height: 22px;
    }
    .ai-custom.service .ai-custom-info p{
        height: auto;
        margin: 0 15px 24px;
        padding: 15px 0 0;
        font-size: 12px;
        line-height: 18px;
    }
    .ai-custom .ai-custom-info h4{
        margin: 0 0 12px;
        font-size: 14px;
        line-height: 20px;
    }
    .ai-custom.service .ai-custom-detail {
        padding: 20px 15px;
    }
    .ai-custom.service .ai-custom-detail ul{
        padding: 0;
    }
    .ai-custom.service .ai-custom-detail li {
        float: none;
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 18px;
        padding: 0;
    }
    .ai-custom.service .ai-custom-detail li img{
        display: none;
    }
    .ai-custom.service .ai-custom-detail li p{
        height: auto;
        margin: 0 0 16px;
        padding-left: 0;
        font-size: 12px;
        line-height: 18px;
    }
    .ai-custom.service .ai-custom-detail li a {
        font-size: 14px;
        text-decoration: underline;
        line-height: 20px;
    }
    .ai-custom.service .ai-custom-detail ul.others {
        margin: 0 0 -16px;
        padding: 20px 0 0;
        border-top: 1px solid #eee;
    }
    .ai-custom.service .ai-custom-detail ul.others li {
        float: left;
        width: 50%;
        height: auto;
        margin: 0 0 16px;
        padding: 0;
        font-size: 14px;
        line-height: 20px;
    }
    .ai-custom.service .ai-custom-detail ul.others li a{
        text-decoration: none;
    }
    .ai-custom.service .ai-custom-detail ul.others li h4{
        margin-right: 18px;
        font-size: 14px;
        line-height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.ai-product-frame{
    width: 100%;
    overflow: visible;
}

.CH-section{overflow: visible;}
.CH-section .title-m{display: none;}
@media(max-width:768px) {
    .CH-section{overflow: visible;}
    .CH-section .title-pc{display: none;}
    .CH-section .title-m{display: block;}
    .ai-custom{
        height: auto;
        margin:0 10px;
    }
    .ai-custom .ai-custom-info{
        float: none;
        width: 100%;
        height: auto;
    }
    .ai-custom .ai-custom-info p{
        height: auto;
    }
    .ai-custom .ai-custom-info a{
        display: block;
        margin: 0 auto;
    }
    .ai-custom .ai-custom-detail{
        height: auto;
        margin: 0;
        padding: 20px 15px;
        box-shadow: 0 0 8px 0 rgba(71,98,254,.15);
    }
    .ai-custom .ai-custom-detail li{
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 20px;
    }
    .ai-custom .ai-custom-detail li h4{
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .ai-custom .ai-custom-detail li p{
        font-size: 12px;
        line-height: 18px;
    }
    .ai-custom .ai-custom-detail a{margin: 0 auto;}
}

.ai-product-frame .ai-product-img{
    float:left; 
    width: 808px; 
    height: 392px; 
    margin-right: 16px;
    background: #fff; 
    box-shadow: 0 0 8px 0 rgba(71,98,254,.15); 
    text-align: center;
}
.ai-product-frame .ai-product-img::before{
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.ai-product-frame .ai-product-img img{
    max-width: 90%;
    max-height: 360px;
    vertical-align: middle;
}
.ai-product-frame .ai-product-cnt{
    position: relative;
    width: 376px;
    height: 392px;
    margin: 0 0 0 824px;
    padding: 0 20px;
    background: #fff;
    overflow: hidden;
}
.ai-product-frame .ai-product-cnt::before{
    content: '';
    position: absolute;
    left:0; 
    top: 18px;
    width: 4px;
    height: 40px;
    background: #E94C35;
}
.ai-product-frame .ai-product-cnt h4{
    margin: 18px 0 0;
    color: #E94C35;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}
.ai-product-frame .ai-product-cnt dl{
    padding: 0 0 10px;
}
.ai-product-frame .ai-product-cnt dt{
    padding: 20px 0 4px;
    border-top: 1px solid #eee;
    color: #212121;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}
.ai-product-frame .ai-product-cnt dt:first-child{
    padding-top:12px;
    border-top: none;
}
.ai-product-frame .ai-product-cnt dd{
    margin: 0;
    padding: 0 0 16px 0;
    font-size: 12px;
}
.ai-product-frame .ai-product-cnt dd span{
    display: inline-block;
    position: relative;
    margin: 0 12px 0 0;
    padding: 0 0 0 8px;
    color: #666;
    font-size: 12px;
    line-height: 24px;
    white-space: nowrap;
}
.ai-product-frame .ai-product-cnt dd span::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    margin: -2px 0 0;
    background: #E1251B;
    border-radius: 100%;
}

@media (max-width:768px) {
    .wrap{width: 100%;}
    .ai-product-frame .ai-product-img{
        float: none;
        width: auto;
        height: auto;
        margin: 0 0 10px;
        padding: 0px 0px;
        box-shadow: none;
    }
    .ai-product-frame .ai-product-img::before{
        display: none;
    }
    .ai-product-frame .ai-product-img img{
        width: 100%;
        height: auto;
    }
    .ai-product-frame .ai-product-cnt{
        width: auto;
        height: auto;
        margin: 0 10px;
        padding: 0 15px;
    }
    .ai-product-frame .ai-product-cnt::before {
        top: 8px;
        width: 4px;
        height: 20px;
    }
    .ai-product-frame .ai-product-cnt h4{
        margin: 8px 0 0;
        font-size: 14px;
        line-height: 20px;
    }
    .ai-product-frame .ai-product-cnt dt{
        padding: 10px 0 10px;
        border-top: none;
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
    }
    .ai-product-frame .ai-product-cnt dd {
        margin: 0;
        padding: 0 0 10px 0;
        font-size: 12px;
    }
    .ai-product-frame .ai-product-cnt dd span {
        margin: 0 8px 0 0;
        padding: 0 0 0 8px;
        line-height: 18px;
    }
}

.ai-power{padding: 0;}
.ai-power-m{display: none;}

.ai-power .ai-power-tab{
    margin: 0;
    padding: 0 12px 32px;
    text-align: center;
    overflow: hidden;
}
.ai-power .ai-power-tab li{
    list-style: none;
    float: left;
    width: 168px;
    margin: 0;
    text-align: center;
}
.ai-power .ai-power-tab li i{
    display: inline-block;
    height: 64px;
    margin: 0 0 16px;
}
.ai-power .ai-power-tab li i img{
    width: 64px;
    height: 64px;
    
}
.ai-power .ai-power-tab li span{
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 18px;
    transition: all .2s;
}
.ai-power .ai-power-tab li.sel span{
    color: #212121;
    font-weight: bold;
}
.ai-power .ai-power-box{
    position: relative;
    margin: 0 auto;
    width: 1160px;
    height: 246px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(71,98,254,.15);
}

.ai-power .ai-power-box::before{
    content: '';
    position: absolute;
    left: 76px;
    width: 0;
    height: 0;
    margin: -12px 0 0 -12px;
    border: 12px solid #fff;
    border-width: 0 12px 12px;
    border-color: #fff transparent;
    transition: all .2s;
}
.ai-power .ai-power-box .ai-power-box-scroll-box{
    width: 1160px;
    height: 246px;
    overflow: hidden;
}
.ai-power .ai-power-box .ai-power-box-scroll-box .ai-power-box-scroll{
    width: 8120px;
    transition: all .2s;
}
.ai-power .ai-power-box .ai-power-box-scroll-box .ai-power-box-scroll .ai-power-box-column{
    float: left;
    width: 1160px;
    height: 246px;
    overflow: hidden;
}

.ai-power .ai-power-box.sel2::before{
    left: 244px;
}
.ai-power .ai-power-box.sel2 .ai-power-box-scroll-box .ai-power-box-scroll{
    margin-left: -1160px;
}
.ai-power .ai-power-box.sel3::before{
    left: 412px;
}
.ai-power .ai-power-box.sel3 .ai-power-box-scroll-box .ai-power-box-scroll{
    margin-left: -2320px;
}
.ai-power .ai-power-box.sel4::before{
    left: 580px;
}
.ai-power .ai-power-box.sel4 .ai-power-box-scroll-box .ai-power-box-scroll{
    margin-left: -3480px;
}
.ai-power .ai-power-box.sel5::before{
    left: 748px;
}
.ai-power .ai-power-box.sel5 .ai-power-box-scroll-box .ai-power-box-scroll{
    margin-left: -4640px;
}
.ai-power .ai-power-box.sel6::before{
    left: 916px;
}
.ai-power .ai-power-box.sel6 .ai-power-box-scroll-box .ai-power-box-scroll{
    margin-left: -5800px;
}
.ai-power .ai-power-box.sel7::before{
    left: 1084px;
}
.ai-power .ai-power-box.sel7 .ai-power-box-scroll-box .ai-power-box-scroll{
    margin-left: -6960px;
}

.ai-power .ai-power-box .ai-power-cnt-col{
    float: left;
    width: 33%;
    height: 246px;
    padding: 24px 28px;
    box-sizing: border-box;
}
.ai-power .ai-power-box .ai-power-cnt-col.col1{
    position: relative;
    width: 31%;
}
.ai-power .ai-power-box .ai-power-cnt-col.col2{
    width: 34%;
    padding: 40px 0 0;
}
.ai-power .ai-power-box .ai-power-cnt-col.col1 h4{
    margin: 0 0 8px;
    color:#212121;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}
.ai-power .ai-power-box .ai-power-cnt-col.col1 p{
    color: #999;
    font-size: 12px;
    line-height: 20px;
    overflow-y: auto;
}
.ai-power .ai-power-box .ai-power-cnt-col.col1 div{
    position: absolute;
    left:28px;
    right: 28px;
    bottom: 24px;
    line-height: 20px;
}
.ai-power .ai-power-box .ai-power-cnt-col.col1 div strong{
    color: #212121;
    font-size: 14px;
    font-weight: normal;
}
.ai-power .ai-power-box .ai-power-cnt-col.col2 li{
    list-style: none;
    float: left;
    margin: 0 10px 14px 0;
}
.ai-power .ai-power-box .ai-power-cnt-col.col2 li a{
    display: inline-block;
    width: 114px;
    height: 30px;
    border: 1px solid #b5b5b5;
    border-radius: 16px;
    color: #666;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    transition: color .2s;
}
.ai-power .ai-power-box .ai-power-cnt-col.col2 li a.sel, .ai-power .ai-power-box .ai-power-cnt-col.col2 li a:hover{
    color: #212121;
    border-color: #666;
}
.ai-power .ai-power-box .ai-power-cnt-col.col3{
    width: 35%;
    height: 214px;
    margin: 16px 0;
    padding: 0 28px;
    border-left: 1px solid #eee;
    overflow: hidden;
}
.ai-power .ai-power-box .ai-power-cnt-col.col3 h4{
    margin: 8px 0 8px;
    color: #212121;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}
.ai-power .ai-power-box .ai-power-cnt-col.col3 p{
    height: 60px;
    margin:0 0 10px;
    color: #999;
    font-size: 12px;
    line-height: 20px;
    overflow: auto;
}
.ai-power .ai-power-box .ai-power-cnt-col.col3 .ai-power-cnt-link{
    margin: 0 0 8px;
    line-height: 20px;
}
.ai-power .ai-power-box .ai-power-cnt-col.col3 .ai-power-cnt-link strong{
    color: #212121;
    font-size: 12px;
    font-weight: normal;
    margin: 0 8px 0 0;
}
.ai-power .ai-power-box .ai-power-cnt-col.col3 .ai-power-cnt-btn{
    margin: 0 0 18px;
}
.ai-power .ai-power-box .ai-power-cnt-col.col3 .ai-power-cnt-btn a{
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #b5b5b5;
    border-radius: 16px;
    color: #212121;
    font-size: 14px;
    line-height: 30px;
}
.ai-power .ai-power-box .ai-power-cnt-col.col3 .ai-power-cnt-btn a:hover{
    border-color: #666;
}
.ai-power .ai-power-box .ai-power-cnt-col.col3 .ai-power-cnt-case{
    width: 100%;
    overflow: hidden;
}
.ai-power .ai-power-box .ai-power-cnt-col.col3 .ai-power-cnt-case h4{
    float: left;
    margin: 0 30px 0 0;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}
.ai-power .ai-power-box .ai-power-cnt-col.col3 .ai-power-cnt-case ul{
    float: left;
}
.ai-power .ai-power-box .ai-power-cnt-col.col3 .ai-power-cnt-case li{
    list-style: none;
    float: left;
    margin: 0 20px 0 0;
}
.ai-power .ai-power-box .ai-power-cnt-col.col3 .ai-power-cnt-case img{
    height: 24px;
}
.ai-power .ai-power-box .ai-power-cnt-col.col3 .ai-power-cnt-scroll{
    transition: all .2s;
}
.ai-power .ai-power-box .ai-power-cnt-col.col3 .ai-power-cnt-scroll.sel1{}
.ai-power .ai-power-box .ai-power-cnt-col.col3 .ai-power-cnt-scroll.sel2{
    margin-top: -246px;
}
.ai-power .ai-power-box .ai-power-cnt-col.col3 .ai-power-cnt-scroll.sel3{
    margin-top: -492px;
}
@media (max-width:768px) {
    .ai-power{display: none;}
    .ai-power-m{
        display: block;
        margin: 20px 0 0;
    }
    .ai-power-m li a.ai-power-m-link{
        display: block;
        position: relative;
        height: 50px;
        padding: 0 20px;
        border-bottom: 1px solid #eee;
        background: #fff;
        color: #212121;
        font-size: 14px;
        line-height: 50px;
        transition: all .2s;
    }
    .ai-power-m li a.ai-power-m-link::before{
        content: '';
        display: inline-block;
        position: absolute;
        right: 24px;
        top: 50%;
        width: 10px;
        height: 10px;
        border: 1px solid #122121;
        border-width: 1px 1px 0 0;
        transform: translate(0, -70%) rotate(135deg);
        transition: all .2s;
    }
    .ai-power-m li .ai-power-m-box{
        height: 0;
        overflow: hidden;
        transition: all .2s;
    }
    .ai-power-m li .ai-power-m-cnt{
        margin: 20px;
        padding: 20px;
        background: #fff;
    }
    .ai-power-m li .ai-power-m-cnt p{
        margin: 0 0 12px;
        color: #666;
        font-size: 12px;
        line-height: 18px;
    }
    .ai-power-m li .ai-power-m-cnt .ai-power-m-rank{
        margin: 0 0 20px;
        color: #212121;
        font-size: 14px;
        line-height: 20px;
    }
    .ai-power-m li .ai-power-m-cnt .ai-power-m-rank strong{
        font-weight: normal;
    }
    .ai-power-m li .ai-power-m-cnt ul.ai-power-m-point{
        margin: 0 -10px 10px;
        text-align: left;
        overflow: hidden;
        zoom: 1;
    }
    .ai-power-m li .ai-power-m-cnt ul.ai-power-m-point li{
        float: left;
        width: 30%;
        height: 26px;
        margin: 0 0 10px 2.5%;
        border: 1px solid #b5b5b5;
        border-radius: 14px;
    }
    .ai-power-m li .ai-power-m-cnt ul.ai-power-m-point li a{
        display: inline-block;
        width: 94%;
        margin: 0 3%;
        color: #666;
        font-size: 12px;
        text-align: center;
        line-height: 24px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }
    .ai-power-m li .ai-power-m-cnt ul.ai-power-m-point li a.sel{
        color: #212121;
    }
    .ai-power-m li .ai-power-m-cnt .ai-power-m-info{
        margin: 0 -20px;
        padding: 20px 20px 0;
        border-top:1px solid #eee;
        overflow: hidden;
    }
    .ai-power-m li .ai-power-m-cnt .ai-power-m-info h4{
        margin: 0 0 10px;
        color: #212121;
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
    }
    .ai-power-m li .ai-power-m-cnt .ai-power-m-info .ai-power-cnt-link{
        margin: 0 0 20px;
        line-height: 18px;
    }
    .ai-power-m li .ai-power-m-cnt .ai-power-m-info .ai-power-cnt-link a{
        margin: 0 8px 0 0;
        color: #212121;
        font-size: 12px;
    }
    .ai-power-m li .ai-power-m-cnt .ai-power-m-info .ai-power-cnt-case{
        width: 100%;
        margin: 0 0 20px;
        overflow: hidden;
    }
    .ai-power-m li .ai-power-m-cnt .ai-power-m-info .ai-power-cnt-case h4{
        float: left;
        margin: 0 8px 0 0;
        color: #212121;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
    }
    .ai-power-m li .ai-power-m-cnt .ai-power-m-info .ai-power-cnt-case ul{
        float: left;
    }
    .ai-power-m li .ai-power-m-cnt .ai-power-m-info .ai-power-cnt-case li{
        float: left;
        margin: 0 20px 0 0;
    }
    .ai-power-m li .ai-power-m-cnt .ai-power-m-info .ai-power-cnt-case li img{
        height: 20px;
    }
    .ai-power-m li .ai-power-m-cnt .ai-power-m-info .ai-power-cnt-btn{
        text-align: center;
    }
    .ai-power-m li .ai-power-m-cnt .ai-power-m-info .ai-power-cnt-btn a{
        display: inline-block;
        height: 26px;
        padding: 0 20px;
        border: 1px solid #b5b5b5;
        border-radius: 14px;
        color: #666;
        font-size: 12px;
        text-align: center;
        line-height: 26px;
    }
    .ai-power-m li.open a.ai-power-m-link{
        color: #4762FE;
    }
    .ai-power-m li.open a.ai-power-m-link::before{
        border-color: #4762FE;
        transform: translate(0, -30%) rotate(315deg);
    }
}

.ai-net{
    margin: 20px 0 0;
    background: #fff;
    overflow: hidden;
}
.ai-net-m{display: none;}
.ai-net .ai-net-tab{
    float: left;
    width: 264px;
    margin: -1px 0 0;
}
.ai-net .ai-net-tab a{
    display: block;
    width: 264px;
    height: 52px;
    background: #fbfbfb;
    border:1px solid #eee;
    border-width: 1px 1px 0 0;
    color: #666;
    font-size: 16px;
    text-align: center;
    line-height: 51px;
    transition: all .2s;
}
.ai-net .ai-net-tab a.sel{
    position: relative;
    background: #fff;
    color: #E94C35;
    font-weight: bold;
    border-right: 1px solid #fff;
}
.ai-net .ai-net-tab a.sel::before{
    content: '';
    display: inline-block;
    position: absolute;
    left:0; top:0;
    width: 4px;
    height: 51px;
    background: #E94C35;
}
.ai-net .ai-net-cnt{
    height: 415px;
    margin: 0 0 0 246px;
    overflow: hidden;
}
.ai-net .ai-net-cnt .ai-net-cnt-scroll{
    transition: all .2s;
}
.ai-net .ai-net-cnt.sel2  .ai-net-cnt-scroll{margin-top: -415px;}
.ai-net .ai-net-cnt.sel3  .ai-net-cnt-scroll{margin-top: -830px;}
.ai-net .ai-net-cnt.sel4  .ai-net-cnt-scroll{margin-top: -1245px;}
.ai-net .ai-net-cnt.sel5  .ai-net-cnt-scroll{margin-top: -1660px;}
.ai-net .ai-net-cnt.sel6  .ai-net-cnt-scroll{margin-top: -2075px;}
.ai-net .ai-net-cnt.sel7  .ai-net-cnt-scroll{margin-top: -2490px;}
.ai-net .ai-net-cnt.sel8  .ai-net-cnt-scroll{margin-top: -2905px;}
.ai-net .ai-net-cnt .ai-net-cnt-column{
    width: 100%;
    height: 415px;
    overflow: hidden;
}
.ai-net .ai-net-cnt .ai-net-cnt-txt{
    position: relative;
    float: left;
    width: 346px;
    height: 415px;
    padding: 26px 28px;
}
.ai-net .ai-net-cnt .ai-net-cnt-txt h4{
    margin: 0 0 18px;
    color: #212121;
    font-size: 16px;
    line-height: 22px;
}
.ai-net .ai-net-cnt .ai-net-cnt-txt p{
    margin: 0 0 72px;
    color: #999;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    overflow-y: auto;
}
.ai-net .ai-net-cnt .ai-net-cnt-txt .ai-net-cnt-btn{
    position: absolute;
    left: 28px;
    bottom: 32px;
}
.ai-net .ai-net-cnt .ai-net-cnt-txt .ai-net-cnt-btn a{
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #b5b5b5;
    border-radius: 16px;
    color: #212121;
    font-size: 14px;
    line-height: 30px;
}
.ai-net .ai-net-cnt .ai-net-cnt-txt .ai-net-cnt-btn a:hover{
    border-color: #666;
}
.ai-net .ai-net-cnt .ai-net-cnt-txt .ai-net-cnt-case h4{
    margin: 0 0 18px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
}
.ai-net .ai-net-cnt .ai-net-cnt-txt .ai-net-cnt-case ul{
    width: 100%;
    overflow: hidden;
}
.ai-net .ai-net-cnt .ai-net-cnt-txt .ai-net-cnt-case li{
    float: left;
    margin: 0 32px 16px 0;
}
.ai-net .ai-net-cnt .ai-net-cnt-txt .ai-net-cnt-case li img{
    height: 28px;
}
.ai-net .ai-net-cnt .ai-net-cnt-img{
    padding:28px 28px 28px 0
}
.ai-net .ai-net-cnt .ai-net-cnt-img img{
    width: 560px;
    height: 359px;
}

@media (max-width:768px) {
    .ai-net{display: none;}
    .ai-net-m{
        display: block;
        margin: 20px 0 0;
    }
    .ai-net-m li a.ai-net-m-link{
        display: block;
        position: relative;
        height: 50px;
        padding: 0 20px;
        border-bottom: 1px solid #eee;
        background: #fff;
        color: #212121;
        font-size: 14px;
        line-height: 50px;
        transition: all .2s;
    }
    .ai-net-m li a.ai-net-m-link::before{
        content: '';
        display: inline-block;
        position: absolute;
        right: 24px;
        top: 50%;
        width: 10px;
        height: 10px;
        border: 1px solid #122121;
        border-width: 1px 1px 0 0;
        transform: translate(0, -70%) rotate(135deg);
        transition: all .2s;
    }
    .ai-net-m li.open a.ai-net-m-link{
        color: #4762FE;
    }
    .ai-net-m li.open a.ai-net-m-link::before{
        border-color: #4762FE;
        transform: translate(0, -30%) rotate(315deg);
    }
    .ai-net-m li .ai-net-m-box{
        height: 0;
        overflow: hidden;
        transition: all .2s;
    }
    .ai-net-m li .ai-net-m-cnt{
        margin: 20px;
        padding: 0;
        background: #fff;
        overflow: hidden;
    }
    .ai-net-m li .ai-net-m-cnt img{
        width: 100%;
        margin: 0 0 20px;
    }
    .ai-net-m li .ai-net-m-cnt p{
        margin: 0 0 20px;
        padding: 0 16px;
        color: #666;
        font-size: 12px;
        line-height: 18px;
    }
    .ai-net-m li .ai-net-m-cnt .ai-net-m-case{
        margin: 0 0 10px;
        padding: 0 16px;
    }
    .ai-net-m li .ai-net-m-cnt .ai-net-m-case h4{
        margin: 0 0 10px;
        color: #333;
        font-size: 12px;
        line-height: 24px;
    }
    .ai-net-m li .ai-net-m-cnt .ai-net-m-case ul{
        width: 100%;
        overflow: hidden;
    }
    .ai-net-m li .ai-net-m-cnt .ai-net-m-case li{
        float: left;
        height: 18px;
        margin: 0 26px 10px 0;
    }
    .ai-net-m li .ai-net-m-cnt .ai-net-m-case li img{
        width: auto;
        height: 18px;
    }
    .ai-net-m li .ai-net-m-cnt .ai-power-cnt-btn{
        margin: 0 0 20px;
        text-align: center;
    }
    .ai-net-m li .ai-net-m-cnt .ai-power-cnt-btn a{
        display: inline-block;
        padding: 0 20px;
        border: 1px solid #b5b5b5;
        border-radius: 16px;
        color: #212121;
        font-size: 14px;
        line-height: 30px;
    }
}

.supplyChain-frame{
    width: 1200px;
    margin: 20px 0 0;
    padding: 32px 0;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(71,98,254,.15);
    text-align: center;
}
.supplyChain-frame img{
    height: 476px;
}

@media (max-width:768px) {
    .supplyChain-frame{
        width: 100%;
        padding: 15px 20px;
        box-shadow: none;
        box-sizing: border-box;
    }
    .supplyChain-frame img{
        width: 100%;
        height: auto;
    }
}

.section-solution .CH-tab .CH-tab-item{
    width: 120px;
}
.section-solution .CH-tab .CH-tab-item a{
    padding-bottom: 14px;
    transition: all .2s;
}
.section-solution .CH-tab .CH-tab-item a::after{
    content: '';
    position: absolute;
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #E1251B;
    opacity: 0;
    transition: all .2s;
}
.section-solution .CH-tab .CH-tab-item.is-selected a,
.section-solution .CH-tab .CH-tab-item a:hover{
    color: #E1251B;
}
.section-solution .CH-tab .CH-tab-item.is-selected a::after,
.section-solution .CH-tab .CH-tab-item a:hover::after{
    opacity: 1;
}
.section-solution .CH-card{
    transition: all .2s;
}
.section-solution .CH-card:hover{
    box-shadow: 0 0 8px 0 rgba(71,98,254,.15);
}

.section-solution .CH-card-desc{
    height: auto;
    margin-bottom: 40px;
    -webkit-line-clamp: 3
}
@media (max-width:768px) {
    .section-solution-m .CH-scroll-box{
        width: 100%;
        height: 0;
        overflow: hidden;
        transition: all .2s;
    }
    .section-solution-m .ch-scroll-column{
        float: left;
        width: 375px;
        padding: 20px 20px 44px;
    }
    .section-solution-m .CH-scroll{
        width: 300%;
        overflow: hidden;
        transition: all .2s;
    }
    .section-solution-m .CH-scroll-navi{
        height: 4px;
        padding: 0;
        margin: 0 0 10px;
        text-align: center;
        line-height: 4px;
    }

    .section-solution-m .CH-scroll-navi span{
        display: inline-block;
        width: 22px;
        height: 4px;
        margin: 0 6px;
        border-radius: 2px;
        background: #6C81FE;
        vertical-align: top;
    }
    .section-solution-m .CH-scroll-navi a.is-selected{
        background: #4762FE;
    }
    .section-solution-m .CH-scroll-navi a span{display: none;}
    .section-solution-m .CH-card{
        float: left;
        box-shadow: 0 0 8px 0 rgba(71,98,254,.15);
    }
    .section-solution-m .CH-card-desc{
        height: auto;
        margin-bottom: 40px;
        -webkit-line-clamp: 3
    }
    .section-solution-m .CH-card-body div{
        padding: 0 0 20px;
        text-align: center;
    }
}

.institute .CH-section-body{
    background: url('https://img1.jcloudcs.com/portal/channel/ai/ai-institute-bg.png') center top repeat-x;
    background-size: auto 230px;
}
.institute .CH-section-body .CH-section-header{
    padding: 46px 110px 0;
}
.institute .CH-section-body .CH-section-header img{
    float: left;
    height: 72px;
    margin: 0 70px 0 0;
}
.institute .CH-section-body .CH-section-header h3{
    margin: 0 0 20px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
.institute .CH-section-body .CH-section-header p{
    margin: 0 0 42px;
    color: #fff;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    overflow: hidden;
}
.institute .CH-section-body .CH-section-detail{
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
}
.institute .CH-section-body .CH-section-detail li{
    float: left;
    width: 384px;
    height: 308px;
    padding: 40px 0 0;
    margin-right: 24px;
    background: #fff;
    text-align: center;
}
.institute .CH-section-body .CH-section-detail li:last-child{
    margin-right: 0;
}
.institute .CH-section-body .CH-section-detail li img{
    height: 86px;
    margin: 0 0 30px;
}
.institute .CH-section-body .CH-section-detail li h4{
    margin: 0 0 10px;
    color: #212121;
    font-size: 20px;
    line-height: 28px;
}
.institute .CH-section-body .CH-section-detail li p{
    color: #666;
    font-size: 13px;
    line-height: 28px;
}
.institute .CH-section-body .CH-section-link{
    margin: 0 0 20px;
    text-align: center;
}
.institute .CH-section-body .CH-section-link a{
    font-size: 14px;
}
.institute .CH-section-body .CH-section-link a:hover{
    color: #212121;
    text-decoration: underline;
}

@media (max-width:768px) {
    .institute .CH-section-body{
        background: url('https://img1.jcloudcs.com/portal/channel/ai/ai-institute-bg-m.png') center top repeat-x;
        background-size: 100% auto;
    }
    .institute .CH-section-body .CH-section-header{
        padding: 32px 20px 0;
        text-align: center;
    }
    .institute .CH-section-body .CH-section-header img{
        float: none;
        height: 32px;
        margin: 0 0 32px;
    }
    .institute .CH-section-body .CH-section-header h3{
        margin: 0 0 12px;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
    }
    .institute .CH-section-body .CH-section-header p{
        margin: 0 0 20px;
        color: #fff;
        font-size: 12px;
        text-align: justify;
        line-height: 18px;
        overflow: hidden;
    }
    .institute .CH-section-body .CH-section-detail{
        width: 100%;
        margin: 0 0 20px;
        padding: 0 20px;
        overflow: hidden;
    }
    .institute .CH-section-body .CH-section-detail li{
        width: 31%;
        height: auto;
        margin: 0 3.5% 0 0;
        padding: 15px 8px;
    }
    .institute .CH-section-body .CH-section-detail li:last-child{
        margin-left: 0;
    }
    .institute .CH-section-body .CH-section-detail li img{
        height: 50px;
        margin: 0 0 14px;
    }
    .institute .CH-section-body .CH-section-detail li h4{
        font-size: 12px;
        line-height: 18px;
    }
    .institute .CH-section-body .CH-section-detail li p{
        display: none;
    }
}

.section-case .section-case-product{
    margin: 0 0 72px;
}
.section-case .section-case-product a:hover{
    color: #212121;
    text-decoration: underline;
}

.section-case .section-case-link a{
    margin: 0 16px 0 0;
}
.section-case .section-case-link a:hover{
    color: #212121;
    text-decoration: underline;
}

.section-case .section-case-link a.btn-round:hover{
    text-decoration: none;
}

.CH-carousel-button{
    display: inline-block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    outline: none;
}

@media (max-width:768px) { 
    .CH-carousel-type-1 .CH-carousel-img-m{
        max-width: 90%;
        height: auto;
        margin: 20px auto -110px;
    }
    .CH-collapse-item-body{
        display: block;
        padding: 0;
        border-bottom: none;
    }
    .is-selected .CH-collapse-item-body{

    }
    .CH-collapse-item-body .CH-scroll-box{
        height: 0;
        overflow: hidden;
        transition: all .2s;
    }
    .CH-collapse-item-body .CH-scroll{
        padding: 20px;
    }
}

.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 strong {
   margin-left: 20px;
   font-weight: normal;
}

@media(max-width: 768px) {
    .section-case-m .col-image {
        padding: 0;
        overflow: hidden;
        width: 100%;
    }
    .section-case-m .col-image img{
        width: 100%;
        height: auto;
    }
    .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: 13px; 
        line-height: 18px;
        margin-bottom: 10px;
        padding-left: 12px;
        position: relative;
        min-width: 40%;
    }

    .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{
        line-height: 24px;
    }
    .section-case-m .section-case-product label {
        margin: 0 8px 0 0;
    }

    .section-case-m .section-case-product strong {
        color: #4762FE;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        margin-right: 30px;
    }

    .section-case-m .section-case-button {
        background-color: #4762FE;
        border-radius: 16px;
        color: #fff;
        display: block;
        width: 40%;
        height: 32px;
        margin: 35px auto 0 auto;
        text-align: center;
        line-height: 32px;
    }
}

.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;
}

.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-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-finance {
    display: block;
}
.section-finance-m {
    display: none;
}
@media(max-width:768px) {
    .section-finance {
        display: none;
    }
    .section-finance-m {
        display: block;
    }
}

.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;
}

@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;
    }
}