
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

    html bdoy {
        font-family: PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif;
    }

body {
    font-family: PingHei,PingFang SC,Helvetica Neue,Helvetica,STHeitiSC-Light,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body, html {
    background-color: #fff;
}

.clear, .clr {
    clear: both;
    height: 0;
    overflow: hidden;
}

.cf {
    zoom: 1;
}

    .cf:after {
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
        content: ".";
    }


.mr5 {
    margin-right: 10px !important;
}

.ml5 {
    margin-left: 10px !important;
}

a {
    color: #938e8e;
    text-decoration: none;
    cursor: pointer;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0,0,0,.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}

    .modal .m-pop {
        width: 480px;
        height: 300px;
        background: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -150px 0 0 -240px;
        box-shadow: 0 2px 8px 2px rgba(0,0,0,.3);
        text-align: center;
    }

    .modal .m-pop-bd {
        padding-top: 90px;
    }

        .modal .m-pop-bd .t {
            padding-bottom: 18px;
            font-size: 36px;
            color: #ff5201;
        }

        .modal .m-pop-bd .attr {
            padding-bottom: 18px;
            font-size: 20px;
            color: #666;
        }

        .modal .m-pop-bd .btn-box {
            font-size: 0;
            text-align: center;
        }

            .modal .m-pop-bd .btn-box .btn {
                display: inline-block;
                width: 160px;
                height: 46px;
                margin: 0 10px;
                line-height: 46px;
                background: #ff5201;
                border: 1px solid #ff5201;
                font-size: 18px;
                text-align: center;
                color: #fff;
            }

            .modal .m-pop-bd .btn-box .cancel {
                background: #b5b5b5;
                border-color: #999;
            }

    .modal .m-pop .closex {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        display: block;
        font-size: 29px;
        color: #999;
    }

        .modal .m-pop .closex:hover {
            color: #cacaca;
        }

    .modal .wechat-code {
        width: 300px;
        height: 300px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -150px;
        margin-top: -165px;
    }

    .modal .close {
        font-size: 24px;
        text-align: center;
        margin-top: 8px;
        font-weight: 200;
    }

        .modal .close a {
            color: #fff;
        }

            .modal .close a:hover {
                color: #cacaca;
            }

#wrapper {
    margin: auto;
    min-width: 1200px;
    background-color: #fff;
}

.header {
    background-color: #ff5200;
    height: 95px;
}

    .header .head_wrapper {
        position: fixed;
        width: 100%;
        z-index: 10000;
        background-color: #ff5200;
        margin: auto;
    }

    .header .inner {
        max-width: 1000px;
        width: 100%;
        margin: auto;
        height: 95px;
    }

        .header .inner .logo {
            float: left;
            height: 50px;
            margin-top: 24px;
        }

        .header .inner .navs {
            float: right;
            margin: 35px 10px 0 0;
            list-style-type: none;
            font-size: 15px;
        }

            .header .inner .navs li {
                margin: 5px 20px;
                display: inline-block;
            }

                .header .inner .navs li:last-child {
                    margin-right: 0;
                }

                .header .inner .navs li a {
                    color: #f6b3a0;
                    text-decoration: none;
                }

                    .header .inner .navs .active a, .header .inner .navs li a:hover {
                        color: #fff;
                    }

            .header .inner .navs #authinfo {
                color: #f6b3a0;
                font-weight: 700;
            }

.Bsubmit {
    position: relative;
}

    .Bsubmit .pc {
        position: absolute;
        top: 0;
        width: 100%;
        color: #fff;
        text-align: center;
    }

        .Bsubmit .pc > div {
            width: 900px;
            margin: 0 auto;
            padding: 200px;
        }

