/**!
 * [页面名称]
 * date:2018-01-01
 * author: [author];
 */

@media screen and (min-width:1024px) {
    .head {
        width: 100%;
        background-color: #fff
    }

    .head .head-top {
        position: relative;
        height: .72rem;
        padding: .1rem .5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: url(/img/logotop.f88b6169.png) no-repeat;
        background-size: 100% 100%
    }

    .head .head-top .search-box {
        display: flex;
        width: 4.82rem;
        height: .48rem
    }

    .head .head-top .search-box .search-frame {
        width: 3.82rem;
        background: #fff
    }

    .head .head-top .search-box .search-frame .el-input__inner {
        height: .48rem;
        border: 1px solid #e3e3e3;
        border-radius: 4px 0 0 4px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular
    }

    .head .head-top .search-box .search-btn {
        width: 1rem;
        background: #e60012;
        border-radius: 0 4px 4px 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .head .head-top .search-box .search-btn img {
        width: .18rem;
        height: .18rem;
        margin-right: .05rem
    }

    .head .head-top .search-box .search-btn .text {
        font-size: .16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #fff;
        cursor: pointer
    }

    .head .head-nav {
        padding: .1rem .5rem;
        background: #e60012;
        display: flex;
        align-items: center
    }

    .head .head-nav li {
        height: .48rem;
        line-height: .48rem;
        padding: 0 .3rem;
        font-size: .21rem;
        cursor: pointer;
        text-decoration: none;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #fff
    }

    .head .head-nav .current {
        font-weight: 700;
        background: #cf0010
    }

    .head .head-nav-and {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .head {
        width: 100%;
        box-sizing: border-box;
        background-color: #fff
    }

    .head .head-top {
        height: 72px;
        display: none;
        flex-direction: column;
        justify-content: space-between
    }

    .head .head-top .logo {
        width: 2.144rem;
        height: 36px
    }

    .head .head-top .search-box {
        display: flex;
        width: 4.82rem;
        height: 36px
    }

    .head .head-top .search-box .search-frame {
        width: 3.82rem;
        background: #fff
    }

    .head .head-top .search-box .search-frame .el-input__inner {
        height: 36px;
        border: 1px solid #e3e3e3;
        border-radius: 4px 0 0 4px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular
    }

    .head .head-top .search-box .search-btn {
        width: 50px;
        background: #e60012;
        border-radius: 0 4px 4px 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .head .head-top .search-box .search-btn img {
        width: .18rem;
        height: .18rem
    }

    .head .head-top .search-box .search-btn .text {
        width: 50px;
        height: .21rem;
        font-size: 8px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #fff;
        cursor: pointer
    }

    .head .head-nav {
        display: none
    }

    .head .head-nav-and {
        width: 100%;
        height: 44px;
        line-height: 44px;
        background: #cf0010;
        color: #fff;
        padding-left: 10px;
        box-sizing: border-box
    }

    .head .head-nav-and .nav-box {
        width: 80px;
        font-size: 20px;
        cursor: pointer
    }

    .head .nav-box-mc {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 10;
        display: flex;
        background: rgba(41, 41, 41, .521)
    }

    .head .nav-box-mc img {
        position: absolute;
        top: 0;
        left: 70px;
        width: 58px;
        height: 55px
    }

    .head .nav-box-mc .head-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: 100%;
        padding-top: 60px;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: left 2s
    }

    .head .nav-box-mc .head-nav .head-nav-li {
        box-sizing: border-box;
        width: 100%;
        height: .48rem;
        line-height: .48rem;
        text-align: center;
        font-size: .3rem;
        cursor: pointer;
        text-decoration: none;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #000;
        font-weight: 400
    }

    .head .nav-box-mc .head-nav .head-nav-li:hover {
        font-weight: 700;
        color: #cf0010
    }

    .head .nav-box-mc .kongbai {
        flex: 1
    }
}

@media screen and (min-width:1024px) {
    .footer {
        display: flex;
        box-sizing: border-box;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: .88rem;
        background: #f8f8f8;
        font-size: .18rem;
        padding: 0 2.4rem;
        color: #333
    }
}

@media screen and (max-width:1023px) {
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0 10px;
        font-size: .14rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666
    }
}

@media screen and (min-width:1024px) {
    .realTimeInfo {
        width: 8.8rem
    }

    .realTimeInfo .realTimeInfo-title {
        border-top: 1px solid #db2d32;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .realTimeInfo .realTimeInfo-title .realTimeInfo-text {
        height: .48rem;
        padding: 0 .1rem;
        text-align: center;
        line-height: .48rem;
        font-size: .25rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #fff;
        background: #db2d32
    }

    .realTimeInfo .realTimeInfo-title .realTimeInfo-more {
        height: .48rem;
        line-height: .48rem;
        font-size: .25rem;
        font-weight: 700;
        color: #db2d32;
        cursor: pointer
    }

    .realTimeInfo .realTimeInfo-singles {
        height: 4rem;
        margin: .26rem 0 .26rem 0;
        font-size: .18rem;
        overflow: hidden;
        overflow-y: scroll
    }

    .realTimeInfo .realTimeInfo-singles li {
        display: flex;
        justify-content: space-between;
        margin-bottom: .1rem;
        line-height: .4rem;
        cursor: pointer
    }

    .realTimeInfo .realTimeInfo-singles li .left-time {
        flex-shrink: 0;
        width: 1.8rem;
        align-self: flex-end
    }

    .realTimeInfo .realTimeInfo-singles li .realTimeInfo-status {
        color: #0066FF;
        margin-right: .2rem
    }

    .realTimeInfo .realTimeInfo-singles li .realTimeInfo-time,
    .realTimeInfo .realTimeInfo-singles li .status {
        color: #999
    }

    .realTimeInfo .realTimeInfo-singles::-webkit-scrollbar {
        width: 0
    }

    .realTimeInfo .load-more {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .realTimeInfo {
        width: 100%;
        height: 4rem;
        overflow: hidden;
        margin-bottom: .2rem
    }

    .realTimeInfo .realTimeInfo-title {
        border-top: 1px solid #db2d32;
        margin-bottom: .2rem;
        display: flex;
        justify-content: space-between
    }

    .realTimeInfo .realTimeInfo-title .realTimeInfo-text {
        width: 1.2rem;
        height: .48rem;
        text-align: center;
        line-height: .48rem;
        font-size: .2rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #fff;
        background: #db2d32
    }

    .realTimeInfo .realTimeInfo-title .realTimeInfo-more {
        height: .48rem;
        line-height: .48rem;
        font-size: .25rem;
        font-weight: 700;
        color: #db2d32;
        cursor: pointer
    }

    .realTimeInfo .realTimeInfo-singles {
        font-size: .18rem;
        display: flex;
        flex-direction: column
    }

    .realTimeInfo .realTimeInfo-singles li {
        display: flex;
        justify-content: space-between;
        cursor: pointer
    }

    .realTimeInfo .realTimeInfo-singles li .left-time {
        flex-shrink: 0;
        width: 2.5rem
    }

    .realTimeInfo .realTimeInfo-singles li .realTimeInfo-status {
        color: #db2d32;
        margin-right: 10px
    }

    .realTimeInfo .realTimeInfo-singles li .realTimeInfo-subject {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 20px
    }

    .realTimeInfo .realTimeInfo-singles li .realTimeInfo-time,
    .realTimeInfo .realTimeInfo-singles li .status {
        color: #999
    }

    .realTimeInfo .load-more {
        font-size: 12px;
        text-align: center;
        display: block
    }
}

@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;height:4.8rem;
}

.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: translateZ(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(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.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(var(--swiper-navigation-size)*-1/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: normal;
    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: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(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,
.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: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.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: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.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 linear infinite;
    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 {
    to {
        transform: rotate(1turn)
    }
}

.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
}

@media screen and (min-width:1024px) {
    .carousel {
        height: 100%;
        display: flex;
        flex-direction: column;
        font-size: .2rem
    }

    .carousel .visualization-smallTitle {
        height: .26rem;
        display: flex;
        align-items: center;
        margin-bottom: .24rem
    }

    .carousel .visualization-smallTitle .colorBox {
        width: .04rem;
        height: .18rem;
        background: #db2d32;
        margin-right: .1rem
    }

    .carousel .visualization-smallTitle .smallTitle {
        font-size: .2rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #333
    }

    .carousel .swiper-box {
        flex: 1;
        position: relative
    }

    .carousel .swiper-box .swiper-container,
    .carousel .swiper-box .swiper-slide img {
        width: 100%;
        height: 100%
    }

    .carousel .swiper-box .swiper-pagination {
        bottom: 0;
        width: 100%;
        display: flex;
        padding-right: .2rem;
        box-sizing: border-box;
        justify-content: flex-end;
        align-items: center;
        height: 1rem;
        background: #0000008e
    }

    .carousel .swiper-box .swiper-pagination .swiper-pagination-bullet {
        margin: .05rem
    }

    .carousel .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
        background: #fff
    }

    .carousel .swiper-box .slide-text {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 21;
        width: 100%;
        height: 1rem;
        font-size: .16rem;
        line-height: 1rem;
        color: #fff
    }
}

@media screen and (max-width:1023px) {
    .carousel {
        height: 100%;
        display: flex;
        flex-direction: column;
        font-size: .2rem
    }

    .carousel .visualization-smallTitle {
        height: .26rem;
        display: flex;
        align-items: center;
        margin-bottom: .24rem
    }

    .carousel .visualization-smallTitle .colorBox {
        width: .04rem;
        height: .18rem;
        background: #db2d32;
        margin-right: .1rem
    }

    .carousel .visualization-smallTitle .smallTitle {
        font-size: .2rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #333
    }

    .carousel .swiper-box {
        flex: 1;
        position: relative
    }

    .carousel .swiper-box .swiper-container,
    .carousel .swiper-box .swiper-slide img {
        width: 100%;
        height: 100%
    }

    .carousel .swiper-box .swiper-pagination {
        bottom: 0;
        width: 100%;
        display: flex;
        padding-right: .2rem;
        box-sizing: border-box;
        justify-content: flex-end;
        align-items: center;
        height: 1rem;
        background: #0000008e
    }

    .carousel .swiper-box .swiper-pagination .swiper-pagination-bullet {
        margin: .05rem
    }

    .carousel .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
        background: #fff
    }

    .carousel .swiper-box .slide-text {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 21;
        width: 100%;
        height: 1rem;
        font-size: .16rem;
        line-height: 1rem;
        color: #fff
    }
}

@media screen and (min-width:1024px) {
    .visualization {
        display: flex;
        flex-direction: column
    }

    .visualization .visualization-head {
        box-sizing: border-box;
        background: #db2d32;
        width: 4.8rem;
        height: .54rem;
        flex-shrink: 0;
        line-height: .54rem;
        padding-left: .2rem;
        margin-bottom: .22rem
    }

    .visualization .visualization-head img {
        width: 1.8rem;
        height: .54rem
    }

    .visualization .visualization-head .visualization-title {
        position: absolute;
        font-size: .2rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #fff
    }

    .visualization .visualization-smallTitle {
        height: .26rem;
        display: flex;
        align-items: center;
        margin-bottom: .24rem
    }

    .visualization .visualization-smallTitle .colorBox {
        width: .04rem;
        height: .18rem;
        background: #db2d32;
        margin-right: .1rem
    }

    .visualization .visualization-smallTitle .smallTitle {
        font-size: .2rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #333
    }

    .visualization .visualization-content {
        flex: 1;
        display: flex;
        flex-direction: column
    }

    .visualization .visualization-content .visualization-content-top {
        flex: 1
    }
}

@media screen and (max-width:1023px) {
    .visualization-head {
        display: flex;
        justify-content: center;
        border-top: 1px solid #db2d32;
        width: 100%;
        height: .54rem;
        line-height: .54rem;
        margin-bottom: .22rem;
        background: #db2d32
    }

    .visualization-head img {
        width: 1.8rem;
        height: .54rem
    }

    .visualization-head .visualization-title {
        position: absolute;
        font-size: .2rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #fff
    }

    .visualization-smallTitle {
        height: .26rem;
        display: flex;
        align-items: center;
        margin-bottom: .24rem
    }

    .visualization-smallTitle .colorBox {
        width: .04rem;
        height: .18rem;
        background: #db2d32;
        margin-right: .1rem
    }

    .visualization-smallTitle .smallTitle {
        font-size: .2rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #333
    }

    .visualization-content .visualization-content-top {
        margin-bottom: .6rem
    }
}

@media screen and (min-width:1024px) {
    .pieBox {
        display: flex;
        flex-direction: column;
        height: 4rem;
        width: 4.8rem
    }

    .pieBox .visualization-smallTitle {
        height: .26rem;
        display: flex;
        align-items: center;
        margin-bottom: .24rem
    }

    .pieBox .visualization-smallTitle .colorBox {
        width: .04rem;
        height: .18rem;
        background: #db2d32;
        margin-right: .1rem
    }

    .pieBox .visualization-smallTitle .smallTitle {
        font-size: .2rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #333
    }

    .pieBox #main {
        flex: 1
    }
}

@media screen and (max-width:1023px) {
    .pieBox #main {
        height: 200px;
        width: 100%
    }
}

