/*
* @Author: Sun Jijing
* @Date:   2024-04-07 17:19:29
* @Last Modified by: Sun Jijing
* @Last Modified time: 2024-04-08 10:32:11
*/

/* 模块样式 */
.module_con { margin-top: 60px; }
.tyImgs { margin-bottom: 40px; }
.mk_tit { margin-bottom: 40px; height: 59px; line-height: 42px; }
.mk_tit span { border-bottom: none; }
.mk_tit strong { font-size: 42px; font-weight: bold; color: #015293; }
.mk_tit .link a { display: inline-block; width: 112px; height: 40px; text-align: center; line-height: 40px; font-size: 18px; color: #333; }
.mk_tit .link a.on { background: #015293; font-weight: bold; color: #fff; }

/* 印象兴安 */
.yxxa_item { position: relative; }
.yxxa_item .img { width: 730px; height: 460px; overflow: hidden; }
.yxxa_item .img img { width: 100%; height: 100%; display: block; object-fit: cover; }
.yxxa_item .img video { width: 100%; height: 100%; display: block; object-fit: cover; }
.yxxa_item .txt { width: 485px; height: 300px; border-radius: 8px; background: url(/uiFramework/commonResource/image/2024041523213839594.png) no-repeat center; position: absolute; z-index: 2; right: 0; top: 50px; padding: 30px; font-size: 16px; line-height: 30px; color: #fff; text-align: justify; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 10; }
.yxxa_item .txt a { font-size: 16px; color: #61ebff; text-align: right; display: block; }

/* 文化兴安 */
.whxaSer { background: url(/uiFramework/commonResource/image/2024041523313612249.jpg) repeat center; padding: 45px 0; margin-top: 60px; }
.mk_tit.center { height: 0; padding: 21px 0; text-align: center; margin-bottom: 62px; }
.mk_tit.center span { height: auto; border: 0; padding: 0 40px; background: #fff; }
.whxa_con { overflow: hidden; }
.whxa_list { position: relative; height: 455px; overflow: hidden; }
.whxa_list > li { float: left; height: 100%; position: relative; }
.whxa_list > li .tit { width: 92px; height: 100%; float: left; margin-right: 20px; text-align: center; position: relative; overflow: hidden; background: linear-gradient(to bottom, #48bde8, #015293); cursor: pointer; }
.whxa_list > li .tit img { display: block; margin: 120px auto 20px; height: 40px; transition: all .7s; }
.whxa_list > li span { font-size: 30px; font-weight: bold; color: #fff; display: block; padding: 0 30px; text-align: center; }
.whxa_list > li .tit p { width: 2px; height: 150px; background: #fff; position: absolute; left: 50%; bottom: -150px; transition: all 1s; margin-left: -1px; }
.whxa_list > li .aniCon { height: 455px; width: 0; transition: width ease-in-out 500ms; overflow: hidden; }
.whxa_list > li.li05 { position: absolute; right: 0; }
.whxa_list > li.li05 .tit { margin-right: 0; }
.whxa_list > li.li05 .con { margin-right: 0; }
.whxa_list > li.on .tit { margin-right: 0; }
.whxa_list > li.on .tit p { bottom: 0; }
.whxa_list > li.on .tit img { margin: 60px auto 20px }
.whxa_list > li.on .tit span {/* color: #015293; font-size: 24px; padding: 0 20px; text-align: center; margin-top: 170px;*/ }
.whxa_list > li.on .aniCon { width: 685px; }
.whxa_list > li .con { display: none; background: #fff; float: right; margin-right: 20px; width: 645px; height: 395px; padding: 30px 20px 30px 0px; }
.whxa_list > li.on .con { display: block; display: flex; align-items: center; }

/* 著名人物 */
.zmrw_list { padding: 75px 50px; }
.zmrw_list li { width: 50%; float: left; }
.zmrw_list li a { display: block; font-size: 18px; line-height: 48px; color: #333; }

/* 民宿风情 */
.msfq_list { width: 100%; margin-left: 16px; }
.msfq_list li { width: 48%; float: left; margin: 1%; text-align: center; }
.msfq_list li img { display: block; width: 100%; height: 160px; object-fit: cover; }
.msfq_list li p { font-size: 18px; color: #333; line-height: 2; }

/* 历史沿革 */
.lsyg_con { height: 400px; border-radius: 6px; background: url(/uiFramework/commonResource/image/2024041600010512390.jpg) no-repeat center; background-size: contain; overflow-y: scroll; scrollbar-width: thin; scrollbar-color: #ccc #eee; }
.lsyg_con .txt { height: 100%; padding: 10px 53px; box-sizing: border-box; }
.lsyg_con .txt p { margin-bottom: 5px; }
.lsyg_con .txt * { font-size: 16px; line-height: 30px; color: #333; }
.lsyg_con::-webkit-scrollbar { width: 6px; background: #eee; }
.lsyg_con::-webkit-scrollbar-thumb { border-radius: 6px; background: #ccc; }

/* 魅力兴安 */
.mlxa_con { overflow: hidden; margin-bottom: 75px; }
.mlxa_list { width: 110%; }
.mlxa_con li { width: 375px; float: left; margin-right: 25px; margin-top: 25px; position: relative; }
.mlxa_con li .img { width: 100%; height: 240px; overflow: hidden; }
.mlxa_con li img { width: 100%; height: 100%; display: block; object-fit: cover; transform: scale(1); transition: all linear 400ms; }
.mlxa_con li p { position: absolute; width: 90%; left: 5%; bottom: 25px; z-index: 2; font-size: 18px; font-weight: bold; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mlxa_con li.first { width: 400px; }
.mlxa_con li.first .img { height: 505px; }
.mlxa_con li:hover img { transform: scale(1.1); }

/* 适配代码 */
@media screen and (max-width:1200px) {
	.content_bg { padding: 0; box-shadow: none; }
	.module_con { margin-top: 40px; }
	.yxxa_item { display: flex; }
	.yxxa_item .img { width: 50%; height: auto; }
	.yxxa_item .txt { width: 50%; height: auto; display: block; border-radius: 0; position: static; }
	.whxa_list { height: auto; }
	.whxa_list > li { float: none; height: auto; }
	.whxa_list > li .tit { width: 100%; height: auto; display: flex; justify-content: center; align-items: center; margin-right: 0px; padding: 10px 0; }
	.whxa_list > li .tit img { margin: 0; height: 40px; margin-right: 10px; }
	.whxa_list > li span { padding: 0; font-size: 24px; }
	.whxa_list > li.on .tit span { padding: 0; margin-top: 0; color: #fff; }
	.whxa_list > li.on .tit { background: linear-gradient(to bottom, #48bde8, #015293); width: 100%; }
	.whxa_list > li.on .tit img { display: block; margin: 0; margin-right: 10px; }
	.whxa_list > li .aniCon { width: 100%; height: auto; }
	.whxa_list > li.on .aniCon { width: 100%; }
	.whxa_list > li .con { display: block !important; padding: 20px; margin-right: 0; float: none; height: auto; width: 100%; }
	.zmrw_list { padding: 0; }
	.zmrw_list li { width: 33.33%; }
	.msfq_list { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-left: 0; }
	.msfq_list li { width: 48%; margin: 10px 0 0; }
	.msfq_list li img { height: 24vw; }
	.lsyg_con { height: 40vw; }
	.mlxa_list { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
	.mlxa_con li { width: 48%; margin-right: 0; margin-top: 10px; }
	.mlxa_con li.first { width: 48%; }
	.mlxa_con li .img, .mlxa_con li.first .img { height: 25vw; }
	.tyImgs img { height: 50px; }
	.lsyg_con { background: none; border: 20px solid transparent; border-image: url(/uiFramework/commonResource/image/2024041600010512390.jpg) 30 round; }
	.lsyg_con .txt { padding: 10px 0; }
	.whxa_list > li .tit a { display: flex; justify-content: center; align-items: center; }
	.whxa_list > li .tit p { display: none; }
}
@media screen and (max-width:1024px) {
	.module_con { margin-top: 30px; }
	#yxxa_con .mk_tit { margin-bottom: 60px; position: relative; }
	#yxxa_con .mk_tit .link { position: absolute; top: 70px; }
	.yxxa_item { display: flex; flex-direction: column; }
	.yxxa_item .img, .yxxa_item .txt { width: 100%; }
	.mk_tit.center { margin-bottom: 42px; }
	.mk_tit > span { font-size: 20px; }
	.mk_tit strong { font-size: 32px; }
	.whxa_list > li .con { padding: 10px; }
	.mlxa_con { margin-bottom: 30px; }
}
@media screen and (max-width:768px) {
	.content_bg { margin: 30px 0; }
	#yxxa_con .mk_tit { height: auto; border-bottom: 0; margin-bottom: 20px; }
	#yxxa_con .mk_tit .link { position: static; margin-top: 10px; float: none; }
	.mk_tit .link a { width: 100px; height: 36px; line-height: 36px; font-size: 16px; }
	.yxxa_item .txt { padding: 10px; }
	.mk_tit.center { padding: 0; border-bottom: 0; height: auto; margin-bottom: 20px; }
	.zmrw_list li { width: 48%; }
	.zmrw_list li a { font-size: 14px; line-height: 2em; }
	.msfq_list li { width: 100%; }
	.msfq_list li img { height: 45vw; }
	.msfq_list li p { font-size: 14px; }
	.lsyg_con { padding: 10px; height: 100vw; }
	.mlxa_con li, .mlxa_con li.first { width: 100%; }
	.mlxa_con li .img, .mlxa_con li.first .img { height: 45vw; }
	.tyImgs { margin-bottom: 20px; }
	.tyImgs img { height: 40px; }

.whxa_list > li span{font-size:20px;padding:8px 0;}
}