.banner .swiper-slide > div{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 800px;
}

.banner .banner-next,
.banner .banner-prev{
    width: 60px;
    height: 60px;
    background-size: cover;
    transition: all 0.3s;
}

.banner .banner-next:hover,
.banner .banner-prev:hover{
    background-color: rgba(255,255,255,0.8);
}

.banner .banner-next{
    background-image: url("../img/icon_01.png");
    left: auto;
    right: 80px;
}

.banner .banner-prev{
    background-image: url("../img/icon_02.png");
    right: auto;
    left: 80px;
}

.banner .banner-pag{
    bottom: 35px;
}

.banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: rgba(255,255,255,0.8);
}

.banner .swiper-pagination-bullet-active{
    background-color: #00937D;
}
/************************banner**********************/
.news{
    padding: 87px 0 30px;
}
.news .image-items{
    position: relative;
}

.news .image-items .title{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: rgba(51,51,51,0.8);
    padding: 0 30px;
}

.news .title p{
    font-size: 18px;
    max-width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.news .news-next,
.news .news-prev{
    width: 30px;
    height: 60px;
    opacity: 0.3;
    background-color: #fff;
    background-size: initial;
    background-position: center;
    margin-top: -25px;
}

.news .news-next:hover,
.news .news-prev:hover{
    opacity: 1;
}

.news .news-next{
    background-image: url("../img/icon_24.png");
    left: auto;
    right: 0px;
}

.news .news-prev{
    background-image: url("../img/icon_23.png");
    right: auto;
    left: 0px;
}

.news .news-pag{
    width: 114px;
    right: 30px;
    left: auto;
    bottom: 17px;
}

.news .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #ccc;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
}

.news .swiper-pagination-bullet-active{
    width: 14px;
    height: 14px;
    background-color: #00937D;
}

.news .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 0 0 15px;
}

.news .news-top{
    padding-bottom: 15px;
    border-bottom: 1px solid #DDD;
}

.news .news-top ul{
    float: left;
}

.news .news-top ul li{
    float: left;
    position: relative;
}

.news .news-top ul li:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background-color: transparent;
    transition: all 0.3s;
    margin-bottom: -16px;
}

.news .news-top ul li.active:after,
.news .news-top ul li:hover:after{
    width: 116px;
    background-color: #00937D;
}

.news .news-top ul li a{
    font-size: 24px;
    display: block;
    line-height: 24px;
    color: #666;
    padding: 0 10px;
    font-weight: bold;
}

.news .news-top ul li.active a,
.news .news-top ul li:hover a{
    color: #00937D;
}

.news .news-top .more{
    float: right;
    text-align: center;
    width: 75px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #666;
    background-color: rgba(153,153,153,0.2);
    border-radius: 12px;
}

.news .news-top .more:hover{
    background-color: #00937D;
    color: #fff;
}

.news .news-bottom ul{
    display: none;
}

.news .news-bottom ul.active{
    display: block;
}

.news .news-bottom li{
    width: 100%;
    float: left;
    height: 28px;
    line-height: 28px;
    padding-left: 15px;
    background-image: url("../img/icon_03.png");
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 35px;
}

.news .news-bottom li:first-child{
    margin-top: 25px;
}

.news .news-bottom li:hover{
    background-image: url("../img/icon_04.png");
}

.news .news-bottom li:hover p,
.news .news-bottom li:hover span{
    color: #00937D;
}
.news .news-bottom li a{
    float: left;
    display: block;
    width: 100%;
}

.news .news-bottom li p{
    float: left;
    font-size: 18px;
    color: #333;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .news-bottom li span{
    float: right;
    font-size: 16px;
   color: #777;
}

.slogan{
    margin-top: 30px;
    display: block;
}

/*******************************news********************/
.project{
    background-image: url("../img/icon_05.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 40px;
}

.project .pro-title h3 {
    margin: 0;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #333;
    font-weight: normal;
}

.project .pro-wrap {
    position: relative;
}

.project .pro-items {
    margin-top: 30px;
    transition: all 0.5s;
    height: 316px;
}

.project .pro-items .image {
    overflow: hidden;
    max-height: 186px;
    overflow: hidden;
}

.project .pro-items .image img {
    transition: all 0.5s;
}

.project .article {
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}

.project .article > p {
    font-size: 18px;
    color: #333;
    line-height: 70px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 15px;
}

.project .article > p:after {
    position: absolute;
    width: 0;
    height: 2px;
    content: '';
    margin-left: -20px;
    left: 50%;
    bottom: 0;
    background-color: #CC0000;
    transition: all 0.3s;
}

.project .article-hide {
    opacity: 0;
    transition: all 0.5s;
    height: 0;
}

.project .article-hide p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.project > div a.active,
.project > div a:hover{
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.25);
}

