.banner {
    width: 100%;
    height: 517px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner img {
    width: 1920px;
    position: relative;
}

.banner-txt {
    position: absolute;
    width: 1200px;
    height: 70px;
}

.banner-txt p {
    font-size: 40px;
    padding-bottom: 10px;
}

.banner-txt span {
    font-size: 18px;
    color: #666;
}

.special {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.special .specials {
    width: 1200px;
    height: 200px;
    display: flex;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
}

.special .specials .special-left {
    width: 920px;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.special .specials .special-right {
    width: 120px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.special .img {
    width: 159px;
    height: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.special .img img {
    /* width: 159px; */
    height: 102px;
    overflow: hidden;
    object-fit: cover;
}

.special .text {
    width: 709px;
    height: 102px;
}

.special .text p {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 15px;
}

.special .text span {
    display: block;
    font-size: 15px;
    color: #777;
    line-height: 24px;
}

.special-right p {
    text-align: center;
    font-size: 21px;
    color: #b18d59;
}

.special-right button {
    width: 120px;
    height: 30px;
    background-color: #b18d59;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 15px;
    color: white;
}

.special .see-more p{
   position: relative;
   top: -30px;
}
