.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
    z-index: 1
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-slide {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 27px 44px;
    cursor: pointer;
    height: 44px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: auto;
    right: 10px
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: transform .2s, top .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: transform .2s, left .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: transform .2s, right .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-container-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-lazy-preloader:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 100%;
    width: 100%
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

.paging_content{
    font-size: 20px;
    line-height: 1.8;
}


@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
    background: #000;
    bottom: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.w {
    margin: 0 auto;   
    width: 85%
}

body,
html {
    -webkit-touch-callout: none;
    color: #222;
    font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei, 华文细黑, STHeiti, MingLiu;
    font-size: 16px;
    line-height: 1.5;
    outline: 0;
    position: relative
}

a,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
img,
input,
label,
legend,
li,
mark,
ol,
p,
section,
span,
strong,
textarea,
time,
ul,
var {
    border: 0;
    font-style: normal;
    margin: 0;
    padding: 0
}

button,
input,
select,
textarea {
    outline: none
}

bottom,
botton,
input[type=“button”],
input[type=“reset”],
input[type=“search”],
input[type=“submit”],
input[type=“text”] {
    -webkit-appearance: none
}

li,
ul {
    list-style: none
}

b,
strong {
    font-weight: 700
}

pre {
    overflow: auto
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle
}

p {
    margin-bottom: 0;
    margin-top: 0
}

a {
    background-color: transparent;
    color: #222;
    display: inline-block;
    text-decoration: none
}

a:hover {
    outline: 0
}

i {
    content: "";
    display: inline-block
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=“number”] {
    -moz-appearance: none
}

.zoomInbig {
    animation: zoomInbig;
    -webkit-animation: zoomInbig
}

@keyframes zoomInbig {
    0% {
        opacity: 0;
        transform: scale(1.1)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes zoomInbig {
    0% {
        opacity: 0;
        transform: scale(1.1)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes FiexdIn {
    0% {
        opacity: 0;
        top: -60px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@-webkit-keyframes FiexdIn {
    0% {
        opacity: 0;
        top: -60px
    }

    to {
        opacity: 1;
        top: 0
    }
}

html {
    color: #222
}

.index-body {
    background: #fff
}

.index-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    left: 50%;
    max-width: 600px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%
}

.index-box a {
    border: 1px solid #e9251c;
    border-radius: 1.5vw;
    color: #e9251c;
    display: block;
    font-size: 1vw;
    line-height: 3vw;
    margin-bottom: 1.5vw;
    text-align: center;
    width: 48%
}

.index-box a:hover {
    background: #e9251c;
    color: #fff
}

.index-box a:nth-last-of-type() {
    border-bottom: none
}

.header {
    height: 100px;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .3s;
    width: 100%;
    z-index: 10
}

.header>.w {
    position: relative
}

.header .right {
    align-self: flex-end;
    display: flex
}

.header .i2 {
    display: none
}

.ny-header {
    background: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    left: 0;
    position: fixed
}

.ny-header .i1 {
    display: none
}

.ny-header .i2 {
    display: inline-block
}

.header_fixed {
    animation: FiexdIn .8s;
    background: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    left: 0;
    position: fixed
}

.header_fixed .i1 {
    display: none
}

.header_fixed .i2 {
    display: inline-block
}

.head {
    height: 100px;
    justify-content: space-between;
    width: 100%
}

.head,
.logo {
    align-items: center;
    display: flex
}

.logo {
    color: #fff;
    white-space: nowrap
}

.logo h1 {
    font-size: 30px;
    margin-left: 10px
}

.logo h1 .sub {
    font-size: 24px
}

.home {
    color: #9bd485;
    margin-right: 30px
}

.home:hover {
    text-decoration: underline
}

.nav,
.nav ul {
    display: flex
}

.nav ul li {
    position: relative
}

.nav ul li:last-of-type {
    margin-right: 0
}

.nav ul li:after {
    background: #e9251c;
    bottom: 0;
    content: "";
    height: 3px;
    left: 10%;
    position: absolute;
    transform: scaleX(0);
    transition: all .3s;
    width: 80%
}

.home-head .nav ul li>a {
    color: #fff;
}

.home-head.header_fixed .nav ul li>a {
    color: #222;
}

.nav ul li>a {
    color: #222;
    display: block;
    font-size: 18px;
    padding: 0 20px 20px;
    position: relative;
    text-align: center;
    transition: all .3s;
    white-space: nowrap
}

.nav ul li:hover:after {
    transform: scaleX(1)
}

.nav ul li:hover .navbox {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
    z-index: 2
}

.nav ul li.selected:after {
    transform: scaleX(1)
}

.top-link {
    align-items: flex-start;
    display: flex
}

.top-link a {
    color: hsla(0, 0%, 100%, .5);
    margin-right: 20px;
    paddfff-right: 20px;
    position: relative
}

.top-link a:before {
    background: hsla(0, 0%, 100%, .6);
    content: "";
    height: 80%;
    position: absolute;
    right: 0;
    top: 0;
    top: 10%;
    width: 1px
}

.top-link a:hover {
    color: #fff
}

.top-link .search-btn {
    margin-top: 4px;
    opacity: .6;
    padding: 0
}

.top-link .search-btn:hover {
    opacity: 1
}

.navbox {
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    font-size: 0;
    left: 50%;
    min-width: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    transform: translate(-50%, 80%);
    visibility: hidden;
    z-index: -1
}

.navbox,
.navbox>a {
    box-sizing: border-box;
    transition: all .3s
}

.navbox>a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 40px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    white-space: nowrap
}

.navbox>a:hover {
    background: #e9251c;
    color: #fff
}

.navbox>a:last-of-type {
    border-bottom: none
}

.search-box {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
    bottom: -40px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all .3s;
    z-index: 3
}

.search-box.show {
    transform: scaleY(1);
    border: 1px solid #ddd;
}

.search {
    display: flex
}

.search input {
    background: #fff;
    border-right: none;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 40px;
    transition: all .3s;
    width: 210px
}

.search input::placeholder {
    color: #999
}

.search input:hover {
    border-color: #9bd485
}

.search button {
    align-items: center;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center
}

.search button img {
    margin-left: 5px
}

.search-btn-box {
    display: none;
    position: relative
}

.search-btn {
    align-items: center;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center
}

.text-over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.p-over {
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.enlarge {
    display: block;
    height: 100%;
    overflow: hidden;
    transition: all .5s;
    width: 100%
}

.enlarge img {
    transition: all .3s
}

.enlarge:hover img {
    transform: scale(1.05)
}

.back-top {
    align-items: center;
    background: #9bd485;
    border: 2px solid #fff;
    border-radius: 5px;
    bottom: 4vw;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: .9375vw;
    height: 3.6vw;
    justify-content: center;
    opacity: 0;
    padding: 5px;
    position: fixed;
    right: 4vw;
    text-align: center;
    transform: scale(.8) translate(90px, 90px);
    transition: all .3s;
    visibility: hidden;
    width: 3.6vw;
    z-index: -1
}

.back-top:hover {
    background: #215e09
}

.back-top-show {
    opacity: 1;
    transform: scale(1) translate(0);
    visibility: visible;
    z-index: 2
}

.wap-btn button {
    background: none;
    border: none;
    margin-right: 10px
}

.memu-btn {
    display: none;
    height: 35px;
    margin-left: 20px;
    position: relative;
    width: 35px
}

.memu-btn i {
    color: #e9251c;
    content: "";
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    left: 50%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s
}

.memu-btn .memu {
    opacity: 1;
    visibility: visible
}

.memu-btn .close,
.memu-btn.active .memu {
    opacity: 0;
    visibility: hidden
}

.memu-btn.active .close {
    color: #e9251c;
    opacity: 1;
    visibility: visible
}

.home-txt {
    display: none;
    margin: 0 auto;
    width: 95%
}

.home-txt h2 {
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 10px;
    text-align: center
}

.home-txt p {
    color: #666;
    max-height: 54vh;
    overflow-y: scroll;
    text-align: justify;
    word-break: keep-all
}

.container {
    display: flex;
    justify-content: space-between
}

.aside {
    margin-right: 40px;
    width: 20%
}

.aside h2 {
    background: #e9251c;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 70px;
    position: relative;
    text-align: center
}

.aside h2:before {
    background: url(../img/down.png) 50% no-repeat;
    background-size: cover;
    content: "";
    display: none;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    width: 20px
}

.aside h2.show-down:before {
    transform: translateY(-50%) rotate(180deg)
}

.aside ul li {
    background: #fff;
    border-left: 5px solid #e9251c;
    display: none;
    margin-top: 5px;
    position: relative;
    transition: all .3s
}

.aside ul li:before {
    border-bottom: 5px solid transparent;
    border-left: 8px solid #e9251c;
    border-top: 5px solid transparent;
    content: "";
    opacity: 0;
    position: absolute;
    right: 40px;
    top: 16px;
    transition: all .3s
}

.aside ul li>a {
    box-sizing: border-box;
    color: #666;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    transition: all .3s;
    width: 100%
}

.aside ul li.selected:before,
.aside ul li:hover:before {
    opacity: 1;
    right: 20px
}

.aside ul li.selected>a,
.aside ul li:hover>a {
    border-color: #fff;
    color: #e9251c
}

.aside ul li.selected .sub-aside,
.aside ul li:hover .sub-aside {
    display: block
}

.sticky-box {
    position: sticky;
    top: 160px
}

.sub-aside {
    display: none;
    padding-left: 40px
}

.sub-aside a {
    color: #999;
    display: block;
    font-size: 14px;
    padding: 5px 20px;
    position: relative;
    transition: all .3s
}

.sub-aside a:before {
    background: #999;
    content: "";
    height: 5px;
    left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    width: 5px
}

.sub-aside a.active,
.sub-aside a:hover {
    color: #e9251c
}

.sub-aside a.active:before,
.sub-aside a:hover:before {
    background: #e9251c
}

.conent {
    flex: 1;
    width: 0
}

.crumbs {
    align-items: center;
    border-bottom: 2px solid #e9251c;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.crumbs h2 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px
}

.crumbs .position {
    color: #666;
    display: flex;
    font-size: 14px
}

.crumbs .position li:last-of-type i {
    display: none
}

.crumbs .position a {
    color: #666;
    font-size: 14px;
    position: relative;
    transition: all .3s
}

.crumbs .position a:hover {
    color: #e9251c
}

.crumbs .position i {
    margin: 0 5px
}

.pagination {
    margin: 30px 0;
    text-align: center
}

.pagination a {
    border-radius: 5px;
    color: #e9251c;
    font-size: 14px;
    padding: 5px 10px;
    transition: all .3s
}

.pagination a .arr-left {
    margin-right: 5px
}

.pagination a .arr-right {
    margin-left: 5px
}

.pagination a.on,
.pagination a:hover {
    background: #e9251c;
    color: #fff
}

.pagination a.on .arr-left,
.pagination a:hover .arr-left {
    border-right: 5px solid #fff
}

.pagination a.on .arr-right,
.pagination a:hover .arr-right {
    border-left: 5px solid #fff
}

.pagination span {
    font-size: 14px;
    padding: 0 10px
}

.pagination input {
    border: 1px solid #ccc;
    padding: 3px 5px;
    text-align: center;
    width: 30px
}

.pagination i {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent
}

.pagination .arr-left {
    border-right: 5px solid #215e09
}

.pagination .arr-right {
    border-left: 5px solid #215e09
}

.friend-link-box {
    background: rgba(0, 0, 0, .3);
    padding: 30px 0
}

.friend-link-box .w {
    max-width: 1000px
}

.friend-link {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.friend-link span {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-right: 10px
}

.friend-link .link-more {
    color: hsla(0, 0%, 100%, .3);
    cursor: pointer;
    margin-left: 10px
}

.friend-link .link-more:hover {
    color: #fff;
    text-decoration: underline
}

.friend-link .link-more img {
    margin-left: 10px;
    transition: all .3s
}

.friend-link .link-box {
    flex: 1;
    overflow: hidden
}

.friend-link .link-box ul {
    display: flex;
    overflow: hidden
}

.friend-link .link-box ul li {
    color: #fff;
    white-space: nowrap
}

.friend-link .link-box ul li a {
    color: #fff;
    padding: 0 10px;
    white-space: nowrap
}

.friend-link .link-box ul li a:hover {
    color: #fff;
    text-decoration: underline
}

.friend-link .link-box ul li em {
    font-size: 14px
}

.friend-link .link-box ul li:last-of-type em {
    display: none
}

.ny-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: 300px;
    margin-top: 100px;
    overflow: hidden;
    position: relative
}

.ny-bg img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.ny-bg .w {
    color: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.ny-bg h2 {
    font-size: 50px;
    font-weight: 500
}

.ny-bg p {
    font-size: 20px;
    line-height: 1.2em
}

.footer {
    background: url(../img/bg-foot.jpg) center / cover no-repeat;
}

.footer .top {
    border-bottom: 1px solid #636363;
    padding: 40px 0
}

.footer .top .nav-item h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative
}

.footer .top .nav-item h2 a {
    color: #fff;
    font-size: 22px
}

.footer .top .nav-item h2:before {
    background: #fff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 20px
}

.footer .top .nav-item ul li a {
    color: hsla(0, 0%, 100%, .4);
    margin-bottom: 10px;
    white-space: nowrap
}

.footer .top .nav-item ul li a:hover {
    color: #fff
}

.footer .middle {
    padding: 10px 0
}

.footer .middle .w {
    align-items: center
}

.footer .middle .left a {
    display: inline-block
}

.footer .middle .left  {
 color: #fff;
}

.footer .middle .center {
    color: #fff
}

.footer .middle .center h2 {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 24px
}

.footer .middle .center h2 img {
    margin-right: 20px
}

.footer .middle .right {
    align-items: center;
    color: #fff;
    display: flex
}

.footer .middle .right p {
    margin: 10px;
    text-align: center;
}

.footer .middle .right img {
    background: #fff;
    box-sizing: border-box;
    height: 120px;
    padding: 5px;
    width: 120px
}
.code-block{
    margin: 10px;
}

.footer .bot {
    background: rgba(0, 0, 0, .3);
    height: 60px;
    line-height: 60px
}

.footer .bot,
.footer .bot a {
    color: hsla(0, 0%, 100%, .5)
}

.footer .bot a:hover {
    color: #fff
}

.footer .w {
    display: flex;
    justify-content: space-between
}

.wap-btn {
    display: none
}

.conent ul table {
    display: none !important
}

.pb_sys_common {
    margin-top: 40px !important
}

.pb_sys_common a {
    border: none !important;
    border-radius: 5px !important;
    color: #e9251c !important;
    font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei, 华文细黑, STHeiti, MingLiu !important;
    font-size: 14px !important;
    line-height: normal !important;
    padding: 5px 10px !important;
    transition: all .3s !important
}

.pb_sys_common a:hover,
.pb_sys_style3 .p_no_d {
    background: #e9251c !important;
    border: none !important;
    color: #fff !important
}

.ny-subnav {
    border-bottom: 2px solid transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    height: 60px;
    line-height: 60px
}

.ny-subnav ul {
    display: flex
}

.ny-subnav .w {
    overflow: hidden
}

.ny-subnav a {
    border-bottom: 2px solid hsla(0, 0%, 100%, 0);
    padding: 0 10px;
    transition: all .3s;
    font-size: 20px;
}

.ny-subnav a:hover {
    color: #e9251c
}

.ny-subnav .selected a {
    border-color: #e9251c;
    color: #e9251c
}

.main {
    position: relative;
    z-index: 2
}

.main>div {
    padding-top: 60px
}

.nymain>div {
    padding-top: 40px
}

.navigation {
    height: 1px;
    justify-content: space-between;
    left: 50%;
    max-width: 1280px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 5
}

.navigation,
.navigation a {
    align-items: center;
    display: flex
}

.navigation a {
    background: #000;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 70px;
    justify-content: center;
    opacity: .5;
    transition: all .3s;
    width: 70px
}

.navigation a:hover {
    opacity: .9
}

.navigation .prev img {
    transform: rotate(180deg)
}

.swiper-pagination {
    bottom: 40px
}

.swiper-pagination .pag {
    background: hsla(0, 0%, 100%, .3);
    cursor: pointer;
    display: inline-block;
    height: 5px;
    margin-right: 10px;
    position: relative;
    transition: all .3s;
    width: 60px
}

.swiper-pagination .pag.pag-active,
.swiper-pagination .pag:hover {
    background: #fff
}

.banner,
.banner .imgs {
    position: relative
}

.banner .imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 42.1875%
}

.banner .imgs .img-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.banner .imgs .img-box img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%
}

.banner .swiper-pagination {
    bottom: 30px !important
}

.banner2,
.banner2 .imgs {
    position: relative
}

.banner2 .imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 500px
}

.banner2 .imgs .img-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.banner2 .imgs .img-box img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%
}

.banner2 .pic-bg {
    padding: 0 20px
}

.banner2 .pic-bg-item {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    padding: 10px
}

.banner2 .swiper-pagination {
    bottom: 20px;
    width: 100%
}

.banner2 .swiper-pagination .pag {
    background: #fff;
    height: 10px;
    margin-right: 15px;
    opacity: .6;
    width: 10px
}

.banner2 .swiper-pagination .pag.pag-active {
    background: #fff;
    opacity: 1;
    width: 10px
}

.banner2 .swiper-pagination .pag:hover {
    background: #fff;
    opacity: 1
}

.banner2 .swiper-txt {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    display: flex;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.banner2 .new-ti {
    flex: 1;
    font-size: 0;
    width: 0
}

.banner2 .new-ti a {
    box-sizing: border-box;
    color: #fff;
    display: none;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    width: 100%
}

.banner2 .new-ti a:hover {
    color: #e9251c
}

.banner2 .new-ti a.cur {
    display: block
}

.banner2 #cur_new {
    font-size: 14px;
    margin: 0 10px
}

.banner2 #cur {
    font-size: 18px
}

.businessArea .swiper-button-next,
.businessArea .swiper-button-prev {
    background: #000;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 70px;
    justify-content: center;
    opacity: .5;
    transition: all .3s;
    width: 70px;
    line-height: 65px;
    text-align: center;
}

.businessArea .swiper-button-prev img {
    transform: rotate(180deg);
}

.businessArea .swiper-slide-active {}

.swiper-nav {
    align-items: center;
    background: #da251c;
    color: #fff;
    display: flex;
    height: 60px;
    padding: 0 20px
}

.swiper-nav .prev {
    transform: rotate(90deg)
}

.swiper-nav .next {
    transform: rotate(-90deg)
}

.swiper-slide-active .txt {
    opacity: 1;
    visibility: visible
}

.notice-banner .swiper-container {
    height: 70px
}

.notice {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 2
}

.notice .left {
    color: #222;
    font-size: 24px
}

.notice .left img {
    margin-right: 20px
}

.notice .right {
    flex: 1;
    width: 0
}

.notice a {
    align-items: center;
    color: #333;
    display: flex;
    height: 70px;
    font-size: 20px;
    justify-content: center
}

.notice a:hover p {
    color: #e9251c
}

.notice a p {
    max-width: 70%
}

.notice .data {
    margin-right: 30px
}

.notice .w {
    align-items: center;
    display: flex
}

.title {
    position: relative;
    text-align: center
}

.title .en {
    color: rgba(11, 87, 160, .15);
    font-size: 60px;
    line-height: 1em
}

.title .zh {
    color: #222;
    font-size: 30px;
    transform: translateY(-30px)
}

.more-btn-black {
    border: 1px solid #999;
    color: #999;
    border-radius: 50px;
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    transition: all .3s;
    width: 200px;
    z-index: 5;
}

.more-btn {
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    transition: all .3s;
    width: 200px;
    z-index: 5
}

.more-btn:hover {
    background: #e9251c;
    border-color: #e9251c;
    color: #fff
}

.section1 {
    background: url(../img/bg-homenews31.jpg) center/cover no-repeat;
    background-size: cover;
    padding-bottom: 60px
}

.section1 .info {
    background: #fff;
    display: flex;
    margin: 40px 0 60px
}

.section1 .info-left {
    width: 56%
}

.section1 .info-right {
    background: #fff;
    flex: 1;
    margin: 0 10px;
    width: 0
}

.section1 .info-right ul li a {
    align-items: center;
    border-bottom: 1px dashed #ddd;
    display: flex;
    padding: 23px 0
}

.section1 .info-right ul li a:hover {
    color: #fff;
    background: #08254f;
}

.section1 .info-right .txt {
    flex: 1;
    font-size: 18px;
    width: 0
}

.section1 .info-right .data {
    border-right: 1px solid #ddd;
    color: #999;
    font-size: 14px;
    margin-right: 30px;
    padding: 0 20px;
    text-align: center
}

.section1 .title .zh {
    color: #fff
}

.section1 .title .en {
    color: rgba(255, 255, 255, .05)
}

.section1 .info-right .data h2 {
    font-size: 24px;
    font-weight: 500
}

.section2 {
    background: #fff
}

.section2 .w {
    display: flex
}

.section2 .title {
    text-align: left;
    width: 100%
}

.section2 .title .zh {
    color: #222
}

.section2 .title .en {
    background: #f8f8f8;
    position: relative
}

.section2 .title .en a {
    align-items: center;
    color: #999;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%)
}

.section2 .title .en a:hover {
    color: #e9251c
}

.section2 .title .en a span {
    background: #e9251c;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    margin-left: 5px;
    text-align: center;
    width: 16px
}

.section2 .info-left {
    margin-right: 40px;
    width: 58%
}

.section2 .zt-list {
    display: flex;
    font-size: 0
}

.section2 .zt-list li {
    overflow: hidden;
    transition: all .3s;
    width: 35%
}

.section2 .zt-list li.cur {
    width: 50%
}

.section2 .zt-list li a {
    display: block;
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 400px
}

.section2 .zt-list img {
    height: 300px;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.section2 .info-right {
    flex: 1;
    height: 300px;
    width: 0
}

#video {
    height: 300px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    width: 100%
}

.vjs-big-play-centered .vjs-big-play-button {
    border-radius: 50%;
    margin: 0 !important;
    transform: translate(-50%, -50%)
}

.video-js .vjs-big-play-button {
    font-size: 50px;
    width: 1.7em
}

.section3 {
    background: #fff;
    padding-bottom: 80px
}

.section3 ul {
    margin-bottom: 60px;
    position: relative
}

.section3 ul,
.section3 ul li {
    height:700px;
    transition: all .5s ease-in-out
}

.section3 ul li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    position: absolute;
    top: 0;
    width: calc(25% - 1px)
}

