﻿.bx-head.onSticky {
    background-color: #000000 !important;
}

.banner1 {
    margin-top: 84px;
    max-height: 600px;
    position: relative;
    overflow: hidden;
}

.home-banner video {
    width: 100%;
}

.home-banner .swiper-button-prev,
.home-banner .swiper-button-next {
    height: 30px;
    opacity: 0;
    transition: all linear .3s;
}

.home-banner .swiper-button-next {
    right: 30px;
}

.home-banner .swiper-button-prev {
    left: 30px;
}

.home-banner:hover .swiper-button-prev,
.home-banner:hover .swiper-button-next {
    opacity: 1;
}

.home-banner .swiper-pagination-bullet {
    background: rgba(255,255,255,0.3);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 1;
}

.home-banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px;
}

.home-banner .swiper-pagination-bullet-active {
    background: transparent;
    box-shadow: 0 0 0 2px rgba(255,255,255,1);
    position: relative;
}

    .home-banner .swiper-pagination-bullet-active:before {
        content: '';
        width: 4px;
        height: 4px;
        background: #fff;
        border-radius: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    }

.bx-nav-tow .bx-nav ul li {
    position: relative;
}

    .bx-nav-tow .bx-nav ul li .bx-nav-fd {
        position: absolute;
        width: 200px;
        top: 84px;
        left: 50%;
        margin-left: -100px;
        background: #fff;
        display: none;
    }

    .bx-nav-tow .bx-nav ul li:hover .bx-nav-fd {
        display: block;
    }

    .bx-nav-tow .bx-nav ul li .bx-nav-fd a {
        line-height: 55px;
        height: 55px;
        border-bottom: 1px solid #e8e8e8;
        font-size: 14px;
        color: #000000;
        display: block;
    }

        .bx-nav-tow .bx-nav ul li .bx-nav-fd a:hover {
            color: #ba0f0b !important;
            background-color: #f9f9f9 !important;
        }

    .bx-nav-tow .bx-nav ul li a.focus:before,
    .bx-nav-tow .bx-nav ul li a::before {
        content: '';
        width: 0;
        position: absolute;
        bottom: 0;
        height: 2px;
        background: #ba0f0b;
        left: 50%;
        transform: translateX(-50%);
        transition: all linear .3s;
    }

    .bx-nav-tow .bx-nav ul li a.focus:before {
        width: 100%;
    }

    .bx-nav-tow .bx-nav ul li:hover > a:before,
    .bx-nav-tow .bx-nav ul li > a.focus {
        width: 100% !important;
    }

.home-banner .swiper-slide {
    position: relative;
}

    .home-banner .swiper-slide .banner-text {
        position: absolute;
        left: 10%;
        top: 50%;
        z-index: 99;
        transform: translateY(-50%);
        color: #fff;
    }

        .home-banner .swiper-slide .banner-text p:first-child {
            font-size: 42px;
        }

        .home-banner .swiper-slide .banner-text h1 {
            font-size: 55px;
            margin-bottom: 20px;
        }

        .home-banner .swiper-slide .banner-text p:nth-child(3) {
            font-size: 17px;
            line-height: 27px;
        }

        .home-banner .swiper-slide .banner-text a {
            display: inline-block;
            width: 172px;
            height: 50px;
            line-height: 50px;
            background: #ba0f0b;
            color: #fff;
            font-size: 17px;
            border-radius: 40px;
            transition: all linear .3s;
            text-align: center;
            margin-top: 10px;
        }

            .home-banner .swiper-slide .banner-text a span {
                display: inline-block;
            }

            .home-banner .swiper-slide .banner-text a i {
                display: inline-block;
                opacity: 0;
                margin-left: 5px;
            }

            .home-banner .swiper-slide .banner-text a:hover {
                width: 195px;
                background: #fff;
                color: #000;
            }

                .home-banner .swiper-slide .banner-text a:hover i {
                    color: #000;
                    opacity: 1;
                }

.more {
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    padding: 7px 50px;
    border-radius: 99px;
    color: #000000;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #d3d3d3;
}

.more2 {
    background-color: #010206 !important;
    border-color: #010206;
    color: #fff;
}

.more:hover {
    background-color: #ba0f0b !important;
    border-color: #ba0f0b;
    box-shadow: 5px 5px 20px 0px rgba(186,15,11,0.47);
    color: #fff;
}

.big-title h1 {
    font-size: 42px;
    font-weight: 400;
}

.big-title h2 {
    font-size: 28px;
    font-weight: 600;
}

.bg-f2 {
    background: #f2f2f2;
}

.slick-item {
    margin: 0 15px;
}

    .slick-item a {
        display: block;
        position: relative;
        padding-right: 40px;
    }

        .slick-item a .slick-text {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: #fff;
            padding: 30px 40px;
            right: 0px;
            width: 30%;
        }

            .slick-item a .slick-text p {
                font-size: 16px;
                font-weight: bold;
                color: #999999;
            }

            .slick-item a .slick-text h1 {
                font-size: 22px;
                line-height: 1.6;
                color: #ba0f0b;
            }

            .slick-item a .slick-text span {
                letter-spacing: 5px;
                color: #000001;
            }

                .slick-item a .slick-text span i:before {
                    color: #000001;
                }

.slick-list {
    overflow: visible !important;
}

.slick-center .slick-slide {
    opacity: 0.3;
}

    .slick-center .slick-slide.slick-active {
        opacity: 1;
    }

.slick-center button {
    display: none !important;
}

body {
    overflow-x: hidden;
    width: 100%;
}

.section1 {
    width: 100%;
    overflow-x: hidden;
}

