<!--
/*滑动门*/
.preview {
	width: 473px;
	margin-top: 30px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	border-top: none;
}
.scrolldoorFrame {
	width: 475px;
	margin: 0px auto;
	overflow: hidden;
}
.scrollUl {
	width: 475px;
	overflow: hidden;
	height: 35px;
}
.scrollUl li {
	float: left;
}
.cont {
	padding: 15px;
}
.hidden {
	display: none;
}
.scrollUl .sd01 {
	width: 158px;
	text-align: center;
	border-top: 2px solid #5C82FF;
	border-left: 1px solid #e1e1e1;
	cursor: pointer;
	background: #FFF;
	line-height: 35px;
	font-weight: bold;
}
.scrollUl .sd02 {
	width: 158px;
	text-align: center;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	cursor: pointer;
	background: #f0f0f0;
	line-height: 35px;
}
.p1ul_ul {
	margin-top: 0px;
}
-->
#pro {
	width: 948px;
	height: 320px;
	margin: 30px auto 0 0;
	padding: 0;
}
.rollBox {
	width: 948px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.rollBox .LeftBotton {
	overflow: hidden;
	float: left;
	display: inline;
	background: url(/images/indexjtl.gif) no-repeat;
	width: 36px;
	height: 106px;
	cursor: pointer;
	margin-top: 65px;
}
.rollBox .RightBotton {
	overflow: hidden;
	float: left;
	display: inline;
	background: url(/images/indexjtr.gif) no-repeat;
	width: 20px;
	height: 106px;
	cursor: pointer;
	margin: 65px 0px 0 -8px;
	display: inline;
}
.rollBox .Cont {
	width: 900px;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
}
.rollBox .ScrCont {
	width: 10000px;
}
/*加大宽度是为了适应更多的logo内容*/
.rollBox .Cont ul {
	margin: 0;
	padding: 0;
}
.rollBox .Cont li {
	left:0;
	top:0;
	width: 200px;
	height: 320px;
	float: left;
	text-align: center;
	margin-right: 25px;
	display: inline;
	position: relative;
}
.rollBox .Cont li .tea_photo {
	position: absolute;
	left: 25px;
	top: 0;
	z-index: 2;
}
.rollBox .Cont li .tea_photo img {
	width: 150px;
	height: 150px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
}
.rollBox .Cont li .tea_bg {
	position: absolute;
	left:0;
	top: 75px;
	z-index: 1;
	background: #5C82FF;
	width: 200px;
	height: 180px;
}
.rollBox #List1, .rollBox #List2 {
	float: left;
}
