﻿@charset "utf-8";

/*返回名片*/
.backcard {
    position: fixed;
    right: 0;
    top: 45%;
    margin: -25px 0 0 0;
    z-index: 999999;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 2px 5px 5px 10px;
    text-align: center;
    background: #3C9CFF;
    transition: all .6s;
}

    .backcard .pc-toolbar__close {
        left: 50%;
        transform: translateX(-50%);
        bottom: -35px;
        top: auto;
    }

    .backcard img {
        width: 37px;
    }

    .backcard p {
        font-size: 13px;
        color: #fff;
    }

.cardhide {
    display: none !important;
}

.cardshow {
    display: block !important;
}

.sm-show {
    display: none;
}

.tel-btn a {
    background: #e60000;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

.brand-logo {
    width: 100px;
    display: inline-block;
}

.recommend-text {
    font-size: 17px;
}

.recommend-company {
    color: #009a44;
    font-weight: 700;
    font-size: 17px;
}

.header-nav {
    position: relative;
}

nav a {
    display: block;
    font-size: 15px;
    line-height: 56px;
    padding: 0 33px;
    color: #fff;
    position: relative;
}

    nav a.nav_on, nav a:hover {
        background: #00672f;
        color: #fff;
    }

.title1 {
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 1px;
}

.title4 {
    line-height: 28px;
}

    .title4:before {
        content: " ";
        display: block;
        position: absolute;
        width: 2px;
        height: 22px;
        background-color: #009a44;
        left: 10px;
        top: 3px;
    }

.header-info {
    position: relative;
}

.header-left {
    padding: 20px 0;
}

    .header-left .logo {
        font-size: 0;
        height: 50px;
        line-height: 50px;
        text-align: left;
    }

        .header-left .logo img {
            max-height: 100%;
        }

        .header-left .logo span {
            display: inline-block;
            text-indent: -9999em;
        }

    .header-left .tel {
        position: relative;
        padding-left: 70px;
    }

        .header-left .tel b {
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            height: 50px;
            float: left;
            display: block;
            background: url(../../img/tel.png) no-repeat center / cover;
        }

        .header-left .tel p {
            float: right;
            font-size: 16px;
            color: #666;
            display: block;
        }

            .header-left .tel p span {
                display: block;
                font-size: 30px;
                color: #009a44;
                line-height: 32px;
                font-weight: bold;
            }

.header-banner {
    position: relative;
}

.nav-box {
    overflow: hidden;
    background: #009a44;
}

.banner-swiper-pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 999999;
}

.swiper-pagination-bullet {
    width: 25px !important;
    border-radius: 0 !important;
}
/* 首页标题 */
.index-title .p_title {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #cccccc;
}

.index-title .h2_title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}

    .index-title .h2_title i {
        display: inline-block;
        width: 230px;
        height: 3px;
    }

        .index-title .h2_title i.titl {
            background: url(../../img/titl01.png) no-repeat right center;
        }

        .index-title .h2_title i.titr {
            background: url(../../img/titr01.png) no-repeat left center;
        }

    .index-title .h2_title a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        padding: 0 15px;
        color: #333;
    }

.index-title h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    color: #009a44;
}


/* 内页标题 */
.main_head {
    font-size: 16px;
    background: white;
}

    .main_head div {
        overflow: hidden;
        display: block;
        height: 45px;
        line-height: 45px;
    }

    .main_head strong {
        display: block;
        float: left;
        height: 18px;
        border-left: #01A04C 3px solid;
        line-height: 18px;
        padding-left: 10px;
        margin-top: 12px;
        font-size: 18px;
    }

.pageBody-box {
    padding: 30px 0 40px;
    box-shadow: 0px 0px 15px #dadada;
    background: #fff;
}


/* 侧边留言 */
.pc-toolbar {
    position: fixed;
    right: 5px;
    bottom: 50px;
    z-index: 200;
    border-radius: 5px;
    width: 112px;
    padding: 3px;
    transition: all .6s;
}

.pc-toolbar__close {
    position: absolute;
    top: -20px;
    left: -10px;
    z-index: 9999;
    cursor: pointer;
}

.pc-toolbar__open {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    z-index: 9999;
    cursor: pointer;
    animation: left_slider 1.2s linear infinite;
}

@keyframes left_slider {
    from {
        transform: translateX(0);
        opacity: 0.4;
    }

    to {
        transform: translateX(-20px);
        opacity: 1;
    }
}

.pc-toolbar .list .item {
    position: relative;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}

    .pc-toolbar .list .item i {
        color: #fff;
        font-size: 32px;
    }

    .pc-toolbar .list .item > a {
        display: inline-block;
    }

        .pc-toolbar .list .item > a + a {
            margin-top: 15px;
        }

    .pc-toolbar .list .item:first-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .pc-toolbar .list .item:not(:nth-child(3)) {
        padding-left: 18px;
        padding-right: 18px;
        cursor: pointer;
        position: relative;
    }

        .pc-toolbar .list .item:not(:nth-child(3)) > p {
            color: #fff;
        }

    .pc-toolbar .list .item:nth-child(3) {
        background-color: #fff;
    }

/* 留言弹框 */
.pc-toolbar__pop {
    display: none;
    width: 100%;
    max-width: 475px;
    min-height: 370px;
    max-height: 750px;
    height: 370px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 25px;
    z-index: 999;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 18px rgb(100 0 0 / 50%);
}

    .pc-toolbar__pop .pop-top {
        height: 45px;
        width: 100%;
        border-bottom: 1px #E5E5E5 solid;
    }

        .pc-toolbar__pop .pop-top h2 {
            float: left;
            display: block;
            font-size: 18px;
            font-weight: 600;
            margin-top: 17px;
        }

        .pc-toolbar__pop .pop-top span {
            float: right;
            cursor: pointer;
            font-weight: bold;
            display: block;
        }

    .pc-toolbar__pop .form-group {
        margin-top: 15px;
    }

        .pc-toolbar__pop .form-group label {
            display: inline-block;
            max-width: 100%;
            margin-top: 5px;
            margin-bottom: 5px;
            font-weight: 700;
        }

        .pc-toolbar__pop .form-group input[type="text"] {
            height: 48px;
            padding-left: 10px;
            padding-right: 10px;
            border: 1px solid #0c5e76;
            border-radius: 5px;
            width: 100%;
            outline: 0;
        }

        .pc-toolbar__pop .form-group textarea {
            padding: 10px;
            resize: none;
            border: 1px solid #0c5e76;
            border-radius: 5px;
            width: 100%;
        }

    .pc-toolbar__pop .form-btn {
        margin-top: 15px;
    }

        .pc-toolbar__pop .form-btn .btn-call {
            border: none;
            width: 100%;
            height: 45px;
            background: #0c5e76;
            color: #fff;
            border-radius: 5px;
            cursor: pointer;
        }


