@charset "utf-8";
.topt{
    color: #797979;
    font-size: 12px;
    height: 35px;
    background: #f5f5f5;
    line-height: 35px;
}
.topt_com a{
    color: #797979;
}
.topt_com a:hover{
    color:#0a539f;   
}
.topt_a a{
    color: #797979;
    display: block;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}
.topt_a a:before{
    content: "";
    position: absolute;
    background: #d7d7d7;
    width: 1px;
    height: 15px;
    top: 8px;
    left: 0;
}
.topt_a a:first-child:before{
    display: none;
}
.topt_a a:hover{
    color: #0a539f;
}

.top{
    width: 100%;
    z-index: 999999;
    background: #fff;
}
.topa{
    padding: 35px 0;
}
.top-logo{
    display: block;
    margin-top: 5px;
}
.top-logo img{
    height: 70px;
    display: block;
    float: left;
}
.top-logo dl{
    float:
    left;
    margin-left: 20px;
    border-left: 1px solid #ececec;
    padding-left: 20px;
    margin-top: 7px;
}
.top-logo dl dt{
    font-size: 22px;
    color: #323232;
    font-weight:bold;
    line-height: 31px;
}
.top-logo dl dd{
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
.top-tel{
    background: url(../images/top-tel.png) left CENTER no-repeat;
    padding-left: 60px;
    margin-right: 30px;
}
.top-tel p{
    line-height: 25px;
    font-size: 16px;
}
.top-tel p span{
    font-size: 18px;
    color: #2e3094;
    font-weight: bold;
    display: block;
}
.top-ewm{}
.top-ewm img{
    height: 80px;
    display: block;
}

.nav_list{border-top: 1px solid #f0f0f0;position: relative;background: #0a539f;}
.nav_list ul>li{
    float: left;
    height: 60px;
    line-height: 60px;
    width: 132px;
    padding-left: 1px;
}
.nav_list ul>li>a:before{
    content:"";
    background: #5487bc;
    width: 1px;
    height: 20px;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -10px;
}
.nav_list ul>li:first-child>a:before{
    display:none;
}
.nav_list ul>li>a{
    color: #fff;
    display: block;
    font-size: 18px;
    text-align: center;
    position:
    relative;
    font-weight: bold;
}
.nav_list ul>li:hover>a,.nav_list ul>li.on{
    background: #2f78dc;
    border-radius: 15px;
    
}
.nav_list ul li div{
    display: none;
    position: absolute;
    z-index: 999;
    background: #eee;
    border-bottom: 2px solid #0a539f;
}
.nav_list ul li div dl dd{
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    text-align: center;
}
.nav_list ul li div dl dd a{
  color: #666;
  font-size:14px;
  display:block;
  white-space: nowrap;
  padding: 0 10px;
  min-width: 113px;
}
.nav_list ul li div dl dd a:hover{
  color:#fff;
  background:#0a539f;
}


/*搜索*/
.search{
    position: relative;
    bottom: 30px;
    z-index: 999999;
}
.search-bj{
    background: #fff;
    padding: 40px 60px;
    box-shadow: 0px 3px 6px 2px rgb(0 0 0 / 10%);
}
.search_tit{
    width: 760px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.search_tit span{
    font-weight: bold;
    display: block;
    line-height: 30px;
}
.search_tit a{
    margin-right: 7px;
    color: #666;
    font-size: 12px;
}
.search_tit a:hover{
    color: #d81b1a;
}
.search_ss{
    width: 305px;
    position: relative;
    border-radius: 30px;
    border: 1px solid #dddddd;
    margin-top: 10px;
}
.search_ss #gjz{
    line-height: 35px;
    height: 35px;
    float: left;
    border: 0;
    width: 235px;
    outline: none;
    border-right: 0;
    padding-left: 20px;
    background: none;
    border-radius: 30px;
    color: #b4b4b4;
}
.search_ss #ssk{
    height: 35px;
    float: left;
    border: 0;
    color: #fff;
    cursor: pointer;
    background: url(http://hangchengjy.test.dginfo.com/t/h/hangchengjy/pc/images/search_tb.png) center  no-repeat;
    width: 50px;
}
.search_ss .search_ss_tit{
    position: absolute;
    top: 0;
    line-height: 29px;
    left: 10px;
    color: #999;
    font-size: 12px;
}