/*SERVICES左侧分类边框去除*/
@media (min-width: 990px) {
  .sitewidget-verticalnavigation .sm-mint.sm-vertical {
    border-bottom: 0;
    border-right: 0px solid #8db863;
  }
}
/*PTFEPFA.PVDF页面表格加下划线*/

#component_BCKOnaHoNPtj > DIV > DIV > DIV > TABLE > TBODY > TR {
	border-bottom-style:solid !important;
	border-bottom-width:1px !important;
    border-bottom-color:rgb(224,224,224) !important;
}
/*service图片边框颜色调整*/
.pic-style-album > a {
  background: #fff;
  padding: 7px;
  border: 1px solid rgb(217, 0, 0);
  border-radius: 4px;
}