﻿@charset "utf-8";
@import url("modify.css");
@import url("font-awesome.min.css");
/* reset*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover, a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
/* 改善所有浏览器中预先格式化的文本的可读性 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}
/* 放置上标和下标内容，而不影响行高: h5bp.com/k */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: none;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/* 指示“label”会将焦点移至相关联的表单元素 */
label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

table button, table input {
    *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #111;
    background-color: #edece0;
    overflow-x: hidden;
    font-family: "Microsoft YaHei UI", Arial, "宋体", "Segoe UI";
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:link, a:visited {
    color: #252525;
    text-decoration: none;
}

a:hover {
    color: #be7716;
}

.touchevents a:hover {
    color: #111;
}

.touchevents a:focus {
    color: #be7716;
}

ul, ol, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 20px;
    line-height: 1.2;
}

h2 {
    font-weight: normal;
}

ul li {
    list-style-type: none;
}

.blank {
    line-height: 0px;
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
}

img, object, embed, video {
    max-width: 100%;
}

.ie6 img {
    width: 100%;
}

.noborder {
    border: none !important;
}

body.sub-page {
    background-color: #f5f5f5;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* 开始 */
.mobile {
    display: none;
}

.mobile img {
    width: 100%;
}

.wrapper {
    margin: auto;
    max-width: 1000px;
    min-width: 320px;
    background-color: #fff;
    padding: 0px 55px;
}

@media (max-width: 1024px) {
    .wrapper {
        padding: 0px 20px;
    }

    .laptop {
        display: none;
    }

    .mobile {
        display: block;
    }
}

@media (max-width: 540px) {
    .wrapper {
        padding: 0px 10px;
    }
}

.center {
    text-align: center;
}

.header .nav .nav-main {
    float: left;
}

.text-list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .4em;
    font-size: 1em;
}

.text-list li .date {
    color: #888;
}

.text-list li .rank {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    background-color: #b6651d;
    height: 18px;
    width: 18px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
}

.text-list li:last-child {
    margin-bottom: 0;
}

.text-list li:last-child {
    margin-bottom: 0;
}

.rank-list > li {
    list-style-type: none;
    padding: 2px 0 2px 26px;
    position: relative;
    counter-increment: step-counter;
}

.rank-list > li::before {
    content: counter(step-counter);
    border-radius: 50%;
    left: 0;
    position: absolute;
    float: left;
    top: .5em;
    font-size: 10px;
    height: 16px;
    width: 16px;
    padding: 3px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background: #9c3d25;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.flexslider-top .caption {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
}

.flexslider-top .caption span {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 1.6;
    max-width: 100%;
    background-color: #666;
    background-color: rgba(51, 51, 51,.7);
    text-align: center;
    font-family: "黑体";
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 10px;
    text-overflow: ellipsis;
}

@media (max-width: 950px) {
    .flexslider-top .caption span {
        font-size: 22px;
        line-height: 2;
    }
}

