
/*-----------案例----------*/
#case_listmain {
	text-align: center;
	clear: both;
	height: auto;
	overflow: hidden;
	width: 100%; margin-top:60px; margin-bottom:60px;
	background-color: #F8F8F8;
	padding-top:60px; 
	padding-bottom: 60px;
}
#case_listmain div.case_listtl {
	overflow: hidden;
	text-align: left;
	height: 52px;
	clear: both;
	width: 98%; margin:0px auto;
	font-size: 16px;
}
#case_listmain div.case_listtl a {
	font-size: 20px;
	line-height: 29px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#case_listmain div.case_listtl a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#case_listmain div.case_listtl img{ float:right;} 
#case_listmain ul {
	overflow: hidden;
	margin: auto;
	clear: both;
}
#case_listmain li {
	float: left;
	width: 25%;
	height: auto;
	text-align: center;
	padding: 15px 0px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
#case_listmain li {
	width: 33.3%;
}
}
 @media screen and (max-width: 480px) {
#case_listmain li {
	width: 50%;
}
}
#case_listmain a.case_listpic {
	display: block;
	padding: 0px 15px;
}
@media screen and (max-width: 768px) {
#case_listmain a.case_listpic {
	padding: 0px 10px;
}
}
 @media screen and (max-width: 480px) {
#case_listmain a.case_listpic {
	padding: 0px 5px;
}
}
#case_listmain li img {
	width: 100%;
	display: table;
}
#case_listmain li p.case_listbg {
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
	padding: 5px;
}
#case_listmain li p.case_listtxt {
	display: block;
	clear: both;
	color: #535353;
	text-align: right;
	margin-top: 5px;
}
#case_listmain li p.case_listname {
	display: block;
	text-indent: 12px;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	clear: both;
	background-color: #818181;
}
#case_listmain li a:hover {
	color: #FFFFFF;
}
#case_listmain li:hover p.case_listname {
	background: #0B3C9B;
}



/**案例分类**/
#case_list {
	clear: both;
	width: 100%;
	padding-top: 0px;
	height: 60px;
}
#case_list a {
	display: block;
	float: left;
	width: 120px;
}

@media screen and (max-width: 768px) {
#case_list a{
	width: 25%;}
}

@media screen and (max-width: 480px) {
#case_list a{
	width: 33.3%;}
}