body {
	margin: 0px;
	font-family: "Microsoft YaHei";
	background-color: #F6F6F6;
}
.logo {
	background-color: #FFFFFF;
	width: 100%;
}

.top_1 {
	width: 100%;
	font-size: 12px;
	background-color: #F5F5F5;
	color: #666666;
	height: 30px;
}
.daohang {
	font-size: 18px;
	color: #333333;
	background-color: #F5F5F5;
	height: 40px;
	width: 100%;
}
.daohang a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.daohang a:hover {
	color: #003366;
	text-decoration: underline;
}
.banner {
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 450px;
	width: 100%;
}



.top_1 a {
	color: #666666;
	text-decoration: none;
}
.top_1 a:hover {
	color: #0066CC;
	text-decoration: underline;
}
.top_2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.top_2_1 {
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
}
.che {
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	height: 140px;
	width: 154px;
}
.main {
	color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
}
.main .post-title {
	font-size: 24px;
	color: #333333;
	text-decoration: none;
	padding-left: 30px;
}
.main .post-title1 a {
	font-size: 24px;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
}
.main .post-body {
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	padding: 10px;
}
.main .post-body img { 
   max-width:960px;  /*IE7,Firefox*/ 
   width: expression(this.width > 960 ? 1000: true);   /*IE6*/ 
}
.pagebar {
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 10px;
}
.pagebar a {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}

.che:hover {
	border: 1px solid #0087C9;
}

.foot {
	font-size: 12px;
	color: #CCCCCC;
	background-color: #666666;
	height: 60px;
	width: 100%;
	line-height: 60px;
}
.foot a {
	color: #999999;
	text-decoration: none;
}