@media (max-width: 750px) {
    .flexslider-top .caption span {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .flexslider-top .caption span {
        font-size: 14px;
    }
}

.flexslider-promos {
    position: relative;
    overflow: hidden;
}

.flexslider .slides li {
    overflow: hidden;
    position: relative;
}

.flexslider-promos-news li a img {
    width: 100%;
}

.worldcup {
    min-height: 260px;
}

.worldcup .col-logo {
    background-size: 200px;
    min-height: 260px;
    background-image: url(../images/world-cup-logo.png);
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #d7ffdf;
}

.worldcup .col-logo a {
    display: block;
    min-height: 260px;
    width: 100%;
}

.worldcup .col-news {
    background-size: cover;
    min-height: 260px;
}

.worldcup .swiper-img {
    width: 100%;
    background-size: cover;
    min-height: 260px;    
    background-color:#ececec;
}

.worldcup .col-news .caption {
    position: absolute;
    background-color: #666;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
}

.worldcup .col-news .caption span {
    margin: 10px;
    display: block;
    font-weight: bold;
}
.worldcup .swiper-button-disabled {
    pointer-events: all;
    opacity:.1 !important;
    transition:.3s;
}
@media (max-width: 750px) {
    .worldcup .col-logo, .worldcup .col-news {
        width: 100% !important;
        padding: 0;
    }
}

.footer {
    padding-bottom: 20px;
    color: #666;
}

.footer .line-split {
    margin-bottom: 30px;
}

.footer-logo {
    background-image: url(../images/logo-footer.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 227px;
    height: 86px;
}

@media (max-width: 750px) {
    .footer-logo {
        margin-bottom: 20px;
    }
}

.footer .footer-split-bottom {
    text-align: right;
    margin-top: 5px;
    background-image: url(../images/bg-header-r.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 97px;
}

.footer .col-1 {
    float: left;
    width: 245px;
}

.footer .col-2 {
    float: right;
    width: 150px;
}

.footer .col-3 {
    margin: -81px 160px 0px 295px;
}

@media (max-width: 950px) {
    .footer .footer-split-bottom {
        display: none;
    }
}

@media (max-width: 750px) {
    .footer .col-1, .footer .col-2, .footer .col-3 {
        float: none;
        width: 100%;
        margin: 0;
    }
}

.footer .aboutus {
    font-size: 12px;
    line-height: 2;
    color: #666;
    margin-top: 36px;
}

.footer .link {
    font-size: 14px;
    line-height: 1.6;
}

.footer .link a {
    white-space: nowrap;
    display: inline-block;
    color: #666;
}

.footer .link a:hover {
    color: #000;
}

.footer h2 {
    margin: 0px 0px 5px;
    font-size: 16px;
    font-weight: 700;
}

.footer .link p {
    margin: 0px 0px 20px;
}

.footer .link a:after {
    content: '|';
    margin: 0px 5px;
}

.footer .link a:last-child:after {
    content: '';
}

.qrcode-group {
    height: 36px;
    margin-bottom: 10px;
    position: relative;
}

.footer-link {
    border: 2px solid #ccc;
    padding: 0 8px;
    overflow: hidden;
    width: 100%;
}

div.footer-link:hover {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    background-color: #fff;
}

.footer-link span.footer-link-text {
    line-height: 34px;
    font-size: 14px;
    float: left;
}

.footer-link span.footer-link-img {
    width: 20px;
    float: right;
    line-height: 32px;
}

.footer-link:hover span.footer-link-img {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 750px) {
    .qrcode-group {
        height: auto;
        margin-bottom: 10px;
    }

    .footer-link {
        border: none;
    }

    .footer-link span.footer-link-text {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }

    .footer-link span.footer-link-img {
        width: 100%;
        float: none;
        display: block;
        text-align: center;
    }

    div.footer-link:hover {
        cursor: default;
        z-index: 1;
        position: static;
    }

    .footer-link:hover span.footer-link-img {
        margin-bottom: 0px;
    }

    .footer .aboutus {
        display: none;
    }
}

.wrapper-full {
    margin: auto;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.header {
    overflow: hidden;
}

.sub-page .header {
    min-height: 300px;
    background-image: url(../images/bg-header-sub.jpg);
}

.main-nav {
    z-index: 99;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    transition: .3s;
    position: relative;
}

.main-nav::after {
    clear: both;
    content: "";
    display: block;
}

.main-nav .nav-wrapper {
    background-color: #fff;
    margin: auto;
    max-width: 1000px;
    padding: 20px 0px 10px;
    position: relative;
    padding-bottom: 220px;
}

.main-nav .logo {
    background-image: url(../images/logo-b.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-nav .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-nav .nav-link {
    background-image: url(../images/bg-header-r.png);
    background-repeat: no-repeat;
    background-position: right top;
    float: right;
    width: 460px;
    padding-top: 93px;
}

.main-nav .nav-link ul {
    float: right;
}

.main-nav .nav-link li {
    float: left;
    width: 92px;
    margin-right: 18px;
}

.main-nav .nav-link li a {
    font-size: 18px;
    display: block;
    white-space: nowrap;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 33px;
}

.main-nav .nav-link .nav-main {
    background-image: url(../images/i-nav-dot.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.main-nav .nav-link .nav-main.actived {
    background-image: url(../images/i-nav-actived.png);
}

.main-nav .nav-link .actived a {
    color: #b83113;
}

.main-nav .nav-link .nav-main a {
    text-indent: 2.2em;
}

.global .main-nav .nav-link .actived a:after {
    background-position: left 0px;
}

.En {
    font-size: 18px !important;
    letter-spacing: 0px !important;
    font-family: Arial, sans-serif !important;
}

.main-nav .logo {
    float: left;
    height: 124px;
    width: 327px;
    margin-top: 30px;
}

@media (max-width: 850px) {
    .main-nav .logo {
        height: 100px;
        width: 260px;
        margin-top: 30px;
    }

    .main-nav .nav-link {
        width: 390px;
        padding-top: 80px;
        background-size: 100%;
    }

    .main-nav .nav-link li {
        width: 78px; /*兼容ios*/
    }

    .main-nav .nav-link ul {
    }

    .global .main-nav .nav-link ul {
        margin: 20px 0px 30px;
    }

    .main-nav .nav-link li a {
        font-size: 16px;
    }

    .En {
        font-size: 14px !important;
    }
}

@media (max-width: 780px) {
    .main-nav .logo {
        height: 76px;
        width: 200px;
    }

    .main-nav .nav-link li {
        width: 25%;
        margin-right: 0;
    }

    .main-nav .nav-link li a {
        font-size: 14px;
        letter-spacing: 0px;
    }

    .main-nav .nav-link .nav-main {
        background-size: 25px;
    }

    .main-nav .nav-link {
        width: 320px;
    }

    .En {
        font-size: 12px !important;
    }
}

@media (max-width: 600px) {
    .main-nav .logo {
        height: 41px;
        width: 108px;
        margin-top: 0;
    }

    .main-nav .nav-link {
        background-image: none !important;
        width: 220px;
        padding-top: 5px;
    }

    .main-nav .nav-link li a {
        font-size: 9px;
        line-height: 20px;
    }

    .main-nav .nav-link .nav-main {
        background-size: 18px;
    }

    .main-nav .nav-link {
        width: 250px;
        padding-top: 5px;
    }

    .En {
        font-size: 8px !important;
    }
}

@media (max-width: 400px) {
    .main-nav .logo {
        height: 34px;
        width: 90px;
        margin-top: 5px;
    }

    .main-nav .nav-link li {
        max-width: 55px;
    }

    .main-nav .nav-link {
        width: 230px;
        padding-top: 5px;
    }
}

@media (max-width: 370px) {
    .main-nav .nav-link {
        width: 200px;
    }

    .main-nav .nav-link li {
        max-width: 45px;
    }
}

.main-nav.header-fix {
    background-color: #fff;
    transition: .5s;
    border-bottom: 1px solid #ddd;
}

.main-nav.header-fix ul {
    transition: .3s;
}

.main-nav.header-fix ul li a {
    font-size: 18px;
    color: #111;
    transition: .3s;
}

.menu-app {
    float: right;
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
}

.menu-app a {
    font-size: 2rem;
    color: #000 !important;
    text-align: center;
    display: inline-block;
    line-height: 4.2rem;
    height: 60px;
    transition: All 0.3s ease-in-out;
}

.menu-app .dd {
    transition: All 0.3s ease-in-out;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
    -o-transform: rotate(90deg); /* Opera */
}

.drawer-hamburger {
    z-index: 104;
    display: block;
    box-sizing: content-box;
    width: 1.2rem;
    padding: 0;
    padding-top: 15px;
    padding-right: .75rem;
    padding-bottom: 30px;
    padding-left: .75rem;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent;
}

.drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent;
}

.drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 7px;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    width: 100%;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    background-color: #000;
}

.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    position: absolute;
    top: -7px;
    left: 0;
    content: ' ';
}

.drawer-hamburger-icon:after {
    top: 7px;
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
    top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main-nav .nav-link {
    /*display: none;*/
}

.main-nav .menu-app {
    /*display: block;*/
}

}

.promos img {
    display: block;
    width: 100%;
}

.promos a:hover img {
    opacity: .8;
    transition: .3s;
}

.promos-unit {
    text-align: center;
    overflow: hidden;
    max-width: 800px;
    margin: 0px auto;
}

.touchevents .laptop.promos-unit {
    display: none;
}

.touchevents .mobile.promos-unit {
    display: block;
}

.promos-unit li {
    float: left;
    width: 25%;
}

.promos-unit a {
    display: block;
    text-align: center;
    position: relative;
    margin: auto;
}

.laptop.promos-unit a {
    max-width: 160px;
}

.laptop.promos-unit img {
    height: 160px;
}

.mobile.promos-unit img {
    width: 90px;
}

.promos-unit .info {
    width: 0px;
    left: 50%;
}

.promos-unit .caption {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.promos-unit .caption h2 {
    font-size: 16px;
    line-height: 1;
    color: #666;
    font-family: Verdana, Geneva, sans-serif;
}

.promos-unit a:hover h1, .promos-unit a:hover h2 {
    color: #fff;
    transition: .3s;
}

.mobile.promos-unit a {
    margin: 7px;
}

.mobile.promos-unit .caption {
    left: 0;
    right: 0;
    position: relative;
    margin-top: 10px;
}

.mobile.promos-unit .caption h1 {
}

.mobile.promos-unit .caption h2 {
}

@media (max-width: 540px ) {
    .mobile.promos-unit img {
        width: 64px;
    }

    .mobile.promos-unit .caption h1 {
        font-size: 11px;
    }

    .mobile.promos-unit .caption h2 {
        font-size: 8px;
    }
}

.mobile.promos-unit a:hover h1, .mobile.promos-unit a:hover h2 {
    color: #111;
}

.promos-link {
    margin-top: 12px;
    overflow: hidden;
}

.promos-more {
    border: 2px solid #000;
    padding: 5px 20px;
    display: inline-block;
    color: #000;
    opacity: 1;
    font-size: 16px;
    min-width: 100px;
}

.promos-gold {
    background-color: #be7716;
    border: 2px solid transparent;
    color: #fff !important;
    opacity: .9;
}

.promos-more:hover {
    color: #be7716;
    border: 2px solid #be7716;
    opacity: 1;
}

.promos-more .lnr {
    margin-left: 10px;
}

.btn-main {
    padding: 5px 30px;
    display: inline-block;
    color: #fff !important;
    opacity: 1;
    font-size: 16px;
    font-weight: 700;
    background-color: #000;
    border: 2px solid #000;
}

.btn-main:hover {
    background-color: #be7716;
    border: 2px solid #be7716;
}

.btn-bar {
    text-align: center;
}

.btn-bar:before {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.news-wrapper .btn-bar:before {
    height: 5px;
}

.event-wrapper .btn-bar:before, .video-wrapper .btn-bar:before {
    height: 18px;
}

.col-more {
    text-align: center;
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.col-title {
    overflow: hidden;
    text-align: center;
    margin: 0px 0px 25px;
}

@media (max-width: 540px) {
    .btn-bar:before {
        height: 20px;
    }
}

.col-title h2 {
    font-size: 22px;
    display: inline-block;
    line-height: 1.2;
    width: 30px;
    font-weight: 700;
    text-align: center;
    font-family: "宋体";
    padding-top: 30px;
}

.col-title.hero h2 {
    width: auto;
    letter-spacing: 4px;
}

@media (max-width: 750px) {
    .col-title {
        margin: 0px 0px 30px;
    }
}

@media (max-width: 540px) {
    .col-title {
        margin: 0px 0px 30px;
    }

    .result-wrapper .col-title {
        margin: 0px 0px 10px;
    }

    .col-title h2 {
        padding-top: 10px;
        font-size: 18px;
    }
}

.title-menu {
    float: right;
}

.title-menu li {
    float: left;
    margin-left: 15px;
    font-size: 1.2em;
    line-height: 2;
}

.title-menu li a {
    color: #2a7092;
}

.promos-app {
    padding-bottom: 20px;
}

.promos h1 {
    font-size: 16px;
    font-weight: normal;
    margin: 7px 0px 3px;
}

.promos h2 {
    font-size: 14px;
    color: #8d8d8d;
    line-height: 1.2;
}

.global .promos h1 {
    font-weight: 100;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

@media (max-width: 760px) {
    .promos h1 {
        font-size: 14px;
    }

    .promos h2 {
        font-size: 12px;
    }
}

.promos a:hover h2 {
    color: #be7716;
}

.flexslider-promos .item {
    max-width: 360px;
    min-width: 180px;
}

.news-list .col-l {
    float: left;
    width: 160px;
    min-height: 200px;
}

.news-list .col-m {
    margin: 0px 270px 0px 170px;
    min-height: 200px;
}

.news-list .col-r {
    width: 250px;
    float: right;
    min-height: 200px;
}

.module {
    margin: 0px 0px 40px;
    overflow: hidden;
}

.module.slider-wrapper {
    margin: 0px 0px 20px;
}

.module.app-wrapper {
    margin: 50px 0px 30px;
}

@media (max-width: 550px) {
    .module.app-wrapper {
        margin: 40px 0px 30px;
    }
}

.module.map-wrapper {
    text-align: center;
}

.module.map-wrapper {
    position: relative;
}

.module.map-wrapper .map-link img {
    transition: .3s;
}

.module.map-wrapper .map-link:hover img {
    opacity: .7;
    transition: .3s;
}

@media (max-width: 750px) {
    .module {
        margin: 0px 0px 20px;
    }
}

.wrapper-module .left-title {
    opacity: 0;
    padding: 0;
    transition: .3s;
    height: 0;
}

.wrapper-module .container {
    padding: 15px 20px;
}

.col-r .wrapper-module {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(102,102,102,.4);
}

.nav-left li a {
    font-size: 1.1em;
    line-height: 2;
    color: #22679d;
    display: inline-block;
}

.nav-left li .fa {
    margin-right: 8px;
    color: #b5b5b5;
}

.nav-left .on .fa {
    color: #f6900c;
}

.nav-left .on a {
    color: #f6900c;
    font-weight: bold;
}

.nav-left-sub li a {
    font-size: 1em;
    line-height: 2;
    color: #666;
    display: inline-block;
}

.sub-page .page-title {
    font-size: 3em;
    margin-top: 120px;
    text-align: center;
}

.background-line {
    display: table;
    margin: auto;
    width: 90%;
}

.background-line:before, .background-line:after {
    border-top: 2px solid #e7e7e8;
    content: '';
    display: table-cell;
    position: relative;
    top: 1.2em;
    width: 50%;
}

.background-line > span {
    padding: 0 20px;
    background-image: url(../images/logo-split.png);
    height: 42px;
    width: 76px;
    display: block;
    margin: 0px 12px;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 540px) {
    .background-line > span {
        padding: 0 20px;
        height: 42px;
        width: 30px;
        margin: 0px 5px;
        background-size: 30px;
    }

    .background-line {
        width: 100%;
    }

    .background-line:before, .background-line:after {
        border-top: 1px solid #e7e7e8;
    }
}

.newsbox-list li {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(102,102,102,.4);
}

.newsbox-list .item {
    margin-bottom: 12px;
    width: 49%;
}

.gallery-list .item {
    margin-bottom: 12px;
    width: 49%;
}

.sub-page .newsbox-list .item {
    width: 100%;
}

.newsbox-list li .container, .gallery-list li .container {
    padding: 20px 15px;
}

.news-detail p {
    text-indent: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.gotop a {
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    display: block;
    height: 50px;
    width: 50px;
}

.gotop:hover {
    background-color: #ececec;
}
/*翻页控件*/

.tcdPageCode {
    padding: 15px 20px;
    text-align: center;
    margin-top: 20px;
    clear: both;
}

.tcdPageCode a {
    color: #999;
}

.tcdPageCode a:hover {
    color: #111;
}

.tcdPageCode a, .tcdPageCode span.cpb {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    margin-right: 7px;
    margin-left: 7px;
}

.tcdPageCode span.cpb {
    font-weight: bold;
    color: #9c3d25;
}

.tcdPageCode span.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 22px;
}

@media (max-width: 560px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 10px;
        padding-left: 10px;
    }
}
/* 响应式选项卡开始 */

.r-tabs {
    position: relative;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
    padding: 10px 12px;
    display: block;
    font-size: 1.2em;
}

.r-tabs-anchor:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #fff;
    background-color: #be7716;
}
/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor, .r-tabs-state-active .r-tabs-anchor:hover, .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
}
/* Tab panel */
.r-tabs .r-tabs-panel {
}
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    font-weight: bold;
}
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
}
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

.tab-horintal .r-tabs-nav {
    text-align: center;
    margin-bottom: 30px;
}

.tab-horintal .r-tabs-nav .r-tabs-anchor {
    padding: 15px;
    background-color: #ddd;
}

.tab-vertical .r-tabs .r-tabs-tab {
    display: block;
}

.tab-vertical .r-tabs .r-tabs-panel {
    padding-left: 30px;
}
/*响应式选项卡结束*/
.outdoor .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor, .outdoor .r-tabs-state-active .r-tabs-anchor:hover, .outdoor .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    border: 2px solid #ccc;
}

.tabs-list {
    list-style: none;
}

.tabs-list li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 10px;
    margin-bottom: 2px;
}

.tabs-list li a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
    background-color: #ebebeb;
    color: #808080;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.4s ease 0s;
}

.tabs-list li a:hover {
    background-color: #d9d9d9;
}

.tabs-list li.active a {
    background-color: #0d7eff;
    color: #fff;
}

.tab-content {
    margin: 10px 0 15px;
}

.tabs .accordion-handle {
    display: none;
}

.tabs-vertical-left, .tabs-vertical-right {
    *zoom: 1;
}

.tabs-vertical-left:before, .tabs-vertical-left:after, .tabs-vertical-right:before, .tabs-vertical-right:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.tabs-vertical-left .tabs-list, .tabs-vertical-right .tabs-list {
    width: 25%;
}

.tabs-vertical-left .tabs-list li, .tabs-vertical-right .tabs-list li {
    display: block;
    margin: 0 0 5px 0;
    width: 100%;
}

.tabs-vertical-left .tabs-list li a, .tabs-vertical-right .tabs-list li a {
    height: auto;
    padding: 8px 20px;
    line-height: 1.5;
}

.tabs-vertical-left .tabs-container, .tabs-vertical-right .tabs-container {
    width: 75%;
}

.tabs-vertical-left .tabs-list {
    float: left;
}

.tabs-vertical-left .tabs-container {
    float: right;
}

.tabs-vertical-left .tabs-container .tab-content {
    margin: 0 0 0 15px;
}

.tabs-vertical-right .tabs-list {
    float: right;
}

.tabs-vertical-right .tabs-container {
    float: left;
}

.tabs-vertical-right .tabs-container .tab-content {
    margin: 0 15px 0 0;
}

.accordion-handle {
    position: relative;
    margin-bottom: 10px;
    background-color: #ebebeb;
    text-decoration: none;
    color: #808080;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}

.accordion-handle:hover {
    background-color: #d9d9d9;
}

.accordion-handle.active {
    background-color: #0d7eff;
    color: #fff;
}

.accordion-handle h4 {
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: normal;
}

.accordion-handle i {
    display: block;
    width: 38px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/icon-accordion.gif) no-repeat top center;
}

.accordion-handle.active i {
    background-position: bottom center;
}

.accordion-content {
    margin-bottom: 15px;
    display: none;
}

.to-top {
    background: #111;
    color: #fff !important;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    opacity: .4;
    cursor: pointer;
    z-index: 99;
}

@media (max-width: 560px) {
    .to-top {
        top: auto !important;
        bottom: 35px !important;
    }
}

.to-top:hover {
    opacity: 1;
    transition: .3s;
}

#tab-footer h2 {
    display: none;
    font-size: 1.35em;
}

