html{
	font-family: "黑体";
	font-size: 14pt;
	color: #000000;
}
body {
	background: url(images/bg-01.jpg) fixed center center no-repeat;
	background-size: cover;
	min-width:758px;
	min-height:509px;
}

.container-fluid {
	width: 100%;
	position: fixed;
	bottom: 100px;
}

.pull-left {
	padding-left: 25%;
}

.pull-right {
	padding-right: 25%;
}

.butt_style {
	width: 307px;
	height: 45px;
	border-radius: 0;
}

.bg_logo {
	width: 307px;
	height: 45px;
	line-height: 44px;
	background: url(images/picture-02.png) no-repeat;
}
@media only screen and (max-width: 1606px){
	.container-fluid {
		width: 100%;
		position: fixed;
		bottom: 70px;
	}
	.pull-left {
		padding-left: 23%;
	}

	.pull-right {
		padding-right: 23%;
	}
}
@media only screen and (max-width: 1166px){
	.container-fluid {
		width: 100%;
		position: fixed;
		bottom: 50px;
	}
	.pull-left {
		padding-left:10%;
	}

	.pull-right {
		padding-right: 10%;
	}
}
