@charset "UTF-8";

.calendar {
    width: 280px;
    height: 330px
}

.calendar-modal {
    display: none;
    position: absolute;
    background: #fdfdfd;
    border: 1px solid #e8e8e8;
    box-shadow: 1px 2px 3px #ddd
}

.calendar-inner {
    position: relative;
    z-index: 1;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d
}

.calendar-views {
    transform-style: preserve-3d
}

.calendar .view {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .6s;
    transition: .6s
}

.calendar-d .view-month,
.calendar-m .view-date {
    transform: rotateY(180deg);
    visibility: hidden;
    z-index: 1
}

.calendar-d .view-date,
.calendar-m .view-month {
    transform: rotateY(0);
    visibility: visible;
    z-index: 2
}

.calendar-ct,
.calendar-hd,
.calendar-views .days,
.calendar-views .week {
    overflow: hidden
}

.calendar-views {
    width: 100%
}

.calendar .date-items li,
.calendar .view,
.calendar-arrow .prev,
.calendar-display {
    float: left
}

.calendar-arrow,
.calendar-arrow .next {
    float: right
}

.calendar-hd {
    padding: 10px 0;
    height: 65px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    border-bottom: 3px solid #206d73
}

.calendar-display {
    font-size: 28px;
    text-indent: 10px
}

.view-month .calendar-hd {
    padding: 10px
}

.calendar-arrow,
.calendar-display {
    color: #206d73
}

.calendar li[disabled] {
    color: #bbb
}

.calendar li.new[disabled],
.calendar li.old[disabled] {
    color: #eee
}

.calendar-arrow span,
.calendar-views .days li[data-calendar-day],
.calendar-views .view-month li[data-calendar-month] {
    cursor: pointer
}

.calendar li[disabled] {
    cursor: not-allowed
}

.calendar-arrow {
    width: 50px;
    margin-right: 10px
}

.calendar-arrow span {
    font: 500 26px sans-serif
}

.calendar ol li {
    margin: 3px 0;
    position: relative;
    float: left;
    text-align: center;
    position: relative;
    color: #333
}

.calendar ol li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    z-index: -1
}

