/* 瓷源茶乡页面样式 */
/* body{
    background: url('../picture/bodybg.png') center center no-repeat;
    background-size: 100% 100%;
} */
header{
    height: 960px;
    background: url('../image/header3bg.png') top center no-repeat;
    background-size: 100%;
}
.cycx-main {
    background: linear-gradient(180deg, #E8F0F5 0%, #F5F8FA 100%);
    min-height: 100vh;
}

/* 瓷源茶乡介绍区域 */
.intro-section {
    /* padding: 60px 0 0; */
    position: relative;
}
.intro-section::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(233, 241, 246) 100%);
    z-index: 1;
}
.intro-section .container {
    width: 1500px;
    margin: 0 auto;
    background: url('../image/mlfl.png') center center no-repeat;
    background-size: 100% 100%;
}

.intro-section .content-box {
    /* background: url('../image/mlfl.png') center center no-repeat;
    background-size: contain; */
    padding: 50px 150px 0;
    height: 700px;
    position: relative;
}

/* .intro-section .content-box::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 40px;
    background: #144794;
    border-radius: 0 0 40px 40px;
} */

.intro-section .title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #144794;
    margin-bottom: 30px;
    position: relative;
    padding-top: 20px;
}

/* .intro-section .title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #144794, transparent);
} */

.intro-section .desc {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #3A4890;
    line-height: 45px;
    text-align: left;
    font-style: normal;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 20px;
}

/* 浮梁视频区域 */
.video-section {
    padding: 90px 0;
    overflow: hidden;
    /* background: linear-gradient(180deg, #F5F8FA 0%, #E8F0F5 100%); */
}

.video-section .container {
    width: 1500px;
    margin: 0 auto;
}

.video-section .section-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #144794;
    margin-bottom: 100px;
    position: relative;
}
.video-section .section-title em{
    content: "";
    position: absolute;
    left: 36%;
    width: 400px;
    height: 130px;
    z-index: 5;
}
.video-section .section-title .tab{
    position: absolute;
    background: url(../images/fljytabbg.png) no-repeat center center;
    top: 60px;
    /* right: 0; */
    background-size: contain;
    color: #3A4890;
    padding: 15px 44px;
    cursor: pointer;
  	opacity: .7;
}
.video-section .section-title .tab p{
  font-family: MicrosoftYaHei;
  font-size: 22px;
  color: #3A4890;
  line-height: 29px;
  text-align: center;
  font-style: normal;
  transition: all 0.3s ease-in-out;
}
.video-section .section-title .tab:nth-child(3){
    right: 290px;
}
.video-section .section-title .tab:nth-child(4){
    right: 135px;
}
.video-section .section-title .tab.active{
    opacity: 1;
}
.video-section .section-title .tab.active p,
.video-section .section-title .tab:hover p{
    font-weight: bold;
}
/* .video-section .section-title::before,
.video-section .section-title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background: #144794;
} */

/* .video-section .section-title::before {
    left: 20%;
}

.video-section .section-title::after {
    right: 20%;
} */

/* 轮播图容器 */
.video-section .videobanner {
    position: relative;
    width: 100%;
}

/* 分页器和切换按钮容器 */
.video-section .video-nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    /* margin-bottom: 165px; */
    position: relative;
    z-index: 5;
}

/* 左右切换按钮 */
.video-section .slider-btn {
    width: 60px;
    height: 60px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s;
    flex-shrink: 0;
    position: relative;
    transform: translateY(15px);
}
.video-section .slider-btn img{
    position: absolute;
    top: 0;
}

.video-section .slider-btn:hover {
    opacity: 0.7;
}

.video-section .prev-btn {
    /* margin-right: 150px; */
}

.video-section .next-btn {
    /* margin-left: 150px; */
}

.video-section .next-btn img {
    transform: rotate(180deg);
}

.video-section .slider-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 分页器容器 */
.video-section .video-nav-container {
    width: calc(120px * 6 + 20px * 5); /* 6个nav-item的宽度 + 间距 */
    height: 530px;
    padding-top: 36px;
    overflow-x: hidden;
    position: relative;
}

/* 分页器 */
.video-section .video-nav {
    display: flex;
    justify-content: flex-start;
    transition: transform 0.3s ease;
}

.video-section .nav-item {
    width: 120px;
    height: 240px;
    background: url('../image/videobanbg2.png') center center no-repeat;
    background-size: contain;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.3s;
    writing-mode: vertical-rl;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #6978CA;
    line-height: 120px;
    text-align: center;
    font-style: normal;
    position: relative;
}
.video-section .nav-item::after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 106px;
    background: url(../image/videonavafter.png) center center no-repeat;
    background-size: contain;
}

