@import 'https://fonts.googleapis.com/css?family=Oswald';
			.mx-bugs_bunny{
				width: 760PX;				
			}
			.ZI-slider{
				border: 1px solid #e2e2e2;
				width: 760PX;
				float:left;
			}
			.mx-bugs_info{
				position: absolute;
				display: block;
				max-width: 80%;
				padding: 10px;
				bottom: 40px;
				background-color: #000;			
			}
			.mx-bugs_info a{				
				font-family: '微软雅黑', sans-serif;
				color: #fff;
				font-size: 18px;
				text-decoration: none;
			}
			.mx-navigation {
			    margin: 4px;
			    top: 42%;
			}
			.mx-prev, .mx-next{
				background-color: #000;
			}
			.mx-prev{
				background-image: url(../fjz_img/arr_l.png);
				background-repeat: no-repeat;
				background-position: 0px 5px;
			}
			.mx-next{
				background-image: url(../fjz_img/arr_r.png);
				background-repeat: no-repeat;
				background-position: 5px 3px;
			}
			.mx-nav_dots{
				top: 88%;				
			}
			.mx-nav_dots span{
				margin: 0px 4px;
				border-radius: 80%;
				-moz-border-radius: 80%;
				-webkit-border-radius: 80%;
				border: 1px solid #000;
				background-color: #000;
			}
			.mx-nav_dots span.dotActive{
				background-color: #000;
			}						
			
			
.MxSlider{
	width: 100%;
	float: left;
	position: relative;
}
.mx-slider_wrap{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}
.mx-slide{
	position: absolute;
	width: 760px;
	display: table;
	float: left;
	left: 0%;
}
.mx-slide img{
	width: 100%;
}

/* Navigation */
.mx-navigation{
	position: absolute;
	float: left;
	width: 100%;
	top: 47%;
	z-index: 888;
}
.mx-prev, .mx-next{
	display: table;
	width: 40px;
	height: 40px;
	background-color: #000;
	font-size: 0px;
	cursor: pointer;
}
.mx-prev{
	float: left;
}
.mx-next{
	float: right;
}
.mx-nav_dots{
	position: absolute;
	width: 100%;
	top: 90%;
    text-align: center;
	z-index: 889;
}
.mx-nav_dots span{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 15px 3px 3px 3px;
	font-size: 0px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #333;
	background-color: #fff;
	cursor: pointer;
}
.mx-nav_dots span.dotActive{
	background-color: #333;
}

