/* 科技创新板块 */
.kjcx_content {
    background: url(../picture/qtcrfwzwbg.png);
}

.kjcx_detail {
    padding: 0.5rem 0 0;
}

.kjcx-hxyw {
    margin-bottom: 0.5rem;
}

.kjcx-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kjcx-title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #333;
}

.kjcx-more a {
    font-size: 0.2rem;
    color: #666;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
    padding: 0.1rem 0.3rem;
    border-radius: 0.05rem;
}

.kjcx-more a:hover {
    color: #2F6FB3;
    background-color: rgba(47, 111, 179, 0.1);
}

.kjcx-module {
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
}

.kjcx-item {
    width: 3.15rem;
    height: 6rem;
    position: relative;
    border-radius: 0.16rem;
    transition: all 1s;
    overflow: hidden;
}

.kjcx-item-active {
    width: 6.1rem;
}

.kjcx-item-img {
    border-radius: 0.16rem;
}

.kjcx-item-img img {
    width: auto;
    height: 6rem;
    object-fit: cover;
    border-radius: 0.16rem;
}

.kjcx-item-con {
    position: absolute;
    bottom: 0;
    padding: 0.5rem 0.4rem;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    width: 100%;
    border-radius: 0.16rem;
}

.kjcx-item-title {
    font-size: 0.24rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    transition: all 0.5s;
}

.kjcx-item-active .kjcx-item-title {
    text-align: left;
}

.kjcx-item-more {
    transition: all 0.5s;
    opacity: 0;
    height: 0;
    margin-top: 0;
}

.kjcx-item:hover .kjcx-item-more {
    opacity: 1;
    height: auto;
    margin-top: 0.2rem;
}

.kjcx-more-btn {
    width: 1.22rem;
    height: 0.5rem;
    background: #D51848;
    border-radius: 0.5rem;
    padding: 0 0.25rem;
    display: flex;
    align-items: center;
    margin-top: 0.46rem;
}

.kjcx-item-active .kjcx-item-more {
    opacity: 1;
    margin-top: 0.38rem !important;
    height: 0.5rem;
}

.kjcx-more-btn {
    color: #fff;
    font-size: 0.15rem;
}

.kjcx-more-btn span {
    width: 0.06rem;
    height: 0.06rem;
    background: #fff;
    display: inline-block;
    margin-left: 0.04rem;
    border-radius: 50%;
}

.kjcx-more-btn:hover span:nth-child(2) {
    animation: detailSpan 0.5s linear infinite;
    animation-iteration-count: 1;
}

.kjcx-more-btn:hover span:nth-child(3) {
    animation: detailSpan 1s linear infinite;
    animation-iteration-count: 1;
}

.kjcx-more-btn:hover span:nth-child(4) {
    animation: detailSpan 1.3s linear infinite;
    animation-iteration-count: 1;
}

@keyframes detailSpan {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0);
    }
}

/* 绉戞妧鍒涙柊璧勮川鑽ｈ獕 */
.kjcx-zzry {
    padding: 0.4rem 0;
    background: #ECF1F2;
}

.kjcx-zzry .w1600 {
    position: relative;
}

.kjcx-certificates {
    margin-top: 0.3rem;
    position: relative;
}

.kjcx-certificates .kjcx-zzry-Swiper {
    width: 100%;
    margin: 0 auto;
}

.kjcx-certificates .kjcx-zzry-Swiper .swiper-wrapper {
    height: auto !important;
}

.kjcx-certificates .kjcx-zzry-Swiper .swiper-slide {
    background: #fff;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem;
    box-sizing: border-box;
    overflow: visible;
    border-radius: 0.08rem;
    box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.05);
}

.kjcx-certificates .kjcx-zzry-Swiper .swiper-slide img {
    position: static !important;
    width: auto !important;
    height: 1.8rem !important;
    object-fit: contain !important;
    max-width: 100%;
}

.kjcx-zzry-next,
.kjcx-zzry-prev {
    width: 0.5rem !important;
    height: 0.5rem !important;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}

.kjcx-zzry-next {
    right: -0.7rem;
    background: url('../images/btn_right.png') no-repeat center;
}

.kjcx-zzry-prev {
    left: -0.7rem;
    background: url('../images/btn_left.png') no-repeat center;
}

