@charset "UTF-8";
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html
{
	background: #ffffff url(../../images/body.jpg) repeat-x top;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}

body
{
	margin: 0 auto;
	text-align: center;
	font-family: '宋体', SimSun, sans-serif;
	font-size: 13px;
	background: #ffffff url(../../images/body.jpg) repeat-x top;
	min-width: 980px;
	overflow-x: hidden;
}

a
{
	color: #000000;
	font-family: '宋体', SimSun, sans-serif;
	text-decoration: none;
	font-size: 13px;
}

a:hover
{
	color: #ff0000;
	font-family: '宋体', SimSun, sans-serif;
	text-decoration: underline;
	font-size: 13px;
}

hr
{
	border: 1px solid red;
}

div
{
	margin: 0 auto;
}

ul
{
	margin: 0 auto;
	padding: 0;
}

ul li
{
	margin: 0 auto;
	padding: 0;
	height: 30px;
	line-height: 30px;
}

#container
{
	margin: 0 auto;
	width: 980px;
}

header
{
	margin: 0 auto;
	background: url(../../images/logoPc.png) no-repeat;
	width: 980px;
	height: 161px;
	line-height: 161px;
	overflow: hidden;
}

header h1
{
	margin: 0;
	background: url(../../images/logo.png) no-repeat;
	text-align: left;
	height: 161px;
	line-height: 161px;
	color: #00499b;
	font-family: '宋体', SimSun, serif;
	font-size: 58px;
	font-weight: bolder;
	-webkit-text-shadow: 5px 3px 3px #898788;
	-moz-text-shadow: 5px 3px 3px #898788;
	text-shadow: 5px 5px 3px #898788;
}

article
{
	margin: 5px auto 0;
	display: block;
	width: 980px;
	height: 100%;
	overflow: hidden; /* 清除浮动，解决内部浮动元素导致的高度塌陷问题 */
}

aside
{
	float: left;
	width: 165px;
	height: 100%;
	background-color: #d6d0f2;
}

aside ul
{
	float: left;
	text-align: center;
	width: 165px;
}

aside ul li
{
	float: left;
	width: 165px;
	text-align: center;
	list-style: none;
}

section
{
	float: left;
	width: 810px;
	height: 100%;
	margin-left: 5px;
	/*background-color: #eeeeee;*/
	background-color: #ebe8f7;
}

.introduce
{
	margin: 0 auto;
	width: 970px;
	height: 2410px;
	overflow: hidden;
}

section p
{
	text-indent: 2em;
	text-align: left;
}

section div
{
	margin: 0 auto;
}

section .left
{
	float: left;
	width: 395px;
	height: 380px;
	margin-left: 5px;
	background-color: #ebe8f7;
	box-sizing: border-box; /* 确保padding和border包含在宽度内 */
}

section .right
{
	float: left;
	width: 395px;
	height: 380px;
	margin-left: 5px;
	background-color: #ebe8f7;
	box-sizing: border-box; /* 确保padding和border包含在宽度内 */
}

.ulli
{
	text-align: left;
	margin-left: 30px;
}

table, th, td
{
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
	border-radius: 8px;
}

footer
{
	width: 980px;
	margin: 8px auto 0;
	padding-top: 10px;
	text-align: center;
	height: 80px;
	background: url(../../images/footerBg.png) no-repeat;
	overflow: hidden;
}
