.dui-navbar.collapsed ul.navbar-category li.category-item>a, .dui-navbar.collapsed ul.navbar-category li.category-item>a:hover, .dui-navbar.collapsed ul.navbar-category:hover li.category-item:hover>a {
    color: #000!important;
}
.separate{
    padding-top: 64px
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .photo{
        width: 62.5%;
        margin: 0 auto;

    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .photo{
        width: 62.5%;
        margin: 0 auto;

    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .photo{
        width: 62.5%;
        margin: 0 auto;
    }
    .photo ul li{
        width: 100%;
        margin: 50px 5px;
    }
    .photo ul li img{
        width: 100%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .photo{
        width: 62.5%;
        margin: 0 auto;

    }
    .photo ul li{
        width: 100%;
        margin: 50px 5px;
    }
    .photo ul li img{
        width: 100%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .photo{
        width: 1200px;
        margin: 0 auto;

    }
    .photo ul li{
        width: 30%;
        float: left;
        margin: 47px 60px 0px 0px;
    }
    .photo ul li img{
        width: 100%;
    }
}


.photo ul li:nth-child(3n){
    margin-right: 0;
}
.photo ul li .box{
   width: 100%;
    position: relative;
}
.photo ul li img{
    max-width: 100%;
}
.photo ul li .box .title{
    display: none;
    text-align: center;
    position: absolute;
    line-height: 50px;
    background: rgba(255,255,255,0.8);
    bottom: 0;
    width: 100%;
}
.photo ul li:hover .title{
    display: block;
}
.photo_show{
    width: 100%;
    padding: 5%;
}
.photo_show img{
    max-width: 100%;

}
.photo_show .title{
    font-size: 0.24rem;
    text-align: center;
    margin-top: 50px;
}
@media screen and (max-width: 650px){
    .photo ul li{
        width: 100%;
        margin: 30px 0px;
    }
    .photo ul li:nth-child(3n){
        margin-right: 3%;
    }
    .photo ul li:nth-child(2n){
        margin-right: 0;
    }
    .photo ul li .box .title{
        display: block;
        line-height: 0.3rem;
    }

}