﻿@charset "utf-8";
/*全局样式
---------------------------------------------*/
html {
    overflow-x: hidden;
    overflow-y: auto;
    color: #fff;
    background: #fff;
}

body {
    min-width: 1004px;
    font: 12px/18px "Microsoft Yahei";
    color: #333;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #fff;
    text-decoration: none;
    outline: 0 none;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        -moz-outline-style: none;
        border: 0;
    }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

ol, li, ul, dl, dt, dd {
    list-style: none;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: 0;
}

.clear {
    clear: both;
    font-size: 0px;
    height: 0px;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

/*导航
----------------------------------------------*/
#menu {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 10px;
    top: 10px;
    list-style-type: none;
    z-index: 70;
}

    #menu li {
        float: left;
        margin: 0 10px 0 0;
        font-size: 14px;
    }

    #menu a {
        float: right;
        padding: 10px 20px;
        background-color: #fff;
        color: #333;
        text-decoration: none;
    }

    #menu .active a {
        color: #fff;
        background-color: #333;
    }

/*Logo
----------------------------------------------*/
.logo {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 100px;
    top: 10px;
    z-index: 70;
}

    .logo img {
        width: 260px;
    }

.button-arrow {
    position: fixed;
    text-align: center;
    bottom: 30px;
    margin: 0px auto;
    left: 48%;
}

    .button-arrow img {
        vertical-align: middle;
        display: inline-block;
    }

.header {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 70;
}
/*页面样式
----------------------------------------------*/
.loading {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
}

    .loading .box {
        width: 36px;
        height: 46px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -18px 0 0 -23px;
        text-align: center;
    }

        .loading .box em {
            display: block;
            width: 36px;
            height: 24px;
            background: url(../images/index/logo.png) no-repeat;
            margin-bottom: 5px;
        }

.section {
    position: relative;
    overflow: hidden;
}

.summary01 {
    /*background: url(../images/index/page1.jpg) no-repeat center;*/
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
}

    .summary01 .txtbox {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 40%;
        transform: translate3d(-50%, -50%, 0);
    }

        .summary01 .txtbox h2 {
            margin-bottom: 0.3em;
            color: #fff;
            font-weight: bold;
            font-size: 7em;
            line-height: 1em;
            letter-spacing: .1em;
            text-shadow: 2px 2px 2px #333333;
        }

        .summary01 .txtbox p {
            color: #fff;
            font-size: 1em;
            line-height: 1.9em;
            font-size: 3em;
        }

        .summary01 .txtbox .btn-link {
            display: inline-block;
            margin-top: 1em;
            padding: .5em 1em;
            line-height: 1em;
            color: #fff;
            font-size: 1.4em;
            border: 1px solid #fff;
            border-radius: 5px;
        }

            .summary01 .txtbox .btn-link:hover {
                color: #d6d6d6;
                border: 1px solid #d6d6d6;
            }

.summary02 {
    background: url(../images/index/page2.jpg) no-repeat center;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
}

    .summary02 .imgbox {
        position: absolute;
        left: 0;
        top: 0;
        width: 808px;
        height: 706px;
    }

        .summary02 .imgbox .img-1 {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: url(../images/index/page2-1.png) no-repeat;
            background-size: auto 100%;
            opacity: 0;
        }

        .summary02 .imgbox .img-2 {
            position: absolute;
            left: -50%;
            top: 0;
            width: 808px;
            height: 706px;
            background: url(../images/index/page2-2.png) no-repeat;
            background-size: auto 100%;
            opacity: 0;
        }

    .summary02 .txtbox {
        position: absolute;
        top: 10%;
        right: 30%;
        opacity: 0;
    }

        .summary02 .txtbox h2 {
            padding-bottom: 1em;
            color: #fff;
            font-size: 2.7em;
            line-height: 1em;
        }

        .summary02 .txtbox p {
            padding-bottom: 1em;
            color: #fff;
            font-size: 2em;
            line-height: 1.5em;
        }

.summary03 {
    background: url(../images/index/page3.jpg) no-repeat center;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
}

    .summary03 .imgbox1 {
        margin: 0px auto;
        width: 800px;
        height: 449px;
        background: url(../images/index/page3-1.png) no-repeat center;
        background-size: auto 100%;
        opacity: 0;
    }

    .summary03 .imgbox2 {
        margin: 0px auto;
        width: 800px;
        height: 449px;
        background: url(../images/index/page3-2.png) no-repeat center;
        background-size: auto 100%;
        opacity: 0;
    }

    .summary03 .imgbox3 {
        margin: 0px auto;
        width: 800px;
        height: 449px;
        background: url(../images/index/page3-3.png) no-repeat center;
        background-size: auto 100%;
        opacity: 0;
    }

    .summary03 .txtbox {
        margin-top: 20px;
        display: block;
        width: 100%;
        text-align: center;
        opacity: 0;
    }

        .summary03 .txtbox h2 {
            padding-bottom: .5em;
            color: #2F2F2F;
            font-size: 2.5em;
            line-height: 1em;
        }

        .summary03 .txtbox p {
            color: #2F2F2F;
            font-size: 1.9em;
            line-height: 1.9em;
        }

