﻿img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

.ml20 {
    margin-left: 20px;
}

.mt16 {
    margin-top: 16px;
}

.mr6 {
    margin-right: 6px;
}

.banner {
    position: relative;
}

.neiye_banner {
    max-height: 450px;
    overflow: hidden;
    display: block;
    z-index: 0;
}

    .neiye_banner img {
        max-height: 450px;
        width: 100%;
    }

.navbar {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0px;
    z-index: 999;
    padding: 14px 0;
    background: rgba(0, 0, 0, 0.5);
}

    .navbar .content {
        padding: 0px 50px;
    }

        .navbar .content ul {
            margin-top: 10px;
            margin-left: 10%;
        }

            .navbar .content ul li {
                margin-right: 42px;
                float: left;
            }

                .navbar .content ul li a {
                    padding: 0px 4px;
                    padding-bottom: 24px;
                    border-bottom: 2px solid transparent;
                    color: #ffffff;
                    font-size: 16px;
                }

                    .navbar .content ul li a.active {
                        border-bottom: 2px solid #e30000;
                    }

    .navbar .rightbar {
        margin-top: 10px;
        font-size: 16px;
        color: #fff;
    }

        .navbar .rightbar .tel {
            padding: 2px 20px;
            padding-left: 25px;
            color: #ffffff;
            background: url(../images/tel.png) 5px center no-repeat;
        }

        .navbar .rightbar .ewm {
            color: #ffffff;
            padding-left: 36px;
            background: url(../images/ico_ewm.png) 5px center no-repeat;
            position: relative;
        }

            .navbar .rightbar .ewm .popewm {
                background: #fff;
                width: 254px;
                position: absolute;
                top: 60px;
                display: none;
                padding: 5px;
                border-radius: 5px;
                box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
                color: #575144;
                text-align: center;
            }

            .navbar .rightbar .ewm:hover .popewm {
                display: block;
            }

.container {
    max-width: 1200px;
    margin: 0px auto;
    clear: both;
    color: #575144;
}

.t2 > p {
    margin-bottom: 4px;
}

    .t2 > p > i {
        height: 6px;
        width: 6px;
        background-color: #e30000;
        border-radius: 6px;
        display: inline-block;
        margin-bottom: 2px;
        margin-right: 8px;
    }

.wap_mendian {
    display: none;
}

.pc_mendian {
    display: block;
}

.footer_nav  div.fl{
    width: 65%;
}

.footer_nav ul {
    float: left;
    margin-right: 15%;
}

.footer_nav .footer_right {
    padding: 0 0 0 60px;
}

.main {
    background: url(../images/bg_02.png);
    height: 100%;
    width: 100%;
    /* 背景图垂直、水平均居中 */
    background-position: center center;
    /* 背景图不平铺 */
    background-repeat: no-repeat;
    /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
    background-attachment: fixed;
    /* 让背景图基于容器大小伸缩 */
    background-size: cover;
}

    .main .title_box {
        margin-bottom: 20px;
        width: 100%;
        height: 190px;
    }

        .main .title_box p {
            display: none;
        }

    .main .tit_about {
        background: url(../images/tit_about.png) center no-repeat;
        background-size: cover;
    }

    .main .tit_product {
        background: url(../images/tit_product.png) center no-repeat;
        background-size: cover;
    }

    .main .tit_advantage {
        background: url(../images/tit_advantage.png) center no-repeat;
        background-size: cover;
    }

    .main .tit_news {
        background: url(../images/tit_news.png) center no-repeat;
        background-size: cover;
    }

.index_about {
    width: 100%;
    padding: 40px 0;
}

    .index_about .panel h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .index_about .panel p {
        line-height: 30px;
    }

    .index_about .panel h1 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 14px;
    }

    .index_about .tags {
        margin-top: 32px;
    }

.tjdata {
    width: 68%;
}

    .tjdata ul li {
        float: left;
        font-size: 18px;
        margin-right: 12%;
    }

        .tjdata ul li p.tit {
            margin-bottom: 10px;
        }

        .tjdata ul li strong {
            font-size: 48px;
            color: #ff0707;
            margin-right: 10px;
        }

.index_about .fenbu {
    text-align: right;
}