.product-swiper {
    text-align: center;
    position: relative;
}

    .product-swiper .swiper-slide {
        font-weight: 400;
        line-height: 1.6;
        font-size: 18px;
    }

        .product-swiper .swiper-slide a {
            display: block;
            position: relative;
            top: 0;
            transition: all linear 0.3s;
            width: 80%;
            margin: 0 auto;
            color: #0f0f0f;
        }

            .product-swiper .swiper-slide a:hover {
                top: -10px;
            }

    .product-swiper .swiper-button-prev {
        left: 0;
    }

    .product-swiper .swiper-button-next {
        right: 0;
    }

    .product-swiper .swiper-button-prev,
    .product-swiper .swiper-button-next {
        background: none;
    }

        .product-swiper .swiper-button-prev i,
        .product-swiper .swiper-button-next i {
            font-size: 36px;
            font-weight: bold;
        }

.col-md-10.section-ll {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
}

.bg-img {
    background-image: url(../images/bg.png) !important;
}

.opacity-0 {
    opacity: 0;
}

.col-md-2.section-lr {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    color: #fff;
}

    .col-md-2.section-lr a {
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        z-index:9;
    }
.img8465{
    width:100px;
}

.col-md-2.section-lr a i {
    position: absolute;
    font-size: 36px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

        .col-md-2.section-lr a:hover {
            background: #ba0f0b;
        }

.section-ll-text {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .section-ll-text p {
        text-align: center;
        font-size: 16px;
        margin-top: 20px;
    }

.section-rl.col-md-2 {
    left: 0;
}

.section-rr.col-md-10 {
    right: 0;
}

.news-swiper .swiper-slide a {
    border: 1px solid #ededed;
    display: block;
    padding: 20px;
}

    .news-swiper .swiper-slide a p.news-date {
        color: #a8a8a8;
        padding-bottom: 6px;
        border-bottom: 1px solid #e8e8e8;
        font-size: 12px;
    }

    .news-swiper .swiper-slide a h1 {
        font-size: 18px;
        color: #000;
        margin: 10px 0;
        font-weight: bold;
        height: 60px;
        line-height: 30px;
    }

    .news-swiper .swiper-slide a p.news-desc {
        font-size: 14px;
        color: #898989;
    }

.service-title {
    display: block;
    background-position: center center !important;
    background-size: cover !important;
   
    padding: 60px;
}

    .service-title .more {
        background: #fff !important;
        color: #000;
    }

        .service-title .more:hover {
            background: #ba0f0b !important;
            color: #fff;
        }

    .service-title .big-title {
        color: #fff;
    }

.service-list .col-md-3 a {
    display: block;
    background-size: cover;
    background-image: url(../images/bg4.jpg);
    padding-top: 32px;
    padding-bottom: 22px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.service-list .col-md-3 img {
    width: 60px;
    margin: 0 auto;
}

.service-list .col-md-3 > div {
    background: #ba0f0b;
    padding: 40px 30px 38px;
}

.service-list .col-md-3 div.pull-right {
    text-align: center;
    width: calc(100% - 60px);
    color: #fff;
}

    .service-list .col-md-3 div.pull-right h1 {
        font-size: 26px;
    }

    .service-list .col-md-3 div.pull-right p {
        font-size: 14px;
        margin-bottom: 11px;
    }

.section5-content .more {
    background-color: #ba0f0b !important;
    border-color: #ba0f0b;
    color: #fff;
}

.section5-content {

    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.footer-top {
    background: #282828;
}

    .footer-top .col-md-2 h4 {
        font-size: 17px;
        color: #ffffff;
        font-weight: 100;
        padding-bottom: 16px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(167, 167, 167, .2);
    }

    .footer-top .col-md-2 {
        padding: 0 20px;
    }

    .footer-top .row {
        margin: 0 -30px !important;
    }

    .footer-top .col-md-2 li a {
        display: inline-block;
        line-height: 25px;
        font-size: 14px;
        color: rgba(255,255,255,0.39);
        line-height: 2;
    }

    .footer-top .col-md-2 h6 {
        color: #ffffff;
        font-size: 16px;
    }

    .footer-top .col-md-2 h2 {
        font-size: 28px;
        color: #999999;
    }

    .footer-top .col-md-2 p {
        font-size: 16px;
        color: #666666;
    }

.footer-bottom {
    background-color: #191919;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .footer-bottom .col-md-9 a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
    }

        .footer-bottom .col-md-9 a span,
        .footer-bottom .col-md-9 a img {
            vertical-align: middle;
        }

    .footer-bottom .col-md-6 {
        line-height: 40px;
    }

.dhyl {
    width: 100%;
    height: 70px;
    background: #f0f0f0 !important;
}

.dhyl_lm1 ul {
    width: 70%;
    margin: 0 auto;
    height: 100%;
}

    .dhyl_lm1 ul li {
        width: 24%;
        height: 100%;
        line-height: 70px;
        text-align: center;
        display: inline-block;
    }

        .dhyl_lm1 ul li a {
            display: block;
            border-right: 1px solid #d9d9d9;
            font-size: 15px;
            color: #999;
        }

.dhyl_lm2 ul {
    width: 70%;
    margin: 0 auto;
    height: 100%;
}

    .dhyl_lm2 ul li {
        width: 32.5%;
        height: 100%;
        line-height: 70px;
        text-align: center;
        display: inline-block;
    }

        .dhyl_lm2 ul li a {
            display: block;
            border-right: 1px solid #d9d9d9;
            font-size: 15px;
            color: #999;
        }

.dhyl_lm3 ul {
    width: 70%;
    margin: 0 auto;
    height: 100%;
}

    .dhyl_lm3 ul li {
        width: 49.5%;
        height: 100%;
        line-height: 70px;
        text-align: center;
        display: inline-block;
    }

        .dhyl_lm3 ul li a {
            display: block;
            border-right: 1px solid #d9d9d9;
            font-size: 15px;
            color: #999;
        }
.dhyl_lm4 ul {
    width: 70%;
    margin: 0 auto;
    height: 100%;
}

    .dhyl_lm4 ul li {
        width: 15.5%;
        height: 100%;
        line-height: 70px;
        text-align: center;
        display: inline-block;
    }

        .dhyl_lm4 ul li a {
            display: block;
            border-right: 1px solid #d9d9d9;
            font-size: 15px;
            color: #999;
        }

.sass {
    background: #fff !important;
    color: #000 !important;
}

.ppjs {
    padding: 70px 0;
}

.ppjs_nr {
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 35px;
}

.ppgs {
    padding-top: 70px;

    background-size: 100% 100%;
    background-position: center center;
}

.bs .big-title h1,
.bs .big-title h2 {
    color: #fff !important;
}

.zljs {
    padding: 70px 0;
}

.bt h1 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 10px;
}

.bt h2 {
    font-size: 28px;
    font-weight: 600;
}

.zljs_nr {
    padding: 10px 0;
}

.zljs_a {
    width: 155px;
    height: 40px;
    background: #BA0F0B !important;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border-radius: 40px;
    margin-top: 10px;
}

    .zljs_a:hover {
        box-shadow: 5px 5px 20px 0px rgba(186,15,11,0.47);
        color: #fff;
    }

.ppwh {
    padding: 70px 0;
    background: url(../images/brand_02.jpg) no-repeat center center;
    background-position: center center;
}

.ppwh_nr ul {
    text-align: center;
    margin-top: 50px;
}

    .ppwh_nr ul li {
        width: 32.5%;
        display: inline-block;
        vertical-align: top;
        padding: 0 45px;
    }

        .ppwh_nr ul li .img {
            width: 104px;
            height: 104px;
            text-align: center;
            line-height: 104px;
            display: inline-block;
            border-radius: 50%;
            background: #fff;
            margin-bottom: 20px;
        }

        .ppwh_nr ul li h5 {
            font-size: 22px;
            color: #000;
            padding-bottom: 8px;
        }

        .ppwh_nr ul li h6 {
            font-size: 18px;
            color: #000;
            font-weight: 400;
            line-height: 1.6;
        }

        .ppwh_nr ul li p {
            font-size: 15px;
            color: #666666;
            line-height: 30px;
        }

.zxdt {
    padding: 70px 0;
}

.ceo {
    padding: 70px 0;
}

.shipin_nr {
    padding: 40px 0;
}

    .shipin_nr .fl {
        text-align: center;
    }

        .shipin_nr .fl a {
            display: inline-block;
            vertical-align: middle;
            font-size: 18px;
            font-weight: 400;
            padding-right: 5px;
            padding-left: 5px;
            margin-right: 15px;
            margin-left: 15px;
            line-height: 40px;
            border-bottom: 3px solid rgba(0,0,0,0);
            transition: all 0.05s;
        }

            .shipin_nr .fl a:hover {
                color: #BA0F0B;
            }

            .shipin_nr .fl a.cur {
                color: #000000;
                border-color: #ba0f0b;
                line-height: 40px;
            }

.b_1 ul {
    margin-top: 40px;
}

    .b_1 ul li {
        float: left;
        width: 33.3%;
        padding: 15px;
    }

        .b_1 ul li a {
            display: block;
        }

            .b_1 ul li a p {
                margin-top: 15px;
                color: #000;
                font-size: 18px;
                font-weight: 600;
                line-height: 30px;
                text-align: center;
            }

.banner_bt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    z-index: 99;
}

    .banner_bt h3 {
        font-size: 32px;
        font-weight: 600;
        color: #fff;
    }

    .banner_bt h4 {
        font-size: 42px;
        font-weight: 400;
        color: #fff;
        margin: 10px 0;
    }

.xinwen_nr {
    margin: 70px 0;
}

    .xinwen_nr ul li {
        float: left;
        width: 33.3%;
        padding: 10px;
    }

        .xinwen_nr ul li a {
            display: block;
        }

            .xinwen_nr ul li a .img {
                position: relative;
                margin-bottom: 20px;
            }

                .xinwen_nr ul li a .img .wenhao {
                    width: 100%;
                    height: 100%;
                    background: rgba(0,0,0,0.4);
                    z-index: 2;
                    position: absolute;
                    top: 0;
                    left: 0;
                    opacity: 0;
                    transition: all 0.5s;
                }

                    .xinwen_nr ul li a .img .wenhao img {
                        position: absolute;
                        top: 60%;
                        left: 50%;
                        transform: translate(-50%,-50%);
                        transition: all 0.5s;
                    }

            .xinwen_nr ul li a:hover .img .wenhao img {
                top: 50%;
            }

            .xinwen_nr ul li a:hover .img .wenhao {
                opacity: 1;
            }

            .xinwen_nr ul li a span {
                display: block;
                color: #999999;
                font-size: 12px;
                margin: 8px 0;
            }

            .xinwen_nr ul li a i {
                font-style: normal;
                color: #999999;
                font-size: 12px;
                margin-left: 20px;
            }

            .xinwen_nr ul li a h3 {
                font-size: 20px;
                color: #000;
                font-weight: 600;
                margin: 15px 0;
            }

            .xinwen_nr ul li a p {
                font-size: 14px;
                color: #919191;
            }

            .xinwen_nr ul li a h4 {
                display: inline-block;
                width: 100px;
                height: 36px;
                background: #ba0f0b;
                text-align: center;
                line-height: 36px;
                border-radius: 5px;
                color: #fff;
                font-size: 14px;
                opacity: 0.9;
            }

                .xinwen_nr ul li a h4:hover {
                    opacity: 1;
                }

.bx-side-fl {
    padding: 30px;
    background: #fff;
}

.cp .bx-side-fl h1 {
    padding: 0 10px;
    font-size: 30px;
    color: #000;
    text-align: left;
    line-height: 100% !important;
    font-weight: bold;
    background: none;
    font-size: 20px !important;
    font-weight: 700 !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid rgba(167, 167, 167, .2);
}

.cp .bx-side-fl ul {
    background: none;
    padding: 0;
}

    .cp .bx-side-fl ul li {
        margin: 5px 0;
        padding: 0;
        font-size: 16px;
        color: #000;
        border-bottom: none;
    }

        .cp .bx-side-fl ul li a {
            display: block;
            position: relative;
            color: #000 !important;
            padding: 10px;
            margin: 10px 0;
            border-bottom: 1px solid #f3f3f3;
            font-size: 16px;
            vertical-align: middle;
            line-height: 40px;
        }

        .cp .bx-side-fl ul li span {
            float: right;
            width: 40px;
            height: 40px;
            background: none;
        }

        .cp .bx-side-fl ul li a.sore_focus {
            background: #f5f5f5;
        }

        .cp .bx-side-fl ul li .div-fd a {
            display: block;
            font-size: 16px;
            color: #999999;
            padding: 2px 10px;
            border-top: none;
            margin: 10px 0;
            line-height: 25px;
        }

            .cp .bx-side-fl ul li .div-fd a.cur {
                background: #f5f5f5;
                color: #BA0F0B !important;
            }

.duihao {
    display: none;
    float: right;
}

.cp .bx-side-fl ul li .div-fd a.cur .duihao {
    display: block;
}

.cplb ul li {
    width: 25%;
    padding: 0 10px;
    float: left;
    padding-bottom: 30px;
    padding-top: 10px;
    height: 350px;
}

    .cplb ul li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 20px 16px 30px;
        background: #fff;
        text-align: center;
        border-top: 5px solid #eaeaea;
        position: relative;
    }

        .cplb ul li a p {
            font-size: 16px;
            color: #000000;
            margin-top: 15px;
            font-weight: 600;
        }

        .cplb ul li a:hover {
            margin-top: -10px;
            border-top: 5px solid #ba0f0b;
        }

            .cplb ul li a:hover span {
                display: block;
            }

        .cplb ul li a span {
            width: 60%;
            position: absolute;
            bottom: -21px;
            height: 42px;
            background: #ba0f0b;
            line-height: 42px;
            text-align: center;
            font-size: 16px;
            color: #fff;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 50px;
            display: none;
        }

            .cplb ul li a span:hover {
                box-shadow: 5px 5px 20px 0px rgba(186,15,11,0.47);
            }

            .cplb ul li a span img {
                width: 25px;
            }

.fucn_rn {
    padding: 70px 0;
}

.fucn_rnp {
    text-align: center;
    font-size: 42px;
    font-weight: 400;
}

.fucn_rnp1 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #999;
}

