/*-----------------初始化---------------------*/

* {
	padding: 0;
	margin: 0;
	/* border: none; */
}
/* ul, ol, li {
	list-style: none;
} */
/* em, i {
	font-style: normal;
}
a {
	text-decoration: none;
	color: #333;
}
img {
	display: inline-block;
	border: 0 none;
} */
/*  body {
	color: #333;
	font-family: 'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	overflow-x: hidden;
	width: 100%;
	height:2000px;
	font-size: 12px;
}  */
.clear:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 50%;
	margin-top: -80px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 178px;
	height: 51px;
	font: 14px/53px 'Microsoft YaHei';
	color: #002E73;
	text-indent: 60px;
	line-height: 51px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
	font-weight:bold;
}
.yb_bar .yb_top {
	background: #fff url(../images/jl.fw.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #fff url(../images/jl.fw.png) no-repeat 0 0px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #fff url(../images/jl.fw.png) no-repeat 0 -54px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/
	position:relative;
	background: #fff url(../images/jl.fw.png) no-repeat 0 -107px;
}
.hd_qr {
	/* padding: 0 29px 25px 29px; */
	position:absolute;
	top:-40px;
	left:0px;
}
.yb_QQ a {
	display: block;
	text-indent: 60px;
	width: 100%;
	height: 100%;
	color: #002E73;
}