@media screen and (max-width: 990px) {
    .newsBanner {
        width: 100%;
        display: flex;
    }

    .newsBanner img {
        width: 100%;
    }

    .newsBanner .bannerPc {
        display: none;
    }

    .tabs {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #E1E1E1;
        display: none !important;
    }

    .tabs .tabsBody {
        /* max-width: 1140px; */
        width: 100%;
        padding: 0 20px;
        margin: 0 auto;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
    }

    .tabs .tabsBody ul {
        display: flex;
        position: relative;
        height: 100%;
        flex: 1;
        overflow-x: auto;
    }

    .tabs .tabsBody ul::-webkit-scrollbar {
        width: 0 !important;
        display: none;
    }

    .tabs .tabsBody ul li {
        margin-right: 50px;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        position: relative;
        line-height: 50px;
        cursor: pointer;
        flex-shrink: 0;
    }

    .tabs .tabsBody ul .active {
        color: #259F57;
    }

    .tabs .tabsBody ul .active::after {
        content: '';
        width: 100%;
        height: 3px;
        background-color: #259F57;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .aboutTitle {
        text-align: center;
        border-bottom: 1px solid #E8E8E8;
        padding: 15px 0;
    }

    .aboutTitle h3 {
        font-weight: bold;
        font-size: 15px;
        color: #333333;
        line-height: 1.4;
    }

    .aboutTitle .desc {
        font-weight: 400;
        font-size: 12px;
        color: #999999;
        line-height: 1.2;
    }

    .Breadcrumbs {
        display: none;
    }

    .Breadcrumbs span {
        display: inline-block;
        margin: 0 9px;
        font-size: 14px;
        font-weight: 400;
        color: #999999;
    }

    .Breadcrumbs span a {
        color: #999999;
    }

    .Breadcrumbs .current {
        color: #259F57;
    }
}

@media screen and (min-width:991px) {
    .newsBanner {
        width: 100%;
        display: flex;
    }

    .newsBanner img {
        width: 100%;
    }

    .newsBanner .bannerMobile {
        display: none;
    }

    .tabs {
        width: 100%;
        height: 60px;
        border-bottom: 1px solid #E1E1E1;
    }

    .tabs .tabsBody {

        width: 960px;
        padding: 0 20px;
        margin: 0 auto;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
    }

    .tabs .tabsBody .Breadcrumbs {
        display: flex;
        align-items: center;
    }

    .tabs .tabsBody ul {
        display: flex;
        position: relative;
        height: 100%;
        flex: 1;
        overflow-x: auto;
    }

    .tabs .tabsBody ul::-webkit-scrollbar {
        width: 0 !important;
        display: none;
    }

    .tabs .tabsBody ul li {
        margin-right: 50px;
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        position: relative;
        line-height: 60px;
        cursor: pointer;
        flex-shrink: 0;
    }

    .tabs .tabsBody ul .active {
        color: #259F57;
    }

    .tabs .tabsBody ul .active::after {
        content: '';
        width: 100%;
        height: 5px;
        background-color: #259F57;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .aboutTitle {
        display: none;
    }

    .Breadcrumbs span {
        display: inline-block;
        margin: 0 9px;
        font-size: 14px;
        font-weight: 400;
        color: #999999;
    }

    .Breadcrumbs span a {
        color: #999999;
    }

    .Breadcrumbs .current {
        color: #259F57;
    }
}

@media screen and (min-width:1200px) {
    .newsBanner {
        width: 100%;
        display: flex;
    }

    .newsBanner img {
        width: 100%;
    }

    .tabs {
        width: 100%;
        height: 80px;
        border-bottom: 1px solid #E1E1E1;
    }

    .tabs .tabsBody {
        width: 1140px;
        margin: 0 auto;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .tabs .tabsBody .home {
        margin-top: 1px;
    }

    .tabs .tabsBody ul {
        display: flex;
        position: relative;
        height: 100%;
        flex: 1;
        overflow-x: auto;
    }

    .tabs .tabsBody ul::-webkit-scrollbar {
        width: 0 !important;
        display: none;
    }

    .tabs .tabsBody ul li {
        margin-right: 70px;
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        position: relative;
        line-height: 80px;
        flex-shrink: 0;
    }

    .tabs .tabsBody ul .active {
        color: #259F57;
    }

    .tabs .tabsBody ul .active::after {
        content: '';
        width: 100%;
        height: 5px;
        background-color: #259F57;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .Breadcrumbs span {
        display: inline-block;
        margin: 0 9px;
        font-size: 16px;
        font-weight: 400;
        color: #999999;
    }

    .Breadcrumbs span a {
        color: #999999;
    }

    .Breadcrumbs .current {
        color: #259F57;
    }
}

@media screen and (min-width:1501px) {
    .newsBanner {
        width: 100%;
        display: flex;
    }

    .newsBanner img {
        width: 100%;
    }

    .tabs {
        width: 100%;
        height: 80px;
        border-bottom: 1px solid #E1E1E1;
    }

    .tabs .tabsBody {
        width: 1440px;
        margin: 0 auto;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .tabs .tabsBody ul {
        display: flex;
        position: relative;
        height: 100%;
        flex: 1;
        overflow-x: auto;
    }

    .tabs .tabsBody ul::-webkit-scrollbar {
        width: 0 !important;
        display: none;
    }

    .tabs .tabsBody ul li {
        margin-right: 70px;
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        position: relative;
        line-height: 80px;
        flex-shrink: 0;
    }

    .tabs .tabsBody ul .active {
        color: #259F57;
    }

    .tabs .tabsBody ul .active::after {
        content: '';
        width: 100%;
        height: 5px;
        background-color: #259F57;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .Breadcrumbs span {
        display: inline-block;
        margin: 0 9px;
        font-size: 16px;
        font-weight: 400;
        color: #999999;
    }

    .Breadcrumbs span a {
        color: #999999;
    }

    .Breadcrumbs .current {
        color: #259F57;
    }
}

.hide {
    display: none;
}

.show {
    display: block;
}