/********************* 走进秦皇岛 首页 *********************/
.qhd-container .section .section-header {
	display: flex;
	justify-content: center;
}
.qhd-container .section .section-header .section-title {
	display: flex;
	justify-content: center;
	height: 52px;
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
	color: #333;
}
.qhd-container .section .section-title:before {
	content: '';
	width: 144px;
	height: 52px;
	margin-right: -58px;
	background: url('/static/index/img/qhd-title-bg.png') no-repeat 0 0 / cover;
}
/* 城市概况 */
.city-overview {
	padding: 0;
	background: url("/static/index/img/qhd-overview-bg.jpg") center/cover no-repeat;
}
.city-overview .overview-inner {
	display: flex;
	align-items: center;
	gap: 54px;
	height: 416px;
}
.city-overview .overview-img {
	flex-shrink: 0;
	width: 510px;
	height: 290px;
	object-fit: cover;
}
.city-overview .overview-content {
	position: relative;
	flex: 1;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.city-overview .overview-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 16px;
	position: relative;
	line-height: 1.2;
}
.city-overview .overview-text {
	font-size: 15px;
	line-height: 1.9;
	opacity: 0.92;
	text-align: justify;
}
.city-overview .link {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
}

/* 信息卡片网格 */
.qhd-container .info-cards-section {
	padding: 45px 0;
}
.qhd-container .info-cards-section .info-card {
	display: flex;
	gap: 28px;
	margin-bottom: 20px;
}
.qhd-container .info-cards-section .info-card .item {
	position: relative;
	height: 232px;
	color: #fff;
	overflow: hidden;
}
.qhd-container .info-cards-section .info-card .item1, .qhd-container .info-cards-section .info-card .item4 {
	width: 684px;
}
.qhd-container .info-cards-section .info-card .item1 .desc , .qhd-container .info-cards-section .info-card .item4 .desc {
	padding: 0 105px;
}
.qhd-container .info-cards-section .info-card .item2, .qhd-container .info-cards-section .info-card .item3 {
	width: 489px;
}
.qhd-container .info-cards-section .info-card .item2 .desc, .qhd-container .info-cards-section .info-card .item3 .desc {
	padding: 0 50px;
}
.qhd-container .info-cards-section .info-card .item:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: transparent;
	transition: all .3s;
}
.qhd-container .info-cards-section .info-card .img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	object-fit: cover;
}
.qhd-container .info-cards-section .info-card .title {
	position: absolute;
	top: 175px;
	right: 0;
	left: 0;
	z-index: 3;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	transition: all .3s;
}
.qhd-container .info-cards-section .info-card .desc {
	position: absolute;
	top: 240px;
	right: 0;
	left: 0;
	z-index: 3;
	font-size: 15px;
	transition: all .5s;
}
.qhd-container .info-cards-section .info-card .desc span {
	text-decoration: underline;
}
.qhd-container .info-cards-section .info-card .item:hover:after {
	background: rgba(0, 39, 117, 0.6);
}
.qhd-container .info-cards-section .info-card .item:hover .title {
	top: 34px;
}
.qhd-container .info-cards-section .info-card .item:hover .desc {
	top: 85px;
}

/* 魅力秦皇岛 */
.qhd-container .charm-section {
	padding: 45px 50px;
	background: #f7f7f7;
}
.qhd-container .charm-title,
.qhd-container .data-title {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #333333;
}

/* 魅力卡片 - Swiper */
.qhd-container .charm-swiper-wrapper {
	position: relative;
	padding: 0 10px;
}
.qhd-container .charm-swiper {
	overflow: hidden;
}
.qhd-container .charm-swiper .swiper-slide {
	width: auto;
	height: auto;
}

/* 每个卡片 - PC端左图右文横向布局 */
.qhd-container .charm-card {
	position: relative;
	display: flex;
	width: 356px;
	height: 388px;
	padding: 23px 0 0 16px;
}
.qhd-container .charm-card .charm-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 218px;
	height: 370px;
	object-fit: cover;
	transition: all .3s;
}
.qhd-container .charm-card .charm-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 340px;
	height: 365px;
	padding: 20px 0 25px 200px;
	text-align: center;
	background: #fff;
	transition: all .3s;
}
.qhd-container .charm-card .charm-name {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #145DB2;
	white-space: nowrap;
}