.section3 ul li a {
    font-size: 16px;
    height: 700px;
    position: relative;
    transition: all .5s ease-in-out;
    width: 100%;
    z-index: 6;
    overflow: hidden;
}

.section3 ul li a img {
    height: 700px;
    max-width: fit-content;
}

.section3 ul li.active img {
    transform: scale(1.1);
    transition: all .5s;
}

.section3 ul li.active {
    width: calc(40% - 1px) !important
}

.section3 ul li.active a {
    background: rgba(0, 0, 0, 1);
    z-index: 9;
}

.section3 ul li.active .title-box {
    left: 90px;
    top: 90px;
    transform: none;
    z-index: 9;
}

.section3 ul li.active .txt-box {
    opacity: 1;
    visibility: visible
}

.section3 ul li.no-active {
    width: calc(32% - 1px) !important
}

.section3 ul li .txt-box {
    background-image: linear-gradient(to bottom, transparent 0%, #00428e 95%);
    background-repeat: repeat-x;
    box-sizing: border-box;
    opacity: 0;
    padding: 0 90px;
    bottom: 0;
    position: absolute;
    top: 40%;
    transition: all .5s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 5;
}

.section3 ul li .txt {
    box-orient: vertical;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    line-height: 1.8em;
    margin-bottom: 60px;
    overflow: hidden
}

.section3 ul li .more-btn {
    border-color: #fff;
    color: #fff;
    margin-left: 0
}

.section3 ul li .more-btn:hover {
    border-color: #e9251c
}

.section3 ul .title-box {
    left: 50%;
    position: absolute;
    top: 3%;
    transform: translate(-50%, -50%);
    transition: all .5s ease-in-out
}

.section3 ul .title {
    position: relative
}

.section3 ul .title:before {
    display: none;
    background: #e9251c;
    bottom: -15px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 50px
}

.section3 ul .title .en {
    color: hsla(0, 0%, 100%, .9);
    font-size: 36px;
    display: none;
}

.section3 ul .title .zh {
    top: 100px;
    color: #fff;
    font-size: 24px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 7px 20px;
    text-shadow: #000 1px 3px 3px;
}

.section3 .infos {
    overflow: hidden;
    position: relative;
    width: 100%
}

.section5 {
    background: url(../img/link_bg.jpg) center/cover no-repeat;
    padding-bottom: 60px
}

.section5 .w {
    display: flex;
    justify-content: space-between
}

.section5 .info-left {
    background: #fff;
    display: flex;
    height: 220px;
    margin-right: 40px
}

.section5 .info-left li {
    overflow: hidden;
    position: relative;
    transition: all .3s;
    width: 45px
}

.section5 .info-left li.cur {
    width: 685px
}

.section5 .info-left li.cur h2 {
    background: #e9251c;
    border-color: #e9251c;
    color: #fff;
    height: 100%
}

.section5 .info-left li.cur h2:before {
    color: #fff;
    transform: rotate(-90deg)
}

.section5 .info-left .link-box {
    box-sizing: border-box;
    font-size: 0;
    left: 45px;
    overflow: hidden;
    padding: 30px;
    position: absolute;
    top: 0;
    width: 640px
}

.section5 .info-left .link-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.section5 .info-left .link-box li {
    display: inline-block;
    margin-top: 20px;
    width: 48%
}

.section5 .info-left .link-box li:first-child,
.section5 .info-left .link-box li:nth-child(2) {
    margin-top: 0
}

.section5 .info-left .link-box a {
    display: block;
    font-size: 16px;
    padding-left: 30px;
    position: relative;
    writing-mode: horizontal-tb
}

.section5 .info-left .link-box a:before {
    background: url(../img/new-ti.png) 50% no-repeat;
    background-size: cover !important;
    content: "";
    height: 5px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px
}

.section5 .info-left .link-box a:hover {
    color: #e9251c
}

.section5 .info-left h2 {
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    color: #e9251c;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    height: 100%;
    line-height: 45px;
    padding-top: 30px;
    position: relative;
    width: 45px;
    writing-mode: vertical-lr
}

.section5 .info-left h2:before {
    bottom: 20px;
    color: #ccc;
    content: ">";
    font-family: fangsong;
    font-size: 16px;
    height: 20px;
    left: 14px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    transform: rotate(0deg);
    transition: all .3s;
    width: 20px
}

.section5 .info-right {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    justify-content: space-between;
    width: 545px
}

.section5 .info-right a {
    display: block;
    font-size: 16px;
    width: 265px
}

.section5 .info-right a .imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 100px;
    position: relative
}

