@charset "utf-8";
body{
	background:#49005e url(/_image/develop_bg.png) repeat-x;
}
#container{
	width:980px;
	margin:0 auto;
}
#header {
	margin:0px;
	padding:0px;
}
#menu1 {
	width:980px;
	height:27px;
}
#menu1 ul {
	margin:0px 0px 0px 220px;
	padding:0px;
	list-style-type:none;
}
#menu1 ul li {
	float:left;
}
#menu1 #head_contect {
	height:27px;
	line-height:27px;
	float:right;
	margin:0px 18px 0px 0px;
	color:red;
}
#menu2 {
	position:relative;
	text-align:left;
	width:980px;
	height:131px;
}
#menu2 logo_fla {
	width:980px;
	height:131px;
}
#menu2 ul {
	margin:0px;
	padding:0px;
	width:84;
	list-style:none;
	position:absolute; right: 18px; top: 10px; 
}
#menu2 a {
	text-decoration:none;
	line-height:22px;
	color:#666;
}
#menu2 a:hover{ color:#ff6600; }

/*------------------==================底部导航==================----------------------------*/
#footer {
	background:url(/_image/footer_bg.png) repeat-x;
}
#foot_contant {
	width:870px;
	height:90px;
	margin:0px auto;
	padding:20px 0px 0px 120px;
	background:url(/_image/footer_logo.png) no-repeat;
	text-align:left;
	color:#666666;
	line-height:20px;
}
#foot_contant a {
	color:#666666;
	text-decoration:none;
}


/*------------------==================PC区资源==================----------------------------*/
.pageup {
	float:left;
	color:#666;
	margin:18px 0px 0px 0px;
	height:auto;
	line-height:26px;
}
.pageup a {
	color:#666;
	text-decoration:none;
}
.pageup a:hover {
	color:#f00;
	text-decoration:none;
}
