*, *::after, *::before {
    box-sizing: border-box
}

html, body {
    scroll-behavior: smooth
}

body {
    font-family: Roboto_REGULAR, "微软雅黑", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #282828
}

input, button, select, textarea {
    padding: 0;
    outline: none;
    border: 0
}

a {
    color: inherit;
    text-decoration: none
}

img {
    /*max-width: 100%;*/
    vertical-align: top;
    border: 0;



    object-fit: cover;
    height: auto;
}

.scr {
    overflow-x: hidden
}

.scr::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.scr::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border: solid 1px #ccc;
    border-radius: 2px
}

.scr::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background: #ededed
}

.scr::-webkit-scrollbar-arrow {
    color: #f00;
    background: #0f0
}

@font-face {
    font-family: Roboto_REGULAR;
    src: url("../font/ROBOTO-REGULAR.TTF")
}

@font-face {
    font-family: GideonRoman_REGULAR;
    src: url("../font/GideonRoman-Regular.ttf")
}

.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.index_h2 {
    font-size: 34px;
    height: 34px;
    font-weight: bold;
    overflow: hidden
}

.diff-84 {
    position: absolute;
    top: -84px
}

.overflow_hidden {
    overflow: hidden
}

.h100per {
    height: 100%
}

.w100per {
    width: 100% !important
}

.h36 {
    height: 36px !important
}

.animate-pic {
    overflow: hidden
}

.animate-pic img {
    opacity: 1;
    -webkit-transform: matrix(1.5, 0, 0, 1.5, 0, 0);
    transform: matrix(1.5, 0, 0, 1.5, 0, 0);
    -moz-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    will-change: transform;
    width: 100%
}

.animate-pic.animated img {
    opacity: 1;
    visibility: visible;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.cardWrapper {
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cardWrapper:hover .card {
    -webkit-transform: perspective(500px) rotateY(30deg);
    -moz-transform: perspective(500px) rotateY(30deg);
    -ms-transform: perspective(500px) rotateY(30deg);
    -o-transform: perspective(500px) rotateY(30deg);
    transform: perspective(500px) rotateY(30deg)
}

.cardWrapper .card:hover {
    -webkit-transform: perspective(500px) rotateY(0deg);
    -moz-transform: perspective(500px) rotateY(0deg);
    -ms-transform: perspective(500px) rotateY(0deg);
    -o-transform: perspective(500px) rotateY(0deg);
    transform: perspective(500px) rotateY(0deg)
}

.cardWrapper .card:hover ~ .card {
    -webkit-transform: perspective(500px) rotateY(-30deg);
    -moz-transform: perspective(500px) rotateY(-30deg);
    -ms-transform: perspective(500px) rotateY(-30deg);
    -o-transform: perspective(500px) rotateY(-30deg);
    transform: perspective(500px) rotateY(-30deg)
}

.cardWrapper .card {
    position: relative;
    display: inline-block;
    -webkit-transform: perspective(500px);
    -moz-transform: perspective(500px);
    -ms-transform: perspective(500px);
    -o-transform: perspective(500px);
    transform: perspective(500px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d
}

#markinfoCanvas {
    position: absolute;
    z-index: 9;
    cursor: pointer;
    display: none
}

.markinfo {
    z-index: 10;
    cursor: pointer;
    opacity: 0
}

.circle {
    background: #df9a3f;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    cursor: pointer;
    position: relative
}

.circle.stop::before, .circle.stop::after {
    animation-play-state: paused;
    display: none
}

.circle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #df9a3f;
    opacity: 0.4;
    border-radius: 50%;
    animation: 1s scale linear infinite;
    animation-delay: 200ms;
    z-index: 0
}

.circle:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #df9a3f;
    opacity: 0.4;
    border-radius: 50%;
    animation: 1s scale linear infinite;
    animation-delay: 600ms;
    z-index: 0
}

.chover .pic {
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s
}

.chover .pic2 {
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s
}

.chover .cline {
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -ms-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s
}

.chover:hover .pic {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.chover:hover .cline {
    width: 100%
}

.toall {
    display: inline-block;
    cursor: pointer
}

.toall:hover .toall-txtbox, .toall.on .toall-txtbox {
    color: #26903a
}

.toall:hover .toall-txtbox .toall-arrow, .toall.on .toall-txtbox .toall-arrow {
    color: #26903a
}

.toall:hover .toall-line, .toall.on .toall-line {
    width: 100%
}

.toall .toall-txtbox {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: #58575B
}

.toall .toall-txtbox .toall-arrow {
    margin-left: 7px;
    font-size: 12px;
    color: #969696;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
}

.toall .toall-line {
    height: 1px;
    background-color: #26903a;
    margin-top: 6px;
    width: 0;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -ms-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s
}

.img-move {
    position: relative;
    overflow: hidden
}

.img-move img {
    width: 100%
}

.img-move .before {
    display: block;
    position: absolute;
    z-index: 3;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: translateX(105%)
}

.img-move .after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(105%);
    opacity: 0.7;
    background-color: #fff
}

.img-move-move {
    animation-name: img-move-move
}

.img-move-moveR {
    animation-name: img-move-moveR
}

@keyframes img-move-move {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(105%)
    }
}

@keyframes img-move-moveR {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-105%)
    }
}

.btn-blue {
    position: relative;
    cursor: pointer;
    width: 220px;
    height: 72px;
    overflow: hidden;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    opacity: 0;
    font-size: 15px
}

