.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")
}

@-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
}

body,
html {
    min-width: 1280px;
    width: 100%;
    height: 100%;
    position: relative;
    height: initial;
}

.pb-200 {
    padding-bottom: 200px;
}

.w {
    margin: 0 auto;
    width: 1280px
}

.w290 {
    width: 290px
}

.w360 {
    width: 360px
}

.w400 {
    width: 400px
}

.w420 {
    width: 420px
}

.w440 {
    width: 440px
}

.w600 {
    width: 600px
}

.w620 {
    width: 620px
}

.w840 {
    width: 840px
}

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)
    }
}

.ny-main {
    margin-bottom: 40px
}

.index-body {
    background: #e6ecf3
}

.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 #07468a;
    border-radius: 1.5vw;
    color: #07468a;
    display: block;
    font-size: 1vw;
    line-height: 3vw;
    margin-bottom: 1.5vw;
    text-align: center;
    width: 48%
}

.index-box a:hover {
    background: #07468a;
    color: #fff
}

.index-box a:nth-last-of-type() {
    border-bottom: none
}

.header {
    height: 180px;
    transition: all .3s;
    width: 100%;
    z-index: 10
}

.header .i2 {
    display: none
}

.head {
    background: url(../img/top_bg.jpg) 50% no-repeat;
    background-size: cover;
    width: 100%
}

.head .w {
    align-items: center;
    display: flex;
    height: 120px;
    justify-content: space-between;
    transition: height .3s
}

.head .right {
    position: relative
}

.home {
    color: #07468a;
    margin-right: 30px
}

.home:hover {
    text-decoration: underline
}

.nav {
    background: #07468a;
    transition: all .3s;
    width: 100%;
    z-index: 5
}

.nav ul {
    display: flex
}

.nav ul li {
    position: relative;
    width: 20%
}

.nav ul li:after {
    background: hsla(0, 0%, 100%, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 1px
}

.nav ul li:first-child:after {
    display: none
}

.nav ul li>a {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    transition: all .3s;
    white-space: nowrap
}

.nav ul li.parent>a,
.nav ul li.selected>a,
.nav ul li:hover>a {
    background: #125eac
}

.nav ul li:hover .navbox {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
    z-index: 2
}

.nav_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10
}

.navbox {
    bottom: 0;
    font-size: 0;
    left: 50%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%, 90%);
    transition: all .3s;
    visibility: hidden;
    z-index: -1
}

.navbox-item {
    background: rgba(7, 70, 138, .8);
    box-sizing: border-box;
    min-width: 100%;
    overflow: hidden;
    padding: 10px
}

.navbox-item>a {
    box-sizing: border-box;
    color: hsla(0, 0%, 100%, .5);
    display: block;
    font-size: 16px;
    line-height: 40px;
    margin-right: 5px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    transition: all .3s;
    white-space: nowrap
}

.navbox-item>a:hover {
    color: #fff
}

.navbox-item>a:last-of-type {
    border-bottom: none
}

.search-box {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
    bottom: -15px;
    display: none;
    padding: 0 20px;
    position: absolute;
    right: 0
}

.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: #07468a
}

.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 {
    position: relative
}

.search-btn {
    align-items: center;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-left: 20px
}

.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)
}

.wap-btn {
    display: none
}

.wap-btn button {
    background: none;
    border: none;
    margin-right: 10px
}

.memu-btn {
    display: none;
    height: 35px;
    margin-right: 10px;
    position: relative;
    width: 35px
}

.memu-btn i {
    color: #fff;
    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: #fff;
    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
}

.container .conent {
    flex: 1;
    width: 0;
    min-height: 600px;
position: relative;
}

.aside {
    margin-right: 40px;
    width: 20%
}

.aside h2 {
    background: #07468a;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 60px;
    padding-left: 10px;
    position: relative
}

.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 {
    background: #07468a;
    padding-bottom: 10px;
    padding-left: 10px
}

