@charset "gb2312";
/*框架预览 CSS*/
/*-----------------------------------Banner样式----------------------------------------*/
.ctrl-banner {
	width:100%;
	position:relative;
	overflow: hidden;
}
.ctrl-banner-dummy {
	margin-top:60%;
}
.ctrl-banner-content {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom: 0;
}
/*-----------------------------------控件样式----------------------------------------*/
.mkeBody {
	background: #121212;
}
.mkeHeadBox {
	padding: 30px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	color: #fff;
	text-align: center;
	overflow: hidden;
	border-bottom: 3px solid #666;
	box-shadow: inset 0 -2px 3px #000000;
	letter-spacing: 1px;
	font: 26px/26px "微软雅黑";
}
.mkeFooterBox {
	padding: 25px 10px;
	text-overflow: ellipsis;
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
	border-top: 3px solid #666;
	box-shadow: inset 0 2px 3px #000000;
}
.mkeContentBox {
	background: #fff;
	padding: 0
}
.mkeContentBox:after {
	height: 0;
	clear: both;
}
.mkeFooterBox p, .mkeFooterBox div {
	padding: 0;
	margin: 0;
	line-height: 26px;
	font-size: 14px;
}
.mkeFooterBox a {
	color: #fff;
	white-space: nowrap
}
.mkeButton {
	background: #F36;
	display: inline-block;
	text-decoration: none;
	width: 102px;
	border-radius: 0.3em;
	transition: all 0.3s ease
}
.mkeButton:hover {
	background: #FF1550;
}
.mkeURL {
	font-size: 24px;
}
.mkeFooterBox .mKeBannerAD {
	width: 728px;
	height: 90px;
	margin: 18px auto 0;
}
.mkeFooterBox .mSmallKeBannerAD {
	display: none;
}

@media only screen and (max-width:900px) {
.mkeButton {
	display: block;
	margin: 8px auto 0;
}
}

@media only screen and (max-width:768px) {
.mkeHeadBox {
	font-size: 18px;
	padding: 15px 10px;
}
.mkeFooterBox p, .mkeFooterBox div {
	line-height: 24px;
	font-size: 12px;
}
.mkeURL {
	font-size: 22px;
}
.mkeFooterBox .mKeBannerAD {
	display: none;
}
.mkeFooterBox .mSmallKeBannerAD {
	width: 300px;
	height: 250px;
	margin: 18px auto 0;
	display: block;
}
}
/*End*/

/*主要CSS*/
* {
	padding: 0;
	margin: 0;
}
.hmFocus, .swiper-container {
	height: 100%;
}
.swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.hmFocus .swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.hmFocus .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
	margin: 0 3px!important;
}
.hmFocus .swiper-pagination-bullet-active {
	background: #007cc4;
}
