
/* case */
.case{height:181px;overflow:hidden;width:330px; padding:18px 0px 0px 43px; float:left;}

.case_box{position:relative;width:330px;height:181px;overflow:hidden;float:left;}

.case_box p{z-index:2;position:absolute;text-indent:-9999px;width:28px;height:51px;top:40%;cursor:pointer; float:left;}

.case_box .prev{text-indent:-9999px;background:url(/template/images/previous.png) no-repeat;left:0px;}

.case_box .next{background:url(/template/images/next.png) no-repeat;top:40%;right:0px;}

.case_box ul{position:absolute;height:181px;overflow:hidden;top:0px;float:left; width:330px;}

.case_box ul li{width:330px;height:181px;float:left; }


.case_box ul li img {
	width:330px;
height:181px; float:left;}







.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height: 338px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(/template/images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}



.flex-control-paging li a {
	background: url(/template/images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 338px;
	display: block;
}