.aside ul li {
    background: #fff;
    position: relative;
    transition: all .3s
}

.aside ul li:before {
    border-bottom: 5px solid transparent;
    border-left: 8px solid #07468a;
    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: #000;
    line-height: 40px;
    padding-left: 20px;
    transition: all .3s;
    width: 100%
}

.aside ul li.parent:before,
.aside ul li.selected:before,
.aside ul li:hover:before {
    opacity: 1;
    right: 20px
}

.aside ul li.parent>a,
.aside ul li.selected>a,
.aside ul li:hover>a {
    border-color: #fff;
    color: #07468a
}

.aside ul li.parent .sub-aside,
.aside ul li.selected .sub-aside,
.aside ul li .sub-aside {
    display: block
}

.sticky-box {
    position: sticky;
    top: 160px
}

.sub-aside {     
    padding-left: 20px
}

.sub-aside a {
    color: #444;
    display: block;
    font-size: 15px;
    padding: 5px 20px;
    position: relative;
    transition: all .3s
}
.sub-aside a.selected{
 color: #369;
}
.sub-aside a.selected:before{
  background: #369;
}
.sub-list a.selected:before{
  background: none;
}
.sub-aside a:before {
    background: #555;
    content: "";
    height: 5px;
    left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    width: 5px
}
.sub-list a{
 font-size: 14px;
  color: #555;
    padding: 4px 15px;
}
.sub-list a.selected{
 color: #369;
}
.sub-list a:before{
background: #fff;
}

.sub-aside a.active,
.sub-aside a:hover {
    color: #07468a
}

.sub-aside a.active:before,
.sub-aside a:hover:before {
    background: #07468a
}

.conent>.article {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 40px
}

.crumbs {
    align-items: center;
    border-bottom: 2px solid #07468a;
    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: #07468a
}

.crumbs .position i {
    margin: 0 5px
}

.pagination {
    margin: 30px 0;
    text-align: center;
 
}

.pagination a {
    border: 1px solid #07468a;
    color: #07468a;
    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: #07468a;
    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 #125eac
}

.pagination .arr-right {
    border-left: 5px solid #125eac
}

