﻿html {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

* {
    font-family: -apple-system,BlinkMacSystemFont,"SF Pro SC","SF Pro Text","Helvetica Neue",Helvetica,"PingFang SC","Segoe UI",Roboto,"Hiragino Sans GB",arial,"microsoft yahei ui","Microsoft YaHei",SimSun,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
em {
    font-style: normal;
}
p {
    margin: 0px;
    padding: 0px;
}
dl,dt,dd,ul,li{list-style:none;margin:0px;padding:0px;}
img {
    border: 0;
    vertical-align: middle;
}
img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

a {
    color: rgb(51, 51, 51);
    font-size: 1rem;
}

.red {
    color: #92ba2f;
}

.txt-red {
    color: #498711;
}

.detail_news_list a:hover {
    color: #ff6600;
}

input.error {
    color: #498711;
}

li {
    list-style: none;
    margin: 0;
    padding: 0px;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

* {
    box-sizing: border-box;
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
}

.float-left {
    float: left;
}

.porkBellies_introduce {
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .porkBellies_introduce {
    }

    .content_canvas {
        /*min-height:600px;*/
    }

    .detailsList_NewsDetail {
        min-height: 600px;
    }
}

@media screen and (min-width: 769px) {
    .porkBellies_introduce {
        min-height: 345px;
    }

    .mobile_top {
        display: none
    }

    .mobile_flash {
        display: none
    }

    .header_1 {
        width: 100%;
        background-color: #f9f9f9;
    }

    .header {
        width: 1200px;
        height: 90px;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }

    .nav {
        width: 1200px;
        height: 50px;
        margin: 0 auto;
    }

    #header .top {
        display: none;
    }

    .logo {
        width: 370px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .logo img {
            height: 100%;
        }

    .meta {
        width: 295px;
        height: 48px;
        position: absolute;
        right: 0;
        top: 28px;
        color: #645b58;
    }

        .meta span:last-child {
            font-size: 26px;
            color: #498711;
            line-height: 26px;
            font-weight: 600;
        }

    .nav ul {
        height: 50px;
        color: #757575;
    }

        .nav ul li {
            width: 14%;
            height: 50px;
            line-height: 50px;
            float: left;
            text-align: center;
        }

            .nav ul li a {
                width: 100%;
                color: #757575;
            }

    #header .nav li .active, .nav li a:hover {
        color: #498711 !important;
        font-weight: 600 !important;
    }

    .nav ul li.nav_1 {
        /*text-align: left;*/
        /*width: 100px;*/
    }

    .nav ul li.nav_7 {
        /*text-align: right;
        width: 140px;*/
    }

    .nav ul li:hover {
        border-top: 1px solid #eeeeee;
    }

        .nav ul li:hover a {
            color: #498711;
            font-weight: 600;
        }

    #navToggle {
        display: none
    }
    /*详情页*/

    .about_banner {
        width: 100%;
        /*border-top: 4px solid #498711;*/
    }

        .about_banner img {
            width: 100%;
            display: block;
            margin:auto;
        }

    .mobile_banner {
        display: none
    }

    .page_detail {
        width: 1200px;
        margin: 0px auto;
        font-size: 16px;
        line-height: 26px;
        overflow: hidden;
        min-height: 282px;
    }

    .page_left {
        width: 250px;
        float: left
    }

    .page_right {
        width: 900px;
        float: right;
        background: url(/Content/img/about_bg2.jpg) repeat;
    }

    .page_title {
        font-size: 24px;
        font: bold;
        border-left: 10px solid #498711;
        text-indent: 20px;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 20px;
        color: #498711;
    }

    .page_line {
        width: 100%;
        border-bottom: 2px solid #f7f7f7;
        margin-bottom: 30px;
    }

    .page_content {
        line-height: 30px;
        font-size: 16px;
        margin: 20px;
    }


    .p_class {
        width: 100%;
    }

        .p_class SPAN {
            width: 100%;
            text-indent: 30px;
            float: left;
            line-height: 50px;
            font-size: 18px;
            background: #498711;
            color: #FFFFFF;
            font-weight: bold
        }

        .p_class li {
            height: 50px;
            /*border-left: 2px solid #f1f1f1;*/
            text-indent: 30px;
            float: left;
            line-height: 50px;
            font-size: 18px;
            width: 100%;
            border-top: 2px solid #f1f1f1;
            border-bottom: 2px solid #f1f1f1;
            border-right: 2px solid #f1f1f1;
        }

            .p_class li:hover {
                color: #FFFFFF;
                background: #498711;
                border-right: none
            }

            .p_class li.active {
                color: #FFFFFF;
                background: #498711;
                border-right: none
            }
}

@media screen and (max-width: 768px) {
    .mobile_top {
        height: 40px;
        width: 100%;
        background: #fff;
        line-height: 40px;
    }

        .mobile_top h1 {
            font-size: 18px;
            font-weight: normal;
            text-indent: 20px;
            width: 80%;
            float: left
        }

    .kf {
        display: none
    }

    #header {
        position: fixed;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #fff;
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
        z-index: 1000;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        overflow-y: auto;
        transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
        top: 0;
        transform: translateX(100%);
    }

        #header.open {
            transform: translateX(0);
        }

            #header.open #navToggle {
                display: none
            }


        #header .top {
            height: 60px;
            padding: 20px;
            box-sizing: border-box;
        }

            #header .top .closed {
                width: 30px;
                height: 30px;
                vertical-align: middle;
                float: right;
                cursor: pointer;
            }

        #header .logo {
            width: 100%;
            margin: 0px auto
        }

            #header .logo img {
                display: block;
                margin: 30px auto;
            }

            #header .logo h1 {
                display: none
            }

        #header .nav {
            float: right;
            text-align: left;
            width: 100%;
            text-indent: 30px;
            font-weight: bold
        }

            #header .nav li {
                padding: 0 20px;
                border-bottom: 1px solid #f5f5f5;
                transform: translateY(0);
                -webkit-transform: translateY(100%);
                transform: translateY(100%);
                -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
                transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
                opacity: 0;
                font-weight: normal
            }



            #header .nav li {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

                #header .nav li:nth-child(1) {
                    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
                    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
                }

                #header .nav li:nth-child(2) {
                    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
                    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
                }

                #header .nav li:nth-child(3) {
                    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
                    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
                }

                #header .nav li:nth-child(4) {
                    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
                    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
                }

                #header .nav li:nth-child(5) {
                    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
                    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
                }

                #header .nav li:nth-child(6) {
                    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
                    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
                }

                #header .nav li a {
                    display: block;
                    text-dec oration: none;
                    color: #333;
                    font-size: 16px;
                    height: 50px;
                    line-height: 50px;
                    width: 100%;
                }

    .meta {
        display: none;
    }

    .mobile_top {
        height: 64px;
    }

        .mobile_top a:first-child {
            height: 100%;
            width: 80%;
        }

            .mobile_top a:first-child img {
                height: 60px;
                width: auto;
                margin-left: 10px;
            }


        .mobile_top #navToggle {
            height: 100%;
            padding: 9px 15px;
            margin-right: -15px;
            display: inline-block;
            float: right;
            margin-right: 10px;
        }

            .mobile_top #navToggle span {
                position: relative;
                width: 25px;
                height: 1px;
                margin-top: 19px;
            }

                .mobile_top #navToggle span:before,
                .mobile_top #navToggle span:after {
                    content: '';
                    position: relative;
                    width: 100%;
                    height: 1px;
                    left: 0;
                }

                .mobile_top #navToggle span,
                .mobile_top #navToggle span:before,
                .mobile_top #navToggle span:after {
                    -webkit-transition: 0.3s;
                    -moz-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                    display: block;
                    background: #4f4f4f;
                }

                    .mobile_top #navToggle span:before {
                        top: 8px;
                    }

                    .mobile_top #navToggle span:after {
                        bottom: 10px;
                    }

    .swiper-slide a {
        background-size: cover !important;
    }
    /*FLASH*/
    .slide {
        display: none
    }

    .wrap {
        margin: 0px auto;
        width: 100%;
    }

    .mainbox {
        display: none
    }

    .mobile_grs {
        width: 100%;
        padding: 10px;
        box-sizing: boder-box;
        font-size: 14px;
        color: #333333;
        line-height: 24px;
    }

        .mobile_grs p {
            text-indent: 25px;
        }

    .big_title {
        font-size: 16px;
        font-weight: bolder;
        color: #498711
    }

    .news_class {
        display: none
    }


    .menu_title {
        background: #4caf50;
        color: #FFFFFF;
        font-weight: bolder;
        font-size: 18px;
        text-align: center;
        border-radius: 8px;
        height: 34px;
        line-height: 34px;
        display: block;
        border: 1px solid #fff;
        width: 170px;
    }

    .secondRow {
        display: none
    }

        .secondRow img {
            display: none
        }
    /*详情页*/

    .about_banner {
        display: none
    }


    .mobile_flash {
        width: 100%;
        background: #15a796
    }

    .mobile_banner img {
        width: 100%;
        display: block;
    }

    .mobile_flash img {
        width: 100%;
    }



    .page_detail {
        width: 100%;
        margin: 0px auto;
        /*margin-top: 10px;*/
        padding-bottom: 30px;
        overflow: hidden;
        background-color: #fff;
    }

        .page_detail .detail_news_list {
            display: none
        }

    .page_left {
        display: none
    }

    .page_right {
        width: 96%;
        margin: 0px auto
    }

    .page_title {
        font-size: 18px;
        font: bold;
        border-bottom: 2px solid #e2e2e2;
        text-indent: 10px;
        width: 100%;
        line-height: 40px;
    }

    .page_content {
        line-height: 24px;
        font-size: 14px;
        margin: 10px;
    }

        .page_content img {
            max-width: 100%
        }



    .news_title {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 30px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px dashed #e2e2e2;
    }

    .more_news {
        display: none;
    }
}



