.ecology .banner {
    width: 100%;
    height: 8rem;
    position: relative;
    overflow: hidden;
}

.ecology .banner .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 10;
    border: none;
}

.ecology .banner .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 1.2rem;
    z-index: 20;
}

.ecology .banner .content .title {
    font-weight: 700;
    font-size: 0.64rem;
    color: #28282d;
    line-height: 0.84rem;
    text-align: center;
    white-space: pre-wrap;
}

.ecology .banner .content .desc {
    margin-top: 0.2rem;
    font-weight: 300;
    font-size: 0.32rem;
    color: #69696D;
    line-height: 0.48rem;
}

.ecology .banner .content .desc p {
    white-space: pre-wrap;
    text-align: center;
}

.ecology .banner .intro-wrapper {
    position: absolute;
    left: 0.66rem;
    right: 0.66rem;
    bottom: 0.4rem;
    z-index: 20;
}
.ecology .banner .intro-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.28rem 0.38rem;
    background: #FFFFFF;
    box-shadow: 0.08rem 0.12rem 0.2rem 0rem rgba(0, 0, 0, 0.05);
    border-radius: 0.16rem;
    overflow: hidden;
}
.ecology .banner .intro-list .intro-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ecology .banner .intro-item-icon {
    -webkit-flex: 0 0 0.48rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 0.48rem;
    flex: 0 0 0.48rem;
    height: 0.48rem;
}
.ecology .banner .intro-item-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ecology .banner .intro-item-title {
    margin-left: 0.16rem;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
    font-size: 0.32rem;
    color: #28282d;
    line-height: 0.44rem;
}

.ecology .talent-section {
    background: #fff;
}

.ecology .talent-section .talent .content {
    margin-top: 0.84rem;
}
.ecology .talent-section .talent .content .intro-img {
    display: block;
    width: 100%;
}


.ecology .diversification-section {
    background: #F5F5FA;
}

.ecology .diversification-section .diversification .tabs {
    margin-top: 0.8rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ecology .diversification-section .diversification .tabs .tabs-item {
    margin-right: 0.32rem;
    padding: 0.12rem 0.4rem;
    position: relative;
    font-weight: 300;
    font-size: 0.28rem;
    color: #28282d;
    line-height: 0.38rem;
    border-radius: 0.12rem;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ecology .diversification-section .diversification .tabs .tabs-item:last-child {
    margin-right: 0;
}
.ecology .diversification-section .diversification .tabs .tabs-item.active {
    font-weight: 500;
    background: rgba(32, 58, 230, 0.1);
}
.ecology .diversification-section .swiper-slide .pic{
    display: block;
    width: 100%;
}

.ecology .swiper-section {
    margin-top: 0.6rem;
}


.ecology .cooperate-section {
    background: #fff;
}

.ecology .cooperate-section .cooperate .content {
    margin-top: 0.8rem;
}

.ecology .cooperate-section .cooperate-item {
    margin-bottom: 0.28rem;
    padding: 0.4rem;
    width: 100%;
    border-radius: 0.24rem;
    overflow: hidden;
    background: #F5F5FA;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ecology .cooperate-section .cooperate-item:last-child {
    margin-bottom: 0;
}

.ecology .cooperate-section .cooperate-item .icon-name {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ecology .cooperate-section .cooperate-item .icon-name .icon {
    -webkit-flex: 0 0 0.48rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 0.48rem;
    flex: 0 0 0.48rem;
    height: 0.48rem;
}

.ecology .cooperate-section .cooperate-item .icon-name .icon img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ecology .cooperate-section .cooperate-item .icon-name .name {
    margin-left: 0.24rem;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
    font-size: 0.4rem;
    color: #28282d;
    line-height: 0.54rem;
}

.ecology .cooperate-section .cooperate-item .desc {
    margin-top: 0.16rem;
    font-weight: 300;
    font-size: 0.28rem;
    color: rgba(50, 50, 65, 0.7);
    line-height: 0.48rem;
    text-align: justify;
}