* {
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.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: 60px;
}

@media (max-width: 768px) {
    .CH-section {
        overflow: hidden;
    }
}

.CH-section:last-child {
    margin-bottom: 0;
}

.CH-section > header {
    margin-bottom: 40px;
}

.CH-section > header h1 {
    color: #212121;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    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;
		margin-top:30px;
    }
    .CH-section > header {
        margin-bottom: 20px !important;
    }
    .CH-section > header h1 {
        font-size: 18px;
        line-height: 25px;
		font-weight: 700;
    }
}

.CH-section .CH-section-body .CH-box-link {
    text-align: center;
    padding-top: 40px;
}

.CH-section .CH-section-body .CH-box-link a {
    color: #212121;
    font-size: 14px;
}

.CH-section .CH-section-body .CH-box-link a i {
    font-size: 12px;
}

@media(max-width: 768px) {
    .CH-section .CH-section-body .CH-box-link {
        padding-top: 20px;
    }


.CH-section .CH-section-body .CH-box-link a {
    color: #4762FE;
}
}

/* panel */
.CH-panel {
    background: #FFF;
    border: 1px solid #FFF;
}

/* card */
.CH-card {
    background: #FFF;
    border-style: none;
    height: auto;
    position: relative;
}

.CH-card-img {
    height: 152px;
    width: 100%;
}

.jh-index-plat .CH-card-img img {
    width: 100%;
	height: 152px; /* jh 修改 2020 */
}

.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: 72px;
}

.CH-card-header {
    margin: 0 18px;
    padding: 20px 0 17px 0;
}

.CH-card-header.is-align-center {
    text-align: center;
}

.CH-card-header.is-border-bottom {
    border-bottom: 1px solid #EEE;
}

.CH-card-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
	text-align: center;
}

.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 {
    padding: 16px;
}

.CH-card-body.is-align-center {
    text-align: center;
}

.CH-card-body.is-align-center .CH-list {
    display: inline-block;
}

.CH-card-desc {
    color: #666666;
    line-height: 18px;
    text-align: left;
}

.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 {
    background: #FFF;
    border-radius: 16px;
    color: #212121;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    border: 1px solid #B5B5B5;
    padding: 0 20px;
    line-height: 30px;
    margin-top: 50px;
	width:auto;
}   

.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-button-default:hover {
    border-color:#666;
    color: #212121;
    text-decoration: none;
}  

.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: 132px;
        overflow: hidden;
    }
    .CH-card {
        height: 343px;
    }
    .CH-card-header {
        margin: 0 15px;
        padding: 15px 0;
    }
    .CH-card-title {
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        margin: 0;
    }
    .CH-card-body {
        margin: 10px 5px 15px 5px;
        text-align: center;
    }
    .CH-card-desc {
        text-align: justify;
    }
    .CH-card-button-default {
        margin: 38px auto 0 auto;
    }
    
}

/* tab */
.CH-tab {
    border-bottom: 1px solid #EBEBEB;
    font-size: 0;
    margin-bottom: 40px;
    text-align: center;
}

.CH-tab .CH-tab-item {
    display: inline-block;
    margin: 0 20px;
}

.CH-tab .CH-tab-item a {
    color: #666;
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding: 0 10px 24px 10px;
    position: relative;
}

.CH-tab .CH-tab-item a:hover {
    color: #E55048;
    text-decoration: none;
}

.CH-tab .CH-tab-item.is-selected a {
    color: #E55048;
    font-weight: 600;
}

.CH-tab .CH-tab-item.is-selected a:after {
    content:'';
    position: absolute;
    height: 4px;
    bottom: -1px;
    left: 0;
    right: 0;
    background: #E55048;
}