#tab-footer .iconlink {
    display: none;
    max-width: 150px;
}

#tab-footer .r-tabs-anchor {
    background-color: transparent;
}

#tab-footer .r-tabs-anchor:hover {
    text-decoration: none;
}

#tab-footer .r-tabs-panel {
    margin: 0;
    padding: 0px 10px;
}

.flex-control-nav .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    background-color: #000 !important;
    border: none !important;
    border-radius: 0 !important;
    opacity: .3;
}

.flex-control-nav .swiper-pagination-bullet-active {
    opacity: .8;
}

.promos-text-list {
    margin-bottom: 12px;
    overflow: hidden;
}

.promos-text-list li {
    margin-bottom: 12px;
}

.promos-text-list li:last-child {
    margin-bottom: 0;
}

.promos-text-list .date {
    float: left;
    width: 200px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}

.promos-text-list .title a {
    font-size: 20px;
    line-height: 30px;
}

.promos-text-list .title {
    overflow: hidden;
}

@media (max-width: 750px) {
    .promos-text-list .title a {
        font-size: 16px;
        line-height: 30px;
    }

    .promos-text-list li {
        margin-bottom: 10px;
    }

    .promos-text-list .date {
        width: auto;
    }
}

@media (max-width: 540px) {
    .promos-text-list li {
        margin-bottom: 3px;
    }
}

