.wrap{
	background-image: url(./bg.jpg);
	width: 100%;
	height: 700px;
	position: relative;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.cenbg{
	width: 1200px;
	height: 322px;
	margin: 0px auto;
	opacity: 0.22;
	background: #FFFFFF;
	border-radius: 32px 0px 32px 0px;
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: -600px;
}
.cen{
	width: 1200px;
	height: 322px;
	margin: 0px auto;
	border-radius: 32px 0px 32px 0px;
	background-image: url(./titlebg.png);
	background-repeat: no-repeat;
	background-size: 67%;
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: -600px;
	background-position: 30px 22px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-evenly;
}
.list_box {
    width: 270px;
    height: 140px;
    border-radius: 24px 0px 24px 0px;
	margin-bottom: 20px;
	position: relative;
}
.list_box:nth-child(1){
	background-image: url(./boxbg1.png);
}
.list_box:nth-child(2){
	background-image: url(./boxbg2.png);
}
.list_box:nth-child(3){
	background-image: url(./boxbg4.png);
}
.list_box:nth-child(4){
	background-image: url(./boxbg3.png);
}
.list_box p {
	max-width: 230px;
	font-size: 20px;
	color: #333333;
	letter-spacing: 0;
	text-align: justify;
	font-weight: 400;
	margin: 20px auto;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list_box a {
    display: block;
    width: 94px;
    height: 32px;
    text-align: center;
    border-radius: 16px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    line-height: 32px;
	color: #ffffff;
}
.list_box:nth-child(1) a{
	background: #01CC93;
}
.list_box:nth-child(2) a{
	background: #FFB46A;
}
.list_box:nth-child(3) a{
	background: #FF6C78;
}
.list_box:nth-child(4) a{
	background: #1182F2;
}
a:hover{
	color: #fff !important;
}
/* 手机样式 */
@media only screen and (max-width:768px){
	.wrap{
		background-image: url(./mobbannerbg.png);
		height: 11.2rem;
	}
	.cenbg {
	    width: 7.02rem;
	    height: 7.27rem;
	    top: 1.57rem;
	    left: 0.24rem;
	    margin-left: 0;
		border-radius: 0.32rem 0 0.32rem 0;
	}
	.cen {
		width: 7.02rem;
		height: 7.27rem;
		top: 1.57rem;
		left: 0.24rem;
		margin-left: 0;
		background-image: url(./mobtitle.png);
		display: block;
		padding: 2.63rem 0.24rem 0 0.24rem;
	}
	.list_box {
	    width: 3.15rem;
	    height: 2rem;
	    margin-bottom: 0;
		float: left;
		margin-right: 0.24rem;
		margin-bottom: 0.24rem;
	}
	.list_box:nth-child(2n+2){
		margin-right: 0;
		margin-bottom: 0;
	}
	.list_box a {
	    width: 1.4rem;
	    height: 0.4rem;
		font-size: 0.22rem;
		line-height: 0.4rem;
		position: absolute;
		bottom: 0.24rem;
		left: 0.24rem;
	}
	.list_box p {
	    font-size: 0.3rem;
	    width: 2.67rem;
	    line-height: 0.42rem;
	}
	
}