/* 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 10px 20px 10px;
		height: 180px;
    }

    .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 {
    height: 400px;
    padding: 20px;
    overflow: hidden;
}

.CH-container-imageText .col-image {
    float: left;
    width: 480px;
}

.CH-container-imageText .col-image img {
    width: 100%;
}

.CH-container-imageText .col-content {
    margin-left: 510px;
    height: 360px;
}

.CH-container-imageText .col-content dl {
    height: 49%;
}

.CH-container-imageText .col-content dl + dl {
    border-top: 1px solid #F0F0F0 ;
}

.CH-container-imageText .col-content dt {
    color: #212121;
    font-size: 22px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 8px;
}

.CH-container-imageText .col-content dd {
    color: #666;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
}
*/
@media (max-width: 768px) {
    .CH-container-imageText {
        padding: 0;
        height: auto;
    }
    
    .CH-container-imageText .col-image {
        float: none;
        width: 100%;
    }
    .CH-container-imageText .col-image img {
        width: 100%;
    }
    
    .CH-container-imageText .col-content {
        margin-left: 0;
        padding: 20px 0 0 0;
        width: 100%;
        height: auto;
    }

    .CH-container-imageText .col-content dl {
        height: auto;
        padding: 0 10px;
    }
    
    .CH-container-imageText .col-content dl + dl {
        border-top: 0;
        padding-top: 20px;
    }
    
    .CH-container-imageText .col-content dt {
        color: #212121;
        font-size: 14px;
        font-family: PingFangSC-Medium;
        line-height: 20px;
        margin-bottom: 10px;
        padding: 0;
    }
    
    .CH-container-imageText .col-content dd {
        font-size: 12px;
        line-height: 18px;
        font-family: PingFangSC-Regular;
    }
}

/* 顶部跑马灯样式 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 */

.CH-carousel-type-2 {
    height: 60px; 
    margin-top: 20px;
    text-align: center;
}

.CH-carousel-type-2 .swiper-button-next,
.CH-carousel-type-2 .swiper-button-prev {
   height: 23px;
   width: 13px;
   top: 40px;
}

.CH-carousel-type-2 .swiper-button-next:after, 
.CH-carousel-type-2 .swiper-button-prev:after {
   color: #D5D5D5;
   font-size: 18px;
   font-weight: bold;
}

@media (max-width: 768px) {
    .CH-carousel-type-2 {
        display: none;
    }
}


/* 合作伙伴跑马灯样式 CH-carousel-type-3 */

.section-cooperation .CH-section-body {
    background: #D2AC66 url(https://img1.jcloudcs.com/portal/channel/finance/bg-hezuohuoban.png) no-repeat center bottom;
    height: 230px;
    padding-top: 42px;
}

.section-cooperation button {
    background: #FFF;
    border: 0;
    border-radius: 16px;
    color: #212121;
    display: block;
    height: 32px;
    line-height: 32px;
    margin: 40px auto 0 auto;
    padding: 0 30px;
}

.CH-carousel-type-3 {
    width: 1160px; 
    height: 84px;
 }

.CH-carousel-type-3 .swiper-button-next,
.CH-carousel-type-3 .swiper-button-prev {
    height: 23px;
    width: 13px;
}

.CH-carousel-type-3 .swiper-button-next:after, 
.CH-carousel-type-3 .swiper-button-prev:after {
    color: #FFF;
    font-size: 23px;
}

.CH-carousel-type-3 .container-slide {
    margin: 0 auto;
    width: 1000px;
}

.CH-carousel-type-3 .container-slide .box-logo {
     float: left;
     width: 170px;
}

.CH-carousel-type-3 .container-slide .box-content {
    color: #FFF;
     margin-left: 255px;
     text-align: left;
}

.CH-carousel-type-3 .container-slide .box-content h4 {
    font-size: 18px;
    line-height: 24px;
}

.CH-carousel-type-3 .container-slide .box-content p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

@media (max-width: 768px) { 
    .section-cooperation .CH-section-body {
        height: 280px;
        padding-top: 0px;
    }

    .section-cooperation button {
        margin-top: 10px;
    }

    .CH-carousel-type-3 {
        margin: 0 15px;
        width: auto; 
        height: 220px;
    }

    .CH-carousel-type-3 .swiper-button-next,
    .CH-carousel-type-3 .swiper-button-prev {
        height: 23px;
        width: 13px;
        top: 60px;
    }

    .CH-carousel-type-3 .swiper-button-next:after, 
    .CH-carousel-type-3 .swiper-button-prev:after {
        color: #FFF;
        font-size: 14px;
    }

    .CH-carousel-type-3 .container-slide {
        margin: 0 auto;
        width: 90%;
    }

    .CH-carousel-type-3 .container-slide .box-logo {
        float: none;
        margin: 0 auto;
        padding-top: 22px;
        padding-bottom: 20px;
        width: auto;
        height: 104px;
        text-align: center;
    }

    .CH-carousel-type-3 .container-slide .box-logo img {
        height: 100%;
    }

    .CH-carousel-type-3 .container-slide .box-content {
        margin-left: 0;
        text-align: center;
    }

    .CH-carousel-type-3 .container-slide .box-content h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .CH-carousel-type-3 .container-slide .box-content p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 12px;
        margin-bottom: 28px;
    }
}

