
/* 头部 */
.banner{
    width: 100%;
    height: 128px;
    background-color: #fff;
}
.ban_img{
    width: 348px;
    height: 79px;
    margin-top: 24px;
    float: left;
}
.sousuo{
    width: 358px;
    height: 128px;
    float: right;
}
.sousuo .inputText{
    margin-top: 44px;
    width: 308px;
    height: 32px;
    border: solid 2px #eeeeee;
    float: left;
    padding-left: 10px;
    outline: 0;
    margin-left: -2px;
}
#queryForm5 a{
    display: block;
    width: 36px;
    height: 36px;
    background-color: #039240;
    margin-top: 44px;
    float:left;
}
#queryForm5 a img{
    width: 16px;
    height: 16px;
    margin-top: 10px;
    padding-right: 8px;
}
.sousuo .jia{
    width: 136px;
    height: 22px;
    float: right;
    margin-top: 10px;
    position: relative;
}
.sousuo .jia a{
    font-size: 14px;
    color: #039240;
    font-weight: bold;
}
.sousuo .jia a img{
    width: 13px;
    height: auto;
    margin-right: 9px;
    position: relative;
    top: 2px;
}
.sousuo .jia a:hover{
    color: rgb(223, 136, 23);
}
.sousuo .jia .deng{
    margin-right: 20px;
}
.sousuo .jia .deng::before{
    content:"";
    width: 1px;
    height: 14px;
    background-color: #e5e5e5;
    position: absolute;
    top: 6px;
    left: 64px;
}
/* 导航 */
.m_nav{
    width: 100%;
    height: 60px;
    background-color: #039240;
    line-height: 60px
}
.m_nav li{
    width: 133px;
    height: auto;
    float: left;
    text-align: center;
}
.m_nav li a{
    color: #fff;
    font-size: 18px;
    font-weight: bold;

}