#environment .swiper-container .swiper-wrapper,
#environment .swiper-container .swiper-slide {
    height: auto !important;
}
#environment .swiper-container .swiper-slide img {
    height: auto;
    display: inline-block;
    max-width: 100%;
}
#environment .butn {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 20px;
    z-index: 20;
}
#environment .butn img {
    height: 30px;
}
#environment .butn .btn-s {
    display: inline-block;
    height: 50px;
    white-space: nowrap;
    position: relative;
}
#environment .butn .btn2{
    margin-left: 1%;
}
#environment .butn .btn-s > span {
    display: block;
}
#environment .butn .btn-s > span img {
    height: 50px;
}

#environment .butn .btn-s .item{
    display: inline-block;
    height: 100%;
    color: white;
    font-size: 18px;
    vertical-align: middle;
    background: #007069;
    overflow: hidden;
    width: 180px;
    line-height: 50px;
    white-space: nowrap;
}
#environment .butn  .item span{
    display: inline-block;
}
#environment .butn  .item .tip {
    margin-left: 8px;
}

#environment .content .box{
    width: 560px;
    text-align: left;
    float: right;
}
#environment .content .box .title{
    font-size: 20px;
    margin-bottom: 25px;
    color: #404040;
}
#environment .content .box p{
    font-size: 15px;
    color: #838385;
    margin-bottom: 40px;
    line-height: 26px;
    margin-top: 20px;
}

#environment .btn-more{
    width: 192px;
    height: 47px;
    background-size: 192px 47px;
    font-size: 20px;
    line-height: 47px;
    margin-top: 75px;
}

#environment .content{
    padding: 0 0 140px;
    color: black;
    text-align: center;
}

#environment .content>p{
    text-align: left;
    margin-bottom: 90px;
    margin-top: 50px;
}

#environment .content a{
    color: #828282;
}
#environment .content .list1 {
    position: relative;
}
#environment .content .list1>li{
    float: left;
    margin-left: 20px;
    text-align: left;
    color: #828282;
    width: 235px;
}
#environment .content .list1>li .name{
    display: inline-block;
    text-align: center;
    padding-bottom: 9px;
    font-size: 20px;
    font-weight: bold;
    color: #007169;
    white-space: nowrap;
}

#environment .content .list1>li .border{
    display:block;
    margin: auto;
    width: 30%;
    border-bottom: 2px solid #007169;
}
#environment .content .list1>li>img{
    height: auto;
    display: inline-block;
    max-width: 100%;
}

#environment .content .list1>li .title{
    text-align: left;
    margin-top: 25px;
    margin-bottom:12px;
    font-size: 16px;
    font-weight: bold;
    color: black;
}
#environment .content .list1 .word{
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 20px 0;
}

#environment .content .list1 .word span.green{
    color:#007169 ;
}





