.truncate,
.notice-box .container .swiper-slide .item,
.video-news .list .swiper-container .swiper-slide .item .info .title,
.video-news .list .swiper-container .swiper-slide .item .info .desc {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.lineTwo,
.lineThree,
.lineFour,
.team .container .team-item .item .info-box .line p.text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.lineTwo {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.lineThree {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.lineFour,
.team .container .team-item .item .info-box .line p.text {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.enlarge {
    display: block;
    overflow: hidden;
}

.enlarge:hover img {
    transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transition: all .35s ease;
}

.bespread,
.card-box .card-media .card-media-title,
.department .cover-box .content,
.video-news .list .swiper-container .swiper-slide .item .time {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.middle,
.btn,
.wheel-seeding .banner-image .swiper-slide .item,
.arrange ul li,
.arrange ul li a .icon,
.department .cover-box,
.department .cover-box .content,
.department .cover-box .content .arrow,
.department .department-title,
.team .container .arrow-left,
.team .container .arrow-right,
.team .container .team-item .item .avatar-box .name,
.team .container .team-item .item .info-box .more,
.team .container .team-item .item .operation .register,
.team .container .team-item .item .operation .contact,
.video-news .images .swiper-slide .card-box .card-media,
.video-news .images .swiper-slide .card-box .card-media .play,
.video-news .images .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.video-news .list .swiper-container .swiper-slide .item .time,
.video-news .list .more,
.news-box .news-content .swiper-slide .item .more {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden {
    overflow: hidden !important;
}

.pointer {
    cursor: pointer;
}

.p0 {
    padding: 0 !important;
}

.ptb0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.h-70 {
    height: 70px !important;
}

.h-80 {
    height: 80px !important;
}

.c-gray {
    color: #666 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-color {
    background-color: #F7F7F9 !important;
}

.bg-base {
    background-color: #00834b !important;
}

.bg-auxiliary {
    background-color: #06CE8A !important;
}

.b0 {
    border: 0 !important;
}

.static {
    position: static !important;
}

.text-box p {
    font-size: 14px;
    line-height: 30px;
}

.top-menu-bg {
    width: 100vw;
    background: #f4f4f4;
}

.top-menu {
    max-width: 1350px;
    margin: auto;
    display: flex;
    align-items: center;
}

.top-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding: 30px 0;
}

.top-menu-item img {
    width: 90px !important;
    height: 90px;
    margin-bottom: 10px;
}

.container {
    display: block;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.container.max {
    max-width: 1680px;
}

.container.full {
    max-width: 100%;
}

.col-2 {
    display: flex;
    flex-wrap: wrap;
}

.col-2 .li {
    width: 49%;
    margin-right: 2%;
}

.col-2 .li:nth-child(2n) {
    margin-right: 0;
}

.col-2.full .li {
    margin-right: 0 !important;
}

.card-box .card-media {
    display: block;
    position: relative;
}

.card-box .card-media .trumb {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.card-box .card-media .card-media-title {
    top: auto;
    height: auto;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.card-box .card-media .card-media-title .card-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.card-box .card-media .card-media-title .card-exp {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    margin-top: 10px;
}

.card-box .card-container {
    padding: 10px 15px;
}

.card-box .card-container .card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.card-box .card-container .card-exp {
    font-size: 14px;
    line-height: 1.4;
    color: #666;
    margin-top: 15px;
}

.btn {
    display: inline-flex;
    font-size: 14px;
    color: #fff;
    height: 42px;
    border-radius: 21px;
    cursor: pointer;
    background-image: linear-gradient(to right, #007945, #009933);
}

.btn.unique {
    padding-left: 50px;
    padding-right: 50px;
}

.shouye-center-flex {
    display: flex;
    gap: 30px;
}

.sy-cen-flex1 {
    width: calc((100% - 60px) / 3);
}

.sy-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    padding: 12px 0;
}

.shouye-listc .sy-list-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.shouye-listc .sy-list-item .desc {
    display: flex;
    align-items: center;
}

.shouye-listc .sy-list-item,
.shouye-listc .sy-list-item .desc,
.shouye-listc .sy-list-item .desc .ellipsis {
    width: 100%;
}

.shouye-listc .sy-list-item .desc .ellipsis {
    white-space: nowrap;
    /* 防止文本换行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
}

.shouye-listc .sy-list-item .circle {
    width: 5px;
    height: 5px;
    background-color: #818181;
    border-radius: 100%;
    margin-right: 5px;
}

.link-img img {
    height: 90px;
    width: 100%;
    object-fit: cover;
}

.link-img {
    display: flex;
    gap: 20px;
}

.link-img a {
    flex: 0 0 calc((100% - 60px) / 4);
}


@media screen and (max-width: 960px) {

    .top-menu-bg {
        max-width: 750px;
        background: #f4f4f4;
    }

    .shouye-center-flex {
        display: block;
    }

    .sy-cen-flex1 {
        width: auto;
    }

    .sy-list-item {
        font-size: 1rem;
        padding: 0.7rem 0;
    }

    .shouye-listc .sy-list-img {
        height: 13rem;
    }

    .link-img {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .link-img a {
        flex: 0 0 calc((100% - 1rem) / 2);
    }

    .link-img img {
        height: 5rem;
    }

    .pb10 {
        padding-bottom: .5rem !important;
    }

    .pb20 {
        padding-bottom: 1rem !important;
    }

    .pb30 {
        padding-bottom: 1.5rem !important;
    }

    .pb40 {
        padding-bottom: 2rem !important;
    }

    .mb30 {
        margin-bottom: 1.5rem !important;
    }

    .mb40 {
        margin-bottom: 2rem !important;
    }

    .mb50 {
        margin-bottom: 2.5rem !important;
    }

    .h-70 {
        height: 3.5rem !important;
    }

    .h-80 {
        height: 4rem !important;
    }

    .text-box p {
        font-size: .9rem;
        line-height: 1.6;
    }

    .top-menu {
        max-width: 750px;
    }

    .top-menu-item {
        padding: 1rem 0;
        font-size: 0.8rem;
        white-space: nowrap;
    }

    .top-menu-item img {
        width: 3rem !important;
        height: 3rem;
        margin-bottom: 0.5rem;
    }

    .container {
        max-width: 750px;
        padding: 1.5rem 0 0;
    }

    .container.max {
        max-width: 750px;
    }

    .container.full {
        max-width: 100%;
    }

    .card-box .card-media .card-media-title {
        padding: .7rem 1rem;
    }

    .card-box .card-media .card-media-title .card-title {
        font-size: 1.15rem;
    }

    .card-box .card-media .card-media-title .card-exp {
        font-size: 1rem;
        margin-top: .5rem;
    }

    .card-box .card-container {
        padding: .5rem 1rem .75rem;
    }

    .card-box .card-container .card-title {
        font-size: 1rem;
    }

    .card-box .card-container .card-exp {
        font-size: .9rem;
        margin-top: .8rem;
    }

    .btn {
        font-size: .8rem;
        height: 2.4rem;
        border-radius: 1.2rem;
    }

    .btn.unique {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@keyframes focus {

    0%,
    100% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.wheel-seeding {
    position: relative;
}

.wheel-seeding .banner-image {
    height: 555px;
}

.wheel-seeding .banner-image img {
    height: 100%;
    object-fit: cover;
}

.notice-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 200px;
    background: url(/static/images/icon-notice-bg.png) center center no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
}

.notice-icon img {
    width: 25px;
    height: 22px;
    margin-left: 10px;
}

.notice-box .container {
    height: 60px;
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;
}

.notice-box {
    display: flex;
    max-width: 1350px;
    margin: auto;
    padding: 30px 0 0;
}

.notice-box .swiper-container {
    width: 100%;
    margin: 0;
}

.notice-box .container .swiper-slide {
    height: 60px;
}

.notice-box .container .swiper-slide .item {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    padding: 0 15px;
    border: solid 1px #f4f4f4;
    margin-left: 18px;
}

.notice-box .notice-more {
    color: #00834b;
    line-height: 60px;
    font-weight: bold;
    width: 90px;
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.notice-box .notice-more img {
    width: 8px;
    height: 7px;
    margin-left: 5px;
}

.arrange {
    background: url(/static/images/arrange-bg.png) center center no-repeat;
    background-size: auto 100%;
}

.arrange ul {
    display: flex;
    justify-content: space-between;
}

.arrange ul li {
    height: 250px;
}

.arrange ul li a .icon {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 1px solid #00834b;
    background-color: #00834b;
    position: relative;
}

.arrange ul li a .icon img {
    width: 40px;
    height: auto;
    position: relative;
    z-index: 2;
}

.arrange ul li a .title {
    display: flex;
    justify-content: center;
    font-size: 20px;
    color: #666;
}

.arrange ul li a:hover .icon {
    border-color: #06CE8A;
    background-color: transparent;
}

.arrange ul li a:hover .icon:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 50%;
    background-color: #06CE8A;
}

.arrange ul li a:hover .title {
    color: #06CE8A;
}

.department {
    display: flex;
    width: calc(100% - 56px);
    position: relative;
}

.department .cover-box {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -25px;
    background: url(/static/images/department-bg.png) no-repeat;
    background-size: cover;
}

.department .cover-box .bg {
    display: block;
    width: 463px;
}

.department .cover-box .bg img {
    width: 100%;
    height: auto;
}

.department .cover-box .content .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.department .cover-box .content .icon img {
    width: 69px;
    height: auto;
}

.department .cover-box .content .name {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.department .cover-box .content .arrow {
    width: 45px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-color: #fff;
}

.department .cover-box .content .arrow img {
    width: 15px;
    height: auto;
}

.department .list {
    display: block;
    width: 100%;
    height: 350px;
    margin-top: 42px;
    padding: 30px 40px 30px 490px;
    box-shadow: 0 0 20px rgba(6, 91, 207, 0.15);
}

.department .list .title {
    font-size: 30px;
    color: #00834b;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.department .list .title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 50px;
    transform: translateX(-50%);
    background-color: #00834b;
}

.department .list .content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.department .list .content .item {
    display: flex;
    align-items: center;
    width: 25%;
    height: 60px;
    font-size: 22px;
    cursor: pointer;
}

.department .list .content .item span {
    display: inline-flex;
    align-items: center;
    height: 42px;
    position: relative;
}

.department .list .content .item span:after {
    content: "";
    position: absolute;
    left: 0;
    right: -6px;
    bottom: 0;
    height: 3px;
}

.department .list .content .item.active,
.department .list .content .item:hover {
    font-size: 24px;
    color: #00834b;
}

.department .list .content .item.active span:after,
.department .list .content .item:hover span:after {
    background-color: #00834b;
}

.department .department-title {
    position: absolute;
    top: 85px;
    right: -56px;
    width: 56px;
    height: 268px;
    font-size: 28px;
    color: #fff;
    writing-mode: tb-rl;
    letter-spacing: 5px;
    background-image: linear-gradient(to right, #05b97c, #07e398);
}

.team {
    background-color: #F7F7F9;
}

.team .container {
    padding-left: 50px;
    padding-right: 50px;
}

.team .container .team-list {
    width: 1150px;
}

.team .container .team-list .swiper-slide {
    width: 230px !important;
}

.team .container .team-list .swiper-slide .item {
    display: block;
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 0;
}

.team .container .team-list .swiper-slide .item img {
    display: block;
    width: 190px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.team .container .team-list .swiper-slide .item .name {
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.team .container .arrow-left,
.team .container .arrow-right {
    position: absolute;
    bottom: 185px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
}

.team .container .arrow-left img,
.team .container .arrow-right img {
    width: 20px;
    height: 20px;
}

.team .container .arrow-left {
    left: 0;
}

.team .container .arrow-right {
    right: 0;
    transform: rotate(180deg);
}

.team .container .team-item {
    width: 1250px;
    /*.swiper-slide{
            padding-left: 1px;
            padding-right: 1px;
            .item{
                display: flex;
                width: 100%;
                height: 312px;
                padding-left: 335px;
                padding-right: 420px;
                position: relative;
                .avatar-box{
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    width: 300px;
                    height: 100%;
                    img{
                        width: auto;
                        height: 100%;
                    }
                    .name{
                        @extend .middle;
                        position: absolute;
                        top: 0;
                        left: 20px;
                        width: 44px;
                        font-size: 20px;
                        color: #fff;
                        padding-top: 15px;
                        padding-bottom: 15px;
                        writing-mode: tb-rl;
                        letter-spacing: 5px;
                        border-radius: 0 0 22px 22px;
                        background-image: linear-gradient(-45deg,$base-color * 1.1,$base-color * .7);
                    }
                }
                .info-box{
                    position: relative;
                    .line{
                        padding-left: 60px;
                        position: relative;
                        .label{
                            position: absolute;
                            top: 0;
                            left: 0;
                            font-size: 20px;
                            font-weight: 700;
                            line-height: 45px;
                        }
                        p{
                            font-size: 18px;
                            line-height: 34px;
                            font-weight: 300;
                            &.big{
                                font-size: 20px;
                                font-weight: 700;
                                line-height: 45px;
                            }
                            &.text{
                                @extend .lineFour;
                                padding-top: 6px;
                            }
                        }
                    }
                    .more{
                        @extend .middle;
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: 240px;
                        height: 54px;
                        color: #fff;
                        font-size: 16px;
                        border-radius: 27px;
                        cursor: pointer;
                        background-image: linear-gradient(to right,$base-color * .9,$base-color * 1.5);
                    }
                }
                .operation{
                    position: absolute;
                    top: 0;
                    right: 0;
                    .register,.contact{
                        @extend .middle;
                        width: 378px;
                        font-size: 24px;
                        color: #fff;
                        cursor: pointer;
                        .icon{
                            height: auto;
                            margin-right: 15px;
                        }
                    }
                    .register{
                        height: 202px;
                        margin-bottom: 10px;
                        background-color: $base-color;
                        position: relative;
                        .icon{
                            width: 56px;
                        }
                        .focus{
                            position: absolute;
                            top: 16px;
                            left: 16px;
                            right: 16px;
                            bottom: 16px;
                            z-index: 9;
                            img{
                                width: 100%;
                                height: 100%;
                            }
                            &:hover{
                                animation: focus 1.2s linear;
                            }
                        }
                    }
                    .contact{
                        height: 100px;
                        background-color: $auxiliary-color;
                        .icon{
                            width: 36px;
                        }
                    }
                }
            }
        }*/
}

.team .container .team-item .item {
    display: flex;
    width: 100%;
    height: 312px;
    padding-left: 335px;
    padding-right: 420px;
    position: relative;
}

.team .container .team-item .item .avatar-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 100%;
}

.team .container .team-item .item .avatar-box img {
    width: auto;
    height: 100%;
}

.team .container .team-item .item .avatar-box .name {
    position: absolute;
    top: 0;
    left: 20px;
    width: 44px;
    font-size: 20px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    writing-mode: tb-rl;
    letter-spacing: 5px;
    border-radius: 0 0 22px 22px;
    background-image: linear-gradient(-45deg, #007945, #009933);
}

.team .container .team-item .item .info-box {
    position: relative;
}

.team .container .team-item .item .info-box .line {
    padding-left: 60px;
    position: relative;
}

.team .container .team-item .item .info-box .line .label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
}

.team .container .team-item .item .info-box .line p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 300;
}

.team .container .team-item .item .info-box .line p.big {
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
}

.team .container .team-item .item .info-box .line p.text {
    padding-top: 6px;
}

.team .container .team-item .item .info-box .more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
    height: 54px;
    color: #fff;
    font-size: 16px;
    border-radius: 27px;
    cursor: pointer;
    background-image: linear-gradient(to right, #007945, #009933);
}

.team .container .team-item .item .operation {
    position: absolute;
    top: 0;
    right: 0;
}

.team .container .team-item .item .operation .register,
.team .container .team-item .item .operation .contact {
    width: 378px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.team .container .team-item .item .operation .register .icon,
.team .container .team-item .item .operation .contact .icon {
    height: auto;
    margin-right: 15px;
}

.team .container .team-item .item .operation .register {
    height: 202px;
    margin-bottom: 10px;
    background-color: #00834b;
    position: relative;
}

.team .container .team-item .item .operation .register .icon {
    width: 56px;
}

.team .container .team-item .item .operation .register .focus {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 9;
}

.team .container .team-item .item .operation .register .focus img {
    width: 100%;
    height: 100%;
}

.team .container .team-item .item .operation .register .focus:hover {
    animation: focus 1.2s linear;
}

.team .container .team-item .item .operation .contact {
    height: 100px;
    background-color: #06CE8A;
}

.team .container .team-item .item .operation .contact .icon {
    width: 36px;
}

.team .top > .container {
    background: url(/static/images/team-bg.png) center center no-repeat;
    background-size: auto 100%;
}

.team .grey > .container {
    background: url(/static/images/team-bg2.png) center center no-repeat;
    background-size: 100% 100%;
}

.video-news .images .swiper-slide .card-box {
    overflow: hidden;
}

.video-news .images .swiper-slide .card-box .card-media {
    height: 354px;
}

.video-news .images .swiper-slide .card-box .card-media .trumb {
    height: 100%;
    object-fit: cover;
}

.video-news .images .swiper-slide .card-box .card-media .card-media-title {
    padding: 15px 140px 15px 20px;
}

.video-news .images .swiper-slide .card-box .card-media .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(6, 206, 138, 0.45);
}

.video-news .images .swiper-slide .card-box .card-media .play img {
    width: 30px;
    height: 30px;
}

.video-news .images .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    left: auto;
    right: 0;
    bottom: 15px;
    width: 140px;
    padding-right: 20px;
}

.video-news .images .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 1;
    background-color: #fff;
}

.video-news .images .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    border: 1px solid #06CE8A;
    background-color: transparent;
    position: relative;
}

.video-news .images .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #06CE8A;
}

.video-news .list {
    position: relative;
}

/*.swiper-container {*/
/*  height: 300px;*/
/*}*/

.video-news .swiper-container {
    height: 354px;
}

.video-news .list .swiper-container {
    height: 300px;
}

.video-news .list .swiper-container .swiper-slide {
    height: 32px !important;
    line-height: 36px !important;
}

.video-news .list .swiper-container .swiper-slide .item {
    display: block;
    position: relative;
}

.video-news .list .swiper-container .swiper-slide .item .info {
    display: flex;
    align-items: center;
}

.video-news .list .swiper-container .swiper-slide .item .info .desc {
    font-size: 15px;
    color: #666;
}


.video-news .list .swiper-container .swiper-slide .item .info .circle {
    width: 5px;
    height: 5px;
    background-color: #818181;
    border-radius: 100%;
    margin-right: 5px;
}

.video-news .list .swiper-container .swiper-slide.swiper-slide-active .item {
    color: #00834b;
}

.video-news .list .swiper-container .swiper-slide .item .time {
    left: auto;
    width: 105px;
    font-size: 14px;
    color: #666;
}

.video-news .video-title {
    border-bottom: solid 1px #dddddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-news .video-title .title {
    font-size: 20px;
    padding: 15px 25px;
    background: #00834b;
    color: #fff;
    border-radius: 6px 6px 0 0;
}

.video-news .video-title .video-more {
    font-size: 14px;
    color: #999999;
    display: flex;
    align-items: center;
}

.video-news .video-title .video-more img {
    width: 8px;
    height: 7px;
    margin-left: 5px;
}

.video-news .list .more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    width: 240px;
    height: 58px;
    border-radius: 29px;
    cursor: pointer;
    background-image: linear-gradient(to right, #007945, #009933);
}

.news-box {
    background: url(/static/images/news-bg.png) center center no-repeat;
    background-size: auto 1015px;
}

.news-box .news-content .swiper-slide {
    width: 512px;
    padding-bottom: 29px;
}

.news-box .news-content .swiper-slide .item {
    padding-bottom: 90px;
    background-color: #fff;
    position: relative;
    border-bottom: 0;
}

.news-box .news-content .swiper-slide .item .img {
    display: block;
    margin-bottom: 10px;
}

.news-box .news-content .swiper-slide .item .img img {
    display: block;
    width: 100%;
    height: auto;
}

.news-box .news-content .swiper-slide .item .title {
    font-size: 30px;
    text-align: center;
    position: relative;
}

.news-box .news-content .swiper-slide .item .line {
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #00834b;
}

.news-box .news-content .swiper-slide .item ul {
    padding-left: 25px;
    padding-right: 25px;
}

.news-box .news-content .swiper-slide .item ul li {
    font-size: 16px;
    line-height: 70px;
    border-bottom: 1px solid #E8E8E8;
}

.news-box .news-content .swiper-slide .item .more {
    position: absolute;
    left: 50%;
    bottom: -29px;
    transform: translateX(-50%);
    font-size: 14px;
    width: 240px;
    height: 58px;
    color: #fff;
    border-radius: 29px;
    cursor: pointer;
    background-color: #06CE8A;
}

.news-box .news-content .swiper-slide.swiper-slide-active .item {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.news-box .news-content .swiper-slide.swiper-slide-active .item .title {
    color: #00834b;
}

.news-box .news-content .swiper-slide.swiper-slide-active .item .line {
    display: block;
}

.news-box .news-content .swiper-slide.swiper-slide-active .item .more {
    background-image: linear-gradient(to right, #007945, #009933);
}

.environment {
    --swiper-theme-color: $ gray-color;
    --swiper-navigation-color: $ gray-color;
    --swiper-navigation-size: 18px;
}

.hospitalEnvironment {
    width: 90%;
}

.expertEnvironment {
    width: 90%;
}

.environment.swiper-container {
    height: 180px;
}

.environment .swiper-slide {
    position: relative;
}

.environment .swiper-slide .mask-bottom {
    position: absolute;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    color: #fff;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hospitalEnvironment .swiper-slide .content {
    display: flex;
    flex-direction: column;

    .item {
        border: 1px solid #DCDCDC;
        display: flex;
        align-items: center;
        padding: 25px 0 24px 14px;
        margin-top: 10px;

        img {
            width: 58px;
            height: 58px;
            margin-right: 10px;
            border-radius: 50%;
        }

        .item-right {
            display: flex;
            flex-direction: column;

            .txt {
                font-size: 20px;
            }

            .txt-eng {
                font-size: 11px;
            }
        }
    }

    .item:hover {
        background-color: #d2fae9;
        border: 1px solid #d2fae9;
        cursor: pointer;
    }
}

.expertEnvironment .swiper-slide .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    img {
        width: 151px;
        height: 151px;
        margin-right: 10px;
        border-radius: 50%;
        margin-bottom: 20px;
    }
    .txt {
        font-size: 20px;
        color: #fff;
    }
}

.environment .swiper-slide img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.hospitalSwiper .swiper-button-prev,
.hospitalSwiper .swiper-button-next {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    color: #00834B;
    top: 63%;
}

.expertSwiper .swiper-button-prev,
.expertSwiper .swiper-button-next {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: #fff;
    color: #27956B;
    top: 63%;
}


.environmentSwiper .swiper-button-prev,
.environmentSwiper .swiper-button-next {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: #F7F7F9;
    color: #ccc;
    top: 60%;
}

.environmentSwiper .swiper-button-prev {
    left: 10px;
}

.environmentSwiper .swiper-button-next {
    right: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
}

.xc-img {
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 960px) {
    .wheel-seeding .banner-image {
        height: 13rem;
    }

    .wheel-seeding .banner-image .swiper-slide .item {
        width: 100%;
        height: auto;
    }

    .wheel-seeding .banner-image .swiper-slide .item img {
        width: 100%;
        height: auto;
    }

    .notice-box {
        max-width: 750px;
        padding: 1rem 1.5rem 0;
    }

    .notice-icon {
        width: 15rem;
        height: 3rem;
        background-size: 100% 100%;
        font-size: 1rem;
    }

    .notice-icon img {
        width: 1.2rem;
        height: 1rem;
        margin-left: 0.6rem;
    }

    .notice-box .container {
        height: 3rem;
        padding: 0;
        --swiper-theme-color: #ff6600;
        --swiper-pagination-color: #00ff33;
    }

    .notice-box .container .swiper-slide {
        height: 3rem;
    }

    .notice-box .container .swiper-slide .item {
        height: 3rem;
        line-height: 3rem;
        font-size: 1rem;
        padding: 0 0.5rem;
        margin-left: 0.5rem;
    }

    .notice-box .notice-more {
        line-height: 3rem;
        width: 6rem;
        margin-left: 0.5rem;
    }

    .notice-box .notice-more img {
        margin-left: 0.5rem;
    }

    .video-news .video-title .video-more {
        font-size: 0.8rem;
    }

    .video-news .video-title .video-more img {
        width: 0.7rem;
        height: 0.7rem;
        margin-left: 0.2rem;
    }

    .arrange {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .arrange ul {
        flex-wrap: wrap;
    }

    .arrange ul li {
        width: 33.3333%;
        height: auto;
    }

    .arrange ul li a .icon {
        width: 5rem;
        height: 5rem;
        margin-bottom: 1rem;
    }

    .arrange ul li a .icon img {
        width: 2rem;
    }

    .arrange ul li a .title {
        font-size: 1rem;
    }

    .arrange ul li a:hover .icon:before {
        top: .2rem;
        left: .2rem;
        right: .2rem;
        bottom: .2rem;
    }

    .arrange ul li:nth-child(1),
    .arrange ul li:nth-child(2),
    .arrange ul li:nth-child(3) {
        margin-bottom: 1rem;
    }

    .department {
        flex-wrap: wrap;
        width: 100%;
    }

    .department .cover-box {
        display: none !important;
        position: relative;
        width: 100%;
        margin-left: 0;
        background: url(/static/images/department-bg.png) no-repeat;
        background-size: cover;
    }

    .department .cover-box .bg {
        width: 100%;
    }

    .department .cover-box .content .icon {
        margin-bottom: 1rem;
    }

    .department .cover-box .content .icon img {
        width: 4.2rem;
    }

    .department .cover-box .content .name {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .department .cover-box .content .arrow {
        width: 3rem;
        height: 3rem;
        transform: rotate(90deg);
    }

    .department .cover-box .content .arrow img {
        width: 1rem;
    }

    .department .list {
        height: auto;
        margin-top: 0;
        padding: 0 1.5rem 1.5rem 1.5rem;
        box-shadow: none;
    }

    .department .list .title {
        display: none !important;
        font-size: 2rem;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
    }

    .department .list .title:after {
        height: .2rem;
        width: 3.6rem;
    }

    .department .list .content .item {
        display: flex;
        align-items: center;
        width: 25%;
        height: 3.6rem;
        font-size: 1.15rem;
    }

    .department .list .content .item span {
        height: 2.6rem;
    }

    .department .list .content .item span:after {
        right: -.5rem;
        height: .1rem;
    }

    .department .list .content .item.active,
    .department .list .content .item:hover {
        font-size: 1.2rem;
    }

    .department .department-title {
        position: static;
        width: 100%;
        height: 3.6rem;
        font-size: 1.25rem;
        writing-mode: horizontal-tb;
        letter-spacing: 5px;
        background-image: linear-gradient(to right, #05b97c, #07e398);
    }

    .team .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .team .container .team-list {
        width: 100%;
    }

    .team .container .team-list .swiper-slide {
        height: auto;
    }

    .team .container .team-list .swiper-slide .item {
        padding: 0;
    }

    .team .container .team-list .swiper-slide .item img {
        width: 90%;
        margin-bottom: 1rem;
    }

    .team .container .team-list .swiper-slide .item .name {
        font-size: 1.1rem;
    }

    .team .container .team-list .swiper-slide.swiper-slide-active .item {
        transform: scale(1);
    }

    .team .container .arrow-left,
    .team .container .arrow-right {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        width: 3.2rem;
        height: 3.2rem;
    }

    .team .container .arrow-left img,
    .team .container .arrow-right img {
        width: 1.4rem;
        height: 1.4rem;
    }

    .team .container .arrow-right {
        transform: translateY(-50%) rotate(180deg);
    }

    .team .container .team-item {
        width: 100%;
    }

    .team .container .team-item .item {
        height: auto;
        flex-wrap: wrap;
        padding: 0;
    }

    .team .container .team-item .item .avatar-box {
        width: 9rem;
        height: auto;
        bottom: auto;
    }

    .team .container .team-item .item .avatar-box img {
        width: 100%;
        height: auto;
    }

    .team .container .team-item .item .avatar-box .name {
        width: 2rem;
        left: .5rem;
        font-size: .85rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
        letter-spacing: .2rem;
        border-radius: 0 0 1rem 1rem;
    }

    .team .container .team-item .item .info-box {
        width: 100%;
        padding-left: 10rem;
        margin-bottom: 1rem;
    }

    .team .container .team-item .item .info-box .line {
        padding-left: 3rem;
    }

    .team .container .team-item .item .info-box .line .label {
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .team .container .team-item .item .info-box .line p {
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .team .container .team-item .item .info-box .line p.big {
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .team .container .team-item .item .info-box .line p.text {
        padding-top: 0;
    }

    .team .container .team-item .item .info-box .more {
        display: none;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 240px;
        height: 54px;
        color: #fff;
        font-size: 16px;
        border-radius: 27px;
        cursor: pointer;
        background-image: linear-gradient(to right, #007945, #009933);
    }

    .team .container .team-item .item .operation {
        position: static;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .team .container .team-item .item .operation .register,
    .team .container .team-item .item .operation .contact {
        width: 49%;
        font-size: 1.15rem;
    }

    .team .container .team-item .item .operation .register .icon,
    .team .container .team-item .item .operation .contact .icon {
        height: 1.6rem;
        margin-right: .5rem;
    }

    .team .container .team-item .item .operation .register {
        height: 3.2rem;
        margin-bottom: 0;
    }

    .team .container .team-item .item .operation .register .icon {
        width: 1.6rem;
    }

    .team .container .team-item .item .operation .register .focus {
        display: none;
    }

    .team .container .team-item .item .operation .contact {
        height: 3.2rem;
        background-color: #06CE8A;
    }

    .team .container .team-item .item .operation .contact .icon {
        width: 1.6rem;
    }

    .video-news {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .video-news .col-2 .li {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .video-news .images {
        margin-bottom: 1rem;
    }

    .video-news .images .swiper-slide .card-box .card-media {
        height: 12.5rem;
    }

    .video-news .images .swiper-slide .card-box .card-media .card-media-title {
        padding: .7rem 10rem .7rem 1rem;
    }

    .video-news .images .swiper-slide .card-box .card-media .play {
        width: 4.2rem;
        height: 4.2rem;
    }

    .video-news .images .swiper-slide .card-box .card-media .play img {
        width: 2rem;
        height: 2rem;
    }

    .video-news .images .swiper-pagination {
        bottom: 1rem;
        width: 10rem;
        padding-right: 1rem;
    }

    .video-news .images .swiper-pagination .swiper-pagination-bullet {
        width: .8rem;
        height: .8rem;
        margin-left: .25rem;
        margin-right: .25rem;
    }

    .video-news .images .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 1.2rem;
        height: 1.2rem;
    }

    .video-news .images .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
        width: .8rem;
        height: .8rem;
    }

    .video-news .swiper-container {
        height: 12.5rem;
    }

    .video-news .list .swiper-container {
        height: 12.5rem;
    }

    .video-news .list .swiper-container .swiper-slide {
        height: auto !important;
    }

    .video-news .list .swiper-container .swiper-slide .item {
        height: auto;
        line-height: 2rem;
        height: 2rem;
    }

    .video-news .list .swiper-container .swiper-slide .item .info .desc {
        font-size: 1rem;
    }

    .video-news .list .swiper-container .swiper-slide .item .time {
        width: 4rem;
        font-size: .9rem;
    }

    .video-news .list .more {
        position: static;
        font-size: 1rem;
        width: 100%;
        height: 3.2rem;
        border-radius: 1.6rem;
    }

    .news-box {
        margin-bottom: 2rem;
        background-size: auto 100%;
    }

    .news-box .news-content .swiper-slide {
        width: 20rem;
        padding-bottom: 3rem;
    }

    .news-box .news-content .swiper-slide .item {
        padding-bottom: 4rem;
    }

    .news-box .news-content .swiper-slide .item .img {
        margin-bottom: 1rem;
    }

    .news-box .news-content .swiper-slide .item .title {
        font-size: 1.5rem;
    }

    .news-box .news-content .swiper-slide .item .line {
        margin: .4rem auto 1rem;
        width: 7rem;
        height: .3rem;
    }

    .news-box .news-content .swiper-slide .item ul {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .news-box .news-content .swiper-slide .item ul li {
        font-size: 1rem;
        line-height: 3rem;
    }

    .news-box .news-content .swiper-slide .item .more {
        bottom: -1.5rem;
        font-size: 1rem;
        width: 10rem;
        height: 3rem;
        border-radius: 1.5rem;
    }

    .news-box .news-content .swiper-slide.swiper-slide-active .item {
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    }

    .news-box .news-content .swiper-slide.swiper-slide-active .item .title {
        color: #00834b;
    }

    .news-box .news-content .swiper-slide.swiper-slide-active .item .line {
        display: block;
    }

    .news-box .news-content .swiper-slide.swiper-slide-active .item .more {
        background-image: linear-gradient(to right, #007945, #009933);
    }

    .linkBottom {
        padding-bottom: 1rem;
    }

    .environment {
        --swiper-navigation-size: 1.25rem;
    }

    .environment.swiper-container {
        height: 180px;
    }

    .environment .swiper-slide .mask-bottom {
        height: 40px;
        font-size: 18px;
    }

    .environment .swiper-slide img {
        height: 180px;
    }

    .environment .swiper-button-prev,
    .environment .swiper-button-next {
        top: 70%;
        height: 3.2rem;
        width: 3.2rem;
    }

    .environment .swiper-button-prev {
        left: 1rem;
    }

    .environment .swiper-button-next {
        right: 1rem;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 0.7rem;
    }
}

/*# sourceMappingURL=index.css.map */