.index_about .more_link {
    text-align: center;
    margin-top: 32px;
}

    .index_about .more_link a {
        display: inline-block;
        color: #ff0707;
        font-size: 14px;
        border: 1px solid #ff0707;
        transition: all .5s;
        padding: 1.2% 32%;
    }

        .index_about .more_link a:hover {
            background: #e30000;
            color: #fff;
        }

.tit_service {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 12px;
}

    .tit_service span {
        color: #ff0707;
        padding: 0 4px;
    }

.container .title_box p {
    font-size: 60px;
    font-family: Centaur;
    color: #f3f3f3;
    text-transform: uppercase;
}

.container .title_box span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 30px;
    color: #333;
    font-family: NSimSun;
    font-weight: 700;
    z-index: 9;
}

    .container .title_box span i {
        margin-left: 20px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        font-family: Microsoft YaHei;
        color: #666;
    }

.container .panel {
    margin: 50px 0;
}

.index_service {
}

.index_product {
    width: 100%;
    padding: 40px 0;
    margin-bottom: 40px;
}

.product_nav {
    padding: 20px 0;
    width: 68%;
    margin: 0 auto;
}

    .product_nav li {
        float: left;
        background: #e3e3e3;
        font-size: 24px;
        padding: 2% 6%;
        margin-right: 8%;
        box-shadow: 0 2px 5px rgba(224, 224, 224, 0.7);
        border-radius: 10px;
    }

        .product_nav li.active {
            background: #e30000;
            color: #fff;
        }

            .product_nav li.active a {
                color: #fff;
            }

.pro_items {
    margin-top: 20px;
}

    .pro_items .pro_item {
        display: none;
    }

    .pro_items .active {
        display: block !important;
    }

.product_box {
}

    .product_box li {
        float: left;
        background: #dcdcdc;
        font-size: 16px;
        border-radius: 10px;
        text-align: center;
        overflow: hidden;
        overflow: hidden;
        width: 18%;
        margin: 1% 1%;
    }



.product_box2 li {
    width: 23%;
    margin: 0 2% 2% 0;
}

.product_box li div.img_box {
    width: 100%;
    overflow: hidden;
    display: block;
}

    .product_box li div.img_box img {
        height: auto;
        max-width: 100%;
        border-radius: 10px 10px 0 0;
    }

.product_box li p {
    display: block;
    background: #e7e7e7;
    height: 68px;
    line-height: 68px;
    overflow: hidden;
    text-align: center;
}

.product_box li a {
    display: block;
}

.product_box li:hover p {
    background: #e30000;
    color: #fff;
}

.index-brand li.item {
    width: 200px;
    overflow: hidden;
    margin: 6px 10px;
    text-align: center;
    float: left;
}

.index-brand .item i {
    display: block;
    width: 100%;
    height: 90px;
    overflow: hidden;
    cursor: pointer;
}

.index-brand .item em {
    font-style: normal;
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}

.index_advantage {
    width: 100%;
    padding: 40px 0;
    padding-bottom: 0;
}

    .index_advantage ul li {
        margin: 0px 3.8%;
        text-align: center;
        margin-bottom: 30px;
        float: left;
        width: 42%;
        height: 500px;
    }

        .index_advantage ul li:nth-child(3),
        .index_advantage ul li:nth-child(4) {
            height: 445px;
        }

        .index_advantage ul li .img {
            position: relative;
        }

            .index_advantage ul li .img span {
                position: absolute;
                bottom: 0;
                display: block;
                font-size: 30px;
                padding: 16px 0;
                opacity: 0.8;
                width: 100%;
                color: #000;
                background: #000000;
                letter-spacing: 2px;
                border-radius: 0 0 10px 10px;
                text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
            }

        .index_advantage ul li .tit {
            text-align: center;
            padding: 10px 0;
            font-size: 16px;
            margin-top: 15px;
            position: relative;
        }

            .index_advantage ul li .tit::before {
                content: '';
                width: 50px;
                height: 11px;
                position: absolute;
                background: url(../images/sy_73.png);
                left: 50%;
                bottom: -4px;
                transform: translate(-50%, 0%);
            }

        .index_advantage ul li .t2 {
            font-size: 14px;
            padding: 15px 0;
            text-align: left;
            margin: 0 auto;
            width: 59%;
        }


