@charset "utf-8";

@import url("global.min.css");
@import url("swiper.min.css");

/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2024-12
* modification
**/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize*/
/** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom.*/
html {
    font-family: sans-serif;
    /* 1*/
    -ms-text-size-adjust: 100%;
    /* 2*/
    -webkit-text-size-adjust: 100%;
    /* 2*/
}

/** * Remove default margin.*/
body {
    margin: 0;
}

/* HTML5 display definitions ==========================================================================*/
/** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. * Correct `block` display not defined for `main` in IE 11.*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.*/
audio,
progress,
video {
    display: inline-block;
    /* 1*/
    vertical-align: baseline;
    /* 2*/
    max-width: 100%;
}

canvas {
    display: inline-block;
    /* 1*/
    vertical-align: baseline;
}

/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices.*/
audio:not([controls]) {
    display: none;
    height: 0;
}

/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.*/
[hidden],
template {
    display: none;
}

/* Links ==========================================================================*/
/** * Remove the gray background color from active links in IE 10.*/

a {
    color: #333;
    background: transparent;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .2s;
}

/** * Improve readability when focused and also mouse hovered in all browsers.*/
a:active,
a:hover {
    outline: none;
    text-decoration: none;
}

/* .colorgary,
a:hover {
    color: #333;
} */

/* Text-level semantics ==========================================================================*/
/** * Address styling not present in IE 8/9/10/11, Safari, and Chrome.*/
abbr[title] {
    border-bottom: 1px dotted;
}

/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.*/
b,
strong {
    font-weight: bold;
}

/** * Address styling not present in Safari and Chrome.*/
dfn {
    font-style: italic;
}

/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome.*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/** * Address styling not present in IE 8/9.*/
mark {
    background: #ff0;
    color: #000;
}

/** * Address inconsistent and variable font size in all browsers.*/
small {
    font-size: 80%;
}

/** * Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content ==========================================================================*/
/** * Remove border when inside `a` element in IE 8/9/10.*/
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border: 0;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    object-fit: cover;
}

/** * Correct overflow not hidden in IE 9/10/11.*/
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content ==========================================================================*/
/** * Address margin not present in IE 8/9 and Safari.*/
figure {
    margin: 1em 40px;
}

/** * Address differences between Firefox and other browsers.*/
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/** * Contain overflow in all browsers.*/
pre {
    overflow: auto;
}

/** * Address odd `em`-unit font size rendering in all browsers.*/
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms ==========================================================================*/
/** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set.*/
/** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.*/
button,
input,
optgroup,
select,
textarea {
    font-size: 13px;
    font-weight: normal;
    color: #000;
    color: inherit;
    /* 1*/
    font: inherit;
    /* 2*/
    margin: 0;
    /* 3*/
    background-color: transparent;
    outline: none;
}

/** * Address `overflow` set to `hidden` in IE 8/9/10/11.*/
button {
    overflow: visible;
}

/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox.*/
button,
select {
    text-transform: none;
}

/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others.*/
button,
html input[type="button"],
/* 1*/
input[type="reset"],
input[type="submit"] {
    /*-webkit-appearance: button;*/
    cursor: pointer;
    /* 3*/
    -webkit-appearance: none;
}

/** * Re-set default cursor for disabled elements.*/
button[disabled],
html input[disabled] {
    cursor: default;
}

/** * Remove inner padding and border in Firefox 4+.*/
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet.*/
input {
    line-height: normal;
}

/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10.*/
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1*/
    padding: 0;
    /* 2*/
    vertical-align: middle;
}

