.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: 33px;
}
#articleInfo15 .tit font {
	padding: 0 20px;
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#articleInfo15:hover .tit h3 ,
#articleInfo15:hover .tit font{
	letter-spacing: 5px;
}
#articleInfo15 ul {
	overflow: hidden;
	position: relative;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#articleInfo15 ul li {
	width: calc((100%/5) - 15px);
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo15 ul li .item {
}
#articleInfo15 ul li .item .circle {background: #f1f1f1;width: 210px;height: 210px;border-radius: 20px;box-shadow: inset 5px 5px 15px rgb(0 0 0 / 15%);display: inline-flex;justify-content: center;position: relative;align-items: center;overflow: hidden;}
#articleInfo15 ul li .item .circle b{
    position: absolute;
    bottom: 0;
    color: var(--white);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    z-index: 2;
}
#articleInfo15 ul li .item .circle:after{content:'';background: linear-gradient(50deg,var(--primary), var(--secondary));position: absolute;bottom: -33px;width: 70px;height: 70px;border-radius: 50px;}
#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 p {
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
}
#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: 1024px) {
	#articleInfo15 ul li .item .circle{width: 165px;height: 165px;}
	#articleInfo15 ul li .item .circle img{width: 60px;}
}
@media screen and (max-width: 768px) {
	#articleInfo15 ul li .item .circle{width: 185px;height: 185px;}
	#articleInfo15 ul li{
    width: calc((100%/3) - 30px);
    margin: 0 14px 30px;
}
	#articleInfo15 ul{
    justify-content: center;
}
}
@media screen and (max-width: 640px) {
	#articleInfo15 ul li .item .circle{width: 100%;height: auto;border-radius: 50px;display: flex;flex-direction: row;align-items: center;justify-content: flex-end;padding: 15px 0;box-shadow: inset 5px 5px 10px rgb(0 0 0 / 15%);background: #f9f9f9;}
	#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%;
		margin: 0 0 10px;
	}
	#articleInfo15 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
	#articleInfo15 ul li .item .circle b{
    left: 15px;
    bottom: auto;
    width: 60px;
    height: 60px;
    background: linear-gradient(50deg,var(--primary), var(--secondary));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
	#articleInfo15 ul li .item .circle:after{
    display: none;
}
	#articleInfo15 ul li .item .circle img{margin-right: 35px;}
	#articleInfo15 ul li .item{display:flex;align-items: center;position: relative;justify-content: flex-start;}
	#articleInfo15 ul li .item p{
    position: absolute;
    margin: 0 0 0 28%;
}
}