.section5 .info-right a .imgs .img-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.section5 .info-right a .imgs .img-box img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%
}

.section6 .w .txt {
    display: flex;
    justify-content: space-between
}

.section6 .img-1 {
    width: 48.4375%
}

.section6 .img-1 .imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 74%;
    position: relative
}

.section6 .img-1 .imgs .img-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.section6 .img-1 .imgs .img-box img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%
}

.section6 .imgs {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1)
}

.section6 img {
    background: #fff;
    box-sizing: border-box;
    padding: 5px
}

.section6 a {
    color: #222;
    display: block;
    font-size: 18px;
    text-align: center
}

.section6 a:hover {
    color: #215e09
}

.section6 a:hover img {
    background: #215e09
}

.section6 p {
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    padding: 0 20px
}

.section6 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%
}

.section6 ul li {
    width: 46.875%
}

.section6 ul .imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 65.66%;
    position: relative
}

.section6 ul .imgs .img-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.section6 ul .imgs .img-box img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%
}

.slide-box,
.slide-box-item {
    position: relative
}

.slide-box-item {
    height: 100%;
    width: 100%
}

.slide-box-item .slide-item {
    position: absolute;
    transition: all .5s
}

.slide-box-item .slide-item .slide-img {
    display: block;
    padding-bottom: 66.66%;
    position: relative;
    width: 100%
}