/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`.*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof).*/
input[type="search"] {
    -webkit-appearance: textfield;
    /* -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box; */
}

/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance).*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/** * Define consistent border, margin, and padding.*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets.*/
legend {
    border: 0;
    /* 1*/
    padding: 0;
    /* 2*/
}

/** * Remove default vertical scrollbar in IE 8/9/10/11.*/
textarea {
    overflow: auto;
}

/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.*/
optgroup {
    font-weight: bold;
}

/* Tables ==========================================================================*/
/** * Remove most spacing between table cells.*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


::-webkit-input-placeholder {
    /* WebKit browsers*/
    color: #777;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color: #777;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+*/
    color: #777;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    color: #777;
}

/* 文字选中样式 */
/* ::-moz-selection {
    color: #fff;
    background-color: #333;
}

::selection {
    color: #fff;
    background-color: #333;
} */


.swiper-container {
    position: relative;
    overflow: hidden;
}

.hasScrollbar {
    overflow: auto;
}

.hasScrollbar::-webkit-scrollbar-track-piece {
    width: 4px;
    background-color: #E4E4E4
}

.hasScrollbar::-webkit-scrollbar {
    width: 4px;
    background-color: #333
}

.hasScrollbar::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #333
}

.hasScrollbar::-webkit-scrollbar-thumb:hover {
    width: 4px;
    background-color: #333
}


/* -------------------------------
Globals
----------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    word-break: break-word;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    cursor: auto;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    background-color: #fff;
}

body,
input,
textarea,
button .widget-content .wp-caption-text {
    font-family: Arial, sans-serif !important;
}



.animated {
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}


@keyframes opacityn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-webkit-keyframes opacityn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.opacity-n {
    -webkit-animation: opacityn 0.3s linear;
    animation: opacityn 0.3s linear;
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

#loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    opacity: 1;
}

#loading .loading-main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    border: 0px solid #333;
    border-left-width: 1px;
    border-bottom-width: 2px;
    border-right-width: 3px;
    -webkit-animation: loading 2s linear infinite;
    -webkit-animation: loading 2s linear infinite;
    -o-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
}

#loading .loading-main>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 50%;
}


.bgcoverwpt {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.allcontentwrapper {
    display: block;
}

.allcontentwrapper ul {
    padding-left: 24px;
}

.allcontentwrapper ul li {
    margin-top: 14px;
}

.allcontentwrapper .listsys {
    display: flex;
    flex-wrap: wrap;
}

.allcontentwrapper .listsys .item {
    display: flex;
}

.allcontentwrapper .listsys .item .pic {
    margin-right: 10px;
    width: 36px;
    flex: 0 0 36px;
}

.allcontentwrapper>p:first-child {
    margin-top: 0;
}

.allcontentwrapper>p:last-child {
    margin-bottom: 0;
}


.allcontentwrapper table td {
    padding: 5px;
    border: 1px solid #777;
}

.thumbscale,
.thumbscale img,
.thumb-scale,
.thumb-scale img {
    position: relative;
    transition: all .3s;
    transition-duration: 500ms;
}
.thumb-scale {
    overflow: hidden;
}
a:hover .thumbscale img {
    transform: translateY(-5px);
}
a:hover .thumb-scale img {
    transform: scale(1.1);
}

.pagination {
    margin-top: 30px;
    text-align: center;
}
.pagination .active,
.pagination a {
    display: inline-block;
    min-width: 24px;
    height: 24px;
    padding: 0 2px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
}
.pagination .prev,
.pagination .next {
    border-color: transparent;
}


.pagination .txtnumrrr,
.pagination .pages_num {
    display: inline-block;
    line-height: 30px;
}

.pagination .active,
.pagination .pages_num em {
    color: #333;
    font-style: normal;
}

.pagination .txtnumrrr {
    margin-left: 6px;
}

.pagination input.txtnum {
    display: inline-block;
    margin: 0 10px;
    width: 36px;
    height: 30px;
    text-align: center;
    border: 1px solid #000000;
}
.pagination a:hover,
.pagination .active {
    color: #fff;
    background-color: #0080C9;
}


.container {
    position: relative;
    z-index: 1;
}

.subnav-wrap ul,
.siteheader ul,
.sitefooter ul {
    padding-left: 0;
    margin: 0;
}

.subnav-wrap ul li,
.siteheader ul li,
.sitefooter ul li {
    list-style: none;
}


@media (min-width: 961px) {
    .pagination {
        margin-top: 40px;
    }

    .pagination a {
        margin-right: 8px;
        /* min-width: 40px;
        height: 40px;
        line-height: 40px; */
    }

    .pagination a:last-child {
        margin-right: 0;
    }
    .pagination .active,
    .pagination a {
        min-width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .container {
        max-width: 1600px;
        width: 88%;
        margin: 0 auto;
    }

}

@media (max-width: 960px) {
    .container {
        margin-left: 20px;
        margin-right: 20px;
    }
}



.isHidden {
    overflow: hidden;
}

.content-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 132;
    background-color: rgba(0, 0, 0, .5);
}

#content-3d {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 136;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
}

#content-3d video {
    max-width: 100%;
    max-height: 100%;
    background-color: #000;
}

#content-3d iframe {
    width: 100%;
    height: 100%;
    background-color: #000;
}

#content-3d .closebtn {
    position: absolute;
    z-index: 110;
    cursor: pointer;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
}

#content-3d .closebtn:after,
#content-3d .closebtn:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#content-3d .closebtn:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 0;
    width: 24px;
    margin-top: -1px;
    margin-left: -12px;
}

#content-3d .closebtn:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 24px;
    width: 0;
    margin-left: -1px;
    margin-top: -12px;
}




#siteName {
    display: none;
}

.hamburger {
    display: block;
    z-index: 950;
    line-height: 0;
    width: 24px;
    height: 20px;
    cursor: pointer;
}

.hamburger {
    position: absolute;
    top: 18px;
    right: 0;
}

.hamburger:after,
.hamburger:before,
.hamburger span {
    position: relative;
    width: 100%;
    float: right;
    background-color: #333;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.hamburger:after,
.hamburger:before {
    content: '';
    display: block;
    width: 60%;
    height: 2px;
    border-radius: 2px;
}

.hamburger span {
    display: block;
    height: 2px;
    margin: 5px 0;
}

.hamburger.active:after,
.hamburger.active:before,
.hamburger.active span {
    background-color: #0080C9;
}


.hamburger.on span {
    display: none;
}

.hamburger.on:before {
    top: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger.on:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.siteheader {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all .3s;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
}
.siteheader .logo {
    display: flex;
    align-items: center;
}
.siteheader .logo a {
    display: block;
}

.siteheader .topr {
    display: flex;
    justify-content: space-between;
}

.searchbxtr .topicon {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 0;
    background-position: center;
    background-image: url(../images/i_search.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.sitefooter .f_top .menur,
.siteheader .menur .lik {
    white-space: nowrap;
}

.siteheader .menur .lik {
    display: block;
    position: relative;
}

.siteheader .menur .lik::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    transform: translate(-50%, 0);
    background-color: #0080C9;
    transition: all .2s;
}


.siteheader .menur .m2 {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 5;
    padding: 0 20px;
    padding-bottom: 10px;
    white-space: nowrap;
    font-size: 14px;
    transform: translate(-50%, 0);
    background: #fff;
    border-radius: 4px;
}
.siteheader .menur .m2 li {
    padding-top: 10px;
}

.siteheader .lang a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    border: 1px solid #333;
}

.sitefooter {
    background-color: #2F2F2F;
}
.sitefooter,
.sitefooter a {
    color: #fff;
}

.sitefooter .f_copyright {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: right;
}

.sitefooter .f_top .flogo img {
    max-height: 70px;
}
.sitefooter .f_top .menur {
    display: flex;
}
.sitefooter .f_top .menur .item {
    margin-left: 3vw;
}

.siteheader.siteheader__hashe {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
}

.headerhhh {
    height: 0;
    font-size: 0;
}

.schedule__list .schedulenav a:hover,
.siteheader .menur .m2 a:hover,
.siteheader .menur .item:hover .lik {
    color: #0080C9;
}
.schedule__list .schedulenav .active a {
    font-weight: bold;
    color: #0080C9;
}

@media (min-width: 961px) {
    .hamburger {
        display: none;
    }
    .siteheader .logo img {
        max-height: 70px;
    }
    .siteheader .topr,
    .headerhhh__hashe {
        height: 75px;
    }
    .siteheader .rightr,
    .siteheader .menur {
        display: flex;
    }
    .siteheader .menur .item {
        position: relative;
    }
    .siteheader .menur .item:first-child {
        margin-left: 0;
    }
    .siteheader .menur .lik {
        line-height: 75px;
    }
    .siteheader .lang {
        display: flex;
        align-items: center;
    }

    .siteheader .menur .item:hover .m2 {
        display: block;
    }

    .siteheader.active {
        background-color: #fff;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    }

    .sitefooter .f_top .container {
        display: flex;
        justify-content: space-between;
    }
   .sitefooter .f_top {
        padding-top: 36px;
    }
    .sitefooter .f_copyright {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sitefooter .f_top .menur {
        padding-top: 20px;
    }
    .siteheader .searchbxtr {
        padding-top: 20px;
    }
    .siteheader .searchbxtr .days {
        line-height: 30px;
        font-size: 24px;
    }

}

.siteheader .searchbxtr .days {
    color: #f00;
    vertical-align: baseline;
}

@media (min-width: 1501px) {
    .siteheader .menur .item,
    .siteheader .lang,
    .siteheader .searchbxtr {
        margin-left: 2.6vw;
    }
    /* .siteheader .searchbxtr {
        margin-left: 1vw;
    } */


}
@media (max-width: 1500px) and (min-width: 1301px) {
    .siteheader .menur .item,
    .siteheader .lang,
    .siteheader .searchbxtr {
        margin-left: 1.8vw;
    }
    /* .siteheader .searchbxtr {
        margin-left: 1vw;
    } */
}
@media (max-width: 1300px) and (min-width: 1201px) {
    .siteheader .menur .item,
    .siteheader .lang,
    .siteheader .searchbxtr {
        margin-left: 18px;
    }
    /* .siteheader .searchbxtr {
        margin-left: 10px;
    } */
}
@media (max-width: 1200px) and (min-width: 961px) {
    .siteheader .logo img {
        max-height: 60px;
    }
    .siteheader .menur .item,
    .siteheader .lang,
    .siteheader .searchbxtr {
        margin-left: 14px;
    }
    /* .siteheader .searchbxtr {
        margin-left: 10px;
    } */
}

@media (max-width: 960px) {
    .siteheader #mmenu {
        display: none;
        position: fixed;
        top: 55px;
        left: 0;
        width: 100%;
        padding: 20px;
        background: #fff;
        box-shadow: 0 10px 10px rgba(0,0,0, .1);
    }
    .siteheader,
    .mm-menu {
        background-color: #fff;
    }
    .siteheader .logo,
    .siteheader {
        height: 56px;
    }
    .siteheader .logo img {
        max-height: 50px;
    }
    .siteheader .rightr {
        padding-right: 40px;
        display: flex;
    }
    .siteheader .lang {
        margin-right: 14px;
    }
    .siteheader .lang,
    .siteheader .searchbxtr {
        display: none;
        padding-top: 14px;
    }

    .siteheader .menur .lik {
        font-size: 15px;
    }
    .siteheader .menur .haschild::after {
        content: '';
        display: inline-block;
        position: relative;
        top: 4px;
        margin-left: 5px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-top: 6px solid #ccc;

    }
    .siteheader .menur .item {
        padding-bottom: 10px;
    }
    .siteheader .menur .item:last-child {
        padding-bottom: 0;
    }
    .siteheader .menur .m2 {
        display: none;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        padding: 0;
        padding-left: 20px;
        padding-bottom: 10px;
    }

    .siteheader .searchbxtr {
        display: block;
        position: absolute;
        right: 36px;
        top: 0;
        width: 80px;
        padding-top: 6px;
        font-size: 14px;
        /* width: 70px;
        padding-top: 12px;
        font-size: 12px; */
    }
    .siteheader .searchbxtr .days {
        font-size: 18px;
    }

    .sitefooter .f_top {
        display: none;
    }
}

.color__jb {
    background: -webkit-linear-gradient(359.99999999999994deg, #0080C9 0%, #FCD402 100%);
    background: linear-gradient(359.99999999999994deg, #0080C9 0%, #FCD402 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.bannerwrapper .gallery video,
.bannerwrapper .gallery img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.bannerwrapper {
    position: relative;
}

.bannerwrapper .content,
.bannerwrapper .gallery img {
    width: 100%;
    height: 100%;
    min-height: 110px;
}
.bannerwrapper .gallery {
    position: relative;
    /* height: 16vw; */
    z-index: 2;
}
.bannerwrapper .content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.alltitle36,
.site_cloumn .cn,
.site_cloumn .en,
.bannerwrapper .content .cn,
.bannerwrapper .content .en {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.pagewrapper {
    position: relative;
    z-index: 9;
    min-height: 20vw;
    padding-top: 40px;
    padding-bottom: 50px;
    background-image: url(../images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* overflow: hidden; */
}

.site_cloumn {
    text-align: center;
}
.site_cloumn .en {
    margin-top: 2px;
    color: rgba(0,128,201,0.4);
}


.site_navs {
    position: relative;
    margin-top: 20px;
}
.site_navs .listr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.site_navs .listr .item::after {
    content: '/';
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.site_navs .listr .item:last-child::after {
    display: none;
}

.site_navs .listr .item.active a {
    color: #0080C9;
    font-weight: bold;
}


.external_link__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    background-color: #E4E4E4;
    border-radius: 6px;
    color: #777;
    text-align: center;
    font-size: 14px;
    border: none;
    transition: all .2s;
}
.external_link__button .got {
    display: inline-block;
    position: relative;
    top: -2px;
    width: 16px;
    height: 16px;
    font-size: 0;
    margin-left: 8px;
    transition: all .2s;
}
.external_link__button .got::after,
.external_link__button .got::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #777;
    transition: all .2s;
}
.external_link__button .got::before {
    top: 50%;
}
.external_link__button .got::after {
    top: 50%;
    transform: rotate(90deg);
}

.newslistin .item .lik:hover .external_link__button,
a.external_link__button:hover {
    color: #0080C9;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,128,201,0.6);
}
.newslistin .item .lik:hover .external_link__button .got::after,
.newslistin .item .lik:hover .external_link__button .got::before,
a.external_link__button:hover .got::after,
a.external_link__button:hover .got::before {
    background-color: #0080C9;
}






@media (min-width: 961px) {
    .alltitle36 {
        line-height: 40px;
        font-size: 36px;
    }
    .bannerwrapper .content .en {
        margin-top: 16px;
        line-height: 26px;
        font-size: 20px;
    }
    .site_navs {
        margin-top: 28px;
    }
    .site_navs .listr .item::after{
        margin-left: 30px;
        margin-right: 30px;
    }
    .external_link__button {
        width: 120px;
        font-size: 16px;
    }
    .site_navs .listr .item a:hover {
        color: #0080C9;
        font-weight: bold;
    }
}

@media (min-width: 1501px) {}

@media (max-width: 960px) {
    .alltitle36 {
        line-height: 30px;
        font-size: 20px;
    }
    .bannerwrapper .content .en {
        margin-top: 6px;
        line-height: 24px;
        font-size: 14px;
    }
    .site_cloumn .en {
        line-height: 22px;
        font-size: 14px;
    }
}

.promo_iipager .promo_iixft,
.promo_about .allcontentwrapper,
.promo_schedule .zzlist,
.alltcontent,
.schedule__list,
.guests__list,
.audience__list {
    margin-top: 20px;
}


/* .schedule__list .schedulenav .boxr {
    text-align: center;
    background-color: #fff;
} */
.schedule__list .schedulenav .title {
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #0080C9;
}
.schedule__list .schedulenav .title a {
    display: block;
    color: #fff;
}
.schedule__list .schedulenav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.schedule__list .schedulenav ul li .p {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #0080C9;
    border-radius: 50%;
}
.schedule__list .schedulenav ul li img {
    width: 20px;
    max-height: 20px;
    margin-top: 3px;
}
.schedule__list .schedulenav ul li a {
    display: block;
    padding-left: 16px;
}

@media (min-width: 961px) {
    .aboutwrapper {
        padding-bottom: 75px;
    }
    .guests__list,
    .schedule__list {
        margin-top: 40px;
    }
    .schedule__list {
        display: flex;
        justify-content: space-between;
    }
    .schedule__list .schedulenav {
        width: 180px;
        flex: 0 0 180px;
        margin-right: 30px;
    }
    .schedule__list .schedulecontent {
        flex: 1;
    }
    .schedule__list .schedulenav .boxr {
        position: sticky;
        top: 90px;
    }
    /* .schedule__list .schedulenav ul {
        padding-top: 6px;
        padding-bottom: 10px;
    } */
    .schedule__list .schedulenav ul li {
        margin-top: 10px;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    }
    .schedule__list .schedulenav ul li:first-child {
        margin-top: 0;
    }
    .schedule__list .schedulenav ul li a {
        display: flex;
        padding-top: 7px;
        padding-bottom: 7px;
        line-height: 30px;
    }
    .schedule__list .schedulenav ul li .p {
        flex: 0 0 30px;
    }
}

@media (max-width: 960px) {
    .schedule__list .schedulenav .title {
        display: none;
    }
    .schedule__list .schedulenav ul {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: center;
        padding-top: 14px; */
        padding-bottom: 14px;
        background-color: #fff;
    }
    .schedule__list .schedulenav ul li {
        width: 33%;
        max-width: 120px;
        margin-top: 14px;
    }
    .schedule__list .schedulenav ul li .p {
        display: none;
    }
    .schedule__list .schedulecontent {
        margin-top: 20px;
    }
}







.alllist__four {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
}
.alllist__four.guests__list {
    grid-template-columns: repeat(2, 1fr);
}

.alllist__four .item {
    text-align: center;
}
.guests__list .item .pic img {
    border-radius: 50%;
}
.guests__list .item .infor {
    margin-top: 6px;
    color: #555;
}
.guests__list .item .name {
    color: #000;
}

.audience__wrap {
    margin-top: 40px;
}
.audience__list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    align-items: stretch;
}
.audience__list .forlist {
    padding: 12px;
    border: 1px solid rgba(0,128,201,.3);
}
.audience__list .forlist .item {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #B2B2B2;
}
.audience__list .forlist .item a {
    display: block;
}




@media (min-width: 961px) {
    .alllist__four {
        grid-gap: 40px;
        grid-template-columns: repeat(6, 1fr);
    }
    .alllist__four.guests__list {
        grid-template-columns: repeat(5, 1fr);
    }
    .audience__wrap {
        margin-top: 5vw;
    }
    .audience__list {
        margin-top: 30px;
    }
    .audience__list {
        grid-gap: 34px;
        grid-template-columns: repeat(4, 1fr);
    }
    .audience__list .forlist:nth-child(8n+1),
    .audience__list .forlist:nth-child(8n+2),
    .audience__list .forlist:nth-child(8n+3),
    .audience__list .forlist:nth-child(8n+4) {
        background: linear-gradient( 90deg, rgba(123,212,241,.3) 0%, rgba(200,243,255,.3) 100%);
    }
    .audience__list .forlist:nth-child(8n+5),
    .audience__list .forlist:nth-child(8n+6),
    .audience__list .forlist:nth-child(8n+7),
    .audience__list .forlist:nth-child(8n) {
        background: linear-gradient( 90deg, rgba(255,244,189,.3) 0%, rgba(250,255,244,.3) 100%);
    }
}
@media (min-width: 1501px) {
    /* .alllist__four {
        grid-gap: 80px;
    } */
}

@media (max-width: 960px) {
    .audience__list .forlist:nth-child(2n+1) {
        background: linear-gradient( 90deg, rgba(123,212,241,.3) 0%, rgba(200,243,255,.3) 100%);
    }
    .audience__list .forlist:nth-child(2n) {
        background: linear-gradient( 90deg, rgba(255,244,189,.3) 0%, rgba(250,255,244,.3) 100%);
    }
}


.share-wrapper {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.share-wrapper .words {
    display: inline-block;
    line-height: 22px;
    font-size: 14px;
    color: #666;
}
.share-wrapper .bdsharebuttonbox {
    display: inline-block;
    z-index: 4;
    font-size: 0;
}
.share-wrapper .bdsharebuttonbox .loop {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .15s ease-out;
}
.share-wrapper .bdsharebuttonbox .loop:first-child {
    margin-left: 0;
}
.share-wrapper .bdsharebuttonbox .weibo {
    background-image: url(../images/i_weibo.png);
}
.share-wrapper .bdsharebuttonbox .weixin {
    background-image: url(../images/i_weixin.png);
}

.share-wrapper .bdsharebuttonbox .conts {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 50%;
    z-index: 8;
    width: 110px;
    margin-right: -50px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0, .1);
}
.share-wrapper .bdsharebuttonbox .conts .imgs {
    display: block;
    width: 90px;
    height: 90px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0, .3);
}
.share-wrapper .bdsharebuttonbox .loop:hover .conts {
    display: block;
}


.detailinfo,
.detailtit {
    text-align: center;
}
.detailinfo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 18px;
    color: #777;
}
.detailinfo .hot {
    margin-left: 14px;
}
.detailcont {
    padding-top: 20px;
    border-top: 1px solid #D9D9D9;
}

.detailcontrol {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px dashed #BABABA;
}

.detailcontrol .item {
    margin-top: 10px;
}

.detailcontrol .item:first-child {
    margin-top: 0;
}

.detailcontrol .item a:hover {
    color: #0080C9;
}

.detailcontrol .return .lik {
    display: inline-block;
    padding: 3px 8px;
    text-align: center;
    color: #fff;
    background-color: #0080C9;
    border-radius: 5px;
}

.detailcontrol .return .lik .w {
    margin-top: 3px;
}
.detailcontrol .return .lik:hover {
    opacity: .9;
}






@media (min-width: 961px) {
    .detailcontrol {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 40px;
    }
    .detailinfo .share-wrapper,
    .detailinfo .hot {
        margin-left: 40px;
    }

    .detailcontrol .list {
        max-width: 50%;
    }
}

@media (min-width: 1501px) {}

@media (max-width: 960px) {
    .detailcontrol .return {
        margin-top: 20px;
        text-align: center;
    }
    .detailinfo .share-wrapper {
        display: block;
        width: 100%;
        margin-top: 14px;
    }
}





.newslistin {
    margin-top: 20px;
}
.newslistin .item {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}
.newslistin .item:first-child {
    margin-top: 0;
}
.promo_news .news__list .gallery .thumb-scale img,
.newslistin .item .gallery img {
    display: block;
    width: 100%;
}
.newslistin .item .info .ms {
    transition: all .3s;
}
.newslistin .item .info .des {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #777;
}


.color-blue,
.newslistin .item a:hover .info .ms {
    color: #0080C9;
}


@media (min-width: 961px) {
    .newswrapper .container {
        max-width: 1280px;
    }
    .newslistin {
        margin-top: 60px;
    }
    .newslistin .item {
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .newslistin .item .info .ms,
    .newslistin .item .lik {
        display: flex;
        justify-content: space-between;
    }
    .newslistin .item .gallery {
        width: 37.5%;
    }
    .newslistin .item .info {
        width: 62.5%;
        padding-left: 40px;
    }
    .newslistin .item .info .ms {
        align-items: center;
    }
    .newslistin .item .info .title {
        flex: 1;
    }
    .newslistin .item .info .time {
        text-align: center;
    }
    .newslistin .item .info .time .w {
        display: none;
    }
    .newslistin .item .info .time {
        padding-right: 20px;
        margin-right: 20px;
        line-height: 22px;
        font-size: 16px;
        border-right: 1px solid #E4E4E4;
    }
    .newslistin .item .info .time .d {
        line-height: 24px;
        font-size: 24px;
    }
    .newslistin .item .info .des {
        margin-top: 2vw;
        margin-bottom: 2vw;
    }
}

@media (min-width: 1501px) {}

@media (max-width: 960px) {
    .newslistin .item .lik {
        display: block;
    }
    .newslistin .item .info .time .d {
        display: none;
    }
    .newslistin .item .info .title,
    .newslistin .item .info {
        padding-top: 10px;
    }
}






.searchwrapper .search-form {
    position: relative;
}

.searchwrapper .search-form .search-field {
    display: block;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 50px;
    padding-right: 20px;
    padding-left: 60px;
    border-radius: 4px;
    border: 1px solid rgba(0,128,201,.3);
}

.searchwrapper .search-form .search-submit {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    font-size: 0;
    border: none;
    outline: none;
    background-image: url(../images/i_search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.searchwrapper .search__nodata,
.searchwrapper .searchtop {
    margin-top: 20px;
}

.searchlistsin .item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}

.searchlistsin .item .des {
    margin-top: 14px;
    margin-bottom: 14px;
    color: #777;
}

.searchlistsin .item .tit .time {
    color: #777;
    white-space: nowrap;
}

.promo_contact .contact__list .item a:hover,
.promo_schedule .zzlist .item .ftit,
.promo_schedule .zzlist .item .title,
.site_navs .listr .item::after,
.searchlistsin .item .tit .t:hover,
.searchlistsin .item .column {
    color: #0080C9;
}




@media (min-width: 961px) {
    .searchwrapper .container {
        max-width: 1440px;
    }
    .searchlistsin {
        padding-top: 20px;
    }
    .searchlistsin .item .tit {
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 1501px) {}

@media (max-width: 960px) {
    .searchlistsin .item .tit .time {
        margin-top: 6px;
    }
}


.gmore__r {
    position: relative;
}
.gmore__r .likrr {
    display: inline-block;
    padding-right: 26px;
    font-size: 14px;
    color: #777;
    background-image: url(../images/i_go.png);
    background-position: right center;
    background-repeat: no-repeat;
    transition: all .3s;
}

a:hover .gmore__r .likrr,
.gmore__r a.likrr:hover {
    padding-right: 40px;
}

.promo_banner {
    position: relative;
}
.promo_banner .gallery img {
    display: block;
    width: 100%;
}

.allCommentsT .swiper-pagination .swiper-pagination-bullet-active,
.promo_partners .partners__list .swiper-pagination .swiper-pagination-bullet-active,
.promo_banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0080C9;
}

.promo_zoypager {
    position: relative;
    background-image: url(../images/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.promo_iipager {
    padding-top: 50px;
}
.promo_contact {
    padding-bottom: 30px;
}
.promo_about {
    padding-top: 30px;
}

@media (min-width: 961px) {
    .promo_iipager {
        padding-top: 100px;
    }
    .promo_contact {
        padding-bottom: 70px;
    }
    .promo_about {
        padding-top: 50px;
    }
    .promo_iipager .promo_iixft {
        margin-top: 40px;
    }
    .bannerwrapper .gallery-phone,
    .promo_banner .gallery-phone {
        display: none;
    }
}

@media (min-width: 1501px) {}

@media (max-width: 960px) {
    .bannerwrapper .gallery-pc,
    .promo_banner .gallery-pc {
        display: none;
    }
}


.promo_schedule .zzlist .swiper-container {
    width: 100%;
}
.promo_schedule .zzlist .swiper-slide {
    position: relative;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,128,201,0.2);
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/schedule_bg.png);
    background-position: center;
    transition: all .5s ease-in-out;
}
.promo_schedule .zzlist .item .ftit {
    position: relative;
    margin-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 20px;
}
.promo_schedule .zzlist .item .ftit .w {
    position: relative;
}
.promo_schedule .zzlist .item .ftit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 2px;
    background-image: url(../images/blue_bg2.png);
}

.promo_guests .go_more .external_link__button {
    margin: auto;
}
.promo_schedule .zzlist .item .gmore__r {
    padding-top: 14px;
    border-top: 1px solid #E4E4E4;
}

@media (min-width: 961px) {
    .promo_schedule .zzlist {
        display: flex;
        justify-content: space-between;
    }
    .promo_schedule .zzlist .swiper-slide {
        position: relative;
        width: 25%;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 80px;
    }
    .promo_schedule .zzlist .swiper-slide:hover,
    .promo_schedule .zzlist .swiper-slide.active {
        width: 49%;
    }

    .promo_schedule .zzlist .item .gmore__r {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 20px;
    }
    .promo_schedule .zzlist .item .ftit {
        margin-top: 14px;
        padding-bottom: 10px;
    }
    .promo_schedule .zzlist .item .ftit::after {
        width: 67px;
        height: 3px;
    }
    
    .promo_schedule .zzlist .item .des {
        max-height: 10px;
        opacity: 0;
        transition: all .3s;
    }
    .promo_schedule .zzlist .swiper-slide:hover .des,
    .promo_schedule .zzlist .swiper-slide.active .des {
        opacity: 1;
        max-height: none;
    }

    .promo_guests .go_more {
        margin-top: 50px;
    }
    .promo_schedule .zzlist .swiper-android .swiper-slide,
    .promo_schedule .zzlist .swiper-wrapper {
        transform: translate3d(0px,0,0) !important;
    }
}

@media (min-width: 1501px) {}

@media (max-width: 960px) {
    .promo_guests .go_more {
        margin-top: 20px;
    }
    .promo_schedule .zzlist .item .gmore__r {
        margin-top: 20px;
    }
}





.promo_news .news__list .item {
    border-bottom: 1px solid #D9D9D9;
}
.promo_news .news__list .rightr .item:last-child {
    border-bottom: none;
}
.promo_news .news__list .item {
    margin-top: 20px;
    padding-bottom: 20px;
}
.promo_news .news__list .item:first-child {
    margin-top: 0;
}
.promo_news .news__list .item .go_more,
.promo_news .news__list .item .gmore__r {
    margin-top: 20px;
}

.promo_news .news__list .item .des,
.promo_news .news__list .item .time {
    color: #777;
}
.promo_news .news__list .item .time {
    margin-top: 6px;
    margin-bottom: 6px;
}
.promo_news .news__list .rightr .item .lik {
    display: flex;
    justify-content: space-between;
}
.promo_news .news__list .rightr  .item .gallery {
    width: 34%;
}
.promo_news .news__list .rightr .item .info {
    width: 66%;
    padding-left: 20px;
}

@media (min-width: 961px) {
    .promo_news .news__phone {
        display: none !important;
    }
    .promo_news .news__list {
        display: flex;
        justify-content: space-between;
    }
    
    .promo_news .news__list .leftr {
        width: 43%;
    }
    .promo_news .news__list .rightr {
        width: 52%;
    }
    .promo_news .news__list .leftr .item .title {
        line-height: 30px;
        font-size: 26px;
    }
    .promo_news .news__list .leftr .item .info {
        margin-top: 20px;
    }
    .promo_news .news__list .rightr .item .title {
        line-height: 30px;
        font-size: 22px;
    }
}

@media (max-width: 960px) {
    .promo_news .news__pc {
        display: none !important;
    }
    .promo_news .news__list .item .info {
        margin-top: 10px;
    }
    .promo_news .news__list .rightr {
        margin-top: 20px;
    }
    .promo_news .news__list .leftr .item .lik {
        display: flex;
        justify-content: space-between;
    }
    .promo_news .news__list .leftr  .item .gallery {
        width: 34%;
    }
    .promo_news .news__list .leftr .item .info {
        width: 66%;
        padding-left: 20px;
    }
    .promo_news .news__phone .item {
        border-bottom: none;
    }
    .promo_news .news__phone .swiper-pagination {
        position: relative;
        left: auto;
        bottom: auto;
        height: 10px;
    }
}


.swiper-container-hasScale .swiper-slide {
	transition: all .2s ease-out;
}
.swiper-container-hasScale .swiper-slide img {
	display: block;
	width: 100%;
	transition: all .2s ease-out;
}
.swiper-container-hasScale .swiper-slide-active {
	z-index: 5;
}
.allCommentsT {
	position: relative;
}
.allCommentsT .swiper-container .swiper-slide .gallery {
    position: relative;
    z-index: 1;
	transition: all .2s ease-out;
}
.allCommentsT .swiper-container .swiper-slide .title {
    position: relative;
    z-index: 3;
    margin-top: 4px;
    text-align: center;
    opacity: 0;
    font-weight: bold;
	transition: all .2s ease-out;
}
.allCommentsT .swiper-pagination {
    display: none;
    position: relative;
    left: auto;
    bottom: auto;
    height: 10px;
    margin-top: 20px;
}


.allCommentsT .swiper-container .swiper-slide-active .gallery {
	transform: scale(1.2);
}
.allCommentsT .swiper-container .swiper-slide-active .title {
    opacity: 1;
}

.promo_partners .partners__list .swiper-container {
    padding: 5px 0;
}
.promo_sponsors .sponsors__list .item .gallery ,
.promo_partners .partners__list .gallery  {
    border-radius: 8px;
    border: 1px solid #ABABAB;
}
.promo_sponsors .sponsors__list .item .gallery img,
.promo_partners .partners__list .gallery img {
    border-radius: 8px;
}

/*.promo_partners .partners__list .pic {
    transition: all .3s;
    -webkit-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=1);
}

.promo_partners .partners__list .pic:hover {
    -webkit-filter: grayscale(0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=0);
}*/


.promo_partners .partners__list {
    position: relative;
    text-align: center;
}
.promo_partners .partners__list .swiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 20px;
    height: 10px;
}

@media (min-width: 961px) {
    .allCommentsT .swiper-container {
        padding-top: 46px;
        padding-bottom: 60px;
    }
    .promo_partners .partners__list .swiper-pagination {
        margin-top: 26px;
    }
    .allCommentsT .swiper-container .swiper-slide .title {
        top: 50px;
    }
}

@media (max-width: 960px) {
    .allCommentsT .swiper-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .allCommentsT .swiper-container .swiper-slide .title {
        top: 18px;
    }
}




.tformboxtw {
    font-size: 14px;
}

.tformboxtw .item {
    display: flex;
}
.tformboxtw .item .zt {
    width: 86px;
    /*padding-right: 20px;*/
    /*text-align: right;*/
}
.tformboxtw .item .rt {
    position: relative;
    flex: 1;
}
.tformboxtw .item .red {
    color: #f00;
}
.tformboxtw .Validform_checktip {
    display: none !important;
    position: absolute !important;
    bottom: -22px !important;
    left: 0 !important;
    top: auto !important;
    color: #f00;
}
.tformboxtw .item_agree .Validform_wrong {
    display: block !important;
}
.tformboxtw .item_formsub {
    text-align: center;
}
.tformboxtw .zt {
    line-height: 46px;
}
.tformboxtw .fcontrol {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #515151;
}
.tformboxtw textarea.fcontrol {
    height: 100px;
    max-width: 100%;
    min-width: 100%;
    max-height: 150px;
    min-height: 100px;
    resize: none;
}
.tformboxtw .rtrad {
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
}
.tformboxtw .rtrad:last-child {
    margin-right: 0;
}
.tformboxtw .rtrad label {
    padding-left: 6px;
}

.tformboxtw .item_canyu .rt {
    display: flex;
    flex-wrap: wrap;
}
.tformboxtw .item_canyu .rt .w {
    margin-right: 20px;
    margin-bottom: 4px;
}
#Validform_msg {
    display: none !important;
}

.tformboxtw .item,
.promo_registration .registration__list .zinfo {
    margin-top: 20px;
}
.tformboxtw .formsub {
    display: inline-block;
    width: 90px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background-color: #0080C9;
    border-radius: 4px;
    border: none;
    outline: none;
}
.tformboxtw .fcontrol.Validform_wrong,
.tformboxtw .fcontrol.Validform_error {
    border-color: #f00;
}

@media (min-width: 961px) {
    .tformboxtw .formsub {
        font-size: 16px;
    }
}

@media (max-width: 960px) {
    .tformboxtw .item_agree .zt,
    .tformboxtw .item_formsub .zt {
        display: none;
    }
}



.promo_registration .registration__list .ztitle {
    position: relative;
    padding-bottom: 6px;
}
.promo_registration .registration__list .ztitle::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-image: url(../images/blue_bg.png);
}

@media (min-width: 961px) {
    .promo_registration .registration__list {
        display: flex;
        justify-content: space-between;
    }
    .promo_registration .registration__list .mess_item {
        width: 42.5%;
    }
    .promo_registration .registration__list .ztitle {
        padding-bottom: 14px;
    }
    .promo_registration .registration__list .ztitle::after {
        width: 52px;
        height: 4px;
    }
}

@media (max-width: 960px) {}




.promo_contact {
    position: relative;
}
.promo_contact .contact__list .item:first-child {
    margin-top: 0;
}
.promo_contact .contact__list .item .infor .name {
    margin-bottom: 10px;
}


@media (min-width: 961px) {
    .promo_contact .contact__list {
        display: flex;
        /* flex-wrap: wrap; */
        justify-content: space-between;
    }
    .promo_contact .contact__list .item {
        /* width: 30%; */
        /* margin-right: 5%; */
        margin-top: 5%;
    }
    .promo_contact .contact__list .item:nth-child(2),
    .promo_contact .contact__list .item:nth-child(3) {
        margin-top: 0;
    }
    /* .promo_contact .contact__list .item:nth-child(3n) {
        margin-right: 0;
    } */
    .promo_contact .contact__list .item .infor {
        margin-top: 20px;
    }
}

@media (max-width: 960px) {
    .promo_contact .contact__list .item {
        width: 100%;
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #D9D9D9;
    }
    .promo_contact .contact__list .item:last-child {
        border-bottom: none;
    }
    .promo_contact .contact__list .item .infor {
        margin-top: 14px;
    }
}


.promo_links {
    padding-bottom: 20px;
}

.promo_links .it .lik:hover,
.promo_links .t {
    color: #0080C9;
    white-space: nowrap;
}

.promo_links .list {
    display: flex;
    flex-wrap: wrap;
}
.promo_links .list .it {
    position: relative;
}
.promo_links .it .lik {
    display: block;
}
.promo_links .list .it {
    margin-right: 20px;
}
.promo_links .list .it:last-child {
    margin-right: 0;
}
.promo_links .list .it::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 3px;
    width: 1px;
    height: 18px;
    background-color: #ccc;
}
.promo_links .list .it:last-child::after {
    display: none;
}

@media (min-width: 961px) {
    .promo_links .container {
        display: flex;
    }
    .promo_links .list .it {
        margin-right: 40px;
    }
    .promo_links .list .it::after {
        right: -20px;
    }
}

@media (max-width: 960px) {
    .promo_links .t {
        display: block;
    }
    /* .promo_links .list .it {
        width: 100%;
    } */
}



.toorbar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.toorbar .xxicon {
    /* display: none; */
    position: relative;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    float: right;
    font-size: 0;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 0.5);
    border-radius: 4px;
    cursor: pointer;
}

.toorbar .boxr2 {
    position: relative;
    right: 0;
    transition: all .3s ease-in-out;
}

.toorbar .xxicon::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background-image: url(../images/xxrr.png);
}


.toorbar .xxicon:hover {
    color: #fff;
    background-color: #0080C9;
}

.toorbar .xxicon:hover::after {
    background-image: url(../images/xxrr_w.png);
}

.toorbar .boxr.active .boxr2 {
    right: -80px;
}

.toorbar .boxr.active .xxicon::after {
    transform: rotate(180deg);
}

.toorbar .item {
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(0,128,201,0.2);
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    transition: all .2s;
}
.toorbar .item:first-child {
    margin-top: 0;
}

.toorbar .fg {
    width: 36px;
    height: 36px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s;
}

.toorbar .i_kefu .fg {
    background-image: url(../images/i_kefu.png);
}
.toorbar .i_tel .fg {
    background-image: url(../images/i_tel2.png);
}
.toorbar .i_ewm .fg {
    background-image: url(../images/i_ewm.png);
}
.toorbar .i_gzh .fg {
    background-image: url(../images/i_gzh.png);
}
.toorbar .i_top .fg {
    background-image: url(../images/i_top.png);
}

.toorbar .item .pic {
    position: absolute;
    top: -5px;
    right: -130px;
    width: 120px;
    height: 120px;
    max-width: 120px;
    padding: 5px;
    transition: all .3s;
}
.toorbar .i_tel .pic {
    top: 10px;
    height: auto;
    padding: 5px;
    box-shadow: 0px 0px 20px 0px rgba(0,128,201,0.2);
    border-radius: 4px;
    background-color: #fff;
}
.toorbar .i_tel .pic,
.toorbar .i_tel .pic a {
    color: #0080C9;
}


.toorbar .item:hover {    
    color: #fff;
    background-color: #0080C9;
}
.toorbar .item:hover .pic {
    right: 76px;
}
.toorbar .i_kefu:hover .fg {
    background-image: url(../images/i_kefu_w.png);
}
.toorbar .i_tel:hover .fg {
    background-image: url(../images/i_tel2_w.png);
}
.toorbar .i_ewm:hover .fg {
    background-image: url(../images/i_ewm_w.png);
}
.toorbar .i_gzh:hover .fg {
    background-image: url(../images/i_gzh_w.png);
}
.toorbar .i_top:hover .fg {
    background-image: url(../images/i_top_w.png);
}


@media (min-width: 961px) {
    .toorbar .i_tel .pic {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 960px) {
    .toorbar .item {
        margin-top: 10px;
    }
    .toorbar .i_tel .pic {
        display: none !important;
    }
}


.promo_news .news__list .item .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.promo_news .news__list .item .des,
.promo_schedule .zzlist .item .ftit .w,
.searchlistsin .item .des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newslistin .item .info .des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.promo_schedule .zzlist .item .des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.promo_contact .contact__list .item .infor p,
.promo_schedule .zzlist .item .des p {
    margin-top: 6px;
    margin-bottom: 0;
}
.promo_news .news__list .item .des p,
.searchlistsin .item .des p,
.newslistin .item .info .des p {
    margin: 0;
}

.allcontentwrapper img,
.swiper-container-hasScale .swiper-slide img,
.newslistin .gallery .thumb-scale,
.promo_news .news__list .gallery .thumb-scale {
    border-radius: 10px;
}


@media (min-width: 961px) {
    .promo_registration .registration__list .ztitle,
    .promo_contact .contact__list .ztitle,
    .site_navs .item {
        line-height: 32px;
        font-size: 28px;
    }

    .promo_contact .contact__list .item .infor .name,
    .promo_schedule .zzlist .item .title,
    .newslistin .item .info .title,
    .detailtit {
        line-height: 30px;
        font-size: 24px;
    }

    .searchlistsin .item .tit,
    .guests__list .item .name {
        font-size: 20px;
    }


    .sitefooter .f_top .menur .item {
        font-size: 18px;
    }

    .siteheader .searchbxtr,
    .searchlistsin .item .tit .time,
    .promo_contact .contact__list .item .infor,
    .promo_iipager,
    .newslistin .item .info .des,
    .guests__list .item,
    .alltcontent,
    .site_cloumn .en,
    .schedule__list .schedulenav,
    .siteheader .menur a,
    .sitefooter .f_copyright {
        font-size: 16px;
    }
}
@media (max-width: 1500px) and (min-width: 961px) {
    .guests__list .item {
        font-size: 14px;
    }
}

@media (min-width: 1501px) {}
@media (max-width: 1200px) and (min-width: 961px) {
    .siteheader .searchbxtr,
    .siteheader .menur .lik {
        font-size: 14px;
    }
}

@media (max-width: 960px) {
    .detailtit {
        line-height: 24px;
        font-size: 20px;
    }

    .promo_news .news__list .item .title,
    .schedule__list .schedulenav a,
    .promo_registration .registration__list .ztitle,
    .promo_contact .contact__list .ztitle,
    .newslistin .item .info .title,
    .site_navs .item {
        line-height: 24px;
        font-size: 18px;
    }
    .promo_schedule .zzlist .item .title,
    .promo_contact .contact__list .item .infor .name {
        font-size: 16px;
    }
    .promo_news .news__list .gallery .thumb-scale {
        border-radius: 5px;
    }
}