@charset "utf-8";

/* 尾部 */

.footer {
    padding: 23px 0 21px;
    background: url(../images/footer_bg.png);
}

.footer .w1500 .dz p,
.footer .w1500 .bq p {
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
}

.header_t {
    padding: 14px 0 14px;
}



.header_t .w1500 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_t_r .time {
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}

.header_t_r .zylj {
    display: flex;
    margin-top: 21px;
}

.header_t_r .zylj .xxzy {
    border: 1px solid #137832;
    width: 78px;
    padding: 4px 0 3px;
}

.header_t_r .zylj .xxzy img {
    display: block;
    margin: 0 auto;
}

.header_t_r .zylj .xxzy p {
    text-align: center;
    margin-top: 2px;
    font-size: 12px;
    line-height: 12px;
    color: #137832;
    font-weight: bold;
}

.header_t_r .zylj .link {
    display: flex;
}

.header_t_r .zylj .link li {
    width: 214px;
    border: 1px solid #137832;
}

.header_t_r .zylj .link li:nth-child(1) {
    margin-left: 10px;
    margin-right: 2px;
}

.header_t_r .zylj .link li a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 5px 0 2px;
    font-size: 13px;
    color: #137832;
    line-height: 23px;
    text-align: center;
    font-weight: bold;
}

.nav {
    height: 56px;
    background: #137832;
}

.nav .w1500 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search img {
    display: block;
}

.nav .w1500 .nav_ul {
    width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
}

.nav_ul>li {
    padding: 15px 27px;
    position: relative;
}

.nav_ul>li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background: #21AD4C;
    top: calc(50% - 6px);
    right: -0.5px;
}

.nav_ul>li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background: #054D1A;
    top: calc(50% - 6px);
    left: -2.1px;
   display:none;
}

.nav_ul>li:nth-child(1) {
    padding-left: 0;
}

.nav_ul li:last-child::after {
    display: none;
}

.nav_ul li:nth-child(1)::before{
    display: none;
}

.nav_ul li .menu-toggle {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2.1px;
    color: #FFFFFF;
}

.nav_ul li .menu-items {
    display: none;
    position: absolute;
    min-width: 100%;
    width: auto;
    background-color: #137832;
    left: 50%;
    top: 100%;
    z-index: 10;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.nav_ul li .menu-items li{
    line-height: 50px;
    transition: all 0.3s ease;
}

.nav_ul li .menu-items li:hover{
   background: #21AD4C;
}

.nav_ul li .menu-items li a{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
