body *{
	font-family: Microsoft YaHei !important;
}
.fwall{
	width: 1240px;
	margin: 30px auto 35px;
}
.fw-tit h3{
	/*font-size: 30px;
	font-weight: bold;
	color: #000000;*/
	font-size: 28px;
	font-weight: 400;
	color: #333333;
}
.fw-con{
	margin-top: 30px;
}
.fw-con-ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fw-con-ul li{
	width: 295px;
	height: 293px;
	margin-bottom: 20px;
	text-align: center;
	box-shadow: 1px 1px 10px 2px #eee;
	-webkit-box-shadow: 1px 1px 10px 0 #eeeeee;
}
.con-a{
	display: block;
}
.con-div{
	padding: 29px 16px;
}
.con-img{
	width: 100%;
	height: 183px;
}
.con-img1{
	width: 100%;
	height: 100%;
}
.con-tit{
	/*font-size: 20px;
	font-weight: bold;
	color: #000000;*/
	line-height: 32px;
	display: block;
	font-weight: 400;
	color: #333333;
}
.con-con{
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	margin-top: 10px;
	display: inline-block;
}
@media screen and (max-width:768px) {
	.fwall{
		width: calc(100vw - 30px);
	}
	.fw-con-ul li{
		width: 100%;
		height: auto;
	}
	.con-img{
		height: auto;
	}
}
.wzazzms .fw-tit h3 {
	font-size: 50px;
}
.wzazzms .fw-con-ul li{
	width: 48%;
	height: auto;
}
.wzazzms .con-img{
	height: auto;
}
.wzazzms .con-tit{
	font-size: 38px;
	line-height: inherit;
}
.wzazzms .con-con{
	font-size: 34px;
}