.content-wrapper>div:nth-child(1) {
    width: 1200px;
    margin: 0 auto;
    height: 249px;
    padding: 0 200px;
    padding-top: 350px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* position: relative; */
}

.content-wrapper>div:nth-child(1)>div {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 249px;
    ;
}

@keyframes moving {
    form {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200px);
    }
}

.content-wrapper>div:nth-child(1) img {
    width: 129px;
    height: 129px;
    /* animation: moving 1s linear infinite alternate; */
    ;
}


/* 
.content-wrapper>div:nth-child(1) img:nth-child(1) {
    animation: moving 1s linear infinite alternate;
    ;
}

.content-wrapper>div:nth-child(1) img:nth-child(2) {
    animation: moving 1s linear infinite alternate;
    ;
}

.content-wrapper>div:nth-child(1) img:nth-child(3) {
    animation: moving 1s linear infinite alternate;
    ;
} */

.content-wrapper .left {
    width: 77px !important;
    height: 77px !important;
    position: absolute;
    left: 0;
}

.content-wrapper .right {
    width: 77px !important;
    height: 77px !important;
    position: absolute;
    right: 0;
}

.content-wrapper>div .imges:hover {
    width: 239px;
    height: 239px;
}

.content-wrapper {
    position: relative;
}

.content-wrapper>div:nth-child(1)>div>div:nth-child(2) {
    position: absolute;
    left: 550px;
    bottom: 80px;
    height: 150px;
}

.content-wrapper>div:nth-child(1)>div>div:nth-child(2) p:nth-child(1) {
    font-size: 30px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    position: relative;
    padding-bottom: 20px;
}

.content-wrapper>div:nth-child(1)>div>div:nth-child(2) p:nth-child(1)::after {
    position: absolute;
    bottom: 0;
    content: '';
    left: 254px;
    width: 108px;
    height: 5px;
    background: #ffd300;
}

.content-wrapper>div:nth-child(1)>div>div:nth-child(2) p:nth-child(2) {
    margin-top: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    width: 622px;
}

.none {
    display: none;
}

.content-wrapper>div:nth-child(1)>div:nth-child(1) img:hover+.pbox1 {
    display: block
}

.content-wrapper>div:nth-child(1)>div:nth-child(2) img:hover+.pbox2 {
    display: block
}

.content-wrapper>div:nth-child(1)>div:nth-child(3) img:hover+.pbox3 {
    display: block
}