﻿/*@CSS Reset*/
body
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 21px;
	color: #5B280C;				/*全局字体颜色*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#A2E8F9;
}
form, ul, ol, h1, h2, h3, h4, h5, h6, p, dl, dt, dd
{
	margin: 0;
	padding: 0;
	list-style: none;
}
input, textarea, select, button
{
	font-size: 12px;
}
img
{
	border: none;
}
address, cite, small, em, strong
{
	font-style: normal;
	font-size: 12px;
}


/*@Common Css*/
a
{
	color: #0095C8;           /*超链接字体颜色*/
	text-decoration: none;
}
a:hover
{
	color:#0095C8;   /*鼠标经过样式*/
	text-decoration: underline;
}



/*@input textarea 样式*/
input.text, textarea
{
	border:1px solid #e0e5c2;
	padding:4px;
}

/*@Container*/
#Container 
{
	width: 900px;
	margin: 0px auto;
	position:relative;
}

/*--顶部--*/
#Header
{
	margin-right: auto;
	margin-left: auto;
	background:url(top.gif) top center no-repeat #C3ED2B;
	min-height:254px;
	_height:254px;
	position:relative;
}
.toplogo
{
	min-height:254px;
	_height:254px;
}
.toplogo h1 ,.toplogo h3
{
	display: none; /*font-size: 30px;*/
}
#toplink
{
	position:absolute;
	left:402px;
	top:80px;
}
#toplink li
{
	float: left;
	height: 19px;
	line-height: 20px;
	padding-left: 30px;
	background: url(ico_li.gif) no-repeat left center;
}

/*--导航部分--*/
.menu
{
	height: 30px;
	padding:0 20px;
}
#nav
{
	height:30px;
	line-height: 30px;
}
.menu .left, .menu .right
{
	display: none;
}
.menusel
{
	float: left;
	position: relative;
	_display:inline;
}
.menusel h2
{
	font-size: 12px;
	text-transform:uppercase;
}
.menusel a, .menusel a:visited
{
	color: #669966;
	display:inline-block;
	padding: 0 9px;
}
.menusel a:hover
{
	color:#fff;
}
.position
{
	position:absolute;
}
.position ul
{
	min-width:100px;
	_width:100px;
	border: 1px solid #f0eee1;
	background-color:#fefdf5;
	white-space:nowrap;
	/*visibility:hidden !important;
	*+visibility:;*/
	display:none;
}
.menusel .block
{
	display:block;
	/*visibility:visible !important;
	*+visibility:;*/
}

.typeul ul {
	position: absolute;
	left: 100px;	
	top: 0;
	margin-top:-1px;
}
.typeul li
{
	text-align:center;
	min-width:100px;
	_width:100px;
	position: relative;
	height:25px;
	line-height:25px;
	text-align:center;
	border-bottom:1px solid #e0e5c2;
}
.typeul li a, .typeul li a:visited
{
	border: none;
	color:#669966;
}
.typeul li a:hover
{
	display: block;
	color:#669966;
	background:#efecd6;
}

/**end menu**/

#banner 
{
	padding:0 8px 8px;
}
#banner img 
{
	width:100%;
}

/*@通站H3*/
h3
{
	font-size: 14px;
}
h3 span
{
	cursor:pointer;
}
h3 a
{
	color:#FF1864;
	text-decoration:none;
}
h3 a:hover
{
	color:#67A800;
	text-decoration:underline;
}

/*--底部部分--*/
#Footer
{
	clear: both;
	width: 100%;
	background:url(foot.gif) bottom no-repeat #C3ED2B;
	padding-bottom:20px;
	margin-bottom:10px;
}
#Footer .links
{
	padding: 8px;
	text-align: left;
}
.foot-link
{
	line-height: 38px;
	padding:0 10px;
}

.copyinfo
{
	margin: 10px auto 20px;
	text-align: center;
}
.copyinfo #support
{
	width:30%;
	border-right:1px solid #7d920a;
	float:left;
	line-height:20px;
}
.copyinfo #usercopy
{
	width:69.5%;
	float:right;
}



/*@上一条下一条*/
.other {
	margin: 20px;
}
#upordown
{
	float: left;
	width: 450px;
}
#upordown ul li
{
	height: 20px;
}
#other-pro #gettop
{
	float: right;
}
.count
{
	color: #ffbc00;
}

