.info-swiper {
    position: relative;
    width: 864px;
    height: 388px;
    overflow: hidden;
}
.info-swiper img {
    display: block;
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets  {
    /* width: 95%; */
    bottom: 20px;
    text-align: center;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: none;
}
.swiper-button-next, .swiper-button-prev {
    display: none;
    background: #9897978c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.info-swiper img {
    transition: .5s  ease;
}
.info-swiper img:hover {
    transform: scale(1.2);
}
.swiper-button-next img:hover, 
.swiper-button-prev  img:hover {
    transform: scale(1);
}
.swiper-button-next img, .swiper-button-prev  img {
    height: 60%;
    width: auto;
}
.information .special-top {
    border-top: 2px solid #2f929f;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #333333;
}
.special-bottom .project {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #eae9e9;
}
.special-bottom .project h3 {
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #333333;
}
.special-bottom .project a {
    font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #999999;
}
.special-bottom .project a:hover {
    color: #2f929f;
}
.special-bottom ul li {
    position: relative;
    margin-bottom: 20px;
}
.special-bottom ul li img {
    display: block;
    width: 318px;
    height: 172px;
}
.special-bottom ul li a.make  {
    position: absolute;
    height: 35px;
    line-height: 35px;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.special-bottom ul li a {
    display: block;
    width: 318px;
    height: 172px;
    overflow: hidden;
}
.special-bottom ul li a img {
    transition: .5s ease;
}
.special-bottom ul li a:hover {
    color: #2f929f;
}
.special-bottom ul li a:hover img {
    transform: scale(1.2);
}
/* 移动端适配 */
.swiper-container5 {
    height: 100%;
}
@media only screen and (max-width: 768px) {
    .info-swiper {
        width: 100%;
        height: auto;
    }
    .special-bottom .project {
        margin-bottom: 5%;
    }
}