﻿@charset "utf-8";
/* CSS Document */
* {
    box-sizing: content-box;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 0.14rem;
    color: #333333;
    font-family: "微软雅黑";
    min-width: 12.9rem;
}

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

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animationName {
    animation-name: sfs !important;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.animation-delay-100 {
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s
}

.animation-delay-200 {
    -webkit-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s
}

.animation-delay-300 {
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .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;
        width: 265px;
        height: 0.5rem;
        overflow: hidden;
        background-size: 39%;
        font-size: 0.16rem;
        color: #155DCF;
        font-weight: bold;
        padding-left: 0.15rem;
    }

    .headbar .tstell {
        padding-right: 0.15rem
    }

        .headbar .tstell strong {
            color: #FF0000;
            font-size: 0.16rem;
        }

    .headbar .logobar a {
        width: 0.9rem;
        background-size: 100%;
    }

    .headbar .main .li02 {
        float: left;
        height: 0.5rem;
    }

        .headbar .main .li02 .pl10 {
            font-size: 0.14rem;
            color: #666666;
            padding-left: 0.1rem !important;
            float: left;
            line-height: 0.5rem;
        }

        .headbar .main .li02 a, .topzhs114 ul .li02 a:hover {
            color: #ff5600;
            float: left;
            line-height: 0.5rem;
            padding-left: 0.05rem
        }

    .headbar .main .li03 {
        float: right;
        background: url(../images/header/common-nav.png) no-repeat 0px 0.17rem;
        padding-right: 0.2rem;
        padding-left: 0.2rem;
        line-height: 0.5rem;
    }

        .headbar .main .li03 a, .headbar .main .li04 {
            color: #666666;
        }

            .headbar .main .li03 a:hover, .topzhs114 ul .li04:hover {
                color: #ff5600;
            }

    .headbar .main .li04 {
        float: right;
        padding-right: 0.2rem;
        line-height: 0.5rem;
    }

.main {
    width: 12.9rem;
    margin: auto;
}

.top {
    padding: 0.1rem 0;
    height: 1.1rem;
    width: 100%;
    float: left;
}

    .top .logo {
        display: block;
        padding-right: 10px;
        height: 0.8rem;
        margin-top: 0.1rem;
        padding-left: 0.15rem;
        max-width: 2.9rem;
        overflow: hidden;
    }

        .top .logo a img {
            height: auto;
            width: auto;
            max-width: 2.9rem;
            max-height: 0.8rem;
            object-fit: contain;
        }

        .top .logo a {
            display: block;
            height: 100%;
            width: auto;
            line-height: 0.8rem;
        }

    .top .logo_2 {
        display: block;
        height: 0.7rem;
        padding: 0.2rem 0 0 0.15rem;
    }

        .top .logo_2 .gs-title {
            display: block;
            font-size: 0.28rem;
            line-height: 0.32rem;
            color: #333;
            max-width: 7rem;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            min-width: 3.6rem;
        }

        .top .logo_2 .gs-detail {
            display: block;
            font-size: 0.12rem;
            line-height: 0.24rem;
            color: #666;
            margin-top: 0.1rem;
            width: 7rem;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .top .logo_2 p {
            float: left;
        }

        .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: 1px;
                height: 0.12rem;
                background: #ddd;
                right: 0;
                top: 50%;
                margin-top: -0.06rem;
            }

            .top .logo_2 .vip span {
                color: #ff3434;
            }

    .top .top_tel {
        width: 2rem;
        height: 0.8rem;
        display: block;
        overflow: hidden;
        background: url(../images/header/top_tel.png) no-repeat 0px 0.05rem;
        padding-left: 0.57rem;
        margin-top: 0.28rem;
        background-size: 0.45rem;
        font-style: italic;
    }

        .top .top_tel i {
            float: left;
            width: 1.84rem;
            display: block;
            color: #155DCF;
        }

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

            .top .top_tel p span {
                font-size: 0.16rem;
                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;
}

.index-nav {
    width: 12.9rem;
    height: auto;
    background: #155DCF;
    float: left;
    color: #fff;
    padding: 0 0 0 0.15rem;
}

.index-nav-frame {
    width: 100%;
    margin: 0 auto;
}

.Nptline {
    float: left;
    display: block;
    outline: none;
    cursor: pointer;
    padding: 0.12rem 0.05rem 0.12rem 0;
    text-align: center;
    font-size: 0.16rem;
    position: relative;
    z-index: 999;
}

    .Nptline.active .Nptul, .Nptline:hover .Nptul {
        background: #ffffff;
        background: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#c8c8c8));
        background: 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);
        color: #155DCF;
        border-radius: 100px;
    }

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

    .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.16rem;
        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-pc {
    width: 100%;
    height: 5rem;
    position: relative;
    float: left;
    background: #ffed29 no-repeat;
    background-position: 50% 0%;
    overflow: hidden
}

    .bn-alp-pc ul, .bn-alp-pc li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .bn-alp-pc .abox {
        height: 100%;
        position: relative;
    }

        .bn-alp-pc .abox li {
            width: 100%;
            height: 5rem;
            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-pc .abox li.on {
                z-index: 99;
            }

            .bn-alp-pc .abox li img.bg {
                display: none;
            }

            .bn-alp-pc .abox li a.b {
                display: block;
                width: 100%;
                height: 100%;
            }

    .bn-alp-pc .i {
        bottom: 0.25rem;
        left: 50%;
        margin-left: -0.5rem;
        text-align: center;
        position: absolute;
        z-index: 100;
    }

        .bn-alp-pc .i i {
            display: inline-block;
            margin-right: 0.1rem;
            width: 0.1rem;
            height: 0.1rem;
            background: #000;
            opacity: .2;
            cursor: pointer; /* transition:0.3s all ease-in-out;*/
            border-radius: 50%;
        }

            .bn-alp-pc .i i.on {
                background-position: -1.3rem 0;
                background: #007aff;
                opacity: 1;
            }

.bn-alp-pc {
    display: block
}

.bn-alp-m {
    display: none
}

.stitle {
    width: 100%;
    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;
}

    .stitle span {
        background: #fff
    }

.sub-title {
    text-align: center;
    font-size: 0.18rem;
    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: 12.9rem;
        margin: 0 auto
    }

        .spro .pavilion-inner .tabs1 {
            padding: 0 0.1rem 0.5rem;
            overflow: hidden;
            text-align: center;
            width: 100%;
        }

            .spro .pavilion-inner .tabs1 li a {
                color: #333;
                height: 0.49rem;
                float: left;
                border: 1px solid #155DCF;
                border-radius: 100px;
                padding: 0 0.2rem;
                width: 2.2rem;
            }

            .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.16rem;
                color: #c9a467;
                letter-spacing: .35px
            }

            .spro .pavilion-inner .tabs1 li { /* float:left;*/
                display: inline-block;
                border-radius: 2px;
                line-height: 0.49rem;
                font-size: 0.18rem;
                color: #333;
                letter-spacing: .35px;
                width: 2.6rem;
                text-align: center;
                margin-left: 0.2rem;
                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
                }

                .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.15rem 0.4rem 0.15rem;
        width: 2.92rem;
        float: left
    }

    .tab-content .li02 {
        float: left;
        background: #ffffff;
        overflow: hidden;
        position: relative;
        border: 1px solid #155DCF;
        border-radius: 5px;
        width: 2.9rem;
    }

        .tab-content .li02 .img {
            float: left;
            height: 2.12rem;
            width: 2.82rem;
            background: #ffffff;
            overflow: hidden;
            position: relative;
            margin: 0.04rem;
        }

        .tab-content .li02 img {
            width: auto;
            height: 100%;
            position: absolute;
            margin: auto;
            left: -100%;
            right: -100%;
            top: -100%;
            bottom: -100%;
        }

        .tab-content .li02 h3 {
            width: 2.8rem;
            padding: 0 0.05rem;
            height: 0.6rem;
            line-height: 0.6rem;
            color: #fff;
            font-size: 0.16rem;
            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.14rem;
            line-height: 0.24rem;
        }

        .tab-content .des i {
            font-style: normal;
            padding-right: 0.04rem;
            font-size: 0.16rem;
        }

    .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.29rem;
            height: 0.4rem;
            line-height: 0.38rem;
            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: 78%;
        text-align: center;
        margin: 0 auto;
    }

        .advys .header .left-title {
            width: 4.75rem;
            position: relative;
            left: 0.25rem;
            float: left;
        }

            .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: 0.13rem;
            right: 0.25rem;
        }

            .advys .header .right-title .sub-title {
                width: 4.82rem;
                color: #666;
                font-size: 0.16rem;
                margin-bottom: 0.1rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                word-break: break-all;
            }

            .advys .header .right-title .main-title {
                position: relative;
                width: 4.82rem;
                height: 0.57rem;
                line-height: 0.57rem;
                color: #fff;
                font-size: 0.32rem;
                font-weight: 700;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                z-index: 1;
                padding-left: 0.3rem;
                padding-right: 0.1rem;
                text-align: center;
            }

                .advys .header .right-title .main-title::before {
                    content: "";
                    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: transparent #155DCF #155DCF transparent;
                }

    .advys .yscontent {
        width: 12.6rem;
        float: left;
        margin-top: 1rem;
        padding: 0 0.15rem;
    }

        .advys .yscontent li {
            float: left;
            width: 100%;
            margin-top: 0.35rem
        }

            .advys .yscontent li .leftimg {
                float: left;
                width: 5.95rem;
                height: 3.93rem;
                position: relative;
            }

                .advys .yscontent li .leftimg img {
                    max-width: 100%;
                    max-height: 100%;
                    position: absolute;
                    margin: auto;
                    left: 0;
                    top: 0;
                    bottom: 0;
                }

            .advys .yscontent li .rightcontent {
                float: right;
                padding: 0.3rem 0.65rem;
                background: #f3f3f3;
                width: 5.35rem;
                margin-top: 1.23rem;
                position: relative;
                height: 2.1rem;
            }

                .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: absolute;
                    background: #155DCF;
                    top: -40px;
                    right: 59px
                }

                .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: 21px;
                    color: #000;
                    margin-top: 25px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }

                .advys .yscontent li .rightcontent .intro {
                    margin-top: 20px;
                    font-size: 18px;
                    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: 0.59rem
            }

