.index {
    background-color: #F9F9F9;
}

.header {
    background: rgba(255, 255, 255, 0.06);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.honor-top {
    height: 945px;
    background-image: url(../static/img/img-097.png);
    background-size: cover;
    background-position: center;
}

.six-con {
    display: flex;
    position: relative;
    top: -400px;
    box-sizing: border-box;
}

.six-left {
    width: 219px;
    z-index: 999;
    height: auto;
    background: linear-gradient(136deg, #EAEEF6 0%, #D6D6D6 100%);
    padding: 30px 33px 90px;
    box-sizing: border-box;
    text-align: right;
    margin-right: 30px;
    flex-shrink: 0;
    min-height: 400px;

}

.six-left-img {
    border-bottom: 1px solid #FBFBFB;
    width: 100%;
    padding-bottom: 30px;
}

.six-left-title {
    margin-top: 20px;
    font-size: 21px;
    color: #333333;
    line-height: 25px;
}

.six-left-text {
    font-size: 14px;
    margin-top: 6px;
    font-family: Alibaba PuHuiTi 2.0-55 Regular, Alibaba PuHuiTi 20;
    color: #333333;
    line-height: 16px;
}

.six-left-time {
    font-size: 17px;
    margin-top: 17px;
    color: #333;
}

.six-left-time a {
    color: #333;
}

.six-left-time.active {
    color: #F85900;
    line-height: 16px;
    font-size: 20px;
}

.six-left-time.active a {
    color: #F85900;
}

.six-list {
    margin-top: 48px;
    position: relative;
}

.six-list:nth-of-type(1) {
    margin-top: 0;
}

.six-list-con {
    width: 981px;
    /* min-height: 434px; */
    background-image: url(../static/img/img-099.png);
    background-size: 100% 100%;
    padding: 28px 16px 42px 65px;
    box-sizing: border-box;
    position: relative;
}

.six-list-con::before {
    content: '';
    left: -45px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 120%;
    background-color: #C1C1C1;
}

.six-list-span {
    width: 14px;
    height: 14px;
    background: #F85900;
    border-radius: 50%;
    position: absolute;
    left: -51px;
    z-index: 9;
    top: 0;
}

.six-right {
    margin-left: 40px;
}

.six-list-img {
    width: 194px;
    height: 130px;
    margin-right: 27px;
    margin-top: 26px;
    display: inline-block;
}

.six-list-title {
    font-size: 18px;
    color: #333333;
    line-height: 21px;
}

.six-list-title span {
    margin-right: 8px;
    font-size: 28px;
    color: #F85900;
    line-height: 33px;
}

.alert {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999;
    display: none;
}

.alert-con {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    width: 70%;
    top: 50%;
    padding: 0 20px 20px;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
}

.alert-top {
    height: 60px;
    color: #333;
    align-items: center;
    display: flex;
    font-size: 24px;
    justify-content: space-between;
}

.swiper {
    width: 100%;
    height: 600px;
}

.swiper-slide {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: #F85900 !important;
    opacity: 0;
    transition: all .3s;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
    opacity: 1;
}