#slide2 .menus-item {
    float: left;
    width: 20%;
    text-align: center;
}

#slide2 #service-li-1 {
    z-index: 1;
    height: 100%;
    width: 20%;
    position: absolute;
    background-image: url("../image/work5.jpg");
}

#slide2 #service-li-2 {
    z-index: 1;
    height: 100%;
    width: 20%;
    position: absolute;
    background-image: url("../image/work2.png");
}

#slide2 #service-li-3 {
    z-index: 1;
    height: 100%;
    width: 20%;
    position: absolute;
    background-image: url("../image/work1.jpg");
}

#slide2 #service-li-4 {
    z-index: 1;
    height: 100%;
    width: 20%;
    position: absolute;
    background-image: url("../image/work4.jpg");
}

#slide2 #service-li-5 {
    z-index: 1;
    height: 100%;
    width: 20%;
    position: absolute;
    background-image: url("../image/work9.jpg");
}

#slide2 .second-ul:hover div.ul-div{
    /*position: relative;*/
    /*color: black;*/
    margin-top: 220px;
}

#slide2 .ul-div{
    transition: margin-top 2s;
    margin-top: 250px;
    margin-bottom: 10px;
    color: black;
}

#slide2 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: auto;
}

/*隐藏li*/
#slide2 .second-ul li {
    visibility: hidden;
}

#slide2 .second-ul:hover li{
    visibility: visible;
    margin-top: 20px;

}

#slide2 .second-ul:hover .menus-item-li-box{
    display: block;
}

#slide2 .menus-item-li-box{
    display: none;
    margin-top: 200px;
    width: 290px;
    height: 400px;
    margin-left: 5px;
    background: rgba(255, 255, 255, 0.5);
    /*border-radius: 100%;*/
    border: none;
    border-radius: 40px 10px;
    z-index: -1;
    position: absolute;
}

/*不是加减，是覆盖*/
#slide2 .second-ul:hover a{
    /*color: black;*/
}

#slide2 li {
    margin-top: 20px;
    margin-bottom: 10px;
    transition: all 1s ease-out;
}

#slide2 .first-kid {
    margin-top: 40px;
}

#slide2 a{
    color: black;
}

#slide2 .el-icon-close {
    z-index: 2;
    margin-left: 680px;
    position: absolute;
    margin-top: 45px;
    font-size: 30px;
    cursor: pointer;
    color: white;
}

#slide2 .first-name {
    font-size: 20px;
    margin-bottom: 10px;
}

#slide2 .first-entxt {
    /*color: lightgray;*/
}

#slide2 .menus-con menus-conhide {
    list-style: none;
    /*position: relative;*/
}

#slide2 #icon {
    background-color: dimgray;
    height: 10px;
}