/* 项目详情 */
body {
    padding-top: 84px;
}

.banner {
    width: 100%;
    height: 400px;
    margin-bottom: 86px;
}

.banner img {
    width: 100%;
    height: 100%;
}
.case-title{
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.content{
	min-height: 800px;
	height: auto;
	margin-bottom: 140px;
}
.content .center-box {
	overflow: hidden;
}
.content .center-box *{
	max-width: 100%!important;
}
.content .center-box h1{
	font-size: 28px;
}
.content .center-box img{
	text-align:center;
	display:block;
	margin:0 auto;
}
.content .center-box p{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.pagelist{
	height: 50px;
	margin-bottom: 90px;
}
.pagelist .center-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pagelist .center-box .left-link{
	width: 800px;
	height: 100%;
}
.pagelist .center-box .left-link .link{
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.pagelist .center-box .back{
	display: block;
	width: 120px;
	height: 38px;
	background-color: #aa2c34;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	border-radius: 100px;
}