.project a.active .pro-items,
.project a:hover .pro-items {
    margin-top: 0;
}

.project a.active .pro-items .img,
.project a:hover .pro-items .img {
    transform: scale(1.1);
}

.project a.active .article-hide,
.project a:hover .article-hide {
    opacity: 1;
    height: auto;
    padding-top: 10px;
}

.project a.active .article,
.project a:hover .article {
    background-color: rgba(248, 248, 248, 0.8);
    padding: 20px 20px 24px;
}

.project a.active .article > p,
.project a:hover .article > p {
    line-height: 24px;
    padding-bottom: 10px;
    color: #00937D;
}

.project a.active .article > p:after,
.project a:hover .article > p:after {
    width: 40px;
    background-color: #00937D;
}

.project .pro-more{
    display: block;
    border: 1px solid #00937D;
    line-height: 46px;
    width: 140px;
    text-align: center;
    color: #00937D;
    margin: 20px auto 0;
    font-size: 16px;
    background-color: #fff;
}
.footer{
    margin-top: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .news .news-bottom li{
        margin-top: 13px;
    }
}

@media (max-width: 992px) {
    .banner .swiper-slide > div{
        padding-bottom: 200px;
    }
    .banner .banner-next, .banner .banner-prev{
        width: 30px;
        height: 30px;
    }
    .banner .banner-next{
        right: 0px;
    }
    .banner .banner-prev{
        left: 0px;
    }
    .banner .banner-pag{
        bottom: 15px;
    }
    .news{
        padding: 40px 0;
    }
    .news .image-items .title{
        padding: 0 15px;
        line-height: 36px;
        height: 36px;
    }
    .news .title p{
        font-size: 16px;
        max-width: 245px;
    }
    .news .news-pag{
        bottom: 10px;
        right: 15px;
    }
    .news .news-bottom li{
        margin-top: 10px;
        line-height: 34px;
        height: 34px;
    }
    .news .news-bottom li:first-child{
        margin-top: 15px;
    }
    .news .news-bottom li p{
        max-width:80%;
        font-size: 18px;
    }
    .news .news-list{
        margin-top: 30px;
    }
    .news .news-bottom li span{
        font-size: 14px;
    }
    .news .news-top ul li a{
        font-size: 18px;
        padding: 0 5px;
    }
    .news .news-top{
        padding-bottom: 10px;
    }
    .news .news-top ul li.active:after, .news .news-top ul li:hover:after{
        width: 100%;
    }
    .news .news-top ul li:after{
        margin-bottom: -12px;
    }
    .project .article{
        padding:10px 5px;
        background-color: rgba(248, 248, 248, 0.8);
        text-align: left;
    }
    .project .article > p{
        font-size: 18px;
        padding-bottom: 10px;
        color: #00937D;
        padding: 0 5px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        line-height: 1.6;
    }
    .project .pro-items{
        height: auto;
        margin-top: 15px;
    }
    .project .article-hide{
        opacity: 1;
        height: auto;
        transition: none;
        padding-top: 10px;
        display: none;
    }
    .project .pro-items .image img{
        transition: none;
        width: 100%;
    }
    .project a.active .pro-items,
    .project a:hover .pro-items {
        margin-top: 15px;
    }

    .project a.active .pro-items .img,
    .project a:hover .pro-items .img {
        transform: none;
    }
    .project .article > p:after{
        width: 40px;
        background-color: #00937D;
        display: none;
    }
    .project a.active .article, .project a:hover .article{
        padding:10px 5px;
    }
    .project a.active .article-hide, .project a:hover .article-hide{
        padding-top: 10px;
    }
    .project a.active .article > p, .project a:hover .article > p{
        line-height: 18px;
    }
    .project .pro-more{
        line-height: 32px;
        margin: 30px auto 0;
    }
    .project{
        padding: 30px 0;
    }
}