.fucn_rn ul {
    margin-top: 40px;
}

    .fucn_rn ul li {
        width: 33.3%;
        float: left;
        padding: 0 15px;
    }

        .fucn_rn ul li div {
            width: 100%;
            height: 100%;
            padding: 60px 40px;
            background: linear-gradient(180deg,#f4f4f4,transparent);
            text-align: center;
            border-top: 8px solid #ba0f0b;
        }

            .fucn_rn ul li div h3 {
                line-height: 1.6;
                font-size: 21px;
                margin-top: 20px;
                color: #000;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .fucn_rn ul li div p {
                font-size: 16px;
                color: #000;
                line-height: 32px;
            }

.lxwma {
    padding: 40px 0;
    background: #f4f4f4 !important
}

.lxwma1 {
    text-align: right;
}

    .lxwma1 a {
        display: inline-block;
        width: 156px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #ba0f0b !important;
        border-radius: 50px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
    }

        .lxwma1 a:hover {
            box-shadow: 5px 5px 20px 0px rgba(186,15,11,0.47);
            color: #fff;
        }

.lxwma h3 {
    font-size: 42px;
    color: #000;
    vertical-align: middle;
}

.lxwma h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    vertical-align: middle;
}

.cjwt_nr {
    padding: 70px 0;
}

    .cjwt_nr ul li {
        width: 50%;
        float: left;
        padding: 0 10px;
        margin-bottom: 20px;
    }

        .cjwt_nr ul li h2 {
            font-size: 22px;
            line-height: 35px;
            color: #111;
        }

        .cjwt_nr ul li p {
            font-size: 14px;
            color: #878787;
            margin: 10px 0;
        }

