﻿/* classify_01侧栏样式  
--------------------------------------------------------------------*/
.classify{
	position:relative;
	margin-bottom: 20px;
}
.classify li{
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    display: block;
    width: 200px;
    padding-left: 30px;
    background: #0080d0;
    height: 40px;
    padding-top: 13px;
}
.classify li p {
    font-size: 12px;
    color: #3cc2ff;
    text-transform: uppercase;
    display: block;
}
.classify .container {
	width:228px;
}
.classify ul {
	border-left: 1px solid #dcdbdb;
	border-right: 1px solid #dcdbdb;
}
.classify .menu  ul {
	border: none;
}
.classify li{
	width: 100%;
	line-height: 30px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.classify li.prolist {
	line-height: 30px;
	border-bottom: none;
	height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.classify li.dropdown, .classify li.button {
	border: none;
}
.classify li a{
	position:relative;
	display:block;
	text-indent:10px;
	font-size: 14px;
}
.classify li.prolist a {
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.classify ul li{
	background:#fff url(../images/h3_dec.jpg) 185px center no-repeat;
}
.classify ul li.current{

}
.classify ul li.current a.cur:link,.classify li.current a.cur:visited{
	color:#0099de;
}

/*二级*/
.classify ul li .child{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
	overflow:hidden;
}
.classify ul li .child ul li{
	border-bottom:1px solid #fff;
	border:none;
	*background:#f9f9f9;
	_background:#f9f9f9;
}
.classify ul li .child ul li a{
	background:#f9f9f9;
	border-bottom:1px solid #F5F5F5;
	*display:inline-block;
	_display:inline-block;
	_height:24px;
	_margin-top:2px;
}

/*箭头*/
.classify li .arrow{
	position:absolute;
	width:30px;
	height:30px;
	top:0px;
	right:0px;
	cursor:pointer;
}
.classify li .arrow a{
	display:block;
	width:30px;
	height:30px;
}
.classify li .arr_01 a{
	background:url(../images/ico_1_1.gif) no-repeat center center;
}
.classify .current .arr_01 a{
	background:url(../images/ico_1_w_1.gif) no-repeat center center;
}
.classify li .arr_01 a:hover{
	background:url(../images/ico_3_w_1.gif) #1b5eb1 no-repeat center center;
}
.classify li .on a{
	background:url(../images/ico_2_w_1.gif) #1b5eb1 no-repeat center center;
}
.classify li .on a:hover{
	background:url(../images/ico_2_w_1.gif) #1b5eb1 no-repeat center center;
}
.classify .current .on a{
	background:url(../images/ico_2_w_1.gif) #1b5eb1 no-repeat center center;
}





































