@media screen and (max-width: 990px) {
    .header {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: #FFFFFF;
        height: 50px;
        box-sizing: border-box;
        box-shadow: 2px 0 6px rgba(0, 21, 41, .35);
    }

    .header .main {
        padding: 0 15px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .header .main .logo img {
        height: 20px;
    }

    .header .link-search {
        display: none;
    }

    .header .nav-box {
        display: none;
    }

    .header .menu {
        display: flex;
    }

    .header .menu img {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }

    .header .menu .closeMenu,
    .header .menu .closeMenu2 {
        display: none;
    }

    .header .menu .closeMenu2,
    .header .menu .menuNav {
        margin-right: 0;
    }

    .sub-menu1 {
        display: none;
    }


    .searchbox {
        position: fixed;
        top: 50px;
        width: 100%;
        bottom: 0;
        z-index: 100;
        display: none;
    }

    .searchbox .mask {
        position: fixed;
        top: 50px;
        width: 100%;
        bottom: 0;
        z-index: 103;
        background: rgba(0, 0, 0, 0.4);
    }

    .searchbox .searchContent {
        position: fixed;
        width: 100%;
        z-index: 110;
        height: 75px;
        background: #FFFFFF;
        box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
        padding: 17px 15px;
        box-sizing: border-box;
    }

    .searchbox .searchContent input {
        height: 39px;
        background: #FFFFFF;
        opacity: 1;
        border: 1px solid #C4C4C4;
        width: calc(100% - 34px);
        border-radius: 3px;
        padding: 0 18px;
        font-size: 12px;
    }

    .searchbox .searchContent img {
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-10px);
        cursor: pointer;
        width: 20px;
    }


    .classify {
        position: fixed;
        top: 50px;
        width: 100%;
        bottom: 0;
        z-index: 100;
        display: none;
    }

    .classify .mask {
        position: fixed;
        top: 50px;
        width: 100%;
        bottom: 0;
        z-index: 103;
        background: rgba(0, 0, 0, 0.4);
    }

    .classify .classifyBox {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 110;
        background: #FFFFFF;
        padding: 0 15px;
    }

    .classify .classifyBox .classifyItem {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 15px;
        color: #000;
        border-bottom: 1px solid #E1E1E1;
        cursor: pointer;
    }
    .classify .classifyBox .classifyItem span,.classify .classifyBox .classifyItem span a {
        display: inline-block;
        width: 100%;
    }
    .classify .classifyBox .classifyItem .right {
        width: 14px;
    }

    .classify .classifyBox .classifyItem .down {
        width: 14px;
        display: none;
    }

    .classify .classifyBox .item {
        width: calc(50% - 10px);
        line-height: 44px;
        border-bottom: 1px solid #E1E1E1;
        margin-right: 15px;
        font-size: 14px;
        color: #666666;
        display: inline-block;
        cursor: pointer;
    }

    .classify .classifyBox .item a {
		display: inline-block;
		width:100%;
        color: #666666;
    }

    .classify .classifyBox .classifyInfo {
        display: none;
    }



    .classify .classifyBox .classifyInfo .item:nth-child(2n+2) {
        margin-right: 0;
    }


    .contentbody .banner {
        width: 100%;
        display: none;
    }

    .contentbody .banner2 {
        width: 100%;
    }

    .contentbody .menu {
        box-sizing: border-box;
        background: #fff;
        height: 50px;
        border-bottom: 1px solid #E8E8E8;
    }

    .contentbody .menu .menubox {
        height: 50px;
        display: flex;
    }

    .menu .menu-left {
        display: flex;
        width: auto;
        overflow-x: auto;
        padding: 0 15px;
    }

    .menu .menu-left li {
        flex-shrink: 0;
        min-width: 60px;
        margin-right: 25px;
    }

    .menu .menu-left li a {
        min-width: 60px;
        font-size: 15px;
        color: #333333;
        box-sizing: border-box;
        line-height: 45px;
        display: inline-block;
    }

    .menu .menu-left li a:hover {
        font-weight: bold;
        color: #259F57;
        border-bottom: 3px solid #259F57;
    }

    .menu .menu-left .active {
        font-weight: bold;
        color: #259F57;
        border-bottom: 3px solid #259F57;
    }

    .menu .menu-right {
        display: none;
    }

    .menu .menubox .menu-left::-webkit-scrollbar {
        display: none;
    }






    .pcFooter {
        display: none;
    }

    .mobileFooter {
        background: #259F57;
        padding: 30px;
        text-align: center;
        color: #CCE1FF;
    }

    .mobileFooter .provider p {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 8px;
        color: #CCE1FF;
    }
    .mobileFooter .provider p a{
        line-height: 15px;
        margin-bottom: 8px;
        color: #CCE1FF !important;
        font-size: 13px;
    }


    .mobileFooter .provider p img {
        width: 15px;
        vertical-align: bottom;
    }

    .mobileFooter .provider .bottom a {
        color: #FFFFFF;
    }

    .mobileFooter .bottom {
        color: #FFFFFF;
    }

    .mobileFooter .bottom img {
        width: 100px;
        margin: 20px 0 13px;
    }

    .mobileFooter .bottom {
        font-size: 10px;
        line-height: 11px;
    }


    .provider .ip {
        display: inline-block;
        padding: 3px 5px;
        border: 1px solid #B6D2FA;
        border-radius: 5px;
        font-size: 12px;
    }


    .page {
        display: flex;
        justify-content: center;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .page-num {
        display: flex;
    }

    .page-num a {
        width: 35px;
        height: 35px;
        background: #FFFFFF;
        border-radius: 3px;
        border: 1px solid #D4D4D4;
        font-size: 12px;
        color: #999999;
        margin-right: 8px;
        text-align: center;
        line-height: 35px
    }

    .page-num a:hover {
        background: #259F57;
        color: #fff;
    }

    .page-num .active {
        background: #259F57;
        color: #fff;
    }

    .pre {
        display: block;
        width: 35px;
        height: 35px;
        background: #FFFFFF;
        border-radius: 3px;
        border: 1px solid #D4D4D4;
        font-size: 12px;
        color: #999999;
        margin-right: 8px;
        text-align: center;
        line-height: 35px
    }

    .pre:hover {
        background: #259F57;
        color: #fff;
    }

    .next {
        display: block;
        width: 35px;
        height: 35px;
        background: #FFFFFF;
        border-radius: 3px;
        border: 1px solid #D4D4D4;
        font-size: 12px;
        color: #999999;
        margin-right: 8px;
        text-align: center;
        line-height: 35px
    }

    .next:hover {
        background: #259F57;
        color: #fff;
    }

    .push-num {
        display: none;

    }

    .push-num span {
        font-size: 18px;
        color: #999999;
        margin-right: 10px;
    }

    .push-num input {
        width: 50px;
        height: 50px;
        background: #FFFFFF;
        border-radius: 5px;
        border: 1px solid #D4D4D4;
        font-size: 18px;
        color: #999999;
        text-align: center;
        line-height: 50px;
        margin-right: 10px
    }

    .push-num button {
        width: 100px;
        height: 50px;
        background: #FFFFFF;
        border-radius: 5px;
        opacity: 1;
        border: 1px solid #D4D4D4;
        font-size: 18px;
        color: #999999;
        text-align: center;
        line-height: 50px;
        margin-right: 10px;
    }

    .push-num button:hover {
        background: #259F57;
        color: #fff;
    }
}

@media screen and (min-width:991px) {

    .main {
        width: 960px;
        margin: 0 auto;
    }

    .header {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: #FFFFFF;
        height: 75px;
        box-sizing: border-box;
        box-shadow: 2px 0 6px rgba(0, 21, 41, .35);
    }

    .header .main {
        display: flex;
        justify-content: space-between;

    }

    .header .main .logo {
        width: 16.6%;
    }

    .header .main .logo img {
        width: 100%;
        margin-top: 20px;
    }

    .header .main .right-nav {
        padding: 10px 0 0;
    }

    .header .main .right-nav .link-search {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .header .main .right-nav .link-search .single-link {
        display: flex;
        align-items: center;
        font-size: 13px;
        font-weight: normal;
        color: #259F57;
        margin-right: 25px;
        cursor: pointer;
    }

    .header .main .right-nav .link-search .single-link img {
        margin-right: 5px;
    }

    .header .main .right-nav .link-search .right-search {
        position: relative;
    }

    .header .main .right-nav .link-search .right-search .search {
        box-sizing: border-box;
        width: 200px;
        height: 25px;
        background: #FFFFFF;
        border-radius: 19px;
        border: 1px solid #CECECE;
        padding: 0 20px 0 15px;
    }

    .header .main .right-nav .link-search .right-search input[type=text]:focus {
        outline: 1px solid #259F57;
    }

    .header .main .right-nav .link-search .right-search img {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-8px);
        cursor: pointer;
    }

    .header .main .right-nav .nav-box {
        display: flex;
    }

    .header .main .right-nav .nav-box .single-nav {
        margin-left: 50px;
        font-size: 15px;
        font-weight: 400;
        line-height: 40px;
        cursor: pointer;
    }

    .header .main .right-nav .nav-box .single-nav a {
        display: inline-block;
        width: 100%;
        color: #000000;
    }

    .header .main .right-nav .nav-box .single-nav a:hover {
        color: #259F57;
    }

    .header .main .right-nav .nav-box .active {
        position: relative;
    }
    .header .main .right-nav .nav-box .active1 {
        position: relative;
    }

    .header .main .right-nav .nav-box .active a {
        font-weight: bold;
        color: #259F57;
    }
     .header .main .right-nav .nav-box .active1 a {
        font-weight: bold;
        color: #259F57;
    }

    .header .main .right-nav .nav-box .active::before {
        content: "";
        width: 100%;
        height: 4px;
        background: #259F57;
        position: absolute;
        z-index: 10;
        bottom: 0;
    }
      .header .main .right-nav .nav-box .active1::before {
        content: "";
        width: 100%;
        height: 4px;
        background: #259F57;
        position: absolute;
        z-index: 10;
        bottom: 0;
    }

    .header .menu {
        display: none;
    }

    .sub-menu1 {
        opacity: 0;
        width: 100%;
        line-height: 60px;
        position: fixed;
        z-index: 99;
        top: 75px;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 10px 8px rgba(9, 8, 9, 0.1);
        -webkit-box-shadow: 0px 10px 8px rgb(9 8 9 / 10%);
        box-shadow: 0px 10px 8px rgb(9 8 9 / 10%);
        -o-transition: all 1s;
        transition: all 1s;
        box-sizing: border-box;
    }


    .sub-menu1 ul {
        display: none;
    }

    .sub-menu1 .custom li {
        display: inline-block;
        margin-right: 15px;
        font-family: 'SiYuan';
    }

    .sub-menu1 .custom2,
    .sub-menu1 .custom1 {
        margin-right: 20px;
        text-align: right;
    }

    .sub-menu1 .custom1 li {
        display: inline-block;
        margin-right: 15px;
        z-index: 1000;
    }

    .sub-menu1 .custom2 li {
        display: inline-block;
        margin-right: 15px;
        z-index: 100;
    }

    .sub-menu1 a {
        color: #fff;
        font-size: 14px;
    }

    .sub-menu1 a:hover {
        color: #43A7FF;
    }


    .classify,
    .mobileFooter,
    .searchbox {
        display: none;
    }


    /* 内部 */
    .contentbody {
        min-height: calc(100vh - 411px);
    }


    .contentbody .banner {
        width: 100%;
    }

    .contentbody .banner2 {
        display: none;
    }

    .contentbody .menu {
        box-sizing: border-box;
        background: #fff;
        height: 60px;
        border-bottom: 1px solid #E8E8E8;
    }

    .contentbody .menu .menubox {
        height: 60px;
        display: flex;
        justify-content: space-between;
    }

    .menu .menu-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu .menu-left li a {
        font-size: 16px;
        color: #333333;
        box-sizing: border-box;
        line-height: 60px;
        display: inline-block;
        font-family: PingFang SC-Bold, PingFang SC;
    }


    .menu .menu-left li a:hover {
        color: #259F57;
    }

    .menu .menu-left li {
        position: relative;
        margin-right: 20px;
    }

    .menu .menu-left li:hover::after {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: #259F57;
    }

    .menu .menu-left .active a {
        font-size: 16px;
        font-weight: bold;
        color: #259F57;
    }

    .menu .menu-left .active::after {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: #259F57;
    }


    .menu .menu-right {
        display: flex;
        align-items: center;
    }

    .menu .menu-right .public-home {
        width: 10px;
        height: 10px;
    }

    .menu .menu-right ul {
        display: flex;
        align-items: center;
    }

    .menu .menu-right ul li {
        font-size: 12px;
        color: #999999;
        margin-left: 6px;
    }

    .menu .menu-right ul li img {
        width: 5px;
        height: 8px;
    }

    .menu .menu-right ul li:nth-last-of-type(1) {
        color: #259F57;
    }

    /* 底部 */
    .footer {
        background: #007D00;
        padding: 50px 0 20px;
    }

    .footer .company {
        width: 180px;
    }

    .footer .company .logo {
        width: 150px;
        display: inline-block;
        padding-bottom: 10px;
        border-bottom: 1px solid #2487E1;
    }

    .footer .company .logo img {
        width: 100%;
    }

    .footer .company .contact {
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        margin: 25px 0;
    }

    .footer .company .contactItem {
        font-size: 13px;
        font-weight: normal;
        color: #FFFFFF;
        margin-bottom: 10px;
        line-height: 20px;
    }

    .footer .link-box {
        display: flex;
        justify-content: space-between;
    }

    .footer .link-box .left {
        flex: 1;
        margin: 0 30px;
        display: flex;
        justify-content: space-between;
    }

    .footer .link-box .left ul {
        flex: 1;
    }

    .footer .link-box .left ul li {
        margin-bottom: 8px;
    }

    .footer .link-box .left ul li a {
        font-size: 12px;
        font-weight: 400;
        color: #ddd;
        cursor: pointer;
    }
      .footer .link-box .left ul li a:hover {
        color: #FFF;
        font-weight: 550
    }

    .footer .link-box .left ul li:first-child {
        font-size: 13px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 10px;
        cursor: default;
    }

    .footer .link-box .left .select {
        appearance: none;
        -webkit-appearance: none;
        border: 0;
        width: 240px;
        height: 40px;
        background: #125BC4;
        border: 1px solid #4889E6;
        padding-left: 15px;
        font-size: 14px;
        font-weight: 400;
        color: #B6D2FA;
        outline: none;
        background: url("../img/arrow-up.png") no-repeat right center transparent;
        background-size: 10% 60%;
    }



    .footer .link-box .right img {
        margin-bottom: 15px;
        width: 128px;
    }

    .footer .link-box .right .text {
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
    }

    /* 备案信息 */
    .provider {
        background: #006700;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .provider span {
        margin-right: 30px;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
    }

    .provider .archival {
        display: flex;
        align-items: center;
    }

    .provider .archival img {
        margin-right: 5px;
    }

    .provider .ip {
        display: inline-block;
        padding: 3px 5px;
        border: 1px solid #B6D2FA;
        border-radius: 5px;
    }

    .page {
        display: flex;
        justify-content: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .page-num {
        display: flex;
    }

    .page-num a {
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid #D4D4D4;
        font-size: 16px;
        color: #999999;
        margin-right: 8px;
        text-align: center;
        line-height: 40px
    }

    .page-num a:hover {
        background: #259F57;
        color: #fff;
    }

    .page-num .active {
        background: #259F57;
        color: #fff;
    }

    .pre {
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid #D4D4D4;
        font-size: 16px;
        color: #999999;
        margin-right: 8px;
        text-align: center;
        line-height: 40px
    }

    .pre:hover {
        background: #259F57;
        color: #fff;
    }

    .next {
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid #D4D4D4;
        font-size: 16px;
        color: #999999;
        margin-right: 8px;
        text-align: center;
        line-height: 40px
    }

    .next:hover {
        background: #259F57;
        color: #fff;
    }

    .push-num {
        margin-left: 40px;
        display: flex;
        align-items: center;
    }

    .push-num span {
        font-size: 18px;
        color: #999999;
        margin-right: 10px;
    }

    .push-num input {
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid #D4D4D4;
        font-size: 16px;
        color: #999999;
        margin-right: 8px;
        text-align: center;
        line-height: 40px
    }

    .push-num button {
        width: 80px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 4px;
        opacity: 1;
        border: 1px solid #D4D4D4;
        font-size: 16px;
        color: #999999;
        text-align: center;
        line-height: 40px;
        margin-right: 10px;
    }

    .push-num button:hover {
        background: #259F57;
        color: #fff;
    }


}

@media screen and (min-width:1200px) {

    .main {
        width: 1140px;
        margin: 0 auto;
    }


    .header {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: #FFFFFF;
        height: 100px;
        box-sizing: border-box;
        box-shadow: 2px 0 6px rgba(0, 21, 41, .35);
    }

    .header .main {
        display: flex;
        justify-content: space-between;

    }

    .header .main .logo {
        width: 16.6%;
    }

    .header .main .logo img {
        width: 100%;
        margin-top: 30px;
    }

    .header .main .right-nav {
        padding: 10px 0 0;
    }

    .header .main .right-nav {
        padding: 15px 0 0;
    }

    .header .main .right-nav .link-search {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .header .main .right-nav .link-search .single-link {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: normal;
        color: #259F57;
        margin-right: 25px;
        cursor: pointer;
    }

    .header .main .right-nav .link-search .single-link img {
        margin-right: 5px;
    }

    .header .main .right-nav .link-search .right-search {
        position: relative;
    }

    .header .main .right-nav .link-search .right-search .search {
        box-sizing: border-box;
        width: 200px;
        height: 32px;
        background: #FFFFFF;
        border-radius: 19px;
        border: 1px solid #CECECE;
        padding: 0 20px 0 15px;
    }

    .header .main .right-nav .link-search .right-search input[type=text]:focus {
        outline: 1px solid #259F57;
    }

    .header .main .right-nav .link-search .right-search img {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-8px);
        cursor: pointer;
    }

    .header .main .right-nav .nav-box {
        display: flex;
    }

    .header .main .right-nav .nav-box .single-nav {
        margin-left: 50px;
        font-size: 18px;
        font-weight: 400;
        line-height: 55px;
        cursor: pointer;
    }

    .header .main .right-nav .nav-box .single-nav a {
        color: #000000;
    }

    .header .main .right-nav .nav-box .single-nav a:hover {
        color: #259F57;
    }

    .header .main .right-nav .nav-box .active {
        position: relative;
    }
    .header .main .right-nav .nav-box .active1 {
        position: relative;
    }

    .header .main .right-nav .nav-box .active a {
        font-weight: bold;
        color: #259F57;
    }
    .header .main .right-nav .nav-box .active1 a {
        font-weight: bold;
        color: #259F57;
    }

    .header .main .right-nav .nav-box .active::before {
        content: "";
        width: 100%;
        height: 4px;
        background: #259F57;
        position: absolute;
        z-index: 10;
        bottom: 0;
    }
     .header .main .right-nav .nav-box .active1::before {
        content: "";
        width: 100%;
        height: 4px;
        background: #259F57;
        position: absolute;
        z-index: 10;
        bottom: 0;
    }

    .header .menu {
        display: none;
    }

    .sub-menu1 {
        opacity: 0;
        width: 100%;
        line-height: 60px;
        position: fixed;
        z-index: 99;
        top: 100px;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 10px 8px rgba(9, 8, 9, 0.1);
        -webkit-box-shadow: 0px 10px 8px rgb(9 8 9 / 10%);
        box-shadow: 0px 10px 8px rgb(9 8 9 / 10%);
        -o-transition: all 1s;
        transition: all 1s;
        box-sizing: border-box;
    }


    .sub-menu1 ul {
        display: none;
    }

    .sub-menu1 .custom li {
        display: inline-block;
        margin-right: 15px;
        font-family: 'SiYuan';
    }

    .sub-menu1 .custom2,
    .sub-menu1 .custom1 {
        margin-right: 20px;
        text-align: right;
    }

    .sub-menu1 .custom1 li {
        display: inline-block;
        margin-right: 15px;
        z-index: 1000;
    }

    .sub-menu1 .custom2 li {
        display: inline-block;
        margin-right: 15px;
        z-index: 100;
    }

    .sub-menu1 a {
        color: #fff;
        font-size: 16px;
    }

    .sub-menu1 a:hover {
        color: #43A7FF;
    }


    .classify,
    .mobileFooter,
    .searchbox {
        display: none;
    }

    /* 内部 */
    .contentbody {
        min-height: calc(100vh - 457px);
    }

    .contentbody .banner {
        width: 100%;
    }

    .contentbody .banner2 {
        display: none;
    }

    .contentbody .menu {
        box-sizing: border-box;
        background: #fff;
        height: 70px;
        border-bottom: 1px solid #E8E8E8;
    }

    .contentbody .menu .menubox {
        height: 70px;
        display: flex;
        justify-content: space-between;
    }

    .menu .menu-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu .menu-left li a {
        font-size: 18px;
        color: #333333;
        box-sizing: border-box;
        line-height: 70px;
        display: inline-block;
        font-family: PingFang SC-Bold, PingFang SC;
    }


    .menu .menu-left li a:hover {
        color: #259F57;
    }

    .menu .menu-left li {
        position: relative;
        margin-right: 30px;
    }

    .menu .menu-left li:hover::after {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: #259F57;
    }

    .menu .menu-left .active {
        font-size: 18px;
        font-weight: bold;
        color: #259F57;
    }

    .menu .menu-left .active::after {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: #259F57;
    }

    .menu .menu-right {
        display: flex;
        align-items: center;
    }

    .menu .menu-right .public-home {
        width: 12px;
        height: 12px;
    }

    .menu .menu-right ul {
        display: flex;
        align-items: center;
    }

    .menu .menu-right ul li {
        font-size: 14px;
        color: #999999;
        margin-left: 8px;
    }

    .menu .menu-right ul li:nth-last-of-type(1) {
        color: #259F57;
    }


    /* 底部 */
    .footer {
        background: #007D00;
        padding: 50px 0 20px;
    }

    .footer .company {
        width: 200px;
    }

    .footer .company .logo {
        width: 175px;
        display: inline-block;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        ;
    }

    .footer .company .logo img {
        width: 100%;
    }

    .footer .company .contact {
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        margin: 25px 0;
    }

    .footer .company .contactItem {
        font-size: 13px;
        font-weight: normal;
        color: #FFFFFF;
        margin-bottom: 10px;
        line-height: 20px;
    }

    .footer .link-box {
        display: flex;
        justify-content: space-between;
    }

    .footer .link-box .left {
        flex: 1;
        margin: 0 30px;
        display: flex;
        justify-content: space-between;
    }

    .footer .link-box .left ul {
        flex: 1;
    }

    .footer .link-box .left ul li {
        margin-bottom: 10px;
    }

    .footer .link-box .left ul li a {
        font-size: 13px;
        font-weight: 400;
        color: #ddd;
        cursor: pointer;
    }
      .footer .link-box .left ul li a:hover {
        color: #FFF;
        font-weight: 550
    }

    .footer .link-box .left ul li:first-child {
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 12px;
        cursor: default;
    }




    .footer .link-box .right img {
        margin-bottom: 15px;
        width: 128px;
    }

    .footer .link-box .right .text {
        font-size: 13px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
    }

    /* 备案信息 */
    .provider {
        background: #006700;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .provider span {
        margin-right: 30px;
        font-size: 13px;
        font-weight: 400;
        color: #FFFFFF;
    }

    .provider .archival {
        display: flex;
        align-items: center;
    }

    .provider .archival img {
        margin-right: 5px;
    }

    .page {
        display: flex;
        justify-content: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .page-num {
        display: flex;
    }

    .page-num a {
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid #D4D4D4;
        font-size: 16px;
        color: #999999;
        margin-right: 8px;
        text-align: center;
        line-height: 40px
    }

    .page-num a:hover {
        background: #259F57;
        color: #fff;
    }

    .page-num .active {
        background: #259F57;
        color: #fff;
    }

    .pre {
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid #D4D4D4;
        font-size: 16px;
        color: #999999;
        margin-right: 8px;
        text-align: center;
        line-height: 40px
    }

    .pre:hover {
        background: #259F57;
        color: #fff;
    }

    .next {
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid #D4D4D4;
        font-size: 16px;
        color: #999999;
        margin-right: 8px;
        text-align: center;
        line-height: 40px
    }

    .next:hover {
        background: #259F57;
        color: #fff;
    }

    .push-num {
        margin-left: 40px;
        display: flex;
        align-items: center;
    }

    .push-num span {
        font-size: 18px;
        color: #999999;
        margin-right: 10px;
    }

    .push-num input {
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid #D4D4D4;
        font-size: 16px;
        color: #999999;
        margin-right: 8px;
        text-align: center;
        line-height: 40px
    }

    .push-num button {
        width: 80px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 4px;
        opacity: 1;
        border: 1px solid #D4D4D4;
        font-size: 16px;
        color: #999999;
        text-align: center;
        line-height: 40px;
        margin-right: 10px;
    }

    .push-num button:hover {
        background: #259F57;
        color: #fff;
    }

}

@media screen and (min-width:1501px) {

    .main {
        width: 1440px;
        margin: 0 auto;
    }

    .header {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: #FFFFFF;
        height: 120px;
        box-sizing: border-box;
        box-shadow: 2px 0 6px rgba(0, 21, 41, .35);
    }

    .header .main {
        display: flex;
        justify-content: space-between;

    }

    .header .main .logo {
        width: 16.6%;
    }

    .header .main .logo img {
        width: 100%;
        margin-top: 40px;
    }

    .header .main .right-nav {
        padding: 22px 0 0;
    }

    .header .main .right-nav .link-search {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .header .main .right-nav .link-search .single-link {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: normal;
        color: #259F57;
        margin-right: 25px;
        cursor: pointer;
    }

    .header .main .right-nav .link-search .single-link img {
        margin-right: 5px;
    }

    .header .main .right-nav .link-search .right-search {
        position: relative;
    }

    .header .main .right-nav .link-search .right-search .search {
        box-sizing: border-box;
        width: 200px;
        height: 36px;
        background: #FFFFFF;
        border-radius: 19px;
        border: 1px solid #CECECE;
        padding: 0 20px 0 15px;
    }

    .header .main .right-nav .link-search .right-search input[type=text]:focus {
        outline: 1px solid #259F57;
    }

    .header .main .right-nav .link-search .right-search img {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-8px);
        cursor: pointer;
    }

    .header .main .right-nav .nav-box {
        display: flex;
    }

    .header .main .right-nav .nav-box .single-nav {
        margin-left: 50px;
        font-size: 18px;
        font-weight: 400;
        line-height: 60px;
        cursor: pointer;
    }

    .header .main .right-nav .nav-box .single-nav a {
        color: #000000;
    }

    .header .main .right-nav .nav-box .single-nav a:hover {
        color: #259F57;
    }

    .header .main .right-nav .nav-box .active {
        position: relative;
    }
  
    .header .main .right-nav .nav-box .active1 {
        position: relative;
    }

    .header .main .right-nav .nav-box .active a {
        font-weight: bold;
        color: #259F57;
    }
    .header .main .right-nav .nav-box .active1 a {
        font-weight: bold;
        color: #259F57;
    }

    .header .main .right-nav .nav-box .active::before {
        content: "";
        width: 100%;
        height: 4px;
        background: #259F57;
        position: absolute;
        z-index: 10;
        bottom: 0;
    }
      .header .main .right-nav .nav-box .active1::before {
        content: "";
        width: 100%;
        height: 4px;
        background: #259F57;
        position: absolute;
        z-index: 10;
        bottom: 0;
    }

    .header .link-search {
        display: none;
    }



    .sub-menu1 {
        opacity: 0;
        width: 100%;
        line-height: 60px;
        position: fixed;
        z-index: 99;
        top: 120px;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 10px 8px rgba(9, 8, 9, 0.1);
        -webkit-box-shadow: 0px 10px 8px rgb(9 8 9 / 10%);
        box-shadow: 0px 10px 8px rgb(9 8 9 / 10%);
        -o-transition: all 1s;
        transition: all 1s;
        box-sizing: border-box;
    }

    .sub-menu1 ul {
        display: none;
    }

    .sub-menu1 .custom li {
        display: inline-block;
        margin-right: 15px;
        font-family: 'SiYuan';
    }

    .sub-menu1 .custom2,
    .sub-menu1 .custom1 {
        margin-right: 20px;
        text-align: right;
    }

    .sub-menu1 .custom1 li {
        display: inline-block;
        margin-right: 15px;
        z-index: 1000;
    }

    .sub-menu1 .custom2 li {
        display: inline-block;
        margin-right: 15px;
        z-index: 100;
    }

    .sub-menu1 a {
        color: #fff;
        font-size: 16px;
    }

    .sub-menu1 a:hover {
        color: #43A7FF;
    }


    .classify,
    .mobileFooter,
    .searchbox {
        display: none;
    }



    /* 内部 */
    .contentbody {
        min-height: calc(100vh - 518px);
    }

    .contentbody .banner {
        width: 100%;
    }

    .contentbody .banner2 {
        display: none;
    }

    .contentbody .menu {
        box-sizing: border-box;
        background: #fff;
        height: 80px;
        border-bottom: 1px solid #E8E8E8;
    }

    .contentbody .menu .menubox {
        height: 80px;
        display: flex;
        justify-content: space-between;
    }

    .menu .menu-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu .menu-left li a {
        font-size: 20px;
        color: #333333;
        box-sizing: border-box;
        line-height: 80px;
        display: inline-block;
        font-family: PingFang SC-Bold, PingFang SC;
    }


    .menu .menu-left li a:hover {
        color: #259F57;
    }

    .menu .menu-left li {
        position: relative;
        margin-right: 40px;
    }

    .menu .menu-left li:hover::after {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: #259F57;
    }

    .menu .menu-left .active a {
        font-weight: bold;
        color: #259F57;
        font-size: 20px;
    }

    .menu .menu-left .active::after {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: #259F57;
    }

    .menu .menu-right {
        display: flex;
        align-items: center;
    }

    .menu .menu-right .public-home {
        width: 14px;
        height: 14px;
    }

    .menu .menu-right ul {
        display: flex;
        align-items: center;
    }

    .menu .menu-right ul li {
        font-size: 16px;
        color: #999999;
        margin-left: 10px;
    }

    .menu .menu-right ul li:nth-last-of-type(1) {
        color: #259F57;
    }



    /* 底部 */
    .footer {
        background: #007D00;
        padding: 50px 0 20px;
    }

    .footer .company {
        width: 245px;
    }

    .footer .company .logo {
        width: 200px;
        display: inline-block;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        ;
    }

    .footer .company .logo img {
        width: 100%;
    }

    .footer .company .contact {
        font-size: 16px;
        font-weight: normal;
        color: #FFFFFF;
        margin: 25px 0;
    }

    .footer .company .contactItem {
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        margin-bottom: 10px;
        line-height: 22px;
    }

    .footer .link-box {
        display: flex;
        justify-content: space-between;
    }

    .footer .link-box .left {
        flex: 1;
        margin: 0 75px;
        display: flex;
        justify-content: space-between;
    }

    .footer .link-box .left ul {
        flex: 1;
    }

    .footer .link-box .left ul li {
        margin-bottom: 10px;
    }

    .footer .link-box .left ul li a {
        font-size: 14px;
        font-weight: 400;
        color: #ddd;
        cursor: pointer;
    }
     .footer .link-box .left ul li a:hover {
        color: #FFF;
        font-weight: 550
    }


    .footer .link-box .left ul li:first-child {
        font-size: 17px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 20px;
        cursor: default;
    }

    .footer .link-box .left .select {
        appearance: none;
        -webkit-appearance: none;
        border: 0;
        width: 240px;
        height: 40px;
        background: #125BC4;
        border: 1px solid #4889E6;
        padding-left: 15px;
        font-size: 14px;
        font-weight: 400;
        color: #B6D2FA;
        outline: none;
        background: url("../img/arrow-up.png") no-repeat right center transparent;
        background-size: 10% 60%;
    }



    .footer .link-box .right img {
        margin-bottom: 15px;
        width: 128px;
    }

    .footer .link-box .right .text {
        font-size: 13px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
    }

    /* 备案信息 */
    .provider {
        background: #006700;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .provider span {
        margin-right: 30px;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
    }

    .provider .archival {
        display: flex;
        align-items: center;
    }

    .provider .archival img {
        margin-right: 5px;
    }





    .page {
        display: flex;
        justify-content: center;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .page-num {
        display: flex;
    }

    .page-num a {
        width: 50px;
        height: 50px;
        background: #FFFFFF;
        border-radius: 5px;
        border: 1px solid #D4D4D4;
        font-size: 18px;
        color: #999999;
        margin-right: 10px;
        text-align: center;
        line-height: 50px;
        cursor: pointer;
    }

    .page-num a:hover {
        background: #259F57;
        color: #fff;
    }

    .page-num .active {
        background: #259F57;
        color: #fff;
    }

    .pre {
        width: 50px;
        height: 50px;
        background: #FFFFFF;
        border-radius: 5px;
        opacity: 1;
        border: 1px solid #D4D4D4;
        font-size: 18px;
        color: #999999;
        margin-right: 10px;
        text-align: center;
        line-height: 50px;
    }

    .pre:hover {
        background: #259F57;
        color: #fff;
    }

    .next {
        width: 50px;
        height: 50px;
        background: #FFFFFF;
        border-radius: 5px;
        opacity: 1;
        border: 1px solid #D4D4D4;
        font-size: 18px;
        color: #999999;
        margin-right: 10px;
        text-align: center;
        line-height: 50px;
    }

    .next:hover {
        background: #259F57;
        color: #fff;
    }

    .push-num {
        margin-left: 40px;
        display: flex;
        align-items: center;
    }

    .push-num span {
        font-size: 18px;
        color: #999999;
        margin-right: 10px;
    }

    .push-num input {
        width: 50px;
        height: 50px;
        background: #FFFFFF;
        border-radius: 5px;
        border: 1px solid #D4D4D4;
        font-size: 18px;
        color: #999999;
        text-align: center;
        line-height: 50px;
        margin-right: 10px
    }

    .push-num button {
        width: 100px;
        height: 50px;
        background: #FFFFFF;
        border-radius: 5px;
        opacity: 1;
        border: 1px solid #D4D4D4;
        font-size: 18px;
        color: #999999;
        text-align: center;
        line-height: 50px;
        margin-right: 10px;
    }

    .push-num button:hover {
        background: #259F57;
        color: #fff;
    }

}