
.HomeBanner.md31488 {
    width: 100%;
    overflow: hidden;
}

.HomeBanner.md31488 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

@media (max-width: 1200px) {
    .HomeBanner.md31488 .layout {
        width: 100%;
        padding: 0 10px;
        max-width: 100%;
    }
}

.HomeBanner.md31488 .BannerSwiper {
    width: 100%;
    position: relative;
    z-index: 5;
}

.HomeBanner.md31488 .BannerSwiper .swiper-slide {
    width: 100%;
    position: relative;
    z-index: 5;
}

.HomeBanner.md31488 .BannerSwiper .swiper-slide::after {
    width: 100%;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    height: 100%;
    background: url(/static/home/images/HomeBg1.png) center/cover no-repeat;
}

.HomeBanner.md31488 .BannerSwiper .swiper-slide .SlideImg {
    width: 100%;
}

.HomeBanner.md31488 .BannerSwiper .swiper-slide .SlideImg::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 44.2708333333%;
}

.HomeBanner.md31488 .BannerSwiper .swiper-slide .SlideImg img,
.HomeBanner.md31488 .BannerSwiper .swiper-slide .SlideImg video,
.HomeBanner.md31488 .BannerSwiper .swiper-slide .SlideImg iframe {
    width: 100%;
    height: auto;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}

.HomeBanner.md31488 .BannerSwiper .swiper-slide .SlideText {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6;
}

.HomeBanner.md31488 .BannerSwiper .swiper-slide .SlideText .Title {
    color: #fff;
    line-height: 1.2;
    width: 100%;
}

.HomeBanner.md31488 .BannerSwiper .swiper-slide .SlideText .Remark {
    color: #fff;
    line-height: 1.2;
    width: 100%;
    margin-top: 0.3rem;
    letter-spacing: 0.06rem;
    font-weight: 700;
}

.HomeBanner.md31488 .BannerSwiper .swiper-slide .SlideText .Buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.75rem;
}

.HomeBanner.md31488 .BannerSwiper .swiper-slide .SlideText .Button.More {
    border-color: var(--active);
    background: var(--active);
}

.HomeBanner.md31488 .BannerSwiper .swiper-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0.4rem;
    z-index: 5;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.HomeBanner.md31488 .BannerSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.3rem;
    height: 0.03rem;
    min-width: 22.5px;
    min-height: 2.25px;
    border-radius: 0.02rem;
    background: #fff;
    margin: 0 0.05rem;
    opacity: 0.5;
}

.HomeBanner.md31488 .BannerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    background: var(--active);
}

@media (max-width: 900px) {
    .HomeBanner.md31488 .BannerSwiper .swiper-slide .SlideText .Board {
        width: 100%;
    }
}

@media (max-width: 750px) {
    .HomeBanner.md31488 .BannerSwiper .swiper-pagination {
        text-align: center;
    }

    .HomeBanner.md31488 .BannerSwiper .swiper-slide .SlideText .Board {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0;
        height: 100%;
    }

    .HomeBanner.md31488 .BannerSwiper .swiper-slide .SlideImg::after {
        padding-top: 0;
        width: 100%;
        height: 300px;
    }
}

.HomeAbout.md31489 {
    width: 100%;
    overflow: hidden;
    padding: 1rem 0;
    background-color: #faf7f4;
}

.HomeAbout.md31489 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

@media (max-width: 1200px) {
    .HomeAbout.md31489 .layout {
        width: 100%;
        padding: 0 10px;
        max-width: 100%;
    }
}

.HomeAbout.md31489 .AboutBoard {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

.HomeAbout.md31489 .AboutContent {
    width: 42.25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 5;
    padding-right: 0.6rem;
    padding-top: 0.8rem;
}

.HomeAbout.md31489 .AboutHead {
    width: 100%;
}

.HomeAbout.md31489 .AboutHead .Title {
    width: 100%;
    color: var(--active);
    font-weight: 700;
    line-height: 1.2;
}

.HomeAbout.md31489 .AboutHead .Subtitle {
    width: 100%;
    color: var(--theme);
    line-height: 1.5;
    margin-top: 0.1rem;
}

.HomeAbout.md31489 .AboutRemark {
    width: 100%;
    color: #666;
    line-height: 1.95;
    margin-top: 0.33rem;
    text-align: justify;
}

.HomeAbout.md31489 .AboutButtons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5rem;
}

