@charset "utf-8";
/*
许应朋
2017年11月20日
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td{margin:0;padding:0;}
body {
	color: #333;
	text-align: left;
	font-size: 12px;
	font-family:"微软雅黑";
	font-family: microsoft yahei,Arial,Helvetica,sans-serif;
	background-color:#F6F6F6;
}
a{ text-decoration:none; color:inherit;}
a:link,a:visited {
	color: inherit;
	text-decoration: none;
}
a:active,a:hover {
	color: #F00;
	text-decoration: none;
}
fieldset,img {
	border: none;
}
legend {
	display: none;
}
img {
	vertical-align: middle;
}
em {
	font-style: normal;
}
li,ul {
	list-style: none;
}
li {
	list-style-type: none;
}
div {
	word-wrap: break-word;
	word-break: break-all;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 9pt;
}
button,input,select,textarea {
	font-weight: inherit;
	font-size: inherit;
	font-size: 100%;
	font-family: inherit;
}
a:hover img {
	/*opacity: .8;*/
}
.f_l { float: left;}
.f_r { float: right;}
.auto{ margin:0 auto;}
.w1000{ width:1000px;}
.w1200{ width:1200px;}
.Box{ position:relative; overflow:hidden;}
.aBox{ position:relative;}
.mt20{ margin-top:20px;}


/*分页样式*/
div.page{padding: 20px 0px;text-align: center;clear: both;overflow:hidden;}
div.page a{padding: 5px 12px;font-size: 14px;background:#ffffff;border:1px solid #cccccc;color:#5d5d5d;margin: 0 3px;}
div.page a:hover, div.page a.onhover{background:#70482b;border:1px solid #70482b;color:#FFFFFF !important;}
div.page input{border:1px solid #cccccc;width: 40px;height: 20px;line-hegiht:20px;text-align:center;cursor: pointer;}
div.page span{padding-right:10px;}



/*滚动条自定义样式*/
.ScrollStyle{ overflow:overlay;}
.ScrollStyle::-webkit-scrollbar {
	width: 9px;
	height: 9px;
	box-sizing: border-box;
	background: #eee;
}

.ScrollStyle::-webkit-scrollbar-button {
	width: 9px;
	height: 12px;
	background:url(scroll.png) no-repeat;
}

	.ScrollStyle::-webkit-scrollbar-button:vertical:start {
		background-position: 0 0;
	}

		.ScrollStyle::-webkit-scrollbar-button:vertical:start:hover {
			background-position: -10px 0;
		}

		.ScrollStyle::-webkit-scrollbar-button:vertical:start:active {
			background-position: -20px 0;
		}

	.ScrollStyle::-webkit-scrollbar-button:vertical:end {
		background-position: -30px 0;
	}

		.ScrollStyle::-webkit-scrollbar-button:vertical:end:hover {
			background-position: -40px 0;
		}

		.ScrollStyle::-webkit-scrollbar-button:vertical:end:active {
			background-position: -50px 0;
		}

	.ScrollStyle::-webkit-scrollbar-button:horizontal:start {
		background-position: 0 -11px;
	}

		.ScrollStyle::-webkit-scrollbar-button:horizontal:start:hover {
			background-position: -10px -11px;
		}

		.ScrollStyle::-webkit-scrollbar-button:horizontal:start:active {
			background-position: -19px -11px;
		}

	.ScrollStyle::-webkit-scrollbar-button:horizontal:end {
		background-position: -30px -11px;
	}

		.ScrollStyle::-webkit-scrollbar-button:horizontal:end:hover {
			background-position: -40px -11px;
		}

		.ScrollStyle::-webkit-scrollbar-button:horizontal:end:active {
			background-position: -50px -11px;
		}

.ScrollStyle::-webkit-scrollbar-track-piece {
	background-color: rgba(0,0,0,.15);
	/*-webkit-border-radius: 5px;*/
}

.ScrollStyle::-webkit-scrollbar-thumb {
	background-color: #e7e7e7;
	border: 1px solid rgba(0,0,0,.21);
	/*-webkit-border-radius: 5px;*/
}

	.ScrollStyle::-webkit-scrollbar-thumb:hover {
		background-color: #f6f6f6;
		border: 1px solid rgba(0,0,0,.21);
	}

	.ScrollStyle::-webkit-scrollbar-thumb:active {
		background: -webkit-gradient(linear,left top,left bottom,from(#E4E4E4),to(#F4F4F4));
	}

.ScrollStyle::-webkit-scrollbar-corner {
	background-color: #f1f1f1;
	/*-webkit-border-radius: 1px;*/
}