/**
*鍦≒osition灞炴�у�间负absolute鐨勫悓鏃讹紝
*濡傛灉鏈変竴绾х埗瀵硅薄锛堟棤璁烘槸鐖跺璞¤繕鏄鐖跺璞★紝鎴栬�呭啀楂樼殑杈堝垎锛屼竴鏍凤級
*鐨凱osition灞炴�у�间负Relative鏃讹紝鍒欎笂杩扮殑鐩稿娴忚鍣ㄧ獥鍙ｅ畾浣嶅皢浼氬彉鎴愮浉瀵圭埗瀵硅薄瀹氫綅锛�
*杩欏绮剧‘瀹氫綅鏄緢鏈夊府鍔╃殑銆�
*/
*{
    margin: 0;
    padding: 0;
	list-style-type:none;
}
/*nav瀵艰埅鐩掑瓙*/
.nav_conent{width:1280px; height: 65px; margin: 0 auto; z-index: 999999; position: relative; }
div.nav{
    width: 100%;
    height:65px;
    line-height: 65px;
    text-align: center;
    font-size: 12px;
    position: relative;
	margin:0 auto 0 auto;
}
/*nav-main*/
ul.nav-main{
    width:1280px;
    height: 65px;
    list-style-type: none;
    display: flex; align-items: center; justify-content: space-between;
	
}

/*瀵艰埅鏉¤缃�*/
ul.nav-main>li{
    width: 160px;
    position: relative;
    height: 100%;
    display: block;
    float: left;
    background: none;
    color: #000;
    margin-right:0;
    cursor: pointer;
	 text-align: center;
}
ul.nav-main>li:hover{
    background: #0764e3;
}

div.hidden-box{
    width: 160px;
    border-top: 0;
    display:none;
	background:#eef4f8;
	position: absolute;
    z-index: 9999999999;
}
.hidden-box>ul{
    list-style-type: none;
    color: #ccc;
    cursor: pointer;
	
}
.hidden-box>ul li{width: 160px; height: 50px; line-height: 50px;  display: inline-block; float: left; overflow: hidden;}
.hidden-box>ul li a{width: 160px; height: 50px !important; line-height: 50px !important;  font-size: 16px !important;
     display: inline-block; overflow: hidden; color: #0879D5 !important; text-decoration: none; }
.hidden-box>ul li a:hover{background: #c8e6ff;color: #2093f5;}

.hzwz{width:160px;margin: 0 auto; position: relative; }
.hidden-loc_1,.hidden-loc_2,.hidden-loc_3,.hidden-loc_4,.hidden-loc_5,.hidden-loc_6,.hidden-loc_7,.hidden-loc_8,.hidden-loc_9{
    top: 65px;
}