.bygj {
    padding: 70px;
}

    .bygj ul li {
        background: #f4f4f4;
        padding: 30px 60px 50px;
        margin-top: 30px;
    }

        .bygj ul li h2 {
            margin-bottom: 20px;
            color: #000;
            font-size: 22px;
            font-weight: 600;
            vertical-align: middle;
            line-height: 32px;
            height: 32px;
        }

        .bygj ul li p {
            font-size: 15px;
            color: #666;
            line-height: 35px;
        }

.lxwm {
    padding: 70px 0;
}

    .lxwm .col-lg-6 {
        padding: 17.5px !important;
    }

        .lxwm .col-lg-6 h3 {
            height: 60px;
            line-height: 60px;
            border-bottom: 1px solid #939393;
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 35px;
            color: #000;
        }

    .lxwm .lm {
        padding: 0 10px;
    }

        .lxwm .lm .input {
            margin-bottom: 10px;
        }

            .lxwm .lm .input span {
                display: block;
                font-size: 15px;
                color: #666;
            }

                .lxwm .lm .input span i {
                    color: red;
                    font-size: 14px;
                    font-style: normal;
                }

            .lxwm .lm .input input {
                width: 100%;
                height: 45px;
                line-height: 45px;
                border-radius: 2px;
                font-family: inherit;
                box-sizing: border-box;
                -webkit-appearance: none;
                border: 1px solid rgba(167, 167, 167, .4);
                font-size: 14px;
                padding: 0 12px;
                color: #939393;
            }


input:focus, textarea:focus, select:focus {
    border-color: #BA0F0B !important;
}

