/*武汉金阳 赵勇 2006.1.4*/
/* tree of css structure */
/*----------- Basic Element--------- */
html {}
body {
	margin:0px;
	padding:0px;
	color:#333333;
	text-align:center;
	font-size:12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "宋体", "新宋体",Verdana, Arial,Helvetica, sans-serif;
	background:url(../images/board/bg.gif) #fff;
	}
p{}
h1,h2,h3{}
img { border:0px;}
a{
	margin:0px;padding:0px;border:0px;
}
A:link {
    color:#006699;text-decoration:none;
}
A:hover {
    color:#FFFFFF;text-decoration:underline;	
}
A:visited {
     color:#006699;text-decoration:none;
}	      	 

/*---------------Layout-------------- */
#container{
	width:776px;
	background-color:#fff;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	position: relative;
	}
	#pageheader{
		background:url(../logo.gif) no-repeat left top;
		width:776px;
		height:90px;
		}
		#corpnameimg{
			display:none;
		}
		
		#savehomepage{
			
		}
		#savehomepage ul{
			float:right;
			width:70px;
			margin:0px;
			padding:0px;
			background-color:#999;
			text-align:right;
		}
		#savehomepage li{
			list-style:none;
			line-height:15px;
			margin:1px 0px 1px 1px;
			background:url(../images/board/arrow.gif) no-repeat 0px 0px;		
		}
		#savehomepage li a{
			color:#FFFFFF;
			}
		#savehomepage li a:hover{
			background-color:#ccc;
			color:#000;
			}
			
		#mainmenu {
			clear:both;
			margin-left:6px;
			}
		#mainmenu ul{
			margin:0px;
			padding:0px;
			}
		#mainmenu li{
			float:left;
			list-style:none;
			width:75px;
			border:1px solid #ccc;
			background-color:#EFEFEF;
			line-height:24px;
			}
		#mainmenu li a{
			margin:0;
			padding:0;
			color:#000;
			text-align:center;
			display:block;
			}
		#mainmenu li a:visited{
			color:#000;
			
			}
		#mainmenu li a:hover{
			color:#000;
			font-weight:bold;
			background-color:#BADEEF;
			text-decoration:underline;
			}			
		#mainmenu ul li#date{
			width:150px;
			border-right:0px;
			}
		.admainflash {
			margin:0px;
			padding:0px;
			border-left:10px solid #cccccc;
			border-right:10px solid #cccccc;
			border-bottom:10px solid #cccccc;
			}
	/*  首页  */		
	#userfunction{
		float:left;
		width:202px;
		}	
		#userlogin{
			text-align:center;
			height:150px;
			line-height:200%;
			}
		#userlogin input{
			margin:0px;
			padding:0px;
			border:0px;
			}	
		#usersearch{
			margin:5px 0px 5px 0px;
			padding-top:15px;
			height:60px;
			border-top:1px solid #999;
			border-bottom:1px solid #999;
			}
		#govlink{
			text-align:left;
			border-bottom:1px solid #999;
			}
		#govlink ul{
			margin:0px;
			padding:0px;
			}
		#govlink li{
			margin-left:25px;
			}		
		#govlink li A{
			color:#000;
			}
		
			
	#serviceinfo {
		float:right;
		width:572px;
		padding-top:2px;
		border-left:1px solid #999;
		}	
		#mainnews {
			float:left;
			margin-left:2px;
			}		
		#mainnews ul{
			margin:0px;
			padding:0px;
			float:left;
			}
		#mainnews li{
			list-style-type:none;
			margin-bottom:5px;
			text-align:left;
			}
		
		#mainnews li#more{
			text-align:right;
			list-style-type:none;
			}
		#mainnews li#more A:hover{
			color:#000;
			text-decoration:none;
			background-color:#fff;
			}
		#productinfo{
			}
			#hotsale{
				float:left;
				width:565px;
				margin:1px;
				padding:1px;
				border:1px solid #999;
				}		
			#hotsale img{
				margin:0px 10px 10px 6px;
				float:left;
				padding:1px;
				width:140px;
				height:100px;
				}
			#hotsale ul{
				float:left;
				margin:0px;
				list-style:none;
				padding:10px 0px 0px 5px;
				width:118px;
				}
			#hotsale li{
				line-height:220%;
				text-align:left;
				}	
		#footer{
			clear:both;
			width:776px;
			margin-top:10px;
			padding-top:5px;
			border-top:2px solid #cccccc;
			}
			A:hover{
			color:#000000;
			}
			#menubottom {
				margin:0px;
				padding:0px;
				clear:both;
				margin-left:5px;
			}
			#menubottom ul{
				margin:0px;
				padding:0px;
				display:inline;
				}
			#menubottom li{
				list-style:none;
				float:left;
				color:#000;
				width:127px;
				border-right:1px solid #fff;
				line-height:24px;
				background-color:#E0E0E0;
				
				}
			#menubottom li a{
				margin:0;
				padding:0;
				color:#000;
				text-align:center;
				display:block;
				}
			#menubottom li a:visited{
				}
			#menubottom li a:hover{
				color:#CC3300;
				font-weight:bold;
				text-decoration:underline;
				}
		/*  	公司简介	 */
	#sortlist{
		float:left;
		padding-top:1px;
		padding-right:3px;
		width:200px;
		}
		#sortlist A{
			color:#000000;
			}
		#sorlist A:hover{
			color:#fff;
			background-color:#FFFF66;
			}	
		#sortlist ul{
			float:left;
			margin:0px;
			list-style:none;
			padding:5px 0px 2px 15px;
			color:#FFFF66;
			}
	#comabout{
		float:right;
		height:auto;
		width:572px;
		line-height:20px;
		font-size:14px;
		background-color:#F0F8FB;
		padding-top:2px;
		border-left:1px solid #999;
		}
		#comabout p{
			text-indent:15px;
			text-align:left;
			margin-bottom:10px;
			}
		#comabout .lm{
			float:left;
			margin:0px;
			padding:0px;
			}	
	/*     产品中心     */
		#productclass{
			
			}
			#productclass ul{
				margin:0px;
				padding:0px;
				}
			#productclass li{
				text-align:left;
				padding-left:35px;
				list-style-type:none;
				border-bottom:1px dotted #ccc;
				}
			#productclass li A:hover{
				background-color:#333333;
				color:#FFFFFF;
				}		
		#productcatalog{
			float:left;
			line-height:180%;
			}
		#saleinfo {
			min-height:500px;
			}	
			#saleinfo table{
				font-size:12px;
				margin:20px 0px 30px 100px;
				text-align:left;
				}
			#saleinfo img {
				margin-right:12px;
				}	
		.classguide{
			text-align:left;
			}
		#saleinfo a:hover{
			background-color:#fff;
			color:#006699;
			}	
	/*      产品显示      */		
	#showmeinfo{
		line-height:200%;
		font-size:14px;
		text-align:left;
		
		}
	#showmeinfo p{
		text-indent:8px;	
		margin:0 4px 0px 4px;
		}
					
	/* 		新闻中心 	*/
	
		#newslist{
			
			}
			#newslist ul{
				margin:0px;
				padding:0px;
				}
			#newslist li{
				text-align:left;
				padding-left:15px;
				list-style-type:none;
				border-bottom:1px dotted #ccc;
				}
			#newslist li A:hover{
				background-color:#333333;
				color:#FFFFFF;
				}	
		#subjectnews{
			background-color:#EDFAFE;
			}			
	/*     招聘中心　　*/		
		#jobinfo {
			height:400px;
			}	
		
			#joblist ul{
				margin:0px;
				padding:0px;
				}
			#joblist li{
				text-align:left;
				padding-left:15px;
				list-style-type:none;
				border-bottom:1px dotted #ccc;
				}
			#joblist li A:hover{
				background-color:#333333;
				color:#FFFFFF;
				}			
	/*     留言本　　*/		
		.gbookadd {
			border:1px solid #ccc;
			font-size: 12px;
			width:500px;
			margin-left:80px;
			}	
		.gbookadd table {
			}	
		.gbookadd textarea{
			width:410px;
			}	
		.gbookadd td{
			background-color:#FFFFFF;
			text-align:center;
			}	
		.gbookadd input{
			border:1px solid #ccc;
			background-color:#fff;
			}	
		.gbookcontent{
			border:1px solid #ccc;
			font-size: 12px;
			width:500px;
			}	
		.gbookcontent td{
			background-color:#FFFFFF;
			line-height:20px;
			text-align:left;
			padding-left:10px;
			}	
		.gbookadd A:hover{
			color:#FFFFFF;
			background-color:#000000;
			}
	/*      购物车      */		
		.cart{
			padding-top:20px;
			height:300px;
			}
		.usertable{
			text-align:center;
			background-color:#fff;
			width:500px;
			clear:both;
			font-size:14px;
			}
		.usertable td{
			border:1px solid #ccc;
			
			}	
					
