/*index.css*/

.ind_bana{
	width:320px;
	margin:10px auto;
}

.ind_bana img{
	display:block;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 3px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 3px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 3px 0px;
}

.indimg{
	width:640px;
	max-width:96%;
	margin:10px auto;
}

.indimg p{
	float:left;
	width:50%;
	line-height:0em;
}

.indimg p img{
	width:100%;
}

.indetext{
	width:640px;
	max-width:96%;
	margin:10px auto;
	line-height:1.4em;
}

.indh2{
	background:#ff7dca;
	color:#fff;
	height:28px;
	line-height:28px;
}