.friend-link {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.friend-link span {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-right: 20px
}

.friend-link .link-more {
    align-items: center;
    color: hsla(0, 0%, 100%, .7);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    margin-left: 20px
}

.friend-link .link-more:hover {
    color: #fff
}

.friend-link .link-more img {
    margin-left: 10px
}

.friend-link .link-box {
    flex: 1;
    overflow: hidden;
    width: 0
}

.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-image: url(../img/banner.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: 300px;
    overflow: hidden
}

.ny-bg img {
    margin-top: -100px
}

.footer {
    background: #125eac;
    color: #fff;
    padding: 15px 0
}

.foot-block {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.footer .w,
.pather {
    display: flex;
    justify-content: space-between
}

.pather {
    color: #fff;
    flex-wrap: wrap;
    font-size: 18px;
    max-width: 1010px;
    width: 100%
}

.pather ul {
    display: flex;
    flex-wrap: wrap
}

.pather ul li {
    margin-left: 40px;
    margin-top: 20px;
    position: relative;
    width: 200px
}

.pather ul li:first-of-type,
.pather ul li:nth-child(5n) {
    margin-left: 0 !important
}

.pather .w100 {
    margin-top: 30px
}

.pather .w100 ul li {
    margin-left: 70px
}

.pather a {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 40%;
    width: 100%
}

.pather img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wx {
    padding-top: 50px
}

.wx-item {
    color: #fff;
    width: 150px
}

.wx-item img {
    background: #fff;
    box-sizing: border-box;
    height: 150px;
    padding: 10px;
    width: 100%
}

.wx-item p {
    margin: 5px 0 10px;
    text-align: center
}

.copyright {
    background: #07468a;
    color: #fff;
    font-size: 14px;
    line-height: 1.8em
}

.copyright .w {
    padding: 20px 0;
    position: relative;
    text-align: center
}

.back-top {
    align-items: center;
    background: #07468a;
    border: 2px solid #5a8fc5;
    border-radius: 10px;
    color: hsla(0, 0%, 100%, .5);
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-size: 18px;
    height: 68px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 68px
}

.back-top p {
    margin-top: 10px
}

.sunchn {
    color: #07468a;
    font-size: 14px
}

.sunchn:hover {
    color: #fff
}

.article-title {
    border-bottom: 1px dashed #999;
    color: #333;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0 60px 20px;
    text-align: center
}

.article-data {
    color: #666;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center
}

.ny-banner img {
    height: 300px;
    object-fit: cover;
    width: 100%
}

.subnav {
    background: linear-gradient(#fff, #eee);
    border-bottom: 2px solid #125eac
}

.subnav .w {
    text-align: center
}

.subnav a {
    color: #333;
    display: inline-block;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    width: 10%
}

.subnav a.selected,
.subnav a:hover {
    background: #125eac;
    color: #fff;
    font-size: 18px
}

.list {
    background: #fff
}

.list li {
    border-bottom: 1px solid #eee
}

.list li a {
    align-items: flex-start;
    display: flex;
    padding: 40px 60px
}

.list li a h2 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px
}

.list li a p {
    color: #666;
    height: 48px
}

.list li:hover a h2 {
    color: #07468a
}

.list .txt {
    flex: 1;
    margin-right: 80px;
    width: 0
}

.list .data {
    border: 1px solid #999;
    border-radius: 20px;
    color: #999;
    font-size: 14px;
    padding: 5px 10px
}

.about {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 100%
}

.about-left {
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    margin-right: 4%;
    padding-right: 4%;
    width: 50%
}

.about-right {
    width: 46%
}

.about-right .txt {
    align-items: flex-start;
    display: flex;
    margin-bottom: 20px
}

.about-right p {
    margin-left: 20px
}

.about-map {
    margin-top: 50px;
    width: 100%
}

.input-item,
.textarea-item {
    display: flex;
    margin-bottom: 30px
}

.input-item .input-name,
.textarea-item .input-name {
    margin-right: 40px;
    width: 80px
}

.input-item .input-name sup,
.textarea-item .input-name sup {
    color: red;
    font-size: 14px;
    margin-right: 5px
}

.input-item {
    align-items: center
}

.input-item input {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
    flex: 1;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    width: 0
}

.input-item input:focus {
    border-color: #07468a
}

.textarea-item textarea {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
    flex: 1;
    font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei, 华文细黑, STHeiti, MingLiu;
    height: 150px;
    padding: 10px 20px;
    resize: none;
    width: 0
}

.textarea-item textarea:focus {
    border-color: #07468a
}

.submit-btn {
    background: #07468a;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    width: 100px
}

.submit-btn:hover {
    background: #125eac
}

.top-link {
    align-items: center;
    display: flex;
    margin-bottom: 20px
}

.top-link a {
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    height: 14px;
    line-height: 1em;
    padding: 0 20px
}

.top-link a:hover {
    text-decoration: underline
}

#today {
    color: #b8cee5;
    font-size: 14px;
    margin-top: 10px;
    text-align: right
}

.main {
    position: relative;
    min-height: 65%;
}

.main>div {
    padding-top: 40px
}

.navigation {
    height: 1px;
    justify-content: space-between;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1380px;
    z-index: 1
}

.navigation,
.navigation a {
    align-items: center;
    display: flex
}

.navigation a {
    background: rgba(0, 0, 0, .3);
    border-radius: 50%;
    height: 70px;
    justify-content: center;
    transition: all .3s;
    width: 70px
}

.navigation a:hover {
    background: rgba(0, 0, 0, .7)
}

.navigation .prev img {
    transform: rotate(180deg)
}

.swiper-pagination {
    bottom: 30px
}

.swiper-pagination .pag {
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin-right: 10px;
    position: relative;
    transition: all .3s;
    width: 14px
}

.swiper-pagination .pag:before {
    background: #125eac;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 2px;
    transition: opacity .3s;
    width: 10px
}

.swiper-pagination .pag.pag-active:before,
.swiper-pagination .pag:hover:before {
    opacity: 1
}

.banner,
.banner .imgs {
    position: relative
}

.banner .imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 420px
}

