/*业务范围*/
.fw_box{
	width: 1200px;
	margin: 40px auto;
}
.fw_up{
	text-align: center;
}
.fw_up h2{
	font-size: 28px;
	color: #008053;
	position: relative;
	padding-bottom: 3px;
}
.fw_up h2::before{
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	margin-left: -24.5px;
	width: 49px;
	height: 1px;
	background-color: #008053;
}
.fw_up p{
	font-size: 18px;
	color: #646464;
	font-weight: bold;
	padding: 10px 0 20px;
}
.fw_imgbox{
	border-bottom: 1px solid #9a9a9a;
	padding-bottom: 85px;
}
.fw_imgbox div{
	width: 674px;
	height: 522px;
	overflow: hidden;
	margin: 0 auto;
	border: 4px solid #e6e6e6;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fw_imgbox p{
	text-align: center;
	padding-top: 10px;
	font-size: 24px;
	color: #5b5b5b;
	font-weight: bold;
}
.fw_zz{
	margin: 40px 0; 
	font-size: 14px;
	color: #5b5b5b;
	font-weight: bold;
}
.fw_zz div{
	line-height: 35px;
	overflow: hidden;
}
.fw_zz div p{
	float: left;
}
.fw_zz a{
	float: left;
}
.fw_zz a:hover{
	color: #008053;
}
.fw_box1{
	position: relative;
	border-top: 1px solid #9a9a9a;
	padding: 70px 0;
}
.fw_box1::before{
	position: absolute;
	top: -24px;
	left: 0;
	content: '相关产品';
	width: 78px;
	line-height: 18px;
	padding: 3px 0;
	background-color: #df0024;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.fw_box1::after{
	position: absolute;
	top: -18px;
	left: 4px;
	content: '';
	width: 4px;
	height: 12px;
	background-color: #fff;
}

.fw_ul{
	overflow: hidden;
}
.fw_li{
	float: left;
	width: 208px;
	border: 1px solid #a7a7a7;
	margin: 0 37px 30px 0;
}
.fw_li:nth-child(5n){
	margin-right: 0;
}
.fw_a div{
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 156px;
	overflow: hidden;
}
.fw_a p{
	text-align: center;
	font-size: 16px;
	color: #7d7d7d;
	font-weight: bold;
	padding: 10px 0 5px;
}
.fw_li:hover{
	background-color: red;
	border: 1px solid red;
}
.fw_li:hover p{
	color: #fff;
}