
@charset "utf-8";
*{
   box-sizing: border-box;
}

html{

  /*font-size: 100px;*/
  /*font-size:calc( 100vw / 19.2);*/
}
body,h1,h2,h3,h4,h5,h6,hr,div,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;font-family:"思源黑体 CN";}/*外边距，内边距都为0*/
body{background:#fff;}/*字体大小为14px*/
button,input,optgroup,select,textarea {margin: 0;font: inherit;color: inherit;}/*表单类标签外边距，字体及颜色继承父元素的字体系列样式*/
img{border:none;}/*图片不显示边框兼容IE浏览器*/
h1,h2,h3,h4,h5,h6{}/*这些元素本身不会继承父体的字体大小，设置了font-size:100%后就能自动继承。*/
input,label,img,th{vertical-align:middle}/*把此元素放置在父元素的中部*/
ul,ol,li{list-style:none}/*去点实心圆或数字*/
a{text-decoration:none;}/*去掉a标签的下划线*/
a{outline: none;}
a:active {star:expression_r(this.onFocus=this.blur());}
a:focus { outline:0; }
input:focus { outline:0; }
textarea:focus { outline:0; }
filter:alpha(opacity=100);
audio,canvas,progress,video {display: inline-block;vertical-align: baseline}/*定义为行内块级元素将支持 valign特性的对象的内容与基线对齐*/
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer}/*类似按钮的，hover，mousedown,mouseup的效果及鼠标滑过为手指势*/
textarea {overflow: auto}/*多行文本中如果内容被修剪，则浏览器会显示滚动条以便查看其余的内容。*/
table{border-collapse:collapse;border-spacing:0}/*默认值。边框会被分开。不会忽略 border-spacing 和 empty-cells 属性。*/
input,textarea,select{background:#fff;}/*背景为白色*/
table, td, th {
      text-size-adjust: 100% !important;
      -webkit-text-size-adjust: 100% !important;
      table-layout: fixed;
      font-size: 14px !important;/* 固定字体大小 */
    }
/*通用样式*/
.clearfix{*zoom:1;}/*兼容IE清除浮动*/
.clearfix:after{content:"\200B";height:0;display:block;visibility:hidden;clear:both;}/*清除浮动*/
.pull-right{float:right}/*向右浮动*/
.pull-left{float:left}/*向左浮动*/
.fr{float:right}/*向右浮动*/
.fl{float:left}/*向左浮动*/
.hide{display:none}/*隐藏*/
.show{display:block}/*显示块级元素*/
.invisible{visibility:hidden}/*元素是不可见的。*/
.hidden{display:none;visibility:hidden}/*隐藏及元素是不可见的。*/
.oneOver {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
*{
    scrollbar-width: thin;
}
.gengxin{
    text-align: center;
}
::-webkit-scrollbar {
  width: 6px; /* 仅Webkit生效 */
}
.twoOver {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.threeOver {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.flex{display: flex;display: -webkit-flex;justify-content: space-between;}

/* 父容器居中，可根据你的布局调整 */
.page {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
}

/* 分页ul重置默认样式 + 弹性布局 */
.pagination {
  list-style: none; /* 去掉默认圆点 */
  padding: 0;
  margin: 0;
  display: inline-flex; /* 横向排列 + 居中 */
  gap: 8px; /* PC端li之间的间距 */
  font-size: 0; /* 消除inline-block的间隙（备用） */
}

/* 核心li样式：PC端基础要求 宽高40px/字体16px */
.pagination li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #f0f0f0;
  color: #222222;
  font-size: 16px;
  border-radius: 4px; /* 轻微圆角，比直角柔和 */
  cursor: pointer; /* 鼠标悬浮手型，提升交互 */
  display: flex; /* 内部内容垂直水平居中（万能方案） */
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease; /* hover过渡，更丝滑 */
  box-sizing: border-box; /* 盒模型重置，避免padding/border撑大宽高 */
}

/* active激活状态：指定背景+白色字体（全端不变） */
.pagination li.active {
  background-color: #481c87;
  color: #ffffff;
  cursor: default; /* 激活态鼠标默认，区分可点击 */
}

/* disabled禁用状态：弱化样式，取消手型（全端不变） */
.pagination li.disabled {
  color: #999999; /* 禁用态字体变灰，更直观 */
  cursor: not-allowed;
}

/* 分页链接a标签：重置默认样式，继承li的样式 */
.pagination li a {
  color: inherit; /* 继承父级li的字体颜色 */
  text-decoration: none; /* 去掉默认下划线 */
  display: block; /* 让a标签铺满li，扩大点击区域 */
  width: 100%;
  height: 100%;
  line-height: inherit; /* 继承li行高，适配自适应 */
  text-align: center;
}

/* 非激活/非禁用的li：悬浮浅变背景（全端不变） */
.pagination li:not(.active):not(.disabled):hover {
  background-color: #e5e5e5;
}

/* 兼容li内的span标签（如«、1、»），确保居中 */
.pagination li span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit; /* 继承li行高，适配自适应 */
  text-align: center;
}

/* ========== 核心自适应：媒体查询 开始 ========== */
/* 小屏幕设备（平板/手机，768px及以下） */
@media (max-width: 768px) {
  .pagination {
    gap: 5px; /* 移动端减小li间距，更紧凑 */
  }
  .pagination li {
    width: 32px; /* 移动端缩小宽高 */
    height: 32px;
    font-size: 14px; /* 移动端缩小字体，避免溢出 */
    border-radius: 3px; /* 小尺寸适配小圆角 */
    line-height: 32px;
  }
  /* 分页父容器移动端减小上下内边距 */
  .page {
    padding: 12px 0;
  }
}

/* 可选：超小屏（手机竖屏，375px及以下）极致适配 */
@media (max-width: 375px) {
  .pagination {
    gap: 4px;
  }
  .pagination li {
    width: 28px;
    height: 28px;
    font-size: 13px;
    line-height: 28px;
  }
}
/* ========== 核心自适应：媒体查询 结束 ========== */

/* 顶部导航栏样式 */
  .top-header {
      background-color: #000; /* 黑色背景 */
      color: #fff; /* 文字白色 */
      width: 100%;
       /* 导航栏高度 */
      /* 文字垂直居中 */
  }

  /* 内容容器 - 自适应核心 */
  .header-container {
      /* 大屏固定1740px，小屏占满可用宽度 */
      width: 100%;
      max-width: 1740px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; /* 左右内容分开 */
      align-items: center; /* 垂直居中 */
      padding: 0 20px; /* 左右内边距，避免内容贴边 */
  }

  /* 左侧欢迎语样式 - 自适应文字大小 */
  .welcome-text {
      font-size: clamp(14px, 1vw, 14px); /* 最小14px，最大16px，中间随屏幕宽度自适应 */
      white-space: nowrap; /* 防止欢迎语换行 */
      overflow: hidden; /* 超出隐藏 */
      text-overflow: ellipsis; /* 超出显示省略号 */
      max-width: 70%; /* 限制最大宽度，避免挤压右侧菜单 */
      line-height: 30px; 
  }

  /* 右侧下拉菜单样式 */
  .language-select {
      position: relative;
      white-space: nowrap; /* 防止按钮换行 */
  }

  /* 下拉按钮样式 */
  .select-btn {
      color: #fff;
      border: none;
      padding: 0 15px;
      border-radius: 4px;
      cursor: pointer;
      font-size: clamp(12px, 0.9vw, 14px); /* 按钮文字自适应 */
      display: flex;
      align-items: center;
      gap: 8px;
      line-height: 30px
  }
  /* 下拉选项列表样式 */
  .select-options {
      position: absolute;
      top: 100%;
      right: 0;
      background-color: #fff;
      color: #000;
      border-radius: 4px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
      list-style: none;
      width: 120px;
      display: none; /* 默认隐藏 */
      z-index: 999999; /* 确保在最上层 */
  }

  /* 下拉选项样式 */
  .select-options li {
      padding: 8px 15px;
      cursor: pointer;
      transition: background-color 0.2s;
      font-size: 14px;
  }

  /* 选项hover效果 */
  .select-options li:hover {
      background-color: #f5f5f5;
  }

  /* 悬停显示下拉列表 */
  .language-select:hover .select-options {
      display: block;
  }
 /* 外层容器 */
        .card-container {
            position: relative;
            /*width: 320px;*/
            /*height: 200px;*/
            /*margin-bottom: 30px;*/
            /*background: #fff;*/
            /*border: 1px solid #eee;*/
            border-radius: 8px;
            overflow: hidden;
        }

        /* 滚动内容 + 隐藏滚动条 */
        .scroll-content {
            /*width: 100%;*/
            /*height: 100%;*/
            /*padding: 15px;*/
            box-sizing: border-box;
            overflow-y: auto;
            /* 隐藏滚动条 兼容 */
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
        .scroll-content::-webkit-scrollbar {
            display: none;
        }

        /* 底部渐变遮罩 默认隐藏 */
        .card-container::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 50px;
            /* 白色渐变适配卡片背景 */
            background: linear-gradient(transparent, #ffffff);
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 10;
        }

        /* 需要滚动 → 显示遮罩 */
        .card-container.need-scroll::after {
            opacity: 1;
        }
        /* 滚动到底 → 隐藏遮罩 */
        .card-container.scroll-end::after {
            opacity: 0 !important;
        }
  /* 小屏幕适配（比如手机） */
  @media (max-width: 768px) {
      .top-header {
        display: none;
          height: auto; /* 高度自适应 */
          padding: 10px 0; /* 上下内边距 */
          line-height: normal; /* 取消固定行高 */
      }
      .header-container {
          flex-direction: column; /* 改为垂直排列 */
          gap: 10px; /* 上下元素间距 */
          padding: 0 15px;
      }
      .welcome-text {
          max-width: 100%; /* 小屏占满宽度 */
          text-align: center; /* 居中显示 */
          overflow: visible; /* 取消省略号 */
          text-overflow: unset;
      }
  }

  /* 导航 */

        /* 导航栏外层容器 - 自适应核心 */
   /* ========== 大屏导航样式（768px以上） ========== */
   .navs{
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 9999;
   }
        .nav {
            width: 100%;
            max-width: 1740px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 80px;
            background-color: #fff;
           
           
        }

        /* logo样式 */
        .logo {
            flex-shrink: 0;
            display: block;
            width: 214px;
        }
        .logo img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* 一级导航列表 */
        .navlist {
            display: flex;
            align-items: center;
            gap: 40px;
            flex: 1;
            justify-content: right;
            margin-right: 180px;
        }
        
        
        
        /* 一级导航项（包含二级菜单的容器） */
        .nav-item {
            position: relative; /* 为二级菜单定位 */
        }

        /* 一级导航链接 */
        .nava {
            color: #333;
            font-size: 16px;
            transition: color 0.2s;
            white-space: nowrap;
            display: block;
            padding: 0 0;
             line-height: 80px;
        }
        .nava::after {
          content: "";
          background: #471c87;

          height: 3px;
          transition: all 0.5s ease;

          width: 0%;
          transform: translateX(-50%);
          position: absolute;
          bottom: 0;
          left: 50%;
        }
   
        .nav li:hover .nava, .nava.on {
          color: #471c87;
        }
        .nava:hover:after,.nava.on:after{width:100%;}
        /* 二级导航菜单 - 默认隐藏 */
        .subnav {
            position: absolute;
            top: auto;
            width: 100%;
            left: 0;
            background-color: #ffffff;
            display: none;
            z-index: 999;
        }
        .guanbi{
          max-width: 1400px;
          margin:0 auto;
          text-align: right;
          line-height: 60px;
        }

        .guanbi img{
          cursor: pointer;
          margin-right:20px;
        }
        .subnav .container-custom{
          max-width: 1600px;
          display: flex;
          justify-content: space-around;
          margin:0 auto;
        }
        .subnav .container-custom .aa1{
          width: 40%;
        }
         .subnav .container-custom .aa1 .a11{
          display: flex;
          padding-bottom: 16px;
          align-items: center;
          border-bottom: 1px solid  #dddddd;
         }
         .subnav .container-custom .aa1 .a11 .a1{
          width: 22px;height: 22px;
         }
         .subnav .container-custom .aa1 .a11 .a2{
          color: #222222;
          font-size: 20px;
          margin-left: 22px;
         }
         .subnav .container-custom .aa1 .a11 .a2:hover{
             font-weight: bold;
             color: #431d8c;
         }
         .subnav .container-custom .aa1 .a12{
          padding-left:44px;
          padding-top: 16px;
         }
         .subnav .container-custom .aa1 .a12 li{
            margin-bottom: 16px;
         }
         .subnav .container-custom .aa1 .a12 li a{
            color: #666666;
            position: relative;
            font-size: 16px;
         }


          .subnav .container-custom .aa1 .a12 li a::after {
          content: "";
          background: #471c87;

          height: 3px;
          transition: all 0.5s ease;

          width: 0%;
          transform: translateX(-50%);
          position: absolute;
          bottom: -2px;
          left: 50%;
        }
        .subnav .container-custom .aa1 .a12 li a:hover {
            color: #471c87;
        }
       
        .subnav .container-custom .aa1 .a12 li a:hover:after{width:100%;}
        /* 二级导航项 */
       /* .subnav li {
            padding: 0 15px;
        }*/

        /* 二级导航链接 */
       /* .subnav a {
            display: block;
            padding: 8px 0;
            color: #666;
            font-size: 14px;
            transition: color 0.2s, background-color 0.2s;
            border-radius: 2px;
            padding-left: 10px;
        }
        .subnav a:hover {
            color: #0066cc;
            background-color: #f5f8ff;
        }*/

        /* 鼠标悬停显示二级菜单 */
        /*.nav-item:hover .subnav {
            display: block;
        }*/

        /* 搜索图标 */
        .sousuo {
            flex-shrink: 0;
            display: block;
            width: 20px;
            height: 20px;
        }
        .sousuo img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
        }
        .subnav3 .seach{
          position: relative;
          padding: 0 0 20px 0;
        }
        .subnav3 .seach .a1{
          background-color: #f2f4fa;
          line-height: 50px;
          width: calc(100% - 120px);
        }
        .subnav3 .seach .a1 img{
          margin:0 15px 0 25px;
        }
        .subnav3 .seach .a1 .b1{
          color: #333333;
          border:none;
          background-color: #f2f4fa;
          width: calc(100% - 70px);
        }
        .subnav3 .seach .a2{
          width: 110px;
          line-height: 50px;
          text-align: center;
          color: #ffffff;
          background-color: #481c87;
          font-size: 16px;
          cursor: pointer;
          user-select: none;
        }
        @media (max-width:1600px) {
          .subnav3 .seach{
             padding: 0 20px 20px; 
          }
        }
        @media (max-width:480px) {
          .subnav3 .seach .a1{
             line-height: 40px;
             width: calc(100% - 100px);
          }
          .subnav3 .seach .a2{
            line-height: 40px;
            width: 90px;
            font-size: 14px;
          }
        }
        /* ========== 手机端导航样式（768px以下） ========== */
        /* 隐藏大屏导航，显示手机端导航 */
        .mobile-nav {
            display: none;
            width: 100%;
            background-color: #fff;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 9999;
            padding: 0 15px;
        }

        /* 手机端导航头部 */
        .nav-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 60px;
        }

        /* 手机端logo */
        .mobile-nav .logo {
            width: 140px;
        }

        /* 汉堡按钮 */
        .hamburger-btn {
            width: 30px;
            height: 36px;
            border: none;
            background: none;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 5px;
        }
        .hamburger-line {
            width: 100%;
            height: 2px;
            background-color: #333;
            border-radius: 1px;
            transition: all 0.3s;
        }
        .hamburger-btn.active .hamburger-line:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
        }
        .hamburger-btn.active .hamburger-line:nth-child(2) {
            opacity: 0;
        }
        .hamburger-btn.active .hamburger-line:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
        }

        /* 手机端搜索图标 */
        .mobile-nav .sousuo {
            width:16px;
            height: 16px;
            margin-right: 10px;
        }

        /* 手机端语言切换样式 */
        .mobile-lang-select {
            position: relative;
            margin-right: 10px;
        }
        .lang-btn {
            background-color: #f5f5f5;
            color: #333;
            border: none;
            padding: 5px 10px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 12px;
            display: flex;
            align-items: center;
            gap: 5px;
        }
       
        .lang-options {
            position: absolute;
            top: 100%;
            right: 0;
            background-color: #fff;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            border-radius: 4px;
            width: 80px;
            margin-top: 5px;
            display: none;
            z-index: 9999;
        }
        .lang-options li {
            padding: 5px 10px;
            cursor: pointer;
            font-size: 12px;
        }
        .lang-options li:hover {
            background-color: #f5f8ff;
            color: #0066cc;
        }
        .mobile-lang-select:hover .lang-options {
            display: block;
        }

        /* 手机端导航操作区（搜索+语言+汉堡） */
        .nav-actions {
            display: flex;
            align-items: center;
        }

    /* 手机端一级导航列表（默认隐藏） */
        .mobile-navlist {
            background-color: #fff;
            width: 100%;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }

        /* 手机端导航展开状态 */
        .mobile-navlist.active {
            min-height: 100vh;
            padding: 10px 0 20px;
            overflow-y: auto;
            padding-bottom: 100px;
        }
   /* 手机端一级导航链接（带展开/收起二级菜单的按钮） */
        .mobile-nava {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 15px;
            color: #333;
            font-size: 16px;
        }
        .mobile-nava .arrow {
            font-size: 12px;
            color: #999;
            transition: transform 0.3s;
        }
        .mobile-nava.active .arrow {
            transform: rotate(180deg);
            color: #471c87;
        }
        /* 手机端一级导航项 */
        .mobile-nav-item {
            border-bottom: 1px solid #f5f5f5;
        }

        /* 手机端一级导航容器（拆分文字和箭头） */
        .mobile-nava-wrap {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 15px;
        }
        /* 手机端一级导航文字链接 */
        .mobile-nava-text {
            color: #333;
            font-size: 16px;
            flex: 1; /* 占满除箭头外的空间 */
        }
        /* 手机端下拉箭头按钮 */
        .mobile-nava-arrow {
            font-size: 12px;
            color: #999;
            transition: transform 0.3s;
            cursor: pointer; /* 标明可点击 */
            padding: 5px; /* 扩大点击区域 */
        }
        .mobile-nava-arrow.active {
            transform: rotate(180deg);
            color: #0066cc;
        }

        /* 手机端二级导航（默认隐藏） */
        .mobile-subnav{
          background-color: #f9f9f9;
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
            padding-left: 30px;
        }
        .mobile-subnav .a3{
            color: #222222;
            font-size: 14px;
            margin:8px 0;
        }
        .mobile-subnav  ul li{
          margin-bottom: 8px;
        }
        .mobile-subnav  ul li a{
           padding: 8px 20px;
           font-size: 12px;
           color: #666666;
        }
        .mobile-subnav.active {
            max-height: 100vh;

        }
      /*  .mobile-subnav {
            background-color: #f9f9f9;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }
        .mobile-subnav.active {
            max-height: 500px;
        }*/

        /* 手机端二级导航项 */
        /*.mobile-subnav li {
            padding: 8px 30px;
        }
        .mobile-subnav a {
            color: #666;
            font-size: 14px;
        }
        .mobile-subnav a:hover {
            color: #0066cc;
        }*/

        /* ========== 响应式媒体查询 ========== */
      
        @media (max-width: 1380px) {
            .navlist {
           
                margin-right: 80px;
            }
        }
        /* 大屏适配微调 */
        @media (max-width: 992px) and (min-width: 769px) {
            .nav{
              height: 70px;
            }
            .navlist {
                gap: 20px;
                margin-right: 30px;
            }
            .nava {
                font-size: 14px;
                line-height: 70px;
            }
            .logo {
                width: 180px;
            }
            .sousuo {
                width: 26px;
                height: 26px;
            }
            .guanbi{
              line-height: 50px;
            }
            .subnav .container-custom .aa1 .a11 .a1{
              width: 18px;
              height: 18px;
            }
            .subnav .container-custom .aa1 .a11 .a2{
              margin-left: 18px;
              font-size: 18px;
            }
            .subnav .container-custom .aa1 .a12{
              padding-left: 32px;
              padding-top: 13px;
            }
            .subnav .container-custom .aa1 .a12 li{
              margin-bottom: 12px;
            }
            .subnav .container-custom .aa1 .a12 li a{
              font-size: 14px;
            }
        }
          @media (max-width: 768px) {
            /* 隐藏大屏导航 */
            .nav {
                display: none;
            }
            /* 显示手机端导航 */
            .mobile-nav {
                display: block;
            }
            body{
              padding-top: 60px;
            }
            /* 调整body内边距适配手机导航高度 */
            .subnav{
              display: none !important;
            }
        }

        /* 页面内容样式（示例） */
        .content {
            max-width: 1740px;
            margin: 0 auto;
            padding: 30px 20px;
        }
        .content h1 {
            font-size: 28px;
            color: #333;
            margin-bottom: 20px;
        }
        .content p {
            font-size: 16px;
            color: #666;
            line-height: 1.8;
            margin-bottom: 15px;
        }


