body{
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* 隐藏滚动条 */
}
.banner {
    width: 100%;
    /*height: 75vh;*/
    height: 620px;
    background: url('/static/home/pcV1/assets/BG1.png') no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.banner-box {
    width: 65%;
    height:124px;
    background: url('/static/home/pcV1/assets/miweibg2.png') no-repeat center center / 100% 100%;
    position: absolute;
    bottom: -4vh;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.banner-box-item {
    width: 33.3%;
    border-right: 3px solid white;
    height: 50%;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 4px;
}

.banner-title {
    font-size: 45px;
    color: white;
    letter-spacing: 5px;
    font-weight: 550;
}
.banner-title-2{
    margin-top: 14px;letter-spacing: 2px;
}
.tub{
width: 45px;
height: 45px;
margin-right: 6px;
}
.tub2{
width: 40px;
height: 40px;
margin-right: 8px;
}
.body1{
    width: 100%;
    /*height: 80vh;*/
    height:750px;
    display: flex;
    align-items: center;
    justify-content: center;  
}
.body1s{
    width: 100%; 
    display: flex;
    align-items: center;
    justify-content: center;  
    padding-top: 3vw;
    padding-bottom: 3vw;
}
 
.body1-box{
    width: 65%;
    height:80%; 
    text-align: center;
    letter-spacing: 4px;
}
.body1-box-1{
    font-weight: 550;
    font-size: 30px;
    height: 45 px;
    font-weight: bold;
    
}
.body1-box-2{
    letter-spacing: 0px;
    
}
.content{  
    width: 100%;
    height:95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -35px;
}
.content-item{
    width: 24%;
    height:400px; 
    border-radius: 5px;
    background: url('/static/home/pcV1/assets/itembg22.png') no-repeat center center; /* 确保图片居中 */
    background-size: cover; /* 背景图像覆盖整个元素 */ 
    position: relative;
    overflow: hidden;
}
.content-item:hover{
    width: 24%;
    height:400px; 
    border-radius: 5px;
    background: url('/static/home/pcV1/assets/itembg2.png') no-repeat center center; /* 确保图片居中 */
    background-size: cover; /* 背景图像覆盖整个元素 */
    cursor: pointer;
}
.content-item-img{
    width: 94%;
    height:250px;
    margin-top: 8px;

}

.overlay-box {
            position: absolute; /* 绝对定位 */
            top: 7px;
            left: 2px;
            right: 0;
            bottom: 0px;
            background: rgba(0, 0, 0, 0.5); /* 黑色透明蒙层 */
            opacity: 0; /* 默认不可见 */
            transition: opacity 0.3s; /* 平滑过渡 */
            display: flex; /* 使用 flexbox 布局 */
            align-items: center; /* 垂直居中对齐 */
            justify-content: center; /* 水平居中对齐 */
            text-align: center; /* 文字居中 */ 
            width: 98%; 
            border-top-left-radius: 10px;
            border-top-right-radius:10px;
            height:255px;
        }
        .content-item:hover .overlay-box {
            opacity: 1; /* 鼠标悬停时显示盒子 */
        }
        .overlay-text {
            color: white; /* 字体颜色 */
            font-size: 28px; /* 字体大小 */
        }
 .hengxian{
    width: 70%;height:4px;background-color: white;border-radius: 4px;margin: 10px auto;
 }
 .overlay-text-2{
    margin-top:14px;
    font-weight: 550;
    letter-spacing: 3px; 
    font-size: 24px;
 }
 .overlay-text-3{ 
    font-weight: 550;
    letter-spacing: 3px; 
    height: 42%; 
    position: absolute;
    bottom:.1vw;
    padding-top: 10px;
    width: 96%;
    left: 2%;
    font-size: 24px;
 }
 
 .mode{
    width: 50%;
    margin: 0 auto;
    height: 30px;
    background-color: white;
    border-radius: 30px;
    padding: 6px;
    border: 1px solid #eeeeee;
    font-size: 13px;
    line-height: 30px;
 }

 .content-item2{
    background-color: red;
    width: 32%;
    height:329px; 
    background: url('/static/home/pcV1/assets/itembg3.png') no-repeat center center; /* 确保图片居中 */
    background-size: cover; /* 背景图像覆盖整个元素 */ 
  
    position: relative;
 }
 .wzwz{
    width: 72%;margin: 20px auto; font-size: 14px;color: #575757;
    letter-spacing: 1px;    
 }
 .wzwz2{
    width: 70%;margin: 14px auto;text-align: left;font-size: 14px;color:#575757;
    letter-spacing: 2px;    
    margin-top: 33px;
    text-align: center;
 }
 .wz2{
    font-weight: 550; 
    margin-top: 24px;
    font-size: 24px;
 }

 .content-item3{
    padding-top: 1.2vw;
    width: 31%;
    height:300px;    
    background-color: rgba(255,255,255,.8);
    border-radius: 8px;
 }

 .content-item4{ 
    width: 23%;
    height:289px;     
    border-radius: 8px;
    border: 1px solid #eeeeee;
    box-shadow: 2px 2px 3px rgba(75, 74, 74, 0.5);
 }

 .overlay-text-4{ 
    font-weight: 550;
    letter-spacing: 3px; 
    height: 33%; 
    font-size: 24px;
 }
 .content-item4-img{
    width: 100%;
    height: 70%;
    border-top-left-radius: 6px; 
    border-top-right-radius: 6px;  
 }
 .sz3l{
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
    margin-bottom: 10px;
    
    letter-spacing: 1px;    
 }
 .sz3l-item{
   width:160px ;
    
    padding: 12px; 
    background: linear-gradient(to bottom, rgb(246,242,242), rgb(242,198,200));
 }
 .guoitem{
    margin-top:40px;
    width: 50%;
    height: 100%; 
    background-color: white;
 }
 .guoitem-1{ 
    padding-left: 50px;
    text-align: left;
 }
 .redbig{
    margin-top:40px;
    font-size:34px;
    color:#D90009 ;
    font-weight: 550;
    margin-bottom: .5vw;
    letter-spacing: 1px;    
 }
  .bluebig{
    margin-top:30px;
    font-size:34px;
    color:rgb(28,112,220) ;
    font-weight: 550;
    margin-bottom: .5vw;
    letter-spacing: 1px;    
 }
 .newscontent{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
 }
 .newsitem{
    width: 48%;
    height:120px;
    border: 1px solid rgb(208, 204, 204);
    border-radius: 4px;
    margin-top: 12px;
    padding: 5px;
    text-align: left;
    display: flex;
    letter-spacing: 1px;    
    box-shadow: 2px 2px 3px rgba(156, 155, 155, 0.5);
    cursor: pointer;
 }
 .newsitem:hover{
    border: 1px solid #0662D9
 }
 .newsitem:hover .titss{
    color: #0662D9;
}
 .newsitem-img{
    flex: 1;
    height: 100%;
    margin-right: 10px;

 }
 
        .text-limited {
                    font-size: 13px;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;      /* 限制为两行 */
                    -webkit-box-orient: vertical;
                    overflow: hidden;           /* 隐藏超出部分 */
                    text-overflow: ellipsis;    /* 超出部分显示省略号 */
                    width: 90%; /* 设定宽度，以便省略效果更明显 */
                        margin-top: .5vw;
                       color:#575757 ; 
    font-family: Arial, sans-serif;  /* 设置你需要的字体 */
}
        .newsitem-bottom{
            display: flex;
            justify-content: space-between;
            margin-top:10px;
            font-size: 14px;
            align-items: center;
        }
        .mode2{
            padding: 4px;
            padding-left: 12px;
            padding-right: 12px;
            background-color: #e5e5e5;
            border-radius: 15px;
            font-size: 12px;
            cursor: pointer;
        }
        .contttt{
            height: 64%;
        }

        #page-wrapper {
         transform-origin: top left;
         transition: transform 0.3s ease;
     }
     
     body {
                 margin: 0;
                 font-family: Arial, sans-serif;
                 transform-origin: top left; /* 缩放时的原点 */
             }
     
     @font-face {
         font-family: 'MyCustomFont';
         src: url('/static/home/pcV1/font/chuti.ttf') format('woff2');
         font-weight: normal; 
         font-style: normal;
     }
     @font-face {
         font-family: 'MyCustomFont2';
         src: url('/static/home/pcV1/font/PingFangHeavy.otf') format('woff2');
         font-weight: normal;
         font-style: normal;
     }
     body {
         font-family: 'MyCustomFont', sans-serif; 
     }
     .body1-box-1{
         font-family: 'MyCustomFont2', sans-serif;
     }
      
     .lbt{
         width: 100%;
         height: 340px;
         margin: 0 auto; 
         margin-top: 60px;
                 padding: 0px; 
                 display: flex;
                 align-items: center;
                 position: relative;  
             }
          .swiper-container {
                 width:100%;
                 height:90%; /* 可以根据需要调整高度 */
                 overflow: hidden;
                 margin: 0 auto;
             }
     .slideboxxx{
         width: 250px;
         border: 1px solid #DCDCDC;
         box-shadow: 3px 3px 3px rgba(156, 155, 155, 0.5);
         height: 240px;
         border-bottom-left-radius: 7px;
         border-bottom-right-radius: 7px;
     }
     
     .lbtmz{
         font-size: 20px;
         text-align: center;
         line-height: 70px;
          letter-spacing: 1px;
         display: -webkit-box;
         -webkit-line-clamp: 1;      /* 限制为两行 */
         -webkit-box-orient: vertical;
         overflow: hidden;           /* 隐藏超出部分 */
         text-overflow: ellipsis;    /* 超出部分显示省略号 */
     }
  
 