/*案例顶部banner*/
.Service_banner{
	margin:100px auto 0 auto;
	position: relative;
}
.Service_banner img{
    width: 100%;
	margin-top: 0.6rem;
}
.Service_banner .Service_banner_mask{
	position: absolute;
    left: 1.2rem;
    top: 1.6rem;
    /*width: 4rem;*/
    width: 10rem;
    /*background: rgba(0,0,0,0.3);*/
    border-radius: 0.04rem;
    /*height: 2rem;*/
    height: 2.5rem;
    text-align: left;
    /*padding: 0.3rem 0.3rem 0.2rem 0.3rem;*/
}
.Service_banner_mask h4{
	color: #333;
	font-size: 0.4rem;
	font-weight: 500;
	letter-spacing: 0.02rem;
	margin-bottom: 0.18rem;
}
.Service_banner_mask p{
	font-size: 0.22rem;
	/* color: #fff; */
	color: #333;
	line-height: 0.28rem;
	letter-spacing: 0.02rem;
	margin-top: 0.3rem;
}
/*案例列表内容*/
.Service_content table tbody{
	flex-wrap: wrap;
	width: 16rem;
}
.Service_content header h2.UIOT_title{
	color: #333;
	text-align: center;
	font-size: 0.26rem;
	letter-spacing: 0.02rem;
	margin: 0.6rem auto 0.1rem auto;
}
.Service_content header p.UIOT_Eng{
	color: #333;
	text-align: center;
	font-size: 0.15rem;
	letter-spacing: 0.01rem;
	text-transform: uppercase;
	margin-bottom: 0.3rem;
}
.Service_Content_li{
	width: 3.8rem;
	margin-bottom: 0.35rem;
}
.Service_Content_li img{
	height: 2.8rem;
	width: 100%;
	border-radius: 0.05rem;
}
.Service_Content_message{
	text-align: center;
}
.Service_Content_message h5{
	font-size: 0.15rem;
	color: #333;
	margin-top: 0.2rem;
	letter-spacing: 0.015rem;
	line-height: 0.35rem;
}
.Service_Content_message span{
	display: block;
	border: #E6E6E6 solid 0.001rem;
    margin: 0 auto 0.1rem auto;
    width: 2.8rem;
    height: 0.01rem;
}
.Service_Content_message b{
	color: #D2272E;
	display: block;
	letter-spacing: 0.01rem;
	margin-bottom: 0.1rem;
	font-size: 0.13rem;
}
.Service_Content_message p{
	color: #999;
	font-size: 0.13rem;
	margin-bottom: 0.06rem;
	letter-spacing: 0.015rem;
}
.pagination-container{
    text-align: center;
    width: 12rem;
    margin: 0.2rem auto 0.2rem auto;
}
.pagination{
    display: flex;
    padding-left: 0;
    margin: 0.2rem 0;
    border-radius: 0.05rem;
}
.pagination-container .pagination>li>a, .pagination>li>span{
	color: #777;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	color: #fff!important;
}
.pagination li a{
	font-size: 0.13rem;
	color: #666;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #666!important;
	border-color: #666!important;
}