/*.banner .swiper-pagination-bullet{
  background: red;
  width: 0.24rem;
  height: 0.23rem;
  opacity: .4;
}
.banner .swiper-pagination-bullets{
  font-size: 0.16rem;
}
.banner  .swiper-pagination-bullet-active{
  background: #f60;
  width: 0.24rem;
  height: 0.23rem;
  opacity: 1;
}

*/



       /* banner容器样式 */
        .banner-container {
            width: 100%;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }
      .banner-container .swiper-slide{
      
      }
      .banner-container .swiper-slide .bantxt{
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;      
      }
      .bantxtcon{
        max-width: 1450px;
        margin:0 auto;
      }
      .bantxtcon .a1{
        display: inline-block;  
        /*width: 118px;*/
        height: 38px;
        border:2px solid #444444;
        color: #444444;
        border-radius: 6px;
        font-size: 20px;
        line-height: 38px;
        padding: 0 15px;
      }
      .bantxtcon .a2{
        color: #222222;
        font-size: 50px;
        margin-top: 6px;
        font-weight: bold;
        width: 80%;
      }
      .bantxtcon .a3{
        color: #222222;
        font-size: 26px;
         width: 80%;
        margin-top: 10px;
        
      }
      .bantxtcon .a4{
        display: inline-block;
        color: #ffffff;
        font-size: 16px;
        padding: 10px 40px;
        text-decoration: none;
        cursor: pointer;
        background-color: #471c87;
        margin-top: 40px;
      }
      .banner-container .swiper-slide {
            width: 100%;
            height: 100%;
        }
             .banner-container .swiper-slide .ban2{
                 display: none;
             }
        .banner-container .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* 保持图片比例并覆盖容器 */
            display: block;
        }
      @media (max-width: 1490px) {
        .bantxtcon{
          padding: 0 20px;
        }
        .bantxtcon .a2{
          font-size: 46px;
        }
        .bantxtcon .a3{
          font-size: 22px;
        }
      }
      @media (max-width: 1200px) {
        .bantxtcon .a2{
          font-size: 32px;
        }
        .bantxtcon .a3{
          font-size: 18px;
        }
        .bantxtcon .a4{
          margin-top: 30px;
        }

      }
      @media (max-width: 960px) {
        .bantxtcon .a1{
          /*width: 100px;*/
          height: 30px;
          font-size: 16px;
          line-height: 30px;
        }
        .bantxtcon .a2{
          font-size: 24px;
        }
        .bantxtcon .a3{
          font-size: 14px;
        }
        .bantxtcon .a4{
          margin-top: 20px;
        }
      }
        /* 适配移动端 */
        @media (max-width: 768px) {
            /*.banner-container {
                height: 200px; 
            }*/
            .bantxtcon .a2{
              font-size: 20px;
            }
            .bantxtcon .a3{
              font-size: 12px;
            }
            .banner-container .swiper-slide img{
              height: 280px;
            }
             .bantxtcon .a4{
                font-size: 14px;
                padding: 10px 30px;
            }
        }
          @media (max-width: 750px) {
              .banner-container .swiper-slide .ban2{
                 display: block;
             }
             .banner-container .swiper-slide .ban1{
                 display: none;
             }
             .banner-container .swiper-slide img{
                height: auto;
             width: 100%;
             min-height: 220px;
            }
          }
          
        
         
 @media (max-width: 480px) {
  .bantxtcon .a2{
      font-size: 18px;
  }
 }
        /* Swiper轮播图样式 */
        

        /* ========== 进度条分页器样式（核心） ========== */
        .banner-container .swiper-pagination-progress {
            position: absolute;
            top: auto !important;
            bottom: 20px !important;
            left: 50% !important;
            transform: translateX(-50%);
            display: flex;
            align-items: center;
            gap: 10px;
            z-index: 10;
            width: 70%;
            max-width: 150px;
            padding: 8px 12px;
            border-radius: 12px;
            background-color: rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(4px);
        }

       .banner-container  .progress-item {
          width: 50px;
            /*flex: 1;*/  
            height: 2px;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 2px;
            overflow: hidden;
            cursor: pointer;
            position: relative;
            transition: background-color 0.2s ease;
        }

        .banner-container .progress-item:hover {
            background-color: rgba(255, 255, 255, 0.35);
        }

        /* 进度条动画层 - 核心：动画时长与轮播间隔绑定 */
       .banner-container .banner-container .progress-bar {
            width: 0;
            height: 100%;
            background-color: #ffffff;
            border-radius: 2px;
            /* 动画时长=轮播间隔（3500ms），线性动画保证匀速填充 */
            transition: width 3.5s linear; 
            position: relative;
        }

      .banner-container  .progress-item.active .progress-bar::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(90deg, 
                rgba(255,255,255,0.8) 0%, 
                rgba(255,255,255,1) 50%, 
                rgba(255,255,255,0.8) 100%);
            animation: shimmer 3.5s infinite linear;
            opacity: 0.6;
        }

        @keyframes shimmer {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(0); }
        }

        /* 激活的进度条 - 宽度100%（触发动画） */
        .banner-container .progress-item.active .progress-bar {
            width: 100%;
        }

        @media (max-width: 768px) {
        .banner-container  #progressPagination{
            display: none;
          }
          .banner-container  .swiper-pagination-progress {
                width: 85%;
                padding: 6px 10px;
                gap: 6px;
                bottom: 10px !important;
                top: auto;
            }
          .banner-container  .progress-item {
                height: 3px;
            }
          .banner-container  .swiper-pagination-progress {
                backdrop-filter: none;
                background-color: rgba(0, 0, 0, 0.3);
            }
        }

        /**/

.hpro{
  padding: 50px 0 0;
}
.hpro .aa3{

}
 .aa3 .a1{
  font-weight: bold;
  font-size: 32px;
  color: #222222;
  text-align: center;
}
.aa3 .a2{
  width: 40px;
  height: 2px;
  background-color: #8468af;
  margin: 8px auto 0;
}
.hpro .aa3 .a3{

  text-align: center;
  padding: 50px 0 50px;
  white-space: nowrap;
    overflow: auto;
    margin-bottom: 30px;
}
.hpro .aa3 .a3 li{
  display: inline-block;
  margin: 0 20px;
}
.hpro .aa3 .a3 li a{
    padding: 0 10px;
  min-width: 170px;
  height: 40px;
  border: 1px solid #333333;
  color: #333333;
  display: block;
  line-height: 40px;
  text-align: center;
    transition: 0.3s all;
  font-size: 16px;
}
.hpro .aa3 .a3 li a:hover{
  color: #ffffff;
  border-color: #471c87;
  background-color: #471c87;
}


.aa32{
  max-width: 1740px;
  padding:0 70px;
  position: relative;
  margin:0 auto;
}
.aa32 .swiper-slide{
    cursor: pointer;
  overflow: hidden;
}
.aa32 .swiper-slide .a12{
    width: 100%;
    height: 380px;
    background: url("../img/46.jpg") no-repeat;
    background-size: 100% 100%;
}
.aa32 .swiper-slide .a12 img{
  display: block;
   transition: 0.3s all;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
  
}
@media only screen and (max-width:400px){
   .aa32 .swiper-slide .a12{
 
    height: 300px;
    
}
}

