/*== container ==*/

/*图片*/
#banner_box{
	width: 100%;
	height: 766px;
	background: url(../images/zs_bg_02.jpg) no-repeat center;
}

/*紫大师会*/
#peopleName_box{
	width: 100%;
	height: 624px;
	background: url(../images/author_bg.jpg) no-repeat center;
	border: 1px solid green;
	border-color: transparent;
	border-color: rgba(0,0,0,0);
 }






/* 商品 */
#sp_box{
	width: 100%;
	height: 1022px;
	background: url(../images/zs_bg_04.jpg) no-repeat center;
}

#line_box{
	width:1000px;
	margin: 0px auto;
}

#sp_box .spimg{
	width: 310px;
	height: 270px;
	border: 2px groove #f5fef9;
	
	float: left;
	margin-right: 15px; 
	margin-bottom: 20px;
	background-color: #edddce;
}

/*-----*/
.spImgBox{
	width: 310px;
}

.spImgBox img{
	margin-left: 9px;
	margin-top: 8px;
}

.spTextBox p{
	display: block;
	width: 280px;
	height: 20px;
	overflow: hidden;
	margin-left: 10px;
	margin: 3px 7px;
	padding: 5px 0px;
	font-size: 15px;
}

/* page */
#pageStyle{
	clear: both; 
	text-align: center; 
	font-size: 18px; 
	font-weight: bolder; 
	color: #330000; 
	padding-top: 100px;
}

#pageStyle a{
	color:#330000; 
}

#pageStyle a:hover{
	color: #d7131d;
}

#zs_bg_05{
	width: 100%;
	height: 604px;
	background: url(../images/zs_bg_05.jpg) no-repeat center;
}


/*人物*/

#author_box{
	margin-top: 60px;
}

.container h1{
	text-align: center;
	padding: 30px 15px;
	color: #333;
	letter-spacing:8px;
}

#photo{
	width: 300px;
	height: 320px;
	float: left;
	border: 1px solid #666;
	margin-left: 20px;
}
#photo img{
	width: 300px;
	height: 320px;
}

#interview{
	width: 770px;
	height: 320px;
	float: right;
	border: 1px solid #ccc;
	margin-right: 50px;
	background-color: #FFF;
	opacity: 0.5;
}

#interview h2{
	font-size: 28px;
	padding-left: 15px;
	padding-top: 30px;
	
}
#interview p{
	padding: 15px; 
	font-size: 28px;
}


	
	
	
	
	





























