@charset "utf-8";
.top_bj{background: #fff;}
.topa{
    color: #666;
    font-size: 12px;
    padding: 12px 0;
    background: #f5f5f5;
}
.topa_com{
    background: url(../images/top_home.png) left no-repeat;
    padding-left: 20px;
}
.topa_com a{
    color: #666;
}
.topa_a a{
    color: #666;
    display: block;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #999;
}
.topa_a a:hover{
    text-decoration: underline;
    color: #003bfe;
}
.topa_a a .yw{
    background: url(../images/yw.png) left no-repeat;
    padding-left: 30px;
}

.topb{
    padding: 15px 0;
    background: url(http://huanyuzdh.test.dginfo.com/t/h/huanyuzdh/pc/images/top_bj.png) center no-repeat;
    height: 105px;
    overflow: hidden;
}
.top_logo{
    width: auto;
}
.top_logo img{
    display: block;
    float: left;
    width: 133px;
}
.top_logo .top_logo_com{
    margin-top: 15px;
}
.top_logo .top_logo_com p{
    font-size: 32px;
    color: #003bfe;
    font-weight: bold;
    display: block;
}
.top_logo .top_logo_com p span{
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    font-weight: 100;
    display: block;
}
.top_logo .top_logo_kh{
    float: left;
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
    margin-top: 10px;
}
.top_logo .top_logo_kh:before{
    content: "";
    height: 50px;
    width: 1px;
    position: absolute;
    border-left: 1px solid #e5e5e5;
    left: 0;
    top: 12.5px;
}
.top_logo .top_logo_kh dl{
    display: block;
    float: left;
    margin-left: 5px;
}
.top_logo .top_logo_kh dl dd{
    color: #666;
    font-size: 16px;
    line-height: 25px;
}
.top_tel{
    background: url(../images/top-tel.png) left no-repeat;
    padding-left: 60px;
    height: 60px;
    margin-top: 20px;
}
.top_tel p{
    font-size: 30px;
    color: #003bfe;
    line-height: 30px;
    font-weight:bold;
}
.top_tel p span{
    font-size: 16px;
    color: #666;
    display: block;
    line-height: 28px;
    font-weight: 100;
}

.nav_list{
    background: #003bfe;
}
.nav_list ul li{
    float: left;
    height: 50px;
    line-height: 50px;
    width: 170px;
    text-align: center;
    position: relative;
    padding-left: 1px;
}
.nav_list ul li:before{
    content:"";
    background: #2759ff;
    width: 1px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 15px;
}
.nav_list ul li:first-child:before{
    display:none;
}
.nav_list ul li a{
    color: #fff;
    display: block;
    font-size: 16px;
}
.nav_list ul li a:hover{
    background: #fd0002;
}
.nav_list ul li div{
    display: none;
    position: absolute;
    z-index: 999;
    background: #eee;
    border-bottom: 2px solid #003bfe;
    border-top: 1px solid #ccc;
    min-width: 170px;
}
.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;
  white-space: nowrap;
  padding: 0 10px;
}
.nav_list ul li div dl dd a:hover{
  color:#fff;
  background:#fd0002;
}
.nax_main>a{
    background: #fd0002;
}

/*搜索*/
.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: #00923f;
}
.search_ss{
    margin-top: 10px;
    width: 355px;
    position: relative;
}
.search_ss #gjz{
    line-height: 25px;
    height: 25px;
    float: left;
    border: 2px solid #003bfe;
    width: 250px;
    outline: none;
    padding-left: 50px;
    border-right: 0;
}
.search_ss #ssk{
    height: 29px;
    float: left;
    border: 2px solid #003bfe;
    color: #fff;
    padding: 0 8px;
    cursor: pointer;
    background: url(../images/search_tb02.png) center  no-repeat #003bfe;
    width:50px;
}
.search_ss .search_ss_tit{
    position: absolute;
    top: 0;
    line-height: 29px;
    left: 10px;
    color: #999;
    font-size: 12px;
}