@charset "utf-8";

.nyflqh {
    margin-top: 50px;
}

.nyflqhbox {
    display: flex;
    justify-content: center;
}

.nyflqhbox .nyflqha {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 20px;
    color: #333;
    position: relative;
}

.nyflqhadw {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    display: none;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nyflqhbox .nyflqha:hover {
    background-color: #efefef;
    color: #222;
}

.nyflqhbox .nyflqha.on {
    background-color: #234488;
    color: #fff;
}

.nyflqhbox .nyflqha.on .nyflqhadw {
    display: block;
}
.nycqlbrbox_fy .nyfybox li{
padding: 0.2rem;
border: 1px solid #eae8e8;
margin-left: 0.5rem;
list-style: none;
}
.nycqlbrbox_fy .nyfybox .active{
	background:#ea2323;
color:#fff;
}
/*  Ïà²áÄÚÈÝ*/
.albumct {
    margin-top: 60px;
}

.albumctbox .albumcta {
    width: 24.5%;
    margin-right: 0.5%;
    margin-bottom: 10px;
    overflow: hidden;
}

.albumctbox .albumcta:nth-child(4n) {
    margin-right: 0;
}

.albumctbox .albumcta img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.albumctbox .albumcta:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media screen and (max-width:992px) {
    .albumct {
        margin-top: 30px;
    }
    .albumctbox .albumcta {
        width: 32%;
        margin-right: 2%;
    }
    .albumctbox .albumcta:nth-child(4n) {
        margin-right: 2%;
    }
    .albumctbox .albumcta:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width:768px) {
    .albumctbox .albumcta {
        width: 49%;
        margin-right: 2%;
    }
    .albumctbox .albumcta:nth-child(3n) {
        margin-right: 2%;
    }
    .albumctbox .albumcta:nth-child(2n) {
        margin-right: 0;
    }
}