.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%
}

.banner2,
.banner2 .imgs {
    position: relative
}

.banner2 .imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 240px
}

.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 .swiper-pagination {
    display: block;
    position: static;
    text-align: center
}

.banner2 .swiper-pagination .pag {
    background: rgba(18, 94, 172, .3);
    cursor: pointer;
    height: 10px;
    width: 10px
}

.banner2 .swiper-pagination .pag:before {
    display: none
}

.banner2 .swiper-pagination .pag.pag-active,
.banner2 .swiper-pagination .pag:hover {
    background: #125eac
}

.banner-txt {
    background: #e6ecf3;
    padding: 20px;
    text-align: center
}

.banner-txt .txt {
    margin-bottom: 10px
}

.banner-txt a {
    display: block
}

.title {
    align-items: center;
    border-top: 1px solid #b4c7dc;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.title,
.title h2 {
    position: relative
}

.title h2 {
    border-top: 3px solid #125eac;
    color: #125eac;
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    margin-top: -3px
}

.title a {
    align-self: flex-end;
    color: #888;
    font-size: 14px
}

.title a:hover {
    color: #125eac
}

.title em {
    font-family: cursive;
    margin-left: 5px
}

.section1 .info,
.section1 .w {
    display: flex;
    justify-content: space-between
}

.hot {
    border-bottom: 1px dashed #999;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 10px
}

.hot h2 {
    color: #125eac;
    font-size: 18px;
    font-weight: 500
}

.hot p {
    color: #666;
    margin: 10px 0
}

.hot .data {
    color: #125eac;
    font-size: 14px
}

.hot .bot {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.hot:hover h2 {
    text-decoration: underline
}

.hot:hover p {
    color: #333
}

.section2 .right ul,
.section2 .w {
    display: flex;
    justify-content: space-between
}

.section2 .right ul li {
    border-bottom: 2px solid #07468a
}

.section2 .right ul .imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 195px;
    position: relative
}

.section2 .right ul .imgs .img-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.section2 .right ul .imgs .img-box img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%
}

.section2 .right ul p {
    height: 48px;
    margin-top: 20px
}

.section3 .right ul,
.section3 .w {
    display: flex;
    justify-content: space-between
}

.section3 .ul1 a {
    border-bottom: 2px solid #f3f7fb;
    display: block;
    padding-bottom: 20px
}

.section3 .ul1 a:hover p {
    color: #125eac
}

.section3 .ul1 p {
    color: #222;
    font-size: 18px;
    margin-bottom: 30px
}

.section3 .ul1 .data {
    align-items: center;
    color: #125eac;
    display: flex;
    font-size: 14px;
    justify-content: space-between
}

.section3 .ul1 .data span {
    margin-left: 10px
}

.section3 .ul1 .data-right {
    align-items: center;
    background: #f3f7fb;
    display: flex;
    height: 35px;
    justify-content: center;
    width: 35px
}

.section3 .ul1 .data-right:hover {
    background: rgba(18, 94, 172, .5)
}

.section3 .ul2 {
    margin-top: 30px
}

.section3 .ul2 a,
.section3 .ul2 li {
    position: relative
}

.section3 .ul2 a {
    background: #a7cff8;
    box-sizing: border-box;
    color: #125eac;
    display: block;
    font-size: 24px;
    height: 75px;
    line-height: 75px;
    overflow: hidden;
    padding-left: 40px
}

.section3 .ul2 a:before {
    border: 1px solid #c2ddfa;
    content: "";
    height: calc(100% - 20px);
    left: 10px;
    position: absolute;
    top: 10px;
    transition: all .3s;
    width: calc(100% - 20px)
}

