@charset "utf-8";

.topa{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    background: #cd0007;
    padding: 7px 0;
}
.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{
    text-decoration: underline;
}
.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{
    text-decoration: underline;
}
.topa_a a span{
    padding-left: 30px;
    color: #ccc;
}
.topa_a a .top-yw{
    background: url(http://dexinsp.test.dginfo.com/t/d/dexinsp/pc/images/yw.png) left no-repeat;
}
.topa_a a span:hover{
    text-decoration: underline;
}
.topa-tel{
    color: #fff;
    margin-right: 10px;
    background: url(../images/top-tel.png) left no-repeat;
    padding-left: 26px;
}
.topa-tel span{
    font-size: 16px;
}

.topb{
    padding: 20px 0;
    background: #f6f6f6;
}
.top-nav{
    margin-top: 5px;
}
.nav-list>ul li{
    float: left;
    margin-left: 20px;
    text-align: center;
}
.nav-list>ul li:first-child{
    margin-left: 0;
}
.nav-list>ul li a{
    font-size: 16px;
    display: block;
    padding: 10px;
    border-radius: 10px;
}
.nav-list>ul li a:hover{
    background:#cd0007;
    color:#fff;
}

.top-logo{
    width: 430px;
}
.top-logo img{
    float: left;
    width: 197px;
    height: 53px;
}
.top-logo dl{
    float:left;
    padding-left: 10px;
    margin-left: 10px;
    position:relative;
}
.top-logo dl:before{
    content:"";
    position:absolute;
    width: 1px;
    height: 30px;
    background: #ccc;
    left: 0;
    top: 12px;
}
.top-logo dl dt{
    font-size:20px;
    font-weight:bold;
    line-height: 30px;
}
.top-logo dl dd{
    color:#666;
    line-height: 20px;
}
.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(http://dexinsp.test.dginfo.com/t/d/dexinsp/pc/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: 830px;
    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: #cd0007;
}
.search_ss{
    margin-top: 10px;
    width: 355px;
    position: relative;
}
.search_ss #gjz{
    line-height: 25px;
    height: 25px;
    float: left;
    border: 1px solid #ccc;
    width: 250px;
    outline: none;
    padding-left: 50px;
    border-right: 0;
}
.search_ss #ssk{
    height: 27px;
    float: left;
    border: 1px solid #cd0007;
    color: #fff;
    padding: 0 8px;
    cursor: pointer;
    background: url(../images/search_tb02.png) center no-repeat #cd0007;
    width:50px;
}
.search_ss .search_ss_tit{
    position: absolute;
    top: 0;
    line-height: 29px;
    left: 10px;
    color: #999;
    font-size: 12px;
}