.tour-pal li {
    float: left;
    width: 16.6%;
}

.tour-pal .container {
    text-align: center;
    padding: 0px 20px 20px;
}

.tour-pal .container img {
    width: 80px;
}

.tour-pal .caption {
    margin-top: 5px;
}

.tour-pal .caption h2 {
    font-size: 16px;
    line-height: 1;
    color: #666;
    font-family: Verdana, Geneva, sans-serif;
}

@media (max-width: 750px) {
    .tour-pal li {
        width: 33.3%;
    }

    .tour-pal .container {
        padding: 10px;
    }

    .tour-pal .container img {
        width: 50px;
    }

    .tour-pal .caption h1 {
        font-size: 16px;
    }

    .tour-pal .caption h2 {
        font-size: 12px;
    }
}

.video .play, .video-frame .play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    z-index: 4;
    width: 55px;
    height: 55px;
    z-index: 11;
    background-color: #fff;
    opacity: .9;
    border-radius: 100%;
    text-align: center;
}

a:hover .video .play, a:hover .video-frame .play {
    opacity: 1;
}

.video .play i, .video-frame .play i {
    line-height: 55px;
    font-size: 24px;
    margin-left: 2px;
}

.video .mask, .video-frame .mask {
    background-color: #111;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    opacity: .1;
}

a:hover .mask {
    opacity: 0;
    transition: .3s;
}

.video .caption {
    padding: 20px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    z-index: 11;
    line-height: 1.1;
}

.video-frame {
    position: relative;
}

.module.breadcrumb {
    margin-bottom: 12px;
    overflow: hidden;
    font-size: 16px;
}

.breadcrumb, .breadcrumb a {
    color: #666;
}

.breadcrumb a:hover {
    color: #be7716;
}

.breadcrumb .title {
    line-height: 30px;
    float: left;
    color: #111;
    font-size: 18px;
}

.breadcrumb .title i {
    margin-right: 5px;
}

.breadcrumb .sub-link {
    float: right;
    line-height: 30px;
}

@media (max-width: 750px) {
    .video .caption {
        padding: 15px;
        font-size: 16px;
    }

    .module.breadcrumb {
        margin-bottom: 0px;
    }
}

@media (max-width: 850px) {
    .breadcrumb .sub-link {
        float: left;
        clear: both;
    }
}

@media (max-width: 560px) {
    .breadcrumb .sub-link {
        font-size: 14px;
    }
}
/*@media (max-width: 360px) {
.breadcrumb .sub-link {
	display: none;
}
}*/
.title-main {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    margin-right: 10px;
    color: #000;
}

.title .title-sub:before {
    content: "——";
    font-size: 16px;
    color: #666;
    margin-right: 5px;
}

.title .title-sub {
    font-size: 16px;
    color: #666;
    display: block;
    margin-bottom: 10px;
}

.title-sub {
    font-size: 14px;
    color: #999;
}

.btn-share {
    position: relative;
    float: right;
}

#btn-print-btn, #btn-share-btn {
    display: inline-block;
    width: 80px;
    cursor: pointer;
    opacity: .7;
    transition: .3s;
    font-size: 18px;
    line-height: 30px;
}

#btn-print-btn i, #btn-share-btn i {
    display: inline-block;
    font-size: 26px;
    line-height: 30px;
    margin-right: 5px;
}

#btn-print-btn a:hover, #btn-share-btn.actived {
    opacity: 1;
    transition: .3s;
    color: #000 !important;
}

@media (max-width: 750px) {
    .btn-share {
        display: none;
    }
}

#share-item {
    right: 0px;
    top: 50px;
    width: 50px;
    position: absolute;
    cursor: default;
}

.sub-nav {
    text-align: center;
    overflow: hidden;
    margin: 0px 0px 20px;
}

.sub-nav a {
    line-height: 35px;
    text-align: center;
    display: inline-block;
    height: 35px;
    font-size: 16px;
    margin: 0px 18px;
    padding: 0px 7px;
}

.sub-nav a .dd {
    /*background-image: url(../images/i-dorpdown-arrow.png);*/
    display: none; /*height: 12px;
	width: 19px;
	margin-left: 7px;*/
}

@media (max-width: 750px) {
    .sub-nav {
        margin: 0px 0px 5px;
    }

    .sub-nav a {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        display: inline-block;
        border: none;
        padding: 0 5px;
        min-width: 0;
        margin: 5px 7px;
    }

    .sub-nav.scroll-to-fixed-fixed a {
        padding: 0px;
    }

    .sub-nav a .dd {
        display: none;
    }
}

@media (max-width: 540px) {
    .sub-nav a {
        padding: 0px;
    }
}

.sub-nav.scroll-to-fixed-fixed a {
    border: none;
}

.topic-pic {
    width: 310px;
    float: left;
}

