body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
figure,
legend,
textarea,
p,
blockquote,
th,
td,
input,
label {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei';
  word-wrap: break-word;
  color: #3c4b5a;
}
body {
  background: #f5f6f7;
}
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
}
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: top;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
.container {
  padding: 140px 0 0 0;
}
.content-bg {
  width: 100%;
  height: 700px;
  margin-top: 200px;
  background: url(../images/culture/ling-bg.png) no-repeat;
  background-size: 100% 100%;
  background-color: #f5f6f7;
}
.content-bg .content {
  display: flex;
  justify-content: space-between;
}
.content-bg .content .left {
  width: 524px;
  height: 524px;
  background: url(../images/culture/ling.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 44px;
  /* 使用gap控制间距 */
}
.content-bg .content .middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 44px;
  /* 使用gap控制间距 */
}
.content-bg .content .right-tx {
  position: fixed;
  left: calc(50% + 650px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  /* 使用gap控制间距 */
}
.content-bg .content .right-tx span {
  width: 115px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #fff;
  cursor: pointer;
}
.content-bg .content .right-tx .act {
  color: #fff;
  background: #3c4b5a;
}
.ling-yz {
  width: 556px;
  height: 114px;
  background: url(../images/culture/ling-yz.png) no-repeat;
  background-size: 100% 100%;
  margin-top: -200px;
  margin-bottom: 100px;
}
.content-bg2 {
  width: 100%;
  height: auto;
  background: url(../images/culture/bg2.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 90px;
  overflow: hidden;
  background-color: #fff;
}
.content-bg2 .content {
  text-align: center;
}
.content-bg2 .content .title {
  font-size: 40px;
  font-family: "Microsoft YaHei";
  color: #df0615;
  font-weight: bold;
}
.content-bg2 .content .sl {
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: #3c4b5a;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
}
.content-bg2 .content .sl-content {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #3c4b5a;
}
.content-bg2 .content .lxgjt {
  display: block;
  margin: 80px auto 140px;
  width: 1100px;
  height: 631px;
  background: url(../images/culture/lxgjt.png) no-repeat;
  background-size: 100% 100%;
}
.content-bg3 {
  width: 100%;
  height: auto;
  min-height: 1219px;
  background: url(../images/culture/bg3.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  background-position-y: -5px;
}
.content-bg3 .title {
  width: 100%;
  font-size: 40px;
  font-family: "Microsoft YaHei";
  color: #1e8131;
  font-weight: bold;
  padding: 60px 0 0 0;
  background: url(../images/culture/title-bg.png) no-repeat;
  background-size: 100% 221px;
}
.content-bg3 .gsyj {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #3c4b5a;
  margin-top: 26px;
}
.content-bg3 .wgys {
  width: 1153px;
  height: 699px;
  margin: 0 auto;
  background: url(../images/culture/wgys.png) no-repeat;
  background-size: 100% 100%;
}
.content-bg3 .wgys ul {
  width: 90%;
  margin: 110px auto 0;
  display: flex;
  justify-content: space-between;
  padding: 140px 0 0 0;
  gap: 44px;
  /* 使用gap控制间距 */
}
.content-bg3 .wgys ul li {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.content-bg3 .wgys ul li:nth-child(3) {
  padding-left: 30px;
}
.content-bg3 .wgys ul li:nth-child(4) {
  padding-left: 30px;
}
.content-bg3 .wgys ul li:nth-child(1) span:nth-child(2) {
  padding-top: 90px;
}
.content-bg3 .wgys ul li span:nth-child(1) {
  font-size: 40px;
  font-weight: bold;
}
.content-bg3 .wgys ul li span:nth-child(2) {
  font: 20px/36px "Microsoft YaHei";
  padding-top: 50px;
}
.content-bg4 .content {
  text-align: center;
}
.content-bg4 .content .title {
  font-size: 40px;
  font-family: "Microsoft YaHei";
  color: #005bac;
  font-weight: bold;
}
.content-bg4 .content .qgyd {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #3c4b5a;
  margin-top: 26px;
}
.content-bg4 .content .card-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 68px;
  justify-content: space-between;
}
.content-bg4 .content .card-box .card1 {
  width: 383px;
  height: 238px;
  background: url(../images/culture/card1.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 15px;
}
.content-bg4 .content .card-box .card2 {
  width: 383px;
  height: 238px;
  background: url(../images/culture/card2.png) no-repeat;
  background-size: 100% 100%;
}
.content-bg4 .content .card-box .card3 {
  width: 383px;
  height: 238px;
  background: url(../images/culture/card3.png) no-repeat;
  background-size: 100% 100%;
}
.content-bg4 .content .card-box .card4 {
  width: 468px;
  height: 238px;
  background: url(../images/culture/card4.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 30px;
}
.content-bg4 .content .card-box .card5 {
  width: 703px;
  height: 238px;
  background: url(../images/culture/card5.png) no-repeat;
  background-size: 100% 100%;
}
.content-bg4 .content .card-box .card6 {
  width: 703px;
  height: 238px;
  background: url(../images/culture/card6.png) no-repeat;
  background-size: 100% 100%;
}
.content-bg4 .content .card-box .card7 {
  width: 476px;
  height: 238px;
  background: url(../images/culture/card7.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 120px;
  padding-right: 55px;
  box-sizing: border-box;
}
.content-bg4 .content .card-box .card7 div {
  position: relative;
  cursor: pointer;
}
.content-bg4 .content .card-box .card7 .logo1 {
  width: 50px;
  height: 43px;
  background: url(../images/culture/icon1.png) no-repeat;
  background-size: 100% 100%;
}
.content-bg4 .content .card-box .card7 .logo1 .img-hover {
  position: absolute;
  left: -85px;
  top: -240px;
  width: 487px;
  height: 268px;
  background: url(../images/culture/img-hover1.png) no-repeat;
  background-size: 100% 100%;
  display: none;
}
.content-bg4 .content .card-box .card7 .logo1:hover .img-hover {
  display: block;
}
.content-bg4 .content .card-box .card7 .logo2 {
  width: 58px;
  height: 45px;
  background: url(../images/culture/icon2.png) no-repeat;
  background-size: 100% 100%;
}
.content-bg4 .content .card-box .card7 .logo2 .img-hover {
  position: absolute;
  left: -160px;
  top: -240px;
  width: 487px;
  height: 268px;
  background: url(../images/culture/img-hover2.png) no-repeat;
  background-size: 100% 100%;
  display: none;
}
.content-bg4 .content .card-box .card7 .logo2:hover .img-hover {
  display: block;
}
.content-bg4 .content .card-box .card7 .logo3 {
  width: 49px;
  height: 49px;
  background: url(../images/culture/icon3.png) no-repeat;
  background-size: 100% 100%;
}
.content-bg4 .content .card-box .card7 .logo3 .img-hover {
  position: absolute;
  left: -245px;
  top: -240px;
  width: 487px;
  height: 268px;
  background: url(../images/culture/img-hover3.png) no-repeat;
  background-size: 100% 100%;
  display: none;
}
.content-bg4 .content .card-box .card7 .logo3:hover .img-hover {
  display: block;
}
.content-bg4 .content .card-box .card7 .logo4 {
  width: 50px;
  height: 50px;
  background: url(../images/culture/icon4.png) no-repeat;
  background-size: 100% 100%;
}
.content-bg4 .content .card-box .card7 .logo4 .img-hover {
  position: absolute;
  left: -315px;
  top: -240px;
  width: 487px;
  height: 268px;
  background: url(../images/culture/img-hover4.png) no-repeat;
  background-size: 100% 100%;
  display: none;
}
.content-bg4 .content .card-box .card7 .logo4:hover .img-hover {
  display: block;
}
.content-bg5 {
  width: 100%;
  height: auto;
  margin-top: 150px;
  background: url(../images/culture/bg4.png) no-repeat left bottom;
  background-size: 100% 551px;
  padding-bottom: 200px;
}
.content-bg5 .content {
  text-align: center;
}
.content-bg5 .content .title {
  font-size: 40px;
  font-family: "Microsoft YaHei";
  color: #3c4b5a;
  font-weight: bold;
}
.content-bg5 .content .quan-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
.content-bg5 .content .quan-text span {
  display: block;
}
.content-bg5 .content .ling {
  position: relative;
  width: 715px;
  height: 715px;
  margin-top: 200px;
  background: url(../images/culture/ling-big.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-bg5 .content .ling span {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #3c4b5a;
  line-height: 3.438;
}
.content-bg5 .content .ling .bold {
  font-weight: 800;
}
.content-bg5 .content .ling .quan {
  position: absolute;
  width: 208px;
  height: 139px;
  background: url(../images/culture/ty.png) no-repeat;
  background-size: 100% 100%;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3c4b5a;
  cursor: pointer;
}
.content-bg5 .content .ling .act {
  position: absolute;
  width: 248px;
  height: 199px;
  background: url(../images/culture/ty-act.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  align-items: flex-start;
  padding-top: 60px;
  box-sizing: border-box;
  padding-left: 10px;
}
.content-bg5 .content .ling .th {
  position: absolute;
  top: -40px;
  width: 124px;
  height: 101px;
  background: url(../images/culture/hh.png) no-repeat;
  background-size: 100% 100%;
}
.content-bg5 .content .ling .quan1 {
  top: 15px;
  left: -155px;
}
.content-bg5 .content .ling .quan1.act {
  top: 12px;
  left: -179px;
}
.content-bg5 .content .ling .quan2 {
  top: 15px;
  right: -155px;
}
.content-bg5 .content .ling .quan2.act {
  top: 12px;
  right: -168px;
}
.content-bg5 .content .ling .quan3 {
  bottom: 40px;
  right: -170px;
}
.content-bg5 .content .ling .quan3.act {
  bottom: -17px;
  right: -186px;
}
.content-bg5 .content .ling .quan4 {
  bottom: -155px;
  right: 260px;
}
.content-bg5 .content .ling .quan4.act {
  bottom: -212px;
  right: 244px;
}
.content-bg5 .content .ling .quan5 {
  bottom: 40px;
  left: -170px;
}
.content-bg5 .content .ling .quan5.act {
  bottom: -16px;
  left: -192px;
}
.content-bg6 {
  margin-bottom: 160px;
  width: 100%;
  height: auto;
  background: url(../images/culture/bg5.png) no-repeat;
  background-size: 100% 807px;
  background-position: top left;
  padding-top: 75px;
  box-sizing: border-box;
}
.content-bg6 .content {
  text-align: center;
}
.content-bg6 .content .title {
  font-size: 40px;
  font-family: "Microsoft YaHei";
  color: #3c4b5a;
  font-weight: bold;
}
.content-bg6 .content .whjx {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #3c4b5a;
  margin-top: 26px;
  margin-bottom: 70px;
}
.content-bg6 .content .card-content {
  border-radius: 50px;
  background-color: #ffffff;
  width: 1144px;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 45px;
}
.content-bg6 .content .card-content .swiper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.content-bg6 .content .card-content .swiper .btn {
  width: 10px;
  height: 20px;
  background: pink;
}
.content-bg6 .content .card-content .swiper .left-btn {
  width: 35px;
  height: 74px;
  background: url(../images/culture/btn-left.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.content-bg6 .content .card-content .swiper .right-btn {
  width: 35px;
  height: 74px;
  background: url(../images/culture/btn-right.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.content-bg6 .content .card-content .swiper .imglist {
  position: relative;
  width: 900px;
  height: 465px;
  border-radius: 50px;
  overflow: hidden;
}
.content-bg6 .content .card-content .swiper .imglist img {
  position: absolute;
  left: 0;
  right: 0;
  width: 900px;
  height: 465px;
  display: none;
}
.content-bg6 .content .card-content .text {
  display: none;
}
.content-bg6 .content .card-content .kmh {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #3c4b5a;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}
.content-bg6 .content .card-content .kmh-tip {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #3c4b5a;
}
.maxW {
  width: 1203px;
  margin: 0 auto;
}
/* 修改原有的.act样式，确保正确显示荷花 */
.content-bg5 .content .ling .quan.act {
  position: absolute;
  width: 248px;
  height: 199px;
  background: url(../images/culture/ty-act.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  align-items: flex-start;
  padding-top: 60px;
  box-sizing: border-box;
  padding-left: 10px;
}
/* 确保只有选中的有荷花 */
.content-bg5 .content .ling .quan:not(.act) .th {
  display: none;
}
.active {
  opacity: 1;
  /* 当前显示的图片 */
  z-index: 99;
  display: block !important;
}
