.modBox{
	background-color: white;
	margin-bottom: 0.4rem;/*20/50*/
}
.modBox ul{
	width: 25%;
	float: left;
	padding: 0.6rem 0;/*30/50*/
	overflow: hidden;
}
.modBox ul li:first-child{
	width: 100%;/*88/50*/
	height: 1.76rem;
	overflow: hidden;
}
.modBox ul li:first-child img{
	height: 100%;
	margin: auto;
}
.modBox ul li:last-child{
	color: #333;
	font-size: 0.48rem;/*24/50*/
	text-align: center;
	padding-top: 0.36rem;/*18/50*/
}


/*最新案例*/
.caseBox,.newsBox{
	background-color: white;
	margin-bottom: 0.4rem;
}
.caseBox ol,.newsBox ol{
	overflow: hidden;
	height: 1.76rem;
	line-height: 1.76rem;
	border-bottom: 1px solid #ccc;
}
.caseBox ol li:first-child,.newsBox ol li:first-child{
	float: left;
	font-size: 0.56rem;/*28/50*/
	color: #3598dc;
	padding-left: 0.4rem;/*20/50*/
}
.caseBox ol li:last-child,.newsBox ol li:last-child{
	float: right;
	font-size: 0.48rem;/*24/50*/
	padding-right: 0.4rem;
	color:#646464;
}
.caseWrap,.newsWrap{
	padding:0.8rem 0.4rem;/*20/50*/
	overflow: hidden;
}
.caseWrap ul{
	width: 48.33%;
	float: left;
	position: relative;
	margin-bottom: 0.8rem;
}
.caseWrap a:nth-child(odd) ul{
	margin-right: 3.34%;
}
.caseWrap ul li:first-child img{
	width: 100%;
}
.caseWrap ul li:last-child{
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
	width: 100%;
	color: white;
	font-size: 0.56rem;/*28/50*/
	text-align: center;
	line-height: 1rem;
}


/*新闻资讯*/
.newsWrap ul{
	border: 1px solid #ccc;
	margin-bottom: 0.8rem;
	overflow: hidden;
}
.newsWrap ul li{
	float: left;
}
.dateBox{
	width: 20%;/*160/50*/
	height: 3.2rem;
	overflow: hidden;
}
.dateBox h1{
	font-size: 1.4rem;/*70/50*/
	text-align: center;
	line-height: 1.6;
	color: #646464;
	font-weight: bold;
}
.dateBox p{
	font-size: 0.48rem;/*24/50*/
	text-align: center;
	color:#909090;
}
.contentBox{
	width: 80%;
	box-sizing: border-box;
	padding: 0.4rem 0.8rem;
	border-left: 1px solid #ccc;
}
.contentBox h1{
	font-size: 0.56rem;/*28/50*/
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color:#646464;
	padding-bottom: 0.3rem;
}
.contentBox p{
	font-size: 0.48rem;
	color: #909090;
	line-height: 1.5;
	height: 1.44rem;/*72/50*/
	overflow: hidden;
	text-align: justify;
}


/*合作伙伴*/
.partnerBox{
	background-color: white;
	margin-bottom: 1.98rem;/*99/50*/
}
.partnerBox h2{
	height: 1.76rem;
	line-height: 1.76rem;
	border-bottom: 1px solid #ccc;
	font-size: 0.56rem;/*28/50*/
	color: #3598dc;
	padding-left: 0.4rem;/*20/50*/
}
.partnerBox ul{
	padding: 0.8rem 0.4rem;
	overflow: hidden;
}
.partnerBox ul li{
	width: 31%;
	overflow: hidden;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 0.8rem;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.partnerBox ul li img{
	width: 100%;
}