﻿
.progress[data-v-ee0f5934] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    -webkit-transition: width .2s,opacity .4s;
    -o-transition: width .2s,opacity .4s;
    transition: width .2s,opacity .4s;
    opacity: 1;
    background-color: #efc14e;
    z-index: 999999;
}

html {
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;
    font-size: 16px;
}

*, :after, :before, html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, :after, :before {
    margin: 0;
}

body {
    overflow-x: hidden;
    color: #8e9fb1;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    letter-spacing: .1em;
    font-weight: 400;
}

a {
    color: #4a4a4a;
}

    a, a:active, a:hover, a:link, a:visited {
        text-decoration: none;
    }

        a:active, a:hover {
            color: #55c926;
            font-size:18px;
        }

p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .1em;
}

h2 {
    font-size: 26px;
}

@media (min-width:768px) {
    p {
        font-size: 20px;
        line-height: 30px;
    }

    h2 {
        font-size: 32px;
    }
}

@media (min-width:992px) {
    h2 {
        font-size: 48px;
    }
}

.container, .container .home {
    height: 100%;
    background-color:#fff;
}

.nav-container {
    padding: 0;
}

    .nav-container .nav-bar {
        height: 60px;
        /*background-color: #1b1b1b;*/
        background-color: #fff;
    }

        .nav-container .nav-bar .menu-container {
            display: none;
            float: right;
        }

            .nav-container .nav-bar .menu-container .menu li {
                display: inline-block;
                text-align: center;
            }

                .nav-container .nav-bar .menu-container .menu li a {
                    font-size: 16px;
                    padding: 10px 40px;
                    color:#282850;
                }

                .nav-container .nav-bar .menu-container .menu li.download {
                    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#55c926),to(#00e26a));
                    background-image: -webkit-linear-gradient(top,#55c926,#00e26a);
                    background-image: -o-linear-gradient(top,#55c926 0,#00e26a 100%);
                    background-image: linear-gradient(-180deg,#55c926,#00e26a);
                    border-radius: 20px;
                }

                    .nav-container .nav-bar .menu-container .menu li.download a {
                        padding: 10px 20px;
                        color: #fff;
                    }

        .nav-container .nav-bar .menu-logo {
            width: 200px;
            height: 60px;
            padding: 10px 20px;
            background-color: #fff;
            float: left;
        }

            .nav-container .nav-bar .menu-logo .logo {
                background-image: url(img/header-logo.34e3cc1.png);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: 50%;
                width: 100%;
                height: 100%;
            }

        .nav-container .nav-bar .menu-switch {
            display: block;
            position: absolute;
            right: 20px;
            top: 20px;
            z-index: 100;
            cursor: pointer;
        }

            .nav-container .nav-bar .menu-switch .hamburger-icon {
                -webkit-transition: all .25s linear;
                -o-transition: all .25s linear;
                transition: all .25s linear;
                position: relative;
                display: inline-block;
                width: 20px;
                height: 18px;
                vertical-align: middle;
                margin-left: 5px;
            }

                .nav-container .nav-bar .menu-switch .hamburger-icon .hamburger-icon-line {
                    -webkit-transition: all .12s linear;
                    -o-transition: all .12s linear;
                    transition: all .12s linear;
                    position: absolute;
                    left: 0;
                    display: block;
                    background-color: #fff;
                    width: 100%;
                    height: 3px;
                }

                    .nav-container .nav-bar .menu-switch .hamburger-icon .hamburger-icon-line:nth-child(2) {
                        top: 40%;
                    }

                    .nav-container .nav-bar .menu-switch .hamburger-icon .hamburger-icon-line:nth-child(3) {
                        top: 80%;
                    }

                .nav-container .nav-bar .menu-switch .hamburger-icon.open .hamburger-icon-line:first-child {
                    -webkit-transform: translateY(7px) translateX(0) rotate(-45deg);
                    -ms-transform: translateY(7px) translateX(0) rotate(-45deg);
                    transform: translateY(7px) translateX(0) rotate(-45deg);
                    width: 125%;
                }

                .nav-container .nav-bar .menu-switch .hamburger-icon.open .hamburger-icon-line:nth-child(2) {
                    opacity: 0;
                }

                .nav-container .nav-bar .menu-switch .hamburger-icon.open .hamburger-icon-line:nth-child(3) {
                    -webkit-transform: translateY(-7px) translateX(0) rotate(45deg);
                    -ms-transform: translateY(-7px) translateX(0) rotate(45deg);
                    transform: translateY(-7px) translateX(0) rotate(45deg);
                    width: 125%;
                }

    .nav-container .meun-list {
        background-color: #1b1b1b;
        opacity: 0;
        width: 100%;
        font-size: 16px;
        position: absolute;
        z-index: 998;
        -webkit-transition: opacity .4s ease,background 1s ease .4s;
        -o-transition: opacity .4s ease,background 1s ease .4s;
        transition: opacity .4s ease,background 1s ease .4s;
        pointer-events: none;
    }

        .nav-container .meun-list.active {
            opacity: .9;
            pointer-events: auto;
        }

        .nav-container .meun-list .menu li {
            border-top: 1px solid hsla(0,0%,74%,.1);
        }

            .nav-container .meun-list .menu li a {
                padding: 0 20px;
                color: #fff;
                line-height: 50px;
            }

@media (min-width:768px) {
    .nav-container {
        padding: 0 40px 0 0;
    }

        .nav-container .nav-bar {
            height: 80px;
            background-color: #fff;
        }

            .nav-container .nav-bar .menu-logo {
                padding: 0 30px;
                width: 240px;
                height: 80px;
            }

            .nav-container .nav-bar .menu-container {
                padding: 20px 0;
                display: block;
            }

            .nav-container .nav-bar .menu-switch {
                display: none;
            }
}

@media (min-width:992px) {
    .nav-container {
        padding: 0 80px;
    }

        .nav-container .nav-bar {
            height: 100px;
            background-color: #fff;
        }

            .nav-container .nav-bar .menu-logo {
                padding: 0 35px;
                width: 300px;
                height: 100px;
            }

            .nav-container .nav-bar .menu-switch {
                display: none;
            }

            .nav-container .nav-bar .menu-container {
                display: block;
                padding: 30px 0;
            }
}

.menu {
    list-style: none;
    padding: 0;
}

    .menu .home-item {
        display: block;
        width: 100%;
    }

.home-banner {
    height: 300px;
    width: 100%;
    background-color: #000;
    position: relative;
}

    .home-banner .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0);
    }

    .home-banner .title {
        position: absolute;
        font-weight: 400;
        z-index: 888;
        right: 40px;
        top: 40px;
        color: #282850;
        text-align: right;
    }

        .home-banner .title h1 {
            font-size: 40px;
        }

    .home-banner .banner {
        height: 300px;
        width: 100%;
        background-image: url(img/banner.jpg);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }

@media (min-width:768px) {
    .home-banner {
        height: 520px;
    }

        .home-banner .title {
            top: 50px;
            right: 40px;
        }

            .home-banner .title h1 {
                font-size: 72px;
            }

        .home-banner .banner {
            height: 520px;
        }
}

@media (min-width:992px) {
    .home-banner {
        height: 640px;
    }

        .home-banner .title {
            top: 50px;
            right: 80px;
        }

            .home-banner .title h1 {
                font-size: 96px;
            }

        .home-banner .banner {
            height: 640px;
        }
}

.photo-wall {
    background: #f6fcfc;
    width: 100%;
    padding: 0 20px;
    position: relative;
}

    .photo-wall .contanier {
        position: relative;
        padding: 10px;
        z-index: 888;
        background: #fff;
        text-align: center;
    }

        .photo-wall .contanier:before {
            top: -25px;
        }

        .photo-wall .contanier:after, .photo-wall .contanier:before {
            content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 25px;
            background: #fff;
            z-index: 998;
        }

        .photo-wall .contanier:after {
            bottom: -25px;
        }

        .photo-wall .contanier h2 {
            color: #1a1a1a;
        }

        .photo-wall .contanier .description {
            padding: 20px 0;
        }

        .photo-wall .contanier .photos div {
            display: inline-block;
            width: 29.33%;
            height: 120px;
            margin: 2%;
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: cover;
        }

            .photo-wall .contanier .photos div:first-child {
                background-image: url(img/photo-wall-1.caa3041.jpg);
            }

            .photo-wall .contanier .photos div:nth-child(2) {
                background-image: url(img/photo-wall-2.4d2fc14.jpg);
            }

            .photo-wall .contanier .photos div:nth-child(3) {
                background-image: url(img/photo-wall-3.b50f822.jpg);
            }

            .photo-wall .contanier .photos div:nth-child(4) {
                background-image: url(img/photo-wall-4.6eb542d.jpg);
            }

            .photo-wall .contanier .photos div:nth-child(5) {
                background-image: url(img/photo-wall-5.0beb557.jpg);
            }

            .photo-wall .contanier .photos div:nth-child(6) {
                background-image: url(img/photo-wall-6.1922bbf.jpg);
            }

@media (min-width:768px) {
    .photo-wall {
        padding: 0 80px;
    }

        .photo-wall .contanier {
            padding: 40px 60px;
        }

            .photo-wall .contanier .photos div {
                height: 200px;
            }
}

@media (min-width:992px) {
    .photo-wall .contanier .photos div {
        height: 240px;
    }
}

@media (min-width:1200px) {
    .photo-wall .contanier .photos div {
        height: 320px;
    }
}

.guide {
    background-image: url(img/guide-background.d050da7.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 40px 20px;
}

    .guide .description {
        padding: 20px 0;
    }

    .guide .guide-contanier {
        text-align: center;
    }

        .guide .guide-contanier .guide-box {
            display: inline-block;
            vertical-align: top;
            text-align: center;
            width: 100%;
            margin: 20px 0;
            padding: 10px;
        }

            .guide .guide-contanier .guide-box .pic {
                width: 100%;
                height: 260px;
                background-repeat: no-repeat;
                background-position: 50%;
                background-size: cover;
            }

                .guide .guide-contanier .guide-box .pic.pic-1 {
                    background-image: url(img/guide-1.92b87da.png);
                }

                .guide .guide-contanier .guide-box .pic.pic-2 {
                    background-image: url(img/guide-2.2b719c6.jpg);
                }

                .guide .guide-contanier .guide-box .pic.pic-3 {
                    background-image: url(img/guide-3.2ed3f8a.jpg);
                }

                .guide .guide-contanier .guide-box .pic.pic-4 {
                    background-image: url(img/guide-4.c7f3c7c.jpg);
                }

            .guide .guide-contanier .guide-box .text {
                background: #fff;
                text-align: center;
                padding: 20px 10px;
            }

                .guide .guide-contanier .guide-box .text h4 {
                    font-size: 20px;
                    color: #4f6983;
                }

                .guide .guide-contanier .guide-box .text p {
                    font-size: 14px;
                    margin-top: 10px;
                    color: #8e9fb1;
                    line-height: 24px;
                }

@media (min-width:768px) {
    .guide {
        padding: 120px 40px;
    }

        .guide .guide-contanier .guide-box {
            width: 50%;
        }

            .guide .guide-contanier .guide-box .text {
                padding: 20px 10px 0;
                min-height: 108px;
            }
}

@media (min-width:992px) {
    .guide {
        padding: 120px 80px;
    }

        .guide .guide-contanier .guide-box {
            width: 25%;
        }
}

.about {
    width: 100%;
}

    .about .about-pic {
        width: 100%;
        height: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
    }

        .about .about-pic.about-pic-1 {
            background-image: url(img/about-1.9ee2c25.jpg);
        }

    .about .about-slogan {
        vertical-align: top;
        width: 100%;
        position: relative;
        padding: 50px 40px 40px;
    }

        .about .about-slogan h2 {
            color: #4f6983;
            position: relative;
        }

            .about .about-slogan h2:before {
                content: "";
                position: absolute;
                top: -30px;
                left: -10px;
                width: 60px;
                height: 60px;
                background-image: url(img/quotation-mark.6fcc31c.png);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: 50%;
                z-index: -1;
            }

        .about .about-slogan p {
            text-align: justify;
            margin: 20px 0;
        }

@media (min-width:768px) {
    .about {
        height: 300px;
    }

        .about .about-pic {
            width: 30%;
            height: 100%;
            float: left;
        }

        .about .about-slogan {
            width: 70%;
            float: left;
        }
}

@media (min-width:992px) {
    .about {
        height: 400px;
    }

        .about .about-slogan h2:before {
            top: -40px;
            left: -15px;
            width: 80px;
            height: 80px;
        }
}

.footer {
    text-align: center;
    background: #1a1a1a;
    position: relative;
    padding: 20px 0;
}

    .footer .line {
        position: absolute;
        background: #4fec30;
        width: 2px;
        height: 100px;
        left: 50%;
        margin-left: -1px;
    }

    .footer .footer-logo {
        display: inline-block;
        vertical-align: middle;
    }

        .footer .footer-logo img {
            width: 96px;
            height: 100px;
        }

    .footer .wechat-qrcode {
        display: inline-block;
        vertical-align: middle;
        height: 100px;
        width: 100px;
        background-image: url();
        background-color: #fff;
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: 50%;
        margin-left: 100px;
    }

    .footer .contact-content {
        margin-top: 22px;
        opacity: .4;
        color: #fff;
        line-height: 26px;
    }

        .footer .contact-content p {
            font-size: 14px;
        }

@media (min-width:768px) {
    .footer {
        padding: 50px 0;
    }
}
