.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{
    background-color: #f7f7f7;
    padding: 40px;
    margin-bottom: 50px;
}
#articleInfo15 .tit {
	position: relative;
	text-align: center;
	z-index: 2;
	margin: 20px 0px 30px;
}
#articleInfo15 .tit h3 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	color: #383737;
	font-size: 30px;
}
#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;
	overflow: hidden;
	position: relative;
	padding: 10px 30px 10px 40px;
	border: 1px #c3c3c3 solid;
	display: inline-block;
	font-size: 17px;
	letter-spacing: 2px;
}
#articleInfo15:hover .tit font{
	letter-spacing: 5px;
	background: #14447a;
	color: #fff;
}
#articleInfo15 ul {
	overflow: hidden;
	position: relative;
	padding: 0px 0 15px;
	z-index: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#articleInfo15 ul:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgb(231 231 231 / 78%);
    display: block;
    top: 64px;
    left: 0;
    z-index: -1;
    content: "";
}
#articleInfo15 ul li {
	-webkit-animation-name: fadeInUp;
	margin-bottom: 50px;
	overflow: hidden;
	margin-right: 7px;
	display: inline-block;
	vertical-align: top;
	width: calc((100%/5) - 15px);
	margin: 0 0px;
	position: relative;
}
#articleInfo15 ul li .item {
	padding: 0px 20px 0px 40px;
}
#articleInfo15 ul li .item .circle {
	background-color: #f7f7f7;
	margin: 15px auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px rgb(231 231 231 / 78%) solid;
	text-align: center;
	line-height: 40px;
	color: #6d6d6d;
	display: flex;
	font-weight: 400;
	font-size: 22px;
	position: relative;
	justify-content: center;
	align-items: center;
}
#articleInfo15 ul li .item h2{
    text-align: center;
    padding: 10px 0;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #1a1a1a;
}
#articleInfo15 ul li .item .circle img{
    width: 60px;
}
#articleInfo15 ul li::after {
    left: calc(0% - 2px);
    border-right: 1px solid #8e8e8e;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
    content: '';
    position: absolute;
    top: calc(80% - 12.5px);
    width: 8px;
    height: 8px;
    border-top: 1px solid #484848;
}
#articleInfo15 ul li:first-child::after{
    display: none;
}
#articleInfo15 ul li:first-child .item{
}
#articleInfo15 ul li .item p{
    width: auto;
    height: 100px;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgb(237 154 56);
    background-color: #ffffff;
    color: #585858;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 14px;
    font-size: 15px;
    justify-content: flex-start;
}

#articleInfo15 ul .delay1 .item p,#articleInfo15 ul .delay3 .item p,#articleInfo15 ul .delay5 .item p{
    background-color: #ffffff;
}
#articleInfo15 ul li .item p span{
    text-align: center;
}
#articleInfo15 ul .delay1 .item p:first-letter,#articleInfo15 ul .delay3 .item p:first-letter,#articleInfo15 ul .delay5 .item p:first-letter {
  font-size: 22px;
  color:#004477;
}
#articleInfo15 ul li .item .circle span{
	margin: 5px auto;
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 50%;
	border: 1px #e7e7e7c7 solid;
	text-align: center;
	color: #6d6d6d;
	display: block;
	font-weight: 400;
	font-size: 22px;
	padding: revert;
	display: inline-block;
	line-height: 160%;
}
#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); }
}
rticleInfo15 ul li .item p {
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 20px;
	color: #383737;
}
#articleInfo15 ul li .item p:first-letter {
  font-size: 22px;
  color:#ffffff;
  font-weight: 500;
}
#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: 1140px) {
	#articleInfo15 ul li .item {
		padding: 22px;
	}
#articleInfo15 ul li {
    margin-bottom: 20px;
    vertical-align: top;
    width: calc((100%/3) - 14px);
    margin: 0 5px;
}
#articleInfo15 ul li {
    width: calc((100%/3) - 14px);
}
#articleInfo15 ul:after {position: absolute;width: 100%;height: 1px;background: rgb(231 231 231 / 78%);display: block;top: 373.5px;left: 0;content: "";z-index: -1;}
#articleInfo15 ul:before{
    top: 84px;
}
}
@media screen and (max-width: 768px) {
	#articleInfo15 ul li .item {
		padding: 15px;
		display: flex;
		align-items: center;
	}
	#articleInfo15 ul li .item .circle{
    margin: 0 auto 0px;
}
	#articleInfo15 ul li .item p{
    padding: 15px 10px 15px 10px;
    width: 65%;
}
#articleInfo15 ul li {
    margin-bottom: 20px;
    vertical-align: top;
    width: calc((100%/3) - 14px);
    margin: 0 0px;
}
#articleInfo15 ul li {
    width: calc((100%/1) - 0px);
}
#articleInfo15 ul li::after{
    top: calc(80% - 40.5px);
}
#articleInfo15 ul:before{
    content: '';
    position: absolute;
    top: 0;
    left: 95px;
    width: 1px;
    height: 100%;
    background: rgb(231 231 231 / 78%);
    }
#articleInfo15 ul:after {position: absolute;width: 100%;height: 1px;background: #bebdbc;display: block;top: 241.5px;left: 0;content: "";z-index: -1;display: none;}
#articleInfo15 ul li .item .circle span:before {
    -webkit-transform: rotate( 312deg );
    transform: rotate( 312deg );
    margin: 11px auto;
}
#articleInfo15 ul li:first-child::after{
    display: block;
}
}
@media screen and (max-width: 640px) {

	#articleInfo15 ul li:nth-child(2) .item {
		border-left: 0;
	}
#articleInfo15 ul:after {display: none;}
#articleInfo15 .tit {
    margin: 20px 0 30px;
}
#articleInfo15 ul{
    padding: 10px 0 10px;
}
}
@media screen and (max-width: 480px) {
	#articleInfo15 ul:before{
    left: 60px;
}
#articleInfo15 ul li .item{
    padding: 10px 0;
}
	#articleInfo15 ul li:nth-child(2) .item {
		border-right: 0;
	}
	#articleInfo15 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
	#articleInfo15{
    padding: 20px 10px;
}
#articleInfo15 ul li .item .circle{
    width: 80px;
    height: 80px;
}
#articleInfo15 ul li .item p{
    padding: 0px 10px 0px 10px;
    width: 58%;
}
#articleInfo15 ul li::after{
    top: calc(80% - 34.5px);
}
}
@media screen and (max-width: 380px) {
	#articleInfo15 ul:before{
    left: 50px;
}
#articleInfo15 ul li:first-child::after,#articleInfo15 ul li::after{
    display: none;
}
}