.slide-box-item .slide-item .slide-img img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.slide-box-item .slide0 {
    background: hsla(0, 0%, 100%, .3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    left: 50%;
    opacity: 1;
    padding: 10px;
    top: 100px;
    transform: translateX(-50%);
    width: 65%;
    z-index: 3
}

.slide-box-item .slide1,
.slide-box-item .slide4 {
    opacity: .9;
    top: 50px;
    width: 45%;
    z-index: 2
}

.slide-box-item .slide4 {
    left: 0
}

.slide-box-item .slide1 {
    right: 0
}

.slide-box-item .slide2,
.slide-box-item .slide3 {
    opacity: .5;
    top: 0;
    width: 35%;
    z-index: 1
}

.slide-box-item .slide2 {
    right: 13%
}

.slide-box-item .slide3 {
    left: 13%
}

.slide-box-nav {
    width: calc(100% - 60px)
}

.slide-box-nav a {
    border: 2px solid #fff;
    height: 58px;
    width: 58px
}

.roll-box {
    height: 300px;
    overflow: hidden
}

.hot-new,
.hot-new-pic {
    border-bottom: 1px dashed #c3ccdf;
    color: #666;
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.hot-new h2,
.hot-new-pic h2 {
    color: #e9251c;
    font-size: 18px;
    font-size: 500;
    margin-bottom: 10px
}

.hot-new-pic:hover h2,
.hot-new:hover h2 {
    text-decoration: underline
}

.hot-new-pic {
    border-bottom: none;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 0
}

.hot-new-pic .new-left {
    margin-right: 20px;
    width: 120px
}

.hot-new-pic .new-left .imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 66.66%;
    position: relative
}

.hot-new-pic .new-left .imgs .img-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.hot-new-pic .new-left .imgs .img-box img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%
}

