.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;margin-bottom:50px}
#articleInfo15 .tit h3{text-align:center;font-size:30px;font-weight:400;letter-spacing:5px}
#articleInfo15 .tit font{padding:0 20px;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;letter-spacing:5px}
#articleInfo15 .tit font:after{content:'';display:block;margin:30px auto 0;width:50px;height:2px;background:#4a4a4a}
#articleInfo15 ul{overflow:hidden;position:relative;z-index:1;display:flex;justify-content:center;flex-wrap:wrap}
#articleInfo15 ul li{width:calc(100%/4);animation-name:fadeInUp;-webkit-animation-name:fadeInUp}
#articleInfo15 ul li .item{padding:30px;display:flex;flex-direction:column;align-items:center}
#articleInfo15 ul li .item .circle{position:relative;margin:0 auto 15px;width: 140px;height: 140px;border-radius:50%;text-align:center;font-size:55px;line-height:114px;background: #89ba29;display: flex;align-items: center;justify-content: center;}
#articleInfo15 ul li .item .circle img{width:50px;-webkit-filter: contrast(0) brightness(150%);filter: contrast(0) brightness(200%);}
#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;font-family:'Fahkwang',sans-serif;display:inline-block;padding:3px 20px;background:#eee;border-radius:5px;margin-bottom:10px}
#articleInfo15 ul li .item article{font-size:18px;font-weight:500;letter-spacing:2px}
#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{width: calc(100%/3);}
}
@media screen and (max-width:640px){
	#articleInfo15 ul li{width:50%}
}
@media screen and (max-width:480px){
	#articleInfo15 ul li .item .circle{width: 120px;height: 120px;}
	#articleInfo15 ul li .item{padding:15px;}
	#articleInfo15 .imgBox p{margin:10px 0;width:100%}
}