<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¬ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â±ÃƒÂ¦Ã‚Â&nbsp;Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â
===================================== */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-size: 16px;
    line-height: 1;
    color: #333; 
}



* {
    font-family: "Microsoft Yahei", "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ", arial, "\5b8b\4f53";;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: 400;
    font-size: 100%;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

/* ÃƒÂ¦Ã‚Â¸Ã¢â‚¬Â¦ÃƒÂ©Ã¢â€žÂ¢Ã‚Â¤ÃƒÂ¦Ã‚ÂµÃ‚Â®ÃƒÂ¥Ã…Â&nbsp;Ã‚Â¨ */
.fix {
    zoom: 1;
}

.fix:after {
    display: block;
    content: 'clear';
    clear: both;
    line-height: 0;
    visibility: hidden;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #5289FA;
    text-decoration: none;
}

a.full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ÃƒÂ¥Ã‚Â·Ã‚Â¦ÃƒÂ¦Ã‚ÂµÃ‚Â®ÃƒÂ¥Ã…Â&nbsp;Ã‚Â¨ÃƒÂ¥Ã¢â‚¬â„¢Ã…â€™ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¦Ã‚ÂµÃ‚Â®ÃƒÂ¥Ã…Â&nbsp;Ã‚Â¨ */
.f-l {
    float: left;
}

.f-r {
    float: right;
}

.f-n {
    float: none;
}

/* ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ¥Ã‚Â¯Ã‚Â¹ÃƒÂ©Ã‚Â½Ã‚ÂÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¥Ã‚Â¼Ã‚Â */
.ta-l {
    text-align: left !important;
}

.ta-c {
    text-align: center !important;
}
.image-cell img{max-width:100%;}

.ta-r {
    text-align: right !important;
}

/* ÃƒÂ¨Ã‚Â¡Ã…â€™ÃƒÂ¥Ã¢â‚¬Â&nbsp;Ã¢â‚¬Â¦ÃƒÂ¥Ã‚ÂÃ¢â‚¬â€ÃƒÂ¥Ã¢â‚¬Â¦Ã†â€™ÃƒÂ§Ã‚Â´Ã‚Â&nbsp; */
.d-ib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.header .container,
.footer .container {
    z-index: 10;
}


.hidden {
    display: none;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-contain {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¥Ã…â€™Ã‚ÂºÃƒÂ¥Ã…Â¸Ã…Â¸ */
.image-self-adaption-cell {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.67%;
    background-color: #eee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image-self-adaption-cell img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.image-self-adaption-cell.hover:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/* ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¥Ã…Â½Ã¢â‚¬Â¹ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ */
.image-caption {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    height: 58px;
    line-height: 58px;
    background-color: rgba(24, 33, 67, 0.3);
    color: #fff;
}

@media (max-width: 767px) {
    .image-caption {
        height: 40px;
        line-height: 40px;
        text-shadow: 2px 2px 2px #333;
    }
}

/* ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¦Ã‚Â°Ã‚Â´ÃƒÂ¥Ã‚Â¹Ã‚Â³ÃƒÂ¥Ã…Â¾Ã¢â‚¬Å¡ÃƒÂ§Ã¢â‚¬ÂºÃ‚Â´ÃƒÂ¥Ã‚Â±Ã¢â‚¬Â¦ÃƒÂ¤Ã‚Â¸Ã‚Â­ */
.image-center-cell {
    padding: 10px;
    border: 1px solid #D2D2D2;
    width: 100%;
    height: 270px;
    line-height: 250px;
    text-align: center;
    font-size: 0;
}

.image-center-cell img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 1199px) {
    .image-center-cell {
        height: 240px;
        line-height: 220px;
    }
}

@media (max-width: 991px) {
    .image-center-cell {
        height: 200px;
        line-height: 180px;
    }
}

/* ÃƒÂ¥Ã‚Â¤Ã…Â¡ÃƒÂ¨Ã‚Â¡Ã…â€™ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¦Ã…â€œÃ‚Â¬ÃƒÂ¨Ã‚Â¶Ã¢â‚¬Â¦ÃƒÂ¥Ã¢â‚¬Â¡Ã‚ÂºÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ¥Ã‹â€&nbsp;Ã¢â‚¬Â&nbsp;ÃƒÂ§Ã…â€œÃ‚ÂÃƒÂ§Ã¢â‚¬Â¢Ã‚Â¥
 * multiline-overflow-ellipsis ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¤Ã‚ÂºÃ…Â½ÃƒÂ¥Ã‚Â¤Ã¢â‚¬â€œÃƒÂ¥Ã‚Â±Ã¢â‚¬Å¡ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨
 * multiline-overflow-ellipsis-baffle ÃƒÂ¤Ã‚Â¸Ã‚ÂºÃƒÂ©Ã‚ÂÃ‚Â®ÃƒÂ¦Ã…â€™Ã‚Â¡ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨ÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ¤Ã‚Â¸Ã‚ÂºÃƒÂ¥Ã‚Â¤Ã¢â‚¬â€œÃƒÂ¥Ã‚Â±Ã¢â‚¬Å¡ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨ÃƒÂ¥Ã¢â‚¬Â&nbsp;Ã¢â‚¬Â¦ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¦Ã…â€œÃ¢â€šÂ¬ÃƒÂ¥Ã‚ÂÃ…Â½ÃƒÂ¤Ã‚Â¸Ã¢â€šÂ¬ÃƒÂ¤Ã‚Â¸Ã‚ÂªÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°spanÃƒÂ¦Ã‚Â&nbsp;Ã¢â‚¬Â¡ÃƒÂ§Ã‚Â­Ã‚Â¾ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾class
 * ÃƒÂ¥Ã‚Â¤Ã¢â‚¬â€œÃƒÂ¥Ã‚Â±Ã¢â‚¬Å¡ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨ÃƒÂ¥Ã…â€œÃ‚Â¨ÃƒÂ¤Ã‚Â½Ã‚Â¿ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¦Ã¢â‚¬â€Ã‚Â¶ÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ¥Ã‚ÂºÃ¢â‚¬ÂÃƒÂ¦Ã‚Â&nbsp;Ã‚Â¹ÃƒÂ¦Ã‚ÂÃ‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÂ©Ã…â€œÃ¢â€šÂ¬ÃƒÂ¨Ã‚Â¦Ã‚ÂÃƒÂ¨Ã‚Â¡Ã…â€™ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â°ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¥Ã¢â‚¬â„¢Ã…â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÂ¨Ã‚Â¡Ã…â€™ÃƒÂ©Ã‚Â«Ã‹Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¨Ã¢â‚¬Â¡Ã‚ÂªÃƒÂ¨Ã‚Â¡Ã…â€™ÃƒÂ¨Ã‚Â®Ã‚Â¾ÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÂ©Ã‚Â«Ã‹Å“ÃƒÂ¥Ã‚ÂºÃ‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¦Ã‹â€&nbsp;Ã¢â‚¬â€œÃƒÂ¨Ã¢â€šÂ¬Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÂ¦Ã…â€œÃ¢â€šÂ¬ÃƒÂ¥Ã‚Â¤Ã‚Â§ÃƒÂ©Ã‚Â«Ã‹Å“ÃƒÂ¥Ã‚ÂºÃ‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â
*/
.multiline-overflow-ellipsis {
    overflow: hidden;
    position: relative;
    display: block;
}

.multiline-overflow-ellipsis::after {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 0 0 10px;
    width: 70px;
    content: "...";
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}

.multiline-overflow-ellipsis-baffle {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 30px;
    height: 19px;
}

.multiline-overflow-ellipsis-baffle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 1200px;
    height: 200px;
    background: #fff;
}

/* ÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ¤Ã‚Â½Ã‚Â */
.pos-r { position: relative;
}

/* ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ¥Ã‚ÂÃ‚Â· */
.fs-n { font-size: 0 !important; }

.fs-40 { font-size: 40px; }
.fs-36 { font-size: 36px; }
.fs-30 { font-size: 30px; }
.fs-28 { font-size: 28px; }
.fs-26 { font-size: 26px; }
.fs-24 { font-size: 24px; }
.fs-22 { font-size: 22px; }
.fs-18 {font-size: 17px;}
.fs-16 { font-size: 16px; }
.fs-14 { font-size: 14px; }

@media (max-width: 1199px) {
    .fs-40 { font-size: 32px; }
    .fs-36 { font-size: 30px; }
    .fs-30 { font-size: 26px; }
    .fs-28 { font-size: 24px; }
.fs-26 { font-size: 23px; }
    .fs-24 { font-size: 22px; }
    .fs-22 { font-size: 20px; }
    .fs-18 { font-size: 16px; }
    .fs-16 { font-size: 14px; }
}

@media (max-width: 991px) {
    .fs-40 { font-size: 28px; }
Ãƒâ€šÃ‚Â&nbsp; Ãƒâ€šÃ‚Â&nbsp; .fs-36 { font-size: 24px; }
    .fs-30 { font-size: 22px; }
    .fs-28 { font-size: 22px; }
.fs-26 { font-size: 21px; }
Ãƒâ€šÃ‚Â&nbsp; Ãƒâ€šÃ‚Â&nbsp; .fs-24 { font-size: 20px; }
    .fs-22 { font-size: 18px; }
}

@media (max-width: 767px) {
    .fs-40 { font-size: 22px; }
Ãƒâ€šÃ‚Â&nbsp; Ãƒâ€šÃ‚Â&nbsp; .fs-36 { font-size: 20px; }
    .fs-30 { font-size: 18px; }
    .fs-28 { font-size: 18px; }
.fs-26 { font-size: 16px; }
Ãƒâ€šÃ‚Â&nbsp; Ãƒâ€šÃ‚Â&nbsp; .fs-24 { font-size: 16px; }
    .fs-22 { font-size: 16px; }
    .fs-18 {font-size: 14px;}
    .fs-16, .fs-14 { font-size: 13px; }
}

.fw-b { font-weight: 700; }

.lh-2 { line-height: 2; }

@media (max-width: 1199px) {
    .lh-2 { line-height: 1.8; }
}

@media (max-width: 991px) {
    .lh-2 { line-height: 1.6; }
}

@media (max-width: 767px) {
    .lh-2 {line-height: 1.8;}
}

/* ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“ÃƒÂ©Ã‚Â¢Ã…â€œÃƒÂ¨Ã¢â‚¬Â°Ã‚Â² */
.fc-w { color: #fff; }

.ti-2 { text-indent: 2em; }

/* ÃƒÂ§Ã‚Â¦Ã‚ÂÃƒÂ¦Ã‚Â­Ã‚Â¢ÃƒÂ©Ã¢â€šÂ¬Ã¢â‚¬Â°ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¦Ã…â€œÃ‚Â¬ */
.user-select-n {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

/* ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ§Ã‚Â«Ã‚Â&nbsp;ÃƒÂ¥Ã¢â‚¬Â&nbsp;Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ©Ã¢â€žÂ¢Ã‚ÂÃƒÂ¥Ã‹â€&nbsp;Ã‚Â¶ */
.article-content-cell img {
    max-width: 100% !important;
}

.article-content-cell table {
    max-width: 100% !important;
}

.article-content-cell embed {
    max-width: 100% !important;
}

/* ÃƒÂ¥Ã…Â&nbsp;Ã‚Â¨ÃƒÂ§Ã¢â‚¬ÂÃ‚Â» */
/* ÃƒÂ¤Ã‚Â¸Ã…Â&nbsp;ÃƒÂ§Ã‚Â§Ã‚Â»4pxÃƒÂ¥Ã‚Â¹Ã‚Â¶ÃƒÂ¥Ã…Â&nbsp;Ã‚Â&nbsp;ÃƒÂ©Ã‹Å“Ã‚Â´ÃƒÂ¥Ã‚Â½Ã‚Â± */
.transition-move-shadow {
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.0, 0.2, 1);
    -moz-transition: all 0.5s cubic-bezier(0.2, 0.0, 0.2, 1);
    -ms-transition: all 0.5s cubic-bezier(0.2, 0.0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.2, 0.0, 0.2, 1);
}

.transition-move-shadow:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 10px 8px 0 rgb(0 0 0 / 10%);
}

/* bootstrap ÃƒÂ¦Ã‚Â&nbsp;Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚ÂÃƒÂ©Ã¢â‚¬Â¡Ã‚ÂÃƒÂ¥Ã¢â‚¬Â&nbsp;Ã¢â€žÂ¢
=========================================== */
/* ÃƒÂ¨Ã‚Â½Ã‚Â®ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾
-------------------------------------------- */
.carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel .carousel-inner {
    height: 100%;
    width: 100%;
}

.carousel .carousel-inner .item {
    height: 100%;
    width: 100%;
    background-color: #eee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

/* ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¦Ã…â€™Ã¢â‚¬Â¡ÃƒÂ§Ã‚Â¤Ã‚ÂºÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨ */
.carousel .carousel-indicators {
    left: 0;
    bottom: 6.56%;
    margin: 0;
    width: 100%;
}

.carousel .carousel-indicators li {
    margin: 0;
    margin-left: 12px;
    border: 0 none;
    border-radius: 0;
    width: 60px;
    height: 12px;
    background-color: #fff;
}

.carousel .carousel-indicators li:first-child {
    margin-left: 0;
}

.carousel .carousel-indicators .active {
    background-color: #5289FA;
}


@media (max-width: 767px) {
    .carousel .carousel-indicators {
        bottom: 10%;
    }

    .carousel .carousel-indicators li {
        margin-left: 10px;
        width: 30px;
        height: 5px;
    }
}

/* ÃƒÂ¦Ã‚Â&nbsp;Ã¢â‚¬Â¦ÃƒÂ¦Ã‚Â&nbsp;Ã‚Â¼
-------------------------------------------- */
.col-p-15 .col-lg-1,
.col-p-15 .col-lg-10,
.col-p-15 .col-lg-11,
.col-p-15 .col-lg-12,
.col-p-15 .col-lg-2,
.col-p-15 .col-lg-3,
.col-p-15 .col-lg-4,
.col-p-15 .col-lg-5,
.col-p-15 .col-lg-6,
.col-p-15 .col-lg-7,
.col-p-15 .col-lg-8,
.col-p-15 .col-lg-9,
.col-p-15 .col-md-1,
.col-p-15 .col-md-10,
.col-p-15 .col-md-11,
.col-p-15 .col-md-12,
.col-p-15 .col-md-2,
.col-p-15 .col-md-3,
.col-p-15 .col-md-4,
.col-p-15 .col-md-5,
.col-p-15 .col-md-6,
.col-p-15 .col-md-7,
.col-p-15 .col-md-8,
.col-p-15 .col-md-9,
.col-p-15 .col-sm-1,
.col-p-15 .col-sm-10,
.col-p-15 .col-sm-11,
.col-p-15 .col-sm-12,
.col-p-15 .col-sm-2,
.col-p-15 .col-sm-3,
.col-p-15 .col-sm-4,
.col-p-15 .col-sm-5,
.col-p-15 .col-sm-6,
.col-p-15 .col-sm-7,
.col-p-15 .col-sm-8,
.col-p-15 .col-sm-9,
.col-p-15 .col-xs-1,
.col-p-15 .col-xs-10,
.col-p-15 .col-xs-11,
.col-p-15 .col-xs-12,
.col-p-15 .col-xs-2,
.col-p-15 .col-xs-3,
.col-p-15 .col-xs-4,
.col-p-15 .col-xs-5,
.col-p-15 .col-xs-6,
.col-p-15 .col-xs-7,
.col-p-15 .col-xs-8,
.col-p-15 .col-xs-9 {
    padding: 15px;
}


@media (max-width: 767px) {
    .col-p-15 .col-xs-12 {
        padding: 15px 15px 0 15px;
    }
}



hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ¦Ã‚Â&nbsp;Ã‚Â¼
-------------------------------------------- */
.table {
    margin: 0;
}

/* ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ§Ã‚Â&nbsp;Ã‚ÂÃƒÂ¦Ã‚Â&nbsp;Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â
=========================================== */
.pagination-content-cell {
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.pagination-content-cell div,.pagination-content-cell a {
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    line-height: 1;
}

.pagination-content-cell .whj_padding,.pagination-content-cell a {
    padding: 8px 12px;
}

.pagination-content-cell .whj_bgc,.pagination-content-cell a {
    background-color: #fff;
    color: #333;
}

.pagination-content-cell .whj_border,.pagination-content-cell a {
    border: 1px solid #D2D2D2;
}

.pagination-content-cell .whj_color {
    color: #333;
}

.pagination-content-cell .whj_color font {
    color: #5289FA;
    margin: 0 5px;
}

.pagination-content-cell .whj_hover:hover {
    border-color: #5289FA;
    color: #5289FA;
    cursor: pointer;
}

.pagination-content-cell .whj_checked {
    border-color: #5289FA;
    color: #5289FA;
}

.pagination-content-cell .whj_hoverDisable {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.pagination-content-cell select {
    height: 28px;
    vertical-align: bottom;
    padding: 0px;
    outline: none;
}

.pagination-content-cell input {
    padding: 0px;
    height: 26px;
    outline: none;
    text-align: center;
    width: 60px;
    vertical-align: bottom;
}

.pagination-content-cell div,
.pagination-content-cell input,
.pagination-content-cell select,.pagination-content-cell a {
    margin: 2px;
}


@media (max-width: 1199px) {
    .pagination-content-cell div,.pagination-content-cell a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .pagination-content-cell div,.pagination-content-cell a {
        font-size: 14px;
    }

    .pagination-content-cell .whj_padding {
        padding: 6px 10px;
    }
}

@media (max-width: 767px) {
    .pagination-content-cell .whj_padding {
        padding: 4px 8px;
    }

    .pagination-content-cell .whj_color font {
        margin: 0 2px;
    }
}

/* ÃƒÂ¨Ã‚Â§Ã¢â‚¬Â&nbsp;ÃƒÂ©Ã‚Â¢Ã¢â‚¬ËœÃƒÂ¥Ã…â€™Ã‚ÂºÃƒÂ¥Ã…Â¸Ã…Â¸ */
.video-placeholder-cell {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 284px;
    background-color: #eee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.video-placeholder-cell::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/play.png) no-repeat center;
}

.video-placeholder-cell:hover::after {
    opacity: 0.5;
}
.vv {
    background: none;
    height: 600px;}
    .vv::after{background:none;}
.vva{height:700px;background-image: url(../images/a1.jpg);background-position:top center;background-repeat: no-repeat;background-size: 100%;}

@media (max-width: 1199px) {
    .video-placeholder-cell {
        height: 234px;
    }
}

@media (max-width: 991px) {
    .video-placeholder-cell {
        height: 178px;
    }
}

@media (max-width: 767px) {
    .video-placeholder-cell {
        height: 0;
        padding-bottom: 66.67%;
    }
    .vv,.vva{height:auto; background-size:cover;}
}

.video-popup-cell {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 29891015;

    background-color: rgba(0, 0, 0, .5);
}
/* .video-content */
.video-popup-cell .video-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    height: 600px;
    width: 800px;
}

.video-popup-cell .video-content video {
    width: 100%;
    height: 100%;
    background-color: #000;
}


@media (max-width: 767px) {
    .video-popup-cell .video-content {
        height: 40%;
        width: 90%;
    }
}

.map-cell label {
    max-width: none;
}</pre></body></html>