.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: 60px 0 0px;
}
#articleInfo15 .tit h3 {
	text-align: center;
	font-size: 28px;
	line-height: 130%;
	font-weight: 300;
}
#articleInfo15 .tit h3:before {
    background-color: gainsboro;
    top: 27px;
    left: 40px;
    margin: 0 15px;
    width: 30px;
    height: 1px;
    display: inline-block;
    vertical-align: super;
    content: "";
}


#articleInfo15 .tit h3:after {
    background-color: gainsboro;
    top: 27px;
    left: 40px;
    margin: 0 15px;
    width: 30px;
    height: 1px;
    display: inline-block;
    vertical-align: super;
    content: "";
}
#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;
}
#articleInfo15:hover .tit h3 ,
#articleInfo15:hover .tit font{
	letter-spacing: 3px;
}
#articleInfo15 ul {
	overflow: hidden;
	position: relative;
	padding: 70px 90px 60px;
	z-index: 1;
}
#articleInfo15 ul li {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	border: 1px #e5e5e5 solid;
	margin: 0 3px;
	height: 190px;
	z-index: 0;
	position: relative;
}
#articleInfo15 ul li button {border-radius: 50%;border: 1px transparent solid;text-align: center;line-height: 20px;}
#articleInfo15 ul li button:before , section .slick-dots li.slick-active button:before {width: 8px;height: 8px;background: #d8d8d8;border-radius: 50%;line-height: inherit;top: calc((100% - 8px) / 2);left: calc((100% - 8px) / 2);opacity: 1;content: "";}
#articleInfo15 ul li.slick-active button { border-color: #d13236; }

#articleInfo15 .slick-dots {text-align: center;padding: 0px 0 30px;}
#articleInfo15 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    border: none;
}
#articleInfo15 .slick-dots li button{
    overflow: hidden;
    vertical-align: top;
    -webkit-animation-name: fadeInUp;
    margin: 0px 5px;
    z-index: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 2px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
#articleInfo15 .slick-dots li.slick-active button { border-color: #82868d; }
#articleInfo15 .slick-dots li.slick-active button:before , #articleInfo15 .slick-dots li.slick-active button:before {background: #f19c9d;}

#articleInfo15 ul li .item {
	padding: 50px 30px 0px;
	position: relative;
}

#articleInfo15 ul li .item .circle {
	width: 20px;
	height: 23px;
	background-color: #e86e15;
	color: #fff;
	padding: 10px 12px;
	top: 0px;
	right: 0px;
	z-index: 10;
	position: absolute;
}
#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{
    margin: 80px 0 0;
}
#articleInfo15 .bottomBox2{
    text-align: center;
}
#articleInfo15 ul li .item p {
	text-align: initial;
	font-size: 16px;
	border-bottom: 1px #e5e5e5 solid;
	padding: 0 0 20px;
	margin-bottom: 10px;
}
#articleInfo15 .imgBox {
	overflow: hidden;
}
#articleInfo15 .imgBox p {
	margin: auto;
	overflow: hidden;
	float: left;
	width: 50%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInUp;
	text-align: right;
}

#articleInfo15 .imgBox p img{
    margin-right: auto;
}

#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;
	}
	#articleInfo15 ul{
    padding: 30px 10px 20px;
}
#articleInfo15 ul li{
    height: 140px;
}
}
@media screen and (max-width: 640px) {
	#articleInfo15 ul li {
		width: 50%;
	}


}
@media screen and (max-width: 480px) {
	#articleInfo15 ul li {
		width: 100%;
		height: 130px;
	}

	#articleInfo15 .imgBox p {
		margin: 10px 0 0;
		width: 100%;
	}
}
