@charset
"utf-8"
;

:focus {
    outline: 0;
}

address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}

code, kbd, samp, tt {
    font-size: 100%;
}
input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}
textarea {
    resize: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

a.special, .special a {
    color: #690;
}
a.special:hover, .special a:hover {
    color: #390;
    text-decoration: none;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    clear: both;
    *zoom: 1;
}
.overflow {
    overflow: hidden;
    *zoom: 1;
}


.index_focus {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.index_focus .bd li {  
    left: 0;
    top: 0;
	text-align:center;
	width:100%;
}
.index_focus_post {
    z-index: 10;
}
.index_focus .pic {
	width:100%;
    display: block;
}
.index_focus .pic:hover {
    text-decoration: none;
}
/*.index_focus .slide_nav {
    position: absolute;
    left: 45%;
    bottom:2%;

}
.index_focus .slide_nav a {
	cursor:pointer;
	float:left;
    font-size:28px;
    font-family: arial;
    color: #fff;
	padding:5px 10px;
}
.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 .slide_hx{	width:160px;	 height:30px;     position: absolute; left:50%; margin-left:-80px;  bottom:3%;  }

.index_focus .slide_hx a.slide_pre{ width:34px; height:50px; margin:8px 7px 1px; display:block; float:left; background:url(../images/prexx.png) 0px 0px no-repeat;}
.index_focus .slide_hx a.slide_nxt{ width:34px; height:50px; margin:8px 0px 1px; display:block; float:left; background:url(../images/nextt.png) 0px 0px no-repeat;}
.index_focus .slide_hx a.slide_pre:hover{ width:34px; height:50px; margin:8px 7px 1px; display:block; float:left; background:url(../images/prexx-hover.png) 0px 0px no-repeat;}
.index_focus .slide_hx a.slide_nxt:hover{ width:34px; height:50px; margin:8px 0px 1px; display:block; float:left; background:url(../images/nextt-hover.png) 0px 0px no-repeat;}
.index_focus .slide_hx  .slide_nav {	width:160px; float:left; }
.index_focus .slide_hx  .slide_nav a {	cursor:pointer; width:12px; height:12px;color: #D9D9D9;
font: 12px/15px "\5B8B\4F53";
text-decoration: none;
text-align: center;	float:left;  margin:7px 4px 0 0; background-color:#D9D9D9;border-radius: 7px;}
.index_focus .slide_hx  .slide_nav .on{ background-color:#446BAB; color:#446BAB;}

.index_focus .slide_hx  .slide_nav img{ width:80px; height:45px; border:4px solid #333; }
.index_focus .slide_hx  .slide_nav img:hover{ border:4px solid #f00;}
.index_focus .slide_hx  .slide_nav li:hover,.index_focus .slide_nav .on img{   border:4px solid #f00;}
.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(../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: absolute;
    left: 100px;;
    bottom: 12%;
    width: 600px;
    height: 200px;
    padding-bottom: 10px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-family: "\5fae\8f6f\96c5\9ed1";
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    background: url("../images/index_focus_bg.png") no-repeat;
    _background: none;
	overflow:hidden;
}
.index_focus_info h3 {
    font-size: 36px;
    line-height: 40px;
    font-family: \5fae\8f6f\96c5\9ed1, \u9ed1\u4f53, "Lucida Grande";
	display:none;
	margin:10px;
}
.index_focus_info .text {
    width: 500px;
    line-height: 24px;
    font-size: 14px;
    word-wrap: break-word;
    overflow: hidden;
	display:none;
}