/*----------------other--------------*/
#userlogin input#formID{
		background:url(../images/board/formID.gif) no-repeat;
		width:80px;
		padding-left:16px;
		}
#userlogin input#formPW{
		background:url(../images/board/formPW.gif) no-repeat;
		width:80px;
		padding-left:16px;
		}
#userlogin input#ulogin{
		padding-right:20px;
		background:url(../images/board/login.gif) no-repeat;
		width:51px!important;
		}	
#usersearch input#stext{
	width:120px;
	}
.contact p{
    text-align:left;
	font-size:14px;
	line-height:200%;
	margin:0;
	padding:0;
}
#valid A:link{
	background-color:#fff;
	}
#valid A:hover{
	background-color:#fff;
	}	
	
.newstitle{
	 font-size:18px;
	 font-weight:bold;
     line-height:260%;
     text-align:center;
	 }
#subjectnews{
	height:500px;
	}	 
#subjectnews .newscontent{
	font-size:14px;
	line-height:200%;
	text-align:left;
	text-indent:15px;
	}
#jobinfo .newstitle{
	 font-size:18px;
	 font-weight:bold;
     line-height:260%;
     text-align:left;
	 padding-left:50px;
	 }
#jobinfo td{
	font-size:16px;
	width:180px;
	line-height:200%;
	}	 
#jobinfo .ability{
	width:360px;
	font-size:14px;	
	}
td {font-family : "Lucida Grande", "Lucida Sans Unicode", "宋体", "新宋体",Verdana, Arial,Helvetica, sans-serif; font-size : 12px; line-height : 15px; } 
	
th {background-image : url("../images/css/default/bg1.gif"); background-color : #4455aa; color : white; font-size : 12px; font-weight : bold; line-height: normal; } 
	
.tabletitle2 {background-color : #e4e8ef; } 
.tablebody1 {background-color : #fff; line-height : normal; } 
.tablebody2 {background-color : #e4e8ef; line-height : normal; } 
.tableborder1 {width : 98%;}
.google72890{clear:both;}
