/*
    Theme name: spider样式功能继承hello
    Template: hello-elementor
    Text Domain: spider
*/
dd,
dl,
dt,
li,
ol,
ul {
    padding-inline-start: 0;
}

li,
ul,
ol {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.elementor-397.elementor-location-header {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.elementor-element .home-slides .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 40px;
}

.df-header .icon-dfkfrx:before {
    color: #FFF;
}

.footer-tel .icon-dfphone:before,
.footer-tel .icon-dfaddr:before {
    color: #FFF;
}

.home-slides .elementor-slides-wrapper .swiper-pagination span.swiper-pagination-bullet {
    width: 68px;
    border-radius: 8px;
}

.home-slides .elementor-swiper-button:hover path {
    fill: #fff;
}

.home-slides .elementor-button.elementor-size-md {
    position: relative;
    padding: 10px 66px 10px 30px;
}

.home-slides .elementor-button:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/01/icon-b.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 36px;
    height: 36px;
    right: 10px;
    position: absolute;
    transition: all 0.3s ease;
}

.home-slides .elementor-button:hover:after {
    background-image: url(/wp-content/uploads/2026/01/icon-a.svg);
}

.df-buton-bg .icon-dfdetail:before {
    color: #e11616;
    font-size: 36px;
}

.df-buton-bg a:hover .icon-dfdetail:before {
    color: #FFF;
}

.df-arrow-color {
    background-color: #000;
    border-radius: 50%;
    height: 39px;
}

.df-arrow-color .icon-dfdetail:before {
    color: #fff;
}

.home-ss:hover .df-arrow-color .icon-dfdetail {
    background-color: #FFF !important;
    border-radius: 50%;
    border: 1px solid var(--e-global-color-primary);
}

.home-ss:hover .df-arrow-color .icon-dfdetail:before {
    color: var(--e-global-color-primary);
}

.case-contet:hover {
    background-color: #000000 !important;
}

.case-contet:hover .elementor-heading-title {
    color: #fff !important;
}

.case-detail .elementor-widget-icon-box .elementor-icon-box-description {
    margin-top: 16px;
}

.about-team-item:hover {
    border: 1px solid rgba(255, 255, 255, 1) !important;
}

.about-team-item .team-item-info {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-team-item:hover .team-item-info {
    opacity: 1;
}

/*资源中心-star*/
.zyzx-menu ul li a {
    background-color: var(--e-global-color-text);
    border-radius: 31px;
}

.zyzx-menu ul li a.elementor-item-active,
.zyzx-menu ul li a:hover {
    background-color: var(--e-global-color-primary);
}

.information-list-shortcode ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 35px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.information-list-shortcode li {
    overflow: hidden;
    padding: 20px 20px 30px 20px;
    border: 1px solid var(--e-global-color-text);
    border-radius: 16px;
    background: #FFFFFF;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.information-list-shortcode a {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
}

.df-title-time {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.df-title-time span {
    display: block;
}

.df-title-time span.df-title {
    color: #0f0f0f;
    font-size: 18px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.df-title-time span.df-time {
    margin-top: 26px;
    color: #565656;
    font-size: 14px;
    line-height: 24px;
}

.df-time i {
    margin-right: 8px;
}

.df-yl {
    flex-shrink: 0;
    margin-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: -webkit-fill-available;
}

.df-yl span {
    padding: 8px 16px;
    border: 1px solid var(--e-global-color-text);
    border-radius: 16px;
    font-size: 14px;
    line-height: 16px;
    color: var(--e-global-color-text);
    background-color: #FFFFFF;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;

}

.df-yl span i {
    margin-right: 8.8px;
}

.information-list-shortcode li:hover {
    border: 1px solid var(--e-global-color-primary);
    background: linear-gradient(to bottom, #FFF0F0 0%, #FFFFFF 100%);
}

.information-list-shortcode li:hover .df-yl span {
    border: 1px solid var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
    color: #fff;
}

.emtpy-list {
    text-align: center;
}

.videomation-list-shortcode li {
    overflow: hidden;
    padding: 20px 20px 30px 20px;
    border: 1px solid var(--e-global-color-text);
    border-radius: 16px;
    background: #FFFFFF;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.videomation-list-shortcode ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.df-video-img img {
    width: 100%;
    height: auto;
}

.df-videotime span {
    display: block;
    margin-top: 30px;
    color: #565656;
    font-size: 14px;
    line-height: 24px;
}

.df-video-title-see {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.df-video-title {
    line-height: 32px;
    height: 64px;
    font-size: 20px;
    color: var(--e-global-color-text);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    width: calc(100% - 64px);
}

.df-video-see {
    margin-left: 6.3%;
    background-color: #F5F5F5;
    border-radius: 8px;
    padding: 8px 0px 10px 0px;
    text-align: center;
    width: 64px;
}

.df-video-see span {
    color: #565656;
    display: block;
}

.videomation-list-shortcode li:hover {
    border: 1px solid var(--e-global-color-primary);
}

.videomation-list-shortcode li:hover .df-video-title {
    color: var(--e-global-color-primary);
}

.video-go .icon-dffh:before {
    color: var(--e-global-color-primary);
    transition: color 0.3s ease;
}

.video-go .elementor-button:hover .icon-dffh:before {
    color: #fff;
}

/*资源中心-end*/
/*case star*/
@media screen and (min-width: 3000px) {
    .elementor-element.case-info-cb .elementor-widget-heading span.elementor-heading-title {
        font-size: 30px;
    }

    .elementor-element.case-info-cb .elementor-widget.elementor-widget-text-editor {
        margin-top: 35px;
        font-size: 22px;
        line-height: 40px;
    }
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
    .information-list-shortcode ul, .videomation-list-shortcode ul {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 1080px) {
    .information-list-shortcode ul, .videomation-list-shortcode ul {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 767px) {
    .zyzx-menu nav ul {
        gap: 10px;
    }
    .zyzx-menu nav ul li {
        width: calc(50% - 10px);
    }
    .zyzx-menu nav ul li a {
        justify-content: center;
    }
}
/*case end*/
/*page star*/
.pagination-wrapper a,
.pagination-wrapper span {
    color: #3E3E3E;
}

.elementor-pagination a,
.elementor-pagination span {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    background-color: #F3F3F3;
    line-height: 42px;
}

.pagination-wrapper a:hover,
.pagination-wrapper .current {
    color: #fff;
}

.elementor-pagination a:hover {
    background: #DA251D;
    transition: background 0.3s ease;
}

.elementor-pagination span.page-numbers.prev,
.elementor-pagination span.page-numbers.next {
    font-size: 14px;
    background: #DA251D;
    color: #fff !important;
}

.elementor-pagination .page-numbers.current {
    background: #DA251D;
}

/*page end*/