.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.nav {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
/* 顶部菜单结束 */

/* 底部开始 */

@media screen and (min-width:769px) {
    .mobileFooter {
        display: none;
        height: 24px;
    }
}

@media screen and (max-width:768px) {
    .pcFooter {
        display: none;
    }
}

.shuzi {
    background: url(/Content/img/bottom.jpg) no-repeat;
    height: 240px;
    width: 100%;
    display: inline-block;
    position: relative;
}

    .shuzi .text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #FFFFFF;
        width: 80%;
    }

        .shuzi .text li:first-child {
            border-left: none;
        }

        .shuzi .text li {
            height: 125px;
            text-align: center;
            border-left: 1px solid #FFFFFF;
            float: left;
            display: inline-block;
            padding: 0 0;
            width: 25%;
        }

            .shuzi .text li .num {
                position: relative;
                display: inline-block;
            }

            .shuzi .text li .tig {
                font-size: 25px;
                position: absolute;
                top: 30px;
                right: -22px;
            }

            .shuzi .text li .p {
                font-size: 24px;
                margin-top: 16px;
                font-weight: 300;
            }

@media screen and (min-width:769px) {
    .mt-number-animate .mt-number-animate-dom {
        width: 38px;
    }
}



@media screen and (max-width:768px) {
    .shuzi {
        height: 270px;
    }

        .shuzi .text li {
            width: 50%;
            height: 100px;
        }

        .shuzi .text li {
            border: none;
            box-sizing: border-box;
        }

            .shuzi .text li:first-child {
                border-right: 1px solid #ffffff;
                border-bottom: 1px solid #ffffff;
            }

            .shuzi .text li:nth-child(2) {
                border-bottom: 1px solid #ffffff;
            }

            .shuzi .text li:nth-child(3) {
                border-right: 1px solid #ffffff;
            }



            .shuzi .text li .num {
                height: 65px;
            }

            .shuzi .text li .tig {
                top: 24px;
                right: -16px;
            }

            .shuzi .text li .p {
                margin-top: 0px;
            }

    .mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
        font-size: 32px;
    }

    .shuzi .text li .p, .shuzi .text li .tig {
        font-size: 16px;
    }

    .mt-number-animate .mt-number-animate-dom {
        width: 20px;
    }
}




