@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #f1f5f8;
	font-family: "微软雅黑", "Microsoft YaHei" ! important;
	display: block;
	color:#666;
}

a {
	line-height: 1;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #f2b800;
}

.bodyBgImg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/bodybg.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.bodyBgGradient {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 977px;
	background: -webkit-gradient(linear, 0 0, 0 0, from(rgba(72, 126, 183, 1)),
		to(rgba(72, 126, 183, 0)));
	background: -webkit-linear-gradient(rgba(72, 126, 183, 1) 70%,
		rgba(72, 126, 183, 0) 100%);
	background: -moz-linear-gradient(rgba(72, 126, 183, 1) 70%,
		rgba(72, 126, 183, 0) 100%);
	background: -o-linear-gradient(rgba(72, 126, 183, 1) 70%,
		rgba(72, 126, 183, 0) 100%);
	background: -ms-linear-gradient(rgba(72, 126, 183, 1) 70%,
		rgba(72, 126, 183, 0) 100%);
	background: linear-gradient(rgba(72, 126, 183, 1) 70%,
		rgba(72, 126, 183, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff487eb7,
		endColorstr=#00487eb7);
}