/*固定的悬浮窗*/
.box202111041430_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -200px;
	cursor: pointer;
	transition: all .3s ease;
}
.box202111041430_bar ul li {
	width: 253px;
	font: 16px 'Microsoft YaHei';
	color: #fff;
	/*text-indent: 54px;*/
/*	padding-left: 10px;*/
/*	padding-top: 8px;
	padding-bottom: 8px;*/
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
	background-color: #224e8f;
	border-radius: 50px 5px 5px 50px;
}
.box202111041430_bar .box202111041430_pic{
	float: left;
	color:#224e8f;
	width: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 24px;
	border-radius: 43px;
	background-color: #fff;
	margin: 5px;
}
.box202111041430_bar .box202111041430_zhi{
	float: left;
	padding-left: 0px;
	padding-top: 0px;
}
.box202111041430_zhi td{
	height: 53px;	
}
.box202111041430_bar .box202111041430_ewm{
	float: right;
	width: 120px;
	color: #fff;
	/*text-indent: 54px;*/
	padding: 5px;
	transition: all .5s ease;
	overflow: hidden;
	background-color: #224e8f;
	border-radius: 5px;
}

.box202111041430_zhi a {
	color: #fff;
}