/* 新闻动态跑马灯样式 CH-carousel-type-4 */

.CH-carousel-type-4 {
    background-color: #FFF;
    height: 315px;
    width: 510px;
}

.CH-carousel-type-4 .CH-carousel-container {
    position: relative;
    text-align: left;
}

.CH-carousel-type-4 .CH-carousel-title {
    color: #FFF;
    font-size: 22px;
    line-height: 30px;
    left: 42px;
    position: absolute;
    right: 40px;
    top: 40px;
} 

.CH-carousel-type-4 .CH-carousel-date {
    color: #666;
    font-size: 12px;
    line-height: 16px;
    left: 42px;
    position: absolute;
    top: 108px;
} 

.CH-carousel-type-4 .CH-carousel-button {
    background: transparent;
    border-radius: 16px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    height: 32px;
    left: 42px;
    line-height: 30px;
    padding: 0 20px;
    position: absolute;
    top: 165px;
}

.CH-carousel-type-4 .CH-carousel-img-pc {
    display: block;
}

.CH-carousel-type-4 .swiper-pagination-bullet {
    background-color: #EFF1FF;
    border-radius: 2px;
    height: 4px;
    width: 22px;
    opacity: 1;
}

.CH-carousel-type-4 .swiper-pagination-bullet-active {
    background-color: #97A7FE;
}

.CH-carousel-type-4.swiper-container-horizontal > .swiper-pagination-bullets {
    opacity: 1;
    text-align: left;
    left: 42px;
    bottom: 34px;
}

.CH-carousel-type-4 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

@media (max-width: 768px) {
    .CH-carousel-type-4 {
        height: 175px;
        width: 100%;
    }

    .CH-carousel-type-4 .CH-carousel-title {
        color: #FFF;
        font-size: 13px;
        line-height: 18px;
        left: 16px;
        right: 60px;
        top: 18px;
    } 

    .CH-carousel-type-4 .CH-carousel-date {
        display: none;
    }

    .CH-carousel-type-4 .CH-carousel-button {
        left: 16px;
        top: 120px;
    }

    .CH-carousel-type-4 .swiper-pagination-bullet {
        height: 2px;
        left: 16px;
        width: 11px;
    }

    .CH-carousel-type-4.swiper-container-horizontal > .swiper-pagination-bullets {
        left: 16px;
    }

    .CH-carousel-type-4 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 1px;
    }
}

.CH-carousel-type-5 {
    height: 315px;
}

.CH-carousel-type-5 .swiper-slide {
    width: 272px;
}


/* 首屏布局 */

.section-firstScreen {
    overflow: hidden;
}

.section-firstScreen .col-carousel {
    float: left;
    height: 320px;
    width: 940px
}

.section-firstScreen .col-broadcast {
    float: right;
    height: 320px;
    width: 240px;
}

@media (max-width: 768px) {
    .section-firstScreen .col-carousel {
        float: none;
        height: 340px;
        width: 100%;
    }

    .section-firstScreen .col-broadcast {
        float: none;
        height: 305px;
        margin-top: 10px;
        width: 100%;
    }
}


/* 首屏新闻板 */
.CH-card-broadcast {
    background: #FFF url(https://img1.jcloudcs.com/portal/channel/supply/bg-news-pc.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 {
    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/supply/bg-news-m.png) no-repeat center bottom;
        background-size: 100%; 
        float: none;
        height: 305px;
        padding: 18px 20px;
    }
}

.CH-collapse {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.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;
    padding: 20px 6px;/* jh-2020 添加 */
}

.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;
}

