@charset "UTF-8";

.swiper {
    height: 100%;
    overflow: hidden;
}

.banenr_center {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

.banenr_center .banner_Ele {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: perspective(62.5vw) translate3d(0, 0, 5.208vw);
    opacity: .8;
}

.mySwiper2 .swiper-slide-active .banner_Ele {
    transition: all 5s ease 0s;
    transform: perspective(62.5vw) translate3d(0, 0, 0vw);
}

.mySwiper2 img.ban_ico {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 7.708vw;
    height: auto;
    object-fit: contain;
}


/* 第一屏 */
.h_one {
    background: url(/src/image/one_bg.jpg) center center / cover no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
}

.h_one .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.one_left {
    width: auto;
    text-align: center;
}

.one_left img {
    width: max(89px, 4.635vw);
    object-fit: contain;
}

.one_right {
    width: auto;
    font-size: max(14px, 0.938vw);
    color: #ffffff;
    font-family: '微软雅黑';
    opacity: .5;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    height: max(220px, 14.948vw);
    line-height: 200%;
    letter-spacing: 0.104vw;
}

.one_center {
    width: 33%;
}

.one_center img {
    max-width: 100%;
    width: 26.927vw;
    object-fit: contain;
}

.one_left h2 {
    font-size: max(32px, 2.708vw);
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    height: max(190px, 14.583vw);
    line-height: 150%;
    margin: 0 auto 1.823vw;
    font-family: '隶书';
}


/* 第二屏 */
.h_two {
    background: url(/src/image/twobg.jpg) left center no-repeat;
    height: 100vh;
    background-size: 50% 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.twp_left {
    width: 50%;
    padding: 7.813vw 0 0 5.208vw;
    position: relative;
}

.two_right {
    width: 50%;
    height: 100%;
}

.two_right .Limg_cov {
    height: 100%;
}


p.two_tit {
    color: var(--li);
    font-size: max(16px, 0.938vw);
    font-family: 'Gilroy';
    font-weight: 700;
}

h2.two_name {
    font-size: max(42px, 3.125vw);
    color: #000;
    max-width: max(260px, 19.01vw);
    line-height: 80%;
    margin: 1.5% 0 3%;
    font-family: '隶书';
}

p.two_pro_fl {
    font-size: max(18px, 1.146vw);
    max-width: max(400px, 26.042vw);
    line-height: 150%;
    font-family: '微软雅黑';
}

p.two_pro_fl a {
    color: #999999;
    display: inline-block;
}

p.two_pro_fl a:not(:first-child):before {
    content: '/';
    color: #999;
}

p.two_pro_fl a:hover {
    color: var(--li);
}

.two_buttom {
    position: absolute;
    left: 5.208vw;
    bottom: 6.25vw;
    font-size: max(16px, 0.833vw);
    color: #843433;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 1.823vw;
}

.two_buttom img {
    width: max(16px, 0.833vw);
}

.two_buttom>div {
    cursor: pointer;
    font-family: 'Gilroy';
    font-weight: 700;
}

.two_buttom span {
    color: #b3b3b3;
}


/* 第三屏 */
.h_three {
    background: #fff;
    padding: 5% 0 2%;
}

p.three_tit {
    font-family: 'Gilroy';
    font-weight: 700;
    color: var(--li);
    text-align: center;
    font-size: max(16px, 0.938vw);
    opacity: 0.3;
}

h2.three_name {
    text-align: center;
    font-size: max(36px, 2.5vw);
    color: #000000;
    margin-bottom: 4%;
    font-family: '隶书';
}

.team_box {
    background: #e8e6dd;
    padding: 8%;
}

.team_box .team_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #d3d1c9;
    padding-bottom: 6%;
    margin-bottom: 6%;
    font-family: '隶书';
}

.team_box .team_right {
    width: 5.052vw;
    background: #fff;
    border-radius: 50%;
    padding: 0.156vw;
}

.team_right .Limg_cov {
    padding-bottom: 100%;
    border-radius: 50%;
}

.team_left h3 {
    color: var(--li);
    font-size: max(24px, 1.563vw);
}

.team_left h3+p {
    color: var(--li);
    font-size: max(16px, 0.938vw);
}

.team_bottom {
    font-family: '微软雅黑';
    color: #999;
    line-height: 200%;
    min-height: max(170px, 8.854vw);
    line-clamp: 6;
    -webkit-line-clamp: 6;
}

.swiper-page {
    text-align: center;
    margin: 2% 0 4%;
}

/* 第四屏 */
.h_four {
    background: url(/src/image/forubg.jpg) right top/cover no-repeat;
    background-attachment: fixed;
    padding: 6% 0 10%;
}

.h_four h2.four_tit {
    font-size: max(42px, 2.708vw);
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    height: max(220px, 13.802vw);
    line-height: 150%;
    margin: 0 0 0 auto;
    font-family: '隶书';
}

.h_four h2.four_tit span {
    display: block;
}

.forbox img {
    width: max(33px, 1.719vw);
}

.forbox {
    margin-top: 20%;
    display: flex;
    align-items: center;
    gap: max(15px, 0.781vw);
    font-size: max(16px, 0.938vw);
    color: #fff;
    font-family: '微软雅黑';
    max-width: max(510px, 30vw);
    line-height: 165%;
}

/* 第五屏 */
.h_five {
    background: url(/src/image/fivebg.jpg) right top / cover no-repeat;
    padding: 4% 0 0;
}

.h_five .news_box {
    border: 1px solid transparent;
    border-style: none solid;
    padding: 5% 17% 7%;
    text-align: center;
    display: block;
}

.h_five .swiper-slide-active .news_box {
    border-color: #c9c7bf;
}

.time {
    font-family: 'Gilroy';
    color: var(--li);
}

.news_box h3 {
    font-size: max(16px,0.833vw);
    color: #000000;
    font-family: '微软雅黑';
    margin: 6% 0 3%;
}

.news_box p {
    color: #999999;
    font-size: max(12px,0.625vw);
    font-family: '微软雅黑';
}


@media only screen and (min-width:769px) {}

@media only screen and (max-width:768px) {
    .mySwiper2 {
        margin-top: 70px;
    }

    .banenr_center {
        height: 320px;
    }

    .mySwiper2 img.ban_ico {
        width: 74px;
    }

    .h_one {
        padding: 50px 0;
        height: auto;
    }

    .one_left {
        width: 100%;
    }

    .one_left h2 {
        font-size: 24px;
        height: 135px;
    }

    .one_left img {
        width: 89px;
    }

    .one_center img {
        width: 100%;
    }

    .one_right {
        width: 100%;
        font-size: 14px;
        height: 215px;
        line-height: 200%;
        letter-spacing: 1px;
    }

    .h_two {
        height: auto;
        background-size: cover;
    }

    .twp_left {
        width: 100%;
        padding: 15px 15px 25px;
        order: 2;
    }
    .one_center {
        width: 100%;
    }
    .two_right {
        width: 100%;
    }

    .two_right .Limg_cov {
        height: 0;
        padding-bottom: 100%;
    }

    p.two_tit {
        font-size: 14px;
    }

    h2.two_name {
        font-size: 24px;
        max-width: 160px;
        line-height: 100%;
        margin: 5px 0 10px;
    }

    p.two_pro_fl {
        font-size: 14px;
        width: 100%;
    }

    .two_buttom {
        position: absolute;
        left: auto;
        right: 5vw;
        bottom: 70%;
        font-size: 14px;
        color: #843433;
        font-weight: bold;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .h_three {
        background: #fff;
        padding: 50px 0 0;
    }

    p.three_tit {
        font-size: 14px;
    }

    h2.three_name {
        font-size: 24px;
    }

    .team_left h3 {
        font-size: 22px;
    }

    .team_left h3+p {
        font-size: 18px;
    }

    .team_box {
        padding: 25px 15px;
    }

    .team_box .team_right {
        width: 70px;
        padding: 3px;
    }

    .team_box .team_top {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .two_buttom img {
        width: 8px;
    }

    .team_bottom {
        font-size: 14px;
        min-height: 180px;
    }

    .h_four h2.four_tit {
        font-size: 24px;
        height: 140px;
    }

    .forbox {
        margin-top: 100px;
        gap: 10px;
        font-size: 14px;
        max-width: 100%;
        line-height: 165%;
    }

    .forbox img {
        width: 33px !important;
    }

    .h_five {
        padding: 50px 0 0;
    }

    .h_four {
        background-attachment: scroll;
        padding: 50px 0;
    }

    .news_box h3 {
        font-size: 16px;
        margin: 10px 0 5px;
    }

    .news_box p {
        font-size: 14px;
    }

    .swiper-page {
        text-align: center;
        margin: 20px 0 50px;
    }
}