.lxwm .lm .input textarea {
    width: 100%;
    height: 160px;
    border: 1px solid rgba(167, 167, 167, .4);
    background: #fff;
    outline: none;
    resize: none;
    padding: 12px;
}

.fs {
    margin-top: 30px;
    border-radius: 52px;
    display: inline-block;
    width: 128px;
    height: 52px;
    background: #ba0f0b !important;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 14px;
}

    .fs:hover {
        box-shadow: 5px 5px 20px 0px rgba(186,15,11,0.47);
        color: #fff;
    }

.lxwm p {
    line-height: 32px;
    height: 32px;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
}

.lxwm .you a {
    display: inline-block;
    margin: 0 5px;
}

.qy {
    padding: 70px 0;
    text-align: center;
}

    .qy h5 {
        font-size: 42px;
        color: #000;
        text-align: center;
    }

    .qy .span {
        width: 60px;
        height: 4px;
        background: #ba0f0b;
        display: inline-block;
    }

.gx {
    width: 100%;
    background: url(../images/bg001-1.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    padding: 70px 0;
}

.bt1 {
    text-align: center;
}

    .bt1 h3 {
        font-size: 42px;
        font-weight: 400;
        color: #000;
        margin-bottom: 10px;
    }

    .bt1 p {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.6;
        color: #000;
        margin-bottom: 10px;
    }

    .bt1 span {
        display: inline-block;
        width: 60px;
        height: 4px;
        background: #ba0f0b;
    }

.gx ul li {
    margin-top: 30px;
}

.gx .msb {
    padding: 40px 80px;
    width: 100%;
    background: #fff;
}

    .gx .msb .img {
        width: 33.3%;
        float: left;
        min-height: 250px;
        padding: 0 15px;
    }

    .gx .msb .youbian {
        width: 66.6%;
        float: left;
        min-height: 250px;
        vertical-align: middle;
        padding-left: 15px;
    }

        .gx .msb .youbian h3 {
            font-size: 28px;
            color: #000000;
            font-weight: 400;
            margin-bottom: 10px;
            vertical-align: middle;
        }

        .gx .msb .youbian p {
            font-size: 15px;
            line-height: 30px;
            color: #666;
            vertical-align: middle;
        }

.xfzty {
    padding: 70px 0;
}

    .xfzty ul li {
        width: 33.3%;
        float: left;
        padding: 25px 10px;
        text-align: center;
    }

        .xfzty ul li .ty .img {
            margin-bottom: 20px;
        }

        .xfzty ul li .ty h3 {
            margin-bottom: 8px;
            font-size: 22px;
            color: #000;
            font-weight: 600;
        }

        .xfzty ul li .ty p {
            font-size: 16px;
            color: #000;
            line-height: 32px;
            padding: 0 15px;
        }

.cptj {
    padding: 70px;
    background: #f4f4f4 !important
}

    .cptj .cplb {
        margin-top: 40px;
    }

        .cptj .cplb ul li {
            padding: 0 15px;
            height: auto;
        }

.fwbzg {
    padding: 70px 0;
    text-align: center;
}

    .fwbzg h3 {
        font-size: 42px;
        color: #000;
        margin-bottom: 15px;
        font-weight: 300;
    }

    .fwbzg .p {
        font-size: 22px;
        color: #000;
        line-height: 35px;
        max-width: 900px;
        margin: 0 auto;
    }

.gpsu {
    width: 900px;
    margin: 0 auto;
    font-size: 15px;
    color: #666666;
    line-height: 30px;
    height: 0;
    overflow: hidden;
}
.gpsu1 {
    height: 100%;
}
    .fwbzg a {
        display: inline-block;
        color: #ffffff;
        background-color: #ba0f0b !important;
        padding: 10px 50px;
        border-radius: 99px;
        font-size: 16px;
        margin-top: 40px;
    }
        .zgybzg{
            text-align:center;
            padding:70px 0;
        }
            .zgybzg img{
                width:90%;
            }
            .fwbzg a:hover,
            .fwbzg a:focus {
                color: #fff;
            }
.fwmd{
    padding:70px 0;
    max-width:900px;
    text-align:center;
    margin: 0 auto;
}
    .fwmd .ul{
        margin-top:30px;

    }
    .fwmd ul li {
        display: inline-block;
        text-align: center;
        padding: 15px;
        width: 49%;
    }
    .fwmd ul li p{
        margin-bottom:20px;
    }
.bnzljs {
    color: #fff !important;
    padding: 70px 0;
    background: #353535;
    width:100%;
}
.bnzljs  .bt1 h3{
    color:#fff;
}
.bzydsg{
    max-width:900px;
    margin:0 auto;
    margin-top:40px;
}
.bnzljs0{
    max-width:700px;
    margin:0 auto;
    padding:70px 0;
    text-align:center;
}
.bnzljs0 h3{
    font-size:42px;
    color:#000;
    font-weight:300;
    margin-bottom:10px;
}
.bnzljs0  p{
    font-size:22px;
    color:#000;
    font-weight:400;
    line-height:35px;
}
.bnzljs0  span{
    display:inline-block;
    width:60px;
    height:4px;
    background:#ba0f0b;
}
    .bnzljs0 h4 {
        font-size: 28px;
        color: #000;
        font-weight:600;
        margin-bottom: 10px;
    }
    .bnzljs0 h5 {
        font-size: 18px;
        color: #000;
        font-weight: 600;
        margin-bottom: 10px;
    }
.scgylc {
    width: 100%;
    padding: 70px 0;
    background: #f4f4f4 !important;
    margin:0 auto;
}
.bxqj{
   padding:15px;
}
.bxqj1 {
    background-color: #ffffff;
    padding: 80px;
    border-style: solid;
    border-width: 1px;
    border-color: #e0e0e0;
    text-align:center;
}
.bxqj1 .img{
    width:80%;
    display:inline-block;
}
    .bxqj1 .fhlk{
        margin-top:20px;
        height:140px;
        overflow:auto;
    }
    .bxqj1 .fhlk h3{
        font-size:22px;
        color:#000;
        font-weight:600;
    }
.lc{
    overflow:hidden;
}
.bxqj1 .fhlk span {
    width: 50px;
    display: inline-block;
    height: 4px;
    border-radius: 4px;
    background: #F1F1F1;
    margin: 10px auto 20px;
}
        .bxqj1:hover .fhlk span{
            width:200px;
        }
    .bxqj1 .fhlk  p{
        font-size:14px;
        color:#919191;
    }
.mwsp{
    padding:70px 0;
}
    .mwsp .mwsp1 p .a_1{
        width:16.6%;
        float:left;
        text-align:center;
        height:150px;
        display:inline-block;
        font-size:16px;
        font-weight:600;
        color:#fff;
        line-height:150px;
        background:#ba0f0b !important;
    }
    .mwsp .mwsp1 p .a_1.cur{
        background:#fff !important;
        color:#000;
    }
    .mwsp .ul li{
        width:100%;
        text-align:left;
        padding:50px;
        background:#fff;
    }
    .mwsp .ul li .img {
        width: 280px;
        overflow: hidden;
        float: left;
    }
    .mwsp .ul li .tel{
        padding-left:310px;
        width:100%;
    }
        .mwsp .ul li .tel h3{
            font-size:18px;
            color:#111;
            font-weight:600;
        }
        .mwsp .ul li .tel p {
            text-align: left;
             font-size: 14px;
            color: #8e8e8e;
        }
        .mwsp .ul li .tel span {
            color: #8e8e8e;
            font-size:14px;
            margin:5px 0;
            display:inline-block;
        }
.b_1{
    display:none;
}
.rxjx{
    padding:70px 0;
}
.rxjx ul li {
    width: 20%;
}
.tjsp{
    margin-top:50px;
}
    .tjsp .col-xs-12{
        padding:0 15px!important; 
    }
    .tjsp .single-item {
        overflow: hidden;
    }
    .tjsp .lbsp {
        background-color: #ffffff;
        padding: 50px;
        border-style: solid;
        border-width: 1px;
        border-color: #e2e2e2;
    }
        .tjsp .lbsp h2 {
            font-size: 22px;
            line-height: 1.6;
            font-weight: bold;
            margin: 0 0 10px 0;
            color:#000;
        }
        .tjsp .lbsp ul li{
            margin-bottom:17px;
        }
        .tjsp .lbsp ul li h3 {
            font-size: 16px;
            font-weight: bold;
            color: #111;
        }
        .tjsp .lbsp ul li span {
            color: #8e8e8e;
            font-size:12px;
            display:inline-block;
            margin:10px 0;
            }
        .tjsp .lbsp ul li p {
            font-size: 14px;
            color: #8e8e8e;
            margin-top: 0px;
        }
.zxdtxqlm h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color:#111;
    font-weight:600;
}
.zxdtxqlm{
    position:fixed;
    top:15%;
    right:10%;
    max-width:350px;
}
.zxdtxqlm p{
    margin:5px 0 !important;
}
    .zxdtxqlm p a {
        font-size: 14px;
        color: #999;
        vertical-align: middle;
    }
        .zxdtxqlm p a i {
            display:inline-block;
          width:4px;
          height:4px;
          background:#000;
          border-radius:50%;

            color: #000;
            vertical-align:middle;
        }

