.main {
	clear: both;
	width: 100%;
	max-width: 1200px;
	margin:0px auto;
}
#inner_main {
	clear: both;
	width: 100%;
	max-width: 1200px;
	
}

.caseList {
	padding-top: 30px;
	clear: both;
	text-align:center;
}
.caseList_main {
	overflow: hidden;
	height: 100%;
	clear: both;
}
.caseListPic {
	width:100%;
	position: relative;
	display: inline-block;
	overflow: hidden;
	height: 220px;
}
.caseListPic b {
	color:#f1f1f1;
	width: 150px;
	height: 150px;
	display: inline-block;
	background: url(./f_ico.png) no-repeat;
	position: absolute;
	left: 30%;
	top: 30%;
	margin: -117px 0 0 -17px;
	z-index: 3;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
}
.caseListPic i {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	background: #000;
	opacity: 0.4;
	left: 0;
	top: 0;
	-o-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-webkit-transform: scale(0.3);
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
}
.caseListPic:hover i {
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: 0.25s ease-in 0s;
	-moz-transition: 0.25s ease-in 0s;
}
.caseListPic:hover b {
	position: absolute;
	margin: -17px 0 0 -17px;
	z-index: 3;
	-webkit-transition: margin 0.25s ease-in 0s;
	-moz-transition: margin 0.25s ease-in 0s;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


.caseListList {
	width: 25%;
width: 25%;
	float: left;
	height: 320px;
	overflow:hidden;
	padding-bottom:0px;
}
	@media screen and (max-width: 768px) {
		.caseListList {
	width: 49.3333333333%;
*width:49%;}}

@media screen and (max-width: 480px) {
	.caseListList {
	margin:0px; padding:0px;
	width: 100%; 
*width:100%;}}

.caseListListBox {
	padding: 0 10px;


}
.caseListPic img {
	width: 100%;
}
.caseListList h2 {
	padding-top: 10px;
}
.caseListList h2 a {
	font-weight: normal;
	font-size: 15px;
	color: #313131;
	-webkit-transition: color 0.15s ease-in 0s;
	-moz-transition: color 0.15s ease-in 0s;
	-ms-transition: color 0.15s ease-in 0s;
	-o-transition: color 0.15s ease-in 0s;
}
.caseListList h2 a:hover {
	text-decoration: none;
	color: #454545;
	-webkit-transition: color 0.15s ease-in 0s;
	-moz-transition: color 0.15s ease-in 0s;
	-ms-transition: color 0.15s ease-in 0s;
	-o-transition: color 0.15s ease-in 0s;
}
.caseListList p {
	color: #666;
	line-height: 150%;
	height: 36px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	overflow: hidden;
}

/*****案例分类*******/
.case_tl {
	overflow: hidden;
	text-align: left;
	height: 52px;
	clear: both;
	width: 98%;
	font-size: 16px;
}
.case_tl a {
	font-size: 20px;
	line-height: 29px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.case_class{
	margin: auto;
	width: 100%;
	clear: none;
	
}
.case_class li {
	float: left;
	height: 40px;
	width:140px;
	text-align:center;
	
}
@media screen and (max-width: 768px) {
.case_class li{
	width: 25%;}
}

@media screen and (max-width: 480px) {
.case_class li{
	width: 50%;}
}
.case_class li a{
	color: #333;
	padding: 4px 0px;
	background-color: #FFFFFF;
	font-size: 14px;
	border: 1px solid #e1e1e1;
	display: block;
	margin:0px 5px; 
}
.case_class li a.caselink{ color: #FFF;background-color:#047ECB;}
.case_class li a.caselinktl{
	color: #333;
	background-color: #FFFFFF;
}
.case_class li a:hover{ color: #FFF;background-color:#047ECB;}