.mt-number-animate {
    font-weight: 300;
    line-height: 64px;
    height: 64px;
    font-size: 64px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

    .mt-number-animate .mt-number-animate-dom {
        text-align: center;
        float: left;
        position: relative;
        top: 0;
    }

        .mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
            width: 100%;
            float: left;
            font-family: Arial;
        }




.mobile_foot_line {
    display: none;
}

.mobile_foot_line {
    position: fixed;
    bottom: 40px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 98;
    display: none;
}

    .mobile_foot_line img {
        width: 40px;
    }

.mobile_footer {
    display: none
}

.footer {
    /*background: rgb(31, 31, 31);*/
    color: rgb(153, 153, 153);
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
}

.grWidth {
    margin: 0px auto;
    width: 1200px;
    text-align: justify;
    -ms-text-justify: inter-ideograph;
    text-align: center;
}

.footMain {
    padding: 25px 0px;
    text-align: center;
    overflow: hidden;
}

.footContact {
    padding-top: 10px;
    text-align: center;
}

.frendLink {
    padding: 10px 0px;
}

.friendLink span {
    text-transform: uppercase;
}

.friendLink i {
    color: rgb(136, 136, 136);
    font-style: normal;
    margin-left: 8px;
}



    .footer a:hover {
        color: rgb(255, 255, 255);
    }
