.fish {
	max-width: 1400px;
	margin: 150px auto;
}
.fish .section_title {
	margin-bottom: 80px;
}
.fish .section_title .fish_txt {
	margin-top: 12px;
	font-size: 18px;
	line-height: 26px;
	color: #444;
}
.fish .section_title .fish_txt b {
	display: block;
	margin-bottom: 18px;
	font-size: 24px;
	font-weight: bold;
	color: #2c2c2c;
}

.fish_wrap .loader.bImg {
	margin-bottom: 20px;
	padding-top: 56.25%;
}
.fish_wrap .img_wrap .loader {
	display: inline-block;
	width: calc(50% - 10px);
	margin-bottom: 20px;
	padding-top: 28.5%;
}
.fish_wrap .img_wrap .loader.lImg {
	margin-right: 10px;
}
.fish_wrap .img_wrap .loader.rImg {
	margin-left: 10px;
}


@media (max-width: 1024px) {
	.fish {
		max-width: calc(100% - 30px);
		margin: 60px auto;
	}
	.fish .section_title {
		margin-bottom: 20px;
	}
	.fish .section_title .fish_txt {
		margin-top: 10px;
		font-size: 14px;
		line-height: 19px;
	}
	.fish .section_title .fish_txt b {
		margin-bottom: 8px;
		font-size: 14px;
	}
	.fish_wrap .loader.bImg {
		margin-bottom: 15px;
		padding-top: 33%;
	}
	.fish_wrap .img_wrap .loader {
		width: 100%;
		margin-bottom: 15px;
		padding-top: 33%;
	}
	.fish_wrap .img_wrap .loader.lImg {
		margin-right: 0;
	}
	.fish_wrap .img_wrap .loader.rImg {
		margin-left: 0;
	}
}



@media (max-width: 600px) {
	.fish_wrap .loader.bImg {
		padding-top: 56.25%;
	}
	.fish_wrap .img_wrap .loader {
		padding-top: 56.25%;
	}

}