<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.h4-title{
    font-size: 28px;
    font-weight: 500;
    color:#4e6ef2;
    line-height: 45px;
}

.breaking-line-1{
    margin-top: 40px;
}
.breaking-line-1 img{
    width: 100%
}
.breaking-line-2{
    background: #fff;
}
.breaking-line-2 img{
  width: 100%;
}
/*************banner***********************/

.section-banner{
    position: relative;
    background: url("https://ec-img.eccang.com/tmswms/eccang/img/2022/03/25/ec_1648195364.png") no-repeat center;
    background-size: cover;
    height: 480px;
    width: 100%;
}

.section-banner .index-banner-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.section-banner .index-banner-content .content-box{
    width: 510px;
}
.section-banner .index-banner-content .banner-title_1{
    font-size: 18px;
    font-weight: 600;
    line-height: 68px;
    color: rgba(34, 50, 102, 1);
}
.section-banner .index-banner-content .banner-title_2{
    color: #223266;
    font-size: 36px;
    font-weight: 600;
    line-height: 60px;
}
.section-banner .index-banner-content .banner-title_3{
    margin-top: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #223266;
    line-height: 32px;
    letter-spacing: 1px;
}
.section-banner .index-banner-content .index-banner-btn a{
    width: 140px;
    height: 48px;
    background: #2468F2;
    box-shadow: 0px 3px 8px 0px rgba(36, 104, 242, 0.2);
    border-radius: 4px;
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    margin-top: 50px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.section-banner .index-banner-content .index-banner-btn a:hover{
    background: #2681ff;
}
.section-banner .index-banner-content .index-banner-btn a:nth-child(2){
    background: unset;
    color: rgb(34, 50, 102);
    margin-left: 15px;
    box-shadow: unset;
    width: 150px;
}
.section-banner .index-banner-content .index-banner-btn a:nth-child(2) img{
    margin-right: 10px;
}
.index-banner-btn a:nth-child(2):hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.common-video-main__erp{
    box-shadow: unset !important;
    border: 0 !important;
}
.common-video-main__erp .common-video-erp-box{
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 0 30px;
}
.common-video-main__erp .common-video-erp-box&gt;video{
    background-color: #fff;
    width: 100%;
    display: block;
}
.common-video-main__erp .layui-layer-setwin .layui-layer-close2 {

    right: -14px;
    top: -14px;
    width: 35px;
    height: 35px;
    margin-left: 0;
    background-position:unset;
}
.common-video-main__erp .layui-layer-setwin .layui-layer-close2:hover{
    background-position:unset;
}
.common-video-main__erp .layui-layer-ico {
    background: url(https://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/05/21/ec_1621574190.png) no-repeat;
    background-size: 100%;
}

/*********************æ·±åº¦å‰–æžè¡Œä¸šç—›ç‚¹******************/

.section-market{
    padding-top: 60px;
    /*padding-bottom: 60px;*/
    background: #fff;

}
.section-market .main-box{
    display: flex;
    justify-content: space-between;
}
.section-market .left-box{
    padding-right: 56px;
    flex: 1;
}
.section-market .left-box .desc-box{
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #223266;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: justify;
}
.section-market .right-box{
    text-align: center;
    width: 564px;
}
.section-market .right-box .title-box{
    margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #223266;
    line-height: 25px;
}
/*************************äºŒã€ä¸šåŠ¡æŒ‘æˆ˜**********************************/
.section-intimate-box{
    background: #F2F7FC;
}
.section-intimate-box .h4-vc-title{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #223266;
    line-height: 25px;
}
.section-intimate-box .main-box{
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     margin-top: 30px;
}
.section-intimate-box .main-box li{
    padding: 0 10px;
    width: 32%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    -webkit-transition: all,.5s;
    transition: all,.5s;
}
.section-intimate-box .main-box li .img-box{
 margin-right: 20px;
}
.section-intimate-box .main-box li:hover .img-box{
    -webkit-animation: intimateImgBox 2s linear infinite normal;
    animation: intimateImgBox 2s linear infinite normal;
}
@keyframes intimateImgBox {
    0%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    25%{
        -webkit-transform:translateY(12px);
        transform:translateY(12px)
    }
    50%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    75%{
        -webkit-transform:translateY(-12px);
        transform:translateY(-12px)
    }
    to{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
.section-intimate-box .main-box li .title-box{
    font-size: 18px;
    font-weight: 600;
    color: #223266;
    line-height: 25px;
}
.section-intimate-box .main-box li .desc-box{
    margin-top: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #223266;
    line-height: 28px;
}
.section-intimate-box .main-box li:hover{
    -webkit-box-shadow: 0 7px 14px 0 rgba(56,80,195,.16);
    box-shadow: 0 7px 14px 0 rgba(56,80,195,.16);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
.section-intimate-box .description-box{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #223266;
    line-height: 25px;
    text-align: center;
}
.section-btn-box{
    margin-top: 30px;
    text-align: center;
}
.section-btn-box a{
    font-size: 14px;
    font-weight: 500;
    color: #3272F2;
    line-height: 22px;
}
.section-btn-box a i{
    transition: all .2s ease;
    margin-left: 4px;
}
.section-btn-box a:hover i{
    transform: translate3d(4px,0,0);
    display:inline-block;
}
/*************************ä¸‰ã€æµ·å¤–ä»“ç³»ç»Ÿä»·å€¼**********************************/
.section-warehouse {
    background: #fff;
    padding-top: 80px;
}
.section-warehouse .nav-box {
    margin-top:50px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.section-warehouse .nav-box li {
    width: 12%;
    text-align: center;
    border-bottom: 1px solid #EDEDED;
    font-size: 16px;
    font-weight: 400;
    color: #223266;
    line-height: 28px;
    padding: 15px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.section-warehouse .nav-box li span{
    margin-right: 15px;
    width: 24px;
    height: 24px;
    background-size:cover;
    display: inline-block;
}
.section-warehouse .nav-box li:nth-child(1) span{
    background: url("https://ec-img.eccang.com/tmswms/eccang/img/2022/03/24/ec_1648108890.png") no-repeat center;
}
.section-warehouse .nav-box li:nth-child(2) span{
 background: url("https://ec-img.eccang.com/tmswms/eccang/img/2022/03/23/ec_1648039577.png") no-repeat center;


}
.section-warehouse .nav-box li:nth-child(3) span{
    background: url("https://ec-img.eccang.com/tmswms/eccang/img/2022/03/23/ec_1648039620.png") no-repeat center;


}
.section-warehouse .nav-box li:nth-child(4) span{
    background: url("https://ec-img.eccang.com/tmswms/eccang/img/2022/03/23/ec_1648039641.png") no-repeat center;


}
.section-warehouse .nav-box li:nth-child(5) span{
    background: url("https://ec-img.eccang.com/tmswms/eccang/img/2022/03/23/ec_1648039645.png") no-repeat center;
}
.section-warehouse .nav-box li:nth-child(6) span{
    background: url("https://ec-img.eccang.com/tmswms/eccang/img/2022/03/23/ec_1648039690.png") no-repeat center;
}
.section-warehouse .nav-box li:nth-child(7) span{
    background: url("https://ec-img.eccang.com/tmswms/eccang/img/2022/03/23/ec_1648039684.png") no-repeat center;
}
.section-warehouse .nav-box li.active{
    color: rgba(50, 114, 242, 1);
    position: relative;
}
.section-warehouse .nav-box li.active:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: rgba(50, 114, 242, 1);
    border-radius: 2px;
    animation: navWarehouse 5s linear forwards;
}
@keyframes navWarehouse {
   0%{
       width: 0%;
   }
   50%{
        width: 50%;
    }
   100%{
        width: 100%;
   }
}
.section-warehouse .nav-box li.active:nth-child(1) span{
    background: url("https://ec-img.eccang.com/tmswms/eccang/img/2022/03/23/ec_1648039535.png") no-repeat center;
}
.section-warehouse .nav-box li.active:nth-child(2) span{
    background: url("https://ec-img.eccang.com/tmswms/eccang/img/2022/03/24/ec_1648108919.png") no-repeat center;
}
.section-warehouse .nav-box li.active:nth-child(3) span{
    background: url("https://ec-img.eccang.com/tmswms/eccang/img/2022/03/24/ec_1648108956.png") no-repeat center;
}
.section-warehouse .nav-box li.active:nth-child(4) span{
    background: url("https://ec-img.eccang.com/tmswms/eccang/img/2022/03/24/ec_1648108962.png") no-repeat center;
}
.section-warehouse .nav-box li.active:nth-child(5) span{
    background: url("https://ec-img.eccang.com/tmswms/eccang/img/2022/03/24/ec_1648109049.png") no-repeat center;
}
.section-warehouse .nav-box li.active:nth-child(6) span{
    background: url("https://ec-img.eccang.com/tmswms/eccang/img/2022/03/24/ec_1648109104.png") no-repeat center;
}
.section-warehouse .nav-box li.active:nth-child(7) span{
    background: url("https://ec-img.eccang.com/tmswms/eccang/img/2022/03/24/ec_1648109147.png") no-repeat center;
}


.section-warehouse .main-box{
    margin-top: 55px;
    margin-bottom: 20px;
}
.section-warehouse .main-box .swiper-slide{
    display: flex;
    background: #fff;
}
.section-warehouse .main-box .left-box{
  width: 50%;
}
.section-warehouse .main-box .left-box .title-box{
    font-size: 24px;
    font-weight: 600;
    color: #223266;
    line-height: 42px;
}
.section-warehouse .main-box .left-box .content-box{
    margin-top: 11px;
}
.section-warehouse .main-box .left-box .list-box{
    margin-top: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #223266;
    line-height: 28px;
}
.section-warehouse .main-box .left-box .btn-box{
    margin-top: 38px;
}
.section-warehouse .main-box .left-box .btn-box a{
    width: 140px;
    height: 40px;
    background: #3272F2;
    border-radius: 4px;
    border: 1px solid #3272F2;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;

}
.section-warehouse .main-box .left-box .btn-box a:hover{
    background: #2681ff;

    border: 1px solid #2681ff;
}
.section-warehouse .main-box .left-box .btn-box a.systems-btn-box{
    color: #000;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #ddd;
    margin-left: 20px;
}
.section-warehouse .main-box .left-box .btn-box a.systems-btn-box:hover{
    border: 1px solid #3272F2;
    color:#3272F2;
}
.section-warehouse .main-box .swiper-slide img{
    width: 100%;
}
.section-warehouse .main-box .right-box{
    width: 50%;
}

/*************************å››ã€æµ·å¤–ä»“ç³»ç»Ÿä»·å€¼**********************************/

.section-practice{
    background: #F2F7FC;
    padding-top: 30px;
    padding-bottom: 80px;
}
.section-practice .main-box{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.section-practice .main-box li{
    width: 24%;
    height: 310px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 30px 20px;
}
.section-practice .main-box li .img-box{
    margin-top: 20px;
    height: 38px;
}
.section-practice .main-box li .img-box img{
    height: 100%;
}
.section-practice .main-box li .title-box{
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #223266;
    line-height: 42px;
}
.section-practice .main-box li .desc-box{
    font-size: 14px;
    font-weight: 400;
    color: #223266;
    line-height: 28px;
    margin-top: 15px;
    min-height: 56px;
}
.section-practice .main-box li .btn-box{
    margin-top: 30px;
}
.section-practice .main-box li .btn-box a{
    font-size: 14px;
    font-weight: 500;
    color: #3272F2;
    line-height: 28px;
    display: inline-block;
}
.section-practice .main-box li .btn-box a:first-child{
    margin-right: 30px;
}
.section-practice .main-box li .btn-box a i{
    transition: all .2s ease;

}
.section-practice .main-box li .btn-box a .fa-angle-right:before{
    font-size:16px;
}
.section-practice .main-box li .btn-box a:hover i{
    transform: translate3d(4px,0,0);
    display:inline-block;
}
.section-practice .practice-more-btn{
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
}
.section-practice .practice-more-btn a{
   color: rgba(50, 114, 242, 1);
   font-size: 14px;
}
.section-practice .practice-more-btn a i{
    transition: all .2s ease;
    margin-left: 4px;
}
.section-practice .practice-more-btn a:hover i{
    transform: translate3d(4px,0,0);
    display:inline-block;
}
.section-problem{
  background: url("https://ec-img.eccang.com/tmswms/eccang/img/2022/03/24/ec_1648115708.png") no-repeat center;
  background-size: cover;
  height: 258px;
  width: 100%;
    display: flex;
    align-items: center;
}
.section-problem .content-box{
    width: 504px;
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 60px;
    margin: auto;
    text-align: center;
}
.section-problem .content-box a{
    width: 160px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #2468F2;
    line-height: 50px;
    text-align: center;
}

/***************************/
.layer-warehouse-process img{
    width: 100%;
}
.layer-warehouse-process .process1{
    width: 95%;
}
.layer-warehouse-process .process2{

}
.layer-warehouse-process .warehouse-process-box{
    padding: 0px 30px 30px 30px;
}
.layer-warehouse-process .warehouse-process-box .title{
    padding: 20px 0;
    font-size: 28px;
    font-weight: 600;
    color: #223266;
    line-height: 45px;
    text-align: center;
}
.layui-layer-shade.layer-shade-warehouse-process {
    background-color: rgba(0,0,0,0.45) !important;
}
.layer-warehouse-process .layui-layer-ico {
    background: url(https://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/05/21/ec_1621574190.png) no-repeat;
    background-size: 100%;
    opacity: 0.25;
    right: 0px;
    top: 0px;
}
.layer-warehouse-process .layui-layer-setwin .layui-layer-close2:hover{
    background-position: unset;
}</pre></body></html>