@charset "utf-8";
/* 代码整理：易站站长网 */
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
a, img {
	border:0;
}
body {
	font:12px/180% Arial, Helvetica, sans-serif, "宋体";
}
/* sliderTab */
.sliderTab {
	position:relative;
	width:840px;
	height:330px;
	overflow:hidden;
	margin:30px auto;
	padding:0 40px;
}
.slidesPrev, .slidesNext {
	width:40px;
	height:330px;
	overflow:hidden;
	position:absolute;
	top:0;
	background:url(../images/slidebtn.png) no-repeat;
}
.slidesPrev {
	left:0;
	background-position:0 0;
}
.slidesNext {
	right:0;
	background-position:-40px 0;
}
.sliderTag {
	position:relative;
	width:840px;
	height:70px;
	overflow:hidden;
	background:url(../images/inner-shadow-home.jpg) no-repeat 0 100%;
}
.sliderTag .sliderButtons, .slidesWrap .slides-container {
	position:absolute;
	left:0;
	top:0;
}
.sliderButtons ul li {
	float:left;
	text-align:center;
	width:168px;
	overflow:hidden;
	font-size:14px;
	font-weight:800;
}
.sliderButtons ul li span {
	cursor:pointer;
	display:block;
	padding:12px 0 5px 0;
	height:48px;
	line-height:24px;
	color:#a4a4a4;
	background:#FBFBFB;
	border-top:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
}
.sliderButtons ul li span.selected {
	background:url(../images/slide-menu-active.png) no-repeat;
	padding:12px 0 10px 0;
}
.slidesWrap {
	position:relative;
	height:259px;
	width:840px;
	overflow:hidden;
	border-bottom:solid 1px #E6E6E6;
}
.sliderItem {
	margin:20px 0 0 0;
	float:left;
	height:240px;
	width:840px;
	overflow:hidden;
}
.sliderItem .photo {
	background:url(../images/frame_large.gif) no-repeat;
	float:left;
	margin:25px 0 6px 20px;
	display:inline;
	padding:9px 0 0 9px;
	height:184px;
	width:177px;
}
.sliderItem .dis {
	font-size:160%;
	width:490px;
	height:160px;
	overflow:hidden;
	float:left;
	margin:30px 0 0px 40px;
	display:inline;
	color:#25b8ff;
	line-height:25px;
	padding:0 40px 0 40px;
	background:url(../images/quote-open.png) no-repeat;
}
.sliderItem .dis .closed-quotes {
	width:26px;
	height:22px;
	float:right;
	background:url(../images/quote-closed.png) no-repeat;
	margin:0 -30px 0 0;
*margin:-30px -30px 0 0;
}
.sliderItem .review {
	float:right;
	margin:10px 40px 0 0;
	display:inline;
	color:#A4A4A4;
	font-size:110%;
}
