/****case*****/

.case_con {
	margin-top: 150px;
	overflow: hidden;
	z-index: -999;
}
.caseg_list {
	padding-top: 50px;
	overflow: hidden;
	margin: 20px -12px 0;
	position: relative;
}
.caseg_list li {
	float: left;
	width: 25%;
	margin-bottom: 25px;
}
.caseg_list li:nth-child(4n+1) {
	clear: left;
}
.case_xwpic {
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	box-shadow: 0px 0px 10px #eee;
}
.caseg_list li a:hover {
	border-color: #2096DD;
}
.caseg_list li .case_xwpic {
	margin: 0 12px;
}
.caseg_list li img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	max-width: 100%;
	display: inline-block;
	padding: 1px;
	overflow: hidden;
}
.caseg_list li a:hover img {
	transform: scale(1.35);
	-webkit-transform: scale(1.35);
	-moz-transform: scale(1.35);
	-ms-transform: scale(1.35);
	-o-transform: scale(1.35);
	opacity: 0.8;
 filter(alpha=80) opacity:1;
	transform: scale(1.05);
	overflow: hidden;
}
.caseg_list li .text {
	padding: 1em 1em 0.8em;
	text-align: center;
	background: #FFF;
	z-index: 9999;
	position: relative;
}
.caseg_list li .text b {
	width: 70px;
	background: #03C;
	border-bottom: 3px solid #ccc;
	display: block;
	margin-bottom: 0.5em;
	position: relative;
	left: 40%;
	margin: 10px 0px;
}
.caseg_list li .text h3 {
	font-size: 1rem;
	color: #3d3d3d;
	text-align: center;
	overflow: hidden;
}
.caseg_list li a:hover .text h3 {
	color: #2096dd;
	font-weight: bold;
}
.caseg_list li:hover .text b {
	border-bottom: 3px solid #03C;
	transition: all .8s;
	left: 0%;
	width: 100%;
}
.caseg_list li:hover .case_zx dt {
	background: #099;
	transition: all 1.2s;
	left: 0%;
	width: 20%;
}
.caseg_list li:hover .case_zx dt a:link {
	color: #FFF;
}
.caseg_list .case_zx {
	overflow: hidden;
}
.caseg_list .case_zx dt {
	float: left;
	margin: 0px 5px 15px 15px;
	background: #eee;
	border-radius: 4px;
	padding: 6px 10px;
}
.caseg_list .case_zx dd {
	float: right;
	margin: 0px 15px 15px 0px;
	background: #eee;
	border-radius: 4px;
	padding: 6px 8px;
}
.caseg_list .case_xwpic:after {
	content: "";
	width: 0;
	height: 0px;
	background: #999;
	position: absolute;
	top: 94%;
	left: 50%;
	transition: all .8s;
	box-shadow: 0px 0px 10px #eee;
}
.caseg_list .case_xwpic:hover:after {
	left: 0%;
	width: 100%;
}