body
{
  margin: 0px;
  padding: 0px; 
 background-color: #F5F5F5;
 font-family: "Sen", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
a
{
    text-decoration: none;
}
.mobile_header
{
    display: none;
}
.loading-hide
{
    opacity: 0!important;
   
}
.loading-bar-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    z-index: 9999999;
 transition: all 0.6s ease;
     opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.loading-bar {
  width: 300%; 
  height: 100%;
  background: repeating-linear-gradient(
    -45deg,
    #005296 0px,
    #005296 20px,  
    #ffffff 20px,
    #ffffff 40px  
  );
  animation: scrollToRight 20s linear infinite;
  transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
@keyframes scrollToRight {
  0% {
    transform: translateX(-66.66%); /* 初始：左侧外2/3，适配300%宽度 */
  }
  100% {
    transform: translateX(0); /* 结束：对齐左侧，视觉向右滚 */
  }
}
.swiper-bgimages
{
    width:100%;
    min-height: 200px;
}
.mid_body
{ 
  width:1200px;
  margin: 0px auto;
      position: relative;
}
.no-select *{
  /* 标准写法 */
  user-select: none;
  /* webkit 内核（Chrome/Safari/Edge） */
  -webkit-user-select: none;
  /* Firefox */
  -moz-user-select: none;
  /* IE/旧版 Edge */
  -ms-user-select: none;
  /* 可选：禁止长按复制（移动端） */
  -webkit-touch-callout: none;
  /* 可选：禁止鼠标拖动选中（补充） */
  pointer-events: auto; /* 保持点击交互 */

  /* Webkit 内核（Chrome/Safari/Edge） */
  -webkit-user-drag: none;
  /* 可选：禁止点击/拖拽交互（但保留选中控制） */
  pointer-events: auto; /* 若设为 none 会禁止点击，需谨慎 */
  /* 配合之前的禁止选中，强化效果 */
  user-select: none;
  -webkit-user-select: none;


}
.scroll_float
{
  position: fixed;
  height: 122px;
  width:100%; 
  background-color: rgb(255, 255, 255);
  z-index: 999999;
      box-shadow: 0px 5px 40px -10px rgba(86, 104, 146, 0.33);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.header_zhanwei
{
  height: 122px;
}
.scroll_float .Header_logo
{
  width:160px;
  margin-top: 28px;
}
.scroll_float .mid_body menu
{
    position: absolute;
    top: 35px;
    right: 10px;
    display: flex;
    list-style-type: none;
}
.scroll_float .mid_body menu .Childmenue
{
      opacity: 0;         
  visibility: hidden; 

 transition: all 0.6s ease;
}
.scroll_float .mid_body menu li
{
    margin-left: 30px;
    margin-right: 30px;
    cursor: pointer;
    transition: transform 0.3s ease;
    position: relative;
    height: 50px;

}
.scroll_float .mid_body menu .Childmenue li
{
     height: unset!important;
     box-sizing: border-box;
}
.scroll_float .mid_body menu li a
{
    color: #3b3b3b!important;
}
.scroll_float .mid_body menu li a .zhuan
{
    font-size: 12px;
    margin-left: 10px;
    transform: rotate(0deg);
    display: inline-block !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    transform-origin: center center !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased;

    transition: transform 0.3s ease;
}

.scroll_float .mid_body menu li:hover a
{
    transform: scale(1.1); 
    color: #005296!important;
    font-weight: bold;
}
.scroll_float .mid_body menu li:hover a .zhuan
{
     display: inline-block !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    transform-origin: center center !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased;
    transition: transform 0.3s ease;
}
.scroll_float .mid_body menu li:hover .Childmenue
{
      opacity: 1;         
     visibility: visible;
}
.scroll_float .mid_body menu li:hover .Childmenue a
{
    color: #3b3b3b!important;
    font-weight: normal!important;
}
.scroll_float .mid_body menu li:hover .Childmenue li:hover
{
    background-color: #ebebeb;
    border-radius: 10px;
}
.scroll_float .mid_body menu li:hover .Childmenue li:hover a
{
    transform: scale(1.1);  
    color: #005296!important;
    font-weight: bold!important;


}
.scroll_float .mid_body .Childmenue
{
    width: 153px;
    display: flex;
    left: -25px;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #fff;
    z-index: 99999;
    border-radius: 13px;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 0px 5px 40px -10px rgba(86, 104, 146, 0.33);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.scroll_float .mid_body .Childmenue li
{
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}


.mySwiper
{
  height: auto;
 
}
.swiper-slide
{
  position: relative;

}
.swiper_body
{
    position: absolute;
    text-align: center;
    top: 10vw;
    width: 100%;
    color: #fff;

}
.swiper-bgimages
{
  filter: brightness(0.8);
}
.swiper_body .titles
{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}
.swiper_body .titles2
{
    font-size: 23px;
    width: 78%;
    margin-left: 11%;
    font-weight: lighter;
}
.page_midbox1
{
  width:1200px;
  margin-bottom: 100px;
}
.page_midbox_title
{
    margin-top: 80px;
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    
}
.page_midbox_title2
{
    margin-top: 15px;
    font-size: 17px;
    text-align: center;
    color: #5a5a5a;
    font-weight: normal;
}

.page_midbox4 
{
    background-color: #fff;
    margin-top: 00px;
    padding-top: 10px;
    padding-bottom: 50px;
}
.page_midbox4  .page_midbox_title
{
    margin-top: 0px!important;
   
}

.midbmowe
{
    position: relative;
    display: flex;
    gap: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 50px;
}
.midbmowe .midrr
{
    background-color: #FFFFFF;
    margin: 5px 5px 5px 5px;
    padding: 30px 30px 30px 30px;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.07);
    width: 33%;
    display: flex;
    align-items: center; 
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
        align-self: stretch;
}
.midbmowe .midrr .iconfont 
{
color: #025293;
    font-size: 55px;
}
.midbmowe .midrr .ksSJw
{
padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.midbmowe .midrr .ksSJw .mid_title
{
    width: 100%;
    font-weight: bold;
    font-size: 28px;
}
.midbmowe .midrr .ksSJw .mid_desc
{
  width:100%;
  color: #424242;
}

.page_midbox2
{
    background-color: #fff;
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 50px;
}


.midbmowe2 {
    position: relative;
    display: flex;
    /* gap: 40px; */
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 50px;
}
.midbmowe2 .midrr
{
    background-color: #FFFFFF;
    margin: 5px 5px 5px 5px;
    padding: 12px; 
    border-radius: 15px 15px 15px 15px;
    width: 33%;
    display: flex;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    align-self: stretch; 
}
.midbmowe2 .midrr .iconfont 
{
color: #025293;
    font-size: 55px;
}
.midbmowe2 .midrr .ksSJw
{
 margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    text-align: center;
}
.midbmowe2 .midrr .ksSJw .mid_title
{
    width: 100%;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 13px;
}
.midbmowe2 .midrr .ksSJw .mid_desc
{
  width:100%;
  color: #424242;
}
.page_midbox_line
{
    height: 3px;
    background-color: #e5e5e5;
    width: 100px;
    margin: 0px auto;
    border-radius: 10px;
    margin-bottom: 15px;
}


.page_midbox3
{
    background-color: #fff;
    margin-top: 00px;
    padding-top: 10px;
    padding-bottom: 50px;
}
.midbmowe3
{
    position: relative;
    display: flex;
    /* gap: 40px; */
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 50px;
}
.midbmowe3 .midrr
{
background-color: #FFFFFF;
    margin: 5px 5px 5px 5px;
    padding: 12px;
    border-radius: 15px 15px 15px 15px;

    width: 15%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}
.midbmowe3 .midrr .iconfont 
{
color: #025293;
    font-size: 55px;
}
.midbmowe3 .midrr .imgwec .imgwecimage
{
  width:100%;
    transition: transform 0.6s ease;
     border-radius: 5px;
}
.midbmowe3 .midrr .imgwec .imgwecimage:hover
{
    transform: scale(1.1); 
   
}
.midbmowe3 .midrr .ksSJw
{
 margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    text-align: center;
}
.midbmowe3 .midrr .ksSJw .mid_title
{
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 13px;
}
.midbmowe3 .midrr .ksSJw .mid_desc
{
  width:100%;
  color: #424242;
}

.page_midbox4 .midrr
{
    width: 25% !important;


}
.bbbb  .midrr
{
box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.07);
padding-top: 30px;
padding-bottom: 30px;

}
.bbbb
{
gap: 30px!important;
}
.page_midbox6
{
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 40px;
}

.page_midbox6 .mid_title
{
    font-size: 55px !important;
    color: #005296;
}
.ditusw
{
    width: 78%;
    margin: 0px auto;
    margin-top: 20px;
    margin-left: 11%;
    box-shadow: inset 0 0 20px 8px #ffffff;
    object-fit: cover;
}
.glwdata
{
    display: flex;
    flex-wrap: nowrap;
    height: 400px;
    justify-content: center;
}
.datat
{
    font-size: 20px;
    display: flex;
    align-items: center;
}
.datat li
{
margin-bottom: 10px;
}
.datatiles
{
    width:60%;

}
#echat_kehu_map
{ 
    width:100%;
    height:500px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.linkus
{
    width:100%;
    margin-top: 50px;
}
.linkus .GFKjw
{
    width: 80%;
    height: 130px;
    box-shadow: 0px 5px 40px -10px rgba(86, 104, 146, 0.33);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10%;

}
.linkus .GFKjw .T1
{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #015191;
}
.linkus .GFKjw .B1
{
    background-color: #015191;
    color: #fff;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 50px;
    border-radius: 10px;
    margin-right: 20px;
    cursor: pointer;
}

footer
{
    background-color: #101218;
    width:100%;
    color: #fff!important;
    padding-bottom: 30px;
}
footer .Footer_Menue
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: flex-start;
    padding-top: 80px;
}
footer .Footer_Menue .Footer_Menue_item
{
    width:22%;
    min-height: 100px;
}
footer .Footer_Menue .Footer_Menue_item ul  
{
    list-style: none;
    padding-left: 10px;
}
footer .Footer_Menue .Footer_Menue_item ul li 
{
    margin-bottom: 10px;
}
footer .Footer_Menue .Footer_logo
{   
    width:180px;
    margin-top: 0px;
    margin-bottom: 20px;
}
footer .Footer_Menue .foot_icon
{   
    margin-top: 20px;
        display: flex;
        gap: 20px;
}
footer .Footer_Menue .foot_icon .iconfont
{   
    font-size: 20px;
}
footer .Footer_Menue .FT1
{
    font-weight: bold;
    font-size: 20px;
}
footer .page_ft_info
{
    text-align: center;
    margin-top: 55px;
    border-top: 1px solid #20232d;
    padding-top: 30px;
}
.pageindex_page_box
{
    position: relative;
    height: auto!important;
    padding-bottom: 20px;
}
.pageindex_page
{
    height: 500px;
    background-image: url(https://wotengwebimg.oss-cn-shenzhen.aliyuncs.com/20251229/176697333555377457.jpg);
  
    background-repeat: no-repeat;
    background-size: cover;
        background-attachment: fixed;  /* 背景图片固定，不随滚动移动 */
 
    background-position: center top -300px;  /* 水平垂直居中 */
    filter: brightness(0.5);
}
.pageindex_pageimg
{
   height: 500px;
position: fixed;
}
.pageindex_page_box .abmmrt
{
    position: absolute;
    top:120px;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    width:100%;text-align: center;
}
.pageindex_page_box .abmmrt2
{
    position: absolute;
    top:210px;
    font-size: 22px;
    width:100%;
    text-align: center;
    color: #fff;
}
.pageindexwddd
{
    background-color: #fff;
    margin-top: -200px;
    position: relative;
    z-index: 9999;
    width: 1200px;
    margin-left: calc(50% - 600px);
    border-radius: 13px;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0px 5px 40px -10px rgba(86, 104, 146, 0.33);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.pageindexwddd .Gttt
{
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
}
.pageindexwddd .Gttt span
{
    border-top: 5px solid #005296;
    padding-top: 5px;
}
.pageindexwddd .Gtiwee
{
    font-size: 17px;
    margin-top: 18px;
    padding-left: 20px;
    line-height: 32px;
    color: #3b3b3b;
}
.pageindexwddd .Gtiwee p
{
text-indent: 2em;
}


        /* 页面容器 */
        .container {
            width: 1200px;
            margin: 0 auto;
            padding: 60px 0;
        }

        /* 标题样式 */
        .history-title {
            text-align: center;
            font-size: 32px;
            color: #333;
            margin-bottom: 60px;
            position: relative;
        }

        .history-title::after {
            content: "";
            display: block;
            width: 80px;
            height: 3px;
            background-color: #2f54eb;
            margin: 15px auto 0;
        }

        /* 时间轴核心样式 */
        .timeline {
            position: relative;
            max-width: 100%;
        }

        /* 时间轴竖线 */
        .timeline::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 4px;
            background-color: #e5e7eb;
 
        }

        /* 时间轴条目容器 */
        .timeline-items {
            position: relative;
            list-style: none;
            padding: 0px;
        }

        /* 单个时间轴条目 */
        .timeline-item {
            margin-bottom: 60px;
          position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
     gap: 20px;
        }

        /* 偶数条目反向排列（左右交替） */
        .timeline-item:nth-child(even) {
            justify-content: flex-start;
            padding-right: 0;

        }

        /* 时间点（圆形标记） */
        .timeline-dot {
            position: absolute;
            top: 0;
            left: 50%;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #2f54eb;
            border: 8px solid #f3f4f6;
            transform: translateX(-50%);
            z-index: 10;
        }

        /* 条目内容卡片 */
        .timeline-content {
            width: 32%;
         
            background-color: #fff;
            padding: 25px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
                box-sizing: border-box;
        } 
 .timeline-content .imgwd
 {
    width:100%;
 }
  .timeline-content .imgwd img
 {
    width:100%;
 }
        /* hover 交互效果 */
        .timeline-content:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        }

        /* 年份样式 */
        .timeline-year {
            font-size: 24px;
            font-weight: 700;
            color: #2f54eb;
            margin-bottom: 10px;
        }

        /* 事件标题 */
        .timeline-title {
            font-size: 18px;
            color: #333;
            margin-bottom: 15px;
            font-weight: 600;
        }

        /* 事件描述 */
        .timeline-desc {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
            text-indent: 2em; /* 首行缩进2字符，符合中文排版 */
        }

        /* 最后一个条目取消底部间距 */
        .timeline-item:last-child {
            margin-bottom: 0;
        }

        /* 适配小屏PC（如笔记本） */
        @media (max-width: 1200px) {
            .container {
                width: 90%;
            }
            .timeline-content {
                max-width: 400px;
            }
        }

.Teambox
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding-top: 100px;
    padding-bottom: 100px;
}
.Teambox .tit1
{
    font-weight: bold;
     font-size: 20px;
}
.Teambox .tit2
{
    font-weight: bold;
    font-size: 40px;
    margin-top: 17px;
}
.Teambox ul
{
    padding-left: 10px;
    margin-left: 16px;
}
.Teambox ul li
{
    margin-bottom: 10px;
    font-size: 20px;
    color: #595959;  
}
.Teambox .l
{
    width: 350px;
}
.Teambox .r
{
    text-align: right;
}
.Teambox .combg
{
    width: calc(100% - 100px);
    border-radius: 30px;
}
.linkbox
{
    display: flex;
    justify-content: space-between;
}
.linkbox .link_left
{
    padding-top: 20px;
}
.linkbox .link_right
{
 text-align: center;
}


   
.linkbox .link_left .G1
{
    font-weight: bold; 
    font-size: 15px;
        margin-bottom: 20px;
}
.linkbox .link_left li
{
    margin-bottom: 15px;
    color: #414141;
}
.linkbox .link_right img
{
    width:250px;
}

  .page_sim 
  {
 height: auto!important;
  }
 
 .page_sim  .pageindex_page
 {
    height: 400px!important;
 }
 .page_sim .pageleftright
 {
display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
 }
  .page_sim .pageleftright .cardanm
 {
    width:49%
 }
.page_sim .pageleftright .left
{
    position: relative;
}
.page_sim .pageleftright .left #card0
{
    width:300px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.page_sim .pageleftright .left .timsw
{
    position: absolute;
    width:300px;left:calc((100% - 300px)/2);
    top:50px;
    transform-origin: 50% 100% !important;
    transform: rotate(0deg) !important;
     transition: all 1s ease;
}
.page_sim .pageleftright .left .timsw_show#card1 
{
    transform: rotate(-20deg) !important;
         transition: all 1s ease;
}
.page_sim .pageleftright .left .timsw_show#card2
{
    transform: rotate(-10deg) !important;
         transition: all 1s ease;
}
.page_sim .pageleftright .left .timsw_show#card3 
{
    transform: rotate(0deg) !important;
         transition: all 1s ease;
}
.page_sim .pageleftright .left .timsw_show#card4 
{
    transform: rotate(10deg) !important;
         transition: all 1s ease;

}.page_sim .pageleftright .left .timsw_show#card5
{
    transform: rotate(20deg) !important;
         transition: all 1s ease;
}
.page_sim .right 
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
    width: 600px;
    padding-top: 100px;
    gap: 40px;
}
.page_sim .right .kaidesc
{
width: 45%;
    display: flex;

}
.page_sim .right .kaidesc .H1s .iconfont
{
    font-size: 40px;
    color: #005296;
}
.page_sim .right .kaidesc .D1s
{
    padding-left: 10px;
}
.page_sim .right .kaidesc .D1s .D1sa
{
    font-size: 29px;
    color: #313131;
    font-weight: bold;
    margin-bottom: 10px;
}
.page_sim .right .kaidesc .D1s .D1sb
{
       color: #434343;
}


/* 表格样式 */
table {
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
font-size: 14px;
text-align: left;
background-color: #ffffff;
border-radius: 3px;
overflow: hidden;
}

/* 表头样式 */
th {
    background-color: #f2f2f2; /* 表头背景色 */
    border: 1px solid #ddd; /* 细线边框 */
    padding: 8px; /* 内边距 */
    font-weight: bold; /* 加粗 */
}

/* 表格单元格样式 */
td {
    border: 1px solid #ddd; /* 细线边框 */
    padding: 8px; /* 内边距 */
}

/* 隔行变色效果 */
tr:nth-child(even) {
    background-color: #f9f9f9; /* 偶数行背景色 */
}

/* 鼠标悬停效果 */
tr:hover {
    background-color: #f1f1f1; /* 悬停时背景色 */
}
.bigtitle
{
    font-weight:bold
}

.el-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
}
.langcha
{
    font-size: 22px;
}
.righthemx
{
    display: none;
}
.mobile_meue
{
    display: none;
}
#mobileechat_kehu_map
{
    display: none;
}