.banner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	margin-top: -114px;
}

.banner img {
	width: 100%;
}

.tab-head {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgb(20, 124, 211, .85);

}

.banner-title {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 200px;
	height: 100px;
	color: #e1ebf6;
	text-align: center;
	font-size: 48px;
	line-height: 100px;
}

#swiper-container-ship {
	height: 100%;
	max-width: 86%;
	margin: auto;
}

#swiper-container-ship .swiper-wrapper div a {
	line-height: 60px;
	font-size: 20px;
	color: white;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	border-left: 1px solid rgba(250, 250, 250, .3);
}

/* #swiper-container-ship .swiper-wrapper div:first-child a {
	border: none;
} */

.swiper-button-prev-10 {
	width: 6.3%;
	height: 100%;
	margin-top: -30px;
	border-left: 1px solid rgba(250, 250, 250, .3);
	background-image: url(/templets/default/img/ship-tab-l.png);
	background-size: 25px 25px;
}

.swiper-button-next-10 {
	width: 6%;
	height: 100%;
	margin-top: -30px;
	border-left: 1px solid rgba(250, 250, 250, .3);
	border-right: 1px solid rgba(250, 250, 250, .3);
	background-image: url(/templets/default/img/ship-tab-r.png);
	background-size: 25px 25px;
}

.ship-con {
	padding: 60px 0;
}

.ship-con-top .ship-con-top-l {
	width: 45%;

}

.ship-con-top .ship-con-top-l>p:first-child {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}

.ship-con-top .ship-con-top-l>p {
	font-size: 18px;
	line-height: 32px;
}

.ship-con-top .ship-con-top-l .ship-con-top-l-tab>div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	font-size: 16px;
	color: #969BA0;
	margin-top: 30px;
}

.ship-con-top .ship-con-top-l .ship-con-top-l-tab>div>img {
	margin-bottom: 20px;
	max-width: 95px;
}

.ship-con-top .ship-con-top-l .ship-con-top-l-tab>div>p {
	margin-bottom: 10px;
}

.ship-con-top .ship-con-top-r img {
	/* max-width: 582px; */
	width: 100%;
}

.ship-con .ship-con-bottom {
	margin-top: 30px;
}

.ship-con .ship-con-bottom>p {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 20px;
}

/* 船舶图片展示 */
.ship-img-wrapper {
	background: #F2F2F2;
	padding: 60px 0;
}

.ship-img-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.ship-img-wrap>div {
	width: 32%;
	/* display: inline-block; */
	margin-bottom: 40px;
}

.ship-img-wrap>div img {
	/* max-width: 100%; */
}

/* .ship-img-wrap>div:nth-child(2n+3){
		margin: 0 4%;
	} */
	


@media (max-width: 1200px) {
	.ship-img-wrap>div img {
		max-width: 100%;
	}

	.ship-img-wrapper {
		padding: 60px 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.ship-con {
		padding: 60px 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.ship-con-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.ship-con-top .ship-con-top-l {
		width: 100%;
	}

	.ship-con-top .ship-con-top-r {
		margin: 20px auto;
	}
}

@media (max-width: 1000px) {
	#swiper-container-ship {
		width: 85%;
	}
}

@media (max-width: 650px) {

	.ship-img-wrap>div {
		width: 49%;
	}

}
