@charset "utf-8";
.cp-box1{
	padding-top: 90px;
	font-weight: 400;
	font-size: 50px;
	color: #333333;
	margin-bottom: 70px;
}
.cp-box1 img{
	width: 50px;
	height: auto;
	display: block;
	margin-right: 15px;
}
.cp-box2{
	flex-wrap: wrap;
}
.cp-box2 .b2-list{
	width: 48.73%;
	box-sizing: border-box;
	border: 1px solid #EEEEEE;
	margin-bottom: 45px;
}
.cp-box2 .b2-pic{
	width: 42%;
	flex: none;
	position: relative;
	height: 0;
	padding-bottom: 42%;
	overflow: hidden;
}
.cp-box2 .b2-pic .b2-p-tu1{
	opacity: 1;
}
.cp-box2 .b2-pic .b2-p-tu2{
	opacity: 0;
	transition: all 0.8s;
}
.cp-box2 .b2-pic img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.cp-box2 .b2-pic:hover .b2-p-tu2{
	opacity: 1;
	transition: all 0.8s;
}
.cp-box2 .b2-pic:hover .b2-p-tu1{
	opacity: 0;
}
.cp-box2 .b2-info{
	flex: 1;
	padding: 35px 45px;
	overflow: hidden;
	font-weight: 400;
	font-size: 17px;
	color: #666666;
}
.cp-box2 .b2-name{
	font-size: 28px;
	color: #333333;
	margin-bottom: 30px;
}
.cp-paging{
	padding-bottom: 50px;
}
