﻿@charset "utf-8";

:root {
    --swiper-theme-color: rgb(237, 46, 92) !important;
}

/*返回名片*/
.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;
}

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

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

.recommend-company {
    color: rgb(237, 46, 92);
    font-weight: 700;
    font-size: 17px;
}

.header-nav {
    position: relative;
}

nav a {
    display: block;
    font-size: 16px;
    padding: 0 25px;
    color: #333;
    position: relative;
    transition: all .4s;
}

    nav a.nav_on, nav a:hover {
        color: rgb(237, 46, 92);
        font-weight: bold;
    }

.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: rgb(237, 46, 92);
        left: 10px;
        top: 3px;
    }

.sm-show {
    display: none;
}

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

.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-banner {
    position: relative;
}

.nav-box {
    overflow: hidden;
}

.banner-main {
    perspective: 200px;
    overflow: hidden;
    background: #000;
}

.banner-warp {
    float: left;
    transform-style: preserve-3d;
    perspective: 200px;
    transition: transform .1s;
    box-sizing: border-box;
}

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

.swiper-pagination-bullet {
    width: 17px !important;
    height: 17px !important;
    margin: 0 5px;
    background: #fff !important;
    opacity: .7 !important;
    border: 1px solid #333;
}

.swiper-pagination-bullet-active {
    background: rgb(237, 46, 92) !important;
    opacity: 1 !important;
    border: 1px solid #E5E5E5;
}
/* 首页标题 */
.indexTit {
    text-align: center;
    margin-bottom: 30px;
}

    .indexTit .tit {
        display: block;
        font-size: 30px;
        font-weight: bold;
        color: #333;
        line-height: 40px;
    }

    .indexTit .subtit {
        font-size: 18px;
        color: #666;
        line-height: 18px;
        font-weight: normal;
        text-align: left;
        padding-bottom: 5px;
    }
/* 内页标题 */

.innerTit {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

/* 首页更多 */



/* 侧边留言 */
.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;
        }
/* 首页ad */
.index-ad {
    width: 100%;
    height: 300px;
}

    .index-ad .index-ad__bpx {
        height: 100%;
        background: url(/UIFile/temp12/img/index-ad.jpg) no-repeat right center / cover;
    }
/* 首页ad结束 */
/* 首页推荐产品 */
.i-case-right {
    width: 100%;
    float: left;
}

    .i-case-right ul {
        overflow: hidden;
        margin-left: -20px;
        max-width: 1220px;
    }

        .i-case-right ul li {
            width: 25%;
            float: left;
            position: relative;
            margin-bottom: 20px;
        }

            .i-case-right ul li .i-case-item {
                margin-left: 20px;
            }

            .i-case-right ul li .i-case-img {
                overflow: hidden;
                position: relative;
                padding-top: 100%;
            }

        .i-case-right ul .case-first img {
            opacity: 0;
        }

        .i-case-right ul .case-first .case-first-title {
            position: absolute;
            height: 50%;
            width: 100%;
            padding-top: 10%;
            top: 0;
            border-bottom: 2px solid #ccc;
        }

            .i-case-right ul .case-first .case-first-title h3 {
                font-size: 30px;
                color: #333;
                font-weight: bold;
                line-height: 40px;
                margin-bottom: 10px;
            }

            .i-case-right ul .case-first .case-first-title p {
                font-size: 18px;
                color: #999;
            }

        .i-case-right ul .case-first .case-first-link {
            position: absolute;
            bottom: 25%;
        }

.index-more {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: rgb(237, 46, 92);
}

    .index-more img {
        padding-left: 5px;
        vertical-align: middle;
        opacity: 1 !important;
        width: 24px !important;
    }

.i-case-box ul li img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
}