.summary04 {
    background: url(../images/index/page4.jpg) no-repeat center;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
}

    .summary04 .leftbox {
        position: absolute;
        top: 0;
        left: -10%;
        width: 35.4%;
        height: 100%;
        background: url(../images/index/page4-1.png) no-repeat;
        background-size: auto 100%;
        opacity: 0;
    }

    .summary04 .rightbox {
        position: absolute;
        top: 0;
        right: -10%;
        width: 37.5%;
        height: 100%;
        background: url(../images/index/page4-1.png) no-repeat right bottom;
        opacity: 0;
    }

    .summary04 .txtbox {
        position: absolute;
        top: 30%;
        left: 10%;
        width: 100%;
        height: 100%;
        opacity: 100;
    }

        .summary04 .txtbox h2 {
            padding-bottom: 1em;
            color: #fff;
            font-size: 3.5em;
            line-height: 1.4em;
        }

        .summary04 .txtbox p {
            color: #fff;
            font-size: 1.9em;
            line-height: 1.5em;
        }

.summary05 {
    background-color: #2f2f2f;
    background: url(../images/index/page5.jpg) no-repeat center;
    background-size: 100% 100%;
}

    .summary05 .topbox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .summary05 .rightbox {
        position: absolute;
        top: 0;
        right: 40px;
        width: 800px;
        height: 100%;
        background: url(../images/index/page5-1.png) no-repeat right 0;
        opacity: 0;
    }

    .summary05 .txtbox {
        position: absolute;
        top: 30%;
        left: 10px;
        width: 100%;
        height: 100%;
        margin-top: -2em;
        padding: 0 0 0 8em;
        opacity: 0;
    }

        .summary05 .txtbox h2 {
            padding-bottom: .5em;
            color: #101010;
            font-size: 3em;
            line-height: 1.2em;
        }

        .summary05 .txtbox p {
            color: #101010;
            font-size: 1.7em;
            line-height: 1.5em;
        }

.summary06 {
    background: url(../images/index/page6.jpg) no-repeat center;
    background-color: #2f2f2f;
}

    .summary06 .imgbox {
        position: absolute;
        left: 10%;
        bottom: 10%;
        width: 100%;
        height: 100%;
        background: url(../images/index/page6.png) no-repeat left bottom;
        background-size: 100% auto;
        opacity: 0;
    }

    .summary06 .txtbox {
        position: absolute;
        bottom: 20%;
        left: 10%;
        display: block;
    }

        .summary06 .txtbox h2 {
            padding-bottom: .5em;
            color: #fff;
            font-size: 3em;
            line-height: 1.2em;
        }

        .summary06 .txtbox p {
            color: #e8e8e7;
            font-size: 1.7em;
            line-height: 1.5em;
        }

.summary07 {
    /*background: url(../images/index/page7.jpg) no-repeat center;*/
    background-color: #2f2f2f;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
}

    .summary07 .imgbox .img-1 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../images/index/page7-1.png) no-repeat;
        background-size: 100% auto;
        opacity: 0;
    }

    .summary07 .imgbox .img-2 {
        position: absolute;
        top: 5%;
        left: 32%;
        right: 32%;
        height: 100%;
        background: url(../images/index/page7-2.png) no-repeat;
        background-size: 100% auto;
        opacity: 0;
    }

    .summary07 .txtbox {
        left: 0;
        right: 0;
        bottom: 10%;
        width: 100%;
        text-align: center;
        opacity: 100;
    }

        .summary07 .txtbox h2 {
            padding-bottom: .4em;
            color: #fff;
            font-size: 6em;
            line-height: 1.2em;
        }

        .summary07 .txtbox p {
            color: #cecfcd;
            font-size: 3em;
            line-height: 1.5em;
            letter-spacing: .06em;
        }

        .summary07 .txtbox .btn-link {
            display: inline-block;
            margin-top: 1em;
            padding: .5em 1em;
            line-height: 1em;
            color: #d3d3d2;
            font-size: 1.5em;
            border: 1px solid #d3d3d2;
            border-radius: 5px;
        }

            .summary07 .txtbox .btn-link:hover {
                color: #fff;
                border: 1px solid #fff;
            }


.summary07 .copyright {
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    opacity: 100;
    position: absolute;
    color: #ffffff;

}