@charset "utf-8";
header
{
	height: 55px;
	min-width: 320px;
	background-color: #1293DB;
	position: relative;
	
}
header span{
	width:100px;
	height:40px;
	position: absolute; 
	top:15px;
	left: 26px;
	background: url("../images/left.png") 0 0 no-repeat;
}
header span a{display: block; width:100px; height: 40px;}
header h2{
	font:17px/110px "微软雅黑";
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform:translate(-50% ,-50%);
    -o-transform:translate(-50% ,-50%);
    transform:translate(-50% ,-50%);
    -ms-transform:translate(-50% ,-50%);
    -moz-transform:translate(-50% ,-50%);
    color: #fff;
}
section{
	height: 1170px;
	background-color: #F6F6F6;
}
 section nav h3
{
	border-bottom:#C7C3C3;
	font-size: 30px;
	height: 55px;
	font:13px/55px "微软雅黑";
	border-bottom: 1px solid #C7C3C3;
	padding-left:1%;
	background-color: #f1f0f0;
	position: relative;
	padding-left: 2%;

}


section h3 a{color: #484848;}
 section article
{
	margin: 42px 2% 0;
	height: 800px;
	border:1px solid #C7C3C3;
	padding:20px 2% 0 2%;
	font:11px/20px "微软雅黑";
}
 section article figure
 {
 	margin-bottom: 6px;
 }
 footer
  {
  	position: fixed;
  	bottom: 0;
  	left: 0;
  	width:100%;
  	height: 40px;
  	background-color: #FF3F3F;
  	font:bold 16px/40px "微软雅黑";
  	text-align: center;
  }
  footer a ,menu a{display: block; color: #fff;}
  menu
  {
  	position: fixed;
  	bottom: 0;
  	left: 0;
  	width:100%;
  	height: 40px;
  	background-color: #B9B9B9;
  	font:bold 16px/40px "微软雅黑";
  	text-align: center;
  }