.nav_prow {}

.nav_pro {}

.nav_pro .nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.nav_list {
    display: block;
    position: relative;

}

.nav_list:nth-child(2) .nav_lista {}

.nav_list:nth-child(2):hover .nav_lista {}

.nav_list:nth-child(7) .nav_lista {}

.nav_list:nth-child(7):hover .nav_lista {}

.nav_list:nth-of-type(1) {}

.nav_list .nav_lista {
    display: block;
    text-align: center;
    font-size: 0.9vw;
    line-height: 120px;
    height: 120px;
    color: #fff;
}

.nav_list .nav_lista span {
    position: relative;
    z-index: 9;
}

.nav_list:hover .nav_lista {
    color: #098117;
}

.nav_list .nav_lista:after {
    content:
        '';
    transition: all ease .5s;
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0%;
    /* background: #0f8f1e; */
}

.nav_list:hover .nav_lista:after {
    content: '';

    width: 100%;

}

.nav_list_ej {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 99;
    background: #fff;
    width: 160px;
    left: 0%;
}

.nav_list:nth-child(2) .nav_list_ej:nth-child(2) {
    display: none !important;
}

.nav_list:hover .nav_list_ej {
    display: block;
}

.nav_list_ej .nav_list_eja {
    display: block;
    text-align: center;
    height: 42px;
    line-height: 42px;
    border-top: solid 1px #eee;
    position: relative;
}

.nav_list_ej .nav_list_eja span {
    position: relative;
    z-index: 9;
}

.nav_list_ej .nav_list_eja:hover {
    color: #fff;
}

.nav_list_ej .nav_list_eja:before {
    content: '';
    background: #0f8f1e;
    position: absolute;
    width: 0%;
    left: 0%;
    height: 100%;
    top: 0%;
    transition: all ease 0.5s;
}

.nav_list_ej .nav_list_eja:hover:before {
    content: '';
    width: 100%;
}

.nav_list_hover {
    position: fixed;
    z-index: 99;
    left: 0%;
    background: #fff;
    display: none;
    width: 100%;
    top: 120px;
    z-index: 999;
    height: 80%;
}

.nav_pro_yi_zbt {
    width: 20%;
    height: 100%;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nav_pro_yi_zbt span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    width: 100%;
    margin-bottom: 0%;
    padding: 5% 7%;
    border-bottom: solid 1px #eee;
    background: #f5f5f5;
}

.nav_pro_yi_zbt span.on {

    background: #fff;
}

.nav_pro_yi_zbt span:hover {
    background: #fff;
}

.nav_pro_yi_znr {
    width: 80%;
    height: 100%;
    overflow-y: auto;
    padding: 0%;
}

.nav_list_hoverw {
    width: 100%;
    padding: 0% 0%;
    position: relative;
    background: #fff;
    padding: 3%;
    height: 100%;
    display: none;
}

.nav_list_hoverw.active {
    display: block;
}

