.un_data {
    width: 80%;
    padding-top: 100px;
    padding-bottom: 50px;
    margin: 0 auto;
    min-height: 550px !important;
}
.un_contcintont{
    min-height: 1000px;
    overflow: hidden;
}
.un_contcje{
    overflow: hidden;
    width: 100%;
    min-height: 400px;
}
#wulainwaimg img{
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /*opacity:0;*/
}

.table-imgBox {
    float: left;
    width: 31%;
    margin: 0 1.165%;
    min-height: 140px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.ta_imgtemp{
    width: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 3px;
    opacity: 0;
}
.ta_img {
    width: 100%;
    display: block;
    border-radius: 3px;
}
.ta_imgno{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    border-radius: 3px;
}

.industry-table-detail {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85px;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}

.suc_tit{
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    line-height: 50px;
    height: 45px;
}
.suc_det{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

/*物联网页面样式*/
.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;
}
	
/* 分页 */
.suc_pagediv{
    overflow: hidden;
    min-height: 50px;
    margin-top: 60px;
    text-align: center;
}
.page_div {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: "microsoft yahei";
    color: #666666;
    padding-left: 20px;
    box-sizing: border-box;
}
.page_div>a{
    min-width: 30px;
    height: 28px;
    border: 1px solid #dce0e0!important;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
    line-height: 28px;
    color: #666666;
    font-size: 13px;
    display: inline-block;
}
#prePage, #nextPage{
    width: 70px;
    color: #0073A9;
    border: 1px solid #0073A9!important;
}
.current{
    background-color: #0073A9;
    color: #FFFFFF !important;
}
.totalPages {
    margin: 0 10px;
}
.totalPages>span, .totalSize>span {
    color: #0073A9;
    margin: 0 5px;
}

/* 暂无内容 */
.suc_nocont{
    padding-top: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #ddd;
}