.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: 5.9rem;
        height: 3.5rem;
        float: left;
        position: relative;
        margin-left: 0.15rem;
        overflow: hidden;
        background: #f7f7f7
    }

        .sabout .gsimg img {
            width: 100%;
            height: auto;
            position: absolute;
            margin: auto;
            left: 0;
            top: 0;
            bottom: 0;
        }

    .sabout .gscont {
        width: 6.25rem;
        float: right;
        position: relative;
        margin-right: 0.15rem;
    }

        .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.26rem;
            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.26rem;
            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.34rem;
            height: 0.44rem;
            line-height: 0.44rem;
            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.4rem;
}

    .contact .stitle span {
        background: #ffffff;
    }

    .contact .chat-list {
        width: 3.58rem;
        float: left;
        margin-left: 0.58rem;
        padding: 0.15rem;
        border: 1px solid #d3d3d3;
        border-radius: 5px;
        height: 6.28rem;
        margin-top: 0.4rem;
    }

        .contact .chat-list .chattitle {
            text-align: center;
            font-size: 0.2rem;
            padding-bottom: 0.15rem;
            border-bottom: 1px solid #d3d3d3;
            margin-bottom: 0.2rem;
            color: #155DCF
        }

        .contact .chat-list .call-warp, .contact .chat-list .contact-warp {
            padding: 0 0.18rem;
            height: 5.62rem;
            overflow: hidden;
            float: left;
            width: 3.12rem;
        }

            .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.12rem;
                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.18rem;
            float: left;
            width: 3.12rem;
        }

            .contact .chat-list .msg-warp .form-group {
                margin-bottom: 0.15rem;
                float: left;
                width: 100%;
            }

                .contact .chat-list .msg-warp .form-group label {
                    margin-bottom: 0.14rem;
                    font-weight: 400;
                    float: left;
                }

                .contact .chat-list .msg-warp .form-group input[type="text"] {
                    height: 0.42rem;
                    line-height: 0.42rem;
                    border: 1px solid #155DCF;
                    border-radius: 5px;
                    outline: 0;
                    padding: 0 0.12rem;
                    width: 2.8rem;
                }

                .contact .chat-list .msg-warp .form-group textarea {
                    height: 0.8rem;
                    border: 1px solid #155DCF;
                    border-radius: 5px;
                    outline: 0;
                    padding: 0.12rem;
                    width: 2.8rem;
                    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.00rem;
                        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.48rem;
                    line-height: 0.48rem;
                    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.48rem;
        line-height: 0.48rem
    }

        .contact .chat-list .msg-warp .form-btn a:hover {
            background: #2f75e3;
        }

