﻿@charset "utf-8";
/* CSS Document */
/** 清除内外边距 **/ 
body, h1, h2, h3, h4, h5, h6, hr, p,  
blockquote, /* structural elements 结构元素 */ 
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ 
pre, /* text formatting elements 文本格式元素 */ 
form, fieldset, legend,  textarea, /* form elements 表单元素 */ 
/*th, td, /* table elements 表格元素 */ 
img/* img elements 图片元素 */{border:medium none; margin:0; padding:0;}  
/** 设置默认字体 **/ 
body, input, select, textarea {font:normal 16px "Microsoft YaHei","\u5fae\u8f6f\u96c5\u9ed1",Arial;}
body {
	background:#eae6e0;
	color:#333333;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }  
em{font-style:normal;}  
/** 重置列表元素 **/ 
ul, ol { list-style:none; } 
ul, li { list-style:none; } 
/** 重置超链接元素 **/ 
a {
	text-decoration:none;
	color: #333333;
}
a:hover {
	text-decoration:underline;
}  
/** 重置图片元素 **/ 
img{ border:0px; vertical-align:middle;}  

/** footer **/
.copyright {
	width:975px;
	height:131px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../images/copyright_bg.jpg);
	overflow: hidden;
}
.copyright p {
	color: #030;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.copyright p a {
	color: #030;
	text-decoration: none;
}
.copyright p a:hover {
	color: #030;
	text-decoration: underline;
}

.copyright ul{width:980px; margin:auto; padding:0px; height: auto;}
.copyright ul li{
	float:left;
	width: 980px;
	list-style: none none;
/*	height: 24px;*/
	margin-left: 5px;
}
.copyright ul li a {
	font-weight: bold;
	text-decoration: none;
}
.copyright ul li a:hover {
	text-decoration: underline;
}

.clear{clear:both;}
