.category{
    margin-top: 4%;
    overflow: hidden;
    padding: 0 10%;
    box-sizing: border-box;
    margin-bottom: 4%;
}
.category .category__nav {
    margin-bottom: 5%;
}
.category .category__nav .category__navbox{
  border-top: 3px solid #ed7020;
  margin-right: 30px;
  display: none;
  box-sizing: border-box;
}
.category .category__nav .category__navbox .parent-item{
    font-weight: normal;
    font-size: 24px;
    line-height: 81px;
    height: 81px;
    text-transform: uppercase;
    padding-left: 24px;
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}
.category .category__nav .category__navbox .son-item{
    padding-left: 28px;
    background: #f5f5f5;
    font-size: 18px;
    height: 69px;
    line-height: 69px;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
}
.category .category__nav .category__navbox .son-item:hover{
  color: #ed7020;
}
.category .category__nav .category__navbox .son-item.son-item-active{
  background: #ed7020;
  color: #fff;
}
.category .category__nav .category__navbox .son-item p{
    height: 69px;
    line-height: 69px;
    overflow: hidden;
    position: relative;
    padding-right: 30px;
}
.category .category__nav .category__navbox .son-item i{
  position: absolute;
  right: 10px;
}
.categoryDetai img{
  max-width: 100%;
}

/*新闻动态*/
.news_con{ overflow:hidden;}
.news_con ul li{ overflow:hidden; margin-bottom:3%; padding-bottom:3%; border-bottom:1px dashed #e2e2e2; display:block;}
.news_con ul li:last-child{ border-bottom:0; margin-bottom:0; padding-bottom:1%;}
.news_con ul li .imgs{ width:315px; float:left; display:inline; overflow:hidden; margin-right:3%;}
.news_con ul li .imgs img{width:100%;/* -webkit-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);transition-duration: 0.3s;transition-timing-function: ease-out;transition-property: opacity, transform, filter;*/-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.news_con ul li:hover .imgs img{/*-webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg);*/-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.news_con ul li .i_about_r{ line-height:22px; overflow:hidden; }
.news_con ul li .i_about_r h3{ line-height:34px; height:34px; overflow:hidden; font-size:20px; color:#333; font-weight:normal; margin-top:1%;}
.news_con ul li .i_about_r label{ display:block; color:#999999; font-size:14px;line-height:32px; height:32px; overflow:hidden; margin-bottom:6px;}
.news_con ul li .i_about_r .p{ max-height:48px; overflow:hidden; font-size:14px; color:#666666; line-height:24px;}
.news_con ul li .i_about_r .news_more{ margin-top:3%;float: left; color: #999999; font-size: 14px; overflow: hidden;padding-right: 32px; background: url(../image/product_bg3.png) right center no-repeat; line-height: 24px;transition: all 0.3s;}
.news_con ul li:hover .i_about_r .news_more{ background:url(../image/product_bg3_on.png) right center no-repeat; color:#ed7020;}
.news_con ul li:hover .i_about_r h3{ color:#ed7020;}
.news_con ul li .i_about_r .news_more:hover{ opacity:0.8;filter:Alpha(opacity=80); margin-left:5px;}