﻿html, body {
	width: 100%;
	height: 100%;
	background-color: #CCCBAD;
	background-image: url(../images/1/500.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
*{
	padding:0px;
	margin:0px;
	border:0px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 10px;
}
table {
	border:0px;
	border-collapse:collapse;
}
td {
    padding:0px
}
img {
	display:block;
}
/*内页*/
#top{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#centre{
	border: 5px solid #121216;
	background-image: url(../images/1/bj.jpg);
}
#centre p{
	line-height: 170%;
	text-indent: 26px;
	padding-top: 3px;
	padding-right: 16px;
	padding-bottom: 3px;
	padding-left: 16px;
}
#bottom{
	padding-top: 5px;
	padding-bottom: 3px;
	width: 100%;
	padding-right: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	background-image: url(../images/1/home2_03.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #121216;
}
/*调用项*/
.space{
	word-spacing: 18px;
}
.space2{
	word-spacing: 12px;
}
.space1{
	color: #FFCC33;
}
a:link {
	color: #cccccc;
	text-decoration: none;
}
a:visited {
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
	text-decoration: none;
}