.banner{
	width: 100%;
	height: 436px;
	position: relative;
	background: url("../img/合作加盟.png");
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner img{
	width: 100%;
}
.banner p{
	/* position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 50%;
	margin-left: -50%;
	width: 100%; */
	height: 48px;
	font-size: 50px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}
.list ul{
	width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 87px;
	margin-bottom: 60px;
}
.list li{
	position: relative;
	width: 386px;
	height: 280px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list li:nth-child(1){
	background-image: url("../img/cooperation1.png");
}
.list li:nth-child(2){
	background-image: url("../img/cooperation2.png");
}
.list li:nth-child(3){
	background-image: url("../img/cooperation3.png");
}
.list li:nth-child(4){
	background-image: url("../img/cooperation4.png");
}
.list li:nth-child(5){
	background-image: url("../img/cooperation5.png");
}
.list li:nth-child(6){
	background-image: url("../img/cooperation6.png");
}
.list li .cen{
	height: 30px;
	font-size: 32px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 60px;
}
.list li .info{
	text-align: center;
}
.list li .info div{
	font-size: 32px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 60px;
}
.list li .info p{
	width: 357px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 60px;
	display: none;
}
.list li:hover .info p{
	display: block;
}
.contact{
	width: 100%;
	height: 340px;
	background: #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	border-bottom: 77px solid #fff;
}
.contact .li{
	width: 468px;
	height: 146px;
	background: #FFFFFF;
}
.contact .li div{
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #212121;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 29px;
}
.contact .li div img{
	margin-right: 3px;
}
.contact .li p{
	text-align: center;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #212121;
	line-height: 60px;
}