.topic-pic img {
    width: 100%;
}

.topic-pic a:hover img {
    opacity: .8;
    transition: .3s;
}

.topic-text {
    margin-left: 360px;
    cursor: default;
}

.topic-text h1 {
    display: none;
}

.topic-text span {
    display: block;
    overflow: hidden;
    width: 100%;
    line-height: 28px;
    max-height: 310px;
    letter-spacing: 2px;
    text-align: justify;
    text-justify: inter-ideograph;
    writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
}

@media (max-width: 750px) {
    .topic-pic {
        width: 100%;
        float: none;
        margin: auto;
    }

    .topic-text {
        margin: 20px 0px 0px;
    }

    .topic-text span {
        line-height: 1.6;
        max-height: none;
        letter-spacing: 2px;
        writing-mode: lr-tb;
        -webkit-writing-mode: lr-tb;
    }
}

@media (max-width: 540px) {
    .topic-text {
        font-size: 12px;
    }
}

.module.photo-news {
    margin-bottom: 20px;
}

.flexslider-text {
    max-width: 750px;
    margin: auto;
    position: relative;
}

.flexslider-text .swiper-button-next {
    right: -60px;
    margin-top: -52px;
}

.flexslider-text .swiper-button-prev {
    left: -60px;
    margin-top: -52px;
}

.flex-control-nav {
    text-align: center;
}

.flexslider-text .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: 1px solid #000 !important;
    line-height: 40px;
    text-align: center;
    background-color: transparent !important;
    color: #000;
    opacity: 1;
    margin: 2px;
}

.flexslider-text .swiper-pagination-bullet-active {
    background-color: #000 !important;
    color: #fff;
}

.flexslider-text .flex-control-nav {
    text-align: center;
    margin: 30px 0px 10px;
}

@media (max-width: 750px) {
    .flexslider-text .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        font-size: 10px;
        line-height: 20px;
        margin: 2px;
    }

    .flexslider-text .flex-control-nav {
        margin: 10px 0px 0px;
    }
}

.flexslider-text .flex-direction-nav .flex-next {
    background-color: transparent !important;
    background-image: url(../images/i-text-right.png);
    opacity: 1;
    margin-top: -85px;
    right: -70px;
}

.flexslider-text .flex-direction-nav .flex-prev {
    background-color: transparent !important;
    background-image: url(../images/i-text-left.png);
    opacity: 1;
    margin-top: -85px;
    left: -70px;
}

.flex-prev.flex-disabled, .flex-next.flex-disabled {
    display: none;
}

.article-container {
    margin: auto;
    width: 80%;
}

.article-container p {
    font-size: 18px;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
}

.swiper-pic {
    float: left;
    width: 560px;
}

.swiper-text p {
    text-align: justify;
    text-justify: inter-ideograph;
}

.flexslider-article .caption {
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
    max-width: 400px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 20px 20px 0px;
}

.flexslider-article .caption h1 {
    font-size: 18px;
}

.flexslider-article .caption {
    font-size: 14px;
}

.swiper-button-next, .swiper-button-prev {
    opacity: 0;
    background-color: rgba( 0,0,0,.3);
    width: 50px;
    height: 60px;
    margin-top: -30px;
}

.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev {
    opacity: 1;
}

.flexslider-text .swiper-button-next, .flexslider-text .swiper-button-prev {
    opacity: 1;
}

.flexslider-article .swiper-slide {
    max-height: 420px;
}

@media (max-width: 750px) {
    .flexslider-article .caption {
        background-color: #fff;
        position: relative;
        left: 0;
        bottom: 0;
        max-width: none;
        padding: 20px 0px 0px;
    }

    .photo-news .flex-control-nav {
        margin-top: -10px;
    }

    .flexslider-article .swiper-slide {
        max-height: none;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    .article-container {
        width: 100%;
    }

    .article-container p {
        font-size: 16px;
        line-height: 1.8;
    }
}

.article-list {
    max-width: 750px;
    margin: auto auto 20px;
    overflow: hidden;
    padding: 0px 0px 20px;
    border-bottom: 1px solid #ddd;
}

.article-list:last-child {
    border-bottom: none;
}

.article-list h2 {
    line-height: 1.2;
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0px 10px;
}

.articles-list .col-title h2 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2;
}

.article-list p {
    margin: 0px 0px 10px;
    color: #666;
}

.articles-list article {
    clear: both;
    margin: 0px 0px 20px;
    overflow: hidden;
}

.articles-date {
    color: #999;
    margin: 5px 0px 10px;
    font-size: 12px;
}

.tags .tag-label {
    color: #989898;
}

.articles-pic {
    float: left;
    margin: 0;
}

.articles-title {
    margin: 0px 0px 0px 270px;
}

.articles-pic a {
    display: block;
    overflow: hidden;
}

.articles-pic a img {
    transition: .4s;
    height: 180px;
    object-fit: cover;
    width: 247.7px;
}

@media (max-width: 540px) {
    .articles-pic a img {
        width: 116.7px;
        height: 85px;
        object-fit: cover;
    }

    .articles-title {
        margin: 0px 0px 0px 130px;
        font-size: 12px;
    }

    .articles-date {
        color: #999;
        margin: 0px 0px 5px;
        font-size: 10px;
    }

    .article-list {
        margin: auto auto 12px;
        padding: 0px 0px 12px;
    }

    .article-list h2 {
        font-size: 14px;
        margin: 0px 0px 5px;
    }

    .article-list p {
        display: none;
    }
}

.article-list:hover .articles-pic img {
    transform: scale(1.1);
    transition: .6s;
}

.tags-title {
    font-size: 0.5em;
    font-style: italic;
    font-weight: 100;
}

.articles-list {
    background-color: #fff;
    padding: 30px 5px;
}

.articles-list article {
    margin: 0 0 15px;
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 15px;
}

.articles-list .col-title h2 {
    font-size: 2em;
}

.articles-list .col-title {
    padding: 0;
    margin-bottom: 20px;
}

.articles-list .articles-pic {
    float: left;
    margin: 0;
    padding: .2em 0px 0px;
}

.articles-list .articles-title {
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 0px 140px;
}

.articles-list article h2 {
    font-size: 1.125em;
    margin-bottom: .1em;
}

.articles-list .articles-date, .articles-list .tags {
    font-size: .75em;
}

.photo-link {
    display: block;
    position: relative;
}

.photo-link .caption {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    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;
}

.photo-link .caption span {
    background-color: #fff;
    background-color: rgba(255,255,255,.85);
    font-size: 22px;
    max-width: 80%;
    padding: 15px 20px;
    font-weight: 700;
    display: inline-block;
}

.touchevents .swiper-button-next, .touchevents .swiper-button-prev {
    display: none;
}

.swiper-slide img {
    height: auto;
    width: 100%;
    max-height: 100%;
}

.ie-test {
    display: none;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 20px;
    height: 200px;
    width: 400px;
    position: fixed;
    right: 0px;
    bottom: 20px;
    font-size: 18px;
    z-index: 99999;
}

.ie-test .container {
    margin-top: 40px;
}

.ie-test .close {
    color: #fff;
}

.ie9 .ie-test, .ie8 .ie-test, .ie7 .ie-test {
    display: block;
}

.competition-text {
    font-size: 18px;
    color: #666;
    width: 90%;
    max-width: 750px;
    margin: auto;
}

.competition-type a {
    display: block;
    position: relative;
}

.competition-type a .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.promos.competition-type a:hover img {
    opacity: 1;
}

