@import url('/css/animate.css');

.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
}

.delay4 {
	animation-delay: 2s;
	-webkit-animation-delay: 2s
}

#articleInfo17 {
	overflow: hidden;
}

.infambox {
	max-width: 90%;
	margin: 0 auto;
	width: 1280px;
}

#articleInfo17 * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

#articleInfo17 .folist {
	display: flex;
	width: 100%
}

#articleInfo17 .folist .info {
	display: flex;
	margin: 0 0 0;
	padding: 50px 0;
}

#articleInfo17 .folist .photo {
	display: flex;
	flex-wrap: wrap
}

#articleInfo17>div {
	display: flex;
	width: 47%;
	flex-direction: column
}

#articleInfo17 .titleJ {
	padding: 10px 20px 15px;
	width: 100%;
}

#articleInfo17 .titleJ h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1466b1;
	border-bottom: #dddddd8a 1px solid;
	line-height: 180%;
}

#articleInfo17 .titleJ h3 {
	font-size: 16px;
	color: #8e8e8e;
	font-weight: 400
}

#articleInfo17 .info h2 {
	font-size: 35px;
	color: #262527;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown
}

#articleInfo17 .info h5 {
	margin-bottom: 20px;
	font-size: 16px;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	font-weight: 400;
	color: #848484
}

#articleInfo17 .info .item {
	padding: 30px 30px;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	box-shadow: 0 0 9px 1px rgb(0 0 0 / 12%);
	background-color: white;
	margin: 10px 10px;
	border-radius: 10px;
}

#articleInfo17 .info p {
	width: 100%;
	background-color: unset;
	color: #7b7b7b;
	text-align: left
}

#articleInfo17 .info .item h4 {
	margin-bottom: 15px;
	color: #080404;
	font-size: 36px;
	display: flex;
	align-items: center
}

#articleInfo17 .info .item h4 span {
	font-size: 16px;
	color: #666
}

#articleInfo17 .info .item h4 span:before {
	margin: 0 15px;
	content: "/"
}

#articleInfo17 .photo>div {
	position: relative;
	padding: 10px 0px;
	margin: 30px 10px;
	display: flex;
	text-align: center;
	flex-direction: column;
}

#articleInfo17 .photo>div .photo-box {
	overflow: hidden;
	position: relative;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	line-height: 0;
	cursor: pointer;
	max-width: 100%
}

#articleInfo17 .photo .focus {
	-webkit-box-shadow: 0 0 10px 2px rgb(196 196 196 / 20%);
	box-shadow: 0 0 10px 2px rgb(196 196 196 / 20%);
	margin: 0 5px;
	border: gainsboro 4px solid;
}

#articleInfo17 .photo .focus:nth-child(2) {}

#articleInfo17 .photo .blur {
	-webkit-animation-name: LeftToBack;
	animation-name: LeftToBack
}

#articleInfo17 .photo .blur:nth-child(2) {
	-wanimation-name: RightToBack;
	animation-name: RightToBack
}

#articleInfo17 .photo>div .photo-box img {
	width: 100%
}

#articleInfo17 .casebox {
	display: flex;
	width: 100%;
	margin: 40px 0 10px;
	background: #f7f7f7;
	padding: 50px 0;
}

#articleInfo17 .casebox .cboxv {
	display: flex;
	flex-direction: column;
	border-bottom: rgb(205 205 205 / 41%) 1px solid;
	padding-bottom: 40px;
	margin-bottom: 50px
}

#articleInfo17 .casebox .cboxv h3 {
	display: flex;
	align-items: center;
	margin-bottom: 20px
}

#articleInfo17 .casebox .num {
	font-size: 30px;
	padding-right: 27px;
	border-right: rgb(117 116 116 / 30%) 1px solid;
	margin-right: 30px;
	background-color: #ffdba042;
}

#articleInfo17 .casebox .textn {
	font-size: 23px;
	font-weight: 600;
}

