/* 战略合作 顶部图+字 */
.zlhz-head {
	width: 100%;
	overflow: hidden;
	/*padding: 71px 123px;*/
}
.zlhz .zlhz-head {
	background: url(../zlhz/head.png) no-repeat center;
	background-size: cover;
	margin-bottom: 18px;
}
.zlhz .zlhz-headA {
	background: url(../zlhz/l.png) no-repeat center;
	background-size: cover;
	margin-bottom: 18px;
}
.zlhz .zlhz-headc {
	background: url(../zlhz/ysq.png) no-repeat center;
	background-size: cover;
	margin-bottom: 18px;
}
.zlhz .zlhz-head h2 {
	width: 100%;
	overflow: hidden;
	font-size: 30px;
	color: #fff;
	font-family: 'TencentSansw7';
}
.zlhz .zlhz-head span {
	width: 100%;
	font-size: 24px;
	color: #ffffff;
	line-height: 33px;
}
/* 合作优势 */
.hzys {
	width: calc(100% - (156px * 2));
	padding: 40px 156px;
	background-color: #fff;
}
.hzys h3 {
	font-size: 28px;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'TencentSansw7';
	margin-bottom: 24px;
}
.hzys .hzys_content {
	display: flex;
	flex-direction: row;
}
.hzys .hzys_content .hzys_item {
	width: calc((100% - 3 * 30px) / 4);
	/* height: 180px; */
	border-radius: 16px;
	margin-right: 30px;
	overflow: hidden;
}
.hzys .hzys_content .hzys_item:nth-child(4) {
	margin-right: 0 !important;
}
.hzys .hzys_content .hzys_item img {
	width: 100%;
	/* height: 180px; */
	border-radius: 16px;
	background-size: cover;
}
.hzys .hzys_content .hzys_item .bottom {
	position: relative;
	background-color: red;
}
.hzys .hzys_content .hzys_item .bottom .title {
	position: absolute;
	bottom: 14px;
	width: calc(100% - 40px);
	margin-left: 20px;
	font-weight: 600;
	font-size: 24px;
	color: #ffffff;
}
.hzys .hzys_content .hzys_item .bottom .content {
	position: absolute;
	/* bottom: 0; */
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-top: 14px;
}
/* 合作模式  */
.hzms {
	display: flex;
	flex-direction: row;
	width: calc(100% - (156px * 2));
	padding: 40px 156px;
	background: #f9f9f9;
}
.hzms .left {
	width: 50%;
	display: flex;
	flex-direction: column;
}
.hzms .left h3 {
	font-size: 28px;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'TencentSansw7';
	margin-bottom: 24px;
}
.hzms .left .content_1 {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.85);
	line-height: 32px;
	margin-bottom: 40px;
}
.hzms .right {
	width: 50%;
}
.hzms .right img {
	width: 100%;
	height: 100%;
	background-size: contain;
}