.hot-new-pic .new-right {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between
}

.hot-new-pic .new-right h2 {
    font-size: 14px
}

.hot-new-pic .new-right span {
    color: #666
}

.hot-new-date {
    display: flex;
    padding-bottom: 20px
}

.hot-new-date:hover .new-right h2 {
    color: #9bd485
}

.hot-new-date .new-left {
    align-items: center;
    background: #215e09;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: center;
    margin-right: 20px;
    padding: 0 5px;
    width: 60px
}

.hot-new-date .new-left h3 {
    border-bottom: 1px solid #fff;
    font-size: 16px;
    text-align: center
}

.hot-new-date .new-left p {
    font-size: 12px
}

.hot-new-date .new-right {
    border-bottom: 1px dashed #999;
    color: #999;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    width: 0
}

.hot-new-date .new-right h2 {
    color: #333;
    font-size: 16px
}

.hot-new-date .new-right p {
    height: 48px
}

.hot-new-date .new-right span {
    color: #e9251c
}

.hot-new-date .new-right span:hover {
    text-decoration: underline
}

.menu-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

.menu-list li {
    width: 32%
}

.menu-list li a {
    background: #6e5b4f;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    transition: all .3s
}

.menu-list li a:hover {
    background: #e9251c
}

.menu-list li a:hover:before {
    border-color: #cb7976
}

