.yydea_body {
	width: 100%;
}

.soldeaTit {
	font-size: .4rem;
	text-align: center;
	margin-bottom: .5rem
}

.soldeaTit1 {
	font-size: .42rem;
	text-align: center;
	margin-bottom: .5rem
}

.yydea-a {}

.yydea-a .pic {
	width: 75%
}

.yydea-a .txt {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	background: #fff;
	width: 55%;
	padding: .4rem .3rem .4rem .25rem;
	border-left: 4px solid #039280
}

.yydea-a .txt .soldeaTit1 {
	margin-bottom: .2rem;
	text-align: left;
}

.yydea-a .txt .desc {
	color: #666;
	line-height: 1.7em;
	font-size: .2rem
}

.yydea-b {
	padding: 1rem 0 0;
}

.yydea-b ul li {
	background: #fff;
	border-radius: .05rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	width: 29.5%;
	padding: .35rem .3rem .55rem;
	margin-bottom: .25rem;
	position: relative;
	overflow: hidden;
	margin: 0 .2rem 0.4rem;
}

.yydea-b ul li i {
	font-size: 1rem;
	color: #f0f0f0;
	position: absolute;
	right: .2rem;
	bottom: -.4rem;
	display: inline-block;
	transition: .4s
}

.yydea-b ul li:hover i {
	font-size: 1.1rem;
}

.yydea-b ul li h4 {
	font-size: .24rem;
	line-height: 1.4em
}

.yydea-b ul li h4:after {
	content: '';
	display: block;
	width: .45rem;
	height: .04rem;
	background: #039280;
	margin-top: .15rem;
	margin-bottom: .16rem
}

.yydea-b ul li p {
	color: #666;
	line-height: 1.7;
	min-height: .5rem;
	font-size: .2rem;
}

.yydea-c {
	padding: .8rem 0 .5rem;
}

.yydea-c ul li {
	width: 28%;
	text-align: center;
	margin-bottom: .4rem
}

.yydea-c ul li i {
	display: block;
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	font-size: .5rem;
	text-align: center;
	border-radius: 50%;
	background: #e6eff8;
	color: #039280;
	margin: 0 auto;
	margin-bottom: .2rem
}

.yydea-c ul li:hover i:before {
	display: inline-block;
	transition: .6s;
	transform: rotateY(360deg);
}

.yydea-c ul li h4 {
	font-size: .24rem;
	margin-bottom: .15rem
}

.yydea-c ul li p {
	color: #777;
	line-height: 1.7;
	font-size: .18rem;
}

.yydea-c ul li:nth-child(4) {
	width: 45%;
	padding: 0 6%;
}

.yydea-c ul li:nth-child(5) {
	width: 45%;
	padding: 0 6%;
}

@media screen and (max-width: 1024px) {
	.yydea-a .pic {
		width: 100%
	}

	.yydea-a .txt .desc {
		font-size: .24rem;
	}

	.yydea-a .txt {
		width: 95%;
		left: 0%;
	}

	.yydea-b ul li {
		width: 45%
	}

	.yydea-b ul li p {
		font-size: .24rem;
	}

	.yydea-c ul li p {
		font-size: .24rem;
	}
}

@media screen and (max-width: 640px) {
	.soldeaTit {
		font-size: .34rem
	}

	.soldeaTit1 {
		font-size: .3rem
	}

	.yydea-b ul li h4,
	.yydea-c ul li h4 {
		font-size: .24rem
	}

	.yydea-b ul li {
		width: 100%
	}

	.yydea-c ul li {
		width: 100%
	}

	.yydea-c ul li:nth-child(4) {
		width: 100%;
		padding: 0
	}

	.yydea-c ul li:nth-child(5) {
		width: 100%;
		padding: 0
	}
}