/* CSS Document */

html, body, ul, ol, li, p, h4, h5, h6, form, fieldset, a, div
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../image/bg.jpg) top repeat-x;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	word-spacing: 3px;
}

.neirong {
	width: 800px;
	left: 30px;
	top: 20px;
	right: 30px;
	bottom: 20px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #444444;
	font-size: 14px;
	text-decoration: none;
}
a:link {
	font-size: 14px;
	color: #191919;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #444;
}
a:active {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}

a:hover
{
	font-size: 14px;
	color: blue;
	text-decoration: none;
}
/*************************************************** Typography ***************************************************/

h4
{
	color: #fff;
	padding-top: 16px;
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
}
h4 a:link{
	color: #FFFFFF;
	text-decoration: none;
}


p
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.5;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 960px;
	margin: 0 auto;
}

#logo
{
	width: 240px;
	height: 57px;
	float: left;
	margin-top: 20px;
	margin-left: 0px;
	color:#00CCFF;
	font-size:20px;
}

#logo a
{
	color:#377696;
	font-size:24px;
	text-decoration:none;
}

#logo span{
	color:#fff;
}

#nav-wrapper
{
	width: 560px;
	height: 33px;
	float: right;
	margin-top: 30px;
	background-color: #377696;
}

#content-area
{
	width: 960px;
	padding-top: 20px;
	padding-bottom: 16px;
}

.bottom-panel
{
	background: #d3e4ed url(../image/bottom-panel.gif) no-repeat;
	width: 235px;
	margin-right: 6px;
	float: left;
  	height: 230px;
}

/*************************************************** Main Content Styles ***************************************************/

#content-area ul
{
	padding: 5px 30px 20px 30px;
}

#content-area ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 22px;
	background: url(../image/list-arrow.gif) left no-repeat;
	list-style: none;
}

#content-area img.home-photo
{
	float: left;
	padding-right: 28px;
	height: 360px;
	width: 450px;
}


#content-area a.click-more
{
	background: url(../image/more-button.gif) no-repeat;
	height: 28px;
	width: 139px;
	padding: 7px 25px 7px 36px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-left: 285px;
}

#content-area a:hover.click-more
{
	color: #204b61;
}

#content-area #content-top
{
	background: url(../image/content-top.gif) no-repeat;
	height: 9px;
	width: 960px;
	font-size: 1px;
}

#content-area #content-main
{
	background: #51859f url(../image/content-about-bg.jpg) bottom no-repeat;
	min-height: 261px;
	height: auto !important;
	height: 261px;
	width: 930px;
	color: #fff;
	margin-bottom: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}

#content-area #content-main p
{
	width: 550px;
}

/************************************************** Bottom Panel Styles **************************************************/

.bottom-panel#last
{
	margin-right: 0;
}

.bottom-panel h4
{
	padding-left: 51px;
	padding-top: 6px;
	padding-bottom: 14px;
}

.bottom-panel p
{
	color: #191919;
	font-size: 11px;
	line-height: 1.3;
	margin: 0;
	padding-bottom: 12px;
}

.bottom-panel img
{
	float: left;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:5px
}

.bottom-panel .panel-content
{
	width: 180px;
	margin: 0 auto 0 auto;
}

.bottom-panel ul
{
	padding: 0 10px 0 10px;
}

.bottom-panel ul li
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #161616;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
	background: url(../image/bottom-panel-list-arrow.gif) left no-repeat;
	list-style: none;
}


/*************************************************** Navigation Styles ***************************************************/

#nav-right
{
	background: url(../image/nav-bg-right.gif) right no-repeat;
	float: right;
	height: 33px;
	width: 10px;
}

#navigation
{
	width: 530px;
	height: 33px;
	float: left;
	background: #377696 url(../image/nav-bg-left.gif) left no-repeat;
}

#navigation ul
{
	height: 33px;
	line-height: 33px;
	margin: 0;
	display: inline;
	float: left;
	width: 520px;
	margin-left: 20px;
	padding-right: 0;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;	
	margin-right: 1px;
	padding: 0 14px 0 10px;
	background: url(../image/nav-divide.gif) right 15px no-repeat;
}

#navigation ul li a#contact-link
{
	background: none;
	padding-right: 0;
}

#navigation ul li a:hover
{
	color: #98bfe7;
}

#home #navigation ul li a#home-link, #about #navigation ul li a#about-link
{
	color: #98bfe7;
}
.copyright
{
	background:url(../image/bg2.jpg) repeat-x;
	font-size:14px;
	}
.copyright a:link
{
	color:#333;
	}
.copyright a:hover
{
	color:#333;
	}
	
.copyright a:active {
	color: #333;
}
.links
{
	text-align:center;
	padding-top:15px;
	margin-bottom:5px;
	}
.fafa
{
	text-align:center;
	margin-top:5px;
	margin-bottom:10px}
#menu DL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: url(http://www.zzs.com.cn/images/images/bottom.gif) #69c no-repeat left bottom; PADDING-BOTTOM: 10px; MARGIN: 0px auto; WIDTH: 150px; PADDING-TOP: 0px
}
#menu DT {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 1.4em; BACKGROUND: url(http://www.zzs.com.cn/images/images/top.gif) #69c no-repeat left top; PADDING-BOTTOM: 10px; MARGIN: 0px; COLOR: #fff; PADDING-TOP: 10px; BORDER-BOTTOM: #fff 1px solid
}
#menu DD {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 1em; BACKGROUND: #47a; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #fff; PADDING-TOP: 0px; BORDER-BOTTOM: #fff 1px solid
}
#gallery A {
	PADDING-RIGHT: 5px; DISPLAY: block; PADDING-LEFT: 20px; BACKGROUND: url(http://www.zzs.com.cn/images/images/arrow.gif) #47a no-repeat 10px 10px; PADDING-BOTTOM: 5px; WIDTH: 125px; COLOR: #fff; PADDING-TOP: 5px; TEXT-DECORATION: none
}
#gallery A:visited {
	PADDING-RIGHT: 5px; DISPLAY: block; PADDING-LEFT: 20px; BACKGROUND: url(http://www.zzs.com.cn/images/images/arrow.gif) #47a no-repeat 10px 10px; PADDING-BOTTOM: 5px; WIDTH: 125px; COLOR: #fff; PADDING-TOP: 5px; TEXT-DECORATION: none
}
#gallery A:hover {
	BACKGROUND: url(http://www.zzs.com.cn/images/arrowr.gif) #258 no-repeat 11px 10px; COLOR: #9cf
}