.qhd-container .charm-card .charm-desc {
	height: 285px;
	font-size: 14px;
	line-height: 1.8;
	color: #666666;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	writing-mode: tb-rl;  /* IE兼容写法 */
	writing-mode: vertical-rl;
}
.qhd-container .charm-card:hover .charm-img, .qhd-container .charm-card .charm-info:hover {
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.qhd-container .charm-pagination {
	position: relative;
	text-align: center;
	margin-top: 40px;
}
.qhd-container .charm-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 6px;
	opacity: 1;
	background-color: #CEDDED;
	transition: all 0.3s ease;
	margin: 0 3px !important;
	border-radius: 4px;
}
.qhd-container .charm-pagination .swiper-pagination-bullet-active {
	width: 30px;
	opacity: 1;
	background-color: #3a7bd5;
}

/* 名胜景区 / 旅游景区 - Swiper容器 */
.qhd-container .scenic-section {
	padding: 50px 0 60px;
}
.qhd-container .scenic-swiper .swiper-wrapper {
	transition: opacity 0.3s ease;
}

.qhd-container .scenic-tabs {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-bottom: 40px;
}

.qhd-container .tab-btn {
	font-size: 30px;
	font-weight: bold;
	color: #333;
}

.qhd-container .tab-btn.active {
	color: #125db2;
}

.qhd-container .tab-btn:hover {
	color: #125db2;
}

.qhd-container .scenic-swiper-wrapper {
	position: relative;
	margin: 0 19px;
}

.qhd-container .scenic-arrow {
	position: absolute;
	top: 83px;
	z-index: 2;
	width: 38px;
	height: 74px;
	flex-shrink: 0;
	border: none;
	background: #3a7bd5;
	color: #ffffff;
	font-size: 18px;
	cursor: pointer;
	transition: background 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.qhd-container .scenic-prev {
	left: -19px;
}
.qhd-container .scenic-next {
	right: -19px;
}

.qhd-container .scenic-arrow:hover {
	background: #2d63ad;
}

.qhd-container .scenic-arrow.swiper-button-disabled {
	background: #ddd;
	cursor: not-allowed;
}

.qhd-container .scenic-swiper {
	flex: 1;
	overflow: hidden;
}

.qhd-container .scenic-swiper .swiper-slide {
	width: 370px;
	flex-shrink: 0;
}

.qhd-container .scenic-card {
	display: block;
	background: #ffffff;
	overflow: hidden;
	transition: transform 0.25s,
	box-shadow 0.25s;
	text-decoration: none;
}

.qhd-container .scenic-card .scenic-img {
	height: 240px;
	overflow: hidden;
}

.qhd-container .scenic-card .scenic-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s;
}

.qhd-container .scenic-card:hover .scenic-img img {
	transform: scale(1.05);
}

.qhd-container .scenic-card .scenic-name {
	padding: 20px 10px;
	font-size: 18px;
	color: #333;
	text-align: center;
}

/* 数据发布 */
.qhd-container .data-section {
	padding: 40px 0 50px;
}
.qhd-container .data-content {
	display: flex;
}

.qhd-container .data-banner {
	flex-shrink: 0;
	width: 600px;
	height: 430px;
}

.qhd-container .data-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.qhd-container .data-links-panel {
	display: flex;
	align-items: stretch;
	flex: 1;
	color: #ffffff;
	background: #125DB2;
}

.qhd-container .data-panel-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 70px;
	padding-top: 20px;
	font-size: 28px;
	font-weight: bold;
	line-height: 2;
	writing-mode: vertical-lr;
	text-align: center;
	letter-spacing: 20px;
	background: #144F91;
}
.qhd-container .data-panel-title:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	border: 10px solid transparent;
	border-left: 20px solid #144f91;
	transform: translateY(-50%);
}

