.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 {
	font-size: 40px;
	color: #343434;
	letter-spacing: 3px;
	line-height: 130%;
	text-align: center;
}
#articleInfo15 .tit font {
	    font-size: 14px;
    color: #c1c1c1;
    margin: 0 0 40px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}
#articleInfo15 ul {
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}
#articleInfo15 ul li {
	float: left;
	width: 33%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo15 ul li .item {
	padding: 20px;
}
#articleInfo15 ul li:nth-child(2) .item {
}
#articleInfo15 ul li .item .circle {
	position: relative;
	margin: 0 auto 35px;
	width: 200px;
	height: 200px;
	text-align: center;
	font-size: 55px;
	line-height: 114px;
	display: flex;
	align-items: center;
}
#articleInfo15 ul li .item .circle img{
    width: 50%;
    margin: 0 auto;
}
#articleInfo15 ul li .item:hover .circle {
	animation: flipInX 1.5s both;
	-webkit-animation: flipInX 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
@keyframes flipInX{
	0%{ transform: perspective(400px) rotateX(90deg); animation-timing-function: ease-in; opacity:0; }
	40%{ transform: perspective(400px) rotateX(-20deg); animation-timing-function: ease-in; }
	60%{ transform: perspective(400px) rotateX(10deg); opacity: 1; }
	80%{ transform: perspective(400px) rotateX(-5deg); }
	to{ transform:perspective(400px); }
}
@-webkit-keyframes flipInX{
	0%{ -webkit-transform: perspective(400px) rotateX(90deg); -webkit-animation-timing-function: ease-in; opacity:0; }
	40%{ -webkit-transform: perspective(400px) rotateX(-20deg); -webkit-animation-timing-function: ease-in; }
	60%{ -webkit-transform: perspective(400px) rotateX(10deg); opacity: 1; }
	80%{ -webkit-transform: perspective(400px) rotateX(-5deg); }
	to{ -webkit-transform:perspective(400px); }
}
#articleInfo15 ul li .item .circle:before {
	position: absolute;
	width: 200px;
	height: 200px;
	border: 4px rgb(231 231 231) dotted;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	left: 0;
	top: 0;
	z-index: -1;
	content: "";
	animation: antDeckLogo 25s linear infinite;
}
@keyframes antDeckLogo{  0%{transform: rotate(0deg);  }  100%{transform: rotate(360deg);  }}

#articleInfo15 ul li .item p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
#articleInfo15 ul li .item p b{
    font-size: 14px;
    color: #c1c1c1;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
}
#articleInfo15 ul li .item article{text-align:center;letter-spacing: 1px;background: #f1f1f1;padding: 20px;border-radius: 50px;}
#articleInfo15 .imgBox {
	overflow: hidden;
}
#articleInfo15 .imgBox p {
	margin: 0 1% 0 0;
	overflow: hidden;
	float: left;
	width: 49%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInUp;
}
#articleInfo15 .imgBox p:nth-child(2) {
	margin: 0 0 0 1%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo15 .imgBox p:hover img {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

@media screen and (max-width: 768px) {
	#articleInfo15 ul li .item {
		padding: 15px;
	}
}
@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;
	}
	#articleInfo15 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
}
