.indexlead{
	width: 100%;
	height: 475px;
	background-image: url(../img/index/indexbg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	
}
.indexleadcont{
	display: flex;
	justify-content: space-between;
	color: #FFE9E6;
}
.indexleadcont div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}
.indexlead-img{
	height: 475px;
}
.indexlead-title{
	font-size: 39px;
}
.indexlead-referral{
	font-size: 17px;
	margin-top: 50px;
}
.contentmargin{
	padding: 43px 0;
	box-sizing: border-box;
}

.servelist{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.servelist-item{
	width: 575px;
	height: 288px;
	background-color: #fff;
	border-radius: 9px;
	margin-top: 35px;
	padding: 22px;
	box-sizing: border-box;
	display: flex;
}
.servelist-item img{
	height: 100%;
	
}
.servelist-item-right{
	margin-left: 22px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 22px 0;
	box-sizing: border-box;
}
.servelist-item-title{
	color: #3B3C3D;
	font-size: 20px;
}
.servelist-item-cont{
	color: #6F6D6A;
	font-size: 15px;
	margin-top: 17px;
}
.servelist-item-member{
	color: #A74839;
	font-size: 15px;
}
.servelist-item-nomember{
	color: #6F6D6A;
	font-size: 15px;
	margin-top: 9px;
}

.case{
	width: 100%;
	
}
.case-title{
	text-align: center;
	color: #000;
	font-size: 26px;
	margin-top: 35px;
}
.caseswiper{
	width: 100%;
	height: 768px;
	margin-top: 24px;
	
}
.qrccodelist{
	width: 100%;
	padding-top: 43px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
}