/* classify_01侧栏样式  
--------------------------------------------------------------------*/
.classify{
	position:relative;
	margin-bottom: 20px;
}

.slideBox .hd ul li{display:none;}
.classify h3{
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    display: block;
    width: 200px;
    padding-left: 30px;
    background: #006ab4;
    height: 70px;
    padding-top: 25px;
}
.classify h3 p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
.classify .container {
	width:228px;
}
.classify ul {
	border-left: 1px solid #dcdbdb;
	border-right: 1px solid #dcdbdb;
}
.classify .sts  ul {
	border: none;
}
.classify li{
	width: 20%;
    height: 0.55rem;
    font-size: 18px;
    line-height: 0.55rem;
    text-align: center;
    float: left;
    background: #f4f4f4;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.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{
    height: 0.55rem;
    font-size: 0.18rem;
    line-height: 0.55rem;
    text-align: center;
    float: left;
    margin-right: -1px;
    background: #f4f4f4;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	width:100%;
	display:block;
}
.classify .sts ul li{background:#f7f7f7;}

.classify li a.on{
    background: url(../../images/p16-icon6.png) no-repeat bottom center #fbbf38;
    border-color: #fbbf38;
}


.classify li.prolist a {
	font-size: 0.12rem;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.classify ul li{
	background:#fff 185px center no-repeat;
	font-size: 0.16rem;
	color:#333;
	cursor:pointer;

}
.classify ul li.current{
color:#006ab4;
}
.classify ul li.current a.cur:link,.classify li.current a.cur:visited{
	background: url(../../images/p16-icon6.png) no-repeat bottom center #fbbf38;
	color:#fff;
}

/*二级*/
.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.gif) no-repeat center center;
}
.classify .current .arr_01 a{
	background:url(../images/ico_1_w.gif) no-repeat center center;
}
.classify li .arr_01 a:hover{
	background:url(../images/ico_3_w.gif) #1b5eb1 no-repeat center center;
}
.classify li .on a{
	background:url(../images/ico_2_w.gif) #1b5eb1 no-repeat center center;
}
.classify li .on a:hover{
	background:url(../images/ico_2_w.gif) #1b5eb1 no-repeat center center;
}
.classify .current .on a{
	background:url(../images/ico_2_w.gif) #1b5eb1 no-repeat center center;
}





