.menu-list li a:before {
    border: 1px solid #948579;
    border-radius: 5px;
    bottom: 3px;
    content: "";
    left: 3px;
    position: absolute;
    right: 3px;
    top: 3px
}

.about {
    background: #9bd485;
    border-radius: 5px;
    color: #6e5b4f;
    font-size: 14px;
    padding: 20px 10px 20px 20px
}

.about,
.about .txt {
    display: flex;
    justify-content: space-between
}

.about .txt {
    flex-direction: column
}

.about .img {
    background: #fff;
    border-radius: 5px;
    padding: 5px
}

.about h2 {
    color: #333;
    font-size: 20px;
    font-weight: 500
}

.about h2 em {
    color: #e9251c
}

.tab-ti {
    border-bottom: 2px solid #ddd;
    font-size: 0;
    height: 60px;
    line-height: 60px
}

.tab-ti a {
    font-size: 20px;
    padding: 0 13px;
    position: relative
}

.tab-ti a.cur,
.tab-ti a:hover {
    color: #fff;
    background: #08254f
}

.tab-ti a.cur:after {
    opacity: 1
}

.tab-ti a:before {
    background: #ddd;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.tab-ti a:after {
    bottom: -2px;
    content: "";
    height: 2px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 30px
}

.tab-body>div {
    display: none
}

.tab-body>div:first-child {
    display: block
}

.newlist li {
    border-bottom: 1px dashed #999;
    margin-bottom: 18px
}

.newlist li:last-of-type {
    margin-bottom: 0
}

.newlist li a {
    color: #222;
    display: flex;
    font-size: 14px;
    padding-left: 20px;
    position: relative
}

.newlist li a p {
    flex: 1;
    margin-right: 20px;
    transition: all .3s;
    width: 0
}

.newlist li a span {
    color: #999
}

.newlist li a:before {
    background: url(../img/new-icon.png) 50% no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px
}

.newlist li a:hover {
    color: #e9251c
}

.newlist li a:hover p {
    transform: translateX(5px)
}

.ny-header {
    box-shadow: 0 3px 10px #eee
}

.ny-new li {
    border-bottom: 1px dashed #9bd485;
    margin-bottom: 0;
    padding: 20px 0
}

.ny-new li:first-of-type {
    padding-top: 0
}

.ny-new li a {
    font-size: 16px
}

.ny-new li a span {
    font-size: 14px
}

.new-date-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.new-date-list li {
    background: #fff;
    height: 100px;
    margin-top: 20px;
    position: relative;
    width: calc(50% - 10px)
}

.new-date-list li:first-child,
.new-date-list li:nth-child(2) {
    margin-top: 0
}

.new-date-list li:after {
    background: #9bd485;
    bottom: 0;
    content: "";
    height: 2px;
    left: 15px;
    position: absolute;
    transition: all .3s;
    width: 53px
}

.new-date-list li:hover:after {
    background: #215e09;
    left: 0;
    width: 100%
}

.new-date-list li a {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 15px
}

.new-date-list li a .txt {
    flex: 1;
    margin-left: 20px;
    transition: all .3s;
    width: 0
}

.new-date-list li a .txt p {
    height: 46px
}

.new-date-list li a:hover .txt {
    color: #215e09
}

.new-date-list li .date {
    color: #999;
    text-align: right
}

.new-date-list li .date h3 {
    color: #9bd485;
    font-size: 18px;
    font-weight: 500
}

.new-date-list li .date p {
    font-size: 14px
}

.new-date-list li .txt {
    color: #333;
    display: flex;
    flex: 1;
    transition: all .3s
}

.new-date-list-row li {
    border-bottom: 1px solid #999;
    padding: 20px 0
}

.new-date-list-row li:first-of-type {
    padding-top: 0
}

.new-date-list-row li a {
    display: block;
    font-size: 16px;
    transition: all .3s
}

.new-date-list-row li a:hover {
    color: #215e09
}

.new-date-list-row li a .time {
    align-items: center;
    color: #999;
    display: flex;
    margin-bottom: 9px;
    transition: all .3s
}

.new-date-list-row li a .time img {
    margin-right: 10px
}

.new-date-list-row li a .time div {
    display: flex
}

.new-date-list-row li a .time strong {
    font-size: 18px;
    font-weight: 500;
    line-height: 1em
}

.new-date-list-row li a .time span {
    align-self: flex-end;
    font-size: 14px;
    line-height: 1em
}

.article h1 {
    font-size: 26px;
    font-weight: 500;
    padding: 0 80px;
    text-align: center
}

.article .article-data {
    border-bottom: 1px dashed #999;
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center
}

.article .article-body {
    margin-top: 30px
}

.list1 a {
    display: flex;
}

.list1 li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.list1 li:hover h2 {
    color: #e9251c
}

.list1 li:last-of-type {
    margin-bottom: 0
}

.list1 h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0
}

.list1 p {
    color: #999;
    margin: 10px 0
}

.list1 .data {
    color: #999;
    font-size: 14px;
    text-align: right
}