/*首页产品*/

.i-prod-row .i-pro-left {
    width: 270px;
    float: left;
    margin-right: 30px;
    padding: 0 13px 13px 13px;
    background: #009946;
}

    .i-prod-row .i-pro-left h3 {
        padding: 30px 0;
        font-size: 27px;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }

        .i-prod-row .i-pro-left h3 a {
            color: #fff;
        }

        .i-prod-row .i-pro-left h3 i {
            display: block;
            text-align: center;
            font-size: 16px;
            line-height: 1.7;
        }

    .i-prod-row .i-pro-left ul {
        padding: 13px;
        background: #fff;
    }

        .i-prod-row .i-pro-left ul li {
            font-size: 18px;
            line-height: 40px;
            border-radius: 5px;
            background: #009946;
            color: #fff;
            margin-bottom: 20px;
            text-align: center;
        }

            .i-prod-row .i-pro-left ul li a {
                color: #fff;
            }

            .i-prod-row .i-pro-left ul li:last-child {
                margin-bottom: 0;
                background: transparent;
                border: 1px solid #009946;
            }

                .i-prod-row .i-pro-left ul li:last-child a {
                    color: #009946;
                }

.i-prod-row .i-pro-box {
    margin-left: -20px;
    overflow: hidden;
    max-width: 1220px;
}

    .i-prod-row .i-pro-box li {
        float: left;
        width: 33.3333%;
    }

        .i-prod-row .i-pro-box li a {
            display: block;
            background-color: #f0f0f0;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            margin: 0px 0 20px 20px;
            position: relative;
            border: 1px solid #ccc;
        }

            .i-prod-row .i-pro-box li a:hover {
                background-color: #363e45;
                color: #fff;
            }

        .i-prod-row .i-pro-box li .i-pro-img {
            position: relative;
            border: 1px solid #d8d8d8;
            overflow: hidden;
            text-align: center;
            background-color: #fff;
            padding-top: 75%;
        }

            .i-prod-row .i-pro-box li .i-pro-img img {
                max-width: 100%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                max-height: 100%;
                -webkit-transition: all .3s ease-in-out 0s;
                -moz-transition: all .3s ease-in-out 0s;
                transition: all .3s ease-in-out 0s;
            }

        .i-prod-row .i-pro-box li .i-pro-title {
            height: 44px;
            line-height: 44px;
            text-align: center;
            font-size: 16px;
            background: #7b7b7b;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

            .i-prod-row .i-pro-box li .i-pro-title i {
                color: #fff;
                font-style: normal;
            }

        .i-prod-row .i-pro-box li:hover .i-pro-img img {
            -webkit-animation: rotate-scale-down 0.65s linear both;
            animation: rotate-scale-down 0.65s linear both;
        }

        .i-prod-row .i-pro-box li:hover .i-pro-title {
            background: #009946;
        }

@-webkit-keyframes rotate-scale-down {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
        transform: translate(-50%, -50%) scale(1) rotateZ(0);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(0.5) rotateZ(180deg);
        transform: translate(-50%, -50%) scale(0.5) rotateZ(180deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(360deg);
        transform: translate(-50%, -50%) scale(1) rotateZ(360deg);
    }
}

@keyframes rotate-scale-down {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
        transform: translate(-50%, -50%) scale(1) rotateZ(0);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(0.5) rotateZ(180deg);
        transform: translate(-50%, -50%) scale(0.5) rotateZ(180deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(360deg);
        transform: translate(-50%, -50%) scale(1) rotateZ(360deg);
    }
}



/*首页新闻*/

.i-news-row li > a {
    display: block;
    width: 100%;
    height: 230px;
    text-align: center;
    line-height: 230px;
    overflow: hidden;
}

.i-news-row li img {
    width: auto;
    max-width: 100%;
}

.i-news-row li:nth-of-type(n+2) > a {
    display: none;
}

.i-news-row li:nth-of-type(1) .text {
    margin-top: 15px;
}

.i-news-row li {
    position: relative;
    width: calc(50% - 20px);
    background: white;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px #dadada;
}

    .i-news-row li:hover {
        box-shadow: 0px 0px 15px #999;
    }

    .i-news-row li:nth-child(1) {
        float: left;
    }

    .i-news-row li:nth-child(n+2) {
        float: right;
    }

    .i-news-row li .text {
        overflow: hidden;
        position: relative;
    }

        .i-news-row li .text .i-new-time {
            width: 70px;
            float: left;
        }

            .i-news-row li .text .i-new-time span {
                font-size: 24px;
                display: block;
                line-height: 1.6;
                color: #333;
            }

                .i-news-row li .text .i-new-time span:last-child {
                    font-size: 18px;
                }

        .i-news-row li .text .i-news-text {
            overflow: hidden;
            padding-left: 10px;
        }

    .i-news-row li h5 {
        font-size: 18px;
        font-weight: 600;
        height: 23px;
        line-height: 23px;
        font-weight: normal
    }

        .i-news-row li h5 > a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .i-news-row li em {
        font-size: 13px;
        line-height: 20px;
        height: 40px;
        color: #777;
        text-align: left;
        display: block;
        margin-top: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 40px;
    }


/* 首页留言 */
.i-gbook-row .input-box {
    display: flex;
}

    .i-gbook-row .input-box label {
        padding: 0;
    }

.i-gbook-row .input-box,
.i-gbook-row .layui-form-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*左边分类*/
.main-sort {
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 240px;
    float: left;
    margin-right: 30px;
}

    .main-sort .classify-text {
        text-align: center;
        border-bottom: 1px solid #fff;
        margin: 0;
        font-size: 24px;
        padding: 20px 0;
        background-color: #009a44;
        color: #fff;
    }

    .main-sort ul {
        overflow: hidden;
    }

        .main-sort ul li {
            font-size: 16px;
            line-height: 45px;
            position: relative;
            cursor: pointer;
            text-align: center;
            box-sizing: border-box;
            background-color: #ddd;
            border-bottom: 1px solid #fff;
        }

            .main-sort ul li a {
                color: #333;
                font-weight: 300;
                text-decoration: none;
                overflow: hidden;
            }

            .main-sort ul li:hover a {
                text-decoration: underline;
                color: #01A04C;
            }

.innerPage-right {
    overflow: hidden;
}

/*内页公司介绍*/
.introduce-contact-text {
    line-height: 1.8;
    text-align: justify;
}

.introduce-information-box ul {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.introduce-information-box li {
    float: left;
}

    .introduce-information-box li.liw-50 {
        width: 50%;
    }

    .introduce-information-box li.liw-100 {
        width: 100%;
    }

    .introduce-information-box li span {
        justify-content: flex-end;
        width: 160px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 20px;
        background: #f5f5f5;
        border-style: solid;
        border-width: 0 1px 1px 0;
        border-color: #e5e5e5;
        text-align: right;
    }

    .introduce-information-box li p {
        flex: 1;
        padding: 12px 28px 12px 20px;
        border-style: solid;
        border-width: 0 1px 1px 0;
        border-color: #e5e5e5;
        text-align: justify;
    }

        .introduce-information-box li p img {
            margin-right: 8px;
        }
/*相册*/
.view-title-box h3 {
    margin-bottom: 10px;
}

.innerPage-title2 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #104492;
}

    .innerPage-title2 h3 {
        font-size: 18px;
        line-height: 2;
    }

.album-main-sort {
    width: 220px;
    min-height: 350px;
    position: relative;
    float: left;
    border: 0;
    padding: 0;
}

    .album-main-sort .pro-nav-tit {
        width: 220px;
        height: 121px;
        color: #fff;
        text-align: center;
        background: url(../../img/pro-title-bg.png) no-repeat #009a44;
        border-radius: 0 30px 0 0;
    }

        .album-main-sort .pro-nav-tit .pro-nav-p1 {
            font-size: 20px;
            padding-top: 33px;
        }

        .album-main-sort .pro-nav-tit .pro-nav-p2 {
            padding-top: 6px;
        }

    .album-main-sort ul {
        background: #363e45;
        border-top: 1px solid #999;
    }

        .album-main-sort ul li {
            font-size: 16px;
            line-height: 46px;
            position: relative;
            cursor: pointer;
            padding-left: 40px;
            box-sizing: border-box;
            border-bottom: 1px solid #999;
            display: block;
            text-align: left;
            background: transparent;
        }

            .album-main-sort ul li a {
                color: #fff;
                font-weight: 300;
                text-decoration: none;
                overflow: hidden;
                display: block;
                width: 100%;
                font-size: 16px;
            }

            .album-main-sort ul li:hover a {
                color: #2e619b;
            }

.album-innerPage-right {
    width: calc(100% - 260px);
    float: right;
}

/*新闻*/


.news-list-box li {
    box-sizing: border-box;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
}

    .news-list-box li .news-pic {
        width: 200px;
        float: left;
        margin-right: 25px;
        position: relative;
    }

        .news-list-box li .news-pic img {
            width: 100%;
        }

    .news-list-box li .text {
        overflow: hidden;
    }

        .news-list-box li .text h5 {
            color: #333;
            font-size: 18px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .news-list-box li .text .news-desc {
            font-size: 14px;
            text-indent: 2em;
            color: #777;
            line-height: 25px;
            overflow: hidden;
            display: -webkit-box;
            display: -moz-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            max-height: 50px;
        }

        .news-list-box li .text .news-time {
            font-size: 14px;
            color: #777;
            margin-top: 8px;
        }

    .news-list-box li:hover .news-pic::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, .4);
    }

    .news-list-box li:hover .text h5 a {
        color: #01A04C;
    }