.calendar .days li,
.calendar .week li {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.calendar .month-items li {
    width: 70px;
    height: 70px;
    line-height: 70px
}

.calendar .days li[data-calendar-day]:hover::after,
.calendar .view-month li[data-calendar-month]:hover::after {
    background-color: #eee;
    border-radius: 50%
}

.calendar .calendar-views .have {
    position: relative;
    color: #333
}

.calendar .calendar-views .have::after {
    content: "";
    position: absolute;
    left: 50%;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    z-index: -1;
    background: #dff0f1
}

.calendar .calendar-views .have2::before {
    content: "2";
    position: absolute;
    right: 5px;
    top: -4px;
    border-radius: 50%;
    z-index: 99;
    width: 18px;
    height: 18px;
    background: #bfdfe1;
    text-align: center;
    line-height: 18px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #206d73
}

.calendar .calendar-views .have3::before {
    content: "3";
    position: absolute;
    right: 5px;
    top: -4px;
    border-radius: 50%;
    z-index: 99;
    width: 18px;
    height: 18px;
    background: #bfdfe1;
    text-align: center;
    line-height: 18px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #206d73
}

.calendar .calendar-views .have4::before {
    content: "4";
    position: absolute;
    right: 5px;
    top: -4px;
    border-radius: 50%;
    z-index: 99;
    width: 18px;
    height: 18px;
    background: #bfdfe1;
    text-align: center;
    line-height: 18px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #206d73
}

.calendar .calendar-views .have5::before {
    content: "5";
    position: absolute;
    right: 5px;
    top: -4px;
    border-radius: 50%;
    z-index: 99;
    width: 18px;
    height: 18px;
    background: #bfdfe1;
    text-align: center;
    line-height: 18px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #206d73
}

.calendar .calendar-views .have6::before {
    content: "6";
    position: absolute;
    right: 5px;
    top: -4px;
    border-radius: 50%;
    z-index: 99;
    width: 18px;
    height: 18px;
    background: #bfdfe1;
    text-align: center;
    line-height: 18px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #206d73
}

.calendar .calendar-views .have7::before {
    content: "7";
    position: absolute;
    right: 5px;
    top: -4px;
    border-radius: 50%;
    z-index: 99;
    width: 18px;
    height: 18px;
    background: #bfdfe1;
    text-align: center;
    line-height: 18px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #206d73
}

.calendar .calendar-views .have8::before {
    content: "8";
    position: absolute;
    right: 5px;
    top: -4px;
    border-radius: 50%;
    z-index: 99;
    width: 18px;
    height: 18px;
    background: #bfdfe1;
    text-align: center;
    line-height: 18px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #206d73
}

.calendar .calendar-views .have9::before {
    content: "9";
    position: absolute;
    right: 5px;
    top: -4px;
    border-radius: 50%;
    z-index: 99;
    width: 18px;
    height: 18px;
    background: #bfdfe1;
    text-align: center;
    line-height: 18px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #206d73
}

.calendar .calendar-views .have10::before {
    content: "10";
    position: absolute;
    right: 5px;
    top: -4px;
    border-radius: 50%;
    z-index: 99;
    width: 18px;
    height: 18px;
    background: #bfdfe1;
    text-align: center;
    line-height: 18px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #206d73
}

.calendar .calendar-views .now {
    color: #fff
}

.calendar .calendar-views .now::after {
    border-radius: 50%;
    background: linear-gradient(0deg, #1b7d85 0, #1c9da7 100%) !important
}

.calendar .calendar-views .selected {
    color: #fff
}

.calendar .calendar-views .selected::after {
    border-radius: 50%;
    background: linear-gradient(0deg, #1b7d85 0, #1c9da7 100%) !important
}

.calendar .calendar-views .dot {
    position: absolute;
    left: 50%;
    bottom: 4px;
    margin-left: -2px;
    width: 4px;
    height: 4px;
    background: 0 0;
    border-radius: 50%
}

.calendar-views .now .dot {
    background: #fff
}

.calendar .date-items {
    width: 300%;
    margin-left: -100%
}

.calendar-label {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    padding: 5px 10px;
    line-height: 22px;
    color: #fff;
    background: #000;
    border-radius: 3px;
    opacity: .7
}

.calendar-label i {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 0;
    height: 0;
    margin-left: -3px;
    border: 6px solid transparent;
    border-top-color: #000
}

@media screen and (max-width:800px) {
    .calendar-ct {
        height: 6.9333333333rem !important
    }

    .calendar-hd {
        padding: .2666666667rem 0;
        height: 1.7333333333rem;
        font-weight: 700;
        line-height: .8rem;
        margin-bottom: .2666666667rem;
        position: relative;
        display: flex;
        align-items: center;
        border-bottom: .08rem solid #206d73
    }

    .calendar-display {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        font-size: .5333333333rem
    }

    .view-month .calendar-hd {
        padding: .2666666667rem
    }

    .calendar-arrow {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        width: 1.3333333333rem;
        margin-right: .2666666667rem
    }

    .calendar-arrow span {
        font: 500 .6666666667rem sans-serif
    }

    .calendar ol li {
        margin: .08rem 0;
        position: relative;
        float: left;
        text-align: center;
        position: relative;
        color: #333
    }

    .calendar ol li::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: .9333333333rem;
        height: .9333333333rem;
        z-index: -1
    }

    .calendar .days li,
    .calendar .week li {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .3733333333rem;
        width: 1.1333333333rem !important;
        height: 1rem !important
    }

    .month-items {
        display: flex;
        flex-wrap: wrap
    }

    .calendar .month-items li {
        width: 25% !important;
        font-size: .3733333333rem
    }

    .calendar .days li[data-calendar-day]:hover::after,
    .calendar .view-month li[data-calendar-month]:hover::after {
        background-color: #eee;
        border-radius: 50%
    }

    .calendar .calendar-views .have {
        position: relative;
        color: #333
    }

    .calendar .calendar-views .have::after {
        content: "";
        position: absolute;
        left: 50%;
        border-radius: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: .9333333333rem;
        height: .9333333333rem;
        z-index: -1;
        background: #dff0f1
    }

    .calendar .calendar-views .have2::before {
        content: "2";
        position: absolute;
        right: 0;
        top: -.1066666667rem;
        border-radius: 50%;
        z-index: 99;
        width: .48rem;
        height: .48rem;
        background: #bfdfe1;
        text-align: center;
        line-height: .48rem;
        border: 1px solid #fff;
        font-size: .32rem;
        color: #206d73
    }

    .calendar .calendar-views .have3::before {
        content: "3";
        position: absolute;
        right: 0;
        top: -.1066666667rem;
        border-radius: 50%;
        z-index: 99;
        width: .48rem;
        height: .48rem;
        background: #bfdfe1;
        text-align: center;
        line-height: .48rem;
        border: 1px solid #fff;
        font-size: .32rem;
        color: #206d73
    }

    .calendar .calendar-views .have4::before {
        content: "4";
        position: absolute;
        right: 0;
        top: -.1066666667rem;
        border-radius: 50%;
        z-index: 99;
        width: .48rem;
        height: .48rem;
        background: #bfdfe1;
        text-align: center;
        line-height: .48rem;
        border: 1px solid #fff;
        font-size: .32rem;
        color: #206d73
    }

    .calendar .calendar-views .have5::before {
        content: "5";
        position: absolute;
        right: 0;
        top: -.1066666667rem;
        border-radius: 50%;
        z-index: 99;
        width: .48rem;
        height: .48rem;
        background: #bfdfe1;
        text-align: center;
        line-height: .48rem;
        border: 1px solid #fff;
        font-size: .32rem;
        color: #206d73
    }

    .calendar .calendar-views .have6::before {
        content: "6";
        position: absolute;
        right: 0;
        top: -.1066666667rem;
        border-radius: 50%;
        z-index: 99;
        width: .48rem;
        height: .48rem;
        background: #bfdfe1;
        text-align: center;
        line-height: .48rem;
        border: 1px solid #fff;
        font-size: .32rem;
        color: #206d73
    }

    .calendar .calendar-views .have7::before {
        content: "7";
        position: absolute;
        right: 0;
        top: -.1066666667rem;
        border-radius: 50%;
        z-index: 99;
        width: .48rem;
        height: .48rem;
        background: #bfdfe1;
        text-align: center;
        line-height: .48rem;
        border: 1px solid #fff;
        font-size: .32rem;
        color: #206d73
    }

    .calendar .calendar-views .have8::before {
        content: "8";
        position: absolute;
        right: 0;
        top: -.1066666667rem;
        border-radius: 50%;
        z-index: 99;
        width: .48rem;
        height: .48rem;
        background: #bfdfe1;
        text-align: center;
        line-height: .48rem;
        border: 1px solid #fff;
        font-size: .32rem;
        color: #206d73
    }

    .calendar .calendar-views .have9::before {
        content: "9";
        position: absolute;
        right: 0;
        top: -.1066666667rem;
        border-radius: 50%;
        z-index: 99;
        width: .48rem;
        height: .48rem;
        background: #bfdfe1;
        text-align: center;
        line-height: .48rem;
        border: 1px solid #fff;
        font-size: .32rem;
        color: #206d73
    }

    .calendar .calendar-views .have10::before {
        content: "10";
        position: absolute;
        right: 0;
        top: -.1066666667rem;
        border-radius: 50%;
        z-index: 99;
        width: .48rem;
        height: .48rem;
        background: #bfdfe1;
        text-align: center;
        line-height: .48rem;
        border: 1px solid #fff;
        font-size: .32rem;
        color: #206d73
    }

    .calendar .calendar-views .now {
        color: #fff
    }

    .calendar .calendar-views .now::after {
        border-radius: 50%;
        background: linear-gradient(0deg, #1b7d85 0, #1c9da7 100%) !important
    }

    .calendar .calendar-views .selected {
        color: #fff
    }

    .calendar .calendar-views .selected::after {
        border-radius: 50%;
        background: linear-gradient(0deg, #1b7d85 0, #1c9da7 100%) !important
    }

    .calendar .date-items {
        width: 300%;
        margin-left: -100%
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    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 {
    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 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    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 {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    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 {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    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 {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    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 {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

body {
    overflow-x: hidden
}

#banner {
    position: relative;
    height: 100vh
}

#banner .banner {
    height: 100%;
    background-size: cover;
    position: relative
}

#banner .banner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 155px;
    background: url(../img/zz.png) no-repeat bottom center;
    background-size: 100%
}

#banner .banner .mytit {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: 99
}

#banner .banner .mytit .container {
    font-size: 38px;
    font-weight: 700;
    color: #fff
}

#banner .banner .mytit .container a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%
}

#banner .banner .mybanner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#banner .banner .tit {
    -webkit-transform: translate(-50px, -50px);
    -ms-transform: translate(-50px, -50px);
    transform: translate(-50px, -50px);
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    margin-bottom: 40px
}

#banner .banner .text {
    -webkit-transform: translate(-50px, 50px);
    -ms-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
    -webkit-transition: all .8s;
    transition: all .8s;
    opacity: 0;
    margin-bottom: 40px
}

#banner .ani-slide .tit {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

#banner .ani-slide .text {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

#banner .swiper-container {
    width: 100%;
    height: 100%;
    z-index: 0
}

#banner .container {
    position: relative
}

#banner .swiper-pagination2 {
    width: auto;
    right: 0;
    bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#banner .swiper-pagination2 .swiper-pagination-bullet {
    background: 0 0;
    font-size: 22px;
    width: 50px;
    height: 77px;
    text-align: center;
    line-height: 77px;
    color: #fff;
    opacity: 1;
    margin: 0 10px
}

#banner .swiper-pagination-bullet-active {
    position: relative;
    font-weight: 700;
    font-size: 24px
}

#banner .swiper-pagination-bullet-active::after {
    content: "";
    width: 20px;
    height: 77px;
    background: url(../img/act.png) no-repeat center center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0
}

.more {
    font-size: 14px;
    color: #206d73;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .4s;
    transition: all .4s
}

.more a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.more a img {
    margin-left: 10px
}

.more:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.bigtit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bigtit .tit {
    font-size: 40px;
    color: #333
}

.yjjz {
    margin-top: 85px;
    position: relative
}

