@keyframes zoomInOut {
    0% {
        background-size: 485px 485px;
    }

    50% {
        background-size: 906px 906px;
    }

    100% {
        background-size: 485px 485px;
    }
}
@keyframes zoomInOutm {
    0% {
        background-size: 285px 285px;
    }

    50% {
        background-size: 506px 506px;
    }

    100% {
        background-size: 285px 285px;
    }
}
.technology-top-bg{
    width: 100%;
    height: 600px;
    background-color: transparent;
    background-image: linear-gradient(270deg, #FFE8B9 0%, #FFFCF7 100%);
    display: flex;
    flex-direction: row;
    margin-top: 0px;
}
.technology-top-bg .technology-top-left{
    width: 50%;
    height: 100%; 
    z-index: 1;
}
.technology-top{
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/600.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: zoomInOut 4.5s infinite;
    position: relative;
}
.technology-top-bg .technology-top>div{
    z-index: 8;
    position: absolute;
}
.technology-top-bg .technology-top>div p{
    color:#fff;
    font-size: 21px;
    font-weight: 700;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.33725490196078434);
}
.technology-txt-f{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.technology-txt-a{
    left: 42%;
    bottom: 25%;
}
.technology-txt-t{
    left: 30%;
    top: 40%;
    transform: rotate(-68deg);
}
.technology-txt-c{
    right: 29%;
    top: 40%;
    transform: rotate(70deg);
}
.technology-top-bg .technology-top::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    --background-overlay: '';
    background-image: url(/wp-content/uploads/组-542@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 1;
}
.technology-top-bg .technology-top-right{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    z-index: 0;
}
.technology-top-right h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3em;
}
.technology-top-right p{
    font-size: 28px;
    font-weight: 500;
    color: #333;
    margin-bottom: 40px;
}
.technology-top-right .technology-btn{
    height: 60px;
    /* width: 170px; */
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-size: 22px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #D18E05;
    border-radius: 6px 6px 6px 6px;
    padding:0 15px;
}
.technology-top-right .technology-btn span{
    display: inline-block;
}
.technology-top-right .technology-btn span.elementor-button-text{
    text-transform:uppercase;
}
.technology-top-right .technology-btn span a{
    color:#FFFFFF;
    font-size: 16px;
}
.technology-btn span.elementor-button-icon svg{
    width: 24px;
    height: 13px;
    margin-left: 15px;
}
.technology-menu{
    width: 100%;
    height: auto;
}
.technology-menu .technology-menu-item{
    width: 100%;
    height: 68px;
    
}
.technology-menu .technology-menu-item ul{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 68px;
    display: flex;
    flex-direction: row;
}
.technology-menu .technology-menu-item ul li{
    width: 33.33%;
    background-color: #fffaef;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}
.technology-menu .technology-menu-item ul li.active{
    background-color: #d18e04; 
    color: #fff;
}
.technology-item-content{
    width: 90%;
    height: 590px;
    padding-top:35px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    display: none;
}
.technology-item-content .technology-item-img{
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.technology-item-content .technology-item-img img{
    max-width: 90%;
}
.technology-item-content .technology-item-txt{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.technology-item-content .technology-item-txt h2{
    color: #D18E04;
    font-size: 28px;
    font-weight: 500;
}
.technology-item-content .technology-item-txt p{
    color: #666666;
    font-size: 22px;
}
@media screen and (max-width: 932px) {
    .technology-top-bg{
        height: 350px;
        margin-top:0px;
    }
    .technology-top-bg .technology-top-left{
        width: 100%;
    }
    .technology-top-bg .technology-top{
        width: 100%;
        height: 100%;
        /* margin: 10% auto; */
        animation: zoomInOutm 6.5s infinite;
    }
    .technology-top-bg .technology-top>div p{
        font-size: 12px;
    }
    .technology-txt-t {
        left: 22%;
        top: 38%;
    }
    .technology-txt-c {
        right: 21%;
        top: 38%;
    }
    .technology-txt-a {
        left: 38%;
        bottom: 25%;
    }
    .technology-top-bg .technology-top::before{
        background-size:70%;
    }
    .technology-top-bg .technology-top-right{
        display: none;
    }
    .technology-menu .technology-menu-item{
        height: 48px;
    }
    .technology-menu .technology-menu-item ul{
        height: 48px;
    }
    .technology-menu .technology-menu-item ul li{
        font-size: 14px;
    }
    .technology-item-content{
        flex-direction: column;
        padding: 20px;
        height: 490px;
    }
    .technology-item-content .technology-item-img{
        width: 100%;
    }
    .technology-item-content .technology-item-img img{
        max-width: 100%;
    }
    .technology-item-content .technology-item-txt{
        width: 100%;
    }
    .technology-item-content .technology-item-txt h2{
        font-size: 16px;
    }
    .technology-item-content .technology-item-txt p{
        font-size: 12px;
    }
    
}