@charset "gb2312";

#banner {
	width:100%;
	height:365px;
	overflow:hidden;
	margin:0 auto;
	background:#58595b;
	position:relative;
}
#banner .banner {
	width:1000px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	background:#f00;
	position:relative;
}
#banner .banner ul li {
	float:left;
	width:215px;
	height:365px;
	background-color:#b2b0b1;
}
#banner .banner ul .bannerimg {
	width:785px;
	overflow:hidden;
}
#banner .banner ul li table {
	width:100%;
}
#banner .banner ul li table tr td {
	height:59px;
	text-align:center;
}
#banner .banner ul li table tr td.selectedimg{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	background-image:url(../images/adback1.png);
	cursor:pointer;
}
#banner .banner ul li table tr td.selectimg{
	color:#EBEBEB;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	background-image:url(../images/adback.png);
	cursor:pointer;
}

#content {
	width:1000px;
	height:100%;
	overflow:hidden;
	padding:20px 0 10px;
	margin:0 auto;
	position:relative;
}
#content #news,#content #about,#content #contact {
	width:280px;
	height:100%;
	padding:0 10px;
	float:left;
	position:relative;
}
#content #news {
	width:380px;
}

#content #title {
	width:100%;
	height:40px;
	overflow:hidden;
	background:url(../images/title.jpg) repeat-x;
}
#content  #title h3 {
	font-size:15px;
	line-height:40px;
	color:#fff;
	float:left;
	position:relative;
	left:15px;
}
#content  #title span {
	display:block;
	line-height:40px;
	color:#fff;
	float:right;
	position:relative;
	right:15px;
}
#content  #title span a {
	color:#fff;
}
#content #about .about {
	padding:0 0 10px;
	line-height:22px;
}
#content img {
	border:1px solid #dfe2e7;
	margin:10px 0;
}
#content #about p {
	text-indent:2em;
}
#content #news ul {
	padding:10px 0 0;
}
#content #news ul li {
	padding-left:25px;
	height:33px;
	overflow:hidden;
	line-height:35px;
	background:url(../images/li.jpg) no-repeat 10px 14px;
	border-bottom:1px dashed #dddddf;
}
#content #news ul li a {
	display:block;
	width:70%;
	float:left;
}
#content #news ul li span {
	display:block;
	width:30%;
	float:left;
	text-align:right;
	color:#bbb;
}
#content #contact .contact {
	padding:10px 0;
	line-height:22px;
}