﻿@charset "utf-8";
/* CSS Document */
@media screen and (max-width:800px) {
    * {
        box-sizing: content-box;
    }

    body {
        margin: 0px;
        padding: 0px;
        font-size: 0.24rem;
        color: #333333;
        font-family: "微软雅黑";
        min-width: 100%;
    }

    pre {
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        Word-wrap: break-word;
        font-family: "微软雅黑";
    }

    :hover { /* transition:all 0.3s ease-in 0.1s,color 0.2s ease-out 0.1s;*/
    }

    a {
        color: #333;
        text-decoration: none;
    }

        a:hover {
            color: #666666;
            text-decoration: none;
        }

    ol, ul, li, p, h1, h5, h2, h3, h4, h6 {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    img {
        border: 0px;
        vertical-align: middle;
    }

    form {
        margin: 0px;
        padding: 0px;
    }

    input, textarea {
        outline: 0
    }

    button, input, select, textarea {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
    }

    .fl {
        float: left;
    }

    .fr {
        float: right
    }

    img {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -ms-transition: all .5s;
    }

    .headbar {
        width: 100%;
        float: left;
        background: #f1f2f3;
        height: 0.5rem;
        line-height: 0.5rem;
    }

        .headbar .logobar a {
            float: left;
            background: url(../images/pic/brand_logo.png) no-repeat;
            display: block;
            background-size: 29%;
            height: 0.45rem;
            overflow: hidden;
            width: 4.10rem;
            margin-top: 0.06rem;
            font-size: 0.26rem;
            color: #155DCF;
            font-weight: bold;
            padding-left: 0.15rem;
        }

        .headbar .tstell {
            padding-right: 0.15rem
        }

            .headbar .tstell strong {
                color: #FF0000;
                font-size: 0.26rem;
            }

        .headbar .main .li02, .headbar .main .li03 {
            display: none
        }

        .headbar .tstell {
            display: none
        }

        .headbar .logobar a {
        }

    .main {
        width: 100%;
        margin: auto;
    }

    .top {
        padding: 0.3rem 0;
        height: 1.4rem;
        width: 100%;
        float: left;
    }

        .top .logo {
            display: block;
            padding-right: 10px;
            height: 1.2rem;
            margin-top: 0.1rem;
            padding-left: 0.15rem;
            max-width: 1.5rem;
        }

            .top .logo a img {
                height: 100%;
                width: auto;
                max-width: 1.5rem;
            }

            .top .logo a {
                display: block;
                height: 100%;
                width: auto;
                line-height: 1.2rem
            }

        .top .logo_2 {
            display: block;
            height: 1rem;
            padding: 0.2rem 0 0 0.15rem;
        }

            .top .logo_2 .gs-title {
                display: block;
                font-size: 0.3rem;
                line-height: 0.5rem;
                color: #333;
                max-width: 4rem;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                min-width: 2.6rem;
            }

            .top .logo_2 .gs-detail {
                display: block;
                font-size: 0.24rem;
                line-height: 0.24rem;
                color: #666;
                margin-top: 0.2rem;
                width: 100%;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

            .top .logo_2 p {
                float: left;
            }

            .top .logo_2 .gs-detail .gs-pro {
                display: none
            }

            .top .logo_2 .vip {
                float: left;
                padding-right: 0.15rem;
                margin-right: 0.15rem;
                /* background:url(../images/header/vip.png) no-repeat 0 center;padding-left:0.2rem; */
                position: relative;
            }

                .top .logo_2 .vip:after {
                    content: "";
                    position: absolute;
                    width: 0;
                    height: 0.12rem;
                    background: #ddd;
                    right: 0;
                    top: 50%;
                    margin-top: -0.06rem;
                }

                .top .logo_2 .vip span {
                    color: #ff3434;
                }

        .top .top_tel {
            width: 1rem;
            height: 1.4rem;
            display: block;
            overflow: hidden;
            background: url(../images/header/top_tel.png) no-repeat center 0.05rem;
            padding-left: 0;
            margin-top: 0.1rem;
            background-size: 0.7rem;
            font-style: normal;
            margin-right: 0.25rem;
        }

            .top .top_tel i {
                float: left;
                width: 1.02rem;
                display: block;
                color: #155DCF;
                padding-top: 0.8rem;
                font-style: normal;
            }

            .top .top_tel p {
                font-size: 0.26rem;
                color: #333333;
                line-height: 0.28rem;
                height: 0.32rem;
                float: left;
                margin-top: 0.05rem;
                font-weight: bold;
                width: 2.34rem;
                overflow: hidden;
                font-style: italic;
                display: none;
            }

                .top .top_tel p span {
                    font-size: 0.26rem;
                    display: block;
                    line-height: 0.22rem;
                    font-weight: normal
                }
    /*菜单*/
    * html .clearfix {
        zoom: 1;
    }
    /* IE6 */
    *:first-child + html .clearfix {
        zoom: 1;
    }
    /* IE7 */
    .navbar {
        width: 100%;
        float: left;
        background: #155DCF;
        overflow: hidden;
    }

    .index-nav {
        width: 100%;
        height: auto;
        float: left;
        color: #fff;
        padding: 0;
        height: 0.75rem; /* line-height:0.8rem;*/
        background: none;
    }

    .index-nav-frame {
        width: 100%;
        margin: 0 auto;
    }

    .Nptline {
        float: left;
        display: block;
        outline: none;
        cursor: pointer;
        padding: 0.2rem 0.118rem;
        text-align: center;
        font-size: 0.26rem;
        position: relative;
        z-index: 999;
        border-left: 1px solid #fff;
        background: #155DCF;
    }

        .Nptline.active .Nptul, .Nptline:hover .Nptul {
            background: none;
            background: none;
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #fff;
            border-radius: 100px;
        }

        .Nptline:first-child {
            border: 0
        }

        .Nptline:hover .Nptcenter {
            height: auto;
            opacity: 1;
        }

        .Nptline .Nptul {
            color: #fff;
            float: left;
            width: 1.25rem;
            text-align: center;
            height: 0.34rem;
            line-height: 0.34rem;
            display: block;
        }

    .Nptcenter {
        width: 100%;
        border-top: 0;
        background: #155DCF;
        padding: 0.1rem 0.15rem;
        opacity: 0;
        display: block;
        top: 0.58rem;
        height: 0;
        position: absolute;
        overflow: hidden;
        transition: all 0.5s;
        margin-bottom: 1px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s; /* Firefox 4 */
        -o-transition: all 0.5s; /* Opera */
        transition: all .6s ease 0s;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .Nptcenter .Nptli {
            width: 100%;
            font-weight: normal;
            font-size: 0.24rem;
            text-align: center;
            color: #fff;
            float: left;
            margin: 0 auto;
            text-decoration: none;
            z-index: 99;
            padding: 0.1rem 0;
            border: 1px solid #155DCF;
        }

            .Nptcenter .Nptli a {
                color: #333;
                float: left;
                width: 100%;
            }

        .Nptcenter a:hover {
            border: 1px solid #fff;
            border-radius: 100px
        }

    .Nptline-focus:focus {
        display: none;
    }

    .navbar .home {
        margin-left: 0.1rem;
        margin-right: 0.15rem;
        display: none;
    }

        .navbar .home a {
            display: block;
            width: 1.64rem;
            height: 0.34rem;
            line-height: 0.34rem;
            text-align: center;
            border-radius: 100px;
            color: #1e1e1e;
            font-size: 0.26rem;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c8c8c8));
            background-image: linear-gradient(to bottom, #ffffff, #c8c8c8);
            -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
            margin: 0.12rem 0;
        }

            .navbar .home a i {
                margin-right: 0.08rem;
                position: relative;
                top: -0.02rem;
            }
    /*轮播广告*/
    .bn-alp-m {
        width: 100%;
        height: 3.75rem;
        position: relative;
        float: left;
        background: #ffed29 no-repeat;
        background-position: 50% 0%;
        overflow: hidden
    }

        .bn-alp-m ul, .bn-mobile li {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .bn-alp-m .abox {
            height: 100%;
            position: relative;
        }

            .bn-alp-m .abox li {
                width: 100%;
                height: 3.75rem;
                background-position: 50% 0%;
                background-repeat: no-repeat;
                background-color: #dddddd;
                background-size: cover;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 10;
            }

                .bn-alp-m .abox li.on {
                    z-index: 99;
                }

                .bn-alp-m .abox li img.bg {
                    display: none;
                }

                .bn-alp-m .abox li a.b {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

        .bn-alp-m .i {
            bottom: 0.25rem;
            left: 50%;
            margin-left: -0.5rem;
            text-align: center;
            position: absolute;
            z-index: 100;
        }

            .bn-alp-m .i i {
                display: inline-block;
                margin-right: 0.1rem;
                width: 0.15rem;
                height: 0.15rem;
                background: #000;
                opacity: .2;
                cursor: pointer; /* transition:0.3s all ease-in-out;*/
                border-radius: 50%;
            }

                .bn-alp-m .i i.on {
                    background-position: -1.3rem 0;
                    background: #007aff;
                    opacity: 1;
                }

    .bn-alp-pc {
        display: none
    }

    .bn-alp-m {
        display: block
    }

    .stitle {
        width: calc(100% - 0.4rem);
        float: left;
        text-align: center;
        color: #155DCF;
        font-size: 0.36rem;
        font-weight: 700;
        letter-spacing: 5px;
        background: url(../images/header/header_bg.png) no-repeat center center;
        margin-bottom: 0.1rem;
        margin: 0 0.2rem 0.2rem 0.2rem;
    }

        .stitle span {
            background: #fff
        }

    .sub-title {
        text-align: center;
        font-size: 0.28rem;
        line-height: 180%;
        width: 100%;
        float: left;
        margin-bottom: 0.3rem;
    }
    /*首页产品*/
    .spro {
        width: 100%;
        float: left;
        margin: 0.4rem 0
    }
        /*tab分类*/
        .spro .pavilion-inner {
            width: 100%;
            margin: 0 auto
        }

            .spro .pavilion-inner .tabs1 {
                padding: 0 0.2rem 0.5rem;
                overflow: hidden;
                text-align: center;
                width: calc(100% - 0.4rem);
            }

                .spro .pavilion-inner .tabs1 li a {
                    color: #333;
                    height: 0.8rem;
                    float: left;
                    border: 1px solid #155DCF;
                    border-radius: 100px;
                    padding: 0 0.2rem;
                    width: calc(100% - 0.4rem - 2px);
                }

                .spro .pavilion-inner .tabs1 li.on a {
                    color: #fff;
                    background: #155DCF;
                }

                .spro .pavilion-inner .tabs1 .li {
                    float: left;
                    padding: 0 0.21rem;
                    border: 1px solid #c9a467;
                    border-radius: 2px;
                    line-height: 0.36rem;
                    font-size: 0.26rem;
                    color: #c9a467;
                    letter-spacing: .35px
                }

                .spro .pavilion-inner .tabs1 li {
                    float: left;
                    display: inline-block;
                    border-radius: 2px;
                    line-height: 0.8rem;
                    font-size: 0.28rem;
                    color: #333;
                    letter-spacing: .35px;
                    width: calc(50% - 0.2rem);
                    text-align: center;
                    margin: 0 0.1rem 0.1rem;
                    cursor: pointer;
                }

                    .spro .pavilion-inner .tabs1 li a {
                        text-overflow: ellipsis;
                        -o-text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                    }

                    .spro .pavilion-inner .tabs1 li:first-child {
                        margin-left: 0;
                        margin: 0 0.1rem 0.1rem;
                    }

                    .spro .pavilion-inner .tabs1 li.on {
                        color: #fff;
                    }

                    .spro .pavilion-inner .tabs1 li > span {
                        display: inline-block;
                        vertical-align: middle
                    }

        /*tab内容*/
        .spro .tab-content-wrap {
            position: relative;
            width: 100%;
            float: left;
        }

    .tab-content { /* position:absolute;*/ /* top:0.65rem;*/
        transition: all .5s linear;
        opacity: 0;
        z-index: -1;
        height: 0;
        width: 100%;
        overflow: hidden;
    }

        .tab-content.show {
            height: auto;
            opacity: 1; /* top:0;*/
            z-index: 1
        }

        .tab-content .procontent {
            margin: 0 0.25rem 0.4rem;
            width: calc(50% - 0.5rem);
            float: left
        }

        .tab-content .li02 {
            float: left;
            background: #ffffff;
            overflow: hidden;
            position: relative;
            border: 1px solid #155DCF;
            border-radius: 5px;
            width: 100%;
        }

            .tab-content .li02 .img {
                float: left;
                height: 2.12rem;
                width: calc(100% - 0.08rem);
                background: #ffffff;
                overflow: hidden;
                position: relative;
                margin: 0.04rem;
            }

            .tab-content .li02 img {
                width: 100%;
                height: auto;
                position: absolute;
                margin: auto;
                left: -100%;
                right: -100%;
                top: -100%;
                bottom: -100%;
            }

            .tab-content .li02 h3 {
                width: calc(100% - 0.1rem);
                padding: 0 0.05rem;
                height: 0.6rem;
                line-height: 0.6rem;
                color: #fff;
                font-size: 0.26rem;
                font-weight: normal;
                text-align: center;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                background: #155DCF;
                z-index: 5;
            }

            .tab-content .li02:hover h3 {
                background: #023793;
                transition: all 0.4s
            }

            .tab-content .li02:hover h3 {
                color: #fff
            }

            .tab-content .li02:hover img {
                transform: scale(1.1);
                transition: all 0.4s
            }

        .tab-content .des {
            float: left;
            width: 100%;
            margin-top: 0.1rem;
        }

            .tab-content .des .txt {
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                ;
                width: 100%;
                font-size: 0.24rem;
                line-height: 0.4rem;
            }

            .tab-content .des i {
                font-style: normal;
                padding-right: 0.04rem;
                font-size: 0.26rem;
            }

        .tab-content .contact_btn {
            margin-top: 0.1rem;
            word-spacing: -4px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            float: left;
            width: 100%;
        }

            .tab-content .contact_btn a {
                display: inline-block;
                width: 1.5rem;
                height: 0.6rem;
                line-height: 0.6rem;
                border: 1px solid #2f75e3;
                border-radius: 5px;
                text-align: center;
                color: #2f75e3;
            }

            .tab-content .contact_btn .more {
                background: #2f75e3;
                color: #fff;
            }

            .tab-content .contact_btn a:hover {
                background: #155DCF;
                color: #fff;
            }
    /*优势*/
    .advys {
        width: 100%;
        float: left;
        padding: 0.5rem 0
    }

        .advys .header {
            width: 90%;
            text-align: center;
            margin: 0 auto;
        }

            .advys .header .left-title {
                width: 4.75rem;
                position: relative;
                left: 0.25rem;
                float: left;
                display: none;
            }

                .advys .header .left-title .title {
                    line-height: 0.9rem;
                    font-size: 0.46rem;
                    text-align: center;
                    color: #000;
                    font-weight: bold;
                    overflow: hidden;
                    padding: 0 0.5rem;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .advys .header .left-title::before {
                    content: "";
                    display: block;
                    width: 5.32rem;
                    height: 0.93rem;
                    background: url(../images/header/adv_f_header.png) no-repeat;
                    position: absolute;
                    left: -0.26rem;
                }

            .advys .header .right-title {
                position: relative;
                top: auto;
                right: auto;
                height: 1.3rem;
            }

                .advys .header .right-title .sub-title {
                    width: 100%;
                    color: #666;
                    font-size: 0.28rem;
                    margin-bottom: 0.1rem;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    word-break: break-all;
                    position: absolute;
                    bottom: 0;
                }

                .advys .header .right-title .main-title {
                    position: relative;
                    width: 100%;
                    height: 0.57rem;
                    line-height: 0.57rem;
                    color: #333;
                    font-size: 0.46rem;
                    font-weight: 700;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    z-index: 1;
                    padding-left: 0;
                    padding-right: 0;
                    text-align: center;
                }

                    .advys .header .right-title .main-title::before {
                        content: none;
                        display: block;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 0px 0.2rem 0.57rem 0.3rem;
                        width: 100%;
                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: -1;
                        border-color: #fff;
                    }

        .advys .yscontent {
            width: calc(100% - 0.5rem);
            float: left;
            margin-top: 0.4rem;
            padding: 0 0.25rem;
        }

            .advys .yscontent li {
                float: left;
                width: 100%;
                margin-top: 0.35rem
            }

                .advys .yscontent li .leftimg {
                    float: left;
                    width: 100%;
                    height: 4.65rem;
                    position: relative;
                }

                    .advys .yscontent li .leftimg img {
                        max-width: 100%;
                        max-height: 100%;
                        position: absolute;
                        margin: auto;
                        left: 0;
                        top: 0;
                        bottom: 0;
                        right: 0;
                    }

                .advys .yscontent li .rightcontent {
                    float: left;
                    padding: 0.2rem;
                    background: #f3f3f3;
                    width: calc(100% - 0.4rem);
                    margin-top: 0;
                    position: relative;
                    height: auto;
                }

                    .advys .yscontent li .rightcontent .num {
                        width: 0.93rem;
                        height: 0.93rem;
                        line-height: 0.93rem;
                        text-align: center;
                        font-size: 0.55rem;
                        font-weight: 700;
                        color: #fff;
                        position: relative;
                        background: #155DCF;
                        top: auto;
                        right: auto;
                    }

                    .advys .yscontent li .rightcontent .title {
                        font-size: 0.38rem;
                        font-weight: bold;
                        margin-top: 0.3rem;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        white-space: nowrap;
                        color: #155DCF
                    }

                    .advys .yscontent li .rightcontent .subtitle {
                        font-size: 0.3rem;
                        color: #000;
                        margin-top: 25px;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        white-space: nowrap;
                    }

                    .advys .yscontent li .rightcontent .intro {
                        margin-top: 20px;
                        font-size: 3px;
                        color: #666;
                        line-height: 160%;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        overflow: hidden;
                    }

            .advys .yscontent .li02 .leftimg {
                float: right;
            }

            .advys .yscontent .li02 .rightcontent {
                text-align: right;
            }

                .advys .yscontent .li02 .rightcontent .num {
                    left: auto;
                    position: absolute;
                    right: 0.2rem;
                }

                .advys .yscontent .li02 .rightcontent .title {
                    padding-top: 0.93rem;
                }

    .scase {
        width: 100%;
        float: left;
        margin: 0.4rem 0;
    }

        .scase .tab-content {
            opacity: 1;
            height: auto;
        }
    /*关于我们*/
    .sabout {
        width: 100%;
        float: left;
        margin-bottom: 0.4rem;
    }

        .sabout .gsimg {
            width: calc(100% - 0.3rem);
            height: 4rem;
            float: left;
            position: relative;
            margin: 0 0.15rem;
        }

            .sabout .gsimg img {
                width: 100%;
                height: auto;
                position: absolute;
                margin: auto;
                left: 0;
                top: 0;
                bottom: 0;
            }

        .sabout .gscont {
            width: calc(100% - 0.4rem);
            float: right;
            position: relative;
            margin: 0.4rem 0.2rem;
        }

            .sabout .gscont .en {
                text-transform: uppercase;
                font-size: 0.72rem;
                color: #f4f4f4;
                line-height: 1;
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
            }

            .sabout .gscont .s-title {
                font-size: 0.36rem;
                color: #000;
                font-weight: 700;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-top: 0.4rem;
                margin-bottom: 0.05rem;
            }

            .sabout .gscont .en-title {
                text-transform: uppercase;
                color: #666;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .sabout .gscont .gs-info {
                margin-top: 0.2rem;
                margin-bottom: 0.26rem;
                word-break: break-all;
                line-height: 0.4rem;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 5;
                -webkit-box-orient: vertical;
            }

            .sabout .gscont .about-link a {
                display: inline-block;
                width: 1.5rem;
                height: 0.7rem;
                line-height: 0.7rem;
                text-align: center;
                color: #fff;
                background: #155DCF;
                margin-right: 0.2rem;
            }

                .sabout .gscont .about-link a:hover {
                    background: #2f75e3;
                }
    /*首页联系我们*/
    .contact {
        width: 100%;
        float: left;
        margin-bottom: 0.2rem;
    }

        .contact .stitle span {
            background: #f6f6f6;
        }

        .contact .chat-list {
            width: calc(100% - 0.9rem);
            float: left;
            margin-left: 0.6rem;
            padding: 0.15rem;
            border: 1px solid #d3d3d3;
            border-radius: 5px;
            height: auto;
            margin: 0.4rem 0.3rem 0 !important;
        }

            .contact .chat-list .chattitle {
                text-align: center;
                font-size: 0.3rem;
                padding-bottom: 0.3rem;
                border-bottom: 1px solid #d3d3d3;
                margin-bottom: 0.2rem;
                color: #155DCF;
                padding-top: 0.2rem;
            }

            .contact .chat-list .call-warp, .contact .chat-list .contact-warp {
                padding: 0 0.18rem;
                height: 3.65rem;
                overflow: hidden;
                float: left;
                width: calc(100% - 0.36rem);
            }

                .contact .chat-list .call-warp ul li {
                    width: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    font-size: 0.24rem;
                    color: #666;
                    margin: 0.18rem 0 !important;
                }

                    .contact .chat-list .call-warp ul li p {
                        background: url(../images/header/cy.png) no-repeat 0 50%;
                        background-size: 0.14rem;
                        padding-left: 0.2rem
                    }

                    .contact .chat-list .call-warp ul li i, .contact .chat-list .call-warp ul li em {
                        font-style: normal
                    }

            .contact .chat-list .msg-warp {
                padding: 0 0.3rem;
                float: left;
                width: calc(100% - 0.6rem);
            }

                .contact .chat-list .msg-warp .form-group {
                    margin: 0.15rem 0 0.3rem;
                    float: left;
                    width: 100%;
                }

                    .contact .chat-list .msg-warp .form-group label {
                        margin-bottom: 0.14rem;
                        font-weight: 400;
                        float: left;
                        width: 100%;
                    }

                    .contact .chat-list .msg-warp .form-group input[type="text"] {
                        height: 0.8rem;
                        line-height: 0.8rem;
                        border: 1px solid #155DCF;
                        border-radius: 5px;
                        outline: 0;
                        padding: 0 0.15rem;
                        ;
                        width: calc(100% - 0.3rem - 2px);
                    }

                    .contact .chat-list .msg-warp .form-group textarea {
                        height: 1.2rem;
                        border: 1px solid #155DCF;
                        border-radius: 5px;
                        outline: 0;
                        padding: 0.15rem;
                        width: calc(100% - 0.3rem - 2px);
                        resize: none;
                    }

                    .contact .chat-list .msg-warp .form-group .code_left {
                        float: left;
                        width: 100%;
                    }

                        .contact .chat-list .msg-warp .form-group .code_left .text_code {
                            width: 45%;
                            float: left;
                            padding: 0 0.12rem;
                            background: #fff;
                            margin-bottom: 0px;
                        }

                        .contact .chat-list .msg-warp .form-group .code_left .code_div {
                            width: 1.90rem;
                            float: left;
                            padding: 0 0 0 0.12rem;
                        }

                            .contact .chat-list .msg-warp .form-group .code_left .code_div img {
                                width: 100%;
                                height: 100%;
                                float: left;
                            }

                    .contact .chat-list .msg-warp .form-group .btn_ipt {
                        color: #fff;
                        background: #155DCF;
                        text-align: center;
                        width: 96%;
                        float: left;
                        border-radius: 5px;
                        height: 0.80rem;
                        line-height: 0.80rem;
                        border: 0px;
                    }

    input::placeholder, textarea::placeholder {
        color: #155DCF
    }

    .contact .chat-list .msg-warp .form-btn {
        width: 100%;
        float: left
    }

        .contact .chat-list .msg-warp .form-btn a {
            color: #fff;
            background: #155DCF;
            text-align: center;
            width: 100%;
            float: left;
            border-radius: 5px;
            height: 0.8rem;
            line-height: 0.8rem;
        }

            .contact .chat-list .msg-warp .form-btn a:hover {
                background: #2f75e3;
            }

    .contact .chat01, .contact .chat03 {
        display: none;
    }

    .sy .chat01 {
        display: block;
    }

    .c-item {
        margin-bottom: 0.05rem;
        line-height: 200%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .c-item label {
            display: block;
            font-weight: 400;
            margin-bottom: 0;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            color: #7b7b7b;
            margin-right: 0.05rem;
            width: 1.3rem;
            text-align: right;
        }

        .c-item .strong {
            font-weight: bold;
            color: #155DCF;
            font-style: italic
        }

        .c-item .c02 {
            display: none
        }

    .bottom {
        background: #155DCF;
        width: 100%;
        float: left;
        height: 0.3rem; /* line-height:0.4rem;*/
        padding-top: 0.1rem;
        display: none;
    }

        .bottom ul {
            float: left;
            width: 100%;
            text-align: center;
            margin: 0;
        }

            .bottom ul li {
                text-align: center;
                display: inline-block;
            }

                .bottom ul li a {
                    padding: 0 0.3rem;
                    float: left;
                    color: #fff;
                    border-right: 1px solid #ffffff61;
                }

    /*面包屑导航*/
    .page-nav {
        width: 12.6rem;
        float: left;
        padding: 0.2rem 0.15rem;
        color: #666;
    }

        .page-nav a {
            color: #666
        }

    .cpzs .page-nav {
        display: none
    }
    /*内页样式*/
    .container {
        width: 100%;
        float: left;
        padding-bottom: 0.6rem;
    }

        .container .allrow {
            width: calc(100% - 0.5rem);
            padding: 0 0.25rem;
            float: left;
        }
            /*内页左侧*/
            .container .allrow .cont-left {
                float: left;
                width: 2.92rem;
                display: none;
            }

            /*手机端左侧*/
            .container .allrow .m-left {
                width: 100%;
                display: block
            }

                .container .allrow .m-left .m-title {
                    text-align: center;
                    font-size: 0.5rem;
                    padding: 0.6rem 0;
                    position: relative;
                }

                    .container .allrow .m-left .m-title span {
                        width: 5rem;
                        height: 0.04rem;
                        position: absolute;
                        left: 50%;
                        margin-left: -2.5rem;
                        top: 50%;
                        background: #155DCF
                    }

                    .container .allrow .m-left .m-title p {
                        display: inline-block;
                        position: relative;
                        background: #fff;
                        padding: 0 0.2rem;
                        color: #155DCF;
                    }

                .container .allrow .m-left .tabs1 {
                    padding: 0 0.2rem 0.5rem;
                    overflow: hidden;
                    text-align: center;
                    width: calc(100% - 0.4rem);
                }

                    .container .allrow .m-left .tabs1 li a {
                        color: #155DCF;
                        height: 0.8rem;
                        width: calc(100% - 0.4rem - 2px);
                        float: left;
                        border: 1px solid #155DCF;
                        border-radius: 5px;
                        padding: 0 0.2rem;
                        text-overflow: ellipsis;
                        -o-text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                    }

            .container .allrow .cont-left.tabs1 li.on a {
                color: #fff;
                background: #155DCF;
            }

            .container .allrow .m-left .tabs1 li {
                float: left;
                display: inline-block;
                border-radius: 2px;
                line-height: 0.8rem;
                font-size: 0.28rem;
                color: #333;
                letter-spacing: .35px;
                width: calc(50% - 0.4rem);
                text-align: center;
                margin: 0 0.2rem 0.2rem;
                cursor: pointer;
            }

                .container .allrow .m-left .tabs1 li.on {
                    color: #fff;
                }

                    .container .allrow .m-left .tabs1 li.on a {
                        color: #fff;
                        background: #155DCF;
                    }

                .container .allrow .m-left .tabs1 li > span {
                    display: inline-block;
                    vertical-align: middle;
                }
    /*内页右侧产品中心*/
    .all-right {
        float: right;
        width: 100%;
        border: 0;
        border-top: 0;
        position: relative;
        padding-bottom: 0.5rem;
        border-radius: 3px 3px 0 0;
    }

        .all-right .all-title {
            padding: 0.1rem 0.25rem;
            color: #fff;
            background: #155DCF;
            border-radius: 3px 3px 0 0;
            display: none;
        }

        .all-right .product-list {
            float: left;
            margin-top: 0.4rem;
            width: 100%;
        }

            .all-right .product-list .product-item {
                float: left;
                padding: 0 0.15rem 0.2rem 0.15rem;
                width: calc(50% - 0.3rem);
            }

                .all-right .product-list .product-item .img {
                    width: 100%;
                    height: 2rem;
                    float: left;
                    position: relative;
                    border: 1px solid #eee;
                    overflow: hidden;
                }

                    .all-right .product-list .product-item .img img {
                        max-width: initial;
                        max-height: initial;
                        width: 100%;
                        height: auto;
                        margin: auto;
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 0;
                        bottom: 0
                    }

                    .all-right .product-list .product-item .img video {
                        max-width: initial;
                        max-height: initial;
                        width: 100%;
                        height: auto;
                        margin: auto;
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 0;
                        bottom: 0
                    }

                .all-right .product-list .product-item .cptitle {
                    margin-top: 0.1rem;
                    float: left;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    text-align: center;
                    width: 100%;
                }
    /*翻页*/
    div.m-page {
        float: left;
        overflow: hidden;
        margin: 0.25rem auto 0;
        padding: 0.1rem 0;
        width: 100%;
        height: auto;
        text-align: center;
    }

    ul.pagination {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        ul.pagination .page {
            display: inline;
        }

            ul.pagination .page:hover a {
                background: #004dac;
                color: #fff
            }

            ul.pagination .page a {
                float: left;
                margin: 0 0.1rem;
                padding: 0.1rem 0.28rem;
                border: 1px solid #ddd;
                color: #333;
                text-decoration: none;
                font-size: 0.24rem;
                background: #f3f3f3;
            }

            ul.pagination .page.thisclass a, ul.pagination li a.active {
                border: 1px solid #155dcf;
                color: #fff;
                cursor: default;
            }

            ul.pagination .page.thisclass a {
                background-color: #155dcf;
            }

    /*新闻列表*/
    .all-right .news-list {
        float: left;
        padding: 0.15rem 0 0;
        width: 100%;
    }

        .all-right .news-list .news-item {
            display: block;
            overflow: hidden;
            border-bottom: 1px dashed #DDD;
            line-height: 0.8rem;
            color: #666;
        }

            .all-right .news-list .news-item .title {
                float: left;
                width: calc(100% - 0.2rem);
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #666;
                position: relative;
                padding-left: 0.2rem;
                font-size: 0.26rem;
                transition: all .5s ease;
            }

                .all-right .news-list .news-item .title:before {
                    content: "";
                    width: 0.08rem;
                    height: 0.08rem;
                    background: #666;
                    position: absolute;
                    border-radius: 50%;
                    left: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

            .all-right .news-list .news-item .date {
                float: right;
                color: #999;
                ;
                ;
                display: none;
            }

            .all-right .news-list .news-item:hover .title {
                color: #155DCF;
                transition: all .5s ease;
                margin-left: 0.1rem
            }

    .about-main {
        padding: 0.25rem 0 0;
        float: left;
        width: 100%;
        line-height: 0.4rem;
    }

        .about-main img {
            max-width: 100%
        }

    .contact-main {
        padding: 0.2rem 0;
        width: 100%;
        float: left;
    }

        .contact-main h2 {
            color: #155DCF;
            font-weight: 600;
            padding: 0.3rem 0;
            font-size: 0.4rem;
            text-align: center;
            background: #d0def6;
            margin-bottom: 0.4rem;
        }
    /*新闻详情页*/
    .news-cont {
        width: 100%;
        float: left
    }

        .news-cont .cont-top {
            text-align: center;
            border-bottom: 1px solid #efefef;
            padding-bottom: 0.2rem;
            margin-top: 0.2rem;
            margin-bottom: 0.3rem;
        }

            .news-cont .cont-top h2 {
                font-weight: 400;
                font-size: 0.36rem;
                margin-bottom: 0.15rem;
                line-height: 1.5em;
            }

            .news-cont .cont-top p {
                line-height: 0.2rem;
            }

                .news-cont .cont-top p span {
                    width: 0.2rem;
                    height: 0.2rem;
                }

                    .news-cont .cont-top p span img {
                        max-width: 0.3rem;
                        padding-right: 0.05rem;
                    }

        .news-cont .news-des {
            color: #666;
            padding: 0 0.15rem;
            line-height: 2em;
        }

            .news-cont .news-des img {
                max-width: 100%;
            }

    .page-pre {
        padding: 0.4rem 0.15rem 0;
        float: left;
        position: relative;
    }

    .paging_prev {
        float: left;
        width: 100%;
        line-height: 0.4rem;
    }
    /*产品详情*/
    .pro-cont {
        width: 100%;
        float: left
    }

        .pro-cont .pro-row {
            padding: 0;
            margin-top: 0.25rem;
            float: left;
            width: 100%;
        }

            .pro-cont .pro-row .Prow-left {
                float: left;
                width: 100%;
                border: 0;
                padding: 0;
                text-align: center;
                position: relative;
                height: 5rem;
                overflow: hidden;
            }

                .pro-cont .pro-row .Prow-left img {
                    max-width: 100%;
                    max-height: 100%;
                    position: absolute;
                    margin: auto;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                }

                .pro-cont .pro-row .Prow-left video {
                    max-width: 100%;
                    max-height: 100%;
                    position: absolute;
                    margin: auto;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                }

                .pro-cont .pro-row .Prow-left .prw_img {
                    display: none;
                    width: 100%;
                    height: 100%;
                }

                .pro-cont .pro-row .Prow-left .on {
                    display: block;
                }

            .pro-cont .pro-row .Prow-right {
                float: right;
                width: 100%;
            }

                .pro-cont .pro-row .Prow-right h2 {
                    font-size: 0.42rem;
                    margin: 0.2rem 0;
                }

                .pro-cont .pro-row .Prow-right .pro-info {
                    color: #919191;
                    padding: 0.1rem 0 0.3rem;
                }

                    .pro-cont .pro-row .Prow-right .pro-info .color {
                        color: #155DCF
                    }

                .pro-cont .pro-row .Prow-right .pro-contact {
                    padding: 0.6rem 0.2rem;
                    background: #f8f8f8;
                    border: 1px solid #e5e5e5;
                    border-radius: 5px;
                    text-align: center;
                }

                    .pro-cont .pro-row .Prow-right .pro-contact p {
                        color: #666;
                    }

                        .pro-cont .pro-row .Prow-right .pro-contact p span {
                            font-size: 0.3rem;
                            color: #155DCF;
                            font-weight: bold;
                        }

                    .pro-cont .pro-row .Prow-right .pro-contact .pro-btn {
                        position: relative;
                        display: inline-block;
                        vertical-align: middle;
                        margin-top: 0.15rem;
                    }

                        .pro-cont .pro-row .Prow-right .pro-contact .pro-btn a {
                            width: 1.3rem;
                            height: 0.4rem;
                            line-height: 0.4rem;
                            border-radius: 5px;
                            background: #155DCF;
                            color: #fff;
                            text-align: center;
                            display: inline-block;
                            margin-right: 0.1rem;
                        }

                    .pro-cont .pro-row .Prow-right .pro-contact .pc-btn {
                        display: none;
                    }

                    .pro-cont .pro-row .Prow-right .pro-contact .m-btn a {
                        padding: 0.2rem 0.5rem;
                    }

        .pro-cont .pro-center {
            margin: 0.25rem 0;
            background: #f1f1f1;
            height: 0.8rem;
            float: left;
            width: 100%;
        }

            .pro-cont .pro-center p {
                line-height: 0.8rem;
                width: 1.8rem;
                height: 0.8rem;
                background: #e6e6e6;
                font-size: 0.28rem;
                text-align: center;
            }

        .pro-cont .pro-des {
            padding: 0;
            line-height: 2em;
            width: 100%;
            float: left;
        }

            .pro-cont .pro-des img {
                max-width: 100% !important;
                width: auto !important;
                height: auto !important;
            }

    .bottom2 {
        margin-bottom: 0.7rem;
        line-height: 0.4rem;
        width: 90%;
        padding: 0.3rem 5% 0 5%;
        font-size: 0.2rem;
    }

    /*在线客服*/
    .zxkfs {
        position: fixed;
        right: 5px;
        bottom: 40%;
        z-index: 200;
        border-radius: 5px;
        width: 0px;
        height: 0px;
        padding: 0px;
        background-color: #00a1ec !important;
    }

        .zxkfs .list {
            margin: 0;
            padding: 0;
        }

            .zxkfs .list .item {
                position: relative;
                text-align: center;
                padding-top: 15px;
                padding-bottom: 15px;
                text-decoration: none;
                display: none;
            }

                .zxkfs .list .item:not(:nth-child(3)) {
                    margin-left: 18px;
                    margin-right: 18px;
                    cursor: pointer;
                    position: relative;
                }

                .zxkfs .list .item:first-child {
                    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
                }

                .zxkfs .list .item:not(:nth-child(3)) > p {
                    color: #fff;
                }

                .zxkfs .list .item i {
                    color: #fff;
                    font-size: 32px;
                }

                .zxkfs .list .item .iconfont {
                    font-family: "iconfont" !important;
                    font-size: 16px;
                    font-style: normal;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    vertical-align: middle;
                }

                .zxkfs .list .item .icon-tel {
                    background: url(../images/pic/top_tel04.png) 0 0 no-repeat;
                    width: 33px;
                    height: 33px;
                    display: block;
                    margin: 0 auto;
                    background-size: 100%;
                }

                .zxkfs .list .item .icon-edit {
                    background: url(../images/pic/tongji02.png) 0 0 no-repeat;
                    width: 33px;
                    height: 33px;
                    display: block;
                    margin: 0 auto;
                    background-size: 100%;
                }

            .zxkfs .list .item2 {
                position: relative;
                text-align: center;
                padding-top: 15px;
                padding-bottom: 15px;
                margin-left: -65px;
                margin-top: -65px;
                text-decoration: none;
                display: block;
            }

    .chanpzs22 {
        height: auto;
        overflow: hidden;
        float: left;
        width: 100%;
        position: relative;
        max-height: 9rem;
        padding-bottom: 0.6rem;
    }

        .chanpzs22 .more22 {
            position: absolute;
            bottom: 0rem;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: auto;
            left: 50%;
            width: 1.5rem;
            height: 0.5rem;
            line-height: 0.5rem;
            background: #155DCF;
            text-align: center;
            color: #ffffff;
            padding: 0;
            border-radius: 0.1rem
        }

        .chanpzs22 a {
            width: 100%;
            float: left;
            padding: 0.1rem 0 0.1rem 0;
        }

            .chanpzs22 a h2 {
                width: calc(100% - 0.4rem);
                float: left;
                font-weight: bold;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                padding: 0rem 0 0.2rem 0;
                position: relative;
                padding-left: 0.4rem;
                font-size: 0.24rem;
                height: 0.35rem;
                line-height: 0.35rem
            }

                .chanpzs22 a h2:before {
                    content: "问";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 0.35rem;
                    height: 0.35rem;
                    background: #155DCF;
                    text-align: center;
                    font-size: 0.2rem;
                    color: #ffffff;
                    font-weight: normal;
                    line-height: 0.35rem
                }

            .chanpzs22 a p {
                width: calc(100% - 0.4rem);
                float: left;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                line-height: 1.6;
                position: relative;
                padding-left: 0.4rem;
                font-size: 0.24rem;
                color: #7E7E7E
            }

                .chanpzs22 a p:before {
                    content: "答";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 0.35rem;
                    height: 0.35rem;
                    background: #fdd000;
                    text-align: center;
                    font-size: 0.2rem;
                    color: #000;
                    font-weight: normal;
                    line-height: 0.35rem
                }
}