.rolelist li {
    margin-top: 40px
}

.rolelist a {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    display: flex;
    font-size: 14px;
    padding: 20px;
    position: relative;
    transition: all .3s
}

.rolelist a:hover {
    box-shadow: 0 3px 10px #999
}

.rolelist a:hover h1 {
    color: #e9251c
}

.rolelist .left-img {
    width: 15%
}

.rolelist .left-img .imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 135%;
    position: relative
}

.rolelist .left-img .imgs .img-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.rolelist .left-img .imgs .img-box img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%
}

.rolelist .txt {
    flex: 1;
    margin-left: 40px;
    width: 0
}

.rolelist h1 {
    border-bottom: 1px solid #eee;
    color: #222;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.rolelist h1 em {
    color: #999;
    font-size: 14px
}

.rolelist p {
    box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.8em;
    overflow: hidden
}

.piclist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.piclist li {
    margin-bottom: 4%;
    margin-right: 1%;
    width: 48%;
    border-radius: 6px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    border: 1px solid #efeff4;
}

.piclist li:nth-child(2n) {
    margin-right: 0
}

.piclist a {
    border-radius: 5px;
    font-size: 14px;
    transition: all .3s
}

.piclist a,
.piclist a .imgs {
    display: block;
    position: relative
}

.piclist a .imgs {
    overflow: hidden;
    padding-bottom: 66.66%
}

.piclist a .imgs .img-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.piclist a .imgs .img-box img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%
}

.piclist a .imgs img {
    background: #fff;
    box-sizing: border-box;
    padding: 5px
}

.piclist a:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3)
}

.piclist a:hover p {
    color: #e9251c
}

.piclist a:hover img {
    transform: scale(1.1)
}

.piclist a p {
    background: #fff;
    box-sizing: border-box;
    color: #222;
    height: 50px;
    line-height: 45px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: all .3s
}
.article img{
    margin:10px auto 30px;
    display: block;
    max-width: 800px;
}
.article .paging_content{
    padding: 20px;
    background: #f6fdff;
}

.system-enter{
    background: url(../img/xt_bg.jpg) center/cover no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    margin-top: 60px;
}


@media (min-width:2500px) and (max-width:3000px) {
    html {
        font-size: 18px;
    }
    .section5 .info-left .link-box li{
        margin-top: 8px!important;
    }
    .section5 .info-left li.cur {
        width: 1200px;
    }
    .section5 .info-left .link-box li {
        width: 30%;
    }
    .w {        
        max-width: initial;
        width: 85%;
    }
    .nav ul li>a{
        font-size: 24px;
    }
    .banner-text h2{
        font-size: 75px;
    }
    .banner-text p{
        font-size: 30px;
    }
    .banner-text span{
        letter-spacing: 10px;
    }
    .notice a{
        font-size: 22px;
    }
    .footer .top .nav-item h2 a{
        font-size: 24px;
    }
    .footer .top .nav-item ul li a{
         font-size: 20px;
    }
     
    .section3 ul,
    .section3 ul li {
        height: 800px;
    }

    .section3 ul li a {
        font-size: 18px;
        height: 800px;
    }

    .section3 ul li a img {
        height: 800px;
    }
    .ny-subnav a{
         font-size: 24px;
    }
    .list1 h2 {
        font-size: 22px;
    }
    .section5 .info-left li.cur{
       
    }
    .section5 .info-left .link-box{
         width: 1200px;
    }
    
}


@media(max-width:1440px) {
    html {
        font-size: 14px
    }

    .nav ul li>a {
        padding: 0 10px 10px
    }

    .top-link a {
        margin-right: 10px;
        padding-right: 10px
    }
    .article img{
        max-width: 100%;
    }
}

@media(max-width:1280px) {
    .section1 .hot {
        width: 28.5%
    }

    .tab-ti a {
        font-size: 14px;
        padding: 0 10px
    }

    .section1 .info-right {
        box-sizing: border-box;
        margin: 0;
        padding: 0 10px
    }

    .section5 .info-left .link-box {
        padding: 10px;
        width: 500px
    }

    .section5 .info-left li.cur {
        width: 545px
    }

    .section5 .info-right a {
        width: 50%
    }
}

