.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay2 {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}
#articleInfo15 .tit {
	position: relative;
	text-align: center;
	z-index: 2;
}
#articleInfo15 .tit h3 {
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 140%;
}
#articleInfo15 .tit font {
	padding: 0 20px;
	background: #fff;
}
#articleInfo15 ul {
	overflow: hidden;
	position: relative;
	margin: -10px 0 30px;
	padding: 50px 0 35px;
	border: 3px #606d5a solid;
	z-index: 1;
}
#articleInfo15 ul li {
	float: left;
	width: 33%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo15 ul li .item {
	padding: 20px 30px;
}
#articleInfo15 ul li:nth-child(2) .item {
	border-left: 1px #e2e2e2 solid;
	border-right: 1px #e2e2e2 solid;
}
#articleInfo15 ul li .item .circle {
	position: relative;
	margin: 0 auto 15px;
	width: 114px;
	height: 114px;
	border: 1px rgba(60, 75, 53, 0.5) solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	font-size: 55px;
	line-height: 114px;
}
#articleInfo15 ul li .item:hover .circle {
	animation: flipInX 1.5s both;
	-webkit-animation: flipInX 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}

#articleInfo15 ul li .item .circle:before {
	position: absolute;
	width: 124px;
	height: 124px;
	border: 2px rgba(60, 75, 53, 0.8) solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	left: -6px;
	top: -6px;
	z-index: -1;
	content: "";
}
#articleInfo15 ul li .item p {
	text-align: center;
	font-size: 18px;
}
#articleInfo15 .imgBox {
	overflow: hidden;
}
#articleInfo15 .imgBox p {
    padding: 0 10px;
    overflow: hidden;
    float: left;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInUp;
    width: 47%;
    text-align: center;
}

@media screen and (max-width: 768px) {
	#articleInfo15 ul li .item {
		padding: 15px;
	}
#articleInfo15 .imgBox p {
    padding: 0 0 0 0px;
    overflow: hidden;
    float: left;
}
@media screen and (max-width: 640px) {
	#articleInfo15 ul li {
		width: 50%;
	}
	#articleInfo15 ul li:nth-child(3) {
		width: 100%;
	}
	#articleInfo15 ul li:nth-child(2) .item {
		border-left: 0;
	}
}
@media screen and (max-width: 480px) {
	#articleInfo15 ul li {
		width: 100%;
	}
	#articleInfo15 ul li:nth-child(2) .item {
		border-right: 0;
		border-top: 1px #e2e2e2 solid;
		border-bottom: 1px #e2e2e2 solid;
	}
	#articleInfo15 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
}
