﻿.main {
    width: 100%;
}

.bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/zjxImage/index/png_banner@2x.png');
}

.bg1 {
    background-image: url('/zjxImage/index/png_mokuai_2@2x.png');
}

.bg2 {
    background-image: url('/zjxImage/index/png_fenxiangchehuo_beijing@2x.png');
}

.bg3 {
    background-image: url('/zjxImage/index/png_yichehuiyou_beijing@2x.png');
}

.bg4 {
    background-image: url('/zjxImage/index/png_yingjian_beijing@2x.png');
}

.bg5 {
    background-image: url('/zjxImage/index/png_zhizunbanbeijing@2x.png');
}

.content-item {
    height: 900px;
    width: 100%;
    position: relative;
}

.content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

.item1 > .phone-img {
    position: absolute;
    bottom: -5px;
    right: 0;
    opacity: 0;
    width: 460px;
    height: 740px;
}

.item1 .title {
    padding-top: 135px;
    font-size: 38px;
    color: #FFFFFF;
}

    .item1 .title > .bottom-line {
        height: 4px;
        width: 140px;
        background: #FFD11B;
        margin: 10px 0 20px;
    }

    .item1 .title > .info {
        width: 520px;
        color: #F6F6F6;
        font-size: 28px;
        text-align: justify;
        opacity: .7;
    }

.download-btn-box {
    padding-top: 200px;
}

    .download-btn-box > div {
        position: relative;
        width: 202px;
        height: 52px;
        cursor: pointer;
    }

    .download-btn-box > .store-btn {
        margin-bottom: 33px;
    }

    .download-btn-box > div > img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .download-btn-box > div > .active {
        display: none;
    }

    .download-btn-box > div > .arrow {
        display: none;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 228px;
        top: 16px;
    }

    .download-btn-box > div > .erweima {
        display: none;
        position: absolute;
        width: 124px;
        height: 124px;
        left: 260px;
        top: 50%;
        margin-top: -62px;
    }

    .download-btn-box > div:hover img {
        display: none;
    }

    .download-btn-box > div:hover .active {
        display: block;
    }

    .download-btn-box > div:hover .arrow {
        display: block;
    }

    .download-btn-box > div:hover .erweima {
        display: block;
    }

.item2 > .title {
    color: #333333;
    text-align: center;
    font-size: 38px;
    vertical-align: middle;
    padding-top: 52px;
}

    .item2 > .title > img {
        width: 52px;
        height: 32px;
        margin: 0 18px;
    }

.item2 > img {
    width: 564px;
    height: 762px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.item2 > .info {
    color: #333333;
    font-size: 26px;
    text-align: center;
    padding-top: 33px;
}

.item2 > .map-box {
    width: 772px;
    height: 644px;
    position: relative;
    margin: 39px auto 0;
}

    .item2 > .map-box > .bg-img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .item2 > .map-box > .user-icon {
        width: 46px;
        height: 52px;
        position: absolute;
        top: 42px;
        left: 592px;
        opacity: 0;
        margin-top: -100px;
    }

.device-box {
    padding-top: 43px;
    overflow: hidden;
}

    .device-box > .left-box {
        width: 263px;
        padding-right: 10px;
        display: inline-block;
    }

        .device-box > .left-box > .device {
            height: 297px;
            background: #0F113F;
            margin-bottom: 10px;
        }

            .device-box > .left-box > .device > .device-title {
                color: #FFFFFF;
                font-size: 26px;
                vertical-align: middle;
                padding: 33px 0 0 42px;
            }

                .device-box > .left-box > .device > .device-title > img {
                    width: 64px;
                    height: 28px;
                    margin-left: 9px;
                    vertical-align: middle;
                    margin-top: -5px;
                }

            .device-box > .left-box > .device > .device-info {
                color: #99A2FF;
                padding-left: 41px;
                font-size: 18px;
            }

            .device-box > .left-box > .device > .img-content {
                padding: 36px 0 0 37px;
            }

                .device-box > .left-box > .device > .img-content > img {
                    width: 188px;
                    height: 148px;
                }

    .device-box > .right-box {
        display: inline-block;
        vertical-align: top;
        width: 928px;
        position: relative;
        height: 604px;
    }

        .device-box > .right-box > .device-title {
            padding: 89px 0 0 87px;
            color: #FFFFFF;
            font-size: 32px;
            margin-right: 9px;
        }

            .device-box > .right-box > .device-title > img {
                width: 64px;
                height: 28px;
                vertical-align: middle;
                margin-top: -5px;
            }

        .device-box > .right-box > .device-info {
            padding: 19px 0 0 87px;
            color: #FFFFFF;
            font-size: 18px;
        }

        .device-box > .right-box > img {
            width: 450px;
            height: 380px;
            position: absolute;
            bottom: 44px;
            left: 40px;
        }

        .device-box > .right-box > .img-btn {
            position: absolute;
            top: 330px;
            right: 163px;
            width: 154px;
            cursor: pointer;
            height: 48px;
        }

            .device-box > .right-box > .img-btn img {
                width: 154px;
                height: 48px;
            }

            .device-box > .right-box > .img-btn .active {
                display: none;
            }

            .device-box > .right-box > .img-btn:hover img {
                display: none;
            }

            .device-box > .right-box > .img-btn:hover .active {
                display: block;
            }

.scroll-box {
    width: 100%;
    height: 900px;
    overflow: hidden;
    position: relative;
}

.scroll-dom {
    width: 400%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.scroll-item {
    margin: 0;
    padding: 0;
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/zjxImage/index/png_beijingtu_1@2x.png');
}

.scroll-bg2 {
    background-image: url('/zjxImage/index/png_beijingtu_2@2x.png');
}

.scroll-bg3 {
    background-image: url('/zjxImage/index/png_guanxinweilan_beijing@2x.png');
}

.scroll-bg2-1 {
    background-image: url('/zjxImage/index/rect28@2x.png');
}

.scroll-bg2-2 {
    background-image: url('/zjxImage/index/png_chewuguanjia@2x.png');
}

.scroll-bg2-3 {
    background-image: url('/zjxImage/index/png_chekua ngfzhenduan@2x.png');
}

.scroll-item > .content > img {
    position: absolute;
    width: 310px;
    top: 176px;
    right: 108px;
    opacity: 0;
}

.scroll-item .title-box {
    color: #F6F6F6;
    font-size: 36px;
    position: absolute;
    top: 410px;
    left: 76px;
}

    .scroll-item .title-box > .split-dom {
        height: 4px;
        width: 102px;
        background: #FFD11B;
        margin: 9px 0 20px;
    }

    .scroll-item .title-box > .info {
        color: #F6F6F6;
        font-size: 28px;
        opacity: .7;
    }

.dian-box {
    position: absolute;
    bottom: 22px;
    left: 50%;
    margin-left: 0;
    height: 8px;
    width: 0;
}

    .dian-box > .dian-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 6px;
        background: #FFFFFF;
/*        border-radius: 4px;*/
        overflow: hidden;
        cursor: pointer;
    }

        .dian-box > .dian-item > div {
            position: absolute;
            background: #FFD11B;
            height: 10px;
            width: 100%;
            top: -1px;
            left: 0;
            margin-left: -100%;
        }

    .dian-box > .dian-item2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 6px;
        background: #FFFFFF;
        /*        border-radius: 4px;*/
        overflow: hidden;
        cursor: pointer;
    }

        .dian-box > .dian-item2 > div {
            position: absolute;
            background: #FFD11B;
            height: 10px;
            width: 100%;
            top: -1px;
            left: 0;
            margin-left: -100%;
        }
