.un_data {
    width: 80%;
    padding-top: 100px;
    padding-bottom: 50px;
    margin: 0 auto;
    min-height: 823px !important;
}
.un_contcintont{
    min-height: 1000px;
    overflow: hidden;
}
.un_contcje{
	overflow: hidden;
	width: 100%;
}
#wulainwaimg img{
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /*opacity:0;*/
}

.table-imgBox {
    float: left;
    width: 32%;
    margin: 0 0.65%;
    min-height: 140px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    background: #f5f5f5;
}

.table-imgBox>img {
	width: 100%;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity:0;
}

.table-imgBox>img:hover {
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.industry-table-detail {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0px;
    background: rgba(255, 255, 255, .8);
    height: 75px;
}

.industry-table-detail>h4{
    font-size: 19px;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    line-height: 47px;
    height: 47px;
}
.industry-table-detail>p{
	font-size: 16px;
    font-weight: 600;
    color: #666;
}

/*物联网页面样式*/
.un_contcintr{
	width: 80%;
	margin: 0 auto;
	padding-top:50px;
}
.un_conintitle{
	text-align: center;
}
.un_conintitle>h3{
    padding: 35px;
    border-bottom: 1px solid;
    font-size: 25px;
    letter-spacing: 1px;
    color: #333;
}
.un_conintimg{
	padding-bottom: 3%;
    width: 90%;
    margin: 0 auto;
    min-height: 800px;
}
	
