#wrapper {
    background: rgba(0, 0, 0, 0.3);
    background-size: cover;
    position: relative;
}
@media (min-width: 1921px) {
    #wrapper {
        width: 1920px;
        margin-left: calc(50% - 960px);
    }
}
@media (max-width: 1920px) {
    #wrapper {
        width: 100%;
    }
}
    .fullwidthbanner-container {
        width: 100% !important;
        position: relative;
        padding: 0;
        max-height: 700px !important;
        overflow: hidden;
    }

    /** BULLETS **/
    .tp-bullets {
        z-index: 1001;
        position: absolute;
        bottom: 0px;
    }

        .tp-bullets.simplebullets.round .bullet {
            cursor: pointer;
            position: relative;
            background: #808080;
            width: 110px;
            margin-left: 2px;
            margin-right: 2px;
            height: 3px;
            float: left;
            -webkit-transition: background 0.1s linear;
            -moz-transition: color, background 0.1s linear;
            -o-transition: color, background 0.1s linear;
            transition: color, background 0.1s linear;
        }

            .tp-bullets.simplebullets.round .bullet:hover,
            .tp-bullets.simplebullets.round .bullet.selected,
            .tp-bullets.simplebullets.navbar .bullet:hover,
            .tp-bullets.simplebullets.navbar .bullet.selected {
                background: #068132;
            }

    .tp-leftarrow.large {
        z-index: 100;
        cursor: pointer;
        position: relative;
        width: 42px;
        height: 42px;
        margin-left: 10px;
        margin-top: -40px;
        color: #808080;
        font-size: 42px;
    }

        .tp-leftarrow.large:before {
            content: "<";
        }

    .tp-rightarrow.large {
        z-index: 100;
        cursor: pointer;
        position: relative;
        width: 42px;
        height: 42px;
        margin-left: -10px;
        margin-top: -40px;
        color: #808080;
        font-size: 42px;
        text-align: right;
    }

        .tp-rightarrow.large:before {
            content: ">";
        }

    .tp-leftarrow:hover,
    .tp-rightarrow:hover {
        color: #068132 !important;
    }

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .tp-bullets.simplebullets.round .bullet {
            width: 66px;
        }

        .tp-leftarrow.large, .tp-rightarrow.large {
            display: none;
        }
    }

    @media only screen and (min-width: 0px) and (max-width: 479px) {
        .tp-bullets.simplebullets.round .bullet {
            width: 36px;
        }

        .tp-leftarrow.large, .tp-rightarrow.large {
            display: none;
        }
    }

    .tp-simpleresponsive img {
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
    }

    .tp-simpleresponsive a {
        text-decoration: none;
    }

    .tp-simpleresponsive ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .tp-simpleresponsive > ul > li {
        list-style: none;
        position: absolute;
        visibility: hidden;
    }

    .caption.slidelink a div,
    .tp-caption.slidelink a div {
        width: 10000px;
        height: 10000px;
    }

.tp-loader {
    background: url(http://p.huizhoupcb.com/huizhoupcb/tb/loading.gif) no-repeat #ffffff;
    background-size:100% 100%;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
