a:hover {

	text-decoration: inherit;

}

.wk_scrollcontainer {

	position: relative;

	overflow: hidden;

	margin: 38px auto 0 auto;

	width: 1180px;

	height: 400px;

}

.wk_scrollcontainer ul {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

}

.wk_scrollcontainer li {

	float: left;

	overflow: hidden;

	margin-left: 0;

	/* width: 1180px; */

}

.case .wk_case_list {

	position: relative;

	float: left;

	overflow: hidden;

	margin: 0 20px 20px 0;

	width: 275px;

	height: 190px;


}

.case .wk_case_list .wk_case_img {

	position: relative;

	width: 275px;

	height: 190px;

}

.case .wk_case_list .wk_case_img img {

	width: 275px;

	height: 190px;

}

.case .wk_case_list .wk_case_ico {

	position: absolute;

	top: 0;

	left: 0;

	width: 275px;

	height: 190px;


	opacity: 0;

	-webkit-transition: all .3s;

	-moz-transition: all .3s;

	-o-transition: all .3s;

	transition: all .3s;

	-webkit-opacity: 0;

	-moz-opacity: 0;

}

.case .wk_case_list:hover .wk_case_ico {

	opacity: 1;

	-webkit-opacity: 1;

	-moz-opacity: 1;

}

.case .wk_case_list .wk_case_xian {

	position: absolute;

	top: 22px;

	left: 22px;

	width: 241px;

	height: 146px;

}

.case .wk_case_list span {

	position: absolute;

	background: #0ddfba;

	-webkit-transition: all .3s cubic-bezier(.25, .46, .45, .94);

	-moz-transition: all .3s cubic-bezier(.25, .46, .45, .94);

	-o-transition: all .3s cubic-bezier(.25, .46, .45, .94);

	transition: all .3s cubic-bezier(.25, .46, .45, .94);

}

.case .wk_case_list .wk_span_1 {

	top: 0;

	left: 0;

	width: 0;

	height: 2px;

}

.case .wk_case_list .wk_span_2 {

	top: 0;

	right: 0;

	width: 2px;

	height: 0;

}

.case .wk_case_list .wk_span_3 {

	right: 0;

	bottom: 0;

	width: 0;

	height: 2px;

}

.case .wk_case_list .wk_span_4 {

	bottom: 0;

	left: 0;

	width: 2px;

	height: 0;

}

.case .wk_case_list:hover .wk_span_1,
.case .wk_case_list:hover .wk_span_3 {

	width: 100%;

}

.case .wk_case_list:hover .wk_span_2,
.case .wk_case_list:hover .wk_span_4 {

	height: 100%;

}

@media(max-width:500px) {

	.page3 {
		display: none;
	}

}

/* banner轮播图 */
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 49%;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 20px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}

.slideBox .hd ul li.on {
	background: rgba(24, 79, 73, 1);
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: auto;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(/template/eyou/pc/style/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}