@charset "gb2312";



/*---产品展示---*/
.case {
	padding-bottom: 20px;
	width: 100%;
	position: relative;
	min-width: 1180px;
}
.casetitle {
	width: 100%;
}
.casetitle h3 {
	line-height: 36px;
	text-align: center;
	font-size: 32px;
	color: #1a1a1a;
	padding: 60px 0px 15px;
}
.casetitle h3 a {
	color: #1a1a1a;
}
.casetitle h3 a:hover {
	color: #e60012;
}
.casetitle p {
	background: #d7d4d4;
	height: 1px;
	overflow: hidden;
	line-height: 0px;
}
.casetitle p span {
	margin: 0px auto;
	display: block;
	height: 1px;
	overflow: hidden;
	width: 86px;
	background: #e60012;
	line-height: 1px;
}
.casetitle em {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #999999;
	padding-top: 10px;
}
.caselist {
	width: 100%;
	padding: 170px 0px 0px;
	position: relative;
	overflow: hidden;
}
.caselist ul {
	margin: 0px;
	padding: 0px;
	width: 101%
}
.caselist ul li {
	float: left;
	width: 25%;
	position: relative;

}
.caselist ul li img {
	display: block;
	width: 100%;

}
.caselist ul li a {
	display: none;
	position: absolute;
	color: #fff;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #003668;
	_height: 230px;
}
.caselist ul li a h3 {
	position: relative;
	padding: 20px;
	font-size: 14px;
}
.caselist ul li a h3 span {
	position: absolute;
	height: 2px;
	width: 30px;
	background: #fff;
	display: block;
	bottom: 10px;
}
.caselist ul li a h4 {
	padding: 28% 10px 0px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	color:#fff;
}
.caselist ul li a em {
	display: block;
	position: absolute;
	width: 37px;
	height: 37px;
	background: url(/uploads/image/pimages/icon.png) no-repeat 0px -33px;
	bottom: 20px;
	right: 8%;
}
.indexmore {
padding: 40px 0px 20px;
    display: table;
    margin: 0 auto;
}
.indexmore a {
	display: inline-block;
	text-align: left;
	border: 2px solid #4a2a1d;
	color: #4a2a1d;
	padding: 10px 0px 10px 20px;
	font-size: 16px;
	width: 160px;
	background: url(/uploads/image/pimages/icon.png) no-repeat 85px -87px;
}