.index_news {
    width: 100%;
    padding: 40px 0;
}

    .index_news .product_nav {
        display: none;
    }

    .index_news .index_news_box {
        width: 30%;
        margin-right: 2.6%;
        margin-bottom: 25px;
    }

        .index_news .index_news_box .title {
            padding-left: 57px;
            background: url(../images/news_icon.png) 5px center no-repeat;
            font-size: 22px;
            margin-bottom: 22px;
        }



            .index_news .index_news_box .title a {
                font-size: 14px;
                font-weight: normal;
                float: right;
                padding-top: 10px;
            }

        .index_news .index_news_box .imgbox {
            position: relative;
            width: 100%;
            height: 234px;
        }

            .index_news .index_news_box .imgbox img {
                width: 100%;
                height: 100%;
                border-radius: 10px;
            }

            .index_news .index_news_box .imgbox span {
                position: absolute;
                bottom: 0;
                display: block;
                font-size: 16px;
                padding: 12px 0;
                opacity: 0.8;
                width: 100%;
                color: #fff;
                background: #000000;
                text-align: center;
                border-radius: 0 0 10px 10px;
            }

            .index_news .index_news_box .imgbox:hover span {
                color: #e30000;
            }

        .index_news .index_news_box ul {
            position: relative;
            padding: 28px 0;
        }

            .index_news .index_news_box ul li {
                margin-bottom: 22px;
                overflow: hidden;
                height: 24px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .index_news .index_news_box ul li a {
                    font-size: 16px;
                }

                    .index_news .index_news_box ul li a i {
                        height: 6px;
                        width: 6px;
                        background-color: #e30000;
                        display: inline-block;
                        margin-bottom: 2px;
                        margin-right: 6px;
                    }

                    .index_news .index_news_box ul li a:hover {
                        color: #e30000;
                    }


.footer {
    background: #313131;
    color: #aaaaaa;
}

.footer_nav {
    padding: 40px 0;
}

    .footer_nav ul {
        float: left;
    }

        .footer_nav ul li {
            font-size: 16px;
            margin-bottom: 10px;
        }

            .footer_nav ul li a {
                color: #aaaaaa;
            }

            .footer_nav ul li.tit {
                color: #ffffff;
                font-size: 18px;
                margin-bottom: 24px;
            }

                .footer_nav ul li.tit a {
                    color: #ffffff;
                }

    .footer_nav .footer_right {
        border-left: 1px solid #aaaaaa;
        padding: 0 0 0 140px;
        text-align: center;
        color: #aaaaaa;
    }


.footer .links {
    border-top: 1px solid #444444;
}

    .footer .links .container {
        padding: 24px 0;
    }

    .footer .links span {
        float: left;
        color: #ffffff;
        font-size: 16px;
        margin-right: 14px;
    }

    .footer .links a {
        color: #aaaaaa;
        float: left;
        margin-right: 14px;
    }

.footer .copyright {
    border-top: 1px solid #444444;
    padding: 24px 0;
    text-align: center;
    clear: both;
    font-size: 12px;
}

.footer_right h2 {
    padding: 2px 20px;
    font-size: 20px;
}

    .footer_right h2 i {
        width: 18px;
        height: 18px;
        display: inline-block;
        background: url(../images/tel.png) center no-repeat;
    }

.footer_right p {
    padding: 2px 20px;
}

    .footer_right p i {
        width: 18px;
        height: 18px;
        display: inline-block;
        background: url(../images/add.png) center no-repeat;
    }


.m_wxbox {
    text-align: center;
    padding-bottom: 14px;
    color: #aaaaaa;
    display: none;
}

.main2 {
    background: #fefdfb;
    height: 100%;
    width: 100%;
    padding-bottom: 68px;
    position: relative;
}

    .main2 .crumbsbg {
        background: url(../images/crumbsbg.png) right no-repeat;
        height: 50px;
        width: 100%;
    }

    .main2 .container {
        margin-top: -50px;
    }

.page_left {
    width: 240px;
    float: left;
}

.left_bt {
    margin-top: -99px;
    width: 240px;
    padding: 48px 0 0 35px;
    height: 150px;
    background: #f6f6f6;
    z-index: 999;
    opacity: 0.9;
}

    .left_bt h3 {
        font-size: 24px;
        line-height: 35px;
    }

    .left_bt p {
        color: #545454;
        font-size: 24px;
        font-family: arial;
        line-height: 20px;
        margin-top: 6px;
    }

.left_nav {
    margin-top: 48px;
    background: url(../images/subnavtopbg.png) #f6f6f6 top no-repeat;
    padding-top: 68px;
    height: 100%;
}

    .left_nav > ul > li {
        color: #484848;
        font-size: 18px;
        position: relative;
    }

        .left_nav > ul > li > a {
            color: #484848;
            padding: 14px 0;
            border-bottom: 1px solid #fdfdfd;
            width: 100%;
            text-align: left;
            display: block;
            padding-left: 32px;
        }

            .left_nav > ul > li > a i.icon {
                width: 57px;
                height: 25px;
                background: url(../images/news_icon.png);
                display: inline-block;
            }


            .left_nav .sub_nav > li a:hover,
            .left_nav .sub_nav > li a.active,
            .left_nav > ul > li > a:hover,
            .left_nav > ul > li > a.active {
                background: #e30000;
                color: #fff;
            }

    .left_nav .sub_nav {
        border-bottom: 1px solid #fdfdfd;
    }

        .left_nav .sub_nav > li a {
            padding: 10px 0;
            font-size: 14px;
            width: 100%;
            display: inline-block;
            text-align: left;
            padding-left: 32%;
        }

            .left_nav .sub_nav > li a i.icon {
                width: 4px;
                height: 6px;
                background: url(../images/left02.png);
                display: inline-block;
                margin-right: 6px;
            }

.page-title {
    height: 41px;
    width: 100%;
    margin-top: 26px;
    line-height: 31px;
    color: #919191;
    background: url("../images/news-title.png") no-repeat;
    font-size: 14px;
}

    .page-title span {
        font-size: 18px;
        color: #414141;
        margin-right: 10px;
        font-weight: bold;
        padding-left: 3px;
    }

.page_left .lxwm {
    padding: 14px 0;
    overflow: hidden;
}

    .page_left .lxwm p {
        line-height: 25px;
        font-size: 14px;
        color: #030303;
        margin: 10px 0px;
    }

.rec_product {
    padding: 14px 0;
    height: auto;
}

    .rec_product ul li {
        display: block;
        text-align: center;
        width: 100%;
        height: auto;
        background: #dcdcdc;
        margin-bottom: 14px;
        border-radius: 10px;
    }

        .rec_product ul li a {
            display: block;
            width: 100%;
            height: auto;
        }

        .rec_product ul li .imgbox {
            width: 100%;
            height: 240px;
            overflow: hidden;
        }

            .rec_product ul li .imgbox img {
                border-radius: 10px;
            }

    .rec_product li p {
        display: block;
        background: #e7e7e7;
        padding: 14px 0;
        overflow: hidden;
        text-align: center;
        border-radius: 0 0 10px 10px;
    }


    .rec_product ul li:hover p {
        background: #e30000;
        color: #fff;
    }

.page_right {
    width: 960px;
    float: right;
}

/*站内面包屑*/
.crumbs {
    height: 50px;
    line-height: 50px;
    color: #e30000;
    font-size: 14px;
    overflow: hidden;
}

    .crumbs dt {
        padding-left: 30px;
    }

    .crumbs a {
        color: #131313;
    }

        .crumbs a:hover, .crumbs a.on {
            color: #e30000;
        }


.qualifieds {
    width: 266px;
    height: 266px;
    overflow: hidden;
    display: block;
}

    .qualifieds img {
        width: 100%;
        border-radius: 10px;
    }

.right_content {
    margin-top: 48px;
    width: 100%;
    overflow: hidden;
    line-height: 28px;
    padding-left: 100px;
    color: #575144;
}

.cl_ckeditor img {
    width: auto !important;
    height: auto !important;
}

.met-news-list li {
    padding: 30px 0;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);
    transition: all .66s cubic-bezier(.17,.84,.44,1);
    position: relative;
    display: flex;
}

    .met-news-list li:first-child {
        padding-top: 0;
    }

    .met-news-list li h4 {
        margin: 0 0 10px;
        font-size: 22px;
        font-weight: normal;
    }

        .met-news-list li h4 a {
            color: #0c0c0c;
            text-shadow: none;
            position: relative;
        }

    .met-news-list li:hover h4 a {
        color: #e30000;
    }

    .met-news-list li:after {
        content: '';
        width: 160px;
        height: 1px;
        background: #000000;
        color: #000000;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);
        transition: all .66s cubic-bezier(.17,.84,.44,1);
    }

    .met-news-list li:hover::after {
        width: 100%;
        background-color: #000000;
    }

    .met-news-list li:hover a {
        text-decoration: none;
    }

    .met-news-list li p {
        font-size: 16px;
    }

        .met-news-list li p.des {
            color: #999999;
            margin-bottom: 10px;
            font-size: 13px;
            height: 108px;
            overflow: hidden;
        }

        .met-news-list li p.info {
            margin-bottom: 0px;
            font-size: 14px;
            text-align: right;
            color: #999999;
        }

            .met-news-list li p.info a {
                color: #e30000;
            }

    .met-news-list li:first-child {
        padding-top: 0;
    }

