@charset "utf-8";
/* CSS Document */

/*设置原始样式*/
/*思源黑体*/


ul{
	list-style:none;
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
}


/*侧边栏*/
.sideslid{
	position: fixed;
	top: 50%;
	right: 40px;
	width: 70px;
	margin-top: -150px;
	z-index: 11;
}
.sideList li{
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: #ccc 0 0 5px;
}
.poTxt,.kfTxt{
	display: none;
	position: absolute;
	top: 0;
	left: -190px;
	line-height: 20px;
	border-radius: 5px;
	padding: 10px;
	background: #2886CF;
	color: #fff;
	text-align: left;
}
.txtBig{
	font-size: 24px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
.poTxt span,.poQR span,.kfTxt span{
	display: block;
	border-top: transparent 5px solid;
	border-left: #2886CF 10px solid;
	border-bottom: transparent 5px solid;
	width: 0;
	height: 0;
	font-size: 0;
	float: right;
}
.poTxt span{
	margin: -50px -20px 0 0;
}
.kfTxt span{
	margin: -50px -20px 0 0;
}
.poQR span{
	margin: 15px -15px 0 0;
}
.tel,.QR,.zxkf{
	position: relative;
}
.tel:hover .poTxt,.QR:hover .poQR {
	display: block;
}
.zxkf:hover .kfTxt{
	display: block;
}


.QR:hover .poQR{,
	display: block;
}
.poQR{
	display: none;
	position: absolute;
	top: 0;
	left: -180px;
	padding: 5px 5px 1px 5px;
	background: #2886CF;
	border-radius: 5px;
}
.poQR img{
	width: 150px;
	height: 150px;
}
