header{
    background: rgba(255, 255, 255, 0);
}
body{
    background:#f8fafb;
}
.header-nav-main-box{
    height: 0;
}
.section-title{
    height: 40px;
    font-size: 28px;
    font-weight: 600;
    color: #223266;
    line-height: 40px;
    margin-top: 28px;
    text-align: center;
}
.section-vc-title{
    font-size: 12px;
    font-weight: 400;
    color: #2468F2;
    line-height: 30px;
    width: 160px;
    height: 30px;
    background: #F0F7FF;
    border-radius: 15px;
    text-align: center;
    background: rgba(240, 247, 255, 1);
    margin: auto;
}
.home-common-a-btn{
    position: relative;
    z-index: 1;
}
.home-common-a-btn:before{
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    background: #2268f0;
    z-index: -1;
    content: '';
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.home-common-a-btn:hover{
    color: #fff !important;
}
.home-common-a-btn:hover:before{
    width: 100%;
    right: auto;
    left: 0px;
}

/************************************/
.section-banner{
  height: 600px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  background: url("http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2022/02/28/ec_1646038030.png") no-repeat center;
  background-size: cover;
}
.section-banner .img-box{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}

.section-banner .index-banner-content{
    position: relative;
    padding-right: 49%;
    margin-top: 65px;
}
.section-banner .banner_title_1{
    font-size: 42px;
    font-weight: 600;
    color: #223266;
    line-height: 60px;
}
.section-banner .banner_title_2{
    font-size: 42px;
    font-weight: 600;
    color: #223266;
    line-height: 60px;
}
.section-banner .banner_title_3{
    margin-top: 32px;
    font-size: 16px;
    font-weight: 400;
    color: #223266;
    line-height: 28px;
    letter-spacing: 1px;
}

.section-banner .index-banner-btn{
   margin-top: 57px;
   position: relative;
}

.section-banner .index-banner-btn a{
    color: #223266;
    margin-top: 25px;
    width: 140px;
    height: 40px;
    opacity: 1;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.section-banner .index-banner-btn a:first-child{
    border: 1px solid #2268f0;
    color: #ffffff;
}
.section-banner .index-banner-btn a:first-child:before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    background: #2268f0;
    z-index: -1;
    content: '';
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.section-banner .index-banner-btn a:first-child:hover{
    color: #2268f0;
}
.section-banner .index-banner-btn a:first-child:hover:before{
    width: 0;
    left: auto;
    right: -1px;
}
.section-banner .index-banner-content a:nth-child(2){
    margin-left: 20px;
    /*border: 1px solid #000000;*/
    background: #fff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    cursor: unset;
}
.section-banner .index-banner-content a:nth-child(2) img{
    width: 30px;
    margin-right: 10px;
}
.section-banner .index-banner-content a:nth-child(2):hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);

}
.section-banner .banner_weixin_zixun{
    display: none;
    position: absolute;
    top: 25px;
    right: 0px;
    left: 225px;
    margin: auto;
    width: 170px;
    text-align: center;
    background: #fff;
    padding-bottom: 20px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
}
.section-banner .banner_weixin_zixun .weixin_qr_code{
    width: 100%;
}
.section-banner .banner_weixin_zixun .weixin_qr_code_desc{
    display: block;
}

