/**
*鍦≒osition灞炴�у�间负absolute鐨勫悓鏃讹紝
*濡傛灉鏈変竴绾х埗瀵硅薄锛堟棤璁烘槸鐖跺璞¤繕鏄鐖跺璞★紝鎴栬�呭啀楂樼殑杈堝垎锛屼竴鏍凤級
*鐨凱osition灞炴�у�间负Relative鏃讹紝鍒欎笂杩扮殑鐩稿娴忚鍣ㄧ獥鍙ｅ畾浣嶅皢浼氬彉鎴愮浉瀵圭埗瀵硅薄瀹氫綅锛�
*杩欏绮剧‘瀹氫綅鏄緢鏈夊府鍔╃殑銆�
*/
*{
    margin: 0;
    padding: 0;
	list-style-type:none;
    box-sizing: border-box;
}
/*nav瀵艰埅鐩掑瓙*/
.nav_content{width:1200px; height: 60px; margin: 0 auto; z-index: 999999; position: relative; }
div.nav{
    width: 100%;
    height:60px;
    text-align: center;
    font-size: 12px;
    position: relative;
	margin:0 auto 0 auto;
    background: #28519a;
    box-sizing: border-box;
}
/*nav-main*/
ul.nav-main{
    width:100%;
    height: 60px;
    list-style-type: none;
    display: flex;  align-items: center; justify-content: space-between;
	
}
ul.nav-main li.nav_tit{ flex: 1; text-align: center; padding: 15px 0;}
ul.nav-main li.nav_tit a:nth-child(1){ border-radius: 8px; font-size: 16px; color: #fff; line-height: 35px; }
ul.nav-main li.nav_tit a:nth-child(1) img{ width: auto;  height: 25px; display: block; margin: 0 auto;}
/*瀵艰埅鏉¤缃�*/
ul.nav-main>li{
    width: 100px;
    position: relative;
    height: 60px;
    display: block;

}
ul.nav-main>li:hover{
    background: #3373e0;
}

div.hidden-box{
    width: 109px;
    border-top: 0;
    display:none;
	background:#f9f8f8;
	position: absolute;
    z-index: 9999999999;
}
.hidden-box>ul{
    list-style-type: none;
    color: #ccc;
    cursor: pointer;
	
}
.hidden-box>ul li{width: 109px; height: 50px; line-height: 50px;  display: inline-block; float: left; overflow: hidden; padding:5px 10px;}
.hidden-box>ul li a{width: 100%; height: 40px !important; line-height:40px !important;  font-size: 16px !important;
     display: inline-block; overflow: hidden; color: #3373e0 !important; text-decoration: none; }
.hidden-box>ul li a:hover{background: #3373e0 ;color: #fff !important;}

.hzwz{width:109px;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: 60px;
}
