
.banner-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 0.4rem));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 0.03rem));
    display: inline-block;
    background-color: #fff;
    opacity: .4;
    transition: opacity 3s;

}

.Threeline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.banner-bullet-active {
    opacity: 1;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 1rem));
}

.BannerSw .swiper-slide {
    position: relative;
}

.BannerSw .swiper-slide .bannerCont {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.BannerSw .swiper-slide .bannerCont .bannerTit {
    font-size: var(--indexBannerTit);
    color: #fff;
    font-weight: lighter;
}

.BannerSw .swiper-slide .bannerCont .bannerTxt {
    margin-top: .4rem;
    font-size: var(--indexBannerTxt);
    line-height: 2;
    color: #f4f4f4;
    opacity: 0.8;
    font-weight: lighter;
}


.BannerSw .swiper-slide .bannerCont > .bannerTit,
.BannerSw .swiper-slide .bannerCont > .bannerTxt {
    opacity: 0;
    transform: translateY(.5rem);
    transition: all .8s;
}

.BannerSw .swiper-slide-active .bannerCont > .bannerTit,
.BannerSw .swiper-slide-active .bannerCont > .bannerTxt {
    transform: none;
    opacity: 1;
}

.BannerSw .swiper-slide-active .bannerCont > .bannerTit {
    transition-delay: 0.3s;
}

.BannerSw .swiper-slide-active .bannerCont > .bannerTxt {
    transition-delay: 0.5s;
}

.BannerSw .swiper-slide {
    height: calc(100vw / 2);
}

/* 图片偶数变大奇数变小 */
.BannerSw .swiper-slide img {
    height: 100%;
    object-fit: cover;
}

.BannerSw .swiper-slide img.poster {
    display: none;
}

.BannerSw .swiper-slide:nth-child(odd) img {
    transform: scale(1);
}

.BannerSw .swiper-slide:nth-child(even).swiper-slide-active img {
    transform: scale(1);
}

.BannerSw .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mod_product {
    padding: 1rem 0 1.2rem;
}

.mod_product .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: .2rem;
    margin-top: .5rem;
}

.mod_product .grid .item {
    height: 5.8rem;
}

.mod_product .grid .item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transform: scale(0.8);
}

@keyframes smallToBig {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1);
    }
}

.productScale {
    animation: smallToBig;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}


.mod_product .grid .item .content {
    position: absolute;
    max-width: 2.7rem;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 75%;
}

.mod_product .grid .item .content .tit {
    font-size: .3rem;
    color: #fff;
}

.mod_product .grid .item .content .txt {
    font-size: .18rem;
    color: #fff;
    opacity: 0.7;
    margin-top: .1rem;
    line-height: .3rem;
}

/* 鼠标经过图片变大 文字上浮 */
.mod_product .grid .item a > img {
    transition: all 0.5s;
}

.mod_product .grid .item a:hover img {
    transform: scale(1.1);
}

.mod_product .grid .item a .content {
    transition: top 0.5s;
}

.mod_product .grid .item a:hover .content {
    top: 70%;
}

.mod_ai {
    padding: 1rem 0 1rem;
    background: url(../img/inedx/mod_ai_bg.png) no-repeat center top;
    background-size: 100% 100%;
}

.mod_ai .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem;
}

.mod_ai .tabs a,
.mod_ai .tabs span {
    padding: 0 .4rem;
    cursor: pointer;
}

.mod_ai .tabs .active {
    color: #B81C22;
    font-weight: bold;
}

.mod_ai .tabs span:not(:last-child),
.mod_ai .tabs a:not(:last-child) {
    border-right: 1px solid #ccc;
}

.mod_ai .swiper-hidden {
    overflow: hidden;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.mod_ai .swiper {
    margin-top: .37rem;
    overflow: visible;
    padding-bottom: 1.1rem;

}

.mod_ai .swiper .swiper-slide {
    height: 4.2rem;
    background-color: #fff;
}

.mod_ai .swiper .swiper-slide .pic {
    width: 100%;
    height: 2rem;
    overflow: hidden;
}

.mod_ai .swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 1s;
}

