.first-area {
    width: 45%;
}

.first-img {
    width: 40%;
}

.first-img img {
    width: 100%;
    margin-top: 20%;
}

.first-title {
    margin-top: 25%;
    font-size: 40px;
    font-weight: 600;
    color: #0249CB;
}

.first-text {
    line-height: 1.8;
    margin-top: 45px;
    color: black;
    font-size: 18px;
}

.first-btn {
    font-size: 16px;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 7px 15px;
    width: 130px;
    color: white;
    background: #0249CB;
    border-radius: 10px;
    align-items: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.first-btn:hover{
    box-shadow: 1px 1px 5px #0249CB;
    color: #0249CB;
    background: white;
}
.line {
    height: 30px;
    background: black;
    width: 1.5px;
}

.card {
    height: 440px;
    border: 1.5px solid white;
    border-radius: 20px;
    width: 300px;
    background: #ffffff3b;
    box-sizing: border-box;
    padding: 2%;
    transition: all 0.3s ease-in-out;
}

.card:hover {
    border: 1.5px solid #0249CB;
    background: #ffffff;
}

.card:hover img {
    transform: scale(1.03);
}

.card-img {
    text-align: center;
    width: 100%;
}

.card-img img {
    transition: all 0.3s ease-in-out;
    width: 250px;
    height: 165px;
}

.card-title {
    color: black;
    font-weight: 600;
    margin-top: 25px;
    font-size: 22px;
}

.card-text {
    margin-top: 15px;
    font-size: 16px;
    color: black;
    font-weight: 600;
    line-height: 1.6;
}

.card-label {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.lab {
    font-size: 13px;
    box-sizing: border-box;
    padding: 3px 6px;
    background: #f2f2f2;
    width: fit-content;
    border-radius: 5px;
}

.blue {
    color: #0249CB;
}

.green {
    color: rgb(36, 144, 135);
}


.hy-title {
    margin: 80px 0 40px 0;
    color: #0249CB;
    font-size: 24px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.hy-title:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(/template/pc/skin/industrySolution/电子行业2.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.hy-index {
    border-radius: 15px;
    border: 1.5px solid #0249CB;
    display: flex;
    background: linear-gradient(to right, #0249cb3b, white);
}

.hy-index2 {
    border-radius: 15px;
    border: 1.5px solid #0249CB;
    display: flex;
    background: linear-gradient(to right, white, rgb(3 30 60 / 16%));
}

.hy-part1 {
    position: relative;
    padding: 2%;
    width: 70%;
    box-sizing: border-box;
    border-right: 1px solid #0249CB;
}

.hy-index-title {
    font-size: 24px;
    color: black;
    font-weight: 600;
}

.hy-index-text1 {
    color: #828282;
    font-size: 18px;
    margin-top: 15px;
}

.hy-index-text2 {
    margin-top: 35px;
}

.card-text-img {
    font-size: 18px;
    color: black;
    line-height: 1.6;
}

.card-text-img:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/template/pc/skin/industrySolution/gou.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.hy-index-text3 {
    cursor: pointer;
    color: #0249CB;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 5%;
    bottom: 25%;
    padding: 5px 25px;
    border-radius: 5px;
}

.hy-index-text3:hover {
    background-color: #0249CB;
}

.hy-index-text3:hover a {
    color: white;
}

.hy-index-text3 a {
    transition: all 0.3s ease-in-out;
    color: #0249CB;
    font-size: 18px;
}

.hy-part2 {
    box-sizing: border-box;
    padding: 2%;
    width: 30%;
    justify-items: center;
}

.hy-part2-title {
    height: 15%;
    text-align: center;
    font-size: 24px;
    color: #0249CB;
    font-weight: 600;
}

.hy-logo-group {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.hy-logo {
    justify-content: space-between;
    display: flex;
    width: 92%;
    cursor: pointer;
    border-radius: 15px;
    padding: 5px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.hy-logo:hover { 
    background: aliceblue;
}

.hy-logo-img {
    display: flex;
    /* background: white; */
    width: 25%;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.hy-logo-area {
    width: 70%;
}

.hy-logo-title {
    color: black;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.hy-logo-text {
    font-size: 14px;
    color: #828282;
    line-height: 1.6;
}

.hy-logo-img img {
    border-radius: 10px;
    width: 72px;
    height: 72px;
}

/* 底部产品列表 */
.product-container {
    position: relative;
    overflow: hidden;
    height: 120px;
}

.product-scroll {
    display: flex;
    animation: scroll 50s linear infinite;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 0 10px;
}

.product-scroll2 {
    display: flex;
    animation: scroll 50s linear infinite;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 0 10px;
}

.product-scroll3 {
    display: flex;
    animation: scroll 50s linear infinite;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 0 10px;
}

.product-scroll4 {
    display: flex;
    animation: scroll 50s linear infinite;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 0 10px;
}

.product-scroll5 {
    display: flex;
    animation: scroll 50s linear infinite;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 0 10px;
}

.product-scroll6 {
    display: flex;
    animation: scroll 50s linear infinite;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 0 10px;
}

.product-item {
    width: 110px;
    height: 110px;
    margin-right: 5px;
    /*background: rgba(241, 245, 249, 0.7);*/
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); */
    transition: all 0.3s ease;
    /* border: 1px solid rgba(0, 0, 0, 0.03); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item:hover {
    transform: translateY(-5px) scale(1.05);
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); */
    /* border-color: rgba(33, 115, 70, 0.3); */
}

.product-image {
    width: 90px;
    height: 90px;
    /* background: linear-gradient(135deg, #e2e8f0, #cbd5e1); */
    background: linear-gradient(135deg, #e2e8f000, #cbd5e114);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}

.product-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: 0.5;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .content {
        flex-direction: column;
    }

    .left-panel,
    .center-panel,
    .right-panel {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .video-container {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .tabs {
        flex-wrap: wrap;
    }

    .tab {
        flex: 1 0 33.33%;
        padding: 15px 10px;
        font-size: 14px;
    }

    .product-item {
        width: 100px;
        height: 100px;
        margin-right: 12px;
    }

    .product-image {
        width: 80px;
        height: 80px;
    }

    .feature {
        padding: 15px;
    }

    .feature-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
        margin-right: 15px;
    }
}

.last-title {
    margin-top: 70px;
    margin-bottom: 75px;
    color: black;
    font-size: 32px;
    font-weight: bold;
}

.last-btn-group {
    display: flex;
    gap: 50px;
}

.last-btn1 {
    background: #0249CB;
    color: white;
    padding: 7px 25px;
    font-size: 18px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.last-btn1:hover {
    background: white;
    color: #0249CB;
    transform: translateY(-3px);
}

.last-btn2 {
    background: white;
    color: #0249CB;
    padding: 7px 25px;
    font-size: 18px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.last-btn2:hover {
    background: #0249CB;
    color: white;
    transform: translateY(-3px);
}
.last-btn2:hover a{
    color: white;
}
.first-list {
    margin-top: 30px;
    border: 1px solid white;
    box-sizing: border-box;
    padding: 10px 10%;
    width: 100%;
    align-items: center;
    display: flex;
    background-color: #0249cb0a;
    justify-content: space-between;
}
.hytz{
    transition: all 0.3s ease-in-out;
}
.hytz a{
    font-size: 20px;
    color: black;
    transition: all 0.3s ease-in-out;
    transform: translateZ(0); /* 启用硬件加速 */
    display: inline-block; /* 确保transform可以正常工作 */
}
.hytz:hover a{
    font-size: 20px;
    color: #0249CB;
    font-weight: 600;
    transform: translateX(5px); /* 添加轻微的位移效果 */
}