.banner {
	overflow: hidden;
	margin: 0 auto !important;
	background: #CACACA;
}
.bannerText {
	position: absolute;
	left: 0;
	right: 0;
	top: 35%;
	text-align: center;
	padding: 50px 0 30px;
	max-width: 960px;
	max-height: 175px;
	border: ;
	background: #;
	background-image: url("");
}
.bannerTop {
	position: absolute;
	left: 0;
	right: 0;
	top: 32%;
	text-align: center;
	padding: 30px 0 30px;
	max-width: 960px;
	max-height: 50px;
	border: 0px solid #FFFB00;
	background: #;
	margin: 0 auto;
}
.bannerTop:hover {
	top: 30%;
	text-decoration: none;
	cursor: context-menu;
}
.bannerText h1 {
	text-transform: none;
	line-height: 10px;
	opacity: 0.5;
	margin: 0 auto;
	font-size: 60px;
	color: #FFFFFF;
}
.bannerText h1:hover {
	color: gray;
	opacity: 1;
	text-decoration: none;
	cursor: context-menu;
}
.bannerText h2 {
	text-transform: none;
	line-height: 30px;
	opacity: 0.5;
	font-size: 30px;
	color: #fff;
}
.bannerText h2:hover {
	transform: scale(1.1);
	color: #fff;
	opacity: 1;
	text-decoration: none;
	cursor: context-menu;
}
.bannerTop h2 {
	text-transform: none;
	line-height: 30px;
	font-size: 80px;
	color: #E6C76B;
}
.bannerTop h2:hover {
	transform: scale(1.1);
	color: #fff;
	opacity: 1;
	text-decoration: underline solid red;
	cursor: context-menu;
}
@media screen and (max-width: 1366px) {
	.bannerText {
		padding-left: 25px;
		padding-right: 25px;
	}
	.bannerText h1 {
		position: absolute;
		left: 0;
		right: 0;
		top: 25%;
		font-size: 45px;
		line-height: 30px;
		margin: 0 auto;
	}
	.bannerText h2 {
		position: absolute;
		left: 0;
		right: 0;
		top: 45%;
		font-size: 30px;
		line-height: 30px;
	}
	.bannerTop h2 {
		position: absolute;
		left: 0;
		right: 0;
		top: 2%;
		font-size: 90px;
		line-height: 20px;
		text-align: center;
		padding: 30px 0 30px;
	}
}
@media screen and (max-width: 1024px) {
	.bannerText {
		padding-left: 25px;
		padding-right: 25px;
	}
	.bannerText h1 {
		position: absolute;
		left: 0;
		right: 0;
		top: 25%;
		font-size: 45px;
		line-height: 30px;
		margin: 0 auto;
	}
	.bannerText h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.bannerTop h2 {
		position: absolute;
		left: 0;
		right: 0;
		top: 60%;
		font-size: 90px;
		line-height: 20px;
		text-align: center;
		padding: 30px 0 30px;
	}
}
@media screen and (max-width: 991px) {
	.bannerText {
		padding-left: 25px;
		padding-right: 25px;
	}
	.bannerText h1 {
		position: absolute;
		left: 0;
		right: 0;
		top: 25%;
		font-size: 45px;
		line-height: 30px;
		margin: 0 auto;
	}
	.bannerText h2 {
		position: absolute;
		left: 0;
		right: 0;
		top: 45%;
		font-size: 30px;
		line-height: 30px;
	}
	.bannerTop h2 {
		position: absolute;
		left: 0;
		right: 0;
		top: 60%;
		font-size: 75px;
		line-height: 20px;
		text-align: center;
		padding: 30px 0 30px;
	}
}
@media screen and (max-width: 650px) {
	.bannerText {
		top: 30%;
		padding-top: 15px;
		padding-bottom: 20px;
	}
	.bannerText h1 {
		position: absolute;
		left: 0;
		right: 0;
		top: 20%;
		font-size: 40px;
		line-height: 40px;
		margin: 0 auto;
	}
	.bannerText h2 {
		position: absolute;
		left: 0;
		right: 0;
		top: 45%;
		font-size: 25px;
		line-height: 25px;
	}
	.bannerTop h2 {
		position: absolute;
		left: 0;
		right: 0;
		top: 0%;
		font-size: 40px;
		line-height: 45px;
	}
}
@media screen and (max-width: 320px) {
	.bannerText {
		top: 30%;
		padding-top: 15px;
		padding-bottom: 20px;
	}
	.bannerText h1 {
		position: absolute;
		left: 0;
		right: 0;
		top: 20%;
		font-size: 40px;
		line-height: 40px;
		margin: 0 auto;
	}
	.bannerText h2 {
		position: absolute;
		left: 0;
		right: 0;
		top: 45%;
		font-size: 15px;
		line-height: 25px;
	}
	.bannerTop h2 {
		top: -25px;
		font-size: 40px;
		line-height: 30px;
	}
}