#articleInfo15{
    /* width: 60%; */
}
.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
.delay1 {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.delay2 {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
.delay3 {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}
.delay4 {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}
.delay5 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
.delay6 {
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
}
.delay7 {
	animation-delay: 2.1s;
	-webkit-animation-delay: 2.1s;
}
.delay8 {
	animation-delay: 2.4s;
	-webkit-animation-delay: 2.4s;
}
.delay9 {
	animation-delay: 2.7s;
	-webkit-animation-delay: 2.7s;
}
.delay10 {
	animation-delay: 3.0s;
	-webkit-animation-delay: 3.0s;
}
.delay11 {
	animation-delay: 3.3s;
	-webkit-animation-delay: 3.3s;
}#articleInfo15 .tit {
	position: relative;
	text-align: center;
	z-index: 2;
	margin: 40px 0 20px;
}
#articleInfo15 .tit h3 {
	text-align: center;
	/* font-size: 33px; */
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #383737;
}
#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 font{
	letter-spacing: 5px;
	display: none;
}
#articleInfo15 ul {
	overflow: hidden;
	position: relative;
	margin: 0px 0 30px;
	padding: 0px 20px 35px;
	z-index: 1;
	/* border: 3px #eaeaea solid; */
}
#articleInfo15 ul li {
	-webkit-animation-name: fadeInUp;
	margin-bottom: 50px;
	overflow: hidden;
	margin-right: 0px;
	display: inline-block;
	vertical-align: top;
	width: calc((100%/5) - 40px);
	margin: 0 18px;
}
#articleInfo15 ul li .item {
	padding: 0px 0px;
}
#articleInfo15 ul li .item .circle {
	position: relative;
	margin: 0px auto 15px;
	width: 84px;
	height: 104px;
	border: 1px rgba(233, 121, 18, 0) solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	font-size: 55px;
	line-height: 124px;
}
#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: 124px;
	height: 124px;
	-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;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #383737;
}
#articleInfo15 ul li .item p a{color:#fff;}
#articleInfo15 ul .delay7 .item p, #articleInfo15 ul .delay8 .item p, #articleInfo15 ul .delay9 .item p{
	border-radius: 25px;
	border: 1px solid #d1d1d1;
	background: #404040;
	color: #fff;
}
#articleInfo15 ul li .item article{
		text-align: center;
		color: #656565;
		font-size: 15px;
		letter-spacing: 1px;
}
#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;
	}
#articleInfo15 ul li {
    margin-bottom: 20px;
    vertical-align: top;
    width: calc((100%/3) - 14px);
    margin: 0 5px;
}
}
@media screen and (max-width: 640px) {
	#articleInfo15 ul li {
		width: 47%;
	}
	#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%;
	}
}
