/**
 * Index 样式
 * ------------------------------------------------------------------------
* Author：Wanyi Bai <wanyibai@gmail.com>
 */
html, body {
	font: normal 14px "微软雅黑" !important;
	color: #777;
	background: #FFF;
}
html, body {
	min-width: 1200px;
	position: relative;
	z-index: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
* {
	margin: 0px;
	padding: 0px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, iframe {
	margin: 0px;
	padding: 0px;
}

textarea {
	resize: none;
	overflow-y: auto
}
ol, ul {
	list-style: none;
}
li {
	vertical-align: bottom;
}
fieldset, img {
	border: none;
}
img, input, select, button {
	vertical-align: middle;
}
img {
	border: 0;
	vertical-align: middle
}
a img, img {
	-ms-interpolation-mode: bicubic
}
.img-responsive {
	max-width: 100%;
	height: auto
}
*:focus {
	outline: none;
}
.fl {
	float: left;
	display: inline;
	overflow: hidden;
}
.fr {
	float: right;
	display: inline;
	overflow: hidden;
}
.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.header {
	margin-bottom: 20px;
}
.footer {
	margin-top: 20px;
}
.layout {
	margin: 0px auto;
	width: 1200px;
	min-width: 1200px;
}
.sub-nav {
	margin: 0px auto;
	width: 1160px;
	height: 40px;
	padding: 0px 20px;
	background: #FFFFFF url(../Images/tabs-h2-style.png) no-repeat left center;
	margin-bottom: 20px;
	border-bottom: 1px dashed #C6CDD4;
}
.sub-nav h2 {
	color: #0066CC;
	font: bold 16px/40px "微软雅黑" !important;
	padding-right: 40px;
}
.sub-nav div {
	padding: 0px 10px;
}
.sub-nav div a {
	font: normal 14px/40px "微软雅黑" !important;
	color: #555;
	text-decoration: none;
}
.sub-nav div a:hover {
	color: #F60;
	text-decoration: underline;
}
.left {
	width: 300px;
	height: 800px;
	background: #EDEDED;
}
.center {
	width: 900px;
	height: 800px;
}
.center {
	width: 900px;
	height: 800px;
}
.center h1 {
	height: 60px;
	font: normal 24px/60px "微软雅黑" !important;
	color: #333;
	padding: 10px 40px;
	margin: 0px 20px;
	text-align: center;
}
.time-source {
	width: 800px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px dashed #C6CDD4;
}
.time-source span {
	padding-right: 20px;
}
.time-source em {
	font-style: normal;
}
.content {
	padding: 30px;
	color: #555;
	font-size: 16px;
	line-height: 2em;
	position: relative;
	z-index: 2;
}
table {
	margin: 0px auto;
}
table td {
	padding: 5px 10px;
}
table th {
	padding: 5px 10px;
	font: normal 16px "微软雅黑" !important;
	color: #888;
}
#title {
	height: 38px;
	width: 400px;
	border: 1ps solid #CCCCCC;
	padding: 0px 10px;
	font-size: 16px;
	color: #777777;
}
#content {
	height: 238px;
	width: 400px;
	border: 1ps solid #CCCCCC;
	padding: 10px;
	font-size: 16px;
	color: #777777;
}
#name, #tel {
	height: 38px;
	width: 200px;
	border: 1ps solid #CCCCCC;
	padding: 0px 10px;
	font-size: 16px;
	color: #777777;
}
#submit {
	width: 160px;
	padding: 6px 12px;
	line-height: 31px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #F60;
	border: 1px solid #cccccc;
	border-radius: 4px;
	cursor: pointer;
}
.left-news {
	width: 280px;
	margin: 10px auto;
	padding-bottom: 40px;
}
.left-news h2 {
	font: bold 16px/32px "微软雅黑" !important;
	color: #99510F;
	text-shadow: 0 1px 1px #FFF;
	padding-left: 40px;
	background: #EDEDED url(../Images/left-title-bg.png) no-repeat left center;
}
.left-news a {
	color: #555;
	text-decoration: none;
}
.left-news a:hover {
	color: #2A0000;
	text-decoration: none;
}
.left-news ul {
	padding: 10px 0px;
	border-bottom: 1px dashed #C6CDD4;
}
.left-news ul li {
	width: 260px;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 20px;
	background: #EDEDED url(../Images/left-li-style.png) no-repeat left top;
}
.left-news ul li span {
	font-size: 12px;
	padding-left: 20px;
}
.left-group {
	width: 280px;
	margin: 10px auto;
	padding-bottom: 40px;
}
.left-group h2 {
	font: bold 16px/32px "微软雅黑" !important;
	color: #99510F;
	text-shadow: 0 1px 1px #FFF;
	padding-left: 40px;
	background: #EDEDED url(../Images/left-title-bg.png) no-repeat left center;
}
.left-group a {
	width: 128px;
	height: 38px;
	display: block;
	color: #555;
	text-decoration: none;
}
.left-group a:hover {
	color: #99510F;
	background: #E8F9FF;
}
.left-group ul li {
	width: 128px;
	height: 38px;
	text-align: center;
	line-height: 40px;
	background: #FFF;
	margin: 10px 10px 0px 0px;
	border: 1px solid #C6CDD4;
}