﻿@import url(public/page.css);

html
{
	background-color: #c0c0c0;
}
div.content
{
	width: 1000px;
	height: 580px;
	margin: 13px auto 0px;
}

div.content div.top
{
	text-align: center;
	padding-top:5px;
	height:85px;
	width:1000px;
	background:url(../image/default/default_topbg.jpg) no-repeat left top;
}
div.content div.top span
{
	color: #fff;
	margin:0px 20px;
}
div.content div.top a
{
	color: #fff;
	font-family: 幼圆;
}
div.content div.middle_juanzhu
{
	width:1000px;
	height:365px;
	background:url(../image/default/default_middle_juanzhubg.jpg) no-repeat left top;
}
div.content div.middle_aixin
{
	display:none;
	width:1000px;
	height:365px;
	background:url(../image/default/default_middle_aixinbg.jpg) no-repeat left top;
}
div.content div.bottom
{
	width:1000px;
	height:125px;
	background:url(../image/default/default_bottombg.jpg) no-repeat left top;
}
div.content div.bottom div.bottomnav
{
	width:1000px;
	height:55px;
	position:relative;
}
div.content div.bottom div.bottomnav a
{
	position:absolute;
	display:block;
	width:182px;
	height:21px;
}
div.content div.bottom div.bottomnav a.juanzhu
{
	left:292px;
	top:19px;
}
div.content div.bottom div.bottomnav a.aixin
{
	right:292px;
	top:19px;
}
div.content div.bottom div.footer
{
	width:767px;
	height:70px;
	padding-left:233px;
}
div.content div.bottom div.footer div.left
{
	float:left;
	width:536px;
	padding-top:25px;
	text-align:center;
	font-size:12px;
	color:#fff;
	line-height:18px;
}
div.content div.bottom div.footer div.right
{
	float:right;
	width:228px;
	padding-left:3px;
	padding-top:5px;
	font-size:12px;
	color:#fff;
	text-indent:10px;
}
div.content div.bottom div.footer div.right a
{
	display:block;
	width:102px;
	height:37px;
	float:left;
	margin:0px 5px;
}
