html {
	height: 100%;
}

/*body.home {
	height: auto;
	background: url(../Images/home/9.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: rgba(255, 255, 255, 10)
}
*/

.btn_box {
	width: 1200px;
	height: 370px;
	border: 0px solid red;
	margin:auto;
	margin-top:10%;
}
.btn_box_1 {
	width: 300px;
	height: 360px;
	margin-left: 40px;
	margin-right: 40px;
	border: 1px solid #ededef;
	background-color: #f7f7f9;
}

.btn_box_2 {
	width: 300px;
	height: 360px;
	margin: auto;
	border: 1px solid #ededef;
	background-color: #f7f7f9;
}
.btn_box_3 {
	width: 300px;
	height: 360px;
	margin-left: 40px;
	border: 1px solid #ededef;
	background-color: #f7f7f9;
}

.btn_box_1_1 {
	width: 150px;
	height: 150px;
	background-color: #f67e5c;
	margin: auto;
	margin-top: 40px;
	color: #fff;
	font-size: 60px;
	text-align: center;
	line-height: 150px;
}
.btn_box_1_2{
	width: 300px;
	height: 40px;
	border: 0px solid red;
	margin-top: 20px;
	text-align: center;
	line-height: 40px;
}
.btn {
	background-color: #48b464;
	color: #ffffff;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	border-radius: 5px;
	text-decoration: none;
	margin: auto;
	margin-top: 20px;
}
.btn:HOVER {
	background-color: #36b256;
}
.footer{width: 650px;height: 30px;text-align: center;color: #999;margin: auto;margin-top: 30px;}