/* 底部结束 */

/*客服菜单*/
.rb_cz_box {
    position: fixed;
    right: 10px;
    bottom: 60%;
    margin-bottom: -200px;
    width: 80px;
    z-index: 99;
}

    .rb_cz_box a:hover, .rb_cz_box span:hover {
        border: none;
    }

.rb_cz {
    display: block;
    height: 78px;
    margin-bottom: -1px;
    border: 1px solid #e0e0e0;
    background: #fff;
    text-align: center;
    color: #333;
    position: relative;
    cursor: pointer;
}

    .rb_cz:hover {
        background: #6fba2c;
        color: #fff;
    }

    .rb_cz i {
        display: inline-block;
        width: 38px;
        height: 38px;
        margin: 10px 0 -3px;
    }

.rb_cz_gzwm i {
    background: url(/Content/img/weixin1.png) center center no-repeat;
}

.rb_cz_gzwm:hover i {
    background: url(/Content/img/weixin2.png) center center no-repeat;
}

.rb_cz_zxzx i {
    background: url(/Content/img/zxzx1.png) center center no-repeat;
}

.rb_cz_zxzx:hover i {
    background: url(/Content/img/zxzx2.png) center center no-repeat;
}

.rb_cz_dh i {
    background: url(/Content/img/lxdh1.png) center center no-repeat;
}

.rb_cz_dh:hover i {
    background: url(/Content/img/lxdh2.png) center center no-repeat;
}

.goTop:hover i {
    background: url(/Content/img/fhdb2.png) center center no-repeat;
}

.goTop i {
    background: url(/Content/img/fhdb1.png) center center no-repeat;
}

.rb_cz_dh {
    z-index: 99;
}

.goTop {
    visibility: hidden
}

.rb_cz_wxxx {
    display: none;
    position: absolute;
    right: 80px;
    top: -80px;
    width: 220px;
    height: 245px;
    background: url(/Content/img/u67.png);
    text-align: center;
    overflow: hidden;
}

    .rb_cz_wxxx img {
        margin: 11px 0 0 -10px;
        width: 160px;
    }

.rb_cz_wxxx_txt {
    display: inline-block;
    width: 100%;
    margin-top: -5px;
    font-size: 12px;
    line-height: 18px;
    color: #777;
}

.rb_cz_gzwm:hover .rb_cz_wxxx {
    display: block;
}

.rb_cz_dhxx {
    display: none;
    position: absolute;
    right: 79px;
    top: 0px;
    width: 240px;
    height: 78px;
    line-height: 80px;
    background: #6fba2c;
    font-size: 26px;
    color: #fff;
    font-family: arial;
}

    .rb_cz_dhxx img {
        vertical-align: middle;
        margin: 0 10px 3px 0;
    }

.rb_cz_dh:hover .rb_cz_dhxx {
    display: block;
}

/*客服菜单结束*/


.i_banner {
    height: 400px;
    position: relative;
    /*border-top: 4px solid #498711;*/
}

    .i_banner .swiper-slide {
        height: auto;
    }

        .i_banner .swiper-slide a {
            display: block;
            height: 100%;
        }

.i_banner_pagination {
    position: absolute;
    bottom: 66px;
    width: 100%;
    text-align: center;
    z-index: 9;
}

    .i_banner_pagination .swiper-pagination-switch {
        display: inline-block;
        width: 40px;
        height: 4px;
        background: #fff;
        margin: 0 4px;
        opacity: .4;
        cursor: pointer;
    }

    .i_banner_pagination .swiper-active-switch {
        background: #fff;
        opacity: 1;
    }

@media screen and (max-width:1025px) {
}

@media screen and (max-width:413px) {
    .i_banner {
        height: 190px;
    }
}

@media screen and (max-width:374px) {
    .i_banner {
        height: 160px;
    }
}

