.product_con_list{
	padding-bottom:50px;
}
.product_con_ban_w{
	background-image: url('../images/chanpin.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
.product_con_ban{
	height: 300px;
	width: 1200px;
	margin: 0 auto;
}
.product_con_ban .tit{
	font-size: 46px;
	font-family: Source Han Sans CN, Source Han Sans CN-Heavy;
	font-weight: 800;
	color: #2468f2;
	line-height: 30px;
	letter-spacing: 2.3px;
	padding-top: 102px;
	padding-bottom: 27px;
}
.product_con_ban>span{
	font-size: 24px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	padding-bottom: 102px;
}
.fuwu_tit_div{
	text-align: center;
}
.fuwu_tit{
	padding: 50px 50px 14px 42px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	line-height: 1;
}
.fuwuimg_l,.fuwuimg_r{
	position: absolute;
}
.fuwuimg_l{
	left: 0;
	top: 34px;
}
.fuwuimg_r{
	right: 0;
	top: 50px;
}
.txt{
	position: relative;
	z-index: 99;
}
.txt>p{
	font-size: 14px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	color: #999999;
	margin-top: 12px;
}
.product_name_item{
	width: 374px;
	height: 164px;
	background: linear-gradient(#f4f6f7 0%, #f4f6f7 100%);
	border-radius: 10px;
	text-align: center;
	margin-right: 39px;
	margin-top:20px;
}
.product_name_item:nth-child(3n){
	margin-right: 0;
}
.product_name_item .product_img{
	width: 40px;
	height: 40px;
	margin: 15px 0 7px;
}
.product_name_item:hover{
	background: linear-gradient(#fdf3e9 0%, #fae2c6 100%);
}
.product_name_items{
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
}
.product_name_item>p{
	padding-bottom: 12px;
	font-size: 16px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
	font-weight: 700;
	color: #333333;
}
.product_name_item>p a{
	color: #333333;
}
.product_name_item>.item_txt{
	padding: 0 20px;
	margin-bottom: 19px;
	line-height: 24px;
	text-align: left;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 48px;
	box-sizing: border-box;
	color: #999999;
}
.chakan{
	font-size: 14px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	cursor: pointer;
}
.chakan>a{
	color: #333333;
}