.HomeAbout.md31489 .AboutButtons .Button.More {
    border-color: var(--active);
    background: var(--active);
}

.HomeAbout.md31489 .AboutVideo {
    width: 53.75%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.HomeAbout.md31489 .AboutVideo .VideoCover {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.16rem;
}

.HomeAbout.md31489 .AboutVideo .VideoCover>img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.16rem;
}

.HomeAbout.md31489 .AboutVideo .VideoPlay {
    width: 1rem;
    height: 1rem;
    min-width: 64px;
    min-height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0.15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 0.01rem solid #fff;
}

.HomeAbout.md31489 .AboutVideo .VideoPlay .PlayIcon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.HomeAbout.md31489 .AboutVideo .VideoPlay .PlayIcon::after {
    content: "";
    display: block;
    border-top: 0.075rem solid transparent;
    border-bottom: 0.075rem solid transparent;
    border-left: 0.13rem solid var(--active);
    margin-left: 0.04rem;
}

@media (max-width: 1200px) {
    .HomeAbout.md31489 .AboutVideo .VideoPlay .PlayIcon::after {
        border-top-width: 5.625px;
        border-bottom-width: 5.625px;
        border-left-width: 9.75px;
        margin-left: 3px;
    }
}

.HomeAbout.md31489 .AboutVideo .VideoPlay:hover {
    opacity: 0.9;
}

.HomeAbout.md31489 .AboutData {
    width: 100%;
    margin-top: 0.8rem;
    position: relative;
    z-index: 5;
}