.scrollUp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    cursor: pointer;
}

    .scrollUp img {
        width: 80%;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: .5;
        -webkit-transition: opacity .5s linear;
        -moz-transition: opacity .5s linear;
        -ms-transition: opacity .5s linear;
        -o-transition: opacity .5s linear;
        transition: opacity .5s linear;
    }

        .scrollUp img:hover {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

.gray {
    color: #938e8e;
}

.footer {
    border-top: 1px solid #f6f6f6;
    text-align: center;
    background-color: #fafafa;
    padding: 0 200px;
    color: #383a44;
}

    .footer footer_wrapper {
        width: 1000px;
        margin: auto;
    }

    .footer .item {
        width: 42%;
        float: left;
        margin: 44px 0;
    }

        .footer .item .footer-title {
            margin-bottom: 20px;
            font-size: 14px;
        }

        .footer .item .text {
            margin: 10px 0;
            font-size: 14px;
            font-weight: 200;
        }

    .footer .item-left {
        text-align: right;
    }

    .footer .item-right {
        text-align: left;
        float: right;
    }

    .footer .register {
        font-size: 12px;
        line-height: 1.4;
        background-color: #f9fafb;
        padding: 65px 0;
    }

        .footer .register .p {
            color: #938e8e;
        }

        .footer .register .tel {
            display: block;
            color: #938e8e;
            margin: 8px;
        }

        .footer .register .p-company {
            font-size: 16px;
            line-height: 1.5;
            color: #4d4f57;
        }

        .footer .register .p-address {
            color: #938e8e;
            margin: 8px 0 22px;
        }

        .footer .register .p-grey {
            color: #bdbdbd;
        }

        .footer .register .company {
            margin: 40px 0 10px;
        }

        .footer .register .num img {
            vertical-align: bottom;
        }

html {
    width: 100%;
}

select {
    border: 1px solid #d8d8d8;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(https://s.blibee.com/res/bianlifeng-www/image/home/arrowdown.png) no-repeat 100%;
    padding-left: 20px;
    padding-right: 14px;
    width: 140px;
    height: 40px;
    line-height: 40px;
}

    select::-ms-expand {
        display: none;
    }

#wrapper {
    min-width: 1280px;
    margin: 0 auto;
    color: #333;
    padding-top: 58px;
}

h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
}

.Gbtn, h3 {
    font-size: 18px;
}

.Gbtn {
    width: 240px;
    height: 60px;
    border: 1px solid #cecece;
    border-radius: 42px;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
    color: #e4322e;
    margin-top: 30px;
}

    .Gbtn, .Gbtn:after {
        display: inline-block;
    }

        .Gbtn:after {
            content: "";
            width: 5px;
            height: 7px;
            vertical-align: middle;
            margin-top: -3px;
            margin-left: 8px;
            background: url(https://s.blibee.com/res/bianlifeng-www/image/home/arrow.png) 0 0 no-repeat;
        }

        .Gbtn:hover {
            border-color: #e4322e;
        }

.Gpic {
    width: 100%;
}

    .Gpic .pic-m, .m {
        display: none;
    }

.Bbanner {
    font-size: 0;
    background: #333;
}

    .Bbanner .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .Bbanner .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .Bbanner .swiper-slide img {
            width: 100%;
        }

.Bheader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    min-width: 1200px;
    padding: 5px 100px 5px 92px;
    /*��������*/
    background: #221f20;
    -webkit-box-shadow: 3px 0 10px rgba(0,0,0,.09);
    box-shadow: 3px 0 10px rgba(0,0,0,.09);
}

    .Bheader.BheaderBg {
        background: #3e414f;
        -webkit-box-shadow: 3px 0 10px rgba(0,0,0,.09);
        box-shadow: 3px 0 10px rgba(0,0,0,.09);
    }

    .Bheader .headerWrap {
        height: 48px;
        padding: 0 260px 0 165px;
        overflow: hidden;
    }

    .Bheader .logo, .Bheader .nav, .Bheader .subNav {
        position: relative;
        float: left;
    }

    .Bheader .logo {
        margin-left: -100%;
        left: -165px;
        /* width: 245px; */
        height: 48px; 
        margin-top: -5px;
    }

    .Bheader .nav {
        margin-top: 13px;
        width: 100%;
        text-align: center;
    }

        .Bheader .nav a {
            position: relative;
            display: inline-block;
            margin: 0 33px;
            font-size: 16px;
            line-height: 22px;
            color: #fff;
        }

            .Bheader .nav a.current:after {
                content: "";
                position: absolute;
                bottom: -12px;
                left: 50%;
                -webkit-transform: translate(-50%);
                transform: translate(-50%);
                width: 100%;
                height: 4px;
                border-radius: 2px;
                background: #e4322e;
            }

            .Bheader .nav a:hover {
                color: #e4322e;
            }

    .Bheader .subNav {
        margin-top: 6px;
        margin-left: -260px;
        right: -260px;
        width: 260px;
        text-align: center;
    }

        .Bheader .subNav a {
            width: 118px;
            height: 34px;
            float: left;
            display: inline;
            font-size: 16px;
            text-align: center;
            line-height: 34px;
            color: #fff;
            border: 1px solid #fff;
            border-radius: 18px;
        }

            .Bheader .subNav a:hover {
                border-color: #e4322e;
                color: #e4322e;
            }

            .Bheader .subNav a.download {
                margin-left: 20px;
                background: #fff;
                color: #e4322e;
            }

                .Bheader .subNav a.download:hover {
                    background: #e4322e;
                    color: #fff;
                }


