#news_header{
	width:100%;height: 400px;
	background-image: url('/home/static/img/bg_pt.png');/* 或者只设置配景图像居中，，，不笼罩整个容器 */
  background-position: center; /* 仅水平居中 */
  background-repeat: no-repeat;
}
.news_menu_tit{
	width:1301px;height:auto;margin:0px auto;
	font-size: 36px;
color: #FFFFFF;
line-height: 52px;font-family: Source Han Sans, Source Han Sans;margin-top:54px;
}

.news_header{width:1301px;height: 400px;margin:0px auto;position:relative;}
.news_menu{position:absolute;left:0px;bottom:0px;width:1301px;height:50px;}
.menu_son{float:left;width: 141px;text-align:center;
height: 50px;line-height:50px;
background: #FFFFFF;
border-radius: 4px 4px 0px 0px;margin-right:15px;font-size: 16px;
color: #FFFFFF;}
.menu_son a{font-size: 16px;
color: #333333;}

.menu_son:hover a{
color: #FFFFFF;}
.menu_son:hover{
background: #6B4193;}
.news_menu .on a{color: #FFFFFF;}
.news_menu .on{
	background: #6B4193;
}
#news_header{margin-bottom:40px;}

/* 产品列表 */
#product{
	width:1301px;height:auto;margin:0px auto;display:flex;justify-content:space-between;

flex-wrap:wrap;/*换行*/

}

#product li{
	width: 277px;
	height: 416px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
	border-radius: 4px 4px 4px 4px;
	margin-bottom:40px;
	padding:9px;
}
#product li img{
width: 277px;
height: 205px;
border-radius: 4px 4px 4px 4px;
}

#product li .pt_tit a{
	color: #333333;
}
#product li .pt_tit{
margin-top:19px;
margin-bottom:15px;
height: 24px;
font-size: 18px;

line-height: 24px;

}

#product li .pt_des a{
	color: #9E9E9E;
}
#product li .pt_des{

font-size: 14px;

line-height: 20px;

}
#product li .pt_btn a{
	font-size: 16px;
color: #FFFFFF;
}
#product li .pt_btn{
width: 129px;
height: 42px;
background: #6B4193;
border-radius: 4px 4px 4px 4px;
text-align:center;
line-height:42px;
margin-top:15px;
}<!--耗时1755814997.3562秒-->