/* banner图 */
.banner-wrap{
    width: 100%;
    height: auto;
    font-size: 0;
}
.banner-wrap img{
    width: 100%;
    height: 100%;
}
/* 路由跳转 */
.router-wrap{
    width: 100%;
    height: 80px;
    box-shadow:0 2px 5px rgba(100, 100, 100, 0.5);
}
.router-list{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.router-item a{
    display: inline-block;
    width: 130px;
    height: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 80px;
}
.router-itemOn a{
    color: white;
    background-color: #54B33E;
}
/* 产业扶贫 */
.povertyRelief-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.povertyRelief-box{
    max-width: 1200px;
    margin: 0 auto;
}
.povertyRelief-title{
    color: #000000;
    font-size: 36px;
}
.povertyRelief-text{
    margin-top: 20px;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}
.povertyRelief-img{
    margin-top: 20px;
    width: 1200px;
    height: 450px;
}
.povertyRelief-img img{
    width: 1200px;
    height: 450px;
}
/* 支持三农 */
.agriculture-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.agriculture-box{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.agriculture-Img{
    width: 612px;
    height: 450px;
    margin-top: 20px;
}
.agriculture-Img img{
    width: 612px;
    height: 450px;
}
.agriculture-Text{
    width: calc(100% - 612px);
    height: 450px;
    /*padding-left: 47px;*/
}
.agricultureText-title{
    margin-top: 27px;
    color: #000000;
    font-size: 36px;
}
.agricultureText-text{
    margin-top: 20px;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-left: 100px;
}
/* 公益事业 */
.publicBenefit-wrap{
    width: 100%;
    height: auto;
    margin: 100px 0;
}
.publicBenefit-box{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 25px;
}
.publicBenefit-title{
    font-size: 36px;
    color: #000000;
    text-align: center;
}
.publicBenefit-text{
    color: #666666;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin-top: 28px;
}
.publicBenefit-list{
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.publicBenefit-item{
    width: 386px;
    height: 278px;
    font-size: 0;
}
/* 手机端 */
@media screen and (max-width: 768px){
    /* 产业扶贫 */
    .povertyRelief-wrap{
        margin-top: 30px;
        padding: 0 30px;
    }
    .povertyRelief-title{
        text-align: center;
    }
    .povertyRelief-img{
        width: 100%;
        height: auto;
        font-size: 0;
    }
    .povertyRelief-img img{
        width: 100%;
        height: auto;
    }
    /* 支持三农 */
    .agriculture-wrap{
        margin-top: 30px;
        padding: 0 30px;
    }
    .agriculture-box{
        display: flex;
        flex-wrap: wrap;
    }
    .agriculture-Img {
        width: 100%;
        height: auto;
        font-size: 0;
    }
    .agriculture-Img img{
        width: 100%;
        height: auto;
    }
    .agriculture-Text{
        width: 100%;
        height: auto;
        padding-left: 0;
    }
    /* 公益事业 */
    .publicBenefit-wrap{
        margin: 30px 0;
        padding: 0 30px;
    }
    .publicBenefit-list{
        flex-wrap: wrap;
    }
    .publicBenefit-item {
        width: 100%;
        height: auto;
        margin-top: 10px;
        text-align: center;
    }
    .publicBenefit-item img{
        width: 100%;
        height: auto;
    }
}