@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;}
a{ text-decoration:none; color:inherit;}
a:link,a:visited {
	color: inherit;
	text-decoration: none;
}
a:active,a:hover {
	color: #2581c2;
	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: 100%;
	font-weight: normal;
}
button,input,select,textarea {
	font-weight: inherit;
	font-size: inherit;
	font-size: 100%;
	font-family: inherit;
}
a img{transition: transform 0.7s ease-out 0s;-moz-transition: transform 0.7s ease-out 0s;-webkit-transition:transform 0.7s ease-out 0s;}
a:hover img{transform:scale(1.05);transition: transform 0.7s ease-out 0s; -moz-transition: transform 0.7s ease-out 0s;-webkit-transition:transform 0.7s ease-out 0s;}

.f_l { float: left;}
.f_r { float: right;}
.auto{ margin:0 auto;}
.w1000{ width:1000px;}
.w1170{ width:1170px; padding:15px 15px 0;}
.w1200{ width:1200px;}
.wydy{ width:90%;}
.transition{ transition:0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s;}
.Box{ position:relative; overflow:hidden;}
.aBox{ position:relative;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.clear{clear: both;display: block;overflow: hidden;}
.Main{margin:0 auto;min-height: 500px;}

/*分页样式*/
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(../images/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;*/}