.anlinav li{
	width: 30%;
	height: 34px;
	background: #FFFFFF;
	border-radius: 10px;
	margin-right: 5%;
	color: #000;
	text-align: center;
	line-height: 34px;
	float: left;
}
.anlinav .active{
	background: #EE6A88 !important;
	color: #fff !important
}
.anlibox img{
	width: 100%;
	display: none;
}
.anlibox .active{
	display: block !important;
}
.anliinfo h3{
	margin-top: 15px;
	font-size: 1.2rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #19202E;
	line-height: 30px;
}
.anliinfo p{
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #0C112F;
	line-height: 25px;
}
.kefu{
	display: block;
	width: 70%;
	height: 44px;
	background: #01B2E6;
	box-shadow: 2px 2px 10px 0px rgba(1, 178, 230, 0.6);
	border-radius: 22px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	margin: 10px auto;
}