﻿.case-list-wrap{
	width: 100%;
	background-color: #fff;
}
.case-list{
	width: 1120px;
	height: 345px;
	margin: 0 auto;
	display: flex;
}
.case-list li{
	width: 25%;
	height: 100%;
	border-left: 1px solid #e6e6e6;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
}
.case-list li :hover .box{
	background-color: #2c2f81;
	color: #fff;
}
.case-list li :hover .p1{
	color: #2c2f81;
}
.case-list li:first-child{
	width: 22%;
	height: 100%;
	border-left: none;
	display: flex;
	align-items: center;
	justify-content: left;
	text-align: center;
	padding-left: 10px;
}
.case-list li:last-child{
	width: 22%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
	padding-right: 10px;
}
.case-list li a .box{
	width: 140px;
	height: 130px;
	background-color: #eeeeee;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
.case-list li a .box .iconfont{
	font-size: 80px;
}
.case-list li a .p1{
	font-weight: bold;
	font-size: 18px;

	color: #000;
	margin: 25px 0 10px;
}
.case-list li a .p2{
	font-size: 12px;
	font-family: "宋体";
	color: #787878;
}
/* 案例列表 */
.case-details-wrap{
	background-color: #f5f5f5;
	padding: 60px 0;
}
.case-details-list{
	width: 1120px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.case-details-list .case-details-item{
	width: 31.333%;
	margin: 0 1%;
	background-color: #fff;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.case-details-list .case-details-item :hover .title{
	color: #2c2f81;
}
.case-details-list .case-details-item .box-img {
	height: 240px;
	width: 100%;
}
.case-details-list .case-details-item .box-img img{
	max-width: 100%;
}
.down-content{
	/*padding-left: 25px;*/
	text-align: left;
	padding: 15px 25px;
}
.case-details-list .case-details-item .title{
	font-size: 18px;
	color: #000000;
	font-family: "宋体";
	/*margin: 15px 0 30px;*/
	line-height: 22px;
}
.case-details-list .case-details-item .p1{
	font-size: 16px;
	color: #484848;
	font-family: "宋体";
	margin-bottom: 8px;
	margin-top: 5px;
}
.m-page{
	display: none;
}

.history-column{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.history-column li{
	width: auto;
	height: 220px;
	/*border:1px solid #c5c5c5;*/
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "宋体";
	text-align: center;
	color: #353535;
	box-sizing: border-box;
	padding: 50px;
}
.history-column li .p1{
	font-size: 80px;
	position: relative;
}
.history-column li .p1 span{
	position: absolute;
	right: 0;
	top: -10px;
	color: #2c2f81;
	font-size: 38px;
	font-weight: 600;
}
.history-column li .p2{
	font-size: 18px;
	margin-top: 15px;
	line-height: 30px;
	font-family: "宋体";
}