﻿/* Index Banner */
.index-banenr {
	position: relative;
	left: 0;
	height: 330px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:1px;
}
.index-banenr li {
	position: absolute;
	width: 1004px;
	height: 330px;
}
.index-banenr a {
	display: block;
}
.index-banenr .trigger {
	position: absolute;
	left: 0;
	top: 293px;
	z-index: 9;
	width: 100%;
}
.index-banenr .trigger span {
	display: inline-block;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin: 0 3px;
	background: #fff;
	cursor: pointer;
}
.index-banenr .trigger .cur {
	background: #098B89;
}
/* Index Menu */
.index-menu {
	width: 971px;
	margin: 30px auto 35px;
	padding-left: 21px;
}
.index-menu li {
	float: left;
	width: 219px;
	height: 138px;
	margin-right: 21px;
	border: 1px solid #e5e4e4;
}
.index-menu .img {
	width: 221px;
	margin: -1px;
}
.index-menu .img a {
	display: block;
	position: relative;
	height: 105px;
	color: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.index-menu .img span {
	position: absolute;
	top: 78px;
	left: 0;
	width: 100%;
	background: #000;
	text-indent: 9px;
	line-height: 27px;
	opacity: .7;
	filter: alpha(opacity=70);
}
.index-menu .img a:hover {
	/*color: #098B89;*/
	opacity: .80;
	filter: alpha(opacity=80);
}
.index-menu .img a:hover span {
	background: #098B89;
	opacity: 1;
}
.index-menu strong a {
	display: block;
	border-top: 1px solid #e5e4e4;
	color: #666;
	text-indent: 9px;
	line-height: 34px;
}
.index-menu strong a:hover {
	background: #f8f8f8;
	color: #098B89;
}
/*新闻相关*/
.news li { line-height:26px; border-bottom:1px dashed #999999; padding-left:10px; background:url(images/li_ico.jpg) left no-repeat; }
.news_title { text-align:center; font-size:16px; padding:10px; }
.news_content { padding:10px; }
.news_info { text-align:center; border:1px dashed #666; padding:10px; }
.news_next { padding:5px; border:1px solid #333; }
/*分页按扭*/
#pagination { clear:both; line-height:25px; height:25x; position:relative; text-align:center; }
#pagination a, #pagination strong { margin:0 5px; font-family:Verdana; }
#pagination strong, #pagination a:hover { text-decoration:none; }