.jia{
	width: 320px;
	height: 372px;
	background-color: #78181e;
	display: flex;
	justify-content: center;

}
.jiazhi{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jia1{
	width: 216px;
}
.jia1 h1{
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-family: zi1;
	padding-bottom: 30px;
	margin-top: 100px;
	font-weight: 500;
}
.jia1 p{
	font-size: 16px;
	color: #fff;
	line-height: 32px;
}
.cao{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: auto;
}
.cao1{
	width: 50%;
	background-color: #fff;
}
.cao1 img{
	width: 100%;
}
.cao2{
	width: 50%;
	background-color: #F5F6F7;
	height: 100%;
	padding-left: 60px;
	padding-top: 50px;
	padding-bottom: 43px;
}
.cao2 h1{
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
}
.cao2 p{
	font-size: 16px;
	color: #333;
	line-height: 28px;
	margin-bottom: 15px;
}
.cao2 h2{
	font-size: 24px;
	color: #333;
	margin-bottom: 40px;
	line-height: 48px;
	margin-top: 70px;
	font-weight: bold;
	margin-right: 68px;
}
.cao2 h3{
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
	line-height: 48px;
	margin-top: 40px;
	font-weight: bold;
}
.peixun{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 60px;
}

.peixuntu{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.peixun1{
	width: 50%;
	overflow: hidden;
	height:560px;
	position: relative;
}
.peixun2{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}
.xiaotu{
	width: 50%;
	height: 281px;
	position: relative;
}
.peixun1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.xiaotu img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.zi{
	position: absolute;
	color: #fff;
	font-weight: bold;
	top:0;
	opacity: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	transition: all 0.6s;
}
.peixun1:hover .zi{
	opacity: 1;
}
.xiaotu:hover .zi{
	opacity: 1;
}
.xiaotu .zi{
	font-size: 22px;
}
@media screen and (max-width:1400px) {
	.jia{
		width: 23%;
	}
}
@media screen and (max-width:1024px) {
	.jia{
		width: 48%;
		margin-bottom: 20px;
	}
	.jiazhi{
		flex-wrap: wrap;
		
	}
	.cao1{
	    margin-bottom: 25px;
	    margin-top: 25px;
	}
}
@media screen and (max-width:1024px) {
	.jia{
		width: 48%;
		margin-bottom: 20px;
	}
	.jiazhi{
		flex-wrap: wrap;
		
	}
	.cao{
		flex-wrap: wrap;
		height: auto;
	}
	.cao1{
		width: 100%;
		
	}
	.cao2{
		width: 100%;
	}
	.caocao .bar{
		width: 100%;
		max-width: 100%;
		background: #fff !important;
	}
	.cao2 {
	    width: 100%;
	    background-color: #F5F6F7;
	    height: 100%;
	    padding: 5% !important;
	}
	.cao2 h2{
		margin-right: 0;
		margin-top: 10px;
	}
	.peixuntu{
		flex-wrap: wrap;
	}
	.peixun1{
		width: 100%;
	}
	.peixun2{
		width: 100%;
	}
		.cao1 img{
	    padding-right: 0 !important;
	}
}
@media screen and (max-width:600px) {
	.jia{
		width: 48%;
		height: 249px;
	}
	.jia1 {
	    width: 90%;
	}
	.jia1 h1 {
	    text-align: center;
	    font-size: 20px;
	    color: #fff;
	    font-family: zi1;
	    padding-bottom: 10px;
	    margin-top: 30px;
	}
	.jia1 p {
	    font-size: 12px;
	    color: #fff;
	    line-height: 25px;
	}
	.cao2 h3 {
	    font-size: 20px;
	    color: #333;
	    margin-bottom: 18px;
	    line-height: 35px;
	    margin-top: 9px;
	    font-weight: bold;
	}
	.cao2 h2 {
	    font-size: 18px;
	    line-height: 34px;
	}
	.cao2 h1 {
	    font-size: 20px;
	    color: #333;
	    margin-bottom: 28px;
	}
	.peixun1 {
	    height: 320px;
	}
	.xiaotu {
	    height: 130px;
	}
.neirong {
    padding-bottom: 0px;
}
.jia{
    background-size: cover !important;
}
}