.section3 .ul2 a:hover:before {
    transform: scale(1.5)
}

.section3 .ul2 a img {
    margin-right: 30px
}

.section4 {
    background: #f3f7fb;
    margin-top: 20px;
    padding-top: 60px
}

.section4 ul {
    display: flex
}

.section4 ul li {
    margin-right: 20px
}

.section4 ul li a {
    display: block;
    height: 70px;
    overflow: hidden;
    width: 300px
}

.section4 ul li a img {
    height: 100%;
    width: 100%
}

.section4 .roll-box {
    padding-bottom: 20px
}

.link-grounp {
    background: url(../img/bg.jpg) 50% no-repeat;
    background-size: cover;
    padding: 40px 0
}

.link-grounp ul {
    display: flex;
    justify-content: space-between
}

.link-grounp ul li a {
    background: #fff;
    box-sizing: border-box;
    color: #333;
    display: block;
    font-size: 16px;
    height: 100%;
    padding: 20px 20px 10px;
    text-align: center;
    transition: all .5s;
    width: 136px
}

.link-grounp ul li a img {
    transition: all .5s
}

.link-grounp ul li a:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    transform: translateY(-5px)
}

.link-grounp ul li a:hover img {
    transform: rotateY(1turn)
}

.roll-box-2 {
    height: 338px;
    overflow: hidden
}

.newlist li {
    border-bottom: 1px dashed #eee
}

.newlist li a {
    align-items: center;
    color: #222;
    display: flex;
    padding-left: 20px;
    position: relative
}

.newlist li a p {
    flex: 1;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    transition: all .3s;
    width: 0
}

.newlist li a span {
    color: #125eac;
    font-size: 14px
}

.newlist li a:before {
    background: url(../img/news-icon.png) 0 no-repeat;
    background-size: contain;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px
}

.newlist li a:hover {
    color: #125eac
}

.newlist li a:hover p {
    transform: translateX(5px)
}

.ny-new li {
    border-bottom: 1px dashed #ddd
}

.ny-new li p {
    height: 50px;
    line-height: 50px
}

.new-date-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.new-date-list li {
    border-bottom: 1px dashed #dadada;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    width: 100%
}

.new-date-list li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.new-date-list li a {
    align-items: center;
    display: flex
}

.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: #125eac
}

.new-date-list li .data {
    text-align: center;
    transition: all .3s;
    width: 60px
}

.new-date-list li .data h2 {
    background: #a7cff8;
    color: #125eac;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    transition: all .3s;
    white-space: nowrap
}

.new-date-list li .data span {
    background: #125eac;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    transition: all .3s
}

.new-date-list li .txt {
    color: #333;
    flex: 1;
    transition: all .3s;
    width: 0
}

.newlist-2 li {
    margin-bottom: 4px;
    position: relative;
    transition: all .3s
}

.newlist-2 li:hover {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
    transform: translateX(3px)
}

.newlist-2 li a {
    align-items: center;
    background: #e6ecf3;
    border-left: 2px solid #125eac;
    display: flex;
    padding: 0 18px 0 20px
}

.newlist-2 li a p {
    flex: 1;
    height: 50px;
    line-height: 50px;
    width: 0
}

.newlist-2 li a span {
    color: #07468a;
    font-size: 14px
}

.newlist-2 li:last-of-type {
    margin-bottom: 0
}

.newlist-3 li {
    border-bottom: 1px dashed #e6ecf3
}

.newlist-3 li:last-of-type {
    border-bottom: none
}

.newlist-3 li a {
    align-items: center;
    display: flex;
    height: 50px
}

.newlist-3 li a:hover p {
    color: #125eac;
    transform: translateX(5px)
}

.newlist-3 li p {
    flex: 1;
    transition: all .3s;
    width: 0
}

.newlist-3 .data {
    border: 1px solid #125eac;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-right: 20px
}