.video-section .nav-item.active {
    background: url('../image/videobanbg1.png') center center no-repeat;
    background-size: contain;
    color: #fff;
}
.video-section .nav-item:nth-child(1) {
    transform: translateY(50%);
}
.video-section .nav-item:nth-child(3) {
    transform: translateY(40%);
}
.video-section .nav-item:nth-child(4) {
    transform: translateY(-10%);
}
.video-section .nav-item:nth-child(5) {
    transform: translateY(55%);
}
.video-section .nav-item:nth-child(6) {
    transform: translateY(-15%);
}
.video-section .nav-item:nth-child(6) {
    transform: translateY(15%);
}
.video-section .nav-item:nth-child(7) {
    transform: translateY(-15%);
}
.video-section .nav-item:hover {
    margin-top: -3px;
}
/* 轮播图片容器 */
.video-section .video-box {
    position: relative;
    width: 1500px;
    height: 600px;
    margin: 0 auto;
    margin-top: -60px;
    /* overflow: hidden; */
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); */
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.video-section .video-box .slider-wrapper::after {
    content: "";
    position: absolute;
    bottom: -86px;
    left: -20.8%;
    width: 1700px;
    height: 280px;
    background: url(../image/videobg.png) center bottom no-repeat;
    background-size: 100%;
    z-index: 1;
    pointer-events: none;
}

.video-section .slider-wrapper {
    position: relative;
    width: 1200px;
    height: 100%;
}

.video-section .slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    border: 5px solid #fff;
    transition: all 0.5s ease;
}
.video-section .slider-item p{
    position: absolute;
    top: 40px;
    left: 55px;
    width: 60px;
    height: 240px;
    background: url(../image/fljypictitlebg.png) center center no-repeat;
    background-size: cover;
    z-index: 1;
    writing-mode: vertical-rl;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    font-style: normal;
}
.video-section .slider-item.active {
    opacity: 1;
    visibility: visible;
}

.video-section .slider-item img,
.video-section .slider-item video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-section .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    /* background: rgba(255, 255, 255, 0.8); */
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.video-section .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: rgba(20, 71, 148, 1);
}

.video-section .play-btn::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 3px;
}

/* 图说浮梁/精彩视频 */
.Swiper2_box,
.Swiper3_box ,
.Swiper5_box{
  position: relative;
  margin: 0 -80px;
  padding: 0 80px;
}
.Swiper2_box div[class*='swiper-button'],
.Swiper3_box div[class*='swiper-button'],
.Swiper5_box div[class*='swiper-button']{
  top: 45%;
  width: 60px;
  height: 59px;
}
.Swiper2_box .swiper-button-prev,
.Swiper3_box .swiper-button-prev,
.Swiper5_box .swiper-button-prev{
  background: url(../images/mlxg_btn_prev.png) no-repeat center center;
  left: 0;
}
.Swiper2_box .swiper-button-next,
.Swiper3_box .swiper-button-next,
.Swiper5_box .swiper-button-next{
  background: url(../images/mlxg_btn_next.png) no-repeat center center;
  right: 0;
}
.Swiper2_box .swiper-button-prev:hover,
.Swiper3_box .swiper-button-prev:hover,
.Swiper5_box .swiper-button-prev:hover{
  background: url(../images/mlxg_btn_prev_hover.png) no-repeat center center;
  left: 0;
}
.Swiper2_box .swiper-button-next:hover,
.Swiper3_box .swiper-button-next:hover,
.Swiper5_box .swiper-button-next:hover{
  background: url(../images/mlxg_btn_next_hover.png) no-repeat center center;
  right: 0;
}
#Swiper2,#Swiper3,#Swiper5 {
  width: 100%;
  height: 481px;
  overflow: hidden;
}
#Swiper2 .swiper-slide,
#Swiper3 .swiper-slide,
#Swiper5 .swiper-slide{
  opacity: 0;
  height: 100%;
}
#Swiper2 .swiper-slide-active,
#Swiper3 .swiper-slide-active,
#Swiper5 .swiper-slide-active
 {
  z-index: 99;
  opacity: 1;
  transform: scale(1) !important;
}
#Swiper2 .swiper-slide-active h3,
#Swiper3 .swiper-slide-active h3,
#Swiper5 .swiper-slide-active h3
 {
  display: block;
}
#Swiper2 .swiper-slide-prev,
#Swiper2 .swiper-slide-next,
#Swiper3 .swiper-slide-prev,
#Swiper3 .swiper-slide-next,
#Swiper5 .swiper-slide-prev,
#Swiper5 .swiper-slide-next
{
  z-index: 95;
  opacity: 1;
}
#Swiper2 .swiper-slide-prev,
#Swiper3 .swiper-slide-prev,
#Swiper5 .swiper-slide-prev
{
  transform: perspective(800px) scale(0.9) rotateY(390deg) translateY(0px) !important;
  transform-origin: left;
}
#Swiper2 .swiper-slide-next,
#Swiper3 .swiper-slide-next,
#Swiper5 .swiper-slide-next
{
  transform: perspective(800px) scale(0.9) rotateY(320deg) translateY(0px) !important;
  transform-origin: right;
}
.img_mask_box {
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.img_mask_box a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.img_mask_box a:hover img {
  transform: scale(1.05);
}
.img_mask_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.img_mask_box .mask_title h3 {
  display: none;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
  height: 65px;
  line-height: 65px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 2px;
}
/* 浮梁景点区域 */
.spots-section {
    padding: 60px 0;
    overflow: hidden;
    /* margin-top: 80px; */
    /* background: #fff; */
}

.spots-section .container {
    width: 1500px;
    margin: 0 auto;
}

.spots-section .section-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #144794;
    margin-bottom: 40px;
    position: relative;
}
.spots-section .container .tabs{
  width: 70%;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}
