@charset "utf-8";
.inner_1200 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1200px) {
	.inner_1200 {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
}
.content {
	border-top: 6px solid #00407f;
}
.header {
	height: 390px;
	/*background-size: auto;*/
}
.nav {
	margin-top: -48px;
}
.walk_title_box {
	text-align: center;
	position: relative;
}
.walk_title_box .walk_title {
	display: inline-block;
}
.walk_title_box .walk_title img {
	max-width: 100%;
}
.walk_title_box .more {
	position: absolute;
	right: 0;
	bottom: 22px;
	font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	background: url(../images/walk_more.png) no-repeat right bottom 22px;
	letter-spacing: 0px;
	color: #106bc8;
}
.aside_dw {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	height: fit-content;
	z-index: 999;
}
.aside_dw a {
	display: block;
	margin-bottom: 12px;
	box-sizing: border-box;
	padding: 7px 0;
	padding-left: 7px;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 44px;
	color: #ffffff;
	width: 58px;
	height: 58px;
	background-image: linear-gradient(0deg, #56afd0 0%, #2782da 100%);
	border-radius: 0px 29px 29px 0px;
	overflow: hidden;
}
.aside_dw a::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.aside_dw a:hover {
	width: 148px;
}
.aside_dw a:hover i {
	transform: rotateY(360deg);
	transition: all 0.3s ease;
}
.aside_dw a:hover span {
	opacity: 1;
}
.aside_dw a span {
	float: left;
	opacity: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 44px;
}
.aside_dw a i {
	float: left;
	width: 44px;
	height: 44px;
	background: url(../images/walk_sprite.png) no-repeat 0 0;
	margin-right: 10px;
}
.aside_dw a:nth-child(2) i {
	background-position: -49px 0;
}
.aside_dw a:nth-child(3) i {
	background-position: -98px 0;
}
.aside_dw a:nth-child(4) i {
	background-position: -147px 0;
}
.p1 {
	padding-top: 206px;
	background: url(../images/walk_banner01.png) no-repeat center top #f4fcff;
	background-size: cover;
}
.p1 .inner_1200 {
	padding-top: 200px;
}
.p1_container {
	background: url(../images/walk_intro_bg.png) no-repeat center / 100% 100%;
	padding: 51px 50px;
	box-sizing: border-box;
	width: 100%;
}
.p1_container .walk_content .walk_content_img {
	text-align: center;
}
.p1_container .walk_content .walk_content_img img {
	max-width: 100%;
}
.p1_container .walk_content .detail_p {
	padding-top: 34px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #333333;
	text-indent: 0em;
}
.p1_container .walk_content .detail_p .links {
	color: #237edb;
}
.p1_container .walk_content .intro_list {
	display: flex;
	justify-content: space-between;
}
.p1_container .walk_content .intro_list li {
	padding-top: 30px;
	width: fit-content;
	position: relative;
}
.p1_container .walk_content .intro_list li:hover .first_level::before {
	background-position-y: -73px;
}
.p1_container .walk_content .intro_list li:hover .first_level {
	color: #333333;
}
.p1_container .walk_content .intro_list li:hover .expand_list {
	display: grid;
	opacity: 1;
}
.p1_container .walk_content .intro_list .first_level {
	width: fit-content;
	color: #333333;
	text-align: center;
	font-size: 18px;
}
.p1_container .walk_content .intro_list .first_level::before {
	transition: background-position 0.8s ease;
	content: "";
	display: inline-block;
	background: url(../images/walk_intro_sprite.png) no-repeat;
	width: 56px;
	height: 56px;
	margin-bottom: 9px;
}
.p1_container .walk_content .intro_list .expand_list {
	opacity: 0;
	transition: all 0.3s ease;
	min-width: 336px;
	position: absolute;
	top: 12px;
	left: 0;
	transform: translateY(-100%);
	background-color: #ffffff;
	filter: drop-shadow(0px 0px 13px rgba(79, 144, 200, 0.47));
	display: grid;
	display: none;
	grid-template-columns: repeat(3, auto);
	grid-gap: 20px 0.32rem;
	padding: 20px;
}
.p1_container .walk_content .intro_list .expand_list::after {
	position: absolute;
	content: "";
	bottom: -16px;
	left: 28px;
	border: 8px solid transparent;
	border-top-color: #fff;
}
.p1_container .walk_content .intro_list .expand_list dd:hover a {
	color: #237edb;
}
.p1_container .walk_content .intro_list .expand_list a {
	width: 100%;
	display: block;
	color: #3a3a3a;
	font-size: 16px;
	position: relative;
	padding-left: 13px;
}
.p1_container .walk_content .intro_list .expand_list a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	content: "";
	width: 9px;
	height: 9px;
	background: url(../images/walk_sprite.png) no-repeat -493px 0;
}
.p1_container .walk_content .intro_list li:nth-child(2) .first_level::before {
	background-position-x: -134px;
}
.p1_container .walk_content .intro_list li:nth-child(3) .first_level::before {
	background-position-x: -267px;
}
.p1_container .walk_content .intro_list li:nth-child(4) .first_level::before {
	background-position-x: -399px;
}
.p1_container .walk_content .intro_list li:nth-child(5) .first_level::before {
	background-position-x: -531px;
}
.p1_container .walk_content .intro_list li:nth-last-child(-n + 2) .expand_list {
	right: 0;
	left: unset;
}
.p1_container
	.walk_content
	.intro_list
	li:nth-last-child(-n + 2)
	.expand_list::after {
	right: 28px;
	left: unset;
}
.p2 {
	padding-top: 110px;
	background: url(../images/walk_banner02.png) no-repeat center top #f4fcff;
	background-size: cover;
}
.p2_container {
	padding-bottom: 133px;
}
.p2_container .swiper1 {
	position: relative;
}
.p2_container .swiper1 .news_swiper {
	width: 100%;
	position: relative;
}
.p2_container .swiper1 .news_swiper .swiper-slide img {
	width: 100%;
	height: 100%;
}
.p2_container .swiper1 > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}
.p2_container .swiper1 .swiper-pagination-bullet {
	background-color: unset;
	opacity: 1;
	width: auto;
	height: fit-content;
	border-radius: unset;
}
.p2_container .swiper1 .swiper-pagination-bullet-active {
	background-color: unset;
}
.p2_container .tstm_slide {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.p2_container .tstm_item {
	display: block;
	margin-bottom: 4px;
	position: relative;
	overflow: hidden;
}
.p2_container .tstm_item img {
	transition: all 0.3s ease;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}
.p2_container .tstm_item:hover img {
	transform: scale(1.03);
}
.p2_container .tstm_item p {
	background-color: rgba(42, 42, 42, 0.5);
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 60px;
	line-height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p2_container .tstm_tab_list {
	height: 72px;
	padding: 0 20px;
	margin-bottom: 40px;
	padding-top: 12px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: unset;
	background: url(../images/tstm_tab_bg.png) repeat-x center bottom 14px;
	line-height: 1;
	font-size: 18px;
}
.p2_container .tstm_tab_list .swiper-pagination-bullet::before {
	display: block;
	content: "城市风貌";
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #237edb;
	margin-bottom: 10px;
}
.p2_container .tstm_tab_list .swiper-pagination-bullet::after {
	content: "";
	display: inline-block;
	width: 29px;
	height: 31px;
	transition: all 0.3s ease;
	background: url(../images/walk_sprite.png) no-repeat -416px 0;
}
.p2_container .tstm_tab_list .swiper-pagination-bullet:nth-child(2)::before {
	content: "自然风光";
}
.p2_container .tstm_tab_list .swiper-pagination-bullet:nth-child(3)::before {
	content: "文化活动";
}
.p2_container .tstm_tab_list .swiper-pagination-bullet:nth-child(4)::before {
	content: "历史遗迹";
}
.p2_container .tstm_tab_list .swiper-pagination-bullet:nth-child(5)::before {
	content: "全景图片";
}
.p2_container .tstm_tab_list .swiper-pagination-bullet:nth-child(6)::before {
	content: "天门物产";
}
.p2_container .tstm_tab_list .swiper-pagination-bullet-active {
	background-color: unset;
}
.p2_container .tstm_tab_list .swiper-pagination-bullet-active::before {
	font-weight: bold;
}
.p2_container .tstm_tab_list .swiper-pagination-bullet-active::after {
	width: 38px;
	height: 42px;
	background-position: -450px 0;
}
.p3 {
	padding-top: 57px;
	background-color: #f4fcff;
	background-size: cover;
}
.p3_container .p3_body .row_fl {
	border: 8px solid #cfe9ff;
	box-sizing: border-box;
	height: 454px;
}
@media (max-width: 1000px) {
	.p3_container .p3_body .row_fl {
		height: auto;
	}
}
.p3_container .p3_body .row_fl .video_box {
	width: 100%;
	height: 100%;
	text-align: center;
	border: 8px solid #e5f3ff;
}
.p3_container .p3_body .row_fl video {
	max-width: 100%;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
}
.p3_container .tz_title_box .tz_title {
	display: inline-block;
	color: #237edb;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	width: calc(100% - 60px);
	max-width: 264px;
	background: url(../images/ts_title_bg.png) no-repeat right center;
}
.p3_container .tz_title_box .more {
	float: right;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #237edb;
}
.p3_container .tz_list a {
	display: block;
	margin-bottom: 16px;
}
.p3_container .tz_list a:hover h6 {
	color: #237edb;
}
.p3_container .tz_list a h6 {
	color: #3a3a3a;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.p3_container .tz_list a h6::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	content: "";
	width: 9px;
	height: 9px;
	background: url(../images/walk_sprite.png) no-repeat -493px 0;
}
.p3_container .tz_list a p {
	padding-left: 20px;
	color: #3a3a3a;
	font-size: 15px;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.p3_container .zsxm_list {
	margin-top: 42px;
	padding-bottom: 36px;
	margin-left: -12px;
	margin-right: -12px;
}
.p3_container .zsxm_list::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.p3_container .zsxm_list > li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	padding-left: 12px;
	padding-right: 12px;
	float: left;
}
.p3_container .zsxm_list > li:nth-child(n) {
	margin-top: 0;
}
.p3_container .zsxm_list > li:nth-child(n + 4) {
	margin-top: 30px;
}
.p3_container .zsxm_list > li:nth-child(4) {
	margin-top: 0;
}
.p3_container .zsxm_list a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 1000px) {
	.p3_container .zsxm_list {
		margin-left: -12px;
		margin-right: -12px;
	}
	.p3_container .zsxm_list::after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.p3_container .zsxm_list > li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 33.333%;
		padding-left: 12px;
		padding-right: 12px;
		float: left;
	}
	.p3_container .zsxm_list > li:nth-child(n) {
		margin-top: 0;
	}
	.p3_container .zsxm_list > li:nth-child(n + 3) {
		margin-top: 30px;
	}
	.p3_container .zsxm_list > li:nth-child(3) {
		margin-top: 0;
	}
	.p3_container .zsxm_list a {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media (max-width: 900px) {
	.p3_container .zsxm_list {
		margin-left: -12px;
		margin-right: -12px;
	}
	.p3_container .zsxm_list::after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.p3_container .zsxm_list > li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		padding-left: 12px;
		padding-right: 12px;
		float: left;
	}
	.p3_container .zsxm_list > li:nth-child(n) {
		margin-top: 0;
	}
	.p3_container .zsxm_list > li:nth-child(n + 2) {
		margin-top: 30px;
	}
	.p3_container .zsxm_list > li:nth-child(2) {
		margin-top: 0;
	}
	.p3_container .zsxm_list a {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.p3_container .zsxm_list span {
	display: inline-block;
	color: #237edb;
	font-size: 17px;
	line-height: 50px;
	font-weight: bold;
}
.p3_container .zsxm_list a {
	text-align: center;
	height: 116px;
	background-image: linear-gradient(0deg, #e8f2ff 0%, #f1f8ff 100%),
		linear-gradient(0deg, #d4e9ff 0%, #eef6ff 100%);
	background-blend-mode: normal, normal;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 50px;
}
.p3_container .zsxm_list a::before {
	margin-right: 22px;
	width: 50px;
	height: 51px;
	content: "";
	background: url(../images/walk_sprite.png) no-repeat -196px 0;
	display: inline-block;
}
.p3_container .zsxm_list li:nth-child(2) a::before {
	background-position: -251px 0;
}
.p3_container .zsxm_list li:nth-child(3) a::before {
	background-position: -306px 0;
}
.p3_container .zsxm_list li:nth-child(4) a::before {
	background-position: -361px 0;
}
.p3_container .zsxm_list li:hover a::before {
	transform: rotateY(360deg);
	transition: all 0.3s ease;
}
.p3_container .zsxm_list li:hover a {
	box-shadow: 0px 0px 18px 0px rgba(71, 132, 211, 0.22);
}
.p4 {
	padding-top: 127px;
	background: url(../images/walk_banner04.png) no-repeat center bottom -8px #f4fcff;
	padding-bottom: 130px;
	background-size: cover;
}
.p4_container .tmwh_list {
	margin-left: -10px;
	margin-right: -10px;
}
.p4_container .tmwh_list::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.p4_container .tmwh_list > li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.p4_container .tmwh_list > li:nth-child(n) {
	margin-top: 0;
}
.p4_container .tmwh_list > li:nth-child(n + 5) {
	margin-top: 30px;
}
.p4_container .tmwh_list > li:nth-child(5) {
	margin-top: 0;
}
.p4_container .tmwh_list a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 1100px) {
	.p4_container .tmwh_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.p4_container .tmwh_list::after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.p4_container .tmwh_list > li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 25%;
		padding-left: 10px;
		padding-right: 10px;
		float: left;
	}
	.p4_container .tmwh_list > li:nth-child(n) {
		margin-top: 0;
	}
	.p4_container .tmwh_list > li:nth-child(n + 4) {
		margin-top: 30px;
	}
	.p4_container .tmwh_list > li:nth-child(4) {
		margin-top: 0;
	}
	.p4_container .tmwh_list a {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media (max-width: 1000px) {
	.p4_container .tmwh_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.p4_container .tmwh_list::after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.p4_container .tmwh_list > li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 33.333%;
		padding-left: 10px;
		padding-right: 10px;
		float: left;
	}
	.p4_container .tmwh_list > li:nth-child(n) {
		margin-top: 0;
	}
	.p4_container .tmwh_list > li:nth-child(n + 3) {
		margin-top: 30px;
	}
	.p4_container .tmwh_list > li:nth-child(3) {
		margin-top: 0;
	}
	.p4_container .tmwh_list a {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media (max-width: 900px) {
	.p4_container .tmwh_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.p4_container .tmwh_list::after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.p4_container .tmwh_list > li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
		float: left;
	}
	.p4_container .tmwh_list > li:nth-child(n) {
		margin-top: 0;
	}
	.p4_container .tmwh_list > li:nth-child(n + 2) {
		margin-top: 30px;
	}
	.p4_container .tmwh_list > li:nth-child(2) {
		margin-top: 0;
	}
	.p4_container .tmwh_list a {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.p4_container .tmwh_list a {
	padding: 24px 0 0 21px;
	display: block;
	height: 325px;
	background-color: #ffffff;
	box-shadow: 0px 0px 18px 0px rgba(79, 144, 200, 0.22);
	transition: all 0.3s ease;
}
.p4_container .tmwh_list a .tmwh_title {
	padding-left: 3px;
}
.p4_container .tmwh_list a .tmwh_img {
	margin-top: -16px;
	text-align: right;
}
.p4_container .tmwh_list a .tmwh_img img {
	max-width: 100%;
}
.p4_container .tmwh_list a:hover {
	transform: scale(1.05);
	box-shadow: 0px 0px 18px 0px rgba(79, 144, 200, 0.7);
}
.pubCon_row::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
@media (max-width: 1000px) {
	.pubCon_row > .row_fl,
	.pubCon_row > .row_fr {
		width: 100% !important;
	}
	.pubCon_row > .row_fr {
		margin-top: 30px;
	}
}
.row_fl {
	float: left;
}
.row_fr {
	float: right;
}