/*产品*/
.prod-list-box li {
    width: calc(33.3333% - 16px);
    margin-right: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
}

    .prod-list-box li:nth-of-type(3n) {
        margin-right: 0;
    }
    /* .prod-list-box li > a > div {
    padding-top: 74.68%;
    position: relative;
    overflow: hidden;
} */
    .prod-list-box li > a > div {
        overflow: hidden;
        position: relative;
        padding-top: 75%;
    }

        .prod-list-box li > a > div img {
            max-width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-height: 100%;
            background-color: #fff;
        }

    .prod-list-box li .pro-desInfos {
        font-size: 14px;
        padding: 15px 10px;
        overflow: hidden;
        position: relative;
        background: #f7f7f7;
    }

    .prod-list-box li h3 {
        font-size: 16px;
        color: #333;
        line-height: 1.6;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .prod-list-box li:hover .pro-desInfos {
        background: #01A04C;
        color: white;
    }

    .prod-list-box li:hover > a > div img {
        -webkit-animation: rotate-center 0.6s ease-in-out both;
        animation: rotate-center 0.6s ease-in-out both;
    }

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.prod-list-box li:hover p,
.prod-list-box li:hover h3 {
    color: #fff;
}

.Album-list-box li:hover p, .Album-list-box li:hover h3 {
    color: #333;
}

/*供求*/
/* .supply-list-box li a{width:300px;}
.supply-list-box li:nth-of-type(3n+2){padding-left:20px;padding-right: 20px;} */
.supply-view-info-infos {
    margin-top: 15px;
}

/*联系*/
.contact-contact-title:after {
    width: 140px;
    height: 10px;
    background-color: #e00b0b;
    bottom: -5px;
    border-radius: 5px;
    opacity: 0.1;
    content: "";
    display: block;
    position: absolute;
}
/*视频*/
.Videos-list-img {
    width: 380px;
    height: 214px;
}

.Videos-list-box li:nth-of-type(3n+2) {
    padding-left: 30px;
    padding-right: 30px;
}

.Videos-list-box li a {
    width: 380px;
}

.page-row {
    padding-top: 50px;
    padding-bottom: 70px;
}

    .page-row li {
        padding: 0 8px;
    }

    .page-row a {
        display: block;
        width: 31px;
        height: 31px;
        text-align: center;
        line-height: 29px;
        color: #333333;
        border-radius: 2px;
        border: solid 1px #cccccc;
    }

        .page-row a.page-on, .page-row a:hover {
            background-color: #e00b0b;
            color: #fff;
            border-color: #e00b0b
        }

/* 留言 */
.input-box label {
    color: #333;
    letter-spacing: 2px;
    font-weight: 400;
}

.yp-gbook-row {
    width: 100%;
    max-width: 600px;
    margin: auto;
    flex-shrink: 0;
}

.gbook-btnGroup button,
.gbook-btnGroup input {
    width: 143px;
    height: 38px;
    background: #0066FF;
    border: none;
    color: #ffffff;
    font-family: "微软雅黑";
    font-size: 20px;
    margin-top: 20px;
    border-radius: 3px;
}

.gbook-btnGroup .submit-btn {
    background: #104492;
    margin-left: 10% !important;
}

/*上下条*/

.prenext-row {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .prenext-row li {
        padding: 0 8px;
    }

    .prenext-row a {
        text-align: left;
        line-height: 29px;
        color: #333333;
        border-radius: 2px;
    }

        .prenext-row a:hover {
            color: #2f68af;
        }

    .prenext-row font {
        width: calc(100% - 160px);
    }



/*底部*/
.footer-box {
    padding-top: 30px;
    background: linear-gradient(315deg,#009a44,#00672f);
    border-top: #ccc solid 1px;
    color: #fff;
}

.u-foot-server-tit {
    margin-bottom: 20px;
    padding: 25px 0;
    font-size: 27px;
    text-align: center;
}

    .u-foot-server-tit > div {
        width: 180px;
        height: 3px;
        margin: 20px auto 0 auto;
        background: #fac12c;
    }

.footer-message {
    margin-bottom: 30px;
}

.footer-gbookbox {
    width: 420px;
}

    .footer-gbookbox .tit {
        width: 100%;
        border: 1px solid #fff;
        border-radius: 5px;
        height: 45px;
        line-height: 43px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-bottom: 15px;
    }

        .footer-gbookbox .tit > span {
            margin-right: 10px;
            font-size: 18px;
            color: #ea0000;
        }

        .footer-gbookbox .tit > i {
            margin: 0 3px;
            font-weight: bold;
            color: #ea0000;
        }

    .footer-gbookbox form .input-box {
        border-radius: 5px;
        border: solid 1px #7a7a7a;
        padding: 0;
        margin-bottom: 15px;
        background-color: #fff;
        height: 42px;
        line-height: 40px;
    }

        .footer-gbookbox form .input-box label {
            font-size: 14px;
            color: #333;
            text-align: center;
            border-right: 1px solid #999;
            line-height: 25px;
            margin: 0;
        }

        .footer-gbookbox form .input-box input {
            flex: 1;
            border: 0;
            color: #333;
        }

    .footer-gbookbox #canvas {
        border: 0 !important;
    }

    .footer-gbookbox .gbook-btnGroup {
        margin: 0;
        padding: 0;
    }

        .footer-gbookbox .gbook-btnGroup .submit-btn {
            margin: 0 !important;
            width: 100%;
            height: 42px;
            font-size: 16px;
            line-height: 40px;
            padding: 0;
            border: 0;
            background: #fac12c;
            color: #fff;
            border-radius: 4px;
        }

.footer-comInfo {
    margin: 0 50px;
    width: 380px;
}

    .footer-comInfo .footer-comInfo__title {
        height: 45px;
        border-bottom: 1px solid #fff;
        font-size: 22px;
        color: #fff;
    }

    .footer-comInfo .footer-comInfo__con {
        padding: 15px 0;
    }

        .footer-comInfo .footer-comInfo__con .introduce-contact-text {
            overflow: hidden;
            display: -webkit-box;
            display: -moz-box;
            -webkit-line-clamp: 7;
            -webkit-box-orient: vertical;
            font-size: 15px !important;
            line-height: 30px;
            color: #fff;
            max-height: 210px;
        }

.footer-call {
    width: 300px;
    border: 1px solid #7a7a7a;
    border-radius: 7px;
    background-color: #fff;
    min-height: 270px;
}

    .footer-call .footer-call__title {
        border-bottom: #dfdfdf solid 1px;
        color: #009a44;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        height: 45px;
        line-height: 43px;
    }

    .footer-call .footer-call__con {
        padding: 20px 30px;
    }

        .footer-call .footer-call__con p {
            font-size: 14px;
            color: #333;
            line-height: 1.5;
            margin-bottom: 10px;
        }

/* .footer-bg{background-color: #393939;}
footer .fd-msg-box .fd-pic {
    width: 156px;
    height: 153px;
    float: left;
    background: url(../../img/footer_border.png) no-repeat 0 0 / cover;
    position: relative;
    margin-right: 50px;
}
footer .fd-nav {
    border-bottom: 1px solid #fff;
}
footer .fd-nav a span{
    padding: 0 15px;
} */
.footer-menu {
    display: none
}

/* 分享 */
.shareBox {
    position: absolute;
    left: 0;
    top: 30%;
    z-index: 999;
}

.share {
    background: #457ce6;
    width: 24px;
    line-height: 1.5;
    box-sizing: content-box;
    height: 60px;
    font-size: 14px;
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.share_layer_box {
    display: none;
    width: 120px;
    background: #fff;
    border: 1px solid #dddddd;
}

    .share_layer_box h3 {
        display: block;
        width: 100%;
        height: 32px;
        line-height: 32px;
        margin: 0;
        border-bottom: 1px solid #dddddd;
        background-color: #457ce6;
        color: #ffffff;
    }

        .share_layer_box h3 .text {
            padding-left: 10px;
            float: left;
            font-size: 14px;
            font-weight: bold;
            display: block;
        }

        .share_layer_box h3 .close {
            display: block;
            width: 16px;
            height: 16px;
            background: url(../../img/close.png) 0 0 no-repeat;
            float: right;
            cursor: pointer;
            margin: 8px 10px 0 0;
        }
    /*.share_layer_box h3 .close:hover {background-position: 0 -16px;}*/
    .share_layer_box .layer_content {
        display: block;
        width: 100%;
        height: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0;
        position: relative;
    }
/*Share*/
#Share {
    text-align: justify;
}

    #Share ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #Share ul li {
            display: block;
            height: 16px;
            margin-left: 5px;
            margin-right: 5px;
            cursor: pointer;
            position: relative;
        }

            #Share ul li a {
                display: block;
                height: 16px;
                margin-left: 11px;
                margin-top: 12px;
                font-size: 12px;
            }

                #Share ul li a.share-qq {
                    background: url(../../img/shareIcon02.png) no-repeat 0 -52px;
                    padding-left: 20px;
                }

                #Share ul li a.share-xl-weiBo {
                    background: url(../../img/shareIcon02.png) no-repeat 0 -104px;
                    padding-left: 20px;
                }

                #Share ul li a.share-people {
                    background: url(../../img/shareIcon02.png) no-repeat 0 -208px;
                    padding-left: 20px;
                }

                #Share ul li a.share-tx-weiBo {
                    background: url(../../img/shareIcon02.png) no-repeat 0 -260px;
                    padding-left: 20px;
                }

                #Share ul li a.share-tx-weChat {
                    background: url(../../img/shareIcon02.png) no-repeat 0 -1612px;
                    padding-left: 20px;
                }