.yjjz .con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.yjjz .con .left {
    width: 594px
}

.yjjz .con .left .jzimg {
    margin-top: 40px;
    width: 100%;
    height: 335px;
    background: #fff;
    border: 1px solid #95b6b8;
    position: relative
}

.yjjz .con .left .jzimg::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 10px;
    z-index: -1;
    background-color: #b0c0bd
}

.yjjz .con .left .jzimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.yjjz .con .left .infolist {
    padding-bottom: 30px;
    border-bottom: 1px solid #206d73;
    margin-top: 30px
}

.yjjz .con .left .infolist .tit {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    text-align: justify
}

.yjjz .con .left .infolist .text {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    text-align: justify;
    margin: 20px 0 15px
}

.yjjz .con .left .infolist .link {
    width: 211px;
    padding: 10px 20px 10px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fdffff;
    background: -webkit-gradient(linear, left top, right top, from(#1b7d85), to(#1c9da7));
    background: -webkit-linear-gradient(left, #1b7d85 0, #1c9da7 100%);
    background: linear-gradient(90deg, #1b7d85 0, #1c9da7 100%);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .4s;
    transition: all .4s
}

.yjjz .con .left .infolist .link a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.yjjz .con .left .infolist .link:hover {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.yjjz .con .left .no {
    border: none
}

.yjjz .con .right {
    padding: 40px 55px 45px 45px;
    width: 613px;
    height: 619px;
    background: #fff;
    margin-bottom: 50px
}

.yjjz .con .right ul {
    margin-top: 20px
}

.yjjz .con .right ul li {
    padding: 22px 22px 22px 20px;
    border-bottom: 1px dotted #ddd
}

.yjjz .con .right ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.yjjz .con .right ul li .lt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.yjjz .con .right ul li .lt .year {
    font-size: 14px;
    color: #666
}

.yjjz .con .right ul li .lt .md {
    font-size: 28px;
    color: #206d73
}

.yjjz .con .right ul li .rt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    text-align: justify;
    width: 347px;
    font-size: 16px;
    color: #333;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    line-height: 27px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.yjjz .con .right ul li .rt:hover {
    color: #1b939c;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.yjjz .con .right ul li:nth-child(5) {
    border: none
}

.yjjz .lbg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 59%;
    height: 702px;
    background: #dff0f1
}

.yjjz .rbg {
    width: 39%;
    position: absolute;
    right: 0;
    bottom: 119px;
    z-index: -1;
    height: 583px;
    background-color: #bedced
}

.yjjz .rbg img {
    position: absolute;
    right: 0;
    top: -150px
}

.xsrl {
    margin-top: 50px;
    padding-bottom: 95px;
    position: relative
}

.xsrl::after {
    content: "";
    height: 600px;
    background: url(../img/xsrlbg.png) no-repeat center center;
    width: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.xsrl .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.xsrl .container .left {
    width: 544px
}

.xsrl .container .left .bigtit {
    margin-bottom: 35px
}

.xsrl .container .left .myrl {
    width: 544px;
    background: #fff;
    -webkit-box-shadow: 0 5px 14px 2px rgba(95, 95, 95, .2);
    box-shadow: 0 5px 14px 2px rgba(95, 95, 95, .2);
    padding: 40px;
    height: 583px
}

.xsrl .container .left .myrl #rl {
    margin: 0 auto
}

.xsrl .container .left .myrl .rlhd {
    overflow-y: auto;
    max-height: 150px
}

.xsrl .container .left .myrl .rlhd ul li {
    margin-top: 20px
}

.xsrl .container .left .myrl .rlhd ul li .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #206d73
}

.xsrl .container .left .myrl .rlhd ul li .top img {
    margin-right: 6px
}

.xsrl .container .left .myrl .rlhd ul li .top .time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 35px
}

.xsrl .container .left .myrl .rlhd ul li .top .lo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.xsrl .container .left .myrl .rlhd ul li .bot {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    position: relative
}

.xsrl .container .left .myrl .rlhd ul li .bot::after {
    content: "";
    position: absolute;
    width: 119px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #268f97
}

.xsrl .container .left .myrl .rlhd .zwnr {
    text-align: center;
    font-size: 24px;
    color: #1b7d85;
    margin: 30px
}

.xsrl .container .right {
    width: 670px;
    margin-top: 85px;
    position: relative
}

.xsrl .container .right .bigtit .tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.xsrl .container .right .bigtit .tit .item {
    font-size: 33px;
    cursor: pointer;
    color: #666;
    margin-right: 30px
}

.xsrl .container .right .bigtit .tit .act {
    font-size: 40px;
    color: #333
}

.xsrl .container .right .con {
    margin-top: 80px;
    width: 100%
}

.xsrl .container .right .con .item {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    position: absolute;
    width: 100%
}

.xsrl .container .right .con .item .list {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #7bb7c6;
    padding-bottom: 24px;
    margin-top: 25px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .4s;
    transition: all .4s
}

.xsrl .container .right .con .item .list .tit {
    padding-left: 20px;
    font-size: 16px;
    position: relative;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.xsrl .container .right .con .item .list .tit::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #eee;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.xsrl .container .right .con .item .list .time {
    font-size: 14px
}

.xsrl .container .right .con .item .list:hover {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.xsrl .container .right .con .act {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.xsrl .container .right .shu {
    width: 672px;
    height: 180px;
    background: -webkit-linear-gradient(142deg, #f7eee5 0, #fff 100%);
    background: linear-gradient(-52deg, #f7eee5 0, #fff 100%);
    -webkit-box-shadow: 0 5px 14px 2px rgba(95, 95, 95, .2);
    box-shadow: 0 5px 14px 2px rgba(95, 95, 95, .2);
    position: absolute;
    right: 0;
    bottom: -130px;
    padding: 25px 30px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.xsrl .container .right .shu .myshu {
    position: absolute;
    right: -40px;
    bottom: -5px
}

.xsrl .container .right .shu .tit {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    width: 400px;
}

.xsrl .container .right .shu .text {
    width: 386px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    text-align: justify
}

.xsrl .container .right .shu .link {
    width: 257px;
    padding: 10px 20px 10px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fdffff;
    background: -webkit-gradient(linear, left top, right top, from(#1b7d85), to(#1c9da7));
    background: -webkit-linear-gradient(left, #1b7d85 0, #1c9da7 100%);
    background: linear-gradient(90deg, #1b7d85 0, #1c9da7 100%);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .4s;
    transition: all .4s
}

.xsrl .container .right .shu .link a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.xsrl .container .right .shu .link:hover {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.sys {
    width: 100%;
    height: 968px;
    background: url(../img/sysbg.png) no-repeat center center;
    background-size: cover;
    padding-top: 65px
}

.sys .container {
    position: relative;
    height: 860px
}

.sys .container .bigtit {
    font-size: 40px;
    font-weight: 400;
    color: #333
}

.sys .container .bigfk {
    position: relative;
    width: 395px;
    height: 458px;
    left: 90px;
    top: 90px;
}

.sys .container .bigfk .warp {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.sys .container .bigfk .warp .tit {
    font-size: 63px;
    color: #fff
}

.sys .container .bigfk .warp .engtit {
    font-size: 28px;
    text-align: justify;
    font-family: Arial;
    color: #fff;
    width: 100%;
    margin: 20px 0 30px
}

.sys .container .ptwarp .jsz {
    cursor: pointer;
    position: absolute;
    width: 156px;
    height: 179px
}

.sys .container .ptwarp .jsz p {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.sys .container .ptwarp .jsz p:nth-child(1) {
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%);
    clip-path: polygon(0 0, 100% 0, 50% 50%)
}

.sys .container .ptwarp .jsz p:nth-child(2) {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 50%);
    clip-path: polygon(100% 0, 100% 100%, 50% 50%)
}

.sys .container .ptwarp .jsz p:nth-child(3) {
    -webkit-clip-path: polygon(0 100%, 50% 50%, 100% 100%);
    clip-path: polygon(0 100%, 50% 50%, 100% 100%)
}

.sys .container .ptwarp .jsz p:nth-child(4) {
    -webkit-clip-path: polygon(0 0, 50% 50%, 0 100%);
    clip-path: polygon(0 0, 50% 50%, 0 100%)
}

.sys .container .ptwarp .jsz p:hover {
    z-index: 3;
    -webkit-clip-path: none;
    clip-path: none
}

.sys .container .ptwarp .jsz p:nth-child(1):hover~.box {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.sys .container .ptwarp .jsz p:nth-child(2):hover~.box {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.sys .container .ptwarp .jsz p:nth-child(3):hover~.box {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.sys .container .ptwarp .jsz p:nth-child(4):hover~.box {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.sys .container .ptwarp .jsz p:nth-child(1):hover~.box .my2,
.sys .container .ptwarp .jsz p:nth-child(3):hover~.box .my2 {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.sys .container .ptwarp .jsz p:nth-child(2):hover~.box .my2,
.sys .container .ptwarp .jsz p:nth-child(4):hover~.box .my2 {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.sys .container .ptwarp .jsz .box {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.sys .container .ptwarp .jsz .box .my {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border-radius: 2px;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.sys .container .ptwarp .jsz .box .my2 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 2px;
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.sys .container .ptwarp .jsz .box .my2 .lbx {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sys .container .ptwarp .jsz .box .my2 .mytit {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px
}

.sys .container .ptwarp a {
    position: absolute;
    width: 156px;
    height: 179px;
    display: block
}

.sys .container .ptwarp .ptlist {
    position: absolute;
    width: 156px;
    height: 179px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999
}

.sys .container .ptwarp .ptlist a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sys .container .ptwarp .ptlist .lbx {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.sys .container .ptwarp .ptlist .tit {
    padding-top: 15px;
    font-size: 16px
}

.sys .container .ptwarp .ptlist .jt {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px
}

.sys .container .ptwarp .have {
    color: #1c8e97
}

.sys .container .ptwarp a:nth-child(1) {
    right: 275px;
    top: 80px
}

.sys .container .ptwarp a:nth-child(2) {
    right: 120px;
    top: 80px
}

.sys .container .ptwarp a:nth-child(3) {
    right: 353px;
    top: 214px
}

.sys .container .ptwarp a:nth-child(4) {
    right: 198px;
    top: 213px
}

.sys .container .ptwarp a:nth-child(5) {
    right: 43px;
    top: 213px
}

.sys .container .ptwarp a:nth-child(6) {
    right: 430px;
    top: 346px
}

.sys .container .ptwarp a:nth-child(7) {
    right: 275px;
    top: 346px
}

.sys .container .ptwarp a:nth-child(8) {
    right: 121px;
    top: 346px
}

.sys .container .ptwarp a:nth-child(9) {
    right: 508px;
    top: 478px
}

.sys .container .ptwarp a:nth-child(10) {
    right: 353px;
    top: 478px
}

.sys .container .ptwarp a:nth-child(11) {
    right: 198px;
    top: 478px
}

.sys .container .ptwarp a:nth-child(12) {
    right: 43px;
    top: 478px
}

.sys .container .ptwarp a:nth-child(13) {
    right: 120px;
    top: 611px
}

.sys .container .ptwarp a:nth-child(14) {
    right: 276px;
    top: 613px
}

.sys .container .ptwarp .yy::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 15px;
    width: 156px;
    height: 179px;
    z-index: -2;
    background: url(../img/syshui.png) no-repeat center center;
    background-size: 100% 100%
}

.sys .container .ptwarp2 .jsz2 {
    cursor: pointer;
    position: absolute;
    width: 156px;
    height: 179px
}

.sys .container .ptwarp2 .jsz2 p {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.sys .container .ptwarp2 .jsz2 p:nth-child(1) {
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%);
    clip-path: polygon(0 0, 100% 0, 50% 50%)
}

.sys .container .ptwarp2 .jsz2 p:nth-child(2) {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 50%);
    clip-path: polygon(100% 0, 100% 100%, 50% 50%)
}

.sys .container .ptwarp2 .jsz2 p:nth-child(3) {
    -webkit-clip-path: polygon(0 100%, 50% 50%, 100% 100%);
    clip-path: polygon(0 100%, 50% 50%, 100% 100%)
}

.sys .container .ptwarp2 .jsz2 p:nth-child(4) {
    -webkit-clip-path: polygon(0 0, 50% 50%, 0 100%);
    clip-path: polygon(0 0, 50% 50%, 0 100%)
}

.sys .container .ptwarp2 .jsz2 p:hover {
    z-index: 3;
    -webkit-clip-path: none;
    clip-path: none
}

.sys .container .ptwarp2 .jsz2 p:nth-child(1):hover~.box2 {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.sys .container .ptwarp2 .jsz2 p:nth-child(2):hover~.box2 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.sys .container .ptwarp2 .jsz2 p:nth-child(3):hover~.box2 {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.sys .container .ptwarp2 .jsz2 p:nth-child(4):hover~.box2 {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.sys .container .ptwarp2 .jsz2 p:nth-child(1):hover~.box2 .my2-detail,
.sys .container .ptwarp2 .jsz2 p:nth-child(3):hover~.box2 .my2-detail {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.sys .container .ptwarp2 .jsz2 p:nth-child(2):hover~.box2 .my2-detail,
.sys .container .ptwarp2 .jsz2 p:nth-child(4):hover~.box2 .my2-detail {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.sys .container .ptwarp2 .jsz2 .box2 {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.sys .container .ptwarp2 .jsz2 .box2 .my2-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border-radius: 2px;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.sys .container .ptwarp2 .jsz2 .box2 .my2-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.sys .container .ptwarp2 .jsz2 .box2 .my2-detail .lbx2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0;
}

.sys .container .ptwarp2 .jsz2 .box2 .my2-detail .icon2-2 {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.sys .container .ptwarp2 .jsz2 .box2 .my2-detail .mytit2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px
}

.sys .container .ptwarp2 a {
    position: absolute;
    width: 156px;
    height: 179px;
    display: block
}

.sys .container .ptwarp2 .ptlist2 {
    position: absolute;
    width: 156px;
    height: 179px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999
}

.sys .container .ptwarp2 .jsz2.no-flip p {
    display: none !important;
}

.sys .container .ptwarp2 .jsz2.no-flip .box2 {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.sys .container .ptwarp2 .jsz2.no-flip .box2 .my2-detail {
    display: none;
}

.sys .container .ptwarp2 .ptlist2 .lbx2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.sys .container .ptwarp2 .ptlist2 .sytit2 {
    text-align: center;
    padding-top: 0px;
    color: white;
    font-size: 35px;
    font-weight: 400;
    font-family: "微软雅黑", Arial, "黑体", "_sans";
}

.sys .container .ptwarp2 .ptlist2 .tit2 {
    padding-top: 15px;
    font-size: 16px;
    text-align: center;
}

.sys .container .ptwarp2 .ptlist2 .jt2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px
}

.sys .container .ptwarp2 .have2 {
    /* color: #1c8e97 */
}

.sys .container .ptwarp2 a:nth-child(1) {
    right: 275px;
    top: 26px;
}

.sys .container .ptwarp2 a:nth-child(2) {
    right: 121px;
    top: 26px;
}

.sys .container .ptwarp2 a:nth-child(3) {
    right: 353px;
    top: 161px;
}

.sys .container .ptwarp2 a:nth-child(4) {
    right: 198px;
    top: 159px;
}

.sys .container .ptwarp2 a:nth-child(5) {
    right: 43px;
    top: 159px;
}

.sys .container .ptwarp2 a:nth-child(6) {
    right: 275px;
    top: 294px;
}

.sys .container .ptwarp2 a:nth-child(7) {
    right: 120px;
    top: 292px;
}

.sys .container .ptwarp2 a:nth-child(8) {
    right: -36px;
    top: 291px;
}

.sys .container .ptwarp2 a:nth-child(9) {
    right: 508px;
    top: 423px
}

.sys .container .ptwarp2 a:nth-child(10) {
    right: 353px;
    top: 423px
}

.sys .container .ptwarp2 a:nth-child(11) {
    right: 198px;
    top: 423px
}

.sys .container .ptwarp2 a:nth-child(12) {
    right: 43px;
    top: 423px
}

.sys .container .ptwarp2 a:nth-child(13) {
    right: 120px;
    top: 556px
}

.sys .container .ptwarp2 a:nth-child(14) {
    right: 276px;
    top: 558px
}

.sys .container .ptwarp2 .yy2::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 15px;
    width: 156px;
    height: 179px;
    z-index: -2;
    background: url(../img/syshui.png) no-repeat center center;
    background-size: 100% 100%
}

.jrwm {
    background: url(../img/jrwmbg.png) no-repeat center center;
    background-size: cover;
    height: 348px
}

.jrwm .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.jrwm .left {
    padding-top: 80px
}

.jrwm .left .tit {
    font-size: 30px;
    color: #fff
}

.jrwm .left .text {
    font-size: 18px;
    padding-top: 80px;
    color: #fff;
    line-height: 30px
}

.jrwm .right {
    margin-top: 130px;
    width: 925px;
    height: 157px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #147980), to(#359fa6));
    background: -webkit-linear-gradient(bottom, #147980 1%, #359fa6 100%);
    background: linear-gradient(0deg, #147980 1%, #359fa6 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.jrwm .right .imgtit {
    position: absolute;
    right: 0;
    top: -50px
}

.jrwm .right .list a {
    width: 100px;
    height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right: 1px solid #70b3b8
}

.jrwm .right .list a .tit,
.jrwm .right .list a img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .4s;
    transition: all .4s
}

.jrwm .right .list a:hover .tit,
.jrwm .right .list a:hover img {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.jrwm .right .list .tit {
    font-size: 18px;
    color: #fff
}

.jrwm .right .list:last-child a {
    border: none
}

@media screen and (max-width:800px) {
    .container {
        width: 100%;
        padding: 0 .5333333333rem
    }

    #swiper {
        width: 100%;
        height: 5.8666666667rem
    }

    #swiper .swiper-container {
        position: relative;
        width: 100%;
        height: 100%
    }

    #swiper .swiper-container .swiper-pagination {
        position: absolute;
        right: .8666666667rem;
        left: auto;
        bottom: .5333333333rem;
        width: auto !important
    }

    #swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: .2133333333rem;
        height: .2133333333rem;
        border-radius: 50%;
        background-color: transparent;
        -webkit-transition: all .3s;
        transition: all .3s;
        opacity: 1;
        border: 1px solid #fff
    }

    #swiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        width: .2133333333rem;
        background-color: #fff
    }

    #swiper .swiper-container img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    #swiper .swiper-container .swiper-slide {
        position: relative;
        width: 100%
    }

    #swiper .swiper-container .swiper-slide::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100px;
        background: url(../img/lbbg.png) no-repeat center center;
        background-size: 100%;
        left: 0;
        bottom: -.5333333333rem
    }

    #swiper .swiper-container .swiper-slide .subname {
        position: absolute;
        left: .4rem;
        width: 60%;
        font-weight: 600;
        z-index: 10;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        bottom: .5333333333rem;
        font-size: .3733333333rem;
        color: #fff
    }

    .bigtit {
        position: relative
    }

    .bigtit .tit {
        margin: 0 auto;
        font-size: .5333333333rem
    }

    .bigtit .more {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: .2933333333rem
    }

    .yjjz {
        margin-top: .8rem;
        position: relative;
        overflow: hidden
    }

    .yjjz::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 2.6666666667rem;
        z-index: -2;
        background-color: #ddeeef
    }

    .yjjz .con {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .yjjz .con .left {
        width: 100%
    }

    .yjjz .con .left .jzimg {
        margin-top: .5333333333rem;
        width: 100%;
        height: 5.0266666667rem;
        background: #dff0f1;
        border: 1px solid #95b6b8
    }

    .yjjz .con .left .jzimg::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        right: -.2666666667rem;
        top: .2666666667rem;
        z-index: -1;
        background-color: #b0c0bd
    }

    .yjjz .con .left .jzimg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .yjjz .con .left .infolist {
        padding-bottom: .4rem;
        border-bottom: 1px solid #206d73;
        margin-top: .4rem
    }

    .yjjz .con .left .infolist .tit {
        font-size: .4266666667rem;
        font-weight: 700;
        color: #333;
        line-height: .64rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        text-align: justify
    }

    .yjjz .con .left .infolist .text {
        font-size: .32rem;
        font-weight: 400;
        color: #666;
        line-height: .56rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        text-align: justify;
        margin: .2666666667rem 0 .2rem
    }

    .yjjz .con .left .infolist .link {
        width: 4.8rem;
        padding: .2133333333rem .3733333333rem .2133333333rem 10px;
        font-size: .32rem;
        font-weight: 400;
        color: #fdffff;
        background: -webkit-gradient(linear, left top, right top, from(#1b7d85), to(#1c9da7));
        background: -webkit-linear-gradient(left, #1b7d85 0, #1c9da7 100%);
        background: linear-gradient(90deg, #1b7d85 0, #1c9da7 100%);
        margin: 0 auto
    }

    .yjjz .con .left .infolist .link a {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .yjjz .con .left .infolist .link a img {
        width: .5333333333rem
    }

    .yjjz .con .left .no {
        border: none
    }

    .yjjz .con .right {
        margin-top: .8rem;
        padding: .8rem .4rem 0;
        width: 100%;
        height: auto;
        background: #fff;
        margin-bottom: 1.3333333333rem
    }

    .yjjz .con .right ul {
        margin-top: .2666666667rem
    }

    .yjjz .con .right ul li {
        padding: 0;
        border-bottom: none
    }

    .yjjz .con .right ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .yjjz .con .right ul li .lt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-top: .4666666667rem
    }

    .yjjz .con .right ul li .lt .year {
        font-size: .2133333333rem;
        color: #666
    }

    .yjjz .con .right ul li .lt .md {
        font-size: .4rem;
        color: #206d73
    }

    .yjjz .con .right ul li .rt {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        text-align: justify;
        width: 6.4533333333rem;
        font-size: .3733333333rem;
        color: #333;
        line-height: .5333333333rem;
        padding: .4rem 0;
        border-bottom: 1px dotted #ddd
    }

    .yjjz .con .right ul li:nth-child(5) {
        border: none
    }

    .yjjz .con .right ul li:nth-child(5) .rt {
        border: none
    }

    .yjjz .rbg {
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        height: 13.7333333333rem;
        background-color: #bedced
    }

    .yjjz .rbg img {
        width: 100%;
        position: absolute;
        right: 0;
        right: -.44rem;
        top: -3.0933333333rem
    }

    .xsrl {
        margin-top: .6666666667rem;
        padding-bottom: 1.2666666667rem;
        position: relative
    }

    .xsrl::after {
        content: "";
        height: 88%;
        background: url(../img/mbrlbg.png) no-repeat center center;
        width: 100%;
        background-size: cover;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1
    }

    .xsrl .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xsrl .container .left {
        width: 100%
    }

    .xsrl .container .left .bigtit {
        margin-bottom: 35px
    }

    .xsrl .container .left .myrl {
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0 5px 14px 2px rgba(95, 95, 95, .2);
        box-shadow: 0 5px 14px 2px rgba(95, 95, 95, .2);
        padding: .2666666667rem;
        height: auto
    }

    .xsrl .container .left .myrl #rl2 {
        margin: 0 auto;
        height: 9.3333333333rem !important
    }

    .xsrl .container .left .myrl .rlhd {
        overflow-y: auto;
        max-height: 4rem;
        padding-bottom: .4rem
    }

    .xsrl .container .left .myrl .rlhd ul li {
        margin-top: .2666666667rem
    }

    .xsrl .container .left .myrl .rlhd ul li .top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: .32rem;
        font-weight: 400;
        font-style: italic;
        color: #206d73
    }

    .xsrl .container .left .myrl .rlhd ul li .top img {
        width: .28rem;
        margin-right: .1333333333rem
    }

    .xsrl .container .left .myrl .rlhd ul li .top .time {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 1.12rem
    }

    .xsrl .container .left .myrl .rlhd ul li .top .lo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .xsrl .container .left .myrl .rlhd ul li .bot {
        font-size: .3733333333rem;
        font-weight: 700;
        color: #333;
        padding: .4rem 0;
        border-bottom: 1px solid #eee;
        position: relative
    }

    .xsrl .container .left .myrl .rlhd ul li .bot::after {
        content: "";
        position: absolute;
        width: 1.5866666667rem;
        height: .0533333333rem;
        left: 0;
        bottom: 0;
        background-color: #268f97
    }

    .xsrl .container .left .myrl .rlhd .zwnr {
        text-align: center;
        font-size: .48rem;
        color: #1b7d85;
        margin: .8rem
    }

    .xsrl .container .right {
        width: 100%;
        margin-top: .9333333333rem;
        position: relative
    }

    .xsrl .container .right .bigtit {
        position: static
    }

    .xsrl .container .right .bigtit .tit {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0
    }

    .xsrl .container .right .bigtit .tit .item {
        font-size: .3733333333rem;
        cursor: pointer;
        color: #fff;
        margin-right: 30px
    }

    .xsrl .container .right .bigtit .tit .item:nth-child(1) {
        position: relative
    }

    .xsrl .container .right .bigtit .tit .item:nth-child(1)::after {
        content: "";
        width: 1px;
        height: .36rem;
        background: #f0f0f0;
        position: absolute;
        right: -.3866666667rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .xsrl .container .right .bigtit .tit .act {
        font-size: .5333333333rem;
        color: #fff
    }

    .xsrl .container .right .bigtit .more {
        color: #fff;
        position: static
    }

    .xsrl .container .right .con {
        margin-top: .2666666667rem;
        width: 100%;
        height: 8.5333333333rem
    }

    .xsrl .container .right .con .item {
        -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
        transform: translateY(200px);
        opacity: 0;
        -webkit-transition: all 1s;
        transition: all 1s;
        position: absolute;
        width: 100%
    }

    .xsrl .container .right .con .item .list {
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #7bb7c6;
        padding-bottom: .4rem;
        margin-top: .4rem
    }

    .xsrl .container .right .con .item .list .tit {
        padding-left: .2666666667rem;
        font-size: .3733333333rem;
        position: relative;
        width: 70%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .xsrl .container .right .con .item .list .tit::after {
        content: "";
        width: .08rem;
        height: .08rem;
        background: #eee;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .xsrl .container .right .con .item .list .time {
        font-size: .2933333333rem
    }

    .xsrl .container .right .con .act {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    .xsrl .container .right .shu {
        width: 100%;
        height: 4.2133333333rem;
        background: -webkit-linear-gradient(142deg, #f7eee5 0, #fff 100%);
        background: linear-gradient(-52deg, #f7eee5 0, #fff 100%);
        -webkit-box-shadow: 0 5px 14px 2px rgba(95, 95, 95, .2);
        box-shadow: 0 5px 14px 2px rgba(95, 95, 95, .2);
        position: absolute;
        right: 0;
        bottom: -2.8rem;
        padding: .5333333333rem .4rem .4rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .xsrl .container .right .shu .myshu {
        width: 2.96rem;
        position: absolute;
        right: -.5333333333rem;
        bottom: -.0666666667rem
    }

    .xsrl .container .right .shu .tit {
        font-size: .3733333333rem;
        font-weight: 700;
        color: #333
    }

    .xsrl .container .right .shu .text {
        width: 5.64rem;
        font-size: .2933333333rem;
        font-weight: 400;
        color: #333;
        line-height: .4rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        text-align: justify
    }

    .xsrl .container .right .shu .link {
        width: 5.64rem;
        padding: .2266666667rem .3333333333rem;
        font-size: .2933333333rem;
        font-weight: 400;
        color: #fdffff;
        background: -webkit-gradient(linear, left top, right top, from(#1b7d85), to(#1c9da7));
        background: -webkit-linear-gradient(left, #1b7d85 0, #1c9da7 100%);
        background: linear-gradient(90deg, #1b7d85 0, #1c9da7 100%)
    }

    .xsrl .container .right .shu .link a {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap
    }

    .xsrl .container .right .shu .link a img {
        width: .5333333333rem
    }

    .sys {
        width: 100%;
        height: 32.44rem;
        background: url(../img/sysmbbg.png) no-repeat center center;
        background-size: cover;
        padding-top: 2.2666666667rem
    }

    .sys .container {
        position: relative
    }

    .sys .container .bigtit {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: .5333333333rem;
        font-weight: 400;
        color: #333
    }

    .sys .container .bigfk {
        position: relative;
        width: 100%;
        height: 6.1066666667rem;
        left: auto;
        top: auto;
        margin: 0 auto 0
    }

    .sys .container .bigfk img {
        height: 100%
    }

    .sys .container .bigfk .ptwarp2 img {
        height: 0.95rem
    }

    .sys .container .bigfk .warp {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }

    .sys .container .bigfk .warp .tit {
        font-size: .84rem;
        color: #fff
    }

    .sys .container .bigfk .warp .engtit {
        font-size: .3733333333rem;
        text-align: justify;
        font-family: Arial;
        color: #fff;
        width: 100%;
        margin: .2666666667rem 0 .4rem
    }

    .sys .container .bigfk .warp .jt {
        width: 1.6rem
    }

    .sys .container .ptwarp {
        position: relative;
        right: 0;
        top: 220px;
        width: 100%;
        padding: 0 .6666666667rem
    }

    .sys .container .ptwarp .jsz {
        cursor: pointer;
        position: relative;
        width: 3.04rem;
        height: 3.48rem
    }

    .sys .container .ptwarp .jsz p {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2
    }

    .sys .container .ptwarp .jsz p:nth-child(1) {
        -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%);
        clip-path: polygon(0 0, 100% 0, 50% 50%)
    }

    .sys .container .ptwarp .jsz p:nth-child(2) {
        -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 50%);
        clip-path: polygon(100% 0, 100% 100%, 50% 50%)
    }

    .sys .container .ptwarp .jsz p:nth-child(3) {
        -webkit-clip-path: polygon(0 100%, 50% 50%, 100% 100%);
        clip-path: polygon(0 100%, 50% 50%, 100% 100%)
    }

    .sys .container .ptwarp .jsz p:nth-child(4) {
        -webkit-clip-path: polygon(0 0, 50% 50%, 0 100%);
        clip-path: polygon(0 0, 50% 50%, 0 100%)
    }

    .sys .container .ptwarp .jsz p:hover {
        z-index: 3;
        -webkit-clip-path: none;
        clip-path: none
    }

    .sys .container .ptwarp .jsz p:nth-child(1):hover~.box {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    .sys .container .ptwarp .jsz p:nth-child(2):hover~.box {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .sys .container .ptwarp .jsz p:nth-child(3):hover~.box {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg)
    }

    .sys .container .ptwarp .jsz p:nth-child(4):hover~.box {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }

    .sys .container .ptwarp .jsz p:nth-child(1):hover~.box .my2,
    .sys .container .ptwarp .jsz p:nth-child(3):hover~.box .my2 {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg)
    }

    .sys .container .ptwarp .jsz p:nth-child(2):hover~.box .my2,
    .sys .container .ptwarp .jsz p:nth-child(4):hover~.box .my2 {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }

    .sys .container .ptwarp .jsz .box {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }

    .sys .container .ptwarp .jsz .box .my {
        position: absolute;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        border-radius: 2px;
        z-index: 2;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .sys .container .ptwarp .jsz .box .my2 {
        position: absolute;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        border-radius: 2px;
        -webkit-transition-delay: .15s;
        transition-delay: .15s
    }

    .sys .container .ptwarp .jsz .box .my2 .lbx {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0
    }

    .sys .container .ptwarp .jsz .box .my2 .mytit {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 18px
    }

    .sys .container .ptwarp .icon1 {
        width: .8533333333rem
    }

    .sys .container .ptwarp a {
        position: absolute;
        width: 3.04rem;
        height: 3.48rem;
        display: block
    }

    .sys .container .ptwarp .mytit {
        font-size: .3733333333rem
    }

    .sys .container .ptwarp .ptlist {
        position: relative;
        width: 3.04rem;
        height: 3.48rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 999
    }

    .sys .container .ptwarp .ptlist a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sys .container .ptwarp .ptlist .lbx {
        width: 3.04rem;
        height: 3.48rem;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1
    }

    .sys .container .ptwarp .ptlist .tit {
        padding-top: .3066666667rem;
        width: 2.2666666667rem;
        text-align: center;
        font-size: .3466666667rem
    }

    .sys .container .ptwarp .ptlist .jt {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: .6666666667rem
    }

    .sys .container .ptwarp .have p {
        display: none
    }

    .sys .container .ptwarp a:nth-child(1) {
        left: 1.44rem;
        top: 1.6666666667rem
    }

    .sys .container .ptwarp a:nth-child(2) {
        right: 1.44rem;
        top: 1.6666666667rem
    }

    .sys .container .ptwarp a:nth-child(3) {
        left: -.0666666667rem;
        top: 4.24rem
    }

    .sys .container .ptwarp a:nth-child(4) {
        left: 2.96rem;
        top: 4.24rem
    }

    .sys .container .ptwarp a:nth-child(5) {
        right: -.0666666667rem;
        top: 4.24rem
    }

    .sys .container .ptwarp a:nth-child(6) {
        left: 1.44rem;
        top: 6.8133333333rem
    }

    .sys .container .ptwarp a:nth-child(7) {
        right: 1.44rem;
        top: 6.8133333333rem
    }

    .sys .container .ptwarp a:nth-child(8) {
        left: -.0666666667rem;
        top: 9.3866666667rem
    }

    .sys .container .ptwarp a:nth-child(9) {
        left: 2.96rem;
        top: 9.3866666667rem
    }

    .sys .container .ptwarp a:nth-child(10) {
        right: -.0666666667rem;
        top: 9.3866666667rem
    }

    .sys .container .ptwarp a:nth-child(11) {
        left: 1.44rem;
        top: 11.96rem
    }

    .sys .container .ptwarp a:nth-child(12) {
        right: 1.44rem;
        top: 11.96rem
    }

    .sys .container .ptwarp a:nth-child(13) {
        left: 2.96rem;
        top: 14.5333333333rem
    }

    .sys .container .ptwarp a:nth-child(14) {
        left: -.0666666667rem;
        top: 14.5333333333rem
    }

    .sys .container .ptwarp .yy::after {
        content: none;
        position: absolute;
        right: -25px;
        top: 15px;
        width: 3.04rem;
        height: 3.48rem;
        z-index: -2;
        background: url(../img/syshui.png) no-repeat center center;
        background-size: 100% 100%
    }

    .sys .container .ptwarp2 {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        padding: 0 .6666666667rem
    }

    .sys .container .ptwarp2 .jsz2 {
        cursor: pointer;
        position: relative;
        width: 3.04rem;
        height: 3.48rem
    }

    .sys .container .ptwarp2 .jsz2 p {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2
    }

    .sys .container .ptwarp2 .jsz2 p:nth-child(1) {
        -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%);
        clip-path: polygon(0 0, 100% 0, 50% 50%)
    }

    .sys .container .ptwarp2 .jsz2 p:nth-child(2) {
        -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 50%);
        clip-path: polygon(100% 0, 100% 100%, 50% 50%)
    }

    .sys .container .ptwarp2 .jsz2 p:nth-child(3) {
        -webkit-clip-path: polygon(0 100%, 50% 50%, 100% 100%);
        clip-path: polygon(0 100%, 50% 50%, 100% 100%)
    }

    .sys .container .ptwarp2 .jsz2 p:nth-child(4) {
        -webkit-clip-path: polygon(0 0, 50% 50%, 0 100%);
        clip-path: polygon(0 0, 50% 50%, 0 100%)
    }

    .sys .container .ptwarp2 .jsz2 p:hover {
        z-index: 3;
        -webkit-clip-path: none;
        clip-path: none
    }

    .sys .container .ptwarp2 .jsz2 p:nth-child(1):hover~.box2 {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    .sys .container .ptwarp2 .jsz2 p:nth-child(2):hover~.box2 {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .sys .container .ptwarp2 .jsz2 p:nth-child(3):hover~.box2 {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg)
    }

    .sys .container .ptwarp2 .jsz2 p:nth-child(4):hover~.box2 {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }

    .sys .container .ptwarp2 .jsz2 p:nth-child(1):hover~.box2 .my2-detail,
    .sys .container .ptwarp2 .jsz2 p:nth-child(3):hover~.box2 .my2-detail {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg)
    }

    .sys .container .ptwarp2 .jsz2 p:nth-child(2):hover~.box2 .my2-detail,
    .sys .container .ptwarp2 .jsz2 p:nth-child(4):hover~.box2 .my2-detail {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }

    .sys .container .ptwarp2 .jsz2 .box2 {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }

    .sys .container .ptwarp2 .jsz2 .box2 .my2-wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        border-radius: 2px;
        z-index: 2;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .sys .container .ptwarp2 .jsz2 .box2 .my2-detail {
        position: absolute;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 2px;
        -webkit-transition-delay: .15s;
        transition-delay: .15s
    }

    .sys .container .ptwarp2 .jsz2 .box2 .my2-detail .lbx2 {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0
    }

    .sys .container .ptwarp2 .jsz2 .box2 .my2-detail .mytit2 {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 18px
    }

    .sys .container .ptwarp2 .icon2-1 {
        width: auto
    }

    .sys .container .ptwarp2 a {
        position: absolute;
        width: 3.04rem;
        height: 3.48rem;
        display: block
    }

    .sys .container .ptwarp2 .mytit2 {
        font-size: .3733333333rem
    }

    .sys .container .ptwarp2 .jsz2.no-flip p {
        display: none !important;
    }

    .sys .container .ptwarp2 .jsz2.no-flip .box2 {
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none !important;
        transition: none !important;
    }

    .sys .container .ptwarp2 .jsz2.no-flip .box2 .my2-detail {
        display: none;
    }

    .sys .container .ptwarp2 .ptlist2 {
        position: relative;
        width: 3.04rem;
        height: 3.48rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 999
    }

    .sys .container .ptwarp2 .ptlist2 a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sys .container .ptwarp2 .ptlist2 .lbx2 {
        width: 3.04rem;
        height: 3.48rem;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1
    }

    .sys .container .ptwarp2 .ptlist2 .sytit2 {
        width: 2.2666666667rem;
        text-align: center;
        font-size: .53999rem;
        font-family: "微软雅黑", Arial, "黑体", "_sans";
    }

    .sys .container .ptwarp2 .ptlist2 .tit2 {
        padding-top: .3066666667rem;
        width: 2.866667rem;
        text-align: center;
        font-size: .32rem;
    }

    .sys .container .ptwarp2 .ptlist2 .jt2 {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: .6666666667rem
    }

    .sys .container .ptwarp2 .have2 p {
        display: none
    }

    .sys .container .ptwarp2 a:nth-child(1) {
        left: 1.44rem;
        top: 1.6666666667rem
    }

    .sys .container .ptwarp2 a:nth-child(2) {
        right: 1.44rem;
        top: 1.6666666667rem
    }

    .sys .container .ptwarp2 a:nth-child(3) {
        left: -.0666666667rem;
        top: 4.24rem
    }

    .sys .container .ptwarp2 a:nth-child(4) {
        left: 2.96rem;
        top: 4.24rem
    }

    .sys .container .ptwarp2 a:nth-child(5) {
        right: -.0666666667rem;
        top: 4.24rem
    }

    .sys .container .ptwarp2 a:nth-child(6) {
        left: 1.44rem;
        top: 6.8133333333rem
    }

    .sys .container .ptwarp2 a:nth-child(7) {
        right: 1.44rem;
        top: 6.8133333333rem
    }

    .sys .container .ptwarp2 a:nth-child(8) {
        /* left: -.0666666667rem; */
        left: 2.96rem;
        top: 9.3866666667rem
    }

    .sys .container .ptwarp2 a:nth-child(9) {
        left: 2.96rem;
        top: 9.3866666667rem
    }

    .sys .container .ptwarp2 a:nth-child(10) {
        right: -.0666666667rem;
        top: 9.3866666667rem
    }

    .sys .container .ptwarp2 a:nth-child(11) {
        left: 1.44rem;
        top: 11.96rem
    }

    .sys .container .ptwarp2 a:nth-child(12) {
        right: 1.44rem;
        top: 11.96rem
    }

    .sys .container .ptwarp2 a:nth-child(13) {
        left: 2.96rem;
        top: 14.5333333333rem
    }

    .sys .container .ptwarp2 a:nth-child(14) {
        left: -.0666666667rem;
        top: 14.5333333333rem
    }

    .sys .container .ptwarp2 .yy2::after {
        content: none;
        position: absolute;
        right: -25px;
        top: 15px;
        width: 3.04rem;
        height: 3.48rem;
        z-index: -2;
        background: url(../img/syshui.png) no-repeat center center;
        background-size: 100% 100%
    }

    .jrwm {
        background: url(../img/jrwmbg.png) no-repeat center center;
        background-size: cover;
        height: 11.6666666667rem
    }

    .jrwm .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .jrwm .left {
        padding-top: 1rem
    }

    .jrwm .left .tit {
        text-align: center;
        font-size: .5333333333rem;
        color: #fff
    }

    .jrwm .left .text {
        width: 5.7333333333pxrem;
        text-align: center;
        font-size: .3733333333rem;
        padding-top: .8rem;
        color: #fff;
        line-height: .64rem
    }

    .jrwm .right {
        margin-top: 1.7333333333rem;
        width: 100%;
        height: 6.2666666667rem;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #147980), to(#359fa6));
        background: -webkit-linear-gradient(bottom, #147980 1%, #359fa6 100%);
        background: linear-gradient(0deg, #147980 1%, #359fa6 100%);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .jrwm .right .imgtit {
        width: 100%;
        position: absolute;
        right: 0;
        top: -.8rem
    }

    .jrwm .right .list a {
        width: 2.9333333333rem;
        height: 1.1333333333rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right: 1px solid #70b3b8
    }

    .jrwm .right .list a img {
        height: .72rem
    }

    .jrwm .right .list .tit {
        margin-top: .2666666667rem;
        font-size: .3733333333rem;
        color: #fff
    }

    .jrwm .right .list:nth-child(4) a {
        border: none
    }

    .jrwm .right .list:nth-child(7) a {
        border: none;
    }

    .jrwm .right .list:last-child a {
        border: none
    }
}

/*# sourceMappingURL=index.min.css.map */