<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

body {
    font-family: Microsoft YaHei, Helvetica Neue, Helvetica, STHeiTi, Arial, sans-serif;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #989898;
}

a {
    color: #333333;
}

a:hover {
    color: #ff7473;
}

.intro-videobg .modal-content {
    border-radius: 0;
    background-color: #000000;
    border: none;
}

.video-placeholder {
    height: 230px;
    overflow: hidden;
}

.videoplay {
    width: 100%;
    height: 100%;
    z-index: 999;
}

.jumbotron {
    min-height: 100vh;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
    color: inherit;
    background-color: #eeeeee;
}

.carousel-auto {
    position: relative;
    background: none;
    color: #ffffff;
    text-shadow: 0px 1px 5px #000;
}

.carousel-auto .carousel-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    overflow: hidden;
    background-size: cover !important;
}

.carousel-auto .carousel-bg::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.07);
}

.carousel-auto .carousel-info {
    margin-top: 0px;
    margin-top: 20vh;
}

.carousel-auto .carousel-info h1, .carousel-auto .carousel-info p {
    margin-bottom: 50px;
    position: relative;
}

.carousel-auto .carousel-info h1 {
    text-align: center;
}

.carousel-auto .carousel-info h1 span {
    color: #ffffff;
}

.carousel-auto p {
    font-size: 14px;
    line-height: 2em;
    text-indent: 2em;
}

.nav-block {
    padding: 3em 0;
}

.nav-gray {
    background-color: #fafafa;
    background-image: url(../images/background-2.png);
    background-size: cover;
    background-position: bottom center;
}

.section-title {
    margin-bottom: 2em;
    padding: 1em 15em 2em 15em;
}

.section-title-yellow {
    background: #fdc23e url(../images/y_bg.gif);
}

.section-title h2 {
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 10px;
    line-height: 1.5;
    margin: 0;
    color: #333333;
}

.section-title h2 span {
    border-bottom: 2px solid #fdc23e;
    padding-bottom: 10px;
}

.section-title.section-title-yellow h2 span {
    border-bottom: 2px solid #493400;
}

.section-title h2 span a {
    font-size: 12px;
    margin-left: 10px;
}

.section-title p {
    margin-top: 20px;
    font-size: 12px;
    padding: 0px 20px;
    line-height: 2em;
}

.section-title.section-title-yellow p {
    color: #493400;
}

.mod-title {
    border-bottom: 1px solid #eee;
    margin: 0 0 15px;
}

.mod-title h3 {
    display: inline-block;
    padding: 20px 0px 20px 42px;
    margin: 0 0 -2px 0;
    font-size: 20px;
    color: #333;
    line-height: 1;
    border-bottom: 2px solid #ffc952;
    background: url(../images/x-icon.png) no-repeat left 24px;
}

.intro-video {
    background: #eeeeee;
    height: 297px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    position: relative;
    display: block;
}

.intro-video .auto-img {
    width: 100%;
    height: 100%;
}

.intro-video .fa-play {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 60px;
    width: 60px;
    height: 60px;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    text-indent: 2px;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    transition: all ease-out 250ms;
    -webkit-transition: all ease-out 250ms;
}

.intro-video:hover .fa-play {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -transform: scale(1.2, 1.2);
}

.list14_intro .media-list {
    margin-bottom: 0;
}

.list14_intro .media {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
}

.list14_intro .media-body {
    font-size: 12px;
    line-height: 1.8em;
    height: 73px;
    overflow: hidden;
}

.list14_intro .media-body .media-heading {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list14_intro .media-body .media-heading a {
    color: #ff7473;
}

.list12_intro .media {
    margin-top: 20px;
}

.list12_intro .media-body {
    font-size: 12px;
    line-height: 1.8em;
    overflow: hidden;
}

.list12_intro .media-body .media-heading {
    font-size: 16px;
    margin-bottom: 10px;
}

.modal-dialog {
    margin: 200px auto;
}

.item-thumb-video {
    background: #f0f0f0;
    display: block;
    width: 100%;
    position: relative;
}

.item-thumb-video img {
    width: 100%;
    height: 162px;
    vertical-align: top;
}

.vidBg, .vidTx {
    position: absolute;
    display: block;
}

.vidBg {
    background: url(../images/lisBg.png) repeat-x;
    _background: 0 0;
    height: 44px;
    bottom: 0;
    left: 0;
    width: 100%;
}

.vidTx {
    color: #fff;
    text-align: right;
    bottom: 4px;
    _bottom: 1px;
    right: 5px;
    font-size: 12px;
}

.vidacount {
    position: absolute;
    bottom: 3px;
    _bottom: 0;
    left: 7px;
    color: #fff;
    font-size: 12px;
}

.item-thumb-video-name {
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    word-wrap: break-word;
    margin: 8px 0 6px;
}

.item-thumb-video-info {
    color: #989898;
    font-size: 12px;
    margin-bottom: 20px;
}

.footer {
    background-color: #34314c;
    padding: 3em 0;
    color: #a4a4a4;
    font-size: 12px;
}

.footer a {
    color: #c8c8c8;
    opacity: 0.7;
}

.footer a:hover {
    color: #ff7473;
}

.footer p {
    margin: 0;
}

.footer .copy-img {
    text-align: center;
    float: right;
}

.footer .copy-img li {
    padding: 0 10px;
}

.footer .copy-img img {
    width: 100px;
}

.footer .copy-img p {
    margin-top: 3px;
}

@media (max-width: 767px) {
    .carousel-slide .carousel-info {
        padding: 0px 15px;
    }

    .carousel-slide .carousel-info p {
        font-size: 14px;
    }

    .nav-block {
        padding: 2em 0;
    }

    .section-title {
        padding: 1em 0;
    }

    .intro-video {
        margin-bottom: 2em;
    }

    .item-thumb-video img {
        height: 100px;
    }
}

@media screen and (max-height: 690px) {
    .carousel-auto .carousel-info {
        margin-top: 16vh;
    }
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .carousel-auto .carousel-info h1 .small {
        font-size: 60px;
        font-weight: normal;
    }

    .carousel-auto p {
        font-size: 18px;
        font-weight: bold;
    }

    .video-placeholder {
        height: 435px;
        overflow: hidden;
    }
}</pre></body></html>