@import url('/css/animate.css');

.wow {
	animation: fadeInUp 1.5s both;
	-webkit-animation: fadeInUp 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
}

.delay4 {
	animation-delay: 2s;
	-webkit-animation-delay: 2s
}

.delay5 {
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s
}

#articleInfo20 .topBox {
	padding: 70px 0 30px;
	background: url(/images/style/18/img-topBg.png) no-repeat 0 0
}

#articleInfo20 .topBox .text {
	margin: 0 0 0 auto;
	width: 40%
}

#articleInfo20 .topBox .text h3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 30px;
	color: #004285;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp
}

#articleInfo20 .topBox .text article {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s
}

#articleInfo20 .secBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

#articleInfo20 .secBox>div {
	width: 100%;
	margin-bottom: 50px;
	position: relative
}

#articleInfo20 .secBox .photoBox {
	overflow: hidden;
	margin: 0 0 20px
}

#articleInfo20 .secBox .item h5 {
	font-weight: 400;
	font-size: 18px;
	color: #886d5c;
	margin-bottom: 5px;
	line-height: 130%
}

#articleInfo20 .secBox .item h5 img {
	width: 25px;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 10px;
	margin-bottom: 4px
}

#articleInfo20 .secBox .item article {
	font-size: 15px;
	text-align: justify
}

#articleInfo20 .secBox .photoBox>div {
	overflow: hidden
}

#articleInfo20 .secBox .photoBox>div:nth-child(3n-1) {
	margin: 0 30px
}

#articleInfo20 .fillatag {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2
}

#articleInfo20 .centertitleJ {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 19px;
}

#articleInfo20 .centertitleJ h2 {
	font-size: max(2 * (1vw + 1vh) / 2, 28px);
	text-align: center;
}

#articleInfo20 .centertitleJ p {
	font-size: max(1.8 * (1vw + 1vh) / 2, 16px);
}

@media screen and (max-width:768px) {
	#articleInfo20 .topBox {
		position: relative
	}

	#articleInfo20 .topBox:before {
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.35);
		top: 0;
		left: 0;
		z-index: 1;
		content: ""
	}

	#articleInfo20 .topBox .text {
		position: relative;
		width: 50%;
		z-index: 2
	}
}

@media screen and (max-width:640px) {
	#articleInfo20 .secBox>div {
		width: 100%;
		margin-bottom: 20px
	}

	#articleInfo20 .topBox:before {
		background: rgba(255, 255, 255, 0.6)
	}

	#articleInfo20 .secBox .item h5,
	#articleInfo20 .secBox .item article {
		width: 100%
	}

	#articleInfo20 .secBox .item h5 {
		margin-bottom: 15px;
		text-align: left
	}
}

@media screen and (max-width:480px) {
	#articleInfo20 .topBox:before {
		background: rgba(255, 255, 255, 0.75)
	}

	#articleInfo20 .topBox .text {
		width: 80%
	}

	#articleInfo20 .secBox .photoBox>div {
		width: calc((100%/2) - 10px)
	}

	#articleInfo20 .secBox .photoBox>div:nth-child(3) {
		margin: 10px 0;
		width: 100%
	}
}

@media screen and (max-width:450px) {
	#articleInfo20 .topBox {
		padding: 30px 0
	}

	#articleInfo20 .topBox .text {
		width: 95%
	}

	#articleInfo20 .secBox .photoBox>div {
		margin: 10px 0;
		width: 100%
	}
}