#articleInfo17 .casebox .texbig {
	font-size: 29px;
	color: #909090;
}

#articleInfo17 .casebox .cboxv .mafom {
	display: flex
}

#articleInfo17 .casebox .cboxv .mafom p {
	color: #5e5e5e;
	font-weight: 400;
}

@-webkit-keyframes LeftToFront {
	0% {
		-webkit-transform: translateX(0)
	}

	30% {
		-webkit-transform: translateX(-10%)
	}

	100 {
		-webkit-transform: translateX(0)
	}
}

@keyframes LeftToFront {
	0% {
		transform: translateX(0)
	}

	30% {
		transform: translateX(-10%)
	}

	100 {
		transform: translateX(0)
	}
}

@-webkit-keyframes LeftToBack {
	0% {
		-webkit-transform: translateX(0)
	}

	30% {
		-webkit-transform: translateX(-5%)
	}

	100 {
		-webkit-transform: translateX(0)
	}
}

@keyframes LeftToBack {
	0% {
		transform: translateX(0)
	}

	30% {
		transform: translateX(-5%)
	}

	100 {
		transform: translateX(0)
	}
}

@-webkit-keyframes RightToFront {
	0% {
		-webkit-transform: translateX(0)
	}

	30% {
		-webkit-transform: translateX(10%)
	}

	100 {
		-webkit-transform: translateX(0)
	}
}

@keyframes RightToFront {
	0% {
		transform: translateX(0)
	}

	30% {
		transform: translateX(10%)
	}

	100 {
		transform: translateX(0)
	}
}

@-webkit-keyframes RightToBack {
	0% {
		-webkit-transform: translateX(0)
	}

	30% {
		-webkit-transform: translateX(5%)
	}

	100 {
		-webkit-transform: translateX(0)
	}
}

@keyframes RightToBack {
	0% {
		transform: translateX(0)
	}

	30% {
		transform: translateX(5%)
	}

	100 {
		transform: translateX(0)
	}
}

#articleInfo17 #tableJam {
	width: 100%;
	margin: 40px 0;
}

#articleInfo17 #tableJam table {
	width: 1280px;
	overflow: scroll;
}

#articleInfo17 #tableJam table td {
	border: #e5e5e5 1px solid;
	border-spacing: 0;
	margin: 0;
	padding: 10px;
}

#articleInfo17 #tableJam table td.comolor {
	background: #1466b1;
}

#articleInfo17 #tableJam table td.comolor p {
	text-align: center;
	color: white;
	font-size: 19px;
	padding: 7px 0;
}

#articleInfo17 #tableJam table colgroup .caou0 {
	width: 200px;
}

#articleInfo17 #tableJam table colgroup .caou1 {
	width: 200px;
}

#articleInfo17 #tableJam table colgroup .caou2 {
	width: 250px;
}

#articleInfo17 #tableJam table colgroup .caou3 {
	width: 200px;
}

@media screen and (max-width:1280px) {
	#articleInfo17 .folist .info {
		flex-direction: column;
	}

	#articleInfo17 #tableJam {
		overflow: scroll;
	}

}

@media screen and (max-width:768px) {

	#articleInfo17>div,
	#articleInfo17 .photo {
		margin-left: 0;
		width: 100%
	}

	#articleInfo17 .photo>div {
		padding: 0;
	}

	#articleInfo17 .photo .focus:nth-child(2) {}

	#articleInfo17 .photo>div .photo-box img,
	#articleInfo17 .photo .focus .photo-box img {
		height: auto
	}

	#articleInfo17 #tableJam table {
		width: 800px;
	}
}

@media screen and (max-width:500px) {
	#articleInfo17 .titleJ h2 {
		font-size: 27px;
	}

	#articleInfo17 .info .item h4 {
		font-size: 29px;
	}

	#articleInfo17 .titleJ {
		padding: 5px 0;
	}
}