.towdimcodelayer {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 10000;
    margin-top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.js-transition {
    transition: margin-top .15s ease, opacity .12s linear;
    -webkit-transition: margin-top .15s ease, opacity .12s linear;
    -moz-transition: margin-top .18s ease, opacity .15s linear;
    -ms-transition: margin-top .15s ease, opacity .12s linear;
    -o-transition: margin-top .15s ease, opacity .12s linear;
}

.towdimcodelayer .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    _display: none;
}

.towdimcodelayer .js-arrow-up {
    left: 72px;
    top: -15px;
    border-color: transparent transparent #62d397 transparent;
}

.towdimcodelayer .js-arrow-down {
    left: 72px;
    bottom: -15px;
    border-color: transparent transparent #62d397 transparent;
}

.towdimcodelayer .layerbd {
    width: 150px;
    height: 150px;
    text-align: center;
    display: inline-block;
    box-shadow: 0 1px 3px #000;
    -webkit-box-shadow: 0 1px 3px #000;
    -moz-box-shadow: 0 1px 3px #000;
    -o-box-shadow: 0 1px 3px #000;
}

.towdimcodelayer .codebg {
    width: 100px;
    height: 100px;
    margin: auto;
    margin-top: 15px;
    background: #fff;
}

    .towdimcodelayer .codebg img {
        width: 100px;
        height: 100px;
    }

