@charset "utf-8";
a {
    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;
}
a:hover {
    text-decoration: none;
}
.index_focus {
	position: relative;
	width: 100%;
	height: 436px;
	margin: 0;
	overflow: hidden;
	padding: 0px;
	top: -36px;
}
.index_focus .bd li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width:1000px;
}
.index_focus_post {
    z-index: 10;
}
.index_focus .pic {
	height: auto;
    display: block;
	margin:0 auto
}
.index_focus .pic:hover {
    text-decoration: none;
}
.index_focus .slide_nav {
	position: absolute;
	left: 45%;
	bottom:-32px;
	_bottom:-12px;
}
.index_focus .slide_nav a {
	cursor:pointer;
	float:left;
	font-size:20px;
	font-family: arial;
	color: #fff;
	padding:5px;
}
.index_focus .slide_nav li:hover,.index_focus .slide_nav .on{
	text-decoration: none;
	color: #e60012;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.index_focus_pre,.index_focus_next {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    width: 72px;
    height: 72px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 10;
    background: url(../ico_sliding.png) no-repeat;
}
.index_focus_pre {
    left: 0px;
    background-position: 0 0;
}
.index_focus_pre:hover {
    background-position: 0 -144px;
}
.index_focus_next {
    right: 0px;
    background-position: 0 -72px;
}
.index_focus_next:hover {
    background-position: 0 -216px;
}
.index_focus_info {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 950px;
	height: 90px;
	padding-bottom: 10px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background-image: url(../ico3.png);
	background-repeat: repeat;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
}
.index_focus_info h3 {
    font-size: 34px;
	font-family: 'Conv_Avgardm', \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	line-height: 34px;
	font-weight: normal;
	display:none;
}
.index_focus_info .text {
	font-size: 16px;
	font-weight: normal;
	color: #fad566;
	line-height: 18px;
	overflow: hidden;
	display:none;
	margin: 0px;
	padding: 0px;
}
/*FireFox*/
@-moz-document url-prefix() {
    .index_focus {
	position: relative;
	width: 100%;
	height: 436px;
	margin: 0;
	overflow: hidden;
	padding: 0px;
	top: -16px;
}
.index_focus .slide_nav {
	position: absolute;
	left: 45%;
	bottom:-12px;
}
}
