.banner {
    width: 100%;
    min-height: 44vh;
    background: #ffffff url(../images/index/banner.jpg) center bottom no-repeat;
    background-size: cover;
}

/* S 轮播图 */
.fullscreen {
    position: relative;
}
.hd {
    position: absolute;
    left: 50%;
    bottom: 6rem;
    transform: translateX(-50%);
}
.hd ul li {
    font-size: 0;
    width: 8.6rem;
    height: 5px;
    background: rgba(255, 255, 255, 0.26);
    float: left;
    margin: 0 1.6rem;
}
/* E 轮播图 */

.news {
    margin-top: 5rem;
    margin-bottom: 6rem;
}


.steps {
    padding: 5rem 0;
    margin: 0 3rem;
    max-height: 55.2rem;
}
.steps .steps-item {
    border-left: 1px solid #E3E3E3;
    padding-bottom: 3.6rem;
    font-weight: 400;
    padding-left: 2rem;
    position: relative;
}
.steps .steps-item::after {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
    background: #FFFFFF;
    border: 0.5rem solid #6FD397;
    border-radius: 50%;
    position: absolute;
    left: -0.8rem;
    top: 0;
}
.steps .steps-item-title {
    font-size: 1.6rem;
    color: #343434;
    line-height: 2.4rem;
    position: relative;
    top: -0.4rem;
}
.steps .steps-item-date {
    font-size: 1.4rem;
    color: #9A9A9A;
    line-height: 2.4rem;
}

.fixed-more {
    background: linear-gradient(to top, rgb(251 251 251), rgb(251 251 251), transparent);
    width: 100%;
    height: 18rem;
    position: absolute;
    left: 0;
    bottom: 0;
}
.fixed-more a{
    position: absolute;
    left: 50%;
    bottom: 4.3rem;
    margin-left: -6rem;
    width: 12rem;
    height: 4.2rem;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #6ED498;
    border-radius: 4px;
    color: #229450;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 4.2rem;
    text-align: center;
    text-decoration: none;
}



.organizations {

}
.organization-item {
    margin: 1.4rem 0;
    text-align: center;
}
.organization-item .flexs-item-img{
    max-width: 100%;
    object-fit: auto 100%;
    object-position: center center;
}

@media screen and (max-width: 769px) {
    .hd ul li {
        width: 3rem;
        margin: 0 1rem;
    }
    .grid-hd h3 .txt-title-english, .section-title h3 .txt-title-english {

    }
}