.c-d-list{
    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{
}
.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;
}
.silk-ribbon5{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #e85a71;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    font-weight: bold;
}
/*.silk-ribbon5 {
    display:inline-block;
    width:calc(100% + 20px);
    height:50px;
    line-height:50px;
    text-align:center;
    margin-left:-10px;
    margin-right:-10px;
    background: rgba(85,150,126,.8);
    position:absolute;
    left: 0;
    top:20px;
    font-size: 18px;
    color: #fff;
}
.silk-ribbon5:before {
    content:"";
    position:absolute;
    height:0;
    width:0;
    border-top:10px solid rgba(85,150,126,.9);
    border-left:10px solid transparent;
    bottom:-10px;
    left:0;
}
.silk-ribbon5:after {
    content:"";
    position:absolute;
    height:0;
    width:0;
    border-top:10px solid rgba(85,150,126,.9);
    border-right:10px solid transparent;
    right:0;
    bottom:-10px;
}*/
.c-info-block{
    margin-top: 20px;
}
.c-info-block-t{
    box-sizing: border-box;
    height: 42px;
    line-height: 42px;
    background: #4ea1d3;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
}
.c-info-block-c{
    padding: 20px;
    border: 1px solid #4ea1d3;
    line-height: 1.8;
    font-size: 14px;
}
.c-swiper-container{
    overflow: hidden;
    height: 160px;
    width: 100%;
}
.c-swiper-container .swiper-slide{
    overflow: hidden;
    width: 280px;
    height: 160px;
}
.c-swiper-container .swiper-slide img{
    width: 280px;
}
