@charset "utf-8";
/* 代码整理：易站站长网 www.yizhanzzw.com */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, del, dfn, em, img, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, button, input, table, caption, tbody, tfoot, thead, tr, th, td, menu {
	margin:0;
	padding:0;
}
body {
	padding-top:20px;
}
ul, li {
	list-style:none;
}
img {
	border:none;
}

::-moz-selection {
background:#72d0eb;
color:#fff;
text-shadow:none
}
.theme-tit {
	padding: 20px 0;
	font-size: 42px;
	text-align: center;
	color: #555;
	line-height: 48px;
	text-shadow:0 -1px 0 #fff;
}
.theme-tit em {
	display: block;
	font-size: 14px;
	font-style: normal;
	color: #888;
	font-weight: normal;
}
.theme-picbox {
	position:relative;
	text-align:center;
	margin-bottom: 30px;
	width:1200px;
}
.theme-picbox-roller {
	margin:0 auto 10px;
	overflow: hidden;
	width:960px;
	height:400px;
	border:solid 1px #ddd;
	box-shadow:0 0 8px #eee, inset 0 0 1px #fff;
	padding: 10px;
}
.theme-picbox-roller dd {
	width: 960px;
	overflow: hidden;
}
.theme-picbox-roller ul {
	width: 960px;
}
.theme-picbox-roller li {
	float: left;
	width:960px;
}
.theme-picbox-roller img {
	background-color: #fff;
	width:960px;
	height:400px;
}
.theme-picbox-prev, .theme-picbox-next {
	position: absolute;
	top:38%;
	font-family: simsun;
	font-size: 72px;
	color: #ddd;
	font-weight: bold;
	width: 72px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	text-shadow: 0 -1px 0 #fff;
}
.theme-picbox-prev:hover, .theme-picbox-next:hover {
	background-color: #aaa;
	color: #fff;
}
.theme-picbox-prev {
	left: 0;
}
.theme-picbox-next {
	right: 0;
}
.theme-picbox-desc {
	margin:0 auto;
	width:600px;
	height:24px;
	border-radius:20px;
	background: #7F7F7F;
	color: #fff;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
}
.theme-picbox-desc ul {
	height: 24px
}
.theme-picbox-desc li {
	height: 24px;
	font-size:12px;
}
/* 代码整理：易站站长网 www.yizhanzzw.com */