.aa32 .swiper-slide .a11{
  background: url(../img/01.png );
  width: 100%;
  height: 122px;
  position: absolute;
  bottom: 0;
  left:0; 
   color: #ffffff;
  padding:0 30px; 
}
.aa32 .swiper-slide .a11 .a1{
  padding:0 14px;
  background-color: #44b035;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
 
}
.aa32 .swiper-slide .a11 .a2{
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width:1300px){
  .aa32{
    padding:0 60px;
  }
  .aa32 .swiper-slide .a11{
    height: 90px;
    padding: 0 20px;
  }
  .aa32 .swiper-slide .a11 .a1{
    margin-top: 15px;
    font-size: 14px;
  }
  .aa32 .swiper-slide .a11 .a2{
    font-size: 16px;
    margin-top: 5px;
  }
}
@media only screen and (max-width:1200px){
  .aa32 .swiper-slide .a11{
    height:80px;
    padding: 0 20px;
  }
  .aa32 .swiper-slide .a11 .a1{
    margin-top: 10px;
    font-size: 12px;
  }
  .aa32 .swiper-slide .a11 .a2{
    font-size: 14px;
    margin-top: 5px;
  }
}
@media only screen and (max-width:960px){
  .aa32{
    padding: 0  20px;
  }
  .aa32 .swiper-button-prev{
    display: none ;
  }
  .aa32 .swiper-button-next{
    display: none ;
  }
  .hpro .aa3 .a3{
    padding: 30px 0 30px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width:768px){
   .hpro{
    padding: 30px 0 0;
  }
  .hpro .aa3 .a3{
    padding: 30px 0 30px;
    margin-bottom: 0;
  }
  .hpro .aa3 .a3 li{
    margin:0 12px;
  }
  .hpro .aa3 .a3 li a{
    width: 150px;
  }
}
@media only screen and (max-width:540px){
  .hpro{
    padding: 20px 0 0;
  }
   .hpro .aa3 .a3 li a{
    width: 120px;
    height: 34px;
    line-height: 34px;
  }
.aa32 .swiper-slide .a11 .a1{
  display: none;

}
.aa32 .swiper-slide .a11{
  height: 40px;
  background:rgba(0,0,0,.2);
}
.aa32 .swiper-slide .a11 .a2{
  margin-top: 0;
  line-height: 40px;
}
}
@media only screen and (max-width:480px){
  .hpro .aa3 .a3 li a{
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
    .hpro .aa3 .a3 li{
    margin:0 5px;
  }
}
.aa33{
  padding: 50px 0;
  text-align: center;
}
.aa33 .more-btn {
    border:1px solid #333333;
    display: inline-block; /* 按钮特性 */
    color: #333333; /* 白色字体 */
    font-size: 16px;
    padding: 10px 40px; /* 按钮内边距，保证点击区域 */
    text-decoration: none; /* 去掉a标签下划线 */
    border-radius: 4px; /* 轻微圆角，更美观 */
    cursor: pointer;
    transition: 0.3s all;
}
.aa33 .more-btn:hover {
        /*background-color: #f7f7f7; */
        /*transition: background-color 0.3s ease;*/
        color: #ffffff;
    border-color: #471c87;
    background-color: #471c87;
    /*transition: background-color 0.3s ease;*/
    }
.aa33 .more-btn1{
  border:1px solid #481c87;
 color: #481c87; 
}
 @media (max-width: 1200px) {
           
              .aa33{
                padding: 40px 0;
              }
           }

 @media (max-width: 768px) {
  .aa33{
                padding: 24px 0;
              }
   .aa33 .more-btn{
         font-size: 14px;
          padding: 10px 30px;
      }
 }



         /* 背景容器样式 */
        .aa4 {
            padding: 120px 0 180px;
            width: 100%;
            max-width: 1920px; /* 最大宽度1920px */
            /*height: 646px;*/
            margin: 0 auto;

            background: url('../img/02.jpg') no-repeat; /* 临时背景色，可替换为实际背景图 */
            /* 替换为你的背景图：background-image: url('你的背景图路径.jpg'); */
            background-size: cover;
            background-position: center;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        /* 中间内容容器 */
        .aa4 .content-wrapper {
            width: 100%;
            max-width: 1600px; /* 中间容器宽度1600px */
            padding: 0 20px; /* 小屏幕下的内边距，保证内容不贴边 */
            text-align: center; /* 内容居中 */
        }

        /* 第一行文字样式 */
       .aa4 .vision-title {
            color: #ffffff; /* 白色 */
            font-weight: bold; /* 加粗 */
            font-size: 45px;
            margin-bottom: 40px; /* 与第二行的间距 */
          
        }

        /* 第二行文字样式 */
        .aa4 .vision-desc {
            color: #ffffff; /* 白色 */
            font-size: 24px;
            line-height: 1.5; /* 行高，提升可读性 */
            /*max-width:960px;*/
            margin:0 auto 44px;
        }

        /* 按钮样式 */
        .aa4 .more-btn {
            display: inline-block; /* 按钮特性 */
            color: #ffffff; /* 白色字体 */
            font-size: 16px;
            background-color: #44b035; /* 背景色44b035 */
            padding: 10px 40px; /* 按钮内边距，保证点击区域 */
            text-decoration: none; /* 去掉a标签下划线 */
            border-radius: 4px; /* 轻微圆角，更美观 */
            cursor: pointer;
            border:1px solid #44b035 ;
        }
        .aa4 .more-btn:hover {
                /*background-color: #3aa02b; !* 深色Hover效果 *!*/
                transition: background-color 0.3s ease;
            }
           @media (max-width: 1200px) {
              .aa4 {
                padding: 110px 0 180px;
              }
             
           }
        /* 小屏幕下调整容器高度 */
        @media (max-width: 768px) {
          .aa4 {
                padding: 80px 0 140px;
              }
          .aa4 .vision-title {
            font-size: 32px;
          }
          .aa4 .vision-desc{
             font-size: 18px;
          }
            .aa4 .bg-container {
                height: auto;
                min-height: 646px;
                padding: 60px 0;
            }
            .aa4 .more-btn{
               font-size: 14px;
                padding: 10px 30px;
            }

           
        }
       @media (max-width: 480px) {
          .aa4 {
                padding: 50px 0 50px;
              } 
          .aa4 .vision-title{
            font-size: 26px;
          }
          .aa4 .vision-desc{
            font-size: 14px;
          }
       }



.news{
  padding-top: 60px;
}



    .aa5 {
      width: 100%;
      max-width: 1600px;
      padding: 0 50px;
      margin: 60px auto 0;
    }

    /* 左中右三等分布局容器：Flex实现，自适应换行 */
    .aa5 .layout {
      display: flex;
      gap: 20px; /* 模块之间的间距，提升美观度 */
      flex-wrap: wrap;
    }

    /* 左/中/右模块：三等分宽度，自适应小屏幕占满 */
    .aa5 .layout__left,.aa5  .layout__middle,.aa5  .layout__right {
      flex: 1;
      min-width: 300px; /* 小屏幕最小宽度，防止挤压 */
      background-color: #f8f8f8;
      border-radius: 8px;
      overflow: hidden;
      padding-bottom: 15px;
    }

    /* 左/中模块通用样式：图片+内容容器 */
   .aa5  .card {
      height: 100%;
      cursor: pointer;
    }

    /* 图片容器：固定宽480px、高280px，居中，超出隐藏 */
   .aa5  .card__img-box {
      width: 480px;
      height: 280px;
      margin: 0 auto;
      overflow: hidden;
    }

   .aa5   .card__img-box img {
      width: 100%;
      height: 100%;
      object-fit: cover; /* 保持图片比例，裁剪填充 */
      transition: all 0.3s;
    }
       .aa5 .card:hover .card__img-box img {
         transform: scale(1.1,1.1);
       }
    /* 标题：左右padding25px，居中，字体加粗 */
   .aa5 .card__title {
      margin: 15px 25px;
      font-size: 18px;
      font-weight: 700;
      color: #333;
      transition: all 0.3s;
    }
    .aa5 .card:hover  .card__title{
      color: #431d8c;
    }
    /* 简介：3行隐藏，左右padding25px，行高1.6，颜色666 */
   .aa5 .card__desc {
      padding: 0 25px;
      font-size: 14px;
      color: #666;
      line-height: 2.5;
      /* 核心：3行溢出隐藏 */
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 20px;
      min-height: 105px;
    }

    /* 日期+图标容器：Flex两端对齐，左右padding25px */
   .aa5 .card__footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 25px 15px;
      font-size: 14px;
      color: #999;
    }
    .aa5 .card__footer .b22{
        display: none;
    }
    .aa5 .card:hover  .card__footer .b22{
      display: block;
    }
    .aa5 .card:hover  .card__footer .b21{
      display: none;
    }
    /* 跳转图标样式 */
   .aa5  .card__icon {
      color: #666;
      cursor: pointer;
      transition: color 0.3s;
    }

   .aa5  .card__icon:hover {
      color: #007bff;
    }

    /* 右侧新闻列表：去除默认样式，padding15px */
  .aa5  .news-list {
      list-style: none;
      padding: 20px 25px;
    }

    /* 新闻项：底部边框#e9e9e9，padding15px 0，最后一项去除边框 */
  .aa5 .news-list__item {
      border-bottom: 1px solid #e9e9e9;
      padding: 25px 0;
      margin-bottom:20px; 
      cursor: pointer;
    }

  .aa5   .news-list__item:last-child {
      border-bottom: none;
    }

    /* 新闻标题：2行溢出隐藏，字体16px，margin-bottom10px */
  .aa5 .news__title {
      font-size: 16px;
      color: #333;
      margin-bottom: 10px;
      height: 48px;
      transition: all 0.3s;
    }
    .aa5 .news-list__item:hover .news__title{
        color: #431d8c;
    }
    /* 新闻日期：字体14px，颜色999 */
  .aa5   .news__date {
      font-size: 14px;
      color: #999;
      margin-top: 20px;
    }

    /* 响应式适配：小屏幕（小于1200px）调整间距和内边距 */
    @media (max-width: 1200px) {

    .aa5  .layout {
         gap: 15px;
      }
      .aa5  {
        padding: 0 30px;
      }
     .aa5  .card__img-box {
        width: 100%; /* 小屏幕图片占满模块宽度，保持高280px */
      }
    }

    /* 响应式适配：超小屏幕（小于768px）模块垂直排列 */
    @media (max-width: 768px) {
      .aa3 .a1{
        font-size: 26px;
      }
      .news{
        padding-top: 30px;
      }
      .aa5  {
        margin-top: 30px;
        padding: 0 20px;
      }
      .aa5 .news-list{
        padding: 0 0;
      }
     .aa5  .layout {
        flex-direction: column;
           gap: 10px;
      }
    .aa5   .layout__left,.aa5  .layout__middle,.aa5  .layout__right {
        /*margin-bottom: 20px;*/
        width: 100%;
        padding-bottom: 10px;
      }
    .aa5   .layout__right {
        margin-bottom: 0;
      }
      .aa5 .card__title{
        font-size: 16px;
        margin: 10px 2%;
      }
      .aa5 .card__desc{
        padding: 0 2%;
        margin-bottom: 10px;
        -webkit-line-clamp: 2;
        min-height: auto;
      }
      .aa5 .card__footer{
        padding: 0 2% 10px;
      }
      .aa5 .news-list__item{
        padding: 2% 2%;
        margin-bottom: 2%;
      }
      .aa5 .news__title{
        font-size: 14px;
        -webkit-line-clamp: 1;
      line-clamp: 1;
      white-space: nowrap;
      height: auto;
      }
    }
     @media (max-width: 480px) {
      .aa5 .card__footer{
        padding: 0 2% 0;
      }
     }

.bots{
  background-color: #e6e6e6;
}
.bots .aa7{
   margin: 0 auto;
  max-width: 1600px;
  padding: 0 50px;
  line-height: 70px;
  color: #666666;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .bots .aa7{
    line-height: 50px;
  }
  
}
@media (max-width: 960px) {
  .bots{
    padding: 12px 0;
  }
  .bots .aa7{
     padding: 0 10px;
    line-height: 30px;
    flex-direction: column;
    align-items: center;
  }
  
}




 /* 主容器：最大宽度1600px，左右auto居中，左右内边距50px，自适应宽度 */
        .footer {
      
            width: 100%; /* 自适应父容器宽度，小于1600px时占满 */
            background-color: #f2f2f2; /* 背景色，可自定义 */
            margin-top: auto; /* 配合body flex让footer固定底部（可选） */
        }
        /* 左右布局核心容器：Flex弹性布局，自动换行（小屏适配），对齐方式可自定义 */
        .footer .aa6 {
                max-width: 1600px;
            margin: 0 auto;
            padding: 40px 50px; /* 左右50px内边距，上下40px（可自定义） */
            display: flex;
            justify-content: space-between; /* 左右元素两端对齐 */
        }
        /* 左侧导航区域：Flex布局，让多个dl横向排列，自适应分配空间 */
        .footer .aa61 {
            display: flex;
            flex: 1; /* 占满剩余空间，比右侧公众号模块宽 */
            flex-wrap: wrap; /* 小屏自动换行，适配窄屏 */
            /* 各导航列之间的间距，可自定义 */
        }
        /* 导航列样式：统一宽度，保证排版整齐 */
        .footer .a11 {
            min-width: 120px; /* 最小宽度，避免窄屏被挤压 */
            flex-shrink: 0; /* 不收缩，保证导航列的基础宽度 */
            width: 18%;
        }
        /* 导航标题（dd）：加粗、较大字号、底部间距，区分于子项 */
        .footer .a11 dd {
            font-weight: bold;
            font-size: 18px;
            color: #333333;
            margin-bottom: 15px;
            line-height: 1.4;
        }
        /* 导航子项（dt）：常规字号、行高、底部间距，hover效果提升交互 */
        .footer .a11 dt {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 8px;
            cursor: pointer; /* 鼠标悬浮变手型，提示可点击 */
            transition: color 0.3s ease; /* 颜色过渡，更流畅 */
        }
        /* 鼠标悬浮子项，颜色变化 */
        .footer .a11 dt:hover {
            color: #481c87;
        }
        /* 右侧公众号区域：居中对齐，固定基础宽度，不随屏幕拉伸 */
        .footer .aa62 {
            display: flex;
            flex-direction: column; /* 垂直排列：图片+文字 */
            align-items: center; /* 水平居中 */
            min-width: 120px; /* 最小宽度，保证模块完整 */
            flex-shrink: 0; /* 不收缩，固定宽度 */
        }
        /* 公众号二维码图片：固定宽度，自适应高度，避免变形 */
        .footer .aa62 img {
            width: 150px; /* 二维码宽度，可自定义 */
            height: auto; /* 自适应高度，保持图片比例 */
            border: 1px solid #eee; /* 轻微边框，美化图片 */
            margin-bottom: 10px;
        }
        /* 公众号文字：居中、小字号，灰色系 */
        .footer .aa62 p {
            font-size: 14px;
            color: #666;
            text-align: center;
            line-height: 1.4;
        }
      @media (max-width: 1200px) {
        .footer{
          padding: 20px 20px;
        }

      }
      @media (max-width: 1000px) {
        .footer .aa6{
          flex-direction: column;
        }
      .footer .aa61{
          gap:0;
      }
         .footer .aa61 .a11{
          width: 20%;
      }
      }
        /* 响应式适配：窄屏（小于768px）优化，减少间距、调整内边距 */
        @media (max-width: 768px) {
            .footer {
                padding: 30px 20px; /* 窄屏减少左右内边距，更适配手机 */
            }
            .footer .aa6{
                padding: 20px 0;
            }
            .footer .aa61 {
              /*display: none;*/
              display: block;
               /* 窄屏减少导航列间距 */
            }
            .footer .a11 {
                min-width: 100px; /* 窄屏缩小导航列最小宽度 */
            }
            .footer .aa61 .a11{
                width: 100%;
                display: flex;
                flex-wrap: wrap;
            }
             .footer .aa61 .a11 dd{
                 width: 100%;
                 margin-bottom: 10px;
             }
             .footer .aa61 .a11 dt{
                 margin-right: 15px;
             }
            
        }
       @media (max-width: 480px) {
           .footer .aa6{
               padding: 0 0;
           }
           .footer .a11 dd{
               font-size: 16px;
           }
            .footer {
                padding: 10px 10px; /* 窄屏减少左右内边距，更适配手机 */
            }
       }







/* Banner容器：固定1920*511，超出屏幕水平滚动，居中对齐 */
        .erbanner {
            width: 100%;
            /*height: 511px;
            margin: 0 auto;
            background: url(../img/erbanner.jpg); 
            background-position: center center;*/
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }
         .erbanner .bigimg{
          position: relative;
          height: 26.5vw;
          width: 100%;
         }
        .erbanner .bigimg.bigimg1{
          height: 24vw;
        }
         .erbanner .bigimg img{
            display: block !important;
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            left: 0%;
            top: 0%;
         }
        .erbanner .contents{
          width: 100%;
           position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
        }
        /* 内容区域：固定1600px，居中承载文字，保证内容不超出指定范围 */
        .erbanner .banner-content {
          margin:0 auto;

            width: 1600px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
           
        }
        /* 第一行文字：关于我们 */
        .erbanner .banner-title {
            font-size: 46px;
            color: #ffffff;
            font-weight: 700;
            margin-bottom: 24px; /* 两行文字间距，可调整 */
            line-height: 1.2;
            color: #431d8c;
        }
        /* 第二行文字：协会常务理事单位 */
        .erbanner .banner-desc {
            font-size:22px;
            color: #e6f0ff;
            line-height: 1.4;
            white-space: normal; /* 自动换行，适配小屏幕 */
            color: #3d4047;
          width: 60%;
        }
        /* 自适应媒体查询：针对不同屏幕尺寸优化文字大小和间距 */
        @media (max-width: 1920px) {
            .erbanner {
                width: 100%; /* 屏幕小于1920时，Banner占满屏幕宽度 */
            }
        }
         @media (max-width: 1600px) {
          .erbanner .banner-content {
             padding: 0 20px; /* 小屏幕内边距，防止文字贴边 */
           }
         }
        @media (max-width: 1600px) {
            .erbanner .banner-content {
                width: 100%; /* 屏幕小于1600时，内容区域占满Banner宽度 */
            }
            .erbanner .banner-title {
                font-size: 40px;
                margin-bottom: 20px;
            }
            .erbanner .banner-desc {
                font-size: 18px;
            }
        }
        @media (max-width: 1200px) {
            .erbanner .banner-title {
                font-size: 36px;
            }
            .erbanner .banner-desc {
                font-size: 14px;
            }
        }
        @media (max-width: 768px) {
              .erbanner .bigimg.bigimg1{
            height: auto;
          }
          .erbanner .bigimg img{
              position: initial;
          }
            .erbanner  {
                height: auto; /* 移动端高度自适应，保证文字完整显示 */
                /*min-height: 300px;*/
                /*padding: 40px 0;*/
            }
            .erbanner .banner-title {
                font-size: 28px;
                margin-bottom: 16px;
            }
           .erbanner .banner-desc {
                font-size: 12px;
            }
        }
        @media (max-width: 480px) {
          .erbanner .contents{
            /*width: 60%;*/
          }
          /*.erbanner .bigimg.bigimg1{*/
          /*  height: 160px;*/
          /*}*/
          .erbanner{
            /*padding: 20px 0;*/
            /*min-height: 240px;*/
          }
            .erbanner .banner-title {
                font-size: 20px;
            }
           .erbanner .banner-title {
                font-size: 16px;
                margin-bottom: 12px;
            }
            .erbanner .banner-desc{
                font-size: 12px;
            }
        }


.aa9{
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}
.aa9 .aa9con{
  max-width: 1600px;
  margin:0 auto;
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
  line-height: 70px;
}
.aa9 .aa9con .aa91{
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 16px;
}
.aa9 .aa9con .aa91 a{
  color: #999999;
}
.aa9 .aa9con .aa91 .a1{
  width: 20px;
  height: 20px;
}
.aa9 .aa9con .aa91 .a2{
  margin-left:10px;
}
.aa9 .aa9con .aa91 .a3{
  margin:0 5px;
  transition: all 0.5s ease;
}
.aa9 .aa9con .aa91 .a3:hover{
  color: #491c88;
}
.aa9 .aa9con .aa92 ul{
    text-align: center;
  /*display: flex;*/
  /*align-items: center;*/
  /*gap:40px;*/
}
.aa9 .aa9con .aa92 ul li{
    display: inline-block;
    margin-left: 40px;
}
.aa9 .aa9con .aa92 ul li a{
  color: #444444;
  font-size: 16px;
  transition: color 0.2s;
  white-space: nowrap;
  display: block;
  position: relative;
  padding: 0 0;
  
}
.aa9 .aa9con .aa92 ul li a.on,.aa9 .aa9con .aa92 ul li a:hover{
  color: #491c88;
}
.aa9 .aa9con .aa92 ul li a::after {
  content: "";
  background: #471c87;
  height: 2px;
  transition: all 0.5s ease;
  width: 0%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
}
.aa9 .aa9con .aa92 ul li a:hover::after,.aa9 .aa9con .aa92 ul li a.on::after{
  width: 100%;
}

@media (max-width: 1600px) {
  .aa9 .aa9con{
    padding: 0 20px;
  }
}

@media (max-width: 1200px) {
    .aa9 .aa9con .aa91{
        font-size: 14px;
    }
  .aa9 .aa9con .aa92 ul{
   white-space: nowrap;
  }
  .aa9 .aa9con .aa92 ul li{
   
    margin-left: 20px;
}
}

@media (max-width: 960px) {
  .aa9 .aa9con .aa91{
    display: none;
  }
   .aa9 .aa9con .aa92{
    width: 100%;
    overflow: auto;
    float: none;
   }
     .aa9 .aa9con .aa92 ul li{
   
    margin: 0 10px;
}
}
@media (max-width: 960px) {
  .aa9 .aa9con{
    line-height: 50px;
  }
}





/* 核心容器：固定1600px，页面居中，自适应时占满屏幕宽度 */
.aa10 {
  padding: 100px 0;
}
.aa10 .gc-banner {
    width: 1600px;
    min-height: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

    
}
/* 左侧文字区域：固定720px，高度100%，垂直居中 */
.aa10 .gc-text {
    width: 800px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
/* 第一行文字：山西光存 - 构建一套存储系统 */
.aa10 .gc-text-line1 {
    font-size: 24px;
    color: #777777;
    /*line-height: 70px;*/

}
/* 第二行文字：核心标题，加粗 */
.aa10 .gc-text-line2 {
    font-size: 30px;
    color: #222222;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 10px;
}
/* 第三行文字：详细介绍，多行适配 */
.aa10 .gc-text-line3 {
  margin-top: 60px;
   
    color: #444444;
   
   
}
.aa10 .gc-text-line4{
  margin-top: 20px;
}
/* 右侧图片区域：固定720px*500px，容器自适应 */
.aa10 .gc-img {
    width: 720px;
    /*height: 471px;*/
    flex-shrink: 0; /* 防止自适应时图片区域被压缩 */
}
.aa10 .gc-img img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover; /* 图片等比填充，不拉伸变形 */
    border-radius: 4px; /* 轻微圆角，提升视觉 */
}

/* 自适应媒体查询：从大屏到移动端逐步适配 */
/* 屏幕小于1600px，容器占满宽度，保持高度和布局 */
@media (max-width: 1600px) {
    .aa10 .gc-banner {
          padding: 0 20px;
        width: 100%;
        gap: 3%; /* 替换固定间距为百分比，适配不同宽度 */
    }
    .aa10 .gc-text{
      width: 50%;
    }
    .aa10  .gc-img {
        width: 47%; /* 左右区域等宽，总占比92%，保留间距 */
    }
}
/* 平板横屏：调整字号和间距，保证显示完整 */
@media (max-width: 1200px) {
  .aa10 {
  padding: 80px 0;
}
    .aa10 .gc-banner {
        height: auto;
        flex-wrap: wrap; /* 宽度不足时，图片自动换行到下方 */
        padding: 40px 20px;
        gap: 30px;
    }
    .aa10 .gc-text{
        width: 100%;
        height: auto;
    }
    .aa10 .gc-img {
       width: 100%;
        height: auto;
        /* 限制图片最大高度 */
        max-height: auto;
    }
    .aa10 .gc-text-line1 {
        font-size: 24px;
        line-height: 40px;
    }
    .aa10 .gc-text-line4{
      margin-top: 15px;
    }
    .aa10 .gc-text-line2 {
        font-size: 32px;
    }
    .aa10 .gc-text-line3 {
      margin-top: 20px;
        font-size: 17px;
    }
   
}
/* 平板竖屏/小平板：进一步优化字号和间距 */
@media (max-width: 768px) {
    .aa10 {
  padding: 30px 0;
}
  .aa10 .gc-banner{
    padding: 20px 20px;
  }
    .aa10 .gc-text {
    }
    .aa10 .gc-text-line1 {
        font-size: 20px;
    }
    .aa10 .gc-text-line2 {
        font-size: 26px;
    }
    .aa10 .gc-text-line3 {
        font-size: 16px;
        line-height: 1.7;
    }
    .aa10 .gc-img {
        /*max-height: 300px;*/
        max-height: auto;
    }
}
/* 移动端：极致适配，优化内边距和行高 */
@media (max-width: 480px) {
      .aa10 {
  padding: 10px 0;
}
    .aa10 .gc-banner {
        padding: 30px 15px;
        gap: 10px;
    }
    .aa10 .gc-text {
    }
    .aa10 .gc-text-line1 {
        font-size: 20px;
    }
    .aa10 .gc-text-line2 {
        font-size: 24px;
    }
    .aa10 .gc-text-line3 {
        font-size: 15px;
        line-height: 1.6;
    }
    .aa10 .gc-img {
        /*max-height: 250px;*/
        max-height: auto;
    }
}
/* 文字超出高度隐藏 + 查看更多 */
.gc-text-line3-wrap {
  position: relative;
}
.aa10 .gc-text-line3 {
  margin-top: 20px;
  color: #444;
  line-height: 1.8;
  /* 默认高度：超出就隐藏 */
  max-height: 280px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
@media (max-width: 1200px) {
.aa10 .gc-text-line3{
     max-height: none;
}
}
/* 展开后高度 */
.aa10 .gc-text-line3.open {
  max-height: 2000px;
}
/* 查看更多按钮 */
.show-more {
  display: none; /* 默认隐藏 */
  margin-top: 8px;
  color: #0066cc;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}
.show-more:hover {
  color: #431d8c;
}
.aa11{
  width: 100%;
  background: url(../img/07.jpg) no-repeat;
  background-position: center center;
  position: relative;
  padding: 100px 0;
}
.aa11 .a11{
  text-align: center;
  color: #222222;
  font-weight:bold;
  font-size: 46px;
}
.aa11 .aa11con{
  max-width: 1600px;
  padding: 0 100px;
  margin:0 auto;
  position: relative;
}

.aa11 .aa11con .swiper-slide .a12{
  color: #491c88;
  font-size:34px;
  font-weight: bold;
  padding-left: 30px;
}
.aa11 .aa11con .swiper-slide .a13{
  background:url(../img/04.png);
  width: 40px;
  height: 40px;
  background-size:100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left:50px;
  margin-top: 25px;
  border-radius: 50%;
}
.aa11 .aa11con .swiper-slide .a13 .a1{
  width: 20px;
  height: 20px;
  background-color: #491c88;
  border-radius:50%;
}
.aa11 .aa11con .swiper-slide .a13::after{
  position: absolute;
  width: 1px;
  height: 80px;
  background-color: #491c88;
  left: 20px;
  bottom: -80px;
  content: "";
}
.aa11 .aa11con .swiper-slide ul{
  margin-top: 60px;
  position: relative;
  max-height: 230px;
  overflow-y: auto;
}


.aa11 .aa11con .swiper-slide ul li{
  display: flex;
  margin-bottom: 30px;
   position: relative;
}
/*.aa11 .aa11con .swiper-slide ul li::before{
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #491c88;
  left:70px;
  top:  -20px;
}
.aa11 .aa11con .swiper-slide ul li::after{
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #491c88;
  left:70px;
  bottom:  -20px;
}*/
.aa11 .aa11con .swiper-slide ul li .a1{
  width: 44px;
  text-align: right;
  color: #491c88;
  font-weight: bold;
  font-size: 18px;
}
.aa11 .aa11con .swiper-slide ul li .a2{
  margin: 0 16px;
  position: relative;
  z-index: 55;
}
.aa11 .aa11con .swiper-slide ul li .a2 img{
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.aa11 .aa11con .swiper-slide ul li .a2::before{
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #491c88;
  left:10px;
  top: -26px;
}

.aa11 .aa11con .swiper-slide ul li .a2::after{
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #491c88;
  left:10px;
  bottom:  -21px;
}
.aa11 .aa11con .swiper-slide ul li:last-child  .a2::after{
  height: 0;
}
.aa11 .aa11con .swiper-slide ul li .a3{
  width: calc(100% - 167px)
}
/*.aa11 .aa11con .swiper-slide ul li:last-child::after{
  height: 0;
}*/
.aa11 .a1111{

  position: relative;
  margin-top: 70px;
   max-width: 1920px;
  margin: 0 auto;
}
.aa11 .xian{
  width: 100%;
  height: 15px;
  background: url(../images/08.png);
  position: absolute;
  left: auto;
  top: 98px;
}

.aa11 .aa11con  .swiper-button-prev1,.aa11 .aa11con  .swiper-button-next1{
  position: absolute;
  top: 6px;
  width: 40px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
}
.aa11 .aa11con   .swiper-button-prev1{
  left: 10px;
}
.aa11 .aa11con   .swiper-button-next1{
  right: 10px;
}
.aa11 .aa11con  .swiper-button-prev1.swiper-button-disabled,.aa11 .aa11con  .swiper-button-next1.swiper-button-disabled{
  opacity: .5;
  cursor: auto;
  pointer-events: none;
  display: none;
}
@media (max-width: 1200px) {
  .aa11{
    padding:60px 0 80px;
  }
  .aa11 .a11{
    font-size: 40px;
  }
  .aa11 .a1111{
    margin-top: 50px;
  }
  .aa11 .aa11con{
    padding: 0 50px;
  }
  .aa11 .aa11con .swiper-slide ul{
    margin-top: 40px;
  }
  .aa11 .aa11con .swiper-slide ul li{
    margin-bottom: 25px;
  }
  .aa11 .aa11con .swiper-slide ul li .a3 {
  width: calc(100% - 127px);
}
}
@media (max-width: 768px) {
  .aa11{
    padding:30px 0 50px;
  }
  .aa11 .a11{
    font-size: 36px;
  }
  .aa11 .a1111{
    margin-top: 30px;
  }
  .aa11 .aa11con .swiper-slide .a12{
    font-size: 30px;
  }
  .aa11 .aa11con{
    padding: 0 50px;
  }
  .aa11 .aa11con .swiper-slide ul{
    margin-top: 30px;
  }
  .aa11 .aa11con .swiper-slide ul li{
    margin-bottom: 20px;
  }
  .aa11 .aa11con .swiper-slide .a13{
    margin-top: 32px;
  }
}
@media (max-width:640px) {
.aa11 .aa11con .swiper-slide ul{
  height: auto;
}
}

@media (max-width:480px) {
  .aa11 .a11{
    font-size: 26px;
  }
  .aa11{
    padding:30px 0 30px;
  }
  .aa11 .a1111{
    margin-top: 20px;
  }
}
.aa12{
  padding: 90px 0;
}
.aa12 .aa12con{
  max-width: 1600px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  gap:8%;
}
.aa12 .aa12con .aa121 {
  width: 46%;
}
.aa12 .aa12con .aa121 .a11{
  font-size: 34px;
  font-weight:bold;
  color: #222222;
  padding-left: 28px;
}

.aa12 .aa12con .aa121 .a12{
  margin-top: 30px;
  padding: 60px 30px;
  background:url('../images/jidibj.png') no-repeat;
  background-size: 100% 100%;
  border-radius: 0 0 90px 0;
  /*height: 422px;*/
  overflow-y: auto;
}
.aa12 .aa12con .aa121 .a12 .a1{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.aa12 .aa12con .aa121 .a12 .a1:last-child{
  margin-bottom: 0;
}
.aa12 .aa12con .aa121 .a12 .a1 .b1{
  width: 19px;
  height: 15px;
  margin-top: 4px;
}
.aa12 .aa12con .aa121 .a12 .a1 .b2{
  width: calc(100% - 24px);
  color: #444444;
  font-size: 16px;
}
@media (max-width: 1600px) {
  .aa12 .aa12con{
    padding: 0 20px;
  }

}
@media (max-width: 1200px) {
  .aa12{
    padding: 60px 0;
  }
 .aa12 .aa12con .aa121 .a11{
    font-size: 38px;
    padding: 0 20px;
    
    font-size: 28px;
  }
  .aa12 .aa12con .aa121 .a12{
    margin-top: 20px;
    padding: 40px 20px;
    height: auto;
  }
}
@media (max-width: 1000px) {
  .aa12 .aa12con .aa121 .a11{
    font-size: 24px;
  }

}
@media (max-width:960px) {
  .aa12 .aa12con{
    flex-direction: column;
    gap: 15px;
  }
  .aa12 .aa12con .aa121{
    width: 100%;
  }
  .aa12 .aa12con .aa121 .a12 .a1 .b2{
      font-size: 14px;
  }
}

@media (max-width: 768px) {
  .aa12 {
    padding: 40px 0;
  }
  .aa12 .aa12con .aa121 .a11{
    font-size: 30px;
    padding:0 10px;
  }
  .aa12 .aa12con .aa121 .a12 .a1 .b2{
    font-size: 16px;
  }
   .aa12 .aa12con .aa121 .a12 {
    margin-top: 10px;
    padding: 20px 10px;
  }
  
  .aa12 .aa12con .aa121 .a12 .a1{
     margin-bottom: 25px;
  }
}
@media (max-width: 480px) {

  .aa12 .aa12con .aa121 .a12 .a1{
    margin-bottom: 20px;
  }
  .aa12 .aa12con .aa121 .a12 .a1 .b2{
    font-size: 14px;
  }
.aa12 .aa12con .aa121 .a11{
    font-size: 26px;
  }
  .aa12 .aa12con .aa121 .a12{
    padding: 10px 10px;
    border-radius: 0 0 20px 0;
  }
}




/* 核心容器：固定1600px，页面居中，基础左右布局 */
.aa13{
  padding: 100px 0;
}
       .aa13 .certification-section {
            width: 1600px;
            margin: 0 auto;
            display: flex;
            align-items: flex-start;
            gap: 40px; /* 左右区域基础间距，可调整 */
           
        }
        /* 左侧文字区域：自适应宽度（容器剩余宽度），垂直顶部对齐 */
        .aa13 .cert-left {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 24px; /* 两行文字间距 */
        }
        /* 第一行文字：认证 + 16项 组合样式 */
        .aa13 .cert-title {
            font-size: 40px;
            font-weight: 700;
            line-height: 1.2;
        }
        .aa13 .cert-title .text1 { color: #222222; } /* 认证 */
        .aa13 .cert-title .text2 { color: #431d8c; margin-left: 8px; } /* 16项 */
        /* 第二行文字：认证描述 */
        .aa13 .cert-desc {
            font-size: 18px;
            color: #444444;
            line-height: 1.8;
            max-width: 500px; /* 限制文字宽度，提升阅读体验 */
        }
        /* 右侧卡片区域：固定总宽度，Flex自动换行，基础间距20px */
        .aa13 .cert-right {
            width: calc(100% - 370px); /* 4卡片+3间距，精准计算总宽 */
            display: flex;
            flex-wrap: wrap;
            gap: 2%; /* 卡片间距，上下左右统一 */
        }
        /* 单个认证卡片：固定280px*380px，防压缩 */
        .aa13 .cert-card {
            width:23%;
          
            flex-shrink: 0; /* 禁止自适应时被压缩 */
            overflow: hidden; /* 防止卡片内内容溢出 */
             
        }
            .aa13 .cert-card a{
             display: block;
            width: 100%;
            height: 0;
            padding-top: 146%;
            position: relative;
            overflow: hidden;
            }
         .aa13 .cert-card .img1{
           background:url(../img/08.jpg);
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover;
          transition: 0.2s all;

         
        }
         .aa13 .cert-card .img2{
            background:url(../img/09.jpg);
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover;
          transition: 0.2s all;
        
        }
         .aa13 .cert-card .img3{
           background:url(../img/10.jpg);
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover;
          transition: 0.2s all;
         
        }
        .aa13 .cert-card .img4{
          background:url(../img/11.jpg);
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover;
          transition: 0.2s all;
          
        }
        /* 卡片内占位样式（可替换为实际内容：图标/文字/图片） */
        .aa13 .cert-card-icon {
            width: 80px;
            height: 80px;
            background-color: #f5f3fb;
            border-radius: 50%;
            margin-bottom: 24px;
        }
        .aa13 .cert-card-text {
            position: absolute;
            font-size: 20px;
            color: #333333;
            font-weight: bold;
            top: 0;
            left: 0;
            padding: 50px 0 0 30px;
            width: 80%;
        }

        /* 自适应断点1：≤1600px - 容器占满屏幕，保留左右布局 */
        @media (max-width: 1600px) {
            .aa13 .certification-section {
                width: 100%;
            }
            .aa13 .certification-section{
              padding: 0 20px;
            }
        }
        @media (max-width: 1500px) {
            .aa13 .cert-card-text  {
                padding: 40px 0 0 25px;
                font-size: 18px;
            }
        }
         @media (max-width: 1300px) {
            .aa13 .cert-card-text  {
                padding: 30px 0 0 20px;
                font-size: 16px;
            }
            .aa13{
              padding: 80px 0;
            }
        }
         @media (max-width: 1200px) {
          .aa13 .cert-title{
            font-size: 36px;
          }
          .aa13 .cert-desc{
            font-size: 16px;
          }
            .aa13 .cert-card-text  {
                padding: 20px 0 0 20px;
                font-size: 18px;
            }
            .aa13 .cert-right{
              gap:15px;
            }
             .aa13{
              padding: 60px 0;
            }
        }
         @media (max-width: 1000px) {
          .aa13 .certification-section{
            flex-wrap: wrap;
            gap:0;
          }
          .aa13 .cert-right{
            width: 100%;
            justify-content: space-between;
            gap: 0;
            margin-top:12px;
          }
           .aa13{
              padding: 50px 0;
            }
            .aa13 .cert-left{
              gap: 10px;
            }
         }
       @media (max-width: 768px) {
        .aa13{
          padding: 30px 0;
        }
        .aa13 .cert-title{
          font-size: 32px;
        }
        .aa13 .cert-desc{
          font-size: 14px;
        }
        .aa13 .cert-card-text{
          font-size: 16px;
          padding: 10% 0 0 10%;
        }
       }
       @media (max-width: 640px) {

        .aa13 .cert-right{

          flex-wrap: wrap;
        }
        .aa13 .cert-card{
          width: 48%;
          margin-bottom: 12px;
        }
       }
        /* 自适应断点2：≤1200px - 右侧卡片2列排列，总宽自适应 */
    @media (max-width: 480px) {
          .aa13 .cert-title{
            font-size: 26px;
          }
      }
.aa14{
  background: url(../img/12-3.jpg) no-repeat;
  background-position: center center;
  padding: 100px 0;
}
.aa14 .aa14con{
  max-width: 1600px;
  margin:0 auto;
}
.aa14 .aa14con .a11{
  font-size: 40px;
  font-weight: 700;
}
.aa14 .aa14con .a12{
  margin:16px 0 20px;
}
.aa14 .aa14con .a13{
  font-size: 18px;
  color: #444444;
}
.aa14 .aa14con .a14{
  display: flex;
  margin-top: 66px;
}
.aa14 .aa14con .a14 .a1{
  margin-right: 90px;
}
.aa14 .aa14con .a14 .a1 .b1{
  color: #222222;
  font-size: 24px;
  margin-top:20px;
}
.aa14 .aa14con .a14 .a1 .b2{
  font-size: 60px;
  color: #481d88;
  line-height: 60px;
  position: relative;
  margin-left: 20px;
}
.aa14 .aa14con .a14 .a1 .b2 .c1{
  color: #35434c;
  font-size:18px;
  position: absolute;
  right: -20px;
  top: -8px;
  line-height: 18px;
}


@media (max-width: 1600px) {
  .aa14con{
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .aa14{
    padding: 60px 0;
  }
  .aa14 .aa14con .a11{
    font-size: 36px;
  }
  .aa14 .aa14con .a13{
    font-size: 16px;
  }
  .aa14 .aa14con .a14 .a1 .b1{
    font-size: 22px;
  }
  .aa14 .aa14con .a14 .a1 .b2{
     font-size: 50px;
  }
  .aa14 .aa14con .a14{
    margin-top: 50px;
  }
  .aa14 .aa14con .a14 .a1 .b2 .c1{
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  .aa14{
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .aa14{
    padding: 30px 0;
  }
  .aa14 .aa14con .a11{
    font-size: 32px;
  }
  .aa14 .aa14con .a12{
    margin: 5px 0 10px;
  }
  .aa14 .aa14con .a14{
      flex-direction: column;
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
 .aa14 .aa14con .a14 .a1{
    margin-right: 34px;
  }
  .aa14 .aa14con .a14 .a1 .b1{
    font-size: 22px;
  }
  .aa14 .aa14con .a14 .a1 .b2{
    font-size: 40px;
    margin-left: 20px;
  }
  .aa14 .aa14con .a14 .a1 .b2 .c1{
    font-size:16px;
    right: -16px;
  top: -4px;
  }
}
@media (max-width: 480px) {
   .aa14 .aa14con .a11{
    font-size: 26px;
  }
  .aa14 .aa14con .a13{
    font-size: 14px;
  }
  .aa14 .aa14con .a14{
     margin-top: 20px;
  }
  .aa14 .aa14con .a14 .a1{
    margin-right: 30px;
  }
  .aa14 .aa14con .a14 .a1 .b1{
    font-size: 18px;
  }
  .aa14 .aa14con .a14 .a1 .b2{
    font-size: 36px;
    margin-left: 10px;
  }
  .aa14 .aa14con .a14 .a1 .b2 .c1{
    font-size:14px;
    right: -16px;
  top: -4px;
  }
}
.aa15{
  padding: 130px 0;
}
.aa15 .aa15con{
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:0 auto;

}
.aa15 .aa15con .aa151{
  width: 510px;
}
.aa15 .aa15con .aa151 .a11{
  font-size: 40px;
  font-weight: 700;
}
.aa15 .aa15con .aa151 .a12{
  margin:16px 0 20px;
}
.aa15 .aa15con .aa151 .a13{
  font-size: 18px;
  color: #444444;
}
.aa15 .aa15con .aa152{
  padding: 2% 2%;
  width: calc(100% - 550px);
  max-width: 860px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: space-between;
}
.aa15 .aa15con .aa152 .a11{
  width: 48%;
  display: block;
}
@media (max-width: 1600px) {
  .aa15con{
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .aa15{
    padding: 110px 0;
  }
.aa15 .aa15con .aa151 .a11{
    font-size: 36px;
  }
  .aa15 .aa15con .aa151 .a13{
    font-size: 16px;
  }


.aa15 .aa15con .aa151{
  width: 40%;
}
.aa15 .aa15con .aa152{
  padding: 2% 2%;
  width: calc(100% - 43%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
}
}

@media (max-width: 1000px) {
  .aa15{
    padding: 90px 0;
  }
  .aa15 .aa15con {
    flex-wrap: wrap;
  }
  .aa15 .aa15con .aa151{
  width: 100%;
}
.aa15 .aa15con .aa152{
  width: 100%;
  margin-top: 20px;
}
}
@media (max-width: 768px) {
    .aa15{
    padding: 70px 0;
  }
 .aa15 .aa15con .aa151 .a11{
    font-size: 32px;
  }
  .aa15 .aa15con .aa151 .a12{
    margin: 5px 0 10px;
  }
}
@media (max-width: 480px) {
     .aa15{
    padding: 50px 0;
  }
  .aa15 .aa15con .a11{
    font-size: 26px;
  }
 .aa15 .aa15con .aa151 .a13{
    font-size: 14px;
  }
  .aa15 .aa15con .aa152{
    flex-direction:column;
    gap:10px;
  }
  .aa15 .aa15con .aa152 .a11{
    width: 100%;
  }
}


.aa16{
  padding: 130px 0;
}
.aa16 .aa16con{
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
  padding-left: 20px;

}
.aa16 .aa16con .aa161 {
  width: 364px;
}
.aa16 .aa16con .aa161 .a11{
  margin-bottom:40px;
}
.aa16 .aa16con .aa161 .a11 .a1{
  color: #777777;
  font-size: 16px;
}
.aa16 .aa16con .aa161 .a11 .a2{
  color: #222222;
  font-size: 18px;
  margin-top: 14px;
}
.aa16 .aa16con .aa161 .a11 .a3{
  font-weight: bold;
  font-size: 30px;
  color: #222222;
}
.aa16 .aa16con .aa161 .a12{
width: 140px;
}
.aa16 .aa16con .aa161 .a12 .a1{
  width: 100%;
}
.aa16 .aa16con .aa161 .a12 p{
  text-align: center;
  color: #222222;
  font-size: 16px;
  margin-top: 10px;
}
.aa16 .aa16con .aa162{
  width: 870px;
}
.aa16 .aa16con .aa162 img{
  width: 100%;
}

@media (max-width: 1600px) {
  .aa16con{
    padding: 0 20px;
  }
}
@media (max-width: 1300px) {
  .aa16 .aa16con .aa162{
    width: calc(100% - 400px);
  }
  .aa16 .aa16con .aa161 .a11{
    margin-bottom:30px;
  }
}
@media (max-width: 1200px) {
  .aa16{
    padding: 110px 0;
  }
   .aa16 .aa16con .aa161 .a11{
    margin-bottom:20px;
  }
  .aa16 .aa16con .aa161 .a11 .a2{
    margin-top: 10px;
  }
}
@media (max-width: 1000px) {
  .aa16{
    padding: 90px 0;
  }
  .aa16 .aa16con{
    align-items: center;
  }
  .aa16 .aa16con .aa161 .a11 .a1{
    font-size: 14px;
  }
  .aa16 .aa16con .aa161 .a11 .a2{
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .aa16 .aa16con{
    flex-direction: column;
    align-items: center;
  }
  .aa16 .aa16con .aa161{
    width: 100%;
  }
  .aa16 .aa16con .aa161 .a11{
    display: flex;
    width: 100%;
    align-items:center;
  }
  .aa16 .aa16con .aa161 .a11 .a2{
    margin-top: 0 ;
    margin-left: 20px;
    width: calc(100% - 100px);
  }
  .aa16 .aa16con .aa162{
    width: 100%;
    margin-top: 12px;
  }
  .aa16 .aa16con .aa161 .a12{
    margin:0 auto;
  }
}
@media (max-width: 768px) {
  .aa16{
    padding: 70px 0;
  }
  .aa16 .aa16con .aa161 .a12{
    width: 130px;
  }
}
@media (max-width: 480px) {
  .aa16{
    padding: 50px 0;
  }
  .aa16 .aa16con .aa161 .a12{
    width: 110px;
  }
}
.aa17{
  padding: 80px 0;
}
.aa17 .fenleis{
  text-align: center;
}
.aa17 .fenleis li{
  display: inline-block;
  min-width: 180px;
  padding: 0 10px;
  height: 60px;
  background-color: #f0f0f0;
  color: #444444;
  text-align: center;
  line-height: 60px;
  margin: 0 20px;
  cursor: pointer;
 transition: all 0.3s;
 font-size: 18px;
}
.aa17 .fenleis li:hover,.aa17 .fenleis li.active{
  color: #ffffff;
  background-color: #481c87;
}
@media (max-width: 1200px) {
  .aa17 .fenleis li{
    /*width: 170px;*/
    height: 54px;
    line-height: 54px;
  }
}
.aa17 .fenleis{
    white-space: nowrap;
}
@media (max-width: 768px) {
  .aa17 .fenleis li{
    /*width: 130px;*/
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
  }
}
@media (max-width: 540px) {
.aa17 .fenleis li{
    /*width: 90px;*/
    min-width: auto;
    height: 36px;
    line-height: 36px;
    margin: 0 10px;
    font-size: 14px;
  }
}
@media (max-width: 48px) {
.aa17 .fenleis li{
    
  }
}
.aa17 .aa17con{
  max-width: 1600px;
  margin: 70px auto 0;
  display: flex;
  flex-wrap: wrap;

}
.aa17 .aa17con .a11{
  width: 30%;
  margin-right:  calc(5%);
  background-color: #f8f8f8;
  transition: all 0.3s;
  margin-bottom: 5%;
  cursor: pointer;

}
.aa17 .aa17con .a11:nth-child(3n){
  margin-right: 0;
}
.aa17 .aa17con .a11 .a1 {
    overflow: hidden;
}
.aa17 .aa17con .a11 .a1 .b1{
  width: 100%;
  transition: all 0.3s;
}

.aa17 .aa17con .a11:hover .a1 .b1 {
         transform: scale(1.1,1.1);
       }
.aa17 .aa17con .a11 .a2{
  padding: 20px 25px;
}
.aa17 .aa17con .a11 .a2 .a21{
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s;
}
.aa17 .aa17con .a11:hover  .a2 .a21{
  color: #431d8c;
}
.aa17 .aa17con .a11 .a2 .a22{
  color: #666666;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
  min-height: 100px;
}
.aa17 .aa17con .a11 .a2 .a23{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:16px 0;
}
.aa17 .aa17con .a11 .a2 .a23 .b1{
  font-size: 16px;
  color: #999999;
}
.aa17 .aa17con .a11 .a2 .a23 .b2{
  width: 20px;
  height: 11px;
  transition: all 0.3s;
}
.aa17 .aa17con .a11 .a2 .a23 .b2.b22{
  display: none;
}
.aa17 .aa17con .a11:hover{
  background-color: #ffffff;
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}
  
.aa17 .aa17con .a11:hover .a2 .a23 .b2.b21{
  display: none;
}
.aa17 .aa17con .a11:hover .a2 .a23 .b2.b22{
  display: block;
}
@media (max-width: 1600px) {
  .aa17con{
    padding: 0 20px;
  }
  .aa17 .aa17con .a11{
  }
}
@media (max-width: 1300px) {
 .aa17 .aa17con{
  margin-top: 55px;
 }
  .aa17 .aa17con .a11{
     width: 31%;
    margin-right:  calc(3.5%);
    margin-bottom:3.5%;
  }
  .aa17 .aa17con .a11 .a2{
      padding: 15px 20px;
  }
  .aa17{
  padding: 60px 0;
  }

}
@media (max-width: 960px) {
   .aa17 .aa17con{
  margin-top: 45px;
 }
  .aa17 .aa17con .a11 .a2{
    padding: 15px 15px;
  }
  .aa17 .aa17con .a11 .a2 .a21{
    font-size: 16px;
  }
  .aa17 .aa17con .a11 .a2 .a22{
    font-size: 14px;
     min-height: 80px;
  }
  .aa17 .aa17con .a11 .a2 .a23{
    padding: 12px 0;
  }
  .aa17 .aa17con .a11 .a2 .a23 .b1{
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .aa17 .aa17con .a11{
    width: 48%;
    margin-right: 4%;
  }
  .aa17 .aa17con .a11:nth-child(2n){
  margin-right: 0;
}
 .aa17 .aa17con .a11:nth-child(2n+1){
  margin-right: 4%;
}
   .aa17{
  padding: 40px 0;
  }
   .aa17 .aa17con{
  margin-top: 40px;
 }
}
@media (max-width: 480px) {
  .aa17 .aa17con .a11 .a2 .a22{
     min-height: auto;
  }
     .aa17 .aa17con{
  margin-top: 30px;
 }
  .aa17 .aa17con .a11 .a2{
    padding: 3% 3%;
  }
  .aa17 .aa17con .a11{
      width: 100%;
    }
  .aa17 .aa17con .a11:nth-child(2n+1){
    margin-right: 0;
  }
}


.aa18{
  padding: 50px 0;
}

.aa18 .aa18con{
  max-width: 1600px;
  margin: 0 auto;
}
.aa18 .aa18con .a11{
  text-align: center;
  color: #333333;
  font-size: 28px;
  font-weight: bold;
}
.aa18 .aa18con .a12{
  text-align: center;

}
.aa18 .aa18con .a12 .a1{
  display: inline-block;
  color: #666666;
  font-size: 16px;
  margin:20px 16px 30px; 
}
.aa18 .aa18con .a13{
  height: 1px;
  background-color: #dddddd;
}
.aa18 .aa18con .a14{
  padding: 50px 0;
}
.aa18 .aa18con .a14 img{
  max-width: 100%;
}
.aa18 .aa18con .a15{
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aa18 .aa18con .a15 .a1{
  color: #777777;
  font-size: 16px;
}
.aa18 .aa18con .a15 .a1 .b1{
  margin: 8px 0;
  line-height: 24px;
  display: flex;
}
.aa18 .aa18con .a15 .a1 .b1 a{
   color: #777777;
   max-width:   850px;
   display: block;
}
.aa18 .aa18con .a15 .a1 .b1 a:hover{
   color: #431d8c;
   font-weight: bold;
}
.aa18 .aa18con .a15 .a2{
  width: 160px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #481c87;
  border:1px solid #481c87;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
    transition: 0.3s all;
}
.aa18 .aa18con .a15 .a2:hover{
      color: #ffffff;
    border-color: #471c87;
    background-color: #471c87;
}

@media (max-width: 1600px) {
  .aa18con{
    padding: 0 20px;
  }

}
@media (max-width: 1300px) {
  .aa18 {
    padding: 40px 0;
  }
  .aa18 .aa18con .a15 .a1 .b1 a{
       max-width:   650px;
  }
  
}
@media (max-width: 1100px) {
  .aa18 {
    padding: 30px 0;
  }
}
@media (max-width: 960px) {
  .aa18 .aa18con .a11 {
  font-size: 24px;
}
.aa18 .aa18con .a12 .a1{
  margin: 15px 12px 20px;
}
.aa18 .aa18con .a14{
  padding: 40px 0;
}

.aa18 .aa18con .a15 .a2 {
  width: 140px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
 .aa18 .aa18con .a15 .a1 .b1 a{
       max-width:   500px;
  }
}
@media (max-width: 768px) {
  .aa18 .aa18con .a11{
      font-size: 20px;
  }
 .aa18 .aa18con .a15{
  flex-direction: column;
 }
  .aa18 .aa18con .a15 .a1{
    width: 100%;
  }
.aa18 .aa18con .a15 .a1 .b1 a{
  max-width: calc(100% - 100px);
}
.aa18 .aa18con .a14{
  padding: 5% 0;
}
.aa18 .aa18con .a12 .a1{
  margin: 10px 10px;
  font-size: 14px;
}
.aa18 .aa18con .a15{
  padding: 3% 0;
}
.aa18 .aa18con .a15 .a2{
  margin-top:3%;
}
}
@media (max-width: 480px) {
.aa18 .aa18con .a15 .a2{
  width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
}


.aa19{
  padding: 100px 0;
}

.aa19 .aa19con{
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.aa19 .aa19con .a11{
  width: 31%;
  margin-right:  calc(3.5%);
  transition: all 0.3s;
  margin-bottom: 3.5%;
  position: relative;
  padding: 2% 2%;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}

.aa19 .aa19con .a11::after {
      content: ''; /* 伪元素必须有content属性 */
      position: absolute;
      left: 0; /* 左对齐，保证动画从左开始 */
      bottom: 0; /* 贴紧元素底部 */
      width: 100%; /* 与父元素同宽 */
      height: 6px; /* 边框厚度，可自定义 */
      /* 线性渐变：80% #481d87 + 20% #44b035，无过渡直接分割 */
      background: linear-gradient(90deg, #481d87 80%, #44b035 80%);
      /* 初始状态：X轴缩放0，隐藏边框 */
      transform: scaleX(0);
      /* 动画原点：左侧（保证从左到右展开） */
      transform-origin: left center;
      /* 过渡动画：仅针对transform，0.3s平滑过渡，可选ease-in-out缓动 */
      transition: transform 0.3s ease-in-out;
      /* 防止伪元素覆盖其他内容，可选 */
      z-index: -1;
    }
.aa19 .aa19con .a11 .a1{
  display: flex;
  align-items: center;
}
.aa19 .aa19con .a11 .a1 .b1{
  max-width: 70%;
  color: #222222;
  font-size: 20px;
  font-weight: bold;
}
.aa19 .aa19con .a11 .a1 .b2{
    transition: all 0.3s;
    margin-left: 10px;
}
.aa19 .aa19con .a11 .a1 .b2.b22{
  display: none;
}
.aa19 .aa19con .a11 .a2{
  color: #666666;
  font-size: 16px;
  margin-top: 16px;
}
.aa19 .aa19con .a11:nth-child(3n){
  margin-right:  0;
}
.aa19 .aa19con .a11:hover::after {
      transform: scaleX(1);
    }
.aa19 .aa19con .a11:hover  .a1 .b1{
  color: #471c87;
}
.aa19 .aa19con .a11:hover  .a1 .b2.b22{
  display: block;
}
.aa19 .aa19con .a11:hover  .a1 .b2.b21{
  display: none;
}
@media (max-width: 1600px) {
  .aa19con{
    padding: 0 20px;
  }

}

@media (max-width: 1200px) {
  .aa19{
    padding: 90px 0;
  }
}
@media (max-width: 1000px) {
  .aa19{
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .aa19{
    padding: 50px 0;
  }
  .aa19 .aa19con .a11::after{
    height: 3px;
  }
  .aa19 .aa19con .a11 .a1 .b1{
    font-size: 16px;
  }
  .aa19 .aa19con .a11 .a2{
    font-size: 14px;
    margin-top:10px;
  }
  .aa19 .aa19con .a11{
    width: 48%;
    padding: 4% 2%;
  }
  
  .aa19 .aa19con .a11:nth-child(3n){
    margin-right: 0;
  }
  .aa19 .aa19con .a11:nth-child(2n){
    margin-right:0;
  }
  .aa19 .aa19con .a11:nth-child(2n+1){
    margin-right:4%;
  }
}
@media (max-width: 480px) {
  .aa19{
    padding: 30px 0;
  }
   .aa19 .aa19con .a11{
    width: 100%;
    margin-right: 0;
    margin-bottom:4%;
   }
   .aa19 .aa19con .a11:nth-child(2n+1){
    margin-right: 0;
   }
}


.aa20{
  padding: 60px 0;
}

.aa20 .aa20con{
  max-width: 1600px;
  margin: 0 auto;
}
.aa20 .aa20con .a11{
  display: flex;
  justify-content: space-between;
}
.aa20 .aa20con .a11 .a1{
  padding-left: 12px;
  display: flex;
  align-items: center;
}
.aa20 .aa20con .a11 .a1 .b2{
  margin: 0 20px;
  color: #222222;
  font-weight: bold;
  font-size: 28px;
}
.aa20 .aa20con .a11 .a1 .b3{
  color: #481c87;
  font-size: 20px;
}
.aa20 .aa20con .a12{
  margin:40px 0px 40px 70px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
}
.aa20 .aa20con .a12 .a1{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aa20 .aa20con .a12 .a1 .b1{
  font-size: 16px;
  color: #777777;
}
.aa20 .aa20con .a12 .a1 .b2{
  font-size: 20px;
  color: #444444;
  margin-top:10px;
}

.aa20 .aa20con .a13{
  margin:0 0 40px 70px;
}
.aa20 .aa20con .a13 .a1{
  display: flex;
  align-items: center;
}
.aa20 .aa20con .a13 .a1 .b1{
  width: 6px;
  height: 20px;
  background-color: #481c87;
}
.aa20 .aa20con .a13 .a1 .b2{
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  margin-left: 14px;
}
.aa20 .aa20con .a13 .a2{
  padding-left: 20px;
  margin-top:20px;
}
.aa20 .aa20con .a14{
  margin-left: 70px;
}
.aa20 .aa20con .shenqing{
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  background-color: #481c87;
  color: #ffffff;
}
@media (max-width: 1600px) {
  .aa20con{
    padding: 0 20px;
  } 
  .aa20 .aa20con .a12{
    margin-left: 0;
  }
  .aa20 .aa20con .a13{
    margin-left: 0;
  }
  .aa20 .aa20con .a14{
  margin-left: 0;
}
}

@media (max-width: 1200px) {
  .aa20{
    padding: 50px 0;
  }
  .aa20 .aa20con .a11 .a2{
    display: none;
  }
}
@media (max-width: 1000px) {
  .aa20{
    padding: 40px 0;
  }
  .aa20 .aa20con .a11 .a1{
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .aa20{
    padding: 30px 0;
  }
  .aa20 .aa20con .a11 .a1 .b2{
    font-size: 20px;
  }
    .aa20 .aa20con .a11 .a1 .b3{
      width: 100%;
      margin-top:10px;
      font-size: 16px;
    }
.aa20 .aa20con .shenqing{
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin:0 auto;
}
}
@media (max-width: 480px) {
   .aa20 .aa20con .a11 .a1 .b1{
    width: 30px;
    height: 30px;
   }
  .aa20{
    padding: 25px 0;
  }
  .aa20 .aa20con .a12{
    margin: 20px 0;
  }
  .aa20 .aa20con .a13{
    margin-bottom:20px; 
  }
  .aa20 .aa20con .a13 .a1 .b2{
    font-size: 18px;  
  }
  .aa20 .aa20con .a12 .a1 .b1{
    font-size: 14px;
  }

  .aa20 .aa20con .a12 .a1 .b2{
    font-size: 16px;
  }
  .aa20 .aa20con .a12{

  }
}

.maoLink {
  height: 0;
  position: relative;
  overflow: hidden;
  top: -80px;
}
.aa21{
    padding-bottom: 100px;
}
.aa21  .title{
    text-align: center;
    padding: 70px 0 40px;
}
.aa21  .title .a1{
    font-size: 30px;
    color: #222222;
}
.aa21 .aa21con{
    max-width: 1600px;
    margin: 0 auto;
}
.aa21con .lists .a11{
    display: block;
    padding-bottom: 2px;
    /*overflow: hidden;*/

}
.aa21con .lists .a11::after{
  
      content: ''; /* 伪元素必须有content属性 */
      position: absolute;
      left: 0; /* 左对齐，保证动画从左开始 */
      bottom: 0; /* 贴紧元素底部 */
      width: 100%; /* 与父元素同宽 */
      height: 6px; /* 边框厚度，可自定义 */
      /* 线性渐变：80% #481d87 + 20% #44b035，无过渡直接分割 */
      background: linear-gradient(90deg, #481d87 80%, #44b035 80%);
      /* 初始状态：X轴缩放0，隐藏边框 */
      transform: scaleX(0);
      /* 动画原点：左侧（保证从左到右展开） */
      transform-origin: left center;
      /* 过渡动画：仅针对transform，0.3s平滑过渡，可选ease-in-out缓动 */
      transition: transform 0.3s ease-in-out;
      /* 防止伪元素覆盖其他内容，可选 */
      z-index: -1;
   
}
.aa21con .lists .a11:hover::after{
    transform: scaleX(1);
}
.aa21con .lists .a11 .a1{
    height: 382px;
    position: relative;
     border-bottom:1px solid #f2f2f2;
}


.aa21con .lists .a11 .a1 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}
.aa21con .lists .a11 .a2{
    padding: 25px 20px;
     box-shadow: 0 3px 15px rgba(0,0,0,0.06);
}
.aa21con .lists .a11 .a2 .b1{
    font-weight: bold;
    font-size: 24px;
    color: #222222;
    transition: all 0.5s ease;
}
.aa21con .lists .a11:hover  .a2 .b1{
    color: #481d87;
}
.aa21con .lists .a11 .a2 .b2{
    margin-top: 10px;
    /*line-height: 1.5;*/
    color: #666666;
    font-size: 16px;
    height: 48px;
}
@media (max-width: 1600px) {
  .aa21con{
    padding: 0 20px;
  } 
  
  .aa21con .lists .a11 .a1{
    height: 332px;
   
  }
}
@media (max-width: 1200px) {
  .aa21 .title .a1{
    font-size: 28px;
  }
  .aa21 .title{
    padding: 50px 0 30px;
  }
  .aa21 {
    padding-bottom: 70px;
  }
  .aa21con .lists .a11 .a1{
    height: 280px;
  }
  .aa21con .lists .a11 .a2{
    padding: 20px 15px;
  }
  .aa21con .lists .a11 .a2 .b1{
    font-size: 20px;
  }
  .aa21con .lists .a11 .a2 .b2{
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .aa21 {
    padding-bottom: 60px;
  }
  .aa21 .title{
    padding: 40px 0 20px;
  }
}
@media (max-width: 768px) {
  .aa21con .lists .a11::after{
    height: 3px;
  }
  .aa21 .title .a1{
    font-size: 26px;
  }
  .aa21con .lists .a11 .a2{
    padding: 15px 10px;
  }
  .aa21con .lists .a11 .a1{
    height: 250px;
  }
}

 @media (max-width: 480px) {
  .aa21 .title .a1{
    font-size: 20px;
  }
  .aa21 .title .a2{
    width: 36px;
  }
  .aa21con .lists .a11 .a1{
    height: 220px;
  }
  .aa21con .lists .a11 .a2 .b1{
    font-size: 16px;
  }
  .aa21con .lists .a11 .a2{
    padding: 10px 10px;
  }
 }

.aa9a1{
   position: sticky;top: 80px;background-color:#ffffff;z-index:10;
}
@media (max-width: 960px) {
.aa9a1{
   position: relative;
   top: 0;
}
}


.aa22{
    padding: 100px 0;
}
.aa22 .aa221con .seach{
  position: relative;
  max-width: 710px;
  margin:0 auto;
}
.aa22 .aa221con .seach .a1{
  background-color: #f2f4fa;
  line-height: 50px;
  width: calc(100% - 120px);
}
.aa22 .aa221con .seach .a1 img{
  margin:0 15px 0 25px;
}
.aa22 .aa221con .seach .a1 .b1{
  color: #333333;
  border:none;
  background-color: #f2f4fa;
  width: calc(100% - 70px);
}
.aa22 .aa221con .seach .a2{
  width: 110px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  background-color: #481c87;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
}

@media (max-width:480px) {

.aa22 .aa221con .seach .a1{
     line-height: 40px;
     width: calc(100% - 100px);
  }
.aa22 .aa221con .seach .a2{
    line-height: 40px;
    width: 90px;
    font-size: 14px;
  }
}
.aa22 .aa22con{
    max-width: 1600px;
    margin: 40px auto 0;
    display: flex;
  flex-wrap: wrap;
}

.aa22con .a11{
    display: block;
    /*overflow: hidden;*/
    position: relative;
    width: 31%;
   margin-right: calc(3.5%);
   margin-bottom: 3.5%;

}
.aa22con .a11:nth-child(3n) {
  margin-right: 0;
}
.aa22con .a11::after{

  content: ''; /* 伪元素必须有content属性 */
  position: absolute;
  left: 0; /* 左对齐，保证动画从左开始 */
  bottom: 0; /* 贴紧元素底部 */
  width: 100%; /* 与父元素同宽 */
  height: 6px; /* 边框厚度，可自定义 */
  /* 线性渐变：80% #481d87 + 20% #44b035，无过渡直接分割 */
  background: linear-gradient(90deg, #481d87 80%, #44b035 80%);
  /* 初始状态：X轴缩放0，隐藏边框 */
  transform: scaleX(0);
  /* 动画原点：左侧（保证从左到右展开） */
  transform-origin: left center;
  /* 过渡动画：仅针对transform，0.3s平滑过渡，可选ease-in-out缓动 */
  transition: transform 0.3s ease-in-out;
  /* 防止伪元素覆盖其他内容，可选 */
  z-index: -1;
   
}
.aa22con .a11:hover::after{
    transform: scaleX(1);
}
.aa22con .a11 .a1{
    height: 382px;
    position: relative;
     border-bottom:1px solid #f2f2f2;
}


.aa22con .a11 .a1 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}
.aa22con .a11 .a2{
    padding: 25px 20px;
     box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}
.aa22con .a11 .a2 .b1{
    font-weight: bold;
    font-size: 24px;
    color: #222222;
    transition: all 0.5s ease;
}
.aa22con .a11:hover  .a2 .b1{
    color: #481d87;
}
.aa22con .a11 .a2 .b2{
    margin-top: 10px;
    line-height: 1.5;
    color: #666666;
    font-size: 16px;
    height: 48px;
}

@media (max-width: 1600px) {
  .aa22con {
    padding: 0 20px;
  }
   .aa22con .a11 .a1{
    height: 332px;
   
  }
}
@media (max-width: 1300px) {
  .aa22con .a11 {
    width: 32%;
    margin-right: calc(2%);
    margin-bottom: 2%;
  }
}

@media (max-width: 1200px) {
 .aa22con .a11 .a1{
    height: 280px;
  }
  .aa22 {
    padding: 70px 0;
  }
  .aa22con .a11 .a2{
    padding: 20px 15px;
  }
  .aa22con .a11 .a2 .b1{
    font-size: 20px;
  }
  .aa22con .a11 .a2 .b2{
    font-size: 14px;
    height: auto;
  }
  
}
@media (max-width: 960px) {
  .aa22 {
    padding:60px 0;
  }

}

@media (max-width: 768px) {
  .aa22 {
    padding:40px 0;
  }
  .aa22con .a11{
    width: 48%;
    margin-right: 4%;
  }
  .aa22con .a11::after{
    height: 3px;
  }
  .aa22con .a11:nth-child(2n+1) {
    margin-right: 4%;
  }
   .aa22con .a11:nth-child(2n) {
    margin-right: 0;
  }
  .aa22con .a11 .a2{
    padding: 15px 10px;
  }
  .aa22con .a11 .a1{
    height: 250px;
  }
}

 @media (max-width: 480px) {
  .aa22con .a11 .a1{
    height: 200px;
  }
  .aa22con .a11 .a2 .b1{
    font-size: 16px;
  }
  .aa22con .a11 .a2{
    padding: 10px 10px;
  }
 }


.aa23{
  padding: 60px 0;
}
.aa23con{
  max-width: 1300px;
  margin:0 auto;
}
.aa23con .a11{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aa23con .a11 .a1{
 
  width: 42%;
  border:1px solid #eeeeee;

}
.aa23con .a11 .a1 .b1{
  position: relative;
  padding-top:100%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.aa23con .a11 .a1 .b1 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 85%;
  max-height: 85%;
  width: auto;
  height: auto;
}
.aa23con .a11 .a3{
  position: relative;
}
.aa23con .a11 .a3 .a31{
  position: absolute;
  width: 344px;
  height: 344px;
  top: -2px;
  left: -14px;
}
.aa23con .a11 .a3 .a31 img{
  width: 100%;
  height: 100%;
}
.aa23con .a11 .a3 .a32{
  height: 340px;
  width: 550px;
  border-radius: 0 170px 170px 0;
  background-color: #f2f4fa;
  margin-left: 160px;
}
.aa23con .a11 .a3 .a32 .b1 .c1{
  width: 260px;
  height: 64px;
  line-height: 64px;
  padding-right: 36px;
  text-align: right;
  font-size: 30px;
  font-weight:bold;
  background-color: #471c87;
  color: #ffffff;
  border-radius: 0 32px 32px 0;
}
.aa23con .a11 .a3 .a32 .b1 .c2{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #44b035;
  margin-left: 10px;
}

.aa23con .a11 .a3 .a32 .b2{
  display: flex;
  flex-wrap:wrap;
  width: 270px;
  margin-left: 200px;
  padding-top: 10px;
}
.aa23con .a11 .a3 .a32 .b2 .c1{
  width: 120px;
  margin-right: 30px;
  padding: 10px 0;
  font-size: 14px;
}
.aa23con .a11 .a3 .a32 .b2 .c1 .c11{
  color: #868699;
}
.aa23con .a11 .a3 .a32 .b2 .c1 .c12{
  color: #222222;
}
.aa23con .a11 .a3 .a32 .b2 .c1:nth-child(2n){
  margin-right: 0;
}
.aa23con .a11 .a4{
    display: none;
  }
.aa23con .a11 .a2{
  width: 51%;
}
.aa23con .a11 .a2.a21{
  width: calc(100% - 710px - 60px);

}
.aa23con .a11 .a2 .b1{
  color: #222222;
  font-size: 30px;
}
.aa23con .a11 .a2 .b3{
  color: #444444;
  font-size:18px;
  margin-top: 12px;
  line-height: 36px;
}
.aa23con .a12{
  text-align: center;
  padding: 60px 0 40px;
}

.aa23con .a13 {
    width: 100%;
    max-width: 1300px;
    overflow-x: auto; /* 小屏幕横向滚动 */
}

/* 表格样式 */
.aa23con .a13 .product-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border: 1px solid #431d8c; /* 表格外边框 */
}

/* 单元格样式 */
.aa23con .a13 .product-table th,
.aa23con .a13 .product-table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #431d8c; /* 单元格边框 */
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.aa23con .a13 .product-table th{
  width: 30%;
  
}

/* 奇偶行背景区分 */
.aa23con .a13 .product-table tr:nth-child(even){
    background-color: #f2f0f5;
}

/* 表头/第一列样式 */
.aa23con .a13 .product-table th {
    font-weight: 600;
}


.aa23con .a12 .a2 .b1{
  color: #222222;
  font-size: 30px;
}
.aa23con .a14 .swiper-container{
  padding-bottom: 50px;
}
.a14swiper .swiper-pagination-bullet-active,.a14swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #471c87;
}
.aa23con .a14{
  margin-top: 60px;
  margin-bottom: 40px;
}
.aa23con .a14 .swiper-slide{
  /*padding: 50px 30px 20px;*/
  padding: 50px 0 0;
  background-color: #f8f8f8;
}

.aa23con .a14 .a1{
  text-align: center;
  height: 124px;
  
}
.aa23con .a14 .a1 img{
  height: 100%;
}
.aa23con .a14 .a2{
  text-align: center;
  font-size: 24px;
  color: #222222;
  margin-top: 30px;
  line-height:30px ;
  height: 60px;
  padding: 0 30px;
}
.aa23con .a14 .a3{
  font-size: 18px;
  color: #777777;
  margin-top: 20px;
  line-height: 2;
  height: 320px;
  overflow-y: auto;
  padding: 0 30px 20px;
}

@media (max-width: 960px) {
    .aa23con .a14 .a3{
        height: 240px;
    }
}
.aa23con .a16swiper .swiper-container{
 /* height: 100px;
  background-color: #f8f5fc;*/
  padding-bottom: 50px;
}
.aa23con .a16swiper .a1{
  height: 127px;
  position: relative;
  width: 100%;
}
.aa23con .a16swiper .a1 .b2{
  width: 100%;
  height: 100px;
  background-color: #f8f5fc;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  color: #333333;
  font-size: 16px;
  padding-top:40px ;
  
}
.aa23con .a16swiper .a1 .b1{
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 111;
  top: 0;
}
/*.aa23con .a16swiper .a2{
  width: 100%;
  height: 100px;
}*/
.aa23con .a16swiper .a1{
 /* position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);*/
}
.aa23con .a16swiper .swiper-pagination-bullet-active{
  background: #471c87;
}
.aa23con .a17{
  
}
.aa23con .a17 .a1{
  background-color: #f8f5fc;
  line-height: 60px;
  border-left: 6px solid #471c87;
  padding-left: 20px;
  font-size: 24px;
  color: #222222;
}
.aa23con .a17 .a2{
  padding:30px 0  50px;
}
.aa23con .a17 .product-table{
 
}

.aa23con .a17 .product-table th{
 width: 20%;
 text-align: center;
}
@media (max-width: 1340px) {
  .aa23con {
    padding: 0 20px;
  }
  
}

/* 响应式适配 */
@media (max-width: 1300px) {
    .aa23con .a13 .table-container {
        padding: 0 10px;
    }
}
@media (max-width: 1140px) {
  .aa23con .a11 .a3 .a32{
    width:450px;
    height: 300px;
    border-radius: 0 150px 150px 0;
  }
  .aa23con .a11 .a3 .a31{
    width: 304px;
    height: 304px;
  }
  .aa23con .a11 .a3 .a32 .b2{
    margin-left: 160px;
  }
  .aa23con .a11 .a3 .a32 .b2 .c1{
    font-size: 14px;
    padding: 10px 0;
    margin-right: 20px;
  }
  .aa23con .a11 .a2.a21 {
  width: calc(100% - 630px);
}
.aa23con .a11 .a2.a21 .b1{
  font-size: 28px;
}
.aa23con .a11 .a2.a21 .b3{
  font-size: 16px;
}

}
@media (max-width:960px) {
  .aa23con .a11.a111{
    flex-direction: column;
  }
  .aa23con .a11 .a2.a21{
    width: 100%;
    padding: 14px 0;
  }
  .aa23{
    padding: 50px 0;
  }
  .aa23con .a11 .a2 .b1{
    font-size: 28px;
  }
  .aa23con .a11 .a2 .b3{
    font-size: 17px;
  }
  .aa23con .a12{
    padding: 40px 0 30px;
  }
  .aa23con .a12 .a2 .b1{
    font-size: 28px;
  }
  .aa23con .a14 .swiper-slide{
    padding:30px 20px 15px;
  }
}
@media (max-width: 768px) {
  .aa23con .a17 .a2{
    padding: 20px 0 30px;
  }
   .aa23con .a17 .a1{
      line-height: 40px;
      font-size: 20px;
   }
 .aa23con .a11 .a2.a21 .b1 {
    font-size: 22px;
  }
   .aa23con .a11 .a2.a21 .b3 {
    font-size: 14px;
  }
  .aa23con .a11{
    flex-direction: column;
  }
  .aa23con .a11 .a1{
    width:80%;
  }
  .aa23con .a11 .a2{
    width: 100%;
    margin-top: 10px;
  }
  .aa23con .a11 .a2 .b1{
    font-size: 22px;
  }
  .aa23con .a11 .a2 .b3{
    font-size: 14px;
  }
  .aa23con .a12 .a2 .b1{
    font-size: 22px;
  }
  .aa23con .a12{
    padding: 20px 0 20px;
  }
  .aa23con .a13 .product-table th,
  .aa23con .a13 .product-table td {
        padding: 8px 10px;
        font-size: 14px;
        text-align: center;
    }
  .aa23con .a14 .a1{
    height: 80px;
  }
  .aa23con .a14 .a2{
    font-size: 22px;
    margin-top: 14px;
   
  }
  .aa23con .a14 .a3{
      /*height: 128px;*/
    font-size: 16px;
  }
   .aa23con .a14{
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .aa23con .a13 .product-table th{
  width: 30%;
}
}
@media (max-width: 640px) {
  .aa23con .a11 .a3{
    display: none;
  }
  .aa23con .a11 .a4{
    display: block;
    width: 100%;
  }
   .aa23con .a14 .a2{
        height: auto;
   
  }
   .aa23con .a11 .a4.a414 .a41{
      font-size: 22px;
      padding: 20px 0;

   }
  .aa23con .a11 .a2.a21 .b1{

  }
  .aa23con .a11.a111 .a1{
    border:none;
  }
  .aa23con .a11.a111 .a1 .b1 img{
    width: 80%;
    height: 80%;

  }
}
@media (max-width: 480px) {
  .aa23con .a11.a111 .a1 .b1 img{
    width: 90%;
    height: 90%;
    max-width: 90%;
    max-height: 90%;

  }
  .aa23{
    padding: 30px 0;
  }
  .aa23con .a11 .a1{
    width:90%;
  }
  .aa23con .a11 .a2 .b1{
    font-size: 20px;
  }
  .aa23con .a13 .product-table th, .aa23con .a13 .product-table td {
    padding: 6px 6px;
  }
  .aa23con .a14 .swiper-slide{
    padding:15px 15px 15px;
  }
  .aa23con .a14 .a3{
    margin-top: 10px;
  }
  .aa23con .a14{
    margin-top: 30px;
     margin-bottom: 20px;
  }
  .aa23con .a16swiper .a1{
    height: 102px;
  }
  .aa23con .a16swiper .a1 .b2{
  line-height: 22px;
  font-size: 14px;
  height: 90px;
  padding-top: 40px;
}
  .aa23con .a16swiper .a1 .b1{
    width: 44px;
    height: 44px;
  }
}

.aa24{
  padding: 100px 0;
}

.aa24 .aa24con{
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.aa24 .aa24con .a11{
  width: 31%;
  margin-right: calc(3.5%);
  transition: all 0.3s;
  margin-bottom: 3.5%;
  position: relative;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}


.aa24 .aa24con .a11 .a1{
  display: flex;
  align-items: center;
  background:url(../img/19.jpg) no-repeat;
  background-size: auto 100%;
  background-position: center center;
  width: 100%;
  height: 70px;

}
.aa24 .aa24con .a11 .a1 img{
  max-width: 70%;
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  margin: 0 10px 0 20px;
}
.aa24 .aa24con .a11 .a1 .b2{
  color: #ffffff;
  font-size: 26px;
}

.aa24 .aa24con .a11 .a2{
  color: #444444;
  font-size: 18px;
  margin:15px 25px;
  overflow-y: auto;
  height: 180px;
  max-height: 180px;
}
.aa24 .aa24con .a11 .a2 .a21{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aa24 .aa24con .a11 .a2 .a21 img{
  width: 19px;
  height: 15px;
}
.aa24 .aa24con .a11 .a2 .a21 .b2{
  width: calc(100% - 30px);
  padding: 8px 0;
     font-weight: bold;
    transition: 0.3s all;
}
.aa24 .aa24con .a11 .a2 .a21 .b2:hover{
 
    color: #431d8c;
}
.aa24 .aa24con .a11:nth-child(3n){
  margin-right:  0;
}


@media (max-width: 1600px) {
  .aa24con{
    padding: 0 20px;
  }

}
@media (max-width: 1340px) {

    .aa24 .aa24con .a11{
    width: 48%;
  }
  .aa24 .aa24con .a11 .a1{
       background-size: 100% 100%;
  }
 
  .aa24 .aa24con .a11:nth-child(3n){
    margin-right: 0;
  }
  .aa24 .aa24con .a11:nth-child(2n){
    margin-right:0;
  }
  .aa24 .aa24con .a11:nth-child(2n+1){
    margin-right:4%;
  }
  .aa24 .aa24con .a11 .a1 .b2{
      font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .aa24{
    padding: 90px 0;
  }

}
@media (max-width: 1000px) {
  .aa24{
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .aa24{
    padding: 50px 0;
  }
  .aa24 .aa24con .a11 .a1{
    height: 60px;
  }
  .aa24 .aa24con .a11 .a1 img{
    width: 26px;
    height: 26px;
  }
  .aa24 .aa24con .a11 .a1 .b2{
    font-size: 16px;
  }
  .aa24 .aa24con .a11 .a2{
    font-size: 14px;

  }
  

}
@media (max-width: 640px) {
  .aa24 .aa24con .a11 .a1{
    background-size:100% 100%;
  }
  .aa24 .aa24con .a11{
    width: 100%;
    margin-right: 0;
    margin-bottom:4%;
   }
   .aa24 .aa24con .a11 .a2{
    max-height: fit-content;
    height: auto;
   }
    .aa24 .aa24con .a11:nth-child(2n+1){
    margin-right: 0;
   }
}

@media (max-width: 480px) {
  .aa24{
    padding: 30px 0;
  }
   .aa24 .aa24con .a11 .a1{
    height: 50px;
    background-size:auto auto;
  }
  .aa24 .aa24con .a11 .a1 img{
    width: 22px;
    height: 22px;
  }
  .aa24 .aa24con .a11 .a1 .b2{
    font-size: 14px;
  }
   .aa24 .aa24con .a11 .a2{

    margin: 3% 3%;
   }
}

.aa25{
  padding:  60px 0;

}
.aa25 .aa25con{
 max-width: 1300px;
 margin:0 auto;

}
.aa25 .aa25con .a251{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin:0 auto;
}
.aa25 .aa25con .a251 .a11{
  width:54%;
}
.aa25 .aa25con .a251 .a11 .a1{
  font-size: 30px;
  color: #222222;

}
.aa25 .aa25con .a251 .a11 .a3{
  font-size: 18px;
  color: #444444;
  margin-top: 20px;
  line-height: 2;
}
.aa25 .aa25con .a251 .a12{
  width:42%;
}
.aa25 .aa25con .a251 .a12 img{
  width: 100%;
}

.aa25 .a253{
  margin-top: 60px;
  background: linear-gradient(to bottom, #f8f8f8 , #ffffff);
}

.aa25 .a253 .a2531{
  max-width: 1300px;
  margin: 0 auto
}



.aa25 .a253 .title{
    text-align: center;
    padding: 40px 0 40px;
}
.aa25 .a253 .title .a1{
    font-size: 30px;
    color: #222222;
}
.aa25 .a253 .lists{
  display: flex;
  flex-wrap: wrap;
  gap:4%;
}
.aa25 .a253 .lists .a11{
  width: 48%;
  margin-bottom:4%;
  display: flex;
  align-items: center;
  padding: 40px 20px;
  box-shadow: 0 10px 15px rgba(0,0,0,0.1);
  justify-content: space-between;
  cursor: pointer;
    position: relative;

}
.aa25 .a253 .lists .a11::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #481d87 80%, #44b035 80%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease-in-out;
  z-index: 3;
}
.aa25 .a253 .lists .a11:hover::after{

     transform: scaleX(1);
}
.aa25 .a253 .lists .a11 img{
    width: 134px;
    height: 90px;
}
.aa25 .a253 .lists .a11 .a2{
  width: calc(100% - 150px);
}
.aa25 .a253 .lists .a11 .a2 .b1{
  font-size: 26px;
  color: #222222;
}
.aa25 .a253 .lists .a11:hover .a2 .b1{
    color: #431d8c;
}
.aa25 .a253 .lists .a11 .a2 .b2{
  font-size: 18px;
  color: #777777;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 1340px) {
  .aa25con{
    padding: 0 20px;
  }
  .aa25 .a253 .a2531{
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
    .aa25{
  padding: 50px 0;

}
.aa25 .a253 .title .a1{
    font-size: 28px;
  }
.aa25 .a253 .title{
    padding: 30px 0 30px;
  }
}
@media (max-width: 960px) {
   .aa25 .aa25con .a251 .a11 .a1{
    font-size: 26px;
  }
  .aa25 .aa25con .a251 .a11 .a3{
    font-size: 16px;
  }
.aa25 .a253 .title{
    padding: 20px 0 15px;
  }


.aa25 .a253 .lists .a11 img{
    width: 120px;
    height: 81px;
}
.aa25 .a253 .lists .a11 .a2{
  width: calc(100% - 134px);
}
.aa25 .a253 .lists .a11 .a2 .b1{
  font-size: 22px;
}
.aa25 .a253 .lists .a11 .a2 .b2{
  font-size: 16px;
}
}
@media (max-width: 768px) {

  .aa25 .a253{
    margin-top: 40px;
  }
    .aa25 .aa25con .a251 .a11 .a1{
    font-size: 22px;
  }
  .aa25 .aa25con .a251 .a11 .a3{
    font-size: 14px;
  }
  .aa25{
  padding: 40px 0;

}
.aa25 .a253 .title .a1{
    font-size: 26px;
  }
  .aa25 .a253 .lists .a11{
    width: 100%;
    padding: 25px 15px;
  }
}


@media (max-width:640px) {
.aa25 .aa25con .a251{
  flex-direction: column;
}
.aa25 .aa25con .a251 .a11{
  width: 100%;
}
.aa25 .aa25con .a251 .a12{
  margin-top: 12px;
  width: 90%;
}
}
@media (max-width:480px) {
.aa25{
  padding: 30px 0;

}
.aa25 .aa25con .a251 .a11 .a2 {
    width: 36px;
  }
.aa25 .a253 .title .a1{
    font-size: 20px;
  }
.aa25 .a253 .title .a2{
    width: 36px;
  }
  .aa25 .a253 .lists .a11 img{
    width: 90px;
    height: 67px;
  }
  .aa25 .a253 .lists .a11  .a2{
    width: calc(100% - 100px);
  }
  .aa25 .a253 .lists .a11 .a2 .b1{
    font-size: 20px;
  }
  .aa25 .a253 .lists .a11 .a2 .b2{
    font-size: 14px;
  }
}


.aa26{
  padding:  60px 0;

}
.aa26 .aa26con{
 max-width: 1300px;
 margin:0 auto;

}
.aa26 .aa26con .a251{
  max-width: 1300px;
  margin:0 auto;
  text-align: center;
  color: #444444;
}


.aa26 .a253{
  margin-top: 60px;
  background: linear-gradient(to bottom, #f8f8f8 , #ffffff);
}

.aa26 .a253 .a2531{
  max-width: 1300px;
  margin: 0 auto
}



.aa26 .title{
    text-align: center;
    padding: 70px 0 40px;
}
.aa26 .title .a1{
    font-size: 30px;
    color: #222222;
}
.aa26 .a253 .lists{
  display: flex;
  flex-wrap: wrap;
  gap:2%;
}
.aa26 .a253 .lists .a11{
  width: 32%;
  margin-bottom:2.66%;
  display: flex;
  align-items: center;
  flex-direction:column;
  padding: 50px 20px;
  box-shadow: 0 10px 15px rgba(0,0,0,0.06);
  
}
.aa26 .a253 .lists .a11 img{
  height: 58px;
}
.aa26 .a253 .lists .a11 .a1{
  color: #222222;
  font-weight:bold;
  font-size:20px;
  padding: 20px 0;
}
.aa26 .a253 .lists .a11 .a2{
  font-size: 14px;
  color: #777777;
  height: 102.4px;
  overflow-y: auto;
  text-align: center;
  
}
@media (max-width: 1200px) {
    .aa26 .a253 .lists .a11{
      width: 31%;
    
      
    }
    .aa26 .a253 .lists .a11 .a1{
        font-size: 16px;
    }
}

@media (max-width: 1340px) {
  .aa26con{
    padding: 0 20px;
  }
  .aa26 .a253 .a2531{
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
    .aa26{
  padding: 50px 0;

}
.aa26 .title .a1{
    font-size: 28px;
  }
.aa26 .title{
    padding: 30px 0 30px;
  }
}
@media (max-width: 960px) {

.aa26 .a253 .title{
    padding: 20px 0 15px;
  }
  .aa26 .a253 .lists{
    gap:4%;
  }
  .aa26 .a253 .lists .a11{
    width: 48%;
  }
  
}
@media (max-width: 768px) {

  .aa26 .a253{
    margin-top: 40px;
  }

  .aa26{
  padding: 40px 0;

}
.aa26 .title .a1{
    font-size: 26px;
  }
  .aa26 .a253 .lists .a11{
      width: 48%;
  }
 .aa26 .a253 .lists .a11 .a1{

  font-size:16px;
 }
 .aa26 .a253 .lists .a11 .a2{
  font-size: 14px;
 }
 .aa26 .a253 .lists .a11{
  padding: 35px 10px;
 }
 .aa26 .a253 .lists .a11 img{
  height: 45px;
 }
 .aa26 .title {
    padding: 20px 0 20px;
  }
}


@media (max-width:640px) {
  .aa26 .a253 .lists{
    /*gap: 4%;*/
  }
  .aa26 .a253 .lists .a11{
    width: 100%;
  }
}
@media (max-width:480px) {
.aa26{
  padding: 30px 0;

}
.aa26 .a253 {
    margin-top: 30px;
  }
  .aa26 .a253 .lists .a11 .a1{
    font-size: 18px;
    padding: 10px 0;
  }
.aa26 .title .a1{
    font-size: 20px;
  }
.aa26 .title .a2{
    width: 36px;
  }
.aa26 .a253 .lists .a11 img{
  height: 36px;
}
.aa26 .a253 .lists .a11{
  padding: 25px 10px;
}
 .aa26 .a253 .lists .a11{
      width: 100%;
  }
  .aa26 .a253 .lists .a11 .a2{
      height: auto;
  }
}

.aa27{
  padding: 0 0 50px;
}
.aa27 .aa27con{
  max-width: 1300px;
  margin:0 auto;
}
.aa27 .title{
    text-align: center;
    padding: 40px 0 40px;
}
.aa27 .title .a1{
    font-size: 30px;
    color: #222222;
}
.aa27 .title .a3{
  color: #888888;
}
.aa27 .a271 .seach{
  position: relative;
}
.aa27 .a271 .seach .a1{
  background-color: #f2f4fa;
  line-height: 50px;
  width: calc(100% - 120px);
}
.aa27 .a271 .seach .a1 img{
  margin:0 15px 0 25px;
}
.aa27 .a271 .seach .a1 .b1{
  color: #333333;
  border:none;
  background-color: #f2f4fa;
  width: calc(100% - 70px);
}
.aa27 .a271 .seach .a2{
  width: 110px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  background-color: #481c87;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
}
.aa27 .a271 .seach .seachtc{
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  display: none;
  background-color: #ffffff;
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
 
  z-index: 25;
}
.aa27 .a271 .seach .seachtc .guanbi1{
  width: 100%;
  margin: 0 auto;
  text-align: right;
  line-height: 60px;
}
.aa27 .a271 .seach .seachtc .guanbi1 img {
  cursor: pointer;
  margin-right: 20px;
}
.aa27 .a271 .seach .seachtc ul{
   padding: 20px 20px;
   max-height: 300px;
   overflow-y: auto;
   min-height: 200px;
}
.aa27 .a271 .seach .seachtc ul li{
  line-height: 30px;
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}
.aa27 .a273{

}
.aa27 .a273 .a11{
  color: #222222;
  line-height: 25px;
  font-size: 24px;
  border-left:8px solid #481c87;
  padding-left: 14px;
  margin:30px 0;
}
.aa27 .a273 .a12{
  display: flex;
  flex-wrap: wrap;
  gap:2.66667%;

}
.aa27 .a273 .a12 .a1{
  width: 23%;
  margin-bottom:20px;
}

.aa27 .a273 .a12 .a1 .b1{
  position: relative;
  padding-top: 76.6666%;
  height: 0;
  border:1px solid  #eeeeee;
   transition: all 0.5s ease;
}
.aa27 .a273 .a12 .a1:hover .b1{
  border-color: #481c87;
}

.aa27 .a273 .a12 .a1 .b1 img{
position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
   transition: all 0.5s ease;
}

.aa27 .a273 .a12 .a1 .b2{
  padding:0 15px;
  text-align: center;
  line-height: 50px;
  color: #222222;
  font-size: 20px;
}
@media (max-width: 1340px) {
  .aa27con{
    padding: 0 20px;
  }
  
}
@media (max-width: 1200px) {
.aa27 .title .a1{
    font-size: 28px;
  }
}
@media (max-width: 960px) {
  .aa27 .a273 .a12{
  gap:3.5%;

}
  .aa27 .a273 .a12 .a1{
    width: 31%;
  }
}
@media (max-width: 768px) {
.aa27 .title .a1{
    font-size: 26px;
  }
  .aa27 .title {
    padding: 20px 0 20px;
  }
  .aa27 .a273 .a11{
    font-size: 20px;
  }
  .aa27 .a273 .a12 .a1 .b2{
    font-size: 16px;
  }
  .aa27 .a273 .a11{
    margin:20px 0;
  }
}
@media (max-width: 640px) {
  .aa27 .a273 .a12{
  gap:4%;

}
  .aa27 .a273 .a12 .a1{
    width: 48%;
    margin-bottom:3.5%;
  }

}
@media (max-width:480px) {
  .aa27 .a271 .seach .a1{
     line-height: 40px;
     width: calc(100% - 100px);
  }
  .aa27 .a271 .seach .a2{
    line-height: 40px;
    width: 90px;
    font-size: 14px;
  }
.aa27 .title .a1{
    font-size: 20px;
  }
.aa27 .title .a2{
    width: 36px;
  }
  .aa27 .a273 .a12 .a1 .b2{
    font-size: 14px;
    line-height: 36px;
  }
  .aa27 .a273 .a11{
    font-size: 18px;
    border-left: 4px solid #481c87;
    line-height: 20px;
    padding-left: 8px;
    margin: 10px 0;
  }
}


.aa28{
  padding: 30px 0 50px;
}
.aa28 .aa28con{
  max-width: 1300px;
  margin:0 auto;
}
.aa28 .aa28con .seach{
  position: relative;
  max-width: 710px;
  margin:0 auto;
}
.aa28 .aa28con .seach .a1{
  background-color: #f2f4fa;
  line-height: 50px;
  width: calc(100% - 120px);
}
.aa28 .aa28con .seach .a1 img{
  margin:0 15px 0 25px;
}
.aa28 .aa28con .seach .a1 .b1{
  color: #333333;
  border:none;
  background-color: #f2f4fa;
  width: calc(100% - 70px);
}
.aa28 .aa28con .seach .a2{
  width: 110px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  background-color: #481c87;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
}
.aa28 .aa28con .a281{
  padding:50px 0;
}
.fwziliao{
  width: 100%;

}
.fwziliao .a11{
  padding: 15px 30px;
  border:1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease;
  margin-bottom: 25px;
}
.fwziliao .a11 .a1{
  width: calc(100% - 270px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.fwziliao .a11 .a1::before{
  content: "";
  position: absolute;
  left: -18px;
  top: auto;
  width: 10px;
  height: 10px;
  background-color: #481c87;
  border-radius: 50%;
  opacity: 0;
}
.fwziliao .a11 .a1 .b2{
  color: #999999;
  font-size: 16px;

}
.fwziliao .a11 .a1 .b1{
  width: calc(100% - 104px);
  color: #444444;
  font-size: 18px;
}
.fwziliao .a11 .a2{
  width: 240px;
  display: flex;
  justify-content: space-between;
}
.fwziliao .a11 .a2 .b1{
  width: 108px;
  height: 48px;
  border:1px solid #481c87;
  color: #481c87;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:5px;
    transition: all 0.3s ;
}
.fwziliao .a11 .a2 .b1 .c11,.fwziliao .a11 .a2 .b1 .c21{
    display: none;
}
.fwziliao .a11:hover{
  border-color:#481c87;
  
}
.fwziliao .a11 .a2 .b1:hover{
    background-color: #481c87;
}
.fwziliao .a11 .a2 .b1:hover .c1,.fwziliao .a11 .a2 .b1:hover .c2{
    display: none;
}

.fwziliao .a11 .a2 .b1:hover .c11,.fwziliao .a11 .a2 .b1:hover .c21{
    display: block;
}
.fwziliao .a11 .a2 .b1:hover span{
    color: #ffffff;
}
.fwziliao .a11:hover .a1::before{
  opacity: 1;
}
.fwziliao .a11:hover .a1 .b1{
  color: #481c87;
}

/* 售后 */

.shouhou{
  width: 100%;

}
.shouhou .a11{
  padding: 20px 30px;
  border:1px solid #eeeeee;
  transition: all 0.5s ease;
  margin-bottom: 25px;
}
.shouhou .a11 .a1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.shouhou .a11 .a1 .b2{
  color: #999999;
  font-size: 16px;

}
.shouhou .a11 .a1 .b1{
  width: calc(100% - 104px);
  color: #444444;
  font-size: 18px;
}
.shouhou .a11 .a1 .b1 img{
  margin-right: 12px;
}
.shouhou .a11:hover{
  border-color:#481c87;
  
}
.shouhou .a11:hover .a1::before{
  opacity: 1;
}
.shouhou .a11:hover .a1 .b1{
  color: #481c87;
}
/*售后  */

.fwruanjian{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap:3.5%;
}
.fwruanjian .a11{
  width: 31%;
  border:1px solid #eeeeee;
  margin-bottom:3.5%;
  padding: 50px 0;
  text-align: center;
  transition: all 0.5s ease;
}
.fwruanjian .a11 .a1{
  height: 122px;
}
.fwruanjian .a11 .a2{
  margin-top: 30px;
  color: #444444;
  font-size: 18px;
}
.fwruanjian .a11 .a3{
  color: #999999;
  font-size: 16px;
  margin-top: 16px;
}
.fwruanjian .a11 .a4{
  margin: 40px auto 0;
  width: 132px;
  height: 48px;
  font-size: 16px;
  color: #481c87;
  border:1px solid #481c87;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:5px;
  transition: all 0.3s;
}
.fwruanjian .a11 .a4 .c11,.fwruanjian .a11 .a4 .c21{
    display: none;
}
.fwruanjian .a11 .a4:hover .c1,.fwruanjian .a11 .a4:hover .c2{
    display: none;
}
.fwruanjian .a11 .a4:hover .c11,.fwruanjian .a11 .a4:hover .c21{
    display: block;
}
.fwruanjian .a11 .a4:hover {
     background-color: #481c87;
}
.fwruanjian .a11 .a4:hover span{
    color: #ffffff;
}

.fwruanjian .a11:hover{
  border-color:#481c87; 
}

.fwshengming{
  display: flex;
  flex-wrap: wrap;
  gap:4%;
}
.fwshengming .a11{
  width: 48%;
  border:1px solid #eeeeee;
  margin-bottom:2%;
  padding: 20px 30px;
  transition: all 0.5s ease;

}
.fwshengming .a11 .a1{
  display: flex;
  justify-content: space-between;
  line-height: 50px;
  position: relative;
}
.fwshengming .a11 .a1 .b1{
  color: #444444;
  font-size: 18px;
  width: calc(100% - 100px);
  transition: all 0.5s ease;
  position: relative;
}
.fwshengming .a11 .a1::before{
  content: "";
  position: absolute;
  left: -18px;
  top: 20px;
  width: 10px;
  height: 10px;
  background-color: #481c87;
  border-radius: 50%;
  opacity: 0;
}
.fwshengming .a11 .a1 .b2{
  color: #999999;
  font-size: 16px;
}
.fwshengming .a11 .a2{
  color: #999999;
  font-size: 14px;
  line-height: 30px;
}
.fwshengming .a11:hover{
  border-color:#481c87; 
}
.fwshengming .a11:hover .a1 .b1{
  color:#481c87; 
}
.fwshengming .a11:hover .a1::before{
  opacity: 1;
}
@media (max-width:640px) {
  .fwshengming .a11{
    width: 100%;
  }
  .fwshengming .a11 .a1 .b1{
    font-size: 16px;
  }
  .fwshengming .a11 .a1 .b2{
    font-size: 14px;
  }
 
}
@media (max-width:480px) {
  .fwshengming .a11{
    padding: 15px 20px;
  }
  .fwshengming .a11 .a1{
    line-height: 40px;
  }
  .fwshengming .a11 .a1::before {
    width: 6px;
    height: 6px;
    left: -10px;
  }
}
  
@media (max-width: 960px) {
  .fwruanjian .a11 .a1{
    height: 100px;
  }
}
@media (max-width:768px) {
  .fwruanjian {
    gap:4%;
  }
  .fwruanjian .a11{
    width: 48%;

  }
}
@media (max-width:640px) {
  .fwruanjian .a11{
    padding: 30px 0;
  }
  .fwruanjian .a11 .a1{
    height: 80px;
  }
  .fwruanjian .a11 .a2{
    font-size: 16px;
    margin-top: 20px;
  }
  .fwruanjian .a11 .a3{
    font-size: 14px;
    margin-top: 10px;
  }
  .fwruanjian .a11 .a4{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 112px;
  }
  .fwruanjian .a11 .a4 .c2{
    font-size: 14px;

  }
}
@media (max-width:480px) {
  .fwruanjian .a11 .a1{
    height: 70px;
  }
  .fwruanjian .a11 .a4{
    height: 36px;
    line-height: 36px;
    width: 80px;
     margin-top: 25px;
  }
   .fwruanjian .a11 .a4 img {
    width: 18px;
  }
}
@media (max-width: 1340px) {
  .aa28con{
    padding: 0 20px;
  }
  
}
@media (max-width:768px) {
  .fwziliao .a11{
    flex-direction: column;
    align-items:  flex-end;
  }
  .fwziliao .a11 .a1{
    width: 100%;
  }

  .fwziliao .a11 .a2{
    margin-top: 10px;
  }


}
@media (max-width:640px) {
  .fwziliao .a11{
    padding: 15px 20px;
  }

.fwziliao .a11 .a1 .b1{

  font-size: 16px;
}
.fwziliao .a11 .a1 .b2{
  font-size: 14px;
}
.fwziliao .a11 .a1 .b1 {
  width: calc(100% - 94px);
}
.fwziliao .a11 .a2 .b1{
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.fwziliao .a11 .a2 .b1 img{
  width: 18px;
}
.fwziliao .a11 .a1::before{
  width: 6px;
  height: 6px;
  left: -10px;
}
 .shouhou .a11{
    padding: 15px 20px;
  }
.shouhou .a11 .a1 .b1{
  width: calc(100% - 94px);
   font-size: 16px;
}
.shouhou .a11 .a1 .b2{
  font-size: 14px;
}
.shouhou .a11 .a1 .b1 img{
  margin-right: 10px;
  width: 26px;
}
}
@media (max-width:480px) {
    .fwziliao .a11{
        padding: 10px 15px;
    }
  .fwziliao .a11 .a2{
    width: 200px;
  }
  .fwziliao .a11 .a2 .b1{
     padding: 0 10px;
    width: auto;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
   .fwziliao .a11{
    margin-bottom: 15px;
  }
   .shouhou .a11{
    margin-bottom: 15px;
  }
}

@media (max-width:480px) {
  .shouhou .a11 .a1 .b1 img{
    width: 20px;
  }
.aa28 .aa28con .seach .a1{
     line-height: 40px;
     width: calc(100% - 100px);
  }
.aa28 .aa28con .seach .a2{
    line-height: 40px;
    width: 90px;
    font-size: 14px;
  }
  .aa28 .aa28con .a281{
    padding: 30px 0;
  }

}

.aa29{
  padding: 40px 0;
}
.aa29con{
  max-width: 1300px;
  margin: 0 auto;
}
.aa29con .a291{
  
}
.aa29con .a291 .a1{
  color: #222222;
  font-size: 30px;
}
.aa29con .a291 .a2{
  color: #666666;
  font-size: 18px;
  margin-top:15px;
}
.aa29con .a291 .a3{
  margin: 25px 0;
  padding: 25px 25px;
  background-color: #f2f4fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aa29con .a291 .a3 .b1{
  color: #222222;
  font-size: 16px;
}

.aa29con .a291 .a3 .b2{
  width: calc(100% - 105px);
}
.aa29con .a292{
  display: flex;
  justify-content: space-between;
}
.aa29con .a292 .fwtype{
  
}
.aa29con .a292 .fwtype ul li{
  width: 200px;
  line-height: 66px;
  text-align: center;
  line-height: 66px;
  cursor: pointer;
  background-color: #f2f4fa;
  border-top:1px solid #eeeeee;
  border-bottom:1px solid #eeeeee;
}
.aa29con .a292 .fwtype ul li.active{
  color: #ffffff;
  background-color: #481c87;
  border-color:  #481c87;
}
.aa29con .a292 .a292con{
  width: calc(100% - 240px);
} 
@media (max-width: 1340px) {
  .aa29con{
    padding: 0 20px;
  }
  
}
@media (max-width: 960px) {
  .aa29con .a292 {
    width: 100%;
   
  }
  .aa29con .a292 .fwtype{
     text-align: center;
  }
   .aa29con .a292 .fwtype ul li{
      display: inline-block;
      width: 160px;
      height: 50px;
      line-height: 50px;
      margin:0 10px;
      border:1px solid #eeeeee;

    }
  .aa29con .a292{
    flex-direction: column;
  }
  .aa29con .a292 .a292con{
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .aa29 {
    padding: 30px 0;
  }
  .aa29con .a291 .a1{
    font-size: 26px;
  }
  .aa29con .a291 .a2{
    margin-top: 8px;
    font-size: 16px;
  }
  .aa29con .a291 .a3{
    padding: 20px 20px;
    margin: 20px 0;
  }
}
@media (max-width: 640px) {
  .aa29con .a292 .fwtype ul li{
      width:130px;
      height: 36px;
      line-height: 36px;
      margin: 0 5px;

    }
}
.aa29con .a292 .fwtype{
    overflow: auto;
}
  .aa29con .a292 .fwtype ul {
      white-space: nowrap;
  }
    
@media (max-width: 480px) {
  .aa29 {
    padding: 20px 0;
  }
  .aa29con .a291 .a1{
    font-size: 22px;
  }
  .aa29con .a291 .a2{
    margin-top: 8px;
    font-size: 14px;
  }
  .aa29con .a292 .fwtype ul li{
      width:auto;
      height: 32px;
      line-height: 32px;
      margin: 0 3px;
      font-size: 12px;
      padding: 0 10px;

    }
  .aa29con .a291 .a3{
    padding: 15px 15px;
    margin: 15px 0;
  }
  .aa29con .a291 .a3 .b1{
    font-size: 14px;
  }
  .aa29con .a291 .a3 .b2{
    width: calc(100% - 120px);
  }
}

.aa30{
  padding: 80px 0;
}
.aa30con{
  max-width: 1300px;
  margin:0 auto;
}
.aa30con .a11{
  background-color: #f7f9fe;
  padding: 20px 20px;
  text-align: center;
}
.aa30con .a11 .a1{
  color: #6d7381;
  font-size: 18px;
  line-height: 36px;
}
.aa30con .a12{
  text-align: center;
  padding: 55px 0;
}
.aa30con .a12 .a1{
  color: #222222;
  font-size: 28px;
}
.aa30con .a12 .a2{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:20px;
  margin-top:30px;
}
.aa30con .a12 .a2 .b1{
  width: 60px;
  height: 60px;

}
.aa30con .a12 .a2 .b2{
  color: #222222;
  font-size: 20px;
}
.aa30con .a12 .a2 .b3{
  color: #222222;
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 1340px) {
  .aa30con{
    padding: 0 20px;
  }
  
}
@media (max-width: 960px) {
  .aa30{
    padding: 60px 0;
  }
  .aa30con .a11{
    padding: 15px 15px;
  }
  .aa30con .a11 .a1{
    font-size: 16px;
  }
  .aa30con .a12{
    padding: 30px 0;
  }
  .aa30con .a12 .a2 .b1{
    width: 50px;
    height: 50px;
  }
  .aa30con .a12 .a2 .b2{
    font-size: 18px;
  }
  .aa30con .a12 .a2 .b3{
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .aa30{
    padding: 50px 0;
  }
 
  .aa30con .a12{
    padding: 25px 0;
  }
  .aa30con .a12 .a2 .b1{
    width: 40px;
    height: 40px;
  }
  .aa30con .a12 .a2 .b2{
    font-size: 16px;
  }
  .aa30con .a12 .a2{
    gap:10px;
  }
  .aa30con .a12 .a2 .b3{
    font-size: 22px;
  }
}
@media (max-width: 640px) {
.aa30con .a12 .a2{
  flex-wrap: wrap;
}
.aa30con .a12 .a2 .b3{
  width: 100%;
}
}
@media (max-width: 480px) {
  .aa30con .a11 .a1{
    font-size: 14px;
  }
  .aa30con .a12 .a1{
    font-size: 22px;
  }
   .aa30con .a12 .a2 .b1 {
    width: 30px;
    height: 30px;
  }
  .aa30con .a12 .a2 .b3{
    font-size: 20px;
  }
  .aa30con .a12{
    padding: 20px 0;
  }
  .aa30{
    padding: 40px 0;
  }
}

.aa31{
  padding: 40px 0;
}
.aa31 .aa31con{
  max-width: 1600px;
  margin:0 auto;
}
.aa31 .aa31con .a11{
    text-align: center;
}
.aa31 .aa31con .a11 .a1{
  font-size: 32px;
  color: #222222;
}
.aa31 .aa31con .a11 .a2{
  font-size: 22px;
  color: #888888;
}
.aa31 .aa31con .a12{
  padding: 60px 0 40px;
    overflow:hidden;
    position: relative;
}
.aa31 .aa31con .a12 .hz{
  margin-bottom:30px;

}
.aa31 .aa31con .a12 .hz .swiper-container{
  overflow:visible;
}
.aa31 .aa31con .a12 .hz .swiper-container .swiper-slide img{
  width: 100%;
}
.aa31 .aa31con .a12 .hz:nth-child(even){
  transform:  translate(100px,0);
}
@media (max-width: 1600px) { 
  .aa31con{
    padding: 0 20px;
  }

}
@media (max-width:960px) { 
  .aa31 .aa31con .a11 .a1{
    font-size: 26px;
  }
  .aa31 .aa31con .a11 .a2{
    font-size: 18px;
  }
  .aa31 .aa31con .a12{
    padding: 40px 0 30px;
  }


}

@media (max-width:768px) { 
.aa31 .aa31con .a12 .hz{
  margin-bottom: 20px;
}
  .aa31 .aa31con .a12 {
    padding: 30px 0 25px;
  }
.aa31 .aa31con .a11 .a1{
  font-size: 22px;

}
.aa31 .aa31con .a11 .a2{
  font-size: 14px;
}
}
.aazixun{
  width: 190px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #481c87;
  border:1px solid #481c87;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  transition: 0.3s all;
}
.aazixun:hover{
       color: #ffffff;
    border-color: #471c87;
    background-color: #471c87;
}
@media (max-width: 960px) { 
.aazixun{
  width: 180px;
  height: 45px;
  line-height: 45px;

}
}
@media (max-width: 768px) { 
.aazixun{
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
}

.gdtc{
  position: fixed;
  right: 6px;
  top: 50%;
  z-index: 999;
}
.gdtc .a1{
  margin:1px 0;
  cursor: pointer;
}
.gdtc .a1 img{
    width: 60px;
}
@media (max-width: 480px) { 
    .gdtc .a1 img{
      width: 45px;
      height: 45px;
    }
}