.qhd-container .data-lists {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 0 20px 0 70px;
	justify-content: space-between;
}
.qhd-container .data-list-col:first-child {
	flex-shrink: 0;
	width: 200px;
}
.qhd-container .data-list-col:last-child {
	flex: 1;
}
.qhd-container .data-list-col li {
	padding: 1em 0;
}
.qhd-container .data-list-col a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.qhd-container .data-list-col a:hover {
	text-decoration: underline;
}

/********************* 魅力秦皇岛/名胜景区/旅游景区 *********************/
.lyjq-container .lyjq-grid {
	display: grid;
	grid-gap: 30px 22px;
	grid-template-columns: repeat(3, 1fr);
	padding-top: 25px;
}
.lyjq-container .lyjq-grid .item {
	overflow: hidden;
	transition: all .3s;
}

.lyjq-container .lyjq-grid .img {
	display: block;
	width: 100%;
	height: 186px;
	object-fit: cover;
}
.lyjq-container .lyjq-grid .name {
	line-height: 58px;
	color: #333;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #f5f5f5;
	border-top: none;
}
.lyjq-container .lyjq-grid .item:hover {
	box-shadow: 0 0 5px rgba(0,0,0,.07);
}
.lyjq-container .lyjq-grid .item:hover .name {
	color: #145DB2;
}

