.other_176{
    overflow: hidden;
}
.other_176_title .index_title{
    position: relative;
}
.other_176_title .index_title:after{
    position: absolute;
    display: block;
    content:'';
    width: 80px;
    height: 3px;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}
.other_176_title1{
	font-size:18px;
	text-align:center;
	color:#FFFFFF;
	padding:20px;
}
.other_176_title .index_sub_title{
    color: #999;
}
.other_176_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.other_176_wrapper .other_176_content{
    flex: 0 0 24.8%;
    width: 24.8%;
    position: relative;
    transition: all .5s;
}
.other_176_box{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20%;
    z-index: 9;
}
.other_176_box:before{
    position: absolute;
    display: block;
    content:'';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
    transition: all .5s;
    z-index: -1;
}
.other_176_title{
    font-size: 26px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 30px;
}
.other_176_title:after{
    position: absolute;
    display: block;
    content:'';
    width: 40px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
.other_176_con{
    opacity: 0;
    transition: all .5s;
    min-height: 80px;
    font-size: 16px;
    transform: translateY(30px);
}
.other_176_content:hover .other_176_con{
    transform: translateY(0px);
    opacity: 1;
}
.other_176_content_img img{
    width: 100%;
}
.other_176_content:hover{
    transform: scale(1.08);
    border: 2px solid #fff;
    z-index: 99;
}

@media(max-width: 1200px) {
    .other_176_wrapper .other_176_content{
        flex: 0 0 49%;
        width: 49%;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px) {
    .other_176_wrapper .other_176_content{
        width: 100%;
        flex: 0 0 100%;
    }
    .other_176_content:hover{
        transform: scale(1);
        border: none;
        z-index: 99;
    }
    .other_176_wrapper{
        padding: 0 15px;
    }
}