/* 最外框*/
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
    height: 100%;
}

    .bx-wrapper img {
        width: 100%;
        display: block;
    }

    /* 外框 */

    .bx-wrapper .bx-viewport {
        height: 100%;
        background: rgba(0, 0, 0, 0);
        /*fix other elements on the page moving (on Chrome)*/
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
    }

    /*控制項位置*/
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: 5px;
        width: 100%;
    }

    /* LOADER */

    .bx-wrapper .bx-loading {
    }

    /* PAGER */

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: 0.85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager .bx-pager-item,
        .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #000;
            }

    /* DIRECTION CONTROLS (NEXT / PREV) */

    .bx-wrapper .bx-prev {
        left: 10px;
        background: url(../Scripts/bxslider/controls.png) no-repeat 0 -32px;
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url(../Scripts/bxslider/controls.png) no-repeat -43px -32px;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 2;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }

    /* AUTO CONTROLS (START / STOP) */

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(../Scripts/bxslider/controls.png) -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover,
            .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(../Scripts/bxslider/controls.png) -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover,
            .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }

    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    /* IMAGE CAPTIONS */

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666\9;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: 0.85em;
            padding: 10px;
        }

    .bx-wrapper a:link,
    .bx-wrapper a:visited {
        text-decoration: none;
        transition: none;
    }

.BannerBox {
    height: 100%;
    /* margin-bottom: 10px; */
}

.bxslider {
    display: block;
}

.banner-link {
    display: block;
    width: 100%;
    height: 100%;
}
/*首頁banner*/
.indexBannerBox {
    position: relative;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    background: #fafafa;
}

.indexBox {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    background: #000;
}

    .indexBox .info {
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        display: inline-block;
        text-align: center;
        color: #fff;
    }

        .indexBox .info span {
            text-align: center;
            font-size: 1.8rem;
            font-weight: 900;
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        }

        .indexBox .info .title {
            display: block;
            margin: 0;
            line-height: 1.2;
            font-size: 2rem;
            font-weight: 900;
            text-align: center;
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        }

        .indexBox .info > .total {
            display: block;
            color: #fcee21;
            font-size: 2.2rem;
            font-weight: bold;
        }

            .indexBox .info > .total span {
                color: #fff;
                font-weight: normal;
            }

        .indexBox .info > .text {
            display: inline-block;
            margin: 2px 0 0px 0;
            padding: 2px 16px;
            font-size: 1.4rem;
            border: 2px solid #fff;
            border-radius: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }

@media (max-width: 767px) {
    .indexBox .info > .title {
        line-height: 1.1;
        font-size: 2rem;
    }

    .indexBox .info > .total {
        line-height: 1.1;
        font-size: 2.6rem;
    }
}

@media (max-width: 991px) {
    .indexBox {
        height: 200px;
    }
}

.indexBox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.indexBox:hover img {
    opacity: 0.2;
}
/*跑馬燈*/
.newsBox {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    margin: 0 auto;
    line-height: 1.2;
    /* max-width: 1250px; */
    background: #fff;
    border: 1px solid #eee;
}

.newsTitle {
    display: flex;
    align-items: center;
    width: 100px;
    font-size: 1.2rem;
    color: #0071bc;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    padding: 0 10px;
}

.newsBox > div,
.newsBox > ul {
    /* display: inline-block; */
    /* vertical-align: top; */
}

ul.marquee {
    position: relative;
    height: 35px;
    margin: 0;
    line-height: 1;
    overflow: hidden;
    flex: 1;
    list-style: none;
    border-radius: 0 6px 6px 0;
}

    ul.marquee li {
        position: absolute;
        top: -999em;
        left: 0;
        display: flex;
        align-items: center;
        height: 100%;
        white-space: nowrap;
        line-height: 1.2;
        color: #d90000;
    }

        ul.marquee li a {
            color: #000;
        }

.blueTitle {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

    .blueTitle > span {
        display: inline-block;
        padding: 10px 20px;
        background: #0071bc;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 900;
    }

.btn-more {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #0071bc;
    padding: 0 10px;
}

    .btn-more:hover {
        color: #d90000;
    }
