h1{
	text-align: center;
	font-size:  23px;
	line-height: 30px;
	font-weight: normal;
	color: #666766;
	margin: 50px 0px 20px 0px;
	background: #97d2f0;
	background: -moz-linear-gradient(top,  #97d2f0 0%, #ffffff 35%, #ffffff 63%, #97d2f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97d2f0), color-stop(35%,#ffffff), color-stop(63%,#ffffff), color-stop(100%,#97d2f0));
	background: -webkit-linear-gradient(top,  #97d2f0 0%,#ffffff 35%,#ffffff 63%,#97d2f0 100%);
	background: -o-linear-gradient(top,  #97d2f0 0%,#ffffff 35%,#ffffff 63%,#97d2f0 100%);
	background: -ms-linear-gradient(top,  #97d2f0 0%,#ffffff 35%,#ffffff 63%,#97d2f0 100%);
	background: linear-gradient(to bottom,  #97d2f0 0%,#ffffff 35%,#ffffff 63%,#97d2f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97d2f0', endColorstr='#97d2f0',GradientType=0 );
}

p{
	font-size: 13.5px;
	line-height: 30px;
	color: #666666;
	text-align: justify;
}

.paragraph{
	text-indent : 24px ;
}

#spirit{
	width: 500px;
	margin-left: 50px;
}

h2{
	color:#666766;
	font-size: 20px;
}

.grid img{
	width: 270px;
	margin-bottom: 10px;
	border: 10px solid #CBCCCC;
}

.grid img:nth-child(odd){
	margin-right: 10px;
}

.bandcat span{
	display: block;
	width: 370px;
	/*height: 32px;*/
	line-height: 32px;
	background: #065981;
	background: -moz-linear-gradient(top,  #065981 0%, #4484b6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#065981), color-stop(100%,#4484b6));
	background: -webkit-linear-gradient(top,  #065981 0%,#4484b6 100%);
	background: -o-linear-gradient(top,  #065981 0%,#4484b6 100%);
	background: -ms-linear-gradient(top,  #065981 0%,#4484b6 100%);
	background: linear-gradient(to bottom,  #065981 0%,#4484b6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#065981', endColorstr='#4484b6',GradientType=0 );
	border-radius: 5px;
	margin: 10px 0px;
	color:white;
	padding-left: 20px;
	cursor: pointer;
	overflow: auto;
	position: relative;
}

.bandcat span h6{
	font-size: 13px;
	margin: 0px;
	width: 300px;
	float: left;
}

.bandcat span img{
	float: right;
	position: absolute;
	right: 9px;
	margin-top: -7px;
	top: 50%;
}
.bandcontain{
	display: none;
}
.bandimg{
	text-align: center;
	margin: 20px 0px;
}

.catborder{
	border: 10px solid #CBCCCC;
}

/*------------------------loading---------------------------*/
#greyBlock{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: black;
	background-color: rgba(0,0,0,0.8);
	left: 0px;
	top:0px;
	z-index: 999;
	text-align: center;
	display: none;
}

#greyBlock .loading{
	vertical-align: middle;
}

.targetImg{
	display: none;
	vertical-align: middle;
	max-height: 100%;
}