.i-case-box ul li .i-case-title {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: rgba(0, 0, 0, .5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
}

.i-case-box ul li:hover .i-case-title {
    opacity: 1;
}



/*首页产品*/
.i-pro-classify ul {
    text-align: center;
}

    .i-pro-classify ul li {
        margin-right: 20px;
        margin-bottom: 10px;
        display: inline-block;
    }

        .i-pro-classify ul li a {
            display: inline-block;
            color: #333;
            font-size: 16px;
            line-height: 28px;
            transition: all .5s;
        }

        .i-pro-classify ul li:last-child a {
            color: rgb(237, 46, 92);
        }

        .index-more a:hover,
        .i-pro-classify ul li a:hover {
            color: rgb(237, 46, 92);
            font-weight: bold;
        }

.i-pro-box {
    margin-left: -20px;
    padding-bottom: 28px;
    overflow: hidden;
    max-width: 1220px;
}

    .i-pro-box li {
        float: left;
        width: 25%;
    }

        .i-pro-box li a {
            display: block;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            margin: 20px 0 0 20px;
            position: relative;
        }

        .i-pro-box li .i-pro-img {
            overflow: hidden;
            position: relative;
            background-color: #fff;
            padding-top: 75%;
        }

            .i-pro-box li .i-pro-img::after {
                content: '';
                background: rgba(0, 0, 0, .7) url(../../img/fangda.png) no-repeat center;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                z-index: 2;
                opacity: 0;
                transition: all .4s;
            }

            .i-pro-box li .i-pro-img:hover::after {
                opacity: 1;
            }

            .i-pro-box li .i-pro-img img {
                max-width: 100%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                max-height: 100%;
                transition: all .3s;
            }

        .i-pro-box li .i-pro-price,
        .i-pro-box li .i-pro-title {
            font-size: 16px;
            overflow: hidden;
            width: 100%;
            color: #333;
            padding: 0 10px;
            text-align: center;
            transition: all 0.4s;
            height: 50px;
            line-height: 50px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .i-pro-box li .i-pro-title {
            margin-top: 5px;
        }

        .i-pro-box li .i-pro-price {
            font-size: 18px;
            font-weight: bold;
            color: rgb(237, 46, 92);
            line-height: 1;
            height: auto;
        }



/* 首页关于我们 */
.i-aboutMain {
    background: url(../../img/in-about1.jpg) no-repeat center / cover;
    padding: 120px 0;
}

.i-aboutBox {
    overflow: hidden;
    max-width: 1200px;
    width: 70%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
    padding: 40px 50px;
}

.i-aboutMain .aboutText {
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
}

.i-aboutMain .aboutImg {
    text-align: center;
}

.i-aboutMain .about-desc {
    font-size: 15px;
    text-indent: 2em;
    line-height: 2;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    max-height: 180px;
}

/*首页新闻*/
.i-news-top .fr a {
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
    color: rgb(237, 46, 92);
}

.i-news-list {
    margin-left: -40px;
    max-width: 1240px;
}

    .i-news-list li {
        float: left;
        width: 33.3333%;
    }

        .i-news-list li .i-news-item {
            margin-left: 40px;
        }

        .i-news-list li .i-news-pic {
            margin-bottom: 30px;
        }

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

        .i-news-list li .i-newsTime {
            margin-bottom: 20px;
            font-size: 14px;
            color: #999;
        }

        .i-news-list li .i-news-title {
            font-size: 17px;
            color: #333;
            line-height: 1.5;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-bottom: 20px;
        }

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

        .i-news-list li:hover .i-news-title {
            color: rgb(237, 46, 92);
        }


/* 首页留言 */
.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 {
    width: 260px;
    float: left;
    padding: 26px 0 15px;
    background: rgb(237, 46, 92);
    margin-right: 40px;
}

    .main-sort .classify-text {
        width: 100%;
        text-align: center;
        line-height: 40px;
        font-size: 40px;
        font-weight: bold;
        padding: 15px 0 20px 0;
        position: relative;
        margin-bottom: 20px;
        color: #fff;
        background: url(../../img/lefttitbg.png) no-repeat center bottom;
    }

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

        .main-sort .main-sort-classifyBox ul li {
            margin-bottom: 10px;
            text-align: center;
        }

            .main-sort .main-sort-classifyBox ul li a {
                font-size: 16px;
                line-height: 43px;
                color: #fff;
                border: 1px solid #fff;
            }

            .main-sort .main-sort-classifyBox ul li:hover a {
                color: rgb(237, 46, 92);
                background-color: #fff;
            }

    .main-sort .main-sort-proBox .classify-text {
        font-size: 30px;
    }

    .main-sort .main-sort-proBox ul {
        margin: 0 10px;
        overflow: hidden;
    }

        .main-sort .main-sort-proBox ul li {
            width: 115px;
            float: left;
            margin-bottom: 10px;
        }

            .main-sort .main-sort-proBox ul li > a > div {
                background-color: #fff;
            }

            .main-sort .main-sort-proBox ul li img {
                width: 100%;
            }

            .main-sort .main-sort-proBox ul li:nth-of-type(odd) {
                margin-right: 10px;
            }

            .main-sort .main-sort-proBox ul li h3 {
                font-size: 12px;
                line-height: 25px;
                text-align: center;
                margin-top: 5px;
                color: #fff;
            }
/* 右边部分 */
.innerPage-right {
    overflow: hidden;
}

/* 客户案例左边分类 */
.album-main-sort {
    width: 220px;
    min-height: 350px;
    position: relative;
    float: left;
    border: 0;
    padding: 0;
    background-color: none;
}

    .album-main-sort .pro-nav-tit {
        width: 220px;
        height: 121px;
        color: #fff;
        text-align: center;
        background: url(../../img/pro-title-bg.png) no-repeat rgb(237, 46, 92);
        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 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: #363e45;
    }

        .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;
}

/*内页公司介绍*/
.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 rgb(237, 46, 92);
}

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