.spots-section .container .tabs ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spots-section .container .tabs ul li{
  width: 240px;
  height: 64px;
  font-family: MicrosoftYaHei;
  font-size: 24px;
  color: #3A4890;
  line-height: 64px;
  text-align: center;
  font-style: normal;
  transition: all 0.3s ease-in-out;
  background: url(../image/hdbg.png) center center no-repeat;
  background-size: contain;
}
.spots-section .container .tabs ul li.active{
  background: url(../image/fllytabbg.png) center center no-repeat;
  background-size: contain;
  color: #fff;
}
.spots-section .spots-row {
    display: flex;
    justify-content: space-between;
}

.spots-section .spots-left {
    width: 30.4%;
    height: 560px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #6978CA transparent;
}

.spots-section .spots-left::-webkit-scrollbar {
    width: 18px;
}

.spots-section .spots-left::-webkit-scrollbar-track {
    background: rgba(105, 120, 202, 0.2);
}

.spots-section .spots-left::-webkit-scrollbar-thumb {
    background-color: #6978CA;
    border-radius: 6px;
    border: 3px solid transparent;
    background-clip: padding-box;
}

.spots-section .spots-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.spots-section .spots-list::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.spots-section .spots-list li {
    box-sizing: border-box;
    width: 92%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    transition: all 0.3s;
    background: url('../picture/rmjd.png') center center no-repeat;
    background-size: contain;
}

.spots-section .spots-list li:first-child {
    margin-top: 0;
}
/* CSS - 5张图循环 */
.spots-section .spots-list li:nth-child(5n+1) { background-image: url('../picture/rmjd.png'); }
.spots-section .spots-list li:nth-child(5n+2) { background-image: url('../picture/rmjd1.png'); }
.spots-section .spots-list li:nth-child(5n+3) { background-image: url('../picture/rmjd2.png'); }
.spots-section .spots-list li:nth-child(5n+4) { background-image: url('../picture/rmjd3.png'); }
.spots-section .spots-list li:nth-child(5n+5) { background-image: url('../picture/rmjd4.png'); }

.spots-section .spots-list li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.spots-section .spots-list li a {
    display: block;
    box-sizing: border-box;
    transition: all 0.3s;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 95px;
    padding-right: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.spots-section .spots-list li a h6 {
    transition: all 0.3s;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 2.2px;
    color: #3A4890;
    position: relative;
    margin: 0;
}

.spots-section .spots-list li a h6::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -37px;
    width: 14px;
    height: 23px;
}

.spots-section .spots-list li a h6::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -37px;
    width: 14px;
    height: 23px;
}

/* 点击激活状态 */
.spots-section .spots-list li.active {
    transform: translateX(30px);
}

.spots-section .spots-list li.active a h6 {
    font-weight: bold;
}

.spots-section .spots-list li.active a h6::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: -70px;
    width: 48px;
    height: 40px;
    background: url('../image/prev.png') no-repeat center;
    background-size: contain;
}

.spots-section .spots-right {
    width: 67.4%;
    max-height: 560px;
}

.spots-section .map-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: url('../picture/rmjddtbg.png') center center no-repeat;
    background-size: 100% 100%;
}

.spots-section .map-box img,
.spots-section .map-box .map-img-container {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.spots-section .map-img-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: grab;
    position: relative;
}

.spots-section .map-img-container:active {
    cursor: grabbing;
}

.spots-section .map-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center center;
    transition: transform 0.1s ease-out;
    user-select: none;
    pointer-events: none;
    object-fit: cover;
}

.spots-section .map-img-container.dragging img {
    transition: none;
}

.spots-section .map-box::after {
    pointer-events: none;
    z-index: 2;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../picture/rmjddtbg.png') no-repeat center;
    background-size: 100% 100%;
}

.spots-section .map-popup {
    z-index: 99;
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    width: 294px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: url('../picture/rmjdxqbg.png') center center no-repeat;
    background-size: 100% 100%;
}

.spots-section .map-popup::after {
    pointer-events: none;
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../picture/rmjdxqbg.png') no-repeat center;
    background-size: 100% 100%;
    z-index: 1;
}

