
body {
}

h1 {
    font-size: 1.5em;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #9fa0a0;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9fa0a0;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #9fa0a0;
}

a {
    color: #545454
}

    a:hover {
        color: #0093dd
    }

.text-sm .content-header {
}

    .text-sm .content-header .breadcrumb {
        line-height: 1.5rem;
    }

.navbar-brand {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 40px;
}

    .navbar-brand img {
        display: inline-block;
        max-height: 100%;
    }

.content-header .breadcrumb {
    background: 0 0;
    line-height: 1.8rem;
    margin-bottom: 0;
    padding: 0;
}

@media (min-width: 576px) {
    .float-sm-right {
        float: right !important;
    }
}

@media (max-width: 576px) {
    .content-header .col-sm-6:first-child {
        display: none;
    }
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

#main-navbar-collapse ul li {
    margin-right: 1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #04030b;
}

#main-navbar-collapse ul li:last-child {
    margin-right: 0;
}

.public-footer {
    width: 100%;
    min-height: 150px;
    line-height: 35px;
    background: #313334;
    color: #d4d4d4;
    padding: 35px 0;
}

    .public-footer p {
        margin: 0;
        padding: 0;
        line-height: 35px;
    }

    .public-footer .title {
        font-size: 22px;
        color: #fff;
        line-height: 50px;
    }

    .public-footer .icons {
        margin-left: 100px;
    }

    .public-footer .qr {
        text-align: center;
    }

        .public-footer .qr img {
            width: 80px;
        }

        .public-footer .qr .title {
            font-size: 20px;
            color: #9fa0a0;
        }

        .public-footer .qr .bottom {
            color: #7e7f7f;
        }

    .public-footer .icons img {
        margin-right: 20px;
        width: 22px;
        height: 22px;
    }

    .public-footer .copy {
        color: #7a7b7b;
    }

    .public-footer a {
        color: #7a7b7b;
    }

        .public-footer a:hover {
            color: #fff;
        }

.paging-box {
    margin: .5rem auto;
    text-align: center;
}

    .paging-box .btn {
        margin-right: .3rem;
    }

        .paging-box .btn:last-child {
            margin-right: 0;
        }

.btn-paging {
    background: #ddd;
    color: #666;
}

    .btn-paging.active {
        background: #aaa;
        color: white;
    }

.article-list {
    list-style: none;
    width: 100%;
    padding: .5rem 1rem;
}

    .article-list li {
        list-style: none;
    }

        .article-list li a {
            display: block;
        }

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #0093dd;
}

.insurance-policy-1uery-form {
    margin-left: 2rem;
    padding: 1.5rem 2.5rem;
    background-color: #fff;
    border-radius: 1rem;
    -moz-box-shadow: 0px 5px 15px #ddd; /* ÀÏµÄ Firefox */
    box-shadow: 0px 5px 15px #eee;
}

@media (max-width: 768px) {
    .insurance-policy-1uery-form {
        margin-left: 0;
    }
}

.insurance-policy-1uery-form h1 {
    text-align: center;
    margin-bottom: 1rem;
}

.insurance-policy-1uery-form .form-group .col-sm-3 {
    line-height: 35px;
    color: #666;
    font-size: 14px;
}

.insurance-policy-1uery-form .form-group.query-btn {
    text-align: center;
}

    .insurance-policy-1uery-form .form-group.query-btn button {
        width: 60%;
    }

.insurance-policy-1uery-form .link {
    margin: 0;
    padding: 0;
}

    .insurance-policy-1uery-form .link a {
        color: #0093dd;
    }

.arrow-circle-right {
    color: #0093dd;
}

.index-about {
    line-height: 1.5em;
    height: 240px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .index-about {
        height: 140px;
    }
}

.btn-more {
    background: #0093dd;
    border-radius: 1.5rem;
    line-height: 2rem;
}

    .btn-more:hover {
        background: #0093dd;
        opacity: .8;
    }

