body .auto-20{
	margin-left: 0.2rem;
	margin-right: 0.2rem;
}
body .mt-40{
	margin-top: 0.4rem;
}
body .mb-20{
	margin-bottom: 0.2rem;
}
/*banner*/
#server-banner {
    width: 100%;
    height: 3rem;
}
/*服务列表*/
.product-content{
	border-top: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;
	box-sizing: border-box;
	margin-bottom: 0.56rem;
	overflow: hidden;
}
.product-content .service-li{
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	box-sizing: border-box;
	width: 2.35rem;
	height: 2.36rem;
	background: #FFFFFF;
	text-align: center;
	padding-top: 0.48rem;
	padding-bottom: 0.36rem;
	float: left;
}
.service-li-price{
	color: #E2383A;
	margin-top: -2px;
	display: block;
	text-align: center;
}
.service-li .li-img{
	width: 1.3rem;
	height: 0.98rem;
	display: inline-block;
}
.service-li .img_desc{
	font-size: 0.28rem;
	color: #333;
	line-height: 0.48rem;
	font-size: 12px;
}
.desc-h3 {
    display: inline-block;
    width: 100%;
    height: 1.22rem;
    margin: 0.12rem auto;
    position: relative;
    color: #666666;
    font-size: 0.36rem;
}
.border{
	display: inline-block;
	height: 1px;
	width: 100%;
	background: #CCCCCC;
	position: absolute;
	left: 0;
	right: 0;
	top: 49%;
	bottom: 0;
	z-index: 10;
}
.desc-title{
	display: inline-block;
	width: auto;
	height: 1.22rem;
	line-height: 1.22rem;
	position: absolute;
	left: 36%;
	padding: 0 0.16rem;
	z-index: 1000;
	background: #f5f5f5;
}
/*行业看点*/
.hy-view{
	overflow: hidden;
	background: #FFFFFF;
}
.hy-view .desc-h3{
	margin: 0.04rem auto;
}
.hy-view .desc-title{
	background: #FFFFFF;
}
.new-li{
	line-height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new-li:last-child{
	margin-bottom: 0.2rem;
}
.new-li a{
	width: 100%;
	font-size: 0.24rem;
	color: #666;
	line-height: 0.48rem;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.new-li span{
	font-weight: lighter;
	color: #999;
}
.look_all{
	text-align: center;display: block;line-height: 0.8rem;font-size: 0.24rem;
}
/*成功案例*/
.example-list{
	overflow: hidden;
	margin-bottom: 0.64rem;
}
.example-list-ul{
	width: auto;
	height: auto;
	overflow: hidden;
	display: flex;
}
.example-li{
	background: #FFFFFF;
	border: dashed 1px #e6e6e6;
	flex: auto;
	margin-right: 0.24rem;
	width: 1.6rem;
	height: 0.9rem;
	justify-content:space-between;
	text-align: center;	
	line-height: 0.9rem;
}
.example-li:last-child{
	margin-right: 0;
}
.example-li img{
	width: auto;
	height: 0.4rem;
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
}