.Bsecen {
}

.Bsecen-hd {
    margin-top: 75px;
    text-align: center;
    margin-bottom: 33px;
}

.Bsecen-bd .scene {
    float: left;
    cursor: pointer;
    width: 20%;
    position: relative;
    overflow: hidden;
}

    .Bsecen-bd .scene h3 {
        display: block;
        text-align: center;
        line-height: 55px;
        font-size: 20px;
        width: 80px;
        margin: 20px auto;
    }

    .Bsecen-bd .scene:hover h3 {
        /*text-decoration: underline;*/
        border-bottom: 2px solid #fff;
    }

    .Bsecen-bd .scene img.scen-logo {
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .Bsecen-bd .scene div.desc {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        color: #fff;
        padding: 35% 0;
        background-color: rgba(0,0,0,0.4);
    }

    .Bsecen-bd .scene:hover div.desc {
        background-color: rgba(218,48,44,0.6);
    }

    .Bsecen-bd .scene div.desc p {
        display: none;
        padding: 0 30px;
        font-size: 16px;
        line-height: 30px;
        text-indent: 35px;
    }

    .Bsecen-bd .scene:hover div.desc p {
        display: block;
    }

    .Bsecen-bd .scene:hover div.desc {
        padding: 15% 0;
    }



    .Bsecen-bd .scene:hover div {
        display: block;
    }

.Bbusiness {
    max-width: 1200px;
    margin: 0 auto;
}

.Bbusiness-hd {
    padding-top: 70px;
    margin-bottom: 80px;
}

.Bbusiness-bd {
    margin-bottom: 120px;
}

.Bbusiness-bd, .Bbusiness-hd {
    text-align: center;
}

    .Bbusiness-bd .pic-box {
        margin: 0 0 65px;
        float: left;
        width: 33%;
    }

    .Bbusiness-bd .pic-box {
        margin: 20px 0 0 0;
    }

        .Bbusiness-bd .pic-box h3 {
            margin-top: 20px;
        }

    .Bbusiness-bd .pic {
        /*width: 1056px;
    height: 163px;
    margin: 0 auto;
    display: block*/
    }

.Bbusiness .pic-box-desc {
    width: 80%;
    margin: 30px auto 0 auto;
    line-height: 24px;
}

    .Bbusiness .pic-box-desc b {
        font-size: 20px;
    }

.Bbusiness-bd .pic-m {
    display: none;
}

.Bbusiness-bd .btn {
    text-align: center;
}

.BPicInfo {
    text-align: center;
}

    .BPicInfo h3 {
        font-size: 40px;
        margin: 100px 0 30px;
    }

    .BPicInfo p {
        font-size: 16px;
        line-height: 22px;
        width: 860px;
        color: #777;
        margin: 0 auto 60px auto;
    }

.BFill {
    width: 100%;
    min-width: 1200px;
    background-color: #f5f5f5;
}



.Bpic {
    font-size: 0;
}

    .Bpic .pic {
        width: 100%;
    }

        .Bpic .pic.mw {
            max-width: 1280px;
            margin: 0 auto;
            display: block;
        }

    .Bpic .pic-m {
        display: none;
    }



.Bjoin {
    display: none;
    margin-bottom: 80px;
}

.Bjoin-hd {
    margin-bottom: 35px;
    text-align: center;
}

.Bjoin-bd .ul {
    width: 1200px;
    margin: 0 auto 30px;
}

    .Bjoin-bd .ul .li {
        width: 380px;
        height: 145px;
        margin-right: 30px;
        margin-bottom: 20px;
        float: left;
        display: inline;
        background: #f6f6f6;
        border-radius: 6px;
    }

        .Bjoin-bd .ul .li.last {
            margin-right: 0;
        }

        .Bjoin-bd .ul .li a {
            display: block;
            padding: 30px;
        }

        .Bjoin-bd .ul .li .li-hd {
            font-size: 18px;
            color: #333;
        }

            .Bjoin-bd .ul .li .li-hd .fr {
                float: right;
                font-size: 14px;
            }

        .Bjoin-bd .ul .li .li-bd {
            margin-top: 30px;
            font-size: 14px;
            color: #666;
        }

.Bjoin-bd .btn {
    text-align: center;
}

.Bfooter {
    position: relative;
    z-index: 2;
    background: #3e414f;
}

.Bfooter-bd {
    width: 1200px;
    padding: 45px 25px 28px;
    margin: 0 auto;
    position: relative;
}

    .Bfooter-bd .logo {
        width: 257px;
        height: 88px;
        margin: 45px 0 25px -28px;
        background: url(../images/logo.png) 0 0 no-repeat;
        background-size: contain;
    }

    .Bfooter-bd .info {
        color: #fff;
    }

        .Bfooter-bd .info .t {
            margin-bottom: 15px;
            font-size: 14px;
            font-weight: 700;
        }

        .Bfooter-bd .info .text {
            font-size: 12px;
            line-height: 21px;
        }

    .Bfooter-bd .icp {
        margin-top: 48px;
        padding-top: 25px;
        border-top: 1px solid #4d4f5e;
        font-size: 12px;
        color: #a7a9b0;
        text-align: center;
    }

    .Bfooter-bd .QRcode {
        position: absolute;
        right: 0;
        top: 125px;
    }

        .Bfooter-bd .QRcode .li {
            width: 120px;
            height: 134px;
            float: left;
            display: inline;
            margin-right: 50px;
        }
		.mobile .Bfooter-bd .QRcode .li {
			margin-right: 5px;
			width: 100px;
			height: 134px;
			float: left;
        }
            .Bfooter-bd .QRcode .li img {
                width: 100%;
            }

.Bdownapp {
    display: none;
}

.Pop {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 680px;
    border-radius: 8px;
}

    .Pop .closex {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 22px;
        height: 22px;
        background: url(https://s.blibee.com/res/bianlifeng-www/image/home/close.png) 0 0 no-repeat;
    }

.Pop-hd {
    height: 120px;
    background: #211f20;
    text-align: center;
    border-radius: 8px 8px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .Pop-hd img {
        height: 80%;
    }

.Pop-bd {
    padding: 25px;
    background: #fff;
    font-size: 14px;
    line-height: 23px;
    color: #333;
}

    .Pop-bd .p {
        padding-bottom: 20px;
    }

.Pop-appdown {
    position: relative;
    /*background: #fff;
    padding: 78px 0;*/
}

    .Pop-appdown .pic {
        display: block;
        margin: 0 auto;
        background: #fff;
        padding: 30px 100px 80px;
    }

        .Pop-appdown .pic .img {
            height: 199px;
            width: 240px;
            float: left;
            text-align: center;
        }

        .Pop-appdown .pic img {
            height: 100%;
        }

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height,-webkit-transform;
        transition-property: height,-webkit-transform;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform;
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
        background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent);
    }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(.33);
        transform: scale(.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(.66);
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.33);
        transform: scale(.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(.66);
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.33);
        transform: scale(.33);
    }

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 6px;
    background: #fff;
    -webkit-transition: width .25s linear;
    transition: width .25s linear;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 30px;
    height: 12px;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: top .2s,-webkit-transform .2s;
            transition: top .2s,-webkit-transform .2s;
            -webkit-transition: transform .2s,top .2s;
            transition: transform .2s,top .2s;
            -webkit-transition: transform .2s,top .2s,-webkit-transform .2s;
            transition: transform .2s,top .2s,-webkit-transform .2s;
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: left .2s,-webkit-transform .2s;
        transition: left .2s,-webkit-transform .2s;
        -webkit-transition: transform .2s,left .2s;
        transition: transform .2s,left .2s;
        -webkit-transition: transform .2s,left .2s,-webkit-transform .2s;
        transition: transform .2s,left .2s,-webkit-transform .2s;
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s,-webkit-transform .2s;
    transition: right .2s,-webkit-transform .2s;
    -webkit-transition: transform .2s,right .2s;
    transition: transform .2s,right .2s;
    -webkit-transition: transform .2s,right .2s,-webkit-transform .2s;
    transition: transform .2s,right .2s,-webkit-transform .2s;
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0,0%,100%,.25);
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff;
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25);
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000;
    }

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.mobile .scrollUp {
    display: none!important;
}

