.indexlead{
	width: 100%;
	height: 356px;
	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: 356px;
}
.indexlead-title{
	font-size: 64px;
}
.indexlead-referral{
	font-size: 24px;
	margin-top: 40px;
}
.contentmargin{
	padding: 43px 0;
	box-sizing: border-box;
}

.referral{
	width: 100%;
	margin-top: 32px;
	display: flex;
}
.referral-img{
	/*width: 685px;*/
	background: #FAF7F6;
	padding: 10px;
	box-sizing: border-box;
	border: 1px #c8c6c5 dashed;
}
.referral-img img{
	width: 100%;
}
.referral-right{
	padding: 0 0 0 43px;
	box-sizing: border-box;
}
.referral-title{
	font-size: 24px;
	margin-top: 18px;
}
.referral-cont{
	font-size: 16px;
	color: #3B3C3D;
	margin-top: 16px;
	display: flex;
}
.referral-dot{
	color: #A2594D;
	font-size: 8px;
	margin-top: 7px;
	margin-right: 6px;
}

.swiper{
	width: 100%;
	height: 150px;
	margin-top: 43px;
}

.referral-left{
	padding: 0 43px 0 0;
	box-sizing: border-box;
}