.nav_list:nth-of-type(2):hover .nav_list_hovera {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.nav_list:nth-of-type(3):hover .nav_list_hoverb {
    display: flex;
    overflow-y: auto;
}

.nav_pro_yi_li {
    font-size: 14px;
    color: #666;
    line-height: 2;
    width: 25%;
    display: none;
}

.nav_pro_yi_li:nth-of-type(1),
.nav_pro_yi_li:nth-of-type(2),
.nav_pro_yi_li:nth-of-type(3),
.nav_pro_yi_li:nth-of-type(4),
.nav_pro_yi_li:nth-of-type(5),
.nav_pro_yi_li:nth-of-type(6),
.nav_pro_yi_li:nth-of-type(7),
.nav_pro_yi_li:nth-of-type(8) {
    display: flex;
}

.nav_pro_yi_liw_rm {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border-top: solid 1px #eee;
    padding-top: 2%;
    justify-content: flex-start;
    display: none;
}

.rmfw {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.nav_pro_yi_liw_rm_w {
    width: 22%;
    margin-right: 3%;
    display: none;
}

.nav_pro_yi_liw_rm_w:nth-child(2),
.nav_pro_yi_liw_rm_w:nth-child(3),
.nav_pro_yi_liw_rm_w:nth-child(4),
.nav_pro_yi_liw_rm_w:nth-child(5) {
    display: block;
}

.nav_pro_yi_liw_rm_w a {
    width: 100%;
    text-align: center;
    display: flex;
    font-size: 16px;
    flex-direction: column;
    align-items: center;
    height: 240px;
}

.nav_pro_yi_liw_rm_w img {
    width: auto;
    margin-top: 9%;
    margin-bottom: 3px;
    max-width: 100%;
}

.nav_pro_yi_li:hover {
    color: #0f8f1e;
}

.nav_pro_yi_li a {}

.nav_pro_yi_li a:hover {}

.nav_pro_yi {
    margin-bottom: 3%;
}

.nav_pro_yi h3:before {
    content: '';
}

.nav_pro_yi:hover h3:before {
    content: '';
    width: 100%;
}

.nav_pro_yi:nth-child(1) {}

.nav_pro_yi h3 {
    font-size: 16px;
    font-weight: bold;
}

.nav_pro_yi:hover h3 {}

.nav_pro_yi:hover h3 span {}

.nav_pro_yi_liw {
    display: flex;
    flex-wrap: wrap;
}

.nav_pro_yi:hover .nav_pro_yi_liw {}

.nav_pro_yi:nth-child(1) .nav_pro_yi_liw {}

.nav_pro_erjiw {
    display: flex;
    flex-wrap: wrap;
}

.nav_pro_erji {
    width: 50%;
    margin-bottom: 19px;
}

.nav_pro_erji h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 11px;
}

.nav_pro_erji_lb {}

.nav_pro_erji_lb li {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
}

.nav_pro_erji_lb li a:hover {
    color: #d41800;
}

.nav_pro_yi:nth-child(1) {}

.nav_pro_yi:nth-child(3) {}

.nav_pro_yi:nth-child(3) .nav_pro_erjiw .nav_pro_erji {
    width: 100%;
}

.nav_list:nth-of-type(3):hover .nav_list_hoverb {}




.suspend {
    width: 76px;
    height: auto;
    right: 0;
    z-index: 88;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-bottom: none;
    border-top: 2px solid #52ab40;
    border-radius: 0 0 5px 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
}

.suspend .ball {
    cursor: pointer;
    width: 74px;
    height: 74px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
    transition: 300ms;
}

.suspend .ball .icon {
    width: 28px;
    height: auto;
    margin: 0 auto;
}

.ball .icon .img2,
.ball:hover .icon .img1 {
    display: none;
}

.ball:hover .icon .img2 {
    display: block;
}

.suspend .ball p {
    color: #52ab40;
    font-size: 12px;
    line-height: 2;
    text-align: center;
}

.ball:hover {
    background: #52ab40;
    transition: 300ms;
}

.ball:hover p {
    color: #fff;
}

.suspend .back-top {
    height: 44px;
    background: #52ab40 url(../image/cd0a98ae-5669-41e6-88d0-8be426c86437.png_290xaf.png) center no-repeat;
    border-radius: 0 0 5px 5px;
}

.suspend .ball .bhover {
    display: none;
    width: 114px;
    height: auto;
    background: #fff;
    position: absolute;
    right: 113%;
    top: 0;
    color: #808080;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(60, 60, 60, 0.1);
    overflow: unset;
}

.suspend .ball:hover .bhover:before {
    content: "";
    border-left: 8px solid #fff;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: 100%;
    top: 10px;
}


.suspend .ball:hover .bhover {
    display: block;
}

.suspend .ball .bhover img {
    width: 100%;
}

.fanhui {
    display: none;
}

.nav_list:nth-of-type(3) .nav_list_hoverb .nav_pro_yi_liw_rm_w img {
    width: auto;
    margin-top: 9%;
    margin-bottom: 3px;
    height: 100px;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi .nav_pro_yi_liw {
    display: none;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi:nth-of-type(1) .nav_pro_yi_liw:nth-of-type(1) {
    display: flex;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi:nth-of-type(2) .nav_pro_yi_liw:nth-of-type(2) {
    display: flex;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi:nth-of-type(3) .nav_pro_yi_liw:nth-of-type(3) {
    display: flex;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi:nth-of-type(4) .nav_pro_yi_liw:nth-of-type(4) {
    display: flex;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi:nth-of-type(5) .nav_pro_yi_liw:nth-of-type(5) {
    display: flex;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi:nth-of-type(6) .nav_pro_yi_liw:nth-of-type(6) {
    display: flex;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi:nth-of-type(7) .nav_pro_yi_liw:nth-of-type(7) {
    display: flex;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi:nth-of-type(8) .nav_pro_yi_liw:nth-of-type(8) {
    display: flex;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi:nth-of-type(9) .nav_pro_yi_liw:nth-of-type(9) {
    display: flex;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi:nth-of-type(10) .nav_pro_yi_liw:nth-of-type(10) {
    display: flex;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi:nth-of-type(11) .nav_pro_yi_liw:nth-of-type(11) {
    display: flex;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi:nth-of-type(12) .nav_pro_yi_liw:nth-of-type(12) {
    display: flex;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi:nth-of-type(13) .nav_pro_yi_liw:nth-of-type(13) {
    display: flex;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi:nth-of-type(14) .nav_pro_yi_liw:nth-of-type(14) {
    display: flex;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi:nth-of-type(15) .nav_pro_yi_liw:nth-of-type(15) {
    display: flex;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi:nth-of-type(16) .nav_pro_yi_liw:nth-of-type(16) {
    display: flex;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi:nth-of-type(17) .nav_pro_yi_liw:nth-of-type(17) {
    display: flex;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi:nth-of-type(18) .nav_pro_yi_liw:nth-of-type(18) {
    display: flex;
}

.nav_list_hoverb .nav_pro_yi_znr .nav_list_hoverw .nav_pro_yi:nth-of-type(19) .nav_pro_yi_liw:nth-of-type(19) {
    display: flex;
}

.nav_list_hoverb h3 span {
    font-size: 16px;
    font-weight: bold;
}

.nav_list_hoverb .rzfwbt {
    overflow-y: auto;
}

@media (max-width: 1080px) {
    .fanhui {
        display: block;
        position: absolute;
        right: 5%;
        top: 0%;
        background: #0f8f1e;
        height: 97%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 500;
        width: 14%;
        color: #fff;
    }

    .nav_pro .nav {
        width: 100%;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        transition: all ease 0.5s;
        height: auto;
        overflow: hidden;
        display: block;
        display: flex;
    }

    .nav_prow_web .nav_pro .nav {
        position: relative;
        top: 0%;
        height: auto;
        background: rgb(29 187 85 / 84%);
        z-index: 9;
        top: 0%;
        left: 0%;
        display: block;
        border-top: solid 1px #20202000;
        z-index: 9999;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .nav_list_hover {
        display: none !important;
    }

    .sjan {
        position: absolute;
        top: 20%;
        right: 5%;
        border: solid 1px #eee;
        border-radius: 5px;
        padding: 7px 7px;
        background: #eee;
        display: none;
    }

    .sjan span {
        width: 23px;
        height: 2px;
        display: block;
        background: #666;
        margin: 5px 0px;
    }

    .nav_list .nav_lista {
        color: #fff;
        border-bottom: solid 0px #eee;
        text-align: right;
        padding-right: 0%;
        padding: 0%;
        text-align: center;
        line-height: 42px;
        height: 42px;
        font-size: 13px;
        background: #0f824c;
    }

    .suspend {

        display: none;
    }

    .nav_list {
        width: 33%;
    }

    .nav_list:nth-of-type(1) {
        display: none;
    }
}