#outdated {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        z-index: 9999;
        background-color: #709aff;
        color: #fff
    }

    #outdated .inner {
        position: absolute;
        width: 100%;
        margin: auto;
        top: 50%;
        left: 0;
        margin-top: -120px
    }

    #outdated .outdated-header {
        font-size: 60px;
        font-weight: 100;
        margin-bottom: 5px
    }

    #outdated .inner p {
        font-size: 20px;
        line-height: 20px;
        font-weight: 400px;
        margin-bottom: 30px
    }

    #outdated #btnUpdateBrowser {
        display: block;
        position: relative;
        padding: 10px 20px;
        margin: 30px auto 0;
        width: 400px;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        border: 1px solid #fbfcfc;
        cursor: pointer;
        background-color: transparent
    }

    #outdated #btnUpdateBrowser:hover {
        color: #000 !important;
        background-color: #fff;
    }

    .logo_outdated {
        padding: 30px 90px;
        text-align: left;
        position: absolute;
        top: 0;
        left: 0
    }

    /*logo*/
    .navbar .logo {
        margin: 0;
        padding: 0;
        height: auto;
        float: left;
    }

    .navbar .logo {
        display: block;
        height: 40px;
        background: url('../images/Home/logo_new.png');
        width: 186px;
        background-position: top left;
        background-size: 186px auto;
        background-repeat: no-repeat;
    }

    .navbar .logo:hover,
    .navbar .logo:focus,
    .navbar .logo:active {
        text-decoration: none;
    }

    .navbar.white .logo {
        background-position: bottom left;
        background: url('../images/Home/logo_new1.png');
        background-size: 100%;
    }

    /*轮播*/
    #cc-owl {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #cc-owl .item {
        position: absolute;
        top: 40%;
        left: 50%;
        width: 200px;
        height: 300px;
        margin-top: -150px;
        margin-left: -100px;
        z-index: 99;
    }

    #cc-owl img {
        display: block;
        width: 100%;
    }

    .owl-controls {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .owl-theme .owl-nav {
        margin-top: 0;
    }

    .owl-theme .owl-dots .owl-dot span {
        background-color: rgba(255, 255, 255, .3);
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background-color: rgba(255, 255, 255, 1);
    }

    /*back_to_top*/
    #back_to_top {
        display: none;
        width: 32px;
        height: 18px;
        position: fixed;
        bottom: 130px;
        right: 50px;
        background: url('../images/Home/top.png');
        background-position: center;
        background-size: 32px auto;
        background-repeat: no-repeat;
    }

    #back_to_top.active {
        display: block;
    }

    /*二维码*/
    a.code {
        position: fixed;
        top: 50%;
        right: 0;
        margin-top: -90px;
        width: 211px;
        height: 180px;
        background-image: url('../images/Home/code9.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 211px;
        z-index: 9999;
        -webkit-transition: transform 0.4s;
        -o-transition: transform 0.4s;
        transition: transform 0.4s;
        -webkit-transform: translate(180px, 0);
        -ms-transform: translate(180px, 0);
        -o-transform: translate(180px, 0);
        transform: translate(180px, 0);
    }

    a.code:hover {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .navbar-toggle {
        background-color: rgba(0, 0, 0, 0.3);
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .owl-dots{
        display: none  !important;
    }
