*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

dl > dt, dl > dd {
    margin: 0;
}

dl {
    clear: none;
    margin: auto;
    line-height: normal;
    width: auto;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    /*max-height: 1188px;
    /*padding-bottom: 110%;*/
    background-image: url('../images/bg.png');
   background-size:100%;
    font: 12px/1.5 Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}

.container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;


}

.mainBody {
    padding-top: 20px;
    margin: 0 auto;
    width: 1380px;
    text-align: center;
    margin-bottom: 50px;
}

    .mainBody h1 {
        margin: 0 0 20px 0;
        font-size: 52px;
        font-weight: normal;
        color: #fff;
    }

    .mainBody h2 {
        margin: 0;
        font-size: 24px;
        font-weight: normal;
        color: #ebebeb;
        overflow: hidden;
    }

        .mainBody h2 span {
            display: inline-block;
            vertical-align: 7px;
            margin: 0 10px;
        }

#info {
    width: 400px;
    margin: 20px auto;
    overflow: hidden;
}

    #info li {
        float: left;
        width: 50%;
        padding: 5px;
        font-size: 16px;
        color: #dddddd;
    }

        #info li:nth-child(2n+1) {
            text-align: left;
            padding-right: 50px;
        }

        #info li:nth-child(2n+2) {
            text-align: left;
            padding-left: 50px;
        }

.download-box {
    display: inline-block;
    margin-top: 20px;
}
.download-box a{
    line-height: 34px;
    text-decoration: none;
}
    .download-box button ,.download-box a {
        width: 100%;
        font-size: 26px;
        height: 54px;
        padding: 10px 15px;
        border-radius: 3px;
        outline: none;        display:inline-block;

        border: none;
        background-image: -webkit-linear-gradient(315deg, #FCCF31 10%, #fca20e 100%);
        background-image: linear-gradient(135deg, #FCCF31 10%, #fca20e 100%);
        cursor: pointer;
        color: #fff;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }

.download-box button:hover,.download-box a:hover {
            opacity: .8;
        }

    .download-box p {
        margin-top: 5px;
        font-size: 16px;
        color: #dddddd;
    }

.blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1080px;
    height: 400px;
    margin: 1px auto;
}
.elm-hide{
    display: none!important;
}
    .blocks > li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-top: 150px;
        cursor: pointer;
        border-radius: 3px;
        -webkit-transition: margin-top .4s, opacity .3s;
        transition: margin-top .4s, opacity .3s;
    }

        .blocks > li:hover {
            opacity: .8;
        }

        .blocks > li:nth-child(1) {
            background-image: url('../images/card_bg1@2x.png');
            background-position: top;
            background-position-x: -170px;
            /*padding-top: 100px;*/
        }

            .blocks > li:nth-child(1).hover {
                margin-top: -10px;
            }

            .blocks > li:nth-child(1).activated {
                margin-top: -20px;
            }

        .blocks > li:nth-child(2) {
            background-image: url('../images/card_bg2@2x.png');
            background-position: top;
            background-position-x: 300px;
            margin-top: -9px;
        }

            .blocks > li:nth-child(2).hover {
                margin-top: -15px;
            }

            .blocks > li:nth-child(2).activated {
                margin-top: -25px;
            }

        .blocks > li:nth-child(3) {
            background-image: url('../images/card_bg3@2x.png');
            background-position: top;
            background-position-x: 475px;
            margin-top: -25px;
        }

            .blocks > li:nth-child(3).hover {
                margin-top: -20px;
            }

            .blocks > li:nth-child(3).activated {
                margin-top: -30px;
            }

        .blocks > li:nth-child(4) {
            background-image: url('../images/card_bg4@2x.png');
            background-position: top;
            background-position-x: 400px;
            margin-top: -20px;
        }

            .blocks > li:nth-child(4).hover {
                margin-top: -25px;
            }

            .blocks > li:nth-child(4).activated {
                margin-top: -35px;
            }

        .blocks > li:nth-child(5) {
            background-image: url('../images/card_bg5@2x.png');
            background-position: top;
            background-position-x: 400px;
            margin-top: -10px;
        }

            .blocks > li:nth-child(5).hover {
                margin-top: -20px;
            }

            .blocks > li:nth-child(5).activated {
                margin-top: -30px;
            }

        .blocks > li:nth-child(6) {
            background-image: url('../images/card_bg6@2x.png');
            background-position: top;
            margin-top: -5px;
        }

            .blocks > li:nth-child(6).hover {
                margin-top: -15px;
            }

            .blocks > li:nth-child(6).activated {
                margin-top: -25px;
            }

    .blocks img {
        display: block;
        margin: 0 auto 20px;
    }

    .blocks strong {
        font-size: 14px;
        color: #fff;
    }

    .blocks p {
        font-size: 12px;
        letter-spacing: 4px;
        color: #fff;
    }

.introduce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px;
}

    .introduce dt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-image: url('../images/macbook front open silver.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 550px;
        height: 350px;
        padding-left: 20px;
        margin: 0 10px;
    }

        .introduce dt img {
            margin: 0 20px;
        }

    .introduce .card > li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 200px;
        height: 100px;
        background-image: url('../images/card_bg2@2x.png');
        background-size: cover;
        background-repeat: no-repeat;
        font-size: 20px;
        color: #1FA6F9;
        margin-left: 20px;
        margin-right: 30px;
    }

        .introduce .card > li img {
            margin-right: 5px;
        }

        .introduce .card > li:not(:first-child) {
            margin-top: 30px;
        }

    .introduce .card.left > li:first-child {
        background-image: url(../images/card_bg1@2x.png);
    }

    .introduce .card.left > li:not(:first-child) {
        background-image: url('../images/card_bg2@2x.png');
    }

    .introduce .card.right > li {
        background-image: url('../images/card_bg2@2x.png');
    }

    .introduce .connect {
        z-index: -1;
    }

        .introduce .connect > li {
            background-size: cover;
            background-repeat: no-repeat;
        }

            .introduce .connect > li:not(:first-child) {
                margin-top: 5px;
            }

        .introduce .connect.left > li:nth-child(1) {
            width: 70px;
            height: 160px;
            background-image: url(../images/line@2x.png);
            background-position: center;
        }

        .introduce .connect.left > li:nth-child(2) {
            width: 70px;
            height: 2px;
            background-image: url(../images/line2@2x.png);
        }

        .introduce .connect.left > li:nth-child(3) {
            width: 70px;
            height: 162px;
            background-image: url(../images/line3@2x.png);
        }

        .introduce .connect.right > li:nth-child(1) {
            width: 70px;
            height: 162px;
            background-image: url(../images/line3@2x.png);
        }

        .introduce .connect.right > li:nth-child(2) {
            width: 70px;
            height: 2px;
            background-image: url(../images/line2@2x.png);
        }

        .introduce .connect.right > li:nth-child(3) {
            width: 70px;
            height: 162px;
            background-image: url(../images/line@2x.png);
        }

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.Soar {
    color: #f0f0f0;
    font: 1.4em / 60px '微软雅黑', 'NeuzeitSLTW01-BookHeavy', Helvetica, Arial, sans-serif;
    cursor: pointer;
}
.Soar:hover {
        text-decoration: none;
        color: #17a8e5;
}
/*# sourceMappingURL=index.css.map*/
