
.section{
    padding: 60px 0;
    box-sizing: border-box;
}
.banner{
    position: relative;
}
.banner-text{
    position: absolute !important;
    left: 50%;
    top: 170px;
    transform: translate(-50%,0);
}
.banner-title{
    font-size: 48px;
    font-weight: normal;
    color: #FFFFFF;
}
.banner-tip{
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: 16px;
}
.banner-arrow{
    margin-top: 130px;
}
.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;
    }
}
.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;
}

.news{
    background-color: #F5F6FA;
}
.news-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.news-each{
    width: 31.5%;
    background: #FFFFFF;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
    margin: 40px 10px 0;
}
@media (max-width: 960px) {
    .news-each{
        width: 100%;
    }
}
.news-info{
    padding: 32px 24px 24px;
    box-sizing: border-box;
    border: 1px solid rgba(112, 112, 112, 0.2);
}
.news-title{
    height: 75px;
    font-size: 26px;
    font-weight: normal;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-text{
    height: 80px;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.news-view{
    display: flex;
    align-items: center;
    margin-top: 24px;
}
.news-view div{
    font-size: 14px;
    font-weight: 400;
    color: #FE532D;
}
.news-view > img{
    width: 16px;
    height: 16px;
}
.news-time{
    padding: 24px 24px 48px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}


.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");
}





