﻿@charset "utf-8";
/*base*/
html {
	padding:0;
	margin:0;
	font-size:13px;
	font-family:\5FAE\8F6F\96C5\9ED1, sans-serif;
	height:100%;
	position: relative;
}
body {
	position: relative;
	padding:0;
	margin:0;
	text-align:center;
	color:#656565;
	height:100%;
	background:#FDF3E7;
}
a {
	color:#656565;
	text-decoration:none;
}

.clear {
	CLEAR: both;
	FONT-SIZE: 0px;
}
div,form,img,ol,dl,dt,dd,P {
	border: 0px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul,li{
	border: 0px;
	padding: 0px;
	margin: 0px;
	list-style: none;	
	margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
	border: 0px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-weight:normal;
}
.left {
	float:left;
}
.right {
	float:right;
}
.hide {
	DISPLAY: none
}
.block {
	display:block;
}
.w1000{
	margin:0px auto;
	width:1000px;
}
.head{
	height:280px;
	width:100%;
	background:url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.footer{
	float:left;
	width:100%;
	height:132px;
	line-height: 28px;
	color:#fff;
	font-size:14px;
	padding-top:28px;
	text-align: center;
	background: #844c21;

}
/*
.left{
	float:left;
	width:210px;
	margin-top:38px;
}
.left ul li{
	width:210px;
	height:50px;
	background: #925120;
	color:#fff;
	font-size: 21px;
	line-height: 50px;
	border-bottom:3px solid #FDF3E7;
}
.left ul li ul li{
	width:210px;
	height:50px;
	color:#656565;
	background: url(../images/oval.png) no-repeat 10px 0;
}
.right{
	float:right;
	width:750px;
	margin-top:38px;
}

.line{
	height: 45px;
	line-height: 45px;
	text-align: left;
	color:#c72929;
	font-size: 21px;
}
.content{
	line-height: 30px;	
	text-align: left;
	font-size:15px;
}
#r{
	background: #c72929;
}*/
#open{
	background:#c72929;
}
h1{
	font-size:13px;
}