
/*case*/
#case{
	width: 100%;
	height: 855px;
	background: url(../images/case-bg.jpg) center center no-repeat;
	background-size: cover;
}
.case-name{
	display: block;
	width: 1117px;
	height: 60px;
	background:url(../images/case-name.png) 0px no-repeat;
	margin: 30px 0 55px 0;
}
.swiper-container {
    width: 1085px;
    padding-top: 50px;
	margin: auto;
}
#case .swiper-slide {
    width: 334px;
    height: 426px;
    position: relative;
    overflow: hidden;
}
#case .swiper-slide img{
	width: 100%;
	height: 100%;
}
#case .c-prev{
	display: block;
	width: 28px;
	height: 78px;
	font-size: 20px;
	line-height: 78px;
	background: #c4c4c4;
	color: #fff;
}
#case .c-next
{
	display: block;
	width: 28px;
	height: 78px;
	font-size: 20px;
	line-height: 78px;
	background: #c4c4c4;
	text-align: right;
	color: #fff;
}
#case .c-prev:hover{background: #aa0001;transition: all 0.5s;}
#case .c-next:hover{background: #aa0001;transition: all 0.5s;}
.case-top{
	padding: 0.1px;
	position: relative;
	width: 100%;margin: auto;
}
.slide-box{
	width: 100%;
	height: 100%;
	position: absolute;
	top: -555px;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 99;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
}
.case-title{
	font-family: "微软雅黑";
	font-size: 30px;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 75px;
	margin-bottom: 75px;
}
.case-con{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	width: 260px;
	margin: 0 auto;
}
.case-more{
	display: block;
	width: 140px;
	height: 25px;
	border: 1px solid #fff;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #fff;
	line-height: 25px;
	margin: 125px auto;
}
.case-more:hover{
	background-color: #aa0001;
	color: #fff;
	border-color: #aa0001;
}
#case .swiper-slide:hover .slide-box{
	top: 0;
	transition: all 0.5s;
}
.case-a{
	margin-top: 10px;
}
/*case*/
/*con*/