.mod_ai .swiper .swiper-slide:hover .pic img {
    transform: scale(1.1);
}

.mod_ai .swiper .swiper-slide .content {
    padding: .3rem .4rem;
    height: 2.2rem;
    display: flex;
}

.mod_ai .swiper .swiper-slide .content .innerIcon {
    width: .73rem;
    height: .73rem;
}

.mod_ai .swiper .swiper-slide .content .innerIntr {
    padding-left: .2rem;
    width: calc(100% - 0.73rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mod_ai .swiper .swiper-slide .content .innerIntr .txte {
    line-height: 1.8;
    margin-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: calc(3 * 1.8 * var(--comTextCont));
}

.mod_ai .swiper .swiper-slide .content .innerIntr .more a {
    display: flex;
    align-items: center;
    width: fit-content;
}

.mod_ai .swiper .swiper-slide .content .innerIntr .more a img {
    display: inline-block;
    height: auto;
    margin-left: 10px;
}


.mod_ai .swiper .ai-swiper-button-prev,
.mod_ai .swiper .ai-swiper-button-next {
    position: absolute;
    bottom: 0.1rem;
    top: auto;
    width: .69rem;
    height: .69rem;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
    background: #FFFFFF;
    border-radius: 50%;
}

.mod_ai .swiper .ai-swiper-button-prev:after,
.mod_ai .swiper .ai-swiper-button-next:after {
    content: none;
}

.mod_ai .swiper .ai-swiper-button-prev {
    left: 44%;
}

.mod_ai .swiper .ai-swiper-button-next {
    right: 44%;
}

.mod_ai .swiper .ai-swiper-button-prev img,
.mod_ai .swiper .ai-swiper-button-next img {
    width: .1rem;
    height: .18rem;
}

.mod_case {
    padding: 1rem 0 0.6rem 0;
    position: relative;
    position: relative;
    overflow: hidden;
}

.mod_case .bg {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 50%;
    width: 100%;
}

.mod_case .bg img {
    height: 100%;
    object-fit: cover;
}

.mod_case .waves {
    width: 100%;
}

.mod_case .w1280 {
    margin-top: .5rem;
}

.mod_case .swiperCont .swiper-slide {
    display: flex;
    justify-content: space-between;
}

/* 案例切换效果 */
.mod_case .swiperCont .swiper-slide .innerPic {
    width: 60%;
    overflow: hidden;
    position: relative;

}

.mod_case .swiperCont .swiper-slide .innerPic img {
    position: relative;
}

.mod_case .swiperCont .swiper-slide-next .innerPic img {
    left: -100%;
}


.mod_case .swiperCont .innerPic img {
    left: 0;
    transition: left 1s;
    height: 4.4rem;
    object-fit: cover;
}


.mod_case .swiperCont .swiper-slide .innerPic::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    transition: all 1s;
    background: rgba(0, 0, 0, 0);
}

.mod_case .swiperCont .swiper-slide-prev .innerPic::after {
    background: rgba(0, 0, 0, 0.2);
}

.mod_case .swiperCont .swiper-slide .innerCont {
    width: 35%;
    padding-top: .4rem;
    opacity: 0;
    transition: opacity .5s;
}

.mod_case .swiperCont .swiper-slide-active .innerCont {
    opacity: 1;
}

.mod_case .swiperCont .swiper-slide .innerCont .txt {
    margin-top: .1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.mod_case .swiperCont .swiper-slide .innerCont .more a {
    margin-top: .5rem;
}

.mod_case div:first-child {
    position: relative;
}

.mod_case .mod_case_more {
    float: right;
    font-size: var(--comMore) !important;
    color: #333;
    width: 130px;
    height: 46px;
    line-height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

.mod_case .mod_case_more img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 15px;
    margin-left: 10px;
}

.mod_case .swiperCont {
    padding-bottom: 2rem;
    position: relative;
}

.mod_case .swiperTabs .swiper-slide img {
    width: 100%;
    height: 0.87rem;
    object-fit: cover;
}

@keyframes slideDown {
    from {
        position: relative;
        bottom: 4.32rem;
    }

    to {
        position: relative;
        bottom: 0;
    }
}

.slideFadeInDown {
    bottom: 4.32rem;
    animation: slideDown;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}


.mod_case .swiperTabs {
    position: relative;
    top: -2.4rem;
}

.mod_case .swiperTabs .swiper-slide {
    border: 2px solid rgba(0, 0, 0, 0);
    transition: border 1s;
}

.mod_case .swiperTabs .swiper-slide-thumb-active {
    border: 2px solid var(--redcolor);
}

@keyframes slideUp {
    from {
        position: relative;
        top: 100px;

    }

    to {
        position: relative;
        top: 0;
    }
}

.slideFadeInUp {
    top: 100px;
    position: relative;
    animation: slideUp;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}


.mod_case .swiper .case-swiper-button-prev,
.mod_case .swiper .case-swiper-button-next {
    position: absolute;
    bottom: .1rem;
    top: auto;
    width: .69rem;
    height: .69rem;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
    background: #FFFFFF;
    border-radius: 50%;
}

.mod_case .swiper .case-swiper-button-prev:after,
.mod_case .swiper .case-swiper-button-next:after {
    content: none;
}

.mod_case .swiper .case-swiper-button-prev {
    left: 44%;
}

.mod_case .swiper .case-swiper-button-next {
    right: 44%;
}

.mod_case .swiper .case-swiper-button-prev img,
.mod_case .swiper .case-swiper-button-next img {
    width: .1rem;
    height: .18rem;
}

.NewDIv {
    padding-bottom: 1rem;
}

.mod_news .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: .2rem;
    margin-top: .5rem;
    overflow: hidden;
}

.mod_news .grid > div {
    height: 4.5rem;
    background: #f8f8f8;
    overflow: hidden;
    position: relative;
}

.mod_news .grid > div .pic {
    height: 2.3rem;
    overflow: hidden;
}

.mod_news .grid > div .pic img {
    transition: transform 0.5s;
}

.mod_news .grid > div:hover .pic img {
    transform: scale(1.1);
}

.mod_news .grid > div:hover {
    background-color: #f2f2f2;
}

.mod_news .grid > div .content {
    padding: .3rem .4rem;
    height: 2.2rem;
}

.mod_news .grid > div .tit {
    font-size: var(--indexNewsTit);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.mod_news .grid > div .date {
    font-size: var(--indexNewsTime);
    color: #777;
    margin-top: .1rem;
}

.mod_news .grid > div .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mod_news .grid .asideBox {
    background: none;
}


.mod_news .grid .aside {
    padding: .4rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: #F4F4F4;
    height: 4.5rem;
}

/* aside 动画 从左到右 */
@keyframes leftOpacity {
    from {
        position: relative;
        left: -100%;
    }

    to {
        position: relative;
        left: 0px;
    }
}

.comeInLeft {
    animation: leftOpacity;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}

.mod_news .grid .aside > div:not(:last-child) {
    padding-bottom: .3rem;
    margin-bottom: .2rem;
    border-bottom: 1px solid #ccc;
}

/* aside内部新闻动画 从下到上 */

@keyframes bottomOpacity {
    from {
        position: relative;
        top: 100px;
        opacity: 0;
    }

    to {
        position: relative;
        top: 0px;
        opacity: 1;

    }
}

.mod_news .grid .aside > div a:hover .tit,
.mod_news .grid .aside > div a:hover .date {
    color: #c7000b;
}

.comeInBottom {
    position: relative;
    animation: bottomOpacity;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}


.mod_news .moreNews a {
    margin: 0 auto;
    margin-top: .6rem;
}

.indexNew {
    margin-top: calc(0.5rem - 20px);
}

.divNew .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0;
}

.indexNew.elementor-section .elementor-container {
    width: 100%;
    justify-content: space-between;
}

.indexNew.elementor-section .elementor-container .elementor-grid-1 .elementor-grid {
    background: #F4F4F4;
}

.indexNew.elementor-section .elementor-container .elementor-post__text {
    padding: .3rem .4rem;
    height: 2.2rem;
    position: relative;
}

.indexNew.elementor-section .elementor-container .elementor-post__text .elementor-post__read-more {
    display: block;
    position: absolute;
    bottom: .3rem;
    font-size: var(--comMore) !important;
    color: #333;
}

.indexNew.elementor-section .elementor-container .elementor-post__text .elementor-post__read-more::after {
    content: '';
    display: block;
    width: 15px;
    height: 11.5px;
    background-image: url('/wp-content/themes/zk/img/comment/right_arrow_red.png');
    background-size: 100% 100%;
    margin-top: 4px;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -25px;
}

.indexNew.elementor-section .NewImg .elementor-grid:hover {
    background-color: #f2f2f2;
}

.indexNew.elementor-section .NewImg .elementor-grid:hover .elementor-post__thumbnail img {
    transform: scale(1.1);
}

.indexNew.elementor-section .elementor-container .elementor-post__thumbnail {
    padding-bottom: 0 !important;
    height: 2.3rem;
}

.indexNew.elementor-section .elementor-container .elementor-post__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
    transform: scale(1);
    position: static;
}