.spots-section .map-popup img {
    display: block;
    width: 100%;
    height: 175px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.spots-section .map-popup .popup-content {
    flex: 1;
    padding: 20px 20px 0;
    position: relative;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    background: #EEF3FF;
}
.spots-section .map-popup .popup-content img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.spots-section .map-popup .popup-content h6 {
    font-size: 18px;
    font-weight: bold;
    color: #0052b6;
    /* margin: 0 0 15px 0; */
    text-align: center;
}

.spots-section .map-popup .popup-content p {
    font-size: 16px;
    color: #333;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-indent: 2em;
    margin-top: 15px;
}

.spots-section .map-popup .popup-nav {
    padding: 0 20px 10px;
    position: relative;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    background: #EEF3FF;
}

.spots-section .map-popup .popup-nav .nav-btn {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #0052b6;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s;
}

.spots-section .map-popup .popup-nav .nav-btn:hover {
    background: #003d82;
}

/* 浮梁攻略区域 */
.guide-section {
    /* padding: 60px 0; */
    background-image: url('../image/flglbg.png'), linear-gradient(to bottom, #dfe8f8 20%, #f0f1f8 20%);
    background-position: center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 80%, 100% 100%;
    /* color: #fff; */
}

.guide-section .container {
    width: 1500px;
    margin: 0 auto;
    transform: translateY(-8%);
}

.guide-section .section-title {
    text-align: center;
    background: url('../image/flgltitlebg.png') center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.guide-section .section-title img{
    width: 1500px;
    margin: auto;
    transform: translateY(-50%);
}
/* .guide-section .section-title::before,
.guide-section .section-title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
} */

/* .guide-section .section-title::before {
    left: 25%;
}

.guide-section .section-title::after {
    right: 25%;
} */

.guide-section .guide-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.guide-section .guide-left {
    width: 37.4%;
    display: flex;
    flex-direction: column;
}

/* 攻略标题 */
.guide-section .guide-title {
    position: relative;
    margin-bottom: 20px;
}

.guide-section .guide-title .title-bg {
    width: 100%;
    height: auto;
    display: block;
}

.guide-section .guide-title .title-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    color: #3A4890;
    text-align: center;
    font-style: normal;
}

/* 攻略内容 */
.guide-section .guide-content {
    /* padding: 20px; */
    margin-bottom: 20px;
    flex: 1;
    min-height: 360px;
}

.guide-section .guide-content .item {
    padding: 15px 0;
    /* border-bottom: 1px solid #e0e0e0; */
}

.guide-section .guide-content .item:last-child {
    border-bottom: none;
}

.guide-section .guide-content .item .title {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 20px;
    color: #3A4890;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    margin-bottom: 10px;
}

.guide-section .guide-content .item .desc {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-size: 16px;
    color: #3A4890;
    line-height: 40px;
    text-align: left;
    font-style: normal;
}
.guide-section .guide-content .item .desc a{
    color: #AD0303;
    display: inline;
}

/* 攻略切换按钮 */
.guide-section .guide-tabs {
    display: flex;
    flex-direction: row;
    /* gap: 15px; */
    justify-content: space-between;
}

.guide-section .guide-tab {
    padding: 20px 10px;
    background: url('../image/glbg.png') center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    text-align: center;
    transition: all 0.3s ease;
    transform: translateY(0);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: 72px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide-section .guide-tab.active {
    background: url('../image/glonbg.png') center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    transform: translateY(-40px);
}

/* 攻略右侧图片 */
.guide-section .guide-right {
    width: 55%;
    position: relative;
}

.guide-section .guide-right img {
    width: 100%;
    height: auto;
    display: block;
}

/* 浮梁美食区域 */
.food-section {
    padding-top: 160px;
    background-color: #f0f1f8;
    background-image: url('../image/flmsbg.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -0.8333rem;
    overflow: hidden;
    padding-bottom: 100px;
}

.food-section .container {
    width: 1500px;
    margin: 0 auto;
}

.food-section .section-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #144794;
    margin-bottom: 60px;
}

/* 美食轮播图 */
.food-section .food-carousel {
    height: 320px;
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}
.food-section .food-carousel .swiper-wrapper {
    z-index: 10;
}
.food-section .food-item {
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}

/* 图片包装器 */
.food-section .food-item .img-wrapper {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto 15px;
}

/* 背景图 */
.food-section .food-item .bg-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../image/mspicbg.png') center center no-repeat;
    background-size: 100% 100%;
    transition: transform 0s;
}

/* 鼠标移入时背景图旋转 */
.food-section .food-item .img-wrapper:hover .bg-circle {
    animation: rotateClockwise 2s linear infinite;
}

@keyframes rotateClockwise {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* 动画样式 */
.animated {
    animation-duration: 0.3s;
    animation-fill-mode: both;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.slideInUp {
    animation-name: slideInUp;
}

/* 图片盒子 */
.food-section .food-item .img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.food-section .food-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.food-section .food-item .name {
    font-family: MicrosoftYaHei;
    font-size: 22px;
    color: #333333;
    line-height: 29px;
    text-align: center;
    font-style: normal;
    margin-top: 25px;
}

/* Swiper 分页器样式 */
.food-section .swiper-pagination {
    position: relative;
    margin-top: -20px;
    z-index: 0;
}

.food-section .swiper-pagination-bullet {
    width: 40px;
    height: 8px;
    border-radius: 4px;
    background: #ccc;
    opacity: 1;
    margin: 0 5px;
}

.food-section .swiper-pagination-bullet-active {
    background: #144794;
}

/* 浮梁活动区域 */
.activity-section {
    padding-bottom: 60px;
    background: linear-gradient(to bottom, #eeeff8 20%, #F0F1F8 20%);
}

.activity-section .container {
    width: 1500px;
    margin: 0 auto;
}

.activity-section .section-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #144794;
    margin-bottom: 55px;
}

/* 活动切换按钮 */
.activity-section .tabs {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.activity-section .tab {
    width: 295px;
    padding: 20px 50px;
    background: url('../image/hdbg.png') center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #3A4890;
    line-height: 31px;
    font-style: normal;
    transition: all 0.3s;
}

.activity-section .tab.active {
    background: url('../image/hdonbg.png') center center no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    color: #fff;
}

/* 活动图片展示区域 */
.activity-section .activity-grid {
    position: relative;
}
.activity-section .activity-grid::after{
    content: '';
    position: absolute;
    top: 0;
    right: -265px;
    width: 355px;
    height: 100%;
    background: url('../picture/hdafterbg.png') center center no-repeat;
    background-size: contain;
}

.activity-section .activity-images {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
    grid-auto-flow: dense;
}

.activity-section .activity-images.active {
    display: grid;
}

.activity-section .activity-images a {
    display: block;
    overflow: hidden;
}

.activity-section .activity-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.activity-section .activity-images a:hover img {
    transform: scale(1.05);
}

/* 大图片 */
.activity-section .activity-images .large-image {
    grid-column: span 2;
    grid-row: span 2;
    max-height: 500px;
}

/* 右下角大图 */
.activity-section .activity-images .large-image.bottom-right {
    grid-column: 3 / span 2;
    grid-row: 2 / span 2;
}

.activity-section .activity-images .large-image img {
    height: 100%;
}

/* 小图片 */
.activity-section .activity-images a:not(.large-image) {
    max-height: 240px;
}
/* 人文浮梁和产业浮梁样式 */
.part {
  padding: 80px 0;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.part .inner{
    width: 1500px;
    margin: 0 auto;
}
.part.part5 {
  height: auto !important;
  padding: 60px 0;
}
.part.part4 {
  padding: 60px 0;
}
.zt_title_bg {
  height: 1.09rem;
  position: relative;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  margin-bottom: 30px;
}
.zt_title_bg.zt_title_bg3 {
  background: url(../images/mlxg_title3.png) no-repeat center center;
  background-size: contain;
}
.zt_title_bg.zt_title_bg3 a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.zt_title_bg.zt_title_bg4 {
  background: url(../images/mlxg_title4.png) no-repeat center center;
  background-size: contain;
}
.cyxg_tab_box2 {
  text-align: center;
  height: 100px;
}
.cyxg_tab2 {
    display: inline-block;
    width: 100%;
    /* position: absolute;
    left: 25%; */
  border-radius: 8px 0px 0px 8px;
  border: solid 2px #ffffff;
  background-color: #e3f1ff;
  margin-left: 0px;
  margin-right: 0px;
}
.cyxg_tab2::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cyxg_tab2 > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.cyxg_tab2 > li:nth-child(n) {
  margin-top: 0;
}
.cyxg_tab2 > li:nth-child(n + 1) {
  margin-top: 0px;
}
.cyxg_tab2 > li:nth-child(1) {
  margin-top: 0;
}
.cyxg_tab2 a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cyxg_tab2 li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: block;
  width: 100%;
    height: 97px;
    background: #F1F5FF;
    padding: 36px 10px 0px;
  position: relative;
  text-align: center;
}
.cyxg_tab2 li a span {
    display: block;
  z-index: 1;
  position: relative;
  font-size: 22px;
  font-weight: normal;
  color: #0d74de;
}
.cyxg_tab2 li a em {
  font-size: 40px;
  font-weight: bold;
  background-image: linear-gradient(180deg, #0d74de 0%, #e3f1ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.2;
  z-index: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 15px;
}
.cyxg_tab2 li.cur a {
  background-color: #ffffff;
}
.cyxg_tab2 li.cur a span {
  font-weight: bold;
}
@media (min-width: 993px) {
  .cyxg_tab2 li.cur a::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -18px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 9px solid #ffffff;
    border-right: 9px solid transparent;
  }
}
.cyxg_pane_box2 {
  position: relative;
  background-color: #D5E0F9;
  border-radius: 0px 8px 8px 0px;
  padding: 24px;
}
.cyxg_pane_box2 .cyxg_pane2{
    background: linear-gradient( 180deg, #FFFFFF 0%, #EEF2FD 100%);
}
.cyxg_pane_box2::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid #64a6e8;
  border-left: 12px solid transparent;
  border-right: 12px solid #64a6e8;
}
.cyxg_pane_box2::after {
  content: '';
  position: absolute;
  left: -24px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 12px solid #64a6e8;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid #64a6e8;
}
.cyxg_tab_pane.tab_pane {
  overflow: hidden;
}
.cyxg_tab_pane.tab_pane .pane > ul,
.cyxg_tab_pane.tab_pane .pane > div {
  animation-duration: 0.3s;
}
.cyxg_left2 {
  height: 100%;
  background: linear-gradient( 180deg, #FFFFFF 0%, #EEF2FD 100%);
  border-radius: 8px;
  padding: 24px;
    padding-top: 35px;
}
.cyxg_left2_title {
  font-size: 22px;
  font-weight: bold;
  color: #0d74de;
  margin-bottom: 20px;
  text-align: center;
}
.cyxg_left2_text {
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  color: #333333;
  text-indent: 2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.cyxg_right2 {
  height: 100%;
}
.cyxg_sec_tab_pane {
  height: 100%;
}
.cyxg_sec_tab_box {
  padding: 24px 0;
}
.cyxg_sec_tab {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  list-style: none;
}
.cyxg_sec_tab::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cyxg_sec_tab > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 6px;
  padding-right: 6px;
  float: left;
}
.cyxg_sec_tab a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cyxg_sec_tab li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 8px 2px #596EDB;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.cyxg_sec_tab li.cur a,
.cyxg_sec_tab li:hover a {
  color: #0052b6;
  font-weight: bold;
}
.cyxg_sec_pane {
  height: calc(100% - 108px);
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
}
.cyxg_img_box2 {
  height: 280px;
  border-radius: 4px;
  overflow: hidden;
}
.cyxg_img_box2 img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cyxg_img_box2:hover img {
  transform: scale(1.05);
}
.cyxg_text_box2 {
  height: 280px;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  color: #333333;
}
/* accordion 手风琴样式 */
.accordion .accordion_img_text {
  width: 220px;
  height: 516px;
  overflow: hidden;
  transition: all 0.3s;
}
.accordion .accordion_img_text .img {
  cursor: pointer;
  position: relative;
  z-index: 10;
  width: 220px;
  height: 516px;
  border-radius: 4px;
  border: solid 1px #cbe3f8;
}
.accordion .accordion_img_text .img img {
  width: 100%;
  height: 100%;
  position: relative;
}
.accordion .accordion_img_text .img img::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../picture/bodybg.png') center center no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.accordion .accordion_img_text .text {
  display: none;
  flex: 1;
  padding: 30px 20px;
  background: url(../images/rwxg_bg_cur.png) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.accordion .accordion_img_text .rwxg_photo {
  height: 200px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.accordion .accordion_img_text .rwxg_photo img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accordion .accordion_img_text .rwxg_photo:hover img {
  transform: scale(1.05);
}
.accordion .accordion_img_text.cur {
  width: calc(100% - 944px);
  display: flex;
}
.accordion .accordion_img_text.cur .img {
  display: none;
}
.accordion .accordion_img_text.cur .text {
  display: block;
}
.accordion .accordion_box {
  display: flex;
  justify-content: space-between;
}
.accordion #accordionSwiper {
  display: none;
}
.accordion #accordionSwiper .accordion_img_text {
  width: 100%;
}
.accordion #accordionSwiper .accordion_img_text .img {
  width: 90px;
}
.accordion #accordionSwiper .accordion_img_text .text {
  padding: 15px;
}
.accordion #accordionSwiper .swiper-pagination {
  bottom: 12px;
  text-align: center;
}
.accordion #accordionSwiper .swiper-pagination-bullet {
  opacity: 0.5;
  width: 8px;
  height: 8px;
  background-color: #0153b6;
  border-radius: 4px;
}
.accordion #accordionSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 16px;
  height: 8px;
  background-color: #0153b6;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .accordion .accordion_box {
    display: none;
  }
  .accordion #accordionSwiper {
    display: block;
  }
}
/* rwxg_title 标题样式 */
.rwxg_title {
  height: 32px;
  position: relative;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  margin-bottom: 20px;
}
.rwxg_title.rwxg_title1 {
  background-image: url(../images/rwxg_title1.png);
}
.rwxg_title.rwxg_title2 {
  background-image: url(../images/rwxg_title2.png);
}
.rwxg_title.rwxg_title3 {
  background-image: url(../images/rwxg_title3.png);
}
.rwxg_title.rwxg_title4 {
  background-image: url(../images/rwxg_title4.png);
}
.rwxg_title.rwxg_title5 {
  background-image: url(../images/rwxg_title5.png);
}
.mlxg_more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 127px;
  height: 35px;
  background: url(../images/icon_cloud_b.png) no-repeat center;
  background-size: contain;
  font-size: 16px;
  font-weight: normal;
  color: #0052b6;
  line-height: 35px;
  padding-left: 35px;
  transition: all 0.3s;
}
.mlxg_more:hover {
  font-weight: bold;
}
.mlxg_more.mlxg_more_w {
  background-image: url(../images/icon_cloud_w.png);
}
/* rwxg_item_box_title 列表样式 */
.rwxg_item_box_title {
  box-sizing: border-box;
  margin-left: -6px;
  margin-right: -6px;
}
.rwxg_item_box_title::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.rwxg_item_box_title > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 6px;
  padding-right: 6px;
  float: left;
}
.rwxg_item_box_title > li:nth-child(n) {
  margin-top: 0;
}
.rwxg_item_box_title > li:nth-child(n + 2) {
  margin-top: 12px;
}
.rwxg_item_box_title > li:nth-child(2) {
  margin-top: 0;
}
.rwxg_item_box_title li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 74px;
  line-height: 74px;
  text-align: left;
  position: relative;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 8px 2px #c8e6ff;
  border-radius: 4px;
  padding-right: 5px;
  padding-left: 35px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.rwxg_item_box_title li a::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  width: 11px;
  height: 12px;
  background: url(../images/icon_li.png) no-repeat center;
  background-size: contain;
}
.rwxg_item_box_title li:hover a {
  color: #0052b6;
}
@media (max-width: 768px) {
  .rwxg_item_box_title li a {
    font-size: 24px !important;
  }
}
/* w-row w-col 栅格系统 */
.w-row::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.w-col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
@media (max-width: 768px) {
  .w-col {
    width: 100% !important;
  }
}

