html{height:100%;}
*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	background-color: rgb(236,239,239);
	font-family: "苹方","微软雅黑",'宋体',"Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,sans-serif!important;
	min-height:100%;
	position:relative;
}
.weather{
	float:right;
}
.site-header{
	width: 100%;
	height: 65px;
	position: fixed;
	z-index: 999;
	top:0px;
	background-color: white;
	border-bottom: 1px solid #e6e6e6;
	-webkit-box-shadow:0px 3px 8px rgba(38,38,76,0.1);
}
.headerWrapper{
	width: 1200px;
	padding: 0px 0px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}
.logo{
	float: left;
	width: 50%;
	height: 55px;
	text-align: left;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 30px;
}
.logo img{
	width: auto;
	height: 50px;
}
.banner_area{
	width: 100%;
	padding: 95px 0px 0px 0px;
	text-align: center;
	color: #999;
	background-size: cover;
	margin-bottom: -20px;
	font-size: 14px;
}
.banner_wrapper{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
.banner_wrapper h1{
	color: #333;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 1%;
	font-size: 2em;
}
.banner_wrapper span{
	margin-left: 1%;
}
.wrapper{
	margin:auto;
	width: 1200px;
	margin-top: 60px;
	text-align: left;
	font-family: 微软雅黑, arial, 宋体, sans-serif;
	height: auto;
	overflow: hidden;
	padding-bottom:240px;
}
.block{
	width: 23%!important;
	height: 100px!important;
	background-color: white;
	border-radius: 4px;
	text-decoration: none;
	color:#333;
	display: block;
	float: left;
	margin: 1% 1%;
}
.block:hover{
	width: 23%!important;
	height: 100px!important;
	background-color: white;
	border-radius: 4px;
	text-decoration: none;
	color:#333;
	display: block;
	float: left;
	margin: 1% 1%;
	box-shadow: 0 0 15px #00477d;
}
.block h4{
	margin-top: 22.5px!important;
}
.block span{
	font-size: 0.8em;
	color: #666;
}
.blogo{
	width: 55px;
	height: 55px;
	float: left;
	margin: 22.5px 5% 0px 5%;
	background-repeat: no-repeat;
	border-radius: 50%;
}
.footer{
	background-color: black;
	width: 100%;
	margin-top: 40px;
	height: 120px;
	line-height: 20px;
	text-align: center;
	color:#666;
	padding-top: 20px;
	padding-bottom: 20px;
	position:absolute;
	bottom:0;
}
.copyright{
	font-size: 14px;
}
.contact{
	text-align: center;
}