/* jh-2020 添加 */
.CH-collapse-item.is-selected .jc-icon-my-down:before {
    border: 2px solid #4762FE;
	border-top: none;
    border-right: none;
	top:10px;
	right:0px;
}
/* jh-2020 添加 */
.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-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-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-card-colorheader {
    height: 230px;
}

.CH-card-colorheader .CH-card-header {
    background: url(https://img1.jcloudcs.com/portal/channel/supply/bg-header-pc.png) no-repeat;
    height: 90px;
    padding: 0;
    margin: 0;
}
.CH-card-colorheader .CH-card-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 90px;
    padding-left: 30px;
}

.CH-card-colorheader .CH-card-body {
    margin: 30px;
}

.CH-card-colorheader .CH-card-body p {
    color: #666;
    font-size: 14px;
    height: auto;
    line-height: 22px;
    margin: 0;
}

@media(max-width:768px) {

    .section-advantage .row + .row {
        margin-top: 0;
    }

    .CH-card-colorheader {
        border-left: 4px solid #E55048;
        min-height: 106px;
        height: auto;
        margin-bottom: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .CH-card-colorheader .CH-card-header {
        background: none;
        height: auto;
        padding-top: 20px;
        padding-bottom: 10px;

    }
    .CH-card-colorheader .CH-card-title {
        color: #212121;
        font-size: 14px;
        font-family: PingFangSC-Medium, sans-serif;
        line-height: 20px;
        margin-bottom: 0;
        padding-left: 15px;
    }
    .CH-card-colorheader .CH-card-body {
        margin: 0;
        padding-left: 15px;
        padding-bottom: 20px;
        padding-right: 15px;
    }
    
    .CH-card-colorheader .CH-card-body p {
        font-size: 12px;
        line-height: 18px;
    }
}


.section-tec .CH-card {
    height: auto;
    padding-bottom: 0px;
	margin-bottom: 10px;
}
.section-tec .CH-card .CH-card-icon {
    height: 100px;
}
.section-tec .CH-card .CH-card-header {
    padding-top: 30px;
    padding-bottom: 10px;
}
.section-tec .CH-card .CH-card-title {
    font-size: 18px;
}
.section-tec .CH-card .CH-card-body {
    margin: 0;
}
.section-tec .CH-card li {
    color: #666;
    line-height: 24px;
}

@media(max-width:768px) {
    .section-tec .row  {
        margin-left: 10px;
        margin-right: 10px;
    }
    .section-tec .row .col-xs-6 {
        padding: 5px;
    }
    .section-tec .CH-card {
        height: 120px;
		border-right: 1px solid #efefef;
		
    }
	.section-tec .CH-gutter-20 > *[class^="col-"] {
    padding: 0 0px;
}
    .section-tec .CH-card .CH-card-icon {
        height: 70px;
    }
    .section-tec .CH-card .CH-card-icon img {
        height: 50px;
        width: 50px;
    }
    .section-tec .CH-card .CH-card-header {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .section-tec .CH-card .CH-card-title {
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
    }
    .section-tec .CH-card li {
        line-height: 22px;
        font-size: 12px;
        font-family: PingFangSC-Light;
    }
}

/* 楼层3 */
.ai-fl3 .row .col-3{
    width: 264px;
}
.ai-nf-item{
    box-sizing: border-box;
    padding-left: 20px;
    height: 380px;
    background:  #FFF url(https://img1.jcloudcs.com/portal/channel/supply/bg-fl3.png) no-repeat center bottom;
    background-size: cover;
}
.ai-nf-item b{
    position: relative;
    display: inline-block;
    margin: 20px 0;
    font-size: 18px;
    line-height: 28px;
    color: #E94C35;
}
.ai-nf-item b:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 4px;
    height: 56px;
    background:rgba(233,76,53,1);
}
.ai-nf-item p{
    height: 200px;
    padding-top: 20px;
    padding-right: 20px;
    border-top: 1px solid #fff;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    opacity: 0.6;
    text-align: justify;
}
.ai-nf-item .jdc-btn-ai {
    font-size: 14px;
    line-height: 30px;
    width:96px;
    height:32px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,1);
    display: inline-block;
    text-align: center;
    color: #fff;
}