.index-news {
}

    .index-news .item .box {
        width: 96%;
        margin: 0 auto;
        min-height: 220px;
        border-radius: 1rem;
        box-shadow: 0px 2px 5px #eee;
        display: box; /* OLD - Android 4.4- */

        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        /* 09°æ */
        -webkit-box-orient: vertical;
        /* 12°æ */
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .index-news .item:first-child .box {
        margin-left: 0;
    }

    .index-news .item:nth-child(3) .box {
        margin-right: 0;
    }

    .index-news .item .box .img {
        width: 100%;
        -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1; /* OLD - Firefox 19- */
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .index-news .item .box p {
        width: 100%;
        display: inline-block;
        height: 50px;
        margin: 0;
        padding: .2rem .5rem;
    }

        .index-news .item .box p span {
            width: 100%;
            display: block;
            margin: 0;
            padding: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .index-news .item .box p small {
            width: 100%;
            margin: 0;
            padding: 0;
            color: #999;
            display: block;
        }

.index-anli {
}

    .index-anli .item .box {
        width: 96%;
        margin: 0 auto;
        min-height: 220px;
        border-radius: 1rem;
        box-shadow: 0px 4px 12px #eee;
        position: relative;
    }

        .index-anli .item .box .img {
            width: 40%;
            transition: width .3s linear;
            background: url(/images/news@3x.png) no-repeat left;
            background-size: auto 100%;
            border-radius: 1rem;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            z-index: 999;
        }

            .index-anli .item .box .img:hover {
                width: 100%;
                transition: width .3s linear;
            }

        .index-anli .item .box .info {
            width: 60%;
            padding: 1rem;
            display: flex;
            flex-direction: column;
            height: 220px;
            border-radius: 1rem;
        }

            .index-anli .item .box .info h2 {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 18px;
            }

            .index-anli .item .box .info p {
                flex: 1;
                font-size: 14px;
                line-height: 1.5rem;
                overflow: hidden;
            }

            .index-anli .item .box .info a {
                font-size: 13px;
                display: inline-block;
                text-align: right;
                height: 25px;
            }

    .index-anli .item:first-child .box {
        margin-left: 0;
    }

    .index-anli .item:nth-child(3) .box {
        margin-right: 0;
    }

.page-top-nav {
    border-top: #0093dd solid 1px;
    background: #fff;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

    .page-top-nav img {
        width: 120px;
        margin-top: 8px;
    }

    .page-top-nav .breadcrumb .breadcrumb-item {
        line-height: 3rem;
    }

.content-body {
    background: #fff;
    min-height: 350px;
}

    .content-body .detail {
        margin: 1rem;
        width: 100%;
    }

        .content-body .detail h1 {
            font-size: 30px;
            text-align: center;
            line-height: 60px;
        }

        .content-body .detail .content {
            line-height: 28px;
        }

            .content-body .detail .content p {
                margin: 0;
                padding: 0;
                line-height: 28px;
                margin-bottom: 28px;
            }

                .content-body .detail .content p img {
                    max-width: 100%;
                }

.page-banner {
    height: 160px;
}

@media (max-width: 768px) {
    .index-news .item .box,
    .index-news .item:first-child .box,
    .index-news .item:nth-child(3) .box,
    .index-anli .item .box,
    .index-anli .item:first-child .box,
    .index-anli .item:nth-child(3) .box {
        margin: 0 auto;
    }

    .page-banner {
        height: 65px;
    }
}

.swiper-container {
    width: 100%;
    height: 300px;
}

@media (max-width: 992px) {
    .swiper-container {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .swiper-container {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .swiper-container {
        height: 150px;
    }
}

.swiper-slide {
    text-align: center;
    /*            font-size: 18px;*/
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

ul, li {
    list-style: none;
}

.brand-link.text-sm .brand-image, .text-sm .brand-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-link.text-sm .brand-image, .text-sm .brand-link .brand-image {
    border-radius: 0;
    box-shadow: none;
}

.hidden, .hide {
    display: none !important;
}

.is-dialog .layer-footer {
    display: none;
}

.form-layer {
    height: 100%;
    min-height: 150px;
    min-width: 300px;
}

.form-layer .form-body {
    width: 100%;
    overflow: auto;
    top: 0;
    position: absolute;
    z-index: 10;
    bottom: 50px;
    padding: 15px;
}

.form-layer .form-footer {
    height: 50px;
    line-height: 50px;
    background-color: #ecf0f1;
    width: 100%;
    position: absolute;
    z-index: 200;
    bottom: 0;
    margin: 0;
}

.form-layer .form-footer .form-group {
    margin-left: 0;
    margin-right: 0;
}

.layui-layer-fast {
}

.layui-layer-fast .layui-layer-title {
    background: #2c3e50 !important;
    color: #fff !important;
    border-bottom: none;
}

.layui-layer-fast .layui-layer-title ~ .layui-layer-setwin {
    top: 0px;
    height: 42px;
}

.layui-layer-fast .layui-layer-title ~ .layui-layer-setwin > a {
    height: 42px;
    line-height: 42px;
    display: inline-block;
}

.layui-layer-fast.layui-layer-border {
    border: none !important;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3) !important;
}

.layui-layer-fast.layui-layer-iframe {
    overflow: visible;
}

.layui-layer-fast .layui-layer-moves {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.layui-layer-fast .layui-layer-btn {
    text-align: center !important;
    padding: 10px !important;
    background: #ecf0f1;
    overflow: hidden;
}

.layui-layer-fast .layui-layer-btn a {
    background-color: #95a5a6;
    border-color: #95a5a6;
    color: #fff !important;
    height: 31px;
    margin-top: 0;
    border: 1px solid transparent;
}

.layui-layer-fast .layui-layer-btn .layui-layer-btn0 {
    background-color: #18bc9c;
    border-color: #18bc9c;
}

.layui-layer-fast .layui-layer-footer {
    padding: 8px 20px;
    background-color: #ecf0f1;
    height: auto;
}

.layui-layer-fast .layui-layer-setwin > a {
    background: none !important;
}

.layui-layer-fast .layui-layer-setwin > a cite {
    display: none;
}

.layui-layer-fast .layui-layer-setwin > a:after {
    content: "\f2d1";
    font-family: "Font Awesome 5 Free" !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 14px;
    color: #fff;
    margin: 0;
    z-index: 1;
}

.layui-layer-fast .layui-layer-setwin > a:hover {
    text-decoration: none !important;
    background: none !important;
}

.layui-layer-fast .layui-layer-setwin > a:focus {
    text-decoration: none !important;
}

.layui-layer-fast .layui-layer-setwin .layui-layer-min {
    display: none;
}

.layui-layer-fast .layui-layer-setwin .layui-layer-min:after {
    content: "\f2d1";
}

.layui-layer-fast .layui-layer-setwin .layui-layer-max {
    display: none;
}

.layui-layer-fast .layui-layer-setwin .layui-layer-max:after {
    content: "\f2d0";
}

.layui-layer-fast .layui-layer-setwin .layui-layer-maxmin {
    display: none;
}

.layui-layer-fast .layui-layer-setwin .layui-layer-maxmin:after {
    content: "\f2d2";
}

.layui-layer-fast .layui-layer-setwin .layui-layer-close1:after {
    content: "\f410";
}

.layui-layer-fast .layui-layer-setwin .layui-layer-close2,
.layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover {
    background: url('/libs/layer/theme/default/icon.png') no-repeat -149px -31px !important;
    top: -30px;
    right: -30px;
}

.layui-layer-fast .layui-layer-setwin .layui-layer-close2:after,
.layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover:after {
    display: none;
}

.layui-layer-content {
    clear: both;
}

.layui-layer-fast-msg {
    min-width: 100px;
}

.layui-layer-fast-tab .layui-layer-title .layui-this {
    color: #333;
}

.layui-layer-fast-tab .layui-layer-content .layui-layer-tabmain {
    margin: 0;
    padding: 0;
}

.dl-empty-layout {
    padding-top: 1rem;
}

button.table-btn-done {
    margin: .2rem .15rem;
}

button.table-btn-done i.fa {
    margin-right: .15rem;
}

.card-view {
    line-height: 28px;
}

.card-view-title {
    margin-right: 10px;
}

.plupload-preview {
    padding: .5rem 0 0 .5rem;
}

.plupload-preview img {
    max-width: 150px;
}

.input-group.upload .text-danger {
    display: block;
    width: 100%;
}

.card-header.card-header-tab {
    padding-bottom: 0;
    background: #e8edf0;
}

.card-header.card-header-tab .nav-tabs .nav-item {
    margin-right: .35rem;
}

.card-header.card-header-tab .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.card-header.card-header-tab .nav-tabs .nav-item .nav-link {
    background: #d8e0e6;
    color: #999;
    padding-left: 1rem;
    padding-right: 1rem;
}

.card-header.card-header-tab .nav-tabs .nav-item .nav-link.active {
    background: #fff;
    color: #666;
}

.card-header.card-header-tab .nav-tabs .nav-item:hover .nav-link {
    border: #d8e0e6 solid 1px;
    margin-bottom: -1px;
    opacity: .75;
}

.card-header.card-header-tab .nav-tabs .nav-item:hover .nav-link.active {
    border-bottom: #fff solid 1px;
}

.card-header.card-header-tab .nav-tabs .nav-item:hover {
    margin-bottom: -1px;
}

.card-header.card-header-tab .nav-tabs {
    border-bottom: none;
    margin-bottom: 0;
}

.table .label.badge {
    padding: .4rem .5rem;
}

.form-preview-image {
    width: 80px;
    height: 100px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left !important;
}

.form-preview-image img {
    width: 80px;
    height: 80px;
    display: inline-block;
    border: #eee solid 1px;
    border-radius: 5px;
}

.form-preview-image a:last-child {
    color: red;
}

.plupload-drag {
    display: inline-block;
    border: dotted 3px #ccc;
    width: 98%;
    margin-top: 15px;
    margin-bottom: 5px;
    cursor: pointer;
    margin-left: 2px;
    min-height: 180px;
    text-align: center;
    color: #999;
    background: url(/libs/plupload/images/uploader.png) no-repeat center 35% #fff;
    position: relative;
}

.plupload-drag center {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 35px;
    font-size: 16px;
}

.multi-action ul li {
    cursor: pointer;
}

.search-form {
    margin: 0;
    padding: 0;
    margin-bottom: .5rem;
    display: none
}