.firmArea .firmList .title::before, .firmArea .firmList .title, .firmArea .firmList .firmItem {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.firmArea {
    padding: 80px 0 40px;
}
@media (max-width: 1024px) {
    .firmArea {
        padding: 60px 0 30px;
    }
}
.firmArea .titleBox {
    margin-bottom: 40px;
}
.firmArea .firmList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
}
@media (max-width: 1024px) {
    .firmArea .firmList {
        max-width: 640px;
        margin: 0 auto;
    }
}
.firmArea .firmList .firmItem {
    width: 25%;
    padding: 0 20px;
}
@media (min-width: 1201px) {
    .firmArea .firmList .firmItem:hover {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    .firmArea .firmList .firmItem:hover .title::before {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    .firmArea .firmList .firmItem:hover .title a {
        color: #fff;
    }
}
@media (max-width: 1024px) {
    .firmArea .firmList .firmItem {
        width: 50%;
        padding: 0 20px 20px;
    }
}
@media (max-width: 640px) {
    .firmArea .firmList .firmItem {
        width: 100%;
        padding: 0 0 20px;
    }
}
.firmArea .firmList .item {
    position: relative;
}
.firmArea .firmList .Img {
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.firmArea .firmList .Img img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.firmArea .firmList .title {
    width: 110px;
    height: 110px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    text-align: center;
}
.firmArea .firmList .title::before {
    content: "";
    background-color: #B89A83;
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.firmArea .firmList .title a {
    position: relative;
    z-index: 2;
}
.firmArea .firmList .Txt {
    color: #626262;
    line-height: 1.5;
    letter-spacing: 0.5px;
    padding-top: 20px;
    text-align: center;
}

.albumList {
    margin: 0 -20px;
}
.albumList .albumItem {
    cursor: pointer;
    padding: 0 20px;
}
.albumList .albumItem img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
@media (max-width: 1024px) {
    .albumList {
        margin: 0 -15px;
    }
    .albumList .albumItem {
        padding: 0 15px;
    }
}
@media (max-width: 480px) {
    .albumList {
        margin: 0 -8px;
    }
    .albumList .albumItem {
        padding: 0 8px;
    }
}