/* xggk_box 政务公开盒子样式 */
.xggk_box {
    width: 95%;
    margin: auto;
  padding: 23px 23px;
  /* margin-top: 50px; */
  /* background: url(../images/xggk_border.png) no-repeat left center, url(../images/xggk_border.png) no-repeat right center;
  background-size: auto 100%, auto 100%; */
}
.xggk_ul {
  padding: 20px 0;
  background-color: #f7fcff;
  box-shadow: 0px 0px 0px 5px #edf5ff;
  box-sizing: border-box;
  margin-left: 0px;
  margin-right: 0px;
}
.xggk_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.xggk_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.285%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  list-style: none;
}
.xggk_ul > li:nth-child(n) {
  margin-top: 0;
}
.xggk_ul > li:nth-child(n + 7) {
  margin-top: 10px;
}
.xggk_ul > li:nth-child(7) {
  margin-top: 0;
}
.xggk_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.xggk_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.xggk_ul li i {
  transition: all 0.3s;
  display: block;
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.xggk_ul li i.s1 {
  background-image: url(../images/xggk_icon1.png);
}
.xggk_ul li i.s2 {
  background-image: url(../images/xggk_icon2.png);
}
.xggk_ul li i.s3 {
  background-image: url(../images/xggk_icon3.png);
}
.xggk_ul li i.s4 {
  background-image: url(../images/xggk_icon4.png);
}
.xggk_ul li i.s5 {
  background-image: url(../images/xggk_icon5.png);
}
.xggk_ul li i.s6 {
  background-image: url(../images/xggk_icon6.png);
}
.xggk_ul li i.s7 {
  background-image: url(../images/xggk_icon7.png);
}
.xggk_ul li h6 {
  transition: all 0.3s;
  font-size: 20px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
  margin: 0;
}
.xggk_ul li:hover i {
  transform: rotateY(360deg);
}
.xggk_ul li:hover h6 {
  font-weight: bold;
  color: #0052b6;
}

/* 响应式样式 */
@media (max-width: 992px) {
  .xggk_ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  .xggk_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .xggk_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 14.285%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
  }
  .xggk_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .xggk_ul > li:nth-child(n + 7) {
    margin-top: 10px;
  }
  .xggk_ul > li:nth-child(7) {
    margin-top: 0;
  }
}

