.yuye{
    position: relative;
    min-height: 120vh;
}
.yuye .warpper{
    position: relative;
    padding-top: 60px;
}
.yuye .warpper .title{
    max-width: 250px;
    margin:0 auto;
}
.yuye .warpper .title img{
    width: 100%;
}
.yuye .warpper .box{
    position: relative;
    max-width: 1200px;
    /* left: 50%;
    transform: translateX(-50%); */
    margin: 40px auto 0 auto;
}
.yuye .warpper .box .bg2 img{
    max-width: 100%;
}
.yuye .boxsk{
    width: 100%;
    max-width: 1119px;
    position: absolute;
    top: 40px;
    left: 20px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}
.yuye .boxsk::before{
    content: "";
    position: absolute;
    top: 27%;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    background: url(../images/dd.png) no-repeat;
}
.yuye .boxsk .item{
    padding: 0 30px;
    box-sizing: border-box;
}
.yuye .boxsk .item .num{
    color: #695f53;
    text-align: center;
    font-size: 22px;
}
.yuye .boxsk .item .num .n1{
    font-weight: 600;
    font-size: 26px;
}
.yuye .boxsk .item .xx{
   display: flex;
   justify-content: center;
   margin: 30px 0;
   height: 30px;
}
.yuye .boxsk .item .xx img{
    max-width: 30px;
}
.yuye .boxsk .item .dj{
    position: relative;
}
.yuye .boxsk .item .dj img{
    max-width:100%;
}
.yuye .boxsk .item .dj .ico{
    position: absolute;
    top: 40px;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translateX(-50%);
    display: flex;
}
.yuye .boxsk .item .dj .ico img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.yuye .boxsk .item .jb{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.yuye .boxsk .item .dj .name{
    font-size: 22px;
    color: #695f53;
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    text-align: center;
}