main {
    position: relative;
    padding-top: 100px;
    margin-bottom: 100px;
}

.Heads {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 20%;
}

.Heads img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Heads::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 2;
    content: '';
    background-image: url('../img/Head-Bj/z.png');
}



.ct {
    margin-top: 150px;
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 20%;
    background-image: url('https://28136318.s61i.faiusr.com/2/AD0I-qa1DRACGAAgvKCDjAYo7q_WoQMw_g44mgM.jpg.webp.webp');
    background-repeat: no-repeat;
    background-size: 100% cover;
    background-position: center center;
}

.ct .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 50px;
    height: 50px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.8);
}

/* 遮罩层样式 */
.ct .video-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* 半透明黑色背景 */
    backdrop-filter: blur(10px);
    /* 背景模糊效果 */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* 视频容器样式 */
.ct .video-popup-container {
    position: relative;
    width: 80%;
    max-width: 800px;
    background: transparent;
    /* 透明背景 */
}

/* 关闭按钮样式 */
.ct .video-popup-close {
    position: fixed;
    /* 固定在遮罩层右上角 */
    top: 20px !important;
    right: 20px !important;
    font-size: 24px;
    color: white;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1001;
    /* 确保关闭按钮在遮罩层上方 */
}

/* 视频样式 */
.ct .video-popup-iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 8px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}

.Ahead .text-head span {
    display: inline-flex;
    color: var(--moniz-gray, #717178);
    font-size: 16px;
    align-items: center;
    line-height: 30px;
    margin-bottom: 6px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 10px;
    position: relative;
}

.Ahead .text-head span::before {
    position: relative;
    top: -2px;
    content: '';
    background-color: #241917;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
}

.Ahead .text-head h2 {
    margin: 0;
    font-weight: 700;
    color: var(--moniz-black, #1e1e22);
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
}

.Ahead p {
    color: #717178;
}

.Ahead .SumBox {
    width: 100%;
    border: 1px solid #eee;
    background-color: white;
    padding: 50px 0;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.Ahead .SumBox .sums {
    /* background-color: red; */
    width: 25%;
}

.Ahead .SumBox .sums .iconfont {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #000000;
    line-height: 65px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background-image: linear-gradient(180deg, #241917 70%, #241917 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.Ahead .SumBox .sums:hover .iconfont {
    transform: scale(1.1);
}

.Ahead .SumBox .sums h6 span {
    font-size: 40px;
    font-weight: bold;
    color: black;
}

.Ahead .SumBox .sums h6 {
    color: #aaa;
}

.Ahead .SumBox .sums .xx {
    color: #929292;
}

.Ahead .SumBox .yuan {
    position: absolute;
    bottom: -124px;
    left: -55px;
    height: 185px;
    width: 185px;
    background: linear-gradient(90deg, #241917 50%, #241917 100%);
    border-radius: 50%;
}





.honor .text-left span {
    display: inline-flex;
    color: var(--moniz-gray, #717178);
    font-size: 16px;
    align-items: center;
    line-height: 30px;
    margin-bottom: 6px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 10px;
    position: relative;
}

.honor .text-left span::before {
    position: relative;
    top: -2px;
    content: '';
    background-color: #241917;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
}

.honor .text-left h2 {
    margin: 0;
    font-weight: 700;
    color: var(--moniz-black, #1e1e22);
    font-size: 50px;
    line-height: 60px;
}

.honor .buttons {
    margin-top: 30px;
}

.honor .buttons button {
    width: 63px;
    height: 63px;
    line-height: 1em;
    font-size: 20px;
    background-color: #211B1C;
    border-radius: 999px;
}

.honor .buttons button span {
    color: white;
}

.honor-img {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute !important;
    left: 47%;
    top: 0;
}

.honor-img .img {
    height: 100%;
    width: 100%;
}

.honor-img .img img {
    height: 100%;
    object-fit: cover;
}

.honor-img button {
    display: none !important;
}

.honor-img .slick-list {
    height: 100% !important;
}

.honor-img .slick-list .slick-track {
    height: 100% !important;
}

.hon {
    position: relative;
    padding: 100px 0;
    margin-top: 100px;
}

@media screen and (max-width:1200px) {
    .ct {
        padding-top: 250px !important;
        background-size: cover;
    }

    .honor-img .img img {
        height: 75%;
    }
}

@media screen and (max-width:991px) {
    .Ahead .SumBox {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .Ahead .SumBox .sums {
        width: 100%;
    }

    .honor {
        padding: 0 20px;
    }

    .honor-img {
        padding: 0 20px;
    }
}

@media screen and (max-width:768px) {
    .honor-img {
        position: relative !important;
        left: 0;
        margin-top: 40px;
    }

    .honor-img .slick-list {
        height: fit-content;
    }

    .honor-img .slick-list img {
        width: 100%;
    }

    main {
        margin-bottom: 0;
    }
    .hon{
        margin-top: 0;
    }
}