@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}



/* hc_lnav */

.hc_lnav {
    z-index: 9999;
    position: relative;
    width: 200px;
	float:left;
margin-right: 60px;
}

.hc_lnav .allbtn {
    z-index: 99999;
    position: relative
}

.hc_lnav .allbtn h2 a {
    line-height: 36px;
    background-color: #003955;
    width: 185px;
    display: block;
    font-family: 微软雅黑, 黑体;
    height: 36px;
    color: #ffffff;
	font-size:16px;
    font-weight: normal;
	padding:7px 0 7px 15px;
}

.hc_lnav .allbtn h2 a img{
	position: absolute;
    top: 40%;
    right: 15px;
}

.hc_lnav .allbtn ul {
    z-index: 99999;
    position: absolute;
    width: 200px;

    /* height: 486px; */
    top: 50px;
    left: 0px;
	background:#1480e3;


}

body.hc_home .hc_lnav .allbtn ul {
    display: block
}

body.hc_list .hc_lnav .allbtn ul {
    display: block
}

.hc_lnav .allbtn ul li {
    zoom: 1;
    clear: both;
    cursor: default
}

.hc_lnav .allbtn ul li .tx {
    background-image: url(../images/header/header_bg1.png);
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: right center;
  
	text-align:center;
	padding:6.66px 0;
    _background-image: none
}

.hc_lnav .allbtn ul li .tx a {
    font-family: 微软雅黑, 黑体;
	font-size:14px;
    color: #fff;
    -webkit-transition: color 0.1s ease-out 0s;
    -moz-transition: color 0.1s ease-out 0s;
    -ms-transition: color 0.1s ease-out 0s;
    -o-transition: color 0.1s ease-out 0s;
    transition: color 0.1s ease-out 0s
}
.hc_lnav .allbtn ul li .tx i{
float: right;
    padding-right: 10px;
    padding-top: 3px;
}

.hc_lnav .allbtn ul li .pop {
   
    position: absolute;
    border-left: medium none;
    padding-bottom: 10px;
    background-color: #fff;
    min-height: 300px;
    padding-left: 30px;
    width: 215px;
	height:380px;
    padding-right: 30px;
    display: none;
    border-top: medium none;
    top: 0px;
    padding-top: 10px;
    left: 200px;
}

.hc_lnav .allbtn ul li .pop a{
	display:block;
	font-size:12px;
	color:#737373;
	padding:8px 0;
	border-bottom:1px dashed #dcdcdc;
}

.hc_lnav .allbtn ul li .pop a:hover{
	color:#c20000;
}

.hc_lnav .allbtn:hover ul {
    visibility: visible; 
	opacity: 1;
	height:400px;
	transition: all 1s;

}

.hc_lnav .allbtn ul li:hover {
    background-color: #fcfcfc
}

.hc_lnav .allbtn ul li:hover .tx {
    background-color: #fff
}

.hc_lnav .allbtn ul li:hover .tx a {
    color: #004f98
}



.hc_lnav .allbtn ul li:hover .pop {
    display: block;
    top: 0px;
    left: 200px
}