.mobile h2 {
    font-size: .36rem;
}

.mobile h3 {
    margin-top: 2px;
    font-size: 12px;
}

.mobile #wrapper {
    width: 100%;
    min-width: 100%;
	padding-top:1rem;
}

.mobile .Bpic .pic {
    display: none;
}

.mobile .Bpic .pic-m {
    width: 100%;
    display: inline-block;
}

.mobile .modal .Pop {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    height: 7.2rem;
}

    .mobile .modal .Pop .closex {
       position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 38px;
    height: 38px;
    background-size: 100%;
    top: auto;
    bottom: -66px;
    background-color: rgba(2,2,2,.6);
    color: #fff;
    }

.mobile .modal .Pop-hd {
    height: 1.2rem;
}

    .mobile .modal .Pop-hd img {
        width: 1.74rem;
        height: .51rem;
    }

.mobile .modal .Pop-bd {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: .4rem 0;
}

    .mobile .modal .Pop-bd .text {
        width: 100%;
        height: 100%;
        text-align: justify;
        padding: 0 .4rem;
        overflow-y: scroll;
    }

.mobile .pc {
    display: none;
}

.mobile .m {
    display: block;
}

.mobile .Bheader {
    position: fixed;
    width: 100%;
    min-width: 100%;
    padding: 0;
    height: 1rem;
    background-color: rgba(33,33,33,1);
    top: 0;
    left: 0;
}

    .mobile .Bheader .headerWrap {
     padding: 0;
    width: 100%;
    height: 100%;
    }

    .mobile .Bheader .subNav {
            right: 0;
    position: absolute;
    width: initial;
    }

    .mobile .Bheader .logo {
     width: 2.73rem;
    margin: 0.15rem 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    }

