.section{
    padding: 60px 0;
    box-sizing: border-box;
}
.banner{
    width: 100%;
    position: relative;
}
.banner-text{
    position: absolute !important;
    left: 50%;
    top: 200px;
    transform: translate(-50%,0);
}
.banner-title{
    font-size: 48px;
    font-weight: normal;
    color: #FFFFFF;
}
.banner-tip{
    width: 50%;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: 16px;
}
.banner-arrow{
    margin-top: 180px;
}
.banner-arrow img{
    width: 36px;
    height: 36px;
}
@media (max-width: 960px) {
    .banner{
        height: 250px;
    }
    .banner img{
        height: 250px;
        object-fit: cover;
    }
    .banner-text{
        width: 100%;
        position: absolute !important;
        left: 50%;
        top: 90px;
        transform: translate(-50%,0);
    }
    .banner-title{
        font-size: 24px;
        font-weight: normal;
        color: #FFFFFF;
    }
    .banner-tip{
        font-size: 6px;
        width: 75%;
    }
    .banner-arrow{
        margin-top: 20px;
    }
}


.line{
    width: 65px;
    height: 6px;
    background: #FE532D;
}
.title-text{
    font-size: 36px;
    font-weight: bold;
    color: #232845;
    margin-top: 16px;
}
.title-tip{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 16px;
}




