@charset 'utf-8';
body{
	width: 100%;
	height: 100%;
	background: url(../images/bg.jpg) repeat-x 0 center;
	background-size: contain;
}
#con{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
#con h1{
	position: absolute;
	left: 118px;
	top: 7.2%;
	width: 963px;
	height: 54px;
	background: url(../images/logo.png) no-repeat 0 0;
}
#con .img{
	position: absolute;
	left: 0;
	top: 16.8%;
	width: 892px;
	height: 420px;
	background: url(../images/pic.png) no-repeat 0 0;
}
#con .btn{
	position: absolute;
	right: 0;
	top: 32%;
}
#con .btn li{
	margin-top: 24px;
}
#con .btn .list1{
	background: #0089cc;
}
#con .btn .list2{
	background: #5cb85c;
}
#con .btn .list3{
	background: #ffb800;
}
#con .btn li a{
	width: 236px;
	height: 56px;
	display: block;
	line-height: 56px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}
#con p{
	width: 1200px;
	color: #868686;
	font-size: 14px;
	line-height: 26px;
	position: absolute;
	left: 0;
	top: 76%;
}
#con p span{
	color: #5cb85c;
	text-indent: 2em;
	display: inline-block;
}
#con h3{
	font-size: 12px;
	color: #999;
	width: 1200px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 3%;
	line-height: 22px;
}