body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre, 
form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0; 
	margin: 0; 
} 
table{ 
	border-collapse: collapse; 
	border-spacing: 0; 
} 
fieldset,img { 
	border: 0; 
} 
address,caption,cite,code,dfn,em,th,var { 
	font-weight: normal; 
	font-style: normal; 
} 
ol,ul { 
	list-style: none; 
} 
caption,th { 
	text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-weight: normal;
	font-size: 100%; 
} 
q:before,q:after { 
	content:? 
} 
abbr,acronym{ 
	border: 0; 
} 
body{
	font-size:12px;
	background:url("bodybg.gif") left 153px repeat-x;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	text-decoration:underline;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.fb{
	font-weight:bold;
}
.f14{
	font-size:14px;
}
.mt10{
	margin-top:10px;
}
.pt10{
	padding-top:10px;
}
.cleardiv{
	clear:both;
}
.wrap{
	width:990px;
	margin:auto;
}

.mainhead{
	height:110px;
	overflow:hidden;
	width:100%;
	margin:0 auto;
	min-width:1000px;
	background:url("mainhead.jpg") center bottom no-repeat;
}
.topcontainer{
	height:30px;
	overflow:hidden;
}
.topcontainer .contmain{
	width:990px;
	height:25px;
	margin:auto;
	color:#555;
}
.topcontainer .contmain div{
	line-height:25px;
}
.topcontainer .contmain div a{
	color:#555;
}
.topcontainer .contmain .leftdiv{
	float:left;
	padding-left:15px;
}
.topcontainer .contmain .rightdiv{
	float:right;
	padding-right:15px;
}

.logocontainer{
	clear:both;
	height:80px;
}
.logocontainer .contmain{
	width:990px;
	height:80px;
	margin:auto;
}
.logocontainer .logo{
	float:left;
}
.logocontainer .login{
	float:right;
	padding-top:10px;
}
.logocontainer .login .logintable  td{
	width:120px;
	height:30px;
	vertical-align:middle;
}
.logocontainer .login .logintable  td.word{
	text-align:right;
	padding-right:5px;
}
.logocontainer .login .input{
	width:110px;
	border:#999 solid 1px;
	height:17px;
}
.logocontainer .login .submit{
	width:54px;
	height:23px;
	border:0;
	background:url("but1.gif") center top no-repeat;
}
.logocontainer .login .buttom{
	width:54px;
	height:23px;
	border:0;
	background:url("but2.gif") center top no-repeat;
}
.logocontainer .login .userinfo	 td{
	line-height:30px;
	color:#666;
	text-align:right;
}
#qqlogin{
	margin-left:10px;
	vertical-align:middle;
}
/*
*导航样式
*/
.mainmenu{
	height:48px;
	overflow:hidden;
	background:url("mbg.gif") left top repeat-x;
	margin-bottom:20px;
	min-width:1000px;
}
.mainmenu ul{
	width:990px;
	height:48px;
	margin:auto;
	overflow:hidden;
	background:url("menubg.gif") center top no-repeat;
}
.mainmenu li{
	height:48px;
	width:99px;
	text-align:center;
	float:left;
	background:url("spacing.gif") left 2px no-repeat;
}
.mainmenu li.begin{
	background:none;
}
.mainmenu li a{
	display:block;
	padding-top:8px;
	line-height:40px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#8FDCF8;
	text-decoration:none;
}
.mainmenu li a:hover,.mainmenu li a.ch{
	color:#FFFFFF;
	text-decoration:none;
	background:url("over.gif") 2px bottom no-repeat;
}
/*
*主要内容
*/
.Maincontmain{
	clear:both;
	width:990px;
	margin:auto;
}
.Maincontmain .MainLeft{
	width:660px;
	float:left;
}
.Maincontmain .Sideright{
	width:320px;
	float:right;
}
/*
*底部信息
*/
.FootCont{
	clear:both;
	margin:10px auto 0 auto;
	width:100%;
	background:url("fbg.gif") left top repeat-x;
	height:98px;
	min-width:1000px;
}
.FootCont .contin{
	width:990px;
	height:98px;
	margin:auto;
	overlfow:hidden;
	background:url("footbg.gif") center top no-repeat;
}
.FootCont .contin .flogo{
	float:left;
	width:200px;
	height:98px;
	background:url("fspacing.gif") right 15px no-repeat;
	text-align:center;
}
.FootCont .contin .flogo img{
	margin-top:20px;
}
.FootCont .contin p{
	float:left;
	padding:10px 0 0 30px;
	line-height:20px;
	color:#FFF;
	width:760px;
}
.FootCont .contin p a{
	color:#FFF;
}