/*common start*/
@font-face {
	font-family: 'MyFont';
	src: url('../fonts/SOURCEHANSANSCN-BOLD.OTF'), url('../fonts/SOURCEHANSANSCN-BOLD.TTF'), url('../fonts/SOURCEHANSANSCN-EXTRALIGHT.OTF'), url('../fonts/SOURCEHANSANSCN-HEAVY.OTF'), url('../fonts/SOURCEHANSANSCN-HEAVY.TTF'), url('../fonts/SOURCEHANSANSCN-LIGHT.OTF'), url('../fonts/SOURCEHANSANSCN-MEDIUM.OTF'), url('../fonts/SOURCEHANSANSCN-NORMAL.OTF'), url('../fonts/SOURCEHANSANSCN-REGULAR.OTF'), url('../fonts/SOURCEHANSANSCN-REGULAR.TTF');
}

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
	/* font-family: "Source Han Sans CN", "Microsoft YaHei", Arial, sans-serif; */
}

body {
	font-size: 12px;
	color: #666;
	background: #08080A;
	/* font-family: "Source Han Sans CN", "Microsoft YaHei", Arial, sans-serif; */
	font-family: "MyFont" !important;
}

a {
	color: #666;
}

	a:hover {
		color: #FF9800;
	}

p {
	line-height: 1.8em;
	/*padding: 5px 0;*/
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

	.fl p {
		color: #FF9800;
		font-size: 16px;
	}

	.fl p1 {
		color: #FF9800;
		font-size: 14px;
	}

.fr {
	float: right;
}

.flogo p {
	color: #FF9800;
	font-size: 14px;
}

img {
	max-width: 100%;
}

.head {
	padding: 20px 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	background: transparent;
	background: #08080A;
}

.menu {
	width: calc(100% - 210px);
	text-align: center;
}

	.menu ul li {
		display: inline-block;
		text-align: center;
		line-height: 38px;
		text-align: center;
		font-size: 14px;
		padding: 0 20px;
	}

		.menu ul li a {
			color: #CECECF;
		}

		.menu ul li.cur a {
			color: #FF9800;
		}

.lan {
	border: 1px solid #312A1A;
	line-height: 30px;
	border-radius: 15px;
	padding: 0 10px;
	position: relative;
}

	.lan ul {
		position: absolute;
		right: 0;
		border: 1px solid #312A1A;
		padding: 10px;
		border-radius: 5px;
		width: 93%;
		box-shadow: 0 0 5px #352E21;
		display: none;
	}

	.lan h3 {
		position: relative;
		font-weight: normal;
		font-size: 14px;
		color: #CECECF;
		padding-right: 25px;
	}

		.lan h3 em {
			transform: rotate(90deg);
			transition: all .3s;
			position: absolute;
			right: 0px;
			top: 0px;
			display: block;
			cursor: pointer;
			font-style: normal;
		}

			.lan h3 em:after {
				content: '>';
				font-family: simsun;
				font-size: 12px;
				line-height: 30px;
				width: 30px;
				text-align: center;
				display: block;
			}

	.lan ul li {
		margin-bottom: 5px;
	}

		.lan ul li a {
			font-size: 14px;
			color: #fff;
		}

		.lan ul li.cur a {
			color: #FF9800;
		}

		.lan ul li a:hover {
			color: #FF9800;
		}

.he {
	height: 81px;
}

.phone {
	display: none;
}

.phonehead {
	padding: 15px 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	background: transparent;
	background: #08080A;
}

	.phonehead .logo {
		width: calc(100% - 145px);
	}

		.phonehead .logo img {
			max-height: 70px;
			height: auto !important;
		}

	.phonehead .menuicon a {
		color: #000;
		font-size: 20px;
	}

.nav {
	position: absolute;
	display: none;
	right: 0px;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #08080A;
	z-index: 8;
	overflow-y: auto;
	transition: right .3s;
	border-left: 1px solid #f3f3f3;
}

	.nav.open {
		right: 0;
	}

	.nav ul {
		padding-bottom: 71px;
	}

	.nav li {
		float: none;
		padding: 0;
		position: relative;
	}

		.nav li a {
			line-height: 53px;
			padding: 10px 1.5em;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			color: #fff;
		}

			.nav li a:hover:after,
			.nav li.cur > a:after,
			.nav li.on > a:after {
				display: none;
			}

		.nav li.cur > a {
			background-color: #eee;
		}

		.nav li em.on {
			transform: rotate(90deg);
		}

		.nav li em {
			transform: rotate(0deg);
			transition: all .3s;
			position: absolute;
			right: 10px;
			top: 10px;
			display: block;
			cursor: pointer;
			font-style: normal;
			color: #fff;
		}

			.nav li em:after {
				content: '>';
				font-family: simsun;
				font-size: 20px;
				line-height: 30px;
				width: 30px;
				text-align: center;
				display: block;
			}

.navDrop {
	position: static;
	display: none;
	left: auto;
	top: auto;
}

	.navDrop.open,
	.navDrop.show.open {
		display: block;
	}

	.navDrop .inner {
		width: auto;
	}

	.navDrop ul {
		padding: 0;
	}

	.navDrop li {
		display: block;
	}

		.navDrop li a {
			text-align: left;
			padding: 10px 1.5em 10px 2.5em;
		}

	.navDrop .preview,
	.threeNav,
	.navDrop.show {
		display: none;
	}

	.navDrop .info {
		width: auto;
		float: none;
		padding: 0;
	}

.subNav {
	float: none;
	width: auto;
}

	.subNav dd {
		border: none;
		line-height: normal;
	}

		.subNav dd a {
			padding: 10px 1.5em 10px 2.5em;
		}

			.subNav dd a:after {
				display: none;
			}

/*navBtn*/
.navBtn {
	cursor: pointer;
	display: none;
	position: relative;
	cursor: pointer;
	width: 30px;
	height: 30px;
	float: left;
	border-left: 0px solid #f3f3f3;
}

	.navBtn span {
		display: block;
		width: 20px;
		height: 2px;
		background-color: #c2c2c2;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -1px;
		margin-left: -10px;
		line-height: normal;
	}

		.navBtn span:before,
		.navBtn span:after {
			content: '';
			display: block;
			width: 100%;
			height: 2px;
			background-color: #c2c2c2;
			position: absolute;
			left: 0;
			top: -7px;
			transition: transform .3s;
			transition: transform .3s;
		}

		.navBtn span:after {
			top: auto;
			bottom: -7.5px;
		}

	.navBtn.open span {
		height: 0;
	}

		.navBtn.open span:before {
			transform: rotate(45deg);
			top: 0;
		}

		.navBtn.open span:after {
			transform: rotate(-45deg);
			bottom: auto;
			top: 0;
		}

.pad {
	padding: 98px 0 0 0;
}

.h1 {
	color: #FF9800;
	font-size: 18px;
	text-align: center;
}

.con .h2 {
	color: #fff;
	font-size: 40px;
	text-align: center;
	margin-top: 20px;
}

.con .h3 {
	color: #FF9800;
	font-size: 40px;
	text-align: center;
}

.con .h4 {
	color: #fff;
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
}

.con .h5 {
	color: #E2E2E3;
	font-size: 18px;
	text-align: center;
}


@media screen and (max-width: 760px) {
	.con .h2 {
		color: #fff;
		font-size: 24px;
		text-align: center;
		margin-top: 20px;
	}

	.con .h3 {
		color: #FF9800;
		font-size: 24px;
		text-align: center;
	}

	.con .h4 {
		color: #fff;
		font-size: 24px;
		text-align: center;
		margin-bottom: 20px;
	}

	.con .h5 {
		color: #E2E2E3;
		font-size: 18px;
		text-align: center;
	}

	.pad {
		padding: 22px 0;
	}
}

.con2 .h2 {
	color: #fff;
	font-size: 40px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.con2 .h3 {
	color: #E2E2E3;
	font-size: 18px;
	text-align: center;
	line-height: 2em;
}
.con4 .h3 {
	color: #E2E2E3;
	font-size: 18px;
	text-align: center;
	line-height: 2em;
}
@media screen and (max-width: 760px) {
	.con2 .h2 {
		color: #fff;
		font-size: 24px;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.con3 .h2 {
	color: #fff;
	font-size: 40px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
}

.con3 ul li {
	width: calc((100% - 40px)/4);
	margin-right: 13px;
	margin-bottom: 20px;
	float: left;
}

	.con3 ul li:nth-child(3n) {
		margin-right: 0;
	}

	.con3 ul li .limain {
		border: 1px solid #ff980073;
		border-radius: 10px;
		padding: 30px;
		height: 303px;
	}

	.con3 ul li .imgarea img {
		width: 50px;
	}

.imgarea img {
	image-rendering: auto !important;
	-webkit-optimize-contrast: auto !important;
	-ms-interpolation-mode: bicubic !important;
}

.con3 ul li:hover .limain {
	border: 1px solid #FF9800;
}

.con3 ul li .limain h3 {
	margin: 15px 0;
	font-size: 17px;
	font-weight: normal;
	color: #FF9800;
}

.con3 ul li .limain span {
	display: block;
	color: #BFBDBB;
	font-size: 16px;
	height: 109px;
	line-height: 28px;
}

@media screen and (max-width: 760px) {
	.con3 .h2 {
		color: #fff;
		font-size: 24px;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.con3 ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		float: left;
	}

		.con3 ul li:nth-child(3n) {
			margin-right: 0;
		}
}

.con4 .h2 {
	color: #fff;
	font-size: 40px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
}

.con4 ul li {
	width: calc((100% - 80px)/4);
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

	.con4 ul li:nth-child(5n) {
		margin-right: 0;
	}

	.con4 ul li .limain {
		padding: 10px;
		border: 1px solid #ff980073;
		border-radius: 10px;
	}

	.con4 ul li:hover .limain {
		border: 1px solid #FF9800;
	}

	.con4 ul li:hover {
		transition: all 0.5s;
		transform: translateY(-5px);
	}

	.con4 ul li img {
		transition: all 0.5s;
		height: 400px;
		width: 100%;
		object-fit: contain;
	}

	.con4 ul li .imgarea {
		overflow: hidden;
	}

	.con4 ul li:hover .imgarea img {
		transform: scale(1.01);
	}

	.con4 ul li .wenzi {
		padding-top: 10px;
		border-top: 1px solid #ff980073;
		margin-top: 10px;
		text-align: center;
	}

		.con4 ul li .wenzi h3 {
			font-size: 14px;
			color: #fff;
			line-height: 2;
		}

		.con4 ul li .wenzi span {
			color: #FF9800;
			font-size: 16px;
			display: block;
		}


@media screen and (max-width: 760px) {
	.con4 .h2 {
		color: #fff;
		font-size: 24px;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.con4 ul li img {
		transition: all 0.5s;
		height: 200px;
		width: 100%;
		object-fit: contain;
	}

	.con4 ul li {
		width: calc((100% - 20px)/2);
		margin-right: 20px;
		margin-bottom: 20px;
		float: left;
	}

		.con4 ul li:nth-child(2n) {
			margin-right: 0;
		}
}

.con5 .h2 {
	color: #fff;
	font-size: 40px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.con5 .h3 {
	color: #E2E2E3;
	font-size: 15px;
	text-align: center;
	margin-bottom: 60px;
	line-height: 2em;
}

.con5 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
	margin: 0;
}

	.con5 ul li {
		width: calc((100% - 80px)/5);
		margin-right: 0;
		margin-bottom: 20px;
		float: none;
	}

		.con5 ul li:nth-child(5n) {
			margin-right: 0;
		}

		.con5 ul li .limain {
			border: 1px solid #312A1D;
			border-radius: 10px;
			position: relative;
			overflow: hidden;
		}

		.con5 ul li:hover .limain {
			border: 1px solid #FF9800;
		}

		.con5 ul li img {
			transition: all 0.5s;
		}

		.con5 ul li:hover img {
			transform: scale(1.01);
		}

		.con5 ul li .wenzi h3 {
			font-weight: normal;
			color: #FF9800;
			font-size: 14px;
		}

		.con5 ul li .wenzi span {
			color: #BFBDBB;
			display: block;
		}

		.con5 ul li .wenzi {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			z-index: 9;
			padding: 10px;
		}

.more {
	text-align: center;
	/* margin-top: 40px; */
}

	.more a {
		display: inline-block;
		width: 250px;
		line-height: 50px;
		border-radius: 25px;
		background: linear-gradient(to bottom right, #F6DC9A, #F1C86A);
		text-align: center;
		font-size: 14px;
		color: #000;
	}


@media screen and (max-width: 760px) {
	.con5 .h2 {
		color: #fff;
		font-size: 24px;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.more a {
		width: 100%;
	}

	.con5 ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		float: left;
	}

		.con5 ul li:nth-child(5n) {
			margin-right: 0;
		}
}

.foot {
	background: #050607;
	border-top: 1px solid #2B2517;
}

.footop {
	padding: 50px 0;
}

.foot .left {
	width: 30%;
}

	.foot .left .des {
		font-size: 14px;
		color: #BDBCBA;
	}

.foot .center {
	width: 35%;
}

.foot .right {
	width: 35%;
}

.foot dl dt {
	font-size: 12px;
	color: #BDBCBA;
	margin-bottom: 10px;
}

.foot dl dd a {
	color: #E6E4E1;
	font-size: 14px;
}

.foot dl dd {
	margin-bottom: 5px;
	color: #E6E4E1;
	font-size: 14px;
}

.copy {
	padding: 20px 0;
	border-top: 1px solid #2B2517;
	text-align: center;
	font-size: 14px;
	color: #E6E4E1;
}

@media screen and (max-width: 760px) {
	.wapper {
		width: 90%;
		padding: 0 5%;
	}

	.pc {
		display: none;
	}

	.phone {
		display: block;
	}

	.foot .left {
		width: 100%;
	}

	.foot .center {
		width: 100%;
		margin: 30px 0;
	}

	.foot .right {
		width: 100%;
	}
}

.footfix {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	border-top: 1px solid #BDBCBA;
	background: #050607;
	padding-top: 20px;
}

	.footfix ul li {
		width: 25%;
		float: left;
		text-align: center;
	}

		.footfix ul li .img2 {
			display: none;
		}

		.footfix ul li.cur .img1 {
			display: none;
		}

		.footfix ul li.cur .img2 {
			display: inline-block;
		}

		.footfix ul li .wenzi {
			font-size: 14px;
			color: #E6E4E1;
			line-height: 2;
		}

		.footfix ul li.cur .wenzi {
			color: #FF9800;
		}

.he2 {
	height: 73px;
}

.sf .h2 {
	color: #fff;
	font-size: 40px;
	text-align: center;
	margin: 20px 0;
}

	.sf .h2 span {
		background: linear-gradient(135deg, #fabb5d 0%, #FF9800 100%);
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}

.sf .h3 {
	color: #E2E2E3;
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}

.sf .h4 {
	font-size: 12px;
	color: #8B8A89;
	text-align: center;
}

@media screen and (max-width: 760px) {
	.sf .h2 {
		color: #fff;
		font-size: 24px;
		text-align: center;
		margin: 20px 0;
	}
}


.sf2 {
	padding: 20px 0;
	border-top: 1px solid #2E2819;
	border-bottom: 1px solid #2E2819;
	text-align: center;
}

	.sf2 ul li {
		display: inline-block;
		line-height: 30px;
		padding: 0 10px;
		border: 1px solid #FF9800;
		border-radius: 15px;
		margin: 0 10px;
	}

		.sf2 ul li a {
			color: #FF9800;
		}

		.sf2 ul li:hover {
			background: rgba(240, 199, 104, 0.3);
		}

.sf3 dl {
	padding: 30px 0;
}

	.sf3 dl .dtleft h4 {
		padding-left: 30px;
		font-size: 24px;
		color: #fff;
		font-weight: normal;
	}

	.sf3 dl dt {
		margin-bottom: 25px;
	}

	.sf3 dl .ddright {
		color: #E6E4E1;
		font-size: 14px;
	}

.sf3 table {
	width: 100%;
	border: 1px solid #2F291C;
	line-height: 40px;
	border-radius: 10px;
}

	.sf3 table tr th {
		border-bottom: 1px solid #2F291C;
		text-align: center;
		padding: 0 10px;
		font-size: 14px;
		color: #fff;
		background: rgba(255, 255, 255, 0.1);
	}

	.sf3 table tr td {
		border-bottom: 1px solid #2F291C;
		text-align: center;
		padding: 0 10px;
		font-size: 14px;
		color: #fff;
	}

		.sf3 table tr td a {
			color: #FF9800;
			display: inline-block;
			/*padding-right: 30px;*/
		}

			.sf3 table tr td a:hover {
				opacity: 0.6;
			}

	.sf3 table tr:hover {
		background: rgba(255, 255, 255, 0.1);
	}

.sf4 .yy {
	max-width: 50%;
	border: 1px solid #52462B;
	padding: 30px;
	margin: 0 auto;
	border-radius: 15px;
}

	.sf4 .yy .ytit {
		text-align: center;
		color: #FF9800;
		font-size: 14px;
		margin-bottom: 20px;
	}

	.sf4 .yy ul li {
		font-size: 14px;
		color: #fff;
		margin-bottom: 10px;
		list-style: disc;
	}

		.sf4 .yy ul li:last-child {
			margin-bottom: 0;
		}


@media screen and (max-width: 760px) {
	.sf4 .yy {
		max-width: 100%;
	}
}

.sf5 .h2 {
	color: #fff;
	font-size: 40px;
	text-align: center;
	margin: 20px 0;
}

	.sf5 .h2 span {
		color: #FF9800;
	}

.sf5 .h3 {
	color: #E2E2E3;
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
}

.sf5 .h4 {
	font-size: 12px;
	color: #8B8A89;
	text-align: center;
}

.sf5 .more {
	margin-bottom: 50px;
}

	.sf5 .more h3 {
		font-weight:;
		/*padding-left: 30px;*/
		display: inline-block;
	}

@media screen and (max-width: 760px) {
	.sf5 .h2 {
		color: #fff;
		font-size: 24px;
		text-align: center;
		margin: 20px 0;
	}
}


.sf5 .more2 {
	text-align: center;
}

	.sf5 .more2 a {
		display: inline-block;
		border: 1px solid #FF9800;
		line-height: 30px;
		padding: 0 20px;
		margin-top: 10px;
		font-size: 14px;
		color: #FF9800;
		border-radius: 15px;
	}

		.sf5 .more2 a:hover {
			background: rgba(240, 199, 104, 0.3);
		}


/* 手机端语言右侧显示收费，隐藏语言下拉箭头 */
@media screen and (max-width:760px) {
	.phonehead .lan h3 em {
		display: none;
	}

	.phonehead .lan h3 {
		padding-right: 0;
	}

	.phone-fee {
		margin-right: 12px;
		line-height: 30px;
		height: 30px;
	}

		.phone-fee a {
			color: #CECECF;
			font-size: 14px;
			display: block;
		}
}


/* =========================================================
   收费表格 - 手机端两列卡片布局
   仅影响 760px 及以下，电脑端保持原样
   ========================================================= */
@media screen and (max-width: 760px) {

	.sf3 .biao {
		width: 100%;
		overflow: visible;
	}

	.sf3 table {
		width: 100%;
		border: 0;
		border-radius: 0;
		line-height: normal;
	}

		/* 手机端隐藏电脑表格顶部表头 */
		.sf3 table tr:first-child {
			display: none;
		}

		/* 每一条收费项目改成两列 */
		.sf3 table tr {
			display: grid;
			grid-template-columns: repeat(2, minmax(0, 1fr));
			column-gap: 8px;
			row-gap: 10px;
			width: 100%;
			margin-bottom: 26px;
		}

			.sf3 table tr td {
				display: block;
				width: auto;
				padding: 0;
				border: 0;
				text-align: center !important;
				font-size: 14px;
				color: #fff;
				box-sizing: border-box;
			}

				/* 左侧项目名称，如“美孚”，单独占一整行 */
				.sf3 table tr td:first-child {
					grid-column: 1 / -1;
					text-align: left !important;
					font-size: 18px;
					line-height: 28px;
					margin-bottom: 2px;
					color: #fff;
				}

				/* 四个目的地名称 */
				.sf3 table tr td:nth-child(2)::before,
				.sf3 table tr td:nth-child(3)::before,
				.sf3 table tr td:nth-child(4)::before,
				.sf3 table tr td:nth-child(5)::before {
					display: block;
					margin-bottom: 6px;
					text-align: center;
					color: #E6E4E1;
					font-size: 13px;
					line-height: 20px;
				}

				.sf3 table tr td:nth-child(2)::before {
					content: "機場";
				}

				.sf3 table tr td:nth-child(3)::before {
					content: "港珠澳";
				}

				.sf3 table tr td:nth-child(4)::before {
					content: "深圳灣";
				}

				.sf3 table tr td:nth-child(5)::before {
					content: "福田";
				}

				/* 价格按钮样式 */
				.sf3 table tr td a {
					display: flex;
					align-items: center;
					justify-content: center;
					width: 100%;
					min-height: 40px;
					padding: 0 8px;
					box-sizing: border-box;
					border: 1px solid #ff980073;
					border-radius: 7px;
					color: #FF9800;
					font-size: 16px;
					font-weight: bold;
					line-height: 1.2;
					text-decoration: none;
					background: transparent;
				}

					.sf3 table tr td a:hover {
						opacity: 1;
						background: rgba(240, 199, 104, 0.08);
					}

			.sf3 table tr:hover {
				background: transparent;
			}

	.sf3 dl {
		padding: 22px 0;
	}

		.sf3 dl dt {
			margin-bottom: 18px;
		}
}


/* WhatsApp / WeChat 双按钮 */
.more-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.more-btns a {
    display: inline-block;
}

@media screen and (max-width:760px){
    .more-btns {
        flex-direction: column;
        gap: 15px;
    }

    .more-btns a {
        width: 100%;
    }
}