.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: 0.7rem;
        text-align: right;
    }

    .c-item .strong {
        font-weight: bold;
        color: #155DCF;
        font-style: italic
    }

.bottom {
    background: #155DCF;
    width: 100%;
    float: left;
    height: 0.3rem; /* line-height:0.4rem;*/
    padding-top: 0.1rem;
}

    .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
    }
/*内页样式*/
.container {
    width: 100%;
    float: left;
    padding-bottom: 0.6rem;
}

    .container .allrow {
        width: 12.6rem;
        padding: 0 0.15rem;
        float: left;
    }
        /*内页左侧*/
        .container .allrow .cont-left {
            float: left;
            width: 2.92rem;
        }

        .container .allrow .pro-left {
            float: left;
            width: 2.9rem;
            border: 1px solid #d1d1d1;
            position: relative;
            overflow: hidden;
            border-radius: 4px;
            margin-bottom: 0.3rem;
        }

            .container .allrow .pro-left .p-title {
                border-radius: 3px 3px 0 0;
                padding: 0.1rem 0.1rem 0.1rem 0.4rem;
                color: #fff;
                background: url(../images/header/lanmbg.png) #155DCF no-repeat 8px 50%;
                background-size: 0.2rem;
            }

            .container .allrow .pro-left .pro-list {
                padding: 0.2rem
            }

                .container .allrow .pro-left .pro-list .pro-item {
                    margin-bottom: 0.2rem;
                    color: #155DCF;
                    font-size: 0.14rem;
                    float: left;
                    width: 100%;
                }

                .container .allrow .pro-left .pro-list .one {
                    display: block;
                    padding: 0.09rem 0.1rem;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    border: 1px solid;
                    border-radius: 4px;
                    position: relative;
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                    line-height: 0.2rem;
                    background: #e8effb;
                }

                    .container .allrow .pro-left .pro-list .one:before {
                        content: "";
                        position: absolute;
                        display: inline-block;
                        border: 0.06rem solid transparent;
                        border-left: 0.06rem solid #155DCF;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                        border-radius: 2px;
                    }

                .container .allrow .pro-left .pro-list .pro-item.active .one, .container .allrow .pro-left .pro-list .pro-item .one:hover {
                    background: #155DCF
                }

                    .container .allrow .pro-left .pro-list .pro-item.active .one:before, .container .allrow .pro-left .pro-list .pro-item .one:hover:before {
                        border: 0.06rem solid transparent;
                        border-left: 0.06rem solid #fff;
                    }

                .container .allrow .pro-left .pro-list .one a {
                    font-weight: 400;
                    color: #155DCF;
                    font-size: 0.14rem;
                    padding-left: 0.1rem;
                    display: block;
                }

                .container .allrow .pro-left .pro-list .pro-item.active .one a, .container .allrow .pro-left .pro-list .pro-item .one:hover a {
                    color: #fff
                }

                .container .allrow .pro-left .pro-list .pro-down {
                    padding: 0.1rem 0;
                }

                    .container .allrow .pro-left .pro-list .pro-down .two {
                        display: block;
                        padding: 0.1rem 0.2rem;
                        border-bottom: 1px dashed;
                        position: relative;
                        font-size: 0.14rem;
                    }

                        .container .allrow .pro-left .pro-list .pro-down .two a {
                            color: #155DCF;
                            font-weight: 400;
                            display: block;
                        }

                        .container .allrow .pro-left .pro-list .pro-down .two.active, .container .allrow .pro-left .pro-list .pro-down .two:hover {
                            background: #e8effb
                        }

    .container .about-left {
        float: left;
        border: 1px solid #d1d1d1;
        border-top: 0;
        position: relative;
        width: 2.9rem;
        border-radius: 3px 3px 0 0
    }

        .container .about-left .p-title {
            width: 2.7rem;
            border-radius: 3px 3px 0 0;
            padding: 0.09rem 0.1rem;
            color: #fff;
            background: #155DCF;
        }

            .container .about-left .p-title span {
                display: inline-block;
                width: 0.23rem;
                height: 0.23rem;
                background-repeat: no-repeat;
                background-image: url(../images/header/caption.png);
                vertical-align: bottom;
                margin-right: 0.08rem;
            }

        .container .about-left .b1 {
            padding: 0.1rem;
            background-color: #f5f5f5;
            border-bottom: 1px solid #e2e2e2;
        }

            .container .about-left .b1 h3 {
                font-size: 0.15rem;
                font-weight: 700;
                color: #292828;
                margin: 0.05rem 0 0.08rem;
            }

            .container .about-left .b1 .hon {
                font-size: 0.13rem;
                color: #fff;
                height: 0.35rem;
                line-height: 0.35rem;
                padding-left: 0.5rem;
                background: url(../images/header/vip_bg6.png) no-repeat left top;
            }

                .container .about-left .b1 .hon span {
                    padding: 0.04rem;
                    color: #ff0;
                    font-weight: bold;
                    font-size: 0.16rem;
                }

                .container .about-left .b1 .hon .i-s {
                    display: inline-block;
                    background-position: -0.7rem 0;
                }

                .container .about-left .b1 .hon .i-a {
                    background-position: -0.36rem -0.01rem;
                }

                .container .about-left .b1 .hon .red {
                    color: #ff3434;
                }

        .container .about-left .b2 {
            font-size: 0.12rem;
            padding: 0.2rem 0;
            margin: 0 0.1rem;
            border-bottom: 1px solid #e9e9e9;
        }

            .container .about-left .b2 .item {
                margin-bottom: 0.1rem;
                color: #666;
            }

                .container .about-left .b2 .item .c-a {
                    color: #8d5600;
                }

                .container .about-left .b2 .item .c-b {
                    color: #015fc0;
                }

        .container .about-left .b3 {
            color: #049d21;
            margin-top: 0.08rem;
            padding: 0.1rem;
        }

            .container .about-left .b3 span {
                display: inline-block;
                width: 0.26rem;
                height: 0.31rem;
                background: url(../images/header/memIcon.png) no-repeat -1.42rem -0.77rem;
                vertical-align: middle;
                margin-right: 0.12rem;
            }

        .container .about-left .b4 {
            border: 1px solid #ff8542;
            border-radius: 3px;
            background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff8d4));
            background: linear-gradient(#fff,#fff8d4);
            margin: 0 0.1rem 0.12rem;
            padding: 0 0.1rem;
            overflow: hidden;
        }

            .container .about-left .b4 span {
                display: inline-block;
                width: 1.16rem;
                height: 0.34rem;
                background: url(../images/header/memIcon.png) no-repeat 0 -0.74rem;
                vertical-align: middle;
                float: left;
                margin-top: 0.05rem;
                margin-bottom: 0.07rem;
            }

            .container .about-left .b4 a {
                display: inline-block;
                padding: 0.06rem 0.11rem;
                background-color: #ff5a00;
                font-size: 0.13rem;
                color: #fff;
                border-radius: 2px;
                float: right;
                margin-top: 0.08rem;
            }

    .container .allrow .m-left {
        display: none;
    }
