.case{
	display: grid;
	grid-template-columns: repeat(3, 32%);
	justify-content: space-between;
	margin-top: 20px;
}
.case-li{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	transition: all .2s;
}
.case-li:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.case-img{
	width: 100%;
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
}
.case-img img{
	max-width: 100%;
	max-height: 100%;
}
.case-text{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 20px;
	background: #fff;
}
.case-title{
	width: 100%;
	font-size: 24px;
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 0 10px 0;
}
.case-p{
	color: #808080;
	font-size: 14px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* view */
.banner{
	width: 100%;
	height: 500px;
	display: flex;
	position: relative;
	font-size: 14px;
	background-size: cover;
	background-position: center;
}
.banner img{
	width: 100%;
	height: 100%;
}
.banner-text{
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner-h1{
	color: #fff;
	font-size: 4em;
}
.banner-p{
	font-size: 1.5em;
	color: #fff;
}
.b-list{
	width: 100%;
	height: 100px;
	background: rgba(255,255,255,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	padding: 20px 0;
}
.b-ul{
	height: 100%;
	display: flex;
	align-items: center;
}
.b-li{
	width: 25%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
	font-size: 14px;
	border-right: 1px solid #fff;
	margin-right: 20px;
}
.b-li-p{
	font-size: 20px;
}
.b-li:nth-last-child(1){
	border: none;
}
.box-card{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 132px;
}
.card-left{
	width: 32%;
	height: 380px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20px;
	border: 1px solid #e6e6e6;
	background: #fff;
	position: relative;
}
.card-logo{
	width: 144px;
	height: 144px;
	border-radius: 144px;
	border: 1px solid #E6E6E6;
	overflow: hidden;
	margin-top: -72px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.card-logo img{
	width: 100%;
	height: 100%;
}
.card-com{
	color: #000;
	font-size: 32px;
	margin: 20px 0;
}
.card-com2{
	width: 100%;
	font-size: 20px;
	color: #000;
	line-height: 40px;
}
.card-right{
	width: calc(100% - 408px);
	height: 380px;
	background: #fff;
	color: #000;
	font-size: 20px;
	line-height: 40px;
	padding: 20px;
}
.card-right .blod{
	font-size: 32px;
}
.box-list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
}
.list-li{
	width: 32%;
	height: 340px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.list-li-1{
	width: 100%;
	height: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	background: #e6e6e6;
}
.list-li-1 img{
	margin-bottom: 15px;
}
.list-li-2{
	width: 100%;
	height: 50%;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #000;
	font-size: 16px;
	padding:0 30px;
	line-height: 40px;
}
.box-list2{
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 60px;
	font-size: 18px;
	line-height: 36px;
}
.box-list2 p{
	width: 100%;
}
.p-blod{
	color: #000;
	width: 100%;
	font-size: 24px;
	margin-bottom: 20px;
}
.p-margin{
	margin: 20px 0;
}
.list2-p2{
	font-size: 18px;
	color: #808080;
	text-indent: 10px;
	margin-bottom: 20px;
}

.box-list2 img{
	max-width: 100%;
	margin: 20px 0;
}