﻿/* (lhbeng.com）绿环网站 */
body {
	background-color: #ffffff;
	background-position: center top;
	font-family: 'Microsoft YaHei', 'Simsun', Arial;
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
}
a {
	color: #666666;
}
a:hover {
	color: #009933;
}

/* 锚文本链接设置 */
.mod-detail a{text-decoration:underline;color:blue;font-weight:bold;}

/* 产品筛选 */
.pluginContent .scv-shaixuan {
	padding: 5px 0;
}
.pluginContent .scv-shaixuan span {
	background:#009933;
	color: #fff;
    padding: 3px 5px;
}

.pluginContent .scv-shaixuan a {
    padding: 3px 5px;
	margin: 0 5px;
	border: 1px solid #cecece
}

        ul{
            list-style: none;
        }

        .drop-down-content a{
            background-color: #00a650;
            height: 40px !important;
            width: 80px;
        }
        .drop-down-content{
            padding: 0;
            display: none;
           position: absolute;
        }

        .nav .drop-down:hover .drop-down-content{
            display: block;
        }