/* - - - - - - - - - 各浏览器样式默认值标准化  - - - - - - - - -*/
html, body, span, object, iframe, h1, h2, h3, h4, h5, p, blockquote, pre, a, address, code, del, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label {
	margin:0;
	padding:0;
	border:0;
	font-style:inherit;
	font-family:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	display: block;
}
html {
	-webkit-text-size-adjust:none;
}
img {
	border:none;
	vertical-align:middle;
}
input, select, button {
	padding:0;
	margin:0;
	outline:none;
	font-family:inherit;
	vertical-align:middle;
}
textarea {
	font-family:inherit;
}
button {
	cursor:pointer;
}
html {
	overflow-x:hidden;
}
body {
	font-size:12px;
	background:#fff url(../images/bodybg.jpg) repeat left top;
	font-family:'Microsoft YaHei';
}
ul, ol {
	list-style-type:none;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:18px;
}
h3, h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
i, em, address {
	font-style:normal;
}
a {
	text-decoration:none;
	color:#716f70;
}
a:hover {
	text-decoration:underline;
	transition:color 200ms linear 0s, background-color 200ms linear 0s, border-color 200ms linear 0s;
}	/*鼠标悬停时*/
a:active {
}	/*点击与释放时*/
a:visited {
}/* 访问过 */
/*  - - - - - - - - - 常用类样式  - - - - - - - - -*/
.no_bor {
	border:none!important;
}	/*无边框*/
.no_bg {
	background:none!important;
}	/*无背景*/
.clear {
	display:block;
	height:0;
	line-height:0;
	overflow:hidden;
	clear:both;
	font-size:0;
}/*清除浮动*/
.center {
	width:1100px;
	margin:0 auto;
}
/*浮动条*/
	#Floatingbar {
	width:87px;
	text-align:center;
	position:fixed;
	top:50%;
	right:0px;
	margin-top:-200px;
	background-color:#aaaaaa;
	box-shadow:0 3px 12px rgba(0, 0, 0, 0.3);
	z-index:21500;
_top:expression(eval(document.documentElement.scrollTop+this.offsetHeight));
	_margin-top:0;
	_position:absolute;
}
#Floatingbar ul li {
	position:relative;
	border-bottom:1px solid #f4f4f4;
}
#Floatingbar ul li:last-child {
	border:0;
}
#Floatingbar ul li a {
	line-height:21px;
	font-weight:bold;
	color:#fff;
	padding:11px 0 5px;
	display:block;
}
#Floatingbar ul li.change a, #Floatingbar ul li a:hover {
	background-color:#1E4E6C;
	text-decoration:none;
}
#Floatingbar ul li a span {
	margin:0 auto;
	display:block;
}
#Floatingbar ul li .openbox {
	width:201px;
	height:250px;
	line-height:29px;
	position:absolute;
	color:#fff;
	right:87px;
	bottom:0px;
	padding-top:16px;
	background-color:#00b4b3;
	box-shadow:-4px 3px 7px rgba(0, 0, 0, 0.3);
	display:none;
}
#Floatingbar ul li .openbox img {
	margin:0 auto 10px;
	width:170px;
	height:170px;
	display:block;
}
.icon_ {
	width:47px;
	height:47px;
	background:url(../images/iconlist.png) no-repeat left top;
	display:inline-block;
}
.icon_.icon_1x1 {
	background-position:0 0;
}
.icon_.icon_1x2 {
	background-position:0 -47px;
}
.icon_.icon_1x3 {
	background-position:0 -94px;
}
.icon_.icon_1x4 {
	background-position:0 -141px;
}
.icon_.icon_1x5 {
	background-position:0 -188px;
}
.icon_.icon_1x6 {
	background-position:0 -235px;
}
