/**
*在Position属??为absolute的同时，
*如果有一级父对象（无论是父对象还是祖父对象，或?再高的辈分，一样）
*的Position属??为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: #5e321a;
    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;}
ul.nav-main li.nav_tit a:nth-child(1){  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: 133px;
    position: relative;
    height: 60px;
    line-height: 60px;
    display: block;
    

}
ul.nav-main>li:hover{
    background: #40200e;
   
}
ul.nav-main li.nav_tit:hover a:nth-child(1){ color: #fff; }
div.hidden-box{
    width: 133px;
    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: 133px; height: 50px; line-height: 50px;  display: inline-block; float: left; overflow: hidden;}
.hidden-box>ul li a{width: 100%; height: 40px !important; line-height:40px !important;  font-size: 16px !important;
     display: inline-block; overflow: hidden; color: #5e321a !important; text-decoration: none; }
.hidden-box>ul li a:hover{background: #5e321a ;color: #fff !important;}

.hzwz{width:133px;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;
}
