body{
	padding: 0;
	margin: 0;
}
/* 巨幕 */
.bannerBox {
  width: 100%;
  min-width: 1200px;
  display: block;
}
/* 巨幕  end */
/* tabs */
.pages-newsBox-tabBox{
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pages-newsBox-tabBox-href{
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid #d1d1d1;
    color: #808080;
    margin: 0 20px;
    text-decoration:none;
}
.pages-newsBox-tabBox-href:hover{
    color: #82CCCB;
    border-color: #82CCCB;
}
/* tabs END */
/* 案例  */
.page-caseBox{
	/*width: 100%;*/
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
}
.page-caseBox-model{
	/*width: 80%;*/
	width: 360px;
	overflow: hidden;
	margin: 20px;
	border: 1px solid #f1f1f1;
	transition: all ease 0.3s;
	box-shadow: 0 0 20px -10px #808080;
	border-radius: 10px;
}
.page-caseBox-model-container{
	width: 90%;
	margin: 0 auto;
}
.page-caseBox-model-imgUrlBox{
    width: 100%;
	height: 200px;
	overflow: hidden;
	margin: 20px 0;
	text-align: center;
}
.page-caseBox-model-imgUrl{
    max-width: 100%;
	height: 100%;
	border-radius: 10px;
}
.page-caseBox-model-mainBox{
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}
.page-caseBox-model-mainBox-titleHref{
	text-decoration: none;
}
.page-caseBox-model-mainBox-title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.aHref:hover .page-caseBox-model-mainBox-title{
	color: #82CCCB;
	text-decoration: none;
}
.page-caseBox-model-mainBox-tip{
	font-size: 16px;
	padding: 10px 0 20px;
	border-bottom: 2px solid #333751;
	text-align: center;
}
.page-caseBox-model-mainBox-content{
	font-size: 16px;
	line-height: 32px;
	margin-top: 20px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 100px;
}
/* 案例  end  */

.paginate{
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 30px 0;
}