.mobile .Bbanner .swiper-slide img {
    width: 100%;
}

.mobile .Gbtn {
    width: 140px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
}

.mobile .GbtnB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 4.66rem;
    height: .92rem;
    font-size: .32rem;
    color: #fff;
    border-radius: .46rem;
    background: #3e414f;
}

    .mobile .GbtnB:after {
        content: "";
        width: .13rem;
        height: .18rem;
        margin-left: 8px;
        display: inline-block;
        background: url(https://s.blibee.com/res/bianlifeng-www/image/home/h5/arrow.png) 0 0 no-repeat;
        background-size: 100%;
    }

    .mobile .GbtnB:hover {
        border-color: #e4322e;
    }

.mobile .Bbusiness {
    margin-bottom: .94rem;
}

.mobile .Bbusiness-hd {
    padding-top: .8rem;
    margin-bottom: .9rem;
}

.mobile .Bbusiness-bd .pic-box {
    padding: 0 7%;
    margin: 0 0 .8rem;
}
.mobile .Bbusiness-bd .pic-box .pic-box-desc {
    display: none;
}

.mobile .Bbusiness-bd .pic {
    display: none;
}

.mobile .Bbusiness-bd .pic-m {
    width: 100%;
    display: inline-block;
}


.mobile .Bbike {
    margin-bottom: .52rem;
}

.mobile .Bjoin {
    display: block;
    margin-bottom: .6rem;
}

.mobile .Bjoin-hd {
    margin-bottom: .1rem;
}

.mobile .Bjoin-bd {
    padding: 0 .53rem;
}

    .mobile .Bjoin-bd .text {
        margin-bottom: .8rem;
        font-size: 12px;
        text-align: center;
    }

    .mobile .Bjoin-bd .btn {
        text-align: center;
    }

.mobile .Bdownapp {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .09rem .2rem;
    background: #fff;
    -webkit-box-shadow: 0 -.04rem .04rem 0 rgba(0,0,0,.2);
    box-shadow: 0 -.04rem .04rem 0 rgba(0,0,0,.2);
}

    .mobile .Bdownapp, .mobile .Bdownapp .elogo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .mobile .Bdownapp .elogo {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin-right: .2rem;
        }

            .mobile .Bdownapp .elogo .logo {
                width: .82rem;
                height: .82rem;
                margin-right: .16rem;
            }

            .mobile .Bdownapp .elogo .text {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }

                .mobile .Bdownapp .elogo .text .t {
                    margin-bottom: .03rem;
                    font-size: .3rem;
                    font-weight: 700;
                }

                .mobile .Bdownapp .elogo .text .attr {
                    font-size: .2rem;
                    color: #999;
                }

        .mobile .Bdownapp .ebtn {
            width: 2.02rem;
            height: .65rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: .06rem;
            font-size: .3rem;
            color: #fff;
            background: #3e414f;
        }

.mobile .Bfooter-bd {
    width: auto;
    padding: .4rem 3% .53rem 7%;
}

    .mobile .Bfooter-bd .icp {
        margin-top: 28px;
    }
    .mobile .Bfooter-bd .QRcode {
        top: 10px;
    right: 0px;
    }

    .mobile .Bfooter-bd .logo {
    width: 2.57rem;
    height: .68rem;
    background-size: 100%;
    margin-bottom: .38rem;
    margin-top: 1.33rem;
    background-position: .25rem;
    }

    .mobile .Bfooter-bd .info .t {
        font-size: .24rem;
        margin-bottom: .2rem;
    }

    .mobile .Bfooter-bd .info .text {
        font-size: .18rem;
        line-height: .28rem;
    }

.mobile .swiper-pagination-bullet {
    width: .16rem;
    height: .16rem;
}

.mobile .swiper-pagination-bullet-active {
    width: .4rem;
    height: .16rem;
}

.mobile .swiper-container-horizontal > .swiper-pagination-bullets, .mobile .swiper-pagination-custom, .mobile .swiper-pagination-fraction {
    bottom: .37rem;
}



/* ABOUT US */
.Bbusiness .title {
    font-size: 35px;
    text-align: center;
    /*width: 140px;*/
    margin: 80px auto 30px;
}

.Bbusiness.Brand {
    width: 1000px;
    margin: 0 auto;
}

.Bbusiness .content {
    text-align: center;
    margin: 30px auto 72px;
    line-height: 25px;
    width: 800px;
    font-size: 14px;
    color: #999;
    /*text-indent: 44px;*/
}

.Bbusiness .title-line {
    height: 2px;
    background: red;
    width: 100px;
    margin: 0 auto;
    margin: 16px auto 26px auto;
}

.Bbusiness.Brand .card {
    float: left;
    width: 490px;
    overflow: hidden;
}

    .Bbusiness.Brand .card img {
        width: 100%;
    }

    .Bbusiness.Brand .card .brand-line {
        background: #f5f5f5;
        width: 100%;
        margin: 0 auto;
        height: 1px;
    }

        .Bbusiness.Brand .card .brand-line div {
            background: #999;
            width: 20px;
            height: 1px;
            margin: 0 auto;
        }

    .Bbusiness.Brand .card h3 {
        padding: 30px 0 1px 0;
        color: #e4322e;
        line-height: 40px;
        background: #f5f5f5;
        text-align: center;
        display: block;
        margin-top: 16px;
    }

    .Bbusiness.Brand .card small {
        background: #f5f5f5;
        text-align: center;
        display: block;
        color: #999;
        padding: 15px 0 30px 0;
    }

.image-box {
    position: relative;
    border: 1px solid #ddd;
    padding: 15px 30px;
    width: 300px;
    border-radius: 3px;
    float: left;
    margin: 30px 50px 30px 50px;
}

    .image-box .img {
        background: #e4322e;
        position: absolute;
        left: -13px;
        height: 30px;
        width: 30px;
        padding: 5px;
        line-height: 28px;
    }

    .image-box img {
        width: 100%;
    }

.year-line {
    border-left: 1px solid #aaa;
    padding: 0 30px;
    width: 800px;
    margin: 0 auto;
}

.year-part {
}

    .year-part .year {
        position: relative;
        height: 50px;
		margin-top: 25px;
    }

        .year-part .year h3 {
            position: absolute;
            background-image: url(../images/aboutus/point.jpg);
            background-repeat: no-repeat;
            background-position: 0 0;
            padding-left: 60px;
            line-height: 24px;
            left: -43px;
        }

    .year-part .item {
        line-height: 35px;
        margin-left: 15px;
    }


/* JOIN US */
.grid {
    position: relative;
    background-color: #8d8d8d;
}

    .grid .c2 {
        width: 600px;
        height: 300px;
        position: relative;
        float: left;
    }

    .grid .c1 {
        width: 300px;
        height: 300px;
        float: left;
    }

.job-position {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    text-align: center;
    background: rgba(228,50,46,0.7);
    padding-top: 120px;
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: lighter;
}

    .job-position a {
        height: 40px;
        background-color: #fff;
        padding: 0px 40px 0 22px;
        line-height: 40px;
        font-size: 16px;
        display: inline-block;
        margin-top: 22px;
        background-image: url(../images/joinus/arrow_red.png);
        background-repeat: no-repeat;
        background-position: 108px center;
        background-size: 13px auto;
    }

.join-us {
    text-align: center;
    padding-top: 120px;
    font-size: 22px;
    color: #fff;
}

    .join-us small {
        line-height: 43px;
        font-size: 15px;
        color: #ddd;
    }

#JOBS {
    max-width: 1200px;
    margin: 72px auto;
    border-top: 1px solid #ccc;
}