.news-innerPage-right {
    padding: 20px;
    overflow: hidden;
}

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

    .news-list-box li .news-pic {
        width: 24%;
        float: left;
        margin-right: 5%;
        position: relative;
    }

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

    .news-list-box li .text {
        float: left;
        width: 54%;
        margin-right: 4%;
    }

        .news-list-box li .text h5 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: 400;
            font-size: 18px;
            color: #333;
            padding: 22px 0 15px;
            transition: all .5s;
        }

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

    .news-list-box li .news-time-box {
        float: left;
        width: 13%;
        color: #939aa3;
        padding-top: 25px;
    }

        .news-list-box li .news-time-box h3 {
            font-size: 34px;
            line-height: 40px;
            display: block;
        }

        .news-list-box li .news-time-box p {
            font-size: 16px;
            line-height: 25px;
        }

        .news-list-box li .news-time-box .icon {
            width: 54px;
            height: 8px;
            display: block;
            margin-top: 20px;
            vertical-align: middle;
            background: url(../../img/icon.png) no-repeat;
            background-position: -170px 0;
        }

    .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 {
        transform: translateX(20px);
    }

        .news-list-box li:hover .text h5 a {
            color: rgb(237, 46, 92);
        }



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

    .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;
    }

        .prod-list-box li > a > div.flex_box {
            overflow: hidden;
            position: relative;
            padding-top: 75%;
        }

.Album-list-box.prod-list-box li > a > div.flex_box {
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}

.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 h3 {
    font-size: 16px;
    color: #333;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
}


.prod-list-box li:hover {
    border-color: rgb(237, 46, 92);
}

    .prod-list-box li:hover > a > div img {
        transform: translate(-50%, -50%) scale(1.1);
    }

    .prod-list-box li:hover p,
    .prod-list-box li:hover h3 {
        color: rgb(237, 46, 92);
    }


/*供求*/
/* .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: rgb(237, 46, 92);
    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 {
    background: linear-gradient(315deg,#393939,#000);
    border-top: #ccc solid 1px;
    color: #fff;
}

/* .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);
}

.contact-contact-infor .text-size-24px {
    margin-bottom: 30px !important;
}

.contact-contact-infor .text-size-16px {
    font-size: 18px !important;
    line-height: 30px;
    padding-bottom: 10px !important;
    color: #e60000;
}

/* 免费拨打 */

.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) {
    .index-ad {
        height: 250px;
    }
}

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

    .index-ad {
        height: 220px;
    }

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

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

