
.section{
    padding: 60px 0;
    box-sizing: border-box;
}
.banner{
    position: relative;
}
.banner-text{
    width: 30%;
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    flex-direction: column;
}
.banner-title{
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.banner-tip{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 24px;
    text-align: center;
}
.banner-btn{
    display: initial;
    padding: 9px 28px;
    box-sizing: border-box;
    background: linear-gradient(45deg, #FF4136 0%, #FCBC07 100%);
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 24px;
}
@media (max-width: 960px) {
    .banner{
        height: 250px;
    }
    .banner img{
        height: 250px;
        object-fit: cover;
    }

    .banner-text{
        width: 60%;
    }
    .banner-title{
        font-size: 14px;
    }
    .banner-tip{
        font-size: 10px;
        margin-top: 5px;
    }
    .banner-btn{
        font-size: 10px;
        margin-top: 5px;
    }
}



.introduce{
    background-color: #F5F6FA;
}
.title-box{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.title-subtitle{
    font-size: 20px;
    font-weight: normal;
    color: #FE532D;
}
.title-title{
    font-size: 35px;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
}
.introduce-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 96px 100px;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 88px;
}
.introduce-content > img{
    width: 236px;
}
.introduce-info{
    width: 60%;
}
@media (max-width: 960px) {
    .introduce-content{
        padding: 20px 10px;
    }
    .introduce-content > img{
        width: 100%;
    }
    .introduce-info{
        width: 100%;
    }
}
.introduce-info-title{
    font-size: 20px;
    font-weight: normal;
    color: #FE532D;
}
.introduce-line-box{
    display: flex;
    align-items: center;
    margin-top: 14px;
}
.introduce-line{
    width: 20px;
    height: 4px;
    background: #FE532D;
    border-radius: 2px;
}
.introduce-point{
    width: 4px;
    height: 4px;
    background: #FE532D;
    border-radius: 2px;
    margin-left: 2px;
}
.introduce-info-text{
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 30px;
    margin-top: 15px;
}



.count{
    background-image: url("../img/count_bg1.png");
    background-size: cover;
}
.count-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.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-num{
        font-size: 24px;
        font-weight: bold;
    }
    .count-title{
        font-size: 10px;
    }
}



.contact{}
.contact-content{
    background-image: url("../img/contact_bg1.png");
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 64px;
    box-sizing: border-box;
    margin-top: 106px;
}
.contact-left{
    width: 40%;
}
.contact-subtitle{
    width: 123px;
    height: 32px;
    background: rgba(255,255,255,0);
    border-radius: 5px;
    border: 1px solid #5E629C;
    font-size: 14px;
    font-weight: 400;
    color: #FE532D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-title{
    font-size: 32px;
    font-weight: 600;
    color: #151948;
    margin-top: 8px;
}
.contact-text{
    font-size: 16px;
    font-weight: 400;
    color: #5E629C;
    line-height: 28px;
    margin-top: 24px;
}
.code-box{
    display: flex;
    align-items: center;
    margin-top: 39px;
}
.code-each{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 76px;
}
.code-each > img{
    width: 105px;
    height: 105px;
}
.code-text{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.code-tip{
    font-size: 12px;
    font-weight: 400;
    color: #333333;
}
.contact-right{
    width: 55%;
}
@media (max-width: 960px) {
    .contact-content{
        padding: 20px 30px;
    }
    .contact-left{
        width: 100%;
    }
    .contact-right{
        width: 100%;
    }
    .code-each{
        margin-right: 20px;
    }
}
.contact-right > img{
    width: 100%;
}



.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");
}





