/*案例*/
.index_case{width:100%; height: auto; overflow: hidden; margin:62px 0 40px}
.index_case_title{width:100%;height: 40px; line-height: 40px;}
.index_case_title h4{color:#333333; font-size: 26px; font-family: "Arial"; float: left; text-transform: uppercase}
.index_case_title h3{
	color: #333333;
	font-size: 14px;
	float: left;
	margin-left: 10px;
}
.index_case_title a{color:#333333; font-size: 16px; float: right}



.case_listbox{  overflow:hidden; cursor:pointer; }
.index_case_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_case_xx{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f4f4f4;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.index_case_xx h3{
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top:20px;
}
.index_case_xx hr{
	width: 45px;
	height: 1px;
	background: #94C00B;
	display: block;
	border: 0;
	margin: 8px auto;
	border: 0
}
.index_case_xx p{width:100%; height:30px; line-height:30px; color: #333333; font-size: 16px; text-align: center; text-overflow: ellipsis; 
	overflow: hidden; white-space: nowrap }
.index_case_xx i{width:36px; height: 36px; display: block; border-radius: 50%; color:#fff; font-size:18px; text-align: center; line-height: 36px; margin:16px auto 0; background: #393846}
.case_listbox:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.case_listbox:hover .index_case_xx{background: #393846}
.case_listbox:hover .index_case_xx h3,.case_listbox:hover .index_case_xx p{color:#fff}
.case_listbox:hover .index_case_xx i{
	background: #94C00B
}

.case_owl_list{ padding:0px; margin:0px;}

/*待去掉
.case_owl_list li{width:100%; }

.case_listbox{ width:100%;}
.case_listbox img{ width:100%;}*/
