.wow {
	animation-name: zoomIn;
	-webkit-animation-name: zoomIn;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
#articleInfo10 .rsize{
	overflow:hidden;
	width:70%;
	margin:0 auto;
}

#articleInfo10 .articleInfo10-style{
	overflow:hidden;
	position: relative;
	z-index:1;
    padding-bottom: 60px;
}
#articleInfo10 .articleInfo10-style:after{
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	width:100%;
	height:80%;
	z-index:-2;
	background: #306890;
	transition:all ease-in-out 0.3s;
}
#articleInfo10 .articleInfo10-style:hover:after{
    background: #ab4040;
}
#articleInfo10 .articleInfo10-style .box-first{
	position: relative;
    z-index: 1;
}
#articleInfo10 .articleInfo10-style .box-first .fly{
	float: right;
    width: 45%;
    padding: 20px 2.5%;
	animation-name: slideInRight;
	-webkit-animation-name: slideInRight;
}
#articleInfo10 .articleInfo10-style .box-first .fly h4{
	font-size: 26px;
}
#articleInfo10 .articleInfo10-style .box-first .fly p{
	font-size: 16px;
}
#articleInfo10 .articleInfo10-style .box-second{
	position: relative;
    z-index: -1;
    margin-top: -40%;
}
#articleInfo10 .articleInfo10-style .box-first .box-first-left{
	float: left;
    width: 48%;
}
#articleInfo10 .articleInfo10-style .box-first .box-first-left img,
#articleInfo10 .articleInfo10-style .box-second .box-second-right img{
	-webkit-filter: drop-shadow(5px 5px 1px black);
}
#articleInfo10 .articleInfo10-style .box-first .box-first-left .txt{
	margin-top: 60px;
	color:#fff;
	animation-name: slideInLeft;
	-webkit-animation-name: slideInLeft;
}
#articleInfo10 .articleInfo10-style .box-first .box-first-left .txt h5{
	text-align: right;
	font-size: 26px;
}
#articleInfo10 .articleInfo10-style .box-first .box-first-left .txt p{
	text-align: right;
    font-size: 16px;
	color: #a1d3f6;
	margin-top: 20px;
	transition:all ease-in-out 0.3s;
}
#articleInfo10 .articleInfo10-style:hover .box-first .box-first-left .txt p{
    color: #e4b6b6;
}
#articleInfo10 .articleInfo10-style .box-second .box-second-right{
	width: 45%;
    float: right;
	padding: 20px 2.5%;
}

#articleInfo10 .articleInfo10-style2{
	overflow:hidden;
	margin:50px 0;
	animation-name: slideInUp;
	-webkit-animation-name: slideInUp;
}
#articleInfo10 .articleInfo10-style2 .articleInfo10-style2-title{
	margin: 0 0 20px;
}
#articleInfo10 .articleInfo10-style2 .articleInfo10-style2-title h4{
	font-size: 26px;
}
#articleInfo10 .articleInfo10-style2 .articleInfo10-style2-title p{
}
#articleInfo10 .articleInfo10-style2 ul{
	overflow:hidden;
}
#articleInfo10 .articleInfo10-style2 ul li{
	float:left;
	margin-right:2%;
	width:30%;
	margin-bottom: 10px;
}
#articleInfo10 .articleInfo10-style2 ul li:nth-cild(3n){
	margin-right:0%;
}
#articleInfo10 .articleInfo10-style2 ul li img{
	-webkit-filter: drop-shadow(5px 5px 1px black);
}
@media screen and (max-width: 768px) {
	#articleInfo10 .articleInfo10-style:after{
	    height: 70%;	
	}
}
@media screen and (max-width:640px) {
	#articleInfo10 .rsize{
		width:90%;
	}
}
@media screen and (max-width:480px) {
	#articleInfo10 .articleInfo10-style .box-first .fly,
	#articleInfo10 .articleInfo10-style .box-second .box-second-right{
		width: 100%;
		padding: 20px 0;	
	}
	#articleInfo10 .articleInfo10-style .box-first .box-first-left{
		width:100%;
	}
	#articleInfo10 .articleInfo10-style .box-second{
		margin-top: 0;		
	}
	#articleInfo10 .articleInfo10-style{
	    padding-bottom: 20px;	
	}
	#articleInfo10 .articleInfo10-style .box-first .fly h4,
	#articleInfo10 .articleInfo10-style .box-first .box-first-left .txt h5,
	#articleInfo10 .articleInfo10-style2 .articleInfo10-style2-title h4{
		font-size:22px;
	}
	#articleInfo10 .articleInfo10-style2 ul li{
		width: 98%;	
	}
}

