@charset "utf-8";

.topa{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    background: #298cfe;
    padding: 7px 0;
    border-bottom: 1px solid #ebebeb;
}
.topa_com{
    background: url(../images/top_home.png) left no-repeat;
    padding-left: 20px;
    line-height: 20px;
}
.topa_com a{
    color: #fff;
}
.topa_com a:hover{
    color: #e4000d;
}
.topa_a a{
    color: #fff;
    display: block;
    float: left;
    border-right: 1px solid #fff;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 20px;
}
.topa_a a:hover{
    color: #e4000d;
}
.topa_a a span{
    padding-left: 30px;
    color: #f00;
    background: url(../images/yw.png) left no-repeat;
}
.topa_a a .top-yw{
    background: url(../images/yw.png) left no-repeat;
}
.topa_a a span:hover{
    text-decoration: underline;
}


.topb{margin-top: 5px;}
.top-nav{
    height: auto;
    margin-top: 35px;
}
.nav-list{
    height: auto;
}
.nav-list>ul li{
    float: left;
    position: relative;
}
.nav-list>ul li:before{
    content:"";
    position:absolute;
    width: 1px;
    height: 14px;
    position: absolute;
    right: -1px;
    background-color: #eee;
    top: 42px;
}
.nav-list>ul li:first-child{
    margin-left: 0;
}
.nav-list>ul>li>a{
    font-size: 16px;
    display: block;
    padding: 0 20px;
    line-height: 108px;
    height: 108px;
}
.nav-list>ul>li>a:hover{
    background: #e4000d;
    color: #fff;
}
.nav-list ul li div{
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    width: max-content;
    min-width: 160px;
}
.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{
    background:#e4000d!important;
    color:#fff!important;
}


.top-logo{
    /* height: 68px; */
    margin-top: 10px;
}
.top-logo img{
    display:block;
    height: 68px;
    margin: auto;
}
.top-logo p{
    line-height:30px;
    font-weight: bold;
}
.top-logo dl{
    float:left;
    margin-left: 10px;
}
.top-logo dl dt{
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
}
.top-logo dl dd{
    font-size: 18px;
    line-height: 30px;
}
.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;
}



/*搜索*/
.search{
    height: 50px;
    line-height: 50px;
    background: #fafafa;
    position: relative;
}
.search:after{
    content: "";
    background: url(../images/search_bj.png) bottom no-repeat;
    height: 30px;
    width: 100%;
    bottom: -30px;
    position: absolute;
    left: 0;
}
.search_tit{
    width: 850px;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}
.search_tit span{
    font-weight: bold;
}
.search_tit a{
    margin-right: 7px;
    color: #666;
}
.search_tit a:hover{
    color: #006dea;
}
.search_ss{
    margin-top: 10px;
    width: 305px;
    position: relative;
}
.search_ss #gjz{
    line-height: 25px;
    height: 25px;
    float: left;
    border: 2px solid #dbdbdb;
    width: 200px;
    outline: none;
    padding-left: 50px;
    border-right: 0;
}
.search_ss #ssk{
    height: 29px;
    float: left;
    border: 2px solid #e4000d;
    color: #fff;
    padding: 0 8px;
    cursor: pointer;
    background: url(../images/search_tb02.png) center  no-repeat #e4000d;
    width:50px;
}
.search_ss .search_ss_tit{
    position: absolute;
    top: 0;
    line-height: 29px;
    left: 10px;
    color: #999;
    font-size: 12px;
}