.banner img{
    width: 100%;
}
.banner {
    overflow: hidden;
    position: relative;
}
.banner .swiper-pagination-bullet-active {
    background-color: #fff !important;
    opacity: 1 !important;
}
.banner .swiper-pagination{
    background-image: linear-gradient(transparent, #00903d87);
    bottom: 4px!important;
    height: 100px;
    line-height: 138px;
}

.swiper-box{
    width: 716px;
    height: 520px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-top: 15px;
}
.swiper-box .swiper-slide{
    width: 716px;
    height: 520px;
}
.swiper-box .swiper-slide a{
    position: relative;
}
.swiper-box .swiper-slide p{
    display: block;
    padding: 20px 10px;
    width: 716px;
    font-weight: bold;
    font-size: 19px;
    color: #24272C;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.swiper-box .swiper-slide img{
    width: 717px;
    height: 429px;
    object-fit: cover;
}
.swiper-box .swiper-pagination-bullet-active{
    background-color: #39A74F !important;
    opacity: 1 !important;
}
.swiper-box .swiper-pagination-bullet{
    opacity: .36;
}
.swiper-box  .swiper-left-arr{
    position: absolute;
    left: 0;
    bottom: 10px;
    cursor: pointer;
    z-index: 11;
}
.swiper-box  .swiper-right-arr{
    position: absolute;
    right: 0;
    bottom: 10px;
    cursor: pointer;
    z-index: 11;
}
.news-box{
    width: 474px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
}
.title{
    overflow: hidden;
    clear: right;
    position: relative;
}
.title > div{
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    color: #007A44;
    padding: 15px 0;
}
.title > a{
    font-size: 14px;
    color: #39A74F;
    position: absolute;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    right: 0;
    bottom: 5px;
}
.item-one a{
    display: block;
    /* margin-top: 28px; */
    padding: 20px;
    border-bottom: 1px solid #E1E1E1;
    /* transition: all .5s; */
}
.item-one a > p{
    font-weight: 400;
    font-size: 18px;
    color: #24272C;
    line-height: 27px;
    margin-bottom: 15px;
    display: -webkit-box; /* 将元素设置为弹性盒子 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置为垂直方向 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.item-one a > span{
    font-size: 14px;
    color: #7D7F81;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
.item-one a:hover{
    background: #39A74F;
}
.item-one a:hover p{
    color: #fff;
}
.item-one a:hover span{
    color: #fff;
}

.xtgz{
    display: inline-block;
    vertical-align: top;
    width: 735px;
    height: 500px;
}
.zxgg{
    display: inline-block;
    vertical-align: top;
    width: 441px;
    height: 500px;
    margin-left: 20px;
}
.zxgg-item a{
    display: block;
    width: 441px;
    height: 60px;
    background: #EBF6ED;
    border-radius: 10px 0px 10px 0px;
    padding: 10px 25px;
    margin-bottom: 10px;
}
.zxgg-item a p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #24272C;
    margin-bottom: 2px;
}
.zxgg-item a span{
    font-size: 13px;
    color: #39A74F;
}
.zxgg-item a:hover{
    background: #39A74F;
}
.zxgg-item a:hover p{
    color: #fff;
}
.zxgg-item a:hover span{
    color: #fff;
}

.xtgz-left{
    width: 419px;
    display: inline-block;
    vertical-align: top;
}
.xtgz-left img{
    width: 419px;
    height: 292px;
    border-radius: 20px 0px 20px 0px;
}
.xtgz-left h2{
    font-weight: 400;
    font-size: 16px;
    color: #39A74F;
    margin: 15px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xtgz-left p{
    font-size: 12px;
    color: #24272C;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3; /* 显示的行数 */
    text-overflow: ellipsis;
}
.xtgz-right{
    width: 288px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
.xtgz-right a{
    display: block;
    padding: 0px 0 15px;
    border-bottom: 1px solid #E1E1E1;
    margin-top: 20px;
    /* transition: all .5s; */
}
.xtgz-right a:nth-child(1){
    margin-top: 0;
}
.xtgz-right a > p{
    font-weight: 400;
    font-size: 16px;
    color: #24272C;
    line-height: 23px;
    margin-bottom: 8px;
    display: -webkit-box; /* 将元素设置为弹性盒子 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置为垂直方向 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.xtgz-right a > span{
    font-size: 13px;
    color: #39A74F;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
.xtgz-right a:hover{
    border-color: #39A74F;
}
.xtgz-right a:hover p{
    color: #39A74F;
}
.xtgz-right a:hover span{
    color: #39A74F;
}


.box{
    background: url(../images/bottom-bg.png);
    height: 556px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.box-wrapper > a{
    display: inline-block;
    width: 360px;
    height: 191px;
    background: #FFFFFF;
    padding: 30px 20px 30px;
    position: relative;
    margin-top: 56px;
    transition: all .3s;
    vertical-align: top;
}
.box-wrapper > a:nth-child(2),
.box-wrapper > a:nth-child(5){
    margin: 60px 60px 0px;
}
.box-wrapper > a >h2{
    font-weight: 400;
    font-size: 16px;
    color: #24272C;
    line-height: 23px;
    margin-bottom: 20px;
    display: -webkit-box; /* 将元素设置为弹性盒子 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置为垂直方向 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.box-wrapper > a:hover{
    box-shadow: 0px 0px 13px 3px rgba(63,145,79,0.4);
    transform: translateY(-5px);
}
.box-wrapper > a > p{
    font-size: 12px;
    color: #24272C;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3; /* 显示的行数 */
    text-overflow: ellipsis;
}

.box-wrapper > a > span{
    width: 90px;
    height: 46px;
    background: #39A74F;
    position: absolute;
    top: -25px;
    right: 0;
    padding: 9px 12px 10px;
}
.box-wrapper > a > span > img{
    vertical-align: middle;
    margin-right: 5px;
}
.box-wrapper > a > span div{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 15px;
}
.box .box-wrapper{
    display: none;
}
.box .box-wrapper:nth-child(1){
    display: block;
}