.indexNew.elementor-section .elementor-container .NewRight .elementor-post__text {
    height: auto;
}

.indexNew.elementor-section .elementor-container .NewRight .elementor-grid {
    height: 4.5rem;
    padding: .4rem .4rem 0 .4rem;
    row-gap: .2rem;
}

.indexNew.elementor-section .elementor-container .NewRight .elementor-grid .elementor-post {
    border-bottom: 1px solid #ccc;
}

.indexNew.elementor-section .elementor-container .NewRight .elementor-grid .elementor-post:last-child {
    border-bottom: none;
}

.indexNew.elementor-section .elementor-container .NewRight .elementor-grid .elementor-post__text {
    padding: 0;
}


.indexNew.elementor-section .elementor-container .NewRight .elementor-grid .elementor-post__text a:hover,
.indexNew.elementor-section .NewImg .elementor-grid:hover .elementor-post__title {
    color: #c7000b;
}

.indexNew.elementor-section .elementor-container .elementor-widget-posts .elementor-post__title,
.indexNew.elementor-section .elementor-container .elementor-widget-posts .elementor-post__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: var(--indexNewsTit);
}

.indexNew.elementor-section .elementor-container .elementor-posts .elementor-post__meta-data {
    margin-top: .1rem;
    font-size: var(--indexNewsTime);
    color: #777;
}

