@charset "utf-8";
body {
	margin: 0px;
	background: url(../img/page-bg.jpg) no-repeat #ece8cb;
}

.PlayEy {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 653px;
	height: 653px;
	background: url(../img/bg_circle.png),url(../img/bg_center.png) no-repeat center;
}

.Btn {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95px;
	height: 95px;
	background-color: yellow;
	background: url(../img/btn-bg.png) no-repeat;
	animation: Btn-bg 3s linear infinite;
}

.Play {
	position: absolute;
	width: 29px;
	height: 36px;
	background: red;
	background: url(../img/pause.png) no-repeat;
	transition: .5s;
}

.btns-bg {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
	width: 653px;
	height: 653px;
}

@keyframes Btn-bg {
	from {}
	to {
		transform: rotate(360deg);
	}
}

.infoCont{ width:95%; height:auto; padding-bottom: 60px; line-height:30px; text-align:left; font-size:17px; color:#999999;}

.infoCont h2{ font-size:22px; font-weight:normal; color:#4e4b4b; padding:10px 0px;}


.proBTit{ width:95%; height:50px;}

.proBTit span{ width:100px; height:50px; text-align:left; line-height:50px; color:#362e2b; font-size:21px; background:url(../images/fjeav/icon03.jpg) right center no-repeat; float:left; clear:both; display:block;}

 .proBody{ width:95%; height:auto; overflow:hidden; padding:20px 0px 75px 0px; text-align:left; line-height:28px; color:#191818; font-size:16px;}

