/*dede58.com 做最好的织梦整站模板下载网站*/
*{
    margin: 0;
    padding: 0;
}
/*nav导航盒子*/
.nav{
    width: 1440px;
    height: 30px;
    line-height: 30px;
    /*导航位置*/
    text-align: center;
    font-size: 12px;
    position: relative;
    background: #f8f8f8;
    margin: 0 auto;
    float: left;
    font-family: "微软雅黑";
    color:#808080;
}
/*nav-main*/
.nav-main{
    width: 100%;
    height: 100%;
    list-style-type: none;
    text-align: center;
}
.nav-main span{
    display: inline-block;
    margin-left: 18px;
    width: 7px;
    height: 7px;
    background: url('../img/down-icon.png') no-repeat;
}
.nav-main .wzdh{
	margin-right: 120px;
}
/*图标向上旋转*/
.hover-up{
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
/*图标向下旋转*/
.hover-down{
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
/*导航条设置*/
.nav-main>li{
    width: 100px;
    height: 100%;
    display: block;
    float: right;
    background: #f8f8f8;
    color: #808080;
    margin-right: 1px;
    cursor: pointer;
    overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.nav-main .tuichu{
	text-align: left;	
}

.nav-main .dizhi{
	float: left;
	margin-left: 100px;
	background: url(../img/index/12.jpg) no-repeat 10px;
}
.nav-main .dizhi samp{
	color: #FF8800;
}
.nav-main li samp{
	color: #FF8800;
}
.nav-main .tuichu:hover{
	color: #FF8800;
}
/*隐藏盒子设置*/
.hidden-box{
    width: 118px;
    border-top: 0;
    position: absolute;
    display: none;
    top: 30px;
    float: right;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0px;
    color:#808080;
    z-index: 999;
}
.hidden-box>ul{
    list-style-type: none;
    color: #808080;
    cursor: pointer;
}
.hidden-box li:hover{
    color: #ff8800;
    text-decoration: underline;
}
/*隐藏盒子位置设置*/
.hidden-loc-index{
    right: 120px;
    width: 100px;
}
.hidden-loc-us{
    right: 220px;
    width: 100px;
}
.hidden-loc-info{
    right: 320px;
    width: 100px;
}
.hidden-loc-xiaoxi{
    right: 420px;
    width: 100px;
}