@-webkit-keyframes heroArrow2 {
    0% {
        transform: translate(-55px, 0);
    }

    to {
        transform: translate(0, 0);
    }
}

@keyframes heroArrow2 {
    0% {
        transform: translate(-55px, 0);
    }

    to {
        transform: translate(0, 0);
    }
}
.info20-scene-main {
    display: none;
}
.info20_wrapper {
    padding-top: 120px;
}
.info20-scene {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.info20-scene .info20-scene-header .info20-scene-header-desc,
.info20-scene .info20-scene-header .info20-scene-header-title {
    margin: 0 auto;
    text-align: center;
    font-family: PingFangSC-Light, PingFang SC;
}

.info20-scene .info20-scene-header .info20-scene-header-title {
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
    font-family: Helvetica Neue;
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    letter-spacing: 0em;
    color: #212121;
}

.info20-scene .info20-scene-header .info20-scene-header-desc {
    margin-bottom: 50px;
    font-family: Helvetica Neue;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: #999999;
}

.info20-scene .info20-scene-content {
    display: flex;
    width: 2072px;
    height: 830px;
    overflow: hidden;
}

.info20-scene
    .info20-scene-content:hover
    .info20-scene-content-item
    .info20-scene-wrapper
    .info20-scene-modal {
    opacity: 0.8;
}

.info20-scene
    .info20-scene-content:hover
    .info20-scene-content-item
    .info20-scene-wrapper
    .info20-scene-wrapper-bg
    > img {
    transform: translate(0, 0);
}

.info20-scene .info20-scene-content:hover .info20-item-thumb {
    opacity: 0;
    z-index: 1;
}

.info20-scene .info20-scene-content .info20-scene-content-item {
    position: relative;
    flex: 1 1 152px;
    transition: all 1s;
    will-change: auto;
}

.info20-scene .info20-scene-content .info20-scene-content-item:hover {
    flex: 1 0 1620px;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item:hover
    .info20-scene-wrapper
    .info20-scene-modal {
    opacity: 0;
    visibility: hidden;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item:hover
    .info20-item-detail {
    opacity: 1;
    z-index: 2;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item
    .info20-scene-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transform: skew(-10.15deg);
    transform-origin: left top;
    overflow: hidden;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item
    .info20-scene-wrapper
    .info20-scene-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 100;
    transition: all 0.6s;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item
    .info20-scene-wrapper-bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -120px;
    width: 1920px;
    height: 100%;
    transform: translate(-50%, 0) skew(10.15deg);
    transform-origin: left top;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item:nth-of-type(1)
    .info20-scene-wrapper-bg {
    margin-left: -70px;
}
.info20-scene
    .info20-scene-content
    .info20-scene-content-item:nth-of-type(5)
    .info20-scene-wrapper-bg {
    margin-left: -150px;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item
    .info20-scene-wrapper-bg
    > img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item:nth-child(1)
    .info20-scene-wrapper {
    position: relative;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item:nth-child(1)
    .info20-scene-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 3px;
    height: 100%;
    background-color: #fff;
    /* opacity: .3 */
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item:nth-child(1)
    .info20-scene-wrapper-bg
    > img {
    transform: translate(-133px, 0);
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item:nth-child(2)
    .info20-scene-wrapper {
    overflow: initial;
    z-index: 0;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item:nth-child(3)
    .info20-scene-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 3px;
    height: 100%;
    background-color: #fff;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item:nth-child(4)
    .info20-scene-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 3px;
    height: 100%;
    background-color: #fff;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item:nth-child(5)
    .info20-scene-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 3px;
    height: 100%;
    background-color: #fff;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item:nth-child(3)
    .info20-scene-wrapper-bg
    > img {
    transform: translate(-93px, 0);
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item
    .info20-item-thumb {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        0deg,
        rgba(12, 13, 17, 0.8) 0%,
        rgba(12, 13, 17, 0) 60%
    );
    transition: opacity 0.5s;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item
    .info20-item-thumb
    .info20-item-thumb-title {
    /* background-color: red; */
    margin-top: 650px;
    text-align: center;
    font-family: Source Han Sans CN;
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    color: #ffffff;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item
    .info20-item-thumb
    .info20-item-thumb-action {
    display: flex;
    justify-content: center;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item
    .info20-item-detail {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 14, 18, 0.6);
    transition: opacity 0.6s;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item
    .info20-item-detail
    .info20-item-detail-header {
    margin-bottom: 160px;
    padding: 270px 0 0 330px;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item
    .info20-item-detail
    .info20-item-detail-header
    .info20-item-detail-arrow
    button {
    width: 200px;
    height: 60px;
    background: transparent;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    cursor: pointer;
    font-family: Source Han Sans CN;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #ffffff;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item
    .info20-item-detail
    .info20-item-detail-header
    .info20-item-detail-arrow
    button:hover {
    background: rgba(255, 255, 255, 0.1);
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item
    .info20-item-detail
    .info20-item-detail-header:hover
    .info20-item-detail-arrow
    div {
    -webkit-animation: heroArrow2 1s ease infinite;
    animation: heroArrow2 1s ease infinite;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item
    .info20-item-detail
    .info20-item-detail-header
    .info20-item-detail-title {
    margin-bottom: 30px;
    font-size: 42px;
    font-weight: normal;
    font-family: Source Han Sans CN;
    color: #ffffff;
    line-height: 60px;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item
    .info20-item-detail
    .info20-item-detail-header
    h3 {
    font-family: Source Han Sans CN;
    font-size: 30px;
    font-weight: normal;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 30px;
}

.info20-scene
    .info20-scene-content
    .info20-scene-content-item
    .info20-item-detail
    .info20-item-detail-header
    .info20-item-detail-desc {
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 0em;
    color: #ffffff;
    font-family: Source Han Sans CN;
    margin-bottom: 50px;
}

.info20-mobile .info20-scene-title {
    font-family: Source Han Sans CN;
    font-size: 18px;
    line-height: 30px;
    color: #212121;
    text-align: center;
}

.info20-mobile .info20-scene-desc {
    font-family: Helvetica Neue;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    color: #999999;
    text-align: center;
}

.info20-mobile .info20-scene-main {
    padding-top: 18px;
}

.info20-mobile .info20-scene-main .info20-scene-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 244px;
}

.info20-mobile .info20-scene-main .info20-scene-item > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 244px;
}

.info20-mobile .info20-scene-main .info20-scene-item .info20-scene-modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 244px;
    background: rgba(0, 0, 0, 0.6);
}

.info20-mobile .info20-scene-main .info20-scene-item h2 {
    /* padding-top: 1.01rem; */
    margin-left: 18px;
    font-family: 思源黑体 CN;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #ffffff;
    z-index: 99;
}

.info20-mobile .info20-scene-main .info20-scene-item h3 {
    /* padding-top: 1.01rem; */
    margin-left: 18px;
    margin-top: 9px;
    font-family: 思源黑体 CN;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #ffffff;
    z-index: 99;
}

.info20-mobile .info20-scene-main .info20-scene-item p {
    width: 300px;
    margin-left: 18px;
    margin-top: 16px;
    font-family: Source Han Sans CN;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    color: #ffffff;
    z-index: 99;
}
.info20-mobile .info20-scene-main .info20-scene-item a {
    z-index: 99;
}
.info20-item-detail > a {
    width: 90%;
    display: inline-block;
    margin-left: 10%;
    height: 100%;

}
.info20-mobile .info20-scene-main .info20-scene-item button {
    width: 80px;
    height: 30px;
    margin-left: 18px;
    margin-top: 16px;
    background: transparent;
    border: 2px solid #ffffff;
    font-family: 思源黑体 CN;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: #ffffff;
    padding: 0;
    border-radius: 8px;
}

.info20-mobile .info20-scene-main .info20-scene-item button:active {
    background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
    .info20-scene-content {
        display: none !important;
    }
    .info20-scene-main {
        display: block !important;
    }
    .info20-scene-item > img {
        width: 100%;
    }
    .info20-mobile {
        margin-top: 30px;
        width: 100%;
    }
}
a:hover {
    text-decoration: none !important;
}