/* 小屏幕（手机横屏/小平板） */
@media (max-width: 991px) {
	/********************* 走进秦皇岛 首页 *********************/
	.qhd-container {
		background: linear-gradient(180deg, #E0EFFF 0%, #FFFFFF 30%);
	}
	.qhd-container .section .section-header .section-title {
		height: 39px;
		margin-bottom: 20px;
		font-size: 20px;
	}
	.qhd-container .section .section-title:before {
		width: 107px;
		height: 39px;
		margin-right: -47px;
	}
	/* 城市概况 */
	.city-overview {
		padding: 15px 0;
		background: none;
	}
	.city-overview .overview-inner {
		flex-direction: column;
		gap: 12px;
		height: auto;
	}
	.city-overview .overview-img {
		width: 100%;
		height: calc(175%);
	}
	.city-overview .overview-content {
		align-items: center;
		gap: 10px;
		padding: 15px 10px;
		color: #333;
		background: #fff;
	}
	.city-overview .overview-title {
		display: none;
	}
	.city-overview .overview-text {
		font-size: 15px;
		line-height: 1.9;
		opacity: 0.92;
		text-align: justify;
	}
	.city-overview .link {
		position: relative;
		width: 130px;
		height: 40px;
		font-size: 15px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		background: #125DB2;
		border-radius: 30px;
	}
	
	/* 信息卡片网格 */
	.qhd-container .info-cards-section {
		padding: 20px 10px 25px;
	}
	.qhd-container .info-cards-section .info-card {
		gap: 8px;
		margin-bottom: 12px;
	}
	.qhd-container .info-cards-section .info-card .item {
		flex: 1;
		width: 50%;
		height: 100px;
	}
	.qhd-container .info-cards-section .info-card .item:after {
		display: none;
	}
	.qhd-container .info-cards-section .info-card .img {
		width: 100%;
		height: 100%;
	}
	.qhd-container .info-cards-section .info-card .title, .qhd-container .info-cards-section .info-card .item:hover .title {
		top: 66px;
		margin-bottom: 6px;
		font-size: 17px;
	}
	.qhd-container .info-cards-section .info-card .item .desc {
		display: none;
	}
	
	/* 魅力秦皇岛 */
	.qhd-container .charm-section {
		padding: 25px 0 20px;
		background: #f7f7f7;
	}
	.qhd-container .charm-title,
	.qhd-container .data-title {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		font-size: 26px;
		font-weight: bold;
		color: #333333;
	}
	
	/* 魅力卡片 - Swiper */
	.qhd-container .charm-swiper-wrapper {
		position: relative;
		padding: 0;
	}
	
	/* 每个卡片 - PC端左图右文横向布局 */
	.qhd-container .charm-card {
		position: relative;
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 0;
	}
	.qhd-container .charm-card .charm-img {
		position: relative;
		width: 100%;
		height: calc(65%);
		object-fit: cover;
	}
	.qhd-container .charm-card .charm-info {
		width: 100%;
		height: auto;
		padding: 10px 8px;
		background: #fff;
	}
	.qhd-container .charm-card .charm-name {
		margin-bottom: 5px;
		font-size: 16px;
	}
	
	.qhd-container .charm-card .charm-desc {
		height: auto;
		font-size: 14px;
		line-height: 1.8;
		color: #666666;
		text-align: justify;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		writing-mode: unset;
	}
	.qhd-container .charm-pagination {
		position: relative;
		text-align: center;
		margin-top: 20px;
	}
	
	/* 名胜景区 / 旅游景区 - Swiper容器 */
	.qhd-container .scenic-section {
		padding: 25px 0;
	}
	.qhd-container .scenic-swiper .swiper-wrapper {
		transition: opacity 0.3s ease;
	}
	
	.qhd-container .scenic-tabs {
		gap: 30px;
		margin-bottom: 15px;
	}
	
	.qhd-container .tab-btn {
		font-size: 20px;
	}
	
	.qhd-container .scenic-swiper-wrapper {
		position: relative;
		margin: 0 0;
	}
	
	.qhd-container .scenic-arrow {
		display: none;
	}
	
	.qhd-container .scenic-swiper {
		flex: 1;
		padding: 10px;
	}
	
	.qhd-container .scenic-swiper .swiper-slide {
		width: 370px;
		flex-shrink: 0;
	}
	
	.qhd-container .scenic-card {
		display: block;
		overflow: hidden;
		transition: transform 0.25s,
		box-shadow 0.25s;
		text-decoration: none;
		background: #fff;
		box-shadow: 0px 0 4px rgba(0, 0, 0, 0.25);
	}
	
	.qhd-container .scenic-card .scenic-img {
		height: 142px;
		overflow: hidden;
	}
	
	.qhd-container .scenic-card .scenic-name {
		padding: 10px 10px;
		font-size: 16px;
		color: #333;
		text-align: center;
	}
	
	/* 数据发布 */
	.qhd-container .data-section {
		padding: 20px 10px 30px;
	}
	.qhd-container .data-section .data-content {
		flex-direction: column;
	}
	.qhd-container .data-banner {
		width: 100%;
		height: 200px;
	}
	
	.qhd-container .data-links-panel {
		flex-direction: column;
	}
	
	.qhd-container .data-panel-title {
		width: 100%;
		padding: 0 0 0 20px;
		font-size: 17px;
		line-height: 2.1;
		writing-mode: unset;
		letter-spacing: 20px;
	}
	.qhd-container .data-panel-title:after {
		top: auto;
		bottom: -20px;
		right: auto;
		left: 50%;
		border: 8px solid transparent !important;
		border-top: 12px solid #144f91 !important;
		transform: translateX(-50%) translateY(0);
	}
	
	.qhd-container .data-lists {
		padding: 20px 10px 20px 15px;
	}
	.qhd-container .data-list-col:first-child {
		width: 8em;
	}
	.qhd-container .data-list-col:last-child {
		flex: 1;
	}
	.qhd-container .data-list-col li {
		padding: .5em 0;
	}
	.qhd-container .data-list-col a {
		font-size: 15px;
		font-weight: bold;
		color: #fff;
	}
	.qhd-container .data-list-col a:hover {
		text-decoration: underline;
	}
	
	/********************* 魅力秦皇岛/名胜景区/旅游景区 *********************/
	.lyjq-container .lyjq-grid {
		grid-gap: 20px 12px;
		grid-template-columns: repeat(2, 1fr);
		padding-top: 18px;
	}
	.lyjq-container .lyjq-grid .img {
		height: 114px;
	}
	.lyjq-container .lyjq-grid .name {
		line-height: 44px;
	}
}
