*{padding: 0;margin: 0;}
body { font-family:"microsoft yahei";font-size: 14px;min-width: 1200px;}
img { border:0;}
li{ list-style: none;}
a { text-decoration:none; color:#000000;}
a:hover,a:link,a:visited,a:active{text-decoration:none;}



body{
	background: url(../img/bg.png);
}
.container{
	width: 1200px;
	margin: 0 auto;
}

.header{
	background-color: #003f87;
	padding: 35px 0 45px 0;
}
.header a{
	width: 548px;
	display: block;
	margin: 0 auto;
}

.content {
	overflow: hidden;
}

.content .pic{
	overflow: hidden;
	margin: 112px 0 100px 0;
}

.content .pic li{
	float: left;
	margin-right: 5px;
}


.content .button{
	text-align: center;
	margin-bottom: 140px;
}

.content .button a{
	display: inline;
	*zoom: 1;
	display: inline-block;
	width: 159px;
	/*height: 44px;*/
	background: url(../img/kuang.png) no-repeat;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 44px;
	margin-right: 20px;
	
}
.footer{
	background-color: #003b7e;
	text-align: center;
	}
.footer p{
	line-height: 110px;
	color:#fff;
}
	
