/*banner*/
.banner-bx{
    min-height: 100vh;
    background: url('../img/banner3.jpg') no-repeat center 0px;
    background-position: center 0px;
    background-size: cover;
    position: relative;
    .ps-line{
        position: absolute;
        top: 33vw;
        left: 12.5vw;
        width: 0.52vw;
        height: 3.33vw;
        background: rgba(255, 209, 0, 1);
    }
    .ps-tit{
        position: absolute;
        top: 32vw;
        left: 15.1vw;
        font-size: 4rem;
        color: rgba(255, 255, 255, 1);
        line-height: 1.2;
    }

    .ps-btn-lt{
        position: absolute;
        top: 38.95vw;
        left: 15.1vw;
        width: 10.41vw;
        height: 3.54vw;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 1);
        line-height: 3.54vw;
        color: rgba(255, 255, 255, 1) !important;
    }
}
/*公司简介*/
.company-profile{
    max-height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    .company-profile-icon{
        margin-left: 50vw;
        width: 50vw;
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
        position: static;
        height: 50vw;
        /*object-fit: cover;*/
    }
    .cont-lt{
        position: absolute;
        width: 50vw;
        height: 50vw;
        top: 0;
        left: 0;
        padding: 0 10.41vw;
        .cont-lt-tit{
            display: flex;
            align-items: center;
            margin-top: 17.55vw;
            .lt{
                width: 0.41vw;
                height: 2.5vw;
                background: rgba(255, 209, 0, 1);
            }
            .rt{
                font-weight: 700;
                font-size: 2.2vw;
                margin-left: 1.56vw;
            }
        }
        .cont-lt-txt{
            margin-top: 1.56vw;
            font-size: 1.04vw;
            text-align: justify;
        }

    }
}
/*企业文化*/
.enterprise-culture{
    max-height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    .enterprise-culture-icon{
        width: 50vw;
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
        position: static;
        height: 50vw;
        /*object-fit: cover;*/
    }
    .cont-lt{
        position: absolute;
        width: 50vw;
        height: 50vw;
        top: 0;
        right: 0;
        padding: 0 10.41vw;
        .cont-lt-tit{
            display: flex;
            align-items: center;
            margin-top: 17.55vw;
            .lt{
                width: 0.41vw;
                height: 2.5vw;
                background: rgba(255, 209, 0, 1);
            }
            .rt{
                font-weight: 700;
                font-size: 2.2vw;
                margin-left: 1.56vw;
            }
        }
        .cont-lt-ls{
            margin-top: 3.12vw;
            display: flex;
            justify-content: space-between;
            .cont-lt-ls-ey{
                position: relative;
                width: 7.08vw;
                height: 7.08vw;
                border-radius: 50%;
                perspective: 1000px;
                cursor: pointer;
            }
            .front{
                backface-visibility: hidden;
                position: absolute;
                width: 7.08vw;
                height: 7.08vw;
                border-radius: 50%;
                text-align: center;
                line-height: 7.08vw;
                font-weight: 700;
                font-size: 1.25vw;
                background: rgba(255, 209, 0, 1);
                transition: transform 0.6s ease-in-out;
            }
            .back{
                position: absolute;
                width: 7.08vw;
                height: 7.08vw;
                border-radius: 50%;
                background: rgba(34, 34, 34, 1);
                color: rgba(255, 209, 0, 1);
                backface-visibility: hidden;
                font-size: 0.83vw;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 0 0.83vw;
                text-align: center;
                transition: transform 0.6s ease-in-out;
                transform: rotateY(180deg);
            }
            .cont-lt-ls-ey:hover .front {
                transform: rotateY(180deg);
            }
            .cont-lt-ls-ey:hover .back {
                transform: rotateY(0deg);
            }
        }
    }
}
/*加入我们*/
.join-us{
    max-height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    .join-us-icon{
        margin-left: 50vw;
        width: 50vw;
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
        position: static;
        height: 50vw;
        /*object-fit: cover;*/
    }
    .cont-lt{
        position: absolute;
        width: 50vw;
        height: 50vw;
        top: 0;
        left: 0;
        padding: 0 10.41vw;
        .cont-lt-tit{
            display: flex;
            align-items: center;
            margin-top: 17.55vw;
            .lt{
                width: 0.41vw;
                height: 2.5vw;
                background: rgba(255, 209, 0, 1);
            }
            .rt{
                font-weight: 700;
                font-size: 2.2vw;
                margin-left: 1.56vw;
            }
        }
        .cont-lt-txt{
            margin-top: 1.56vw;
            font-size: 1.04vw;
            text-align: justify;
        }

    }
}
/*联系我们*/
.contact-us{
    max-height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    .contact-us-icon{
        margin-left: 50vw;
        width: 50vw;
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
        position: static;
        height: 50vw;
        /*object-fit: cover;*/
    }
    .cont-lt{
        position: absolute;
        width: 50vw;
        height: 50vw;
        top: 0;
        left: 0;
        padding: 0 10.41vw;
        .cont-lt-tit{
            display: flex;
            align-items: center;
            margin-top: 17.55vw;
            .lt{
                width: 0.41vw;
                height: 2.5vw;
                background: rgba(255, 209, 0, 1);
            }
            .rt{
                font-weight: 700;
                font-size: 2.2vw;
                margin-left: 1.56vw;
            }
        }
        .contact-ls{
            margin-top: 1.04vw;
            display: flex;
            align-items: center;
            img{
                margin-right: 1.56vw;
                width: 1.875vw;
                height: 1.875vw;
            }
            span{
                font-size: 1.04vw;
            }
        }
        .contact-ls:first-child{
            margin-top: 1.562vw;
            img{
                margin-right: 1.56vw;
                height: 1.458vw;
            }
        }
    }
}