/*顶部活动宣传图*/
.nav_header{
	width: 100%;
	height: 0.6rem;
}
.nav_header img{
	width: 100%;
	display: block;
}
/*顶部公司站点栏*/
.company_header{
	height: 0.3rem;
	line-height: 0.3rem;
	font-size: 0.14rem;
	color: #000;
	background-color: #eaeaea;
}
.company_phone{
	color: #dab868;
	font-size: 0.16rem;
}
.company_header .switch_icon{
	position: absolute;
    left: 0;
    top: 0.05rem;
    width: 0.18rem;
    height: 0.18rem;
}
.company_header .switch{
	cursor: pointer;
	margin-left: 0.02rem;
}
.company_header p{
	width: auto;
}
.company_header .switch_city{
	padding-left: 0.2rem;
}
.company_name{
	margin-right: 0.1rem;
}
.company_designer{
	padding: 0 0.1rem;
	margin-right: 0.1rem;
	cursor: pointer;
	border-left: 0.01rem solid #5f5f5f;
	border-right: 0.01rem solid #5f5f5f;
}
/*一级导航栏*/
.main_header{
	background-color: #fff;
	font-size:0.16rem;
	height:0.6rem;
	box-shadow:0px 3px 3px #eee;
	line-height:0.6rem;
	position:relative;
}
.main_header .navs a{
	color:#000;
	margin-left:0.3rem;
	display:block;
}
.main_header .navs a:hover{
	color: #dab868;
}
.main_header .navs li:hover.sj{
	background-image: url(https://beijing.unisiot.com/www/xgwy/images/index_new/sele_sj_hov.png);
}

.main_header .navs li:hover .nav_header{
	display: block;
}
.sj{
	background-image: url(https://beijing.unisiot.com/www/xgwy/images/index_new/sele_sj.png);
	background-position: 100% 0.255rem;
    background-repeat: no-repeat;
    padding-right: 0.1rem;
    background-size: 0.08rem 0.10rem;
}
.sjb{
	padding-right: 0.1rem;
}
.nav_header{
	width: 100%;
	display: none;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.16rem;
    color: #807e7e;
    position: absolute;
    top: 0.6rem;
    border-top: 1px solid #eee;
    z-index: 999;
    background-color: #fff;
    left: 0;
    box-shadow: 0rem 0.01rem 0.01rem #eee;
}
.nav_head{
	width: 11rem;
	float: right;
}
.nav_heads{
	width: 8rem;
	float: right;
}
.nav_head li,.nav_heads li{
	width: 1.3rem;
    float: left;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 0.25rem 0.25rem;
    background-position: 0.14rem 0.15rem;
}
.nav_head li:nth-child(1),.nav_heads li:nth-child(1){
	background-image: url(https://beijing.unisiot.com/www/xgwy/images/index_new/icona.png);
}
.nav_head li:nth-child(2),.nav_heads li:nth-child(2){
	background-image: url(https://beijing.unisiot.com/www/xgwy/images/index_new/iconb.png);
}
.nav_head li:nth-child(3),.nav_heads li:nth-child(3){
	background-image: url(https://beijing.unisiot.com/www/xgwy/images/index_new/iconc.png);
}
.nav_head li:nth-child(4),.nav_heads li:nth-child(4){
	background-image: url(https://beijing.unisiot.com/www/xgwy/images/index_new/icond.png);
}
.nav_head li:hover,.nav_heads li:hover{
	color: #dab868;
}
.logo{
	width: 1.94rem;
	height: 0.45rem;
	margin: 0.085rem 0;
}
.fixtop{
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background: rgba(255,255,255,1)!important;
	width: 100%;
	box-shadow: 0px 2px 5px #999;
}