﻿@charset "utf-8";

/* reset: */

iframe {
    opacity: 0;
}

a, input, div, textarea {
    outline: none;
}

html, body, h1, h2, h3, h4, ul, li, ol, dl, dt, dd, form, p, input, textarea {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

ul, dl, ol, li {
    list-style: none;
}

html {
    height: 100%;
}

body {
    font-family: "Helvetica", "微软雅黑", "华文细黑", "黑体";
    font-size: 12px;
    color: #000;
    -webkit-text-size-adjust: none;
    position: relative;
    height: 100%;
}

img {
    border: none;
}

h1, h2, h3 {
    font-weight: normal;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

.fl, .fr {
    display: inline
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.page-header {
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    z-index: 9;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.page-headeractive {
    background: rgba(0,0,0,0.8);
}

.header-center {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.page-logo {
    float: left;
    width: 250px;
    height: 80px;
    margin-top: 0px;
    /*background: url("pc/logo-pc.png") content-box no-repeat center center;*/

    background: url("pc/logo-pc.png") no-repeat;
    background-size: 60% 90%;
}

.page-button {
    width: 105px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background: #70297a;
    color: #fff;
    float: right;
    margin: 10px 14px 0 0px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 16px;
}

.go-system {
    margin-top: 20px;
}

.page-button.menu {
    display: none;
    width: 4px;
    background-image: url("mobile/menu-open.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px 11px;
}

    .page-button.menu.close {
        background-image: url("mobile/menu-close.png");
    }

.page-button:active {
    background-color: #3C1542;
}

.page-dropmenu {
    display: none;
    float: right;
}

.pcul {
    display: block;
}

.page-dropmenu li {
    float: left;
    display: inline;
}

.page-dropmenu a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    margin: 0 25px;
    text-align: center;
    padding-top: 28px;
}

    .page-dropmenu a:hover, .page-dropmenu a.on {
        padding-top: 22px;
        border-top: 6px solid #FF8934;
    }

    .page-dropmenu a:active {
    }

.page-area {
    width:100%;
    min-height: 580px;
    color: #000;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.area3 {
    /*height: 1736px;*/
    background: url("pc/sysbg2-1.jpg") no-repeat center 0;
    background-size: auto;
    background-position: center 0;
}

.page-area.dark {
    width: 100%;
    background-color: #000000;
    color: #000000;
}

.page-area.gray {
    width:100%;
    background-color: #dcdcdc;
    color: #dcdcdc;
    /*height: 900px;*/
}

.page-area.area1 {
    height: 943px;
}

.area1-top {
    width: 100%;
    height: 315px;
    background: url("pc/pc-bg-01.jpg") no-repeat center 2px;
}

.area1-center {
    width: 100%;
    height: 315px;
    background: url("pc/pc-bg-02.jpg") no-repeat center center;
}

.area1-bottom {
    width: 100%;
    height: 315px;
    background: url("pc/pc-bg-03.jpg") no-repeat center center;
}

.page-area.area1 > .logo {
    position: absolute;
    top: 344px;
    left: 50%;
    width: 346px;
    height: 123px;
    margin-left: -240px;
    background: url("mobile/logo-2.png") no-repeat right bottom;
    -webkit-animation: moveleft 0.8s ease-in-out 0.5s backwards;
    -moz-animation: moveleft 0.8s ease-in-out 0.5s backwards;
    animation: moveleft 0.8s ease-in-out 0.5s backwards;
}

@-webkit-keyframes moveleft {
    0% {
        left: 40%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
    }
}

@-moz-keyframes moveleft {
    0% {
        left: 40%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
    }
}

@keyframes moveleft {
    0% {
        left: 40%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
    }
}

.page-area.area1 > .text {
    color:white;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 500px;
    left: 50%;
    margin-left: -220px;
    -webkit-animation: moveright 0.8s ease-in-out 0.5s backwards;
    -moz-animation: moveright 0.8s ease-in-out 0.5s backwards;
    animation: moveright 0.8s ease-in-out 0.5s backwards;
}

@-webkit-keyframes moveright {
    0% {
        left: 70%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
    }
}

@-moz-keyframes moveright {
    0% {
        left: 70%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
    }
}

@keyframes moveright {
    0% {
        left: 70%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
    }
}

.page-area.area1 > .circle {
    /*background: rgba(152,46,167,0.26);*/
    background: rgba(255,137,52,0.26);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    color: #8a768d;
    font-size: 16px;
    line-height: 120px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 650px;
    margin-left: -60px;
}

.page-area.area1 > .down {
    background: url("mobile/down-arrow.png") no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 25px;
    position: absolute;
    left: 50%;
    top: 700px;
    margin-left: -25px;
    -webkit-animation: moveToBottom 1.2s ease infinite;
    -moz-animation: moveToBottom 1.2s ease infinite;
    animation: moveToBottom 1.2s ease infinite;
}

@-webkit-keyframes moveToBottom {
    0% {
        top: 780px;
    }

    50% {
        top: 790px;
    }

    100% {
        top: 780px;
    }
}

@-moz-keyframes moveToBottom {
    0% {
        top: 780px;
    }

    50% {
        top: 790px;
    }

    100% {
        top: 780px;
    }
}

@keyframes moveToBottom {
    0% {
        top: 780px;
    }

    50% {
        top: 790px;
    }

    100% {
        top: 780px;
    }
}

.company-intro {
    background-color: #eeeeee;
}

    .company-intro .page-area-center {
        position: relative;
        background: url("pc/whobg.jpg") no-repeat 0px 40px;
    }

        .company-intro .page-area-center .tit {
            height: 45px;
            padding: 106px 0 15px 127px;
        }

            .company-intro .page-area-center .tit h2 {
                float: left;
                display: inline;
                line-height: 45px;
                font-size: 42px;
                font-weight: bold;
                color: #3b3b3b;
                border-right: 4px solid #3b3b3b;
                padding: 0 12px;
            }

            .company-intro .page-area-center .tit .tit-rt {
                float: left;
                display: inline;
                margin-left: 12px;
            }

                .company-intro .page-area-center .tit .tit-rt p {
                    color: #333333;
                    font-size: 20px;
                    padding-bottom: 4px;
                }

                .company-intro .page-area-center .tit .tit-rt span {
                    color: #898989;
                }

                    .company-intro .page-area-center .tit .tit-rt span.zs {
                        color: #782484;
                    }

    .company-intro .tip {
        width: 322px;
        height: 49px;
        line-height: 36px;
        margin-left: 138px;
        font-size: 16px;
        background: url("pc/whoami.png") no-repeat 0px 0px;
        text-align: center;
        color: #fff;
    }

        .company-intro .tip span {
            color: #ffdbdc;
        }

    .company-intro .intro-cont {
        width: 510px;
        margin-left: 140px;
        padding-bottom: 110px;
    }

        .company-intro .intro-cont p {
            line-height: 24px;
            color: #9d9d9d;
            font-size: 14px;
            margin-top: 18px;
        }

    .company-intro .mgjbg {
        width: 444px;
        height: 416px;
        position: absolute;
        right: 0px;
        top: 180px;
        background: url("pc/qswlbg.jpg") no-repeat 0px 0px;
    }

/*area2*/
.tc {
    text-align: center;
}

.page-area-center {
    width: 1188px;
    margin: 0 auto;
}

.page-area.area2 .page-area-center {
    position: relative;
    background: url("pc/dobg.jpg") no-repeat 0px 40px;
    padding-bottom: 80px;
}

.page-area.area2 .title {
    font-size: 46px;
    color: #3b3b3b;
    line-height: 40px;
    padding: 90px 18px 0 20px;
}

.page-area.area2 .remark {
    font-size: 16px;
    color: #FF8934;
    font-weight: bold;
    line-height: 30px;
    padding: 10px 10px 0px 20px;
}


.page-area.area2 .title2 {
    font-size: 46px;
    color: #ffffff;
    line-height: 40px;
    padding: 90px 18px 0 20px;
}


.page-area.area2 .text {
    font-size: 16px;
    line-height: 1.5em;
    color: #777777;
    padding: 15px 18px 8px 20px;
}

.page-area.area2 .text-fs14 {
    font-size: 14px;
}

.page-area.area2 .text-1 {
    background: url("pc/text-1.jpg") no-repeat center center;
    background-size: contain;
    width: 166px;
    height: 50px;
    margin: 10px 118px;
}

.page-area.area2 .tc {
    position: absolute;
    top: 347px;
    right: 250px;
    width: 365px;
    text-align: left;
    line-height: 27px;
    font-size: 15px;
}

.page-area.area2 .tc .tip {
    font-size: 15px;
    color: #FF8934;
    font-weight: bold;
}



.page-area.area2 .ad-1 {
    background: url("mobile/ad-1.png") no-repeat center center;
    background-size: contain;
    width: 543px;
    height: 400px;
    margin: 20px auto 0 10px;
}

.page-area.area2 .ts-0 {
    background: url("mobile/ts-0.png") no-repeat center center;
    background-size: contain;
    width: 1024px;
    height: 500px;
    margin: 20px auto 0 10px;
}

.page-area.area2 .ts-1 {
    background: url("mobile/ts-1.png") no-repeat center center;
    background-size: contain;
    width: 543px;
    height: 445px;
    margin: 20px auto 0 10px;
}

.page-area.area2 .ts-2 {
    background: url("mobile/ts-2.png") no-repeat center center;
    background-size: contain;
    width: 1080px;
    height: 500px;
    margin: 20px auto 0 10px;
}

.page-area.area2 .ts-3 {
    background: url("mobile/ts-3.png") no-repeat center center;
    background-size: contain;
    width: 1080px;
    height: 500px;
    margin: 20px auto 0 0px;
}

.page-area.area2 .ts-4 {
    background: url("mobile/ts-4.png") no-repeat center center;
    background-size: contain;
    width: 1080px;
    height: 500px;
    margin: 20px 100px 0 0px;
}

.page-area.area2 .ts-5 {
    background: url("mobile/ts-5.png") no-repeat center/60% ;
    background-size: contain;
    width: 80%;
    height: 500px;
    margin: 20px auto 0 0px;
}

.page-area.area4 .ts-6 {
    background: url("mobile/ts-6.png") no-repeat center center;
    background-size: contain;
    background-position: center;
    text-align:center;
    width: 90%;
    height: 400px;
    margin: 10px auto 0 0px;
}

.page-area.area2 .text .highlight {
    color: #3b3b3b;
    display: block;
    font-size: 34px;
    padding-bottom: 15px;
}


.tsleft {
    float: left;
    margin-left: 100px;
}

.tsright {
    float: left;
    margin-right: 100px;
}




.page-area.area3 .page-cards {
}

.page-area.area3 .tab {
    /*display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;*/
    padding: 60px 0 0 0;
    width: 536px;
    /*margin: 0 auto;*/
    text-align: center;
    float: right;
}

    .page-area.area3 .tab > li {
        display: inline-block;
        font-size: 15px;
        width: 94px;
        height: 30px;
        text-align: center;
        line-height: 32px;
        border: #535353 1px solid;
        margin: 0 3px;
        color: #adadad;
        cursor: pointer;
    }

        .page-area.area3 .tab > li.selected {
            background: #982ea7;
            border-color: #982ea7;
            color: #fff;
        }


.page-area.area3 .card {
    display: none;
    width: 1200px;
    height: 583px;
    margin: 0 auto;
    position: relative;
}

.page-area.area3 .card1 {
    background: url("pc/tabbg4.png") no-repeat 10px bottom;
}

.page-area.area3 .card2 {
    background: url("pc/tabbg6.png") no-repeat 563px 32px;
}

.page-area.area3 .card3 {
    background: url("pc/tabbg5.png") no-repeat 57px 141px;
}

.page-area.area3 .card4 {
    background: url("pc/tabbg2.png") no-repeat 637px 64px;
}

.page-area.area3 .card5 {
    background: url("pc/tabbg3.png") no-repeat 360px -16px;
}

.page-area.area3 .card .ad-1 {
    position: absolute;
    left: 254px;
    top: 48px;
    background: url("pc/tabiconbg4.png") no-repeat center center;
    width: 303px;
    height: 479px;
}

.page-area.area3 .card .ad-2 {
    position: absolute;
    left: 46px;
    bottom: 0px;
    background: url("pc/tabiconbg6.png") no-repeat center center;
    width: 590px;
    height: 484px;
}

.page-area.area3 .card .ad-3 {
    position: absolute;
    left: 102px;
    bottom: 0px;
    background: url("pc/tabiconbg5.png") no-repeat center center;
    width: 1026px;
    height: 377px;
}

.page-area.area3 .card .ad-4 {
    position: absolute;
    left: 126px;
    top: 57px;
    background: url("pc/tabiconbg2.png") no-repeat center center;
    width: 626px;
    height: 451px;
}

.page-area.area3 .card .ad-5 {
    position: absolute;
    left: 122px;
    top: 76px;
    background: url("pc/tabiconbg3.png") no-repeat center center;
    width: 527px;
    height: 438px;
}

.page-area.area3 .card .card-intro {
    position: absolute;
    left: 400px;
    top: 100px;
}

.page-area.area3 .card1 .card-intro {
    width: 367px;
    left: 605px;
    top: 98px;
}

.page-area.area3 .card2 .card-intro {
    width: 370px;
    left: 715px;
    top: 116px;
}

.page-area.area3 .card3 .card-intro {
    width: 600px;
    left: 96px;
    top: 36px;
}

.page-area.area3 .card4 .card-intro {
    width: 385px;
    left: 764px;
    top: 105px;
}

.page-area.area3 .card5 .card-intro {
    width: 380px;
    left: 692px;
    top: 80px;
}

.page-area.area3 .card h1 {
    color: #fff;
    padding: 20px 38px;
    font-size: 34px;
    font-weight: normal;
}

.page-area.area3 .card .text1 {
    color: #818181;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 38px;
}

.page-area.area3 .card .text2 {
    color: #cfcfcf;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 38px 0;
}

.page-area.area3 .card .points {
    padding: 20px 38px;
}

    .page-area.area3 .card .points > span {
        float: left;
        color: #e0e0e0;
        font-size: 12px;
        background: rgba(255,255,255,0.13);
        width: 50px;
        height: 50px;
        border-radius: 50px;
        line-height: 16px;
        text-align: center;
        margin-right: 22px;
        margin-bottom: 22px;
        display: -webkit-box;
        -webkit-box-pack: center;
        -webkit-box-align: center;
    }

        .page-area.area3 .card .points > span.icon1 {
            background: url("mobile/small1.png") no-repeat center center;
            background-color: rgba(255,255,255,0.13);
            background-size: 24px 24px;
        }

        .page-area.area3 .card .points > span.icon2 {
            background: url("mobile/small2.png") no-repeat center center;
            background-color: rgba(255,255,255,0.13);
            background-size: 24px 24px;
        }

        .page-area.area3 .card .points > span.icon3 {
            background: url("mobile/small3.png") no-repeat center center;
            background-color: rgba(255,255,255,0.13);
            background-size: 24px 24px;
        }

        .page-area.area3 .card .points > span.icon4 {
            background: url("mobile/small4.png") no-repeat center center;
            background-color: rgba(255,255,255,0.13);
            background-size: 24px 24px;
        }

.pt50 {
    padding-top: 50px;
}

.tzp {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #686868;
    position: absolute;
    left: 0px;
    bottom: 126px;
}

.sys-version-wrap {
    background: url("pc/sysbg2-2.jpg") no-repeat center 0;
}

.sys-version {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 90px;
}

    .sys-version .versiontit {
        font-size: 46px;
        color: #ffffff;
        background: url("pc/versiontit.png") no-repeat 0 0;
        padding: 33px 0px 64px 126px;
    }

    .sys-version .versionlist {
        width: 1300px;
        padding-top: 100px;
        padding-bottom: 118px;
    }

        .sys-version .versionlist li {
            position: relative;
            float: left;
            display: inline;
            width: 264px;
            height: 422px;
            background: url("pc/sysbg.png") no-repeat 0 0;
            margin-right: 45px;
        }

            .sys-version .versionlist li .round p {
                color: #fff;
                font-size: 14px;
            }

            .sys-version .versionlist li .round .bigp {
                font-size: 16px;
                font-weight: bold;
            }

            .sys-version .versionlist li .rd1 p {
                color: #5c5c5c;
            }

            .sys-version .versionlist li .round {
                width: 144px;
                height: 144px;
                position: absolute;
                left: 50%;
                top: -67px;
                margin-left: -67px;
                background: url("pc/syssprite.png") no-repeat;
                text-align: center;
            }

            .sys-version .versionlist li .rd1 {
                background-position: 0px 0px;
            }

            .sys-version .versionlist li .rd2 {
                background-position: -180px 0px;
            }

            .sys-version .versionlist li .rd3 {
                background-position: -364px 0px;
            }

            .sys-version .versionlist li .rd4 {
                background-position: -560px 0px;
            }

            .sys-version .versionlist li .bottombg {
                height: 120px;
                width: 264px;
                position: absolute;
                left: 0;
                bottom: 15px;
                background: url("pc/syssprite.png") no-repeat;
            }

            .sys-version .versionlist li .bt1 {
                background-position: -4px -217px;
            }

            .sys-version .versionlist li .bt2 {
                background-position: -270px -217px;
            }

            .sys-version .versionlist li .bt3 {
                background-position: -509px -217px;
            }

            .sys-version .versionlist li .bt4 {
                background-position: -780px -217px;
            }

            .sys-version .versionlist li .vl-cont {
                padding-top: 85px;
                position: relative;
                z-index: 1;
            }

                .sys-version .versionlist li .vl-cont p {
                    height: 38px;
                    line-height: 38px;
                    font-size: 15px;
                    color: #d2d2d2;
                    padding-left: 30px;
                    background: url("pc/syscirclebg.png") no-repeat 1px 12px;
                }

                    .sys-version .versionlist li .vl-cont p.red {
                        color: #f54773;
                        background: url("pc/syscirclebg.png") no-repeat 1px -26px;
                    }

                    .sys-version .versionlist li .vl-cont p.darkorchid {
                        color: #b163e7;
                        background: url("pc/syscirclebg.png") no-repeat 1px -67px;
                    }

            .sys-version .versionlist li .cont1 {
                padding-left: 85px;
            }

            .sys-version .versionlist li .cont2 {
                padding-left: 58px;
            }

            .sys-version .versionlist li .cont3 {
                padding-left: 50px;
            }

            .sys-version .versionlist li .cont4 {
                padding-left: 37px;
            }

            .sys-version .versionlist li .cont3 p {
                height: 29px;
                line-height: 29px;
                font-size: 13px;
                background: url("pc/syscirclebg.png") no-repeat 1px 7px;
            }

                .sys-version .versionlist li .cont3 p.red {
                    background: url("pc/syscirclebg.png") no-repeat 1px -32px;
                }


.category {
    background-color: #eeeeee;
}

    .category h2 {
        font-size: 46px;
        color: #3b3b3b;
        text-align: center;
        line-height: 50px;
        padding: 170px 0;
    }

    .category ul {
        padding-bottom: 170px;
        padding-top: 80px;
    }

        .category ul li {
            float: left;
            display: inline;
            width: 202px;
            margin: 0 47px;
            text-align: center;
        }

            .category ul li img {
                width: 202px;
                height: 202px;
            }

            .category ul li p.p-tit {
                color: #3b3b3b;
                font-size: 24px;
                padding: 14px 0 6px 0;
            }

            .category ul li p.p-intro {
                color: #898989;
                font-size: 14px;
            }



.page-area.area4 .text1 {
    padding-top: 130px;
    color: #333;
    font-size: 40px;
    line-height: 34px;
    text-align: center;
}

    .page-area.area4 .text1 .highlight {
        color: #FF8934;
        font-weight: bold;
        font-size: 60px;
    }

.page-area.area4 .text2 {
    padding-bottom: 100px;
    padding-top: 30px;
    color: #333;
    font-size: 40px;
    line-height: 34px;
    text-align: center;
}

    .page-area.area4 .text2 .highlight {
        font-weight: bold;
        color: #FF8934;
        font-size: 60px;
    }

.page-area.area4 .line {
    border-top: #9c9b9b 1px solid;
    color: #9c9b9b;
    font-size: 12px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

    .page-area.area4 .line span {
        display: inline-block;
        position: absolute;
        top: -22px;
        left: 50%;
        margin-left: -52px;
        background: #fff;
        padding: 10px;
        color: #9c9b9b;
        font-size: 16px;
    }

.page-area.area4 .tenants br {
    display: none;
}

.page-area.area4 .tenants {
    padding: 50px 0 80px;
    text-align: center;
}

    .page-area.area4 .tenants li {
        display: inline-block;
        width: 172px;
        height: 240px;
        margin: 0 26px 10px;
        cursor: pointer;
    }

        .page-area.area4 .tenants li > .icon {
            width: 172px;
            height: 172px;
            margin: 5px auto;
            background-repeat: no-repeat;
            background-position: center center;
            cursor: pointer;
            -webkit-transition: -webkit-transform .3s ease;
            -moz-transition: -moz-transform .3s ease;
            -o-transition: -webkit-transform .3s ease;
            transition: transform .3s ease;
        }

            .page-area.area4 .tenants li > .icon:hover {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
            }

            .page-area.area4 .tenants li > .icon.icon1 {
                background-image: url("mobile/customer1.jpg");
            }

            .page-area.area4 .tenants li > .icon.icon2 {
                background-image: url("pc/customer-pc2.png");
            }

            .page-area.area4 .tenants li > .icon.icon3 {
                background-image: url("mobile/customer3.jpg");
            }

            .page-area.area4 .tenants li > .icon.icon4 {
                background-image: url("mobile/customer4.jpg");
            }

            .page-area.area4 .tenants li > .icon.icon5 {
                background-image: url("pc/customer-pc5.png");
            }

        .page-area.area4 .tenants li > .text {
            color: #777777;
            font-size: 16px;
            line-height: 60px;
            height: 60px;
        }

.page-area.area5 {
    height: 800px;
    background: url("pc/contactusbg.jpg") no-repeat center center;
    background-color: #171717;
}

    .page-area.area5 h1 {
        color: rgba(255,255,255,0.48);
        padding-top: 160px;
        font-size: 28px;
        font-weight: normal;
        text-align: center;
    }

    .page-area.area5 .text1 {
        color: rgba(255,255,255,0.48);
        padding-bottom: 80px;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        line-height: 25px;
        padding-top: 8px;
    }

    .page-area.area5 .points {
        display: none;
        padding: 0;
        text-align: center;
    }

        .page-area.area5 .points > span {
            display: inline-block;
            color: #e0e0e0;
            font-size: 11px;
            background: rgba(255,255,255,0.13);
            width: 73px;
            height: 73px;
            border-radius: 73px;
            line-height: 73px;
            text-align: center;
            margin-right: 20px;
        }

            .page-area.area5 .points > span:last-child {
                margin-right: 0px;
            }

            .page-area.area5 .points > span.selected, .page-area.area5 .points > span:active {
                background: rgba(152,46,167,0.26);
            }

.contactus {
    width: 800px;
    margin: 0 auto;
    text-align: right;
}

    .contactus ul {
        width: 340px;
        float: left;
    }

    .contactus li {
        float: left;
        display: inline;
        width: 300px;
        height: 100px;
        padding-left: 0px;
        background: url("pc/contactussprite2.png") no-repeat;
    }

        .contactus li.phone {
            background-position: 0px 3px;
        }

            .contactus li.phone .phonenum {
                color: #FF8934;
                font-size: 30px;
                font-weight: bold;
                padding-top: 4px;
            }

            .contactus li.phone .phoneintro {
                font-size: 14px;
                color: #FF8934;
            }


        .contactus li.address {
            background-position: 0px 3px;
        }

            .contactus li.address p {
                font-size: 14px;
                color: #4b4b4b;
            }

    .contactus div.where {
        margin:-10px 150px 50px 0px;
        float:right;
        width: 250px;
        height: 220px;
        background: url("pc/wxgzh.png") no-repeat center/80%;
    }

    .contactus .where p {
        margin: -10px 200px 50px 10px;
        font-size: 16px;
        color: #717171;
        line-height: 24px;
    }

.page-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 99;
    display: none;
}

.page-popup-outer {
    position: absolute;
    top: 15%;
    left: 10%;
    right: 10%;
    bottom: 15%;
    background: #fff;
    padding: 15px;
}

    .page-popup-outer > .close {
        position: absolute;
        top: -40px;
        right: 0px;
        width: 32px;
        height: 32px;
        background: url("mobile/close.png") no-repeat center center;
        background-size: 16px 16px;
    }

        .page-popup-outer > .close:active {
            background-color: rgba(50,50,50,0.9);
        }

.page-popup.popup1 .tab {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    margin: 10px auto 10px auto;
}

    .page-popup.popup1 .tab > li {
        font-size: 12px;
        line-height: 30px;
        margin-right: -1px;
        width: 80px;
        text-align: center;
        color: #686868;
    }

        .page-popup.popup1 .tab > li.selected {
            background: #982ea7;
            border-color: #982ea7;
            color: #fff;
        }

        .page-popup.popup1 .tab > li:active {
            background-color: #F8C8FF;
        }

.page-popup.popup1 .cards > div {
    display: none;
}

.page-popup.popup1 .card1 {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    position: absolute;
    top: 70px;
    bottom: 20px;
    left: 20px;
    right: 10px;
    padding-right: 10px;
}

    .page-popup.popup1 .card1 h1 {
        font-size: 20px;
        color: #333333;
        font-weight: normal;
    }

    .page-popup.popup1 .card1 p {
        font-size: 12px;
        color: #9d9d9d;
        line-height: 1.5em;
        margin: 20px 0;
    }

.page-popup.popup1 .card2 {
    position: absolute;
    top: 60px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

    .page-popup.popup1 .card2 .services {
        padding: 0;
        text-align: center;
    }

        .page-popup.popup1 .card2 .services li {
            display: inline-block;
            width: 110px;
            height: 110px;
            margin-bottom: 10px;
        }

            .page-popup.popup1 .card2 .services li > .icon {
                width: 69px;
                height: 69px;
                margin: 10px auto;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 69px 69px;
            }

            .page-popup.popup1 .card2 .services li > .icon1 {
                background-image: url("mobile/service-1.png");
            }

            .page-popup.popup1 .card2 .services li > .icon2 {
                background-image: url("mobile/service-2.png");
            }

            .page-popup.popup1 .card2 .services li > .icon3 {
                background-image: url("mobile/service-3.png");
            }

            .page-popup.popup1 .card2 .services li > .icon4 {
                background-image: url("mobile/service-4.png");
            }

            .page-popup.popup1 .card2 .services li > .text {
                color: #777777;
                font-size: 12px;
                line-height: 20px;
            }

.page-popup.popup1 .card3 {
    position: absolute;
    top: 60px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}


    .page-popup.popup1 .card3 .content {
        height: 158px;
        margin: 0;
        width: 186px;
        padding: 0 0 0 50px;
        background: url("mobile/contact.png") no-repeat left center;
        background-size: 40px 158px;
    }

    .page-popup.popup1 .card3 .line1 {
        font-size: 20px;
    }

    .page-popup.popup1 .card3 .line2 {
        font-size: 12px;
        color: #9d9d9d;
    }

    .page-popup.popup1 .card3 .line3 {
        margin-top: 28px;
        font-size: 12px;
        height: 32px;
        line-height: 14px;
    }

    .page-popup.popup1 .card3 .line4 {
        font-size: 12px;
        color: #9d9d9d;
        height: 16px;
    }

    .page-popup.popup1 .card3 .line5 {
        margin-top: 14px;
        height: 16px;
    }

.page-popup.popup2 .page-popup-outer {
    padding: 0;
    width: 1200px;
    height: 610px;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -305px;
}

.page-popup.popup2 .popupcont {
    height: 100%;
}

.page-popup.popup2 .contlist {
    height: 100%;
    display: none;
}

    .page-popup.popup2 .contlist .companyleft {
        width: 450px;
        height: 100%;
        background-color: #eeeeee;
    }

.page-popup.popup2 .cl-bottom {
    position: relative;
    width: 100%;
    height: 160px;
}

    .page-popup.popup2 .cl-bottom img {
        position: absolute;
        width: 120px;
        height: 120px;
        left: 50%;
        top: 50%;
        margin-left: -60px;
        margin-top: -138px;
    }

    .page-popup.popup2 .cl-bottom p {
        text-align: center;
    }

    .page-popup.popup2 .cl-bottom .companyname {
        font-size: 18px;
        color: #333333;
        padding-top: 75px;
    }

    .page-popup.popup2 .cl-bottom .companyaddress {
        font-size: 14px;
        color: #777777;
        padding-top: 8px;
    }

.page-popup.popup2 .contlist .companyright {
    width: 750px;
    height: 100%;
}

.page-popup.popup2 .companyright dl {
    padding: 72px 60px 0 70px;
}

.page-popup.popup2 .companyright dt {
    font-size: 26px;
    color: #333333;
    line-height: 40px;
}

.page-popup.popup2 .companyright dd {
    font-size: 14px;
    color: #9d9d9d;
    line-height: 20px;
    padding-top: 6px;
}

.page-popup.popup2 .companyright dt.zs {
    color: #982ea7;
}

.page-popup.popup2 .contlist .selectedus {
    color: #333333;
    font-size: 26px;
    text-align: center;
    padding: 48px 0;
}

.page-popup.popup2 .contlist .allcompanybg {
    width: 998px;
    height: 410px;
    margin: 0 auto;
    background: url("pc/partnerbg.png") no-repeat center center;
}

.systitwrap {
    width: 1188px;
    height: 159px;
    margin: 0 auto;
    padding-top: 100px;
}

    .systitwrap .systit {
        width: 442px;
        height: 119px;
        padding: 40px 0px 0px 122px;
        float: left;
        background: url("pc/systemtit.png") no-repeat 0 0;
        font-size: 46px;
        color: #ffffff;
    }

.servicetit {
    background: url("pc/servicetit.png") no-repeat 0 0;
    font-size: 46px;
    color: #3b3b3b;
    padding: 32px 0px 66px 124px;
}

.categorypt100 {
    padding-top: 100px;
}
