.view {
    width: 100%;
    padding: 0 1.75rem;
    position: relative;
}

.sub-banner {
    height: 20rem;
    overflow: hidden;
}

.wr {
    width: 100%;
    position: relative;
}

.bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
}

.sus-a {
    padding: 5.725rem 0;
    text-align: center;
}

.sus-a .txt {
    text-transform: uppercase;
}

.sus-b {
    height: 26.275rem;
}

.sus-b .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 3.925rem 1.75rem;
    text-transform: uppercase;
}

.sus-b .txt .t2 {
    line-height: 1.2;
    margin-top: 2rem;
    width: 100%;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sus-b .txt .t3 {
    width: 21.65rem;
    color: #FFFFFF;
    text-transform: none;
    padding-top: 1.5rem;
    margin-left: calc(100% - 21.65rem);
}

.sus-b .txt .t3 span{
    font-size: 0.55rem !important;
}

.sus-c {
    background-color: #fff;
    height: 23.9rem;
}

.sus-c .t1 {
    text-align: left;
    line-height: 1.1;
    position: absolute;
    top: 5.65rem;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    z-index: 2;
}

.sus-c .img {
    position: absolute;
    top: 7.15rem;
    left: 17.3%;
    width: 11.75rem;
}

.sus-c .t2 {
    color: #333333;
    position: absolute;
    right: 12.34%;
    top: 13.2rem;
    width: 12.9rem;
}

.sus-c .t2 span{
    font-size: 0.5rem !important;
}

.sus-d {
    background: #F5F5F5;
    padding: 1.95rem 0;
    padding-right: 6.25rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.sus-d .txt {
    padding-left: 6.375rem;
    padding-top: 3.275rem;
}

.sus-d .txt .t2 {
    width: 12.9rem;
    color: #333333;
    margin-top: 1.2rem;
}

.sus-d .list {
    width: 16.325rem;
    display: flex;
    flex-wrap: wrap;
}

.sus-d .list .li {
    width: 100%;
    background-color: #fff;
    display: flex;
    padding: 1.6rem 1rem;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0.4rem;
}

.sus-d .list .li:nth-child(2n) {
    margin-right: 0;
}

.sus-d .list .li .icon {
    width: 4.25rem;
    height: 4.25rem;
    background: #F7F7F7;
    border-radius: 50%;
    position: relative;
}

.sus-d .list .li .newsyy {
    width: calc(100% - 5rem);
    padding-left: 1rem;
}

.sus-d .list .li .icon .num {
    position: absolute;
    bottom: -0.425rem;
    left: -0.425rem;
    color: #F4C520;
    line-height: 1;
    font-size: 1.8rem;
    opacity: 0.5;
}

.sus-d .list .li .tit-22 {
    /* margin-top: 1.65rem; */
    color: #000;
}

.sus-d .list .li .tit-16 {
    margin-top: .5rem;
    color: #666;
}

.cont-box {
    padding: 0 1.75rem;
    margin-bottom: 1.25rem;
}

.cont-box .box {
    padding: 2.025rem 0 2.1rem;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cont-box .box .t {
    margin-top: 1.225rem;
    margin-bottom: 1.275rem;
}

.cont-box .box .tit-48 {
    text-transform: capitalize;
}

.about-f,
.cont-box {
    display: none;
}

@media (max-width: 767px) {
    .view{
        padding: 0 0.5rem;
    }
    .sub-banner {
        height: 9rem;
    }
    .sus-a{
        padding: 1rem 0.5rem !important;
    }
    .sus-a .txt {
        font-size: .6rem !important;
        text-align: left;
    }
    .sus-b{
        height: 20rem !important;
    }
    .sus-b .txt{
        padding: 2rem 0.5rem;
    }
    .sus-b .txt .t1{
        font-size: .7rem !important;
    }
    .sus-b .txt .t2{
        margin-top: .5rem;
        font-size: .9rem !important;
        padding-bottom: 1rem;
    }
    .sus-b .txt .t3{
        width: 100%;
        margin-left: 0;
        padding-top: 1rem;

    }
    .sus-b .txt .t3 span{
        font-size: .65rem !important;
    }
    .sus-c{
        padding: 2rem 0.5rem 1rem;
        height: auto;
    }
    .sus-c .t1{
        position: relative;
        top: 0;
        left: 0;
        transform: translateX(0);
        font-size: .9rem;
        text-align: center;
    }
    .sus-c .img{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .sus-c .img img{
        width: 100%;
    }
    .sus-c .t2 {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }
    .sus-c .t2 span {
        font-size: .6rem !important;
    }
    .sus-d {
        flex-direction: column;
        padding: 2rem 0.5rem;
    }
    .sus-d .txt {
        padding: 0;
    }
    .sus-d .txt .t1{
        font-size: .9rem;
    }
    .sus-d .txt .t2{
        font-size: .6rem;
    }
    .sus-d .list{
        width: 100%;
    }
    .sus-d .list .li{
        padding: 1rem .5rem 1rem 1rem;
    }
    .sus-d .list .li .newsyy{
        margin-top: 0;
        padding-left: 0.5rem;
        width: calc(100% - 4.25rem);
    }
    .sus-d .list .li .tit-22{
        font-size: .7rem;
    }
    .sus-d .list .li .tit-16{
        margin-top: 0.25rem;
        font-size: .6rem;
    }
}