@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .mobile_foot_line {
        display: block;
    }

    .detail_menu {
        height: 50px;
        line-height: 50px;
    }

    .main_box {
        width: 100% !important;
    }

    .slogan {
        font-size: 18px !important;
        line-height: 30px !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    .about_text {
        width: 94% !important;
        color: black !important;
        line-height: 28px !important;
        font-size: 16px !important;
        box-sizing: border-box !important;
    }

    .slcp_item {
        width: 100% !important;
    }

    .index_data {
        display: none;
    }

    .rb_cz_box {
        display: none;
    }

    .nav_bg {
        display: none;
    }

    .slcp_item li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .slcp_item_info {
        height: auto !important;
        overflow-x: auto;
        width: 96% !important;
        margin: 0 auto !important;
    }

        .slcp_item_info > div {
            width: 100% !important;
            float: initial !important;
            padding: 10px;
            box-sizing: border-box;
            margin-left: 0px !important;
            margin-top: 0px !important;
            border: none !important;
            box-shadow: none !important;
        }

        .slcp_item_info img {
            width: 100%;
            margin: 0px !important;
            display: none;
        }

    .part_box {
        width: 94%;
        margin: 0 auto;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        display: none;
    }

    .slcp_item_info table {
        min-width: 320px;
    }

        .slcp_item_info table td {
            font-size: 14px;
            line-height: 22px;
        }

    .part_box div {
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
        float: initial !important;
    }

        .part_box div img {
            width: 100%;
            height: auto !important;
        }

    .tab-buttons {
        height: 50px;
        display: none;
    }

        .tab-buttons .tab-button {
            width: 40%;
            float: initial;
            font-size: 16px;
            height: 50px;
            line-height: 50px;
            box-sizing: border-box;
        }

    .detail_news_list li {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        float: initial;
    }

    .firendLink {
        display: none;
    }

    .footer {
        padding: 5px 0;
    }

    .footContact {
        padding-top: 0px;
    }

    .about_banner {
        height: auto !important;
        min-height: auto !important;
    }

        .about_banner img {
            width: 100%;
            object-fit: cover;
        }



    .detail_news_list {
        padding: 0px;
        display: none;
        background-size: cover;
        float: initial;
    }

        .detail_news_list li a {
            padding-left: 15px;
            padding-right: 75px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .detail_news_list li a span {
                text-align: center;
            }




    .page {
        margin: 10px 0px;
    }

        .page a {
            margin-bottom: 5px;
        }

    .tb_td {
        font-size: 14px;
    }

    .detail_news_list li a i {
        display: none;
    }

    .i_banner {
        height: 150px;
    }

    .swiper-wrapper {
        height: 100%;
    }

    .swiper-slide {
        height: 100%;
    }

    .detail_title {
        line-height: 28px;
        height: auto;
        font-size: 16px;
        text-align: left;
        padding-bottom: 5px;
        text-indent: 30px;
    }

    .mobile_item li:first-child {
        background: transparent;
    }

    .mobile_item li:nth-child(2) {
        background: transparent;
    }

    .mobile_item li:nth-child(3) {
        background: transparent;
    }

    .mobile_item li:nth-child(4) {
        background: transparent;
    }

    .slcp_item {
        display: none;
    }

    .mobile_item {
        display: block;
        overflow: hidden;
    }

    .mobile_item {
        width: 100%;
    }

        .mobile_item li {
            width: 25%;
            padding: 5px;
            height: auto;
            background: #e2e2e2;
            text-align: center;
            color: transparent;
            font-size: 14px;
            font-weight: bold;
            line-height: initial;
            float: left;
            list-style: none;
            border-right: 1px solid #ffffff;
            box-sizing: border-box;
            cursor: pointer;
        }

            .mobile_item li:hover {
                color: transparent;
                height: auto;
                line-height: initial;
            }

            .mobile_item li.on {
                color: transparent;
                height: auto;
                box-sizing: border-box;
                line-height: initial;
            }

            .mobile_item li p {
                padding-top: 5px;
                color: #666;
            }

            .mobile_item li img {
                width: 40px;
                height: 40px;
                object-fit: contain;
            }


    .foot_nav {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin: 10px auto;
    }

        .foot_nav li img {
            width: 60px;
        }

        .foot_nav li p {
            text-align: center;
            margin-top: 5px;
        }

    .mobile_footer {
        display: none;
        padding: 15px 3%;
        background: rgb(31, 31, 31);
        color: rgb(153, 153, 153);
        overflow: hidden;
        font-size: 12px;
        line-height: 24px;
    }

    .footer {
        width: 100%;
    }
}
/* 底部结束 */
.page_next {
}

    .page_next a {
        display: block;
        margin: 0 auto;
        text-align: center;
        border: 1px solid #eeeeee;
    }

        .page_next a:hover {
            border: 1px solid #eeeeee;
            background-color: #ffffff;
        }

/* 底部详情开始 */

.htmleaf-container canvas {
    width: 100%;
}


/* 底部详情结束 */


/*  公用框 开始 */
.content_canvas {
    background-color: #ffffff;
    margin: 0 auto;
    width: 1200px;
    /*padding-bottom: 30px;*/
    height: auto;
    color: #595959;
    font-size: 14px;
}

@media only screen and (min-width:769px) {
    .content_canvas {
        width: 1200px;
    }
}

@media only screen and (max-width:768px) {
    .content_canvas {
        width: 100%;
    }
}


.link{clear:both;min-width:1200px;width:100%;background:#111;overflow:hidden;border-bottom:solid 1px #242424;}
.link .link_content{width:1200px;margin:auto;height:100%;overflow:hidden;margin-top:10px;padding:0 10px 0 10px;}
.link .link_content ul{padding:5px 0 30px;}
.link .link_content ul li{padding:0;margin-right:20px;float:left;list-style:none;margin-bottom:10px;font-size:14px;}
.link .link_content ul li a{color:#777;font-size:14px;}
.link .link_content ul li a:hover{cursor:pointer;}


.footer{width:1200px;}
.footer_content,.footer_wxcode,.xb3{position:relative;min-height:1px;}
@media (min-width:800px){
#footer{padding:5px 10px;}
}
@media (min-width:1000px){
.footer_wxcode,.footer_content{float:left;}
.footer_wxcode{width:33.33333333%;}
.footer_content{width:66.66666667%;}
}
@media (min-width:1200px){
.footer_content{float:left;}
}
@media (max-width:800px){
#footer{display:none;}
.footer_wxcode{display:none!important;}
}
@media (min-width:800px) and (max-width:1000px){
.footer_wxcode{display:none!important;}
}
.footer_content{box-sizing:border-box;width:100%;}
.footer_content p{margin-bottom:5px;line-height:24px;}
.footer_wxcode{text-align:right;}
.bg-footnav{background:#111;padding-top:40px;padding-bottom:40px;}
@media only screen and (max-width: 768px){
.bg-footnav{padding-top:20px;padding-bottom:20px;}
}
.bg-footnav .footmenu{padding-right:20px;}
.bg-footnav p{color:#777;font-size:14px;text-align:justify;}
.bg-footnav p:first-child{margin-top:5px;}
.foot-logo{height:60px;width:auto;}
.foot-weixin{width:80px;}
.bg-footnav .footer_wxcode{/*border-left:solid 1px #242424;*/display:flex;align-items:center;justify-content:space-around;height:97px;}
.footer_wxcode img{display:flex;align-items:center;justify-content:center;}
.footer,.footer-layout{margin:0 auto;padding:0 10px;}
.footer_content,.xb3{position:relative;min-height:1px;}
@media (min-width:300px){
.footer_content{float:left;width:100%;}
}
@media (min-width:800px){
.footer_content{float:left;}
.footer_content{width:70%;}
}
.footer-clearfix:after,.footer:after,.footer-layout:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.footer-clearfix,.footer,.footer-layout{display:block;}
@media only screen and (max-width: 800px){
.footer_content{display:none;}
}
.footer img{object-fit:cover;}
.footer_content,.xb3{position:relative;min-height:1px;}
@media (min-width:300px){
.footer_content{float:left;width:100%;}
}
@media (min-width:1000px){
.footer_content{float:left;}
.footer_content{width:66.66666667%;}
}
@media (min-width:1200px){
.xb3,.footer_content{float:left;}
.xb3{width:25%;}
.footer_content{width:64%;}
}
.footer_content{box-sizing:border-box;float:left;width:100%;}
.footer,.footer-layout{margin:0 auto;padding:0 10px;}
.footer_content,.xb3{position:relative;min-height:1px;}
@media (min-width:300px){
.footer_content{float:left;width:100%;}
}
@media (min-width:800px){
.xb3,.footer_content{float:left;}
.xb3{width:30%;}
.footer_content{width:70%;}
}
.footer-clearfix:after,.footer:after,.footer-layout:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.footer-clearfix,.footer,.footer-layout{display:block;}
@media only screen and (min-width: 800px) {
    .footer .footer_mobile{display:none;}
}
@media only screen and (max-width: 800px){
.footer_content{display:none;}
}
.bg-sub .footer > div{font-size: 14px;
    color: #777777;
    line-height: 28px;
    text-align: center;}
.bg-sub .footer > div a{font-size: 14px;
    color: #777777 !important;}

@media screen and (max-width:768px) {
    .link{display:none;}
    .footer{width:100%;padding: 3px 0;}
    .footer .footer_mobile{display:block;}
}


/* 公用框 结束 */
