.product_con_list{
	padding-bottom: 50px;
}
.product_con_ban_w{
	background-image: url('../images/promms.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: 101px;
	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;
	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;
}
.proimg_l{
	left: 41px;
	top: 25px;
}
.proimg_r{
	right: 38px;
	top: 37px;
}
.product_name_item{
	width: 285px;
	height: 296px;
	margin-right: 20px;
	margin-top:20px;
}
.img_a{
	display: block;
	font-size: 0;
}
.product_name_item:nth-child(4n){
	margin-right: 0;
}
.product_img{
	width: 100%;
	height: 180px;
}
.items_div{
	width: 100%;
	height: 116px;
	background: #ffffff;
	box-shadow: -0.38px 1.96px 24px 0px rgba(51,51,51,0.14); 
	padding: 0 25px;
	box-sizing: border-box;
}
.product_name_items{
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto 4px;
}
.items_div>p{
	padding-bottom: 12px;
	font-size: 18px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	line-height: 1;
	padding-top: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.items_div>p a{
	color: #333333;
}
.product_name_item>.item_txt{
	padding: 19px 20px;
	padding-top: 0;
	line-height: 24px;
	text-align: left;
}
.chakan{
	font-size: 14px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
	display: -webkit-box;
	/* 将元素转换成弹性伸缩盒子 */
	overflow: hidden;
	/* 隐藏超出部分的内容 */
	text-overflow: ellipsis;
	/* 当内容被修剪时显示省略号 */
	line-clamp: 2;
	/* 限制最大行数为2行 */
	-webkit-line-clamp: 2;
	/* Safari/Chrome特有的属性 */
	-webkit-box-orient: vertical;
	/* 设置垂直布局 */
}