﻿@charset "utf-8";
@import "animate.css";
/* CSS Document */

.indexbanner {
    width: 100%;
    height: 680px;
    overflow: hidden;
    position: relative;
    background: url('/images/index/indexbanner.png') repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    background-repeat: no-repeat;
}

    .indexbanner .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .indexbanner .bd ul {
            height: 100%;
            position: relative;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .indexbanner .bd li {
            zoom: 1;
            vertical-align: middle;
            background-repeat: no-repeat;
            background-size: cover;
            height: 100%;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .indexbanner .bd li .container {
                height: 100%;
                position: relative;
            }

    .indexbanner .hd {
        height: 8px;
        overflow: hidden;
        position: absolute;
        right: 0;
        bottom: 60px;
        z-index: 1;
    }

.banner-hd {
    position: relative;
    height: 8px;
    z-index: 1;
}

.indexbanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    list-style: none;
    margin: 0;
}

    .indexbanner .hd ul li {
        float: left;
        margin-right: 10px;
        width: 60px;
        height: 4px;
        border-radius: 4px;
        background: rgba(125, 125, 125, 0.5);
        cursor: pointer;
        text-indent: -999em;
        list-style: none;
    }

        .indexbanner .hd ul li.on {
            background: #00d58c;
        }

.header-waves {
    width: 100%;
    height: 90%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.indexbanner .bd .f1-1 {
    height: 60px;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    position: absolute;
    /*left: 22px;*/
    top: 235px;
    z-index: 99;
    width: 100%;
    opacity: 0;
    -webkit-animation: fadeInDown 0.5s linear 1s 1;
    -moz-animation: fadeInDown 0.5s linear 1s 1;
    -ms-animation: fadeInDown 0.5s linear 1s 1;
    animation: fadeInDown 0.5s linear 1s 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.indexbanner .bd .f1-2 {
    height: 65px;
    position: absolute;
    /*left: 22px;*/
    top: 310px;
    z-index: 99;
    width: 50%;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    -webkit-animation: fadeInLeft 0.5s linear 1.5s 1;
    -moz-animation: fadeInLeft 0.5s linear 1.5s 1;
    -ms-animation: fadeInLeft 0.5s linear 1.5s 1;
    animation: fadeInLeft 0.5s linear 1.5s 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

    .indexbanner .bd .f1-2 span {
        display: none
    }

        .indexbanner .bd .f1-2 span.f {
            display: block
        }

.indexbanner .bd .f1-3 {
    color: #dcdcdc;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 18px;
    text-decoration: none;
    position: absolute;
    top: 450px;
    z-index: 99;
    opacity: 0;
    -webkit-animation: fadeInUp 0.5s linear 2s 1;
    -moz-animation: fadeInUp 0.5s linear 2s 1;
    -ms-animation: fadeInUp 0.5s linear 2s 1;
    animation: fadeInUp 0.5s linear 2s 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

    .indexbanner .bd .f1-3:hover {
        color: #25deb9;
        border: 1px solid #25deb9;
    }

        .indexbanner .bd .f1-3:hover span {
            color: #25deb9;
        }

    .indexbanner .bd .f1-3 span {
        margin-left: 6px;
        color: #dcdcdc;
    }

.indexbanner .bd .f1-4 {
    height: 400px;
    position: absolute;
    /*right: 28px;*/
    top: 120px;
    width: 100%;
    text-indent: -999em;
    opacity: 0;
    -webkit-animation: fadeInRight 0.5s linear 1.8s 1;
    -moz-animation: fadeInRight 0.5s linear 1.8s 1;
    -ms-animation: fadeInRight 0.5s linear 1.8s 1;
    animation: fadeInRight 0.5s linear 1.8s 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@media (min-width: 1200px) {
    .column-corebusiness .banner .container .pull-right {
        display: none;
    }

    .column-corebusiness .banner .container .pull-left {
        width: 100%;
        background-size: contain;
    }
}

@media (max-width: 860px) {
    .indexbanner {
        height: 380px;
    }

        .indexbanner .hd {
            bottom: 30px;
            right: 5px;
        }

            .indexbanner .hd ul li {
                width: 35px;
            }

        .indexbanner .bd .f1-1 {
            font-size: 18px;
            height: 24px;
            top: 175px;
            left: 15px;
            z-index: 77;
            text-shadow: 0 0 3px #555, 0 0 3px #555;
        }

        .indexbanner .bd .f1-2 {
            height: initial;
            background-size: contain;
            top: 220px;
            left: 15px;
            z-index: 77;
            font-size: 14px;
            line-height: 18px;
            padding-right: 50px;
            width: 100%;
            text-shadow: 0 0 3px #555, 0 0 3px #555;
        }

        .indexbanner .bd .f1-3 {
            padding: 4px 12px;
            background-size: contain;
            top: auto;
            bottom: 40px;
            left: 15px;
        }

        .indexbanner .bd .f1-4 {
            background-size: contain;
            right: 0px;
            top: 28px;
            height: 302px;
            background-size: 100% 100% !important;
        }
}
