@charset "utf-8";
/* CSS Document */

/* 基础样式 */

*{
	margin: 0px;
	padding: 0px;
	font-family: "宋体", "新宋体";        /*定义页面使用的字体*/
	color:#000;
	font-size:12px;
	list-style-type: none;
	text-decoration: none;
}

body{

	 height: 100%;
	 background-color:#fff;
}                                                                          /*定义页面背景色*/

img{
     border:none;
}

a {                                                                       /*定义页面链接的样式*/
    color:;
    text-decoration: none;
}

a:link{
    text-decoration:none;
}

a:hover {         
	text-decoration: underline;
}

form {
     margin: 0px;
     padding: 0px;
}

.clear{
    line-height:1px;
    clear:both;
	visibility:hidden;
}

/*=======================================================*/

#all
{
	position:relative;
	width:1000px;
	height:600px;
	margin:0 auto;
	background:url(../images/bg.jpg) no-repeat;
}

#nav{
	position:absolute;
	float:left;
	width:250px;
	top:100px;
	height:400px;
	z-index:5;
}

#nav ul{
	margin-left:70px;
	margin-top:100px;
	
}
#nav ul li{
	line-height:30px;
	
}
#nav ul li a{
	word-spacing: 5px;
	letter-spacing: 5px;
	font-size:14px;
	text-decoration:none;
}
#nav ul li a:hover{
	color:#F00;
	font-weight: bold;
}

#content{
	position:absolute;
	float:left;
	left:250px;
	top:50px;
	width:450px;
	height:400px;
	z-index:5;

}
.con_top{
	background:url(../images/image3.gif) no-repeat;
	font-size:16px;
	height:56px;
	width:273px;
	text-align:center;
	line-height:56px;
	letter-spacing:5px;
	}
.span_jl{
	margin-left:3px;
	
}

.ptext{
	line-height:25px;
	
}

#right{
	position:absolute;
	float:left;
	left:700px;
	top:100px;
	width:300px;
	height:400px;
	z-index:5;
}

#bg_swf{
	position:absolute;
	width:1000px;
	height:600px;
	z-index:2;
}
#foot{
	position:relative;
	margin:10px auto;
	width:1000px;
	text-align:center;
}
/*888888888888  join 页面888888888888888888*/
.join_text{
	height:320px;
	overflow-y: scroll;
}
.join_text p{
	line-height:25px;
}
.join_black{
	font-weight:bold;
}
/*&&&&&&&&&&&&&&&&&&&&&  contact   &&&&&&&&&&&&&&&&&&*/
.p_contact{
	line-height:25px;
	margin-left:30px;
	margin-top:-10px;
}
.ptext_p{
	font-weight:bold;
}

.newzx{
	padding: 4px;
	float: left;
	width: 140px;
	text-align:center
}
.newzx_title{
	padding-top: 4px;
	width: 140px;
}
a.a1:link{color: #f00;text-decoration: none;}
a.a1:visited{color: blue;text-decoration: none;}
a.a1:hover,a.a1:active{color: blue;text-decoration:underline;}