.section-banner .index-banner-content .index-banner-btn a:nth-child(2):hover ~ .banner_weixin_zixun{
    display: block;
}
/*******************专业的海外仓系统，高效解决仓库管理难题***************************/
.section-problem{
    padding: 40px 0;
}
.section-problem .nav-box{
    margin-top: 30px;
    height: 80px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    line-height: 80px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.section-problem .nav-box li{
    width: 16.66%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.section-problem .nav-box li .title{
    font-size: 16px;
    font-weight: 600;
    color: #223266;
    line-height: 22px;
}
.section-problem .nav-box li .vc-title{
    font-size: 12px;
    font-weight: 400;
    color: #223266;
    line-height: 22px;
}
.section-problem .nav-box li.active{
    background: #3272F2;
}
.section-problem .nav-box li.active .title,.section-problem .nav-box li.active .vc-title{
    color: #fff;
}
.section-problem .main-box{
    margin-top: 48px;
}
.section-problem .main-box .content-box{
    display: none;
}
.section-problem .main-box .content-box-1{
    display: flex;
}
.section-problem .main-box .content-box .left-box{
    width: 40%;
    padding-right: 34px;



}
.section-problem .main-box .content-box .left-box .list-box{
    margin-bottom: 24px;
}
.section-problem .main-box .content-box .left-box .list-box:last-child{
    margin-bottom: 0px;
}
.section-problem .main-box .content-box .left-box .list-box .title{
    font-size: 18px;
    font-weight: 600;
    color: #223266;
    line-height: 28px;
}
.section-problem .main-box .content-box .left-box .list-box .desc{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #223266;
    line-height: 24px;
    text-align: justify;
}
.section-problem .main-box .content-box .left-box .btn-box a{
    width: 120px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #2468F2;
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #2468F2;
    text-align: center;
    margin-top: 40px;
}
.section-problem .main-box .content-box .right-box{
    width: 60%;
}
.section-problem .main-box .content-box .right-box img{
    /*width: 100%;*/
    width: 684px;
}
/**********************9年深耕跨境行业，海外仓系统引领者**************************/
.section-advantage{
    padding: 40px 0;
}

.section-advantage{
    padding: 40px 0;
}
.section-advantage .main-box{
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
}
.section-advantage .main-box li{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 2px solid #FFFFFF;
    padding: 20px;
    width: 23.5%;
}
.section-advantage .main-box li .img-box img{
    width: 54px;
    height: 50px;
}
.section-advantage .main-box li .title-box{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #223266;
    line-height: 25px;
}

.section-advantage .main-box li .desc-box{
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #223266;
    line-height: 28px;
    text-align: justify;
}
/*******************SaaS/独立部署满足多种业务管理需求********************/
.section-business{
    padding: 40px 0;
}
.section-business .vip-table-large{ display:block;margin-top:30px; margin-bottom:30px;  }
.section-business .vip-item{ width:100%; display:flex; display: -webkit-flex; flex-direction:row;border-radius: 15px;}
.section-business .v-col-1{ width:320px;box-shadow: 0 2px 5px 1px hsla(0,0%,88.6%,0.56);}

.section-business .v-col-2,.v-col-3,.v-col-4,.v-col-5{
    width:20%;
    margin-left:0px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.15);
    transition: all .3s;
    transform-origin: center bottom;
}
.section-business .v-row-top{ height: 80px;}

.section-business .v-col-current1,
.section-business .v-col-current2,
.section-business .v-col-current3,
.section-business .v-col-current4
.section-business .v-col-current5{
    z-index:2 !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}
.vip-table-large .vip-item>div{
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 1;
    box-shadow: 0 2px 5px 1px hsla(0,0%,88.6%,0.56);
}
.section-business .erp-title-box{
    border: 1px solid #2878ff;
    border-radius: 8px;
    width: 320px;
    overflow: hidden;
    height: 52px;
    margin: 50px auto;
}
.section-business .erp-title-box a{
    width: 50%;
    text-align: center;
    font-size: 16px;
    color: #2878ff;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    vertical-align: top;
    height: 100%;
    cursor: pointer;
    font-weight: bold;
}
.section-business .erp-title-box a.active{
    background: #2878ff;
    color: #ffffff;
}
.section-business .function-details-box{
    width: 100%;
    text-align: center;
    background: #fff;
}
.section-business .function-details-box thead tr th{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #1A1C3E;
    line-height: 56px;
}
.section-business .erp-product-box{
    text-align: center;
    padding: 40px 0 20px 0;
}
.section-business .erp-product-box .title{
    font-size: 20px;
    font-weight: 400;
}
.section-business .erp-product-box .current-price-box{
    padding-top: 15px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
}



.section-business .erp-product-box .btn-buy-box{
    margin-top: 25px;
    position: relative;
    z-index: 2;
}
.section-business .erp-product-box .btn-buy-box a{
    width: 128px;
    height: 40px;
    border: 1px solid #2269f0;
    border-radius: 2px;
    line-height:40px;
    color:#2269f0;
    text-align: center;
    display: inline-block;
}

.section-business .rep-order-box ul li{
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    line-height: 46px;
    text-align: center;

    background: rgba(247, 247, 247, 0.5);
}
.section-business .icon-01-box{
    width: 16px;
    height: 16px;
    background: rgba(42, 125, 225, 0.2);
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.section-business .icon-01-box:after{
    content: " ";
    width: 8px;
    height: 8px;
    background: rgba(42, 125, 225, 1);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: calc(50% - 4px);
    top: calc(50% - 4px);
}
.section-business .icon-02-box{
    width: 15px;
    height: 15px;
    border:1px solid rgba(42, 125, 225, 1);
    border-radius:50%;
    background: #ffffff;
    display: inline-block;
}
.section-business .rep-order-box__title ul li{
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 16px;
    color:#000000;
}

.section-business .rep-order-box ul li:nth-child(2n){
    background: #ffffff;
}
.section-business .v-col-current{
    margin-top: -20px;
    box-shadow: 0 6px 8px 0 rgba(0,0,0,.15);
    border-radius: 8px 8px 0 0;
    transform: scaleY(1.03);
    z-index: 5!important;
    position: relative;
}
.section-business .v-col-current:before {
    display: block;
    content: "";
    position: absolute;
    border: 2px solid #2878ff;
    box-shadow: 0 6px 8px 0 rgba(0,0,0,.15);
    border-radius: 8px 8px 0 0;
    top: 3px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    z-index: 1;
}
.section-business .v-col-current .rep-order-box ul li{
    background: rgba(198, 224, 255, 0.1);
}
.section-business .v-col-current .rep-order-box ul li:nth-child(2n){
    background: #ffffff;
}


.section-business .title-box-btn{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 36px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    width: 80%;
    margin: 0 auto;
}
.section-business .title-box-btn a{
    display: inline-block;
    background: #FFFFFF;
    padding: 5px 10px;
    width: 109px;
}
.section-business .title-box-btn a.active{
    background: #2269F0;
    color:#fff;
}
.section-business .tab-content2{
    display: none;
}
/*******************优质高效的极客服务，一对一培训上线********************/
.section-step{
  padding: 40px 0;
  background: rgba(244, 245, 249, 1);
}
.section-step .main-box{
    margin-top: 50px;

}
.section-step .main-box ul{
    display:flex;
    justify-content:space-between;
    flex-wrap: wrap;

}
.section-step .main-box ul li{
  width:14.28%;
}
.section-step .main-box ul li img{
 width:100%;
}
/*******************为客户创造最大价值是我们存在的唯一理由********************/
.section-anli{
    padding: 40px 0;
    height: unset;

}

.section-anli .main-box{
    padding-top: 100px;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

.section-anli .main-box .img-box{
    width: 60%;
}
.section-anli .main-box .img-box img{
    width: 100%;
}
.section-anli .main-box .desc-box{
    padding: 20px 20px 20px 50px;
    border-left: 1px solid #f5f5f5;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.section-anli .main-box .desc-box .logo-img-box{
    text-align: left;
    overflow: hidden;
}
.section-anli .main-box .swiper-slide:nth-child(1) .desc-box .logo-img-box img{
    margin-left: -35px;
}
.section-anli .main-box .swiper-slide:nth-child(2) .desc-box .logo-img-box img{
    margin-left: -36px;
}
.section-anli .main-box .swiper-slide:nth-child(3) .desc-box .logo-img-box img{
    margin-left: -40px;
}
.section-anli .main-box .swiper-slide:nth-child(4) .desc-box .logo-img-box img{
    margin-left: -68px;
}
.section-anli .main-box .swiper-slide:nth-child(5) .desc-box .logo-img-box img{
    margin-left: -25px;
}

.section-anli .main-box .desc-box .title{
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #223266;
    line-height: 25px;
}
.section-anli .main-box .desc-box .desc{
    text-align: left;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #223266;
    line-height: 28px;
    flex: 1;
    text-align: justify;
}
.section-anli .swiper-container{
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.section-anli .swiper-wrapper{
    height: unset;
    padding: 0 20px;

}
.section-anli .swiper-slide{

    display: flex;
    height: initial;
    justify-content: space-between;
    padding: 20px 20px 20px 0;
    margin: 1px;

}
.section-anli .swiper-slide .img-box{
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.section-anli .swiper-button-next{
    background-image: url("http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/05/20/ec_1621497111.png");
    height: 80px;
    width:15px ;
    background-size: 100%;

}
.section-anli .swiper-button-prev{
    background-image: url("http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/05/20/ec_1621497102.png");
    background-size: 100%;
    height: 80px;
    width:15px ;
}

.section-anli .swiper-pagination-bullet{
    width: 28px;
    height: 6px;
    background: #2468F2;
    border-radius: 15px;
    opacity: 0.17;
    margin: 0px 5px;
    margin-top: 20px;
}
.section-anli .swiper-pagination-bullet-active{
    opacity: 1;
    background: #2468F2;

}
.section-anli .swiper-pagination {
    position: unset;
}
.section-anli  .anil-more-box{
  margin-top: 20px;

}

.section-anli .anil-more-box a{
    width: 128px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #2468F2;
    font-size: 14px;
    font-weight: 400;
    color: #2468F2;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}
/*******************成功助力全球500+海外仓服务商降本增效********************/
.section-map{
    padding: 40px 0;
}
.section-map .main-box{
    margin-top: 90px;
    height: 590px;
    position: relative;
}
.section-map .map-bg-box{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}
.section-map .map-tag-box{
    position: absolute;
}

.section-map .map-tag-name{
    width: 145px;
    height: 40px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 400;
    color: #223266;
    line-height: 40px;
    text-align: center;
    position: relative;
}
.section-map .map-tag-box .map-tag-name:before{
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    margin-right: 50px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    bottom: -20px;
    left: 26px;
}
.section-map .mc_a1t_dian {
    position: relative;
    animation: bordershow 3s infinite;
}

.section-map .mc_a1t_dian {
    display: block;
    width: 8px;
    height: 8px;
    background: rgba(36, 104, 242, 1);
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 32px;
}
.section-map .mc_a1t_dian::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(36, 104, 242, 0.25);
}
.section-map .mc_a1t_dian::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(36, 104, 242, 0.25);
}
.section-map .mc_a1t_dian::before {
    animation: boderM 3s .75s infinite;
}
.section-map .mc_a1t_dian::after {
    animation: boderM 3s infinite;
}
.section-map .beimei{
    top: 152px;
    left: 139px;
}
.section-map .nanmei{
    bottom: 152px;
    left: 319px;
}
.section-map .ouzhou{
    top: 129px;
    left: 49%;
}
.section-map .feizhou{
    bottom: 216px;
    left: 50%;
}
.section-map .yazhou{
    right: 16.3%;
    top: 29%;
}

.section-map .dayangzhou{
    bottom: 118px;
    right: 48px;
}
@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }

    100% {
        opacity: 0
    }

}


