﻿.body .container {
    background-color: #fff;
    margin-bottom: 20px;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 55px;
    right: 1%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url("/img/to-top1.png") no-repeat 0px 0px;
}
.rightContent img {
    max-width: 100%;
}

.header {
    background-color: #a20329;
    border-top: 4px solid #7d0000;
}

.nav-container {
    background-color: #b3062f;
}

.logo {
    padding-top: 10px;
    margin-bottom: 20px;
}

.nav > li > a {
    color: #fff;
}

.search {
    float: right;
    padding-right: 10px;
    padding-top: 60px;
}

.carousel {
    margin-bottom: 3px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.footer {
    background-color: #959595;
    color: #e4e4e4;
    border-top: solid 3px #7d0000;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
}

.bottomlink > a {
    color: #efefef;
}

.row-fluid {
    padding: 10px;
    margin-top: 5px;
    background-color: #7d0000;
    font-size: 14px;
}

.column {
    border-bottom: 2px solid;
    margin-top: 10px;
    padding-bottom: 10px;
}

    .column > h3 {
        display: inline;
        color: #000;
        padding: 3px;
        font-size: 20px;
    }

#myCarouse2 {
    height: 200px;
}

    #myCarouse2 img {
        width: 100%;
        /*图片自适应;*/
    }

.indexlist {
    font-size: 14px;
    padding: 12px 0px 12px 0px;
    line-height: 20px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.newL {
    margin-right: 25px;
    margin-top: 14px;
    line-height: 18px;
}

    .newL h3 {
        font-size: 15px;
        margin: 5px 0 5px;
    }

    .newL p {
        color: #787878;
    }

    .newL img {
        width: 308px;
        height: 173px;
    }

/*.newR{width: 100%;}
.newR li{font-size: 14px;padding: 12px 0px 12px 0px;line-height: 20px;height:40px;border-bottom: 1px solid #e5e5e5;overflow: hidden;}
.newR li.last{border-bottom: none;text-align: right;}*/

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #BF3F5D;
    border-color: #428bca;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #BF3F5D;
}

/* Background colors */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black {
    color: #f9f9f9 !important;
}

.bg-gray {
    background-color: #eaeaec !important;
}

.bg-black {
    background-color: #222222 !important;
}

.bg-red {
    background-color: #f56954 !important;
}

.bg-yellow {
    background-color: #f39c12 !important;
}

.bg-aqua {
    background-color: #00c0ef !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-light-blue {
    background-color: #3c8dbc !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-teal {
    background-color: #39cccc !important;
}

.bg-olive {
    background-color: #3d9970 !important;
}

.bg-lime {
    background-color: #01ff70 !important;
}

.bg-orange {
    background-color: #ff851b !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #932ab6 !important;
}

.bg-maroon {
    background-color: #85144b !important;
}
/*
    Component: Small boxes
*/
.small-box {
    position: relative;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 8px;
}

    .small-box > .inner {
        padding: 10px;
    }

    .small-box > .small-box-footer {
        position: relative;
        text-align: center;
        padding: 3px 0;
        color: #fff;
        color: rgba(255, 255, 255, 0.8);
        display: block;
        z-index: 10;
        background: rgba(0, 0, 0, 0.1);
        text-decoration: none;
    }

        .small-box > .small-box-footer:hover {
            color: #fff;
            background: rgba(0, 0, 0, 0.15);
        }

    .small-box h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 10px 0;
        white-space: nowrap;
        padding: 0;
        margin-top: 10px;
    }

    .small-box p {
        font-size: 15px;
    }

        .small-box p > small {
            display: block;
            color: #f9f9f9;
            font-size: 13px;
            margin-top: 5px;
        }

    .small-box .icon {
        position: absolute;
        top: auto;
        bottom: 5px;
        right: 5px;
        z-index: 0;
        font-size: 90px;
        color: rgba(0, 0, 0, 0.15);
    }

    .small-box:hover {
        text-decoration: none;
        color: #f9f9f9;
    }

        .small-box:hover .icon {
            animation-name: tansformAnimation;
            animation-duration: .5s;
            animation-iteration-count: 1;
            animation-timing-function: ease;
            animation-fill-mode: forwards;
            -webkit-animation-name: tansformAnimation;
            -webkit-animation-duration: .5s;
            -webkit-animation-iteration-count: 1;
            -webkit-animation-timing-function: ease;
            -webkit-animation-fill-mode: forwards;
            -moz-animation-name: tansformAnimation;
            -moz-animation-duration: .5s;
            -moz-animation-iteration-count: 1;
            -moz-animation-timing-function: ease;
            -moz-animation-fill-mode: forwards;
        }

@keyframes tansformAnimation {
    from {
        font-size: 90px;
    }

    to {
        font-size: 100px;
    }
}

@-webkit-keyframes tansformAnimation {
    from {
        font-size: 90px;
    }

    to {
        font-size: 100px;
    }
}

@media screen and (max-width: 480px) {
    .small-box {
        text-align: center;
    }

        .small-box .icon {
            display: none;
        }

        .small-box p {
            font-size: 12px;
        }
}
