/* 极小种群植物 */
.content-inner-mian1 {
    background: white;
    padding-top: 0.3rem;
}

.inner-title-wrapper {
    padding: 0.15rem 0;
    border-bottom: 1px solid #e5e5e5;
}

    .inner-title-wrapper img {
        width: 0.3rem;
        vertical-align: middle;
    }

        .inner-title-wrapper img.small-img {
            width: 0.22rem;
        }

    .inner-title-wrapper span {
        color: #999999;
        font-size: 0.16rem;
        padding: 0 0.13rem;
        text-transform: capitalize;
        vertical-align: middle;
    }

    .inner-title-wrapper .english-text {
        background: url(../images/line.png) no-repeat left center;
        background-size: 2px;
    }

    .inner-title-wrapper .china-text {
        font-size: 0.22rem;
        color: #333333;
    }

.more {
    color: #999999;
    font-size: 0.16rem;
    text-transform: uppercase;
}

.inner-main1-item {
    width: 17%;
    border-radius: 10px;
    text-align: center;
    padding: 0.25rem 0 0.34rem;
    border: 2px solid #ecf7f3;
    background: linear-gradient(to bottom,#f2f9f7, #fefefe);
    background: -moz-linear-gradient(to bottom, #f2f9f7, #fefefe);
    background: -webkit-gradient(linear, to bottom, from(#f2f9f7), to(#fefefe));
    background: -ms-linear-gradient(#f2f9f7 0%,#fefefe 100%);
    /* IE8及以下通过滤镜实现： */
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorStr='#f2f9f7',endColorStr='#fefefe'); /*IE滤镜实现渐变*/
    /* 其中，gradientType=1代表横向渐变，gradientType=0代表纵向淅变。startcolorstr=”色彩” 代表渐变渐变起始的色彩，endcolorstr=”色彩” 代表渐变结尾的色彩。 */
}

    .inner-main1-item .icon {
        width: 0.6rem;
        margin: 0 auto;
    }

        .inner-main1-item .icon img {
            width: 100%;
        }

    .inner-main1-item .nums {
        color: #666666;
        margin: 0.23rem 0;
        font-size: 0.16rem;
    }

        .inner-main1-item .nums span {
            font-size: 0.3rem;
            font-weight: bold;
            color: #333333;
            margin-right: 0.1rem;
        }

    .inner-main1-item .name {
        font-size: 0.18rem;
    }

.content-inner-main2 {
    background: url(../images/bg_img1.png) no-repeat right bottom;
    background-size: 12%;
    padding: 0.4rem 0 0.5rem;
}

.inner-main2-left {
    width: 54%;
}

.inner-main2-right {
    width: 42%;
}

.inner-main2-left-contnet p {
    margin-top: 0.2rem;
    line-height: 0.3rem;
}

.content-inner-main2 .inner-main2-right {
    padding-top: 0.1rem;
}

.inner-main2-content {
    background: white;
    border-radius: 10px;
    padding: 0.2rem;
}

.content-inner-main3 {
    padding: 0.3rem 0 0.5rem;
}
    /* 项目成果 */
    .content-inner-main3 .img-box {
        padding: 0.18rem;
        width: 2.23rem;
    }

    .content-inner-main3 .p-box {
        flex: 1;
        padding-right: 0.1rem;
    }

    .content-inner-main3 .inner-main2-left-contnet {
        margin-top: 0.1rem;
    }

.inner-main4-content {
    border-radius: 10px;
}
/* 专家库 */
.inner-main4-left {
    width: 35%;
}

.inner-main4-right {
    width: 63%;
}

.zjk-item {
    position: relative;
    width: 29%;
    margin-right: 4%;
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin-top: 0.2rem;
}

    .zjk-item img {
        width: 100%;
        object-fit: cover;
    }

.zj-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px 4px 0 0;
    background: rgba(255, 255, 255, 0.7);
    padding: 0.08rem 0.06rem;
    text-align: center;
    font-size: 0.16rem;
}

    .zj-info .zj-name {
        font-size: 0.18rem;
    }

.zjk-item:nth-of-type(3n) {
    margin-right: 0;
}
/* 联系方式 */
.inner-main4-content + .inner-main4-content {
    margin-top: 0.2rem;
}

.lxfs-name {
    font-size: 0.24rem;
    padding: 0.2rem 0;
    margin-bottom: 0.4rem;
}

.lxfs-item {
    width: 21%;
    background: url(../images/lx_bg.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    padding: 0.54rem 0.1rem 0.23rem;
    text-align: center;
    font-size: 0.16rem;
}

    .lxfs-item .lxfs-icon {
        position: absolute;
        width: 0.6rem;
        height: 0.6rem;
        left: 50%;
        top: -0.3rem;
        transform: translateX(-50%);
    }

        .lxfs-item .lxfs-icon img {
            width: 100%;
        }

.lxfs-text {
    margin-bottom: 0.06rem;
    color: #999999;
}

.lxfs-desc {
    line-height: 0.26rem;
}

/* 合作伙伴 */
.links li {
    width: 18%;
    margin-right: 2%;
    margin-bottom: 0.2rem;
}

    .links li a {
        display: block;
        border: 1px solid #eee;
        border-radius: 12px;
    }

    .links li img {
        width: 100%;
        display: block;
    }

.content-inner-main4 {
    background: url(../images/bg_img2.png) no-repeat right bottom;
    background-size: 5rem;
}
