﻿/* Index Banner */
.index-banenr {
	position: relative;
	left: 0;
	height: 572px;
	overflow: hidden;
}
.index-banenr li {position: absolute; top: 0; left: 0; width: 100%; height: 572px; display:none; background-repeat: no-repeat; background-position:bottom center;}

.index-banenr a {
	display: block;
}
.index-banenr .trigger {
	position: absolute;
	left: 0;
	top: 535px;
	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: #0067b2;
}
/* 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: #0067b2;*/
	opacity: .80;
	filter: alpha(opacity=80);
}
.index-menu .img a:hover span {
	background: #0067b2;
	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: #0067b2;
}