.flash {
	width: 100%;
	height: 660px;
	float: left;
	position: relative;
}

.flash a {
	width: 71px;
	height: 71px;
	display: block;
	display: none;
	position: absolute;
	top: 300px;
	z-index: 333;
}

.flash a.prev {
	left: -35px;
	background: url("../images/but.png") -71px 0px;
}

.flash a.next {
	right: -35px;
	background: url("../images/but.png") -71px -71px;
}

.flash a.prev:hover {
	background-position: 0px 0px;
}

.flash a.next:hover {
	background-position: 0px 72px;
}

.scroll {
	width: 100%;
	height: 660px;
	position: relative;
	overflow: hidden;
}

.flash .scroll img {
	position: absolute;
	left: 100%;
	width: 100%;
	height: 660px;
}

.flash .But {
	width: 130px;
	height: 39px;
	line-height: 45px;
	background: rgb(229 218 234 / 82%);
	position: absolute;
	left: 45%;
	bottom: 20px;
	border-radius: 20px;
	text-align: center;
}

.flash .But span {
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 10px;
	margin: 0px 3px;
	background: #ffffff;
}

.flash .But span.hover {
	background: #f40505;
}

#cgal ul li a:hover {
	color: #fffc00;
}

#cgal ul li:hover {
	color: #f0f0f0;
	background-color: #b828c2;
	border: 1ps solid #f40505;
	font-size: 16px;
	font-weight: 600;
}