.c-d-list{
    display: none;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px;
}
.c-d-list li{
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 240px;
    border-radius: 10px;
    margin: 0 20px 20px 0;
}
.c-d-list a img{
    width: 100%;
    height: 100%;
}
.c-d-list li:nth-child(3n){
    margin-right: 0 !important;
}
.l-item-title{
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 15px;
    text-align: center;
    background: rgba(0,0,0,.6);
    color: #fff;
}
.menu-3{
    color: #bcfdfd !important;
    font-weight: bold;
}
.banner .bannerImg{
	width: 100%;
	height: 85vh;
	background-image: url("../../img/banner/hw.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.c-list{
    padding: 0;
}
.c-list li a{
    font-size: 14px;
}
.c-list-t a{
    font-size: 18px !important;
    border-bottom: 1px solid #efefef;
}
.c-detail{
    width: 100%;
    border-left:0;
}
.c-info{
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
}
.c-info-banner{
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 80px;
    position: relative;
    width: 100%;
    height: 380px;
}
.c-info-banner img{
    height: 300px;
    margin: auto;
    display: block;
    border-radius: 5px;
}
.silk-ribbon5{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #000;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    font-weight: bold;
}
.c-info-block{
    margin-top: 20px;
}
.c-info-block-t{
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    background: #fff994;
    color: #000;
    font-size: 16px;
    padding-left: 30px;
}
.c-info-block-c{
    padding: 20px 30px;
    line-height: 1.8;
    font-size: 14px;
    position: relative;
}
.c-swiper-container{
    overflow: hidden;
    height: 170px;
    width: 80%;
    margin: auto;
}
.c-swiper-container .swiper-slide{
    overflow: hidden;
    width: 300px;
    height: 170px;
}
.c-swiper-container .swiper-slide img{
    width: 300px;
}
.pagination{
	position: absolute;
	top: 0;
	cursor: pointer;
	width: 95%;
	height: 100%;
}
.pagination img{
	width: 40px;
}

.pagination .shangye{
	position: absolute;
	top: 33%;
	left: 20px;
}
.pagination .xiaye{
	position: absolute;
	top: 33%;
	right:  23px;
}
