body{
    min-width:1280px;
}
@media (min-width: 768px){
    .container {
        width: 1280px;
    }
}
.h4-title{
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    color: #223266;
    position: relative;
    z-index: 1;
}
.h4-title>span{
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    font-size: 120px;
    font-weight: 400;
    text-align: center;
    color: #F2F7FC;
    z-index: -1;

}
.h4-title>span.active{
    color: #ffffff;
}
.h4-title>span:after{
    content: "";
    position: absolute;
    top: 78px;
    left: calc(50% - 12px);
    right: 0;
    bottom: 0;
    height: 4px;
    width: 36px;
    background: #000000;
    text-align: center;
}


.h4-desc{
    color: #5b5b5b;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin:16px 0;
}
.section-list-box .container{
  padding-top: 84px;
}

/*************banner***********************/

.section-banner{
    position: relative;
    width: 100%;
    height: 600px;
    background-size: cover !important;
    background: url(/pc/img/ymd/banner.png) no-repeat center center;
    color: #ffffff;
}
.section-banner .index-banner-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 73px;
}
.section-banner .index-banner-content .title{
    padding-top:116px;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
}
.section-banner .index-banner-content .vc-title{
    height: 50px;
    line-height: 50px;
    font-size: 38px;
    font-weight: 600;
    margin: 30px 0;
}