.zhsbkh .img {
    width: 80%;
    margin:0 auto;
}
.zhsbkh h2{
    font-size:30px;
    color:#111;
    font-weight:400;
    margin-bottom:15px;
}
.zhsbkh p  i{
    width:4px;
    height:4px;
    background:#111;
    border-radius:50%;
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
}
.zhsbkh p {
    line-height: 2;
    font-size: 16px;
}
.nodata-img111{
    background:#fff;
}


@media (max-width:1200px){
    .footer-top .col-md-2 h2 {
        font-size: 16px;
        color: #999999;
    }
    .service-list .col-md-3 img {
        width: 37px;
        margin: 0 auto;
    }
    .service-list .col-md-3 div.pull-right h1 {
        font-size: 18px;
    }
    .service-list .col-md-3 div.pull-right p {
        font-size: 12px;
        margin-bottom: 11px;
    }
    .service-list .col-md-3 > div {
        background: #ba0f0b;
        padding: 30px 20px 38px;
    }
    .tjsp .lbsp {
        background-color: #ffffff;
        padding: 20px;
        border-style: solid;
        border-width: 1px;
        border-color: #e2e2e2;
    }
    .rxjx ul li {
        width: 25%;
    }
    .cplb ul li {
        width: 33%;
        padding: 0 10px;
        float: left;
        padding-bottom: 30px;
        padding-top: 10px;
        height: 350px;
    }
    .bx-side {
        width: 260px !important;
        float: left;
        position: relative;
    }
    .bx-sidem {
        padding-left: 280px !important;
    }
}

