/* ------------header------------ */
.head-no {
    height: 0px;
}

.imgshow {
    display: none;
}

.imghead {
    display: block;
}

.frame-box {
    background-color: transparent;
}

.frame-title>ul>li>a {
    color: #ffffff;
}

.frame-logo {
    border-width: 0;
}

.power-btn {
    border: 1px solid #ffffff;
}

.power-btn a span {
    color: #ffffff;
}

.language a {
    background: #fff;
}

.language a span {
    color: #315fba;
}



/* ----------banner------------ */
.inde-banner {
    position: relative;
    overflow: hidden;
}

.inde-banner>img {
    width: 100%;
    height: auto;
}

.inde-bane-cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.inde-bane-cnt h1 {
    font-size: 72px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
}

.inde-bane-cnt h3 {
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}

.bane-ctbtn {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 35px;
}

.bane-ctbtn button {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    padding: 15px 30px;
    border-radius: 50px;

}

.bane-ctbtn button img {
    width: 20px;
    height: 20px;
}

.btnbja {
    border: 2px solid #ffffff;
    background-color: transparent;
}

.btnbjb {
    border: 2px solid #be0707;
    background-color: #be0707;
}





.inde-box {
    width: 100%;
    background-image: url("../images/iconbj02.jpg");
    background-size: 100% 100%;
    padding-bottom: 90px;
}

.inde-bxul {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -60px;
    z-index: 1;
}

.inde-bxli {
    width: 32%;
    padding: 35px 30px;
    background-color: #ffffff;
    border-radius: 30px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.feature-img {
    width: 60px;
    height: 60px;
}

.feature-img img {
    width: 100%;
    height: 100%;
}

/* 文字区域 */
.feature-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* 标题 */
.feature-title {
    font-size: 30px;
    color: #222;
    line-height: 1.3;
}

/* 描述文本 */
.feature-desc {
    font-size: 18px;
    /* 以14px为基准放大，约1.7倍 */
    color: #666;
    line-height: 1.6;
}





/* --------产品管线-------- */
.product-box{

}
.product-bxtit{
    font-size:38px;
}
.product-bxul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    gap: 30px;
    padding-top:30px;
}
.product-bxli {
    height: 160px;
    background-color: #ffffff;
    border-radius: 30px;
}

.product-bxli a{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    gap:20px;
    padding:30px;
}
    .product-bxli a:hover {
        color: #03469d;
    }
    .product-bxli a:hover .product-bxlri p {
        color: #03469d;
    }
    .product-bxlimg {
        width: 100px;
    }
    .product-bxlimg img{
        width:100%;
        height:auto;
        border-radius:20px;
    }

.product-bxlri h3{
    font-size:26px;
    font-weight:600;
}
.product-bxlri p {
    font-size: 18px;
    color: #666666;
    margin-top:5px;
}

.product-bxbtn {
    height: 160px;
    background-color: #ffffff99;
    border-radius: 30px;
}
    .product-bxbtn a {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap:10px;
        font-size: 20px;
        color: #03469d;
        font-weight:600;
    }
        .product-bxbtn a i{
            transform:rotate(180deg);
            font-size:20px;
            font-weight:600;
        }





        /* ------公司介绍----- */
        .company-card {
            width: 100%;
            display: flex;
            align-items: flex-start;
            background-color: #fff;
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            margin: 60px 0 0;
        }

/* 文字区域 */
.text-section {
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* 小标题 */
.section-subtitle {
    font-size: 18px;
    color: #0056b3;
}

/* 主标题 */
.section-title {
    font-size: 38px;
    color: #222;
    line-height: 1.4;
}

/* 描述文本 */
.section-desc {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
}

/* 按钮 */
.about-btm{
    display:flex;
    gap:10px;
}
.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 15px 30px;
    border: 1px solid #0056b3;
    border-radius: 50px;
    background-color: #fff;
    color: #0056b3;
    font-size: 18px;
    /* 14px × 1.3 */
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 30px;
}
.robtnrig i{
    font-weight: 600;
    transform: rotate(180deg);
}
    .about-btn:hover {
        background-color: #0056b3;
        color: #fff;
    }

/* 图片区域 */
.image-section {
    width: 49%;
}

.company-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}



/* ----------- 最新状态 ---------- */
.dynamic-tit {
    padding-top: 50px;
}

.dynamic-tit h3 {
    font-size: 38px;
}

.dynamic-cnt {
    width: 90%;
    position: relative;
    padding-top: 35px;
}

