﻿/*public style*/
body {
	margin: 0px;
	padding: 0px;
	color: #303030;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	text-align: center;
}
img {
	border: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
a {
	color: #303030;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.clear {
	clear: both;
	float: none;
}
/*顶部导航*/
.pagehead {
	width: 960px;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px 10px;
	border-left: 3px #045aae solid;
	border-right: 3px #045aae solid;
	text-align: left;
	background-color: #f7fbff;
}
.pagehead .innerbox {
	width: 960px;
	overflow: hidden;
	margin: 0px auto;
	border-bottom: 4px #0971d6 solid;
	margin-bottom: 10px;
}
#logo {
	float: left;
	width: 223px;
	height: 94px;
	background: url("../images/logo.jpg") no-repeat;
	overflow: hidden;
}
#logo a {
	display: inline-block;
	width: 223px;
	height: 94px;
}
#set_button {
	float: right;
	width: 730px;
	text-align: right;
	margin-top: 10px;
}
#url {
	float: left;
	color: #939393;
	margin-top: 5px;
}
/*site seach style*/
#seach {
	width: 720px;
	float: right;
	margin-top: 10px;
	padding-left: 10px;
}
.site_serch {
	height: 22px;
	width: 300px;
	float: right;
}
.site_serch ul {
	padding: 0 0 0 10px;
	margin: 0;
	height: 22px;
	float: right;
}
.site_serch ul li {
	float: left;
	list-style: none;
}
#submit {
	width: 88px;
	height: 22px;
	margin-left: 10px;
	background: url('../images/submit.jpg') no-repeat 0 0;
	border: 0px;
	cursor: pointer;
}
#input {
	border: 1px #000 solid;
	width: 100px;
	height: 16px;
	margin-left: 10px;
}
.seach_txt {
	margin-top: 5px;
}
/*顶部菜单*/
#nav {
	width: 730px;
	float: right;
	margin-top: 10px;
}
#nav ul {
	font-weight: bold;
	list-style: none;
	float: right;
}
#nav ul li {
	float: left;
	display: block;
}
#nav ul li a {
	padding: 10px 25px;
	display: inline-block;
	background-color: #c9e4ff;
	text-decoration: none;
}
#nav ul li a:hover {
	display: inline-block;
	background-color: #0971d6;
	color: #fff;
	text-decoration: none;
}
#nav ul li.active a {
	display: inline-block;
	background-color: #0971d6;
	color: #FFF;
	text-decoration: none;
}
/*页面中部居中*/
.body {
	width: 960px;
	margin: 0px auto;
	background-color: #f7fbff;
	border-left: 3px #045aae solid;
	border-right: 3px #045aae solid;
	padding: 0 10px;
	text-align: left;
	clear: both;
	overflow:hidden;
}
/*左侧产品导航*/
.left_main {
	float: left;
	width: 180px;
	overflow: hidden;
}
.leftlist {
	border: 1px #6baae8 solid;
	padding: 3px;
	background-color: #e8f4ff;
}
.leftlist .title {
	color: #0971d6;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #0971d6 solid;
	margin: 5px 0;
	padding: 0 0 5px 10px;
	background: url('../images/sub_01.gif') no-repeat 80px 3px;
}
.tree {
	overflow: hidden;
}
.tree ul {
	margin-left: 0px;
}
.tree li {
	list-style: none;
	line-height: 100%;
	margin-bottom: 1px;
}
.tree li div.t1 {
	padding: 7px 0px 7px 10px;
	color: #FFF;
	font-weight: bold;
	background: #0971D6;
	cursor: pointer;
}
.tree li div.t1 a {
	color: #FFF;
}
.tree li li ul {
	display: none;
}
.tree li li div {
	height: 11px;
	padding: 7px 0px 7px 28px;
	color: #333;
	background: #C7E3FF url("../images/sub_01.gif") no-repeat 5px 6px;
	cursor: pointer;
}
.tree li li div.spread {
	background-image: url("../images/sub_01_spread.gif");
}
.tree li li li {
	padding: 5px 0px 5px 28px;
	color: #333;
	background: url("../images/sub_02.gif") no-repeat 15px 6px;
}
/*右侧信息*/
.right_main {
	float: right;
	width: 765px;
}
.pack {
	float: none;
	clear: both;
}
/*底部信息*/
.pagefoot {
	float: none;
	clear: both;
	width: 960px;
	margin: 0px auto;
	background-color: #f7fbff;
	border-left: 3px #045aae solid;
	border-right: 3px #045aae solid;
	padding: 0 10px;
}
.pagefoot .nav {
	background: #0d74d9 url('../images/copy_bg.jpg') repeat-x 0 0;
	height: 10px;
	text-align: center;
	padding: 10px 0;
	color: white;
}
div.height10{
	height:10px;
}
.pagefoot .nav a {
	color: #FFF;
	text-decoration: none;
}
.pagefoot .nav a:hover {
	color: #FFF;
	text-decoration: underline;
}
.pagefoot .copyright {
	margin: 0 auto;
	line-height: 150%;
}
