.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;
	z-index: 2;
	text-align: center;
	padding-bottom: 50px;
	margin: 30px 0;
	letter-spacing: 1px;
}
#articleInfo15 .tit::after {
    content: "";
    width: 40px;
    height: 1px;
    display: block;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
#articleInfo15 .tit h3 {
	text-align: center;
	font-size: 17px;
	line-height: 1.6;
}
#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;
	display: none;
}
#articleInfo15:hover .tit h3 ,
#articleInfo15:hover .tit font{
}
#articleInfo15 ul {
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-bottom: 2px solid #d8d8d8;
	padding: 0px 10px 30px;
	font-size: 15px;
}
#articleInfo15 ul li {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	width: 19%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	align-items: center;
}
#articleInfo15 ul li .item {
	padding: 20px 0px;
	display: flex;
	align-items: center;
}
#articleInfo15 ul li:nth-child(2) .item {
	/* border-left: 1px #e2e2e2 solid; */
	/* border-right: 1px #e2e2e2 solid; */
}
#articleInfo15 ul li .item .circle {
    width: 50px;
    height: 60px;
    border-radius: 99em;
    text-align: center;
    line-height: 57px;
    font-size: 26px;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 10%);
    color: #cda861;
    margin-right: 10px;
    background-color: #ffffff;
}
#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: 18px;
}
#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: 1440px) {
	#articleInfo15 ul li{
    width: 32%;
}
}
@media screen and (max-width: 960px) {
	#articleInfo15 ul li{
    width: 49%;
}
}
@media screen and (max-width: 768px) {
	#articleInfo15 ul li .item {
		padding: 15px;
	}
}
@media screen and (max-width: 640px) {
	#articleInfo15 ul li {
		width: 100%;
	}
	#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(2n) .item {
		border-right: 0;
		border-top: 1px #e2e2e2 solid;
		border-bottom: 1px #e2e2e2 solid;
	}
	#articleInfo15 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
}
