        .xs-news {
            margin-left: 6px;
        }
        
        p {
            margin: 0;
        }
        /* logo图 */
        
        .header-section .logo-box {
            width: 285px;
            /* height: 46px; */
        }
        
        .logo-box img {
            width: 100%;
        }
        /* 轮播图 */
        
        .banner-section {
            /* height: 594px; */
            background: #eee;
            min-width: 1182px;
        }
        
        .banner-swiper-container .swiper-slide {
            min-width: 1182px;
            /* height: 594px; */
            overflow: hidden;
        }
        
        .banner-section a {
            cursor: default;
        }
        
        .banner-swiper-container .swiper-slide img {
            min-width: 1182px;
            width: 100%;
        }
        
        .banner-swiper-container .swiper-wrapper {
            -webkit-transition-timing-function: ease;
                    transition-timing-function: ease;
            min-width: 1182px;
        }
        
        .banner-swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
            opacity: 1;
            background: #528cc5;
            -webkit-transform-origin: center;
                    transform-origin: center;
            -webkit-transform: scale(1.5);
                    transform: scale(1.5);
        }
        
        .banner-swiper-container .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            display: inline-block;
            border-radius: 100%;
            background: #fff;
            opacity: 1;
        }
        
        .banner-swiper-container .swiper-pagination-bullets {
            bottom: 25px;
        }
        /* 最新消息新闻 */
        
        .hotnews-section {
            height: 41px;
            background: #f1f1f1;
            padding-top: 12px;
            /* border:1px solid red; */
        }
        
        .hotnews-box .title .ico {
            margin-right: 6px;
        }
        
        .news-ul-scroll .item {
            color: #393939;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .news-ul-scroll .font_inner .item {
            line-height: 30px;
        }
        
        .hotnews-section .news-ul-scroll {
            /* border:1px solid red; */
            width: 600px;
            position: relative;
            margin: 0 auto;
            overflow: hidden;
            top: -5px;
        }
        
        .news-ul-scroll .font_inner {
            position: relative;
        }
        
        .hotnews-box .title {
            float: left;
            color: #767475;
            margin-right: 8px;
        }
        
        .news-ul-scroll .alink:hover .left-txt {
            text-decoration: underline;
            color: #ff0000;
        }
        
        .news-ul-scroll {
            float: left;
            height: 30px;
            overflow: hidden;
            /* border:1px solid red; */
        }
        
        .news-ul-scroll .left-txt {
            width: 99%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            float: left;
        }
        
        .news-ul-scroll .right-time {
            float: right;
        }
        
        .hotnews-ul .ico {
            margin-right: 6px;
        }
        /* 登录，服务菜单 */
        
        .menu-section {
            background: #e9e9e9;
            height: 117px;
        }
        
        .menu-section .show-menuul .item {
            float: left;
            width: 25%;
            height: 38px;
            margin-bottom: 18px;
        }
        
        .show-menuul .item .alink {
            cursor: pointer;
        }
        
        .show-menuul .item .alink:hover .menu-txt {
            color: #ff0000;
        }
        
        .menu-section .left-part {
            float: left;
            width: 872px;
            /* background: #eee; */
            padding-top: 14px;
        }
        
        .menu-section .menu-ico {
            float: left;
            margin-right: 8px;
        }
        
        .menu-section .menu-txt {
            float: left;
            color: #828282;
            font-size: 14px;
            margin-top: 8px;
        }
        
        .menu-section .right-part {
            float: right;
            width: 308px;
            height: 117px;
            /* background: #467edd; */
            border-radius: 0px;
            overflow: hidden;
            position: relative;
        }
        
        .menu-section .right-part:hover {
            -webkit-box-shadow: 4px 4px 2px rgba(205, 205, 205, 0.8);
                    box-shadow: 4px 4px 2px rgba(205, 205, 205, 0.8);
        }
        
        .menu-section .right-part .hover-show-mask {
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.14);
            left: 0;
            top: 0;
            display: none;
        }
        
        .menu-section .right-part:hover .hover-show-mask {
            display: inline-block;
        }
        
        .menu-section .right-part .entry-alink img {
            width: 100%;
        }
        
        .menu-section .right-part .l-input-part {
            background: #6294e9;
            width: 70%;
            float: left;
            height: 117px;
            text-align: center;
        }
        
        .menu-section .l-input-part .title {
            font-size: 18px;
            font-weight: bold;
            color: white;
            margin-bottom: 10px;
            margin-top: 10px;
        }
        
        .customer-loginput {
            display: block;
            width: 85%;
            margin: 0 auto;
            margin-bottom: 10px;
            outline: none;
            border: none;
            height: 26px;
            padding: 0 4px;
        }
        
        .menu-section .r-btn-part {
            float: right;
            width: 30%;
            height: 117px;
            /* background: red; */
            -webkit-columns: white;
                    columns: white;
            position: relative;
        }
        
        .menu-section .cus-btn {
            /* float: right; */
            background: none;
            outline: none;
            border: none;
            background: none;
            color: white;
            font-weight: bold;
            font-size: 24px;
            cursor: pointer;
            /* border:1px solid blue; */
            position: absolute;
            width: 100%;
            height: 100%;
            /* margin-right: 14px;
    margin-top: 48px; */
        }
        
        .menu-section .cus-btn {
            background: #467edd;
        }
        
        .menu-section .cus-btn:active {
            background: #3967b5;
        }
        /* 我们的业务 */
        
        .main-title {
            font-size: 28px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 36px;
        }
        
        .business-section {
            padding: 55px 0;
        }
        
        .business-section .card-ul .card-item {
            border: 1px solid #eeeeee;
            width: 273px;
            height: 410px;
            float: left;
            margin-right: 29px;
            padding: 0px 24px 0 24px;
        }
        
        .business-section .imgico-part {
            margin: 0 auto;
            width: 122px;
            height: 141px;
            position: relative;
            /* border:1px solid red; */
        }
        
        .card-item:hover {
            -webkit-box-shadow: 4px 4px 4px #e0e0e0;
                    box-shadow: 4px 4px 4px #e0e0e0;
        }
        
        .card-item .imgico-part img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
        }
        
        .serCur-ico {
            display: none;
        }
        
        .card-item.cur .serCur-ico {
            display: block;
        }
        
        .card-item.cur .ser-ico {
            display: none;
        }
        
        .business-section .card-item.cur .txt {
            color: white !important;
            border-bottom: 2px solid white !important;
        }
        
        .business-section .card-item.cur .desc {
            color: white;
        }
        
        .card-item-1:hover {
            background: #ff7773;
        }
        
        .card-item-2:hover {
            background: #467edd;
        }
        
        .card-item-3:hover {
            background: #ffc573;
        }
        
        .card-item-4:hover {
            background: #a9e078;
        }
        
        .business-section .card-ul .card-item:last-child {
            margin-right: 0;
        }
        
        .business-section .card-ul .sub-title {
            text-align: center;
            margin-bottom: 26px;
            margin-top: 40px;
        }
        
        .business-section .card-ul .sub-title .txt {
            display: inline-block;
            border-bottom: 2px solid #dcdcdc;
            padding-bottom: 10px;
            font-size: 18px;
            color: #000;
        }
        
        .business-section .card-ul .desc {
            font-size: 14px;
            color: #979797;
            line-height: 1.6;
            margin-bottom: 68px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            height: 42px;
        }
        
        .business-section .ser-ico {
            margin: 0 auto;
            display: block;
        }
        /* 公司新闻 通知公告 */
        
        .info-section .pc-container {
            height: 400px;
            overflow: hidden;
        }
        
        .info-section {
            padding: 60px 0;
            background: #f4f4f4;
        }
        
        .info-section .comp-news {
            float: left;
            width: 757px;
        }
        
        .part-titebox {
            padding-bottom: 8px;
            border-bottom: 1px solid #dcdcdc;
            margin-bottom: 16px;
        }
        
        .part-titebox .big-title {
            float: left;
            font-size: 28px;
            position: relative;
            color: #414141;
            font-weight: bold;
        }
        
        .part-titebox .big-title:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 3px;
            background: #467edd;
            bottom: -10px;
            left: 0;
        }
        
        .part-titebox .more-link {
            float: right;
            color: #467edd;
            font-size: 12px;
            cursor: pointer;
            position: relative;
            top: 14px;
        }
        
        .info-wrap .info-ul .info-list {
            border-bottom: 1px solid #dddddd;
            padding: 16px 8px;
            font-size: 14px;
            color: #000000;
        }
        
        .info-wrap .info-ul .info-list-1 {
            padding-bottom: 5px;
            border-bottom: none;
        }
        
        .info-wrap .info-ul .info-list:hover {
            color: #ff0000;
        }
        
        .info-ul .info-list .txt {
            float: left;
            min-width: 79%;
            max-width: 79%;
            overflow: hidden;
            position: relative;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        /* 公司新闻的 */
        
        .comp-news .info-ul .info-list .txt {
            min-width: 87%;
            max-width: 87%;
        }
        
        .comp-news .info-ul .info-list-1 .txt {
            max-width: 75%;
            min-width: 75%;
        }
        
        .info-ul .info-list .time {
            float: right;
            color: #979797;
        }
        
        .info-list.has-new .txt:after {
            content: "";
            width: 33px;
            height: 13px;
            background: url(news.png) no-repeat;
            background-size: 100% auto;
            display: inline-block;
            position: absolute;
            right: 0%;
            top: 2px;
            font-size: 12px;
            color: white;
        }
        
        .info-list.has-new .txt {
            padding-right: 33px;
        }
        
        .info-list-1 .comp-desc {
            font-size: 14px;
            color: #979797;
            line-height: 2;
            padding: 0 10px;
            height: 112px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
        }
        
        .info-list-1 .top {
            border-bottom: 1px solid #dddddd;
            padding: 2px 8px 12px 8px;
        }
        
        .info-list-1 .right-box .txt {
            float: left;
            width: 77%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .info-list-1 .right-box .time {
            float: right;
        }
        
        .notice-part {
            float: right;
            width: 392px;
        }
        
        .comp-news .info-list-1 .leftimgbox {
            width: 355px;
            height: 175px;
            overflow: hidden;
            float: left;
            position: relative;
        }
        
        .comp-news .info-list-1 .leftimgbox img {
            width: 100%;
        }
        
        .comp-news .info-list-1 .right-box {
            width: 366px;
            float: right;
        }
        /* 行业动态 */
        
        .indust-section .pc-container {
            padding: 62px 0;
        }
        
        .indust-section .rightbox {
            float: right;
            width: 392px;
        }
        
        .indust-section .leftbox {
            width: 757px;
	        height: 450px;
            float: left;
            background: #f7f7f7;
            overflow: hidden;
        }
        
        .indust-section .data-tab-ul {
            border: 1px solid #eee;
        }
        
        .indust-section .data-tab-ul .item {
            float: left;
            width: 20%;
            font-size: 14px;
            text-align: center;
            border-right: 1px solid #eee;
            padding: 14px 0;
            cursor: pointer;
        }
        
        .indust-section .data-tab-ul .item.cur {
            color: #81aff2;
            border-bottom: 2px solid #81aff2;
        }
        
        .indust-section .tips {
            text-align: center;
            padding: 20px 0;
            color: #999;
        }
        /* 下属子公司 */
        
        .subsid-section {
            padding-bottom: 80px;
        }
        
        .subsid-section .item {
            float: left;
            width: 50%;
            border: 1px solid #eee;
            height: 256px;
            position: relative;
        }
        
        .subsid-section .title a:hover {
            text-decoration: underline;
        }
        
        .subsid-section a.desc:hover {
            text-decoration: underline;
        }
        
        .subsid-section .leftimgbox {
            width: 287px;
            height: 256px;
            float: left;
            overflow: hidden;
            position: relative;
        }
        
        .subsid-section .leftimgbox img {
            width: 100%;
        }
        
        .subsid-section .rigntinfo {
            float: right;
            width: 50.5%;
            padding: 25px;
        }
        
        .subsid-section .title {
            color: #000000;
            font-size: 18px;
            margin-bottom: 30px;
            overflow: hidden;
            height: 40px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
        
        .subsid-section .desc {
            font-size: 14px;
            color: #979797;
            line-height: 1.6;
            height: 88px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            text-indent: 2em;
            /* text-justify: */
            text-align: justify;
        }
        
        .subsid-section .more-link {
            position: absolute;
            right: 40px;
            bottom: 20px;
            color: #467edd;
            font-size: 12px;
        }
        
        .subsid-section .leftimgbox:after {
            position: absolute;
            content: "";
            width: 17px;
            height: 33px;
            z-index: 100;
            right: -2px;
            top: 16px;
            background: url(white.png) no-repeat;
            background-size: 100% auto;
        }
        
        .hon-section {
            padding: 48px 0 78px 0;
            background: #f4f4f4;
        }
        
        .hon-siwper-contaier {
            padding: 0px 0 40px 0;
            cursor: move;
        }
        
        .hon-siwper-contaier .swiper-pagination.swiper-pagination-bullets {
            bottom: 0;
            /* transition: all 0.3s ease-in; */
        }
        /* ed0000 */
        
        .hon-siwper-contaier .swiper-pagination-bullet.swiper-pagination-bullet-active {
            opacity: 1;
            background: #ed0000;
            width: 33px;
            height: 8px;
            border-radius: 16px;
        }
        
        .hon-siwper-contaier .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            display: inline-block;
            border-radius: 100%;
            background: #d41a1a;
            opacity: .2;
        }
        
        .hon-section .imgbox {
            width: 132px;
            height: 109px;
            overflow: hidden;
        }
        
        .hon-section .imgbox img {
            width: 100%;
        }
        
        .reload-style {
            display: none;
        }



        /* 意见反馈 */
        .feedback-open-btn{
            position: fixed;
            bottom:22px;
            right: 10px;
            background: #162e64;
            font-size: 26px;
            padding: 18px 16px 18px 22px;
            color: white;
            z-index: 60000;
            line-height: 1.42;
           letter-spacing:6px;
           text-align: center;
           cursor: pointer;
        }
        .feedback-wrap{
            position: fixed;
            display: none;
            width: 672px;
            height: auto;
            bottom:20px;
            right: 120px;
            border:2px solid #dcdcdc;
            background: white;
            z-index: 60000;


        }
        .feed-back-title{
            background: #cdcdcd;
            padding: 15px 20px;
            font-size: 18px;
            position: relative;
        }
        .feedback-close-ico{
            position: absolute;
            right: 2%;
            top: 30%;
            cursor: pointer;
        }


        .feed-back-cont{
            padding: 25px 44px;
            background: white;
            font-size: 14px;
        }
        .feed-back-cont .tips{
            font-size: 14px;
            margin-bottom: 26px;
            padding-left: 18px;
        }
        .feed-back-cont .part-box{
            margin-bottom: 20px;
        }

        .feed-back-cont .part-box .l-text{
            float: left;
            margin-right: 14px;
            padding-top: 16px;
        }
        .feed-back-cont .part-box .r-option{
            float: left;
            padding: 11px 8px;
            width: 494px;
            border:1px solid #d2d2d2;
        }
        .feed-back-cont .part-box .select-input{
            line-height: 1;
            height: 46px;
        }
        .feedback-btn{
            display: inline-block;
            border:none;
            outline: none;
            background: none;
            padding: 11px 40px;
            cursor: pointer;
        }
        .feed-btn-wrap{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            width: 46%;
            margin: 0 auto;
        }
        .close-feedback-btn{
            color: #555555;
            border:1px solid #d2d2d2;
        }
        .close-feedback-btn:hover{
            background: #e5e5e5;
            border: 1px solid transparent;
        }
        .submit-feedback-btn{
            color: white;
            background: #0169b2;
        }
        .submit-feedback-btn:hover{
            background: #448aca;
        }

        .go-old-website{
            position: absolute;
            right: 0;
            top: 0;
            z-index:10000;
        display: block;}

        @media screen and (max-width:1410px){
            .go-old-website{
                width: 50px;
                right: 0;
            }
            .go-old-website img{
                width:100%;
            }

        }

        /* pc-介于ipad之间 1182~ 768 */
        @media screen and (max-width:1182px){
            .menu-section .left-part {
                float: left;
                width: 73%;
                /* background: #eee; */
                padding-top: 14px;
            }
            .menu-section .right-part {
                float: right;
                width: 27%;
                height: 117px;
            }
            .banner-section {
                min-width: 100%;
            }

            .banner-swiper-container .swiper-wrapper {
                min-width:100%;
            }
            .banner-swiper-container .swiper-slide {
                min-width: 100%;
            }
            .banner-swiper-container .swiper-slide img {
                min-width:100%;
                width: 100%;
            }
            .hotnews-section .news-ul-scroll {
                /* border: 1px solid red; */
                width: 450px;
            }

            .business-section .card-ul .card-item {
                width: 23.4%;
                height: 410px;
                float: left;
                margin-right: 2%;
                /* padding: 0px 24px 0 24px; */
                padding: 0 0.9%;
            }


            .indust-section .leftbox {
                width: 60%;
                height: 450px;

            }
            .indust-section .rightbox {
                float: right;
                width: 38%;
            }

            .subsid-section .leftimgbox {
                width: 50%;
                height:100%;
             
            }
            .subsid-section .rigntinfo {
                width: 50%;
                padding: 3%;
            }

            .subsid-section .item {
                float: left;
                width: 50%;
                height: auto;
            }
            .subsid-section .title {
                color: #000000;
                font-size: 18px;
                margin-bottom: 2%;
                overflow: hidden;
                height: 40px;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }

            .subsid-section .more-link {
                right: 40px;
                bottom: 6%;
            }

            .hon-section .imgbox {
                width: auto;
                height: auto;
                overflow: hidden;
            }

            .hon-siwper-contaier {
                padding: 0px 0 40px 0;
                cursor: move;
                width: 100%;

            }

           
           

        }
         @media screen and (max-width:1170px){
            /* .info-section .comp-news {
                float: left;
                width: 100%;
            }
            .notice-part {
                float: right;
                width: 100%;
            }
            .info-section .pc-container {
                height: auto;
                overflow: hidden;
            } */
            .info-section .comp-news {
                float: left;
                width: 60%;
            }
            .notice-part {
                float: right;
                width: 40%;
            }

            .comp-news .info-list-1 .leftimgbox {
                width: 41%;
                height: 175px;
                overflow: hidden;
                float: left;
                position: relative;
            }
            .comp-news .info-list-1 .right-box {
                width: 55%;
                float: right;
            }
            .comp-news .info-ul .info-list .txt {
                min-width: 80%;
                max-width: 80%;
            }

            .info-ul .info-list .txt {
                min-width: 70%;
                max-width: 70%;
              
            }


        } 
      


        @media screen and (max-width:768px) {
            .banner-swiper-container .swiper-slide {
                min-width: 100%;
                /* height: 594px; */
            }
            .banner-swiper-container .swiper-wrapper {
                -webkit-transition-timing-function: ease;
                        transition-timing-function: ease;
                min-width: 100%;
            }
            .banner-swiper-container .swiper-slide img {
                min-width: 100%;
                width: 100%;
                height: 4.35rem;
            }
            .banner-section {
                min-width: 100%;
            }
            .banner-swiper-container .swiper-pagination-bullets {
                bottom: 0.2rem;
            }
            .hotnews-box .title {
                float: left;
                margin-right: 0.08rem;
                font-size:14px;
                margin-top: 0rem;
                height: 30px;
                line-height: 30px;
                position: relative;
                padding-left:.28rem;
                
            }
            .hotnews-box .title .ico {
                margin-right: 0.06rem;
                height: 0.26rem;
                position: absolute;
                top: 50%;
                -webkit-transform:translate(0,-50%);
                        transform:translate(0,-50%);
                left: 0;
            }
            .news-ul-scroll {
                float: left;
                max-width: 75%;
                height: 30px;
                font-size: 0.26rem;
            }
            .menu-section .left-part {
                float: left;
                width: 100%;
                padding-top: 0.14rem;
            }
            .menu-section .right-part {
                float: right;
                width: 100%;
                height: auto;
                margin-bottom: 0.32rem;
            }
            .menu-section .menu-ico {
                margin-right: 0rem;
                height: 0.44rem;
                margin: 0 auto;
                margin-bottom: 0.18rem;
                float: none;
                display: block;
            }
            .menu-section .menu-txt {
                font-size: 0.2rem;
                margin-top: 0.08rem;
                float: none;
                display: block;
                text-align: center;
            }
            .main-title {
                font-size: .42rem;
                margin-bottom: .42rem;
                text-align: left;
                color: #414141;
                border-left: 3px solid #c7000b;
                padding-left: .14rem;
            }
            .menu-section {
                background: white;
            }
            .menu-section .show-men {
                height: auto;
                margin-bottom: .2rem;
            }
            body {
                background: #eee;
            }
            .business-section .card-ul .card-item {
                border: none;
                width: 49.5%;
                height: auto;
                float: none;
                margin-right: 0;
                padding: 0px .0rem 0 .0rem;
                /* align-items: flex-start; */
                margin-bottom: 0.2rem;
            }
            .business-section .card-ul .card-item a.block {
                padding: 0.16rem .2rem 0.16rem 0.2rem;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: reverse;
                    -ms-flex-direction: column-reverse;
                        flex-direction: column-reverse;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                height: 3.3rem;
            }
            .card-ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            }
            .card-ul.cl:after {
                display: none;
            }
            .business-section .card-ul .desc {
                font-size: 0.24rem;
                margin-bottom: 0rem;
                -webkit-line-clamp: 2;
                /* border: 1px solid red; */
                height: .78rem;
            }
            .sub-title {
                border-left: none !important;
                font-size: .4rem !important;
                margin-bottom: 0rem !important;
                margin-top: 0rem !important;
                padding-left: 0rem !important;
            }
            .subsid-section .item {
                float: none;
                width: 100%;
                height: 2.85rem;
                position: relative;
                margin-bottom: 0.18rem;
            }
            .subsid-section .leftimgbox {
                width: 40%;
                height: 2.85rem;
            }
            .subsid-section .leftimgbox img {
                height: 2.85rem;
            }
            .subsid-section .rigntinfo {
                width: 60%;
                padding: 0.25rem;
            }
            .subsid-section .title {
                color: #000000;
                font-size: 0.3rem;
                margin-bottom: .16rem;
                height: 0.76rem;
            }
            .subsid-section .desc {
                font-size: 0.22rem;
                height: 1rem;
            }
            .hon-section .imgbox {
                width: 100%;
                height: 1.5rem;
                overflow: hidden;
            }
            .business-section .imgico-part {
                width: 1.23rem;
                height: 1.45rem;
                margin-bottom: 0.18rem;
            }
            .business-section .card-ul .sub-title .txt {
                padding-bottom: 0.1rem;
                font-size: 0.3rem;
                color: #000;
            }
            .business-section {
                padding: 0.1rem 0;
            }
            .info-section {
                padding: 0.26rem 0;
                padding-top: 0.3rem;
                background: #fff;
                margin-bottom: 0.2rem;
            }
            .info-section .pc-container {
                height: auto;
                max-width: 100%;
                min-width: 100%;
                width: 100%;
                background: #eee;
            }
            .info-section .comp-news {
                float: none;
                width: 100%;
            }
            .notice-part {
                width: 100%;
                padding: 0.26rem 0rem;
                padding-top: 0.3rem;
                background: white;
                margin: 0 auto;
            }
            .comp-news .info-list-1 .leftimgbox {
                width: 40%;
                width: 100%;
                margin-bottom: 0.26rem;
                height: 2.95rem;
            }
            .comp-news .info-list-1 .right-box {
                width: 60%;
                width: 100%;
                float: right;
            }
            .info-list-1 .comp-desc {
                font-size: 0.28rem;
                padding: 0 0.1rem;
                /* border: 1px solid red; */
                height: 2.2rem;
            }
            .comp-news .info-ul .info-list .txt {
                min-width: 75%;
                max-width: 75%;
            }
            .comp-news .info-ul .info-list-1 .txt {
                /* max-width: 55%;
                min-width: 55%; */
            }
            .info-ul .info-list .txt {
                float: left;
                min-width: 75%;
                max-width: 75%;
            }
            .info-wrap .info-ul .info-list {
                padding: .33rem .08rem;
                font-size: 0.3rem;
            }
            .part-titebox .big-title {
                float: left;
                font-size: .42rem;
                position: relative;
                color: #414141;
                font-weight: bold;
            }
            .part-titebox .big-title:after {
                display: none;
            }
            .part-titebox {
                padding-bottom: 0;
                border-bottom: none;
                margin-bottom: 0.2rem;
                padding-left: 0.14rem;
                border-left: 3px solid #c7000b;
            }
            .info-wrap {
                margin-bottom: 0.2rem;
            }
            .indust-section .pc-container {
                padding: .44rem 0;
                background: #eee;
            }
            .indust-section .leftbox {
                width: 100%;
		        height: 560px;
                float: none;
                margin-bottom: 0.24rem;
                padding: 0.26rem 0.2rem;
                background: white;
            }
            .menu-section {
                height: auto;
                margin-bottom: 0.2rem;
            }
            .reload-style {
                display: block;
                text-align: center;
                padding: 0.2rem 0rem;
            }
            .reload-style span {
                display: inline-block;
                font-size: 12px;
                background: #f1f1f1;
                padding: 0.07rem 0.26rem;
                border-radius: 40px;
            }
            .reload-style img {
                height: 12px;
                margin-right: 0.1rem;
            }
            .info-section .left-part {
                margin: 0 auto;
                margin-bottom: 0.2rem;
                width: 100%;
                padding: 0 0rem;
                padding-bottom: .26rem;
                background: white;
            }
            .business-section {
                background: white;
                margin-bottom: 0.2rem;
                padding-top: 0.3rem;
            }
            .indust-section {
                background: white;
            }
            .indust-section .pc-container {
                padding: .0rem 0;
                width: 100% !important;
                max-width: 100% !important;
                min-width: 100% !important;
            }
            .indust-section .rightbox {
                float: none;
                width: 100%;
                background: white;
                padding: 0.26rem 0.26rem;
                padding-top: .3rem;
                margin-bottom: .2rem;
            }
            .subsid-section .pc-container {
                width: 100%;
                max-width: 100%;
            }
            .subsid-section {
                background: white;
                padding: 0.26rem 0;
                padding-top: .3rem;
                margin-bottom: 0.2rem;
            }
            .hon-section {
                padding: 0.26rem 0.2rem;
                padding-top: .3rem;
                background: #fff;
            }
            .subsid-section .more-link {
                position: absolute;
                right: .38rem;
                bottom: .18rem;
                font-size: 0.24rem;
            }
            .subsid-section .leftimgbox:after {
                position: absolute;
                content: "";
                width: 14px;
                height: 28px;
                z-index: 100;
                right: -2px;
                top: 5px;
                background: url(white.png) no-repeat;
                background-size: 100% auto;
            }
            .hon-siwper-contaier {
                padding: 0px 0 0.3rem 0;
            }
            .hon-siwper-contaier .swiper-pagination-bullet.swiper-pagination-bullet-active {
                width: 16px;
                height: 8px;
            }
            .menu-section .show-menuul .item {
                float: left;
                width: 25%;
                height: auto;
                margin-bottom: 0;
                border-bottom: 1px solid #eee;
                padding: 0.24rem 0.1rem;
                position: relative;
                height: 1.5rem;
            }
            .menu-section .show-menuul .item:after {
                content: "";
                height: 80%;
                position: absolute;
                width: 1px;
                background: #eee;
                right: 0;
                top: 50%;
                -webkit-transform: translate(0, -50%);
                        transform: translate(0, -50%);
            }
            .menu-section .show-menuul .item:nth-of-type(4n):after {
                display: none;
            }
            .info-list.has-new .txt:after {
                content: "";
                width: 28px;
                height: 13px;
                background: url(news.png) no-repeat;
                background-size: 100% auto;
                right: 0%;
                top: 2px;
                color: white;
            }
            .banner-section {
                padding-top: 0;
            }
            .hotnews-section .news-ul-scroll {
                top: 0rem;
                margin-top: 0rem;
                width: 70%;
            }
            .news-ul-scroll .left-txt {
                width: 80%;
            }
            .feedback-open-btn{
                display: none;
            }

            .business-section .card-ul .sub-title {
                margin-bottom: .14rem !important;
            }

            .business-section .card-ul .card-item:hover .txt{
                color: white;
            }
            .business-section .card-ul .card-item:hover .desc {
              color: white;
            }
            .card-item:hover .imgico-part .serCur-ico {
                display: block;
            }
            .card-item:hover .imgico-part .ser-ico {
                display: none;
            }
            .info-list-1 .top {
                padding: 8px 0px 12px 0px;
            }
            .business-section .card-ul .card-item:hover .txt {
              
                border-bottom: 2px solid #fff;
            
            }


            .hotnews-section {
                padding-top: 0px;
                /* border: 1px solid red; */
                height:auto;
                padding:0.12rem 0;
            }
            .go-old-website{
                display: none;
            }




        }