@media screen and (max-width: 1024px) {
    .index-ad {
        height: 200px;
    }

    nav a {
        padding: 0 15px;
    }

    .i-case-right ul li {
        width: 33.333%;
    }

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

    .i-aboutMain .aboutText {
        width: 100%;
    }

    .i-case-right ul .case-first .case-first-title h3 {
        font-size: 26px;
    }

    .i-case-right ul .case-first .case-first-title p {
        font-size: 16px;
        color: #999;
    }

    .index-more {
        font-size: 16px;
    }

    .indexTit .tit {
        font-size: 26px;
    }

    .indexTit .subtit {
        font-size: 16px;
    }

    /* 新闻 */
    .i-news-list {
        margin-left: -20px;
    }

        .i-news-list li .i-news-item {
            margin-left: 20px;
        }

        .i-news-list li .i-news-pic,
        .i-news-list li .i-news-title,
        .i-news-list li .i-news-desc,
        .i-news-list li .i-newsTime {
            margin-bottom: 10px;
        }

        .i-news-list li .i-news-title {
            font-size: 16px;
        }

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

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

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

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

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

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

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

    .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: rgb(237, 46, 92);
        border-radius: 3px;
        line-height: 40px
    }

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


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

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

    .news-list-box li .news-pic {
        width: 26%;
        margin-right: 3%;
    }

    .news-list-box li .text h5 {
        padding: 10px 0;
    }

    .news-list-box li:hover .text h5 {
        transform: translateX(10px);
    }

    .news-list-box li .text {
        margin-right: 3%;
    }

    .news-list-box li .news-time-box {
        width: 14%;
        padding-top: 10px;
    }

        .news-list-box li .news-time-box h3 {
            font-size: 26px;
            line-height: 30px;
        }

        .news-list-box li .news-time-box .icon {
            width: 40px;
            background-position: -184px 0;
        }
}



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

    .index-ad {
        height: 180px;
    }

        .index-ad .index-ad__bpx {
            background: url(/UIFile/temp12/img/index-ad.jpg) no-repeat -220px center / cover;
        }

    .yincang {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0%;
        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;
        z-index: 9999;
        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;
        }


    .news-innerPage-right {
        padding: 0;
        overflow: visible;
    }

    .main-sort {
        width: 100%;
        float: none;
        padding: 10px 0 10px;
        background: rgb(237, 46, 92);
        margin-right: 0;
        margin-bottom: 30px;
    }

        .main-sort .classify-text {
            width: 100%;
            text-align: center;
            line-height: 1.5;
            font-size: 22px;
            font-weight: bold;
            padding: 0px 0 15px 0;
            position: relative;
            margin-bottom: 15px;
            color: #fff;
            background: url(../../img/lefttitbg.png) no-repeat center bottom;
        }

        .main-sort .main-sort-proBox .classify-text {
            font-size: 22px;
        }

        .main-sort .main-sort-classifyBox ul {
            margin-bottom: 10px;
        }

            .main-sort .main-sort-classifyBox ul li {
                margin-bottom: 10px;
                text-align: center;
                display: inline-block;
            }

                .main-sort .main-sort-classifyBox ul li a {
                    font-size: 14px;
                    line-height: 30px;
                    padding: 0 35px;
                    color: #fff;
                    border: 1px solid #fff;
                    margin-right: 10px;
                    border-radius: 7px;
                }

        .main-sort .main-sort-proBox ul {
            margin: 0 10px;
            overflow: hidden;
        }

            .main-sort .main-sort-proBox ul li {
                width: 15%;
            }

            .main-sort .main-sort-proBox ul li {
                margin-right: 2% !important;
            }

                .main-sort .main-sort-proBox ul li:last-child {
                    margin-right: 0 !important;
                }

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

