
.banner{
	width:100%;
	height:417px;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:cover;
}
.banner1{
	background-image:url('https://tyyjs.oss-cn-fuzhou.aliyuncs.com/hrzs/images/hezuo_b.png');
}
.banner1 .banner_txt{
	padding:93px 0;
	width:1300px;
	margin:0 auto;
}
.bigtxt{
	font-size:60px;
	height:144px;
	line-height:72px;
	color:#4A7CFF;
	font-weight:bolder;
}


.hezuo_info .title,.hezuo_adv .title,.hezuo_reason .title{
	margin-top:71px;
	height: 56px;
	font-weight: 600;
	font-size: 40px;
	color: #333333;
	line-height: 56px;
	font-style: normal;
	text-align:center;
}
.hezuo_info .tip,.hezuo_adv .tip{
	text-align:center;
	height: 25px;
	font-weight: 500;
	font-size: 18px;
	color: #595959;
	line-height: 25px;
	font-style: normal;
}
.hezuo_info_cont{
	width:1300px;
	margin: 0 auto;
	display:flex;
    justify-content: space-between;
	margin-top:54px;
}
.hezuo_info_cont .redtxt{
	font-weight:600;
	margin-top: 8px;
	display:block;
	width: 242px;
	height: 37px;
	background-image:url('https://tyyjs.oss-cn-fuzhou.aliyuncs.com/hrzs/images/redtxtbg.png');
	background-repeat:no-repeat;
	font-size: 16px;
	color: #FF7C1D;
	line-height: 22px;
	text-align: left;
	font-style: normal;
	line-height:37px;
	padding-left:21px;
	position:absolute;
	bottom:10px;
	left:0px;
}
.hezuo_info_left{
	width: 637px;
	height: 359px;
	background: #F7F9FF;
	border-radius: 8px;
	background-image:url('https://tyyjs.oss-cn-fuzhou.aliyuncs.com/hrzs/images/rental/hezuol.png');
	background-position:left center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.hezuo_info_right{
	width: 637px;
	height: 359px;
	background: #F7F9FF;
	border-radius: 8px;
	background-image:url('https://tyyjs.oss-cn-fuzhou.aliyuncs.com/hrzs/images/rental/hezuor.png');
	background-position:left center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.hezuo_info_cont b{
	height: 37px;
	font-weight: 500;
	font-size: 26px;
	color: #333333;
	line-height: 37px;
	text-align: left;
	font-style: normal;
	display:block;
	margin-top:28px;
	margin-left:45px;
}
.hezuo_info_cont p{
	width: 397px;
	height: 69px;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	text-align: left;
	font-style: normal;
	display:block;
	margin-top:30px;
	margin-left:45px;
}
.hezuo_info_cont ul{
	margin-left:45px;
}
.hezuo_info_cont ul li{
	max-width:386px;
	color: #333333;
	line-height: 28px;
	list-style:none;
	padding-left:18px;
	background-image:url('https://tyyjs.oss-cn-fuzhou.aliyuncs.com/hrzs/images/dian.png');
	background-repeat:no-repeat;
	background-position:left 10px;
}
.hezuo_adv_cont{
	width:1300px;
	margin: 0 auto;
	display:flex;
    justify-content: space-between;
	margin-top:54px;
}
.hezuo_adv_item{
	width: 300px;
	height: 387px;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 0px rgba(211,211,211,0.5);
	border-radius: 8px;
	box-sizing:border-box;
	padding:60px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hezuo_adv_item *{
	display:block;
}
.hezuo_adv_item b{
	width: 200px;
	height: 37px;
	font-weight: 500;
	font-size: 26px;
	color: #333333;
	line-height: 37px;
	text-align:center;
	margin-top:36px;
	margin-bottom:6px;
}
.hezuo_adv_item p{
	width: 244px;
	height: 108px;
	font-weight: 400;
	font-size: 16px;
	color: #595959;
	line-height: 26px;
	text-align:center;
	font-style: normal;
}

.reason_cont{
	width:1300px;
	margin: 0 auto;
	display:flex;
    justify-content: space-between;
	margin-top:54px;
}
.reason_item{
	width: 400px;
	height: 369px;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 0px rgba(211,211,211,0.5);
	border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.reason_item p{
	display:block;
	height: 25px;
	font-weight: 500;
	font-size: 18px;
	color: #595959;
	line-height: 25px;
	text-align: center;
	font-style: normal;
	margin-top: 30px;
}




@media (max-width: 1400px) {
	.hezuo_info,.hezuo_info_cont,.hezuo_adv_cont,.reason_cont{
		width:100%;
		box-sizing:border-box;
	}
	.hezuo_info_cont,.hezuo_adv_cont,.hezuo_adv_item,.reason_cont{
		padding:0 5%;
	}
	.hezuo_info_cont .hezuo_info_left,.hezuo_info_cont .hezuo_info_right{
		width:49%;
		background-position:right center;
	}
	.hezuo_adv_item{
		max-width:23.5%;
	}
	.reason_item{
		max-width:32%;
	}
	.hezuo_adv_item:last-child,.reason_item:last-child{
		margin-right:0%;
	}
	.banner1 .banner_txt,.banner2 .banner_txt{
		padding-left:30px;
	}
	.banner{
		background-position:center;
	}
}
@media (max-width: 768px) {
	.bigtxt{
		width:100%;
	}
	.banner1{
		background-image:url('https://tyyjs.oss-cn-fuzhou.aliyuncs.com/hrzs/images/mobile/hezuo_banner.png')
	}
	.banner1 .banner_txt, .banner2 .banner_txt{
		width:100%;
		padding:0;
	}
	.bigtxt img.b_txt2{
		width:80%;
		margin:0 10%;
		height:auto;
	}
	.bigtxt img.b_txt1{
		width:60%;
		padding:50px 20% 20px;
		height:auto;
	}
	.hezuo_info .title, .hezuo_adv .title, .hezuo_reason .title{
		font-size:29px;
	}
	.hezuo_info_cont{
		width:100%;
		flex-wrap: wrap;
	}
	.hezuo_info_cont .hezuo_info_left{
		width:100%;
		flex: 0 0 auto;
		margin-bottom:20px;
	}
	.hezuo_info_cont .hezuo_info_right{
		width:100%;
		flex: 0 0 auto;
	}
	.hezuo_info_cont b{
		margin-left:10px;
	}
	.hezuo_info_cont p{
		margin-left:10px;
		margin-right:10px;
		margin-top:10px;
		margin-bottom:10px;
		width:auto;
		font-size:14px;
		line-height:20px;
		height:auto;
	}
	.hezuo_info_cont ul{
		margin-left:10px;
		width:auto;
		font-size:14px;
	}
	.hezuo_adv_cont{
		width:100%;
		flex-wrap: wrap;
	}
	.hezuo_adv_item{
		width:48%;
		max-width:48%;
		flex: 0 0 auto;
		height:auto;
		padding:20px 10px;
		margin-top:20px;
	}
	.hezuo_adv_item p{
		width:100%;
		min-height:160px;
		line-height:20px;
	}
	.hezuo_adv_item img{
		width:50%;
	}
	.reason_item{
		width:33.333%;
		max-width:33.333%;
		height:auto;
		padding:50px 0px;
		box-shadow:0 0 0 0 ;
	}
	.reason_item img{
		width:50%;
	}
	.reason_item p{
		font-size:14px;
		margin-top:0px;
	}
	.reason_cont{
		padding:0px;
		margin:0 5%;
		border-radius: 14px;
		width:90%;
		margin-top:20px;
		box-shadow: 0px 3px 10px 0px rgba(211, 211, 211, 0.5);
	}
}