/* 产业浮梁内容面板样式 */
/* .cyxg_pane2 {
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
} */
/* .cyxg_box2 {
  height: 100%;
} */

/* fllybox 内容区域样式 */
.fllybox {
  position: relative;
}

/* 调整 guide-section 在 fllybox 内的样式 */
.fllybox .guide-section {
  padding: 20px 0;
  background-image: none;
  background-color: transparent;
}

.fllybox .guide-section .container {
  transform: none;
}

.fllybox .guide-section .section-title {
  text-align: center;
  margin-bottom: 30px;
}

.fllybox .guide-section .section-title img {
  width: auto;
  max-width: 100%;
  transform: none;
}

/* 调整 food-section 在 fllybox 内的样式 */
.fllybox .food-section {
  padding: 20px 0 20px 0;
  margin-top: 0;
  background-color: transparent;
  background-image: none;
}

.fllybox .food-section .section-title {
  margin-bottom: 30px;
}

/* 调整 activity-section 在 fllybox 内的样式 */
.fllybox .activity-section {
  padding: 20px 0 60px 0;
  background: transparent;
}

.fllybox .activity-section .section-title {
  margin-bottom: 30px;
}

.fllybox .activity-section .activity-grid::after {
  display: none;
}

/* 印象浮梁卡片样式 */
.yxxg_box {
  position: relative;
  left: 0;
  transform: none;
  width: 100%;
  top: 0;
  height: auto;
  display: block;
  justify-content: normal;
  align-items: normal;
}