.promos.competition-type a:hover .cover {
    opacity: 0;
}

.promos.competition-type a h1 {
    font-size: 20px;
    text-align: center;
}

.competition-title {
    text-align: center;
    margin: 30px 0px;
    font-size: 30px;
}

@media (max-width: 750px) {
    .promos.competition-type a h1 {
        font-size: 14px;
    }
}
/*响应式样式*/

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}

.col-md-12 {
    width: 100%;
}

.col-md-11 {
    width: 91.66666667%;
}

.col-md-10 {
    width: 83.33333333%;
}

.col-md-9 {
    width: 75%;
}

.col-md-8 {
    width: 66.66666667%;
}

.col-md-7 {
    width: 58.33333333%;
}

.col-md-6 {
    width: 50%;
}

.col-md-5 {
    width: 41.66666667%;
}

.col-md-4 {
    width: 33.33333333%;
}

.col-md-3 {
    width: 25%;
}

.col-md-2 {
    width: 16.66666667%;
}

.col-md-1 {
    width: 8.33333333%;
}

#tab-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#tab-footer .r-tabs-nav {
    display: none;
}

#tab-footer .r-tabs-panel, #tab-footer .iconlink {
    display: block !important;
    flex: 1;
}

#tab-footer h2 {
    display: block;
}

#tab-footer .iconlink {
    display: block;
}

.promos p {
    max-height: 72px;
    overflow: hidden;
    line-height: 24px;
}

.main-nav ul li a {
    font-size: 1.2em;
}

.flex-promos {
    flex-wrap: wrap;
    display: flex;
}

@media (max-width: 960px) {
    body {
        font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
    }

    .wrapper-full {
        border-bottom: none;
    }

    .newsbox-list li {
        width: 100% !important;
    }

    .gotop {
        display: none !important;
    }

    .title-menu li {
        font-size: .9em;
        line-height: 2.8;
    }

    .promos-app {
        padding: 0;
    }

    .main-nav .wrapper {
        width: 100%;
    }

    .footer {
        padding: 20px 0;
    }

    .promos-main-title {
        font-size: 1.6em;
        margin-bottom: 30px;
        padding-top: 130px;
    }

    .promos-sub-title {
        font-size: 1.4em;
    }

    .promos-link {
        margin-top: 25px;
    }

    .flexslider-promos .item {
        max-width: 280px;
    }

    .gallery-list li .container {
        padding: 10px;
    }

    .gallery-list .item {
        margin: 0;
        width: 100%;
    }

    .welcome-img {
        width: 100%;
        padding: 20px;
    }

    .blog .two {
        float: none;
    }

    .blog .mask .caption {
        left: 12px;
        right: 12px;
        font-size: 1em;
        opacity: 1;
    }

    .blog .mask .mask-bg {
        opacity: .8;
    }

    .blog {
        margin: 0;
    }

    .subnav-link li {
        font-size: 1.1em;
        margin-bottom: 10px;
    }

    .copyright {
        padding: 50px 20px 20px;
    }

    .footer-ul {
        display: none;
    }

    .copyright li {
        display: block;
        text-align: center;
    }

    .r-tabs-anchor:active {
        box-shadow: none;
    }

    #tab-footer .r-tabs-panel.r-tabs-state-active {
        padding: 10px;
    }

    .responsive-tabs .tabs-list {
        display: none;
    }

    .responsive-tabs .accordion-handle {
        display: block;
    }

    .responsive-tabs.tabs-vertical-left .tabs-container, .responsive-tabs.tabs-vertical-right .tabs-container {
        width: 100%;
        float: none;
    }

    .responsive-tabs.tabs-vertical-left .tabs-container .tab-content, .responsive-tabs.tabs-vertical-right .tabs-container .tab-content {
        margin: 10px 0 15px;
    }

    .main-nav.is-hidden {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }

    .promos-top-running {
        background-image: url(../images/promos-top-running-phone.jpg);
        height: 500px;
    }

    .promos-top-running .running-logo {
        max-width: 200px;
        position: inherit;
        margin-top: 23%;
        margin-right: auto;
        margin-left: auto;
    }

    .promos-top-walk {
        height: 500px;
    }

    .tcdPageCode {
        padding: 0;
    }

    .tcdPageCode a {
        font-size: .9em;
    }
    /* Accordion responsive breakpoint */
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
        margin-bottom: 1px;
        position: relative;
    }

    .tab-vertical .r-tabs .r-tabs-panel {
        padding: 0px 15px;
    }

    .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        padding: 10px 0px;
        font-size: 1.2em;
    }

    .r-tabs .r-tabs-anchor:after {
        content: "\e874";
        font-family: 'Linearicons-Free';
        display: block;
        width: 30px;
        height: 30px;
        line-height: 32px;
        border-radius: 50%;
        font-size: 1em;
        text-align: center;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        right: 3px;
        transition: all 0.3s ease 0s;
    }

    .r-tabs .r-tabs-state-active .r-tabs-anchor:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

    .r-tabs-accordion-title {
        border-bottom: 1px solid #ccc;
    }

    .r-tabs-accordion-title.r-tabs-state-active {
        border-bottom: none;
    }

    .r-tabs .r-tabs-anchor {
        border: none !important;
    }

    .news {
        background-color: #fff;
    }

    .col-title {
        padding: 0;
    }

    #tab-footer .r-tabs-accordion-title {
        border-bottom: 1px solid #666;
    }
}

@media (max-width: 750px) {
    .flex-promos .col-md-3, .flex-promos .col-md-4 {
        width: 50%;
    }
}
/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}

.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
    left: 0;
    background-image: -webkit-linear-gradient( left, #f8f8f8, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}

.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
    background-image: -webkit-linear-gradient( right, #f8f8f8, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}

.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #7b9d6f;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
    color: #383838;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #7b9d6f;
    border-color: #7b9d6f;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
    background-color: #7b9d6f;
    border-color: #7b9d6f;
}

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #7b9d6f;
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 6em auto;
    }

    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
    /* arrow icon */
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/cd-arrow.svg) no-repeat 0 0;
}

.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
    right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li > * {
    max-width: 800px;
    margin: 0 auto;
}

.cd-horizontal-timeline .events-content h2 {
    font-weight: bold;
    font-size: 2.6rem;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 1.2;
}

.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto;
}

.cd-horizontal-timeline .events-content em::before {
    content: '- ';
}

.cd-horizontal-timeline .events-content p {
    font-size: 1.4rem;
    color: #959595;
}

.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
    line-height: 1.6;
}

@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
        font-size: 7rem;
    }

    .cd-horizontal-timeline .events-content em {
        font-size: 2rem;
    }

    .cd-horizontal-timeline .events-content p {
        font-size: 1.8rem;
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

#search-field {
    position: absolute;
    top: 190px;
    font-size: 16px;
    width: 180px;
}

@media (max-width: 850px) {

    #search-field {
        top: 170px;
    }
}

@media (max-width: 800px) {

    #search-field {
        top: 150px;
    }
}

#search-field.on {
    /*width: 200px;*/
    border-bottom: 1px solid #111;
    /*transition: .3s;*/
}

#search-field .search-input {
    padding: 10px 32px 7px 2px;
    outline: 0;
    width: 100%;
    border: 0;
    background-color: transparent;
    box-sizing: border-box;
    -webkit-appearance: none;
    opacity: .5;
}

#search-field .search-input:focus {
    opacity: 1;
}

#search-field .magnify {
    height: 30px;
    width: 30px;
    font-size: 18px;
    text-align: cetner;
    line-height: 20px;
    display: block;
    position: inherit;
    top: 7px;
    right: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
}

