﻿* {
	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: 14px;
}
.clear:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #b2529e url(./images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #b2529e url(./images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #b2529e url(./images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #b2529e url(./images/fixCont.png) no-repeat 0 -169px;

}
.yb_desc {
	background: #b2529e;
	font-size: 10px !important;
	line-height: 20px !important;
	text-align: center;
	height: 100px !important;
	text-indent: 20px !important;
	overflow: visible !important;
}
#testButton { color:rgb(255, 255, 255);font-size:12px;padding-top:7px;padding-bottom:7px;padding-left:44px;padding-right:44px;border-radius:5px;background-color:rgba(0, 0, 0, 0);background:-webkit-gradient(linear,0% 0%,0% 100%,from(#dcdeda),to(#a800c2))}#testButton:hover{color:#ffffff;background-color:#dcdeda;border-color:#c5e591;}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
