.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{
}




/* +ask
*----------------------------------------------------------------------------*/
.wrapper .container .content .content-main .ask {
	overflow: hidden;
	text-align: center;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.wrapper .container .content .content-main .ask a {
	padding: 10px 20px;
	display: inline-block;
	vertical-align: middle;
	background: #375A80;
	color: #fff;
	font-size: 18px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.wrapper .container .content .content-main .ask a:before {
	content: url(../../images/ask.png);
	position: absolute;
	right: 1em;
	padding: 1px 1px 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.wrapper .container .content .content-main .ask a:hover:before ,
.wrapper .container .content .content-main .ask a:focus:before ,
.wrapper .container .content .content-main .ask a:active:before {
	-webkit-animation-name: hvr-icon-wobble-horizontal;
	animation-name: hvr-icon-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}






#articleInfo15 ul {
	overflow: hidden;
	position: relative;
	margin: -10px 0 10px;
	padding: 50px 0 0px;
	z-index: 1;
}
#articleInfo15 ul li {
	width: 22%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	margin-right: 7px;
	display: inline-block;
	vertical-align: top;
	width: calc((100%/4) - 20px);
}
#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;
    display: none;
}
#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;
    display: none;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#articleInfo15 ul li .item {
	padding: 20px 0px;
	text-align: center;
}


#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 article{
    display: block;
    background: #eaeaea;
    text-align: center;
    color: #131313;
    padding: 3px 0;
    transition: all linear 0.3s;
}
#articleInfo15 ul li .item p {
	text-align: initial;
	line-height: 50px;
	font-size: 76px;
	font-weight: bold;
	color: #e3e3e3;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.64);
	-webkit-text-fill-color: transparent;
	text-align: center;
	position: absolute;
	left: 70%;
	top: 58%;
}
#articleInfo15 ul li .item p:after {
    content: '';
    display: block;
    position: absolute;
    width: 75px;
    height: 70px;
    background: rgb(18, 30, 43);
    border-radius: 100%;
    right: 28px;
    bottom: 65px;
    top: 0;
    display: none;
}
#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: 47%;
	}
	#articleInfo15 ul li:nth-child(3) {
		/* width: 100%; */
	}
	#articleInfo15 ul li:nth-child(2) .item {
		border-left: 0;
	}
}
@media screen and (max-width: 480px) {
	#articleInfo15 ul li {
		width: 100%;
	}
	#articleInfo15 ul li:nth-child(2) .item {
		border-right: 0;
		/* border-top: 1px #e2e2e2 solid; */
		/* border-bottom: 1px #e2e2e2 solid; */
	}
	#articleInfo15 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
}
