@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a, img {
	border: 0;
}
body {
	font: 12px/1.5 Tahoma, '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', "hiragino sans gb", Helvetica, Arial, "\5b8b\4f53", 'sans-serif';
	color: #333;
}
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
 
/* index_focus */
.index_focus {
	position: relative;
	width: 100%;
	margin: -13 auto 0px;
	
}
.index_focus .bd li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index:-2;
}
.index_focus_post {
	z-index: 10;
}
.index_focus .pic {
	height: auto;
	display: block;
}
.index_focus .pic:hover {
	text-decoration: none;
}
.index_focus .slide_nav {
	position: absolute;
	left: 44%;
	bottom: 2%;
}
.index_focus .slide_nav a {
	cursor: pointer;
	height:25px;
	float: left;
	font-size: 24px;
	font-family: arial;
	color: #d9d6d6;
	padding: 0px 5px;
}
.index_focus .slide_nav li:hover, .index_focus .slide_nav .on {
	text-decoration: none;
	color: #9c0;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.index_focus_pre, .index_focus_next {
	display: none;
	position: absolute;
	top: 36%;
	width: 72px;
	height: 72px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
	background: url(../images/ico_sliding.png) no-repeat;
}
.index_focus_pre {
	left: 30px;
	background-position: 0 0;
}
.index_focus_pre:hover {
	background-position: 0 -144px;
}
.index_focus_next {
	right: 30px;
	background-position: 0 -72px;
}
.index_focus_next:hover {
	background-position: 0 -216px;
}
.index_focus_info {
	position:relative;
	width: 100%;
	height: 217px;
	margin-top:125px;
	text-align:center;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	_background: none;
}
.index_focus_info h3 {
	font-size: 42px;
	line-height: 70px;
	font-family: \5fae\8f6f\96c5\9ed1, \u9ed1\u4f53, "Lucida Grande";
	display: none;
}
.index_focus_info .text {
	padding-top:10px;
	line-height: 24px;
	font-size: 22px;
	word-wrap: break-word;
	overflow: hidden;
	display: none;
}