.towdimcodelayer .codettl {
    height: 22px;
    line-height: 22px;
    margin-top: 5px;
    color: #191919;
    font-size: 12px;
}

.js-show-up {
    margin-top: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.js-show-down {
    margin-top: -15px;
    opacity: 1;
    filter: alpha(opacity=100);
}


/* 免费拨打 */

.telPhone__mobil--box {
    display: none;
}

.telPhone__mobil--box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 9999;
}

.telPhone__mobil {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 310px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}

    .telPhone__mobil .close {
        position: absolute;
        right: -10px;
        top: -10px;
    }

    .telPhone__mobil h3 {
        margin: 0;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        padding: 5px 0 15px;
        border-bottom: 1px solid #999;
    }

.telPhone__mobil--form .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

    .telPhone__mobil--form .form-group input {
        flex: 1;
        padding: 0 8px;
        margin-right: 10px;
        border: 1px solid #999;
        line-height: 35px;
        border-radius: 5px;
    }
        .telPhone__mobil--form .form-group input::placeholder {
            color: #999;
            font-size: 12px;
        }
.telPhone__mobil--form .number__btn--box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .telPhone__mobil--form .number__btn--box .number-item {
        width: calc(33.3333% - 16px);
        margin-right: 24px;
        border: 1px solid #999;
        border-radius: 5px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        color: #666;
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
    }

        .telPhone__mobil--form .number__btn--box .number-item:nth-of-type(3n) {
            margin-right: 0;
        }

.telPhone__mobil--form .telPhone__mobil--btn {
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 35px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    background-color: #0c79de;
}

.form-success-btn {
    display: none;
    margin-top: 20px;
    width: 100%;
    padding: 8px 15px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    background-color: #0c79de;
}


.telPhone__pc--padding,
.telPhone__pc--success,
.telPhone__pc--formbox {
    height: 0;
    overflow: hidden;
    transition: all .4s;
}

    .telPhone__pc--padding.active,
    .telPhone__pc--success.active,
    .telPhone__pc--formbox.active {
        height: auto;
    }

.telPhone__pc .back__form {
    cursor: pointer;
}

.telPhone__pc {
    position: absolute;
    width: 270px;
    right: 106px;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    max-width: initial;
    padding: 0 20px;
    display: none;
}

    .telPhone__pc .telPhone__pc--box {
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgb(0 0 0 / 40%);
        background: #fff;
    }

    .telPhone__pc .telPhone__pc--form {
        padding: 10px;
    }

        .telPhone__pc .telPhone__pc--form .form-group {
            width: 100%;
            display: flex;
        }

        .telPhone__pc .telPhone__pc--form #ContactMb {
            width: 100%;
            border: 1px solid #0c79de;
            border-radius: 5px;
            line-height: 37px;
            height: 37px;
            padding: 0 10px;
            margin-bottom: 15px;
        }

        .telPhone__pc .telPhone__pc--form .telPhone__pc--btn {
            display: block;
            width: 100%;
            border: 0;
            background: #0c79de;
            color: #fff;
            height: 35px;
            border-radius: 20px;
        }

