:root {
    --animate-duration: 2s;
}
a:hover {
    color: inherit !important;
    text-decoration: none !important;
}
.bg-lan{background-color: rgb(216, 133, 8);color: #FFFFFF !important}
.navbar_parent{
    width: 100%;
    height: 60%;
    background: url("../images/aboutus.png") no-repeat center center;
    background-size: 100% 100% !important;
    position: relative;
}
.text_aboutus{
    position: absolute;
    left: 15%;
    top: 40%;
    font-weight: bold;
    color: #ffffff;
    font-size: 4rem;
}
.carousel-inner {
    position: relative;
}

.carousel_box {
    position: absolute;
    left: 10%;
    width: 80%;
    top: 50%;
}

.carousel_content {
    color: white;
}

.carousel-control {
    display: none;
}

.carousel_button {
    display: none;
}

.in_aboout {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background-image: url(/static/public/images/图层\ 66.jpg);
}

.in_aboout_box {
    width: 100%;
    height: auto;
}

.in_aboout_left {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
}

.in_aboout_left_title {
    color: #D88508;
    font-size: 10px;
}

.in_aboout_left_subtitle {
    font-size: 18px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 10px;
}

.in_aboout_left_content {
    font-size: 14px;
}

.in_aboout_left_button {
    width: max-content;
    padding: 8px 20px;
    background-color: #D88508;
    color: white;
}

.in_aboout_right {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
}

.in_aboout_right img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.in_aboout_bottom {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.in_aboout_bottom_tiem {
    width: 45%;
    height: auto;
    padding: 10px 10px;
    background-color: white;
    margin-top: 18px;
}

.in_aboout_bottom_title {
    border-left: 1px solid #D88508;
    padding-left: 10px;
    font-size: 14px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.in_aboout_bottom_box {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    color: #D88508;
}

.in_aboout_bottom_content {
    font-size: 22px;
    padding: 0px 5px;
}

.in_aboout_bottom_subtitle {
    font-size: 10px;
}
.in_contact_right{
    width: 90%;
    height: auto;
}
.in_contact_right img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.in_contact_box{
    width: 100%;
    height: auto;
    background-color: rgb(246, 246, 246);
}
.in_contact{
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
}
.in_contact_left{
    width: 100%;
    height: auto;
}
.in_contact_left_title{
    font-size: 10px;

}
.in_contact_left_subtitle{
    font-size: 18px;
    font-weight: 700;
}
.in_contact_left_box{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.in_contact_item{
    width: 48%;
    height: 50px;
    padding: 10px 0px;
}
.in_contact_item input{
    width: 100%;
    height: 100%;
    border: 0;
    border: 1px solid;
    padding-left: 3px;
    font-size: 16px;
}
.in_contact_big{
    width: 100%;
    height: 100px;
}
.in_contact_big textarea{
    min-height: 100%;
    width: 100%;
    height: 100%;
    border: 0;
    border: 1px solid;
    padding-left: 3px;
    padding-top: 3px;
    font-size: 16px;
}
.in_contact_button{
    width: 100%;
    height: auto;
    padding: 10px 0;
    text-align: center;
    margin: 10px auto;
    margin-top: 20px;
    background-color: #D88508;
    color: white;
}
.in_product_box{
    width: 100%;
    height: auto;
    padding: 15px 0;
    background-image: url(/static/public/images/图片3.jpg);
}
.in_product{
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.in_product_title{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    color: white;
    font-weight: 700;
}
.in_product_navbxo{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.in_product_nav{
    width: 48%;
    text-align: center;
    height: auto;
    padding: 5px 0;
    background-color: white;
    margin-top: 10px;
}
.in_yellow{
    background-color: #D88508;
    color: white;
}
.in_product_list{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.in_product_item{
    width: 45%;
    height: auto;
    padding: 10px;
    overflow: hidden;
    display: block;
}
.in_product_item img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.in_product_item_title{
    font-size: 16px;
    background-color: white;
    text-align: center;
    padding: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.popup-content {
background-color: #fff;
max-width: 600px;
width: 100%; /* 确保宽度不超过容器 */
padding: 10px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

position: absolute; /* 绝对定位 */
top: 50%; /* 距离顶部50% */
left: 50%; /* 距离左侧50% */
transform: translate(-50%, -50%); /* 居中 */
}
.popup-content_box{
    /*width: 100%;*/
    height: auto;
    color: black;
    text-align: center;
    font-size: 18px;
    display: flex;
    min-height: 250px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.popup-content_box img {
    width: 30%;
    padding: 30px;
    height: auto;
    object-fit: contain;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.product_center{
    width: 100%;
    background: url("/static/public/images/new.png") no-repeat center center;
    background-size: 100% 100%;
    height: auto;
}
@media (min-width: 768px) {
    .carousel_box {
        top: 40%;
    }

    .carousel_content {
        font-weight: 500;
        font-size: 70px;
        color: #FFFFFF;
        line-height: 95px;
        width: 65%;
    }

    .carousel_button {
        display: block;
        position: absolute;
        bottom: -100px;
        left: 0;
        padding: 10px 20px;
        z-index: 999;
        font-size: 16px;
        color: white;
        background-color: #D88508;
    }

    .carousel-control {
        display: block;
    }

    .in_aboout_box {
        width: 75%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .in_aboout_left {
        width: 50%;
        height: auto;
        margin: 0;
    }

    .in_aboout_right {
        width: 45%;
        height: auto;
        margin: 0;
    }
    .in_aboout{
        padding: 80px 0;
    }
    .in_aboout_bottom {
        width: 100%;
        flex-wrap: nowrap;
        padding-top: 30px;
    }
    .in_aboout_bottom_tiem{
        margin: 0;
        width: 20%;
        padding: 20px 20px;
    }
    .in_aboout_left_title {
        font-weight: 400;
        font-size: 14px;
        color: #D88508;
    }

    .in_aboout_left_subtitle {
        font-size: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #000000;
    }

    .in_aboout_left_content {
        font-weight: 400;
        font-size: 18px;
        color: #000000;
        line-height: 1.8rem;
    }
    .in_aboout_left_button{
        font-size: 14px;
        padding: 10px 20px;
        margin-top: 1rem;
    }
    .in_aboout_bottom_title{
        font-size: 14px;
    }
    .in_aboout_bottom_content{
        font-size: 40px;
        font-weight: 700;
    }
    .in_aboout_bottom_subtitle{
        font-size: 14px;
    }
    .in_contact{
        width: 75%;
        height: auto;
        padding: 50px 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    .in_contact_left{
        width: 45%;
        height: auto;
    }
    .in_contact_left_title{
        font-size: 14px;
    }
    .in_contact_item{
        height: 60px;
        width: 31%;
    }
    .in_contact_left_box {
        padding-bottom: 15px;
    }
    .in_contact_big {
        height: 140px;
    }
    .in_product{
        width: 75%;
    }
    .in_product_navbxo{
        flex-wrap: nowrap;
    }
    .in_product_nav{
        width: 13%;
        padding: 20px 0;
    }
    .in_product_item {
        width: 20%;
    }
    .in_product_title{
        font-size: 50px !important;
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .in_product_list{
        padding-top: 50px;
        padding-bottom: 40px;
        justify-content: normal
    }
    .in_product_item:hover{
        color: #D88508;
    }
    .modal-video {
        max-width: 90vw;
        max-height: 90vh;
    }
    .case-container {
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .case-container::-webkit-scrollbar {
        display: none;
    }
    .case-image {
        width: 100%;
        height: 100%;
    }
    .arrow-button {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid #E2E8F0;
        cursor: pointer;
        transition: all 0.3s;
    }
    .arrow-button:hover {
        background: #ffffff;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .product_center{
        width: 100%;
        background: url("/static/public/images/new.png") no-repeat center center;
        background-size: 100% 100%;
        height: auto;
    }
    .content{
        width: 100%;
        height: auto;
    }

}
@media (max-width: 798px) {
    .contactUs{
        text-align: center;
        font-size: 30px !important;
    }
    /*index*/
    .in_contact_left_title{
        text-align: center;
        font-size: 15px;
        padding: 10px;
    }
    #product_center{
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    }
    #product_center .pppleft{
        width: 100% !important;
    }
    #product_center .pppright{
        width: 100% !important;
    }
    .case_show{
        display: none !important;
    }
    /*about us*/
    .navbar_parent{
        height: 35% !important;
    }
    .in_aboout_box{
        width: 100% !important;
    }
    .Corporate{
        display: none !important;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 75% !important;
    }
}
