.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;	
}
.fade-in {
animation: fadeIn ease 2.6s;
-webkit-animation: fadeIn ease 2.6s;
-moz-animation: fadeIn ease 2.6s;
-o-animation: fadeIn ease 2.6s;
-ms-animation: fadeIn ease 2.6s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
#articleInfo10 .rsize{
	overflow:hidden;
	width:70%;
	margin:0 auto;
}
#articleInfo10{}
#articleInfo10 .deo{
	width: 49%;
	display:inline-block;
	text-align: center;
}
#articleInfo10 .infro h2{
    font-size: 27px;
    font-weight: 400;
    text-align: center;
}
#articleInfo10 .infro p{
	font-size:18px;
	color:#b54845;
	text-align: center;
}
#articleInfo10 .deo img{
	width: 250px;
	text-align: center;
	margin: 0 auto;
	padding: 50px;
}
#articleInfo10 .deo h3{
    position: relative;
    font-weight: bold;
    font-size: 41px;
    padding-left: 10px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    color: #b54845;
    display: inline-block;
}
#articleInfo10 .deo b{
	display:inline-block;
	vertical-align: top;
	padding-left: 24px;
	padding-top: 12px;
	font-size: 24px;
	font-weight: 300;
}
#articleInfo10 .deo p{
	position:relative;
	border-bottom: #29292959 0.5px solid;
	width: 60%;
	line-height: 180%;
	font-size: 19px;
	text-align: left;
	margin: 0 auto;
}
#articleInfo10 .deo p::before{
	    content: '';
	    position: absolute;
	    display: block;
	    height: 2px;
	    width: 80px;
	    background-color: #142c4b;
	    left: 0;
	    bottom: -1px;
}


#articleInfo10 .deo h3::after
{
	 content: "";
	 background-color: #b5484554;
	 -webkit-transform: matrix(1, 0, -1, 1, 0, 0);
	 transform: matrix(1, 0, -1, 1, 0, 0);
	 z-index: 1;
	 width: 20px;
	 height: 55px;
	 top: 7px;
	 left: 55px;
	 position: absolute;
	 display: block;
}
#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: 1024px){
	#articleInfo10 .deo h3{
    font-size: 30px;
    }
    #articleInfo10 .deo b{
    	font-size:18px;
    }
    #articleInfo10 .deo h3::after{
    	height: 35px;
    	left: 45px;
    }
}
@media screen and (max-width: 800px){
	#articleInfo10 .deo b{
		padding-left: 5px;
	}
}
@media screen and (max-width: 768px) {
	#articleInfo10 .articleInfo10-style:after{
	    height: 70%;	
	}
	#articleInfo10 .deo{width:100%;text-align: center;}
	#articleInfo10 .deo p{text-align:center;width: 100%;}
}
@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%;	
	}
}