.systemNotification {
    display: flex;
    align-items: center;
    height: .21rem;
    margin-bottom: .2rem;
    padding-left: .2rem
}

.systemNotification img {
    height: .14rem;
    width: .32rem;
    margin-right: .1rem
}

.systemNotification span {
    font-size: .16rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.systemNotification span:hover {
    font-weight: 700;
    color: #cf0010
}

.systemNotification .circular {
    width: .05rem;
    height: .05rem;
    margin-right: .1rem;
    border-radius: 50%;
    background: #adadad
}

li {
    font-size: .18rem;
    line-height: .5rem
}

@media screen and (min-width:1024px) {
    .download .down-img {
        display: flex;
        justify-content: center;
        margin-bottom: .4rem
    }

    .download .down-img img {
        width: 10.32rem;
        height: .48rem
    }

    .download .downs {
        display: flex;
        justify-content: space-between
    }

    .download .downs .down-jump {
        height: 2.48rem;
        width: 2.7rem;
        display: flex;
        flex-direction: column
    }

    .download .downs .down-jump .down-name {
        height: .48rem;
        line-height: .48rem;
        text-decoration: none;
        text-align: center;
        font-size: .2rem;
        color: #333;
        background: #fff;
        transition: background 1s, color 1s
    }

    .download .downs .down-jump .down-name:hover {
        color: #fff;
        background: #db2d32
    }
}

@media screen and (max-width:1023px) {
    .download .down-img {
        display: flex;
        justify-content: center;
        margin-bottom: .4rem
    }

    .download .down-img img {
        width: 100%
    }

    .download .downs {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box
    }

    .download .downs .down-jump {
        height: 100%;
        width: 46%;
        display: flex;
        flex-direction: column;
        margin: auto
    }

    .download .downs .down-jump .down-name {
        height: .48rem;
        line-height: .48rem;
        text-decoration: none;
        text-align: center;
        font-size: .2rem;
        color: #333;
        background: #fff;
        transition: background 1s, color 1s
    }

    .download .downs .down-jump .down-name:hover {
        color: #fff;
        background: #db2d32
    }
}

.youqingBox {
    font-size: .18rem;
    padding-left: .05rem
}

.youqingBox .youqing-hight {
    line-height: .35rem
}

.youqingBox .youqing-hight span:first-child {
    margin-right: .1rem
}

.youqingBox .youqing {
    display: flex;
    line-height: .4rem
}

.youqingBox .youqing .youqing-link {
    display: flex;
    flex-direction: column;
    font-size: .18rem;
    height: 2rem;
    overflow: hidden;
    overflow-y: scroll;
    width: 4.8rem;
}

.youqingBox .youqing .youqing-link a {
    color: #333;
    line-height: .4rem;
    text-decoration: none
}

@media screen and (min-width:1024px) {
    .bannerSwiper {
        position: relative
    }

    .bannerSwiper img {
        height: 4.8rem
    }

    .bannerSwiper .banner-btn {
        position: absolute;
        top: .35rem;
        right: 2.4rem;
        height: 3.8rem;
        width: 3.21rem;
        z-index: 5
    }

    .bannerSwiper .banner-btn .swiper {
        --swiper-pagination-color: #0f3
    }

    .bannerSwiper .banner-btn .bannerBtn {
        height: 100%;
        display: flex
    }

    .bannerSwiper .banner-btn .bannerBtn .cating {
        width: 3.21rem;
        height: .72rem;
        font-size: .25rem;
        text-align: center;
        line-height: .72rem;
        color: #fff;
        background-color: #4ae6aa;
        border-radius: .1rem;
        cursor: pointer
    }

    .bannerSwiper .swiper .swiper-pagination-bullet {
        width: .15rem;
        height: .15rem
    }

    .bannerSwiper .gongpin {
        position: absolute;
        top: 1rem;
        left: 4rem;
        z-index: 5
    }

    .bannerSwiper .gongpin img {
        width: 7.25rem;
        height: 2.69rem
    }

    .bannerSwiper .yd-banner-btn {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .bannerSwiper {
        position: relative
    }

    .bannerSwiper .banner-btn {
        display: none
    }

    .bannerSwiper .swiper .swiper-pagination-bullet {
        width: .15rem;
        height: .15rem
    }

    .bannerSwiper .swiper img {
        height: 183px;
        width: 100%;
    }

    .bannerSwiper .gongpin {
        position: absolute;
        top: 50px;
        left: 40px;
        z-index: 5
    }

    .bannerSwiper .gongpin img {
        width: 50%;
        height: 50%
    }

    .bannerSwiper .yd-banner-btn {
        padding: 0 10px;
        margin-bottom: 10px
    }

    .bannerSwiper .yd-banner-btn .bannerBtn {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .bannerSwiper .yd-banner-btn img {
        height: 50%;
        width: 48%
    }
}

@media screen and (min-width:1024px) {
    .shouye .content {
        display: flex;
        flex-direction: column;
        padding: .1rem 2.4rem .6rem 2.4rem;
        background: url(/img/bj.d4fe7854.png) no-repeat;
        background-size: 100% 100%
    }

    .shouye .content .content-top {
        display: flex;
        justify-content: space-between;
        margin-bottom: .6rem
    }

    .shouye .content .content-top .shouye-left {
        width: 8.8rem
    }

    .shouye .content .content-top .shouye-right {
        width: 4.8rem
    }

    .shouye .content .content-top .shouye-right .shouye-right-top {
        height: 4.5rem;
        margin-bottom: .5rem;
        background: #fffcfc
    }

    .shouye .content .content-top .shouye-right .shouye-right-bottom {
        height: 4rem
    }

    .shouye .content-bottom {
        background: #f8f8f8;
        padding: .2rem 2.4rem;
        height: 3.94rem
    }

    .shouye .bannerBtn {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .shouye .bannerBtn img {
        width: 3.21rem;
        height: .73rem;
        cursor: pointer
    }
}

@media screen and (max-width:1023px) {
    .shouye .content {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        padding: 0 10px;
        width: 100%
    }

    .shouye .content .content-top {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: .6rem
    }

    .shouye .content .content-top .shouye-left,
    .shouye .content .content-top .shouye-right {
        width: 100%
    }

    .shouye .content .content-top .shouye-right .shouye-right-bottom,
    .shouye .content .content-top .shouye-right .shouye-right-top {
        height: 100%
    }
}

@media screen and (min-width:1024px) {
    .head {
        width: 100%;
        background-color: #fff
    }

    .head .head-top {
        position: relative;
        height: .72rem;
        padding: .1rem .5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: url(/img/logotop.f88b6169.png) no-repeat;
        background-size: 100% 100%
    }

    .head .head-top .search-box {
        display: flex;
        width: 4.82rem;
        height: .48rem
    }

    .head .head-top .search-box .search-frame {
        width: 3.82rem;
        background: #fff
    }

    .head .head-top .search-box .search-frame .el-input__inner {
        height: .48rem;
        border: 1px solid #e3e3e3;
        border-radius: 4px 0 0 4px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular
    }

    .head .head-top .search-box .search-btn {
        width: 1rem;
        background: #e60012;
        border-radius: 0 4px 4px 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .head .head-top .search-box .search-btn img {
        width: .18rem;
        height: .18rem;
        margin-right: .05rem
    }

    .head .head-top .search-box .search-btn .text {
        font-size: .16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #fff;
        cursor: pointer
    }

    .head .head-nav {
        padding: .1rem .5rem;
        background: #e60012;
        display: flex;
        align-items: center
    }

    .head .head-nav li {
        height: .48rem;
        line-height: .48rem;
        padding: 0 .3rem;
        font-size: .21rem;
        cursor: pointer;
        text-decoration: none;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #fff
    }

    .head .head-nav .current {
        font-weight: 700;
        background: #cf0010
    }

    .head .head-nav-and {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .head {
        width: 100%;
        box-sizing: border-box;
        background-color: #fff
    }

    .head .head-top {
        height: 72px;
        display: none;
        flex-direction: column;
        justify-content: space-between
    }

    .head .head-top .logo {
        width: 2.144rem;
        height: 36px
    }

    .head .head-top .search-box {
        display: flex;
        width: 4.82rem;
        height: 36px
    }

    .head .head-top .search-box .search-frame {
        width: 3.82rem;
        background: #fff
    }

    .head .head-top .search-box .search-frame .el-input__inner {
        height: 36px;
        border: 1px solid #e3e3e3;
        border-radius: 4px 0 0 4px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular
    }

    .head .head-top .search-box .search-btn {
        width: 50px;
        background: #e60012;
        border-radius: 0 4px 4px 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .head .head-top .search-box .search-btn img {
        width: .18rem;
        height: .18rem
    }

    .head .head-top .search-box .search-btn .text {
        width: 50px;
        height: .21rem;
        font-size: 8px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #fff;
        cursor: pointer
    }

    .head .head-nav {
        display: none
    }

    .head .head-nav-and {
        width: 100%;
        height: 44px;
        line-height: 44px;
        background: #cf0010;
        color: #fff;
        padding-left: 10px;
        box-sizing: border-box
    }

    .head .head-nav-and .nav-box {
        width: 80px;
        font-size: 20px;
        cursor: pointer
    }

    .head .nav-box-mc {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 10;
        display: flex;
        background: rgba(41, 41, 41, .521)
    }

    .head .nav-box-mc img {
        position: absolute;
        top: 0;
        left: 70px;
        width: 58px;
        height: 55px
    }

    .head .nav-box-mc .head-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: 100%;
        padding-top: 60px;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: left 2s
    }

    .head .nav-box-mc .head-nav .head-nav-li {
        box-sizing: border-box;
        width: 100%;
        height: .48rem;
        line-height: .48rem;
        text-align: center;
        font-size: .3rem;
        cursor: pointer;
        text-decoration: none;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #000;
        font-weight: 400
    }

    .head .nav-box-mc .head-nav .head-nav-li:hover {
        font-weight: 700;
        color: #cf0010
    }

    .head .nav-box-mc .kongbai {
        flex: 1
    }
}

@media screen and (min-width:1024px) {
    .banner {
        position: relative;
        width: 100%;
        height: 3.8rem;
        box-sizing: border-box
    }

    .banner img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:1023px) {
    .banner {
        position: relative
    }

    .banner,
    .banner img {
        width: 100%
    }
}

@media screen and (min-width:1024px) {
    .footer {
        display: flex;
        box-sizing: border-box;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: .88rem;
        background: #f8f8f8;
        font-size: .18rem;
        padding: 0 2.4rem;
        color: #333
    }
}

@media screen and (max-width:1023px) {
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0 10px;
        font-size: .14rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666
    }
}

@media screen and (min-width:1024px) {
    .headBox-route {
        display: flex;
        align-items: center;
        height: .4rem;
        border-bottom: 1px solid #eee;
        padding: 0 2.4rem
    }

    .headBox-route img {
        width: .2rem;
        height: .27rem;
        margin-right: .3rem
    }

    .headBox-route .position {
        display: flex;
        align-items: center
    }

    .headBox-route .position .dangqian {
        font-size: .14rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666
    }

    .headBox-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: .86rem;
        padding: 0 2.4rem;
        margin-bottom: .16rem
    }

    .headBox-title img {
        width: 3.31rem;
        height: .86rem
    }

    .headBox-title .headBox-title-right {
        flex: 1;
        height: .86rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        border-bottom: 1px solid #eee
    }

    .headBox-title .headBox-title-right .el-input {
        width: 1.7rem;
        height: .25rem
    }

    .headBox-title .headBox-title-right .el-input__inner {
        height: .23rem;
        padding: 0;
        font-size: .16rem;
        border: none;
        background: transparent
    }

    .headBox-title .headBox-title-right img {
        width: .19rem;
        height: .21rem;
        cursor: pointer
    }
}

@media screen and (max-width:1023px) {
    .headBox-route {
        display: flex;
        align-items: center;
        height: .4rem;
        border-bottom: 1px solid #eee;
        padding: 0 10px
    }

    .headBox-route img {
        width: .2rem;
        height: .27rem;
        margin-right: .3rem
    }

    .headBox-route .position {
        display: flex;
        align-items: center
    }

    .headBox-route .position .dangqian,
    .headBox-route .position span {
        font-size: 12px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666
    }

    .headBox-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: .86rem;
        margin-bottom: .16rem;
        padding: 0 10px
    }

    .headBox-title img {
        width: 3.31rem;
        height: .86rem
    }

    .headBox-title .headBox-title-right {
        flex: 1;
        height: .86rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        border-bottom: 1px solid #eee
    }

    .headBox-title .headBox-title-right .el-input {
        width: 1.7rem;
        height: .25rem
    }

    .headBox-title .headBox-title-right .el-input__inner {
        height: .23rem;
        padding: 0;
        font-size: .16rem;
        border: none;
        background: transparent
    }

    .headBox-title .headBox-title-right img {
        width: .19rem;
        height: .21rem;
        cursor: pointer
    }
}

@media screen and (min-width:1024px) {
    .list-details-right {
        height: 4.53rem
    }

    .list-details-right .list-details-right-single {
        display: flex;
        justify-content: space-between;
        height: .28rem;
        font-size: .16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #333;
        margin-bottom: .2rem;
        cursor: pointer
    }

    .list-details-right .list-details-right-single .circular {
        width: .05rem;
        height: .05rem;
        border-radius: 50%;
        background: #333;
        margin-right: .08rem
    }

    .list-details-right .list-details-right-single .single-right {
        display: flex
    }

    .list-details-right .list-details-right-single .single-right .single-status {
        margin-right: 15px
    }
    .list-details-right .list-details-right-single .single-right .realTimeInfo-status {
        color: #0066FF;
        margin-right: 15px
    }

    .list-details-right .list-details-right-single .single-right .single-time {
        color: #999
    }

    .list-details-right .singleHover {
        color: #db2d32
    }

    .list-details-right .singleHover .circular {
        background: #db2d32
    }
}

@media screen and (max-width:1023px) {
    .list-details-right {
        height: 4.53rem;
        padding: 0 10px
    }

    .list-details-right .list-details-right-single {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: .16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #333;
        margin-bottom: .1rem
    }

    .list-details-right .list-details-right-single .list-details-right-text {
        width: 7.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer
    }

    .list-details-right .list-details-right-single .single-right {
        display: flex;
        align-self: flex-end
    }

    .list-details-right .list-details-right-single .single-right .single-time {
        color: #999;
        margin-left: 10px
    }

    .list-details-right .singleHover {
        color: #db2d32
    }

    .list-details-right .singleHover .circular {
        background: #db2d32
    }
}

.paginationBox {
    display: flex;
    justify-content: flex-end;
    margin: .6rem 0;
    height: .48rem
}

.paginationBox .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #db2d32
}

.paginationBox .el-pagination.is-background .btn-next,
.paginationBox .el-pagination.is-background .el-pager li {
    width: .48rem
}

.paginationBox .el-pager li,
.paginationBox .el-pagination button {
    height: .48rem;
    line-height: .48rem
}

@media screen and (min-width:1024px) {
    .zhaobiao {
        width: 100%;
        background: #f8f8f8
    }

    .zhaobiao .zhaobiao-content {
        padding: 0 2.4rem
    }
}

@media screen and (max-width:1023px) {
    .zhaobiao-content {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box
    }

    .zhaobiao-content .zhaobiao-details {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .zhaobiao-content .zhaobiao-details .zhaobiao-details-left {
        position: relative;
        width: 100%
    }

    .zhaobiao-content .zhaobiao-details .zhaobiao-details-left img {
        display: none;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 2rem;
        height: 1.93em
    }

    .zhaobiao-content .zhaobiao-details .zhaobiao-details-left ul {
        display: flex
    }

    .zhaobiao-content .zhaobiao-details .zhaobiao-details-left ul li {
        height: .42rem;
        background: #fff;
        border-bottom: .01rem solid #efefef;
        font-size: .14rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: center;
        color: #999;
        line-height: .42rem;
        margin-bottom: .16rem;
        padding: 0 .05rem
    }

    .zhaobiao-content .zhaobiao-details .zhaobiao-details-left .select {
        font-weight: 700;
        color: #db2d32;
        border-color: #db2d32
    }

    .zhaobiao-content .zhaobiao-details .zhaobiao-details-right {
        height: 4.53rem;
        width: 11.8rem
    }

    .zhaobiao-content .zhaobiao-details .zhaobiao-details-right .zhaobiao-details-right-single {
        display: flex;
        justify-content: space-between;
        height: .28rem;
        font-size: .16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #333;
        margin-bottom: .2rem
    }

    .zhaobiao-content .zhaobiao-details .zhaobiao-details-right .zhaobiao-details-right-single .zhaobiao-details-right-text {
        width: 7.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .zhaobiao-content .zhaobiao-details .zhaobiao-details-right .zhaobiao-details-right-single .circular {
        width: .05rem;
        height: .05rem;
        border-radius: 50%;
        background: #333;
        margin-right: .08rem
    }

    .zhaobiao-content .zhaobiao-details .zhaobiao-details-right .zhaobiao-details-right-single .single-time {
        color: #999
    }

    .zhaobiao-content .zhaobiao-details .zhaobiao-details-right .singleHover {
        color: #db2d32
    }

    .zhaobiao-content .zhaobiao-details .zhaobiao-details-right .singleHover .circular {
        background: #db2d32
    }

    .zhaobiao-content .zhaobiao-details .listBoxWidth {
        width: 100%
    }

    .zhaobiao-content .paginationBox {
        display: none
    }
}


@media screen and (min-width:1024px) {
    .head {
        width: 100%;
        background-color: #fff
    }

    .head .head-top {
        position: relative;
        height: .72rem;
        padding: .1rem .5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: url(/img/logotop.f88b6169.png) no-repeat;
        background-size: 100% 100%
    }

    .head .head-top .search-box {
        display: flex;
        width: 4.82rem;
        height: .48rem
    }

    .head .head-top .search-box .search-frame {
        width: 3.82rem;
        background: #fff
    }

    .head .head-top .search-box .search-frame .el-input__inner {
        height: .48rem;
        border: 1px solid #e3e3e3;
        border-radius: 4px 0 0 4px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular
    }

    .head .head-top .search-box .search-btn {
        width: 1rem;
        background: #e60012;
        border-radius: 0 4px 4px 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .head .head-top .search-box .search-btn img {
        width: .18rem;
        height: .18rem;
        margin-right: .05rem
    }

    .head .head-top .search-box .search-btn .text {
        font-size: .16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #fff;
        cursor: pointer
    }

    .head .head-nav {
        padding: .1rem .5rem;
        background: #e60012;
        display: flex;
        align-items: center
    }

    .head .head-nav li {
        height: .48rem;
        line-height: .48rem;
        padding: 0 .3rem;
        font-size: .21rem;
        cursor: pointer;
        text-decoration: none;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #fff
    }

    .head .head-nav .current {
        font-weight: 700;
        background: #cf0010
    }

    .head .head-nav-and {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .head {
        width: 100%;
        box-sizing: border-box;
        background-color: #fff
    }

    .head .head-top {
        height: 72px;
        display: none;
        flex-direction: column;
        justify-content: space-between
    }

    .head .head-top .logo {
        width: 2.144rem;
        height: 36px
    }

    .head .head-top .search-box {
        display: flex;
        width: 4.82rem;
        height: 36px
    }

    .head .head-top .search-box .search-frame {
        width: 3.82rem;
        background: #fff
    }

    .head .head-top .search-box .search-frame .el-input__inner {
        height: 36px;
        border: 1px solid #e3e3e3;
        border-radius: 4px 0 0 4px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular
    }

    .head .head-top .search-box .search-btn {
        width: 50px;
        background: #e60012;
        border-radius: 0 4px 4px 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .head .head-top .search-box .search-btn img {
        width: .18rem;
        height: .18rem
    }

    .head .head-top .search-box .search-btn .text {
        width: 50px;
        height: .21rem;
        font-size: 8px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #fff;
        cursor: pointer
    }

    .head .head-nav {
        display: none
    }

    .head .head-nav-and {
        width: 100%;
        height: 44px;
        line-height: 44px;
        background: #cf0010;
        color: #fff;
        padding-left: 10px;
        box-sizing: border-box
    }

    .head .head-nav-and .nav-box {
        width: 80px;
        font-size: 20px;
        cursor: pointer
    }

    .head .nav-box-mc {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 10;
        display: flex;
        background: rgba(41, 41, 41, .521)
    }

    .head .nav-box-mc img {
        position: absolute;
        top: 0;
        left: 70px;
        width: 58px;
        height: 55px
    }

    .head .nav-box-mc .head-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: 100%;
        padding-top: 60px;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: left 2s
    }

    .head .nav-box-mc .head-nav .head-nav-li {
        box-sizing: border-box;
        width: 100%;
        height: .48rem;
        line-height: .48rem;
        text-align: center;
        font-size: .3rem;
        cursor: pointer;
        text-decoration: none;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #000;
        font-weight: 400
    }

    .head .nav-box-mc .head-nav .head-nav-li:hover {
        font-weight: 700;
        color: #cf0010
    }

    .head .nav-box-mc .kongbai {
        flex: 1
    }
}

@media screen and (min-width:1024px) {
    .banner {
        position: relative;
        width: 100%;
        height: 3.8rem;
        box-sizing: border-box
    }

    .banner img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:1023px) {
    .banner {
        position: relative
    }

    .banner,
    .banner img {
        width: 100%
    }
}

@media screen and (min-width:1024px) {
    .footer {
        display: flex;
        box-sizing: border-box;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: .88rem;
        background: #f8f8f8;
        font-size: .18rem;
        padding: 0 2.4rem;
        color: #333
    }
}

@media screen and (max-width:1023px) {
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0 10px;
        font-size: .14rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666
    }
}

@media screen and (min-width:1024px) {
    .headBox-route {
        display: flex;
        align-items: center;
        height: .4rem;
        border-bottom: 1px solid #eee;
        padding: 0 2.4rem
    }

    .headBox-route img {
        width: .2rem;
        height: .27rem;
        margin-right: .3rem
    }

    .headBox-route .position {
        display: flex;
        align-items: center
    }

    .headBox-route .position .dangqian {
        font-size: .14rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666
    }

    .headBox-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: .86rem;
        padding: 0 2.4rem;
        margin-bottom: .16rem
    }

    .headBox-title img {
        width: 3.31rem;
        height: .86rem
    }

    .headBox-title .headBox-title-right {
        flex: 1;
        height: .86rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        border-bottom: 1px solid #eee
    }

    .headBox-title .headBox-title-right .el-input {
        width: 1.7rem;
        height: .25rem
    }

    .headBox-title .headBox-title-right .el-input__inner {
        height: .23rem;
        padding: 0;
        font-size: .16rem;
        border: none;
        background: transparent
    }

    .headBox-title .headBox-title-right img {
        width: .19rem;
        height: .21rem;
        cursor: pointer
    }
}

@media screen and (max-width:1023px) {
    .headBox-route {
        display: flex;
        align-items: center;
        height: .4rem;
        border-bottom: 1px solid #eee;
        padding: 0 10px
    }

    .headBox-route img {
        width: .2rem;
        height: .27rem;
        margin-right: .3rem
    }

    .headBox-route .position {
        display: flex;
        align-items: center
    }

    .headBox-route .position .dangqian,
    .headBox-route .position span {
        font-size: 12px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666
    }

    .headBox-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: .86rem;
        margin-bottom: .16rem;
        padding: 0 10px
    }

    .headBox-title img {
        width: 3.31rem;
        height: .86rem
    }

    .headBox-title .headBox-title-right {
        flex: 1;
        height: .86rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        border-bottom: 1px solid #eee
    }

    .headBox-title .headBox-title-right .el-input {
        width: 1.7rem;
        height: .25rem
    }

    .headBox-title .headBox-title-right .el-input__inner {
        height: .23rem;
        padding: 0;
        font-size: .16rem;
        border: none;
        background: transparent
    }

    .headBox-title .headBox-title-right img {
        width: .19rem;
        height: .21rem;
        cursor: pointer
    }
}

@media screen and (min-width:1024px) {
    .list-details-right {
        height: 4.53rem
    }

    .list-details-right .list-details-right-single {
        display: flex;
        justify-content: space-between;
        height: .28rem;
        font-size: .16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #333;
        margin-bottom: .2rem;
        cursor: pointer
    }

    .list-details-right .list-details-right-single .circular {
        width: .05rem;
        height: .05rem;
        border-radius: 50%;
        background: #333;
        margin-right: .08rem
    }

    .list-details-right .list-details-right-single .single-right {
        display: flex
    }

    .list-details-right .list-details-right-single .single-right .single-status {
        margin-right: 15px
    }

    .list-details-right .list-details-right-single .single-right .single-time {
        color: #999
    }

    .list-details-right .singleHover {
        color: #db2d32
    }

    .list-details-right .singleHover .circular {
        background: #db2d32
    }
}

@media screen and (max-width:1023px) {
    .list-details-right {
        height: 4.53rem;
        padding: 0 10px
    }

    .list-details-right .list-details-right-single {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: .16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #333;
        margin-bottom: .1rem
    }

    .list-details-right .list-details-right-single .list-details-right-text {
        width: 7.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer
    }

    .list-details-right .list-details-right-single .single-right {
        display: flex;
        align-self: flex-end
    }

    .list-details-right .list-details-right-single .single-right .single-time {
        color: #999;
        margin-left: 10px
    }

    .list-details-right .singleHover {
        color: #db2d32
    }

    .list-details-right .singleHover .circular {
        background: #db2d32
    }
}

.paginationBox {
    display: flex;
    justify-content: flex-end;
    margin: .6rem 0;
    height: .48rem
}

.paginationBox .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #db2d32
}

.paginationBox .el-pagination.is-background .btn-next,
.paginationBox .el-pagination.is-background .el-pager li {
    width: .48rem
}

.paginationBox .el-pager li,
.paginationBox .el-pagination button {
    height: .48rem;
    line-height: .48rem
}

@media screen and (min-width:1024px) {
    .zhongbiaoPeople {
        padding: 0 2.4rem
    }
}

@media screen and (max-width:1023px) {
    .zhongbiaoPeople {
        box-sizing: border-box;
        width: 100%;
        padding: 0 10px
    }

    .zhongbiaoPeople .paginationBox {
        display: none
    }
}

@media screen and (min-width:1024px) {
    .head {
        width: 100%;
        background-color: #fff
    }

    .head .head-top {
        position: relative;
        height: .72rem;
        padding: .1rem .5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: url(/img/logotop.f88b6169.png) no-repeat;
        background-size: 100% 100%
    }

    .head .head-top .search-box {
        display: flex;
        width: 4.82rem;
        height: .48rem
    }

    .head .head-top .search-box .search-frame {
        width: 3.82rem;
        background: #fff
    }

    .head .head-top .search-box .search-frame .el-input__inner {
        height: .48rem;
        border: 1px solid #e3e3e3;
        border-radius: 4px 0 0 4px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular
    }

    .head .head-top .search-box .search-btn {
        width: 1rem;
        background: #e60012;
        border-radius: 0 4px 4px 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .head .head-top .search-box .search-btn img {
        width: .18rem;
        height: .18rem;
        margin-right: .05rem
    }

    .head .head-top .search-box .search-btn .text {
        font-size: .16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #fff;
        cursor: pointer
    }

    .head .head-nav {
        padding: .1rem .5rem;
        background: #e60012;
        display: flex;
        align-items: center
    }

    .head .head-nav li {
        height: .48rem;
        line-height: .48rem;
        padding: 0 .3rem;
        font-size: .21rem;
        cursor: pointer;
        text-decoration: none;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #fff
    }

    .head .head-nav .current {
        font-weight: 700;
        background: #cf0010
    }

    .head .head-nav-and {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .head {
        width: 100%;
        box-sizing: border-box;
        background-color: #fff
    }

    .head .head-top {
        height: 72px;
        display: none;
        flex-direction: column;
        justify-content: space-between
    }

    .head .head-top .logo {
        width: 2.144rem;
        height: 36px
    }

    .head .head-top .search-box {
        display: flex;
        width: 4.82rem;
        height: 36px
    }

    .head .head-top .search-box .search-frame {
        width: 3.82rem;
        background: #fff
    }

    .head .head-top .search-box .search-frame .el-input__inner {
        height: 36px;
        border: 1px solid #e3e3e3;
        border-radius: 4px 0 0 4px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular
    }

    .head .head-top .search-box .search-btn {
        width: 50px;
        background: #e60012;
        border-radius: 0 4px 4px 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .head .head-top .search-box .search-btn img {
        width: .18rem;
        height: .18rem
    }

    .head .head-top .search-box .search-btn .text {
        width: 50px;
        height: .21rem;
        font-size: 8px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #fff;
        cursor: pointer
    }

    .head .head-nav {
        display: none
    }

    .head .head-nav-and {
        width: 100%;
        height: 44px;
        line-height: 44px;
        background: #cf0010;
        color: #fff;
        padding-left: 10px;
        box-sizing: border-box
    }

    .head .head-nav-and .nav-box {
        width: 80px;
        font-size: 20px;
        cursor: pointer
    }

    .head .nav-box-mc {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 10;
        display: flex;
        background: rgba(41, 41, 41, .521)
    }

    .head .nav-box-mc img {
        position: absolute;
        top: 0;
        left: 70px;
        width: 58px;
        height: 55px
    }

    .head .nav-box-mc .head-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: 100%;
        padding-top: 60px;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: left 2s
    }

    .head .nav-box-mc .head-nav .head-nav-li {
        box-sizing: border-box;
        width: 100%;
        height: .48rem;
        line-height: .48rem;
        text-align: center;
        font-size: .3rem;
        cursor: pointer;
        text-decoration: none;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #000;
        font-weight: 400
    }

    .head .nav-box-mc .head-nav .head-nav-li:hover {
        font-weight: 700;
        color: #cf0010
    }

    .head .nav-box-mc .kongbai {
        flex: 1
    }
}

@media screen and (min-width:1024px) {
    .footer {
        display: flex;
        box-sizing: border-box;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: .88rem;
        background: #f8f8f8;
        font-size: .18rem;
        padding: 0 2.4rem;
        color: #333
    }
}

@media screen and (max-width:1023px) {
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0 10px;
        font-size: .14rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666
    }
}

@-webkit-keyframes resizeSensorVisibility {
    0% {
        top: 0
    }
}

@keyframes resizeSensorVisibility {
    0% {
        top: 0
    }
}

.annotationLayer {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.annotationLayer,
.annotationLayer section {
    position: absolute
}

.annotationLayer .linkAnnotation>a {
    position: absolute;
    font-size: 1em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) 0 0 repeat
}

.annotationLayer .linkAnnotation>a:hover {
    opacity: .2;
    background: #ff0;
    box-shadow: 0 2px 10px #ff0
}

.annotationLayer .textAnnotation img {
    position: absolute;
    cursor: pointer
}

.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input,
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .textWidgetAnnotation input,
.annotationLayer .textWidgetAnnotation textarea {
    background-color: rgba(0, 54, 255, .13);
    border: 1px solid transparent;
    box-sizing: border-box;
    font-size: 9px;
    height: 100%;
    padding: 0 3px;
    vertical-align: top;
    width: 100%
}

.annotationLayer .textWidgetAnnotation textarea {
    font: message-box;
    font-size: 9px;
    resize: none
}

.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .textWidgetAnnotation input[disabled],
.annotationLayer .textWidgetAnnotation textarea[disabled] {
    background: none;
    border: 1px solid transparent;
    cursor: not-allowed
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover {
    border: 1px solid #000
}

.annotationLayer .choiceWidgetAnnotation select:focus,
.annotationLayer .textWidgetAnnotation input:focus,
.annotationLayer .textWidgetAnnotation textarea:focus {
    background: none;
    border: 1px solid transparent
}

.annotationLayer .textWidgetAnnotation input.comb {
    font-family: monospace;
    padding-left: 2px;
    padding-right: 0
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
    width: 115%
}

.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.annotationLayer .popupWrapper {
    position: absolute;
    width: 20em
}

.annotationLayer .popup {
    position: absolute;
    z-index: 200;
    max-width: 20em;
    background-color: #ff9;
    box-shadow: 0 2px 5px #333;
    border-radius: 2px;
    padding: .6em;
    margin-left: 5px;
    cursor: pointer;
    word-wrap: break-word
}

.annotationLayer .popup h1 {
    font-size: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: .2em
}

.annotationLayer .popup p {
    padding-top: .2em
}

.annotationLayer .fileAttachmentAnnotation,
.annotationLayer .highlightAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .underlineAnnotation {
    cursor: pointer
}

@media screen and (min-width:1024px) {
    .noticeDeatils {
        display: flex;
        flex-direction: column
    }

    .noticeDeatils .noticeDeatils-content {
        width: 14.2rem;
        padding: 0 2.4rem
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-route {
        display: flex;
        align-items: center;
        height: .4rem;
        background: #fff
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-route img {
        width: .2rem;
        height: .27rem;
        margin-right: .3rem
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-route .position {
        display: flex;
        align-items: center
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-route .position .dangqian {
        font-size: .14rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea {
        display: flex;
        justify-content: space-between
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left {
        width: 11.8rem
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .mibble-pdf {
        display: none
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-title {
        height: .21rem;
        font-size: .16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #333;
        margin-bottom: .16rem
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-head {
        text-align: center
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-head h1 {
        font-size: .24rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        font-weight: 700;
        color: #333
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-head h2 {
        font-size: .16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #999
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-xq {
        height: 1.27rem;
        display: flex;
        font-size: .16rem;
        color: #999;
        padding: .16rem
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-xq span {
        color: #333
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-xq p {
        height: .21rem;
        margin-bottom: .16rem
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-qk .dea-xq .dea-xq-left,
    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-qk .dea-xq .dea-xq-right {
        flex: 1
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-dl {
        height: 1.8rem
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-dl .dea-xq {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-dl .dea-xq p {
        margin-bottom: 0
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-nr {
        height: 12rem
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-nr .docDowload {
        font-size: .16rem
    }

    .noticeDeatils .footerNotice {
        width: 11.8rem;
        margin-left: 2.4rem;
        padding: 0;
        background: transparent
    }
}

@media screen and (max-width:1023px) {
    .noticeDeatils {
        display: flex;
        flex-direction: column
    }

    .noticeDeatils .noticeDeatils-content {
        width: 100%
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-route {
        display: flex;
        align-items: center;
        height: .4rem;
        background: #fff
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-route img {
        width: .2rem;
        height: .27rem;
        margin-right: .3rem
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-route .position {
        display: flex;
        align-items: center
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-route .position .dangqian {
        font-size: .14rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left {
        order: 2;
        width: 100%;
        margin-bottom: 10px
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .iframe {
        display: none
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .mibble-pdf {
        width: 100%;
        height: 100%;
        overflow: hidden;
        overflow-y: scroll
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-title {
        height: .21rem;
        font-size: .16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #333;
        margin-bottom: .16rem
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-head {
        text-align: center
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-head h1 {
        font-size: 20px;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        font-weight: 700;
        color: #333
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-head h2 {
        font-size: .16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #999
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-xq {
        height: 1.27rem;
        display: flex;
        font-size: .16rem;
        color: #999;
        padding: .16rem
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-xq span {
        color: #333
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-xq p {
        height: .21rem;
        margin-bottom: .16rem
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-qk .dea-xq .dea-xq-left,
    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-qk .dea-xq .dea-xq-right {
        flex: 1
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-dl {
        height: 1.8rem
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-dl .dea-xq {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-dl .dea-xq p {
        margin-bottom: 0
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-left .dea-nr {
        height: 500px;
        width: 100%
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-right {
        order: 1;
        width: 100%
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-right .dea-bm {
        width: 2rem;
        height: .42rem;
        background: #db2d32;
        font-size: .14rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: center;
        color: #fff;
        line-height: .42rem;
        cursor: pointer;
        margin-bottom: .32rem
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-right .dea-step .dea-steps {
        height: 1.18rem
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-right .dea-step .dea-steps .dea-steps-left {
        width: .16rem;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-right .dea-step .dea-steps .dea-steps-left img:first-child {
        position: relative;
        top: .04rem;
        width: .16rem;
        height: .16rem
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-right .dea-step .dea-steps .dea-steps-right h2 {
        font-size: .18rem;
        margin: 0 0 .16rem 0;
        color: #db2d32
    }

    .noticeDeatils .noticeDeatils-content .noticeDeatils-content-dea .dea-right .dea-step .dea-steps .dea-steps-right p {
        font-size: .14rem;
        color: #999
    }
}

@media screen and (min-width:1024px) {
    .head {
        width: 100%;
        background-color: #fff
    }

    .head .head-top {
        position: relative;
        height: .72rem;
        padding: .1rem .5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: url(/img/logotop.f88b6169.png) no-repeat;
        background-size: 100% 100%
    }

    .head .head-top .search-box {
        display: flex;
        width: 4.82rem;
        height: .48rem
    }

    .head .head-top .search-box .search-frame {
        width: 3.82rem;
        background: #fff
    }

    .head .head-top .search-box .search-frame .el-input__inner {
        height: .48rem;
        border: 1px solid #e3e3e3;
        border-radius: 4px 0 0 4px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular
    }

    .head .head-top .search-box .search-btn {
        width: 1rem;
        background: #e60012;
        border-radius: 0 4px 4px 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .head .head-top .search-box .search-btn img {
        width: .18rem;
        height: .18rem;
        margin-right: .05rem
    }

    .head .head-top .search-box .search-btn .text {
        font-size: .16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #fff;
        cursor: pointer
    }

    .head .head-nav {
        padding: .1rem .5rem;
        background: #e60012;
        display: flex;
        align-items: center
    }

    .head .head-nav li {
        height: .48rem;
        line-height: .48rem;
        padding: 0 .3rem;
        font-size: .21rem;
        cursor: pointer;
        text-decoration: none;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #fff
    }

    .head .head-nav .current {
        font-weight: 700;
        background: #cf0010
    }

    .head .head-nav-and {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .head {
        width: 100%;
        box-sizing: border-box;
        background-color: #fff
    }

    .head .head-top {
        height: 72px;
        display: none;
        flex-direction: column;
        justify-content: space-between
    }

    .head .head-top .logo {
        width: 2.144rem;
        height: 36px
    }

    .head .head-top .search-box {
        display: flex;
        width: 4.82rem;
        height: 36px
    }

    .head .head-top .search-box .search-frame {
        width: 3.82rem;
        background: #fff
    }

    .head .head-top .search-box .search-frame .el-input__inner {
        height: 36px;
        border: 1px solid #e3e3e3;
        border-radius: 4px 0 0 4px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular
    }

    .head .head-top .search-box .search-btn {
        width: 50px;
        background: #e60012;
        border-radius: 0 4px 4px 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .head .head-top .search-box .search-btn img {
        width: .18rem;
        height: .18rem
    }

    .head .head-top .search-box .search-btn .text {
        width: 50px;
        height: .21rem;
        font-size: 8px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #fff;
        cursor: pointer
    }

    .head .head-nav {
        display: none
    }

    .head .head-nav-and {
        width: 100%;
        height: 44px;
        line-height: 44px;
        background: #cf0010;
        color: #fff;
        padding-left: 10px;
        box-sizing: border-box
    }

    .head .head-nav-and .nav-box {
        width: 80px;
        font-size: 20px;
        cursor: pointer
    }

    .head .nav-box-mc {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 10;
        display: flex;
        background: rgba(41, 41, 41, .521)
    }

    .head .nav-box-mc img {
        position: absolute;
        top: 0;
        left: 70px;
        width: 58px;
        height: 55px
    }

    .head .nav-box-mc .head-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: 100%;
        padding-top: 60px;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: left 2s
    }

    .head .nav-box-mc .head-nav .head-nav-li {
        box-sizing: border-box;
        width: 100%;
        height: .48rem;
        line-height: .48rem;
        text-align: center;
        font-size: .3rem;
        cursor: pointer;
        text-decoration: none;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #000;
        font-weight: 400
    }

    .head .nav-box-mc .head-nav .head-nav-li:hover {
        font-weight: 700;
        color: #cf0010
    }

    .head .nav-box-mc .kongbai {
        flex: 1
    }
}

@media screen and (min-width:1024px) {
    .banner {
        position: relative;
        width: 100%;
        height: 3.8rem;
        box-sizing: border-box
    }

    .banner img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:1023px) {
    .banner {
        position: relative
    }

    .banner,
    .banner img {
        width: 100%
    }
}

@media screen and (min-width:1024px) {
    .footer {
        display: flex;
        box-sizing: border-box;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: .88rem;
        background: #f8f8f8;
        font-size: .18rem;
        padding: 0 2.4rem;
        color: #333
    }
}

@media screen and (max-width:1023px) {
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0 10px;
        font-size: .14rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666
    }
}

@media screen and (min-width:1024px) {
    .headBox-route {
        display: flex;
        align-items: center;
        height: .4rem;
        border-bottom: 1px solid #eee;
        padding: 0 2.4rem
    }

    .headBox-route img {
        width: .2rem;
        height: .27rem;
        margin-right: .3rem
    }

    .headBox-route .position {
        display: flex;
        align-items: center
    }

    .headBox-route .position .dangqian {
        font-size: .14rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666
    }

    .headBox-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: .86rem;
        padding: 0 2.4rem;
        margin-bottom: .16rem
    }

    .headBox-title img {
        width: 3.31rem;
        height: .86rem
    }

    .headBox-title .headBox-title-right {
        flex: 1;
        height: .86rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        border-bottom: 1px solid #eee
    }

    .headBox-title .headBox-title-right .el-input {
        width: 1.7rem;
        height: .25rem
    }

    .headBox-title .headBox-title-right .el-input__inner {
        height: .23rem;
        padding: 0;
        font-size: .16rem;
        border: none;
        background: transparent
    }

    .headBox-title .headBox-title-right img {
        width: .19rem;
        height: .21rem;
        cursor: pointer
    }
}

@media screen and (max-width:1023px) {
    .headBox-route {
        display: flex;
        align-items: center;
        height: .4rem;
        border-bottom: 1px solid #eee;
        padding: 0 10px
    }

    .headBox-route img {
        width: .2rem;
        height: .27rem;
        margin-right: .3rem
    }

    .headBox-route .position {
        display: flex;
        align-items: center
    }

    .headBox-route .position .dangqian,
    .headBox-route .position span {
        font-size: 12px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666
    }

    .headBox-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: .86rem;
        margin-bottom: .16rem;
        padding: 0 10px
    }

    .headBox-title img {
        width: 3.31rem;
        height: .86rem
    }

    .headBox-title .headBox-title-right {
        flex: 1;
        height: .86rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        border-bottom: 1px solid #eee
    }

    .headBox-title .headBox-title-right .el-input {
        width: 1.7rem;
        height: .25rem
    }

    .headBox-title .headBox-title-right .el-input__inner {
        height: .23rem;
        padding: 0;
        font-size: .16rem;
        border: none;
        background: transparent
    }

    .headBox-title .headBox-title-right img {
        width: .19rem;
        height: .21rem;
        cursor: pointer
    }
}

@media screen and (min-width:1024px) {
    .list-details-right {
        height: 4.53rem
    }

    .list-details-right .list-details-right-single {
        display: flex;
        justify-content: space-between;
        height: .28rem;
        font-size: .16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #333;
        margin-bottom: .2rem;
        cursor: pointer
    }

    .list-details-right .list-details-right-single .circular {
        width: .05rem;
        height: .05rem;
        border-radius: 50%;
        background: #333;
        margin-right: .08rem
    }

    .list-details-right .list-details-right-single .single-right {
        display: flex
    }

    .list-details-right .list-details-right-single .single-right .single-status {
        margin-right: 15px
    }

    .list-details-right .list-details-right-single .single-right .single-time {
        color: #999
    }

    .list-details-right .singleHover {
        color: #db2d32
    }

    .list-details-right .singleHover .circular {
        background: #db2d32
    }
}

@media screen and (max-width:1023px) {
    .list-details-right {
        height: 4.53rem;
        padding: 0 10px
    }

    .list-details-right .list-details-right-single {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: .16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #333;
        margin-bottom: .1rem
    }

    .list-details-right .list-details-right-single .list-details-right-text {
        width: 7.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer
    }

    .list-details-right .list-details-right-single .single-right {
        display: flex;
        align-self: flex-end
    }

    .list-details-right .list-details-right-single .single-right .single-time {
        color: #999;
        margin-left: 10px
    }

    .list-details-right .singleHover {
        color: #db2d32
    }

    .list-details-right .singleHover .circular {
        background: #db2d32
    }
}

.paginationBox {
    display: flex;
    justify-content: flex-end;
    margin: .6rem 0;
    height: .48rem
}

.paginationBox .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #db2d32
}

.paginationBox .el-pagination.is-background .btn-next,
.paginationBox .el-pagination.is-background .el-pager li {
    width: .48rem
}

.paginationBox .el-pager li,
.paginationBox .el-pagination button {
    height: .48rem;
    line-height: .48rem
}

@media screen and (min-width:1024px) {
    .zhongbiaoPeople {
        padding: 0 2.4rem
    }
}

@media screen and (max-width:1023px) {
    .zhongbiaoPeople {
        box-sizing: border-box;
        width: 100%;
        padding: 0 10px
    }

    .zhongbiaoPeople .paginationBox {
        display: none
    }
}

@media screen and (min-width:1024px) {
    .head {
        width: 100%;
        background-color: #fff
    }

    .head .head-top {
        position: relative;
        height: .72rem;
        padding: .1rem .5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: url(/img/logotop.f88b6169.png) no-repeat;
        background-size: 100% 100%
    }

    .head .head-top .search-box {
        display: flex;
        width: 4.82rem;
        height: .48rem
    }

    .head .head-top .search-box .search-frame {
        width: 3.82rem;
        background: #fff
    }

    .head .head-top .search-box .search-frame .el-input__inner {
        height: .48rem;
        border: 1px solid #e3e3e3;
        border-radius: 4px 0 0 4px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular
    }

    .head .head-top .search-box .search-btn {
        width: 1rem;
        background: #e60012;
        border-radius: 0 4px 4px 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .head .head-top .search-box .search-btn img {
        width: .18rem;
        height: .18rem;
        margin-right: .05rem
    }

    .head .head-top .search-box .search-btn .text {
        font-size: .16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #fff;
        cursor: pointer
    }

    .head .head-nav {
        padding: .1rem .5rem;
        background: #e60012;
        display: flex;
        align-items: center
    }

    .head .head-nav li {
        height: .48rem;
        line-height: .48rem;
        padding: 0 .3rem;
        font-size: .21rem;
        cursor: pointer;
        text-decoration: none;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #fff
    }

    .head .head-nav .current {
        font-weight: 700;
        background: #cf0010
    }

    .head .head-nav-and {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .head {
        width: 100%;
        box-sizing: border-box;
        background-color: #fff
    }

    .head .head-top {
        height: 72px;
        display: none;
        flex-direction: column;
        justify-content: space-between
    }

    .head .head-top .logo {
        width: 2.144rem;
        height: 36px
    }

    .head .head-top .search-box {
        display: flex;
        width: 4.82rem;
        height: 36px
    }

    .head .head-top .search-box .search-frame {
        width: 3.82rem;
        background: #fff
    }

    .head .head-top .search-box .search-frame .el-input__inner {
        height: 36px;
        border: 1px solid #e3e3e3;
        border-radius: 4px 0 0 4px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular
    }

    .head .head-top .search-box .search-btn {
        width: 50px;
        background: #e60012;
        border-radius: 0 4px 4px 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .head .head-top .search-box .search-btn img {
        width: .18rem;
        height: .18rem
    }

    .head .head-top .search-box .search-btn .text {
        width: 50px;
        height: .21rem;
        font-size: 8px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #fff;
        cursor: pointer
    }

    .head .head-nav {
        display: none
    }

    .head .head-nav-and {
        width: 100%;
        height: 44px;
        line-height: 44px;
        background: #cf0010;
        color: #fff;
        padding-left: 10px;
        box-sizing: border-box
    }

    .head .head-nav-and .nav-box {
        width: 80px;
        font-size: 20px;
        cursor: pointer
    }

    .head .nav-box-mc {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 10;
        display: flex;
        background: rgba(41, 41, 41, .521)
    }

    .head .nav-box-mc img {
        position: absolute;
        top: 0;
        left: 70px;
        width: 58px;
        height: 55px
    }

    .head .nav-box-mc .head-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: 100%;
        padding-top: 60px;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: left 2s
    }

    .head .nav-box-mc .head-nav .head-nav-li {
        box-sizing: border-box;
        width: 100%;
        height: .48rem;
        line-height: .48rem;
        text-align: center;
        font-size: .3rem;
        cursor: pointer;
        text-decoration: none;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #000;
        font-weight: 400
    }

    .head .nav-box-mc .head-nav .head-nav-li:hover {
        font-weight: 700;
        color: #cf0010
    }

    .head .nav-box-mc .kongbai {
        flex: 1
    }
}

@media screen and (min-width:1024px) {
    .banner {
        position: relative;
        width: 100%;
        height: 3.8rem;
        box-sizing: border-box
    }

    .banner img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:1023px) {
    .banner {
        position: relative
    }

    .banner,
    .banner img {
        width: 100%
    }
}

@media screen and (min-width:1024px) {
    .footer {
        display: flex;
        box-sizing: border-box;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: .88rem;
        background: #f8f8f8;
        font-size: .18rem;
        padding: 0 2.4rem;
        color: #333
    }
}

@media screen and (max-width:1023px) {
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0 10px;
        font-size: .14rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666
    }
}

@media screen and (min-width:1024px) {
    .headBox-route {
        display: flex;
        align-items: center;
        height: .4rem;
        border-bottom: 1px solid #eee;
        padding: 0 2.4rem
    }

    .headBox-route img {
        width: .2rem;
        height: .27rem;
        margin-right: .3rem
    }

    .headBox-route .position {
        display: flex;
        align-items: center
    }

    .headBox-route .position .dangqian {
        font-size: .14rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666
    }

    .headBox-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: .86rem;
        padding: 0 2.4rem;
        margin-bottom: .16rem
    }

    .headBox-title img {
        width: 3.31rem;
        height: .86rem
    }

    .headBox-title .headBox-title-right {
        flex: 1;
        height: .86rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        border-bottom: 1px solid #eee
    }

    .headBox-title .headBox-title-right .el-input {
        width: 1.7rem;
        height: .25rem
    }

    .headBox-title .headBox-title-right .el-input__inner {
        height: .23rem;
        padding: 0;
        font-size: .16rem;
        border: none;
        background: transparent
    }

    .headBox-title .headBox-title-right img {
        width: .19rem;
        height: .21rem;
        cursor: pointer
    }
}

@media screen and (max-width:1023px) {
    .headBox-route {
        display: flex;
        align-items: center;
        height: .4rem;
        border-bottom: 1px solid #eee;
        padding: 0 10px
    }

    .headBox-route img {
        width: .2rem;
        height: .27rem;
        margin-right: .3rem
    }

    .headBox-route .position {
        display: flex;
        align-items: center
    }

    .headBox-route .position .dangqian,
    .headBox-route .position span {
        font-size: 12px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666
    }

    .headBox-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: .86rem;
        margin-bottom: .16rem;
        padding: 0 10px
    }

    .headBox-title img {
        width: 3.31rem;
        height: .86rem
    }

    .headBox-title .headBox-title-right {
        flex: 1;
        height: .86rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        border-bottom: 1px solid #eee
    }

    .headBox-title .headBox-title-right .el-input {
        width: 1.7rem;
        height: .25rem
    }

    .headBox-title .headBox-title-right .el-input__inner {
        height: .23rem;
        padding: 0;
        font-size: .16rem;
        border: none;
        background: transparent
    }

    .headBox-title .headBox-title-right img {
        width: .19rem;
        height: .21rem;
        cursor: pointer
    }
}

@media screen and (min-width:1024px) {
    .helpCenter {
        width: 14.4rem;
        margin: .3rem 0 0 2rem
    }

    .helpCenter .helpCenter-title {
        font-size: .3rem
    }

    .helpCenter .el-tabs__active-bar {
        display: none
    }

    .helpCenter .el-tabs--left .el-tabs__nav-wrap.is-left:after {
        height: 0
    }

    .helpCenter .el-tabs__active-bar,
    .helpCenter .el-tabs__item.is-active,
    .helpCenter .el-tabs__item:hover {
        box-shadow: 3px 3px 4px #888
    }

    .helpCenter .el-tabs__nav-scroll:after {
        display: none
    }

    .helpCenter .el-tabs__item {
        font-size: .25rem;
        font-weight: 400;
        text-align: center !important;
        background: #db2d32;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        color: #fff;
        margin-bottom: 10px;
        margin-right: 10px
    }

    .helpCenter .hlep-box p {
        line-height: .5rem;
        letter-spacing: .02rem
    }

    .helpCenter-middle {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .helpCenter {
        display: none
    }

    .helpCenter-middle {
        padding: 10px
    }

    .helpCenter-middle .helpCenter-head {
        font-size: 18px;
        font-weight: 700
    }

    .helpCenter-middle .helpCenter-content p {
        font-size: 14px
    }
}


@media screen and (min-width:1024px) {
    .head {
        width: 100%;
        background-color: #fff
    }

    .head .head-top {
        position: relative;
        height: .72rem;
        padding: .1rem .5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: url(/img/logotop.f88b6169.png) no-repeat;
        background-size: 100% 100%
    }

    .head .head-top .search-box {
        display: flex;
        width: 4.82rem;
        height: .48rem
    }

    .head .head-top .search-box .search-frame {
        width: 3.82rem;
        background: #fff
    }

    .head .head-top .search-box .search-frame .el-input__inner {
        height: .48rem;
        border: 1px solid #e3e3e3;
        border-radius: 4px 0 0 4px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular
    }

    .head .head-top .search-box .search-btn {
        width: 1rem;
        background: #e60012;
        border-radius: 0 4px 4px 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .head .head-top .search-box .search-btn img {
        width: .18rem;
        height: .18rem;
        margin-right: .05rem
    }

    .head .head-top .search-box .search-btn .text {
        font-size: .16rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #fff;
        cursor: pointer
    }

    .head .head-nav {
        padding: .1rem .5rem;
        background: #e60012;
        display: flex;
        align-items: center
    }

    .head .head-nav li {
        height: .48rem;
        line-height: .48rem;
        padding: 0 .3rem;
        font-size: .21rem;
        cursor: pointer;
        text-decoration: none;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #fff
    }

    .head .head-nav .current {
        font-weight: 700;
        background: #cf0010
    }

    .head .head-nav-and {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .head {
        width: 100%;
        box-sizing: border-box;
        background-color: #fff
    }

    .head .head-top {
        height: 72px;
        display: none;
        flex-direction: column;
        justify-content: space-between
    }

    .head .head-top .logo {
        width: 2.144rem;
        height: 36px
    }

    .head .head-top .search-box {
        display: flex;
        width: 4.82rem;
        height: 36px
    }

    .head .head-top .search-box .search-frame {
        width: 3.82rem;
        background: #fff
    }

    .head .head-top .search-box .search-frame .el-input__inner {
        height: 36px;
        border: 1px solid #e3e3e3;
        border-radius: 4px 0 0 4px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular
    }

    .head .head-top .search-box .search-btn {
        width: 50px;
        background: #e60012;
        border-radius: 0 4px 4px 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .head .head-top .search-box .search-btn img {
        width: .18rem;
        height: .18rem
    }

    .head .head-top .search-box .search-btn .text {
        width: 50px;
        height: .21rem;
        font-size: 8px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #fff;
        cursor: pointer
    }

    .head .head-nav {
        display: none
    }

    .head .head-nav-and {
        width: 100%;
        height: 44px;
        line-height: 44px;
        background: #cf0010;
        color: #fff;
        padding-left: 10px;
        box-sizing: border-box
    }

    .head .head-nav-and .nav-box {
        width: 80px;
        font-size: 20px;
        cursor: pointer
    }

    .head .nav-box-mc {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 10;
        display: flex;
        background: rgba(41, 41, 41, .521)
    }

    .head .nav-box-mc img {
        position: absolute;
        top: 0;
        left: 70px;
        width: 58px;
        height: 55px
    }

    .head .nav-box-mc .head-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: 100%;
        padding-top: 60px;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: left 2s
    }

    .head .nav-box-mc .head-nav .head-nav-li {
        box-sizing: border-box;
        width: 100%;
        height: .48rem;
        line-height: .48rem;
        text-align: center;
        font-size: .3rem;
        cursor: pointer;
        text-decoration: none;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        color: #000;
        font-weight: 400
    }

    .head .nav-box-mc .head-nav .head-nav-li:hover {
        font-weight: 700;
        color: #cf0010
    }

    .head .nav-box-mc .kongbai {
        flex: 1
    }
}

@media screen and (min-width:1024px) {
    .banner {
        position: relative;
        width: 100%;
        height: 3.8rem;
        box-sizing: border-box
    }

    .banner img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:1023px) {
    .banner {
        position: relative
    }

    .banner,
    .banner img {
        width: 100%
    }
}

@media screen and (min-width:1024px) {
    .footer {
        display: flex;
        box-sizing: border-box;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: .88rem;
        background: #f8f8f8;
        font-size: .18rem;
        padding: 0 2.4rem;
        color: #333
    }
}

@media screen and (max-width:1023px) {
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0 10px;
        font-size: .14rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666
    }
}

@media screen and (min-width:1024px) {
    .headBox-route {
        display: flex;
        align-items: center;
        height: .4rem;
        border-bottom: 1px solid #eee;
        padding: 0 2.4rem
    }

    .headBox-route img {
        width: .2rem;
        height: .27rem;
        margin-right: .3rem
    }

    .headBox-route .position {
        display: flex;
        align-items: center
    }

    .headBox-route .position .dangqian {
        font-size: .14rem;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666
    }

    .headBox-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: .86rem;
        padding: 0 2.4rem;
        margin-bottom: .16rem
    }

    .headBox-title img {
        width: 3.31rem;
        height: .86rem
    }

    .headBox-title .headBox-title-right {
        flex: 1;
        height: .86rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        border-bottom: 1px solid #eee
    }

    .headBox-title .headBox-title-right .el-input {
        width: 1.7rem;
        height: .25rem
    }

    .headBox-title .headBox-title-right .el-input__inner {
        height: .23rem;
        padding: 0;
        font-size: .16rem;
        border: none;
        background: transparent
    }

    .headBox-title .headBox-title-right img {
        width: .19rem;
        height: .21rem;
        cursor: pointer
    }
}

@media screen and (max-width:1023px) {
    .headBox-route {
        display: flex;
        align-items: center;
        height: .4rem;
        border-bottom: 1px solid #eee;
        padding: 0 10px
    }

    .headBox-route img {
        width: .2rem;
        height: .27rem;
        margin-right: .3rem
    }

    .headBox-route .position {
        display: flex;
        align-items: center
    }

    .headBox-route .position .dangqian,
    .headBox-route .position span {
        font-size: 12px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666
    }

    .headBox-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: .86rem;
        margin-bottom: .16rem;
        padding: 0 10px
    }

    .headBox-title img {
        width: 3.31rem;
        height: .86rem
    }

    .headBox-title .headBox-title-right {
        flex: 1;
        height: .86rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        border-bottom: 1px solid #eee
    }

    .headBox-title .headBox-title-right .el-input {
        width: 1.7rem;
        height: .25rem
    }

    .headBox-title .headBox-title-right .el-input__inner {
        height: .23rem;
        padding: 0;
        font-size: .16rem;
        border: none;
        background: transparent
    }

    .headBox-title .headBox-title-right img {
        width: .19rem;
        height: .21rem;
        cursor: pointer
    }
}

@media screen and (min-width:1024px) {
    .connectMe {
        width: 14.4rem;
        margin: 0 auto
    }

    .connectMe .connectMe-title {
        font-size: .3rem
    }

    .connectMe h2.connectMe-title {
        font-weight: bold;
        margin: .25rem 0;
    }
}

@media screen and (max-width:1023px) {
    .connectMe {
        width: 100%;
        padding: 0 10px
    }

    .connectMe .connectMe-title {
        font-size: 16px
    }
}

span.next,
span.prev {
    font-family: element-icons;
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    width: 48px;
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    pointer-events: none;
}

span.next:after {
    content: "\e6e0";
}

span.prev:after {
    content: "\e6de";
}

.head-nav>li>a {
    display: block;
    width: 100%;
    height: 100%;
}


.system-more{
    float: right;
    font-size: .2rem;
    /* font-weight: 700; */
    color: #fff;
    cursor: pointer;
    margin-right: 0.15rem;
}
.head-search{
    display: flex;
    margin-right: 0.2rem;
}

.head-search-input{
    width: 3.6rem;
    height: .4rem;
    background: #fff;
    border: .01rem solid #E60012;
    border-radius: .04rem 0  0 .04rem;
    outline: none;
    padding: 0 .16rem;
}

.head-search-btn{
    width: .7rem;
    height: .4rem;
    border-radius:  0 .04rem .04rem 0;
    background: url(../img/search_icon.png) no-repeat center #E60012;
    background-size: .21rem  .24rem;
}

.type {
    display:flex;
    justify-content:center;
    flex-shrink:0;
}

.type li{
    width:0.82rem;
    height:0.32rem;
    line-height:0.3rem;
    text-align:center;
    font-size:0.16rem;
    color: #666;
    border: 0.01rem solid #D9D9D9;
    border-radius: 1rem;
    box-sizing:border-box;
    margin:0 0.05rem;
    cursor:pointer;
}
.type li.active{
    color:#DB2D32;
    border-color:#DB2D32;
}
.layui-form{
    margin-top:0.1rem;
}
.shouye-right-top .visualization-content-top{
    display:flex;
    flex-direction:column;
    
}
.pieBox{
    height:0;
    flex:1;
}
.layui-form-label{
    width:auto;
}

.banner-link{
    display:block;
    height: 100%;
}
.banner-link img{
    width:100%;
    height: 100% !important;
}