.com-menu{background: none;}
.header {
    margin: 0 auto;
    overflow: hidden;
}

.header-top {
    height: 60px;
    background-color: #54bb5e;
}

.header-top .toolbar {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}

.header-top .toolbar a {
    position: relative;
    margin-right: 22px;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

.header-top .toolbar .line::after {
    position: absolute;
    right: -11px;
    top: -21px;
    content: '|';
    width: 1px;
    height: 32px;
    color: #fff;
    opacity: 0.2;
}

.header-top .toolbar a img {
    position: relative;
    top: 4px;
    left: 12px;
    display: inline-block;
}

.header-top .weather {
    height: 26px;
    padding: 17px 0;
}


 .banner {
    position: relative;
    width: 100%;
    height: 100%;  
   
}
 .banner img{display: block; width: 100%; height: auto;}
.header-bottom {
    height: 60px;
    background-color: #54bb5e;
}

.header-bottom .nav {
    width: 100%;
    height: 60px;
}

.header-bottom .nav ul {
    list-style: none;
    overflow: hidden;
}

.header-bottom .nav ul li {
    float: left;
    display: block;
    width: 50%;
    height: 60px;
    text-align: center;
}

.header-bottom .nav ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    outline: none;
}

.header-bottom .nav ul li a.active{
    font-weight: bold;
    color: #036f3d;
    background-color: #e4dc6e;
}

.header-bottom .nav ul li a:hover {
    font-weight: bold;
    color: #036f3d;
    background-color: #e4dc6e;
}

.header-bottom .search {
    padding: 10px 0;
    /* width: 300px; */
}

.header-bottom .search .icon {
    position: relative;
    float: left;
    width: 48px;
    height: 40px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #ffffff;
}

.header-bottom .search .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -12px;
}

.header-bottom .search input {
    float: left;
    width: 239px;
    height: 40px;
    border: none;
    outline: none;
    box-sizing: border-box;
}

.header-bottom .search button {
    float: right;
    width: 66px;
    height: 40px;
    background-color: #e4dc6e;
    font-size: 16px;
    font-weight: bold;
    color: #036f3d;
    border-style: none;
    outline: none;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.header-bottom .search button i {
    font-style: normal;
}

.header-bottom .search button:hover {
    font-size: 18px;
}