.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 h4{
    margin: 30px 0 0;
    font-size: 25px;
    color: #001e61;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    background-color: #e4e4e4;
    background: linear-gradient(0deg,#fdfdfd 0%,#bebebe 20%,#e8e8e8 30%,#9a9a9a 65%,#e2e2e2 90%,#fbfbfb 65%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    line-height: 30px;
}
#articleInfo15 .tit {
	position: relative;
	text-align: center;
	z-index: 2;
}
#articleInfo15 .tit h3 {
	text-align: center;
	font-size: 33px;
}
#articleInfo15 .tit font {
	padding: 20px 0;
	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;
	font-size: 16px;
	line-height: 200%;
	text-align: left;
}
#articleInfo15:hover .tit h3 ,
#articleInfo15:hover .tit font{
}
#articleInfo15 ul.two {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#articleInfo15 ul.two li {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	display: inline-block;
	width: calc((100%/3) - 5px);
	vertical-align: top;
}
#articleInfo15 ul.two li .item {
	padding: 10px;
}
#articleInfo15 ul.two li:nth-child(2) .item {
}
#articleInfo15 ul.two li .item .circle {
	position: relative;
	margin: 0 auto 15px;
	box-sizing: border-box;
	text-align: center;
	font-size: 55px;
	line-height: 114px;
	overflow: hidden;
}
#articleInfo15 ul.two li .item .circle img{
    transition: all 0.5s ease;
}
#articleInfo15 ul.two li:hover .item .circle img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#articleInfo15 ul.two li .item p {
	text-align: center;
	font-size: 16px;
}
#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);
}
#articleInfo15 ul.one {
	overflow: hidden;
	position: relative;
	margin: 30px 0;
	z-index: 1;
	background-color: rgb(255 255 255 / 0.05);
	padding: 20px 0;
}
#articleInfo15 ul.one li {
	float: left;
	width: calc(100%/5);
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo15 ul.one li .item {
	padding: 20px 30px;
}
#articleInfo15 ul.one li:nth-child(2) .item {
}
#articleInfo15 ul.one li .item .circle {
	position: relative;
	margin: 0 auto 20px;
	width: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	font-size: 55px;
	line-height: 114px;
}
#articleInfo15 ul.one li .item .circle:before {
    position: absolute;
    width: 115px;
    height: 115px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    left: -23px;
    top: 7px;
    z-index: -1;
    content: "";
    background-color: rgb(191 159 98);
}
#articleInfo15 ul.one 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.one li .item p {
	text-align: center;
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	#articleInfo15 ul.two li .item {
		padding: 15px;
	}
	#articleInfo15 ul.one li .item {
		padding: 15px;
	}
}
@media screen and (max-width: 640px) {
	#articleInfo15 ul.two li {
		width: 50%;
	}
	#articleInfo15 ul.two li:nth-child(3) {
		width: 100%;
	}
	#articleInfo15 ul.two li:nth-child(2) .item {
		border-left: 0;
	}
	#articleInfo15 .tit font {
	    padding: 20px 0;
	}
	#articleInfo15 ul.one li {
		width: 50%;
	}
	#articleInfo15 ul.one li:nth-child(3) {
		width: 100%;
	}
	#articleInfo15 ul.one li:nth-child(2) .item {
		border-left: 0;
	}
}
@media screen and (max-width: 480px) {
	#articleInfo15 ul.two li {
		width: 100%;
	}
	#articleInfo15 ul.two li:nth-child(2) .item {
		border-right: 0;
	}
	#articleInfo15 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
	#articleInfo15 ul.one li {
		width: 100%;
	}
	#articleInfo15 ul.one li:nth-child(2) .item {
		border-right: 0;
	}
}
