.references{
	padding-bottom: 4rem;
	margin: 0 auto;
	max-width: 1000px;
}
.references_title{
	font-size: 34px;
	line-height: 3rem;
	font-weight: bold;
	color: #30649f;
	border-bottom: 1px solid #30649f;
	padding-top: 3rem;
}
.references_item{
	padding: 1rem 0;
	border-bottom: 1px solid #30649f;
	position: relative;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}
.references_item_img{
	height: 12rem;
	width: 18rem;
	overflow: hidden;
	background-color: #30649f;
}
.references_item_img img{
	width: 100%;
}
.references_item_right{
	flex: 1;
	margin-left:2rem;
}
.references_item_right h3{
	font-size: 26px;
	line-height: 2rem;
	font-weight: bold;
	color: #30649f;
}
.references_item_right span{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #30649f;
	position: absolute;
	bottom: 1rem;
	right: 0;
}
.references_item_right img{
	height: 0.7rem;
	margin-left: 0.3rem;
}

.referencesd_head{
	height: 40vh;
	background-color: #30649f;
	display: flex;
	justify-content: space-between;
}
.referencesd_head_left{
	height: 40vh;
	width: 30vw;
	overflow: hidden;
}
.referencesd_head_left img{
	width: 100%;
	height: 40vh;
}
.referencesd_head_right{
	margin-left: 10rem;
	flex: 1;
}
.referencesd_head_right h1{
	color: #fff;
	font-weight: bold;
	font-size: 34px;
	margin-top: 4rem;
	font-weight: normal;
}
.referencesd_content{
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 4rem;
	border-top: 1px solid #30649f;
	display: flex;
}
.referencesd_content h1{
	color: #30649f;
	font-size: 34px;
	font-weight: normal;
	width: 30%;
}
.referencesd_content_right{
	flex: 1;
	margin-right: 10vw;
	margin-top: 2rem;
	overflow: hidden;
}
.referencesd_return{
	padding-top: 2rem;
	padding-bottom: 4rem;
}
.referencesd_return_img{
	height:6.5rem;
	cursor: pointer;
}