body{
	background-color: #f2f2f2;
	font-family: "微软雅黑";
	padding: 50px;
}

/* 案例详情 */
.anli{
	margin-bottom: 50px;
	position: relative;
}
.anliContent{

}
.anliL{
	width: 65%;
	/*padding: 40px 50px;*/
	padding: 2vw 2.1vw;
	background-color: #fff;
}
.anliL img{
	width: 100%!important;
	height: auto;
	max-width:100%;
	margin-bottom: 35px;
}
.anliL p{
	font-size: 16px;
	color: #222;
	line-height: 30px;
	margin-bottom: 35px;
	text-align: justify;
}
.anliL span{
	font-size: 18px;
	font-weight: bold;
	color: #222;
}
.fudong{
	/*width: 495px;*/
	width:26%;
	height: 820px;
	position: fixed;
	right: 50px;
	top: 50px;
}
.fudongContent{
	padding: 2vw!important;
	background-color: #fff;
}
.fudongTitle{
	border-bottom: 1px solid #eaeaea;
}
.fudongTitle h3{
	font-size: 22px;
	font-weight: bold;
	color: #222;
}
.fudongTitle p{
	font-size: 14px;
	color: #888;
	padding-top: 10px;
	padding-bottom: 20px;
}
.fudongContent>p{
	font-size: 16px;
	line-height: 36px;
	color: #222;
	text-align: justify;
}
.fudongContent>p span{
	color: #999;
}
.fudongContent h5{
	font-size: 18px;
	color: #bf2e27;
	padding: 40px 0 12px 0;
	font-weight: 500;
}
.fudongUl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fudongUl li{
	/*width: 200px;*/
	/*height: 197px;*/
	width:10.1vw;
	height: 10vw;
	text-align: center;
}
.fudongUl img{
	width: 100%;
    	height: 7.5vw;
}
.fudongUl p{
	font-size: 14px;
	color: #555;
	height: 30px;
	line-height: 30px;
}




/*底部*/
.bottom{
	min-width: 1250px;
	height: 69px;
	border-top: 1px solid #ccc;
	text-align: center;
}
.copyright{
	color: #222222;
	font-size: 16px;
	line-height: 69px;
}
@media screen and (max-width:1000px) {
	.anliL{
		width:65%;
	}



}









