﻿@charset "utf-8";
/* design by pcfinal*/
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family:"宋体";
	font-size:12px;
}
input, select, textarea {
	font-size:12px;
	padding:3px 5px;
}
.layout {
	width:960px;
	margin:0 auto;/*居中*/
}
.clear {
	clear:both;/*清除浮动*/
}
img {
	border:none;
}
li {
	line-height:22px;/*全局列表行高*/
}
h1 {
	font-size:14px;
	text-align:center;
	line-height:26px;
}
h2 {
	font-size:12px;
	color:#FFF;
}
p {
	line-height:22px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#4C8EC0;
	text-decoration:underline;
}
/*头部开始*/
#top {
	height:150px;
}
#top_ad {
	height:150px;
	margin-bottom:0px;
}
/*头部结束*/

/*导航条开始*/
#nav {
	height:43px;
	background:#0066FF;
	margin:0px auto;
	margin-bottom:0px;
	background:url(images/nav_bg.jpg) no-repeat;
}
#nav ul li {
	float:left;
	line-height:43px;
	text-align:center;
	width:80px;
	background:url(images/nav_bg_div.jpg) center right no-repeat;
}
#nav ul li a {
	display:block;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
#nav ul li a:hover {
	text-decoration:none;
	background:url(images/nav_bg_hover.jpg) center no-repeat;
	color:#000;
}

#flashme {
	margin:0px auto;
	height:155px;
	width:960px;
}
/*导航条结束*/

/*主体开始*/
#content {
}
#left {
	width:202px;
	//float:left;
}
.left_title {
	height:28px;
	line-height:28px;
	padding-left:15px;
	margin-top:2px;
	background:url(images/left_title_bg.jpg) no-repeat;
}
.left_body {
	padding:10px;
	border:1px solid #4C8EC0;
	border-top:none;
	margin-bottom:6px;
}
.left_body ul li {
	border-bottom:1px dashed #4C8EC0;
	line-height:30px;
	text-align:center;
}
#right {
	argin:0px auto;
	width:750px;
	float:right;
	top:200px;
}
.right_title {
	height:28px;
	line-height:28px;
	padding-left:15px;
	position:relative;
	margin-top:2px;
	background:url(images/right_title_bg.jpg) repeat-x;
}
.more {
	position:absolute;
	right:30px;
	top:0px;
	width:50px;
	height:30px;
	text-align:center;
}
.right_body {
	padding:10px;
	border:1px solid #4C8EC0;
	border-top:none;
	overflow:auto;
	zoom:1;
	font-family:"宋体";
	font-size:13px;
}
.products li {
	float:left;
	text-align:center;
	padding:5px;
}
.products img {
	padding:5px;
	border:1px solid #CCC;
}
.products a:hover img {
	border:1px solid #4C8EC0;
}
.products a {
	line-height:22px;
}
.news li {
	line-height:26px;
	border-bottom:1px dashed #4C8EC0;
	padding-left:15px;
	valign:bottom;
	background:url(images/ico.gif) left center no-repeat;
}
.data {
	float:right;
}
#bbs {
	width:960px;
	height:500px;
	float:right;
}
/*主体结束*/


/*底部开始*/
#link {
	height:40px;
	text-align:center;
	line-height:36px;
	margin-top:5px;
	background:#589EDA;
}
#link ul li {
	float:left;
	text-align:center;
	padding:2px;
        valign:bottom;
}
#link ul img {
	padding:3px;
}
#footer {
	text-align:center;
	padding:10px 0;
}
/*底部结束*

/*表格开始*/
.table {
	border-collapse:collapse;
	width:100%;
	margin-top:10px;
}
.table td {
	padding:5px;
	border:1px solid #CCC;
}
.table th {
	padding:5px;
	border:1px solid #CCC;
}
/*表格结束*/
.submit {
	text-align:center;
}
.submit input {
	padding:10px 25px;
}