@charset "utf-8";
/* CSS Document */
body a{ cursor:pointer;}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
	font-family:"微软雅黑";
}
html, body, div, span, p, a, section{
    margin: 0;
    padding: 0;
    border: 0;
}
.kongbai01{ width:100%; height:40px;}
a {text-decoration: none;}
a:hover {text-decoration: none;}
a:visited {text-decoration: none;}
ul,ol,li{ list-style:none;}

.clear{ clear:both;}

.msfc-title{ width:100%; margin:0 auto; border-bottom:1px solid #d3d3d4; padding:4% 0;}
.msfc-title .msfc-titwai{ width:90%; margin:0 auto;}
.msfc-title .msfc-titwai img,.msfc-title .msfc-titwai .msfc-tit{ float:left;}
.msfc-title .msfc-titwai .msfc-tit{ color:#7d7d7d; font-size:0.9em; width:66%; margin-left:3%; padding-top:5px;}
.msfc-title .msfc-titwai .msfc-tit span{ color:#0ec9ff; font-size:1.2em;}

.msfcsp-txt{ width:90%; margin:0 auto; color:#7d7d7d; font-size:1em; text-align:center; line-height:1.6em; margin-top:4%;}


.msfc-slpj{ width:93%; margin:0 auto; text-align:center; color:#595757; font-size:0.8em; line-height:1.8em; padding-bottom:20px; margin-bottom:-35px;}
.msfc-slpj .msfc-slpjtit{ color:#0ec9ff; font-size:1.8em; font-weight:bold; line-height:0.8em; padding-bottom:15px;}

.banner{ margin:20px auto;}


.slideBox {
	position: relative;
	overflow: hidden;
	max-width: 560px;
	margin:20px auto;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
}

.slideBox .bd li p{ width:100%; text-align:center; background:#999; position:absolute; bottom:0; background: rgba(0,0,0,.7); color: #FFF;}

.slideBox .bd li img {
	vertical-align: top;
	width: 100%;
}
.slideBox .hd {
	width: 100%;
	text-align:center;
}
.slideBox .hd li {
	display: inline-block;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #CCC;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 4px;
}
.slideBox .hd li.on {
	background: #f00;
}