.media-left {
    padding-right: 20px;
    display: table-cell;
    vertical-align: top;
}

.media-body {
    flex: 1;
    display: grid;
}

.media-lg .media-object {
    width: 268px;
}

    .media-lg .media-object img {
        width: 100%;
        border-radius: 10px;
    }


.details-title {
    border-bottom: 1px solid #f0f2f5;
    padding-bottom: 16px;
}

    .details-title h1 {
        font-size: 16px;
        color: #e30000;
        text-align: center;
        line-height: 28px;
    }

    .details-title .info {
        font-size: 14px;
    }

        .details-title .info span {
            padding-right: 10px;
        }

.met-editor {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

    .met-editor iframe {
        margin: 0 auto;
        width: 100% !important;
    }

.met-tools {
    margin-top: 45px;
    border-top: 1px #ddd dashed;
    padding-top: 18px;
}

    .met-tools span {
        display: inline-block;
        line-height: 30px;
        font-size: 12px;
        color: #666;
        font-weight: bold;
    }

        .met-tools span a {
            color: #666;
            font-weight: normal;
        }

.met-page {
    border-color: #999999;
    padding-bottom: 30px !important;
    padding-top: 0 !important;
}

    .met-page a:hover {
        color: !important;
    }

    .met-page .pagination li a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .met-page .blocks-2 > li {
        width: 50%;
    }

.formDDL dd {
    margin: 0 0 15px 0;
}

.message {
    width: 900px;
    display: block;
    margin: auto;
    background: #ededed;
}

    .message .tit {
        text-align: center;
        padding: 10px 0;
        background: #E6001F;
        color: #fff;
        font-size: 16px;
    }

.formDDL {
    padding: 20px;
}

    .formDDL dd {
        border: 1px solid #ccc;
        background: #fff;
    }

        .formDDL dd.tips {
            border: none;
        }

        .formDDL dd label {
            float: left;
            margin-left: 10px;
            margin-right: 10px;
            line-height: 40px;
            width: 78px;
            text-align: right;
        }

        .formDDL dd p {
            overflow: hidden;
        }

        .formDDL dd input {
            line-height: 28px;
            padding: 6px 0;
            width: 100%;
            border: 0;
        }

        .formDDL dd textarea {
            width: 96%;
            padding: 2%;
        }

    .formDDL dt input {
        width: 100%;
        background: #E6001F;
        line-height: 40px;
        color: #fff;
        border: 0;
        border-radius: 0px;
    }

        .formDDL dt input:hover {
            opacity: 0.7;
        }

    .formDDL dt .coolbg {
        width: 140px;
        height: 38px;
        color: #fff;
        background: #e30000;
        border: 0;
        font-size: 16px;
        cursor: pointer;
    }

    .formDDL dt.dtsubmit {
        text-align: center;
        padding-top: 24px;
    }

.pages {
    text-align: center;
    padding: 60px 0;
    font-size: 14px;
    line-height: 28px;
}

    .pages a {
        display: inline-block;
        border: 1px solid #bfbfbf;
        color: #808080;
        padding: 2px 12px;
        vertical-align: top;
        margin-bottom: 6px;
    }

    .pages span {
        display: inline-block;
        border: 1px solid #e30000;
        color: #ffffff;
        background: #e30000;
        padding: 2px 12px;
        vertical-align: top;
    }

.productList2 li {
    float: left;
    width: 266px;
    margin-right: 20px;
    height: 100%;
    position: relative;
}

    .productList2 li:hover a {
        color: #e30000;
    }

    .productList2 li h3 {
        text-align: center;
        padding: 10px 0;
        overflow: hidden;
        width: 100%;
        font-weight: normal;
    }

.productImg2 {
    display: block;
    width: 290px;
    height: 190px;
    position: relative;
    overflow: hidden;
}

    .productImg2 img {
        width: 290px;
        height: 190px;
    }

    .productImg2:hover .protit {
        opacity: 0;
        bottom: -50px;
    }

.videos li {
    float: left;
    width: 268px;
    margin-right: 18px;
    position: relative;
}

    .videos li:hover a {
        color: #e30000;
    }

    .videos li h3 {
        text-align: center;
        padding: 10px 0;
        overflow: hidden;
        width: 100%;
        font-weight: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


.videos_cover {
    display: block;
    width: 268px;
    height: 196px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    .videos_cover img {
        width: 100%;
        height: 100%;
    }

.iplay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 22% 45%;
    text-align: center;
    background: rgba(0,0,0,0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .iplay i {
        display: block;
        background: url(../images/iplay.png) no-repeat;
        width: 50px;
        height: 50px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
        opacity: 0.9;
        transform: scale(1);
    }

.videos_cover:hover .iplay {
    background: rgba(0,0,0,0.35);
}

    .videos_cover:hover .iplay i {
        opacity: 1;
        transform: scale(1.2);
    }

.about p {
    line-height: 32px;
    padding-bottom: 20px;
}

.about h1 {
    font-size: 28px;
    font-weight: normal;
}

.join-list .layui-tab-content ul {
    margin-left: -40px;
    margin-right: -40px;
}

.join-list .layui-tab-content li {
    display: inline-block;
    width: 545px;
    vertical-align: top;
    margin: 0 40px;
}

    .join-list .layui-tab-content li h3 {
        font-size: 18px;
        padding: 20px 0;
    }

/*图片小图预览列表*/
.spec-preview {
    width: 100%;
    height: 386px;
    border: 1px solid #DFDFDF;
}

.spec-scroll {
    clear: both;
    margin-top: 5px;
    width: 386px;
    height: 84px;
}

    .spec-scroll .prev {
        float: left;
    }

    .spec-scroll .next {
        float: right;
    }

    .spec-scroll .prev, .spec-scroll .next {
        display: block;
        width: 10px;
        height: 84px;
        cursor: pointer;
    }

        .spec-scroll .prev img, .spec-scroll .next img {
            width: 10px;
            height: 11px;
            overflow: hidden;
            margin-top: 38px;
        }

    .spec-scroll .items {
        float: left;
        position: relative;
        width: 352px;
        height: 84px;
        overflow: hidden;
        margin-left: 4px;
    }

        .spec-scroll .items ul {
            position: absolute;
            width: 999999px;
            height: 84px;
        }

            .spec-scroll .items ul li {
                float: left;
                width: 84px;
                text-align: center;
                margin-right: 4px;
            }

                .spec-scroll .items ul li img {
                    border: 1px solid #ddd;
                    width: 82px;
                    height: 82px;
                }

                    .spec-scroll .items ul li img:hover {
                        border: 1px solid #e30000;
                    }

.right-extra {
    width: 45%;
    float: left;
}

.pro_1 {
    width: 100%;
    padding-bottom: 30px;
}

.pro_1fr {
    overflow: hidden;
    width: 468px;
    padding-left: 14px;
}

    .pro_1fr h3 {
        padding-bottom: 14px;
    }

.pro_1fr1 {
    display: block;
    width: 100%;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #e30000;
}

.pro_1fr2 {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #666;
    line-height: 26px;
    margin-top: 8px;
    height: 308px;
    overflow-y: auto;
}

.pro_1fr3 {
    margin-top: 62px;
    color: #e30000;
    font-size: 16px;
}

    .pro_1fr3 em {
        font-style: normal;
        float: left;
        font-size: 14px;
        color: #666;
        line-height: 24px;
    }

    .pro_1fr3 img {
        display: block;
        float: left;
        margin: 3px 0px 0px 4px;
    }

.disinline {
    display: inline-block !important;
}

.pro_2 {
    width: 100%;
    border-bottom: 1px #e30000 solid;
    margin-top: 20px;
}

.pro_1fr .buybtn {
    display: block;
    width: 140px;
    color: #fff;
    background: #e30000;
    border: 0;
    font-size: 16px;
    cursor: pointer;
    border-radius: 12px;
    text-align: center;
    padding: 12px 0;
    margin-top: 32px;
}

.pro_2 span {
    display: block;
    background: #e30000;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    width: 103px;
    height: 31px;
    line-height: 31px;
    text-align: center;
}

.pro_3 {
    width: 100%;
    overflow: hidden;
    min-height: 380px;
    padding: 30px 0;
}

.rftool {
    width: 54px;
    position: fixed;
    z-index: 9999;
    right: 10%;
    bottom: 10%;
}

    .rftool li {
        width: 100%;
        margin-top: 6px;
        background: #e30000;
        height: 44px;
    }

        .rftool li img {
            display: block;
            margin: 0 auto;
            border: 0;
        }

        .rftool li:hover {
            background: #e30000;
        }

        .rftool li.on {
            background: #e30000;
        }


.cke_required {
    color: #e30000;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pc_banner {
    width: 100%;
    height: auto;
}

.m_banner {
    display: none;
}

.clm_header {
    background: #0f0f0f;
    line-height: 68px;
    text-align: center;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9991;
}

.navBar {
    width: 40px;
    float: right;
    top: 24px;
    right: 10px;
    position: absolute;
    z-index: 999;
}

    .navBar span {
        width: 100%;
        height: 5px;
        margin-bottom: 4px;
        background: #e30000;
        display: block;
    }

    .navBar .s1 {
        width: 25%;
    }

    .navBar .s2 {
        width: 63%;
    }

    .navBar.active .s1 {
        width: 100%;
    }

    .navBar.active .s2 {
        width: 100%;
    }

    .navBar.active span {
        width: 100%;
    }

.clm_header nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    padding-top: 80px;
    background: rgba(0,0,0,0.5);
    margin-top: 0;
    height: 100vh;
    z-index: 998;
}

    .clm_header nav.active {
        left: 0;
    }

    .clm_header nav > ul {
        height: 100%;
        line-height: 80px;
    }

        .clm_header nav > ul > li {
            width: 100%;
            height: 50px;
            display: block;
        }

    .clm_header nav a {
        padding: 0;
        display: block;
        height: 50px;
        line-height: 50px;
        margin-bottom: 1px;
        text-align: center;
        color: #fff;
        font-size: 1.0rem;
        font-weight: bolder;
    }

        .clm_header nav a.active {
            color: #e30000;
        }

.pwrap {
    width: 96%;
    margin: 0 auto;
}

    .pwrap .logo {
        height: 36px;
        margin-left: 10px;
    }

.m_sub_nav {
    width: auto;
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    display: none;
}

    .m_sub_nav a {
        display: inline-block;
        width: 21%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        margin: 0 2%;
        position: relative;
    }

        .m_sub_nav a:after {
            content: "";
            width: 0%;
            height: 3px;
            background: #e30000;
            position: absolute;
            left: 0;
            bottom: 0%;
            transition: all .3s;
        }

        .m_sub_nav a.active:after {
            width: 100%;
            left: 0;
        }

.m_product_fliter {
    padding: 14px 0;
    display: none;
}

    .m_product_fliter dt, .m_product_fliter dd {
        vertical-align: top;
        display: inline-block;
        *zoom: 1;
        *display: inline;
        font-size: 12px;
    }

    .m_product_fliter dl {
        line-height: 36px;
        width: 100%;
        clear: both;
        font-size: 0;
    }

    .m_product_fliter dt {
        color: #6c6c6c;
        font-size: 14px;
        font-weight: bold;
    }

    .m_product_fliter dd {
        width: 84%;
    }

        .m_product_fliter dd a {
            display: inline-block;
            font-size: 14px;
            height: 24px;
            line-height: 24px;
            margin: 0 5px;
            padding: 0 5px;
            transition: all .3s 0 ease-in-out;
            -webkit-transition: all .3s 0 ease-in-out;
        }

        .m_product_fliter dd .active {
            background: #e30000;
            color: #fff;
        }

.m_ft_tabar {
    background: #e8e8e8;
    padding: 8px 0;
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: flex;
    z-index: 999;
    display: none;
}

    .m_ft_tabar a {
        display: block;
        text-align: center;
        flex: 1;
        font-size: 14px;
    }

        .m_ft_tabar a img {
            width: 26px;
        }
