


.section{
    padding: 60px 0;
    box-sizing: border-box;
}

.banner{
    position: absolute!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner:after{
    content: unset;
}
.banner:before{
    content: unset;
}
.banner-left{
    width: 55%;
}
.banner-right{
    width: 30%;
}

.banner-title{
    font-size: 56px;
    font-weight: bold;
    color: #FFFFFF;
}
.banner-text{
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 20px;
}
.banner-btn{
    width: 224px;
    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: 40px;
}
.banner-right > img{
    width: 100%;
}

@media (max-width: 960px) {
    .banner{
        width: 100%;
    }
    .banner-img{
        content: url("https://chainnovel.oss-cn-beijing.aliyuncs.com/homeimg/banner_5.png");
        object-fit: cover;
    }
    .banner-left{
        width: 100%;
    }
    .banner-right{
        width: 100%;
        margin-top: 10px;
    }
    .banner-right > img{
        width: 100%;
        height: 100%;
    }
    .banner-title{
        font-size: 30px;
        text-align: center;
    }
    .banner-text{
        text-align: center;
    }
    .banner-btn{
        margin: 40px auto 0;
    }
}




.title-box{
}
.line{
    width: 65px;
    height: 6px;
    background: #FE532D;
}
.title-text{
    font-size: 26px;
    font-weight: bold;
    color: #232845;
    margin-top: 16px;
}
.tip{
    width: 80%;
    font-size: 18px;
    font-weight: 400;
    color: #77798B;
    margin-top: 16px;
}
@media (max-width: 960px) {
    .tip{
        width: 80%;
    }
}
.provider{
    background-color: #F8F8F8;
}
.provider-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.provider-each{
    width: 32%;
    padding: 30px 32px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #C5C3C3;
    margin-top: 51px;
}
@media (max-width: 960px) {
    .provider-each{
        width: 100%;
    }
}
.provider-each > img{
    width: 66px;
    height: 66px;
}
.provider-each-title{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 16px;
}
.provider-each-tip{
    width: 75%;
    font-size: 14px;
    font-weight: normal;
    color: #686868;
    margin-top: 10px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.provider-each:hover{
    box-shadow: 0px 20px 40px 1px rgba(254,83,45,0.2);
    border: 1px solid #fff;
}
.provider-each:hover .provider-each-title{
    color: #FE532D;
}

.count{
    background-image: url("https://chainnovel.oss-cn-beijing.aliyuncs.com/homeimg/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;*/
    /*}*/
}

.plan{
    background-color: #fff;
}
.plan-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}
.plan-each{
    width: 47%;
    margin-top: 30px;
}
.plan-each > img{
    width: 100%;
}
.plan-each-text{
    font-size: 20px;
    font-weight: bold;
    color: #232845;
    margin-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.serve{
    background-image: url("../img/achieve_bg1.png");
    background-size: cover;
}
.serve-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 32px;
}
.serve-left{
    width: 47%;
    margin-top: 77px;
}
.serve-each{
    display: flex;
    align-items: center;
    margin-top: 52px;
}
.serve-each > img{
    width: 72px;
    height: 72px;
}
.serve-info{
    margin-left: 16px;
}
.serve-info-title{
    font-size: 20px;
    font-weight: bold;
    color: #222222;
}
.serve-info-text{
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    margin-top: 9px;
}

.serve-right{
    width: 47%;
}
.serve-img{
    width: 70%;
}
.serve-img > img{
    width: 100%;
}
.serve-img-two{
    width: 100%;
    position: relative;
    top: -107px;
    left: 111px;
}
.serve-img-two img{
    width: 100%;
}
@media (max-width: 960px) {
    .serve-left{
        width: 100%;
        margin-top: 0px;
    }
    .serve-right{
        width: 100%;
        margin-top: 20px;
    }
}




.dominant-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 24px;
}
.dominant-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;
}
.dominant-each:hover{
    transition: 0.1s all linear;
    box-shadow: 0 20px 40px 1px rgba(254,83,45,0.2);
    top: -10px;
}
.dominant-each:hover .dominant-line-text{
    display: block;
}
@media (max-width: 960px) {
    .dominant-each{
        width: 100%;
    }
}
.dominant-each > img{
    width: 64px;
    height: 64px;
}
.dominant-each-title{
    font-size: 24px;
    font-weight: 600;
    color: #151948;
    margin-top: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dominant-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;
}
.dominant-line{
    height: 20px;
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.dominant-line-text{
    font-size: 14px;
    font-weight: 400;
    color: #FE532D;
    margin-right: 4px;
    display: none;
}
.line-dominant{
    width: 48px;
    height: 2px;
    background: #FE532D;
    border-radius: 2px;
}







.process{
    background-image: url("https://chainnovel.oss-cn-beijing.aliyuncs.com/homeimg/process_bg1.png");
    background-size: cover;
}
.process-content{
    margin-top: 106px;
}
.process-content img{
    width: 100%;
}




.news{}
.news-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-feature{
    width: 47%;
}
.news-summary{
    width: 47%;
}
@media (max-width: 960px) {
    .news-feature{
        width: 100%;
    }
    .news-summary{
        width: 100%;
    }
}
.news-feature-title{
    font-size: 14px;
    font-weight: 400;
    color: #232845;
}
.feature-each:last-child{
    margin-top: 32px;
}
.feature-each-title{
    font-size: 24px;
    font-weight: bold;
    color: #232845;
}
.feature-each-text{
    font-size: 14px;
    font-weight: 400;
    color: #232845;
    margin-top: 12px;
}
.view{
    display: flex;
    align-items: center;
    margin-top: 16px;
    cursor: pointer;
    user-select: none;
}
.view div{
    font-size: 14px;
    font-weight: 400;
    color: #FE532D;
}
.view img{
    width: 16px;
    height: 16px;
    margin-left: 4px;
}

.feature-line{
    width: 432px;
    height: 0;
    opacity: 0.2;
    border: 0.5px solid #707070;
    margin-top: 14px;
}
.news-summary-title{
    font-size: 14px;
    font-weight: 400;
    color: #232845;
}
.summary-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}
.summary-each{
    width: 48%;
}
.summary-each > img{
    width: 100%;
}
.summary-each-date{
    font-size: 14px;
    font-weight: 400;
    color: #232845;
    margin-top: 14px;
}
.summary-each-title{
    font-size: 16px;
    font-weight: bold;
    color: #232845;
    margin-top: 15px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 90px;
}
.summary-each-view{
    display: flex;
    align-items: center;
    margin-top: 14px;
    cursor: pointer;
    user-select: none;
}
.summary-each-view div{
    font-size: 14px;
    font-weight: 400;
    color: #FE532D;
}
.summary-each-view img{
    width: 16px;
    height: 16px;
    margin-left: 4px;
}
.more{
    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: 56px auto 0;
}


.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");
}