/*内页右侧产品中心*/
.all-right {
    float: right;
    width: 9.35rem;
    border: 1px solid #d1d1d1;
    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;
    }

    .all-right .product-list {
        float: left;
        margin-top: 0.4rem
    }

        .all-right .product-list .product-item {
            float: left;
            padding: 0 0.15rem 0.2rem 0.15rem;
            width: 2.037rem;
        }

            .all-right .product-list .product-item .img {
                width: 2.035rem;
                height: 1.53rem;
                float: left;
                position: relative;
                border: 1px solid #eee;
                overflow: hidden;
            }

                .all-right .product-list .product-item .img img {
                    max-width: 100%;
                    max-height: 100%;
                    margin: auto;
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0
                }

                .all-right .product-list .product-item .img video {
                    max-width: 100%;
                    max-height: 100%;
                    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.05rem;
            padding: 0.05rem 0.14rem;
            border: 1px solid #ddd;
            color: #333;
            text-decoration: none;
            font-size: 0.14rem;
            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.3rem 0;
    width: 8.75rem;
}

    .all-right .news-list .news-item {
        display: block;
        overflow: hidden;
        border-bottom: 1px dashed #DDD;
        line-height: 0.5rem;
        color: #666;
    }

        .all-right .news-list .news-item .title {
            float: left;
            width: 88%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #666;
            position: relative;
            padding-left: 0.1rem;
            transition: all .5s ease;
        }

            .all-right .news-list .news-item .title:before {
                content: "";
                width: 0.04rem;
                height: 0.04rem;
                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;
        }

        .all-right .news-list .news-item:hover .title {
            color: #155DCF;
            transition: all .5s ease;
            margin-left: 0.1rem
        }

