/* classify_01侧栏样式  
--------------------------------------------------------------------*/
.classify{
	position:relative;
	margin-bottom: 20px;border: 1px solid #f1f1f1;
}
.classify h3{
    color: #084089;
    font-weight: 600;
    font-size: 20px;
    display: block;
    width: 100%;
    background: #f1f1f1;
    height: 60px;
    padding-top: 13px;
	text-align:center;    line-height: 42px;
	
}
.classify h3 p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
.classify .container {
	width:228px;
}

.classify .menu  ul {
	border: none;
}
.classify li{
	width: 100%;
	line-height: 45px;
	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;
	font-size: 14px;font-weight: 500;
    color: #333;
}
.classify li a.on{
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    background: #ff9900;
}
.classify li .z_li{ opacity: 0;height:0px;}
.classify li .z_li li{margin:0px;}
.classify li:hover .z_li{ opacity:1;transition: all 0.3s linear;height:auto;}



.classify li.prolist a {
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.classify ul li{
	font-size: 18px;
    width: 88%;
    margin: 13px auto;
    border-radius: 8px;    padding-left: 33px;box-sizing: border-box;
	background:#f1f1f1 url(../image/jts_03.png) left no-repeat;background-position: 12px 19px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

/* .classify ul .ons{background:#ededed;} */
.classify ul .ons a{color:#000;font-weight:600;}
.classify ul li a:hover{color:#000;font-weight:600;}

.classify ul li.current a.cur:link,.classify li.current a.cur:visited{
	color:#dbdbd9;
}

/*二级*/
.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(https://www.zqpcba.com/Public/Home/images/ico_1.gif) no-repeat center center;
}
.classify .current .arr_01 a{
	background:url(https://www.zqpcba.com/Public/Home/images/ico_1_w.gif) no-repeat center center;
}
.classify li .arr_01 a:hover{
	background:url(https://www.zqpcba.com/Public/Home/images/ico_3_w.gif) #1b5eb1 no-repeat center center;
}
.classify li .on a{
	background:url(https://www.zqpcba.com/Public/Home/images/ico_2_w.gif) #1b5eb1 no-repeat center center;
}
.classify li .on a:hover{
	background:url(https://www.zqpcba.com/Public/Home/images/ico_2_w.gif) #1b5eb1 no-repeat center center;
}
.classify .current .on a{
	background:url(https://www.zqpcba.com/Public/Home/images/ico_2_w.gif) #1b5eb1 no-repeat center center;
}





































