@charset "utf-8";
body, ul, li, h1, h2, h3, blockquote, p {
	font-size:14px;
	margin:0;
	padding:0;
	list-style:none;
	color:#333;
	font-family:'微软雅黑', Arial, Helvetica, sans-serif;
}
a img {
	border:none;
}
a {
	text-decoration:none;
	color:#333;
}
body {
	background:url(images/bg.jpg);
	padding-top:30px;
}
.logo {
	font-size:38px;
	margin:0 0 50px 50px;
	padding-right:300px;
}
.logo span {
	font-size:14px;
	margin-left:10px;
}
h2 {
	margin-left:150px;
	font-size:24px;
	margin-bottom:30px;
}
.code {
	width:940px;
	margin:0 auto;
	border:1px dotted #333;
	background:#f1f1f1;
	padding:0 0 10px 50px;
	font-weight:bold;
	margin:50px auto;
}
.code p, #parameters p {
	text-indent:48px;
	line-height:30px;
}
.code p.textIn, #parameters p.textIn {
	text-indent:24px;
}
.code p.notextIn, #parameters p.notextIn {
	text-indent:0;
}
.code h3 {
	font-size:16px;
	margin:10px 0;
}
#parameters {
	width:100%;
	border-top:1px solid #999;
	background:#fff;
}
#parameters p {
	width:1100px;
	margin:0 auto;
	font-weight:bold;
}
#parameters p span {
	margin-left:30px;
	color:#9d6f15;
}
#parameters h2 {
	font-size:30px;
	margin-top:20px;
	font-family:'宋体';
	font-weight:bold;
}
#btn {
	float:right;
	font-size:20px;
	margin-top:26px;
	font-weight:normal;
	outline:none;
}
#warpper, #warpper2, #warpper3, warpper4 {
	width:100%;
	height:320px;
	position:relative;
}
#focus, #focus2, #focus3, #focus4 {
	width:800px;
	height:320px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	display:none;
	background:#c1c1c1;
}
/* focusWarp */
.focusWarp {
	width:800px;
	height:320px;
	overflow:hidden;
	position:relative;
}
.imgList {
	position:absolute;
}
.imgList li {
	float:left;
	text-align:center;
	height:320px;
}
.imgList_two {
	position:absolute;
	z-index:10;
	top:100px;
}
.imgList_two li {
	float:left;
	text-align:center;
}
.imgList_two li img {
	margin-left:-330px;
}
.imgBtn {
	position:absolute;
	bottom:10px;
	z-index:10;
}
.btnWarp {
	overflow:hidden;
}
/* 默认圆点样式 */
.imgBtn li {
	width:19px;
	height:20px;
	float:left;
	font-size:14px;
	margin-right:10px;
	background:url(../images/btnBg_03.png) no-repeat right top;
	_background:url(../images/btnBg_03.gif) no-repeat right top;
	text-align:center;
	line-height:18px;
	cursor:pointer;
}
.imgBtn li.hover {
	background:url(../images/btnBg_03.png) no-repeat left top;
	_background:url(../images/btnBg_03.gif) no-repeat left top;
}
/* 圆点样式结束 */
.sizeBox {
	width:300px;
	position:absolute;
	z-index:10;
	top:0;
	left:0;
}
.prev, .next {
	display:block;
	height:77px;
	width:36px;
	position:absolute;
	top:120px;
	z-index:100;
	background:url(../images/prevNext.png) no-repeat;
	outline:none;
*background:url(../images/prevNext.gif) no-repeat;
	background:url(../images/prevNext.gif) no-repeat\0;
}
.prev {
	left:50%;
}
.next {
	right:50%;
	background-position:right top;
}
.thumPrev, .thumNext {
	width:20px;
	height:20px;
	display:block;
	background:url(../images/sprevNext.png) no-repeat;
	_background:url(../images/sprevNext.gif) no-repeat;
	margin-top:10px;
	margin-right:10px;
	outline:none;
}
.thumNext {
	background-position:right top;
}
/* 代码整理：懒人之家 lanrenzhijia.com */