*{
	padding: 0px;
	margin: 0px;
}
html,body{
	margin: 0 auto;
	text-align: center;
	color:  #464646;
	font-size: 12px;
	background: #FFF;
   font-family: "ÐÂËÎÌå",Arial, Helvetica, sans-serif;
}
ul,li{
  list-style: none;
}
a{
	text-decoration: none;
	color: #000;
}
#containter{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
/*header*/
#header{
   width: 1000px;
	background: url(header_bg.jpg) repeat-x left top;
	height: 182px;
}
#msgDiv {
    z-index:10001;
    width:500px;
    height:560px;
    background:white;
    border:#336699 1px solid;
    position:absolute;
    left:50%;
    top:20%;
    font-size:12px;
    margin-left:-225px;
    display: none;
    text-align:left;
}
#bgDiv {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right:0px;
    background-color: #777;
    filter:progid:DXImageTransform.Microsoft.Alpha(style=3,opacity=25,finishOpacity=75)
    opacity: 0.6;
    text-align:left;
}
/*menu*/
#header ul{
	border: 2px solid #D8DCE0;
	border-left: none;
	border-right: none;
	width: 1000px;
	height: 28px;
	margin-top:6px;
	font-size: 15px;
}
#header ul li{
	float: left;
	padding-left: 32px;
	padding-right: 27px;
	background: url(menu_bg.jpg) no-repeat right top;
}
#header ul li#last{
	background: none;
}
#header ul li a{
	font-weight: bolder;
	line-height: 28px;
}
#header ul li a:hover{
	color: #0B4A80;
}
/*logo*/
#logo{
	background: url(words.jpg) no-repeat right bottom;
	height: 146px;
	width: 1000px;
}
#logo img{
	float: left;
}
#logo #home{
	float: left;
	width: 190px;
	height: 40px;
	margin-top: 80px;
	line-height: 20px;
	margin-left: 20px;
}
#home a#last{
	border-right: none;
}
#home a{
	margin-left: 4px;
	border-right: 1px solid #000;
	padding-right: 6px;
}
#home a:hover{
	text-decoration: underline;
}
#logo p a{
	margin-left: 10px;
}
/*banner*/
#banner{
	background: url(banner.jpg) no-repeat left center;
	width: 1000px;
	height: 221px;
	margin-top: 4px;
}
#banner #weather{
	margin-top: 194px;
	margin-left: 10px;
	height: 20px;
	width: 200px;
	float: left;
	background: url(w_bg.jpg) no-repeat left center;
	line-height: 20px;
   text-align: center;
	color: White;
}
/*main*/
#main{
	width: 1000px;
	margin-top: 4px;
}
.title,.title2{
	background: url(title_bg.jpg) no-repeat left center;
	height: 25px;
}
.title ul li{
	float: left;
	padding-left: 124px;
	padding-right: 124px;
}
.title2 ul li{
	float: left;
	padding-left: 118px;
	padding-right: 120px;
}
.title ul li a,.title2 ul li a{
	color: #fff;
	font-weight: bolder;
	line-height: 25px;
	font-size: 15px;
}
.title ul li a:hover,.title2 ul li a:hover{
	color: #FCF02A;
}
.clear{
   clear: both;
}
#flash_box,.box{
	background: url(box_bg.jpg) no-repeat left center;
	width: 283px;
	height: 151px;
	margin-top: 10px;
	margin-bottom:10px;
	float: left;
	margin-left:36px;
}
#flash_box object{
	margin-top:3px;
	margin-left: 3px;
}
.box p{
	margin-top: 10px;
	line-height: 18px;
	width: 270px;
	text-indent: 20px;
	margin-left:10px;
}
.box ul a:hover{
	color: red;
}
.box a.more{
	color: red;
}
.box a.more:hover{
	text-decoration: underline;
}
.box ul{
	margin-top: 9px;
	margin-left: 10px;
}
.box ul li{
   line-height: 20px;
	background: url(icon3.gif) no-repeat left center;
	text-indent:20px;
}
.box img{
   float: left;
	margin-top:14px;
	margin-left:8px;
}
#pro{
	line-height: 18px;
}
#pro ul{
	width: 153px;
	margin-left: 120px;
}
#pro ul li{
	background: url(hot.gif) no-repeat left center;
	text-indent: 30px;
}
#person div{
	background: url(person.jpg) no-repeat right bottom;
	height: 140px;
	margin-right: 6px;
	margin-top: 4px;
}
/*footer*/
#footer {
	background: url(footer_bg.jpg) no-repeat left center;
	height: 45px;
	width: 1000px;
	margin-top: 4px;
	color: #fff;
   text-align: center;
	line-height: 22px;
	margin-bottom: 4px;
	}
#footer a:link, #footer a:visited, #footer a:hover { color: #fff;
}
