.ny-banner {
    margin-bottom: 0
}

.section1 {
    position: relative;
    overflow: hidden
}

.section1 .fixed-cont {
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: absolute
}

@media (max-width: 1024px) {
    .section1 .fixed-cont {
        height: auto;
        position: static
    }
}

.section1 .fixed-cont.fixed {
    position: fixed
}

.section1 .fixed-cont.abs {
    position: absolute;
    bottom: 0;
    top: auto
}

.section1 .fixed-cont .sec1-nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding-top: .45rem;
    padding-bottom: .5rem
}

@media (max-width: 1024px) {
    .section1 .fixed-cont .sec1-nav {
        display: none
    }
}

@media (max-width: 767px) {
    .section1 .fixed-cont .sec1-nav {
        padding-bottom: .3rem
    }
}

.section1 .fixed-cont .sec1-nav ul {
    min-width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

@media (max-width: 1024px) {
    .section1 .fixed-cont .sec1-nav ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start
    }
}

.section1 .fixed-cont .sec1-nav ul li:not(:last-child) {
    margin-right: .1rem
}

.section1 .fixed-cont .sec1-nav ul li:hover a {
    color: #df0434
}

.section1 .fixed-cont .sec1-nav ul li.active a {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: 700
}

.section1 .fixed-cont .sec1-nav ul li.active a:after {
    opacity: 1
}

.section1 .fixed-cont .sec1-nav ul li a {
    display: block;
    color: #000;
    border-radius: 100px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: .15rem .3rem;
    border: .01rem solid #77787a;
    font-size: .22rem
}

@media (max-width: 767px) {
    .section1 .fixed-cont .sec1-nav ul li a {
        padding-left: .2rem;
        padding-right: .2rem;
        padding-top: .1rem;
        padding-bottom: .1rem
    }
}

@media (max-width: 1024px) {
    .section1 .fixed-cont .sec1-nav ul li a {
        border-width: 1px;
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .section1 .fixed-cont .sec1-nav ul li a {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .section1 .fixed-cont .sec1-nav ul li a {
        font-size: .3rem
    }
}

.section1 .fixed-cont .sec1-nav ul li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#df0434), to(#b91471));
    background-image: -webkit-linear-gradient(left, #df0434, #b91471);
    background-image: -moz-linear-gradient(left, #df0434, #b91471);
    background-image: linear-gradient(90deg, #df0434, #b91471)
}

.section1 .fixed-cont .sec1-list li {
    margin-top: 0
}

@media (max-width: 1024px) {
    .section1 .fixed-cont .sec1-list li {
        margin-top: .8rem
    }
}

@media (max-width: 767px) {
    .section1 .fixed-cont .sec1-list li {
        margin-top: .4rem
    }
}

.section1 .fixed-cont .sec1-list li .c {
    background-color: #fff;
    border-radius: .4rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    padding: .45rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

@media (max-width: 1024px) {
    .section1 .fixed-cont .sec1-list li .c {
        padding: .6rem
    }
}

@media (max-width: 767px) {
    .section1 .fixed-cont .sec1-list li .c {
        padding: .3rem
    }
}

@media (max-width: 991px) {
    .section1 .fixed-cont .sec1-list li .c {
        display: block
    }
}

.section1 .fixed-cont .sec1-list li:not(:first-child) {
    top: 100%;
    position: absolute;
    left: .5rem;
    right: .5rem
}

@media (max-width: 1024px) {
    .section1 .fixed-cont .sec1-list li:not(:first-child) {
        position: static
    }
}

@media (max-width: 767px) {
    .section1 .fixed-cont .sec1-list li:not(:first-child) {
        left: .2rem
    }
}

@media (max-width: 767px) {
    .section1 .fixed-cont .sec1-list li:not(:first-child) {
        right: .2rem
    }
}

.section1 .fixed-cont .sec1-list li:first-child {
    z-index: 1
}

.section1 .fixed-cont .sec1-list li:nth-child(2) {
    z-index: 2
}

.section1 .fixed-cont .sec1-list li:nth-child(3) {
    z-index: 3
}

.section1 .fixed-cont .sec1-list li:nth-child(4) {
    z-index: 4
}

.section1 .fixed-cont .sec1-list li:nth-child(5) {
    z-index: 5
}

.section1 .fixed-cont .sec1-list li:nth-child(6) {
    z-index: 6
}

.section1 .fixed-cont .sec1-list li:nth-child(7) {
    z-index: 7
}

.section1 .fixed-cont .sec1-list li .item-img {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: .3rem;
    width: 46.5%
}

@media (max-width: 991px) {
    .section1 .fixed-cont .sec1-list li .item-img {
        width: 100%
    }
}

.section1 .fixed-cont .sec1-list li .item-img:hover a {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.section1 .fixed-cont .sec1-list li .item-text {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: .55rem;
    width: 49.5%;
    margin-top: 0
}

@media (max-width: 991px) {
    .section1 .fixed-cont .sec1-list li .item-text {
        padding-right: 0;
        width: 100%
    }
}

@media (max-width: 1024px) {
    .section1 .fixed-cont .sec1-list li .item-text {
        margin-top: .7rem
    }
}

@media (max-width: 767px) {
    .section1 .fixed-cont .sec1-list li .item-text {
        margin-top: .5rem
    }
}

.section1 .fixed-cont .sec1-list li .item-text .title {
    font-weight: 700;
    color: #000;
    line-height: 1;
    text-align: left;
    margin-bottom: .1rem;
    font-size: .5rem
}

@media (max-width: 767px) {
    .section1 .fixed-cont .sec1-list li .item-text .title {
        text-align: center
    }
}

@media (max-width: 1024px) {
    .section1 .fixed-cont .sec1-list li .item-text .title {
        font-size: 30px
    }
}

@media (max-width: 991px) {
    .section1 .fixed-cont .sec1-list li .item-text .title {
        font-size: 26px
    }
}

@media (max-width: 767px) {
    .section1 .fixed-cont .sec1-list li .item-text .title {
        font-size: .36rem
    }
}

.section1 .fixed-cont .sec1-list li .item-text .sub-title {
    text-align: left;
    margin-bottom: .25rem;
    font-size: .32rem
}

@media (max-width: 767px) {
    .section1 .fixed-cont .sec1-list li .item-text .sub-title {
        text-align: center
    }
}

@media (max-width: 1024px) {
    .section1 .fixed-cont .sec1-list li .item-text .sub-title {
        font-size: 24px
    }
}

@media (max-width: 991px) {
    .section1 .fixed-cont .sec1-list li .item-text .sub-title {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .section1 .fixed-cont .sec1-list li .item-text .sub-title {
        font-size: .32rem
    }
}

.section1 .fixed-cont .sec1-list li .item-text .desc {
    min-height: 1.1rem
}

.section1 .fixed-cont .sec1-list li .item-text .link {
    text-align: left;
    margin-top: .8rem;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .section1 .fixed-cont .sec1-list li .item-text .link {
        text-align: center;
        margin-top: .5rem;
        margin-bottom: .3rem
    }
}

.section1 .zw {
    height: 150vh
}

.section1 .zw:last-child {
    height: 100vh
}

/*# sourceMappingURL=215aa912fc2cb15c94e1198e4912f6c2.css.map*/