
.section{
    padding: 60px 0;
    box-sizing: border-box;
}
.banner{
    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;
}
.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;
}
@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;
    }
    .banner-arrow{
        margin-top: 20px;
    }
    .banner-info{
        display: none;
    }
}




.combination{
    background-image: url("../img/achieve_bg1.png");
    background-size: cover;
}
.combination-content{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 40px;
}
.combination-content > img{
    width: 50%;
}
.combination-left{
    position: absolute;
    left: 0;
    top: 230px;
    width: 38%;
    padding: 48px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 0 40px 1px rgba(0,0,0,0.1);
    border-radius: 30px;
}
.combination-left > img{
    width: 120px;
    height: 120px;
}
.combination-title{
    font-size: 26px;
    font-weight: normal;
    color: #333333;
    margin-top: 32px;
}
.combination-text{
    font-size: 20px;
    font-weight: normal;
    color: #666666;
    margin-top: 19px;
}
.combination-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: 48px;
}
.combination-right{
    position: absolute;
    top: 350px;
    right: 0;
    width: 37%;
    padding: 32px 32px 39px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 0 40px 1px rgba(0,0,0,0.1);
    border-radius: 30px;
}
@media (max-width: 960px) {
    .combination-content > img{
        width: 100%;
    }
    .combination-left{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        margin-top: 10px;
    }
    .combination-right{
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        margin-top: 10px;
    }
}
.combination-right > img{
    width: 120px;
    height: 120px;
}
.combination-right-title{
    font-size: 26px;
    font-weight: normal;
    color: #333333;
    margin-top: 24px;
}
.combination-right-text{
    font-size: 20px;
    font-weight: normal;
    color: #666666;
    margin-top: 16px;
}
.combination-right-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: 24px;
}


.diversify{}
.diversify-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 64px;
}
.diversify-each{
    width: 32%;
    background: #FFFFFF;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}
@media (max-width: 960px) {
    .diversify-each{
        width: 100%;
        margin-top: 10px;
    }
}
.diversify-each > img{
    width: 100%;
}
.diversify-info{
    padding: 24px 24px 111px;
    box-sizing: border-box;
}
.diversify-title{
    font-size: 20px;
    font-weight: 600;
    color: #151948;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.diversify-text{
    font-size: 16px;
    font-weight: 400;
    color: #5E629C;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.diversify-each:hover{
    position: relative;
    transition: 0.1s all linear;
    top: -24px;
    box-shadow: 0 2px 30px 1px rgba(183,33,0,0.3);
}
.diversify-each:hover .diversify-title{
    color: #FE532D;
}
.diversify-each:hover .diversify-text{
    color: #FE532D;
}




.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");
}
