﻿@charset "utf-8";
/* design by pcfinal*/

* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family:"微软雅黑";
	font-size:12px;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat;
	background-position: center;
}
input, select, textarea {
	font-size:12px;
	padding:3px 5px;
}
.layout {
	width:1003px;
	margin:0 auto;/*居中*/
}
.layouttop {
	width:100%;
	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:#1f3250;
	text-decoration:underline;
}
aa li{padding:5px 10px;};
/*头部开始*/
#topkuang {
	height:135px;
	background-image: url(images/BG11.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
#top {
	width:930px;
	height:84px;
	border-top:5px solid #06F;
	background-image: url(images/topbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#logo {
	height:84px;
	width:204px;
	float:left;
}
#top_ad1 {
	height:100px;
	width:562px;
	float:left;
	background:url(images/top_ad.jpg) no-repeat;
}
#top_menu {
	height:80px;
	width:184px;
	text-align:right;
	float:right;
	padding-top:20px;

}
#banner {
	height:235px;
	margin-bottom:3px;
}
/*头部结束*/

/*导航条开始*/
#nav {
  height: 24px;  list-style-type: none;  padding-left:200px;

line-height:24px;overflow:hidden;background:#999;
}

#nav a {
 display: block; width: 80px; text-align:center;
}

#nav a:link  {
 color:#EEE; text-decoration:none;
}
#nav a:visited  {
 color:#EEE;text-decoration:none;
}
#nav a:hover  {
 color:#FFF;text-decoration:none;font-weight:bold;background:#CCC;
}

#nav li {
 float: left; width: 80px;
}


#nav li ul {
 line-height: 24px; 
 list-style-type: none;
 text-align:left;
 left: -999px;
 width: 520px; //注意,这里一定要设置宽度;
 position: absolute;
 background:#CCC;
}

#nav li ul li{
  float: left;width: 80px; //float就是子菜单横向的关键,可以继承父菜单而省略float
}


#nav li ul a{
 display: block; width: 65px;text-align:left;padding-left:15px;
}

#nav li ul a:link  {
 color:#F1F1F1; text-decoration:none;
}
#nav li ul a:visited  {
 color:#F1F1F1;text-decoration:none;
}
#nav li ul a:hover  {
 color:#FFF;text-decoration:none;font-weight:normal;background:#C00;
}

#nav li:hover ul {
 left:25%;
}

#nav li.sfhover ul {
 left:25%;
}

#content {
 clear: left;
}

/*导航条结束*/

/*主体开始*/
#content {
}
#left {
	width:240px;
	float:left;
}
.left_title {
	height:28px;
	line-height:28px;
	padding-left:15px;
	margin-top:5px;
	background:url(images/left_title_bg.jpg) no-repeat;
}
.left_body {
	padding:10px;
	border:1px solid #e7e9eb;
	border-top:none;
	margin-bottom:10px;
}
.left_body ul li {
	border-bottom:1px dashed #e7e9eb;
	line-height:30px;
	text-align:left;
}
#right {
	width:755px;
	float:right;
	padding-right:1px;
}
.right_title {
	height:28px;
	line-height:28px;
	padding-left:15px;
	position:relative;
	margin-top:5px;
	background:url(images/right_title_bg.jpg) repeat-x; z-index:-1; 
}
.right_newtitle {
	height:28px;
	line-height:28px;
	padding-left:15px;
	position:relative;
	margin-top:5px;
	background:url(images/right_newtitle_bg.jpg) repeat-x; z-index:-1; 
}
.more {
	position:absolute;
	right:30px;
	top:0px;
	width:50px;
	height:30px;
	text-align:center;
}
.right_body {
	padding:10px;
	border:1px solid #e7e9eb;
	border-top:none;
	overflow:auto;
	zoom:1;
}

.right_lbody {
	width:250px;
	height:200px;
	float:left;
	margin-top:10px;
}
.products li {
	float:left;
	text-align:center;
	padding:5px;
}
.products img {
	padding:5px;
	border:1px solid #CCC;
}
.products a:hover img {
	border:1px solid #e7e9eb;
}
.products a {
	line-height:22px;
}
.news li {
	line-height:26px;
	border-bottom:1px dashed #e7e9eb;
	padding-left:15px;
	background:url(images/ico.gif) left center no-repeat;
}
.data {
	float:right;
}
/*主体结束*/


/*底部开始*/
#link {
	height:100px;
	text-align:center;
	line-height:36px;
	margin-top:5px;

}
#link ul li {
	float:left;
	text-align:center;
	padding:2px;
}
#link ul img {
	padding:3px;
}
#footer {
	text-align:left;
	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:5px 25px;
}

.mailbutton {
	background-image:url(images/login.jpg);
	height: 25px;
	width: 57px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

