
*{
    margin: 0;
    padding: 0;
	list-style-type:none;
    box-sizing: border-box;
}

.nav_conent{width:1200px; height: 70px; margin: 0 auto; z-index: 999999; position: relative; }
div.nav{
    width: 100%;
    height:70px;
    text-align: center;
    font-size: 12px;
    position: relative;
	margin:0 auto 0 auto;

    box-sizing: border-box;
}
/*nav-main*/
ul.nav-main{
    width:1300px;
    height: 70px;
    list-style-type: none;
    display: flex;  align-items: center; justify-content: space-between;

}
ul.nav-main li.nav_tit{  text-align: center;}
ul.nav-main li.nav_tit a:nth-child(1){  font-size: 18px; color: #fff;  line-height: 70px; text-decoration: none; }
ul.nav-main li.nav_tit a:nth-child(1) img{ width: auto;  height: 30px; display: block; margin: 19px auto 0 auto;}

ul.nav-main>li{
    width: 105px;
    position: relative;
    height: 70px;
    display: block;
    /* font-weight: bold; */
    font-size: 18px;
    color: #fff;

}
.sg{
    color: #fff;
}
ul.nav-main>li:hover{
    background: #013696;
}

div.hidden-box{
    width: 125px;
    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: 125px; height: 50px; line-height: 50px;  display: inline-block; float: left; overflow: hidden;}
.hidden-box>ul li a{width: 100%; height: 50px !important; line-height:50px !important;  font-size: 16px !important;
     display: inline-block; overflow: hidden; color: #0058B4 !important; text-decoration: none; font-weight: normal; }
.hidden-box>ul li a:hover{background: #0058B4 ;color: #fff !important;}

.hzwz{width:125px;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: 70px;
}
