@charset "utf-8";

.indexCont {
	height: 320px;
}
.indexBanner {
	position: relative;
	height: 320px;
}
.indexBanner li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 320px;
	background: url(../images/index_banner01.jpg) no-repeat center top;
	opacity: 0;
	filter: alpha(opacity=0);
}
.indexBanner li a {
	display: block;
	width: 100%;
	height: 100%;
}
.indexBanner .trigger {
	position: absolute;
	left: 50%;
	top: 300px;
	z-index: 9;
	padding-left: 447px;
}
.indexBanner .trigger span {
	float: left;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin-right: 4px;
	background: url(../images/index_sprite.png) no-repeat -85px 0;
	_background: url(../images/index_sprite_2.png) no-repeat -85px 0;
	cursor: pointer;
}
.indexBanner .trigger .cur {
	background-position: -70px 0;
}
.indexNews {
	position: relative;
	z-index: 100;
	width: 980px;
	margin: 0px auto 0;
}
.indexNews .listContainer {
	float: left;
	position: relative;
	width: 918px;
	height: 130px;
	margin: 0 5px;
	overflow: hidden;
}
.indexNews .listContainer ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 927px;
}
.indexNews .listContainer li {
	float: left;
	width: 300px;
	height: 130px;
	overflow: hidden;
	margin-right: 9px;
}
.indexNews .listContainer .newsImg {
	float: left;
	width: 174px;
	height: 130px;
}
.indexNews .listContainer .newsTxt {
	float: left;
	position: relative;
	width: 106px;
	height: 130px;
	padding: 0 10px;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	line-height: 19px;
}
.indexNews .listContainer .newsTxt .time {
	display: block;
	padding: 15px 0 10px;
	color: #969595;
}
.indexNews .listContainer .bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 126px;
	height: 130px;
	background: #080606;
	opacity: 0.7;
	filter: alpha(opacity=30);
}
.indexNews .btn {
	float: left;
	width: 26px;
	height: 130px;
	background: url(../images/index_sprite.png) no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.indexNews .rightBtn {
	background-position: -26px 0;
}

.wrapSearchResult {
	background: #e5e5e5;
}
.searchResult {
	padding-bottom: 20px;
}
.searchResult ul {
	overflow: hidden;
	padding: 25px;
	color: #666;
}
.searchResult li {
	padding: 15px 120px 15px 15px;
	border-bottom: 1px solid #e0e0e0;
}
.searchResult h4 {
	height: 30px;
	margin-left: -15px;
	padding-left: 15px;
	background: url(../images/search_result_icon.png) no-repeat 0 8px;
	font-size: 14px;
}
.searchResult h4 a {
	color: #666;
}
.searchResult h4 a:hover {
	text-decoration: underline;
}
.searchResult .page {
	float: right;
	padding-right: 25px;
}





#index_news { position:absolute; height:35px; width:100%; bottom:0; left:0; z-index:5000; background:url(../images/news_bg.png) repeat-x left -40px; overflow:hidden; }
#index_news_wrap { width:960px; height:35px; margin:0 auto; font-size:13px;}
#index_news_wrap div { float:left}
#index_news_title { width:120px; height:35px; line-height:35px; color:#FFF; font-weight:bold; font-size:14px}
#index_news_slide { width:760px; position:relative; overflow:hidden; height:35px;}
#index_news_slide ul { display:block; list-style:none; position:absolute; height:35px; padding:0; margin:0}
#index_news_slide ul li { display:block; list-style:none; line-height:35px; height:35px; width:760px; overflow:hidden; float:left; color:#FFFFFF;padding:0; margin:0 }
#index_news_slide ul li span { letter-spacing:1px; margin-right:5px}
#index_news_slide ul li a { color:#FFFFFF }
#index_news_btn { width:60px; margin-left:20px; height:35px; line-height:35px; display:none}