.newlist-3 .data span {
    background: #125eac;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 20px
}

.newlist-3 .data em {
    color: #222;
    margin: 0 5px
}

.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: #125eac
}

.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: 500;
    padding: 0 80px;
    text-align: center
}

article .article-date {
    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
}

.piclist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.piclist li {
    margin-right: 3.125%;
    margin-top: 3.125%;
    width: 31.25%
}

.piclist li:nth-child(3n) {
    margin-right: 0
}

.piclist li:first-child,
.piclist li:nth-child(2),
.piclist li:nth-child(3) {
    margin-top: 0
}

.piclist.ny-list {
    display: flex;
    flex-wrap: wrap
}

.piclist.ny-list li {
    margin-right: 2%;
    margin-top: 2%;
    width: 23.5%
}

.piclist.ny-list li:nth-child(4n) {
    margin-right: 0
}

.piclist.ny-list li:first-child,
.piclist.ny-list li:nth-child(2),
.piclist.ny-list li:nth-child(3),
.piclist.ny-list li:nth-child(4) {
    margin-top: 0
}

.piclist a {
    background: #07468a;
    background: #deeefc;
    transition: all .3s
}

.piclist a,
.piclist a .imgs {
    display: block;
    overflow: hidden;
    position: relative
}

.piclist a .imgs {
    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:hover {
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2)
}

.piclist a:hover p {
    color: #fff
}

.piclist a .txt {
    padding: 30px;
    position: relative;
    transition: all .3s
}

.piclist a .txt .time {
    left: 0;
    position: absolute;
    top: -15px
}

.piclist a .txt .time span {
    background: #154eb2;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 30px;
    position: relative
}

.piclist a .txt .time span em {
    position: relative;
    z-index: 2
}

.piclist a .txt .time span:before {
    background: #154eb2;
    content: "";
    height: 100%;
    left: 20px;
    position: absolute;
    transform: skewX(30deg);
    width: 100%
}

.piclist a .txt h3 {
    color: #222;
    font-size: 18px;
    font-weight: 500
}

.piclist a .txt p {
    box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666;
    display: -webkit-box;
    margin-top: 20px;
    overflow: hidden
}

.piclist li:hover h3 {
    color: #07468a
}

@media(max-width:1280px) {
    .piclist a .txt {
        padding: 15px
    }
}

@media(max-width:910px) {
    .piclist {
        flex-wrap: wrap
    }

    .piclist li {
        margin-right: 0 !important;
        margin-top: 20px !important;
        width: 100%
    }

    .piclist li:first-of-type {
        margin-top: 0 !important
    }

    .piclist.ny-list li {
        width: 48%
    }
}

@media(max-width:768px) {
    .piclist.ny-list li {
        width: 100%
    }
}

.rolelist {
    display: flex;
    flex-wrap: wrap
}

.rolelist li {
    margin-right: 2.5%;
    margin-top: 2.5%;
    width: 18%
}

.rolelist li:nth-child(5n) {
    margin-right: 0
}

.rolelist li:first-child,
.rolelist li:nth-child(2),
.rolelist li:nth-child(3),
.rolelist li:nth-child(4),
.rolelist li:nth-child(5) {
    margin-top: 0
}

.rolelist li a {
    background: #e5ecf3;
    color: #333;
    display: block;
    line-height: 1.8em;
    text-align: center;
    transition: all .3s
}

.rolelist li a .imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 135.66%;
    position: relative
}

.rolelist li a .imgs .img-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.rolelist li a .imgs .img-box img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%
}

.rolelist li a .txt {
    padding: 10px
}

.rolelist li a p {
    border-bottom: 1px solid #ddd;
    padding: 0 20px
}

.rolelist li a .pass {
    color: #999;
    font-size: 14px
}

.rolelist li a:hover {
    box-shadow: 0 3px 10px #999;
    color: #125eac;
    transform: translateY(-5px)
}