@charset "utf-8";
/* CSS Document */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
b blockquote,
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
form,
fieldset,
legend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td,
/* table elements 表格元素 */
img

/* img elements 图片元素 */
	{
	border: medium none;
	margin: 0;
	padding: 0;
}

div {
	margin: 0 auto;
}

ul,
li {
	list-style: none;
}

img {
	display: block;
	border: none;
}

a {
	text-decoration: none;
	hide-focus: expression(this.hideFocus=true);
	outline: none;
}

a:focus {
	outline: none
}

body {
	background: none no-repeat scroll 0 0 #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}

/*******************************样式***********************************/

.main {
	background-color: #ffffff;
	width: 100%;
}

/* 第一版块 内容 */
.content {
	background-color: #ffffff;
	width: 1100px;
	border-radius: 8px;
	margin-top: 10px;
}

/* 顶部 */
.top {
	display: inline-block;
	width: 1060px;
	height: 90px;
	padding: 0px 20px 30px 20px;
}

.top .care {
	float: left;
	height: 90px;
	padding: 0 0 0 20px;
}

.top .care .gslg {
	float: left;
	width: 95px;
	height: 90px;
	padding: 0 80px 0 0;
}

.top .care .gslg a {
	float: left;
	width: 95px;
	height: 90px;
}

.top .care .djsx {
	position: relative;
	float: left;
	height: 40px;
	padding: 24px 0 24px 0;
}

.top .care .djsx input {
	float: left;
	width: 430px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	overflow: hidden;
	text-indent: 10px;
	box-shadow: none;
	color: #535353;
}

.top .care .djsx a {
	background-color: #c82925;
	position: absolute;
	right: 0px;
	top: 24px;
	width: 68px;
	height: 42px;
	line-height: 42px;
	border-radius: 6px;
	font-size: 22px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}

.top .care .djsx a:hover {
	background-color: #c80925;
}

.top .peck {
	float: right;
	height: 90px;
	padding-right: 15px;
	overflow: hidden;
	margin-top: 22px;
}

.top .peck ul {
	float: left;
	width: 400px;
	height: 90px;
}

.top .peck ul li {
	float: left;
	width: 400px;
}

.top .peck ul li h2 {
	float: right;
	line-height: 40px;
	font-size: 32px;
	font-weight: bold;
	color: #001ea3;
}

.top .peck ul li span {
	float: right;
	line-height: 18px;
	font-size: 16px;
	color: #333333;
}

.top .peck ul li span b {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}


/* 导航 */

.menu {
	display: inline-block;
	position: relative;
	z-index: 300;
	width: 1100px;
	height: 27px;
	border-bottom: 3px solid #c82925;
}

ul#topnav {
	float: left;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 1070px;
	height: 27px;
	padding-left: 30px;
}

ul#topnav li {
	float: left;
	margin-left: -20px;
	_margin-left: -10px;
}

ul#topnav li a {
	background-image: url("../images/menubg.png");
	background-position: center -33px;
	position: relative;
	float: left;
	width: 166px;
	height: 27px;
	line-height: 27px;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

ul#topnav li.current {
	z-index: 201;
}

ul#topnav li.current a {
	background-position: center top;
	color: #333333;
}

ul#topnav li a:hover,
ul#topnav li.current a:hover {
	background-position: center top;
	color: #333333;
}

ul#topnav li:hover,
ul#topnav li.current:hover {
	background-position: center top;
	color: #333333;
}

ul#topnav li:hover a,
ul#topnav li.current:hover a {
	background-position: center top;
	color: #333333;
}

ul#topnav li span,
ul#topnav li.current span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0;
	top: 27px;
	display: none;
	width: 1100px;
	background: #fafafa;
	color: #333333;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

ul#topnav li:hover span,
ul#topnav li.current:hover span {
	display: block;
	font-size: 14px;
}

ul#topnav li span a,
ul#topnav li.current span a {
	background: #fafafa;
	float: left;
	display: inline-block;
	color: #333333;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 10px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul#topnav li span b,
ul#topnav li.current span b {
	background: #fafafa;
	float: left;
	display: inline-block;
	color: #333333;
	height: 30px;
	line-height: 16px;
	padding: 0 5px 0 5px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul#topnav li span a:hover,
ul#topnav li.current span a:hover {
	background: #fafafa;
	color: #001ea3;
	padding: 0 10px 0 10px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}




/* 第二版块 尾部 */
.foot {
	background-color: #ffffff;
	width: 100%;
}

.foot .weibu {
	width: 1100px;
	height: 60px;
	line-height: 24px;
	text-align: center;
	padding-top: 20px;
}

.foot .weibu span {
	width: 1100px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	color: #000000;
}

.lgdy .tj {
	background: url(../images/sbtx01.jpg) no-repeat scroll 0 0 transparent;
	float: left;
	width: 60px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #14326d;
}
