
/* case.html */

.banner {
	width: 100%;
	height: 360px;
	margin: 0 auto;
	background: url('../imgs/case/banner.jpg') no-repeat center top;
}

.caseCont {
	width: 100%;
	height: auto;
	margin: 30px auto 0;
}
.caseCont .tit img {
	width: 146px;
	height: 73px;
}
.caseCont .tit .tabTit {
	margin-top: 8px;
	padding-bottom: 11px;
	border-bottom: 1px solid #999;
}
.caseCont .tit .tabTit li {
	width: 207px;
	height: 50px;
	float: left;
}
.caseCont .tit .tabTit li a {
	width: 207px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	float: left;
	color: #fff;
	background: url('../imgs/case/product_tab_center.png') no-repeat center top;
}
.caseCont .tit .tabTit li a:hover{background: url('../imgs/case/product_tab_center_h.png') no-repeat center top;}
.caseCont .tit .tabTit li.first a {
	background: url('../imgs/case/product_tab_left.png') no-repeat center top;
}
.caseCont .tit .tabTit li.first a:hover{background: url('../imgs/case/product_tab_left_h.png') no-repeat center top;}
.caseCont .tit .tabTit li.last a:hover{background: url('../imgs/case/product_tab_right_h.png') no-repeat center top;}
.caseCont .tit .tabTit li.last a {
	background: url('../imgs/case/product_tab_right.png') no-repeat center top;
}
.caseCont .tit .tabTit li a.active {
	background: url('../imgs/case/product_tab_center_h.png') no-repeat center top;
}
.caseCont .tit .tabTit li.first a.active {
	background: url('../imgs/case/product_tab_left_h.png') no-repeat center top;
}
.caseCont .tit .tabTit li.last a.active {
	background: url('../imgs/case/product_tab_right_h.png') no-repeat center top;
}
.caseCont .cont {
	width: 1200px;
	height: auto;
	margin: 24px auto 0;
	display: none;
}
.caseCont .cont .itemList {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.caseCont .cont .itemList .bigCont {
	width: 120%;
	float: left;
	height: auto;
}
.caseCont .cont .itemList .item {
	width: 382px;
	height: auto;
	float: left;
	margin: 0 26px 23px 0;
	position: relative;
}
.caseCont .cont .itemList .item img {
	width: 382px;
	height: 326px;
	margin: 0 auto;
}
.caseCont .cont .itemList .item span {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(154, 191, 48, .6);
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}














