.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 p{
    text-align: end;
    margin: 10px 0;
}
#articleInfo15 .tit article{
    margin: 20px 0;
    text-align: center;
}
#articleInfo15 .tit article img{
    width: 30%;
    margin: 10px 0;
}
#articleInfo15 .tit h3 {
	text-align: center;
	font-size: 33px;
}
#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;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	color: #b1b1b1;
}
#articleInfo15 ul {
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}
#articleInfo15 ul li {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo15 ul li .item {
	padding: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
}
#articleInfo15 ul li:nth-child(2) .item {
}
#articleInfo15 ul li .item .circle {
	position: relative;
	margin: 0 auto 15px;
	width: 130px;
	height: 130px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	font-size: 55px;
	line-height: 95px;
	background: #333;
}
#articleInfo15 ul li .item .circle img{
    -webkit-filter: contrast(0) brightness(150%);
    filter: contrast(0) brightness(200%);
    width: 60px;
}
#articleInfo15 ul li .item:hover .circle img {
	animation: flipInX 1.5s both;
	-webkit-animation: flipInX 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	-webkit-transform-origin: left bottom;-ms-transform-origin: left bottom;transform-origin: left bottom;-webkit-animation: dailogAni 4s infinite ease-in-out alternate;animation: dailogAni 4s infinite ease-in-out alternate;}

@-webkit-keyframes dailogAni {
  0%,
  10% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  5%,

  15% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  45% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50%,
  60% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  55%,
  65% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes dailogAni {
  0%,
  10% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  5%,
  15% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  45% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50%,
  60% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  55%,
  65% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
#articleInfo15 ul li .item p {
	font-size: 15px;
	text-align: justify;
	width: 10%;
	padding: 5px;
}
#articleInfo15 ul li .item p:first-child{
    text-align: center;
}
#articleInfo15 ul li .item p:nth-child(2){
    width: 15%;
}
#articleInfo15 ul li .item p:nth-child(3){
    width: 40%;
}
#articleInfo15 ul li .item p:last-child{
    width: 35%;
}
#articleInfo15 ul li .item p b{
    display: none;
    text-align: center;
    background: #292929;
    padding: 10px 0;
    margin-bottom: 20px;
}
#articleInfo15 ul li:first-child .item p b{
    display: block;
}
#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 {}
}
@media screen and (max-width: 768px) {
	#articleInfo15 ul li .item p b{display:block;}
	#articleInfo15 ul li .item {
	flex-wrap: wrap;
	}
	#articleInfo15 .tit article img{
    width: 50%;
}
    #articleInfo15 ul li .item p, #articleInfo15 ul li .item p:nth-child(2), #articleInfo15 ul li .item p:nth-child(3), #articleInfo15 ul li .item p:last-child{width:100%;padding: 10px;text-align: center;}
}
@media screen and (max-width: 640px) {
	#articleInfo15 .tit article img{
    width: 90%;
}
	#articleInfo15 ul li {
	}
	#articleInfo15 ul li:nth-child(3) {
	}
	#articleInfo15 ul li:nth-child(2) .item {
		border-left: 0;
	}
#articleInfo15 .tit h3 {
	font-size: 30px;
}
}
@media screen and (max-width: 480px) {
	#articleInfo15 ul li {
	}
	#articleInfo15 ul li:nth-child(2) .item {
		border-right: 0;
	}
	#articleInfo15 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
}