.job-title {
    cursor: pointer;
    padding: 32px 44px;
    font-size: 16px;
    position: relative;
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.JOB.expend .job-title {
    color: #fff;
    border-top: none;
    background-color: #e4322e;
}

.job-title .new {
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
    padding: 0 3px;
    background-color: #ef8482;
    margin-left: 6px;
    color: #FFF;
    width: 30%;
}

.JOB.expend .job-title .new {
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 0 3px;
    background-color: #ef8482;
    margin-left: 6px;
    width: 30%;
}

.job-title .img {
    position: absolute;
    top: 15px;
    height: 52px;
    width: 52px;
    background-image: url(../images/joinus/arrow_r.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    right: 15px;
}

.JOB.expend .job-title .img {
    background-image: url(../images/joinus/arrow_d.jpg);
}

.job-name {
    font-size: 18px;
    margin: 33px;
    display: none;
}

.job-content {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-left: 33px;
    display: none;
}

.JOB.expend .job-name {
    display: block;
}

.JOB.expend .job-content {
    display: block;
}


.time {
    margin-left: 45%;
}

.city {
    margin-left: 15%;
}

.job-content {
}

/* PRODUCT */
.product-list .product {
    width: 30%;
    float: left;
    position: relative;
    background: #fff;
    overflow: hidden;
}

    .product-list .product.p2 {
        margin: 0 3%;
    }

    .product-list .product.p3 {
        width: 34%;
    }

    .product-list .product h3 {
        margin-top: 74px;
        text-align: center;
        font-size: 38px;
        color: rgba(51,51,51,0.9);
    }

    .product-list .product small {
        display: block;
        text-align: center;
        margin-top: 20px;
        font-size: 18px;
        color: #999;
        font-weight: normal;
    }

    .product-list .product img {
        display: block;
        text-align: center;
        margin: 40px auto 40px auto;
        font-size: 18px;
        color: #999;
        height: 490px;
        font-weight: normal;
    }

    .product-list .product.p3 img {
        height: 540px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .product-list .product p {
        color: #e4322e;
        font-size: 24px;
        display: block;
        margin: 20px auto 50px;
        text-align: center;
    }

    .product-list .product em {
        color: #fff;
        font-size: 28px;
        position: absolute;
        bottom: 42px;
        left: 31px;
    }

    .product-list .product div.tag {
        display: block;
        position: absolute;
        top: -120px;
        right: -100px;
        background-color: #e4322e;
        border-radius: 200px;
        height: 200px;
        width: 200px;
    }

        .product-list .product div.tag.new {
            background-color: #9ac143;
        }

.step-list {
    background-color: #000;
    color: #fff;
}

    .step-list h3 {
        font-size: 42px;
        text-align: center;
        padding: 100px 0 30px 0;
    }

    .step-list small {
        font-size: 18px;
        padding: 0 0 80px;
        text-align: center;
        display: block;
        color: #aaa;
    }

    .step-list .img {
        width: 1100px;
        margin: 0 auto;
        display: block;
    }

    .step-list img {
        width: 100%;
    }

    .step-list .step {
        width: 350px;
        text-align: center;
        font-size: 18px;
        margin: 16px 0 120px 25px;
        float: left;
    }

.product-desc {
    margin: 270px 0 0 340px;
    width: 565px;
    position: absolute;
}

    .product-desc h3 {
        font-size: 42px;
        color: #fff;
    }


    .product-desc div {
        font-size: 16px;
        margin: 20px auto 20px auto;
        line-height: 28px;
        color: #ddd;
        width: 566px;
    }
