@charset "utf-8";
/*面包屑导航*/
#bread_div_bg{
	border-bottom: 1px solid #ccc;
	line-height: 45px;
}
#bread_div{
	/*border: 1px solid red;*/
	margin: 0 auto;
}
.bread_row{
	/*border: 1px solid red;*/
	color: #333;
	font-size: 14px;
}
.bread_row a{
	color: #333;
}
.bread_row a:hover{
	color: #666;
}


#case_list_bg{
	/*border: 1px solid red;*/
	background-repeat:no-repeat;
   	 background-position:top;
   	 height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	/*padding-bottom: 9.5%;*/
	/*background: url(../images/index2_09.jpg) center bottom no-repeat;*/
}
#case_list_div{
	margin: 0 auto;
	margin-top:1%;
	/*border: 1px solid red;*/
	margin-bottom: 2%;
}
.case_list_row{
	/*border-bottom: 1px dashed #ccc;*/
	/*border: 1px solid red;*/
	/*padding-bottom: 20px;*/
	padding-top: 20px;
}

.case_col{
	/*border: 1px solid red;*/
	width: 100%;
	margin-bottom: 20px;
}
.case_col img{
	width: 100%;
	height: auto;
}
.case_col h4{
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	margin-top: 10px;
}
.case_col h4 a{
	color: #333;
}
.case_col p{
	color: #999;
	line-height: 25px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
}



/*分页*/
.fenye{
	/*border: 1px solid #ccc;*/
	text-align: center;
	line-height: 35px;
	margin-top: 30px;
}


@media(max-width: 768px){

}