@charset "UTF-8";
#button{
	margin-left: 130px;
	margin-top: 20px;
} 

#button a{
	color:#fffef4;
	text-decoration:none;
	
}

#button a:hover{
	color:#fff;
}



.button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-size:18px;
	font-weight:bold;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	background-color: #e75e04;
}
.button:hover {
	background-color: #e18837;
}


/* ========button2======== */

#button2{
	margin-left: 85px;
	margin-top: 0px;
} 

#button2 a{
	color:#fffef4;
	text-decoration:none;
	
}

#button2 a:hover{
	color:#fff;
}



.button2 {
	display: inline-block;
	width: 320px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-size:14px;
	font-weight:bold;
}

.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button2 {
	background-color: #0082c6;
}
.button2:hover {
	background-color: #26aaef;

}

/* ========button3======== */

#button3{
	margin-left: 138px;
	margin-top: 0px;
} 

#button3 a{
	color:#fffef4;
	text-decoration:none;
	
}

#button3 a:hover{
	color:#fff;
}



.button3 {
	display: inline-block;
	width: 220px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-size:14px;
	font-weight:bold;
}

.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button3 {
	background-color: #0082c6;
}
.button3:hover {
	background-color: #26aaef;
}