:root {
  --bg: #ffffff;
  --bg-alt: #f4f6fb;
  --text: #1f2937;
  --muted: #6b7280;
  --line: #e5e7eb;
  --brand: #1f3b77;
  --brand-2: #2a5bd7;
  --shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
  --radius: 12px;
  --container: 1200px;
}
 .fzlm-banner {
        height:350px; 
}
.fzlm-banner .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    top: 853px;
    left: 864px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(217, 217, 217, 0.5);
    opacity: 1;
}

.fzlm-banner .swiper-pagination-bullet-active {
    width: 67px;
    height: 22px;
    top: 853px;
    left: 944px;
    border-radius: 5px;
    background: rgba(217, 217, 217, 1);
    opacity: 1;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.fzlm-banner .swiper-slide img {
   width: 100%;
  height:100%;
   object-fit: cover;
}

.fzlm-banner .swiper-slide img:hover {
    transform: scale(1.05);
    transition: all 1s;
}
 
img {
  max-width: 100%;
  display: block;
}

.section-title {
  font-weight: bold;
  font-size: 40px;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 100px;
}

 
 
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
 
.card { 
  overflow: hidden; 
  background: #fff;
  height: 389px;
  position: relative;
}
.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-overlay .card-img {
  height: 389px;
}
 
.card-mask {
  width: 329px;
  height: 221px;
  position: absolute;
  inset: 0; 
  background-color: rgb(217, 217, 217, 0.25); 
  display: flex;
  align-items: center;
  justify-content: center;
  left:  50%;
  top: 50%; 
  transform: translate(-50%, -50%);
}
.card-label {
  color: #fff;
  font-size: 50px; 
  font-weight: bold;
}
 
.card-box {
  width: 800px;
}
.card-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* 通知公告 */
.fztz-title { 
  display: flex;
}

.fztz-title .fz-title { 
  cursor: pointer;
  position: relative; 
  font-size: 32px;
  font-weight: bold;
  color: rgba(26, 26, 26, 0.5); 
  width: 200px;
}

.fztz-title .active::after { 
  content: "";
  position: absolute;
  left: 0;
  bottom: -23px;
  width: 91px;
  height: 4px;
  background-color: #384782;
  border-radius: 2px;
}

.more-tz {
  display: none;
  color: #384782;
  font-size: 20px;
}
.tit-box .active {
  display: block;
}

.fztz-title .active {
  color: #1a1a1a;
}

.lmdt .active {
  display: block;
}

.lmdt-box {
  display: none;
}

.lmdt {
  padding-top: 64px;
  background: rgba(217, 217, 217, 0.25); 
  padding-bottom: 118px;
  margin-top: 20px;
}
.lmdt-left{
  width: 500px;
  position: relative;
}
.lmdt-left .lmdt-img{
  width: 500px;
  height: 310px;
  position: relative;
  background: #fff; 
}
 
.lmdt-left .lmdt-img img {
  width: 500px;
  height: 310px;
}
.lmdt-left .lmdt-left-date{
  position: absolute;
  top: 0;
  left: 20px;
  height: 120px;
  width: 120px;
  background-color: rgb(56, 71, 130, 0.8);
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.lmdt-left .lmdt-left-date strong {
  display: inline;
  font-size: 48px;
  font-weight: bold;
  color: #fff;  
  line-height: 48px;
}
.lmdt-left .lmdt-left-date .date {
  display: inline;
  font-size: 28px;
  font-weight: bold;
  color: #fff;  
  line-height: 28px;
}
.lmdt-left .left-desc {
  background-color: #fff;
  padding: 35px 21px;
}
.lmdt-left .left-tit {
  font-size: 28px; 
  color: #000000;
  line-height: 32px;
}
.lmdt-left .left-detail {
  font-size: 20px; 
  color: rgba(20, 20, 20, 0.5);
  line-height: 24px;
  margin-top: 59px;
}
 
/* list */
.lmdt-list { 
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-left: 40px;
}

.lmdt-item { 
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  cursor: pointer;
}
 
.lmdt-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  margin-right: 35px;
}

.lmdt-date dt {
  font-family: Hiragino Sans GB;
  font-weight: 300;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-top: 12px;
  color: #1A1A1A;
}

.lmdt-date dd {
  font-family: Hiragino Sans GB;
  font-weight: bold;
  font-size: 48px;
  color: #384782;
  text-align: center;
  line-height: 72px;
  height: 72px;
}
.lmdt-detail { 
  flex: 1; 
}
.lmdt-tt { 
  font-weight: 400;
  font-family: Hiragino Sans GB;
  font-size: 28px; 
  color: #000000; 
}
.lmdt-desc {  
  font-weight: 400;
  font-family: Hiragino Sans GB;
  font-size: 20px; 
  color: rgba(26, 26, 26, 0.5) ; 
}
/*  */
.section-more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 20px;
  color: #384782;
  font-weight: normal;
}
.section-line {
  margin-bottom: 53px;
}
.section-line:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 122px;
  height: 4px;
  background-color: #384782;
  border-radius: 2px;
  transform: translateX(-50%);
}
/*  */

.service-grid {
  display: flex;
  margin-bottom: 20px;
}
.service-left {
  width: 566px;
  height: 320px; 
  overflow: hidden;  
  position: relative;
}
.xqhz-tit {
  position: absolute;
  width: 162px;
  height: 100%;
  right: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(56, 71, 130, 0.5);
}
.service-img {
  width: 100%;
  height: 320px; 
  object-fit: cover;
}
 
.service-right {
  flex: 1; 
  background: #fff; 
  overflow: hidden;
  padding: 38px 42px;
}
.service-list {
  display: grid;
}
.service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;  
  height: 27px;
  margin-bottom: 16px;
}
.service-item:last-child { 
  margin-bottom: 0px;
}
.service-item:hover {
  color: rgba(42, 91, 215, 1);
}

.service-title {
  font-size: 20px; 
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-time {
  font-size: 20px; 
  flex: 0 0 auto;
}

.card-bottom {
  position: absolute;
  width: 100%;
  height: 71px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(56, 71, 130, 0.5);
}


/* 经典案例 */
.jdal {
    /* background-color: #f1f1f1; */
    background-image: url('../images/jdal-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.jdal-item {
    margin-bottom: 20px;
    position: relative;
}

.jdal-bpx {
    padding: 10px 20px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 21px;
}

.jdal-bpx:hover {
    background-color: #fff;
}

.jdal-bpx a {
    display: flex;
    flex: 1;
}

.jdal-bpx p {}

 