@media screen and (max-width: 768px) {
    .indexTit .tit,
    .i-case-right ul .case-first .case-first-title h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .indexTit {
        margin-bottom: 20px;
    }

    .i-aboutBox {
        width: 80%;
        padding: 5%;
    }

    .innerPage-title {
        width: 94%;
    }

    .innerPage-title {
        height: 40px;
    }

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

    .main-sort .classify-text,
    .main-sort .main-sort-proBox .classify-text {
        font-size: 20px;
    }

    .main-sort .main-sort-proBox ul li {
        width: 23.5%;
    }

    .main-sort .main-sort-proBox ul li {
        margin-right: 2% !important;
    }

        .main-sort .main-sort-proBox ul li:last-child {
            margin-right: auto !important;
        }

        .main-sort .main-sort-proBox ul li:nth-of-type(4n) {
            margin-right: 0% !important;
        }

    .i-swiperPro-box li .i-swiperPro-title {
        font-size: 14px;
    }

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

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

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

    .i-news-top .fr a {
        font-size: 16px;
    }

    .cilck_btn-row {
        display: flex
    }

    .logo-row img {
        width: auto;
    }

    .in-rpo-swiper .swiper-button-black {
        opacity: 1;
        filter: alpha(opacity=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-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-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;
    }

    .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;
    }

    .innerPage-container .w1200.margin-top-30px {
        margin-top: 0 !important;
    }
}

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

    .index-ad {
        height: 150px;
    }

        .index-ad .index-ad__bpx {
            background: url(/UIFile/temp12/img/index-ad.jpg) no-repeat -180px center / cover;
        }

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

    .i-case-right ul li {
        width: 50%;
    }

    .i-news-list li {
        width: 50%;
        margin-bottom: 20px;
    }

    .i-pro-box li .i-pro-price {
        font-size: 16px;
    }

    .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%;
        }

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

    .news-list-box li .text {
        float: none;
        width: auto;
        margin-right: 0;
        overflow: hidden;
    }

    .news-list-box li .news-time-box {
        display: none;
    }
}

@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
    }

    .indexTit .tit {
        font-size: 20px;
        line-height: 30px;
    }

    .index-ad {
        height: 120px;
    }

        .index-ad .index-ad__bpx {
            background: url(/UIFile/temp12/img/index-ad.jpg) no-repeat -150px center / cover;
        }

    .i-case-right ul .case-first .case-first-title {
        padding-top: 0;
    }

        .i-case-right ul .case-first .case-first-title h3 {
            font-size: 20px;
            line-height: 25px;
            margin-bottom: 10px;
        }

    .i-pro-box li .i-pro-title {
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
    }

    .i-aboutMain .about-desc {
        font-size: 14px;
    }

    .i-aboutBox {
        width: 90%;
    }

    .i-aboutMain .aboutImg img {
        width: 80%;
    }

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

        .i-pro-box li a {
            margin: 10px 0 0 10px;
        }


    .i-news-top .fr a {
        font-size: 14px;
    }

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

    .i-news-list li .i-news-pic, .i-news-list li .i-news-title, .i-news-list li .i-news-desc, .i-news-list li .i-newsTime {
        margin-bottom: 6px;
    }

    .i-news-list li .i-news-title {
        font-size: 14px;
    }

    .i-news-list li .i-news-desc {
        font-size: 12px;
    }

    .index-more {
        font-size: 14px;
    }

    .banner-swiper-pagination {
        bottom: 10px;
    }

    .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 30px !important;
    }

    .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;
    }


    .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;
    }


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




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


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

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

    .news-list-box li .text .news-desc {
        font-size: 12px;
        line-height: 1.6;
    }

    .main-sort .main-sort-proBox ul li {
        width: 32%;
    }

    .main-sort .main-sort-proBox ul li {
        margin-right: 2% !important;
    }

        .main-sort .main-sort-proBox ul li:last-child {
            margin-right: auto !important;
        }

        .main-sort .main-sort-proBox ul li:nth-of-type(4n) {
            margin-right: 2% !important;
        }

        .main-sort .main-sort-proBox ul li:nth-of-type(3n) {
            margin-right: 0% !important;
        }

    .sm-show {
        display: block;
    }

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


}

@media screen and (max-width: 425px) {
    .index-ad {
        height: 100px;
    }

        .index-ad .index-ad__bpx {
            background: url(/UIFile/temp12/img/index-ad.jpg) no-repeat -120px center / cover;
        }

    .i-aboutMain .aboutImg {
        width: 90%;
    }

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

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

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

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


    .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;
        margin-bottom: 20px !important;
    }

    .contact-contact-infor .text-size-16px {
        font-size: 15px !important;
    }
}

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

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