        /* 媒体查询header最小分辨率768px，最大2800px */
        @media (min-width: 999px) and (max-width: 2800px) {

            body,
            dd,
            dt,
            h1,
            h2,
            h3,
            h4,
            h5,
            h6,
            li,
            p,
            ul {
                margin: 0;
                padding: 0
            }

            html,
            .body {
                /* font-size:14px; */
                font-family: microsoft yahei;
                /* min-width: 1300px; */
                /* max-width: 2800px; */
                font-size: 16px;
                -webkit-text-size-adjust: none;
            }

            /* body{
            min-width:1920px;
        } */
            h1,
            h2,
            h3 {
                font-family: "microsoft yahei";
            }

            html,
            body,
            div,
            span,
            applet,
            object,
            iframe,
            h1,
            h2,
            h3,
            h4,
            h5,
            h6,
            p,
            blockquote,
            pre,
            a,
            abbr,
            acronym,
            address,
            big,
            cite,
            code,
            del,
            dfn,
            em,
            img,
            ins,
            kbd,
            q,
            s,
            samp,
            small,
            strike,
            strong,
            sub,
            sup,
            tt,
            var,
            b,
            u,
            i,
            center,
            dl,
            dt,
            dd,
            ol,
            ul,
            li,
            fieldset,
            form,
            label,
            legend,
            table,
            caption,
            tbody,
            tfoot,
            thead,
            tr,
            th,
            td,
            article,
            aside,
            canvas,
            details,
            embed,
            figure,
            figcaption,
            footer,
            header,
            hgroup,
            menu,
            nav,
            output,
            ruby,
            section,
            summary,
            time,
            mark,
            audio,
            video {
                margin: 0;
                padding: 0;
                border: 0;
                font-size: 100%;
                vertical-align: baseline;
            }

            a {
                color: #4183c4;
                text-decoration: none;
            }

            a:hover {
                text-decoration: underline;
            }

            body {
                width: 100%;
                background-color: #f8f8f8;
                color: #323232;
                min-height: 100%;
                box-sizing: border-box;
                font-size: 16px;
            }

            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                font-size: 100%;
                font-weight: 400
            }

            dd,
            li,
            ul {
                list-style: none
            }

            table {
                border-collapse: collapse;
                border-spacing: 0
            }

            a {
                text-decoration: none;
                cursor: pointer;
                outline: none;
                color: inherit
            }

            input {
                outline: none
            }

            em {
                font-style: normal
            }

            html {
                height: 100%;
            }

            @font-face {
                font-family: 'iconfont';
                src: url('iconfont.eot');
                src: url('iconfont.eot?#iefix') format('embedded-opentype'),
                    url('iconfont.woff2') format('woff2'),
                    url('iconfont.woff') format('woff'),
                    url('iconfont.ttf') format('truetype'),
                    url('iconfont.svg#iconfont') format('svg');
            }

            .iconfont {
                font-family: "iconfont" !important;
                font-size: 16px;
                font-style: normal;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            a {
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
                text-decoration: none !important;
                color: #454545;
                cursor: pointer;
            }

            a:hover {
                text-decoration: none;
                color: #333;
            }

            a:focus {
                text-decoration: none;
            }

            button {
                outline: 0 !important;
                -webkit-box-shadow: none;
                box-shadow: none;
                border: none;
                padding: 0;
            }

            button:focus {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            img {
                border: none;
                outline: none;
                width: auto;
                height: auto;
                max-width: 100%;
                max-height: 100%;
            }

            body,
            html {
                /* font-size: 16px !important; */
                font-size: 100% !important;
            }

            .wrapper {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                border-bottom: 1px solid #dadada;
                background: #fff;
                font-size: 100%;
                /* min-width: 1300px; */
            }

            footer {
                width: 100%;
                height: auto;
                font-size: 100%;
                /* min-width: 1300px; */
            }

            header {
                height: 90px;
                background: #fff;
                display: flex;
                align-items: center;
                width: 100%;
            }

            header .left_login {
                width: 15%;
            }

            header .nav_tip {
                width: 25%;
                display: flex;
                position: relative;
            }

            header .nav_tip a {
                font-size: 110%;

            }


            .nav_icon {

                position: absolute;
                /* top: -20px; */
                line-height: 0px;
                right: 10%;
                float: right;
            }

            header .nav_tip i {
                font-size: 110%;
                padding-right: 5px;
            }

            header .nav {
                width: 60%;

                float: left;
            }

            /* 轮播图 */
            .swiper-container {
                width: 100%;
                height: 100%;
                position: relative;
            }

            .swiper-slide {
                text-align: center;
                font-size: 18px;
                background: #fff;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
            }

            .pagination {
                position: absolute;
                z-index: 20;
                bottom: 10px;
                width: 100%;
                text-align: center;
            }

            .swiper-pagination-switch {
                display: inline-block;
                width: 8px;
                height: 8px;
                border-radius: 8px;
                background: #555;
                margin: 0 5px;
                opacity: 0.8;
                border: 1px solid #fff;
                cursor: pointer;
            }

            .swiper-active-switch {
                background: #fff;
            }

            #swiper-container-honor {
                width: 100%;
                padding-top: 50px;
                padding-bottom: 50px;
            }

            #swiper-container-honor .swiper-slide {
                background-position: center;
                background-size: cover;
                width: 250px;
                height: 300px;
                visibility: hidden;
            }

            #swiper-container-honor .swiper-slide.swiper-slide-prev,
            #swiper-container-honor .swiper-slide.swiper-slide-next,
            #swiper-container-honor .swiper-slide.swiper-slide-active {
                visibility: visible;
            }

            .ours-main {
                width: 100%;
                height: 28rem;
                margin-top: 3rem;
                display: flex;
                justify-content: center;
            }

            .ours-swiper {
                height: 100%;
                width: 49.8%;
            }

            #co {
                position: relative;
                width: 100%;
                height: 100%;
            }

            #wr {
                width: 100%;
                height: 100%;
            }

            #sl {
                text-align: center;
                height: 86%;
                background: #CCCDCE;
                display: flex;
                justify-content: center;
                align-items: center;
                transition: 300ms;
                transform: scale(0.8);
            }

            .swiper-slide-active,
            .swiper-slide-duplicate-active {
                transform: scale(1);
            }

            .swiper-button-next,
            .swiper-button-prev {
                display: none;
            }

            .swiper-slide-active {
                z-index: 999 !important;
            }

            .swiper-slide-prev .s-right {
                display: none;
            }

            .swiper-slide-prev .s-left {
                margin-left: 35%;
            }

            .swiper-slide-prev {
                background-color: #fff;
            }

            .swiper-slide-next {
                background-color: #fff
            }

            .bxslider {
                width: 100%;
            }

            .body_warp1980 {
                width: 92%;
                margin: 0 4%;
                overflow: hidden;
            }

            .body_warp1940 {
                width: 74%;
                margin: 0 13%;
                overflow: hidden;
            }

            .body_warp1940 span b {
                font-size: 36px;
                font-weight: bolder;
            }


            .body_warp1966 {
                width: 74%;
                margin: 0 13%;
                /* overflow: hidden; */
                height: 850px;
            }

            .body_warp1931 {
                width: 74%;
                margin: 0 13%;
                overflow: hidden;
                height: 700px;
            }

            .body_warp1947 {
                width: 74%;
                margin: 0 13%;
                overflow: hidden;
            }

            .body_warp1946 {
                width: 74%;
                margin: 0 13%;
                overflow: hidden;
                height: auto;
            }

            .body_warp1945 {
                width: 74%;
                margin: 0 13%;
                overflow: hidden;
                /* height: 910px; */
                height: auto;
            }

            .body_warp19401 {
                width: 74%;
                margin: 0 13%;
                overflow: hidden;
            }

            .body_warp1940_time {
                width: 74%;
                margin: 0 13%;
                height: 820px;
                /* overflow: hidden; */
            }

            .body_warp19403 {
                width: 74%;
                margin: 0 13%;
                height: 820px;
                overflow: hidden;
            }

            .body_warp1949 {
                width: 74%;
                margin: 0 13%;
                overflow: hidden;
                margin-top: -9% !important;
            }

            .pos_r {
                position: relative;
                /* font-weight: bold; */
            }

            .pos_rr {
                font-weight: bold;
            }

            .content_title {
                font-size: 34px;
                font-weight: normal;
                color: #034fa5;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            /* 首页品牌介绍修改 */
            /* 修改了首页大字体的padding */

            .content_title_zi {
                border-bottom: 1px solid #cacaca;
                padding: 10px 30px;
                position: relative;
                /* padding-top: 50px; */
            }

            .content_title_zi::after {
                height: 3px;
                width: 30px;
                background: #0a69d5;
                content: " ";
                display: block;
                position: absolute;
                bottom: -2px;
                left: calc(50% - 15px);
            }

            .content_title_zi1 {
                border-bottom: 1px solid #cacaca;
                padding: 0px 30px 10px 30px;
                position: relative;
                color: #fff;
            }

            .content_title_zi1::after {
                height: 3px;
                width: 30px;
                background: #0a69d5;
                content: " ";
                display: block;
                position: absolute;
                bottom: -2px;
                left: calc(50% - 15px);
            }

            .content_title2 {
                font-size: 120%;
                font-weight: normal;
                color: #f2dc35;
                display: flex;
                justify-content: center;
                align-items: center;
                line-height: 80px
            }

            .content_title_zi2 {
                border-bottom: 1px solid #4989d1;
                padding: 0 0px;
                position: relative
            }

            .content_title_zi2::after {
                height: 3px;
                width: 30px;
                background: #f2dc35;
                content: " ";
                display: block;
                position: absolute;
                bottom: -2px;
                left: calc(50% - 15px);
            }

            .content_title_text {
                line-height: 36px;
                font-size: 115%;
                margin: 30px 0;
                overflow: hidden;
                text-align: center;
                padding: 0 20px;
            }

            .porduct_block .porduct_right .porduct_right_text {
                padding-left: 40px;
            }

            .porduct_right_text h3 {
                font-size: 130%;
                font-weight: normal;
                color: #034fa5;
                line-height: 50px;
            }

            /*.porduct_right_text h3 i{ width: 40px;*/
            /*    height: 3px;background: #034fa5;display: inline-flex; align-items: center}*/
            .porduct_right_text article {
                line-height: 30px;
                font-size: 100%;
            }

            .porduct_right_text p a {
                font-size: 100%;
                color: #f66806;
            }

            .porduct_right_text p i {
                width: 40px;
                box-shadow: 0px 0px 10px #c7bdb8;
                height: 40px;
                border-radius: 50%;
                font-size: 100%;
                background: #f66806;
                color: #fff;
                text-align: center;
                line-height: 40px;
                margin-left: 15px;
            }
            .cont_left p i{
                width: 40px;
                box-shadow: 0px 0px 10px #c7bdb8;
                height: 40px;
                border-radius: 50%;
                font-size: 100%;
                background: #f66806;
                color: #fff;
                text-align: center;
                line-height: 40px;
                margin-left: 15px;
            }

            .padd_t40 {
                /* font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important; */
                font-weight: bold;
                letter-spacing: 4px;
                padding-top: 40px;
                font-size: 200%;
            }

            #padd_t40 {
                width: 400px;
            }

            .padd_t60 {
                color: #f86300;
            }

            .padd_t60_g {
                padding: 60px
            }

            .padd_t40_g {
                padding-top: 40px;
            }

            .product_more {
                display: flex;
                flex-wrap: wrap
            }

            .guide-wrap_block a {
                -webkit-transition: all 0.6s;
                -moz-transition: all 0.6s;
                -ms-transition: all 0.6s;
                -o-transition: all 0.6s;
                transition: all 0.6s;
                margin-top: 0px
            }

            .guide-wrap_block a:hover {
                margin-top: 20px
            }

            .fc_f {

                font-size: 90%;
                padding: 20px 30px 0 30px;
            }

            /* 新加css */
            #swiper-container-honor {
                width: 100%;
                padding-top: 50px;
                padding-bottom: 50px;
            }

            #swiper-container-honor .swiper-slide {
                background-position: center;
                background-size: cover;
                width: 35%;
                height: 500px;
                visibility: hidden;
            }

            .swiper-slide h3 {
                text-align: center;
            }

            .slider .slider_media {
                height: 60px;
                line-height: 60px;
                width: 100%;
                position: relative;
                border-top: 1px solid #bfbfbf;
                border-bottom: 1px solid #bfbfbf;
                box-shadow: 0 0px 5px #bcbcbc;
                -webkit-box-shadow: 0 0px 5px #bcbcbc;
                -moz-box-shadow: 0 0px 5px #bcbcbc;
                -ms-box-shadow: 0 0px 5px #bcbcbc;
            }

            .slider .media_text {
                text-indent: 40px;
                background: url('./icon_message.png') no-repeat left 15px;
            }

            .slider .media_text a {
                font-size: 16px;
                color: #000000;
                text-align: center;
                padding-top: 15px;
            }

            .slider .media_text a h3 {
                text-align: center;
                font-size: 18px;
                font-weight: bold;
                color: #000;
                padding: 15px 0;
            }

            .slider .media_text a p {
                text-align: center;
                font-size: 16px;
                color: #666666;
            }

            a {
                text-decoration: none;
                color: #000;
            }

            a:focus {
                outline: none;
            }

            .slider .swiper-pagination {
                right: 0;
                top: 0;
            }

            .slider .swiper-pagination-bullet {
                margin-left: 12px;
            }

            #swiper-container-honor .swiper-slide.swiper-slide-prev,
            #swiper-container-honor .swiper-slide.swiper-slide-next,
            #swiper-container-honor .swiper-slide.swiper-slide-active {
                visibility: visible;
            }

            #swiper-container-honor-erp {
                width: 100%;
                padding-top: 30px;
                padding-bottom: 50px;
            }

            #swiper-container-honor-erp .swiper-slide {
                background-position: center;
                background-size: cover;
                width: 50%;
                height: 500px;
                visibility: hidden;
            }

            #swiper-container-honor-erp .swiper-slide.swiper-slide-prev,
            #swiper-container-honor-erp .swiper-slide.swiper-slide-next,
            #swiper-container-honor-erp .swiper-slide.swiper-slide-active {
                visibility: visible;
            }

            .slider .swiper-pagination-erp {
                right: 0;
                top: 0;
            }

            #swp-button-next-honor-erp {
                visibility: visible;
            }

            #swp-button-prev-honor-erp {
                visibility: visible;
            }

            .slider_media {
                text-align: center !important;
                padding-top: 30px;
            }

            .media_text a h3 {
                text-align: center;
                font-size: 20px;
                font-weight: bold;
                color: #000;
                padding: 15px 0;
            }

            .media_text a p {
                text-align: center;
                font-size: 16px;
                color: #666666;
            }

            /* erp的轮播 */
            #swiper-container-honor-dn {
                width: 100%;
                padding-top: 30px;
                padding-bottom: 50px;
            }

            #swiper-container-honor-dn .swiper-slide {
                background-position: center;
                background-size: cover;
                width: 50%;
                height: 500px;
                visibility: hidden;
            }

            #swiper-container-honor-dn .swiper-slide.swiper-slide-prev,
            #swiper-container-honor-dn .swiper-slide.swiper-slide-next,
            #swiper-container-honor-dn .swiper-slide.swiper-slide-active {
                visibility: visible;
            }

            .slider .swiper-pagination-erp {
                right: 0;
                top: 0;
            }

            /* sj的轮播 */
            #swiper-container-honor-sj {
                width: 1000px;
                padding-top: 30px;
                padding-bottom: 10px;
            }

            #swiper-container-honor-sj .swiper-slide {
                background-position: center;
                background-size: cover;
                width: 230px;
                height: 500px;
                visibility: hidden;
            }

            #swiper-container-honor-sj .swiper-slide.swiper-slide-prev,
            #swiper-container-honor-sj .swiper-slide.swiper-slide-next,
            #swiper-container-honor-sj .swiper-slide.swiper-slide-active {
                visibility: visible;
            }

            .slider .swiper-pagination-sj {
                right: 0;
                top: 0;
            }

            #swiper-container-honor-sj .swiper-wrapper {
                width: 1000px;
            }

            /* 荣誉资质 */
            #swiper-container-honor-ry {
                width: 1000px;
                padding-top: 30px;
                padding-bottom: 10px;
            }

            #swiper-container-honor-ry .swiper-slide {
                background-position: center;
                background-size: cover;
                width: 300px;
                height: 500px;
                visibility: hidden;
            }

            #swiper-container-honor-ry .swiper-slide.swiper-slide-prev,
            #swiper-container-honor-ry .swiper-slide.swiper-slide-next,
            #swiper-container-honor-ry .swiper-slide.swiper-slide-active {
                visibility: visible;
            }

            .slider .swiper-pagination-ry {
                right: 0;
                top: 0;
            }

            #swiper-container-honor-ry .swiper-wrapper {
                width: 1000px;
            }

            /* hh的轮播 */
            #swiper-container-honor-hh {
                width: 1000px;
                padding-top: 30px;
                padding-bottom: 10px;
            }

            #swiper-container-honor-hh .swiper-slide {
                background-position: center;
                background-size: cover;
                width: 230px;
                height: 500px;
                visibility: hidden;
            }

            #swiper-container-honor-hh .swiper-slide.swiper-slide-prev,
            #swiper-container-honor-hh .swiper-slide.swiper-slide-next,
            #swiper-container-honor-hh .swiper-slide.swiper-slide-active {
                visibility: visible;
            }

            .slider .swiper-pagination-hh {
                right: 0;
                top: 0;
            }

            #swiper-container-honor-hh .swiper-wrapper {
                width: 1000px;

            }

            /* boss的轮播 */
            #swiper-container-honor-boss {
                width: 1000px;
                padding-top: 30px;
                padding-bottom: 10px;
            }

            #swiper-container-honor-boss .swiper-slide {
                background-position: center;
                background-size: cover;
                width: 230px;
                height: 500px;
                visibility: hidden;
            }

            #swiper-container-honor-boss .swiper-slide.swiper-slide-prev,
            #swiper-container-honor-boss .swiper-slide.swiper-slide-next,
            #swiper-container-honor-boss .swiper-slide.swiper-slide-active {
                visibility: visible;
            }

            .slider .swiper-pagination-boss {
                right: 0;
                top: 0;
            }

            #swiper-container-honor-boss .swiper-wrapper {
                width: 1000px;
            }

            /* xz的轮播 */

            #swiper-container-honor-xz {
                width: 100%;
                padding-top: 30px;
                padding-bottom: 50px;
            }

            #swiper-container-honor-xz .swiper-slide {
                background-position: center;
                background-size: cover;
                width: 50%;
                height: 500px;
                visibility: hidden;
            }

            #swiper-container-honor-xz .swiper-slide.swiper-slide-prev,
            #swiper-container-honor-xz .swiper-slide.swiper-slide-next,
            #swiper-container-honor-xz .swiper-slide.swiper-slide-active {
                visibility: visible;
            }

            .slider .swiper-pagination-xz {
                right: 0;
                top: 0;
            }

            /* fc的轮播 */

            #swiper-container-honor-fc {
                width: 100%;
                padding-top: 30px;
                padding-bottom: 50px;
            }

            #swiper-container-honor-fc .swiper-slide {
                background-position: center;
                background-size: cover;
                width: 50%;
                height: 500px;
                visibility: hidden;
            }

            #swiper-container-honor-fc .swiper-slide.swiper-slide-prev,
            #swiper-container-honor-fc .swiper-slide.swiper-slide-next,
            #swiper-container-honor-fc .swiper-slide.swiper-slide-active {
                visibility: visible;
            }

            .slider .swiper-pagination-fc {
                right: 0;
                top: 0;
            }
















            /* 结束 */


            .product_more *,
            .product_more *:before,
            .product_more *:after {
                box-sizing: border-box;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            /* .btn_buy{font-size: 1.125rem ;  padding: 8px 40px; border: 1px solid #034fa5; color: #034fa5;}
        .btn_buy2{font-size: 1.125rem ;  padding: 8px 40px; background: #034fa5; color: #fff; margin: 0 0px;border: 1px solid #034fa5; } */
            .btn_buy {
                font-size: 1.125rem;
                /* padding: 8px 40px; */
                width: 40%;
                line-height: 45px;
                text-align: center;
                border: 1px solid #034fa5;
                color: #034fa5;
                position: relative;
                margin-right: 20px;
            }

            .btn_buy:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 100%;
                color: #fff;
                z-index: -1;
                background: #034fa5;
            }

            .btn_buy:hover {
                color: #e1c4dc;

            }

            .btn_buy:hover:before {
                width: 100%;
            }

            .btn_buy2 {
                font-size: 1.125rem;
                /* padding: 8px 40px; */

                width: 40%;
                line-height: 45px;
                text-align: center;
                background: #034fa5;
                color: #fff;
                border: 1px solid #034fa5;
                position: relative;
            }

            .btn_buy2:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 100%;
                color: #fff;
                z-index: -1;
                background: #fff;
            }

            .btn_buy2:hover {
                color: #034fa5;
                background: none;

            }

            .btn_buy2:hover:before {
                width: 100%;
            }

            .fl_l {
                float: left;
            }

            .fl_r {
                float: right;
            }

            .product_more {
                display: flex;
                flex-wrap: wrap
            }

            .grey_bj {
                background: #eeeff4;
                width: 100%;
                display: block
            }

            /* 首页修改了益佰农产品系列两个模块上下间距 */
            .porduct_block {
                display: flex;
                /* padding: 35px 0 */
                padding: 50px 0px 0px 0px;
            }

            .porduct_block .porduct_left {
                flex: 1.5;
            }

            .porduct_block .porduct_right {
                flex: 1;
                justify-content: center;
                align-items: center;
                display: flex;
                flex-wrap: wrap
            }

            .porduct_block .porduct_right .porduct_right_text {
                padding-left: 40px;
            }

            /* 下午14点 */
            .grey_bj1 {
                width: 100%;
                height: 535px;
                background: url("../images/syapp_bc.jpg");
                background-size: 100% 100%;
            }

            .grey_bj33 {
                width: 100%;
                height: 630px;
                background: url("../images/syapp_bc.jpg");
                background-size: 100% 100%;
            }

            .grey_bj6 {
                width: 100%;
                height: 440px;
                background: url("../images/bj01.jpg");
                background-size: 100% 100%;
            }

            .grey_bj4 {
                width: 100%;
                height: 665px;
                margin-top: 15px;
                background: #eeeff4;
            }

            .grey_zn {
                width: 100%;
                height: 415px;
                background: url("../images/ggbj.png");
                /* background: #0a69d5; */
                background-size: 100% 100%;
            }

            .font-s {
                text-align: center;
                font-size: 115%;
                margin-top: 20px;
            }

            .font-s2 {
                text-align: center;
                font-size: 15px;
                margin-top: 20px;
                color: #fff;
            }

            .grey1_bj {
                width: 100%;
                background: url("../images/product_bj.png") !important;
                /* background-size: cover; */
            }

            .business_bj {
                background: url("../images/business_bj.jpg");
                background-size: cover;
            }

            .business_img {
                display: flex;
                flex-wrap: wrap;
                margin-left: -20px;
                margin-right: -20px;
                padding-bottom: 30px;
            }

            .business_img li {
                flex: 1;
                justify-content: center;
                display: flex;
                flex-wrap: wrap;
                padding: 0 30px;
                width: 33%;
            }

            .business_img li a {
                width: 100%;
                overflow: hidden;
            }

            .business_img li img {
                object-fit: cover;
                width: 100%;
                height: 100%;
            }
            .product_icon_img img{
                width: -10% !important;
            }

            .business_img_text {
                background: #fff;
                text-align: center;
                padding: 25px 15px 15px;
                width: 100%;
            }

            .heng_line_p {
                width: 100%;
                text-align: center;
                display: flex;
                justify-content: center;
            }

            .heng_line_p .heng_line {
                width: 20px;
                height: 3px;
                background: #0a69d5;
            }

            .business_img_text h3 {
                font-size: 1.425rem;
                font-weight: normal;
                color: #034fa5;
                line-height: 45px;
                margin-bottom: 5px;
            }

            /* 修改了首页企业管理体系文字上下间距 */
            .business_img_text article {
                text-align: center;
                line-height: 27px;
                font-size: 0.93rem;
                height: 100px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
            }

            .txt-title-box .dasj {
                font-weight: bold !important;
                letter-spacing: 4px;
                padding-top: 50px;
                font-size: 34px;
            }

            article:hover {
                width: auto;
            }

            .p_lj_more {
                height: 30px;
                margin: 15px 0
            }

            .lj_more {
                border: 1px solid #f86300;
                border-radius: 35px;
                font-size: 1rem;
                padding: 8px 25px;
                color: #f86300;
                margin: 20px 0;
                box-shadow: 0px 0px 10px #ded9d4
            }

            .lj_more:hover {
                border: 1px solid #f86300;
                border-radius: 35px;
                font-size: 1rem;
                padding: 10px 25px;
                color: #f86300;
                margin: 20px 0;
                box-shadow: 0px 0px 10px #ded9d4;
                background: #f86300;
                color: #fff;
            }

            .business_img li:hover .heng_line_p .heng_line {
                background: #f86300;
            }

            .business_img li:hover .business_img_text h3 {
                color: #f86300;
            }

            .business_img li:hover .lj_more {
                background: #f86300;
                color: #fff;
            }

            .guide-wrap {
                display: block;
                padding: 90px 0 0 0;
                background: url("../images/tip.png") no-repeat;
                background-position: 30.3% 90px;
            }

            /* .guide-wrap h3{ font-size: 1.9rem; color: #000000; line-height: 55px; font-weight: normal} */
            .txt-title-box article {
                line-height: 30px;
                padding: 35px 0;
                width: 70%;
            }

            .ny_guide article {
                /* height: 80px; */
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

            .txt-title-box span {
                line-height: 55px;
                font-size: 1.7rem;
                color: #000000;
                font-weight: bolder;
                white-space: nowrap;
            }

            .there_x {
                margin-top: 20px;
            }

            .txt-title-box {
                width: 35.3%
            }

            .ny {
                display: block;
                font-weight: 600;
                color: #111;
                font-size: 1.2rem;
                letter-spacing: -0.03em;
                line-height: 45px;
            }

            .pos_j {
                width: 100%;
                height: 760px;
                /* display: flex; */
                flex: 1;
                display: flex;
                justify-content: center;
                align-items: center;
                /* background: red; */
            }

            .pos_j_left {
                width: 43%;
                height: 550px;
                display: flex;
                margin-top: 100px;
                margin-right: 100px;
                /* background: red; */
            }

            .pos_j_right {
                width: 45%;
                display: flex;
                /* background: skyblue; */
                padding-left: 20px;
            }

            .pos_j_right ul {
                height: 100%;
                display: flex;
                flex-wrap: wrap;
                /* padding: 70px 0 0px 0; */
            }

            .pos_j_right1 {
                width: 56%;
                display: flex;
                /* flex-direction: column; */
                /* background: skyblue; */
                padding-left: 20px;
            }

            .pos_j_right1 ul {
                height: 100%;
                /* display: flex; */
                margin-bottom: 15px;
                /* flex-direction: column; */
                /* flex-wrap: wrap; */
                /* padding: 70px 0 0px 0; */
            }

            /* 服务中心页面服务优势修改 */
            .pos_j_right1 ul li {
                margin: 45px 20px 0px 20px;
                width: 95%;
                height: 280px;
                /* height: auto; */
                display: flex;
                background: #fff;
                flex-direction: column;
                border: 1px solid #fff;
                padding-bottom: 10px;
                /* padding: 10px; */
                /* text-align: center; */
                border-radius: 10px;
                /* padding: 0 15px; */
            }

            .pos_j_right1 ul li h3 {
                font-size: 18px;
                font-weight: bold;
                padding: 10px 0px 10px 0px;
                text-align: center;
                line-height: 30px;
            }

            .pos_j_time {
                margin-top: -5%;
            }

            .there_time {
                margin-top: -30%;
            }

            .time_img {
                margin-top: 10px;
                text-align: center;
            }

            .three {
                font-size: 88%;
                padding: 5px 15px;

                /* padding-left: 10px; */
                /* line-height: 30px; */
            }

            .three span {
                padding-right: 5px;
            }

            .posj_first {
                width: 100%;
                height: 129px;
                border: 1px solid #fff;
                display: flex;
                margin-bottom: 35px;
                background: #fff;
                margin-left: -20%;
            }

            .posj_first1 {
                width: 100%;
                height: 129px;
                border: 1px solid #fff;
                display: flex;
                margin-bottom: 35px;
                background: #fff;
            }

            .posj_first2 {
                width: 100%;
                height: 129px;
                border: 1px solid #fff;
                display: flex;
                margin-bottom: 35px;
                background: #fff;
                margin-left: -20%;
            }

            .posj_first3 {
                width: 100%;
                height: 129px;
                border: 1px solid #fff;
                display: flex;
                margin-bottom: 35px;
                background: #fff;
            }

            .text_h {
                width: 100%;
                display: flex;
                /* flex: 1; */
            }

            .icon_icon {
                width: 20%;
                height: auto;
                text-align: center;
                margin-top: 20px;
                margin-left: 10px;
            }

            .ss {
                font-size: 3.5rem !important;
                color: #f34747;
                width: 100px;
                height: auto;
                border-radius: 50%;
                display: block;
                text-align: center;
                background: #feeaea;
            }

            .ss1 {
                font-size: 3.5rem !important;
                color: #ff881b;
                width: 100px;
                height: auto;
                border-radius: 50%;
                display: block;
                text-align: center;
                background: #fff3e8;
            }

            .ss2 {
                font-size: 3.5rem !important;
                color: #42ab44;
                width: 100px;
                height: auto;
                border-radius: 50%;
                display: block;
                text-align: center;
                background: #ecf6ec;
            }

            .ss3 {
                font-size: 3.5rem !important;
                color: #799fef;
                width: 100px;
                height: auto;
                border-radius: 50%;
                display: block;
                text-align: center;
                background: #edf2fd;
            }

            .icon_rr {
                width: 80%;
                height: auto;
                margin-left: 20px;
            }

            .text_p1 {
                font-size: 115%;
                font-weight: bold;
                padding-bottom: 10px;
                padding-top: 20px;
            }

            .text_p2 {
                font-size: 115% !important;
                font-weight: bold;
                padding-bottom: 10px;
                padding-top: 20px;
                text-align: left;
                /* 花卉产品中心修改 */
            }

            .text_p22 {
                font-size: 115% !important;
                font-weight: bold;
                padding-bottom: 10px;
                padding-top: 20px;
                text-align: left;
            }

            .article_font1 {
                padding-right: 20px;
                font-size: 100%;
            }

            .beacuse {
                width: 100%;
                height: 300px;
                display: flex;
                margin-top: 15px;
            }

            .beacuse ul {
                display: flex;
                width: 100%;
                height: auto;
            }

            .beacuse ul li {
                width: 20%;
                height: auto;
            }

            .beacuse_icon {
                width: 55%;
                margin-left: 22%;
                text-align: center;
                margin-bottom: 10px;
            }

            .beacuse_font h3 {
                text-align: center;
                font-size: 115%;
                font-weight: bold;
                color: #333333;
                /* margin-bottom: 20px; */
            }

            .beacuse_foot {
                /* width: 180px; */
                padding: 10px 20px;
                line-height: 30px;
                font-size: 100%;
                text-align: center;
                color: #646464;
            }

            .fb_f {
                width: 70%;
                padding: 20px;
                text-align: center;
                line-height: 35px;
                margin-left: 15%;
            }

            .fb_f p {
                font-size: 16px;
                line-height: 35px;
            }

            .fb_f p span a {
                font-size: 24px;
                font-weight: bold;
                color: #034fa5;
                padding: 5px 10px;
                line-height: 35px;
            }

            .icc {
                padding-left: 5px;
            }

            /* 关于我们地图旁边的图标大小间距颜色 */
            .ff {
                color: #949494;
            }

            .ft {
                color: #949494;
                padding-left: 3px;
                padding-right: 10px;
            }

            .ft1 {
                color: #949494;
                padding-left: 3px;
                font-size: 13px !important;
                padding-right: 10px;
            }

            .ft2 {
                color: #949494;
                padding-left: 3px;
                font-size: 18px !important;
                padding-right: 10px;
            }

            .busi1 {
                width: 100%;
                display: flex;
                flex-direction: column;
                /* height: 1400px; */
                height: auto;
                margin-top: 50px;
            }

            .busi1 ul {
                width: 100%;
                display: flex;
                padding-bottom: 40px;
                /* flex-direction: column; */
            }

            .busi1 ul a {
                width: 100%;
                height: 100%;
                display: block;
                /* width: 22%; */
                margin: 0 10px 0 0px;
            }


            .busi1 ul li {
                width: 24%;
                /* width: 370px; */
                /* width: 100%; */
                height: 398px;
                margin: 0 10px 0 10px;
                border: 1px solid #ccc;
            }

            .busi1 ul li:hover {
                border-color: #f86300;
            }

            .busi1_top {
                width: 100%;
                height: 240px;
                text-align: center;
                background: #f5f6f7;
                /* padding-top: 25px; */
            }

            .busi1_top img {
                width: 100%;
                height: 100%;
            }

            .busi1_bottom {
                width: 100%;
                height: 156px;
                border-top: 1px solid #ccc;
                padding: 20px 10px;
                background: #fff;
            }

            .busi1_bottom p {
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                text-align: left;
                font-size: 18px;
                line-height: 35px;
            }

            .busi1_last {
                text-align: center;
            }

            .busi1_bottom h3 {
                text-align: center;
                font-size: 97%;
                font-weight: bold;
                line-height: 20px;
                color: #000;
            }

            .user {
                width: 100%;
                display: flex;
                flex-direction: column;
                padding: 13px 0px;
            }

            .user p {
                display: flex;
                width: 100%;
                line-height: 30px;
                font-size: 90%;
            }



            .busi {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
            }

            .busi ul {
                width: 100%;
                display: flex;
                margin-top: 10px;
                margin-left: 4%;
                padding-bottom: 20px;
                /* 服务中心视频高度修改 */
            }

            .busi_li:hover .busi_top {
                /* border: 1px solid #0b6bd6; */
                background: #0b6bd6 !important;
            }

            .busi_li:hover .busi_top h3 {
                color: #fff !important;
            }

            .busi_li:hover {
                border: 1px solid #0b6bd6;
            }


            .busi ul li {
                width: 22%;
                /* height: 340px; */
                margin: 0 10px;
                /* border: 1px solid #ccc; */
                border-radius: 10px;
            }

            /* 益收银手机端页面核心优势修改*/
            .busi_s {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
            }

            .busi_s ul {
                width: 100%;
                display: flex;
                margin-top: 10px;
                margin-left: 4%;
                padding-bottom: 20px;
                /* 服务中心视频高度修改 */
            }

            .busis_li:hover .busis_top {
                /* border: 1px solid #0b6bd6; */
                background: #0b6bd6 !important;
            }

            .busis_li:hover .busis_top h3 {
                color: #fff !important;
            }

            .busis_li:hover {
                border: 1px solid #0b6bd6;
            }


            .busi_s ul li {
                width: 22%;
                /* height: 340px; */
                margin: 0 10px;
                border: 1px solid #eeeeee;
                /* border-radius: 10px; */
            }

            .busis_top {
                width: 100%;
                height: 182px;
                text-align: center;
                background: #f5f6f8;
                padding-top: 25px;
            }

            .busis_top p {
                width: 100%;
                height: 50px;
            }

            .busis_top h3 {
                font-size: 115%;
                padding-top: 30px;
                color: #000000;
                font-weight: bold;
            }

            .busis_top p img {
                margin-top: 15px;
            }

            .busis_bottom {
                width: 100%;
                /* border-top: 1px solid #ccc; */
                padding: 10px;
            }

            .busis_bottom p {
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                text-align: left;
                font-size: 85%;
                line-height: 35px;
            }

            .busis_last {
                text-align: center;
            }

            .adio img {
                width: 100%;
                border: 1px solid #fff;
                border-top-right-radius: 10px;
                border-top-left-radius: 10px;
            }

            .adio_timef span {
                float: left;
            }

            .adio_timef b {
                list-style: none;
                float: right;
                font-weight: normal !important;
            }

            .busi_top {
                width: 100%;
                height: 182px;
                text-align: center;
                background: #f5f6f7;
                padding-top: 25px;
            }

            .busi_top p {
                width: 100%;
                height: 50px;
            }

            .busi_top h3 {
                font-size: 1.6rem;
                padding-top: 30px;
                color: #000000;
                font-weight: bold;
            }

            .busi_top p img {
                margin-top: 15px;
            }

            .busi_bottom {
                width: 100%;
                border-top: 1px solid #ccc;
                padding: 20px;
            }

            .busi_bottom p {
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                text-align: left;
                font-size: 16px;
                line-height: 35px;
            }

            .busi_last {
                text-align: center;
            }

            .more {
                width: 100%;
                height: auto;
                padding-top: 15px;
                padding-bottom: 40px;
            }

            .more span {
                border-radius: 45px;
                text-align: center;
                padding: 15px 60px;
                font-size: 18px;
                color: #fff;
                background: #0b6bd6;
                margin-left: 43%;
            }

            .gis {
                width: 100%;
                height: 1000px;

            }

            .body_hhbj {
                background: #eeeff4;
            }

            .hh {
                width: 500px;
                height: 500px;
            }

            .adio_time {
                /* 服务中心视频立即播放下边距离修改 */
                padding-bottom: 15px;
                box-shadow: 0px -1px 14px 6px rgb(35 109 193 / 10%);
            }

            .adio_timef {
                line-height: 30px;
                height: 30px;
                justify-content: space-between;
                padding: 5px 10px;
                font-size: 100%;
                color: #000;
            }

            .adio_timeb {
                width: 38%;
                /* padding: 5px; */
                height: 35px;
                line-height: 35px;
                margin-bottom: 10px;
                border: 1px solid #166cf7;
                border-radius: 50px;
                text-align: center;
                color: #156cf5;
                margin-top: 25px;
                margin-left: 30%;
                font-size: 13px;
            }

            .adio_timeb:hover {
                color: #fff;
                background: #166cf7;
            }





            .p_lj_more1 {
                margin: 15px 0
            }

            .lj_more1 {
                border: 1px solid #0b6bd6;
                font-size: 1rem;
                padding: 8px 25px;
                color: #0b6bd6;
                margin: 20px 0;
                box-shadow: 0px 0px 10px #ded9d4
            }

            .copy_footer {
                width: 100%;
                height: 471px;
                /* display: flex; */
                background: #333333;
                min-width: inherit;
            }

            .copy_top {
                justify-content: center;
                align-items: center;
                width: 90%;
                margin: 0 5%;
                display: flex;
                height: 60px;
                border-bottom: 1px solid #444444;
            }

            .copy_top ul {
                width: 100%;
                height: auto;
                display: flex;
            }

            .copy_top ul li {
                /* width: 20%; */
                padding: 13px;
                text-align: center;
                color: #fff;
                font-size: 100%;
            }

            .copy_center {
                /* background: red; */
                width: 90%;
                height: 260px;
                margin: 0 5%;
                border-bottom: 1px solid #444444;
                display: flex;
            }

            .copy_center_left {
                width: 46%;
                height: 260px;
                display: flex;
            }

            .copy_center_left ul {
                width: 100%;
                height: auto;
                display: flex;
            }

            .copy_center_left ul li {
                width: 25%;
                height: auto;
                padding: 15px;
                line-height: 15px;

            }

            .copy_center_left ul li p a {
                color: #979797;
                line-height: 35px;
                font-size: 100%;
            }

            .copy_center_left ul li h4 {
                font-size: 100%;
                color: #fff;
                padding-bottom: 15px;
                padding-top: 10px;
            }

            .copy_center_right {
                width: 54%;
                display: flex;
                height: 260px;
            }

            .copy_center_right ul {
                display: flex;
                width: 100%;
            }

            .copy_center_right ul li {
                width: 20%;
                height: auto;
                padding: 15px;
                /* text-align: center; */
            }

            .copy_center_right ul li p {
                padding-bottom: 10px;
                font-size: 95%;
                color: #fff;
                text-align: center;
            }

            .copy_foot {
                width: 90%;
                margin: 0 5%;
            }

            .wrapper header {
                width: 100%;
                display: flex;
                height: 92px;
            }

            .servers {
                width: 100%;
                height: 310px;
                display: flex;
            }

            .server_list {
                width: 100%;
                height: 250px;
                display: flex;
                /* flex-direction: column; */
                /* padding: 10px; */
            }

            .server_list li {
                border-radius: 5px;
                background: #fff;
                width: 23%;
                height: auto;
                /* border: 1px solid #ccc; */
                padding: 20px;
                margin: 0 25px;
                box-shadow: -2px -1px 9px 10px rgba(35, 109, 193, .1);
            }

            .server_list li h3 {
                font-size: 18px;
                color: #000;
                font-weight: bold;
                line-height: 30px;
                padding: 10px 0px 0px 10px;
            }

            .pice {
                font-size: 12px;
                line-height: 25px;
                color: #343434;
                padding: 5px 0px 0px 10px;
            }

            .font-s1 {
                color: #fff;
                text-align: center;
            }

            .server_list li p img {
                margin-left: 5%;
            }

            .service_scene:hover {
                border: 1px solid #818ff2;
            }

            .service_long:hover {
                border: 1px solid #2bca7a;
            }

            .service_install:hover {
                border: 1px solid #fc6751;
            }

            .service_train:hover {
                border: 1px solid #22a6d7;
            }

            .service_maintain:hover {
                border: 1px solid #fbd260;
            }

            .service_upgrade:hover {
                border: 1px solid #d860f6;
            }

            .service_return:hover {
                border: 1px solid #20cad7;
            }

            .service_supervise:hover {
                border: 1px solid #fe6a9c;
            }

            .bnt {
                width: 100%;
                display: flex;
                text-align: center;
                padding-bottom: 50px;
            }

            .bnt span {
                padding: 10px 45px;
                border: 1px solid #156cf5;
                background: #156cf5;
                color: #fff;
                text-align: center;
                border-radius: 28px;
                margin-top: 4%;
                margin-left: 44%;
            }

            .time_zy {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
            }

            .time_zy ul {
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                /* margin-bottom: 20px; */
                margin-left: 5%;
                padding-top: 40px;

            }

            .time_zy ul li {
                width: 27%;
                /* height: 280px; */
                height: auto;
                display: flex;
                flex-direction: column;
                text-align: center;
                /* border: 1px solid #ccc; */
                box-shadow: -2px -1px 9px 10px rgba(129, 129, 129, .1);
                /* margin: 30px 20px; */
                padding: 20px 30px;
                background: #fff;
                border-radius: 8px;
                margin-left: 30px;
                margin-top: 25px;
            }

            .time_zy ul li h3 {
                font-size: 16px;
                color: #000;
                font-weight: bold;
                line-height: 30px;
            }

            .time_zy ul li p img {
                width: 88px;
                height: 88px;
                border-radius: 80%;
            }

            .time_f {
                font-size: 12px;
                color: #333;
                line-height: 23px;
                padding-top: 15px;
            }

            /* 服务中心tab上距离 */

            .major_tab {
                width: 100%;
                height: auto;
                padding-top: 60px;
                display: flex;
            }

            .major_tab_l {
                /* height: 440px; */
                height: auto;
                width: 35%;
                display: flex;
                flex-direction: column;
                border: 1px solid #ccc;

                border-radius: 5px;
            }

            .major_tab_r {
                width: 70%;
                /* height: 400px; */
                height: auto;
                display: flex;
                flex-direction: column;
                border: 1px solid #ccc;
                margin-left: 50px;
                border-radius: 5px;
            }

            .curr {
                background: #eeeff4;
            }

            /* 服务中心专业服务体系修改 */
            .majorr {
                width: 100%;
                height: auto;
                /* padding-top: 40px; */
            }

            .majorr li {
                flex-direction: column;
                /* display: block; */
                /* text-align: center; */
                width: 100%;
                /* text-align: center; */
                list-style: none;
                padding: 0px 10px;
                cursor: pointer;
                height: 75px;
                line-height: 75px;
                font-size: 14px;
            }

            .majorr li span {
                float: left;
                padding-left: 10px;
                /* padding-top: 50px; */
            }

            .majorr li img {
                line-height: 75px;

            }

            .majorr li b {
                float: right;
                padding-right: 10px;
                font-weight: normal;
            }

            .choice {

                color: #000;
            }

            .tab-item {
                display: none;
            }


            .show {
                display: block;
            }

            .major_tab_r {
                width: 70%;
                display: flex;
                /* height: 400px; */
            }

            .show1 {
                width: 100%;

                display: flex;
            }

            .show1_tit {
                padding-left: 20px;
                height: 75px;
                line-height: 75px;
                border-bottom: 1px solid #ccc;
                background: #6072ff;
                font-size: 20px;
                font-weight: bold;
                color: #fff;
            }

            .show1_tit span {
                padding-right: 10px;
            }

            .show1_ul {
                width: 40%;
                float: left;
                margin: 40px 20px;

            }

            .show1_ul li {
                height: 65px;
                line-height: 35px;
                border-bottom: 1px dashed #a1a1a1;
                padding-top: 20px;
                font-size: 14px;


            }

            .show1_ul li span {
                float: left;
                padding-left: 10px;
            }

            .show1_ul li b {
                float: right;
                padding-right: 10px;
                list-style: none;
            }



            .pro_bj span {
                display: block;
                padding-top: 10px;
                line-height: 30px;
                font-size: 16px;
                text-indent: 2em;
            }

            .pro_bj {
                padding-top: 30px;
            }

            .ybn_what {
                width: 100%;
                height: 810px;
                display: flex;
            }

            #certify {
                position: relative;
                width: 1200px;
                /*判断宽度设置响应式效果*/
                height: 700px;
                /* margin: 60px auto */
            }

            #certify .swiper-container {
                width: 100%;
                height: auto;
                padding-top: 60px;
            }

            #certify .swiper-slide {
                width: 35%;
                height: auto;
                /* background: #fff; */
                /* border:1px solid #c2c2c2; */
            }

            #certify .swiper-slide img {
                width: 100%;
                height: 100%;
                /* display:block; */
                /* border:1px solid #fff; */
            }

            .swiper-wrapper {
                width: 100%;
                height: 100%;
            }

            #certify .swiper-pagination {
                width: 100%;
                bottom: 20px;
            }

            #certify .swiper-pagination-bullets .swiper-pagination-bullet {
                margin: 0 5px;
                border: 3px solid #fff;
                background-color: #d5d5d5;
                width: 10px;
                height: 10px;
                opacity: 1;
            }

            #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
                border: 3px solid #00aadc;
                background-color: pink;
            }

            #certify .swiper-button-prev {
                left: 5%;
                width: 20px;
                height: 111px;
                top: 65%;
                /* background: url(../images/lunbo_17.png) no-repeat; */
                background-size: 100%;
            }

            #certify .swiper-button-prev:hover {
                /*background-position: 0 -46px;*/
                /*background-size: 100%*/
            }

            #certify .swiper-button-next {
                right: 5%;
                width: 20px;
                height: 111px;
                top: 65%;
                /* background: url("../images/lunbo_20.png") no-repeat; */

                background-size: 100%;
            }

            #certify .swiper-button-next:hover {
                /*background-position: 0 -139px;*/
                /*background-size: 100%*/
            }

            /* #swiper-container-honor {
                width: 100% !important;
                padding-top: 50px !important;
                padding-bottom: 50px !important;
            }

            #swiper-container-honor .swiper-slide {
                background-position: center !important;
                background-size: cover !important;
                width: 250px !important;
                height: 300px !important;
                visibility: hidden !important;
            }

            #swiper-container-honor .swiper-slide.swiper-slide-prev,
            #swiper-container-honor .swiper-slide.swiper-slide-next,
            #swiper-container-honor .swiper-slide.swiper-slide-active {
                visibility: visible !important;
            } */

            .map_form {
                width: 100%;
                height: 460px;
                display: flex;
                margin-top: 50px;
            }

            /* pc端地图 */
            .map_f_left {
                width: 50%;
                height: 100%;
                /* height: 300px; */
                display: flex;
            }

            .two_nav {
                display: none;
            }


            .map_map {
                width: 100%;
                height: 100%;
            }

            .map_f_right {
                width: 50%;
                display: flex;
                flex-direction: column;
                margin-left: 60px;
            }

            .map_f_right h3 {
                font-size: 24px;
                color: #333;
                font-weight: bold;
                letter-spacing: 3px;

                padding: 50px 0px;
            }

            .map_f_right span {
                font-size: 16px;
                line-height: 50px;
            }

            .map_f_left img {
                width: 100%;
                height: 100%;
                max-width: none !important;
                max-height: none !important;
            }

            .map_f_right p:hover {
                color: #1370d7 !important;
            }

            #poo {
                width: 100%;
                height: 400px;
                display: flex;
            }

            .bb {
                display: none;
            }

            .ipone_wrapper {
                display: none;
            }

            /* 益老板 */
            .body_product {
                width: 74%;
                margin: 0 13%;
                display: flex;
                flex-direction: column;
            }

            .body_register {
                width: 70%;
                margin: 0 20%;
                display: flex;
                margin-bottom: 40px;
                /* flex-direction: column; */
            }

            .boss_government {
                width: 74%;
                margin: 0 13%;
                display: flex;
                flex-direction: column;
                padding-top: 20px;
            }

            .boss_government dl {
                width: 100%;
                height: auto;
                display: flex;
            }

            .boss_government dl dt {
                width: 45%;
                height: auto;
                display: flex;
            }

            .boss_government dl dt img {
                width: 100%;
                height: auto;
            }

            .boss_government dl dd {
                width: 45%;
                height: auto;
                display: flex;
                margin-left: 40px;
                flex-direction: column;
                margin-left: 90px;
            }

            .boss_government dl dd h3 {
                font-weight: bold;
                font-size: 1.2rem;
                line-height: 50px;
                padding-top: 50px;
            }

            .boss_government dl dd p {
                line-height: 30px;
                font-size: 14px;
                color: #000;
            }

            .boss_government dl dd p a {
                padding: 10px 30px;
                line-height: 20px;
                background: #156cf5;
                color: #fff;
                text-align: center;
                border: 1px solid #156cf5;
                border-radius: 8px;
            }

            .gove_b {
                margin-top: 40px;
            }

            .register_left {
                width: 40%;
                height: auto;
                display: flex;
                flex-direction: column;
                margin-right: 5%;
                /* border: 1px solid #ccc; */
                border-radius: 10px;
                padding: 0 25px;
                box-shadow: -2px -1px 9px 10px rgba(35, 109, 193, .1);

            }

            .register_right {
                width: 45%;
                height: 313px;
                display: flex;
                flex-direction: column;
                border: 1px solid #ccc;
                border-radius: 30px;
                padding: 0 20px;
            }

            .boss_content {
                line-height: 36px;
                font-size: 100%;
                margin: 30px 0;
                overflow: hidden;
                text-align: center;
                padding: 0 20px;
            }

            .QR_code {
                width: 60%;
                height: 300px;
                display: flex;
                flex-direction: column;
                background: #fff;
                /* border: 1px solid #ccc; */
                border-radius: 10px;
                margin-top: -180px;
                margin-left: 20%;
                text-align: center;
                box-shadow: -2px -1px 9px 10px rgba(35, 109, 193, .1);
            }

            .QR_code img {
                text-align: center;
                width: 100%;
                height: auto;
                margin-top: -10%;
            }

            .QR_img {
                width: 15%;
                height: auto;
                text-align: center;
                margin-top: -65px;
                margin-left: 42.5%;
            }

            .QR_code h3 {
                font-weight: bold;
                margin-top: -30px;
                font-size: 18px;
                padding-bottom: 20px;
            }

            .code_p {
                font-size: 100%;
                color: #333333;
                padding: 10px 60px;
            }

            .code_b {
                /* width: 20%; */

                margin-left: 0%;
                margin-top: 20px;
                padding: 20px 0px;
                margin-bottom: 40px;
            }

            .code_b a {
                background: #0a69d5;
                border: 1px solid #0a69d5;
                border-radius: 5px;
                font-size: 16px;
                color: #fff;
                text-align: center;
                padding: 10px 20px;
            }

            .boss_xx {
                width: 74%;
                margin: 0 13%;
                height: auto;
                display: flex;

                margin-top: 40px;
                padding-bottom: 40px;
                flex-direction: column;
            }

            .gg_bottom {
                display: flex;
            }

            .gg_top {
                display: flex;
            }

            .gg_bnt {
                /* width: 20%; */

                /* margin-left: 42%; */
                margin-top: 20px;
                padding: 20px 0px;
                /* margin-bottom: 40px; */
            }

            .gg_bnt a {
                margin-left: 45%;
                background: #0a69d5;
                border: 1px solid #0a69d5;
                border-radius: 5px;
                font-size: 16px;
                color: #fff;
                text-align: center;
                padding: 10px 25px;
            }

            /* .col_li {
                background: #eeeff4;
                display: flex;
                font-size: 14px;
                margin: 15px;
                padding: 0;
                height: 70px;
            }

            .gg_span {
                padding: 15px;
            } */
            .col_li {
                height: 70px;
                display: flex;
                /* border: 1px solid #ccc; */
                margin: 10px;
                background: #eeeff4;
            }

            .gg_span {
                font-size: 95%;
                padding: 15px 30px 0px 10px;
            }

            .register_left h3 {
                display: flex;
                margin-left: 5%;
                margin-top: 20px;
                line-height: 80px;
                height: 80px;
                margin: 20px 0 15px 0;
            }

            .gg_img {
                width: 100px;
            }

            .col-md-6 {
                flex: 0 0 45% !important;
                max-width: 50%;
            }

            .register_left h3 span img {
                width: 100%;
                height: 100%;
            }

            .register_p {
                /* height: 35px; */
                font-size: 14px;
                line-height: 25px;
            }

            .register_b {
                /* width: 20%; */
                /* text-align: center;
                border: 1px solid #156cf5;
                border-radius: 5px; */
                /* color: #fff; */
                margin-top: 10%;
                padding: 5px 0;
                margin: 10px 0px 20px 40%;

            }

            /* .register_b:hover {
                background: #156cf5;
                color: #fff !important;
            } */
            .register_b a:hover {
                background: #156cf5;
                color: #fff !important;
            }

            .register_b a {
                border: 1px solid #156cf5;
                border-radius: 5px;
                padding: 7px 15px;
                font-size: 14px;
                color: #156cf5;
            }

            .news_list span {
                font-size: 14px;
            }

            .gove_p {
                width: 400px;
            }

            .policy {
                width: 74%;
                margin: 0 13%;
                display: flex;
                padding-bottom: 50px;
                padding-top: 50px;
            }

            .policy_ny {
                width: 33%;
                margin-right: 20px;
                box-shadow: -2px -1px 9px 10px rgba(35, 109, 193, .1);
                padding: 20px 0px;
                background: #fff;
                border-radius: 10px;
            }

            .policy_ny ul {
                height: 220px;
            }

            .policy_ny ul h3 {
                height: 50px;
                line-height: 50px;
                border-bottom: 1px solid #ebebeb;
                text-align: center;
                font-weight: bold;
                font-size: 115%;
                color: #000;
                margin-bottom: 20px;
            }

            .policy_ny ul li {
                padding: 10px 20px;
                font-size: 90%;
            }

            /* 二个 */
            .policy_sy {
                width: 30%;
                margin-right: 20px;
                box-shadow: -2px -1px 9px 10px rgba(35, 109, 193, .1);
                padding: 20px 0px;
                background: #fff;
                border-radius: 10px;
            }

            .policy_sy ul {
                height: 220px;
            }

            .policy_sy ul h3 {
                height: 50px;
                line-height: 50px;
                border-bottom: 1px solid #ebebeb;
                text-align: center;
                font-weight: bold;
                font-size: 115%;
                color: #000;
                margin-bottom: 20px;
            }

            .policy_sy ul li {
                padding: 10px 20px;
                font-size: 90%;
            }

            /* 三个 */
            .policy_zz {
                width: 30%;
                margin-right: 20px;
                box-shadow: -2px -1px 9px 10px rgba(35, 109, 193, .1);
                padding: 20px 0px;
                background: #fff;
                border-radius: 10px;
            }

            .policy_zz ul {
                height: 220px;
            }

            .policy_zz ul h3 {
                height: 50px;
                line-height: 50px;
                border-bottom: 1px solid #ebebeb;
                text-align: center;
                font-weight: bold;
                font-size: 115%;
                color: #000;
                margin-bottom: 20px;
            }

            .policy_zz ul li {
                padding: 10px 20px;
                font-size: 90%;
            }

            .value_box {
                width: 74%;
                margin: 0 13%;
                display: flex;
                padding: 50px 0px;
            }

            .v_box_r ul li {
                display: flex;
            }

            .v_box_r ul {
                padding-top: 50px;
            }

            .v_box_r ul li p {
                padding-left: 25px;
                width: 540px;
                padding-top: 20px;
            }

            .v_box_r ul li span {
                width: 80px;
                height: 100px;
            }

            .v_box_r {
                width: 50%;

            }

            .v_box_l {
                width: 45%;
                margin-right: 3%;
            }

            .tr_bak {
                width: 100%;
                background: #eeeff4;
            }

            .productzi_font {
                flex-direction: column;
            }






































            .guide-wrap_block {
                display: flex;
                flex-wrap: nowrap;
                margin-left: -30px;
                margin-right: -30px;
                border-bottom: 1px solid 50px;
            }

            .guide-wrap_block a {
                float: left;
                width: calc(32.3% - 100px);
                background: #fff;
                padding-top: 20px;
                padding-bottom: 20px;
                margin: 0 40px;
                box-shadow: 0 0 20px #bbbbbb;
                text-align: center;
            }

            .guide-wrap_block a h3 {
                font-size: 1rem;
                font-weight: normal;
                color: #333333;
                text-align: center;
                line-height: 35px;
            }

            .guide-wrap_block a article {
                font-size: 0.875rem;
                line-height: 25px;
                color: #797979;
                padding-left: 20px;
                padding-right: 20px;
                text-align: left;
            }

            .lj_more02 {
                padding-top: 10px;
                color: #f86300;
                font-size: 0.875rem;
                line-height: 25px;
                float: left;
                padding-left: 20px;
            }

            .guide-wrap_a {
                width: 100%;
                background: #0b6bd5;
                position: relative;
            }

            .guide-wrap_block a:nth-of-type(3) {
                top: -240px;
                position: absolute;
                right: 0
            }

            .guide-wrap_block a:nth-of-type(2) {
                top: -100px;
                position: absolute;
                right: calc(33.3% + 25px)
            }

            .guide-wrap_block a:nth-of-type(1) {
                top: 40px;
                position: absolute;
                left: 0
            }

            .guide-wrap_block a:nth-of-type(4) {
                top: 440px;
                position: absolute;
                right: calc(33.3% + 25px)
            }

            .guide-wrap_block a:nth-of-type(5) {
                top: 330px;
                position: absolute;
                right: 0
            }

            .boder_white_bj {
                height: 1380px;
                border-bottom: 50px solid #fff
            }

            .boder_white_bj1 {
                width: 100%;
                height: 980px;
            }

            .boder_white_bj2 {
                width: 100%;
                height: 870px;
            }

            .guide-wrap_block_div {
                width: 100%;
                height: 1000px;
                position: relative;
            }

            .nongzi_block {
                width: 100%;
                display: flex;
                padding-bottom: 25px;
                justify-content: center;
                margin: 50px -0px 0 -0px
            }

            .nongzi_block li {
                flex: 1;
                margin: 0 40px;
                display: flex;

            }

            .nongzi_block li a h3 {
                font-size: 1.3rem;
                font-weight: normal;
                font-family: 'SimHei';
                text-align: center;
                line-height: 45px;
                padding: 10px 0px;
            }

            .nongzi_block li a article {
                text-align: center;
                color: #333;
                line-height: 26px;
                height: 65px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .nongzi_block div {
                display: flex;
                justify-content: center;
                /* flex-direction: column; */
                /* pc端农资追溯查询修改 */
            }

            .nongzi_block li a span {
                border: 1px solid #f86300;
                border-radius: 35px;
                font-size: 1rem;
                padding: 8px 25px;
                color: #f86300;
                margin: 20px 0;
                box-shadow: 0px 0px 10px #ded9d4
            }

            .nongzi_block li a:hover span {
                border: 1px solid #f86300;
                border-radius: 35px;
                font-size: 1rem;
                padding: 8px 25px;
                color: #fff;
                margin: 20px 0;
                box-shadow: 0px 0px 10px #ded9d4;
                background: #f86300
            }

            .nongzi_block li a:hover cite {
                transition: all 2s;
                transform: translateX(200px)
            }

            .nongzi_img {
                position: relative;
                height: 130px;
                overflow: hidden;
            }

            .a_img {
                display: flex;
                justify-content: center;
                position: absolute;
                transition: all 0.6s cubic-bezier(0, 0, 0.25, 1) 0.1s;
                ;
            }

            .a_hover_img {
                display: flex;
                justify-content: center;
                position: absolute;
                transition: all 0.6s cubic-bezier(0, 0, 0.25, 1) 0.1s;
                ;
            }

            .nongzi_img:hover .a_img {
                transform: translateX(-200%);
                transition: all 0.6s cubic-bezier(0, 0, 0.25, 1) 0.1s
            }

            .nongzi_img .a_hover_img {
                transform: translateX(200%);
            }

            .nongzi_img:hover .a_hover_img {
                transition: all 0.6s cubic-bezier(0, 0, 0.25, 1) 0.1s;
                transform: translateX(0px);
            }




            .blue_bj02 {
                background: url("../images/blue_bj02.png")
            }

            /**/
            .news_block {
                display: flex;
                justify-content: center;
                height: 100%;
                margin-bottom: 30px;
            }

            .news_block div.left {
                margin-right: 15px;
                flex: 1;
                margin-top: 50px;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                height: 100%;
            }

            .news_block div.left a {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }

            .news_block div.left a:nth-of-type(1) {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                margin-bottom: 20px
            }

            .news_block div.left a:nth-of-type(2) {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                margin-top: 20px
            }

            .news_block div.left a img {
                border: 1px solid #fff
            }

            .news_block div.right {
                margin-left: 15px;
                display: flex;
                flex: 1;
                margin-top: 50px;
            }

            .news_block div.right ul {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }

            .news_ul_list {
                margin: -6px 0;
            }

            .news_ul_list a {
                width: 100%;
                /* height: 100px;
                display: inline-block; */
            }

            .news_block div.right ul li {
                color: #fff;
                cursor: pointer;
                display: flex;
                flex-wrap: nowrap;
                height: 100% !important;
                border-bottom: 1px solid #346fc2;
                width: 100%
            }

            .news_block div.right ul li .time_z {
                margin: 8px 0;
                background: #cbd8f9;
                padding: 5px 20px;
                border-radius: 5px;
                text-align: center;
            }

            .news_block div.right ul li:nth-of-type(5) {
                border-bottom: none
            }

            .news_block div.right ul li a {
                width: 100%;
                display: flex;
            }

            .news_list {
                display: flex;
                align-items: baseline;
                flex-wrap: wrap;
                line-height: 35px;
                padding: 10px 15px;
            }

            .news_list span {
                width: 100%;
            }

            .time_z {
                color: #333
            }

            .time_z span {
                font-size: 0.75rem;
                width: 100%;
            }

            .time_z p {
                font-size: 1.625rem;
                text-align: center;
            }

            .news_block div.right ul li:hover {
                background: #cbd8f9
            }

            .news_block div.right ul li .news_h {
                font-size: 1rem
            }

            .news_block div.right ul li:hover span {
                color: #333
            }

            .hezuole {
                flex-wrap: nowrap;
                display: flex;
                margin: 50px 0;
            }

            .hezuole li {
                margin: 0px 20px 30px;
                background: #fff;
                box-shadow: 5px 5px 10px #cdcdcd;
                overflow: hidden;
                padding: 15px;
                float: left;
            }

            .ysy {
                padding: 0px 70px
            }

            .ysy li {
                margin: 0px 10px 30px;
                background: #fff;
                box-shadow: 5px 5px 10px #cdcdcd;
                overflow: hidden;
                padding: 5px;
                float: left;
                border: 2px solid #fff
            }

            .ysy li {
                border: 2px solid #f86300 !;
            }

            .ysy li:hover {
                border: 2px solid #f86300 !important;
                display: flex
            }

            .hezuole li div {
                background: #fff;
                text-align: center;
                font-size: 1.125rem;
                flex-wrap: wrap;
                display: flex;
            }

            /* 新的 */
            .hezuole1 {
                flex-wrap: nowrap;
                /* justify-content: space-between; */
                display: flex;
                margin: 50px 0;
            }

            .hezuole1 li {
                background: #fff;
                box-shadow: 5px 5px 10px #cdcdcd;
                overflow: hidden;
                float: left;
            }

            .ysy1 {
                padding: 0px 70px
            }

            .ysy1 li {
                width: 27%;
                background: #fff;
                box-shadow: 5px 5px 10px #cdcdcd;
                overflow: hidden;
                float: left;
                margin-left: 45px;
                /* 关于我们益佰农能为社会带来什么修改左右距离 */
            }

            /* .ysy1 li{ border: 2px solid #f86300 !;} */
            /* .ysy1 li:hover{ border: 2px solid #f86300 !important; display:     flex} */
            .hezuole1 li div {
                background: #fff;
                text-align: center;
                font-size: 1.125rem;
                flex-wrap: wrap;
                display: flex;
            }

            /* .hezuole1 li a:hover .heng_line_p  i{ background: #f86300} */
            .hezuole1 li a span {
                color: #333;
                line-height: 50px;
                width: 100%;
                line-height: 50px;
                display: inline-flex;
                justify-content: center;
                font-size: 80%;
            }

            /* .hezuole1 li a:hover span{ color: #f86300;line-height: 26px;} */
            .hezuole1 li .img_show {
                overflow: hidden;
                width: 100%;
            }

            .hezuole1 li .img_show img {
                width: 100%;
                height: 100%;
                transition: all 2s;
                /*图片放大过程的时间*/
            }

            .hezuole1 li .img_show img:hover {
                transform: scale(1.5)
            }

            .lz_bo {
                /* margin-top: 80px !important; */
            }

            .show_left {
                width: 45%;
                display: flex;
                margin-right: 40px;
            }

            .show_left li {
                display: flex;
                padding: 20px 0px;
            }

            .show_left li a {
                display: flex;
                cursor: default;
                line-height: 25px;
            }

            .text {
                width: 100%;
                /* padding-right: 28px; */
            }

            .show_left li a .icon_img {
                margin-top: 25px;
                /* line-height: 2px; */
                width: 40%;
                margin-left: 25px;
            }

            .show_center {
                width: 30%;
            }

            .show_right {
                width: 45%;
                margin-left: 40px;
            }

            .show_right li {
                padding: 20px 0px;
                display: flex;
            }

            .show_right li a {
                display: flex;
                cursor: default;
                line-height: 25px;
            }

            .show_right li a .icon_img {
                margin-top: 25px;
                /* line-height: 2px; */
                width: 50%;
            }

            .text_c {
                width: 100%;
                /* padding-right: 28px; */
            }















            .grey_bj {
                background: #eeeff4
            }

            .hezuole li a:hover .heng_line_p i {
                background: #f86300
            }

            .hezuole li a span {
                color: #333;
                line-height: 26px;
                width: 100%;
                font-size: 1rem;
                color: #333;
                line-height: 26px;
                display: inline-flex;
                justify-content: center;
                font-size: 16px
            }

            .hezuole li a:hover span {
                color: #f86300;
                line-height: 26px;
            }

            .hezuole li .img_show {
                width: 300px;
                overflow: hidden;
                width: 100%;
                margin-bottom: 15px
            }

            .hezuole li .img_show img {
                width: 100%;
                height: 100%;
                transition: all 2s;
                /*图片放大过程的时间*/
            }

            .hezuole li .img_show img:hover {
                transform: scale(1.5)
            }

            .copyright_right {
                background: #333
            }

            .copyright_right a:hover {
                opacity: 0.6
            }

            .copyright_block {
                width: 90%;
                margin: 0 auto
            }

            .copyright_nav {
                height: 55px;
                font-size: 14px;
                color: #fff;
                line-height: 55px;
                border-bottom: 1px solid #444444
            }

            .copyright_nav a {
                color: #fff;
                margin-right: 50px
            }

            .copyright_link {
                padding: 10px 0;
                display: flex;
                border-bottom: 1px solid #444444
            }

            .copyright_link .left {
                /* flex: 0 0 550px; */
                width: 50%;
            }

            .copyright_link .right {
                width: 50%;
            }

            .copyright_link .left ul,
            .copyright_link .right ul {
                display: flex;
                flex-wrap: nowrap;
            }

            .copyright_link .left ul li,
            .copyright_link .right ul li {
                flex: 1
            }

            .copyright_link .right ul li {
                /* flex: 1;  */
                /* align-items: center;  */
                display: flex;
                /* flex-wrap: wrap;  */
                /* justify-content: center; */
                margin: 0 10px;
            }

            .copyright_link .left ul li h4 {
                font-size: 1rem;
                color: #fff;
                font-weight: normal;
                line-height: 50px;
            }

            .copyright_link .right ul li h4 {
                font-size: 1rem;
                color: #fff;
                font-weight: normal;
                line-height: 50px;
                width: 100%;
                /* justify-content: center; */
                display: flex;
            }

            .whiter {
                white-space: nowrap;
            }


            .copyright_link ul li p {
                margin-bottom: 0px !important;
                line-height: 36px;
            }

            .copyright_link ul li p a {
                color: #979797
            }

            .copyright_address {
                padding: 20px 0;
                display: flex;
                flex-wrap: wrap;
            }

            .copyright_address .left p {
                width: 100%
            }

            .copyright_address .left,
            .copyright_address .right {
                display: flex;
                flex-wrap: wrap;
                flex: 1;
                justify-content: flex-end
            }

            .copyright_address .left p {
                margin-bottom: 0px !important;
                font-size: 90%;
                color: #979797;
            }

            .copyright_address .right .copyright_contact {
                width: 280px;
            }

            .copyright_contact .tel {
                font-size: 32px;
                color: #fff;
                border-bottom: 1px solid #ebebeb;
                letter-spacing: 2px;
                line-height: 45px
            }

            .copyright_contact .email {
                font-size: 100%;
                color: #fff;
                line-height: 20px;
                letter-spacing: 2px;
                padding: 10px 0;
            }

            .copyright_address .right .copyright_contact i {
                margin-right: 15px
            }

            .business_img li a img {
                transition: all 2s;
                /*图片放大过程的时间*/
            }

            .business_img li a img:hover {
                transform: scale(1.5)
            }

            ul,
            ol {
                margin-bottom: 0px !important;
                width: 100%;
            }

            #jmod-header-nav {
                position: absolute;
                /* margin-left: 50%; */
                width: 100%;
            }

            /*产品介绍*/
            .productzi_img {
                position: relative;
                height: 150px;
                overflow: hidden;
            }

            .productzi_img:hover .a_img {
                transform: translateX(-200%);
                transition: all 0.6s cubic-bezier(0, 0, 0.25, 1) 0.1s
            }

            .productzi_img .a_hover_img {
                transform: translateX(200%);
            }

            .productzi_img:hover .a_hover_img {
                transition: all 0.6s cubic-bezier(0, 0, 0.25, 1) 0.1s;
                transform: translateX(0px);
            }

            .productzi_img~article {
                height: auto !important;
            }

            .productzi {
                margin-top: 0px
            }

            .product_show {
                display: flex;
                margin-bottom: 50px;
            }

            .n_span {
                /* display: block; */
                padding: 3px;
                margin-right: 5px;
                border: 1px solid #116ed7;
                border-radius: 50%;
            }

            .product_show .left {
                flex: 1;
                padding: 0px 40px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .font-wrap {
                padding-top: 10px;
                text-align: center;
            }

            .product_show .right {
                flex: 1;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .product_show .right ul {
                height: 100%;
                display: flex;
                flex-wrap: wrap;
                padding: 70px 0 0px 0;
            }

            .product_show .right li {
                height: auto;
                padding: 5px 0;
            }

            .product_show .right ul li a {
                width: 100%;
                display: flex;
            }

            .product_show .right ul li a .icon_img {
                flex: 0 0 95px;
                margin-right: 50px;
            }

            .product_show .right ul li a .text {
                flex: 1;
                margin-right: 25px
            }

            .product_show .right ul li a .text p {
                font-size: 20px;
                color: #000;
                padding-bottom: 10px;
            }

            /* erp系统 */

            .product_show .right_t ul li a {
                display: flex;
                padding-top: 20px;
            }

            .product_show .right_t ul li a .icon_img {
                flex: 0 0 95px;
                margin-right: 15px
            }

            .product_show .right_t ul li a .text {
                flex: 1;
                margin-right: 25px
            }

            .product_show .right_t ul li a .text p {
                font-size: 20px;
                color: #000
            }


            /* t */

            .product_show .right_t {
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
                /* align-items: center; */
            }

            .product_show .right_t h3 {
                font-size: 24px;

            }

            .product_show .right_t p {
                font-size: 16px;
                line-height: 35px;
            }

            .product_show .right_t ul {
                height: 100%;
                display: flex;
                flex-wrap: wrap;
                padding: 70px 0 0px 0;
            }

            .product_show .right_t ul li a {
                display: flex;
                padding-top: 20px;
            }

            .product_show .right_t ul li a .icon_img {
                flex: 0 0 95px;
                margin-right: 15px
            }

            .product_show .right_t ul li a .text {
                flex: 1;
                margin-right: 25px
            }

            .product_show .right_t ul li a .text p {
                font-size: 20px;
                color: #000
            }


            /* 11111 */
            .product_show1 {
                width: 100%;
                display: flex;
                margin-bottom: 50px;
                height: 510px;
                margin-top: 50px;
            }

            .pro_left {
                width: 50%;
                height: 510px;
                display: flex;
                padding: 0px 40px 10px 0px
            }

            .pro_right {
                width: 50%;
                height: 510px;

            }

            .pro_b_left {
                width: 50%;
                height: 510px;
                display: flex;
                display: flex;
                flex-direction: column;
                padding: 0px 40px 10px 0px
            }

            .pro_b_right {
                width: 50%;
                height: 510px;
                display: flex;
                flex-direction: column;
            }

            .pro_b_right h3 {
                font-size: 28px;
                color: #034fa5;
                font-weight: bold;
                letter-spacing: 4px;
                /* font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
            font-weight: bold; */
            }

            .pro_b_right p {
                font-size: 16px;
                padding-top: 30px;
                line-height: 30px;

            }

            .pro_b_left h3 {
                font-size: 28px;
                color: #0450a6;
                font-weight: bold;
                letter-spacing: 4px;
                /* font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
            font-weight: bold; */
            }

            .pro_b_left h4 {
                font-size: 28px;
                color: #034fa5;
                font-weight: bold;
                letter-spacing: 4px;
                padding-top: 70px;
                /* font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
            font-weight: bold; */
            }

            .pro_b_left p {
                font-size: 16px;
                padding-top: 30px;
                line-height: 30px;

            }

            .pro_right h3 {
                font-size: 28px;
                color: #034fa5;
                font-weight: bold;
                letter-spacing: 4px;
                /* font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
            font-weight: bold; */
            }

            .pro_right h4 {
                font-size: 28px;
                color: #0450a6;
                font-weight: bold;
                letter-spacing: 4px;
                padding-top: 70px;
                /* font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
            font-weight: bold; */
            }

            .pro_right p {
                font-size: 16px;
                padding-top: 30px;
                line-height: 30px;

            }

            .pro_ul {
                width: 100%;
                display: flex;
                flex-direction: column;
                padding-top: 20px;
            }

            .pro_ul li {
                line-height: 45px;
                display: flex;
                font-size: 16px;
                height: 75px;

            }

            .pro_ul li img {
                width: 100%;
            }

            .pro_font {
                padding-left: 15px;
            }

            .product_show_c {
                width: 100%;
                height: auto;
                display: flex;
                margin-top: 40px;
            }



            .product_show1 .left {
                flex: 1;
                padding: 40px;
                display: flex;
                justify-content: center;
                align-items: center;
                height: 510px;
            }

            .font-wrap {
                padding-top: 10px;
                text-align: center;
            }

            .product_show1 .right_t ul li a {
                display: flex;
                padding-top: 20px;
            }

            .product_show1 .right_t ul li a .icon_img {
                flex: 0 0 95px;
                margin-right: 15px
            }

            .product_show1 .right_t ul li a .text {
                flex: 1;
                margin-right: 25px
            }

            .product_show1 .right_t ul li a .text p {
                font-size: 20px;
                color: #000
            }

            /* t */

            .product_show1 .right_t {
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
                height: 510px;
                /* align-items: center; */
            }

            .product_show1 .right_t h3 {
                font-size: 24px;

            }

            .product_show1 .right_t p {
                font-size: 16px;
                line-height: 35px;
            }

            .product_show1 .right_t ul {
                height: 100%;
                display: flex;
                flex-wrap: wrap;
                /* padding: 70px 0 0px 0; */
            }

            .product_show1 .right_t ul li a {
                display: flex;
                padding-top: 20px;
            }

            .product_show1 .right_t ul li a .icon_img {
                flex: 0 0 95px;
                margin-right: 15px
            }

            .product_show1 .right_t ul li a .text {
                flex: 1;
                margin-right: 25px
            }

            .product_show1 .right_t ul li a .text p {
                font-size: 20px;
                color: #000
            }

            .proudct_bj {
                width: 100%;
                height: auto;
                background: url('../images/product_bj.png')
            }

            .content_title3 {
                font-size: 34px;
                font-weight: normal;
                color: #fff;
                display: flex;
                justify-content: center;
                align-items: center;
                line-height: 80px
            }

            .content_title_zi3 {
                border-bottom: 1px solid #cacaca;
                padding: 20px 30px;
                position: relative
            }

            .content_title_zi3::after {
                height: 3px;
                width: 30px;
                background: #fff;
                content: " ";
                display: block;
                position: absolute;
                bottom: -2px;
                left: calc(50% - 15px);
            }

            .bs_Gz {
                text-align: center;
                width: 100%;
                display: inline-block;
                font-size: 1.5rem;
                line-height: 80px;
                color: #fff
            }

            .bs_gz_ul {
                width: 100%;
                display: flex;
                padding-bottom: 20px
            }

            .bs_gz_ul li {
                flex: 1;
                color: #fff;
                padding: 0 50px
            }

            .bs_gz_ul li .bx_GZ_P {
                font-size: 4.5rem;
                margin-bottom: 0px;
                line-height: 130px
            }

            .bs_gz_ul li span {
                font-size: 1.375rem;
                color: #fff
            }

            .body_warp600 {
                width: 600px;
                text-align: center;
                margin: 0 auto
            }

            .du_h3 {
                font-size: 1.5rem;
                font-weight: normal;
                line-height: 100px;
            }

            .hx_p {
                text-align: center;
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 40px 0;
                font-size: 100%;
            }

            .product_icon_img {
                width: 100%;
                display: flex;
                height: 110px;
                justify-content: center;
                align-items: center;
                background: #fff;
                padding: 15px 0 0 0
            }

            .product_icon_img img {
                width: 45% !important;
                display: flex;
            }

            .product_icon_text span {
                display: inline-flex;
                justify-items: center;
                font-size: 90%;
                padding: 10px 0px;
            }

            .product_icon_text p span {
                display: inline-flex;
                justify-items: center;
                font-size: 90%;
                padding: 10px 0px;
            }

            .product_icon_img_text {
                background: #fff;
                text-align: center;
                padding: 25px 0px 15px 0px;
            }

            .product_icon_img_text h3 {
                font-size: 120%;
                font-weight: bold;
                color: #0b6cd7;
                line-height: 45px;
                margin-bottom: 5px;
                /* font-family: 'SimHei'; */
            }

            .product_intor li {
                padding: 5px !important;
                margin: 0 10px;
                border: 2px solid #fff;
                background: #fff;
            }

            .product_intor {
                display: flex;
                flex-wrap: wrap;
                margin-left: 10px;
                margin-right: -13px;
                margin-bottom: 35px !important;
            }

            .product_intor li:hover {
                border: 2px solid #f9761f
            }

            .product_intor li:hover h3 {
                color: #f9761f
            }

            .product_intor li:hover a span {
                color: #333
            }

            .product_intor li a span i {
                color: #0b6bd5;
                margin-right: 5px;
            }

            .product_intor li:hover a span i {
                color: #f9761f;
                margin-right: 10px;
            }

            .product_bj02 {
                width: 100%;
                height: auto;
                background: url("../images/product_bj2.png");
                background-size: cover
            }

            .mf_register {
                display: flex;
                margin-top: 50px;
                padding-bottom: 30px;
            }

            .mf_register li {
                flex: 1;
                display: flex;
                color: #fff;
                justify-content: center;
                align-items: center;
                flex-wrap: wrap
            }

            .mf_register li h3 {
                width: 100%;
                color: #fff;
                display: flex;
                color: #fff;
                justify-content: center;
                align-items: center;
                font-size: 1.625rem;
                font-weight: normal;
                line-height: 80px;
            }

            .mf_register_A {
                display: flex;
                justify-content: center;
                margin-bottom: 50px;
            }

            .mf_register_A a {
                padding: 8px 40px;
                /* border: 1px solid #fff; */
                color: #fff;
                font-size: 1.25rem;
                border-radius: 40px;
                background: #f9761f;
                color: #ffff;
            }

            /* .mf_register_A a:hover {
                border: 1px solid #f9761f;
                color: #f9761f;
            } */

            /*数字滚动 */
            .numCount {
                margin: 0 -10px;
            }

            .numCount li {
                float: left;
                width: 25%;
                text-align: center;
            }

            .numCount li .item {
                margin: 0 10px;
            }

            .numCount li .numU {
                line-height: 1.3;
            }

            .numCount li .numCX {
                font-size: 4.5rem;
                margin-bottom: 0px;
            }

            .numCount li .numU .unitC {
                font-size: 100%;
                line-height: 1.3;
                margin-left: 0.3em;
            }

            .numCount li .numU sup {
                vertical-align: top;
            }

            .numCount li .numU sub {
                vertical-align: baseline;
            }

            .w-imgText .img {
                backface-visibility: hidden;
                -webkit-backface-visibility: hidden;
                /* Chrome 和 Safari */
                -moz-backface-visibility: hidden;
                /* Firefox */
                -ms-backface-visibility: hidden;
                /* Internet Explorer */
            }

            .article_font {
                font-size: 100%;
                text-align: left;
                /* font-family: 'SimHei'; */
            }

            .article_fontf {
                font-size: 100%;
                text-align: left;
                /* font-family: 'SimHei'; */
            }

            .text_p {
                /* font-size: 1.1rem; */
                font-family: unset;
                padding-bottom: 5px;
            }

            .pos ul li {
                border: 1px solid #fff;
            }

            .all_top {
                border-bottom: 1px solid #ccc;
            }

            .body_warp1940_erp {
                width: 90%;
                margin: 0 5%;
                height: auto;
                display: flex;
                flex-direction: column;
            }

            .alltop_font {
                font-size: 1.1rem;
                text-align: center;
                font-weight: bold;
                padding-top: 10px;
            }

            .small_list {
                display: none;
            }

            .nav_button {
                display: none;
            }

            .new_ipone {
                width: 100%;
                height: 100%;
            }

            .ipone_body_warp1980 {
                display: none;
            }

            .nav_button {
                display: none;
            }

            .bb {
                display: none;
            }

            .ipone_business_bj {
                display: none;
            }

            .ipone_er {
                display: none;
            }

            .ipone_grey {
                display: none;
            }

            .foots {
                display: none;
            }

            .grey_ipone_bj {
                display: none;
            }

            .grey_ipone_bj1 {
                display: none;
            }

            .ipone_foot {
                display: none;
            }

            .body_warp_ipone_1940 {
                display: none;
            }

            .product_bj02 {
                display: none;
            }

            .server_ipone {
                display: none;
            }

            .ipone_gsbj {
                display: none;
            }

            .ybn_what {
                display: none;
            }

            .ipone_ny_tx {
                display: none;
            }

            .ipone_pro {
                display: none;
            }

            .font-zs {
                display: none;
            }

            .ipone_policy {
                display: none;
            }

            .ipone_police {
                display: none !important;
            }

            .ipone_cpld {
                display: none !important;
            }

            .grey_bj_ip {
                display: none;
            }

            .fc_ip_ld {
                display: none;
            }

            .erp_ipyd {
                display: none;
            }

            .ipone_zcyj {
                display: none;
            }

            .ipone_abouts_gis {
                display: none;
            }

            .ipone_deve {
                display: none;
            }

            .ipone_rz {
                display: none !important;
            }

            .ipone_ys_app {
                display: none !important;
            }




        }

        /* 之前的媒体查询 */

        @media (min-width: 1280px) and (max-width: 2200px) {
            body {
                font-size: 12px;
            }

            /* body ,html{
                font-size: 14px !important;
            } */
            .hezuole li a span {
                color: #333;
                line-height: 26px;
                width: 100%;
                font-size: 1rem;
                color: #333;
                line-height: 26px;
                display: inline-flex;
                justify-content: center;
                font-size: 16px
            }

            .padd_t60 {
                padding-top: 50px;
            }


            .nongzi_block li a h3 {
                font-size: 1.3rem;
                font-weight: normal;
                font-family: 'SimHei';
                text-align: center;
                line-height: 45px;
                padding: 10px 0px;
                white-space: nowrap;
            }

            .news_block {
                display: flex;
                justify-content: center;
            }
        }

        @media screen and (max-width:1280px) {
            body {
                font: 12px/1.5 microsoft yahei, arial, sans-serif;
            }


            .porduct_right_text h3 {
                font-size: 1.4rem;
            }

            .h_h {
                font-size: 1.2rem !important;
            }

            .copyright_link .right ul li h4 {}

            .hezuole li a span {
                color: #333;
                line-height: 26px;
                width: 100%;
                font-size: 1rem;
                color: #333;
                line-height: 26px;
                display: inline-flex;
                justify-content: center;
                font-size: 12px
            }
        }

        /* 头部媒体查询 */
        @media screen and (max-width: 1360px) {
            body {
                font-size: 12px;
            }

        }

        @media screen and (max-width: 1460px) {
            body {
                font-size: 14px !important;
            }

        }



        /* 手机端页面 */
        @media (min-width: 320px) and (max-width:999px) {
            html {
                font-size: 100%;
                box-sizing: border-box;
                background: #fff;
                overflow-x: hidden;
            }

            body {
                font-size: 1em;
                max-width: 999px;
                min-width: 320px;
                margin: 0 auto;
                font-size: 100%;
                font-family: \5FAE\8F6F\96C5\9ED1, "Helvetica Neue", Helvetica, Arial, sans-serif;
                /* font-family: Arial, Helvetica, sans-serif; */
                overflow-x: hidden;
                word-wrap: break-word;
                -webkit-tap-highlight-color: rgba(35, 167, 217, .5);
                -webkit-overflow-scrolling: touch; 
                /* overflow-scrolling: touch; */
               
            }
            /* a{
                -webkit-tap-highlight-color:transparent;
               
                text-decoration: none;
               
                outline: none;
                color: inherit
            } */
            /* a:active {
                color:#000000;
                text-decoration:none;
                } */

            img {
                width: 100%;
                height: auto;

            }

            @font-face {
                font-family: 'iconfont';
                src: url('iconfont.eot');
                src: url('iconfont.eot?#iefix') format('embedded-opentype'),
                    url('iconfont.woff2') format('woff2'),
                    url('iconfont.woff') format('woff'),
                    url('iconfont.ttf') format('truetype'),
                    url('iconfont.svg#iconfont') format('svg');
            }

            .iconfont {
                font-family: "iconfont" !important;
                font-size: 16px;
                font-style: normal;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .el {
                -webkit-user-select: none;
                -moz-user-select: none;
                -khtml-user-select: none;
                user-select: none;
            }

            .wrapper {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                background: #fff;

                /* display: none; */
            }

            header {
                width: 100%;
                height: 3.5rem;
                display: flex;
                position: relative;
            }

            .body_warp1980 {
                width: 100%;
                height: 3.5rem;
                /* line-height: 2.5rem; */
                display: flex;

                background: #fff;
                border: 1px solid #ccc;
            }

            .left_login {
                display: flex;
                width: 25%;
                float: left;
                position: absolute;
                top: 10%;
                left: 3%;
            }

            .nav_button {
                width: 10%;
                display: flex;
                position: absolute;
                right: 1%;
                top: 1%;
            }

            .nav_button span {
                padding-top: 10px;
            }

            .nav_button span img {
                width: 50%;
                background: #fff;
            }

            .nav {
                display: none;
            }

            .nav_tip {
                display: none;
            }

            .small_list {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                position: fixed;
                top: 0;
                left: 0;
                background-color: #f8f8f8;
                display: none;
                z-index: 999;
            }

            .two_nav {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                position: fixed;
                top: 0;
                left: 0;
                background-color: #f8f8f8;
                display: none;
                z-index: 1000;
            }

            .two_nav ul {
                margin-top: 20%;
            }

            .two_nav li {
                display: flex;
                justify-content: space-between;
                width: 100%;
                padding: 15px;
                text-align: left;

                font-size: 110%;
                border-bottom: 1px solid #d4d4d4;
                font-weight: bold;
            }

            .two_nav li span {
                font-size: 110%;
                color: #000;
            }

            .closes {
                width: 100%;
                height: 3.5rem;
                line-height: 3.5rem;
                /* height: 0.3rem; */
                position: absolute;
                /* top: 2%; */
                /* padding: 10px; */
                color: #000;
                border: none;
                background: #fff;
                box-shadow: 0px 7px 7px -7px #5E5E5E;
                /* : -2px -1px 9px 4px rgba(35, 109, 193, .1); */
                text-align: right;
                display: flex;
                justify-content: space-between;
            }

            .close_img {
                display: inline-block;
                width: 15%;
                margin-left: 3%;
            }

            .close_img img {
                width: 100%;
                height: auto;
            }

            .close_x {
                display: inline-block;
                width: 70%;
                margin-right: 5%;
            }

            /* 二级菜单 */
            .last_button {
                width: 100%;
                height: 70px;
                line-height: 70px;
                /* height: 0.3rem; */
                position: absolute;
                /* top: 2%; */
                /* padding: 10px; */
                color: #000;
                border: none;
                background: #fff;
                box-shadow: 0px 7px 7px -7px #5E5E5E;
                /* : -2px -1px 9px 4px rgba(35, 109, 193, .1); */
                text-align: right;
                display: flex;
                justify-content: space-between;
            }

            .close_img {
                display: inline-block;
                width: 22%;
                margin-left: 3%;
            }

            .close_img img {
                width: 100%;
                height: auto;
            }

            .close_z {
                display: inline-block;
                width: 70%;
                margin-right: 5%;
                /* padding-top: 15px; */
            }

            .two_nav_img {
                width: 100%;
                height: 3.5rem;
                line-height: 3.5rem;
                /* height: 0.3rem; */
                /* position: absolute; */
                /* top: 2%; */
                /* padding: 10px; */
                color: #000;
                border: none;
                background: #fff;
                box-shadow: 0px 7px 7px -7px #5E5E5E;
                /* : -2px -1px 9px 4px rgba(35, 109, 193, .1); */
                text-align: right;
                display: flex;
                justify-content: space-between;
            }

            /* 尾 */

            .small_list ul {
                margin-top: 20%;
            }

            .small_list li {
                display: flex;
                justify-content: space-between;
                width: 100%;
                padding: 15px;
                text-align: left;

                font-size: 110%;
                border-bottom: 1px solid #d4d4d4;
                font-weight: bold;
            }

            .small_list li span {
                font-size: 110%;
                color: #000;
            }

            .nav_b {
                display: flex;
                flex-direction: column;
            }

            .mod-header {
                display: none;
            }

            .aa {
                display: none;
            }

            .ipone_rz {
                width: 90%;
                margin: 0 5%;
            }

            .pc_rz {
                display: none !important;
            }

            .rz_tab {
                width: 100%;
                height: auto;
                display: flex;
                margin-bottom: 20px;
            }

            .menu {
                width: 100%;
                height: 50px;
                line-height: 40px;
            }

            .menu p span {
                margin-right: 15px;
            }

            .menu img {
                width: 100%;
                height: 25%;
            }

            .menu_dn {
                width: 100%;
                height: 50px;
                line-height: 40px;
            }

            .menu_dn p span {
                margin-right: 15px;
            }

            .menu_dn img {
                width: 100%;
                height: 25%;
            }

            .menu_app {
                width: 100%;
                height: 50px;
                line-height: 40px;
            }

            .menu_app img {
                width: 100%;
                height: 25%;
            }

            .menu_app p span {
                margin-right: 15px;
            }

            .menu_boss {
                width: 100%;
                height: 50px;
                line-height: 40px;
            }

            .menu_boss img {
                width: 100%;
                height: 25%;
            }

            .menu_boss p span {
                margin-right: 15px;
            }

            .munu_conteng {
                display: none;
                width: 100%;
                height: auto;
                background: #f5f5f5;
            }

            .munu_conteng_dn {
                display: none;
                width: 100%;
                height: 50px;
                background: #f5f5f5;
            }

            .munu_conteng_app {
                display: none;
                width: 100%;
                height: 50px;
                background: #f5f5f5;
            }

            .munu_conteng_boss {
                display: none;
                width: 100%;
                height: 50px;
                background: #f5f5f5;
            }

            .rz_tab ul {
                width: 100%;
            }

            .rz_font {
                float: right;
            }

            .padd_t40 {
                padding-top: 1.1rem;
                padding-bottom: .7rem;
                text-align: center;
                font-size: 1.5rem;
                color: #034fa5;
                font-weight: bold;
            }

            .content_title_text {
                font-size: 88%;
                line-height: 1.5rem;
                color: #333;
                width: 100%;
                /* margin: 0 5%; */
            }

            /* .grey_bj {
                width: 90%;
                height: auto;
                margin: 0 5%;
            } */
            .porduct_right_text h3 {
                font-size: 120%;
                font-weight: bold;
                padding: 10px 5px;
            }

            .padd_t401 {
                padding: 0 5px 5px 5px;
                font-size: 88%;
                color: #666666;
                line-height: 1.4rem;
            }

            .grey_lb_top {
                background: #f5f5f5;
            }

            .product_more {
                display: none;
            }

            .ipone_more {
                display: none;
            }

            .btn_buy2 {
                display: none;
            }

            .ipone_grey_bottom {
                width: 100%;
                height: auto;
                display: flex;

            }

            .ipone_grey_bottom dl {
                width: 50%;
                height: auto;
                display: flex;
                flex-direction: column;
                /* margin: 0 .3rem; */
                border: 1px solid #f5f5f5;
                background: #f5f5f5;
            }

            .ipone_grey_bottom dl dt {
                width: 100%;

            }

            .ipone_grey_bottom dl dt img {
                width: 100%;
            }

            .grey_lb_bottom {
                display: none;
            }

            .ipone_er {
                width: 90%;
                margin: 5% 5% 0 5%;
            }

            .mk_r {
                margin-right: 5%;
            }

            .bot_p {
                font-size: 103%;
                font-weight: bold;
                padding: 8px 15px;
                color: #000000;
                text-align: left;
            }

            .bot_f {
                font-size: 88%;
                padding: 0px 15px 10px 15px;
                color: #333;
                text-align: left;
                line-height: 1.3rem;
            }

            .ner {
                bottom: 140px !important;
            }

            .business_bj {
                display: none;
            }

            .ipone_business_bj {
                width: 90%;
                margin: 0 5%;
                /* max-width: 1920px;
                min-width: 900px; */
                /* margin: auto; */
                height: auto;
                display: flex;
                flex-direction: column;
                padding: 20px 0 0 0;

                /* min-height: 300px; */
            }

            #nere {
                background: #f5f5f5;
                margin-top: 20px;
            }

            .cc {
                background: #f5f5f5;
            }

            .padd_t40_g {
                text-align: center;
                font-size: 1.5rem;
                color: #034fa5;
                font-weight: bold;
            }

            .boder_white_bj {
                display: none !important;
            }

            .ipone_grey {
                width: 90%;
                margin: 0 5%;
                display: flex;
                flex-direction: column;
            }

            .iponeg_top {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin: 0rem 1rem 0rem 1rem;
            }

            .iponeg_top h3 {
                font-size: 1rem;
                color: #010101;
                line-height: 1rem;
                text-align: left;
            }

            .ipone_grey_top {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;

                padding-bottom: 1.3rem;
            }

            .ipone_grey_top img {
                width: 100%;
                height: auto;
            }

            .ipone_grey_top h3 {
                font-size: 1rem;
                color: #010101;
                font-weight: bold;
                line-height: 1rem;
                padding-top: .6rem;
                background: #f5f5f5;
                padding-left: .5rem;

            }

            .ipone_grey_top p {
                font-size: 95%;
                color: #666;
                padding-top: .6rem;
                line-height: 1.4rem;
                background: #f5f5f5;
                padding-left: .6rem;
                padding-right: .6rem;

            }

            .ipone_grey_bottom {
                width: 100%;
                height: auto;
                display: flex;

            }

            .ipone_grey_bottom dl {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                margin: 0 .3rem;
                border: 1px solid #f5f5f5;
                background: #f5f5f5;
            }

            .ipone_grey_bottom dl dt {
                width: 100%;

            }

            .ipone_grey_bottom dl dt img {
                width: 100%;
            }

            /* .bot_p {
                font-size: 1rem;
                color: #000;
                font-weight: bold;
                padding: .3rem .5rem;
            }

            .bot_f {
              
                font-size: .4rem;
                color: #666;
                padding: 0rem .5rem;
            } */
            a:hover {
                color: none !important;
                text-decoration: none !important;
            }

            .body_warp1940 {
                width: 90%;
                margin: 0 5%;
                height: auto;
                display: flex;
                flex-direction: column;
            }

            .nongzi_block {
                width: 100%;
                display: flex;
                flex-flow: row wrap;
            }

            .nongzi_block li {
                width: 47%;
                box-shadow: -2px -1px 9px 4px rgba(35, 109, 193, .1);
                /* border: 1px solid #ccc; */
                margin-top: 20px;
                padding-bottom: 15px;

            }

            .nongzi_block li h3 {
                text-align: center;
                font-size: 100%;
                font-weight: bold;
                padding: 3px 5px;
                color: #000000;
            }

            .a_img {
                display: none;
            }

            .no_b {
                margin-right: 5%;
            }

            .nongzi_block li article {
                font-size: 88%;
                padding: 0px 5px 0px 5px;
                color: #333;
                text-align: center;
            }

            .nongzi_img img {
                width: 50%;
            }

            .nongzi_img {
                height: 90px;
                width: 100%;
                text-align: center;
            }

            .lj {
                padding: 5px 10px;
                border: 1px solid #f86300;
                border-radius: 50px;
                text-align: center;
                color: #f86300;
            }

            .nz_lj {
                padding-top: 10px;
                text-align: center;
            }

            /* 新闻动态 */
            .blue_bj02 {
                width: 90%;
                margin: 0 5%;
                height: auto;
                display: flex;
                flex-direction: column;

                /* background: red; */
            }

            .left {
                display: none;
            }

            .right {
                width: 100%;
                display: flex;
                flex-direction: column;
                background: #f5f5f5;
                margin-bottom: 30px;
            }

            .news_ul_list {
                width: 100%;
                height: auto;
            }

            .news_ul_list a li {
                height: 70px !important;
                padding: 15px 20px;
                /* display: flex; */
            }

            .blue_bj02 .body_warp1940 {
                width: 100% !important;
                margin: 0% !important;
            }

            .time_z {
                color: #666;
            }

            .time_z p {
                display: inline-block;
            }

            .news_h {
                font-size: 100%;
                color: #000;
                font-weight: bold;
            }

            footer {
                display: none;
            }

            .bottom_pic {
                display: none;
            }

            .ipone_xz {
                width: 100%;
                height: auto;
                display: flex;
            }

            .ipone_xz dd {
                text-align: center;
            }

            .ipone_xz dl {
                width: 50%;
                display: flex;
                flex-direction: column;
                padding: 0rem .5rem;
            }

            .ipone_xz dt {
                width: 100%;
                height: auto;
            }

            .ipone_xz dt img {
                width: 100%;
                height: auto;
            }

            .grey_call {
                width: 100%;
                display: flex;
                flex-direction: column;
            }

            .grey_call ul {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                padding: 0rem .3rem;
            }

            .grey_call ul li {
                padding: .4rem 0rem;
                font-size: 88%;
                color: #666666;
            }

            .grey_call ul li img {
                width: 50%;
                height: auto;
            }

            .foots {
                width: 100%;
                /* margin: 0 5%; */
                background: #f5f5f5;
            }

            .foot {
                width: 90%;
                margin: 0 5%;

            }

            .ipone_foot {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
            }

            .ipone_foot ul {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                padding: 1rem .3rem;
            }

            .ipone_foot ul li {
                text-align: center;
                font-size: 83%;
                padding: .2rem 0rem;
                color: #666;
            }

            .swiper-container {
                width: 100%;
                height: 100%;
                margin-left: auto;
                margin-right: auto;
            }

            .hezuole {
                padding-bottom: 25px;
            }

            #carousel-example-generic {
                display: none;
            }

            .carousel-inner {
                display: none;
            }

            .perr {
                padding-bottom: 10px;
            }

            .grey_ipone_bj {
                width: 90%;
                margin: 0 5% 30px 5%;
                background: #f5f5f5;
            }

            /* .grey_ipone_bj1{
                width: 90%;
                margin: 0 5%;
                background: #f5f5f5;
            } */
            .heng_ll {
                padding: 10px 0 0 0;
                display: block;
                text-align: center;
                font-size: 110%;
                font-weight: bold;
                color: #000;
            }

            .hzal {
                bottom: 80px !important;
            }

            .swiper-pagination-bullet {
                background: #fff !important;
            }

            /* 移动端客户案例css */
            .product_show1 {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
            }

            .pro_right {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
            }

            .pro_right a h3 {
                font-size: 115%;
                font-weight: bold;
                color: #034fa5;
                padding: 12px 0;
            }

            .pro_right p span {
                font-size: 95%;
                /* font-weight: bold; */
                color: #5d646d;
                padding: 0 0 12px 0;
                line-height: 1.4rem;

            }

            .pro_ul {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                padding-top: 10px;
            }

            .pro_ul li {
                display: flex;
                /* padding: 8px 0; */
                height: 55px;

            }

            .pro_imgs {
                display: block;
                /* width: 40px; */
                /* height: 40px; */
                /* 客户案例图标高度修改 */
            }

            .pro_ul li span img {
                width: 100%;
                height: auto;
                backface-visibility:hidden;
                -webkit-backface-visibility:hidden;	/* Chrome 和 Safari */
                -moz-backface-visibility:hidden; 	/* Firefox */
                -ms-backface-visibility:hidden; 	/* Internet Explorer */
            }
            

            .pro_font {
                width: 85%;
                font-size: 95%;
                /* font-weight: bold; */
                color: #5d646d;
                padding: 0 0px 12px 5px;
                padding-top: 7px;
            }

            .body_warp_ipone_1940 {
                width: 90%;
                height: auto;
                display: flex;
                flex-direction: column;
                margin: 0 5%;
            }

            .pc_1940 {
                display: none !important;
            }

            .pro_b_left a h3 {
                font-size: 115%;
                font-weight: bold;
                color: #034fa5;
                padding: 12px 0;
            }

            .pro_b_left p span {
                font-size: 95%;
                /* font-weight: bold; */
                color: #5d646d;
                padding: 0 0 12px 0;
            }

            .body_warp1946 {
                width: 90%;
                margin: 0 5%;
                display: flex;
                flex-direction: column;
            }

            .busi1 {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
            }

            .busi1 ul {
                width: 100%;
                height: auto;
                display: flex;
                flex-wrap: wrap;

            }

            .busi1 ul li {
                width: 45%;
                background: #f5f5f5;
                /* padding: 10px; */
                margin: 5px;
            }

            .busi1_bottom {
                padding: 5px;
            }

            .busi1_bottom h3 {
                font-size: 100%;
                font-weight: bold;
                color: #000;
                text-align: center;
                padding: 5px 0;
            }

            .user {
                font-size: 88%;
                color: #666;
                text-align: left;
                padding: 10px 0;
            }

            .body_warp1947 {
                width: 90%;
                margin: 0 5%;
            }

            .fb_f {
                font-size: 100%;
                color: #494949;
            }

            .gis {
                width: 100%;
                height: 300px;

            }

            .copy_footer {
                display: none;
            }

            .product_bj02 {
                width: 100%;
                /* width: 100%; */
                height: auto;
                background: url(../images/ipone_lanse.jpg);
                background-size: cover;
            }

            .body_warp1940_ipone {
                width: 100%;
                height: auto;
            }

            .mf_register {
                width: 100%;
                display: flex;
                margin-top: 25px;
                /* padding-bottom: 30px; */
            }

            .mf_register li {
                width: 25%;
                flex-direction: column;
                display: flex;
                color: #fff;
                text-align: center;
            }

            .mf_register li p {}

            .mf_register li img {
                width: 62%;
                height: 100%;
            }

            .mf_register li h3 {
                width: 100%;
                color: #fff;
                display: flex;
                /* color: #fff; */
                justify-content: center;
                align-items: center;
                font-size: 100%;
                font-weight: normal;
                /* line-height: 80px; */
            }

            .mf_register_A {
                display: flex;
                justify-content: center;
                margin-bottom: 25px;
                margin-top: 25px;
            }

            .mf_register_A a {
                padding: 5px 35px;
                /* border: 1px solid #fff; */
                color: #fff;
                font-size: 115%;
                /* border-radius: 40px; */
                border: 1px solid #a3b5cd;
                /* background: #f9761f; */
                color: #ffff;
            }

            /* 服务中心css */
            .servers {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                /* margin-top: 15px; */
            }

            .server_list {
                width: 100%;
                height: auto;
                display: flex;
                flex-wrap: wrap;
            }

            .server_list li {
                width: 45%;
                text-align: center;
                box-shadow: 0px 2px 8px -2px #9a9a9a;
                margin-top: 15px;
                padding-top: 20px;

            }

            .server_list li p img {
                width: 30%;
                height: auto;
            }

            .server_list li h3 {
                font-size: 110%;
                font-weight: bold;
                padding: 10px 0;
            }

            .pice {
                font-size: 88%;
                color: #666;
                padding: 0 10px 10px 10px;
                line-height: 1.3rem;
            }

            .tos {
                display: none;
            }

            .font-s {
                display: none;
            }

            .pos_j_left {
                display: none;
            }

            .boder_white_bj1 {
                display: none;
            }

            .server_ipone {
                width: 90%;
                margin: 25px 5% 0 5%;
            }

            .ser_dl {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                padding-top: 0px;
            }

            .ser_dl dl {
                width: 100%;
                height: 85px;
                display: flex;
                margin: 10px 0;
            }

            .ser_dl dl dt {
                width: 30%;
                height: auto;
                display: flex;
                flex-direction: column;
                justify-content: center;
                background: #f5f5f5;
            }

            .ser_dl dl dt img {
                width: 100%;
                height: auto;
            }

            .ser_dl dl dd {
                width: 65%;
                font-size: 88%;
                color: #989898;
                margin-left: 10px;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
            .time_img{
                width: 100%;
                text-align: center;
                height: auto;
            }
            .time_img img{
                width: 38% !important;
                height: auto;
            }
            .ipone_serv_img{
                display: inline-block;
            }
            #ser_ipone_lv{
                background: #dbf5ef;
            }
            #ser_ipone_cheng{
                background: #fef2dc;
            }
            #ser_ipone_lan{
                background: #e2ebfa;
            }
            #ser_ipone_qing{
                background: #e4f5db;
            }
            .ser_dl dl dt h3{
                padding-top: 5px;
                font-weight: bold;
                text-align: center;
                font-size: 90%;
            }

            .three {
                color: #666 !important;
                padding: 0px 0px;
            }

            .three .iconfont {
                color: #1069f5;
            }

            .three span {
                padding-right: 5px;
            }

            .zn_ipone {
                /* width: 90%; */
                /* margin: 5%; */
            }

            .font-s2 {
                display: none;
            }

            .busi {
                width: 100%;
                height: auto;
                display: flex;
                /* flex-direction: column; */
                flex-wrap: wrap;
            }

            .busi ul {
                width: 100%;
                display: flex;
                /* flex-direction: column; */
                flex-wrap: wrap;
                justify-content: space-between;
            }

            .busi ul li {
                width: 48%;
            }

            .adio_time {
                padding: 15px 7px;
            }

            .adio_timef span {
                font-size: 90%;
                color: #000;
                padding-bottom: 5px;
                font-weight: bold;
            }

            .adio_timeb span {
                padding: 6px 15px;
                border: 1px solid #1069f5;
                border-radius: 50px;
                color: #1069f5;
                text-align: center;
                font-size: 88%;
            }

            .adio_timeb {
                text-align: center;
                margin: 15px 0;
            }

            .bnt {
                text-align: center;
                margin-top: 10px;
                margin-bottom: 30px;
            }

            .bnt span {
                padding: 10px 30px;
                background: #1069f5;
                color: #fff;
                border-radius: 50px;
                font-size: 100%;
            }

            .boder_white_bj2 {
                width: 90%;
                margin: 5% 5%;
                height: auto;
                display: flex;
                flex-direction: column;
            }

            .time_zy {
                display: flex;
                flex-direction: column;
                margin-top: 20px;
            }

            .time_zy ul {
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }

            .time_zy ul li {
                width: 48%;
                margin-top: 15px;
                padding: 15px 5px;
                text-align: center;
                /* box-shadow: 0px -1px 8px 4px rgb(35 109 193 / 10%); */
                box-shadow: 0px 2px 8px -2px #9a9a9a;
            }

            .time_zy ul li p img {
                width: 60px !important;
                height: 60px;
                border-radius: 50%;
            }

            .time_zy ul li h3 {
                padding: 5px 0;
            }

            .ser_name {
                font-size: 110%;
                font-weight: bold;
                color: #000;
            }

            .ser_worker {
                font-size: 95%;
                color: #333;

            }

            .time_f {
                font-size: 87%;
                line-height: 1.3rem;
                color: #666;
            }

            .body_warp1931 {
                width: 90%;
                margin: 0 5%;
                display: flex;
                flex-direction: column;
            }

            .majorr {
                display: flex;
                flex-direction: column;
            }

            .majorr li {
                display: flex;
                width: 100%;
                justify-content: space-between;
                margin: 10px 0;
            }

            /* .chose_img{
                width: 10%;
            } */
            .chose_img img {
                width: 100%;
                height: auto;
            }

            .chose_font {
                text-align: left;
                width: 80%;
                padding-top: 5px;
            }

            .major_tab_r {
                /* overflow: hidden; */
                display: none;
            }

            .majorr li b {
                padding-top: 5px;
                color: #000;
                padding-right: 5px;
            }

            .majorr li:hover {
                background: #6072ff;
                color: #fff;
            }

            .ser_db_bj {
                display: none;
            }

            .ipone_gsbj {
                width: 90%;
                margin: 0 5%;
            }

            .pro_right h4 {
                font-size: 115%;
                font-weight: bold;
                color: #034fa5;
                padding: 12px 0;
            }

            .pro_b_left h4 {
                font-size: 115%;
                font-weight: bold;
                color: #034fa5;
                padding: 12px 0;
            }

            .product_show1 {
                margin-top: 20px;
            }

            .pro_bj p {
                font-size: 90%;
                line-height: 22px;
            }

            .ipone_ybn {
                display: none;
            }

            .grey_bj6 {
                display: none;
            }

            #swiper-container-honor-ry {
                width: 100%;
                padding-top: 30px;
                padding-bottom: 10px;
            }

            #swiper-container-honor-ry .swiper-slide {
                background-position: center;
                background-size: cover;
                width: 35%;
                height: auto;
                visibility: hidden;
            }

            #swiper-container-honor-ry .swiper-slide.swiper-slide-prev,
            #swiper-container-honor-ry .swiper-slide.swiper-slide-next,
            #swiper-container-honor-ry .swiper-slide.swiper-slide-active {
                visibility: visible;
            }

            .slider .swiper-pagination-ry {
                right: 0;
                top: 0;
            }

            #swiper-container-honor-ry .swiper-wrapper {
                width: 100%;
            }

            .grey_bj4 {
                /* width: 90%; */
                /* margin: 0 5%; */
                /* display: none; */
            }

            .jav_font {
                font-size: 110%;
                text-align: center;
                color: #000;
                display: block;
            }

            .productzi {
                width: 100%;
                display: flex;
                flex-direction: column;
            }

            .productzi li {
                width: 100%;
                height: 95px;
                display: flex;
                padding: 0 !important;
                box-shadow: 0px 5px 8px -6px #b8b8b8 !important;
            }

            .productzi li a {
                width: 100%;
                display: flex;
            }

            .productzi_img {
                width: 25%;
                background: #f5f5f5;
                position: relative;
            }
            .productzi_img img{
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
            }

            .productzi_font {
                text-align: left !important;
                width: 70%;
                padding-left: 10px;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            .productzi_font h3 {
                text-align: left !important;
            }

            .productzi_font article {
                text-align: left !important;
            }

            .grey_lb {
                display: none !important;
            }

            /* .grey_lb_bottom{
                display: none !important;
            } */
            .ipone_ny_tx {
                width: 90%;
                margin: 0 5%;
                /* height: 515px; */
            }

            .ip_cpxl {
                display: none;
            }

            .grey_lb_top {
                display: flex;
                flex-direction: column;
            }

            .busi1_top {
                height: 100px;
            }

            .pro_big {
                display: none;
            }

            .ipone_pro {
                width: 90%;
                margin: 0 5%;
                display: flex;
                flex-direction: column;
            }

            .pro_right {
                width: 100%;
                display: flex;
                flex-direction: column;
            }

            .pro_right ul {
                width: 100%;
                display: flex;
                flex-direction: column;
            }

            .pro_right ul li {
                width: 100%;
                height: 115px;
                display: flex;
                justify-content: space-between;
                box-shadow: 4px 5px 8px -6px #b8b8b8;
                margin: 10px 0;
                padding: 10px 0 0 0;

            }
           
          
            .pro_right ul li a {
                width: 100%;
                display: flex;
                justify-content: space-between;
            }

            .pro_right ul li a .icon_img {
                width: 25%;
                height: auto;
                text-align: center;
                /* background: #f5f5f5; */
                position: relative;
            }

            .pro_right ul li a .icon_img img {
                width: 100%;
                height: auto;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
            }

            .pro_right ul li a .text {
                width: 73%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding: 3px 10px 3px 5px;
            }

            .pro_right ul li a .text p {
                font-size: 105%;
                color: #000;
                font-weight: bold;
                text-align: left;
                padding-bottom: 0px;
                /* padding: 3px 5px; */
            }

            .pro_right ul li a .text article {
                font-size: 88%;
                text-align: left;
                color: #666;
                line-height: 1.2rem;
            }
            #icon_img_fen{
                background:#ffecf1;
            }
            #icon_img_lv{
                background:#e5f7ea;
            }
            #icon_img_zi{
                background:#eae1f3;
            }
            #icon_img_lan{
                background:#e6f0fb;
            }
            #icon_img_huang{
                background:#fff7dc;
            }
            #icon_img_hong{
                background:#fde6e7;
            }
            /* 第二个 */
            #icon_img_pang{
                background:#feeaea;
            }
            #icon_img_shou{
                background:#fff3e8;
            }
            #icon_img_gao{
                background:#eaf5ea;
            }
            #icon_img_ai{
                background:#edf2fd;
            }

            .hx_p {
                text-align: center;
            }

            .ipone_kehu {
                width: 100% !important;
                margin: 0 !important;
            }

            .numCount {
                width: 100%;
                display: flex;
                flex-direction: column;
            }

            .numCount ul {
                width: 100%;
                display: flex;
                justify-content: space-between;
            }

            .numCount ul li {
                display: flex;
                flex-direction: column;
                width: 30%;
                padding: 10px 0px;
            }

            .bs_Gz {
                text-align: center;
                color: #666;
            }

            .numCX {
                font-size: 145%;
                color: #000;
                font-weight: bolder;
            }

            .indc {
                font-size: 88%;
                color: #585858;
            }

            .honor-container-dn {
                display: none;
            }

            .product_intor {
                display: none;
            }

            .body_warp1940_erp {
                display: none;
            }

            .honor-container-erp {
                display: none;
            }

            .ipone_yj {
                width: 90%;
                margin: 0 5%;
                display: flex;
                flex-direction: column;

            }

            .ipone_zcyj {
                width: 100%;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }

            .ipone_zcyj dl {
                width: 48%;
                display: flex;
                flex-direction: column;
                background: #f5f5f5;
            }

            .ipone_zcyj dd {
                background: #f5f5f5;
                text-align: center;
            }

            .honor-container-sj {
                /* width: 90%;
              margin: 0 5%; */
                width: 100%;
                margin: 0 auto;
            }

            .body_warp19403 {
                width: 90%;
                margin: 0 5%;
            }

            #swiper-container-honor-sj {
                width: 100%;
                padding-top: 30px;
                padding-bottom: 10px;
            }

            #swiper-container-honor-sj .swiper-slide {
                background-position: center;
                background-size: cover;
                width: 35%;
                height: auto;
                visibility: hidden;
            }

            #swiper-container-honor-sj .swiper-slide.swiper-slide-prev,
            #swiper-container-honor-sj .swiper-slide.swiper-slide-next,
            #swiper-container-honor-sj .swiper-slide.swiper-slide-active {
                visibility: visible;
            }

            .slider .swiper-pagination-sj {
                right: 0;
                top: 0;
            }

            #swiper-container-honor-sj .swiper-wrapper {
                width: 100%;
            }

            .media_text a {
                text-align: center;
            }

            .ipone_pos {
                width: 90%;
                margin: 0 5%;
            }

            .content_font_s {
                font-size: 88%;
                color: #333;
                width: 100%;
                text-align: center;
                padding: 15px 0;
            }

            .busi_s {
                display: none;
            }

            .ipone_sycj {
                display: none;
            }

            #swiper-container-honor-boss {
                width: 100%;
                padding-top: 30px;
                padding-bottom: 10px;
            }

            #swiper-container-honor-boss .swiper-slide {
                background-position: center;
                background-size: cover;
                width: 35%;
                height: auto;
                visibility: hidden;
            }

            #swiper-container-honor-boss .swiper-slide.swiper-slide-prev,
            #swiper-container-honor-boss .swiper-slide.swiper-slide-next,
            #swiper-container-honor-boss .swiper-slide.swiper-slide-active {
                visibility: visible;
            }

            .slider .swiper-pagination-boss {
                right: 0;
                top: 0;
            }

            #swiper-container-honor-boss .swiper-wrapper {
                width: 100%;
            }

            .grey_bj33 {
                display: none;
            }

            #swiper-container-honor-hh {
                width: 100%;
                padding-top: 30px;
                padding-bottom: 10px;
            }

            #swiper-container-honor-hh .swiper-slide {
                background-position: center;
                background-size: cover;
                width: 35%;
                height: auto;
                visibility: hidden;
            }

            #swiper-container-honor-hh .swiper-slide.swiper-slide-prev,
            #swiper-container-honor-hh .swiper-slide.swiper-slide-next,
            #swiper-container-honor-hh .swiper-slide.swiper-slide-active {
                visibility: visible;
            }

            .slider .swiper-pagination-hh {
                right: 0;
                top: 0;
            }

            #swiper-container-honor-hh .swiper-wrapper {
                width: 100%;
            }

            .huaer {
                color: #fff;
            }

            .honor-container-xz {
                display: none;
            }

            .body_warp1945 {
                display: none;
            }

            .honor-container-fc {
                display: none;
            }

            .ipone_lxwm {
                color: #fff;
            }

            .body_register {
                width: 90%;
                margin: 10px 5% 10px 5%;
                display: flex;
                justify-content: space-between;
            }

            .register_left {
                width: 48%;
                display: flex;
                flex-direction: column;
                box-shadow: 0px 0px 10px -1px #b8b8b8;
                text-align: center;
            }

            .register_left h3 span img {
                width: 30%;
                height: 30%;
            }

            .register_left h3 span {
                display: block;
                padding: 10px 0;
                color: #000;
                font-weight: bold;
                font-size: 120%;
            }

            .register_p {
                color: #666;
                font-size: 95%;
                padding: 0 15px;
                height: 90px;
            }

            .register_b {
                margin: 15px 0;
            }

            .register_b a {
                padding: 5px 15px;
                color: #fff;
                text-align: center;
                background: #156cf5;
                border-radius: 5px;
            }

            .boss_government {
                width: 90%;
                margin: 0 5%;
                background: #f5f5f5;
                padding-bottom: 5px;
            }

            .boss_government h3 {
                font-size: 115%;
                color: #000;
                font-weight: bold;
                padding: 10px 10px;
            }

            .gove_p {
                font-size: 95%;
                color: #666;
                height: 110px;
                padding: 5px 10px;
            }

            .gove_b {
                margin-left: 10px;
            }

            .gove_b a {
                padding: 5px 15px;
                color: #fff;
                text-align: center;
                background: #156cf5;
                border-radius: 5px;
            }

            .QR_code {
                width: 90%;
                margin: 0 5%;
                background: #e6f0fa;
                text-align: center;
                margin: 30px 5% 10px 5%;
            }

            .QR_img img {
                width: 25%;
                height: 100%;
            }

            .font-zs {
                width: 90%;
                margin: 0 5%;
                font-size: 100%;
                font-size: 98%;
                line-height: 1.5rem;
            }

            .QR_img {
                width: 100%;
                display: flex;
                justify-content: center;
                margin-top: -52px;
                /* text-align: center; */
            }

            .grey_zn {
                width: 90%;
                margin: 0 5%;
                padding-bottom: 20px;
            }

            .QR_code h3 {
                font-size: 115%;
                font-weight: bold;
                color: #000;
            }

            .code_p {
                font-size: 95%;
                color: #666;
                padding: 15px 10px 10px 10px;
                line-height: 1.4rem;
            }

            .code_b {
                padding-top: 5px;
                padding-bottom: 20px;
            }

            .code_b a {
                padding: 5px 15px;
                color: #fff;
                text-align: center;
                background: #156cf5;
                border-radius: 5px;
            }

            .boss_xx {
                width: 90%;
                margin: 0 5%;

            }

            .gg_span {
                color: #666;
                padding: 10px 5px;
                display: block;
                width: 77%;
                height: auto;
                margin-left: 10px;
            }

            .gg_top {
                width: 100%;
                display: flex;
                flex-direction: column;
            }

            .gg_top p {
                display: flex;
                width: 100%;
                margin: 5px 0;
                background: #eeeff4;

            }

            .gg_img {
                /* width: 70px; */
                height: auto;
                display: flex;
            }

            .gg_img img {
                width: 100%;
                height: 100%;
            }

            .gg_bottom {
                width: 100%;
                display: flex;
                flex-direction: column;
            }

            .gg_bottom p {
                display: flex;
                width: 100%;
                margin: 5px 0;
                background: #eeeff4;

            }

            .gg_bnt {
                padding: 15px 0 15px 0;
                text-align: center;
            }

            .gg_bnt a {
                padding: 5px 15px;
                color: #fff;
                text-align: center;
                background: #156cf5;
                border-radius: 5px;
            }

            .body_product {
                /* width: 90%;
            margin: 0 5%; */
            }

            .boss_content {
                color: #333;
                line-height: 1.5rem;
            }

            .ipone_policy {
                width: 90%;
                margin: 0 5%;
            }

            .policy {
                display: none;
            }

            .ipone_police {
                width: 90%;
                margin: 0 5%;
                display: flex;
                flex-direction: column;
            }

            .ipone_police dl {
                display: flex;
                justify-content: space-between;
                /* height: 140px; */
                padding: 10px 5px;
            }

            .ipone_police dt {
                width: 17%;
                line-height: 105px;
            }

            .ipone_police dt img {
                width: 85%;
                height: 45%;
            }

            .ipone_police dd {
                width: 83%;
            }

            .ipone_police dd h3 {
                font-size: 110%;
                color: #000;
                font-weight: bold;
                padding: 3px 0;
            }

            .ipone_police dd p {
                font-size: 85%;
                color: #666;
                padding: 2px 0;
            }

            /* .value_box{
            width: 90%;
            margin: 0 5%;
        }
        .v_box_r ul li span img{
            width: 100%;
            height: 100%;
        }
        .v_box_r ul{
            width: 100%;
            display: flex;
            flex-direction: column;
        }
        .v_box_r ul li{
            display: flex;
            justify-content: space-between;
        }
        .v_box_r ul li span{
            width: 20%;
            background: red;
        }
        .v_box_r ul li p{
            width: 78%;
        } */
            .p_value {
                width: 90%;
                margin: 0 5%;
            }

            .p_value {
                display: none;
            }

            .grey_bj {
                width: 90%;
                margin: 0 5%;
            }

            .tr_bak {
                display: none;
            }

            .ipone_cpld {
                width: 90%;
                margin: 0 5%;
            }

            .ip_ld {
                display: none;
            }

            .ip_cpld {
                display: none;
            }

            .boss_content {
                width: 90%;
                margin: 0 5%;
            }

            .erp_dnyd {
                display: none !important;
            }

            /* 移动端地图 */
            .map_f_left {
                width: 100%;
                height: 250px;
                border: 1px solid #ccc;
            }

            .ipone_abouts_gis {
                width: 90%;
                margin: 0 5%;
                margin-bottom: 20px;
            }

            .map_f_right h3 {
                font-size: 115%;
                font-weight: bold;
                color: #333;
                padding: 10px 0 5px 0;
            }

            .map_f_right p span {
                color: #666;
                font-size: 88%;
                padding: 5px 0;
            }

            .ff {
                width: 20px;
                height: 20px;
                display: inline-block;
            }

            .ft {
                width: 20px;
                height: 20px;
                display: inline-block;
            }

            .ft1 {
                width: 20px;
                height: 20px;
                display: inline-block;
            }

            .ft2 {
                width: 20px;
                height: 20px;
                display: inline-block;
            }

            .ipone_deve {
                width: 90%;
                /* height: 300px; */
                margin: 0 5%;
                height: 400px;
                background: #f5f5f5;
                display: none;
                /* background: url(../images/bj01.jpg); */
                /* background-size: 100% 100%; */
            }

            .map_f_right {
                margin-bottom: 20px;
            }
            .pro_ul li{
                height: auto !important;
            }
            .ipone_flee{
                width: 100% !important;
                margin: 0% !important;
            }
            .wrap video{
                width: 100%;
            }



















        }