@charset "utf-8";

/*----------------------------------------------------
 *FileName:               common.css
 *Discription:            reset
 *Version:                1.0.1 (2013-03-04)
 *Author:                 Mayz
 ----------------------------------------------------*/
 
/*---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;
}
a:hover{
	text-decoration:underline;
}

.clear{
	overflow:auto;
	zoom:1;
}

:focus{
	outline:none;
}

/*---GLOBAL---*/
.fl{
	float:left;
	_display:inline;
}
.fr{
	float:right;
	_display:inline;
}
.blk{
	display:block;
}
.rl{
	position:relative;
}
.hidden{
	display:none;
}

body{
	font:12px/22px Tahoma, Arial, "宋体", sans-serif;
}
body,a{
	color:#242424;
}
.bodybg{
	background:#bfbfbf;
}

/*---Structure---*/
.container{
	width:980px;
	margin:0 auto;
	position:relative;
	background:#fff;
}
.header{
	position:relative;
	text-align:center;
	font:18px/42px "微软雅黑";
	height:45px;
	color:#fff;
	background:url(../images/top_bg.jpg) repeat-x;
}
.help{
	position:absolute;
	top:12px;
	right:61px;
	width:60px;
	height:21px;
	background:url(../images/btn_bg.jpg) no-repeat;
	text-align:center;
	line-height:21px;
	color:#5a5a5a;
	font-size:14px;
}
.logo{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
.banner{
	height:329px;
}
.navBar{
	background:url(../images/nav_btm.jpg) no-repeat 0 bottom #ebebeb;
	position:relative;
	text-align:right;
	font-size:0;
	height:91px;
	zoom:1;
	white-space:nowrap;
}
.navBar .imgLink{
	*margin-left:-1px;
}
.nav{
	text-align:left;
	padding-left:35px;
}
.nav a{
	display:inline-block;
	*margin-right:-1px;
	font:14px/22px "微软雅黑";
	color:#000;
	width:108px;
	text-align:center;
	padding-top:50px;
	position:relative;
	z-index:2;
	background:url(../images/nav_bg.png) no-repeat;
	margin:0 20px;
}
.nav .nav1{
	background-position:36px 6px;
}
.nav .nav2{
	background-position:-116px 6px;
}
.nav .nav3{
	background-position:-262px 6px;
}
.nav .nav4{
	background-position:-418px 6px;
}
.nav .nav5{
	background-position:-568px 6px;
}
.nav .nav6{
	background-position:-719px 6px;
}
.nav .nav7{
	background-position:-804px 6px;
}
.nav .on,.nav a:hover{
	color:#d46a1e;
	background-position-y:-93px;
}
.navFocus{
	position:absolute;
	top:-4px;
	left:18px;
}
.footer{
	padding:20px 0 32px;
	background:#e3e3e3;
	line-height:30px;
	font-family:"微软雅黑";
	text-align:center;
	color:#878787;
}
.content{
	padding:32px 50px 50px;
	min-height:500px;
	_height:500px;
}