* {
	border: 0;
	outline: 0;
	background: transparent;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	word-break: break-all;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-style: normal;
	color: #777;
}

div,ul,li,dl,dt,dd{
	width: 100%;
	height: auto;

}

img {
	border: none;
}

a:link {
	text-decoration: none;
}

.clear {
	clear: both;
}

.center{
	text-align: center;
}

.red{
	color: red;
}

.blue{
	color: blue;
}

.green{
	color: green;
}
.cyan{
	color: cyan;
}

.purple{
	color: purple;
}


.blod{
	font-weight: bold;
}
.bgColor-white{
	background: white;
}

.bgColor-black-0{
	background: black;
}

.bgColor-gray-4{
	background: #444;
}

.bgColor-gray-f3{
	background: #f3f3f3;
}

.bgColor-gray-f2{
	background: #f2f2f2;
}



body {
	color: #000;
	font-size: 12px;
	line-height: 1.8;
	font-family: "微软雅黑";
	background: #fff;
}

.w{
	width: 1400px;
	margin: 0 auto;
	/*height: auto;
	overflow: hidden;*/
}

.p20{
	padding:20px;
}
.p40{
	padding:40px;
}


.pullleft{
	float: left;
}

.pullright{
	float: right;
}

.winheader{
	width: 100%;
}
.winbodyer{
	width: 100%;
}
.winfooter{
	width: 100%;
}


.no-border-top{
	border-top:none;
}
.no-border-right{
	border-right:none;
}
.no-border-bottom{
	border-bottom:none;
}
.no-border-left{
	border-left:none;
}

.show{
	display: block;
}

.hide{
	display:none;
}

.pagebox{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-top:20px;
}

.pagebox .left,
.pagebox .center,
.pagebox .right{
	width: 33.33%;
	height: 40px;
	line-height: 40px;
}
.pagebox .left{
	float: left;
	text-align: left;
}
.pagebox .left i{
	width: auto;
	height: 40px;
	font-style: normal;
	color:red;
}

.pagebox .center{
	float: left;
	text-align: center;
}
.pagebox .center a{
	width: auto;
	padding:5px 8px;
	text-align: center;
	font-size: 12px;
	color:#064000;
	border:#ccc solid 1px;
	margin-left: 10px;
	text-decoration: none;
	margin-top:15px;
	line-height: 40px;
}

.pagebox .right{
	float:right;
	text-align: right;
	height: 40px;
	line-height: 40px;
}
.pagebox .right a{
	width: auto;
	padding:5px 8px;
	text-align: center;
	font-size: 12px;
	color:#ccc;
	border:#ccc solid 1px;
	margin-left: 10px;
	text-decoration: none;
	margin-top:15px;
	line-height: 40px;
}
.pagebox .right .currpage{
	background:#064000;
	color: white;
	border:none;
}







/*   框架结构不能变   */