.kjcx-zzry-next:hover,
.kjcx-zzry-prev:hover {
    opacity: 0.8;
    border-color: #2F6FB3;
}

/* 浜у搧涓績 */
.SecondaryColumn-tab {
    background-color: rgba(246, 246, 246, 1);
    padding: 0.35rem 0;
}

.SecondaryColumn-title h5 {
    color: rgba(213, 26, 73, 1);
    font-size: 0.36rem;
    font-weight: 700;
    font-family: 'Noto Sans SC';
    text-align: center;
}

.cpzx_detail {
    background: #fff;
    padding: 0.22rem 0 0.56rem;
}

.SecondaryColumn-title .text-en {
    color: rgba(110, 110, 110, 1);
    font-size: 0.26rem;
    text-align: center;
    margin-top: 0.05rem;
}

.SecondaryColumn-column ul {
    display: flex;
    background-color: #fff;
    height: 0.8rem;
}

.SecondaryColumn-column ul li {
    width: 25%;
    height: 100%;
    background: rgba(245, 237, 239, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.SecondaryColumn-column ul li a {
    font-size: 0.18rem;
    color: rgba(51, 51, 51, 1);
}

.SecondaryColumn-column ul li:nth-child(2) {
    margin-right: 0.02rem;
    margin-left: 0.02rem;
}

.SecondaryColumn-column ul li:nth-child(3) {
    margin-right: 0.02rem;
}

.SecondaryColumn-column ul li.active {
    background-color: rgba(213, 26, 73, 1);
}

.SecondaryColumn-column ul li.active a {
    font-weight: 700;
    color: #fff;
}

/* 第一个li的左上右下圆角 */
.SecondaryColumn-column ul li:first-child {
    border-radius: 0.04rem 0 0 0.04rem;
}

.SecondaryColumn-column ul li:last-child {
    border-radius: 0 0.04rem 0.04rem 0;
}

.SecondaryColumn-column {
    margin-top: 0.22rem;
}

.Product-Introduction .pi-title,
.Product-system .ps-title {
    font-size: 0.22rem;
    color: rgba(51, 51, 51, 1);
    font-family: 'Noto Sans SC';
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.Product-Introduction {
    padding: 0.22rem 0.22rem 0.56rem;
    margin-bottom: 0.2rem;
}

.Product-system {
    padding: 0.22rem 0.22rem 0.56rem;
}

.Product-system .ps-ul {
    display: flex;
}

.Product-system .ps-ul-type2,
.Product-system .ps-ul-type3 {
    flex-wrap: wrap;
    justify-content: space-between;
}

.Product-system .ps-ul-type4 {
    justify-content: space-between;
}

.ps-ul .item-type1 {
    width: 33%;
}

.ps-ul .item-type2,
.ps-ul .item-type3,
.ps-ul .item-type4 {
    width: calc(50% - 0.1rem);
    margin-bottom: 0.2rem;
}

.ps-ul .item-type1:nth-child(2) {
    margin: 0 0.14rem;
}

.ps-item {
    padding: 0.4rem;
    background-image: url(../images/cp_item_bg.png);
    background-size: 100% 100%;
    transition: all 0.4s;
    min-height: 2.5rem;
}

.ps-item:hover {
    transform: scale(1.04);
    box-shadow: 0.04rem 0.03rem 0.14rem 0.03rem rgba(0, 0, 0, 0.1);
    border-radius: 4%;
}

.ps-item .item-title {
    color: rgba(64, 129, 229, 1);
    font-size: 0.26rem;
    font-family: 'Noto Sans SC';
    margin-bottom: 0.2rem;
    font-weight: 700;
}

.item-type3 .item-title,
.item-type4 .item-title {
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
}

.ps-item .item-sub {
    font-size: 0.18rem;
    color: rgba(68, 68, 68, 1);
    font-family: 'Noto Sans SC';
    line-height: 0.23rem;
}

/* 响应 */
@media (max-width: 1024px) {

    /* 响应 */
    .kjcx_detail {
        padding: 16px 0 0;
    }

    .kjcx-hxyw {
        margin-bottom: 16px;
    }

    .kjcx-top {
        align-items: flex-start;
        gap: 8px;
    }

    .kjcx-title {
        font-size: 24px;
    }

    .kjcx-more a {
        font-size: 18px;
    }

    .kjcx-module {
        flex-direction: column;
        gap: 11px;
    }

    .kjcx-item {
        width: 100%;
        height: 350px;
    }

    .kjcx-item-active {
        width: 100%;
    }

    .kjcx-item-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .kjcx-item-con {
        padding: 16px 11px;
    }

    .kjcx-item-title {
        font-size: 24px;
    }

    .kjcx-item-active .kjcx-item-title {
        text-align: center;
    }

    .kjcx-more-btn {
        margin-top: 20px;
    }

    .kjcx-zzry {
        padding: 16px 0;
    }

    .kjcx-certificates {
        margin-top: 11px;
    }

    .kjcx-certificates .kjcx-zzry-Swiper {
        width: 100%;
    }

    .kjcx-certificates .kjcx-zzry-Swiper .swiper-slide {
        padding: 11px;
    }


    .kjcx-zzry-next,
    .kjcx-zzry-prev {
        width: 21px !important;
        height: 21px !important;
    }

    /* 响应 */
    .SecondaryColumn-tab {
        padding: 13px 0;
    }

    .SecondaryColumn-title h5 {
        font-size: 26px;
    }

    .SecondaryColumn-title .text-en {
        font-size: 20px;
    }

    .SecondaryColumn-column ul {
        height: auto;
        flex-wrap: wrap;
    }

    .SecondaryColumn-column ul li {
        width: 100%;
        height: auto;
padding: 15px;
    }

    .SecondaryColumn-column ul li:nth-child(2) {
        margin-right: 0;
        margin-left: 0;
    }

    .SecondaryColumn-column ul li:nth-child(3) {
        margin-right: 0;
    }

    .SecondaryColumn-column ul li:first-child {
        border-radius: 2px 0 0 0;
    }

    .SecondaryColumn-column ul li:nth-child(2) {
        border-radius: 0 2px 0 0;
    }

    .SecondaryColumn-column ul li:nth-child(3) {
        border-radius: 0 0 0 2px;
    }

    .SecondaryColumn-column ul li:last-child {
        border-radius: 0 0 2px 0;
    }

    .SecondaryColumn-column ul li a {
        font-size: 26px;
    }

    .cpzx_detail {
        padding: 8px 0 21px;
    }

    .Product-Introduction {
        padding: 8px 8px 21px;
        margin-bottom: 8px;
    }

    .Product-system {
        padding: 8px 8px 21px;
    }

    .Product-Introduction .pi-title,
    .Product-system .ps-title {
        font-size: 34px;
        margin-bottom: 8px;
    }

    .ps-ul .item-type1 {
        width: 100%;
    }

    .ps-ul .item-type1:nth-child(2) {
        margin: 8px 0;
    }

    .ps-ul .item-type2,
    .ps-ul .item-type3,
    .ps-ul .item-type4 {
        width: 100%;
    }

    .ps-item {
        padding: 13px;
        min-height: 96px;
    }

    .ps-item .item-title {
        font-size: 26px;
        margin-bottom: 8px;
    font-weight: bold;
    }

    .ps-item .item-sub {
        font-size: 22px;
        line-height: 1.4;
    }

    .Product-system .ps-ul {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .kjcx_content {
        background-size: cover;
        background-position: center;
    }

    .kjcx-item {
        height: 307px;
    }

    .kjcx-item-title {
        font-size: 18px;
    }

    .kjcx-more-btn {
        width: 82px;
        height: 36px;
        font-size: 12px;
    }

    .kjcx-certificates .kjcx-zzry-Swiper .swiper-slide img {
        height: 180px !important;
    }

  .SecondaryColumn-column ul li {
        width: 100%;
        height: auto;
padding: 15px;
    }

    .SecondaryColumn-column ul li a {
        font-size: 16px;
    }

    .ps-item {
        padding: 20px;
        min-height: 154px;
    }

    .ps-item .item-title {
        font-size: 18px;
font-weight: bold;
    }

    .ps-item .item-sub {
        font-size: 16px;
    }

    .Product-system .ps-ul {
        flex-wrap: wrap;
    }
}