﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #000;
}
body {
	padding-bottom: 20px;
	font: 12px "宋体", "微软雅黑", "黑体";
	background: url(../images/b1.gif) repeat-x top;
	padding-top: 20px;
}
h1,h2 {
	font-family: "微软雅黑";
}
img {
	border: 0;
}
li {
	list-style-type: none;
}
table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size: 12px;
	width: 608px;
}
td {
	border: 1px solid #ccc;
	padding: 5px;
}
.noborder {
	border: none!important;
	background-image: none!important;
}
.gray {
	background: #f5f5f5;
}
/*头部*/
.top {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
.logo {
	float: left;
	margin-top: 10px;
}
.banner {
	float: right;
}
.top p {
	float: right;
	background: url(../images/tel.gif) no-repeat;
	width: 314px;
	height: 60px;
	text-indent: -9999px;
	margin-top: 5px;
}
/*导航*/
.nav {
	background: url(../images/b_nav.gif) no-repeat;
	height: 42px;
	width: 950px;
	margin: 2px auto 0 auto;
	line-height: 42px;
}
.nav ul {
	float: left;
	font-size: 14px;
	font-weight: bold;
}
.nav li {
	float: left;
	width: 130px;
	text-align: center;
	background: url(../images/b3.gif) no-repeat right;
}
.nav a {
	display: block;
}
.nav a.current, .nav a:hover {
	background: url(../images/b2.gif) no-repeat center 7px;
}
.nav #login {
	width: 90px;
	color: #fff;
	font-weight: bold;
	margin-top: 3px;
	margin-right: 8px;
	background: url(../images/button1.gif) 90px 0;
	float: right;
	height: 35px;
	display: block;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
}
.nav #login:hover {
	background: url(../images/button1.gif) 90px -35px;
}
.container {
	width: 950px;
	margin: 10px auto 0 auto;
	overflow: hidden;
}
.bg_g {
	background: #f5f5f5;
	color: #000;
	font-weight: bold;
}
/*版权信息*/
.copyright {
	width: 950px;
	margin: 10px auto 0 auto;
	clear: both;
	text-align: center;
}
.copyright p {
	line-height: 22px;
	color: #666;
	margin-right: 10px;
}
.copyright a {
	color: #666;
}

