.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;
}
#articleInfo15 .tit h3 {
	text-align: center;
	font-size: 33px;
}
#articleInfo15 .tit font {
	padding: 8px 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{
}
#articleInfo15 ul {
	overflow: hidden;
	position: relative;
	margin: -10px 0 30px;
	padding: 0px 0 35px;
	z-index: 1;
}
#articleInfo15 ul li {
	position: relative;
	text-align: center;
	overflow: hidden;
	margin-right: 0px;
	display: inline-block;
	vertical-align: top;
	width: calc((100%/4) - 10px);
}
#articleInfo15 ul li:first-child:before  {
    content: '';
    display: none;
    position: absolute;
    width: 40px;
    height: 1px;
    background: #000;
    top: 50%;
    left: -20px;
}
#articleInfo15 ul li:first-child:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    border-color: transparent transparent #fff #fff;
    top: 50%;
    margin-top: -7px;
    left: 12px;
    display: none;
}
#articleInfo15 ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background: #000;
    top: 50%;
    left: -20px;
}
#articleInfo15 ul li:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    border-color: transparent transparent #000 #000;
    top: 50%;
    margin-top: -6px;
    left: 13px;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#articleInfo15 ul li .item {
	padding: 30px 0px 30px 30px;
}

#articleInfo15 ul li .item article{
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}
#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 {
	line-height: 170%;
	font-size: 38px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	text-align: center;
	width: 95px;
	height: 95px;
	border-radius: 20%;
	margin: auto;
}
#articleInfo15 ul li .item p img{
	border-right: 5px rgb(210 20 119) solid;
	border-bottom: 5px rgb(210 20 119) solid;
	border-top: 2px rgb(210 20 119) solid;
	border-left: 2px rgb(210 20 119) solid;
	border-radius: 0 30px 40px 30px;
}
#articleInfo15 ul li .item p:before {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px rgb(210 20 119) solid;
    box-sizing: border-box;
    border-radius: 20%;
    left: -10px;
    top: -10px;
    z-index: 0;
    content: "01";
    display: flex;
    color: #fff;
    background-color: #d21677;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
#articleInfo15 ul li:nth-child(2) .item p:before {
    content: "02";
}
#articleInfo15 ul li:nth-child(3) .item p:before {
    content: "03";
}
#articleInfo15 ul li:nth-child(4) .item p:before {
    content: "05";
}
#articleInfo15 ul li:nth-child(5) .item p:before {
    content: "05";
}
#articleInfo15 ul li:nth-child(6) .item p:before {
    content: "06";
}
#articleInfo15 ul li:nth-child(7) .item p:before {
    content: "07";
}
#articleInfo15 ul li:nth-child(8) .item p:before {
    content: "08";
}
#articleInfo15 ul li:nth-child(9) .item p:before {
    content: "09";
}
#articleInfo15 ul li:nth-child(10) .item p:before {
    content: "10";
}
#articleInfo15 ul li:nth-child(11) .item p:before {
    content: "11";
}
#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 35px;
	}
}
@media screen and (max-width: 640px) {
	#articleInfo15 ul li {
		width: calc((100%/2) - 10px);
	}

}
@media screen and (max-width: 480px) {
	#articleInfo15 ul li {
		width: 100%;
	}

	#articleInfo15 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
	#articleInfo15 ul li:before,#articleInfo15 ul li:after{
		display: none;
	}
}
