﻿
ins,
a,
a:hover {
	text-decoration: none;
}

a:focus,
*:focus {
	outline: none;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.hide {
	display: none;
}

.block {
	display: block;
}

.fl,
.fr {
	display: inline;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*联系框*/

.wrap-box {
	height: 2500px;
}


/* fixed-bar */

.fixed-bar .icon,
.fixed-bar .consult-list .tel-icon {
	background: url("JS_02.png") no-repeat;
}

.fixed-bar .icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 23px;
	height: 12px;
	overflow: hidden;
	margin: -18px 0 0 -12px;
	background-position: right -220px;
	text-indent: -999em;
}

.fixed-bar {
	position: fixed;
	/*right: 20px;*/
	bottom: 50px;
	z-index: 50;
	_position: absolute;
	_bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0))-30);
}

.fixed-bar .gotop {
	position: relative;
	z-index: 1;
	display: block;
	width: 68px;
	height: 36px;
	overflow: hidden;
	margin: -1px 0 0;
	padding: 32px 0 0;
	border: 1px solid #e6e6e6;
	border-top: 1px dashed #eaeaea;
	background-color: #fff;
	color: #666;
	font: normal 14px/36px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
	text-align: center;
}

.fixed-bar .share {
	height: 68px;
	overflow: hidden;
	margin: -1px 0 0;
	border: 1px solid #e6e6e6;
}

.fixed-bar .gotop:hover {
	z-index: 10;
	border-color: #E3B318;
	background-color: #E3B318;
	color: #fff;
	text-decoration: none;
}

.fixed-bar .gotop:hover .icon {
	background-position: right -251px;
}

.fixed-bar .consult-box {
	border: 1px solid #e6e6e6;
}

.fixed-bar .consult-box .consult-header {
	position: relative;
	height: 36px;
	margin: -1px -1px 0;
	background: #E3B318;
}

.fixed-bar .consult-box .consult-title {
	color: #fff;
	font: normal 16px/36px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
	text-align: center;
}

.fixed-bar .consult-box .icon {
	display: none;
	top: 0;
	left: -28px;
	width: 28px;
	height: 36px;
	overflow: hidden;
	margin: 0;
	background-position: -80px -530px;
	cursor: pointer;
}

.fixed-bar .consult-box .icon:hover {
	background-position: -110px -530px;
}

.fixed-bar .consult-list {
	margin: 0 2px -1px;
	padding: 9px 0;
	border-bottom: 1px dashed #eaeaea;
}

.fixed-bar .consult-list li {
	padding: 6px 0 6px 23px;
	color: #666;
	font: normal 12px/24px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
}

.fixed-bar .consult-list span,
.fixed-bar .consult-list a {
	float: left;
	line-height: 24px;
}

.fixed-bar .consult-list span {
	padding-right: 10px;
}

.fixed-bar .consult-list img {
	vertical-align: top;
}

.fixed-bar .wide-bar {
	width: 134px;
	background: #fff;
}

.fixed-bar .wide-bar .share .bds_more {
	width: 148px;
	_width: 146px;
	background-position: -252px -568px;
}

.fixed-bar .wide-bar .share .bds_more:hover {
	background-position: -354px -568px;
}

.fixed-bar .wide-bar .gotop {
	width: 132px;
}

.fixed-bar .consult-list .tel-icon {
	margin-left: -15px;
	padding: 0 0 0 20px;
	background-position: -591px -264px;
}