﻿
.listnav_xiala {
    position: fixed;
    z-index: 999;
    top: 0;
    box-shadow: 0 3px 4px rgba(0,0,0,0.1);
    transition: all 0.3s linear;
    height: 50px!important;
    line-height: 50px!important;
	background-color:#fff;
}

#tab_wap {
    display: none;
	width: 100%;
    height: 45px;
	background-color: rgba(256,256,256,0.8);
    top: 50px;
    position: fixed;
	z-index:99;
}
.tab_wap_la{
	top:0!important;
	background-color:#fff!important;
	box-shadow:0 0 8px #ccc;
	transition:all 0.3s linear;
	}
#tab_wap .left{
	float:left;    
	position: absolute;
    top: 12px;
    left: 4%;
	}
#tab_wap .left p{
	font-size:16px;
	color:#666;
	font-weight:bold;
	}
.box_all{  
    overflow: hidden;        
    font-family: "微软雅黑";
    font-size: 14px;
	margin:20px auto 0; 
	padding:0 0 0 10px;
}
.box {    
   padding-top:5px;
   float:none!important;
}
.box li{     
    line-height: 34px;
    text-align:right;      
    list-style-type:none;
}
.box li a{
	text-align:right;
	float:none!important;
	color:#8a8a8a;
	font-size:14px;
	}
 .box1 li:nth-child(1){
    padding-top: 60px;
} 
.box1 li:last-child{
    padding-bottom: 10px;
	border:none;
}
.box li a:hover{ color:#fff!important; background:none!important;transition:all 0.4s linear;}
.box li a.on{ color:#fff!important; background:none!important;}
.boxdown{           
    cursor:pointer;
    width:20px;
    height:16px;   
    background: url(img/downf.png) no-repeat;
	float:right;   
    border-top: none; 
      
}
.up{
	position:absolute;
	right:4%;
	top:10px;
	z-index:999;
    cursor:pointer!important;
    width:20px!important;
    height:16px!important;   
    background: url(img/upf.png) no-repeat!important;
	float:right!important;
    border-top: none!important; 
}

.box_all1{      
    font-family: "微软雅黑";
    font-size: 14px;
	margin:0 auto; 
   background-color:rgba(0,0,0,0.8);
   width:100%;
   position:absolute;
   z-index:0;
}
.box1 {    
   float:none!important;
}
.box1 ul{
	width:90%;
	margin:0 auto;
	}
.box1 li{
	display:none;     
    line-height: 40px;
    text-align:left;      
    list-style-type:none;      
	border-bottom: 1px solid #ccc;
}
.box1 li a{
	text-align:left;
	float:none!important;
	color:#ccc;
	font-size:14px;
	}
.box1 li a:hover{ color:#fff!important; background:none!important;transition:all 0.4s linear;}
.box1 li a.on{ color:#fff!important; background:none!important;}

.boxdown1{ 
	position:absolute;
	right:4%;
	top:15px;          
    cursor:pointer;
    width:20px;
    height:16px;   
    background: url(img/downf.png) no-repeat !important;
	float:right;   
    border-top: none; 
    z-index: 9999999999999;
      
}
.boxdown1.up{background: #fff}
@media (max-width: 992px){
#tab_wap {
    display: block;
}
}