.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}
#articleInfo11 .item{overflow:hidden;position:relative}
#articleInfo11 .item:hover{background-size:auto 120%;transition:all 0.5s ease}
#articleInfo11 .item:nth-child(2){background-image:url(/images/22/main/img-002.jpg) no-repeat 50%}
#articleInfo11 .item:before{position:absolute;width:100%;height:100%;top:0;left:0;content:"";z-index:1}
#articleInfo11 .item .row{position:relative;float:left;z-index:2}
#articleInfo11 .item:nth-child(even) .row{float:right}
#articleInfo11 .item .left h3{margin:25% 0 20px;text-align:center;font-size:40px;color:#fff;animation-name:fadeInDown;-webkit-animation-name:fadeInDown;transition:all 0.5s ease}
#articleInfo11 .item:hover .left h3{letter-spacing:10px}
#articleInfo11 .item .left article{margin:0 auto;width:85%;text-align:center;font-size:16px;color:#fff;animation-name:fadeInUp;-webkit-animation-name:fadeInUp}
#articleInfo11 .item .right{overflow:hidden;margin-top:0%;padding:20px 3% 100px}
#articleInfo11 .item:hover .right{}
#articleInfo11 .item .right h5{font-size:20px;color:#e07402;animation-name:fadeInDown;-webkit-animation-name:fadeInDown}
#articleInfo11 .item:hover .right h5{color:#000000}
#articleInfo11 .item .right h4{font-size:30px;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft;color:#e07402}
#articleInfo11 .item .right article{margin:20px 0;animation-name:fadeInRight;-webkit-animation-name:fadeInRight}

@media screen and (max-width:768px){
	#articleInfo11 .item .row,#articleInfo11 .item:nth-child(even) .row{float:none;width:100%}
	#articleInfo11 .item .left h3{margin-top:20px}
	#articleInfo11 .item .right,#articleInfo11 .item:nth-child(even) .right{margin:20px auto;width:85%}
}
@media screen and (max-width:480px){
	#articleInfo11 .item,#articleInfo11 .item:hover{background-attachment:inherit;background-size:cover}
	#articleInfo11 .item .left article{width:70%}
}