/*初始化*/
*{
	margin:0px;
	padding:0px;
}
/*整体*/
#wrapper{
	margin:0px auto;
	width:600px;
	transform: scale(1.5);
	transform-origin: top center;
}
body{
	background:url('../images/body_bg.jpg');
}
a{
	font-size:12px;
	text-decoration:none;
}
span,p{
	font:12px 'Microsoft YaHei';
}
.clear{
	clear:both;
}
/*头部banner*/
#header{
	height:134px;
	/*background:url(../images/header.jpg) no-repeat center center;
*/}
/*导航*/
#nav{
	width:600px;
	height:22px;
	background:url(../images/nav_bg.jpg) repeat;
}/*背景图片会覆盖背景颜色 通常会用背景颜色来防止加载慢或失败时用于显示差不多的样色*/
.span_nav{
	color:black;
	font:bold 12px 'Microsoft YaHei';
	margin-left:40px;
}
/*身体*/
#mainer{
	display: flex;
}
.left{
	width:150px;
	background:url(../images/main_left.jpg) repeat center center /cover;
	}
.main_left_top{
	width:150px;
}
.pic_top{
	width:93px;
	height:123px;
	border:2px solid;
	margin:20px 28px 0px;
}
.pic{
	width:63px;
	height:17px;
	margin:0px auto;
}
.p{
	width:130px;
	height:72px;
	margin:0px auto;
	text-align:justify;
	margin-top:16px;
}
.p a{
	color:blue;
}
.main_left_bottom{
	width:150px;
	margin-top: 70px;
}
.pic_bottom{
	width:93px;
	height:103px;
	border:2px solid;
	margin:0px 28px 0px;
}
.right{
	width:450px;
	background:#e9fbff url(../images/self.jpg) no-repeat right bottom;
	padding-bottom: 20px;
	}
p{
	margin-left:30px;
	}
h3{
	text-decoration:underline;
	color:#1e6c6c;
	margin:30px auto 18px 30px;
}

.footer {
  background: #e9fbff;
  text-align: center;
  padding: 15px 0;
  color: #888;
}
.footer div {
  font-size: 12px;
}
.footer span, .footer a, .footer span {
	font:12px 'Microsoft YaHei';
}
.fil-hover {
 	color: #888;
 }
.fil-hover:hover{
	color: #333;
}