.btn-blue .btn-relative {
    position: relative;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

.btn-blue > * {
    position: relative
}

.btn-blue.entry {
    opacity: 1
}

.btn-blue.entry::before {
    transform: translate3d(0, 0, 0)
}

.btn-blue:hover::after {
    transform: translate3d(110%, 0, 0)
}

.btn-blue::after {
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    transform: translate3d(-110%, 0, 0);
    background-color: rgba(255, 255, 255, 0.3)
}

.btn-blue::before {
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    transform: translate3d(-110%, 0, 0);
    background-color: #26903a
}

.btn-blue .absn-more-txt {
    position: relative
}

.btn-blue .absn-more-arrow {
    margin-left: 39px;
    position: relative
}

.btn {
    padding: 12px 10px;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-color: #26903a
}

.btn.btn-orange {
    background-color: #E3764B
}

.btn .iconfont {
    margin-right: 5px
}

.blog-item {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px
}

.blog-item .blog-figure {
    overflow: hidden
}

.blog-item .blog-h4 {
    margin-top: 30px;
    margin-bottom: 23px;
    font-size: 20px;
    color: #282828
}

.blog-item .blog-p {
    color: #686565;
    line-height: 23px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.blog-item .blog-info {
    margin-top: 30px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between
}

.blog-item .blog-info .blog-toall, .blog-item .blog-info .blog-time {
    max-width: 50%
}

.blog-item .blog-info .blog-time {
    color: #0D091A
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 21;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-transform: translateY(-100%) scaleY(0);
    -moz-transform: translateY(-100%) scaleY(0);
    -ms-transform: translateY(-100%) scaleY(0);
    -o-transform: translateY(-100%) scaleY(0);
    transform: translateY(-100%) scaleY(0);
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center
}

.mask.on {
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translateY(0) scaleY(1);
    -moz-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    -o-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1)
}

.mask .video-wrapper {
    position: relative
}

.mask .video-wrapper .icon-yuyinguanbi {
    position: absolute;
    top: -24px;
    right: -24px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s
}

.mask .video-wrapper .icon-yuyinguanbi:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mask #my-player video {
    object-fit: cover
}

.index_paging {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    font-size: 16px
}

.index_paging a {
    width: 32px;
    height: 32px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    color: #000;
    margin: 0 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%
}

.index_paging a.on, .index_paging a:hover {
    color: #fff;
    background-color: #008C3F
}

.index_paging a:not([href]).on, .index_paging a:not([href]):hover {
    color: #000;
    cursor: default;
    background-color: transparent;
    border-radius: 0
}

.blogl-linkgroup {
    color: #797979;
    font-size: 16px;
    text-align: center
}

.blogl-linkgroup .blogl-link {
    padding: 0 32px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
}

.blogl-linkgroup .blogl-link.on, .blogl-linkgroup .blogl-link:hover {
    color: #26903a
}

.dropdown {
    position: relative
}

.dropdown .dropdown-toggle {
    background-color: #f4f4f4;
    border-radius: 5px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 48px;
    font-size: 16px;
    line-height: 2;
    color: #202020;
    cursor: default
}

.dropdown .dropdown-toggle .dropdown-txt {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    padding-left: 25px
}

.dropdown .dropdown-toggle .caret {
    width: 43px;
    border-left: 1px solid #cdcdcd;
    -webkit-flex-basis: 43px;
    -moz-flex-basis: 43px;
    -ms-flex-basis: 43px;
    -o-flex-basis: 43px;
    flex-basis: 43px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

.dropdown .dropdown-toggle .caret:before {
    content: "\e610";
    color: #cdcdcd;
    margin: 0 17px 0 12px;
    font-size: 13px
}

.dropdown .dropdown-menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18)
}

.dropdown .dropdown-menu li {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer
}

.dropdown .dropdown-menu li:hover {
    color: #262626;
    background-color: #f5f5f5
}

@media screen and (max-width: 768px) {
    .ellipsis {
        overflow: unset;
        text-overflow: unset;
        white-space: unset
    }

    .mask .video-wrapper .video-js {
        width: 100%
    }

    .index_h2 {
        font-size: 30px
    }

    #markinfoCanvas {
        transform: scaleX(-1)
    }

    .mask .video-wrapper {
        width: 100%;
        padding: 0 15px
    }

    .mask .video-wrapper .icon-yuyinguanbi {
        right: 15px
    }

    .my-player-dimensions {
        width: 100%;
        height: 200px
    }

    .dropdown .dropdown-menu li {
        padding: 10px 20px
    }

    .blog-item .blog-h4 {
        margin: 15px 0;
        font-size: 18px
    }

    .blog-item .blog-p {
        line-height: 1.5;
        overflow: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset
    }

    .blog-item .blog-info {
        margin-top: 20px
    }

    .cardWrapper {
        -webkit-transform-style: unset;
        -moz-transform-style: unset;
        -ms-transform-style: unset;
        -o-transform-style: unset;
        transform-style: unset
    }

    .cardWrapper:hover .card {
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset
    }

    .cardWrapper .card:hover {
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset
    }

    .cardWrapper .card:hover ~ .card {
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset
    }

    .cardWrapper .card {
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
        -webkit-transform-style: unset;
        -moz-transform-style: unset;
        -ms-transform-style: unset;
        -o-transform-style: unset;
        transform-style: unset
    }
}
