.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;
}
#articleInfo15{
    overflow: hidden;
}
#articleInfo15 .tit {
	position: relative;
	text-align: center;
	z-index: 2;
}
#articleInfo15 .tit h3 {
	text-align: center;
	font-size: 33px;
}
#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: 5px;
}
#articleInfo15 ul {
	overflow: hidden;
	position: relative;
	/* margin: -10px 0 30px; */
	/* padding: 50px 0 35px; */
	/* border: 3px #606d5a solid; */
	z-index: 1;
}
#articleInfo15 ul li {
	float: left;
	width: 100%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo15 ul li .item {
	padding: 15px 30px;
	overflow: hidden;
}
#articleInfo15 ul li .item2 {width: 80%;float: left;margin-left: 50px;}
#articleInfo15 ul li:nth-child(2) .item {
	/* border-left: 1px #e2e2e2 solid; */
	/* border-right: 1px #e2e2e2 solid; */
}
#articleInfo15 ul li .item .circle {
	position: relative;
	/* margin: 0 auto 15px; */
	width: 90px;
	height: 90px;
	float: left;
	border: 1px rgba(205, 23, 28, 0.5) solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	font-size: 50px;
	line-height: 80px;
}
#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 .item .circle:before {
	position: absolute;
	width: 90px;
	height: 90px;
	border: 2px rgba(205, 23, 28, 0.8) solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	left: -6px;
	top: -6px;
	z-index: -1;
	content: "";
}
#articleInfo15 ul li .item p {
	text-align: left;
	font-size: 30px;
	/* width: 80%; */
	font-weight: 500;
	/* float: left; */
	color: #888888;
}
#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);
}
#articleInfo12 {
	overflow: hidden;
}
#articleInfo12 .row {
	float: left;
	width: 55%;
}
#articleInfo12 .row h3 {
	font-size: 40px;
	color: #ffffff;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	margin: 0 10% 0 0;
	padding: 0 10px;
	line-height: 170%;
	background-color: #212121;
}
#articleInfo12 .row h3:after {
	margin-bottom: 30px;
	width: 100px;
	height: 5px;
	background: #cd171c;
	display: block;
	content: "";
	-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;
}
#articleInfo12 .row h3:hover:after {
	width: 100%;
}
#articleInfo12 .row article {
	margin: 0 10% 0 0;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo12 .row h4 {
	margin: 0 0 10px 0;
	font-size: 25px;
	color: #656565;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}
#articleInfo12 .row ul {
}
#articleInfo12 .row ul li{overflow: hidden;margin: 5px 0;}
#articleInfo12 .row ul li b{display: block;float: left;width: 15px;text-align: center;margin-right: 5px;}
#articleInfo12 .row ul li p{color: #3e3a39;margin: 0 !important;font-size: 16px;width: calc(100% - 25px);float: left;line-height: 160%;}
#articleInfo12 .row:nth-child(2) {
	width: 45%;
}
#articleInfo12 .row .topBox {
	overflow: hidden;
}
#articleInfo12 .row p {
	/* margin: 0 2% 0 0; */
	/* float: left; */
	/* width: 100%; */
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}
#articleInfo12 .row p:nth-child(2) {
	/* margin: 0 0 0 2%; */
	/* animation-name: fadeInRight; */
	/* -webkit-animation-name: fadeInRight; */
}
#articleInfo12 .row img {
	/* margin: 20px 0; */
	/* -webkit-box-shadow: 0 0 12px #5d5d5d; */
	-moz-box-shadow: 0 0 12px #5d5d5d;
	/* box-shadow: 0 0 12px #5d5d5d; */
}
#articleInfo12 .row img:hover {
	transform: scale(0.9);
}
#articleInfo12 .row .downBox {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
@media screen and (max-width: 1024px) {
	#articleInfo15 ul li .item2 {
		width: 70%;
	}
	#articleInfo12 .row ,
	#articleInfo12 .row:nth-child(2) {
		margin-bottom: 15px;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	#articleInfo15 ul li .item {
		padding: 15px;
	}
	#articleInfo12 .row .downBox {
		text-align: center;
	}
	#articleInfo12 .row h3,
	#articleInfo12 .row article {
		margin: 0;
	}
}
@media screen and (max-width: 640px) {
	#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;
	}
	#articleInfo15 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
	#articleInfo12 .row h3 {
		font-size: 28px;
	}
	#articleInfo12 .row h4 {
		font-size: 20px;
	}
	#articleInfo15 ul li .item2 {
		margin-left: 15px;
		width: 75%;
	}
	#articleInfo15 ul li .item p{
	    font-size: 20px;
	}
	#articleInfo15 ul li .item .circle:before,
	#articleInfo15 ul li .item .circle {
		width: 40px;
		height: 40px;
	}
	#articleInfo15 ul li .item .circle {
		font-size: 20px;
		line-height: 32px;
	}
}
