<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clear:after {
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}
/*index*/
/*pc*/
@media only screen and (min-width : 768px) {

    .container {
        width: 1720px;
        margin: 0 auto;
    }

    header {
        height: 103px;
        position: fixed;
        top: 0;
        z-index: 9999;
        background: #FFF;
        right: 0;
        left: 0;
        margin: 0 auto;
        border-bottom: 1px solid #cccccc;
    }

        header .tel-right {
            display: none;
        }

        header .logo {
            line-height: 100px;
        }

        header .nav {
            line-height: 100px;
            margin-left: 300px;
            float: left;
        }

            header .nav p {
                display: none;
            }

            header .nav li {
                float: left;
                margin-right: 70px;
            }

                header .nav li a {
                    color: #333333;
                }

                header .nav li.active a {
                    color: #ed6c00;
                }

                header .nav li.active {
                    border-bottom: 3px solid #ed6c00;
                }

                header .nav li:hover a {
                    color: #ed6c00;
                }

    .search-in {
        position: relative;
        width: 280px;
        height: 45px;
    }

        .search-in input {
            position: absolute;
            top: 0;
            left: 0;
            width: 280px;
            height: 45px;
            padding-left: 10px;
        }

        .search-in button {
            position: absolute;
            right: 0;
            top: 0;
            background: #FFFFFF;
            border: none;
            margin-right: 15px;
            margin-top: 10px;
        }

    .search-out {
        line-height: 100px;
    }

    .search-po {
        position: absolute;
        right: 0;
        margin-top: 113px;
        margin-right: 100px;
        display: none;
        z-index: 9999;
    }

    .head-right .qr-code {
        line-height: 100px;
        margin-left: 60px;
    }

    .qr-code-in {
        position: absolute;
        right: 0;
        margin-right: 35px;
        display: none;
        z-index: 9999;
        margin-top: 87px;
    }

    .qr-code-show {
        display: block !important;
    }


    .banner {
        position: relative;
    }

        .banner .banner-text {
            position: absolute;
            top: 0;
            text-align: center;
            color: #FFFFFF;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

        .banner .banner-img {
            position: relative;
            display: flex;
        }

            .banner .banner-img .bo {
                position: absolute;
                height: 2px;
                width: 100%;
                left: 0;
                bottom: 0;
                background: #fff;
                z-index: 9999;
            }

            .banner .banner-img img {
                display: none;
            }

            .banner .banner-img video {
                width: 100%;
                /*margin-top: -228px;*/
                object-fit: fill;
            }

        .banner .banner-text span {
            margin-left: 30px;
            margin-right: 30px;
        }

        .banner .banner-text h1 {
            margin-bottom: 50px;
            margin-top: 100px;
            font-weight: bold;
        }

        .banner .banner-text .p3 {
            margin-top: 60px;
        }

        .banner .banner-text .p2 {
            margin-bottom: 10px;
        }

        .banner .banner-text .banner-textimg {
            margin-top: 150px;
            margin-bottom: 10px;
        }

    .index-list {
        margin-top: 70px;
        margin-bottom: 100px;
    }

        .index-list li {
            float: left;
            background: #f5f5f5;
            margin: 0 auto;
            padding: 50px 70px;
            width: 424px;
            margin-left: 8px;
        }

            .index-list li:nth-child(4n+1) {
                margin-left: 0;
            }

            .index-list li:nth-child(2) {
                padding: 50px 99px;
            }

            .index-list li:nth-child(3) {
            }

        .index-list .index-listimg {
            margin-top: 50px;
            margin-bottom: 50px;
            height: 54px;
        }

        .index-list .index-list-left {
            margin-right: 40px;
            line-height: 30px;
            float: left;
        }

        .index-list .index-list-right {
            line-height: 30px;
            float: left;
        }

        .index-list .am-avg-sm-2 {
            display: none;
        }

    .title .title-left {
        width: 20%;
    }

    .title .title-right .title-right-list li {
        float: left;
        line-height: 114px;
        font-size: 18px;
        margin-right: 80px;
    }

        .title .title-right .title-right-list li a {
            color: #333333;
        }

        .title .title-right .title-right-list li:hover a {
            color: #e67510;
        }

        .title .title-right .title-right-list li.active a {
            color: #e67510;
        }

    .title .title-right .title-right-icon {
        background: #e67510;
        margin: 36px 0;
        padding: 10px 32px;
    }

        .title .title-right .title-right-icon span {
            padding-right: 23px;
        }

    .title .title-right {
        width: 80%;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }

    .cases-list li {
        float: left;
        margin-right: 50px;
        margin-top: 40px;
    }

        .cases-list li:nth-child(3n+3) {
            margin-right: 0;
        }

        .cases-list li span {
            font-weight: normal;
            padding-left: 20px;
        }

        .cases-list li p {
            margin-top: 20px;
        }

        .cases-list li .cases-list-img {
            overflow: hidden;
        }

            .cases-list li .cases-list-img img {
                width: 100%;
                -webkit-transition: all 1s;
            }

        .cases-list li:hover .cases-list-img img {
            transform: scale(1.2);
        }

    .intro {
        background: #272749;
        height: 260px;
        margin-top: 80px;
        margin-bottom: 80px;
    }

        .intro .text-left {
            width: 60%;
            margin: 92px 0;
            float: left;
        }

        .intro .text-right {
            margin: 64px 0;
            float: right;
        }

    .news-text {
        margin-top: 60px;
        margin-bottom: 40px;
    }

        .news-text .news-text-right {
            width: 68%;
            padding-left: 50px;
        }

        .news-text .news-text-left {
            width: 32%;
        }

        .news-text .news-text-right li {
            width: 540px;
            border-top: 1px solid #cccccc;
            border-bottom: 1px solid #cccccc;
            float: left;
            margin-right: 39px;
            padding: 24px 0;
        }

            .news-text .news-text-right li b {
                font-weight: normal;
            }

            .news-text .news-text-right li:nth-child(2n+2) {
                margin-right: 0;
            }

        .news-text .news-text-left .p1 {
            padding-top: 10px;
            padding-bottom: 15px;
        }

        .news-text .news-text-left .news-textimg {
            margin-bottom: 10px;
        }

    .news-text-right .right1 {
        padding: 18px 0;
    }

    .news-text-right .right2 {
        padding-bottom: 18px;
    }

    .news-text .news-text-right li:nth-child(3) {
        border-top: 0;
    }

    .news-text .news-text-right li:last-child {
        border-top: 0;
    }

    .link {
        background: #242b36;
        height: 62px;
    }

        .link p {
            margin-right: 5px;
            line-height: 61px;
        }

        .link li {
            float: left;
            margin-right: 20px;
            line-height: 61px;
        }

            .link li a {
                color: #a0aaba;
                font-size: 14px;
            }

    footer {
        background: #141a24;
        padding-top: 60px;
    }

    .foot-top .top-menu li {
        margin-bottom: 5px;
    }

        .foot-top .top-menu li a {
            font-size: 14px;
            color: #999999;
        }

        .foot-top .top-menu li:hover a {
            color: #FFFFFF;
        }

    .foot-top .tit {
        margin-bottom: 30px;
    }

    .foot-top .top-adv .top-adv-text {
        width: 160px;
        height: 40px;
        border: 1px solid #999999;
        line-height: 40px;
        padding: 0 34px;
        margin-bottom: 20px;
    }

        .foot-top .top-adv .top-adv-text .top-advimg {
            padding-right: 13px;
        }

    .magrihght {
        margin-right: 348px;
    }

    .foot-bot {
        border-top: 1px solid #21262f;
        padding: 20px 0;
        margin-top: 45px;
    }

        .foot-bot p {
            color: #555b64;
        }

        .foot-bot a {
            color: #555b64;
        }

        .foot-bot span {
            margin-right: 10px;
        }
    /*ä¾§å¯¼èˆª*/
    .right-nav li {
        width: 65px;
        height: 55px;
        background: #141a24;
        text-align: center;
        line-height: 55px;
        margin-bottom: 2px;
    }

    .right-nav {
        position: fixed;
        right: 0;
        top: 100px;
        z-index: 100;
        margin-top: 300px;
    }

    .content {
        position: relative;
    }

    .cases-list-tel {
        display: none;
    }

    .foot-top-tel {
        display: none;
    }

    .right-nav-tel {
        display: none;
    }

    .foot-bot-tel {
        display: none;
    }
}

/*index*/

/*tel*/
@media only screen and (min-width : 0) and (max-width : 767px) {

    .whiteBgHide {
        position: fixed;
        width: 100%;
        height: 0;
        left: 0;
        z-index: 98;
        background: rgba(78, 78, 78, 0.6);
        /*display: none;*/
        transition: all 0.8s;
    }

    header {
        width: 100%;
        height: 5rem;
        background-color: #fff;
        position: fixed;
        border-bottom: 1px #e5e5e5 solid;
        top: 0;
        z-index: 100;
    }

        header .tel-right {
            font-size: 3rem;
            line-height: 5rem;
            margin-right: 1.5rem;
            color: #e67510;
            font-weight: normal;
        }

            header .tel-right .i2 {
                color: #333;
            }

                header .tel-right .i2 img {
                    width: 2rem;
                }

    .tel-right i:first-child {
        display: none;
    }

    .tel-right.tel-right-act i:last-child {
        display: block;
    }

    .tel-right.tel-right-act i:first-child {
        display: block;
    }

    .tel-right.tel-right-act i:last-child {
        display: none;
    }

    .nav {
        position: fixed;
        background: #FFFFFF;
        width: 100%;
        /*padding-bottom: 2rem;*/
        margin-top: 4.5rem;
        z-index: 100;
        height: 0;
        transition: all 1s;
        overflow: hidden;
    }


        .nav p {
            text-align: center;
            margin-bottom: 4rem;
            margin-top: 4rem;
        }

        .nav span {
            color: #e67510;
            margin-left: 0.6rem;
        }

        .nav li {
            text-align: center;
            margin-bottom: 4rem;
        }

            .nav li a {
                color: #333;
                font-weight: bold;
            }

    .logo img {
        width: 110px;
        margin-left: 1.5rem;
        margin-top: 1.2rem;
    }

    .banner-img video {
        display: none;
    }

    .banner-img img {
        width: 100%;
    }

    .head-right {
        display: none;
    }

    .search-po {
        display: none;
    }

    .qr-code-in {
        display: none;
    }

    .right-nav {
        display: none;
    }

    .content {
        margin-top: 4.5rem;
        margin-bottom: 5rem;
    }

    .banner-text {
        position: absolute;
        top: 0;
        text-align: center;
        color: #FFFFFF;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

        .banner-text h1 {
            font-size: 3rem;
            margin: 0 4rem;
            margin-bottom: 3rem;
            margin-top: 6rem;
            font-weight: bold;
        }

        .banner-text .p2 {
            display: none;
        }

        .banner-text .p4 {
            display: none;
        }

        .banner-text .p3 {
            font-size: 2rem;
        }

            .banner-text .p3 span {
                padding: 0 16px;
            }

    .tel-no {
        display: none;
    }

    .banner-textimg {
        display: none;
    }

    .index-list {
        margin: 0 1.5rem;
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }

        .index-list li {
            background: #f5f5f5;
            height: 275px;
            margin-bottom: 0.5rem;
        }

            .index-list li .p1 {
                font-size: 1.8rem;
                margin: 20px 0;
            }

        .index-list .indexlis1 {
            display: none;
        }

        .index-list .index-list-down {
            text-align: center;
            line-height: 30px;
        }

        .index-list li .index-listimg img {
            width: 4rem;
        }

        .index-list li .index-listimg {
            height: 65px;
        }

        .index-list li:nth-child(2) .index-listimg img {
            width: 2.5rem;
        }

    .am-avg-sm-2.modle_li li {
        width: calc(50% - 0.25rem);
    }

        .am-avg-sm-2.modle_li li:nth-child(2n) {
            margin-left: 0.5rem;
        }

    .cases {
        margin: 0 1.5rem;
    }

    .title .title-right-icon {
        display: none;
    }

    .title .title-left .casep1 {
        font-size: 2rem;
    }

    .title .title-left .casep2 {
        font-size: 1.2rem;
    }

    .title .title-left {
        width: 20%;
    }

    .title .title-right {
        width: 75%;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        padding: 13px 0;
    }

    .title .title-right-list li a {
        color: #333;
        font-size: 1.3rem;
    }

    .title .title-right-list li.active a {
        color: #e67510;
    }

    .title .title-right-list li {
        float: left;
        margin-right: 15px;
    }

    .title {
        margin-bottom: 20px;
    }

    .cases-list {
        display: none;
    }

    .cases-list-tel {
        margin-bottom: 4rem;
    }

        .cases-list-tel img {
            width: 100%;
        }

        .cases-list-tel span {
            font-weight: normal;
            font-size: 1.5rem;
            margin-left: 10px;
        }

        .cases-list-tel p {
            font-size: 1.8rem;
            margin-top: 10px;
            margin-bottom: 10px;
        }

    .am-nav-prev {
        display: none;
    }

    .am-nav-next {
        display: none;
    }

    .am-slider-default .am-control-nav li a {
        background: #FFFFFF;
        border: 1px solid #bbbbbb;
        box-shadow: inset 0 0 3px rgba(0,0,0,0);
        width: 10px;
        height: 10px;
    }

        .am-slider-default .am-control-nav li a.am-active {
            background: #e67510;
            border: 1px solid #e67510;
        }

    .am-slider-default {
        box-shadow: 0 0 2px rgba(0,0,0,0);
    }

    .intro {
        background: #101933;
        padding: 2rem 1.5rem;
        margin-bottom: 30px;
    }

        .intro .text-rightimg img {
            width: 18rem;
        }

        .intro .text-right p {
            font-size: 1rem;
            margin-top: 5px;
        }

        .intro .text-right {
            margin-bottom: 20px;
        }

    .news {
        margin: 0 1.5rem;
        margin-bottom: 1rem;
        margin-bottom: 30px;
    }

        .news img {
            width: 100%;
        }

        .news .news-text .news-text-left {
            border-bottom: 1px solid #cccccc;
            padding-bottom: 10px;
            padding-top: 10px;
        }

        .news .news-text .news-text-right li {
            border-bottom: 1px solid #cccccc;
            padding-bottom: 10px;
            padding-top: 10px;
        }

    .news-text .p1 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news-text .news-text-right .right2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news .news-text .news-text-right b {
        display: none;
    }

    .link {
        display: none;
    }

    footer .foot-top {
        display: none;
    }

    footer {
        background: #141a24;
        padding: 1.5rem 1.5rem;
    }

        footer .foot-top-tel .attention p {
            font-size: 1.5rem;
        }

        footer .foot-top-tel .attention {
            text-align: center;
            margin-top: 30px;
            margin-bottom: 30px;
        }

        footer .foot-bot-tel {
            text-align: center;
            border-top: 1px solid #21262f;
            padding-top: 1rem;
        }

            footer .foot-bot-tel p {
                color: #555b64;
                font-size: 1.5rem;
            }

                footer .foot-bot-tel p a {
                    color: #555b64;
                    font-size: 1.5rem;
                }

            footer .foot-bot-tel img {
                width: 1rem;
            }

    .right-nav {
        display: none;
    }

    .right-nav-tel {
        position: fixed;
        bottom: 0;
        z-index: 100;
        background: #171717;
        width: 100%;
        height: 5.5rem;
        border-top: 1px solid #a3a3a3;
    }

        .right-nav-tel li {
            text-align: center;
            margin-top: 0.5rem;
        }

            .right-nav-tel li a {
                font-size: 1.5rem;
            }

            .right-nav-tel li img {
                width: 1.5rem;
            }

    .foot-bot {
        display: none;
    }


    .qr-code-show {
        height: 100vh;
        overflow: hidden;
    }

    .whiteBgHide_show {
        display: block !important;
        height: 100%;
    }
}


/*æ¡ˆä¾‹è¯¦æƒ…-app*/

/*pc*/
@media only screen and (min-width : 768px) {
    .banner02 .baner-pc img {
        width: 100%;
    }

    .baner-pc {
        margin-top: 103px;
    }

    .banner02 .baner-tel {
        display: none;
    }

    .app-text .app-text-logo {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-top: 63px;
        text-align: center;
    }

    .tel-model .telmod-bot {
        position: absolute;
        top: 0;
        margin-top: 229px;
    }

    .tel-model {
        display: flex;
        justify-content: center;
        height: 370px;
    }

        .tel-model .telmod-bot2 {
            padding-top: 86px;
        }

    .telmod-bot1 {
        position: relative;
    }

        .telmod-bot1 .telmod-bot1-in {
            position: absolute;
            top: 0;
            margin-top: 56px;
            margin-left: 47px;
        }

        .telmod-bot1 .telmod-bot1-in {
            width: 260px;
            height: 456px;
            object-fit: cover;
        }

            .telmod-bot1 .telmod-bot1-in img {
                width: 100%;
                max-height: 100%;
                object-fit: contain;
            }

    .telmod-bot2 {
        position: relative;
    }

        .telmod-bot2 .telmod-bot2-in {
            position: absolute;
            top: 0;
            margin-top: 135px;
            margin-left: 39px;
        }

        .telmod-bot2 .telmod-bot2-in {
            width: 220px;
            height: 386px;
            object-fit: cover;
        }

        .telmod-bot2 .telmod-bot1-in img {
            width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .telmod-bot2 .telmod-bot2-in img {
            width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

    .introduc {
        width: 1000px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

        .introduc .title {
            margin-bottom: 30px;
        }

            .introduc .title h1 {
                font-size: 36px;
                text-align: center;
            }

        .introduc .intro-text p {
            text-align: center;
            line-height: 32px;
        }

        .introduc .intro-text {
            margin-bottom: 30px;
        }

    .intro-down .intro-down-left p {
        width: 130px;
        height: 36px;
        border: 1px solid #cccccc;
        float: left;
        text-align: center;
        line-height: 36px;
        margin-right: 10px;
    }

    .intro-down .intro-down-left {
        padding: 40px 0;
        float: left;
    }

    .intro-down .intro-down-right1 {
        float: right;
    }

    .appshow {
        background: #f2f2f2;
    }

        .appshow .title {
            text-align: center;
            font-size: 36px;
            padding-top: 80px;
            margin-bottom: 60px;
        }

    .appshow-model {
        position: relative;
    }

        .appshow-model .appshow-model-in {
            position: absolute;
            top: 0;
            margin-top: 75px;
            margin-left: 17px;
            width: 254px;
            height: 450px;
            object-fit: cover;
            overflow: hidden;
        }

            .appshow-model .appshow-model-in img {
                width: 100%;
            }

    .appshow1 li {
        float: left;
        margin-left: 76px;
        margin-bottom: 60px;
    }

        .appshow1 li:nth-child(3n+1) {
            margin-left: 0;
        }

    .appshow .appshow1 {
        margin: 0 350px;
    }

    .anli .title {
        text-align: center;
        font-size: 36px;
        padding-top: 80px;
        margin-bottom: 60px;
    }

    .anli {
        margin-bottom: 60px;
    }

    .apptel-text {
        display: none;
    }

    .intro-down-right2 {
        display: none;
    }

    .appshow-tel {
        display: none;
    }
}


/*æ¡ˆä¾‹è¯¦æƒ…-app*/

/*tel*/
@media only screen and (min-width : 0) and (max-width : 767px) {
    .banner02 .baner-tel img {
        width: 100%;
    }

    .banner02 .baner-pc {
        display: none;
    }

    .anli {
        display: none;
    }

    .app-text {
        display: none;
    }

    .apptel-text-logo {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 3rem;
        margin: 0 auto;
        width: 5rem;
    }

        .apptel-text-logo img {
            width: 100%;
        }

    .apptel-model {
        display: flex;
        justify-content: center;
        height: 13rem;
    }

    .apptel-model1 {
        position: absolute;
        top: 0;
        margin-top: 10rem;
    }

    .apptel-model-left .apptel-leftbot {
        width: 13rem;
    }

        .apptel-model-left .apptel-leftbot img {
            width: 100%;
        }

    .apptel-model-right .apptel-rightbot {
        width: 10rem;
    }

        .apptel-model-right .apptel-rightbot img {
            width: 100%;
        }

    .apptel-model1 .apptel-model1-in {
        position: absolute;
        top: 0;
        width: 9rem;
        margin-left: 1.8rem;
        margin-top: 2.2rem;
    }

        .apptel-model1 .apptel-model1-in img {
            width: 100%;
        }

    .apptel-model1 .apptel-model-left {
        position: relative;
    }

    .apptel-model1 .apptel-model2-in {
        position: absolute;
        top: 0;
        width: 7rem;
        margin-top: 6.4rem;
        margin-left: 1.4rem;
    }

        .apptel-model1 .apptel-model2-in img {
            width: 100%;
        }

    .apptel-model .apptel-model-right {
        margin-top: 4.8rem;
    }

    .introduc .title {
        text-align: center;
    }

        .introduc .title h1 {
            font-size: 2.2rem;
        }

    .introduc {
        margin: 0 1.5rem;
    }

        .introduc .intro-down-left p {
            float: left;
            border: 1px solid #cccccc;
            width: 9rem;
            text-align: center;
        }

        .introduc .intro-down-left .p1 {
            margin-right: 1rem;
        }

        .introduc .intro-down-left {
            margin-top: 2rem;
            margin-bottom: 2rem;
            display: flex;
            justify-content: center;
        }

        .introduc .intro-text {
            font-size: 1.5rem;
            color: #666666;
        }

    .intro-down-right1 {
        display: none;
    }

    .intro-down .intro-down-right2 {
        text-align: center;
    }

    .appshow {
        display: none;
    }

    .appshow-tel .title {
        text-align: center;
        font-size: 2.2rem;
        padding-top: 2rem;
    }


    .appshow-tel {
        background: #f5f5f5;
        margin-top: 2rem;
        padding: 0 1.5rem;
        padding-bottom: 30px;
    }


    .appshow-tel1 {
    }

        .appshow-tel1 .appshow-tel1-bg {
            text-align: center;
            position: relative;
            margin: 0 10px;
        }

        .appshow-tel1 .appshow-tel1-slider {
            position: absolute;
            top: 0;
        }

    .appshow-tel1-slider img {
        width: 100%;
        object-fit: cover;
        width: 280px;
        height: 505px;
    }

    .appshow-tel1-slider {
        width: 290px;
        margin: 80px 15px;
    }

        .appshow-tel1-slider .am-control-nav {
            bottom: -26px;
        }

            .appshow-tel1-slider .am-control-nav li a {
                background: #f5f5f5;
            }

    .appshow-tel1-bg img {
        width: 100%;
    }
}

/*æ¡ˆä¾‹è¯¦æƒ…-pc*/

/*pc*/
@media only screen and (min-width : 768px) {
    .pc-text .pc-text-logo {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-top: 118px;
        text-align: center;
    }

    .pc-model {
        display: flex;
        justify-content: center;
        height: 350px;
    }

        .pc-model .pc-model-in {
            position: absolute;
            top: 0;
            margin-top: 320px;
        }

            .pc-model .pc-model-in .pc-model-bot {
                position: relative;
            }

            .pc-model .pc-model-in .pc-model-img {
                position: absolute;
                top: 0;
                width: 713px;
                left: 0;
                right: 0;
                margin: 0 auto;
                margin-top: 40px;
            }

    .pc-model-img img {
        width: 100%;
        object-fit: cover;
        height: 446px;
    }

    .pc-intro p {
        background-color: #e57510;
        color: #FFFFFF;
        width: 110px;
        height: 36px;
        text-align: center;
        line-height: 36px;
    }

    .pc-intro {
        padding: 40px 0;
    }

    .pcshow {
        background: #f2f2f2;
        padding-bottom: 60px;
    }

        .pcshow .title {
            text-align: center;
            font-size: 36px;
            padding-top: 80px;
            margin-bottom: 60px;
        }

        .pcshow .pcshow-in {
            text-align: center;
        }

            .pcshow .pcshow-in .pcshow-in1 {
                margin-bottom: 30px;
            }

    .pctel-text {
        display: none;
    }

    .pctel-intro {
        display: none;
    }
}

/*æ¡ˆä¾‹è¯¦æƒ…-pc*/

/*tel*/
@media only screen and (min-width : 0) and (max-width : 767px) {

    .pc-text {
        display: none;
    }

    .pctel-text .pctel-text-logo {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 5rem;
        margin: 0 auto;
        margin-top: 4rem;
    }

        .pctel-text .pctel-text-logo img {
            width: 100%;
        }

    .pctel-model {
        display: flex;
        justify-content: center;
        height: 10rem;
    }

        .pctel-model .pctel-model-in {
            position: absolute;
            top: 0;
            margin-top: 13rem;
        }

    .pctel-model-bot {
        position: relative;
        width: 30rem;
    }

    .pctel-model-img {
        position: absolute;
        top: 0;
        width: 20rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: 1rem;
    }

    .pctel-model img {
        width: 100%;
    }

    .pctel-model-img img {
        object-fit: cover;
        height: 12.5rem;
    }

    .intro-down-right1 {
        display: none;
    }

    .pc-intro {
        display: none;
    }

    .intro-pc p {
        font-size: 1.3rem;
    }

    .intro-pc .p2 {
        margin-right: 1rem;
    }

    .pctel-intro {
        margin: 0 auto;
        width: 14rem;
        margin-bottom: 30px;
    }

        .pctel-intro p {
            background: #e57510;
            color: #FFFFFF;
            text-align: center;
            padding: 0.5rem 0;
        }

    .pcshow {
        background: #f2f2f2;
        padding: 20px 0;
    }

        .pcshow .title {
            text-align: center;
            font-size: 2.2rem;
        }

        .pcshow .pcshow-in img {
            width: 100%;
        }

        .pcshow .pcshow-in {
            margin: 0 1.5rem;
        }

            .pcshow .pcshow-in .pcshow-in1 {
                margin-bottom: 20px;
            }
}


/*æˆåŠŸæ¡ˆä¾‹*/

/*pc*/
@media only screen and (min-width : 768px) {

    .baner-pc {
        position: relative;
    }

    .banner-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 173px;
    }

        .banner-text p {
            color: #FFFFFF;
        }

        .banner-text h1 {
            font-weight: lighter;
            font-size: 48px;
        }

        .banner-text .p2 {
            font-size: 30px;
        }

    .suc-content {
        background: #f2f2f2;
    }

    .bread-nav {
        padding: 40px 0 0 0;
    }

        .bread-nav li {
            float: left;
            background: #FFFFFF;
            width: 100px;
            height: 40px;
            margin-right: 10px;
            text-align: center;
            line-height: 40px;
        }

            .bread-nav li a {
                font-size: 16px;
                color: #666666;
            }

            .bread-nav li.active {
                background: #e67510;
            }

                .bread-nav li.active a {
                    color: #FFFFFF;
                }

            .bread-nav li:hover {
                background: #e67510;
            }

                .bread-nav li:hover a {
                    color: #FFFFFF;
                }

    .suc-content .suc-list li {
        background: #FFFFFF;
    }

        .suc-content .suc-list li p {
            padding: 0 0 20px 30px;
        }

    .page-in li a {
        border-radius: 2px;
        border: none;
    }

    .page-in li a {
        color: #666666;
    }

    .page-in li.active a {
        color: #FFFFFF;
        background: #e67510;
    }

    .cases-page {
        margin: 40px 0;
    }

    .casestel-list {
        display: none;
    }
}

/*æˆåŠŸæ¡ˆä¾‹*/

/*tel*/
@media only screen and (min-width : 0) and (max-width : 767px) {

    .baner-tel {
        position: relative;
    }

    .banner-suc-text {
        position: absolute;
        top: 0;
        margin: 0 1.2rem;
        margin-top: 2rem;
    }

        .banner-suc-text p {
            color: #FFFFFF;
            font-weight: lighter;
        }

        .banner-suc-text h1 {
            font-size: 3rem;
        }

        .banner-suc-text .p2 {
            font-size: 2rem;
        }

    .bread-nav {
        margin: 0 1.2rem;
        width: 100%;
    }

        .bread-nav ul {
            overflow-x: auto;
            white-space: nowrap;
            padding-right: 1.2rem;
        }

        .bread-nav li {
            display: inline-block;
            margin-right: 1rem;
            height: 4rem;
            line-height: 4rem;
            font-size: 1.5rem;
        }

            .bread-nav li a {
                color: #333333;
            }

            .bread-nav li.active a {
                color: #e67510;
            }

            .bread-nav li.active {
                border-bottom: 2px solid #e67510;
            }

    .casestel-list {
        background: #f5f5f5;
        padding: 1.2rem 1.2rem;
        padding-top: 1.2rem;
    }

        .casestel-list img {
            width: 100%;
        }

        .casestel-list li {
            background: #FFFFFF;
            margin-bottom: 1rem;
        }

            .casestel-list li span {
                font-weight: normal;
                margin-left: 1rem;
            }

            .casestel-list li p {
                padding: 0.8rem 0 0.8rem 1rem;
            }

    .cases-page {
        display: none;
    }
}


/*å…³äºŽç½‘æ™¯*/

/*pc*/
@media only screen and (min-width : 768px) {

    .baner-about-pc {
        position: relative;
        margin-top: 103px;
    }

    .baner-pc-down {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .baner-about-pc p {
        color: #FFFFFF;
    }

    .baner-pc-down .banner-text-up .p1 {
        font-weight: bold;
        font-size: 48px;
        margin-bottom: 20px;
    }

    .baner-pc-down .banner-text-up .p2 {
        font-size: 30px;
    }

    .baner-pc-down .banner-text-up {
        border-bottom: 1px solid #303950;
        width: 860px;
        margin-top: 160px;
        padding-bottom: 130px;
    }

    .baner-pc-down .banner-text-bot p {
        font-size: 18px;
    }

    .baner-pc-down .banner-text-bot {
        width: 860px;
        margin-top: 130px;
    }

        .baner-pc-down .banner-text-bot li {
            border-right: 1px solid #303950;
            float: left;
            padding-right: 80px;
            margin-right: 34px;
        }

            .baner-pc-down .banner-text-bot li:last-child {
                margin-right: 0;
                border: none;
                padding: 0;
            }

    .banner-text-bot .banner-bot-img {
        padding-bottom: 20px;
    }

    .baner-bg img {
        width: 100%;
    }

    .about-title {
        text-align: center;
        position: relative;
        margin-top: 80px;
        margin-bottom: 50px;
    }

        .about-title .p1 {
            font-size: 80px;
            color: #ececec;
        }

        .about-title .title-in {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            text-align: center;
            margin-top: 60px;
        }

            .about-title .title-in span {
                font-size: 36px;
                border-bottom: 1px solid #dedede;
                padding-bottom: 20px;
            }

            .about-title .title-in b {
                border-bottom: 3px solid #e67410;
                font-weight: normal;
                padding-bottom: 20px;
            }

    .about-text .about-textin {
        margin: 0 315px;
        margin-bottom: 50px;
    }

        .about-text .about-textin p {
            line-height: 30px;
            margin-bottom: 30px;
        }

    .about-textimg .about-img {
        float: left;
        margin-right: 10px;
    }

    .about-textimg img {
        width: 100%;
    }

    .about-textimg .img3 {
        margin-right: 0;
    }

    .about-textimg .about-img-up {
        margin-bottom: 10px;
    }

    .service .about-titleimg {
        background-image: url(../img/about08.jpg);
        height: 450px;
        padding-top: 42px;
    }

    .service .ser-p {
        color: #FFFFFF;
        opacity: 0.3;
    }

    .service {
        position: relative;
        height: 590px;
    }

    .service-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-top: 240px;
    }

    .service-textin {
        background: #FFFFFF;
        width: 100%;
        margin: 0 auto;
        border-radius: 8px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

        .service-textin li {
            float: left;
            text-align: center;
            margin: 80px 0;
            margin-right: 146px;
        }

    .service-text .p1 {
        color: #999999;
        margin-top: 25px;
        margin-bottom: 8px;
    }

    .service .service-titlein {
        margin-top: 105px;
    }

    .service-textin li:first-child {
        margin-left: 70px;
    }

    .service-textin li:last-child {
        margin-right: 70px;
    }

    .about-contact-in img {
        width: 100%;
    }

    .about-contact-in {
        position: relative;
    }

    .about-contact-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

        .about-contact-text .about-contact-text1 {
            width: 540px;
            background: #FFFFFF;
            padding-left: 40px;
            padding-bottom: 40px;
            padding-top: 40px;
            margin-top: 90px;
            line-height: 30px;
        }

    .about-contact-text1 .p1 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .about-contact-text1 .p2 {
        margin: 40px 0;
    }

    .baner-about-tel {
        display: none;
    }

    .abouttel-textimg {
        display: none;
    }

    .abouttel-title {
        display: none;
    }

    .service-tel-textin {
        display: none;
    }

    .abouttel-map {
        display: none;
    }

    .service-textin .p1 {
        color: #999999;
    }
}


/*å…³äºŽç½‘æ™¯*/

/*tel*/
@media only screen and (min-width : 0) and (max-width : 767px) {

    .banertel-bg img {
        width: 100%;
    }

    .baner-about-pc {
        display: none;
    }

    .about-textimg {
        display: none;
    }

    .about-con-map {
        display: none;
    }

    .baner-about-tel {
        position: relative;
    }

    .banertel-about-in {
        position: absolute;
        top: 0;
        padding: 0 1.2rem;
    }

        .banertel-about-in h1 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }

    .banertel-bot .banertel-bot-img {
        width: 5rem;
        margin-bottom: 0.8rem;
    }

        .banertel-bot .banertel-bot-img img {
            width: 100%;
        }

    .banertel-bot li:last-child .banertel-bot-img {
        width: 9rem;
    }

    .banertel-bot li:nth-child(2n) .banertel-bot-img {
        width: 5.5rem;
    }

    .banertel-bot p {
        font-size: 1.5rem;
    }

    .banertel-bot li {
        padding-right: 1rem;
        border-right: 1px solid #303950;
    }

        .banertel-bot li:nth-child(2n) {
            padding-left: 1rem;
        }

        .banertel-bot li:last-child {
            border: none;
            padding-left: 1rem;
        }

    .banertel-about-te {
        border-bottom: 1px solid #303950;
        margin-top: 3rem;
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }

    .banertel-bot {
        margin-top: 4rem;
    }

    .about-text {
        margin: 0 1.2rem;
        margin-top: 1rem;
    }

    .abouttel-title {
        text-align: center;
        position: relative;
        margin-bottom: 2.5rem;
    }

        .abouttel-title .p1 {
            color: #ececec;
            font-size: 4rem;
        }

        .abouttel-title .title-in {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            font-size: 1.8rem;
            margin-top: 2.5rem;
        }

            .abouttel-title .title-in b {
                border-bottom: 2px solid #e67410;
                padding-bottom: 1rem;
            }

            .abouttel-title .title-in span {
                border-bottom: 1px solid #dedede;
                padding-bottom: 1rem;
            }

    .about-textin {
        line-height: 30px;
        font-size: 1.5rem;
    }

        .about-textin p {
            margin-bottom: 2rem;
        }

    .abouttel-textimg img {
        width: 100%;
    }

    .abouttel-textimg .img2-1 {
        margin-right: 2px;
    }

    .abouttel-textimg .img2-2 {
        margin-left: 2px;
    }

    .abouttel-textimg .abouttel-img1 {
        margin-bottom: 4px;
    }

    .abouttel-textimg .abouttel-img2 {
        margin-bottom: 4px;
    }

    .about-title {
        display: none;
    }

    .about-titleimg {
        display: none;
    }

    .service-tel {
        position: relative;
        height: 420px;
        margin-top: 30px;
    }

    .abouttel-title .abouttel-title-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-top: 19px;
    }

    .abouttel-title-text .p1 {
        color: #FFFFFF;
        opacity: 0.3;
    }

    .abouttel-title img {
        width: 100%;
    }

    .service-text {
        position: absolute;
        top: 0;
        width: 100%;
        margin-top: 121px;
    }

        .service-text img {
            width: 63%;
        }

    .service-tel-textin {
        background: #FFFFFF;
        margin: 0 1.2rem;
        border-radius: 5px;
        text-align: center;
        padding-top: 18px;
        padding-bottom: 18px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

        .service-tel-textin li {
            margin-bottom: 20px;
        }

    .service-textin {
        display: none;
    }

    .abouttel-map img {
        width: 100%;
    }

    .about-contact-text p {
        font-size: 1.5rem;
    }

    .about-contact-text {
        margin: 0 1.2rem;
    }

        .about-contact-text .p2 {
            margin: 30px 0;
        }

    .abouttel-map {
        margin-top: 20px;
    }

    .service-tel-textin .p2 {
        font-size: 1.5rem;
    }

    .service-tel-textin .p1 {
        color: #999999;
    }
}



/*èµ„è®¯*/

/*pc*/
@media only screen and (min-width : 768px) {

    .news-breadnav .breadnav-left {
        float: left;
    }

        .news-breadnav .breadnav-left li {
            float: left;
            background: #fff;
            color: #666666;
            width: 100px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
        }

            .news-breadnav .breadnav-left li a {
                color: #666666;
            }

            .news-breadnav .breadnav-left li.active a {
                color: #fff;
            }

            .news-breadnav .breadnav-left li.active {
                background: #e67510;
            }

            .news-breadnav .breadnav-left li:hover a {
                color: #fff;
            }

            .news-breadnav .breadnav-left li:hover {
                background: #e67510;
            }

        .news-breadnav .breadnav-left .parent {
            font-weight: bold;
        }

    .news-breadnav .breadnav-right {
        float: right;
    }

    .news-breadnav {
        background: #f2f2f2;
        padding: 25px 0;
    }

    .breadnav-right {
        position: relative;
    }

        .breadnav-right input {
            height: 40px;
            width: 546px;
            border: none;
            font-size: 14px;
            padding-left: 10px;
        }

        .breadnav-right button {
            position: absolute;
            top: 0;
            height: 40px;
            background: #e67510;
            border: none;
            color: #fff;
            font-size: 16px;
            right: 0;
            width: 120px;
        }

    .news-textin .news-textin-left {
        width: 65%;
        float: left;
    }

    .news-textin .news-textin-right {
        width: 35%;
        float: left;
        padding-left: 60px;
        margin-top: 30px;
    }

    .news-textin .news-up li {
        position: relative;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 37px;
        margin-top: 30px;
    }

    .news-textin-left .news-textin-img {
        position: absolute;
        top: 0;
        height: 160px;
        overflow: hidden;
    }

        .news-textin-left .news-textin-img img {
            width: 240px;
        }

    .news-textin-left .news-textin-list {
        margin-left: 262px;
    }

    .news-textin-list .p1 {
        font-size: 24px;
    }

    .news-textin-list .p2 {
        margin: 20px 0;
    }

    .news-textin-left li:hover .p1 {
        color: #e67510;
    }

    .news-textin-left li .img1 {
        margin-right: 8px;
    }

    .news-textin-left .news-page li {
        border: 1px solid #eeeeee;
    }

    .news-textin-left .news-page .page-in li a {
        margin: 0;
    }

    .news-textin-right .title {
        font-size: 24px;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

        .news-textin-right .title span {
            border-bottom: 2px solid #e57510;
            padding-bottom: 11px;
        }

    .news-textin-right .news-label-text li {
        float: left;
        border: 1px solid #eeeeee;
        padding: 5px 30px;
        border-radius: 18px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

        .news-textin-right .news-label-text li a {
            color: #333;
        }

    .latest-news {
        margin-top: 10px;
    }

    .latest-news-text li {
        position: relative;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        .latest-news-text li .latest-news-img {
            position: absolute;
            top: 0;
        }

    .news-textin-list {
        margin-left: 168px;
    }

        .news-textin-list .p1 {
            font-size: 24px;
        }

        .news-textin-list .p2 {
            font-size: 16px;
            margin-top: 15px;
            margin-bottom: 25px;
        }

    .banertel-news {
        display: none;
    }

    .latest-news .p1 {
        font-size: 18px;
    }

    .latest-news .p2 {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 8px;
    }

    .latest-news .latest-news-text li:hover .p1 {
        color: #e57510;
    }

    .baner-about-pc {
        position: relative;
    }

    .newsdetail-tel-bot {
        display: none;
    }

    .news-textin-left .p2 {
        min-height: 41px;
    }
}



/*èµ„è®¯*/

/*tel*/
@media only screen and (min-width : 0) and (max-width : 767px) {

    .baner-about-pc {
        display: none;
    }

    .banertel-news img {
        width: 100%;
    }

    .breadnav-right {
        display: none;
    }

    .news-breadnav .breadnav-left {
        margin: 0 1.2rem;
        width: 100%;
    }

    .breadnav-left ul {
        overflow-x: auto;
        white-space: nowrap;
        padding-right: 1.2rem;
    }

    .breadnav-left li {
        display: inline-block;
        margin-right: 1rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.5rem;
    }

        .breadnav-left li.active {
            border-bottom: 2px solid #e67510;
        }

            .breadnav-left li.active a {
                color: #e67510;
            }

        .breadnav-left li a {
            color: #333;
        }

    .div1 {
        width: 100%;
        height: 1.2rem;
        background: #f5f5f5;
    }

    .news-textin {
        margin: 0 1.2rem;
        margin-bottom: 1rem;
    }

    .news-textin-left .p2 {
        min-height: 41px;
    }

    .news-textin-left .news-textin-img img {
        width: 100%;
        object-fit: cover;
        width: 12rem;
    }

    .news-textin-left li {
        position: relative;
        padding-bottom: 2rem;
        margin-top: 1.5rem;
    }

    .news-up li {
        border-bottom: 1px solid #eeeeee;
    }

    .news-textin-left .news-textin-img {
        position: absolute;
        top: 0;
    }

    .news-textin-list {
        margin-left: 13rem;
    }

    .news-up .news-textin-list span {
        font-size: 1.3rem;
    }

    .news-textin-list .p1 {
        margin-bottom: 1rem;
    }

    .news-textin-list .img1 {
        margin-right: 0.5rem;
    }

    .news-textin-list span img {
        width: 16px;
    }

    .cases-page {
        display: none;
    }

    .news-textin-right {
        display: none;
    }

    .banertel-news {
        position: relative;
    }

    .banner-news-text {
        position: absolute;
        top: 0;
        margin: 0 1.2rem;
        margin-top: 2rem;
    }

        .banner-news-text h1 {
            font-size: 3rem;
        }

        .banner-news-text p {
            font-size: 2rem;
        }
}


/*èµ„è®¯-è¯¦æƒ…*/

/*pc*/
@media only screen and (min-width : 768px) {

    .newsdetail .newsdetail-left {
        float: left;
        width: 65%;
        padding-right: 50px;
        padding-bottom: 30px;
    }

    .newsdetail-left .news-date span {
        font-size: 16px;
        color: #999;
        border-bottom: 2px solid #e67510;
        padding-bottom: 10px;
    }

    .newsdetail-left .newsdetail-title h1 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .newsdetail-left .newsdetail-title {
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .newsdetail .newsdetail-right {
        float: left;
        width: 35%;
        background: #f5f5f5;
        padding: 0 30px;
    }

    .newsdetail-left .news-date {
        margin: 35px 0;
    }

    .newsdetail .newsdetail-text {
        line-height: 30px;
    }

        .newsdetail .newsdetail-text p {
            margin-bottom: 30px;
        }

        .newsdetail .newsdetail-text .p1 {
            margin-bottom: 0;
        }

        .newsdetail .newsdetail-text .p2 {
            margin-bottom: 0;
        }

    .newsdetail-text .newsdetail-textimg {
        margin-bottom: 30px;
    }

    .newsdetail .newsdetail-text .p3 {
        margin-bottom: 30px;
    }

    .newsdetail-right-bot li {
        float: left;
        margin-right: 61px;
    }

        .newsdetail-right-bot li button {
            border: 1px solid #bbbbbb;
            background: #f5f5f5;
            font-size: 16px;
            width: 140px;
            height: 40px;
        }

        .newsdetail-right-bot li:last-child button {
            background: #e67510;
            color: #fff;
            border: 1px solid #e67510;
        }

    .newsdetail-right-bot {
        border-bottom: 1px solid #bbbbbb;
        margin: 40px 0;
        padding-bottom: 40px;
    }

        .newsdetail-right-bot li:last-child {
            margin-right: 0;
        }

    .newsdetail-right .title {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .newstel-date {
        display: none;
    }

    .newsdetail-tel-bot {
        display: none;
    }

    .banner-text .p1 {
        font-size: 48px;
    }
}


/*èµ„è®¯-è¯¦æƒ…*/

/*tel*/
@media only screen and (min-width : 0) and (max-width : 767px) {

    .newsdetail-right {
        display: none;
    }

    .newsdetail-textimg img {
        width: 100%;
    }

    .newsdetail-textimg {
        margin-bottom: 2rem;
    }

    .newsdetail {
        margin: 0 1.2rem;
    }

    .news-date {
        display: none;
    }

    .newsdetail-text .newsdetail-title {
        margin-top: 1rem;
    }

        .newsdetail-text .newsdetail-title p {
            font-size: 2.3rem;
        }

    .newsdetail-text .newstel-date {
        font-size: 1.5rem;
        border-bottom: 1px solid #eeeeee;
        padding: 0.8rem 0;
        margin-bottom: 1.5rem;
    }

    .newsdetail-text p {
        font-size: 1.5rem;
        line-height: 25px;
        margin-bottom: 1rem;
    }

    .newsdetail-text .p1 {
        margin-bottom: 0;
    }

    .newsdetail-text .p2 {
        margin-bottom: 0;
    }

    .newsdetail-tel-bot {
        border-top: 1px solid #eeeeee;
        text-align: center;
        padding: 2rem 0;
        width: 100%;
    }

        .newsdetail-tel-bot button {
            border: 1px solid #bbbbbb;
            background: #fff;
            width: 8.5rem;
            height: 3rem;
            font-size: 1.2rem;
        }

    .banner-news-text .p1 {
        font-size: 3rem;
    }
}


/*è§£å†³æ–¹æ¡ˆ*/

/*pc*/
@media only screen and (min-width : 768px) {

    .solve-case-in1 {
        margin: 100px 0;
    }

    .solve-left1 .solve-img img {
        width: 100%;
    }

    .solve-left-icon img {
        width: 56%;
    }

    .solve-left1 {
        float: left;
        position: relative;
    }

        .solve-left1 .solve-left-icon {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            margin: 230px 0;
        }

    .solve-left-icon .left-icon .left-icon-img {
        background: #FFFFFF;
        width: 140px;
        height: 140px;
        border-radius: 70px;
        margin: 0 auto;
        line-height: 140px;
        margin-bottom: 10px;
        text-align: center;
    }

    .solve-left-icon ul {
        width: 800px;
    }

    .banner-text h1 {
        font-size: 48px;
    }

    .banner-text .solve-p1 {
        font-size: 24px;
        margin-top: 10px;
    }

    .banner-text .solve-p2 {
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .banne-slove {
        margin-top: 100px;
    }

    .solve-case .solve-right1 .title {
        margin-bottom: 30px;
    }

        .solve-case .solve-right1 .title p {
            font-size: 36px;
        }

    .solve-case .solve-right1 p {
        line-height: 30px;
    }

    .solve-case .solve-right1 {
        float: left;
        margin: 80px 0;
        width: 710px;
        padding-left: 50px;
    }

    .solve-right1 .p1 {
        margin-bottom: 30px;
    }

    .solve-right1 .right1-icon li p {
        text-align: center;
    }

    .solve-right1 .right1-icon li .right1-icon-img {
        text-align: center;
    }

    .solve-right1 .right1-icon {
        margin-top: 80px;
    }

    .solve-case-in2 {
        background: #f5f5f5;
        padding: 100px 0;
    }

        .solve-case-in2 .solve-pad {
            padding-left: 0;
            padding-right: 50px;
        }

    .solve-tel {
        display: none;
    }
}



/*è§£å†³æ–¹æ¡ˆ*/

/*tel*/
@media only screen and (min-width : 0) and (max-width : 767px) {

    .solve-case {
        display: none;
    }

    .banne-slove {
        margin: 0 1.2rem;
        text-align: left;
        margin-top: 5rem;
    }

        .banne-slove h1 {
            margin: 0;
            margin-bottom: 10px;
        }

    .solve-tel-title p {
        font-size: 2rem;
    }

    .solve-tel-in {
        margin: 0 1.2rem;
    }

    .solve-tel-img img {
        width: 100%;
    }

    .solve-tel-up {
        position: relative;
    }

        .solve-tel-up .solve-tel-icon {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
        }

            .solve-tel-up .solve-tel-icon ul {
                display: flex;
                justify-content: center;
                margin: 5rem 0;
            }

    .solve-tel-icon .solvetel-icon-img {
        background: #FFFFFF;
        width: 6rem;
        height: 6rem;
        border-radius: 3rem;
        text-align: center;
        line-height: 6rem;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .solvetel-icon-img img {
        width: 50%;
    }

    .solve-tel-up .solve-tel-icon li p {
        font-size: 1.2rem;
        text-align: center;
    }

    .solve-tel-up .solve-tel-icon li {
        width: 105px;
    }

    .solve-tel-down .solvetel-down-img img {
        width: 70%;
    }

    .solve-tel-down li {
        text-align: center;
    }

        .solve-tel-down li p {
            font-size: 1.5rem;
            margin-top: 5px;
            line-height: 20px;
        }

    .solve-tel-down {
        margin-top: 1.5rem;
        padding-bottom: 3rem;
    }

    .solve-tel-in .p1 {
        margin-top: 1rem;
    }

    .solve-tel-title {
        padding-top: 3rem;
        padding-bottom: 1rem;
    }

    .solve-tel .solve-tel-text:nth-child(2n) {
        background: #f5f5f5;
    }
}


.mouse {
    cursor: pointer;
}
</pre></body></html>