@charset "utf-8";
 
/*reset*/ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
iframe,object,embed,fieldset,input,textarea,p,blockquote,td,th { 
	padding: 0; 
	margin: 0; 
} 

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
} 

fieldset,img {
	border: 0;
} 

address,caption,cite,code,dfn,em,strong,th,var { 
	font-weight: normal; 
	font-style: normal;
} 

strong,.bold {
	font-weight:bold;
}

ol,ul {
	list-style: none;
} 

h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	font-size: 100%; 
} 

abbr,acronym,iframe { 
	border: none;
}

pre{
	white-space:normal;
}

a{
	text-decoration:none;
}

.clear{
	clear:both;
	width:0;
	height:0;
	line-height:0;
	font-size:0;
}

:focus{
	outline:none;
}

/*public*/
.fl{
	float:left;
	_display:inline;
}
.fr{
	float:right;
	display:_inline;
}
.blk{
	display:block;
}
.rl{
	position:relative;
}
.hidden{
	display:none;
}

body{
	background:#bfbfbf;
	font-size:14px;
}
body,a{
	color:#5e5d5f;
}

.container{
	width:980px;
	margin:0 auto;
	padding:0 12px;
	overflow:hidden;
	background:#f2f2f2;
	position:relative;
}
.header{
	height:86px;
	position:relative;
}
.header img{
	float:left;
	display:inline;
	margin:23px 9px 0;
}
.header .line{
	margin-top:30px;
}
.content{
	position:relative;
}
.logoList{
	width:100%;
	background:url(../images/bg.png) repeat-x;
	margin-top:12px;
	table-layout:fixed;
}
.logoList td{
	text-align:center;
	vertical-align:bottom;
	_vertical-align:middle;
	height:197px;
	padding-bottom:1px;
}
.logoList .focus{
	background:url(../images/bg_on.png) repeat-x;
}
.logoList img{
	cursor:pointer;
}
.footer{
	padding:16px 0 26px;
	font-size:12px;
	color:#9ca0ab;
	line-height:180%;
}

/*banner*/
.bannerBox{
	position:relative;
	overflow:hidden;
	border:1px solid #d8d9db;
	width:978px;
	height:475px;
}
.banner{
	width:2934px;
}
.bannerLeft{
	float:left;
	display:inline;
	width:886px;
	position:relative;
}
.bannerRight{
	float:left;
	display:inline;
	width:92px;
}
.banner img{
	display:block;
}
.bannerTop{
	position:absolute;
	top:0;
	left:0;
}
.sj{
	position:absolute;
	top:455px;
	left:132px;
	z-index:2;
}
.sp{
	position:absolute;
	bottom:22px;
	right:70px;
	width:206px;
	height:37px;
	display:none;
	background:url(../images/line.png) no-repeat -100px;
}
.num{
	position:absolute;
	bottom:5px;
	left:20px;
}
.num0{
	left:auto;
	right:20px;
}
.num a{
	float:left;
	display:inline;
	width:12px;
	height:12px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	background:url(../images/banner_point.png) no-repeat bottom left;
	_background:url(../images/banner_point.gif) no-repeat bottom left;
	text-indent:-1000px;
	margin:3px;
}
.num .on{
	background-position:0px 1px;
	_background-position:0px 0px;
}
.links{
	font-family:"宋体";
	color:#5e5d5f;
}
.links a:hover{
	text-decoration:underline;
}