@charset "utf-8";

body,div,p,li,ul,table,img,a,h1,h2,h3,h4,h5,h6,{
	margin:0;
	padding:0;
	border:none;
	display:block;
	position:fixed;	
}
li,ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
	color:#000000;
}
input,select,texterea{
	outline:none;
	border:none;
	background:none;
}
div:after,ul：after{
	display:block;
	clear:both;
	zoom:1;
}
body{
	font-size:16px;
	width:1180px;
	margin-left:auto;
	margin-right:auto;
}

.hide{
	display:none;
}
.mBtn:hover{
	background: #99b3ff;
	cursor:pointer;
}
.mBtnText:hover{
	color: #99b3ff;
	cursor:pointer;
}

.BG1{
	background:#1ca06e26;
}
.mLeft{
	float:left;
}
.mRight{
	float:right;
}


.mPageUl{
	float:left;
	height:32px;
	margin-top:10px;	
	font-size:13px;
	line-height:13px;
	padding-left:8px;
}
.mPageLi{
	float:left;
	line-height:31px;
	margin-right:4px;
	text-align:center;
	color:#575748;
}
.mPageLiBtn{
	height:20px;
	background:#dddddd;
	border-radius:3px;
	padding:1px 6px;
	margin:5px 2px;
	font-size:13px;
	line-height:19px;
}
.mPageLiBtn:hover{
	background:#bfcfff;
	color:#ff0040;
	cursor:pointer;
}
