.section{
    overflow: hidden;
    background: #070707;
}
.section .wrap{
    width: 1382px;
    margin: 133px auto 129px;
}
.section .wrap .title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}
.section .wrap .title .circle{
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0 30px;
}
.section .wrap .content{
    margin: 97px 0 0 0;
}
.section .wrap .content .headline{
    width: 100%;
    height: 76px;
    background: #181818;
    display: flex;
    align-items: center;
    padding: 0 10px 0 112px;
}

.section .wrap .content .headline p{
    font-size: 16px;
    font-family: X-ZhongHei;
    font-weight: normal;
    color: #FFFFFF;
    opacity: 0.2;
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section .wrap .content .headline p:not(:first-child) {
    text-align: center;
}
.section .wrap .content .headline p:not(:last-child) {
    margin: 0 30px 0 0;
}
.section .wrap .content .headline p:first-child{
    width: 130px;
}
.section .wrap .content .item{
    height: 76px;
    border-bottom: 1px solid rgba(24, 24, 24, 1);
    display: flex;
    align-items: center;
    padding: 0 10px 0 112px;
}
.section .wrap .content .item p{
    font-size: 16px;
    font-family: X-ZhongHei;
    font-weight: normal;
    color: #FFFFFF;
    opacity: 0.3;
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section .wrap .content .item p:not(:first-child) {
    text-align: center;
}
.section .wrap .content .item p:not(:last-child) {
    margin: 0 30px 0 0;
}
.section .wrap .content .item p:first-child{
    width: 130px;
}
.section .wrap .content .item a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0274D5;
    width: 240px;
    text-align: center;
}
.section2{
    width: 100%;
    overflow: hidden;
    background: #070707;
}
.section2 .wrap{
    width: 1382px;
    margin: 100px auto 127px;
}
.section2 .wrap .title{
    margin: 0 0 100px 87px;
}
.section2 .wrap .title span{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}
.section2 .wrap .title p{
    font-size: 38px;
    font-family: Roboto;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.04;
    position: relative;
    top: -30px;
}
.section2 .wrap .content{
    position: relative;
}
.section2 .wrap .content .background{
    bottom: -31px;
    left: 35px;
    position: absolute;
    pointer-events: none;
}
.section2 .wrap .content .matter{
    margin: 0 0 0 130px;
    display: flex;
}
.section2 .wrap .content .matter .item:not(:last-child) {
    margin: 0 100px 0 0;
}
.section2 .wrap .content .matter .item .circle{
    width: 80px;
    height: 80px;
    background: #0274D5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.section2 .wrap .content .matter .item .images{
    text-align: center;
    margin: 31px 0 23px 0;
}
.section2 .wrap .content .matter .item .text{
    text-align: center;
}
.section2 .wrap .content .matter .item .text p{
    font-size: 16px;
    font-family: X-ZhongHei;
    font-weight: normal;
    color: #FFFFFF;
    white-space: nowrap;
}
.section2 .wrap .content .matter .item:nth-child(2n){
    margin: 50px 100px 0 0;
}
.section3{
    width: 100%;
    background: #070707;
    overflow: hidden;
}
.section3 .wrap{
    width: 1382px;
    margin: 100px auto 157px;
}
.section3 .wrap .title{
    margin: 0 0 100px 87px;
}
.section3 .wrap .title span{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}
.section3 .wrap .title p{
    font-size: 38px;
    font-family: Roboto;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.04;
    position: relative;
    top: -30px;
}
.section3 .wrap .content{
    margin: 0 0 0 87px;
}
.section3 .wrap .content p{
    font-size: 16px;
    font-family: X-ZhongHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 55px;
    opacity: 0.5;
}
@media screen and (max-width: 1600px) {
    .section .wrap{
        max-width: 90%;
    }
}
@media screen and (max-width: 1500px) {
    .section .wrap{
        max-width: 90%;
    }
    .section .wrap .content .item p:nth-child(1), .section .wrap .content .item p:nth-child(2), .section .wrap .content .item p:nth-child(3),.section .wrap .content .headline p:nth-child(1),.section .wrap .content .headline p:nth-child(2),.section .wrap .content .headline p:nth-child(3){
        width: 165px;
    }
    .section2 .wrap{
        max-width: 90%;
    }
}

@media screen and (max-width: 1366px) {
    .section .wrap .content .item p:nth-child(1), .section .wrap .content .item p:nth-child(2), .section .wrap .content .item p:nth-child(3),.section .wrap .content .headline p:nth-child(1),.section .wrap .content .headline p:nth-child(2),.section .wrap .content .headline p:nth-child(3){
        width: 140px;
    }
    .section2 .wrap .content .matter{
        margin: 0;
        justify-content: center;
    }
    .section2 .wrap .content .matter .item:last-child{
        margin: 0!important;
    }
}

/* mobile */
@media screen and (max-width: 1270px) {
    .section .wrap {
        margin: 49px auto 60px;
    }
    .section .wrap .title{
        font-size: 22px;
    }
    .section .wrap .title .circle{
        margin: 0 15px;
    }
    .section .wrap .content {
        margin: 44px 0 0 0;
    }
    .section .wrap .content .headline ,.section .wrap .content .item{
        height: 61px;
    }
    .section .wrap .content .headline,.section .wrap .content .item{
        padding: 0 5%;
        justify-content: space-between;
    }
    .section .wrap .content .item a,.section .wrap .content .item p,.section .wrap .content .headline p{
        font-size: 12px;
    }
    .section .wrap .content{
        overflow-x: scroll;
    }
    .section .wrap .content .scroll_rig {
        width: 289%;
    }
    .section2 .wrap {
        margin: 10px auto 50px;
    }
    .section2 .wrap .title span{
        font-size: 25px;
    }
    .section2 .wrap .title{
        margin: 0;
        text-align: center;
    }
    .section2 .wrap .title p{
        font-size: 35px;
    }
    .section2 .wrap .content .matter .item{
        margin: 0!important;
    }
    .section2 .wrap .content .matter{
        flex-wrap: wrap;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 45px 0;
    }
    .section2 .wrap .content .matter .item .circle{
        width: 60px;
        height: 60px;
    }
    .section2 .wrap .content .matter .item .images {
        margin: 20px 0 23px 0;
    }
    .section2 .wrap .content .matter .item .text p{
        font-size: 14px;
    }
    .section3 .wrap .title{
        margin: 0;
    }
    .section3 .wrap{
        width: 90%;
        margin: 50px auto;
    }
    .section3 .wrap .title span{
        font-size: 25px;
    }
    .section3 .wrap .title p{
        font-size: 35px;
    }
    .section3 .wrap .content p{
        font-size: 12px;
        line-height: 30px;
    }
    .section3 .wrap .content{
        margin: 0;
    }
}
@media screen and (max-width: 540px) {
    .section2 .wrap .content .matter{
        grid-template-columns: repeat(2,1fr);
    }
}
