.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;
}
#articleInfo20 ul {
	margin-top: 40px;
}
#articleInfo20 ul li {
	padding: 25px;
	width: calc((100%/3) - 55px);
	display: inline-block;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	transition:all linear 0.3s;
	text-align: center;
	font-size: 17px;
	vertical-align: top;
}
#articleInfo20 ul li.focus {
	background: rgb(255 255 255 / 0.05);
}
#articleInfo20 ul li h3 {
	font-size: 20px;
}
#articleInfo20 ul li h5 {
	font-size: 16px;
	color: #caa34b;
}
#articleInfo20 ul li.focus h5 {
	color: #fff;
}
#articleInfo20 ul li p.photo {
	margin: 15px 0;
}
#articleInfo20 .bottomBox h3 {
	text-align: center;
	font-size: 30px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	line-height: 100%;
	margin-bottom: 20px;
	color: #ffffff;
	padding: 20px 0;
	background-color: #e4e4e4;
	background: linear-gradient(0deg,#fdfdfd 0%,#bebebe 20%,#e8e8e8 30%,#9a9a9a 65%,#e2e2e2 90%,#fbfbfb 65%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
#articleInfo20 .bottomBox h3:after, #articleInfo20 .twoBox h3:after, #articleInfo20 .threeBox h3:after {
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 0.1);
    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;
    position: absolute;
    left: 0;
    bottom: 0;
}
#articleInfo20 .bottomBox p {
	margin: 10px 0 30px;
	font-size: 16px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	line-height: 200%;
}
#articleInfo20 .bottomBox article {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	font-size: 16px;
	margin: 0 150px;
	line-height: 200%;
}
#articleInfo20 .twoBox{
    margin-top: 60px;
}
#articleInfo20 .twoBox h3{
    text-align: center;
    font-size: 30px;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    line-height: 100%;
    margin-bottom: 20px;
    color: #bf9f62;
    padding: 20px 0;
    background-color: #e4e4e4;
    background: linear-gradient(0deg,#fdfdfd 0%,#bebebe 20%,#e8e8e8 30%,#9a9a9a 65%,#e2e2e2 90%,#fbfbfb 65%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
#articleInfo20 .twoBox ul{
    margin: 0 0 40px;
    text-align: center;
}
#articleInfo20 .twoBox ul li{
    width: calc((100%/7) - 55px);
    vertical-align: top;
}
#articleInfo20 .twoBox ul li .item{
}
#articleInfo20 .twoBox ul li .item .circle{
    position: relative;
    margin: 0 auto 15px;
    width: 135px;
    height: 135px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    line-height: 135px;
    background-color: rgb(191 159 98);
}
#articleInfo20 .twoBox ul li .item .circle img{
    width: 60%;
}
#articleInfo20 .twoBox 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); }
}
#articleInfo20 .twoBox ul li .item p{
    text-align: center;
    font-size: 18px;
    line-height: 150%;
}
#articleInfo20 .threeBox{
    position: relative;
    margin-bottom: 30px;
}
#articleInfo20 .threeBox h3{
    text-align: center;
    font-size: 30px;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    line-height: 100%;
    margin-top: 40px;
    color: #bf9f62;
    border: burlywood;
    padding: 20px 0;
    background-color: #e4e4e4;
    background: linear-gradient(0deg,#fdfdfd 0%,#bebebe 20%,#e8e8e8 30%,#9a9a9a 65%,#e2e2e2 90%,#fbfbfb 65%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
#articleInfo20 .threeBox .photoBox{
    float: left;
    width: 35%;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
}
#articleInfo20 .threeBox .info{float: left;width: 60%;margin-left: 5%;}
#articleInfo20 .threeBox .info p{
    font-size: 16px;
    line-height: 200%;
}
#articleInfo20 .threeBox >div{
    overflow: hidden;
    margin-top: 30px;
}
#articleInfo20 .threeBox ul{
    margin-top: 0;
}
#articleInfo20 .threeBox ul li{
    width: calc((100%/2) - 5px);
    text-align: left;
    padding: 10px 0;
}
#articleInfo20 .photoBox{
    overflow: hidden;
    margin-bottom: 30px;
}
#articleInfo20 .photoBox > div {
	overflow: hidden;
	margin: 5px;
	float: left;
	width: calc((100%/2) - 10px);
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
}
#articleInfo20 .photoBox > div img {transition: all 0.5s ease;}
#articleInfo20 .photoBox > div:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
#articleInfo20 .ask{
	background: #bf9f62;
	text-align:center;
	width: 30%;
	margin: 40px auto 30px;
}
#articleInfo20 .ask a{
	display: block;
	text-align: center;
	color: #ffffff;
	height: 60px;
	line-height: 60px;
	font-size: 17px;
	position:relative;
}
#articleInfo20 .ask a b{
	position: absolute;
	width: 30px;
	height: 30px;
	background: #ffffff;
	border-radius: 50%;
	line-height: 30px;
	top: 15px;
	text-align: center;
	font-size: 12px;
	right: 20px;
	transition:all linear 0.3s;
	color: #bf9f62;
}
#articleInfo20 .ask a:hover b{
	transform: scaleX(-1);
	background: #ffffff;
	color: #bf9f62;
}
@media screen and (max-width: 1024px) {
#articleInfo20 .twoBox ul li {
    width: calc((100%/4) - 55px);
}
}
@media screen and (max-width: 768px) {
	#articleInfo20 ul li {
		width: calc((100%/2) - 55px);
	}
	#articleInfo20 .ask {
		width: 50%;
	}
	#articleInfo20 .threeBox .photoBox, #articleInfo20 .threeBox .info {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	#articleInfo20 ul li:first-child {
	}
	#articleInfo20 ul li.focus {
		padding: 25px;
	}
	#articleInfo20 .bottomBox p, #articleInfo20 .bottomBox article {
		margin: 10px 0 20px;
	}
}
@media screen and (max-width: 480px) {
	#articleInfo20 ul li {
		margin-bottom: 10px;
		width: calc(100% - 55px);
	}
	#articleInfo20 .threeBox ul li{
		width: 100%;
		margin-bottom: 0;
		padding: 10px 0 0;
	}
	#articleInfo20 .ask a {
		font-size: 15px;
	}
	#articleInfo20 .bottomBox h3{
		font-size: 23px;
		line-height: 30px;
	}
	#articleInfo20 .ask {
		width: 100%;
	}
	#articleInfo20 .twoBox ul li {
		width: calc((100%/2) - 55px);
	}
}
