
*{
    margin: 0;
    padding: 0;
	list-style-type:none;
    box-sizing: border-box;
}
/*nav*/
.nav{ width:100%; height:60px; text-align: center; font-size:20px; position: relative;margin:0 auto 0 auto; background: #0058b4; box-sizing: border-box; border-bottom:none;}
.nav_content{width:1200px; height: 60px; margin: 0 auto; z-index: 999999; position: relative; }
/*nav-main*/
.nav-main{ width:100%; height: 60px; list-style-type: none; display: flex;  align-items: center; justify-content: space-between;}
.nav_tit{ flex: 1; text-align: center;width: auto; position: relative; height:60px; line-height: 60px;display: inline-block;}
.nav_tit a{ font-size:20px; color: #fff; line-height:60px;height: 60px;display: block;}
.nav_tit:hover{background:#ffffff;color: #0058b4;}
.nav_tit a:hover{color: #0058b4;font-weight: bold;}
.nav_tit a.hover-up{color:#0058b4;font-weight: bold;}

.hzwz{width:auto;margin: 0 auto; position: relative; }
.hidden-box{ width:auto;background:#ffffff;position: absolute; z-index: 9999999999;line-height: 40px;display:none;}
.hidden-box ul{list-style-type: none;cursor: pointer;border: 1px solid #eee;border-top:none;}
.hidden-box ul li{width:148px; height:45px; line-height: 45px; display: block; overflow: hidden;white-space: nowrap; text-overflow: ellipsis;}
.hidden-box ul li a{width: 100%; height: 45px; line-height:45px; font-size: 16px; display: inline-block; overflow: hidden; color: #0058b4;}
.hidden-box ul li a:hover{color: rgb(255, 255, 255);background: #0058b4;}
.hidden-loc{ top:60px;}