.section-banner .index-banner-content .vc-desc{
    font-size: 20px;
    line-height: 50px;
}
.section-banner .index-banner-content .index-banner-btn a{
    margin-top: 25px;
    width: 160px;
    height: 46px;
    opacity: 1;
    background: #ffffff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #2A68FF;
    line-height: 46px;
    display: inline-block;
    transition: all 0.6s;
}
.index-banner-btn a:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.section-cross-border-business{
    background: #ffffff;
}
.section-cross-border-business .main-box .content-box{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.section-cross-border-business .main-box .content-box .list-box{
    min-height: 200px;
    background: #FFFFFF;
    box-shadow: 0 8px 16px 0 rgba(18,57,144,0.08);
    border-radius: 8px;
    width:32%;
    padding:12px 20px 32px 32px;
    color: #223266;
}
.section-cross-border-business .main-box .content-box .list-box .title-box{
    font-weight: 400;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
}
.section-cross-border-business .main-box .content-box .list-box .title-box:before{
    position: absolute;
    left:0;
    bottom: 0;
    content:'';
    width: 38px;
    height: 3px;
    background: #3073FF;
}
.section-cross-border-business .main-box .content-box .list-box .title-box img{
    width: 72px;
    height: 72px;
}
.section-cross-border-business .main-box .content-box .list-box .desc-box{
    position: relative;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
    margin-top: 20px;
    height: 75px;
    overflow: hidden;
}
.section-cross-border-business .main-box .content-box .list-box .desc-box .desc1{
    height: 75px;
    font-size: 16px;
    font-weight: 400;
}


/*********************************易面单系统*********************************************/
.section-our-products-box{
    position:relative;
    text-align: left;
    background: #eef5fa;
}

.section-our-products-box .main-box .list-box{
    display: flex;
    align-items: center;
}
.section-our-products-box .main-box .list-box:nth-child(1){
    padding-top: 30px;
}
.section-our-products-box .main-box .list-box .left-box{
    width: 50%;
    z-index:2;
}
.section-our-products-box .main-box .list-box .left-box:nth-child(odd){
    padding-right: 28px;
}
.section-our-products-box .main-box .list-box .left-box:nth-child(2n){
    padding-left: 28px;
}

.section-our-products-box .main-box .list-box .left-box .max-title{
    line-height: 48px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 32px;
    color: #191C27;
}
.section-our-products-box .main-box .list-box .left-box .title-list{
    line-height: 22px;
    margin-bottom: 20px;
}
.section-our-products-box .main-box .list-box .left-box .title{
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #505668;
}
.section-our-products-box .main-box .list-box .left-box .desc-box{
    padding-left: 30px;
    font-weight: 500;
    font-size: 16px;
    color: #505668;
    line-height:22px;
}
.section-our-products-box .main-box .list-box .section-btn{
    border-radius: 4px;
    border: 1px solid #2468F2;
    background: #FBFBFF;
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #2468F2;
}
.section-our-products-box .main-box .list-box .section-btn:hover{
    background: #3272F2;
    color:#fff;
}
.section-our-products-box .main-box .list-box .right-box{
    position:relative;
    z-index:2;
}
.section-our-products-box .main-box .list-box .right-box img{
    /*width: 688px;*/
}
.section-our-products-box-two{
    padding-bottom: 84px;
}

.section-product-powerful-function{
    background:rgba(248, 249, 255, 1);
    margin-bottom:84px;
    background: #ffffff;
}
.section-product-powerful-function .nav-box{
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 322px;
    height: 56px;
    border-radius: 32px;
    opacity: 1;
    border: 1px solid #2a68ff;
    background: #ffffff;
    margin: 30px auto;
    padding: 0 2px;
}
.section-product-powerful-function .nav-box li{
    width: 50%;
    height: 50px;
    border-radius: 33px;
    opacity: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.section-product-powerful-function .nav-box li .title{
    font-size: 16px;
    font-weight: 600;
    color: #223266;
    line-height: 22px;
}

.section-product-powerful-function .nav-box li.active{
    background: linear-gradient(90deg, #2a68ff 0%, #72c6fb 99%);
}
.section-product-powerful-function .nav-box li.active .title{
    background:unset;
    color: #fff;
}

/*客户案例区*/
.section-case .swiper-container{
    width: 92%;
}
.section-case .container{
    position: relative;
}
.section-title {
    color: #223266;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
}
.section-case{
    padding-top: 60px;

    background-color: #ffffff;
}
.section-case .content-box{
    border-radius: 8px;
    opacity: 1;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    padding: 25px 28px;
    height: 100%;
    margin: 0 2px;
}
.section-case .img-box{
    color: rgb(34, 50, 102);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.section-case .img-box img{
    height: 25px;
    margin-right: 10px;
}
.section-case .title-box{
    margin-top: 20px;
    color: rgb(34, 50, 102);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}
.section-case .desc-box{
    margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color:rgba(34, 50, 102, 1);
    line-height: 24px;
}
.section-case .swiper-container{
    padding-top: 30px;
    padding-bottom: 40px;
}
.section-case .swiper-wrapper{
    height: 230px;
}
.section-case .swiper-button-prev, .section-case .swiper-button-next{
    font-size: 18px;
    color: #2A68FF;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    bottom: 0;
    box-shadow: 0 0 6px 0 rgba(46, 94, 255, 0.1);
    background: #00000014;
}
.section-case .fa{
    margin: 0;
}


/************************************/
.section-enterprise{
    background:url('/pc/img/ymd/channels/bg_brand.png') no-repeat center;
    background-size:100% 576px;
    height:576px;
}
.section-enterprise .h4-title{
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 38px;
}
.section-enterprise .h5-desc{
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin: 16px auto;
}
.section-enterprise .main-box{
    margin-top: 30px;
}
.section-enterprise .main-box .content-list-box:nth-child(2){
    display:none;
}
.section-enterprise .main-box .logo-content-list{
    width: 100%;
    display: flex;
    overflow: hidden;
}

.section-enterprise .main-box .logo-list{
    display: flex;
}
.section-enterprise .main-box .logo-content-list:nth-child(1) .logo-list{
    animation: paomadeng 24s linear infinite;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.section-enterprise .main-box .logo-content-list:nth-child(2) .logo-list{
    animation: paomadengTwo 24s linear infinite;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.section-enterprise .main-box .logo-content-list:nth-child(3) .logo-list{
    animation: paomadeng 24s linear infinite;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.section-enterprise .main-box .logo-content-list:nth-child(4) .logo-list{
    animation: paomadengTwo 24s linear infinite;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.section-enterprise .main-box .logo-list span{
    width: 180px;
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0 8px 15px 0 rgba(55,85,152,0.07);
    border-radius: 12px;
    margin: 0 20px 20px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}
.section-enterprise .main-box .logo-list span img{
    max-width: 120px;
    max-height: 64px;
}
@keyframes paomadeng {
    from {
        transform: translateX(0%);
        -ms-transform: translateX(0%); /* IE 9 */
        -moz-transform: translateX(0%); /* Firefox */
        -webkit-transform: translateX(0%); /* Safari å’Œ Chrome */
        -o-transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
        -ms-transform: translateX(-100%); /* IE 9 */
        -moz-transform: translateX(-100%); /* Firefox */
        -webkit-transform: translateX(-100%); /* Safari å’Œ Chrome */
        -o-transform: translateX(-100%);
    }
}
@keyframes paomadengTwo {
    from {
        transform: translateX(-100%);
        -ms-transform: translateX(-100%); /* IE 9 */
        -moz-transform: translateX(-100%); /* Firefox */
        -webkit-transform: translateX(-100%); /* Safari å’Œ Chrome */
        -o-transform: translateX(-100%);

    }

    to {
        transform: translateX(0%);
        -ms-transform: translateX(0%); /* IE 9 */
        -moz-transform: translateX(0%); /* Firefox */
        -webkit-transform: translateX(0%); /* Safari å’Œ Chrome */
        -o-transform: translateX(0%);
    }
}
.section-enterprise .main-box li:nth-child(2){
    margin-left: -104px;
}



/*公司logo区*/
.section-company-logo{
    background: rgba(255, 255, 255, 1);
    padding: 0 0 60px 0;
}
.section-company-logo .logo-content-list{
    width: 100%;
    display: flex;
    overflow: hidden;
}
.section-company-logo .logo-content-list .logo-list{
    display: flex;
    animation: paomadeng 60s linear infinite;
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
}
.section-company-logo .logo-content-list span{
    display: inline-block;
}
.section-company-logo .logo-content-list span img{
    margin:0 8px;
    max-height: 60px;
}
@keyframes paomadeng {
    from {
        transform: translateX(0%);
        -ms-transform: translateX(0%); /* IE 9 */
        -moz-transform: translateX(0%); /* Firefox */
        -webkit-transform: translateX(0%); /* Safari å’Œ Chrome */
        -o-transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
        -ms-transform: translateX(-100%); /* IE 9 */
        -moz-transform: translateX(-100%); /* Firefox */
        -webkit-transform: translateX(-100%); /* Safari å’Œ Chrome */
        -o-transform: translateX(-100%);
    }
}


