/*公共公用*/
.section-title{
    color: #223266;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
}

/*banner区*/
.section-banner{
  background:#F2F3F7 url('https://ec-img.eccang.com/tmswms/eccang/img/2023/03/20/ec_1679282327.png') no-repeat center center;
  background-size: cover;
  height: 600px;
  display: flex;
  align-items: center;
}

.section-banner .content-box{
    padding-right:50%;
}
.section-banner .title-01{
    line-height: 36px;
    color: #151F3F;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
}
.section-banner .title-02{
    margin-top: 15px;
    color: #151F3F;
    font-weight: 600;
    line-height: 50px;
    font-size: 44px;
}
.section-banner .desc-box{
    margin-top: 18px;
    color: #223266ff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.section-banner .btn-box{
    margin-top: 56px;
}
.section-banner .btn-box a{
    width: 160px;
    line-height: 46px;
    border-radius: 8px;
    opacity: 1;
    background: linear-gradient(88.2deg, #006cf6ff 0%, #4d97ffff 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    text-align: center;

}
/*为什么选择ECCANG退件宝区*/
.section-select{
    padding-top: 70px;
    background:#ffffff;
}
.section-select .main-box{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-select .main-box li{
    width: 24%;
    border-radius: 4px;
    padding: 20px;
    text-align: left;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 6px 0 rgba(46, 94, 255, 0.1);
}
.section-select .main-box li:hover{
    background: linear-gradient(180deg, #f5f7fdff 0%, #ffffff00 100%);
}
.section-select .main-box li .img-box img{
  height: 40px;

}
.section-select .main-box li .title{
    margin-top: 10px;
    color: #223266;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}
.section-select .main-box li .vc-title{
    color: #223266;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
}
.section-select .main-box li .btn-box{
    margin-top: 12px;
    color: #1c7cf5;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.section-select .main-box li:hover .btn-box{
    color: #4371EA;
}
.section-select .main-box li .btn-box:after{
    content: " ";
    width: 12px;
    height: 7.22px;
    background:url("https://ec-img.eccang.com/tmswms/eccang/img/2023/03/22/ec_1679485104.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 5px;
}
/*产品亮点区*/
.section-bright{
    padding-top: 80px;
    background:#ffffff;
}
.section-bright .main-box{
    padding-top: 40px;
}
.section-bright .nav-box {
    display: flex;
    line-height: 50px;
    text-align: center;
}
.section-bright .nav-box li{
    width: 16.66%;
    color: #223266ff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    border-radius: 4px 4px 0 0;
    position: relative;
    cursor: pointer;
}
.section-bright .nav-box li.active{
    color: #4371EA;
    background: #f8f8ff;
    font-weight: 600;
}
.section-bright .nav-box li.active:before{
    content: '';
    position: absolute;
    height: 4px;
    background: #4371EA;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 4px 4px 0 0;
}
.section-bright .content-swiper-box{
    background: #f8f8ffff;
}
.section-bright .content-box{
    display: flex;
    align-items: center;
    padding-top: 60px;
}
.section-bright .content-box .left-box{
    width: 40%;
}
.section-bright .content-box .left-box .title-box{
    color: #223266;
    font-size: 24px;
    font-weight: 600;
    line-height:32px;
}
.section-bright .content-box .left-box .list-box{
    margin-top: 30px;
    margin-bottom: 24px;
}
.section-bright .content-box .left-box .list-box .vc-title{
    color: #223266;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.section-bright .content-box .left-box .list-box .vc-title samp{
    width: 14px;
    height: 14px;
    background:rgb(246, 222, 208);
    display: inline-block;
    position: relative;
    border-radius:100%;
    margin-right: 8px;
}
.section-bright .content-box .left-box .list-box .vc-title samp:before{
    content: '';
    position: absolute;
    background: rgb(221, 119, 63);
    border-radius: 100%;
    width: 6px;
    height: 6px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.section-bright .content-box .left-box .list-box .desc-box{
    margin-top: 10px;
    color: rgba(34, 50, 102, 0.75);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.section-bright .content-box .left-box .scene-list-box{
    display: flex;
    align-items: center;
}
.section-bright .content-box .left-box .scene-list-box p.desc-box{
    margin-top: 0;
    margin-left: 15px;
}
.section-bright .content-box .left-box .btn-box a{
    width: 120px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(36, 104, 242, 1);
    background: rgba(237, 239, 255, 1);
    display: inline-block;
    text-align: center;
    color:rgba(36, 104, 242, 1);
}
.section-bright .content-box .left-box .btn-box a:hover{
    background: rgba(36, 104, 242, 1);
    color:#fff;
}
.section-bright .content-box .right-box{
    width: 60%;
    padding: 0 0 0 60px;
    display: flex;
    align-items: center;
}
.section-bright .content-box .right-box img{
   width: 100%;
}
/*ECCANG退件宝多元应用场景区*/
.section-scene{
    padding: 80px 0 74px;
    background:#fff;

}
.section-scene .main-box{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.section-scene .main-box li{
    display: flex;
    height: 340px;
}
.section-scene .title-box{
    color: rgb(34, 50, 102);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.section-scene .top-box .desc-box{
    margin-top: 9px;
    color: rgba(34, 50, 102,0.75);
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    line-height: 24px;
}
.section-scene .center-box{
    position: relative;
    z-index: 1;
    margin-top: 20px;
}
.section-scene .center-box .desc-box{
    display: flex;
    margin-top: 10px;
}
.section-scene .center-box .desc-box span{
    color: #040404;
    padding: 10px 15px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius:4px;
}
.section-scene .center-box .desc-box span:last-child{
    margin-right: 0px;
}
.section-scene .center-box .desc-box span img{
    height: 25px
}
.section-scene .bottom-box{
    margin-top: 20px;
    position: relative;
    z-index: 1;
}
.section-scene .bottom-box .desc-box{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    color:rgba(34, 50, 102, 1);

}
.section-scene .bottom-box .desc-box span{
    color:rgba(221, 119, 63, 1);
    font-weight: 600;
}
.section-scene .bottom-box .desc-box a{
 color:rgba(28, 124, 245, 1)
}
.section-scene .bottom-box .desc-box a:after{
    content: " ";
    width: 12px;
    height: 7.22px;
    background: url(https://ec-img.eccang.com/tmswms/eccang/img/2023/03/22/ec_1679485104.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 5px;
}

.section-scene .scene-title{
    padding: 20px 15px;
    background-position: 100% 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 190px;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 #1c356929;
    border: 1px solid #fff;
}
.section-scene .scene-title-box{
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}
.section-scene .scene-title-desc{
    margin-top: 10px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.section-scene .hover-box{
    width: 0px;
    overflow:hidden;
    position: relative;
    transition: all .3s linear;
}
.section-scene .hover-box .bg-box {
    position:absolute;
    opacity: 0.2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 100% 0;
}
.section-scene li.active .hover-box{
    width: 440px;
    margin-left: 1px;
    transition: all .3s linear;
}

.section-scene li .hover-box .content-box{
    padding: 20px 15px;
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 #1c356929;
    position:absolute;
    top: 0;
    bottom: 0;
    right:0;
    left: 0;
    margin: auto;
    width: 440px;
}
/*客户案例区*/
.section-case{
    padding: 60px 0;
    background:rgba(248, 249, 255, 1);
}
.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%;

}
.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: 60px;


}
.section-case .swiper-wrapper{
    height: 250px;
}
.section-case .swiper-button-prev, .section-case .swiper-button-next{
    background-image: unset;
    font-size: 18px;
    color: #939CB9;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    top: unset;
    line-height: 32px;
    text-align: center;
    bottom: 0;
    box-shadow: 0 0 6px 0 rgba(46, 94, 255, 0.1);
}
.section-case .fa{
    margin: 0;
}
.section-case .swiper-button-prev{
   left: 45%;
}
.section-case .swiper-button-next{
   right: 45.5%;
}

/*公司logo区*/
.section-company-logo{
    background: rgba(255, 255, 255, 1);
    padding: 57px 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 24s linear infinite;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.section-company-logo .logo-content-list span{
    display: inline-block;
    width: 160px;
}
.section-company-logo .logo-content-list span img{
    width:inherit;
}
@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%);
    }
}
/*咨询*/
.section-contact{
  height: 140px;
  background: url('https://ec-img.eccang.com/tmswms/eccang/img/2023/03/20/ec_1679297577.png') no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.section-contact .container{
    display:flex;
}
.section-contact ul{
    display: flex;
    width: 75%;
}
.section-contact ul li{
    width: 20%;
    color: #fff;
    text-align: left;
}
.section-contact ul li .num-box{
    font-size:24px;
    font-width: 600;
}
.section-contact ul li .desc-box{
    font-size:14px;
    font-width: 400;
}
.section-contact .contact-btn{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.section-contact .contact-btn a{
    width: 160px;
    line-height: 50px;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    text-align: center;
    color:#ffffff;
}
.section-contact .contact-btn a:hover{
    color:rgba(54, 136, 235, 1);
    background: #ffffffff;
}
