@charset "utf-8";
/*框架预览 CSS*/
/**{padding:0; margin: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: 1px solid #666; box-shadow: inset 0 -2px 3px #000000; letter-spacing: 1px; font: 26px/26px "微软雅黑"; }
*/
.mkeContentBox { background: #fff;padding: 0}
.mkeContentBox:after {height: 0;clear: both;}
/*
.mkeFooterBox{ padding: 25px 10px;text-overflow: ellipsis;margin: 0;color: #fff;font-size: 14px;line-height: 24px;text-align: center;overflow: hidden;border-top: 1px solid #666;box-shadow: inset 0 2px 3px #000000;}
.mkeFooterBox p,.mkeFooterBox div{padding: 0;margin: 0;line-height: 26px;font-size: 14px;}
.mkeFooterBox a{color: #fff;white-space: nowrap}
.mkeFooterBox .mKeBannerAD{ width: 728px;height: 90px;margin: 18px auto 0; }
.mkeFooterBox .mSmallKeBannerAD{display: none;}
*/
.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;}

@media only screen and (max-width:900px) {
	.mkeButton {display: block;margin:8px auto 0;}
}
@media only screen and (max-width:767px) {
	.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*/
/* top_slide_wrap */
#cover {
	position: absolute;
	width: 75%;
	height: 500px;
	margin-left: 25%;
	z-index: 999999999999999999999999 !important;
}
.top_slide_wrap {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	z-index: 1;
	background: url("../images/bg_.gif");
}
.top_slide_wrap_ditu {
	position: absolute;
	top: 152px;
	left: 180px;
	width: 25%;
	float: left;
	color: #14B9D7;
	z-index: 10;
	font-size: 24px;
	text-align: center;
	line-height: 48px;
	font-weight: 700;
}
.top_slide_wrap_ditu b {
	font-family: 'electronicFont';
	color: #14B9D7;
	/*color: #CCCCCC;*/
	font-weight: 700;
	font-size: 40px;
	text-shadow: 1px 1px rgba(197, 223, 248, 0.75), 1px 1px rgba(197, 223, 248, 0.75), 2px 2px rgba(197, 223, 248, 0.75);
}
.top_slide_wrap_map {
	width: 100%;
	height: 600px;
	margin-top: -40px;
}
@media only screen and (max-width:767px) {
	#cover {position: absolute;width: 100%;height: 200px;margin-left: 0px;}
	.top_slide_wrap {position: relative;width: 100%;height: 200px;}
	.top_slide_wrap_ditu {position: absolute;top: 52px;left: 10px;width: 50%;font-size: 16px;line-height: 22px;font-weight: 500;}
	.top_slide_wrap_ditu b {font-size: 18px;font-weight: 500;}
	.top_slide_wrap_map {width: 100%;height: 200px;margin-top: -10px;}
}
