@charset "utf-8";
.topb{
    padding: 20px 0;
}
.top-nav{
    height: auto;
    margin-top: 35px;
}
.nav-list{
    height: auto;
    margin-left: 0px;
    float: right;
}
.nav-list ul{
    margin-top: 26px;
}
.nav-list>ul li{
    float: left;
    margin-left: 20px;
}
.nav-list>ul li:first-child{
    margin-left: 0;
}
.nav-list>ul>li>a{
    font-size: 16px;
    padding-bottom: 20px;
    display: block;
    border-bottom: 3px solid #fff;
}
.nav-list>ul>li>a:hover{
    border-bottom: 3px solid #e62129;
    font-weight: bold;
    color: #e62129;
}
.nav-list ul li div{
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    width: max-content;
    min-width: 120px;
}
.nav-list ul li div dl{
    width:auto;
}
.nav-list ul li div dl dd:first-child{
    border-top: 0;
}
.nav-list ul li div dl dd{
    line-height: 36px;
}
.nav-list ul li div dl dd a{
  color: #666!important;
  font-size:14px;
  margin-left: 20px;
  text-align: left;
  background: #fff!important;
  margin-right: 20px;
}
.nav-list ul li div dl dd a:hover{
    color:#e4000d!important;
}
.nax_main>a{
    border-bottom:3px solid #e62129!important;
    color:#e62129;
    font-weight:bold;
}


.top-logo img{
    float: left;
    height: 70px;
}
.top-lx{
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
    margin-top: 10px;
}
.top-lx:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #eee;
    top: 15px;
    left: 0;
}
.top-lx p{
    font-size: 18px;
    color: #da272e;
    font-weight: bold;
    padding-left: 25px;
    line-height: 25px;
}
.top-lx .top-lx-tel{
    background: url(../images/top-tel.png) left no-repeat;
}
.top-lx .top-lx-wx{
    background: url(../images/top-wx.png) left no-repeat;
}


.top-tel{
    background: url(../images/top-tel.png) left no-repeat;
    padding-left: 70px;
    margin-left: 20px;
}
.top-tel p{
    color: #e62129;
}
.top-tel p span{
    font-size: 16px;
    font-weight: bold;
}