@charset "utf-8";
body, td, th {
	font-family: Verdana, Arial, "微软雅黑", "幼圆", "宋体";
	font-size: 14px;
	color: #434343;
}
body {
	background-image: url(../images/common/grad.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d4d4d4;
	background-position: center top;
	color: #736D6C;
}
a {
	font-size: 14px;
	color: #434343;
	text-decoration: none;
}
a:visited {
	color: #434343;
}
a:hover {
	color: #2D497B;
	text-decoration: underline;
}
a:active {
	color: #434343;
	vertical-align: text-bottom;
}
h1, h2, h3, h4, p, ul, li, tr, td {
	margin: 0px;
	padding: 0px;
}
p {
	text-align: justify;
	line-height: 23px;
}
img {
	border-style: none;
}
.clear {
	height: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	line-height: 0px;
	clear: both;
}
.con {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
}
#header {
	position: relative;
	background-image: url(../images/common/headerBg.jpg);
	background-repeat: repeat-x;
	height: 145px;
	-webkit-box-shadow: 10px 0px 10px 10px #E3E3E3;
	box-shadow: 10px 0px 10px 10px #E3E3E3;
	z-index: 9999;
}
#header #colorLine {
	height: 10px;
	background-color: #2d497b;
	font-size: 1px;
	line-height: 10px;
}
#header #logo {
	width: 120px;
	height: 100px;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 10px;
}
#header .con #logo h1 {
	font-weight: bold;
	font-size: 30px;
	font-family: "微软雅黑", "幼圆";
	line-height: 40px;
	padding-top: 20px;
	float: right;
}
#header .con #logo a img {
	width: 120px;
	height: 60px;
	float: left;
}
#header .con #corp {
	width: 350px;
	font-size: 23px;
	font-family: "微软雅黑", "幼圆";
	line-height: 23px;
	font-weight: bold;
	position: absolute;
	top: 35px;
	height: 40px;
	left: 135px;
}
#header .con #corp span {
	font-size: 14px;
	white-space: nowrap;
	font-weight: normal;
	line-height: 16px;
}

#header .con #sologn {
	width: 300px;
	position: absolute;
	top: 45px;
	left: 680px;
	height: auto;
	font-size: 18px;
	font-weight: bold;
	font-family: "微软雅黑", "幼圆";
	font-style: italic;
	line-height: 30px;
	text-align: right;
	color: #838383;
}
#header .con #sologn a {
	border: 1px solid #323232;
	border-radius: 4px;
	display: inline-block;
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 5px;
	font-style: normal;
}
#header .con #menuCon {
	width: auto;
	height: auto;
	position: absolute;
	top: 95px;
	right: 0px;
}
#headerMenu .menuLi {
	float: left;
	width: 100px;
	list-style-type: none;
	display: block;
	text-align: center;
	position: relative;
	border-right: 1px solid #D7D7D7;
	background-image: url(../images/common/menuItemBg.png);
	background-position: 0% bottom;
}
#headerMenu .menuLi a {
	width: 100px;
	height: 40px;
	text-decoration: none;
	color: #A3A3A3;
	font-size: 16px;
	font-family: "微软雅黑", "幼圆";
	font-weight: bold;
	line-height: 40px;
	display: block;
}
#headerMenu .menuLi a:hover {
	color: #FFFFFF;
	background-color: #2d497b;
}
#headerMenu .menuLi.cur a {
	color: #FFFFFF;
	background-color: #2d497b;
}
#headerMenu .menuLi .subMenuUL {
	position: absolute;
	top: 80px;
	display: none;
	height: auto;
	background-color: #FFFFFF;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 5px 5px #E5E5E5;
	box-shadow: 1px 1px 5px 5px #E5E5E5;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	left: 0px;
	z-index: 9999;
}
#headerMenu .menuLi .subMenuUL .subMenuLi {
	width: 160px;
	float: left;
	display: block;
	list-style-type: none;
	text-align: left;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
}
#headerMenu .menuLi .subMenuUL .subMenuLi a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	color: #A3A3A3;
	background-color: transparent;
}
#headerMenu .menuLi .subMenuUL .subMenuLi a:hover {
	color: #FFFFFF;
	background-color: #2d497b;
}
#headerMenu .menuLi .subMenuUL .subMenuLi a .subMenuLi-icon {
	color: #C4C4C4;
	padding-right: 8px;
}
#pageMain {
	padding-top: 30px;
	padding-bottom: 30px;
	z-index: 1;
	position: relative;
}
#pageMain .con.main {
	background-color: #FFFFFF;
	text-shadow: 0px 0px 5px #E3E3E3;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	width: 900px;
	-webkit-box-shadow: 0px 0px 8px 8px #E3E3E3;
	box-shadow: 0px 0px 8px 8px #E3E3E3;
	position: relative;
	height: auto;
}
#pageMain .con .left {
	width: 650px;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	position: relative;
}
#pageMain .con .right {
	width: 220px;
	height: 100%;
	float: right;
	background-color: #FFFFFF;
	position: relative;
	z-index: 99;
}
#pageMain .con .right .space {
	margin-top: 30px;
}
#pageMain .con .title {
	line-height: 60px;
	font-family: "微软雅黑", "幼圆";
	color: #2D497B;
	font-size: 23px;
	vertical-align: bottom;
}
#pageMain .con .title span {
	font-size: 14px;
	color: #8C8C8C;
	padding-left: 12px;
	vertical-align: bottom;
	line-height: 50px;
}
#pageMain .con .text {
	margin-top: 8px;
	margin-bottom: 8px;
	text-indent: 28px;
	text-align: justify;
}
#pageMain .btn {
	width: 65px;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	margin-top: 12px;
	padding-bottom: px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}
#pageMain .btn a {
	width: 45px;
	height: 30px;
	background-color: #D4D4D4;
	color: #434343;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	border-radius: 5px;
	display: block;
	font-size: 13px;
}
#pageMain .btn a:hover {
	background-color: #2D497B;
	color: #FFFFFF;
	text-decoration: none;
}
footer {
	background-color: #FFF;
}
#footerCon {
	border-top: 1px solid #B4B4B4;
	padding-bottom: 10px;
	padding-top: 15px;
	font-size: 13px;
	line-height: 20px;
	color: #6A6A6A;
	-webkit-box-shadow: -10px 0px 10px 10px #D4D4D4;
	box-shadow: -10px 0px 10px 10px #D4D4D4;
}
#footerCon a {
	color: #5B5B5B;
	font-size: 13px;
}
#footerCon #left {
	width: 400px;
	float: left;
}
#footerCon #right {
	text-align: right;
	color: #5B5B5B;
}
#footerCon #right p {
	text-align: right;
}
#footerCon p {
	line-height: 20px;
}
