.wow {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	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;
}

#articleInfo3 ul li {
	overflow: hidden;
	color: #333;
}

#articleInfo3 .tit {
	margin: 20px;
	margin-bottom: 0;
	transition: all 0.4s ease-in-out 0s;
}

#articleInfo3 ul li:hover .tit {
	transform:translateX(60px);
}

#articleInfo3 .tit i ,
#articleInfo3 .tit h2 {
	display: inline-block;
	font-size: 30px;
}

#articleInfo3 .tit i {
	margin-right: 10px;
	font-size: 40px;
	vertical-align: inherit;
}

#articleInfo3 article {
	margin: 20px 10px 0 75px;
	font-size: 16px;
	line-height: 170%;
}


/* + articleInfo3 ç¬¬ä¸€å€‹li
*----------------------------------------------------------------------------*/
#articleInfo3 ul li:first-child {
	background: url(/images/style/03/img-box1Bg.jpg) no-repeat 100% 0;
}

#articleInfo3 ul li:first-child .info {
	padding: 20px 2%;
	width: 46%;
	background: rgba(255,255,255,0.7);
}

#articleInfo3 ul li:first-child .info  .tit {
	margin-top: 0;
}

#articleInfo3 ul li:first-child:hover .tit {
	transform:translateX(20px);
}

#articleInfo3 ul li:first-child .info  .tit i {
	font-size: 70px;
}

#articleInfo3 ul li:first-child .info h2 {
	font-size: 48px;
	line-height: 45px;
}

#articleInfo3 ul li:first-child .info h2 b {
	font-size: 30px;
	display: block;
}

#articleInfo3 ul li:first-child .info .info article {
	margin: 30px 10px 0 90px;
}

#articleInfo3 ul li .wow {
	overflow: hidden;
	float: left;
	width: 100%;
}

#articleInfo3 ul li .leftBox {
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}

#articleInfo3 ul li .rightBox {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}

#articleInfo3 ul li .photoBox img {
	transition: all 0.4s ease-in-out 0s;
	transform:scale(1,1);
}

#articleInfo3 ul li:hover .photoBox img {
	transform:scale(1.5);
}

/* + articleInfo3 ç¬¬äºŒå€‹li
*----------------------------------------------------------------------------*/
#articleInfo3 ul li:nth-child(2) {
	/* background: url(/images/style/03/img-box2Bg.png) no-repeat right 0; */
}


/* + articleInfo3 ç¬¬ä¸‰å€‹li
*----------------------------------------------------------------------------*/
#articleInfo3 ul li:nth-child(3) {
	/* background: url(/images/style/03/img-box3Bg.png) no-repeat 50% 50%; */
}


/* + articleInfo3 ç¬¬å››å€‹li
*----------------------------------------------------------------------------*/
#articleInfo3 ul li:nth-child(4) {
	background: url(/images/style/03/img-box4Bg.png) no-repeat right bottom;
}


/* + articleInfo3 ç¬¬äº”å€‹li
*----------------------------------------------------------------------------*/
#articleInfo3 ul li:nth-child(5) {
	background: url(/images/style/03/img-box5Bg.png) no-repeat 50% bottom;
}



/************ = é©æ‡‰æ€§ = ************/
/* +width:1024 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#articleInfo3 ul li:first-child .info {
		width: 50%;
	}
	#articleInfo3 article {
		margin: 20px 10px 0 20px;
	}
}


/* +width:768 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo3 ul li {
		padding-bottom: 15px;
		border-bottom: 1px #ccc solid;
	}
	#articleInfo3 ul li:first-child {
		padding-bottom: 0;
		border-bottom: 0;
	}
	#articleInfo3 ul li:first-child .info {
		width: 70%;
	}
	#articleInfo3 ul li .wow {
		width: 100%;
	}
	#articleInfo3 ul li:nth-child(3) {
		background-position: right 50%;
	}
	#articleInfo3 ul li:nth-child(5) {
		background-position: right bottom;
	}
	#articleInfo3 ul li:nth-child(2) .leftBox ,
	#articleInfo3 ul li:nth-child(3) .rightBox ,
	#articleInfo3 ul li:nth-child(4) .leftBox ,
	#articleInfo3 ul li:nth-child(5) .rightBox {
		display:none;
	}
}


/* +width:640 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#articleInfo3 ul li:first-child .info {
		width: 80%;
	}
}


/* +width:480 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo3 ul li:first-child .info {
		width: 100%;
	}
}


/* +width:450 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#articleInfo3 ul li:first-child {
		background-size: cover;
	}
	#articleInfo3 ul li:first-child .info .tit i {
		font-size: 50px;
	}
	#articleInfo3 ul li:first-child .info .tit {
		margin: 0;
	}
	#articleInfo3 ul li:first-child .info h2 {
		font-size: 30px;
		line-height: 30px;
	}
	#articleInfo3 ul li:first-child .info h2 b {
		font-size: 25px;
	}
	#articleInfo3 ul li:nth-child(2) ,
	#articleInfo3 ul li:nth-child(3) ,
	#articleInfo3 ul li:nth-child(4) ,
	#articleInfo3 ul li:nth-child(5) {
		background: none;
	}
}