.develop{
    background-image: url("../img/achieve_bg1.png");
    background-size: cover;
}
.develop-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 79px;
}
.develop-each{
    width: 32%;
    background: #FFFFFF;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}
.develop-each > img{
    width: 100%;
}
.develop-info{
    padding: 24px 24px 0;
    height: 200px;
    box-sizing: border-box;
    background-color: #fff;
}
.develop-title{
    font-size: 20px;
    font-weight: 600;
    color: #222222;
}
.develop-text{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: 16px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;

}
.develop-btn{
    width: 300px;
    height: 50px;
    background: linear-gradient(48deg, #FF4136 0%, #FCBC07 100%);

    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
}
@media (max-width: 960px) {
    .develop-each{
        width: 100%;
        margin-top: 10px;
    }
}



.count{
    background-image: url("../img/count_bg1.png");
    background-size: cover;
}
.count-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.count-each{
    width: 25%;
}

.count-num{
    font-size: 48px;
    font-weight: bold;
    color: #FE532D;
    text-align: center;
}
.count-title{
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: 16px;
    text-align: center;
}
@media (max-width: 960px) {
    .count-each{
        width: 100%;
    }
    /*.count-num{*/
    /*    font-size: 24px;*/
    /*    font-weight: bold;*/
    /*}*/
    /*.count-title{*/
    /*    font-size: 10px;*/
    /*}*/
}



.customize{}
.customize-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 120px;
}
.customize-left{
    width: 50%;
}
.customize-bg{
    width: 80%;
    border-radius: 20px;
    border: 1px dashed #707070;
}
.customize-img{
    width: 90%;
    position: relative;
    top: -48px;
    left: 57px;
    border: 1px dashed #707070;
}
.customize-tip{
    width: 121px;
    height: 121px;
    border-radius: 121px;
    background-color: #fff;
    border: 1px dashed #FE532D;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    position: absolute;
    top: -60px;
    right: -60px;
}
.customize-tip-title{
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #222222;

}
.customize-tip-text{
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

.customize-right{
    width: 48%;
}
.customize-title{
    font-size: 34px;
    font-weight: 600;
    color: #333333;
}
.customize-line-box{
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.customize-line{
    width: 20px;
    height: 4px;
    background: #FE532D;
    border-radius: 2px;
}
.customize-point{
    width: 4px;
    height: 4px;
    background: #FE532D;
    border-radius: 2px;
    margin-left: 2px;
}
.customize-text{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: 10px;
}
.customize-info{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 17px;
}
.customize-info-each{
    width: 48%;
    padding: 17px 13px 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;

    background: #F7F7F7;
    border-radius: 5px;
    margin-top: 16px;
}
.customize-info-each > img{
    width: 32px;
    height: 32px;
}
.customize-info-text{
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    margin-left: 15px;
}
.each1:hover img{
    content: url("../img/customize_icon7.png");
}
.each2:hover img{
    content: url("../img/customize_icon8.png");
}
.each3:hover img{
    content: url("../img/customize_icon9.png");
}
.each4:hover img{
    content: url("../img/customize_icon10.png");
}
.each5:hover img{
    content: url("../img/customize_icon11.png");
}
.each6:hover img{
    content: url("../img/customize_icon12.png");
}
.customize-info-each:hover{
    background: linear-gradient(90deg, #FF4136 0%, #FCBC07 100%);
}
.customize-info-each:hover .customize-info-text{
    color: #fff;
}
@media (max-width: 960px) {
    .customize-left{
        width: 100%;
    }
    .customize-right{
        width: 100%;
    }
}








.deploy{
    background-image: url("../img/deploy_bg1.png");
    background-size: cover;
}
.deploy-content{
    margin-top: 100px;
}
.deploy-left{
    width: 46%;
}
.deploy-subtitle{
    width: 200px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.6);

    font-size: 14px;
    font-weight: 400;
    color: #FE532D;

    display: flex;
    align-items: center;
    justify-content: center;
}
.deploy-title{
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 12px;
}
.deploy-info{
    margin-top: 28px;
}
.deploy-info-each{
    display: flex;
    align-items: center;
    margin-top: 22px;
}
.deploy-info-each > img{
    width: 18px;
    height: 18px;
}
.deploy-info-text{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 16px;
}
.deploy-btn{
    width: 160px;
    height: 40px;
    background: linear-gradient(45deg, #FF4136 0%, #FCBC07 100%);
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 51px;
}
@media (max-width: 960px) {
    .deploy-left{
        width: 100%;
    }
}







.steps{}
.steps-content{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 131px;
}
.steps-each{
    width: 20%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.steps-each > img{
    width: 140px;
    height: 140px;
}
.steps-each-title{
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    margin-top: 24px;
}
.steps-each-text{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-top: 16px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.steps-line{
    width: 18px;
    height: 2px;
    position: relative;
    margin-top: 71px;
}
.steps-line div{
    width: 155px;
    border: 2px dashed #FE532D;
    position: absolute;
    top: 0;
    left: -50%;
    transform: translate(-38%, 0);
}
@media (max-width: 960px) {
    .steps-each{
        width: 100%;
    }
    .steps-line{
        display: none;
    }
}
.steps-btn{
    width: 300px;
    height: 50px;
    background: linear-gradient(48deg, #FF4136 0%, #FCBC07 100%);

    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 97px auto 0;
}



.plan{
    background-image: url("../img/achieve_bg1.png");
    background-size: cover;
}
.plan-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 24px;
}
.plan-each{
    width: 32%;
    background: #FFFFFF;
    padding: 32px 24px;
    box-sizing: border-box;
    margin-top: 40px;
    box-shadow: 0 0 10px 1px rgba(18,0,52,0.1);
    position: relative;
    top: 0;
}
.plan-each:hover{
    transition: 0.1s all linear;
    box-shadow: 0 20px 40px 1px rgba(254,83,45,0.2);
    top: -10px;
}
.plan-each:hover .plan-line-text{
    display: block;
}
@media (max-width: 960px) {
    .plan-each{
        width: 100%;
    }
}
.plan-each > img{
    width: 64px;
    height: 64px;
}
.plan-each-title{
    font-size: 24px;
    font-weight: 600;
    color: #151948;
    margin-top: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.plan-each-text{
    height: 60px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-top: 12px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.plan-line{
    height: 20px;
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.plan-line-text{
    font-size: 14px;
    font-weight: 400;
    color: #FE532D;
    margin-right: 4px;
    display: none;
}
.line-plan{
    width: 48px;
    height: 2px;
    background: #FE532D;
    border-radius: 2px;
}



.scenario{
    background-image: url("../img/deliver_bg1.png");
    background-size: cover;
}
.scenario-content{
    margin-top: 64px;
}
.scenario-tab{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.scenario-tab-each{
    width: 12%;
    height: 46px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    font-size: 16px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    user-select: none;
}
.scenario-active{
    background-color: #FE532D;
    color: #fff;
}
.scenario-tab-each:hover{
    background-color: #FE532D;
    color: #fff;
}
.scenario-info{
    margin-top: 69px;
}
.scenario-info-each{
    display: none;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.scenario-info-active{
    display: flex;
}
.scenario-left{
    width: 45%;
}
.scenario-left > img{
    width: 100%;
}
.scenario-right{
    width: 50%;
}
.scenario-title{
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
}
.scenario-right-info{

}
.scenario-each{
    display: flex;
    align-items: center;
    margin-top: 48px;
}
.scenario-each > img{
    width: 72px;
    height: 72px;
}
.scenario-text{
    margin-left: 24px;
}
.scenario-title{
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
}
.scenario-tip{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 12px;
}
@media (max-width: 960px) {
    .scenario-left{
        width: 100%;
    }
    .scenario-right{
        width: 100%;
    }
    .scenario-tab-each{
        font-size: 12px;
        width: 20%;
        margin: 1% 2%;
    }
    .scenario-tab{
        justify-content: unset;
    }
}




.exhibit{
    background-image: url("../img/achieve_bg1.png");
    background-size: cover;
}
.exhibit-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 82px;
}
.exhibit-img1,.exhibit-img5{
    width: 168px;
}
.exhibit-img2,.exhibit-img4{
    width: 204px;
}
.exhibit-img3{
    width: 240px;
}
.exhibit-each > img{
    width: 100%;
}



.deliver{
    background-image: url("../img/deliver_bg1.png");
    background-size: cover;
}
.deliver-content{
    margin-top: 44px;
}




.brief{}
.brief-content{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.brief-subtitle{
    font-size: 20px;
    font-weight: normal;
    color: #FE532D;
}
.brief-title{
    font-size: 35px;
    font-weight: normal;
    color: #333333;
}
.brief-text{
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    text-align: center;
    margin-top: 40px;
}
.brief-info{
    width: 300px;
    height: 50px;
    background: linear-gradient(48deg, #FF4136 0%, #FCBC07 100%);
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}





.bottom{
    background-color: #131522;
}
.bottom-line{
    width: 100%;
    height: 10px;
    background: linear-gradient(135deg, #FF4136 0%, #FCBC07 100%);
}
.bottom-info{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bottom-info-introduce{
    width: 28%;
}
.bottom-info-introduce > img{
    height: 61px;
}
.introduce-text{
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 23px;
    text-align: justify;
    margin-top: 24px;
}
.inp-box{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(153, 153, 153, 0.6);
    margin-top: 30px;
}
.inp-box > img{
    width: 20px;
    height: 20px;
}
.inp-box > input{
    border: none;
    outline: none;
    background-color: #131421;
    flex: 1;
}
.confirm{
    width: 56px;
    height: 25px;
    background: linear-gradient(46deg, #FF4136 0%, #FCBC07 100%);
    border-radius: 1px;

    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-link2{
    width: 25%;
}

@media (max-width: 960px) {
    .bottom-info-introduce{
        width: 70%;
    }
    .bottom-link{
        width: 70%;
        margin-top: 10px;
    }
}
.bottom-link-title{
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
}
.bottom-link > img{
    width: 36px;
}
.bottom-link-each{
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.bottom-link-each > img{
    width: 10px;
}
.bottom-link-each div{
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    margin-left: 4px;
    border-bottom: 1px solid rgba(255,255,255,0);
}
.contact-each{
    display: flex;
    align-items: center;
    margin-top: 17px;
}
.contact-each > img{
    width: 16px;
    height: 16px;
}
.contact-each > div{
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    margin-left: 8px;
}
.filings{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    padding-bottom: 15px;
}
.bottom-link-each:hover{
    cursor: pointer;
}
.bottom-link-each:hover div{
    color: #FE532D;
    border-bottom: 1px solid #FE532D;
}
.bottom-link-each:hover img{
    content: url("../img/icon_13.png");
}