.yxxg_ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}

.yxxg_ul > li {
  box-sizing: border-box;
  width: 20%;
  padding-left: 1%;
  padding-right: 1%;
}

.yxxg_ul > li:nth-child(n) {
  margin-top: 0;
}

.yxxg_ul > li:nth-child(n + 5) {
  margin-top: 0px;
}

.yxxg_ul > li:nth-child(5) {
  margin-top: 0;
}

.yxxg_ul > li a {
  display: block;
  box-sizing: border-box;
}

.yxxg_ul li {
  transition: all 0.3s;
}

.yxxg_ul:hover li:hover {
  width: 24%;
}

.yxxg_ul:hover li:hover .yxxg_card_box {
  height: 534px;
  padding: 10px;
}

.yxxg_ul:hover li:hover .yxxg_card {
  padding: 18px;
}

.yxxg_ul:hover li:hover .yxxg_card img {
  display: none;
}

.yxxg_ul:hover li:hover .yxxg_card.yxxg_card1 {
  background-image: url(../images/yxxg_img1_cur.png);
}

.yxxg_ul:hover li:hover .yxxg_card.yxxg_card2 {
  background-image: url(../images/yxxg_img2_cur.png);
}

.yxxg_ul:hover li:hover .yxxg_card.yxxg_card3 {
  background-image: url(../images/yxfl_img3_cur.png);
}

