@charset "utf-8";
/*轮播css*/
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}
#lunbo {
	z-index: -888;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#lunbo ul {
	list-style: none;
	padding: 0px;
}
#lunbo .xiaoyuandian {
	z-index: 2;
	position: absolute;
	bottom: 435px;
	right: 90px;
	height: 25px;
}
#lunbo .xiaoyuandian ul {
	list-style: none;
}
#lunbo .xiaoyuandian ul li {
	float: left;
	width: 13px;
	height: 15px;
	margin-right: 3px;
	cursor: pointer;
	color: white;
	font: 12px/16px "宋体";
	text-align: center;
}
#lunbo .xiaoyuandian ul li.cur {
	background: url(../images/png24.png) no-repeat -10px -124px;
}
#lunbo #zhezhao {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	background: black;
	_filter: alpha(opacity=0);
}
#lunbo #zhezhao a {
	display: block;
}
#lunbo .anniu .zuo {
	display: block;
	width: 45px;
	height: 45px;
	background: url(images/zuo.png) no-repeat 0 0;
	position: absolute;
	top: 40%;
	left: 10px;
	cursor: pointer;
	z-index: 2;
}
#lunbo .anniu .you {
	display: block;
	width: 45px;
	height: 45px;
	background: url(images/you.png)no-repeat 0 0px;
	position: absolute;
	top: 40%;
	right: 10px;
	cursor: pointer;
	z-index: 2;
}
/*鼠标悬停文字当前显示2*/
.boxgrid2 {
	width: 145px;
	height: 201px;
	float: left;
	border: solid 0px #8399AF;
	overflow: hidden;
	position: relative;
}
.boxgrid2 h3 {
	color: #FFF;
	letter-spacing: -1px;
	font-weight: normal;
	margin-top: 48px;
	padding: 0px 10px;
	text-align: center;
}
.boxgrid2 h3 span {
	color: #FFF;
	display: block;
	text-align: center;
}
.boxgrid2 img {
	padding-top: 10px;
	width: 145px;
	max-height:201px;
	/*height: 201px;
	position: absolute;*/
	top: 0;
	left: 0;
	border: 0;
}
.photo h6 {
	color: #000;
	letter-spacing: -1px;
	font-weight: normal;
	padding: 0px 10px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	background: #d5d5d5;
	width:191px;
}
.photo h6:hover {
 color:;
	background: #03548d;
	color: #fff;
}
.pas {
	margin-bottom: 20px;
}
.boxcaption2 {
	float: left;
	position: absolute;
	top: 0px;
	background: #349659;
	height: 100%;
	width: 145px;
	filter:alpha(opacity=80);  
	-moz-opacity:0.8;  
	-khtml-opacity: 0.8;  
	opacity: 0.8;  
}
.captionfull .boxcaption {
	top: 260px;
	left: 0px;
}
.caption .boxcaption {
	top: 220px;
	left: 0px;
}
/*鼠标悬停文字当前显示代2码结束*/
