﻿

.menu:link{
	width:80px;
	height:36px;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
	color:#CACACA;
	text-decoration: none;
}
.menu:visited {
	width:80px;
	height:36px;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
	color:#CACACA;
	text-decoration: none;
}
.menu:hover{
	width:80px;
	height:36px;
	padding-top:10px;
	background-image: url(../images/menu_bj.jpg);
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center;
}



.menuAcitve
{
	width:80px;
	height:36px;
	padding-top:10px;
	background-image: url(../images/menu_bj.jpg);
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center;		
}

.menuAcitve:link
{
	width:80px;
	height:36px;
	padding-top:10px;
	background-image: url(../images/menu_bj.jpg);
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center;		
}


.menuAcitve:hover 
{
	width:80px;
	height:36px;
	padding-top:10px;
	background-image: url(../images/menu_bj.jpg);
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center;		
}

.menuAcitve:visited 
{
	width:80px;
	height:36px;
	padding-top:10px;
	background-image: url(../images/menu_bj.jpg);
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center;		
}




.left_line{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.jrtj{
	background-image: url(../images/index_05.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.rmph{
	background-image: url(../images/index_07.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.font_01{
	text-decoration: line-through;
}
.font_02{ color:#FF0000;
}
/*图片切换*/
dl {  
    position:absolute;  
    width:240px;  
    height:170px;  
    border:10px solid #eee;  
    }  
dd {  
    margin:0;  
    width:240px;  
    height:170px;  
    overflow:hidden;  
    }  
.img {  
    border:1px solid black  
    }  
dt {  
    position:absolute;  
    right:3px;  
    top:50px;  
    }  
.a {  
    display:block;  
    margin:1px;  
    width:20px;  
    height:20px;  
    text-align:center;  
    font:700 12px/20px "宋体",sans-serif;  
    color:#fff;  
    text-decoration:none;  
    background:#666;  
    border:1px solid #fff;  
    filter:alpha(opacity=40);  
    opacity:.4;  
    }  
a.z:hover {  
    background:#000  
    } 