﻿@charset "utf-8";
.top_bj{background: #fff;}
.topa{
    color: #999;
    font-size: 12px;
    padding: 7px 0;
    background: #f0f0f0;
}
.topa_com{
    background: url(../images/top_home.png) left no-repeat;
    padding-left: 20px;
}
.topa_com a{
    color:#999;
}
.topa_a{}
.topa_a a{
    color: #999;
    display: block;
    float: left;
    border-right: 1px solid #999;
    padding-right: 10px;
    padding-left: 10px;
}
.topa_a a:hover{
    color: #1a6544;
}
.topa_a a span{
    background: url(../images/yw.png) left no-repeat;
    padding-left: 30px;
    color: #1a6544;
}
.topa_a a span:hover{
    text-decoration: underline;
}

.topb{
    padding: 25px 0;
    background: url(../images/top_bj.png) center no-repeat;
}
.top_logo{
    width: auto;
}
.top_logo img{
    display: block;
    float: left;
    height: 70px;
}
.top_logo .top_logo_kh{
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    height: 60px;
    position: relative;
    margin-top: 5px;
}
.top_logo .top_logo_kh:before{
    content: "";
    height: 30px;
    width: 1px;
    position: absolute;
    border-left: 1px dotted #ddd;
    left: 0;
    top: 20px;
}
.top_logo .top_logo_kh span{
    display: block;
    float: left;
    color: #199afd;
    font-weight: bold;
    font-size: 48px;
    height: 65px;
    line-height: 65px;
}
.top_logo .top_logo_kh dl{
    display: block;
    float: left;
    margin-left: 5px;
    font-family: "宋体";
}
.top_logo .top_logo_kh dl dt{
    line-height: 35px;
    color: #035283;
    font-size:28px;
    font-weight:bold;
}
.top_logo .top_logo_kh dl dd{
    color: #333333;
    font-weight: bold;
    line-height: 25px;
    font-size: 16px;
}
.top_tel{
    background: url(../images/top_tel.png) left no-repeat;
    padding-left: 60px;
    margin-top: 10px;
}
.top_tel p{
    font-size: 22px;
    color: #e83c09;
    line-height: 30px;
    font-weight:bold;
}
.top_tel p span{
    font-size: 14px;
    color: #4c4c4c;
    display: block;
    line-height: 20px;
}

.nav_list{
    background: #035283;
}
.nav_list ul{
}
.nav_list ul li{
    float: left;
    height: 50px;
    line-height: 50px;
    width: 150px;
    text-align: center;
    position: relative;
}
.nav_list ul li a{
    color: #fff;
    display: block;
    font-size: 16px;
}
.nav_list ul li a:hover{
    background: #e83c09;
}
.nav_list ul li div{
    display: none;
    position: absolute;
    z-index: 999;
    background: #eee;
    border-bottom: 2px solid #1a6544;
    width: 150px;
    border-top: 1px solid #ccc;
}
.nav_list ul li div dl{}
.nav_list ul li div dl dd{
    border-bottom: 1px solid #ccc;
    line-height: 35px;
}
.nav_list ul li div dl dd a{
  color: #666;
  font-size:14px;
  display:block;
}
.nav_list ul li div dl dd a:hover{
  color:#fff;
  background:#e83c09;
}
.nax_main>a{
    background: #e83c09;
}

/*搜索*/
.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: #1a6544;
}
.search_ss{
    margin-top: 10px;
    width: 355px;
    position: relative;
}
.search_ss #gjz{
    line-height: 25px;
    height: 25px;
    float: left;
    border: 2px solid #c2c2c2;
    width: 250px;
    outline: none;
    padding-left: 50px;
    border-right: 0;
}
.search_ss #ssk{
    height: 29px;
    float: left;
    border: 2px solid #1a6544;
    color: #fff;
    padding: 0 8px;
    cursor: pointer;
    background: url(../images/search_tb02.png) center  no-repeat #1a6544;
    width:50px;
}
.search_ss .search_ss_tit{
    position: absolute;
    top: 0;
    line-height: 29px;
    left: 10px;
    color: #999;
    font-size: 12px;
}
