@charset "utf-8";
/* CSS Document */
.m_banner {
	background: #fff;
	height: 505px;
	position: relative;
}
.m_banner .banner {
	height: 505px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
}
.banner_ctrl {
	height: 100px;
	width: 100%;
	position: absolute;
	top: 217px;
	z-index: 2;
}
.banner_ctrl a {
	display: block;
	width: 30px;
	height: 100px;
	background: url(/upload/images/2021/11/47e42c7bdfbd7f1.png) no-repeat;
	position: absolute;
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.banner_ctrl a.prev {
	left: 60px;
}
.banner_ctrl a.next {
	right: 60px;
	background-position: -30px 0;
}
.m_banner .banner .main_c {
	position: relative;
	z-index: 10;
	height: 388px;
}