@charset "utf-8";
/* CSS Document */
.banner {
	margin-top: 90px;
	height: 260px;
	background: url(../img/itembanner.jpg) center no-repeat;
}
.banner p {
	width: 800px;
	height: 210px;
	margin: 0 auto;
	background: url(../img/itembanner1.png) left 50px no-repeat;
}
.home {
	margin-top: 20px;
}
.home h2 {
	font-size: 22px;
	padding-left: 14px;
	margin-bottom: 20px;
	border-left: 4px solid #00a5ff;
}
.home h2 span {
	float: right;
	font-size: 14px;
	padding-top: 4px;
	font-weight: normal;
}
.sideMenu {
	border: 1px solid #ddd;
	border-top: 0;
}
.sideMenu h3 {
	height: 30px;
	line-height: 30px;
	padding: 10px 20px;
	border-top: 1px solid #e3e3e3;
	background: #f5f5f5;
	font-size: 20px;
	color: #333;
}
.sideMenu h3 span {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin-left: 30px;
}
.sideMenu h3 em {
	float: right;
	display: block;
	height: 28px;
	font-size: 16px;
	padding-right: 40px;
	background: url(../img/AddIcon.png) right 0px no-repeat;
	cursor: pointer;
}
.sideMenu h3.on em {
	background-position: right -72px;
	cursor: default;
}
/*展开*/
.sideMenu .show {
	padding: 20px 30px;
	display: none; /* 默认都隐藏 */
	overflow: hidden;
}
.sideMenu .show img {
	width: 360px;
	height: 240px;
	float: right;
	border-radius: 5px;
}
.sideMenu .show .show-detail {
	float: left;
	width: 740px;
}
.sideMenu .show .show-detail p {
	color: #555;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.sideMenu .show .show-detail p strong {
	display: block;
	font-size: 18px;
	margin-bottom: 20px;
}
.sideMenu .show .show-detail p span {
	font-size: 18px;
	font-weight: 700;
}
.sideMenu .show .show-detail p em {
	font-size: 16px;
	display: block;
}
.sideMenu .show .show-detail table {
	border-collapse: collapse;
	margin-bottom: 6px;
}
.sideMenu .show .show-detail table td {
	width: 25%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 2px solid #666;
	font-size: 15px;
}