.yxxg_ul:hover li:hover .yxxg_card.yxxg_card4 {
  background-image: url(../images/yxxg_img4_cur.png);
}

.yxxg_ul:hover li:hover .yxxg_card.yxxg_card5 {
  background-image: url(../images/yxxg_img5_cur.png);
}

.yxxg_ul:hover li:hover .yxxg_title,
.yxxg_ul:hover li:hover .p {
  display: block;
}

.yxxg_ul:hover li:not(:hover) {
  width: 19%;
}

.yxxg_card_box {
  display: block;
  box-sizing: border-box;
  height: 411px;
  padding: 8px 5px;
  background-size: 100% 100%;
}

.yxxg_card_box .yxxg_card {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
}

.yxxg_card_box .yxxg_card::after {
  pointer-events: none;
  z-index: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../picture/rmjdxqbg.png') no-repeat center;
  background-size: 100% 100%;
  z-index: 1;
}

.yxxg_card_box .yxxg_card img {
  width: 40px;
  margin: 20px 0px 0px 20px;
}

.yxxg_card_box .yxxg_card.yxxg_card1 {
  background-image: url(../images/yxfl_img1.png);
}

.yxxg_card_box .yxxg_card.yxxg_card2 {
  background-image: url(../images/yxfl_img2.png);
}

.yxxg_card_box .yxxg_card.yxxg_card3 {
  background-image: url(../images/yxxg_img3.png);
}

.yxxg_card_box .yxxg_card.yxxg_card4 {
  background-image: url(../images/yxfl_img4.png);
}

.yxxg_card_box .yxxg_card.yxxg_card5 {
  background-image: url(../images/yxfl_img5.png);
}

.yxxg_card_box .yxxg_title {
  display: none;
  margin-bottom: 10px;
  height: 30px;
  position: relative;
  font-family: "宋体";
  color: #3A4890;
  font-size: 32px;
  line-height: 30px;
  font-weight: bolder;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
/* 
.yxxg_card_box .yxxg_title.yxxg_title1 {
  background-image: url(../images/yxxg_title1_cur.png);
}

.yxxg_card_box .yxxg_title.yxxg_title2 {
  background-image: url(../images/yxxg_title2_cur.png);
}

.yxxg_card_box .yxxg_title.yxxg_title3 {
  background-image: url(../images/yxxg_title3_cur.png);
}

.yxxg_card_box .yxxg_title.yxxg_title4 {
  background-image: url(../images/yxxg_title4_cur.png);
}

.yxxg_card_box .yxxg_title.yxxg_title5 {
  background-image: url(../images/yxxg_title5_cur.png);
} */

.yxxg_card_box .p {
  display: none;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #3A4890;
}

.yxxg_card_box .p.tac {
  text-align: center;
}
footer{
  margin-top: 0;
}
