﻿@charset "UTF-8";

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #666;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    min-width: 320px;
    position: relative;
    left: 0;
    overflow-x: hidden;
}
.content {
    width: 100%;
    padding: 0 15px;
    background-color: #fff;
    padding-top: 50px;
    min-height: 540px;
}

.content-top {
    padding: 20px 0px 20px 0px;
    margin: 0 -15px;
}

::-moz-selection {
    color: #fff;
    background: #c8161e;
}

::selection {
    color: #fff;
    background: #c8161e;
}

::-moz-selection {
    color: #fff;
    background: #c8161e;
}

textarea {
    resize: none;
    min-height: 80px;
}

img {
    max-width: 100%;
}


h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
    line-height: 1.2;
    font-style: normal;
    margin: 0;
    text-transform: uppercase;
}

span,
a {
    line-height: 1;
}

    a:hover {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4,
.p18 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

p {
    margin: 10px 0;
}

.pmt0 p {
    margin-top: 0;
}

a p {
    line-height: 1.5;
}

a {
    color: #c8161e;
    display: block;
    cursor: pointer;
}

    a,
    a:active,
    a:hover {
        outline: 0;
        text-decoration: none;
    }

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.valid-max-width {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt100 {
    margin-top: 100px;
}

.mt50 {
    margin-top: 50px;
}

.p-0 {
    padding: 0;
}

.pt-top {
    padding-top: 100px;
}

.plr-15 {
    padding: 0 15px;
}

.p-t-b-80 {
    padding: 80px 0;
}

.min-h-400 {
    min-height: 540px;
}

.black {
    color: #000;
}
/*---------- 清除浮云 ----------*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.upper {
    text-transform: uppercase;
}

.green {
    color: #339900
}

.red {
    color: #951c23;
}
/*----------colors----------*/
.c_white,
.c_white h1,
.c_white h2,
.c_white h3,
.c_white h4,
.c_white h5,
.c_white p {
    color: #fff;
}

.c_gray {
    color: #666;
}

.c_dark {
    color: #333;
}

.c_red {
    color: #c8161e;
}

.font-normal {
    font-weight: normal;
}

.bg_white {
    background-color: #fff;
}

.bg_red {
    background-color: #c8161e;
}

.bg-grey {
    background-color: #d9d9d9;
}

.full-content {
    width: 100%;
}
/*----------buttons----------*/
.grey-link {
    display: inline-block;
    color: #666;
    text-decoration: underline;
    margin: 0 5px;
}

.btn_red,
.btn_white {
    display: inline-block;
    float: left;
    padding: 15px 20px;
    margin: 0 10px 10px 0;
    line-height: 1;
    font-size: 12px;
}

.btn_red {
    border: 1px solid #c8161e;
}

.btn_white {
    background-color: #fff;
}

.no-touch .btn_red:hover,
.no-touch .btn_white:hover {
    background-color: #c8161e;
    color: #fff;
}

.red-btn {
    background-color: #951c23;
    margin-bottom: 5px;
    width: 280px;
    height: 45px;
    color: #fff;
    border: 0;
    text-align: center;
    padding: 0;
    line-height: 45px;
    display: inline-block;
    border-radius: 0;
}

    .red-btn.btn-sm {
        width: 120px;
    }

    .red-btn:hover,
    .red-btn:focus {
        color: #fff;
    }

    .red-btn.disabled {
        background-color: #d4d4d4 !important;
        color: #fff !important;
        cursor: not-allowed !important;
    }

.grey-btn {
    margin-right: 10px;
    margin-bottom: 5px;
    background-color: #d8d8d8;
    width: 100px;
    height: 45px;
    color: #323232;
    border: 0;
    text-align: center;
    padding: 0;
    line-height: 45px;
    display: inline-block;
    border-radius: 0;
}

    .grey-btn.disabled {
        background-color: #d4d4d4 !important;
        color: #fff !important;
        cursor: not-allowed !important;
    }

table {
    width: 100%;
}

    table.full-table {
        width: 100%;
    }

        table.full-table th,
        table.full-table td {
            padding: 10px;
            color: #000;
        }

            table.full-table th a, table.full-table td a {
                color: #000;
                display: block;
            }

                table.full-table th a img, table.full-table td a img {
                    margin-right: 10px;
                }

    table.grey-th th {
        background-color: #a1a19f;
        color: #fff;
    }

    table.one-line-td {
        display: block;
    }

        table.one-line-td tbody,
        table.one-line-td tr,
        table.one-line-td td {
            display: block;
            width: 100%;
        }

        table.one-line-td td,
        table.one-line-td a {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            /*white-space: nowrap;*/
            color: #000;
            display: block;
        }

            table.one-line-td td img, table.one-line-td a img {
                margin-right: 10px;
            }

        table.one-line-td tr:last-child td {
            border-bottom: 0;
        }

.swiper-pagination-bullet-active {
    background: #951c23;
}

.swiper-container {
    padding-bottom: 45px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.input-field {
    margin-bottom: 40px;
    margin-top: 10px;
}

    .input-field input {
        margin-bottom: 0;
        margin-left: 75px;
        margin-left: 60px;
        margin-left: 3.75rem;
    }

    .input-field label {
        font-size: 14px;
        top: 0;
        font-weight: normal;
    }

        .input-field label.active {
            font-size: 12px;
        }

    .input-field .prefix ~ input,
    .input-field .prefix ~ textarea {
        margin-left: 75px;
        margin-left: 60px;
        margin-left: 3.75rem;
    }

.export-btn {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    margin-left: 15px;
    height: 32px;
    width: 80px !important;
    margin-bottom: 10px;
    line-height: 32px;
    border-radius: 3px;
}

    .export-btn:hover {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

.tabs-left .nav .table-top-title {
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    word-break: break-word;
}

.tabs-left table.full-table td {
    padding: 15px 10px;
}

.tabs-left .nav {
    position: relative;
    z-index: 2;
}

    .tabs-left .nav li {
        margin-bottom: 15px;
        margin-top: 25px;
    }

.tabs-left .dashed-td-table {
    border: 0;
}

.tabs-left .nav-tabs > li.active > a {
    box-shadow: -2px 0 0 #951c23;
    border-top-width: 1px !important;
    border-left: none !important;
    margin-left: 1px !important
}

.tabs-left > .nav-pills > li,
.tabs-left > .nav-tabs > li {
    float: none;
    border-radius: 0;
}

    .tabs-left > .nav-pills > li > a,
    .tabs-left > .nav-tabs > li > a {
        min-width: 74px;
        width: 210px;
        margin-right: 0;
        margin-bottom: 3px;
        border-radius: 0;
        padding: 15px;
    }

.tabs-left > .nav-pills,
.tabs-left > .nav-tabs {
    float: left;
    margin-right: 0;
    border-right: 1px solid #ddd
}

.tabs-left > .nav-pills {
    border-right: none
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px
}

    .tabs-left > .nav-tabs > li > a:focus,
    .tabs-left > .nav-tabs > li > a:hover {
        border-color: #eee #d5d5d5 #eee #eee
    }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:focus,
.tabs-left > .nav-tabs .active > a:hover {
    border-color: #d5d5d5 transparent #d5d5d5 #ddd;
    *border-right-color: #fff
}

.tabs-left > .tab-content {
    margin-left: 210px;
    padding-left: 25px;
    border-left: 1px solid #ddd;
    min-height: 450px;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd
}

    .tabs-right > .nav-tabs > li > a {
        margin-left: -1px
    }

        .tabs-right > .nav-tabs > li > a:focus,
        .tabs-right > .nav-tabs > li > a:hover {
            border-color: #eee #eee #eee #ddd
        }

    .tabs-right > .nav-tabs .active > a,
    .tabs-right > .nav-tabs .active > a:focus,
    .tabs-right > .nav-tabs .active > a:hover {
        border-color: #ddd #ddd #ddd transparent;
        *border-left-color: #fff
    }

.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
    border-bottom: 0
}

.tabs-left > .tab-content .table-top-title {
    display: none;
}

.ie-hide, .ie-show {
    display: none;
}

.grey-angle {
    position: relative;
}

    .grey-angle:before {
        content: "";
        display: block;
        position: absolute;
        border-top: 10px solid #fafafa;
        border-right: 13px solid transparent;
        border-left: 13px solid transparent;
        top: 0;
        left: 50%;
        margin-left: -13px;
    }


/*Home page tile*/
.tile-table {
    width: 98%;
    text-align: center;
    margin: 15px auto;
    margin-bottom: 25px;
    border: 1px solid #FFFFFF;
    border: 1px solid rgba(255,255,255,.1);
}

    .tile-table td, .tile-table th {
        padding: 2px;
        text-align: center;
        border-right: 1px solid rgba(255,255,255,.1);
        font-size: 18px;
        font-weight: normal;
        border-right: 0;
    }

    .tile-table .title {
        padding: 10px 8px;
        border: 1px solid #FFFFFF;
        border: 1px solid rgba(255,255,255,.1);
        font-size: 12px !important;
    }

    .tile-table td {
        font-weight: bold;
        padding-top: 5px;
        font-size: 18px;
        border-right: 0;
    }

.scroll-nav {
    border: 0;
    width: 100%;
}

    .scroll-nav .inner {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        width: 100%;
        background-color: #fff;
        border: 1px solid #951c23;
        border-right: 0;
        border-radius: 0;
        z-index: 9;
    }

        .scroll-nav .inner .valid-nav {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            padding: 0;
        }

            .scroll-nav .inner .valid-nav > .nav {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                width: 100%;
            }

                .scroll-nav .inner .valid-nav > .nav > li {
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                    width: 20%;
                    text-align: center;
                    border-right: 1px solid #951c23;
                }

                    .scroll-nav .inner .valid-nav > .nav > li a {
                        color: #951c23;
                        font-weight: bold;
                    }

                    .scroll-nav .inner .valid-nav > .nav > li.active,
                    .scroll-nav .inner .valid-nav > .nav > li:hover {
                        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                    }

                        .scroll-nav .inner .valid-nav > .nav > li.active a, .scroll-nav .inner .valid-nav > .nav > li:hover a {
                            display: block;
                            background-color: #951c23;
                            color: #fff;
                            opacity: 1;
                            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                        }

    .scroll-nav.affix {
        top: 0;
        padding-top: 80px;
        padding-bottom: 20px;
        background-color: #fff;
        z-index: 9;
    }

        .scroll-nav.affix + .scrollpy-content {
        }

.scrollpy-content {
    padding-bottom: 60px;
}

    .scrollpy-content .title {
        line-height: 1.2;
        padding-bottom: 15px;
        color: #000;
        font-size: 16px;
        padding-top: 20px;
    }

    .scrollpy-content .section {
        margin-bottom: 60px;
    }

    .scrollpy-content.fixed {
        position: fixed;
        top: 152px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }



.title .sub-title {
    display: inline-block;
    margin-left: 10px;
    color: #7e7e7e;
}

.scroll-nav-fix-sm {
    display: none;
}

.scroll-nav-fix {
    height: 52px;
    margin-bottom: 20px;
}

.scrollpy-content .one-line-td {
    border-bottom: 0;
}

    .scrollpy-content .one-line-td td {
        padding: 20px 0;
    }

.table-wrap {
    background-color: #f0f0f0;
    padding: 25px;
    padding-bottom: 1px;
    color: #333;
    min-height: 280px;
}

    .table-wrap .dashed-td-table td {
        color: #333;
        padding: 10px 10px;
    }


.icon-left-word {
    position: relative;
    width: 100%;
}

    .icon-left-word .left-img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .icon-left-word .right-word {
        width: 100%;
        padding-left: 40px;
        line-height: 1.3;
    }

@media (max-width:991px) {
    .tabs-left table.full-table td {
        display: block;
        width: 100%;
    }
}

@media (max-width:600px) {
    .tabs-left table.full-table td {
        display: block;
        width: 100%;
    }

    .tabs-left > .nav-tabs > li > a {
        width: 150px;
    }

    .tabs-left > .tab-content {
        margin-left: 150px;
    }
}

@media (max-width:425px) {
    .tabs-left > .tab-content {
        margin-left: 0;
    }

    .tabs-left > .nav-tabs {
        display: none;
    }

    .tabs-left > .tab-content .table-top-title {
        display: block;
        margin-bottom: 15px;
    }

    .tabs-left > .tab-content {
        border: 0;
        padding-left: 0;
    }

        .tabs-left > .tab-content > .tab-pane {
            display: block !important;
            margin-bottom: 50px;
        }
}

.faf {
    font-family: 'Font Awesome 5 Free' !important;
}