@media (max-width: 980px) {
    #search-field {
    }
}

@media (max-width: 700px) {
    .main-nav .nav-wrapper {
        padding-bottom: 90px;
    }

    #search-field {
        top: 150px;
        width: 130px;
    }

    #search-field.on {
        width: 100%;
    }

    .global #search-field {
        top: 260px;
        width: 100%;
    }
}

@media (max-width: 600px) {
    #search-field {
        top: 70px;
    }
}

.input-wrapper {
    text-align: center;
    margin: 0px 0px 10px;
    margin-left: -50px;
}

.input-wrapper .input-field {
    border: 1px solid #000;
    font-size: 20px;
    padding: 3px;
}

.input-wrapper label {
    margin: 0px 30px 0px 0px;
    display: inline-block;
}

.wrapper-conclusion {
    text-align: center;
    padding: 30px 0px 0px;
    font-size: 18px;
}

.gd-map {
    max-width: 640px;
    margin: auto;
    position: relative;
}

.gd-map-info {
    padding: 5px 3px;
}

.gd-map-info img {
    height: 118px;
}

.gd-map-info h1 {
    font-size: 16px;
    margin-bottom: 10px;
}

.gd-map-info h2 {
    font-size: 14px;
    margin-top: 10px;
    color: #999;
}

.gd-map .mark {
    position: absolute;
    display: block;
    text-align: center;
    color: #666;
    font-size: 14px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    white-space: nowrap;
    font-family: "宋体";
    background-color: #fff;
    padding: 5px 2px;
    box-shadow: 2px 2px 7px rgba(51,51,51,.5);
    border-top: 4px solid #9d9b84;
    border-right: 1px solid #9d9b84;
    border-bottom: 4px solid #9d9b84;
    border-left: 1px solid #9d9b84;
    font-weight: bold;
    letter-spacing: 2px;
}

.gd-map .mark:hover {
    color: #fff;
    background-color: #bb9e69 !important;
    transition: .3s;
}

#ynnj {
    left: 30%;
    top: 45%;
}

#mjdy {
    left: 39%;
    top: 61%;
}

#qagd {
    left: 47%;
    top: 56%;
}

#qggd {
    left: 54%;
    top: 45%;
}

#zlgg {
    left: 82%;
    top: 38%;
}

#xpgd {
    left: 88%;
    top: 25%;
}

#mggd {
    left: 58%;
    top: 8%;
}

#xjgd {
    left: 43%;
    top: 12%;
}

@media (max-width: 750px) {
    .gd-map .mark {
        font-size: 9px;
    }

    #search-field.on {
        width: 100%;
    }

    .global #search-field {
        top: 260px;
        width: 100%;
    }
}

