.mobile-body-main-box{
    display: none;
}
.section-list-box{
    text-align: left;
}

.section-list-box .h4-title{
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    color: #223266;
}
.section-list-box .vc-title{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #223266;
    margin-top: 25px;
}
.section-list-box .list-content:nth-child(1),.section-list-box .list-content:nth-child(3),.section-list-box .list-content:nth-child(5),.section-efficient-service-process,.section-concise-system-flow{
    width: 100%;
    background: #f6F7F9;
    /*
    background-image: url(https://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/04/25/ec_1619321441.png),url(https://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/04/25/ec_1619321431.png);
    background-repeat: no-repeat, no-repeat;
    background-position: -15% -40%, 115% 140%;
    background-size: 30% 60%,30% 60%;
    */

    transition: all 1s;
    -moz-transition: all 1s;
}
.section-list-box .list-content:nth-child(1):hover,.section-list-box .list-content:nth-child(3):hover,.section-list-box .list-content:nth-child(5):hover,.section-efficient-service-process:hover,.section-concise-system-flow:hover{
    background-position: 0% -16%, 106% 110%;
}

.section-list-box .list-content{
    /*padding: 30px 0;*/
}

.yuyue-btn-box:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    color: #fff;
}
/*************banner***********************/

.section-banner{
    position: relative;
}
.section-banner .img-box img{
    width: 100%;
}
.section-banner .index-banner-content{
    position: absolute;
    left: 134px;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 56%;
    padding: 0 10%;
}
.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: 38px;
}
.section-banner .index-banner-content .index-banner-title{
    font-size: 38px;
    font-weight: 700;
    text-align: left;
    color: #223266;
}
.section-banner .index-banner-content .index-banner-desc{
    margin-top: 18px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #223266;
    line-height: 28px;
}
.section-banner .index-banner-content .index-banner-btn a{
    margin-top: 25px;
    width: 160px;
    height: 46px;
    opacity: 1;
    background: #2a7de1;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 46px;
    display: inline-block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.section-banner .index-banner-content .index-banner-btn a:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    color: #fff;
}
@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-banner .wms-horn{
    height: 40px;
    background:rgba(236,241,255,0.83);
    color:rgba(42,125,225,1);
    line-height: 40px;
    white-space: nowrap;
}
.section-banner .wms-horn span {
    display: inline-block;
    color: rgba(42,125,225,1);
}
.section-banner .wms-horn .layout-center{
    display: flex;
    align-items: center;
}
.section-banner .wms-horn .layout-center .horn-icon{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.section-banner .wms-horn .layout-center .horn-title{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #2a7de1;
    margin-right: 10px;
}
.section-banner .wms-horn .layout-center .wms-horn-animate {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    display: inline-block;
    width: 86.5%;
    vertical-align: middle;
    overflow: hidden;
}

.wms-horn-animate span {
    padding: 0 20px;
    min-width: 500px;
    animation: paomadeng 100s linear infinite;
}

/*****************易仓TMS·支持多种跨境物流业务***********************/
.section-logistics-business{
    padding-top: 120px;
    height: 600px;
}
.section-logistics-business .main-box{
    margin-top: 80px;
}
.section-logistics-business .main-box ul{
    display: flex;
    justify-content: space-between;
}
.section-logistics-business .main-box ul li {
    text-align: center;
    width: 14.28%;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #223266;
    line-height: 25px;
    padding: 25px;
}
.section-logistics-business .main-box ul li .img-box img {
    width: 100%;
}

/**********易仓TMS·前所未有的功能体验**************/
.section-help .h4-title{
    margin-bottom: 20px;
    margin-top: 60px;
}

.section-help .list-content{
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-help .list-content .content-box{
    display: flex;
}

.section-help .list-content .content-box>div.left-box{
    width: 36%;
    margin-top: 60px;
}
.section-help .list-content .content-box>div.right-box{
    width: 64%;
}

.section-help .list-content:nth-child(odd) .content-box>div.right-box{
    display: flex;
    justify-content: flex-end;
}
.section-help .list-content .content-box .title-box{
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #223266;
    line-height: 34px;
    margin-bottom: 35px;
}
.section-help .list-content .content-box .desc-box{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #223266;
    line-height: 25px;
    padding-left: 15px;
    margin-bottom: 20px;
}
.section-help .list-content .content-box .desc-box::after{
    content: " ";
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #2a7de1;
    border-radius: 50%;

}
.section-help .yuyue-btn-box{
    margin-left: 14px;
    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;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.section-help .yuyue-btn-box a:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.section-help .list-content .content-box .desc-box span{
    font-size: 16px;
    font-weight: 600;
}


/****************严谨简洁的管理流程********************/
.section-solution{
    padding-top: 0px;
    padding-bottom: 80px;
}
.section-solution .layout-center{
    text-align: center;
}
.section-solution .layout-center .yuyue-btn-box{
    margin-top: 30px;
}
.section-solution .main-box{
    text-align: center;
    margin-top: 60px;
}
.section-solution .main-box img{
    width: 100%;
    max-width: 1223px;
}
/***********************易仓TMS·优质高效的服务流程************/
.section-efficient-service-process{
    padding-top: 120px;
    padding-bottom: 80px;
    height: 600px;
}
.section-efficient-service-process .layout-center{
    text-align: center;
}
/*.section-efficient-service-process .layout-center .yuyue-btn-box{*/
/*    margin-top: 30px;*/
/*}*/
.section-efficient-service-process .main-box{
    margin-top: 60px;
}
.section-efficient-service-process .main-box img{
    width: 100%;
}
/***********************易仓TMS·大型海外仓的信赖之选************/
.section-trusted-choice{
    padding-top: 150px;
    padding-bottom: 80px;
    height: unset!important;
}
.section-trusted-choice .nav-box{
    margin-top: 60px;
}
.section-trusted-choice .nav-box ul{
    display: flex;
    justify-content: space-between;
}
.section-trusted-choice .nav-box ul li{
    background: rgba(255, 255, 255, 1);
    width: 18.5%;
    border-radius: 4px;
    border: 1px solid #E7E8EA;
}
.section-trusted-choice .nav-box ul li.active{
    border: 2px solid #2468F2;
}
.section-trusted-choice .nav-box ul li img{
    width: 100%;
}

.section-trusted-choice .main-box .img-box{
    text-align: center;
}
.section-trusted-choice .main-box .img-box img{
    width: 60%;
}
.section-trusted-choice .main-box .desc-box{
    padding: 20px;
    background: rgba(246,247,249,1);
    margin-top: 35px;
}
.section-trusted-choice .main-box .desc-box .title{
    font-size: 28px;
    font-weight: 700;
    color: #223266;
}
.section-trusted-choice .main-box .desc-box .desc{
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #223266;
    margin-top: 15px;
}
.section-trusted-choice .swiper-wrapper{
    height: unset;
}
.section-trusted-choice .swiper-slide{
    display: flex;
    flex-direction: column;
    height: initial;
    align-items: center;

}
.section-trusted-choice .main-box .trusted-choice-btn{
    margin-top: 25px;
    text-align: center;
}


.form-btn {
    width: 147px;
    background: #2a7de1;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 46px;
    margin-right: 60px;
}

.form-btn__text {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
}

.erpPopup-body__ft {
    width: 360px;
    height: 40px;
    background: linear-gradient(180deg,#e1f1ff, #e3f2fe 9%, #f6f7f9);
    border-radius: 8px;
    flex-direction: unset;
    line-height: 26px;
    margin: auto;
    text-align: center;
    justify-content: center;
}

.erpPopup-phone__title,
.erpPopup-phone__num {
    height: 48px;
    line-height: 48px;
}

.erpPopup-phone__title {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #223266;

}

.erpPopup-phone__num {
    font-size: 20px;

    font-weight: 700;
    text-align: center;
    color: #2a7de1;

}
.message-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 20px;
    font-size: 14px;
    color: #223266;
}
.message-box p{
    width: 100%;
}
.message-box p span{
    color: red;
}
.message-box p i.fa-check-circle{
    font-size: 60px;
    color: rgba(82, 196, 26, 1);
    margin: 0;
}
.message-box p i.fa-times-circle{
    font-size: 60px;
    color: red;
    margin: 0;
}

/************为什么选择*************/
.section-advantage{
    margin-top: 60px;
    padding-bottom: 30px;
}
.section-advantage .h4-title{
    text-align: center;
}
.section-advantage .main-box{
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    text-align: left;
}
.section-advantage .main-box li{
    width: 24%;
    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 20px;

}
.section-advantage .main-box li .img-box img{
    width: 48px;
    height: 46px;
}
.section-advantage .main-box li .title{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #223266;
    line-height: 25px;
}
.section-advantage .main-box li .desc{
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #223266;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #223266;
    line-height: 28px;
    text-align: justify;
}
.section-advantage .consult a{
    color: #4371EA;
    margin-top: 8px;
}

.section-advantage .consult-btn-box span{
    content: " ";
    width: 1.2rem;
    height: 0.7rem;
    background: url("https://ec-img.eccang.com/tmswms/eccang/img/2023/03/22/ec_1679485104.png") no-repeat;
    background-size: auto;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 0.5rem;
}

/******************易仓WMS·前所未有的强大功能****************************/
.section-wms-powerful-function{
    padding-top: 60px;
    background:rgba(248, 249, 255, 1);
}

.section-wms-powerful-function .nav-box{
    margin-top: 30px;
    height: 50px;
    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: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 486px;
    margin-left: 360px;
}
.section-wms-powerful-function .nav-box li{
    width: 33.33%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.section-wms-powerful-function .nav-box li .title{
    font-size: 16px;
    font-weight: 600;
    color: #223266;
    line-height: 22px;
}

.section-wms-powerful-function .nav-box li.active{
    background: #3272F2;
}
.section-wms-powerful-function .nav-box li.active .title{
    color: #fff;
}
.section-wms-powerful-function .main-box{
    margin-top: 30px;
}
.section-wms-powerful-function .main-box .content-box{
    display: none;
}
.section-wms-powerful-function .main-box .content-box-1{
    display: flex;
}
.section-wms-powerful-function .main-box .content-box .left-box{
    width: 45%;
    padding-right: 34px;
    text-align:left;


}
.section-wms-powerful-function .main-box .content-box .left-box .list-box{
    margin-bottom: 24px;
}
.section-wms-powerful-function .main-box .content-box .left-box .list-box:last-child{
    margin-bottom: 0px;
}
.section-wms-powerful-function .main-box .content-box .left-box .list-content .title-box{
    font-size: 24px;
    font-weight: 600;
    color: #223266;
    line-height: 33px;
    margin-bottom: 30px;
}
.section-wms-powerful-function .main-box .content-box .left-box .list-box .title{
    font-size: 16px;
    font-weight: 600;
    color: #223266;
    line-height: 24px;
    padding-left: 20px;
    position: relative;
}

.section-wms-powerful-function .main-box .content-box .left-box .list-box .title:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 14px;
    height: 14px;
    background: url(https://ec-img.eccang.com/www/eccang/img/2022/04/20/ec_1650423721.png) no-repeat;
    display: inline-block;

}
.section-wms-powerful-function .main-box .content-box .left-box .list-box .desc{
    padding-left: 20px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 50, 102, 0.74);
    line-height: 24px;
    text-align: justify;
}
.section-wms-powerful-function .consult-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: 10px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.section-wms-powerful-function .consult-box{
    text-align: center;
    margin-bottom: 60px;
}
.section-wms-powerful-function .consult-box a:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.section-wms-powerful-function .main-box .content-box .right-box{
    width: 55%;
    text-align: right;
}
.section-wms-powerful-function .main-box .content-box .right-box img{
    /*width: 100%;*/
    width: 684px;
}




/*客户案例区*/
.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: 60px;


}
.section-case .swiper-wrapper{
    height: 230px;
}
.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%;
    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;
}

.pro-img img{

}

.section-help .content-box{
    width: 1100px;
}


/*公司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 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;
}


/*为什么选择ECCANG退件宝区*/
.section-select{
    padding-top: 60px;
    background:#ffffff;
}
.section-select .main-box{
    margin-top: 30px;
    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);
    border:2px rgba(46, 94, 255, 0) solid;
}
.section-select .main-box li:hover{
    background: linear-gradient(180deg, #f5f7fdff 0%, #ffffff00 100%);
    border:2px #fff solid;
}
.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: 60px;
    background:#ffffff;
}
.section-bright .main-box{


}
.section-bright .main-box li{
    padding: 40px 0;
}
.section-bright .main-box li:first-child{
    padding: 40px 0 70px;
}
.section-bright .main-box li:nth-child(2n){
    background:rgba(248, 248, 255, 1);
}
.section-bright .main-box li .container{
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
}
.section-bright .left-box{
    width: 36%;
    padding-top: 30px;
}
.section-bright .left-box .title-box{
    color: #223266;
    font-size: 24px;
    font-weight: 600;
    line-height:32px;
}
.section-bright .left-box .list-box{
    margin-top: 30px;
    margin-bottom: 24px;
}
.section-bright .left-box .list-box .vc-title{
    color: #223266;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.section-bright .left-box .list-box .vc-title samp{
    width: 14px;
    height: 14px;
    background:rgba(226, 236, 255, 1);
    display: inline-block;
    position: relative;
    border-radius:100%;
    margin-right: 8px;
}
.section-bright .left-box .list-box .vc-title samp:before{
    content: '';
    position: absolute;
    background: rgba(36, 104, 242, 1);
    border-radius: 100%;
    width: 6px;
    height: 6px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.section-bright .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 .left-box .scene-list-box{
    display: flex;
    align-items: center;
}
.section-bright .left-box .scene-list-box p.desc-box{
    margin-top: 0;
    margin-left: 15px;
}
.section-bright .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 .left-box .btn-box a:hover{
    background: rgba(36, 104, 242, 1);
    color:#fff;
}
.section-bright .right-box{
    width: 64%;
    padding: 0 0 0 60px;
    display: flex;
    align-items: center;
}
.section-bright li:nth-child(2n) .right-box{
    padding: 0  60px 0 0;
}
.section-bright .right-box img{
    /*width: 100%;*/
}


.section-bright li:nth-child(2n+1) .left-box{
    /*padding-left: 32px;*/
}


.section-bright .main-box li:nth-child(5){
    padding-bottom: 70px;
}

.section-bright .main-box li:nth-child(5) .right-box{
    padding-top: 10px;
}

.section-bright li:nth-child(1) .left-box{
    padding-top: 56px;
}

.section-bright li:nth-child(2) .left-box{
    padding-top: 90px;
}