.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;
}
.delay3 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
.delay4 {
	animation-delay: 2.0s;
	-webkit-animation-delay: 2.0s;
}
.delay5 {
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.delay6 {
	animation-delay: 3.0s;
	-webkit-animation-delay: 3.0s;
}
.delay7 {
	animation-delay: 3.5s;
	-webkit-animation-delay: 3.5s;
}
.delay8 {
	animation-delay: 4.0s;
	-webkit-animation-delay: 4.0s;
}
#articleInfo15two .tit {
	position: relative;
	text-align: center;
	z-index: 2;
}
#articleInfo15two .tit h3 {
	letter-spacing: 0.8px;
	width: 80%;
	margin: 30px auto;
	text-align: center;
	-webkit-animation-name: fadeInUp;
	color: #080404;
	font-size: 36px;
	background-color: #d44aa4;
	background: -webkit-gradient(linear,left top,right top,color-stop(20%,#d44aa4 ),color-stop(80%,#9364bc));
	background: -webkit-linear-gradient(left,#d44aa4 20%,#9364bc 80%);
	background: linear-gradient(90deg,#d44aa4 20%,#9364bc 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 25px;
	font-family: 'cwTeXHei',Sans-serif;
	font-weight: 400;
	line-height: 40px;
}
#articleInfo15two .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;
	margin: 20px 0 60px;
	text-align: center;
	font-size: 18px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	margin-top: 5px;
	line-height: 1.8em;
	font-size: 16px;
	letter-spacing: 0.8px;
	width: 80%;
	margin: 0px auto;
}
#articleInfo15two ul {
	overflow: hidden;
	position: relative;
	margin: -10px 120px 30px;
	padding: 50px 0 35px;
	z-index: 1;
}
#articleInfo15two ul li {
	float: left;
	width: 20%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo15two ul li .item {
	padding: 20px 30px;
}
#articleInfo15two ul li .item .circle {
	position: relative;
	margin: 0 auto 15px;
	width: 114px;
	height: 114px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	font-size: 42px;
	line-height: 98px;
	color: #fff;
}

#articleInfo15two ul li .item .circle:before {
	position: absolute;
	width: 104px;
	height: 104px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	left: 5px;
	top: 0px;
	z-index: -1;
	content: "";
	background: #bc54ad;
}
#articleInfo15two ul li .item p {
	text-align: center;
	font-size: 18px;
}
#articleInfo15two .imgBox {
	overflow: hidden;
}
#articleInfo15two .imgBox p {
	margin: 0 1% 0 0;
	overflow: hidden;
	float: left;
	width: 49%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInUp;
}
#articleInfo15two .imgBox p:nth-child(2) {
	margin: 0 0 0 1%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo15two .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: 960px) {
	#articleInfo15two ul {
    overflow: hidden;
    position: relative;
    margin: -10px 20px 0px;
    padding: 50px 0 4px;
    z-index: 1;
}
}
@media screen and (max-width: 768px) {
	#articleInfo15two ul li .item {
		padding: 15px;
	}
#articleInfo15two ul li {
    float: left;
    width: 50%;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
}
@media screen and (max-width: 640px) {
	#articleInfo15two ul li {
		width: 50%;
	}
	#articleInfo15two ul li:nth-child(3) {
		width: 100%;
	}
	#articleInfo15two ul li:nth-child(2) .item {
		border-left: 0;
	}
}
@media screen and (max-width: 480px) {
	#articleInfo15two ul li {
		width: 100%;
	}
	#articleInfo15two .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
}