@media screen and (max-width: 1440px) and (min-width: 1024px) {
    .mod_product .grid .item {
        height: 510px;
    }

    .mod_product .grid .item .content {
        top: 70%;
    }

    .mod_product .grid .item a:hover .content {
        top: 60%;
    }

    .mod_news .grid > div .content {
        padding: 20px 25px;
        height: 180px;
    }

    .mod_news .grid .aside {
        padding: 25px;
    }

    .mod_news .grid > div,
    .mod_news .grid .aside {
        height: 410px;
    }

    .mod_news .grid > div .pic img {
        object-fit: cover;
    }

    .mod_ai .swiper .swiper-slide .pic img {
        object-fit: cover;
    }

    .mod_ai .swiper .swiper-slide .content {
        padding: 20px 25px;

    }

    .mod_ai .swiper .swiper-slide .content .innerIcon {
        width: 60px;
        height: 60px;
    }

    .mod_ai .swiper .swiper-slide .pic {
        height: 180px;
    }

    .mod_ai .swiper .swiper-slide {
        height: 400px;
    }
}

@media screen and (max-width: 1366px) and (min-width: 1024px) {
    .mod_product .grid .item {
        height: 480px;
    }

    .mod_ai .swiper .swiper-slide .pic {
        height: 170px;
    }

    .mod_ai .swiper .swiper-slide {
        height: 390px;
    }
}