.dynamic-item:hover {
    background: linear-gradient(to top, #ffffff 60%, #f8e6e6);
}

.dynamic-item {
    width: 100%;
    padding: 50px;
    background-color: #ffffff;
    border-radius: 30px;
}

.dynamic-itmtem {
    font-size: 18px;
    color: #999999;
}

.dynamic-itmp {
    font-size: 24px;
    color: #222222;
    padding-top: 20px;
    line-height: 36px;
}

.dynamic-btn {
    margin-top: 50px;
}

.dynamic-btn a {
    display: flex;
    align-items: center;
    font-size: 18px;
    gap: 10px;
    color: #03469d;
    font-weight: 600;
}

.dynamic-item:hover .dynamic-btn a {
    color: #be0707;
}


.swiper-button-next,
.swiper-button-prev {
    top: -5%;
    width: 40px;
    height: 40px;
    background-size: 10px 26px;
    border-radius: 50%;
    border: 2px solid #6a6a6a;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -10%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: auto;
    right: -5%;
}





@media only screen and (max-width: 1440px) {



    .inde-bane-cnt h1 {
        font-size: 54px;
    }

    .inde-bane-cnt h3 {
        font-size: 36px;
        margin-top: 6px;
    }

    .bane-ctbtn {
        gap: 20px;
        padding-top: 25px;
    }

    .bane-ctbtn button {
        gap: 8px;
        font-size: 18px;
        padding: 10px 20px;
    }

    .bane-ctbtn button img {
        width: 16px;
        height: 16px;
    }




    .inde-box {
        padding-bottom: 70px;
    }

    .inde-bxul {
        top: -40px;
    }

    .inde-bxli {
        padding: 25px 20px;
        border-radius: 20px;
        gap: 20px;
    }

    .feature-img {
        width: 40px;
        height: 40px;
    }

    .feature-content {
        gap: 10px;
    }

    .feature-title {
        font-size: 26px;
    }

    .feature-desc {
        font-size: 16px;
        line-height: 1.4;
    }




    /* --------产品管线-------- */
    
    .product-bxtit {
        font-size: 30px;
    }

    .product-bxul {
        gap: 20px;
        padding-top: 20px;
    }

    .product-bxli {
        height: 160px;
        border-radius: 20px;
    }

        .product-bxli a {
            gap: 20px;
            padding: 20px;
        }

    .product-bxlimg {
        width: 80px;
    }

        .product-bxlimg img {
            border-radius: 10px;
        }

    .product-bxlri h3 {
        font-size: 22px;
        font-weight: 600;
    }

    .product-bxlri p {
        font-size: 16px;
        margin-top: 4px;
    }

    .product-bxbtn {
        height: 160px;
        border-radius: 20px;
    }

        .product-bxbtn a {
            gap: 10px;
            font-size: 18px;
        }

            .product-bxbtn a i {
                font-size: 18px;
            }






    .company-card {
        border-radius: 20px;
        margin: 40px 0 0;
    }

    .text-section {
        padding: 30px;
        gap: 10px;
    }

    .section-subtitle {
        font-size: 14px;
    }

    .section-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .section-desc {
        font-size: 16px;
        line-height: 1.5;
    }

    .about-btn {
        gap: 8px;
        padding: 10px 20px;
        font-size: 16px;
        margin-top: 20px;
    }




    .dynamic-tit {
        padding-top: 30px;
    }

    .dynamic-tit h3 {
        font-size: 30px;
    }

    .dynamic-cnt {
        padding-top: 25px;
    }

    .dynamic-item {
        padding: 30px;
        border-radius: 20px;
    }

    .dynamic-itmtem {
        font-size: 16px;
    }

    .dynamic-itmp {
        font-size: 20px;
        padding-top: 15px;
        line-height: 32px;
    }

    .dynamic-btn a {
        font-size: 16px;
        gap: 8px;
    }



}



@media only screen and (max-width: 769px) {
    .power-btn {
        border: 1px solid #03469d !important;
    }

    .power-btn a span {
        color: #03469d !important;
    }

    .language a {
        background: linear-gradient(to left, #c20d0e, #20519e) !important;
    }

    .language a span {
        color: #ffffff !important;
    }

    .inde-bane-cnt h1 {
        font-size: 30px;
    }

    .inde-bane-cnt h3 {
        font-size: 16px;
        margin-top: 5px;
    }

    .bane-ctbtn {
        gap: .2rem;
        padding-top: .25rem;
    }

    .bane-ctbtn button {
        gap: 6px;
        font-size: 16px;
        padding: 10px 20px;
    }


    .inde-bane-cnt {
        width: 95%;
    }

    .inde-box {
        padding-bottom: .6rem;
        overflow: hidden;
    }

    .feature-content {
        gap: .1rem;
    }

    .feature-title {
        font-size: 22px;
    }

    .inde-bxul {
        flex-direction: column;
        gap: .2rem;
        padding: .2rem .1rem;
        top: 0;
    }

    .inde-bxli {
        width: 100%;
        padding: .25rem .2rem;
        border-radius: 20px;
        gap: .2rem;
    }





    .product-box{
        padding:.2rem .1rem;
    }
    .product-bxul {
        grid-template-columns: repeat(1, 1fr);
        gap: .2rem;
        padding-top: .2rem;
    }
    .product-bxtit {
        font-size: 26px;
    }
    .product-bxli a{
        gap: .2rem;
        padding: .2rem;
    }
    .product-bxli {
        height: 130px;
        border-radius: 10px;
    }
    .product-bxbtn{
        height: 130px;
        border-radius: 10px;
    }


        .text-section {
            padding: .3rem;
        }

        .company-card {
            margin: .4rem 0 0;
            flex-direction: column;
        }

        .image-section {
            width: 100%;
        }

        .dynamic-tit {
            padding: .3rem .1rem 0;
        }


        .section-title {
            font-size: 26px;
        }



        .dynamic-tit h3 {
            font-size: 26px;
        }

        .swiper-button-prev,
        .swiper-container-rtl .swiper-button-next {
            right: 5%;
        }

        .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
            right: -8%;
        }

        .dynamic-item {
            padding: .3rem;
        }

        .dynamic-itmp {
            font-size: 18px;
            padding-top: 10px;
            line-height: 28px;
        }

        .dynamic-btn {
            margin-top: .5rem;
        }
    }