

.bannerImg {
    height: 600px;
    width: 100%;
}
.block1 .content {
    margin-top: 104px;
    box-sizing: border-box;
    flex-direction: column;
    margin-bottom: 76px;
}

.block1 .list {
    width: 1200px;
    box-sizing: border-box;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
    .block1 .list .left .top-title-en {
        font-size: 24px;
        font-weight:300;
            color:#999;
        text-align: left;
        margin-bottom: 16px;
    }
    .block1 .list .left .top-title {
        color: var(--new-main-color);
        font-weight: bold;
        font-size: 32px;
        text-align: left;
        margin-bottom: 40px;
    }
    .block1 .list .left .item .desc {
        font-size: 16px;
        color: #666;
        line-height: 26px;
    }

    .block1 .right img {
        width:600px;
        margin-left:65px;
    }



.block1 .left .btns {
    margin-top:46px;
}
    .block1 .left .btns .item {
        display:flex;
        flex-direction: column;
        align-items:center;
        justify-content:center;
    }
    .block1 .left .btns .item img {
        width: 30px;
        height: 30px;
    }
    .block1 .left .btns .item .tips {
        font-size: 16px;
        color: #666;
    }

