@charset "utf-8";.g-clr:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.g-clr {
    *zoom:1}

.hide {
    display: none
}

input,textarea {
    outline: 0
}

.gridwall-container {
    width: 100%;
    position: relative
}

.gridwall-wrapper {
    width: 100%;
    position: relative
}

.gridwall-item {
    box-sizing: border-box;
    position: absolute;
    overflow: hidden;
    transition: .8s ease all;
    opacity: 0;
    cursor: pointer
}

.gridwall-item .item-img {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    width: 100%;
    height: 100%;
    -webkit-transition: .5s ease-in-out all;
    -moz-transition: .5s ease-in-out all;
    -ms-transition: .5s ease-in-out all;
    -o-transition: .5s ease-in-out all;
    transition: .5s ease-in-out all;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: absolute
}

.gridwall-item .item-img img {
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    -ms-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    width: 100%;
    height: 100%
}

.gridwall-item .item-img .img-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .45;
    -webkit-transition: .5s ease-in-out all;
    -moz-transition: .5s ease-in-out all;
    -ms-transition: .5s ease-in-out all;
    -o-transition: .5s ease-in-out all;
    transition: .5s ease-in-out all
}

.gridwall-item .item-text {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 12px;
    position: absolute;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -ms-flex-wrap: none;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: left;
    padding: 30px;
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    -ms-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out
}

.gridwall-item .arrow {
    width: 14px;
    height: 14px;
    position: absolute;
    display: block;
    transform: rotate(45deg);
    transition: .5s all ease-in-out
}

.gridwall-item .bgc_1 {
    background: #191919
}

.gridwall-item .bgc_1 .arrow {
    background: #191919
}

.gridwall-item .bgc_2 {
    background: #3f434e
}

.gridwall-item .bgc_2 .arrow {
    background: #3f434e
}

.gridwall-item .left {
    top: 0;
    left: 0;
    height: 100%
}

.gridwall-item .left .arrow {
    right: -7px;
    top: 50%
}

.gridwall-item .top {
    top: 0;
    left: 0;
    width: 100%
}

.gridwall-item .top .arrow {
    bottom: -7px;
    left: 50%
}

.gridwall-item .right {
    top: 0;
    right: 0;
    height: 100%
}

.gridwall-item .right .arrow {
    left: -7px;
    top: 50%
}

.gridwall-item .bottom {
    left: 0;
    bottom: 0;
    width: 100%
}

.gridwall-item .bottom .arrow {
    top: -7px;
    left: 50%
}

.gridwall-item:hover .item-img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.gridwall-item:hover .item-img img {
    transform: translate(-50%,-50%) scale(1.2)
}

.gridwall-item:hover .item-img .img-mask {
    opacity: 0
}

.gridwall-item:hover .item-text.bgc_1 {
    background: #000
}

.gridwall-item:hover .item-text.bgc_1 .arrow {
    background: #000
}

.gridwall-item:hover .item-text.bgc_2 {
    background: #2b2d34
}

.gridwall-item:hover .item-text.bgc_2 .arrow {
    background: #2b2d34
}

.gridwall-item.loaded {
    opacity: 1
}

.gridwall-item.loaded .item-img {
    transform: scale(1)
}

.div_text {
    width: 100%
}

.div_text p {
    line-height: 21px;
    color: #c2c2c2;
    margin-bottom: 30px;
    display: block;
    max-height: 63px;
    word-break: break-word;
    overflow: hidden
}

.div_text em {
    display: block;
    height: 1px;
    background: #6e6e6e;
    width: 38px;
    margin-bottom: 20px
}

.div_text span {
    color: #6e6e6e
}
