﻿[v-cloak] {
    display: none;
}

.web-container {
    width: var(--web-width);
    margin: 0 auto;
}

.common-module {
    margin-top: 30px;
}

section.module-box {
    background-color: #f9f9fb;
    padding: 30px 0;
}

    section.module-box:nth-child(2n-1) {
        background-color: #fff;
    }

.common-title {
    color: #393939;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}

    .common-title h2 {
        /*font-size: 24px;
        line-height: 24px;
        margin: 0;*/
        font-size: 30px;
        line-height: 30px;
        color: var(--web-theme-color);
        position: relative;
        padding-bottom: 10px;
    }

        .common-title h2:after {
            content: '';
            width: 60px;
            position: absolute;
            height: 2px;
            bottom: -5px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            background-color: var(--web-theme-color);
        }

    .common-title.common-title-left {
        text-align: left;
    }

        .common-title.common-title-left h2:after {
            left: 0;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

.common-title-en {
    font-size: 12px;
    opacity: 0.4;
    margin-top: 5px;
    letter-spacing: 5px;
}

.text-more {
    color: #fff;
    padding: 3px 6px;
    font-size: 11px;
    display: inline-block;
    margin-top: 10px;
    font-weight: normal;
    text-align: center;
    background-color: var(--web-theme-color);
}

    .text-more:hover {
        color: #fff;
        opacity: 0.8;
    }

a:hover {
    color: var(--web-theme-color);
}

.ant-btn.ant-btn-primary {
    background-color: var(--web-theme-color);
    border-color: var(--web-theme-color);
}

.wrapper {
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lang {
    background: #fbf8f8;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

.lang-title {
    padding-left: 38px;
    background: url(https://file-bj.mscps.com/static/pc/Template/10036/image/language.png) left -10px no-repeat;
    margin-right: 5px;
}

.lang-name {
    display: inline-block;
    color: #999;
    background-image: url(https://file-bj.mscps.com/static/pc/Template/10036/image/language.png);
    background-repeat: no-repeat;
}

    .lang-name.on {
        color: #000;
    }

.lang-cn {
    padding-left: 20px;
    background-position: -10px -42px;
    margin-right: 5px;
}

.lang-en {
    padding-left: 20px;
    background-position: -10px -82px;
}

.adv-modal {
    position: fixed;
    top: 69px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    z-index: 10;
    right: 10px;
    width: 150px;
}

.banner {
    position: relative;
    overflow: hidden;
}

    .banner img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .banner .minisite-qrcode {
        padding: 10px;
        position: absolute;
        bottom: -90px;
        right: 0;
        background-color: #fff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .banner .minisite-qrcode img {
            width: 100px;
            height: 100px;
        }

        .banner .minisite-qrcode p {
            letter-spacing: 1px;
            margin-bottom: 5px;
            font-size: 12px;
        }

        .banner .minisite-qrcode:hover {
            bottom: 0;
            cursor: pointer;
        }

.nav {
    height: 50px;
    line-height: 50px;
    background: var(--web-nav-color);
    color: var(--web-nav-font-color);
    position: relative;
    z-index: 10;
}

    .nav .nav-menu,
    .nav .lang-mobile {
        display: none;
    }

.nav-date-content {
    white-space: nowrap;
}

.nav-item {
    position: relative;
    line-height: 1.2;
    text-align: center;
    z-index: 1;
}

.nav-item-p {
    display: block;
    padding: 0 20px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    font-size: 15px;
    text-align: center;
    color: var(--web-nav-font-color);
    overflow: hidden;
}

.nav-item.selected,
.nav-item:hover {
    background: var(--web-nav-active-color);
}

    .nav-item.selected .nav-item-p,
    .nav-item:hover .nav-item-p {
        color: var(--web-nav-font-active-color);
    }

.nav-item .nav-item-second {
    width: 200%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    max-height: 60vh;
    overflow: auto;
    display: none;
    background: var(--web-nav-color);
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
}

    .nav-item .nav-item-second a {
        display: block;
        text-align: left;
        padding: 10px 20px;
        line-height: 1.2;
        font-size: 15px;
        color: var(--web-nav-font-color);        
    }

        .nav-item .nav-item-second a:hover {
            background: var(--web-nav-active-color);
            color: var(--web-nav-font-active-color);
        }

.nav-item:hover .nav-item-second {
    display: block;
}

.countdown-module .countdown-item {
    text-align: center;
}

.countdown-module .countdown-item-date {
    color: #2e3d4d;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "PT Sans";
}

.countdown-module .countdown-item-tit {
    color: #8f97a7;
    font-size: 0.5rem;
}

.countdown-module .countdown-dot {
    font-size: 1.2rem;
    color: #cccfd6;
    width: 3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

.countdown-module .countdown-status {
    font-size: 0.6rem;
    font-weight: bold;
    margin: 20px 0;
}

.channel-module .channel-item {
    background: var(--web-theme-color);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    padding: 30px 0;
    cursor: pointer;
}

    .channel-module .channel-item:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    }

.channel-module .channel-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://file-bj.mscps.com/static/pc/Template/10036/image/fast-bg.png) bottom left repeat-x;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 1;
}

.channel-module .channel-item-content {
    color: #fff;
    display: block;
    text-align: center;
}

.channel-module .channel-item:not(:last-child) {
    margin-right: 20px;
}

.channel-module .channel-item .icon-box {
    width: 76px;
    height: 76px;
    background: url(https://file-bj.mscps.com/static/pc/Template/10036/image/circle.png) center no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    line-height: 75px;
    text-align: center;
    font-size: 30px;
    margin: 0 auto 15px;
}

    .channel-module .channel-item .icon-box i:before {
        width: auto;
    }

    .channel-module .channel-item .icon-box i {
        font-size: inherit;
    }

    .channel-module .channel-item .icon-box img {
        width: 28px;
        height: 28px;
        -o-object-fit: contain;
        object-fit: contain;
    }

.channel-module .channel-item-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 15px;
}

.channel-module .channel-item-date {
    font-size: 12px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.merge-module {
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
}

    .merge-module:before {
        content: '';
        display: block;
        height: 80px;
        width: -webkit-calc(72%);
        width: -moz-calc(72%);
        width: calc(100% - 28px);
        background: url(https://file-bj.mscps.com/static/pc/Template/10036/image/wel_top.png) top right no-repeat;
    }

    .merge-module:after {
        content: '';
        display: block;
        height: 60px;
        position: relative;
        left: 28px;
        margin-top: 20px;
        width: -webkit-calc(44%);
        width: -moz-calc(44%);
        width: calc(100% - 56px);
        background: url(https://file-bj.mscps.com/static/pc/Template/10036/image/wel_bot.png) top right no-repeat;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .merge-module .ant-col,
    .merge-module .ant-row {
        position: static;
    }

.text-module .text-title {
    font-size: 60px;
    font-style: italic;
    color: #e1e1ee;
    font-weight: bold;
    position: absolute;
    line-height: 60px;
    line-height: 1;
    top: -20px;
}

.text-module .text-cntitle {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-top: -20px;
}

.text-module .text-content {
    display: block;
    font-size: 15px;
    color: #000;
    height: 250px;
    overflow: auto;
    line-height: 25px;
}

.carousel-banner-module {
    width: 100%;
    height: 300px;
    overflow: hidden;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: shapeRotate;
    -moz-animation-name: shapeRotate;
    -o-animation-name: shapeRotate;
    animation-name: shapeRotate;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

    .carousel-banner-module .custom-slick-arrow {
        margin-top: -35px !important;
        display: none !important;
    }

    .carousel-banner-module:hover .custom-slick-arrow {
        display: block !important;
    }

    .carousel-banner-module .carousel-banner-item {
        height: 300px;
        display: block;
    }

    .carousel-banner-module img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center top;
        object-position: center top;
    }

.new-module .ant-col:nth-child(n+4) {
    margin-top: 15px;
}

.new-module .new-item {
    width: 100%;
    height: 100%;
    color: #384352;
    background-color: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
    position: relative;
    display: block;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .new-module .new-item:hover {
        border-color: var(--web-theme-color);
        -webkit-box-shadow: 0 0 4px #eee;
        box-shadow: 0 0 4px #eee;
    }

.new-module .new-item-top {
    padding-bottom: 10px;
    color: var(--web-theme-color);
}

.new-module .new-item-num {
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
    font-family: Arial;
}

.new-module .new-item-title {
    font-size: 15px;
    line-height: 22px;
    margin-top: 15px;
}

.new-module .new-item-date {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
}

.new2-module .ant-col:nth-child(n+3) .new2-item {
    border-top: 1px solid #ebedf3;
}

.new2-module .new2-item {
    display: block;
    border-radius: 3px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    position: relative;
}

    .new2-module .new2-item:before {
        width: 5px;
        height: 5px;
        background-color: #aaa;
        content: '';
        position: absolute;
        left: 0px;
        top: 24px;
    }

    .new2-module .new2-item:hover * {
        color: var(--web-theme-color);
    }

    .new2-module .new2-item:hover:before {
        background-color: var(--web-theme-color);
    }

section.date-module {
    padding: 30px 0 50px;
}

    section.date-module .date-content {
        position: relative;
        z-index: 2;
    }

        section.date-module .date-content .date-item {
            width: -webkit-calc(-35%);
            width: -moz-calc(-35%);
            width: calc(25% - 20px);
            position: relative;
            background-color: #fff;
            text-align: center;
            overflow: hidden;
            border-radius: 10px;
            -webkit-box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.05);
            box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.05);
            cursor: pointer;
        }

            section.date-module .date-content .date-item:not(:first-child) {
                margin-left: 20px;
            }

        section.date-module .date-content .date-item-wrap {
            padding-top: 50%;
        }

        section.date-module .date-content .date-item-content {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        section.date-module .date-content .date-item:hover {
            background: var(--web-theme-color) url(https://file-bj.mscps.com/static/pc/Template/10034/image/bg-line.png) top center repeat-y;
        }

            section.date-module .date-content .date-item:hover * {
                color: #fff !important;
            }

        section.date-module .date-content .date-item p {
            font-size: 14px;
            margin-top: 0.4rem;
            color: #8B8C9C;
            letter-spacing: 0.1em;
        }

        section.date-module .date-content .date-item h3 {
            margin: 0;
            color: #252758;
            font-size: 24px;
            font-weight: bold;
            letter-spacing: -0.04em;
            line-height: 1em;
            position: relative;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

.ant-carousel .custom-slick-arrow {
    width: 25px;
    line-height: 60px;
    height: 45px;
    background-color: #e4e0e0;
    opacity: 1;
    border-radius: 3px;
    text-align: center;
    margin-top: -45px;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    z-index: 9;
}

    .ant-carousel .custom-slick-arrow:hover {
        background-color: #b4afaf;
    }

.ant-carousel .custom-dots li button {
    background: var(--web-theme-color) !important;
    opacity: 0.5;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

    .ant-carousel .custom-dots li button.slick-active {
        opacity: 1;
    }

.guest-module {
    overflow: hidden;
    position: relative;
}

    .guest-module .custom-slick-arrow {
        margin-top: -32px;
    }

    .guest-module .guest-item {
        padding: 40px 20px 30px 20px;
        background-color: var(--web-theme-color);
        display: block;
        height: 100%;
        color: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .guest-module .guest-item:hover {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
            cursor: pointer;
            background: url("https://file-bj.mscps.com/static/pc/Template/10036/image/export_bg.jpg") bottom no-repeat;
            -o-background-size: cover;
            background-size: cover;
        }

        .guest-module .guest-item img {
            width: 125px;
            height: 125px;
            display: block;
            margin: 0 auto;
            border-radius: 50%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: top;
            object-position: top;
            border: 1px solid transparent;
            -webkit-transition: all 0.15s linear;
            -o-transition: all 0.15s linear;
            -moz-transition: all 0.15s linear;
            transition: all 0.15s linear;
        }

            .guest-module .guest-item img:hover {
                border: 1px solid var(--web-theme-color);
            }

        .guest-module .guest-item h3 {
            color: inherit;
        }

        .guest-module .guest-item p {
            opacity: 0.7;
        }

.goods-module .carousel-goods-module .slick-slider {
    padding-bottom: 30px;
}

.goods-module .goods-item {
    overflow: hidden;
}

    .goods-module .goods-item img {
        width: 100%;
        height: 190px;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-box-shadow: 0px 3px 15px 0 rgba(69, 79, 127, 0.22);
        box-shadow: 0px 3px 15px 0 rgba(69, 79, 127, 0.22);
        -webkit-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }

        .goods-module .goods-item img:hover {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
        }

.company-module .carousel-company-module .slick-slider {
    padding-bottom: 30px;
}

.company-module .company-item {
    position: relative;
    background-color: #fff;
    /*width: 16.666%;*/
    width: 100%;
    /*display: block;*/
    display: flex;
    height: 196px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-right: 0;
    overflow: hidden;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

    .company-module .company-item:last-child {
        border-right: 1px solid #dcdcdc;
    }

    .company-module .company-item img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center center;
        object-position: center center;
    }

.company-module .company-item-info {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.68);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .company-module .company-item-info .company-item-title {
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    .company-module .company-item-info p {
        padding: 5px;
    }

.company-module .company-item-btn {
    font-size: 12px;
    display: inline-block;
    padding: 4px 10px;
    background-color: var(--web-theme-color);
    border-radius: 22px;
    color: #fff;
}

.company-module .company-item:hover .company-item-info {
    opacity: 1;
}

.photos-module {
    position: relative;
    padding: 15px 0;
}

    .photos-module:before {
        content: '';
        width: 50%;
        height: 100%;
        background-color: var(--web-theme-color);
        position: absolute;
        left: 0;
        top: 0;
    }

    .photos-module .photo-title h2 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 5px;
    }

    .photos-module .photo-title p {
        color: rgba(255, 255, 255, 0.5);
    }

    .photos-module .photos-item {
        position: relative;
        z-index: 2;
        height: 232px;
    }

        .photos-module .photos-item img {
            display: block;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .photos-module .photos-item-text {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(https://file-bj.mscps.com/static/pc/Template/10036/image/photo_bg.png) center repeat-x;
        -o-background-size: cover;
        background-size: cover;
        opacity: 0;
        padding: 0 30px;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        -moz-transition: all 0.15s;
        transition: all 0.15s;
        color: #fff;
    }

    .photos-module .photos-item:hover .photos-item-text {
        opacity: 1;
    }

.friend-module .carousel-friend-module .slick-slider {
    padding-bottom: 30px;
}

.friend-module .friend-item {
    /*width: -webkit-calc(12%);
    width: -moz-calc(12%);
    width: calc(20% - 8px);*/
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
}

    .friend-module .friend-item:last-child {
        margin-right: 0;
    }

    .friend-module .friend-item img {
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid #dcdcdc;
        width: 100%;
        height: 65px;
        padding: 5px 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center center;
        object-position: center center;
        -webkit-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }

        .friend-module .friend-item img:hover {
            border: 1px solid var(--web-theme-color);
        }

.sponsor-list .sponsor-title {
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0 25px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sponsor-list .sponsor-title:before,
    .sponsor-list .sponsor-title:after {
        content: '';
        display: inline-block;
        height: 2px;
        width: 80px;
        border-radius: 2px;
        margin: 0 10px;
    }

    .sponsor-list .sponsor-title:before {
        left: 0;
        background: linear-gradient(to left, #aaa 0%, #fff 100%);
    }

    .sponsor-list .sponsor-title:after {
        right: 0;
        background: linear-gradient(to right, #aaa 0%, #fff 100%);
    }

.sponsor-list .sponsor-image {
    padding-top: 35%;
    position: relative;
    display: block;
    border: 1px solid #dcdcdc;
    transition: all 0.15s linear;
    border-radius: 5px;
    overflow: hidden;
}

    .sponsor-list .sponsor-image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 10px;
        box-sizing: border-box;
        object-fit: contain;
        object-position: center center;
        background-color: #FFF;
    }

    .sponsor-list .sponsor-image:hover {
        border-color: var(--web-theme-color);
    }

.call-module {
    background-color: var(--web-theme-color);
    padding: 30px;
}

    .call-module .common-title h2 {
        color: #fff;
    }

        .call-module .common-title h2:after {
            background-color: #fff;
        }

.footer {
    padding: 15px;
    background-color: #27282d;
    font-size: 13px;
}

    .footer a {
        color: #fff;
    }

.dialog-info .ant-modal-body {
    padding-top: 40px;
}

.dialog-info .ant-modal-close-x {
    line-height: 45px;
}

.ant-breadcrumb {
    color: #384352;
}

    .ant-breadcrumb * {
        color: inherit !important;
    }

.sub-header {
    padding-bottom: 15px;
    border-bottom: 2px solid var(--web-theme-color);
}

    .sub-header .common-title h2 {
        padding-bottom: 0;
        margin-bottom: 0;
    }

        .sub-header .common-title h2::after {
            display: none;
        }

.sub-asidebar {
    width: 195px;
}

.sub-asidebar-title {
    background-color: var(--web-theme-color);
    font-weight: bold;
    color: #fff;
    padding: 15px;
    word-break: break-word;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.sub-asidebar-title-en {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: normal;
}

.sub-asidebar-list {
    background-color: #fafafb;
    border: 1px solid #e4e8f1;
    padding: 5px;
    max-height: 80vh;
    overflow: auto;
}

.sub-asidebar-item {
    padding: 15px;
    color: #000;
}

.sub-asidebar-item-title {
    position: relative;
}

.sub-asidebar-item-entitle {
    color: #999;
    font-size: 11px;
}

.sub-asidebar-item.selected,
.sub-asidebar-item:hover {
    color: #fff;
    background-color: var(--web-theme-color);
}

    .sub-asidebar-item.selected *,
    .sub-asidebar-item:hover * {
        color: inherit;
    }

    .sub-asidebar-item.selected .sub-asidebar-item-title:before,
    .sub-asidebar-item:hover .sub-asidebar-item-title:before {
        background-color: #fff;
    }

.sub-common-module {
    margin-top: 20px;
}

.right-content {
    border-radius: 5px;
    padding: 0 0px 20px 0px;
}

    .right-content .common-title {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 10px;
    }

    .right-content .sub-new-item {
        padding: 15px 0;
        color: inherit;
        border-bottom: 1px dashed #ebedf3;
    }

        .right-content .sub-new-item:not(:last-child) {
            /*border-bottom: 1px dashed #ebedf3;*/
        }

        .right-content .sub-new-item:hover * {
            color: var(--web-theme-color);
        }

@media screen and (max-width: 1200px) {
    body {
        min-width: 1040px;
    }

    .web-container {
        width: 1040px;
    }

    .nav-item-p {
        padding: 0 15px;
    }

    .goods-module .goods-item img {
        height: 166px;
    }

    .company-module .company-item {
        height: 174px;
    }

    .photos-module .photos-item {
        height: 205px;
    }
}

@media screen and (max-width: 768px) {
    body {
        min-width: auto;
    }

    .fs12 {
        font-size: 0.55rem;
    }

    .fs14 {
        font-size: 0.6rem;
    }

    .fs16 {
        font-size: 0.65rem;
    }

    .lang {
        display: none;
    }

    .common-title {
        padding-bottom: 0.5rem;
    }

        .common-title h2 {
            font-size: 0.8rem;
            line-height: 1;
            text-align: center !important;
        }

    .common-title-en {
        font-size: 0.5rem;
        margin-top: 0.2rem;
        letter-spacing: 0.2rem;
    }

    .common-title.common-title-left {
        text-align: center;
    }

        .common-title.common-title-left h2:after {
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    section.module-box {
        padding: 1.2rem 0 0.8rem;
    }

    body {
        font-size: 0.6rem;
    }

    .wrapper {
        padding-top: 1.8rem;
    }

    .body-view {
        padding-bottom: 2rem;
    }

    .web-container {
        width: 100%;
        padding: 0 15px;
    }

    .common-module {
        margin-top: 0.8rem;
    }

    .nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 1.8rem;
        line-height: 1.8rem;
        font-size: 0.55rem;
    }

        .nav .nav-menu {
            color: var(--web-nav-font-color);
            display: block;
            position: absolute;
            right: 0;
            padding: 0.5rem;
            font-size: 0.8rem;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .nav .lang-mobile {
            display: block;
            margin-right: 1rem;
        }

            .nav .lang-mobile .ant-divider {
                margin: 0;
            }

            .nav .lang-mobile a {
                padding: 0.3rem;
            }

                .nav .lang-mobile a.selected {
                    background: var(--web-nav-active-color);
                }

            .nav .lang-mobile * {
                color: #fff;
            }

        .nav .nav-list {
            display: none;
            position: absolute;
            right: 0;
            top: 1.8rem;
            width: 8rem;
            z-index: 1;
            max-height: 70vh;
            overflow: auto;
            background: var(--web-nav-color);
        }

            .nav .nav-list .nav-item-p {
                line-height: 1.2;
                padding: 0.5rem;
                text-align: left;
                font-size: 0.6rem;
                height: auto;
            }

            .nav .nav-list .nav-item-second {
                position: static;
                width: 100%;
                font-size: 0.5rem;
                display: block;
                max-height: inherit;
                -webkit-box-shadow: none;
                box-shadow: none;
                background: var(--web-nav-active-color);
            }

                .nav .nav-list .nav-item-second a {
                    text-align: left;
                    position: relative;
                    padding: 0.3rem 0.3rem 0.3rem 1rem;
                }

                    .nav .nav-list .nav-item-second a:before {
                        content: ' - ';
                        position: absolute;
                        left: 0.5rem;
                        top: 0.25rem;
                    }

    .minisite-qrcode {
        display: none;
    }

    .countdown-module .countdown-dot {
        width: 1.5rem;
        font-size: 1rem;
    }

    .countdown-module .countdown-item-date {
        font-size: 1rem;
    }

    .channel-module .channel-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .channel-module .channel-item {
        padding: 0.8rem 0;
        width: -webkit-calc(49.75%);
        width: -moz-calc(49.75%);
        width: calc(50% - 0.25rem);
        -webkit-box-flex: initial;
        -webkit-flex: initial;
        -moz-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }

        .channel-module .channel-item:nth-child(n) {
            margin-right: 0;
            margin-bottom: 0.5rem;
        }

        .channel-module .channel-item:nth-child(2n) {
            margin-left: 0.5rem;
        }

        .channel-module .channel-item .icon-box {
            width: 2rem;
            height: 2rem;
            line-height: 2rem;
            font-size: 0.8rem;
            margin: 0 auto 0.5rem;
        }

            .channel-module .channel-item .icon-box img {
                width: 0.8rem;
                height: 0.8rem;
            }

    .channel-module .channel-item-title {
        font-size: 0.6rem;
        line-height: 1.5;
        margin-top: 0.3rem;
    }

    .channel-module .channel-item-date {
        font-size: 0.5rem;
        margin-top: 0.1rem;
    }

    .merge-module {
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }

        .merge-module:before {
            display: none;
        }

        .merge-module:after {
            display: none;
        }

        .merge-module .ant-col,
        .merge-module .ant-row {
            position: static;
        }

        .merge-module .text-module {
            text-align: center;
        }

        .merge-module .text-title {
            display: none;
        }

        .merge-module .text-cntitle {
            font-size: 0.8rem;
            margin-top: 0;
        }

        .merge-module .text-content {
            overflow: auto;
            height: auto;
            font-size: 0.6rem;
        }

        .merge-module .text-more {
            display: none;
        }

        .merge-module .carousel-banner-module {
            height: 8.42rem;
            margin-top: 0.8rem;
        }

            .merge-module .carousel-banner-module .carousel-banner-item {
                height: 8.42rem;
            }

    .new-module .ant-col:nth-child(n) {
        margin-top: 0.5rem;
    }

    .new-module .new-item {
        padding: 0.65rem;
    }

    .new-module .new-item-top {
        padding-bottom: 0.3rem;
    }

    .new-module .new-item-num {
        font-size: 0.7rem;
    }

    .new-module .new-item-title {
        font-size: 0.6rem;
        line-height: 1.4;
        margin-top: 0.3rem;
    }

    .new-module .new-item-date {
        font-size: 0.5rem;
        line-height: 1.4;
    }

    .new2-module .ant-col:nth-child(n):not(:first-child) .new2-item {
        border-top: 1px solid #ebedf3;
    }

    .new2-module .new2-item {
        padding: 0.5rem 0.5rem 0 0.5rem;
    }

        .new2-module .new2-item:before {
            width: 0.2rem;
            height: 0.2rem;
            top: 0.8rem;
        }

    section.date-module .date-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        section.date-module .date-content .date-item {
            width: -webkit-calc(49.75%);
            width: -moz-calc(49.75%);
            width: calc(50% - 0.25rem);
            -webkit-box-flex: initial;
            -webkit-flex: initial;
            -moz-box-flex: initial;
            -ms-flex: initial;
            flex: initial;
            margin-top: 0.8rem;
        }

            section.date-module .date-content .date-item:nth-child(n) {
                margin-left: 0;
            }

            section.date-module .date-content .date-item:nth-child(2n) {
                margin-left: 0.5rem;
            }

            section.date-module .date-content .date-item p {
                font-size: 0.55rem;
                line-height: 1.2rem;
            }

            section.date-module .date-content .date-item h3 {
                font-size: 0.7rem;
                margin-top: 0.8rem;
            }

    .guest-module .custom-slick-arrow {
        margin-top: -32px;
    }

    .guest-module .ant-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0.5rem;
    }

    .guest-module .guest-item {
        padding: 1rem 0.6rem;
    }

        .guest-module .guest-item img {
            width: 3.5rem;
            height: 3.5rem;
        }

    .goods-module .carousel-goods-module .slick-slider {
        padding-bottom: 0.8rem;
    }

    .goods-module .ant-row {
        margin: -7.5px !important;
    }

    .goods-module .ant-col {
        padding: 7.5px !important;
    }

    .goods-module .goods-item img {
        height: 4.8rem;
    }

    .company-module .carousel-company-module .slick-slider {
        padding-bottom: 1.5rem;
    }

    .company-module .company-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .company-module .company-item {
        width: 100%;
        height: 7.3rem;
        padding: 0.4rem;
    }

        .company-module .company-item:nth-child(n) {
            border: 1px solid #dcdcdc;
        }

        .company-module .company-item:nth-child(2n) {
            border-left: 0;
        }

    .company-module .company-item-btn {
        font-size: 0.5rem;
        padding: 0.15rem 0.4rem;
        border-radius: 0.8rem;
    }

    .photos-module {
        padding: 0;
        margin: -0.2rem !important;
    }

        .photos-module .photo-title {
            background: var(--web-theme-color);
        }

            .photos-module .photo-title h2 {
                font-size: 0.8rem;
                margin-bottom: 0.2rem;
            }

        .photos-module .ant-col {
            padding: 5px !important;
        }

        .photos-module .photos-item {
            height: 4.2rem;
        }

        .photos-module .photos-item-text {
            padding: 0 1rem;
        }

    .friend-module .carousel-friend-module .slick-slider {
        padding-bottom: 1.2rem;
    }

    .friend-module .friend-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .friend-module .friend-item {
        /* width: -webkit-calc(49.75%);
        width: -moz-calc(49.75%);
        width: calc(50% - 0.25rem);*/
        width: 100%;
    }

        .friend-module .friend-item:nth-child(n) {
            margin-right: 0.5rem;
        }

        .friend-module .friend-item:nth-child(2n) {
            margin-right: 0;
        }

        .friend-module .friend-item img {
            height: 65px;
            padding: 0.2rem 0.5rem;
        }

    .call-module {
        padding: 0;
    }

    .call-module .web-container {
        padding: 0.8rem 0.5rem;
    }

    .ant-breadcrumb {
        font-size: 0.6rem;
    }

    .sub-header {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }

    .bread {
        /* flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;*/
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: absolute;
        left: 15px;
        top: -0.5rem;
    }

    .sub-asidebar {
        display: none;
    }

    .sub-common-module {
        margin-top: 0.5rem;
    }

    .right-content {
        padding: 0;
    }

        .right-content .common-title {
            padding-bottom: 0.3rem;
        }

        .right-content .sub-new-item {
            position: relative;
            padding: 0.5rem 0 1.5rem;
        }

            .right-content .sub-new-item h3 {
                margin-right: 0;
            }

        .right-content .sub-new-item-date {
            position: absolute;
            right: 3px;
            bottom: 0.5rem;
        }
}

@-webkit-keyframes shapeRotate {
    0%, 100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    20%, 80% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }

    60% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}

@-moz-keyframes shapeRotate {
    0%, 100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }

    20%, 80% {
        -webkit-transform: translateY(7px);
        -moz-transform: translateY(7px);
        transform: translateY(7px);
    }

    60% {
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        transform: translateY(15px);
    }
}

@-o-keyframes shapeRotate {
    0%, 100% {
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    20%, 80% {
        -webkit-transform: translateY(7px);
        -o-transform: translateY(7px);
        transform: translateY(7px);
    }

    60% {
        -webkit-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
}

@keyframes shapeRotate {
    0%, 100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    20%, 80% {
        -webkit-transform: translateY(7px);
        -moz-transform: translateY(7px);
        -o-transform: translateY(7px);
        transform: translateY(7px);
    }

    60% {
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
}