.about-main {
    padding: 0.25rem 0.25rem 0 0.25rem;
    float: left;
    width: 8.85rem;
}

    .about-main img {
        max-width: 100%
    }

.contact-main {
    padding: 0.2rem 0.25rem;
    width: 8.85rem;
    float: left;
}

    .contact-main h2 {
        color: #155DCF;
        font-weight: 400;
        padding: 0.3rem 0;
        font-size: 0.24rem;
    }
/*新闻详情页*/
.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.24rem;
            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.15rem;
                    padding-right: 0.05rem;
                }

    .news-cont .news-des {
        color: #666;
        padding: 0 0.15rem;
        line-height: 1.8em;
    }

        .news-cont .news-des img {
            max-width: 100%;
        }

.page-pre {
    padding: 0.15rem 0.15rem 0;
    position: relative;
}

.paging_prev {
    float: left;
    width: 100%;
    line-height: 0.3rem;
}
/*产品详情*/
.pro-cont {
    width: 100%;
    float: left
}

    .pro-cont .pro-row {
        padding: 0.15rem;
        margin-top: 0.25rem;
        float: left;
        width: 9.05rem;
    }

        .pro-cont .pro-row .Prow-left {
            float: left;
            width: 29%;
            border: 1px solid #cecece;
            padding: 0.3rem 0.1rem;
            text-align: center;
            position: relative;
            height: 1.96rem;
        }

            .pro-cont .pro-row .Prow-left img {
                max-width: 100%;
                max-height: 1.96rem;
                position: absolute;
                margin: auto;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

            .pro-cont .pro-row .Prow-left video {
                max-width: 100%;
                max-height: 1.96rem;
                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: 66%;
        }

            .pro-cont .pro-row .Prow-right h2 {
                font-size: 0.26rem;
                margin: 0.1rem 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.3rem 0.2rem;
                background: #f8f8f8;
                border: 1px solid #e5e5e5;
                border-radius: 5px;
            }

                .pro-cont .pro-row .Prow-right .pro-contact p {
                    color: #666;
                }

                    .pro-cont .pro-row .Prow-right .pro-contact p span {
                        font-size: 0.2rem;
                        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-center {
        margin: 0.25rem 0;
        background: #f1f1f1;
        height: 0.42rem;
        float: left;
        width: 100%;
    }

        .pro-cont .pro-center p {
            line-height: 0.42rem;
            width: 1.26rem;
            height: 0.42rem;
            background: #e6e6e6;
            font-size: 0.16rem;
            text-align: center;
        }

    .pro-cont .pro-des {
        padding: 0 0.15rem;
        line-height: 2em;
        width: 9.05rem
    }

        .pro-cont .pro-des img {
            max-width: 100%;
        }

    .pro-cont .pro-row .Prow-right .pro-contact .m-btn {
        display: none;
    }

.wyly {
    float: left;
    width: 1053px;
    margin-top: 20px;
}

#imgLiuyan {
    height: 200px;
    background: url(../images/url/infoliuy.jpg) no-repeat 4px 5px;
}

.bottom2 {
    padding: 0.15rem 0;
    width: 100%;
    float: left;
    background: #f0f0f0;
    color: #666;
    text-align: center;
    font-size: 0.12rem;
    line-height: 0.18rem;
}

    .bottom2 a {
        color: #666;
    }

.foot_b {
    position: relative;
}

.foot_b_txt {
    text-align: center;
    color: #333;
    line-height: 33px;
}

    .foot_b_txt span {
        display: inline-block;
    }

    .foot_b_txt a {
        color: #333;
        margin: 0 10px;
    }

        .foot_b_txt a:hover {
            text-decoration: underline;
        }

.procontent video {
    width: 100%;
    height: 100%;
    background: #000;
}

/*在线客服*/
.zxkfs {
    position: fixed;
    right: 5px;
    bottom: 40%;
    z-index: 200;
    border-radius: 5px;
    width: 112px;
    padding: 3px;
    background-color: #25a763 !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: block;
        }

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

.chanpzs22 {
    height: 5.62rem;
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative
}

    .chanpzs22 .more22 {
        position: absolute;
        bottom: 0rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto;
        left: 50%;
        width: 0.8rem;
        height: 0.3rem;
        line-height: 0.3rem;
        background: #155DCF;
        text-align: center;
        color: #ffffff;
        padding: 0;
        border-radius: 0.05rem
    }

    .chanpzs22 a {
        width: 100%;
        float: left;
        padding: 0.05rem 0 0.1rem 0;
    }

        .chanpzs22 a h2 {
            width: calc(100% - 0.25rem);
            float: left;
            font-weight: bold;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding: 0rem 0 0.1rem 0;
            position: relative;
            padding-left: 0.25rem;
            font-size: 0.14rem;
            height: 0.2rem;
            line-height: 0.2rem
        }

            .chanpzs22 a h2:before {
                content: "问";
                position: absolute;
                left: 0;
                top: 0;
                width: 0.2rem;
                height: 0.2rem;
                background: #155DCF;
                text-align: center;
                font-size: 0.14rem;
                color: #ffffff;
                font-weight: normal;
                line-height: 0.2rem
            }

        .chanpzs22 a p {
            width: calc(100% - 0.25rem);
            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.25rem;
            font-size: 0.14rem;
            color: #7E7E7E
        }

            .chanpzs22 a p:before {
                content: "答";
                position: absolute;
                left: 0;
                top: 0;
                width: 0.2rem;
                height: 0.2rem;
                background: #fdd000;
                text-align: center;
                font-size: 0.14rem;
                color: #000;
                font-weight: normal;
                line-height: 0.2rem
            }

#vBanner1 {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.pro-cont .pro-des img {
    height: auto;
}