@media screen and (min-width: 1024px) {
    .BannerSw .swiper-slide {
        height: calc(100vh - 78px);
        max-height: 950px;
        min-height: 600px;
    }
}

@media screen and (max-width: 1024px) {
    :root {
        --indexNewsTit: 18px;
    }

    header .header_container .HeaderLogo div.shares {
        height: auto;
    }

    .mod_product .grid .item .content {
        top: 2.4rem;
    }

    .mod_product .grid .item {
        height: 4rem;
    }

    .mod_ai .swiper .ai-swiper-button-prev {
        left: 40%;
    }

    .mod_ai .swiper .ai-swiper-button-next {
        right: 40%;
    }

    .mod_ai .swiper .swiper-slide .pic {
        height: auto;
    }

    .mod_case .swiper .case-swiper-button-prev {
        left: 40%;
    }

    .mod_case .swiper .case-swiper-button-next {
        right: 40%;
    }

    .mod_news .grid {
        grid-template-columns: 1fr 1fr;
    }

    .mod_news .grid > div .pic {
        height: auto;
    }

    .mod_news .grid > div {
        height: auto;
    }

    .mod_news .grid .aside {
        height: auto;
    }

    .mod_news .grid .asideBox {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .mod_case .swiperCont {
        padding-bottom: 1.5rem;
    }

    .mod_case .swiperTabs {
        top: -1.9rem;
    }

    .BannerSw .swiper-slide .bannerCont .bannerTxt {
        line-height: 1.5;
    }

    .mod_product .grid {
        display: flex;
        overflow: auto;
        gap: 15px;
    }

    .mod_product .grid .item {
        height: 4.5rem;
    }


    .mod_product .grid .item a > img {
        object-fit: cover;
    }

    .mod_product .grid .item .content {
        max-width: 300px;
        top: 3rem;
        width: 90%;
    }


    .mod_product .grid .item > a:hover .content {
        top: 2.8rem;
    }

    .mod_product .grid .item .content .tit {
        font-size: 20px;
    }

    .mod_product .grid .item .content .txt {
        font-size: 16px;
        line-height: 1.4;
    }


    .mod_product .grid .item a:hover img {
        transform: scale(1);
    }


    .mod_ai .swiper .swiper-slide .content {
        flex-direction: column;
    }

    .mod_ai .swiper .swiper-slide .content {
        padding: 10px 20px;
        height: fit-content;
        display: flex;
    }

    .mod_ai .swiper .swiper-slide {
        height: 380px;
    }

    .mod_ai .swiper .swiper-slide .content .innerIcon {
        width: 50px;
        height: 50px;
    }

    .mod_ai .swiper .swiper-slide .content .innerIntr {
        height: 150px;
        width: 100%;
        padding-left: 0;
    }

    .mod_case .swiperCont .swiper-slide {
        flex-direction: column-reverse;
    }

    .mod_case .swiperCont .swiper-slide .innerPic {
        width: 100%;
    }

    .mod_case .swiperCont .swiper-slide .innerCont {
        width: 100%;
    }

    .mod_ai .swiper .swiper-slide .pic {
        height: 150px;
    }

    .mod_ai .swiper .swiper-slide .pic img {
        object-fit: cover;
    }

    .mod_case .swiperCont {
        padding-bottom: 40px;
    }

    .mod_case .swiperTabs {
        top: -80px;
        display: none;
    }

    .mod_news .grid > div .content {
        padding: 10px 15px;
        height: 125px;
    }

    .mod_news .grid .aside {
        padding: 20px;
    }

    .mod_news .grid .aside > div:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .mod_ai .tabs a, .mod_ai .tabs span {
        padding: 0 .3rem;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --indexNewsTit: 16px;
    }

    .indexNew.elementor-section .elementor-widget-container {
        margin: 0;
        padding: 0;
    }

    .indexNew.elementor-section .elementor-column:nth-child(-n + 2) {
        width: calc(50% - .1rem);
    }

    .indexNew.elementor-section .elementor-column:nth-child(3) {
        margin-top: 0.2rem;
    }

    .indexNew.elementor-section .elementor-container .elementor-post__text {
        height: 125px;
    }

    .indexNew.elementor-section .elementor-container .NewRight .elementor-grid .elementor-post__text {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .indexNew.elementor-section .elementor-container .NewRight .elementor-grid .elementor-post:first-child {
        padding-top: 0;
    }

    .indexNew.elementor-section .elementor-container .NewRight .elementor-grid {
        height: auto;
    }

    .BannerSw .swiper-slide img.poster {
        display: block;
    }

    .BannerSw .swiper-slide video {
        display: none;
    }

    .com-more > img,
    .com-more-btn > img {
        width: 12px;
        margin-left: 5px;
    }

    .indexNew.elementor-section .elementor-container .elementor-post__text .elementor-post__read-more::after {
        width: 12px;
        height: 9px;
        right: -18px;
    }

    .mod_ai .swiper .swiper-slide .pic {
        height: 120px;
    }

    .mod_ai .swiper .swiper-slide {
        height: 350px;
    }

    .mod_product .grid .item {
        flex-basis: 300px;
    }

    .mod_product .grid .item img {
        filter: brightness(50%);

    }

    .mod_product .grid .item .content,
    .mod_product .grid .item a:hover .content {
        top: 0;
    }

    .mod_product .grid .item .content {
        width: 250px;
    }

    .mod_product .grid .item .content .tit {
        font-size: 20px;
    }

    .mod_product .grid .item .content .txt {
        font-size: 16px;
    }

    .BannerSw .swiper-slide {
        height: 300px;
    }

    .BannerSw .swiper {
        height: 300px;
    }

    .mod_product .grid {
        grid-template-columns: 1fr;
    }

    .mod_product .grid .item {
        height: 180px;
    }

    .mod_product .grid .item a > img {
        object-fit: cover;
        object-position: 100% 20%;
    }

    .mod_product .grid .item .content {
        top: 0;
        bottom: 0;
        margin: auto;

        display: flex;
        flex-direction: column;
        text-align: left;
        justify-content: center;
        width: 200px;
        max-width: 200px;
    }

    .mod_product .grid .item:nth-child(odd) .content {
        right: auto;
        left: 20px;
    }

    .mod_product .grid .item:nth-child(even) .content {
        right: 20px;
        left: auto;
    }


    .mod_product .grid {
        display: grid;
        grid-template-columns: 1fr;
    }
    .mod_ai .tabs {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .mod_ai .tabs a, .mod_ai .tabs span {
        width: calc(100% / 4);
        padding: 0;
        text-align: center;
        margin-bottom: 10px;
    }

    .mod_ai .tabs span:nth-child(4n) {
        border: none;
    }
}

@media screen and (max-width: 500px) {
    :root {
        --indexNewsTit: 14px;
    }

    .mod_ai .swiper .swiper-slide .pic {
        height: 100px;
    }

    .mod_news .centerTitle {
        margin-bottom: 0;
    }


    .mod_ai .swiper .swiper-slide .content .innerIcon {
        width: 40px;
        height: 40px;
    }

    .mod_ai .tabs span,
    .mod_ai .tabs a {
        padding: 0 10px;
    }

    .mod_ai .swiper .swiper-slide .content .innerIntr {
        height: 115px;
    }

    .mod_ai .swiper .swiper-slide .content .innerIcon {
        width: 30px;
        height: 30px;
    }

    .mod_ai .swiper .swiper-slide .content .innerIntr .txt {
        margin-top: 5px;
    }

    .mod_ai .swiper .swiper-slide {
        height: 245px;
    }

    .mod_ai .swiper .swiper-slide .pic {
        height: 80px;
    }
}