@media(max-width:910px) {
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 0;
    }
    .ny-subnav {
        height: 40px;
        line-height: 40px
    }

    .ny-subnav .w {
        overflow-x: scroll
    }

    .ny-subnav a {
        white-space: nowrap
    }

    .ny-bg {
        height: 150px;
        margin-top: 80px
    }

    .ny-bg h2 {
        font-size: 24px
    }

    .ny-bg p {
        font-size: 18px
    }

    .navigation a {
        height: 40px;
        width: 40px
    }

    .navigation a img {
        max-width: 70%
    }

    .section3 {
        padding-bottom: 40px
    }

    .section3 ul {
        margin-bottom: 20px
    }

    .section5 .info-left {
        height: 400px;
        margin-right: 0;
        width: 100%
    }

    .section5 .info-left .link-box {
        width: calc(100% - 45px)
    }

    .section5 .info-left li.cur {
        width: 100%
    }

    .section5 .info-right a {
        width: 50%
    }

    .section5 .info-right {
        flex: unset;
        margin-top: 20px;
        width: 100%
    }

    .section5 .info-left .link-box li {
        width: 100%
    }

    .section5 {
        padding-bottom: 30px
    }

    .title .en {
        font-size: 36px
    }

    .title .zh {
        font-size: 24px
    }

    .head .logo img {
        height: 50px
    }

    .footer .top,
    .notice .left {
        display: none
    }

    .footer .w {
        flex-wrap: wrap
    }

    .footer .w .middle>div {
        width: 100%
    }

    .main .w {
        flex-wrap: wrap;
        margin-top: 0;
        width: 95%;
    }

    .col-2 {
        margin-bottom: 40px;
        width: 100%
    }

    .banner2 .imgs {
        padding-bottom: 66.66%
    }

    .top-link a {
        margin-right: 20px;
        padding-right: 20px
    }

    .wap-btn {
        display: flex
    }

    .head,
    .header,
    .header .w {
        height: 80px
    }

    .title.left .ti {
        text-align: center
    }

    .logo h1 {
        font-size: 16px
    }

    .logo h1 .sub {
        font-size: 12px
    }

    .header .right {
        align-self: center
    }

    .top-link {
        align-items: center
    }

    .nav ul {
        background: rgba(233, 37, 28, .8);
        bottom: 0;
        opacity: 0;
        padding: 20px 20px 0;
        position: fixed;
        right: 0;
        top: 80px;
        transform: translateX(100%);
        transition: all .3s;
        visibility: hidden;
        width: 50%;
        z-index: -1
    }

    .nav ul,
    .nav ul li {
        box-sizing: border-box;
        display: block
    }

    .nav ul li {
        height: auto;
        margin-right: 0;
        position: relative;
        width: 100%
    }

    .nav ul li:before {
        background: url(../img/arr.png) 50% no-repeat;
        background-size: contain !important;
        content: "";
        height: 16px;
        position: absolute;
        right: 0;
        top: 12px;
        transform: rotate(-90deg);
        width: 16px
    }

    .nav ul li>a {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-size: 16px;
        height: auto;
        height: 40px;
        line-height: 40px;
        padding-bottom: 0;
        text-align: left;
        width: auto
    }

    .nav ul li:hover .navbox {
        transform: none
    }

    .nav ul.show {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
        z-index: 5
    }

    .nav ul li:after {
        display: none
    }

    .nav ul li.selected,
    .nav ul li.selected>a,
    .nav ul li:hover,
    .nav ul li:hover>a {
        background: none !important
    }

    .navbox {
        background: none;
        display: none;
        opacity: 1;
        padding-left: 20px;
        position: static;
        transform: none;
        transition: none;
        z-index: 1
    }

    .navbox>a {
        color: #fff;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        margin-right: 10px;
        text-align: left
    }

    .memu-btn,
    .search-btn-box {
        display: block
    }

    .search-box {
        border-radius: 0;
        bottom: unset;
        box-sizing: border-box;
        left: 0;
        position: fixed;
        top: 80px;
        width: 100%
    }

    .search-box input {
        flex: 1;
        width: 0
    }

    .home {
        font-size: 12px;
        margin-right: 10px
    }

    .more-btn {
        margin: 10px auto 0;
        transform: scale(.8)
    }

    .section1 {
        margin-bottom: 20px
    }

    .section1 .info {
        flex-wrap: wrap;
        margin-bottom: 0;
        margin-top: 0
    }

    .section1 .info-left {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%
    }

    .section1 .info-right {
        flex: unset;
        width: 100%
    }

    .main>div {
        padding-top: 20px
    }

    .banner2 .new-ti a {
        height: 40px;
        line-height: 40px
    }

    .tab-ti {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap
    }

    .tab-ti a {
        font-size: 16px
    }

    .section1 .info-right ul li a {
        padding: 15px 0
    }

    .section2 .info-left {
        margin-right: 0;
        width: 100%
    }

    .section2 .info-right {
        flex: unset;
        height: auto;
        margin-bottom: 0;
        margin-top: 20px;
        width: 100%
    }

    .footer {
        text-align: center
    }

    .footer .bot {
        height: auto;
        line-height: 1.8em;
        padding: 20px 0
    }

    .footer .middle .center h2 {
        justify-content: center;
        margin: 0 auto
    }

    .footer .middle .center {
        font-size: 14px;
        margin: 20px 0
    }

    .footer .middle .center h2 {
        font-size: 18px
    }

    .footer .middle {
        padding: 30px 0
    }

    .footer .middle .right {
        justify-content: center;
        width: 100%
    }

    

    .footer .bot {
        padding: 10px 0
    }

    .footer .bot .w {
        font-size: 14px;
        justify-content: center
    }

    .footer .bot .w p {
        padding: 0 0 10px
    }

    .footer .bot .w a {
        font-size: 14px
    }
}

@media(max-width:768px) {
    .section3 ul li {
        width: 100% !important
    }

    .section3 ul li a {
        background: rgba(8, 37, 79, .9)
    }

    .section3 ul li a .txt-box {
        margin-top: 130px;
        opacity: 1;
        padding: 0 30px;
        position: static;
        top: 0;
        visibility: visible
    }

    .section3 ul li a .txt-box .txt {
        box-orient: vertical;
        line-clamp: 8;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-bottom: 20px;
        overflow: hidden
    }

    .section3 ul li .more-btn {
        bottom: 30px;
        left: 50%;
        margin: 0;
        position: absolute;
        transform: translateX(-50%) scale(.8)
    }

    .section3 ul .title-box {
        top: 10%;
        transform: translateX(-50%)
    }

    .section2 .zt-list {
        flex-wrap: wrap
    }

    .index-box a,
    .section2 .zt-list li,
    .section2 .zt-list li.cur {
        margin-bottom: 20px;
        width: 100%
    }

    .index-box a {
        border-radius: 20px;
        font-size: 20px;
        height: 50px;
        line-height: 50px
    }

    .tab {
        margin-bottom: 20px
    }

    .tab-body-item>div {
        padding: 20px 10px
    }

    .article-title {
        font-size: 20px;
        padding: 0 20px 10px
    }

    .container {
        flex-wrap: wrap
    }

    .crumbs {
        margin-bottom: 10px
    }

    .aside {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%
    }

    .aside ul {
        display: none
    }

    .aside h2:before {
        display: block
    }

    .conent {
        width: 100%
    }

    .header_fixed {
        animation: zoomInbig .3s;
        box-shadow: 0 0 10px #666;
        position: fixed;
        top: 0
    }

    .footer p,
    .friend-link-box {
        padding: 10px 0
    }

    .article h1 {
        font-size: 26px;
        font-weight: 500;
        padding: 0 20px
    }

    .rolelist .left-img {
        width: 35%
    }

    .rolelist h1 {
        font-size: 20px
    }

    .piclist li {
        margin-right: 0;
        width: 48%
    }

    .aside h2 {
        height: 60px;
        line-height: 60px
    }
}

@media(max-width:460px) {
    .main .w {
        padding-top: 20px !important
    }

    
    .section5 .info-right a {
        margin-bottom: 10px;
        width: 100%
    }
}