﻿
/* 产品展示单个产品内容展示 */

.productshow .menup {width:760px; overflow:hidden; position:relative; z-index:100;  border-bottom:#006600 1px solid;}
.productshow .menup li{float:left; height:35px; line-height:35px;}
.productshow .menup li a {display:block; color:#333; height:35px;  font-size:14px; padding:0px 15px 0px 15px; background-color:#eeeeee; border:#ccc 1px solid;  text-align:center;}
.productshow .menup li a:hover {display:block; color:#333; height:35px;  font-size:14px; padding:0px 15px 0px 15px;  background-color:#158110; border:#158110 1px solid;  text-align:center; }
/*.productshow .menup li a:hover {color:#fff; height:33px; margin-bottom:3px;  width:100px; background:#EEE url(../images/menu_arr.gif) no-repeat center top;text-align:center; font-size:14px; font-weight:bold;}*/

.productshow .menup li.active a{display:block; color:#158110; height:35px; padding:0px 15px 0px 15px; font-size:14px; border:#158110 1px solid; background-color:#fff; text-align:center; }
.productshow .menup li.normal a::hover {display:block; color:#333; height:35px; padding:0px 15px 0px 15px; font-size:14px;  border:#ccc 1px solid;  background-color:#eeeeee; text-align:center; }