.HomeAbout.md31489 .AboutData .DataList {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.HomeAbout.md31489 .AboutData .DataLine {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1rem;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.HomeAbout.md31489 .AboutData .DataLine::after {
    content: "";
    display: block;
    width: 0.01rem;
    height: 100%;
    background: rgba(34, 34, 34, 0.15);
}

.HomeAbout.md31489 .AboutData .DataItem {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.HomeAbout.md31489 .AboutData .DataItem .ItemNum {
    width: auto;
    text-align: center;
}

.HomeAbout.md31489 .AboutData .DataItem .ItemNum .Num {
    color: var(--active);
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.HomeAbout.md31489 .AboutData .DataItem .ItemNum .Num span {
    color: var(--active);
    font-weight: 700;
}

.HomeAbout.md31489 .AboutData .DataItem .ItemNum .Text {
    width: 100%;
    color: var(--theme);
    line-height: 1.5;
    margin-top: 0.08rem;
    white-space: nowrap;
}

.HomeAbout.md31489 .AboutData .DataItem:first-child .ItemNum {
    /* text-align: left; */
}

.HomeAbout.md31489 .AboutData .DataItem:last-child .ItemNum {
    /* text-align: right; */
}

@media (max-width: 900px) {
    .HomeAbout.md31489 {
        padding: 0.6rem 0;
    }

    .HomeAbout.md31489 .AboutBoard {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .HomeAbout.md31489 .AboutContent {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
    }

    .HomeAbout.md31489 .AboutVideo {
        width: 100%;
        margin-top: 0.4rem;
    }

    .HomeAbout.md31489 .AboutData {
        margin-top: 0.5rem;
    }

    .HomeAbout.md31489 .AboutData .DataList {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .HomeAbout.md31489 .AboutData .DataLine {
        display: none;
    }

    .HomeAbout.md31489 .AboutData .DataItem {
        width: 50%;
        padding: 0.2rem 0;
    }

    .HomeAbout.md31489 .AboutData .DataItem .ItemNum {
        text-align: center;
    }

    .HomeAbout.md31489 .AboutData .DataItem:first-child .ItemNum,
    .HomeAbout.md31489 .AboutData .DataItem:last-child .ItemNum {
        text-align: center;
    }
}

.HomeService.md31490 {
    width: 100%;
    overflow: hidden;
}

.HomeService.md31490 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

@media (max-width: 1200px) {
    .HomeService.md31490 .layout {
        width: 100%;
        padding: 0 10px;
        max-width: 100%;
    }
}

.HomeService.md31490 .ServiceMain {
    width: 100%;
    position: relative;
    z-index: 5;
}

.HomeService.md31490 .ServiceSwiper {
    width: 100%;
    position: relative;
    z-index: 5;
}

.HomeService.md31490 .ServiceSwiper .swiper-slide {
    width: 100%;
    position: relative;
    z-index: 5;
}

.HomeService.md31490 .ServiceSwiper .SlideMedia {
    width: 100%;
    position: relative;
    z-index: 1;
}

.HomeService.md31490 .ServiceSwiper .SlideMedia::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 52.5%;
}

.HomeService.md31490 .ServiceSwiper .SlideMedia .SlideBg,
.HomeService.md31490 .ServiceSwiper .SlideMedia .SlideMask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.HomeService.md31490 .ServiceSwiper .SlideMedia .SlideBg img,
.HomeService.md31490 .ServiceSwiper .SlideMedia .SlideMask img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.HomeService.md31490 .ServiceSwiper .SlideMedia .SlideMask {
    z-index: 6;
}

.HomeService.md31490 .ServiceSwiper .SlideBoard {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 7;
    padding: 1rem 0 1.1rem;
}

.HomeService.md31490 .ServiceSwiper .SlideContent {
    width: 52%;
    position: relative;
    z-index: 5;
}

.HomeService.md31490 .ServiceSwiper .SlideContent .Title {
    width: 100%;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}

.HomeService.md31490 .ServiceSwiper .SlideContent .Subtitle {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    margin-top: 0.08rem;
}

.HomeService.md31490 .ServiceSwiper .SlideContent .Name {
    width: 100%;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 0.65rem;
}

.HomeService.md31490 .ServiceSwiper .SlideContent .Remark {
    width: 100%;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-top: 0.31rem;
}

.HomeService.md31490 .ServiceSwiper .SlideContent .SlideControls {
    width: 100%;
    margin-top: 0.45rem;
}

.HomeService.md31490 .ServiceSwiper .SlideContent .SlideArrows {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.HomeService.md31490 .ServiceSwiper .SlideContent .SlideArrows .Arrow .Icon {
    color: #fff;
}

.HomeService.md31490 .ServiceSwiper .SlideContent .SlideArrows .Arrow.Next {
    margin-left: 0.14rem;
}

.HomeService.md31490 .ServiceSwiper .SlideContent .SlideButtons {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.78rem;
}

.HomeService.md31490 .ServiceNav {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1rem;
    z-index: 8;
}

.HomeService.md31490 .ServiceNav .NavList {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.HomeService.md31490 .ServiceNav .NavItem {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1.4rem;
    background: #fff;
    border-radius: 0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 0.1rem;
    padding: 0.12rem;
}

.HomeService.md31490 .ServiceNav .NavItem:last-child {
    margin-right: 0;
}

.HomeService.md31490 .ServiceNav .NavItem .ItemIcon {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%;
    border: 0.01rem solid transparent;
}

.HomeService.md31490 .ServiceNav .NavItem .ItemIcon .Icon {
    width: 0.36rem;
    height: 0.36rem;
    min-width: 27px;
    min-height: 27px;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.HomeService.md31490 .ServiceNav .NavItem .ItemIcon .Icon .I {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.HomeService.md31490 .ServiceNav .NavItem .ItemIcon .Icon .I img {
    display: none;
}

.HomeService.md31490 .ServiceNav .NavItem .ItemIcon .Icon .I.hover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    opacity: 0;
}

.HomeService.md31490 .ServiceNav .NavItem .ItemText {
    width: 100%;
    color: var(--theme);
    text-align: center;
    margin-top: 0.2rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.HomeService.md31490 .ServiceNav .NavItem:hover,
.HomeService.md31490 .ServiceNav .NavItem.Active {
    height: 2rem;
    background: var(--active);
}

.HomeService.md31490 .ServiceNav .NavItem:hover .ItemText,
.HomeService.md31490 .ServiceNav .NavItem.Active .ItemText {
    color: #fff;
}

.HomeService.md31490 .ServiceNav .NavItem:hover .ItemIcon,
.HomeService.md31490 .ServiceNav .NavItem.Active .ItemIcon {
    padding: 0.22rem;
    border-color: #fff;
}

.HomeService.md31490 .ServiceNav .NavItem:hover .ItemIcon .Icon .I.default,
.HomeService.md31490 .ServiceNav .NavItem.Active .ItemIcon .Icon .I.default {
    opacity: 0;
}

.HomeService.md31490 .ServiceNav .NavItem:hover .ItemIcon .Icon .I.hover,
.HomeService.md31490 .ServiceNav .NavItem.Active .ItemIcon .Icon .I.hover {
    opacity: 1;
}

@media (max-width: 1200px) {
    .HomeService.md31490 .ServiceSwiper .SlideContent {
        padding: 0 10px;
    }
}

@media (max-width: 900px) {
    .HomeService.md31490 .ServiceSwiper .SlideBoard {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0.5rem 0;
    }

    .HomeService.md31490 .ServiceSwiper .SlideContent {
        width: 100%;
        padding-bottom: 0;
    }

    .HomeService.md31490 .ServiceNav {
        padding: 10px 0;
        bottom: 0;
        left: 0;
    }

    .HomeService.md31490 .ServiceNav .NavItem {
        height: auto;
    }

    .HomeService.md31490 .ServiceNav .NavItem:hover,
    .HomeService.md31490 .ServiceNav .NavItem.Active {
        height: auto;
    }

    .HomeService.md31490 .ServiceNav .NavItem:hover .ItemIcon,
    .HomeService.md31490 .ServiceNav .NavItem.Active .ItemIcon {
        padding: 0;
        border-color: transparent;
    }

    .HomeService.md31490 .ServiceNav .NavItem .ItemText {
        display: none;
    }
}

@media (max-width: 750px) {
    .HomeService.md31490 .ServiceSwiper .SlideMedia::after {
        width: 100%;
        height: 394px;
        padding-top: 0;
    }
}

@media (max-width: 500px) {
    .HomeService.md31490 .ServiceSwiper .SlideMedia::after {
        height: 500px;
    }
}

.HomeService.md31490 .ServiceSwiper .SlideMedia .SlideMask{
    opacity: 0.5;
}

.HomeNews.md31491 {
    width: 100%;
    overflow: hidden;
    padding: 0.92rem 0 1.1rem;
}

.HomeNews.md31491 .NewsTop {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

@media (max-width: 1200px) {
    .HomeNews.md31491 .NewsTop {
        width: 100%;
        padding: 0 10px;
        max-width: 100%;
    }
}

.HomeNews.md31491 .NewsTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.HomeNews.md31491 .NewsTitle {
    width: auto;
}

.HomeNews.md31491 .NewsTitle .Title {
    width: 100%;
    color: var(--active);
    font-weight: 700;
    line-height: 1.2;
}

.HomeNews.md31491 .NewsTitle .Subtitle {
    width: 100%;
    color: var(--theme);
    line-height: 1.5;
    margin-top: 0.1rem;
}

.HomeNews.md31491 .NewsMore {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.HomeNews.md31491 .NewsMore .Button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.165rem 0.315rem;
    border-radius: 0.3rem;
    background: var(--active);
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1920px) {
    .HomeNews.md31491 .NewsMore .Button {
        border-radius: 30px;
    }
}

.HomeNews.md31491 .NewsMore .Button .ButtonText {
    color: #fff;
    white-space: nowrap;
    margin-right: 0.45rem;
}

.HomeNews.md31491 .NewsMore .Button .ButtonIcon .Icon {
    width: 0.12rem;
    height: 0.12rem;
    min-width: 9px;
    min-height: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.HomeNews.md31491 .NewsMore .Button:hover {
    opacity: 0.85;
}

.HomeNews.md31491 .NewsMain {
    width: 100%;
    margin-top: 0.53rem;
    position: relative;
    padding-left: calc((100% - min(16rem, 92%)) / 2);
}

@media (max-width: 1200px) {
    .HomeNews.md31491 .NewsMain {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.HomeNews.md31491 .NewsSwiper {
    width: 100%;
    position: relative;
    z-index: 5;
}

.HomeNews.md31491 .NewsSwiper .swiper-slide {
    height: auto;
    display: block;
    background: #fff;
    border-radius: 0.12rem;
    overflow: hidden;
    -webkit-box-shadow: 0 0.06rem 0.2rem rgba(34, 34, 34, 0.08);
    box-shadow: 0 0.06rem 0.2rem rgba(34, 34, 34, 0.08);
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 5;
}

.HomeNews.md31491 .NewsSwiper .swiper-slide::after {
    content: "";
    width: 0;
    height: 0.04rem;
    background: var(--active);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    -webkit-transition: width 1s;
    transition: width 1s;
}

.HomeNews.md31491 .NewsSwiper .swiper-slide:hover {
    -webkit-box-shadow: 0 0.1rem 0.3rem rgba(34, 34, 34, 0.12);
    box-shadow: 0 0.1rem 0.3rem rgba(34, 34, 34, 0.12);
}

.HomeNews.md31491 .NewsSwiper .swiper-slide:hover .CardImg img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.HomeNews.md31491 .NewsSwiper .swiper-slide:hover::after {
    width: 100%;
}

.HomeNews.md31491 .NewsSwiper .swiper-slide:hover .CardTitle {
    color: var(--active);
}

.HomeNews.md31491 .NewsSwiper .swiper-slide .CardImg {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}

.HomeNews.md31491 .NewsSwiper .swiper-slide .CardImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.HomeNews.md31491 .NewsSwiper .swiper-slide .CardBody {
    width: 100%;
    padding: 0.4rem;
}

.HomeNews.md31491 .NewsSwiper .swiper-slide .CardDate {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
}

.HomeNews.md31491 .NewsSwiper .swiper-slide .CardDate .DateIcon {
    width: 0.18rem;
    height: 0.18rem;
    min-width: 13.5px;
    min-height: 13.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--active);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.08rem;
}

.HomeNews.md31491 .NewsSwiper .swiper-slide .CardDate .DateText {
    width: auto;
    line-height: 1.2;
}

.HomeNews.md31491 .NewsSwiper .swiper-slide .CardTitle {
    width: 100%;
    color: var(--theme);
    line-height: 1.6;
    margin-top: 0.2rem;
    font-weight: 700;
}

.HomeNews.md31491 .NewsSwiper .swiper-slide .CardRemark {
    width: 100%;
    color: #999;
    line-height: 1.8;
    margin-top: 0.2rem;
}

.HomeNews.md31491 .NewsArrows {
    display: none;
}

@media (max-width: 1200px) {
    .HomeNews.md31491 .NewsMain {
        padding: 0 10px;
    }
}

@media (max-width: 900px) {
    .HomeNews.md31491 {
        padding: 0.6rem 0 0.8rem;
    }

    .HomeNews.md31491 .NewsTop {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .HomeNews.md31491 .NewsSwiper .swiper-slide {
        width: 3.2rem;
    }

    .HomeNews.md31491 .NewsArrows {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10;
        pointer-events: none;
    }

    .HomeNews.md31491 .NewsArrows .Arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: auto;
        background: #f6f6f6;
        color: var(--active);
        border-color: #f6f6f6;
    }

    .HomeNews.md31491 .NewsArrows .Arrow.Prev {
        left: 10px;
    }

    .HomeNews.md31491 .NewsArrows .Arrow.Next {
        right: 10px;
    }

    .HomeNews.md31491 .NewsArrows .Arrow:hover {
        background: var(--active);
        border-color: var(--active);
    }

    .HomeNews.md31491 .NewsArrows .Arrow:hover .Icon {
        color: #fff;
    }
}

@media (max-width: 500px) {
    .HomeNews.md31491 .NewsTop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .HomeNews.md31491 .NewsMore {
        margin-top: 15px;
    }
}
