*{
    padding:0;
    margin:0;
}
header{
   width: 100%;
   height: 6.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
        background: white;

}
.head{
    
    width:74%;
    display: flex;
    justify-content:space-between;
}
.logo{
    width: 60%;
    margin-top:0.5vw;

}
.logo img{
    width: 100%;
}
.head-right{
    width: 22%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;

}
.head-right .yuyan{
    display: flex;
    justify-content: space-between;
    width: 6.5vw;
   margin-bottom: 1vw;
    
}
.head-right .yuyan .xian{
    margin-top:5px;
    border-width: 1px;
    height: 10px;
    border:1px solid #363636;
}
.head-right .yuyan .zw a{
   color:#363636;
   font-size: 1vw;
   text-decoration: none;
}
.sousuo{
    width: 100%;
}
.sousuo .kuang{
    border:1px solid #dfa1a3;
    border-radius: 3vw;
    display: flex;
    justify-content: space-between;
    align-content: center;
    height: 2vw;
}
.sousuo .kuang input{
    width: 20vw;
    border:0;
    margin-left:1vw;
    color:#aaaaaa;
    font-size: 0.8vw;
    outline: none;
}
.sousuo .kuang .s-tu{
    width: 25%;

}
.sousuo .kuang .s-tu button{
    margin:7px 10px 0 0;
    width: 80%;
    border:0;
    background: white;
}
.sousuo .kuang .s-tu button  img{
    width: 55%;
    height: 100%;
}
.daohang{
    width: 100%;
    height: 3.5vw;
    background-color:#a0161a;
    display: flex;
    justify-content: center;

}
.daohang .dh-content{
    width: 76%;

} 
.daohang .dh-content>ul{
    list-style-type: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
 

}
.daohang .dh-content>ul>li{
    width: 9%;
    height: 100%;
    text-align: center;
    line-height: 3.5vw;
    z-index: 999999;
}
.daohang .dh-content>ul>li:nth-child(11){
    width: 10%;
    height: 100%;
    text-align: center;
    line-height: 3.5vw;
    z-index: 999999;
}
.daohang .dh-content>ul>li a{
    color:white;
    font-size: 1vw;
    text-decoration: none;
}
.daohang .dh-content>ul>li:hover{
    background: white;
    
}
.daohang .dh-content>ul>li:hover ul{
   
    display: block;
}
.daohang .dh-content>ul>li:hover>ul li a{
    color:#1f1f1f;
    font-weight: bold;
}
.daohang .dh-content>ul>li:hover>a{
    color:#b72024;
    font-weight: bold;
}
.daohang .dh-content>ul>li ul{

    width: 100%;
    list-style-type: none;
   display: none;
}
.daohang .dh-content>ul>li>ul>li{
    height: 2.5vw;
    line-height: 2.5vw;
  //  overflow: hidden;
  position: relative;
}
.daohang .dh-content>ul>li>ul>li a{
    font-size: 0.8vw;
}
.daohang .dh-content>ul>li>ul>li>ul{
    width: 100%;
    background: white;
    position: absolute;
        left: 4.4vw;
    top: 1vw;
    /* display: none; */
}
.daohang .dh-content>ul>li>ul>li:first-child>ul{
  display: none;
}
.daohang .dh-content>ul>li>ul>li:nth-child(2)>ul{
  display: none;
}
.daohang .dh-content>ul>li>ul>li:nth-child(3)>ul{
  display: none;
}
.daohang .dh-content>ul>li>ul>li:nth-child(4)>ul{
  display: none;
}
.daohang .dh-content>ul>li>ul>li:last-child>ul{
  display: none;
}
.daohang .dh-content>ul>li>ul>li:first-child:hover ul{
  display: block;
}
.daohang .dh-content>ul>li>ul>li:nth-child(2):hover ul{
  display: block;
}
.daohang .dh-content>ul>li>ul>li:nth-child(3):hover ul{
  display: block;
}
.daohang .dh-content>ul>li>ul>li:nth-child(4):hover ul{
  display: block;
}
.daohang .dh-content>ul>li>ul>li:last-child:hover ul{
  display: block;
}
 footer{
    width: 100%;
    position: relative;
  }
  footer .foot-bg{
    width: 100%;
    overflow: hidden;
  }
  footer .foot-bg img{
    width: 100%;
  }
  .foot{
    position: absolute;
    top:20%;
    left:13%;
    width: 74%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .foot  .foot-left .foot-img{
    
    width: 83%;
    margin-bottom: 2vw;
  }
  .foot  .foot-left .foot-img img{
    width: 100%;
  }
  .foot  .foot-left  p{
    margin-bottom: 0.5vw;
    color:white;
    font-size: 0.9vw;
  }
  .foot-right{
    width: 6vw;
    height: 6vw;
    background: white;
    border-radius: 0.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .kong{
    width: 5vw;
    height: 5vw;
    background:#8c8c8c;
    border-radius: 0.3vw;
  
  }
  .foot-bottom{
    width: 100%;
    height: 4.8vw;
    background: #4f0608;
    margin-top:-0.5vw;
    
  }
  .foot-bottom p{
    color:white;
    line-height: 4.8vw;
    text-align: center;
    font-size: 0.8vw;
  }
  .foot-bottom p a{
    color:white;
    text-decoration: none;
    
  }
  .right-fixed{
    width:6vw;
    position: fixed;
    right:2.8vw;
    top:25%;z-index: 99999;
    
  }
  .right-fixed-top{
    width: 100%;
    }
  .right-fixed-top img{
    width: 100%;
  }
  .right-fixed ul li{
    height:3vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:0.2vw;

  }
  .right-fixed ul li a{
    color:white;
    font-size: 0.9vw;
    text-decoration: none;
  }
  .right-fixed ul li:first-child{
    background: #f4400a;
  }
  .right-fixed ul li:nth-child(2){
    background: #ffb556;
  }
  .right-fixed ul li:nth-child(3){
    background: #0185ca;
  }
  .right-fixed ul li:nth-child(4){
    background: #054d9f;
  }
.right-fixed ul li:nth-child(5){
    background: #23436a;
  }
  .right-fixed ul li:last-child{
    background: #2ec1c2;
  }
