<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* header */

.head-nav {
    background-color: rgba(255, 255, 255, 1);
    /*height: 60px;*/
    /*width: 1920px;*/
    margin: 30px auto 30px;
}

.header-top {
    width: 1240px;
    margin: 40px auto;
}

.head-nav .logo {
    width: 162px;
    height: 48px;
    margin-top: 6px;
}

.head-nav .nav_box {
    /*width: 100%;*/
    /*height: 60px;*/
    margin: 0 auto;
    position: relative;
}

.header-logo {
    /*width: 162px;*/
}

.header-nav {
    /*width: auto;*/
    width: 1240px;
    margin: 0 auto;
    align-items: stretch;
    height: 50px;
}

.header-search {
    /*width: 250px;*/
    position: relative;
}

.header-nav-box {
    background: #008148;

    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.header-nav-box .nav_item_index {
    /*width: 50px;*/
    height: 50px;
    line-height: 50px;
    overflow-wrap: break-word;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    /*margin: 0 20px;*/
    position: relative;
    font-family: "PingFangSC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    flex: 0 0 11.1111111111%
}

.header-nav-box .nav_line {

}

.header-nav-box .nav_item {
    display: block;
    /*width: 50px;*/
    height: 50px;
    line-height: 50px;
    overflow-wrap: break-word;
    color: rgba(34, 34, 34, 1);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    /*margin: 0 20px;*/
    position: relative;
    font-family: "PingFangSC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    flex: 0 0 11.1111111111%
}

.nav_item:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 20px;
    background: #339F70;
    display: block;
    margin-top: 25px;
    transform: translate(0, -50%);
}

.header-nav-box a:hover,
.header-nav-box .active {
    /*color: rgba(36, 152, 87, 1);*/
    /*font-weight: 900;*/
    background: #D6A03B;
}

.header-nav-box a:before {
    /*content: "";*/
    /*width: 4px;*/
    /*height: 0;*/
    /*background: #34ad2a;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*margin-left: -2px;*/
    /*top: -44px;*/
    /*-webkit-transition: all 0.2s linear;*/
    /*transition: all 0.2s linear;*/
}

.header-nav-box a:hover:before,
.header-nav-box .active:before {
    /*height: 36px;*/
}

.header-search .nav_search {
    /*display: none;*/
    background-color: rgba(255, 255, 255, 1);
    border-radius: 18px;
    width: 268px;;
    height: 36px;
    border: 1px solid rgba(188, 188, 188, 1);
    margin: 0;
    position: relative;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 12px;*/
}

.nav_search .search-input-box {

}

.nav_search .search-input-box input {
    display: block;
    margin: 0 0 0 18px;
    padding: 5px 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: #fff;
    border: 0;
    color: #333;
    font-size: 14px;
    outline: 0;
}

.nav_search .search-input-box input:focus {
    border: 0;
}

.nav_search span {
    display: block;
    position: absolute;
    top: 7px;
    right: 18px;
    bottom: 0;
    width: 20px;
    height: 20px;
    line-height: 30px;
    color: #333;
    text-align: center;
    background: #fff;
    border-radius: 0;
    cursor: pointer;
}

.nav_search a img {
    display: block;
    width: 100%;
    height: 100%;
}
/*.header-search:hover .nav_search {*/
/*    display: flex;*/
/*}*/
/*.header-search:hover .header-search-icon {*/
/*    display: none;*/
/*}*/
/* header */

.nav_search .header-search-icon {
    cursor: pointer;
    width: 19px;
    height: 19px;
}

.section_banner {
    margin: 0 auto;
}

.section_banner img {
    display: block;
}

.header-top-tel-box {
    margin-right: 50px;
}

.header-top-tel-box .header-top-tel-icon {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
}

.header-top-tel-box .header-top-tel-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.header-top-tel-box .header-top-tel {
    font-family: "PingFangSC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header-top-tel-box .header-top-tel .header-top-tel-txt {
    font-size: 16px;
}

.header-top-tel-box .header-top-tel .header-top-tel-val {
    font-size: 24px;
    color: #A88D4F;
}</pre></body></html>