﻿.section_title{
	margin: 0px auto;
	position:relative;
	width: 100%;
	height: 100px;
	/*background-color: black;*/
	background-color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70)
}

/*.section_title h2{*/
	/*margin: 0px auto;*/
	/*font-size: 30px;*/
	/*text-align: center;*/
	/*color: white;*/
	/*color: #000;*/
	/*position: absolute;*/
    /*top: 50%;*/
    /*margin-top: -20px;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
/*}*/


.section_title img{
	margin: 0px auto;
	width: 100%;
	height: 100px;
	/*opacity: 0.7;
	filter: alpha(opacity=70);*/
}

.section_contianer{
	width: 100%;
	height: 350px;
	background-color: white;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.section_contianer .section_listitem{
	float: left;
	width: 19%;
	height: 330px;
	background-color: white;
	padding-left: 17px;
}

.section_contianer .section_listitem .img{
	width: 100%;
	height: 330px;
}

.section_contianer .section_listitem .img img{
	width: 100%;
	height: 330px;

}

.section_contianer .section_listitem .caption{
	padding-top: 5px;
	width: 100%;
	height: 20px;
}

.section_contianer .section_listitem .caption:hover{
	background-color: blue;
}

.section_contianer .section_listitem .caption:hover a{
	color:  #fff;
}

.section_contianer .section_listitem .caption h3{
	font-size: 14px;
	text-align: center;
	color: black;
}



/*正常链接的样式*/
 .section_listitem a:link { 
 	color:black; 
 	text-decoration:underline; 
} 
/*已经浏览过得样式*/
.section_listitem a:visited { 
	color:black; 
	text-decoration:none; 
} 
/*鼠标悬浮在链接上时的样式*/
.section_listitem a:hover { 
	background-color: blue;
	color:white; 
	text-decoration:none; 
} 
/*鼠标点击链接时的样式*/
.section_listitem a:active { 
	color:red; 
	text-decoration:none; 
} 