/* ---Reset-------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
}

li {list-style-type: none;}

a {color: #fff;text-decoration: none;}
a:hover {text-decoration:underline;}

/* ---layout elements-------------------------------------*/
body {
	width: 100%;
	line-height: 1.4;
	font-family: Arial, 宋体;
	outline: none;
	z-index: 0;
	background-color:#029995;
	font-size: 12px;
	color: #000;
}

#fixed {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}


/* group clear
--------------------------------------------- */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ---images-------------------------------------*/
.center {
	margin: 5px 0px 5px 25px;
}

.img_left {
	float: left;
	margin: 5px 15px 5px 25px;
}

.img_right {
	float: right;
	margin: 0 25px 5px 15px;
}


/* ---header-------------------------------------*/
#header {
	height: 85px; 
	background-color: #fff; 
	margin: 0 auto;
}

#top {
	width: 1000px; 
	margin: 0 auto;
}

#logo {
	float: left; 
	margin-top: 10px;
}

.head-link {
	float: right; 
	width: 480px; 
	margin-top: 10px;
}

.head-link img {
	float: left;
}

.head-link ul {
	float: right;
}

.head-link ul {
	float: right;
	margin: 20px 0px 5px 0;
	*margin: 18px 0px 5px 0;
}

.head-link ul li {
	display: inline-block;
	*display: inline;
	z-index: 1;
	font-size: 16px;
}

.head-link ul a {
	color: #595959;
	margin: 0 15px 0 15px;
	*margin: 0 14px 0 14px;
	font-size: 14px;
	
}

.head-link ul .last {
	margin-right: 0;
}

.head-link p {
	float: right;
	color: #595959;
	font-weight: bold;
	font-size: 14px;
}

/* ---nav-------------------------------------*/

#nav {
	height: 50px; 
	background-color: #07aea4;
	margin-bottom: 30px;
}

#nav .group {
	width: 1000px; 
	margin: 0 auto; 
}

#nav ul {
	padding-top: 13px;
}

#nav ul li {
	display: inline-block;
	*display: inline;
	z-index: 1;
	font-size: 16px;
	color: #fff;
}

#nav ul li a {
	font-size: 14px;
	color: #fff;
	margin: 0 14px 0 14px;
}

#nav ul li .last {
	margin-right: 0;
}


/* ---seal-------------------------------------*/
.seal {
	height: 119px;
	margin: 0 auto;
	background: url(../images/seal.jpg) no-repeat center;
}

/* ---main-------------------------------------*/

#main {
	width: 998px;
	margin: 0 auto;
	background: url(../images/bg.jpg) repeat-y;
	padding-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	-moz-box-shadow: 8px 8px 5px #027a77;
	-webkit-box-shadow: 8px 8px 5px #027a77;
	box-shadow: 8px 8px 5px #027a77;
}

.title {
	height: 149px;
	width: 688px;
	margin: 0 auto;
	background: url(../images/title.jpg) no-repeat center;
	text-indent: -9999px;
	margin-bottom: 30px;
}

.tagline {
	width: 998px;
	margin: 0 auto;
	margin-bottom: 30px;
	
}

.tagline ul {
		width: 820px;
		font-size: 18px;
		color: #a87019;
		font-family: "Microsoft Yahei";
		*font-weight: bold;
		margin-left: 140px;
}

.tagline ul li {
	display: inline-block;
	width: 405px;
	margin-bottom: 20px;
}

.tagline ul li {
	*display: block;
	*float: left;
	*width: 405px;  /*for ie 6, 7*/
}


.tagline ul li span {
	font-size: 14px;
	font-family: 宋体;
	display: inline-block;
	width: 290px;
	border-style: solid;
	border-color: #a87019;
	border-width: 0 0 1px 0;
	
}

.tagline ul li span {
	*font-weight: normal;
	*display: inline;
	*z-index: 1;
	*width: 290px;   /*for ie6, 7*/
}

.timeline {
	float: left;
	width: 145px;
	margin-left: 47px;
	*margin-left: 30px;
}

.timeline img {
	*margin-bottom: -5px; /*for ie6, 7*/
}

.content {
	float: right;
	width: 740px;
	margin-right: 40px;
	margin-top: 28px;
	*margin-right: 20px;
}

.article {
	width: 730px;
	margin-bottom: 19px;
	color: #4c4c4c;
	*margin-bottom: 14px;
}

.article .hr {
	margin-bottom: 25px;
}

.article p {
	line-height: 20px;
}

.article p img {
	float: left;
	margin: 0 35px 0 5px;
	border: 15px solid #f5e2cb;
	-moz-box-shadow: 5px 5px 5px #bda484;
	-webkit-box-shadow: 5px 5px 5px #bda484;
	box-shadow: 5px 5px 5px #bda484;
}

.article p strong {
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-family: "Microsoft Yahei";
	margin-bottom: 20px;
	
}

.article p span {
	display: block;
	margin-top: 20px;

}

.article p span a {
	display: inline-block;
	width: 86px;
	height: 23px;
	background: url(../images/detail.jpg) no-repeat;
	vertical-align: center;
	text-indent: -9999px;
	
}

/* ---subnav-------------------------------------*/

#subnav {
	height: 45px;
	background-color: #40b7b1;
	margin-bottom: 30px;
}

#subnav .group {
	width: 520px;
	margin: 0 auto;
}

#subnav ul {
	padding-top: 13px;
}

#subnav ul li {
	display: inline-block;
	*display: inline;
	z-index: 1;
	font-size: 16px;
	color: #fff;
}

#subnav ul li a {
	font-size: 14px;
	color: #fff;
	margin: 0 14px 0 14px;
	*margin: 0 13px 0 13px;
}

#subnav ul li .last {
	margin-right: 0;
}


/* ---footer-------------------------------------*/

#footer {
	margin: 0 auto;
	margin-bottom: 30px;
}

.quick-link {
	width: 600px;
	margin: 0 auto;
}

.quick-link ul {
	float: left;
	width: 70px;
	margin-right: 20px;
}

.quick-link ul li {
	margin-bottom: 10px;
	color:#FFF;
}

.quick-link .left {
	margin-left: 120px;
	*margin-left: 60px;
}

.quick-link .right {
	width: 210px;
	margin-right: 0;
	color: #fff;
}

#footer p {
	width: 1000px;
	*width: 1010px;
	margin: 0 auto;
	color: #fff;
}














