﻿@charset "utf-8"; 
:root {--color:  #E70013;}
.table tr:nth-child(even) {  background: #fff; }
.table tr:nth-child(odd) {  background: #eee; }
@media (min-width:1025px){#liproducts .nav3>li{width:25%;margin:15px 0;padding:0 15px;border-right:1px solid #e1e1e1;}
#liproducts .nav3>li:last-child{border:none}
#liproducts .nav3>li>a{height:auto;line-height:1.5;font-size:var(--fontsize18);}
#liproducts .nav3>li .cate-img{display:none;}
#liproducts .nav3>li .cate-con ul{opacity:1;transform:none;min-width:inherit;}
#liproducts .nav3>li .cate-con ul li a{height:auto;line-height:1.4;margin-top:10px}
#liproducts .nav3 {left:50%;transform:translateX(-50%) scaleY(0);max-width:880px;justify-content:flex-start;}
#liproducts:hover .nav3 {transform:translateX(-50%) scaleY(1);}}