.video_info_box {
    width: 95%;
    height: 450px;
    margin: 0 auto;
    background: #000;
    position: relative;
    overflow: hidden;
}

.video_mp4 {
    width: 100%;
    height: 100%;
}

    .video_mp4:focus {
        outline: none;
    }

.video_l_phone {
    position: absolute;
    right: 0;
    bottom: 100px;
    height: 60px;
    line-height: 60px;
    width: 220px;
    padding-left: 55px;
    background: rgba(0,0,0,.6) url(//style.51sole.com/template/images/mobile.png) 15px center no-repeat;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: Arial;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}

    .video_l_phone em {
        font-size: 28px;
        font-weight: 400;
        margin-left: 10px;
    }

    .video_l_phone:hover {
        color: #fff;
    }

.content_info_box {
    padding: 0 25px;
    margin-bottom: 20px;
}

.content_info_tit {
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #eee;
    margin-bottom: 20px;
    font-size: 17px;
    color: #444;
    font-weight: bold;
    position: relative;
}

    .content_info_tit .more {
        position: absolute;
        right: 0;
        top: 4px;
        font-size: 14px;
        color: #999;
        font-weight: normal;
    }

        .content_info_tit .more:hover {
            color: #f50;
        }

.con_spjs {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.con_gscp_box {
    max-height: 9999px;
    margin: 0 -22px -20px 0;
}

.con_gscp {
    float: left;
    width: 150px;
    margin: 0 13px 20px;
}

.con_gscp_img {
    display: block;
    width: 100%;
    height: 100%;
}

.con_gscp_name {
    height: 40px;
    line-height: 20px;
    color: #555;
    overflow: hidden;
    margin-top: 5px;
}

    .con_gscp_name:hover {
        color: #f50;
    }