@-webkit-keyframes niceIn {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    70% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes niceIn {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }

    70% {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes niceIn {
    0%;

{
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
}

50% {
    opacity: 1;
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

70% {
    -o-transform: scale(.8);
    transform: scale(.8);
}

100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
}

}

@-moz-keyframes niceIn {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.5);
        transform: scale(1.5);
    }

    70% {
        -o-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.niceIn {
    -webkit-animation: niceIn 0.5s .1s ease;
    -moz-animation: niceIn 0.5s .1s ease;
    -o-animation: niceIn 0.5s .1s ease;
    animation: niceIn 0.5s .1s ease;
}

.bdsharebuttonbox a {
    height: 50px !important;
    width: 100% !important;
    background-color: #95772f;
    margin-bottom: 0px !important;
}

.bdsharebuttonbox .bds-wx {
    background-color: #179417;
    background-image: url(../images/i-weixin.png) !important;
    background-position: center center;
}

.bdsharebuttonbox .bds-wb {
    background-color: #d84545;
    background-image: url(../images/i-weibo.png) !important;
    background-position: center center;
}

.bdsharebuttonbox .bds-qz {
    background-color: #caa126;
    background-image: url(../images/i-qzone.png) !important;
    background-position: center center;
}

.bd_weixin_popup {
    width: auto !important;
    height: auto !important;
}

.bd_weixin_popup .bd_weixin_popup_head {
    font-size: 1.2em !important;
}

.dspace {
    display: none !important;
    height: 0px !important;
}

.articles-map iframe {
    width: 100%;
    height: 400px;
    border: 1px solid #ddd;
    margin: 20px 0px 0px;
}

@media (max-width: 540px) {
    .articles-map iframe {
        width: 100%;
        height: 260px;
    }
}

.flexslider-calendar .swiper-slide-active .caption {
    opacity: 1;
    padding: 0px;
    transition: .6s;
}

.flexslider-calendar .swiper-slide {
    margin-right: 4vw;
}

.flexslider-calendar .caption {
    padding: 0px 0px 0px 100px;
    opacity: 0;
    transition: .1s;
    margin-top: 20px;
}

.flexslider-match .caption {
    padding: 0px;
    opacity: .1;
    margin-top: 0px;
    margin-bottom: 20px;
}

.flexslider-match .swiper-button-prev, .flexslider-match .swiper-button-next {
    margin-top: 0 !important;
}

@media (max-width: 540px) {
    .flexslider-calendar .caption {
        text-align: center;
    }
}

.flexslider-calendar .caption h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flexslider-match .caption h1 {
    white-space: normal;
    overflow: auto;
    text-overflow: inherit;
}

.flexslider-calendar .caption h2 {
    font-size: 16px;
    margin-top: 5px;
}

.flexslider-calendar .swiper-button-prev, .flexslider-calendar .swiper-button-next {
    margin-top: -60px;
}

.flexslider-calendar .swiper-slide-active {
    opacity: 1;
}

.flexslider-calendar .swiper-slide-next, .flexslider-calendar .swiper-slide-prev {
    opacity: 1;
}

@media (max-width: 1024px) {
    .flexslider-calendar .swiper-button-prev, .flexslider-calendar .swiper-button-next {
        margin-top: -70px;
    }
}

@media (max-width: 540px) {
    .flexslider-calendar .caption {
        padding: 0px;
        margin-top: 10px;
    }
}
/* just-Tips */
.just-tooltip {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    background: #000; /*display:inline-block;*/
    z-index: 9999;
    box-shadow: 2px 2px 7px rgba(0,0,0,.5);
}

.just-tooltip .just-con {
    padding: 8px 10px;
    color: #333;
}

.just-tooltip h1 {
    margin-bottom: 0px;
}

.just-tooltip .just-top, .just-tooltip .just-bottom, .just-tooltip .just-left, .just-tooltip .just-right {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    border-style: solid;
}

.just-tooltip .just-top {
    left: 50%;
    top: 100%;
    border-width: 7px 5px 0 5px;
    margin-left: -5px;
    border-color: #1B1E24 transparent transparent transparent;
    _border-color: #1B1E24 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.just-tooltip .just-bottom {
    left: 50%;
    top: -7px;
    border-width: 0 5px 7px 5px;
    margin-left: -5px;
    border-color: transparent transparent #1B1E24 transparent;
    _border-color: #000000 #000000 #1B1E24 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.just-tooltip .just-left {
    right: -7px;
    top: 50%;
    border-width: 5px 0 5px 7px;
    margin-top: -5px;
    ;
    border-color: transparent transparent transparent #1B1E24;
    _border-color: #000000 #000000 #000000 #1B1E24;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.just-tooltip .just-right {
    left: -7px;
    top: 50%;
    border-width: 5px 7px 5px 0;
    margin-top: -5px;
    border-color: transparent #1B1E24 transparent transparent;
    _border-color: #000000 #000000 #000000 #1B1E24;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.just-tooltip .just-confirm {
    text-align: center;
    padding: 10px 0;
    margin: 0 10px 10px 10px;
}

.just-tooltip .just-yes, .just-tooltip .just-no {
    background: #fff;
    color: #000;
    border: 0;
    padding: 5px 10px;
}

.just-tooltip .just-no {
    margin-left: 10px;
}

.just-tooltip {
    max-width: 320px;
    background-color: #ececec;
    border: none;
}

.just-tooltip .just-top {
    border-top-color: #ececec;
}

.fc .fc-day-header {
    padding: 10px;
}
/* Animations */
.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
}

@-webkit-keyframes flipInUp {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(5deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes flipInUp {
    0% {
        -moz-transform: perspective(400px) rotateX(-90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateX(5deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateX(-5deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-o-keyframes flipInUp {
    0%;

{
    -o-transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
}

40% {
    -o-transform: perspective(400px) rotateX(5deg);
}

70% {
    -o-transform: perspective(400px) rotateX(-5deg);
}

100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

}

@keyframes flipInUp {
    0% {
        transform: perspective(400px) rotateX(-90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(5deg);
    }

    70% {
        transform: perspective(400px) rotateX(-5deg);
    }

    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes flipInRight {
    0% {
        -webkit-transform: perspective(400px) rotateY(-90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(5deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes flipInRight {
    0% {
        -moz-transform: perspective(400px) rotateY(-90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateY(5deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateY(-5deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@-o-keyframes flipInRight {
    0%;

{
    -o-transform: perspective(400px) rotateY(-90deg);
    opacity: 0;
}

40% {
    -o-transform: perspective(400px) rotateY(5deg);
}

70% {
    -o-transform: perspective(400px) rotateY(-5deg);
}

100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
}

}

@keyframes flipInRight {
    0% {
        transform: perspective(400px) rotateY(-90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateY(5deg);
    }

    70% {
        transform: perspective(400px) rotateY(-5deg);
    }

    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInTop, .flipInBottom .flipInLeft .flipInRight {
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    -o-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.flipInTop, .flipInBottom {
    -webkit-animation-name: flipInUp;
    -moz-animation-name: flipInUp;
    -o-animation-name: flipInUp;
    animation-name: flipInUp;
}

.flipInLeft, .flipInRight {
    -webkit-animation-name: flipInRight;
    -moz-animation-name: flipInRight;
    -o-animation-name: flipInRight;
    animation-name: flipInRight;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0%;

{
    opacity: 0;
}

100% {
    opacity: 1;
}

}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

.moveTop {
    -webkit-animation: moveTop .6s ease both;
    animation: moveTop .6s ease both;
}

.moveBottom {
    -webkit-animation: moveBottom .6s ease both;
    animation: moveBottom .6s ease both;
}

.moveLeft {
    -webkit-animation: moveLeft .6s ease both;
    animation: moveLeft .6s ease both;
}

.moveRight {
    -webkit-animation: moveRight .6s ease both;
    animation: moveRight .6s ease both;
}

@-webkit-keyframes moveTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes moveBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes moveLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-webkit-keyframes moveRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

.wrapper01 {
    position: relative;
    height: 35px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.wrapper01 .scroller {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.wrapper01 .scroller li {
    float: left;
}

.wrapper01 .scroller li a {
    display: block;
}

.lazyload {
    opacity: 0;
}

.lazyloading {
    opacity: 1;
    transition: opacity 300ms;
    background-color: #ececec;
    height: auto;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    transition: none !important;
    transform: scale(1) !important;
}

.lazyloaded {
    background-image: none;
    height: auto;
    transition: .3s;
}

.forecast-box.forecast-box-mobile {
    position: relative;
    overflow: hidden;
    max-width: none;
    right: 0;
    padding: 30px 0px;
}

.swiper-lazy {
    background-color: #ececec;
}

.event-wrapper .swiper-slide {
    background-color: transparent;
}

.video-clip {
    width: 100%;
    height: 100%;
    min-height: 600px;
}

@media all and (max-width:960px) {
    .video-clip {
        min-height: 500px;
    }
}

@media all and (max-width:550px) {
    .video-clip {
        min-height: 400px;
    }
}

@media all and (max-width:450px) {
    .video-clip {
        min-height: 300px;
    }
}

@media all and (max-width:350px) {
    .video-clip {
        min-height: 280px;
    }
}

.register-title {
    margin: 30px 0px;
    padding: 0px;
}

.register-title h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0px 0px 20px;
}

.register-title h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px 0px 20px;
}

.address-list {
    overflow: hidden;
}

.address-wrapper {
    padding: 20px;
    border: 1px solid #ccc;
    transition: .3s;
    height: 190px;
    position: relative;
}

.address-addone {
    color: #999;
}

.address-wrapper:hover {
    cursor: pointer;
    color: #000;
    transition: .3s;
    border: 1px solid #be7716;
}

.address-wrapper.select, .address-wrapper.select:hover {
    border: 2px solid #000;
}

.address-wrapper .fb {
    text-align: right;
}

.address-name {
    font-size: large;
    font-weight: bold;
    margin: 0px 0px 10px;
}

.address-detail {
    margin: 0px 0px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.icon-add {
    font-size: 70px;
    line-height: 70px;
    font-weight: bold;
    margin: 0px 0px 10px;
    text-align: center;
}

.form-control {
    border-radius: 0;
}

.btn-bar {
    margin: 20px 0px;
}

.btn-bar .btn {
    border: 2px solid #000;
    padding: 8px 20px;
    display: inline-block;
    color: #000;
    opacity: 1;
    font-size: 16px;
    min-width: 200px;
    background-color: #fff;
    border-radius: 0;
}

.btn-bar .btn-primary {
    border: 2px solid #000;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    background-color: #000;
}

.popwin .fancybox-content {
    width: 95%;
    max-width: 600px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 10px rgba(0,0,0,.3);
}

.error.help-block {
    position: absolute;
}
/*适配retina屏幕*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .main-nav .logo, .footer-logo {
        background-image: url(../images/logo-b@2x.png);
        background-size: 100%;
    }

    .main-nav .nav-link, .footer .footer-split-bottom {
        background-image: url(../images/bg-header-r@2x.png);
        background-size: 391px;
    }

    .main-nav .nav-link .nav-main {
        background-size: 35%;
        background-image: url(../images/i-nav-dot@2x.png);
    }

    .main-nav .nav-link .nav-main.actived {
        background-image: url(../images/i-nav-actived@2x.png);
    }

    .bdsharebuttonbox .bds-wx {
        background-image: url(../images/i-weixin@2x.png) !important;
        background-size: 70%;
    }

    .bdsharebuttonbox .bds-wb {
        background-image: url(../images/i-weibo@2x.png) !important;
        background-size: 70%;
    }

    .bdsharebuttonbox .bds-qz {
        background-image: url(../images/i-qzone@2x.png) !important;
        background-size: 70%;
    }

    .background-line > span {
        background-image: url(../images/logo-split@2x.png);
        background-size: 100%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url("../images/chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

.form-control:focus, .chosen-container-active .chosen-single {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(0,0,0,0.3);
}
/* @end */

.footer-link-a{
  white-space: nowrap;
  display: inline-block;
  color: #666;
  position: relative;
}
.footer-link-a img{
  display: none;
  position: absolute;
  left: 0;
  top: 20px;
  width: 120px;
  height: 120px;
  max-width:150px;
}
.footer-link-a:hover img{
  display: block;
}