@media (max-width:1000px) {
    .banner-text {
        display: none;
    }

    .home-banner .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 10px;
    }

    .yuyin {
        display: none !important;
    }

    .row .bx-pt50 {
        display: none !important;
    }

    .dhyl_lm3 ul {
        width: 100%;
        margin: 0 auto;
        height: 100%;
    }

    .banner1 {
        margin-top: 60px;
        max-height: 600px;
        position: relative;
        overflow: hidden;
    }

    .fwbzg {
        padding: 30px 0;
        text-align: center;
    }

        .fwbzg h3 {
            font-size: 22px;
            color: #000;
            margin-bottom: 15px;
            font-weight: 300;
        }

        .fwbzg .p {
            font-size: 15px;
            color: #000;
            line-height: 35px;
            max-width: 900px;
            margin: 0 auto;
        }

        .fwbzg a {
            display: inline-block;
            color: #ffffff;
            background-color: #ba0f0b !important;
            padding: 6px 28px;
            border-radius: 99px;
            font-size: 16px;
            margin-top: 20px;
        }

    .zgybzg {
        text-align: center;
        padding: 30px 0;
    }

    .scgylc {
        width: 100%;
        padding: 30px 0;
        background: #f4f4f4 !important;
        margin: 0 auto;
    }

    .bt1 h3 {
        font-size: 22px;
        font-weight: 400;
        color: #000;
        margin-bottom: 10px;
    }

    .bxqj1 {
        background-color: #ffffff;
        padding: 20px;
        border-style: solid;
        border-width: 1px;
        border-color: #e0e0e0;
        text-align: center;
    }

    .bxqj {
        padding: 0px;
    }

    .slick-slider {
        margin-bottom: 0 !important;
    }

    .bnzljs0 {
        max-width: 700px;
        margin: 0 auto;
        padding: 30px 0;
        text-align: center;
    }

        .bnzljs0 h3 {
            font-size: 22px;
            color: #000;
            font-weight: 300;
            margin-bottom: 10px;
        }

        .bnzljs0 p {
            font-size: 15px;
            color: #000;
            font-weight: 400;
            line-height: 35px;
            padding: 0 10px;
        }

        .bnzljs0 h4 {
            font-size: 22px;
            color: #000;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .bnzljs0 h5 {
            font-size: 15px;
            color: #000;
            font-weight: 600;
            margin-bottom: 10px;
        }

    .bnzljs {
        color: #fff !important;
        padding: 30px 0;
        background: #353535;
        width: 100%;
    }

    .bzydsg {
        max-width: 900px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .fwmd {
        padding: 30px 0;
        max-width: 900px;
        text-align: center;
        margin: 0 auto;
    }

    .lxwma {
        padding: 20px 20px;
        background: #f4f4f4 !important;
    }

        .lxwma h3 {
            font-size: 22px;
            color: #000;
            vertical-align: middle;
        }

        .lxwma h4 {
            font-size: 15px;
            color: #000;
            font-weight: 600;
            vertical-align: middle;
        }

    .lxwma1 a {
        display: inline-block;
        width: 106px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #ba0f0b !important;
        border-radius: 50px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        vertical-align: middle;
    }

    .footer .col-md-2 {
        display: none;
        padding: 0 10px;
        text-align: center;
    }

        .footer .col-md-2:nth-child(6), .footer .col-md-2:nth-child(7), .footer .col-md-2:nth-child(5) {
            display: block;
        }

    .footer .bx-ptb50 {
        padding: 10px 0 !important;
        box-sizing: border-box;
    }

    .footer-top .col-md-2 h4 {
        font-size: 17px;
        color: #ffffff;
        font-weight: 100;
        padding-bottom: 9px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(167, 167, 167, .2);
    }

    .footer .container {
        overflow: hidden;
    }

    .footer-bottom {
        padding: 0 10px;
        text-align: center;
    }

    .qy {
        padding: 30px 0;
        text-align: center;
    }

        .qy h5 {
            font-size: 22px;
            color: #000;
            text-align: center;
        }

    .ppjs_nr {
        max-width: 1140px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .gx {
        width: 100%;
        background: none;
        background-size: 100% 100%;
        background-position: center top;
        padding: 30px 0;
    }

    .bt1 p {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.6;
        color: #000;
        margin-bottom: 10px;
    }

    .gx .msb {
        padding: 20px 10px;
        width: 100%;
        background: #fff;
    }

        .gx .msb .img {
            width: 100%;
            float: none;
            min-height: 250px;
            padding: 0 15px;
        }

        .gx .msb .youbian {
            width: 100%;
            float: none;
            min-height: 250px;
            vertical-align: middle;
            padding-left: 15px;
        }

    .xfzty {
        padding: 30px 0;
    }

        .xfzty ul li {
            width: 100%;
            float: left;
            padding: 25px 10px;
            text-align: center;
        }

    .cptj {
        padding: 30px;
        background: #f4f4f4 !important;
    }

    .cplb ul li {
        width: 100%;
        padding: 0 10px;
        float: left;
        padding-bottom: 30px;
        padding-top: 10px;
        height: auto;
    }

        .cplb ul li img {
            width: 60%;
        }

    .dhyl_lm1 ul {
        width: 100%;
        margin: 0 auto;
        height: 100%;
    }

    .ppjs {
        padding: 30px 0;
    }

    .big-title h1 {
        font-size: 18px;
        font-weight: 400;
    }

    .big-title h2 {
        font-size: 16px;
        font-weight: 600;
    }

    .ppgs {
        padding-top: 10px;
        background: url(../images/history-1.jpg) no-repeat center center;
        background-size: 100% 100%;
        background-position: center center;
    }

    .zljs {
        padding: 30px 0;
    }

    .bt h1 {
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .bt h2 {
        font-size: 20px;
        font-weight: 600;
    }

    .zljs_a {
        width: 100px;
        height: 35px;
        background: #BA0F0B !important;
        display: inline-block;
        text-align: center;
        line-height: 35px;
        font-size: 14px;
        color: #fff;
        border-radius: 40px;
        margin-top: 10px;
    }

    .ppwh {
        padding: 30px 0;
        background: url(../images/brand_02.jpg) no-repeat center center;
        background-position: center center;
    }

    .ppwh_nr ul li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 0 45px;
    }

        .ppwh_nr ul li .img {
            width: 94px;
            height: 94px;
            text-align: center;
            line-height: 94px;
            display: inline-block;
            border-radius: 50%;
            background: #fff;
            margin-bottom: 20px;
        }

    .ppwh_nr ul {
        text-align: center;
        margin-top: 10px;
    }

    .zxdt {
        padding: 30px 0;
    }

    .xinwen_nr ul li {
        float: left;
        width: 100%;
        padding: 10px;
    }

    .xinwen_nr {
        margin: 10px 0;
    }

    .shipin_nr .fl {
        display: block;
        overflow: auto;
        width: 100%;
        white-space: nowrap;
    }

    .shipin_nr {
        padding: 20px 0;
    }

    .b_1 ul li {
        float: left;
        width: 49.3%;
        padding: 5px;
    }

        .b_1 ul li a p {
            margin-top: 10px;
            color: #000;
            font-size: 12px;
            font-weight: 600;
            line-height: 30px;
            text-align: center;
        }

    .bx-sidem {
        padding-left: 0 !important;
    }

    .bx-side-fl {
        padding: 15px;
        background: #fff;
    }

    .bx-side {
        width: 220px !important;
        float: left;
        position: absolute;
        top: 0;
        left: -220px;
        transition: all 0.5s;
        z-index: 999;
    }

    .dhyl_lm4 ul {
        width: 100%;
        margin: 0 auto;
        overflow: auto;
        width: 100%;
        white-space: nowrap;
        height: 100%;
    }

        .dhyl_lm4 ul li {
            width: auto;
            height: 100%;
            line-height: 70px;
            text-align: center;
            display: inline-block;
        }

            .dhyl_lm4 ul li a {
                padding: 0 10px;
            }

    .dhyl_lm2 ul {
        width: 100%;
        margin: 0 auto;
        height: 100%;
    }

    .fucn_rn {
        padding: 30px 0;
    }

    .fucn_rnp {
        text-align: center;
        font-size: 22px;
        font-weight: 400;
    }

    .fucn_rn ul li {
        width: 100%;
        float: left;
        padding: 0 15px;
    }

    .cjwt_nr ul li {
        width: 100%;
        float: left;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .cjwt_nr {
        padding: 30px 0;
    }

    .bygj {
        padding: 0px;
    }

        .bygj ul li {
            background: #f4f4f4;
            padding: 20px 30px 30px;
            margin-top: 30px;
        }

    .mwsp .mwsp1 p .a_1 {
        width: 16.6%;
        float: left;
        text-align: center;
        height: 80px;
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        line-height: 80px;
        background: #ba0f0b !important;
    }

        .mwsp .mwsp1 p .a_1.cur {
            background: #fff !important;
            color: #000;
        }

    .mwsp1 .clearfix {
        overflow: auto;
        width: 100%;
        white-space: nowrap;
    }

    .mwsp .mwsp1 p .a_1 {
        width: auto;
        padding: 0 30px;
        float: none;
        display: inline-block;
    }

    .mwsp .ul li {
        width: 100%;
        text-align: left;
        padding: 20px;
        background: #fff;
    }

        .mwsp .ul li .img {
            width: 100%;
            overflow: hidden;
            float: none;
        }

            .mwsp .ul li .img img {
                width: 100%;
            }

        .mwsp .ul li .tel {
            padding-left: 0;
            width: 100%;
            margin-top: 15px;
        }

    .mwsp {
        padding: 30px 0;
    }

    .slick-item a .slick-text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        padding: 0px 0px;
        right: 0px;
        width: 50%;
        padding-left: 5px;
    }

        .slick-item a .slick-text p {
            font-size: 12px;
            font-weight: bold;
            color: #999999;
        }

        .slick-item a .slick-text h1 {
            font-size: 12px;
            line-height: 1.6;
            color: #ba0f0b;
        }

        .slick-item a .slick-text span {
            letter-spacing: 0px;
            color: #000001;
        }

    .bxweb {
        font-family: "bxweb" !important;
        font-size: 12px !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .more {
        display: inline-block;
        font-size: 14px;
        line-height: 1.5;
        padding: 0px 5px;
        border-radius: 99px;
        color: #000000;
        background-color: transparent;
        border-style: solid;
        border-width: 1px;
        border-color: #d3d3d3;
    }

    .row .col-md-4 {
        width: 50%;
        float: left;
    }

    .more2 {
        background-color: #010206 !important;
        border-color: #010206;
        color: #fff;
    }

    .product-swiper .swiper-slide a {
        font-size: 12px;
    }

    .cp5646 {
        margin-top: 50px !important;
    }

    .big-title {
        margin-bottom: 20px !important;
    }

    .slick-item {
        margin: 0 0px;
    }

    .bg-img {
        display: none;
    }

    .service-title {
        display: block;
        background-position: center center !important;
        background-size: cover !important;
        background-image: linear-gradient(90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/bg2.jpg) !important;
        padding: 10px;
    }

    .row .col-md-4.text-center {
        display: none;
    }

    .service-list .col-md-3 a {
        display: block;
        background-size: cover;
        background-image: url(../images/bg4.jpg);
        padding-top: 12px;
        padding-bottom: 12px;
        color: #fff;
        font-size: 13px;
        text-align: center;
    }

    .banner_bt h3 {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }

.banner_bt h4 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin: 10px 0;
}
    .cp .bx-side-fl ul li a {
        display: block;
        position: relative;
        color: #000 !important;
        padding: 5px;
        margin: 0px 0;
        border-bottom: 1px solid #f3f3f3;
        font-size: 16px;
        vertical-align: middle;
        line-height: 40px;
    }
    .cp .bx-side-fl h1 {
        padding: 0 10px;
        font-size: 30px;
        color: #000;
        text-align: left;
        line-height: 100% !important;
        font-weight: bold;
        background: none;
        font-size: 20px !important;
        font-weight: 700 !important;
        padding-bottom: 5px !important;
        margin-bottom: 4px !important;
        border-bottom: 1px solid rgba(167, 167, 167, .2);
    }
    .banner1 {
        margin-top: 0px;
        max-height: 600px;
        position: relative;
        overflow: hidden;
    }
    .cjwt_nr ul li h2 {
        font-size: 18px;
        line-height: 35px;
        color: #111;
    }
    .cjwt_nr ul li p {
        font-size: 14px;
        color: #878787;
        margin: 5px 0;
    }
}
