.banner {
	width: 100rem;
	height: 31.25rem;
}
.section-img-title {
	margin: 4rem auto;
}
.section-img-content {
	margin: 4rem auto;
}
.brief {
	width: 62.5rem;
	padding: 2rem 18.75rem 10rem;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.brief .left {
	width: 28rem;
	height: 24rem;
	color: #41414D;
	font-size: 1.15rem;
	line-height: 2.4rem;
	text-indent: 3rem;
}
.brief .right {
	width: 30.42rem;
	height: 22.92rem;
}
.brief .brief-bg-1 {
	position: absolute;
	width: 6.71rem;
	height: 6.71rem;
	left: 2.45rem;
	top: -5rem;
}

.brief .brief-bg-2 {
	position: absolute;
	width: 3.49rem;
	height: 3.49rem;
	right: 3.96rem;
	top: -1rem;
}

.culture {
	width: 100rem;
	height: auto;
	background: #F7F9FF;
	padding: 5rem 0 10rem;
}
.culture .culture-list {
	width: 65rem;
	height: auto;
	background: #F7F9FF;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.culture .culture-item{
	width: 19.79rem;
	height: 13.54rem;
	background: #FFFFFF;
	border-radius: 1rem;
	margin: 1.6rem 0.8rem;
	position: relative;

}
.culture .culture-item .img{
	width: 3.75rem;
	height: 3.75rem;
	position: absolute;
	left: 2.08rem;
	top: 2.5rem;
}
.culture .culture-item .str-1{
	color: #41414D;
	font-size: 1.25rem;
	line-height: 2rem;
	padding: 3.6rem 0 1rem 6.67rem;
}
.culture .culture-item .str-2{
	color: #747489;
	font-size: 1.04rem;
	line-height: 2rem;
	padding-left: 1.56rem;
}

.contract {
	width: 100rem;
}

.contract .map{
	width: 62.5rem;
	height: 20.83rem;
	margin: auto;
	background: #F7F9FF;
}
.contract .info-list {
	width: 64rem;
	height: auto;
	margin: 4rem auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contract .info-item {
	width: 32rem;
	height: 5.83rem;
	position: relative;
}
.contract .info-item .img{
	width: 5.83rem;
	height: 5.83rem;
	position: absolute;
	left: 0;
	top: 0;
}
.contract .info-item .key{
	color: #41414D;
	font-size: 1.46rem;
	line-height: 2rem;
	padding-left: 7.5rem;
	padding-top: 1rem;;
}
.contract .info-item .val{
	color: #747489;
	font-size: 1.25rem;
	line-height: 2.5rem;
	padding-left: 7.5rem;
}