.telPhone__pc--divider {
    margin: 15px 0 10px;
    border-top: 1px dashed #999;
}

.telPhone__pc--text {
    padding: 5px 10px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
}

.telPhone__success--text p span,
.telPhone__pc--textItem span {
    color: #0c79de;
}

.telPhone__pc--text .telPhone__pc--textItem:nth-of-type(2) {
    margin-top: 10px;
}


/* 响应式开始 */
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1280px) {
    .w1200 {
        width: 94%;
        max-width: 94%;
    }

    .footer-gbookbox {
        width: 35%;
    }

    .footer-comInfo {
        margin: 0 3%;
        width: 31%;
    }

    .footer-call {
        width: 28%;
    }


    .i-prod-row .i-pro-box {
        padding-bottom: 0;
    }

    .innerPage-title .innerPage-title__h3 {
        font-size: 24px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1024px) {

    .i-prod-row .i-pro-box li .i-pro-title {
        font-size: 16px;
    }

    .footer-comInfo .footer-comInfo__con .introduce-contact-text {
        -webkit-line-clamp: 8;
        font-size: 14px !important;
        max-height: 240px;
    }

    .keywords h1 {
        margin-top: 15px;
    }



    .introduce-map-infos {
        padding: 0 10px;
    }

    .view-remark-box {
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.5;
    }

    .prod-list-box li {
        width: calc(33.3333% - 10px);
        margin-right: 15px;
        padding-bottom: 0;
    }

        .prod-list-box li h3 {
            font-size: 14px;
        }

    .main-right-view-row {
        width: calc(100% - 270px);
        padding-right: 10px;
    }

    .supply-list-box li {
        width: 33.333%;
        padding: 0 10px;
    }

    .supply-list-row li a div {
        max-width: 100%;
        width: 100%;
    }

    .main-right-view-row {
        width: calc(100% - 270px);
        padding-right: 10px;
    }

    .cilck_btn-box > img {
        width: 216px;
        height: 194px;
    }

    .cilck_btn-row {
        position: fixed;
        display: none;
        top: 0;
        bottom: 0;
        width: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 99999;
    }

    .cilck_btn-box {
        position: relative;
    }

    .close-btn {
        position: absolute;
        right: 10px;
        top: 10px;
    }

        .close-btn img {
            width: 18px;
            height: 18px;
        }

    .cilck_btn-box {
        width: 275px;
        height: 400px;
        background-color: #ffffff;
        border-radius: 8px;
    }

    .gogbook-btn {
        width: 180px;
        height: 40px;
        background-color: #104492;
        border-radius: 3px;
        line-height: 40px
    }

    .index-gbook-row .input-box label {
        width: 120px !important;
    }

    .i-bottomBox-row .index-gbook-row .layui-btn {
        display: block;
        width: 100% !important;
    }

    .introduce-information-box .introduce-left-box {
        width: 40%;
    }

    .introduce-information-box .introduce-right-box {
        width: 60%;
    }

    .titleAnimation {
        margin: 20px 0;
    }

    .pageMain-box {
        padding: 40px 0;
    }
}



@media screen and (max-width: 920px) {
    .header-left {
        padding: 10px 0;
        position: relative;
    }

    .i-prod-row .i-pro-left {
        display: none;
    }

    .i-news-row li .text .i-new-time {
        width: 60px;
    }

    .footer-comInfo {
        display: none;
    }

    .footer-gbookbox {
        width: 50%;
    }

    .footer-call {
        width: 40%;
    }

    .u-foot-server-tit {
        font-size: 24px;
    }


    .main-sort {
        border: none;
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

        .main-sort .classify-text {
            border-bottom: none;
            margin: 0;
            font-size: 18px;
            padding: 0px 20px;
            line-height: 45px;
            background-color: #009a44;
            color: #fff;
            display: inline-block;
            float: left;
        }

        .main-sort ul li {
            font-size: 16px;
            line-height: 45px;
            border-bottom: none;
            float: left;
            padding: 0 20px;
            border-left: 1px solid #fff;
        }

    .album-main-sort {
        min-height: auto;
    }

    .album-innerPage-right {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 820px) {
    .yincang {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 2%;
        display: block !important;
        width: 30px;
        height: 30px;
        background: center center no-repeat transparent;
    }

        .yincang .menuBtn {
            position: relative;
            width: 30px;
            height: 30px;
            transition: transform .4s cubic-bezier(.4,.01,.165,.99);
            transform: translateZ(0) rotate(0);
            top: 0px;
        }

            .yincang .menuBtn em {
                display: block;
                height: 4px;
                border-radius: 2px;
                background-color: #000;
                margin: 5px 0 7px;
            }

    header nav.flex_box {
        display: none;
        width: 220px;
        position: absolute;
        right: 2px;
        top: 70px;
        background: #fff;
        border: 1px solid #ccc;
        flex-wrap: wrap;
    }

        header nav.flex_box span {
            display: none;
        }

    nav a {
        padding: 0 5px;
        width: 100%;
        display: block;
        text-align: center;
        line-height: 45px;
        border-bottom: 1px solid #ccc;
        color: #333;
    }

        nav a:last-child {
            border-bottom: none;
        }

    .header-left .tel {
        position: relative;
        padding-left: 55px;
        margin-right: 60px;
    }

        .header-left .tel b {
            width: 40px;
            height: 40px;
        }

        .header-left .tel p {
            font-size: 14px;
        }

            .header-left .tel p span {
                font-size: 24px;
                line-height: 26px;
            }
}

@media screen and (max-width: 768px) {
    .album-main-sort {
        width: 100%;
        display: block;
        min-height: 50px;
        margin-bottom: 20px;
        float: none;
    }

        .album-main-sort .pro-nav-tit {
            height: 45px;
            width: 220px;
            line-height: 45px;
            color: #fff;
            text-align: center;
            border-radius: 30px 0;
            margin-bottom: 10px;
        }

            .album-main-sort .pro-nav-tit .pro-nav-p2 {
                display: none;
            }

            .album-main-sort .pro-nav-tit .pro-nav-p1 {
                font-size: 16px;
                padding-top: 0;
            }

        .album-main-sort ul {
            background: none;
            border: 0;
        }

            .album-main-sort ul li {
                height: 45px;
                width: calc(50% - 3px);
                margin-right: 6px;
                margin-bottom: 5px;
                float: left;
                background: #363e45;
                line-height: 45px;
                text-align: center;
                border: 0;
                border-radius: 5px;
                padding-left: 0;
            }

                .album-main-sort ul li:nth-of-type(even) {
                    margin-right: 0;
                }

        .album-main-sort li {
            display: inline-block;
        }

    .album-innerPage-right {
        width: 100%;
        float: none;
    }

    .pageBody-box {
        padding: 15px 0 20px;
    }

    .index-title .h2_title,
    .index-title h3,
    .index-title .p_title {
        font-size: 28px;
    }

        .index-title .h2_title i {
            width: 150px;
        }

    .innerPage-title {
        width: 94%;
    }

    .innerPage-title {
        height: 40px;
    }

    .i-news-row li .text .i-new-time span {
        font-size: 22px;
        line-height: 1;
    }

        .i-news-row li .text .i-new-time span:last-child {
            margin-top: 10px;
        }

    .innerPage-title .innerPage-title__h3 {
        height: 40px;
        line-height: 40px;
        font-size: 22px;
    }

    .indexMain-box {
        padding: 40px 0;
    }

    .i-news-row li h5 {
        font-size: 16px;
    }

    .i-prod-row .i-pro-box li .i-pro-title {
        font-size: 14px;
    }

    .u-foot-server-tit > div {
        width: 100px;
        height: 2px;
    }

    .u-foot-server-tit {
        font-size: 22px;
        padding: 10px 0;
    }

    .cilck_btn-row {
        display: flex
    }

    .logo-row img {
        width: auto;
    }


    .i-news-row li {
        width: 100%
    }

    .introduce-information-box li.liw-50 {
        width: 100%;
    }

    .contact-contact-map {
        width: 100%;
        text-align: center;
    }

    .contact-contact-info {
        width: 100%;
    }

    .contact-contact-infor {
        width: 100%;
        padding: 20px !important;
        margin: 0 auto;
    }

    .contact-contact-row > .w1200 > .flex_box {
        flex-wrap: wrap;
        padding: 0 !important;
    }

    .contact-contact-map div#allmap {
        margin: 0 auto;
    }

    .introduce-information-img {
        display: none;
    }

    .introduce-information-infos-box {
        margin-left: 0;
    }

    .introduce-information-title {
        width: 100%;
    }

    .prod-list-box li {
        width: calc(33.33% - 10px);
        margin-right: 15px;
        margin-bottom: 15px;
    }

        .prod-list-box li:nth-of-type(4n) {
            margin-right: 15px;
        }

        .prod-list-box li:nth-of-type(3n) {
            margin-right: 0;
        }

        .prod-list-box li p {
            font-size: 14px !important;
        }

    .supply-list-box li {
        width: 50%;
    }

    /* .main-sort {
    width: 100%;
    display: block;
    min-height: 50px;
    margin-bottom: 20px;
    float: none;
}

.main-sort ul {
    background: none;
    border: 0;
}
.main-sort ul li {
    height: 45px;
    width: calc(50% - 3px);
    margin-right: 6px;
    margin-bottom: 5px;
    float: left;
    background: #363e45;
    line-height: 45px;
    text-align: center;
    border: 0;
    border-radius: 5px;
    padding-left: 0;
}
.main-sort ul li:nth-of-type(even) {
    margin-right: 0;
} */
    /* .main-list-row {
    width: 100%;
    margin-top: 20px;
} */
    .prod-list-box li .pro-desInfos {
        padding: 10px;
    }

    .main-sort {
        margin-bottom: 20px;
    }

        .main-sort .classify-text {
            height: 35px;
            line-height: 35px;
        }

        .main-sort ul li {
            line-height: 35px;
        }



        .main-sort li {
            display: inline-block;
        }

    .main-right-view-row {
        width: 100%
    }

    .introduce-information-box {
        flex-wrap: wrap;
    }

        .introduce-information-box .introduce-right-box,
        .introduce-information-box .introduce-left-box {
            width: 100%;
        }

            .introduce-information-box .introduce-left-box li span,
            .introduce-information-box .introduce-right-box li span {
                display: block;
                width: auto;
            }

    .tp-bullets {
        text-align: center;
    }

        .tp-bullets.simplebullets.round .bullet {
            display: inline-block !important;
            width: 100px !important;
            height: 5px !important;
            float: none !important;
        }

    .news-infos-box .text-size-16px {
        font-size: 14px !important;
    }

    .i-bottomBox-row .i-contact-row {
        display: none;
    }

    .i-bottomBox-row .i-news-row {
        width: 100%;
        float: none;
    }

    .i-prod-row .i-pro-box li {
        width: 33.3333%;
    }

    .innerPage-right {
        width: 100%;
        float: none;
    }

    .consultPage-box-pic {
        width: 100%;
        text-align: center;
        margin-bottom: 35px;
    }

        .consultPage-box-pic img {
            width: 240px;
        }

    .news-list-box li .text h5 {
        font-size: 16px;
        font-weight: inherit;
        margin-bottom: 5px;
    }

    .news-list-box li .news-pic {
        width: 160px;
        margin-right: 15px;
    }

    .news-list-box li .text .news-desc {
        line-height: 1.4;
    }

    .news-list-box li .text .news-time {
        font-size: 14px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 680px) {


    .i-prod-row .i-pro-box {
        margin-left: -10px;
    }

    .keywords span {
        height: 35px;
        line-height: 35px;
    }

    .keywords h1 {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 10px;
    }

    .footer-gbookbox {
        width: 100%;
    }

    .footer-call {
        width: 100%;
        margin-top: 20px;
        min-height: auto;
    }

    .u-foot-server-tit {
        font-size: 19px;
    }


    .introduce-information-box li {
        float: left;
        flex-wrap: wrap;
    }

        .introduce-information-box li span {
            justify-content: flex-start;
            width: 100%;
            padding-left: 20px;
        }

        .introduce-information-box li p {
            flex: 1;
            width: 100%;
        }

    .index-more a {
        height: 35px;
        font-size: 14px;
        line-height: 35px;
    }

    .news-list-box li .text h5 {
        font-size: 14px;
    }

    .news-list-box li .text .news-desc,
    .news-list-box li .text .news-time {
        font-size: 12px;
    }
}

@media screen and (max-width: 530px) {
    .brand-logo {
        width: 70px;
    }

    .recommend-text {
        display: none;
    }

    .recommend-company {
        font-size: 14px;
    }

    .recommend-desc > a {
        display: none;
    }

    .recommend-desc span {
        font-size: 12px;
        margin-left: 10px !important;
    }
}

@media screen and (max-width: 480px) {
    footer {
        margin-bottom: 50px;
    }

    .footer-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        border-top: 1px solid #e6e6e6;
        background: #fff;
        z-index: 999999;
        font-size: 13px;
    }

        .footer-menu a {
            position: relative
        }

            .footer-menu a:before {
                content: " ";
                display: block;
                position: absolute;
                width: 1px;
                height: 27px;
                background-color: #d9d9d9;
                right: 0;
                top: 7px;
            }

            .footer-menu a:last-child:before {
                display: none
            }

        .footer-menu span {
            line-height: 1;
            padding-top: 5px;
        }

        .footer-menu img {
            height: 24px
        }

    .footer-menu {
        display: flex
    }

    .index-title .h2_title, .index-title h3, .index-title .p_title {
        font-size: 22px;
    }

        .index-title .h2_title i {
            width: 90px;
        }

    .i-about-img {
        display: none;
    }

    .i-news-row li {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .i-bottomBox-row .i-news-row ul li p {
        width: 310px;
    }

    .i-news-img {
        width: 100%;
        text-align: center
    }

    .i-news-infos {
        line-height: 1.5
    }

        .i-news-infos div, .i-news-infos p {
            height: auto;
            line-height: 1.5;
        }

    .i-prod-row .i-pro-box li {
        width: 50%;
    }

    .introduce-map-infos div {
        flex-wrap: wrap;
        width: 100%;
        padding: 10px 0;
    }

    .introduce-map-infos {
        flex-wrap: wrap;
    }

    .introduce-information-title {
        width: 100%;
        margin-left: 0;
        padding-left: 10px;
    }

    .view-title-box h3 {
        padding: 0 10px;
        font-size: 18px;
    }

    .pc-toolbar__pop {
        width: 90%;
    }

    .Subtitle-title .spanh3 {
        font-size: 20px;
    }

    .i-bottomBox-row .i-news-row ul li p {
        font-size: 14px;
    }

    .prod-list-box li {
        width: calc(50% - 7px);
        margin-right: 14px;
        margin-bottom: 15px;
    }

        .prod-list-box li:nth-of-type(4n) {
            margin-right: 14px;
        }

        .prod-list-box li:nth-of-type(3n) {
            margin-right: 14px;
        }

        .prod-list-box li:nth-of-type(2n) {
            margin-right: 0;
        }

    .main-row.padding-top-50px {
        padding-top: 20px !important;
    }

    .titleAnimation {
        margin: 10px 0;
    }

    .header-left .logo {
        height: 40px;
        line-height: 40px;
    }




    .prenext-row font {
        width: calc(100% - 60px);
    }

    .i-news-row li h5 {
        font-size: 14px;
    }

    .i-news-row li em {
        font-size: 12px;
        margin-top: 3px;
    }

    .news-list-box li .news-pic {
        width: 130px;
    }

    .i-news-row li .text .i-new-time {
        width: 50px;
    }

    .i-news-row li > a {
        height: 180px;
        line-height: 180px;
    }

    .i-news-row li .text .i-new-time span {
        font-size: 18px;
        line-height: 23px;
    }

        .i-news-row li .text .i-new-time span:last-child {
            margin-top: 5px;
            font-size: 16px;
        }

    .header-left .tel {
        position: relative;
        padding-left: 40px;
        margin-right: 40px;
    }

        .header-left .tel b {
            width: 30px;
            height: 30px;
        }

        .header-left .tel p span {
            font-size: 18px;
            line-height: 20px;
        }

    .main-sort .classify-text {
        padding: 0 15px;
        font-size: 16px;
    }

    .main-sort ul li {
        padding: 0 15px;
    }

    .sm-show {
        display: block;
    }

    /* 免费拨打 */
    .telPhone__pc {
        display: none !important;
    }

}

@media screen and (max-width: 425px) {

    .i-bottomBox-row .i-news-row ul li p {
        width: 100%;
    }

    .i-bottomBox-row .i-news-row ul li span {
        display: none;
    }

    .indexMain-box {
        padding: 30px 0;
    }

    .padding-top-30px {
        padding-top: 20px !important;
    }

    .consultPage-box-pic img {
        width: 180px;
    }

    .header-row .header-welcome {
        display: none;
    }

    .u-foot-server-tit {
        font-size: 18px;
    }

    .yp-gbook-row .input-box {
        flex-wrap: wrap;
    }

        .yp-gbook-row .input-box label {
            width: 100%;
        }

    .gbook-btnGroup button, .gbook-btnGroup input {
        font-size: 16px;
    }

    .contact-contact-infor .text-size-24px {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 380px) {
    .u-foot-server-tit {
        font-size: 16px;
    }
}

@media screen and (max-width: 340px) {
}