.ai-nf-item .jdc-btn-ai:hover {
    background: #fff;
    color: #212121;
    text-decoration: none;
}

.ai-nf-item2 .jdc-btn-ai2 {
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    width:96px;
    height:32px;
    border-radius:20px;
    border:1px solid #b5b5b5;
    color: #212121;
    text-align: center;
}

.ai-nf-item2 .jdc-btn-ai2:hover {
    border: 1px solid #666;
    box-shadow: none;
    text-decoration: none;
}
.ai-nf-item2{
    box-sizing: border-box;
    height: 380px;
    background: #fff;
}
.slide-item{
    padding: 35px 0 0 55px;
}
.ai-nf-item2 dl{
    z-index: 1000;
}
.ai-nf-item2 dl dt{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    font-weight: 600;
    margin-bottom: 20px;
}
.ai-nf-item2 dl dd{
    margin-bottom: 38px;
    padding-right: 60px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    min-height: 44px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ai-nf-item2 dl dt:after{
    content: "";
    position: absolute;
    top: 9px;
    left: -15px;
    border-radius: 50%;
    width:4px;
    height:4px;
    background:rgba(225,37,27,1);
}
/* 楼层6 */
.ai-fl6 .row .col-3{
    width: 264px;
}
.ai-fl6 .ai-nf-item b:after{
 height: 32px;
}
.ai-fl6 .ai-nf-item{
    background-image: url(../images/ai/bg-ai-fl6.png);
    height: 503px;
}
.customer-case{}
.customer-case span{
    display: block;
    margin-top: 70px;
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    opacity: 0.6;
}
.customer-case .cust-logo a{
    display: inline-block;
    margin-right: 8px;
    margin-top: 8px;
}
.cust-item{
    box-sizing: border-box;
    padding: 20px 0 0 36px;
    background-color: #fff;
}
.cust-item .cust-item-t .items{
    position: relative;
    padding:15px 0 15px 99px;
    /* margin-bottom: 18px; */
    margin: 4px;
}
.cust-item .cust-item-t .items:hover{
    box-shadow: 4px 0 8px 0 rgba(71,98,254,.15);
}
.cust-item .cust-item-t .items:hover a{
    text-decoration: underline;
}
.cust-item .cust-item-t .items:hover dl dt{
    font-size: 16px;
}
.cust-item .cust-item-t .items img {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 64px;
    height: 64px;
}
.cust-item .cust-item-t .items dl dt{
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 18px;
    color: #212121;
    font-weight: 600;
}
.cust-item .cust-item-t .items dl dd{
    margin-bottom: 16px;
    padding-right: 27px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    min-height: 60px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.cust-item .cust-item-t .items .link-view {
    display: inline-block;
    font-size: 14px;
    color: #212121;
}

.cust-item .cust-item-t .items .link-view:hover {
    color: #212121;
}

.cust-item .cust-item-t .items .link-view i {
    font-size: 14px;
}
.cust-item .cust-item-b{
    padding-top: 27px;
    border-top: 1px solid #eee;
}
.cust-item .cust-item-b .items{
    position: relative;
    margin-bottom: 16px;
    padding-left: 65px;
    display: table;
    height: 40px;
    line-height: 40px;
    width: 100%;
}
.cust-item .cust-item-b .items .items-cell{
    display: table-cell;
    vertical-align: middle;
}
.cust-item .cust-item-b .row .col-3{
    width: 25%;
}
.cust-item .cust-item-b .items i{
    position: absolute;
    top:0px;
    left:15px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #3171ff;
    padding-left: 6px;
}

.cust-item .cust-item-b .items .items-cell a{
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #212121;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ai-nf-item2 .swiper-container .swiper-pagination-bullet{
    width: 20px;
    height: 2px;
    border-radius: 3px;
}

.ai-nf-item2 .cust-item  dl dt:after{
    display: none;
}

@media (max-width: 768px) {
    .ai-nf{
        margin: 0;
    }
    .m-hide{
        display: none;
    }
    .ai-nf-item{
        padding-bottom: 0;
        padding-right: 15px;
        padding-left: 15px;
        height: 236px;
    }
    h3{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .ai-fl3 .row .col-xs-12,.ai-fl6 .row .col-xs-12{
        width: 100%;
    }
    .ai-nf-item b{
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 15px;
    }
    .ai-nf-item b:after{
        width: 4px;
        height: 42px;
        left: -15px;
    }
    .ai-nf-item p{
        padding-top: 15px;
        padding-right: 0;
        margin-bottom: 20px;
        border-top: 1px solid rgba(235,239,248,0.6);
        font-size: 12px;
        line-height: 18px;
        color: #fff;
        height: auto;
        opacity: 1;
        font-family: PingFangSC-Light;
    }
    .ai-nf-item .jdc-btn-ai,.ai-nf-item2 .jdc-btn-ai2{
        display: block;
        margin: 26px auto 0 auto;
    }
    .ai-nf-item2{
        padding: 15px;
        height: auto;
    }
    .slide-item{
        padding: 0;
    }
    .ai-nf-item2 dl {
        padding: 15px 0 15px 14px;
        border-top: 1px solid #eee;
    }

    .ai-nf-item2 .col-xs-12:first-child dl {
        padding-top: 0;
        border-top: 0;
    }

    .ai-nf-item2 dl dt{
        font-size: 14px!important;
        line-height: 20px!important;
        margin-bottom: 8px!important;
        font-family: PingFangSC-Medium;
    }
    .ai-nf-item2 dl dd{
        padding-right: 0;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
        min-height: 18px;
        max-height: 36px;
        font-family: PingFangSC-Light;
    }
    .ai-nf-item2 dl dt:after{
        left: -14px;
        top: 8px;
    }
    /* 楼层6 */
    .ai-fl6 .ai-nf-item{
        height: auto;
    }
    .customer-case span{
        margin: 10px 0;
        font-size: 14px;
    }
    .customer-case .cust-logo a{
        margin-top: 0;
    }
    .cust-item{
        padding: 0;
        height: auto;
    }
    .cust-item .cust-item-t{
        padding: 0;
    }

    .cust-item .cust-item-t .items img {
        width: 40px;
        height: 40px;
        left: 0;
        top: 15px;
    }
    .cust-item .cust-item-t .items dl dd{
        padding-right: 0;
        -webkit-line-clamp: 2;
        min-height: 36px!important;
        color: #666!important;
        font-family: PingFangSC-Light!important;
        margin-bottom: 8px!important;
    }
    /* .cust-item .cust-item-t .items .link-view{
        text-decoration: underline;
    } */

    .cust-item .cust-item-t .items .link-view {
        font-size: 14px;
        color: #4762fe;
    }

    .cust-item .cust-item-t .items .link-view i {
        display: none;
    }

    .cust-item .cust-item-b{
        padding: 20px 0;
    }
    .cust-item .cust-item-t .items {
        padding: 12px 0;
        margin: 0;
        border-top: 1px solid #eee;
    }
    .cust-item .cust-item-t .items i{
        display: none;
    }
    .cust-item .cust-item-t .items:hover {
        box-shadow: none;
    }
    .cust-item .cust-item-b .row .col-xs-6{
        width: 50%;
    }
    .cust-item .cust-item-b .items{
        display: block;
        padding: 0 15px;
        margin-bottom: 9px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .cust-item .cust-item-b .items i {
        display: none;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: -10px;
    }

    .ai-nf-item2 .cust-item dl {
        padding: 0 0 0 55px;
        border: 0;
    }

    .ai-nf-item2 .cust-item  dl dt:after{
        display: none;
    }

    .ai-nf-item2 .cust-item dl dd {
        padding-right: 0;
        -webkit-line-clamp: 2;
        line-height: 18px!important;
        min-height: 36px!important;
        margin-bottom: 12px!important;
    }

    .ai-nf-item2 .cust-item .link-view {
        margin-left: 55px;
        color: #4762FE;
    }

    .ai-nf-item2 .cust-item .col-xs-12:first-child .items {
        padding-top: 0;
        border: 0;
    }

    .ai-nf-item2 .cust-item .col-xs-12:first-child .items img {
        top: 0;
    }
}

.box-diagram {
    padding: 30px;
    text-align: center;
}

.box-diagram:hover {
    box-shadow: 0 0 8px 0 rgba(71, 98, 254, 15%);
}

.box-diagram img {
    height: 475px;
}

@media(max-width: 768px) {
    .box-diagram {
        box-shadow: none;
        padding: 15px 20px;
    }

    .box-diagram img {
        height: auto;
        width: 100%;
    }
}

.CH-container-textImage {
    overflow: hidden;
}

.CH-container-textImage h4 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 16px;
}

.CH-container-textImage .col-content {
    float: left;
    width: 525px;
}

.CH-container-textImage .col-content .row {
    padding: 0 0 17px 0;
    margin-bottom: 33px;
}

.CH-container-textImage .col-content .row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.CH-container-textImage .col-content .col-4 {
    font-size: 12px;
    line-height: 40px;
}

.CH-container-textImage .col-content .col-12 {
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 24px;
}

.CH-container-textImage .col-content .col-12:last-child {
    margin-bottom: 0px;
}


.CH-container-textImage .col-content img {
    height: 40px;
    margin-right: 5px;
}

.CH-container-textImage .col-content a {
    color: #666;
}

.CH-container-textImage .col-content a:hover {
  /*  color: #4762FE; */
}


.CH-container-textImage .col-image {
    float: right;
    width: 554px;
}

@media(max-width: 768px) {

    .CH-container-textImage .col-image {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .CH-container-textImage .col-image img {
        width: 100%;
    }

    .CH-container-textImage .col-image h4 {
        color: #212121;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .CH-container-textImage .col-content {
        float: none;
        width: 100%;
    }

    .CH-container-textImage .col-content h4 {
        color: #212121;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .CH-container-textImage .col-content .row {
        padding: 0;
        margin: 0 0 0 15px;
    }

    .CH-container-textImage .col-content .col-xs-6 {
        font-size: 12px;
        margin-bottom: 30px;
    }

    .CH-container-textImage .col-content img {
        margin-right: 8px;
    }

    .CH-container-textImage .col-content a {
        font-weight: 300;
    }
    
}



.section-overflow .CH-panel {
    padding: 40px;
}

.section-overflow {
    display: block;
}

.section-overflow-m {
    display: none;
}

@media(max-width: 768px) {
    .section-overflow {
        display: none;
    }
    
    .section-overflow-m {
        display: block;
    }

    .section-overflow-m .CH-collapse-item-body {
        padding-bottom: 0;
    }
}

.section-app {
    display: block;
}
.section-app-m {
    display: none;
}

@media(max-width: 768px) {
    .section-app {
        display: none;
    }
    .section-app-m {
        display: block;
    }

    .section-app-m .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0;
    }

    .section-app-m .CH-card-desc {
        height: 72px;
    }

    .section-app-m .CH-card-button-default {
        margin-top: 20px;
		font-size: 12px;
    }
}

.CH-carousel-app {
    height: 367px;
}

.CH-carousel-app .CH-card {
    margin: 0 10px;
    box-shadow:0px 0px 8px 0px rgba(71,98,254,0.15);
}

.CH-carousel-app .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}

.CH-carousel-app .swiper-pagination-bullet {
    background-color: #DADFFD;
    border-radius: 2px;
    height: 4px;
    width: 22px;
    opacity: 1;
}

.CH-carousel-app .swiper-pagination-bullet-active {
    background-color: #3281ff;
}

.swiper-base {
    height: 380px;
}

.section-base .swiper-pagination-bullet {
    background-color: #DADFFD;
    border-radius: 2px;
    height: 4px;
    width: 22px;
    opacity: 1;
}

.section-base .swiper-pagination-bullet-active {
    background-color: #4762FE;
}


@media(max-width: 768px) {/* jh 添加 2020-04-20*/
  .CH-collapse-item-body {
    padding: 10px;
	}

}

@media(max-width: 768px) {
    .swiper-base {
        height: 734px;
    }

    .swiper-base .swiper-slide > .row {
        margin: 0 20px;
        height: 710px;
        background: #FFF;
        box-shadow:0px 0px 8px 0px rgba(71,98,254,0.15);
        overflow: hidden;
    }

    .swiper-base.swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0;
    }
}