.banner1 {
  width: 100%;
}
.banner1 img {
  display: block;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
.card{
	width: 1200px;
	padding: 139px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #21232F;
}
.cardContent{
	width: 587px;
	position: relative;
}
.cardTitle{
	font-size: 30px;
	font-weight: bold;
	color: #21232F;
}
.xian{
	width: 100px;
	height: 3px;
	background: #5254FF;
	margin-top: 31px;
}
.cardTxt{
	width: 587px;
	font-size: 18px;
	font-weight: bold;
	color: #21232F;
	line-height: 30px;
	margin-top: 50px;
	
	 position:absolute;  
     bottom:0px;  
     padding:0px;  
     margin:0px  
	
}
.cardImg{
	display: block;
	width: 565px;
	height: 344px;
}
.fzlcTitle{
	width: 1200px;
	margin: 0 auto;
	font-size: 36px;
	font-weight: 400;
	color: #3B3B3B;
	padding: 66px 0;
	border-bottom: 1px solid #21232F;
}
.fzlcUl{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 66px;
}
.fzlcLi{
	padding: 75px 4px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E4E4E4;
}
.fzlcLiLeft{
	width: 118px;
	height: 144px;
	font-size: 80px;
	font-weight: 400;
	color: #3B3B3B;
	line-height: 76px;
}
.fzlcLiLeftSpan{
	font-size: 23px;
	font-weight: 400;
	color: #3B3B3B;
}
.fzlcLiRight{
	margin-left: 97px;
}
.fzlcLiRigthTitle{
	font-size: 30px;
	font-weight: bold;
	color: #3B3B3B;
}
.fzlcLiRigthTxt{
	width: 525px;
	font-size: 18px;
	font-weight: 400;
	color: #3B3B3B;
	line-height: 33px;
	margin-top: 26px;
}