﻿.banner {
    position: relative;
    display: block;
    height: 320px;
    background-position: center center;
    background-size: cover;
}

    .banner:before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        content: "";
        background-color: rgba(0, 0, 0, 0.3);
    }

.banner__inner {
    margin-top: 80px;
    position: relative;
    display: block;
    text-align: center;
}

    .banner__inner h2 {
        font-size: 60px;
        color: #ffffff;
        line-height: 70px;
        text-shadow: 3px 9px 16px rgba(0,0,0,.18);
    }

.p-nav {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #efefef
}

    .p-nav .title {
        color: #db261d;
        font-size: 18px;
        float: left;
        font-weight: 600;
    }

    .p-nav .nav {
        float: right;
        margin-right: -15px
    }

        .p-nav .nav li {
            height: 58px;
            float: left
        }

            .p-nav .nav li.active {
                height: 58px;
                color: #0068b7;
                border-bottom: 2px solid #db261d
            }

            .p-nav .nav li a {
                padding: 0 15px;
                color: #666
            }

.container {
    padding: 50px 10px 130px 10px;
}

.remark {
    font-size: 1rem;
    line-height: 200%;
}

    .remark p {
        text-indent: 2em;
        margin-bottom: 20px;
    }


#null {
    padding: 100px 0;
    text-align: center;
    width: 100%;
}

div#diggpager {
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    margin: 3px;
    padding-top: 3px;
    text-align: center
}

    div#diggpager a {
        padding: 10px 15px;
        margin: 5px;
        color: #6b6b6b;
        text-decoration: none;
        background-color: #f5f5f5;
        font-size: 16px;
    }

        div#diggpager a:hover {
            color: #000;
        }

        div#diggpager a:active {
            padding: 10px 15px;
            margin: 5px;
            color: #fff;
            background-color: #d70010;
            font-size: 16px;
        }

    div#diggpager span.current {
        padding: 10px 15px;
        margin: 5px;
        color: #fff;
        background-color: #d70010;
        font-weight: bold;
        font-size: 16px;
    }

    div#diggpager span.disabled {
        padding: 11px 15px;
        margin: 5px;
        border: 1px solid #eee;
        color: #ddd;
    }

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #db261d;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

    .scroll-to-top img {
        margin-top: 15px;
    }

    .scroll-to-top:hover {
        background: #000;
    }

        .scroll-to-top:hover i {
            color: #fff;
        }

@media (max-width: 767px) {
    .banner {
        height: 180px;
    }

        .banner .container {
            padding-bottom: 0;
        }

    .banner__inner {
        margin: 0;
    }

        .banner__inner h2 {
            font-size: 40px;
        }

    .main {
        padding-bottom: 250px;
    }

    .remark {
        padding-bottom: 60px;
    }

    .scroll-to-top {
        right: 20px;
    }
}
