@charset "utf-8";

.ys-slick-item {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.slick-list {
    min-width: 100%;
}

.std-btn1 p {
    color: #333;
    margin-right: 14px;
    transition: all .36s;
}

.std-btn1-box {
    display: flex;
    align-items: center;
}

.std-btn1-box img {
    width: 12px;
    position: relative;
    top: -1px;
    transition: transform .2s cubic-bezier(.4, 0, .2, 1);
}

.std-btn1 {
    display: inline-block;
}

.std-btn1-box svg {
    width: 12px;
    height: auto;
    position: relative;
    top: -1px;
    transition: all .36s;
}

.std-btn1-box svg path {
    transition: all .36s;
}

/* 规范-start */
:root {
    --std-title2: 34px;
    --std-title3: 30px;
    --std-title4: 20px;
    --std-parga1: 18px;
    --std-parga2: 16px;
    --std-parga3: 14px;
    --std-padding1: 80px;
    --std-padding2: 130px;
    --std-margin1: 24px;
    --std-margin2: 38px;
    --std-height: 70px;
}

.std-title1 {
    font-size: var(--std-title1);
    line-height: 1.2;
}

.std-title3 {
    font-size: var(--std-title3);
    line-height: 1.4;
}

.std-title4 {
    font-size: var(--std-title4);
    line-height: 1.65;
}

.std-parga2,
.std-parga2 p {
    font-size: var(--std-parga2);
    line-height: 1.75;
    color: #333;
}

.std-parga3,
.std-parga3 p {
    font-size: var(--std-parga3);
    line-height: 1.75;
    color: #333;
}

.std-padding1 {
    padding: var(--std-padding1) 0;
}

.std-padtop1 {
    padding-top: var(--std-padding1);
}

.std-padbot1 {
    padding-bottom: var(--std-padding1);
}

.std-padding2 {
    padding: var(--std-padding2) 0;
}

.std-padtop2 {
    padding-top: var(--std-padding2);
}

.std-padbot2 {
    padding-bottom: var(--std-padding2);
}

.std-martop2 {
    margin-top: var(--std-padding2);
}

.std-margin1 {
    margin-bottom: var(--std-margin1);
}

.yx-cont1400 {
    width: 85vw;
    max-width: 1400px;
    margin: auto;
}


.arul-cont {
    width: 100%;
    position: relative;
}

.arul-cont-img {
    width: 100%;
}

.arul-cont-img img {
    width: 100%;
}

.arul-cont-text-wrap {
    padding-top: 15px;
    position: relative;
}

.arul-cont-text-wrap::after {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 245, 225, 0) 0%, rgba(255, 245, 225, 1) 50%, rgba(255, 245, 225, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.arul-cont-text-wrap p {
    text-align: center;
    color: #FFF5E1;
    line-height: 1.5;
}

.arul-cont-text {
    width: 100%;
    z-index: 5;
    padding: 0 35px;
}

.about-wait-history {
    margin-top: 30px;
    position: relative;
}

.horizontal-scrollBar {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.scrollBar-thumb::before {
    content: "";
    width: 200vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.scrollBar-thumb {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: grab;
    z-index: 10;
}

.scrollBar-thumb:active {
    cursor: grabbing;
}

.arul-cont-text .ys-imgbox-cover {
    width: 80px;
    margin: auto;
}


.awhs-li-wrap {
    padding-left: 40px;
    position: relative;
    padding-right: 60px;
}

.awhs-li-wrap::after {
    content: "";
    width: 1px;
    height: 380px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(153, 153, 153, 0) 100%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.alwi-li p {
    color: #fff;
    font-family: var(--std-font3);
}

.alwi-li {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.awhs-li.awhs-li1 {
    width: 580px !important;
    margin-right: 100px;
    flex-shrink: 0;
}

.albi-img {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
}

.abcw-list-pro {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.abtl-wrap-tit {
    color: #fff;
    line-height: 1.5;
    transition: all .36s;
}

.abtl-wrap-subtit {
    line-height: 1.65;
    color: #fff;
    transition: all .36s;
}

.abcw-list .yx-cont1400 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.abtl-wrap {
    width: 34%;
}

.awsb-ri-slick-li {
    width: 33.333333%;
    padding: 0 30px;
}

.awsb-ri-slick {
    margin: 0 -30px;
    cursor: grab;
}

.awsb-ri-slick:active {
    cursor: grabbing;
}

.arsl-cont-li:nth-child(1) {
    margin-bottom: 60px;
}

.awsb-ri-slick .slick-dots li {
    background: #fff;
}

.awsb-ri-slick .slick-dots li.slick-active {
    background: #fff !important;
}

.awsb-ri-slick .slick-dots {
    bottom: -60px;
}

.horizontal-scrollBar {
    height: 100%;
}

.afti-li {
    padding: 0 40px;
    font-size: 28px;
    color: #999;
    width: 416px;
    font-family: var(--std-font3);
}

.about-contact-cont {
    top: var(--std-padding2);
}

.yftl-info-logo {
    width: 120px;
}

.afil-ul-item.act {
    opacity: 1;
    filter: grayscale(0);
}

.awhs-ul {
    display: flex;
}

.afil-ul-mid {
    transition: all .36s;
}

.afil-ul-mid.act {
    opacity: 0.6;
}

.awhs-li-wrap-year {
    font-size: 84px;
    line-height: 1.5;
    color: #fff;
    font-family: var(--std-font4);
    margin-bottom: 12px;
}

@media screen and (max-width: 1920px) {
    .about-banner-empty {
        height: 100vh;
    }

    .about-wait-bg img {
        width: 100%;
        height: auto;
        position: static;
        transform: translateX(0);
        max-width: 100%;
    }

    .about-wait-history {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .about-wait-bg {
        position: static;
        transform: inherit;
    }

    .home-value-cont {
        position: absolute;
        top: 180px;
        padding-bottom: 0;
        padding-top: 0;
    }
}