@media all and (max-width:1000px) {

	#navigation,
	#header .social-link {
		display: none;
	}

	#openmenu {
		display: inline-block;
	}
	
	/* 调整header布局 */
	.wrapper-header {
		padding: 15px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 10;
	}
	
	/* 调整logo大小 */
	#logo {
		max-width: 200px;
		position: relative;
		z-index: 10;
	}
	
	#logo img {
		max-width: 100%;
		height: auto;
	}
	
	/* 调整菜单按钮 */
	#openmenu {
		font-size: 22px;
		margin-right: 10px;
	}

	.aboutus-img {
		display: none;
	}

	.aboutus-content {
		width: 100%;
		padding-left: 0px;
	}

	.wrapper-services article {
		width: calc(50% - 20px);
	}

	.single-content-footer:first-child,
	.single-content-footer,
	.single-edge {
		width: 50%;
	}

	.w-70,
	.w-30 {
		width: 100%;
	}

	.sidebar-right .sidebar {
		padding-left: 0px;
	}

	.sidebar-left .sidebar {
		padding-right: 0px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.sidebar-left .sidebar,
	.sidebar-right .sidebar {
		padding-top: 50px;
	}

	.faq-img {
		display: none;
	}

	.faq-block-content {
		width: 100%;
		padding: 100px 0px 100px 0;
	}

	.our-fleet-img {
		width: 100%;
		margin-bottom: 30px;
	}

	.our-fleet-content {
		width: 100%;
		padding-left: 0px;
	}

	.contact-content,
	.contact-form {
		width: 100%;
	}

	.contact-content {
		padding-right: 0px;
		margin-bottom: 50px;
	}

	.booking-content {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 50px;
	}

	.booking-form {
		width: 100%;
	}
	
	/* 调整header-content布局 */
	.wrapper-header-content {
		padding-top: 30px;
	}
	
	/* 调整标题样式 */
	.header-content h1 {
		font-size: 60px;
		line-height: 1.2;
	}
	
	/* 调整副标题样式 */
	.header-content .suptitle {
		font-size: 18px;
		margin-bottom: 10px;
		display: block;
	}
	
	/* 调整内部页面标题 */
	.wrapper-header-content.pages {
		height: auto;
		min-height: 300px;
		padding-top: 250px;
		padding-bottom: 50px;
		position: relative;
		z-index: 1;
		margin-top: -80px;
	}
	
	.wrapper-header-content.pages h1 {
		font-size: 50px;
		margin-bottom: 20px;
		margin-top: 0;
		position: relative;
	}
	
	.wrapper-header-content.pages .breadcrumbs-content {
		margin-top: 10px;
	}

}

@media all and (max-width:768px) {
	/* 调整logo大小 */
	#logo {
		max-width: 180px;
	}
	
	/* 调整标题样式 */
	.header-content h1 {
		font-size: 50px;
	}
	
	/* 调整内部页面标题 */
	.wrapper-header-content.pages {
		min-height: 250px;
		padding-top: 220px;
		margin-top: -70px;
	}
	
	.wrapper-header-content.pages h1 {
		font-size: 45px;
	}
}

@media all and (max-width:600px) {

	.wrapper-header-content.pages.page-404 h1 {
		font-size: 60px;
	}

	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 40px;
	}

	.single-edge,
	.single-blog {
		width: 100%;
	}

	.wrapper-services article {
		width: calc(100% - 20px);
	}

	.single-content-footer:first-child,
	.single-content-footer {
		width: 100%;
		text-align: center;
	}

	.footer-social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.contact-form .wrapper-input p,
	.booking-form .wrapper-input p {
		width: 100%;
	}
	
	/* 调整logo大小 */
	#logo {
		max-width: 160px;
	}
	
	/* 调整标题样式 */
	.header-content h1 {
		font-size: 40px;
		margin-bottom: 15px;
	}
	
	/* 调整副标题样式 */
	.header-content .suptitle {
		font-size: 16px;
	}
	
	/* 调整内部页面标题 */
	.wrapper-header-content.pages {
		min-height: 200px;
		padding-top: 200px;
		margin-top: -60px;
	}
	
	.wrapper-header-content.pages h1 {
		font-size: 38px;
	}

}

@media all and (max-width:480px) {
	/* 调整logo大小 */
	#logo {
		max-width: 140px;
	}
	
	/* 调整标题样式 */
	.header-content h1 {
		font-size: 36px;
		margin-bottom: 10px;
	}
	
	/* 调整菜单按钮 */
	#openmenu {
		font-size: 20px;
	}
	
	/* 调整内部页面标题 */
	.wrapper-header-content.pages {
		min-height: 180px;
		padding-top: 180px;
		margin-top: -50px;
	}
	
	.wrapper-header-content.pages h1 {
		font-size: 32px;
	}
}

@media all and (max-width:400px) {

	.wrapper-header-content.pages.page-404 h1 {
		font-size: 40px;
	}

	h1 {
		font-size: 36px;
	}

	.wrapper-header-content {
		height: 500px;
	}
	
	/* 调整logo大小 */
	#logo {
		max-width: 120px;
	}
	
	/* 调整标题样式 */
	.header-content h1 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	
	/* 调整副标题样式 */
	.header-content .suptitle {
		font-size: 14px;
	}
	
	/* 调整内部页面标题 */
	.wrapper-header-content.pages {
		min-height: 160px;
		padding-top: 160px;
		margin-top: -40px;
	}
	
	.wrapper-header-content.pages h1 {
		font-size: 28px;
	}
}

/* 针对超小屏幕设备的额外优化 */
@media all and (max-width:320px) {
	/* 调整logo大小 */
	#logo {
		max-width: 100px;
	}
	
	/* 调整标题样式 */
	.header-content h1 {
		font-size: 28px;
	}
	
	/* 调整副标题样式 */
	.header-content .suptitle {
		font-size: 13px;
	}
	
	/* 调整内部页面标题 */
	.wrapper-header-content.pages {
		min-height: 140px;
		padding-top: 140px;
		margin-top: -30px;
	}
	
	.wrapper-header-content.pages h1 {
		font-size: 24px;
	}
}