@charset "utf-8";
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;}/*背景为白色*/
/*通用样式*/
.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;
}

.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;}
/*.aa0{
position:fixed;
top:0;
display:block !important;
left:0;
z-index:1200;
}*/
.container{
  max-width: 16.46rem;
  margin: 0 auto;
  padding: 0 20px;
}
body.navShow {
  overflow: hidden;
}
/*.erbanner .aa3 .a2 .b2{
position: fixed;
  top: 0;
  left: 0;
  z-index: 5555;
}
.erbanner .aa3{
display:block !important;
} */
/* 分页容器样式 */
        .listpage {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 8px;
            padding: 16px;
            background-color: #ffffff;
            border-radius: 8px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        }

        /* 通用按钮/页码样式 */
        .p_pages span {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            min-width: 40px;
            height: 40px;
            padding: 0 8px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.2s ease;
        }

        /* 可点击的按钮样式（下页、尾页、页码链接） */
        .p_fun a, .p_no a {
            color: #3370ff;
            text-decoration: none;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
        }

        /* 正常状态（可点击） */
        .p_fun, .p_no {
            background-color: #f5f7fa;
            color: #3370ff;
        }

        /* 禁用状态（首页、上页不可点击） */
        .p_fun_d {
            color: #c0c6d0;
            background-color: #fafbfc;
            cursor: not-allowed;
        }

        /* 当前页码样式 */
        .p_no_d {
            background-color: #3370ff;
            color: #ffffff;
            font-weight: 600;
        }

        /* 鼠标悬浮效果（可点击元素） */
        .p_fun:hover, .p_no:hover {
            background-color: #e8f0ff;
            transform: translateY(-1px);
        }

        /* 点击active效果 */
        .p_fun:active, .p_no:active {
            transform: translateY(0);
            background-color: #d6e4ff;
        }

        /* 响应式适配 */
        @media (max-width: 576px) {
            .listpage {
                gap: 4px;
                padding: 12px;
            }
            .p_pages span {
                min-width: 32px;
                height: 32px;
                padding: 0 4px;
                font-size: 13px;
            }
        }
.head{
  background-color: #00004d;
}
.head .aa1{
  margin-top: 0.35rem;
  width: 3.23rem
}
.head .aa1  img{
display:block;
}
.head .aa2{
  width: 12.9rem;
  border-left: 1px solid rgba(255,255,255,.2);
}
.head .aa2 .a11{
  padding: 0.16rem 0 0.11rem;
  border-bottom: 1px solid rgba(255,255,255,.2);
  line-height: 0.40rem;
  color: #8d8da3;
}
.head .aa2 .a11 .a1{
  padding-left: 0.28rem;
  font-size: 0.16rem;
}
.head .aa2 .a11 .a2 .b1{
  font-size: 0.18rem;
}
.head .aa2 .a11 .a2 .b2{
  font-size: 0.16rem;
  border:1px solid rgba(255,255,255,.2);
  height: 0.38rem;
  width: 2.10rem;
  line-height: 0.38rem;
  text-align: center;
  color: #ffffff;
  border-radius: 0.10rem;
  margin-left: 0.22rem;
}
.head .aa2 .a12{

}
.head .aa2 .a12 ul{
  padding-left: 0.06rem;
}
.head .aa2 .a12 ul li{
   float: left; 
   position: relative;
   margin-left: 0.14rem;
   height: 0.82rem;

} 
.head .aa2 .a12 ul li .a1{
  height: 0.82rem;
  line-height: 0.82rem;
  font-size: 0.15rem;
  color: #ffffff;
  position: relative;
}
.head .aa2 .a12 ul li .a1 .b1{
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -0.20rem;
  bottom:-0.19rem;
  width: 0.4rem;
  height: 0.39rem;
}
.head .aa2 .a12 ul li.active .a1 .b1{
  display: block;
}

.head .aa2 .a12 ul li:hover .a1 .b1{
  display: block;
}
.head .aa2 .a12 ul li .a1  span{
  display: inline-block;
  width: 0.14rem;
  height: 0.08rem;

}
.head .aa2 .a12 ul li .two{
  position: absolute;height: auto;
  left:50%;
  min-width:1.80rem;
  z-index: 1000;
  white-space: nowrap;
  transition: all 0.4s;
  top:120%;
  visibility:
  hidden;opacity: 0;
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius:0.06rem;
  padding :0.10rem 0.10rem;
}
.head .aa2 .a12 ul li .two dl dd{
  color: #191919;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.50rem;
}
.head .aa2 .a12 ul li:hover .two{
  visibility: visible;
  opacity:1;
  top:100%;
}
.head .aa2 .a12 ul li:hover  .a1  span img{
  display:none;
}
/* 手机端导航 */
.head_m{
  background-color: #00004d;
  padding: 0 0.3rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  display: none;

  width: 100%;
  position: fixed;
  transition: all 0.7s ease-out 0s;
  top: 0;
  left: 0;
  z-index: 99;
}

.head_m .aa1{
    width:3.23rem;
    height:  0.81rem;
    padding: 0.2rem 0;
  }
.head_m .aa1  img{
width:100%;height:100%;
display:block;
}
 .head_m .mbtn{
  width: 1.47rem;
  height: 100%;
  background: url(../images/nav1.png) no-repeat left bottom;
  background-size:100% 100%;
  position: absolute;
  right: 0;
  top:0;
  /*display:none;*/
}
.nav-menu{
    width:.34rem;
    height:.28rem;
    cursor:pointer;
    position: relative;
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%, -50%);
   margin-left: -0.22rem;
}
.nav-menu div{
  position:absolute;
  right:0;
  display:block;
  height:2px;
  background:#00004d;
  transform-origin:50% 50%;
}
.nav-menu div:nth-child(1){
  top:0;
  width:100%;
  transition:.8s;
  transform:rotate(0);
}
.nav-menu div:nth-child(2){
  top:calc(50% - 1px);
  width:24px;
  transition:.6s;
}
.nav-menu div:nth-child(3){
  top:calc(100% - 2px);
  width:100%;
  transition:.6s;transform:rotate(0);
}
.hd1-aon1 div:nth-child(1){
  top:50%;
  transition:.6s;
  transform:rotate(45deg);
}
.hd1-aon1 div:nth-child(2){
  width:0;transition:.6s;
}
.hd1-aon1 div:nth-child(3){
  top:50%;
  transition:.6s;
  transform:rotate(-45deg);
}

.navm-box{
  position:fixed;
  top:0;right:-100%;
  z-index:3;
  margin:auto;width:100%;height:100vh;background:#f8f5f2 ;
  padding-top:1rem;
  padding-bottom:0.2rem;
  transition: 0.6s all;
  visibility: hidden;opacity: 0;
  display: flex;flex-direction: column;
}

.navm-box.act{visibility: inherit;opacity: 1;right: 0;}
.nav-wrap{padding:0 3%;text-align:left;overflow-y: auto;}
.nav-wrap li{
  position:relative;
  width:100%;border-bottom:1px solid #d8ccc0;
  font-size:18px;
  line-height:60px;
}
.nav-wrap li div.icon-jia{
  position:absolute;top:0;right:0;
  margin:auto;
  width:60px;
  height:60px;
  font-size: 18px;
  background:url(../images/down.png) no-repeat center center;
  background-size:22px 22px;
  transition: 0.3s all;
}
.nav-wrap li a{display:block;color:#333333;}
.nav-wrap dl{display:none;}
.nav-wrap dt{text-indent:.2rem;font-size:16px;line-height: 50px;}
.nav-wrap dt a{color:#434343;}
/* 手机端导航 */
.banner {
  position: relative;
  width: 100%;

  
}

.banner .swiper-pagination-bullet{
  background: url(../images/003.png) no-repeat;
  width: 0.24rem;
  height: 0.23rem;
  opacity: .4;
}
.banner .swiper-pagination-bullets{
  font-size: 0.16rem;
}
.banner  .swiper-pagination-bullet-active{
  background: url(../images/003.png) no-repeat;
  width: 0.24rem;
  height: 0.23rem;
  opacity: 1;
}

.banner  .swiper-wrapper  .swiper-slide img{
  max-width: 100%;
}
.banner .jiantou{
  position: absolute;
  bottom: 1rem;
  right:5%;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  width: 1.4rem;
}
.banner .jiantou .swiper-button-next1,.banner .jiantou .swiper-button-prev1{
  width: 0.52rem;
  height: 0.52rem;
  background-color: #00004d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.banner .jiantou img{
  width: 0.21rem;
  height: 0.06rem;
}
.banner .jiantou .swiper-button-next1 img{
    transform:rotate(180deg);
}

/* section1 */
.section1{
  padding: 1rem 0;
}
.section1 .aa1{
  display: flex;
  justify-content: space-between;
}
.section1 .aa1 .a11{
  width: calc(50% - 0.25rem - 0.6rem);
  transition: 0.3s all;
  background-color: #f5f5f5;
  position: relative;
  padding: 0.4rem 0 0.4rem 0.6rem;
  height: 2.44rem;
}
.section1 .aa1 .a11 .a1{
  font-size: 0.2rem;
  transition: 0.3s all;
  width: 3.46rem;
  height: 0.6rem;
  padding-top: 0.2rem;
}
.section1 .aa1 .a11 .a2{
  color: #4b4b4b;
  font-size: 0.16rem;
  transition: 0.3s all;
  margin-top: 0.2rem;
}
.section1 .aa1 .a11 .a3{
  width: 0.4rem;
  height: 0.4rem;
  transition: 0.3s all;
  background-color: #00004d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  bottom: 0.7rem;
}
.section1 .aa1 .a11 .a3 .b2{
   transition: 0.3s all;
}
.section1 .aa1 .a11 .a3 .b2{
  display: none;
   transition: 0.3s all;
}
.section1 .aa1 .a11 .a4{
  width: 4.45rem;
  height: 2.44rem;
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
}
.section1 .aa1 .a11:hover {
  background-color: #00004d;
  color: #ffffff;
}
.section1 .aa1 .a11:hover .a2{
  color: #ffffff;
}
.section1 .aa1 .a11:hover .a3{
  background-color: #ffffff;
}
.section1 .aa1 .a11:hover .a3 .b2{
  display: block;
}
.section1 .aa1 .a11:hover .a3 .b1{
  display: none;
}
/* section1 */


/* section2 */
.section2{
  padding: 0.8rem 0;
  background-color: #f7f8fc;
}
.section2 .aa1{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.section2 .aa1 .a11{
  font-size: 0.2rem;
  color: #9f9fa0;
}
.section2 .aa1 .a11 p{
  padding-left: 0.65rem;
}
.section2 .aa1 .a12{
  color: #c0c0c0;
  font-size: 0.16rem;
  width: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.section2 .aa2{
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
  gap:0.63rem;
}
.section2 .aa2 .left{
   display: flex;
   justify-content: space-between;
   gap:0.63rem;
   width: 63%;
}
.section2 .aa2  .a11{
  position: relative;
  overflow: hidden;
  width: calc(50% - 0.315rem);
}
.section2 .aa2  .a11 .a1{
  width: 100%;
}
.section2 .aa2  .a11 .a2{
  padding: 0.4rem 0.4rem;
  height: 1.78rem;
  width: calc(100%  - 0.8rem);
}
.section2 .aa2  .a11 .a2 .b11{
  display: flex;
  justify-content: space-between;
}
.section2 .aa2  .a11 .a2 .b11 .b1{
  color: #00004d;
  font-size: 0.16rem;

}
.section2 .aa2  .a11 .a2 .b11 .b2{
  color: #b6b6b6;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
}
.section2 .aa2  .a11 .a2 .b11 .b2 span{
  margin-left: 0.1rem;
}
.section2 .aa2  .a11 .a2 .b12{
  font-size: 0.18rem;
  margin-top: 0.30rem;
  line-height: 0.34rem;
}
.section2 .aa2  .a11 .a3{
  position: absolute;
  transition: 0.3s all;
  top: 0;
  left: -100%;
  padding: 0.8rem 0.4rem 0.4rem;
  height:  calc(100%  - 1.2rem);
  background: url(../images/001.jpg) no-repeat;
  background-position: top center;
}

.section2 .aa2  .a11 .a3 .b13{
  color: #a3a3a3;
  font-size: 0.16rem;
  margin-top: 0.28rem;
  line-height: 0.34rem;
}
.section2 .aa2  .a11 .a3 .b14{
  position: absolute;
  bottom: 0.7rem;
  left: 0.4rem;
  background-color: #00004d;
  width: 1.0rem;
  height: 0.35rem;
  border-radius: 0.175rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section2 .aa2  .a11:hover .a3{
  left: 0;
}
.section2 .aa2 .right{
 width: calc(37% - 0.63rem);
}
.section2 .aa2 .right .a12{
  display: flex;
  gap:0.3rem;
}
.section2 .aa2 .right .a12 .a1{
  width: 41.2%;
  overflow: hidden;
}
.section2 .aa2 .right .a12 .a1 .b1{
  width: 100%;
   transition: 0.3s all;
}
.section2 .aa2 .right .a12 .a2{
  position: relative;
  width: calc(58.8% - 0.6rem);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0.1rem 0;
}
.section2 .aa2 .right .a12 .a2 .b1{
  font-size: 0.2rem;
}
.section2 .aa2 .right .a12 .a2 .b2{
  width: 0.2rem;
  height: 0.05rem;
  margin-top: 0.22rem; 
}

.section2 .aa2 .right .a13{
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,.2);
  margin:0.3rem 0;

}
.section2 .aa2 .right .a12:hover .a1 .b1{

  transform: scale(1.1,1.1);
}
/* section2 */
/* section4 */



 


.section4{
   padding: 0.8rem 0;
   background:url(../images/012.png) no-repeat;
   background-position: left bottom;
}
.section4 .seccontainer{

  max-width: 16.64rem;
  margin: 0 auto;
  padding: 0 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section4 .left{
  padding: 1rem 0 .1rem;
  overflow: hidden;
  position: relative;
  width: 3.34rem;
}
.section4 .left .aa1{
  position: relative;
}
.section4 .left .aa1 .a11 img{
  
}
.section4 .left .aa1 .a11 p{
  font-size: 0.2rem;
  padding-left: 0.65rem;
  color: #9f9fa0;
  margin-top: 0.12rem;
  white-space: nowrap;
}
.section4 .left .aa1::before {
  content: "";
  position: absolute;
  bottom: 115%;
  left: .3rem;
  width: 1px;
  height: 1.06rem;
  background: #eeeeee;
  transition: 1s;
}

.section4 .left .aa1::after {
  content: "";
  position: absolute;
  top: 94%;
  left: .3rem;
  width: 1px;
  height: 150vw;
  background: #eeeeee;
  transition: 1s;
}

.section4 .left .aa2{
  padding:0.7rem 0 0 0.7rem;
}

.section4 .left .aa2 .a11{
  position: relative;
  width: 0.53rem;
  margin-bottom:0.2rem;
}
.section4 .left .aa2 .a11 .a1{
  width: 0.53rem;
  padding-top: -100%;
display:block;
}
.section4 .left .aa2 .a11 .a2 img{
  width: 100%;
  height: 100%;
display:block;
}
.section4 .left .aa2 .a11 .a2{
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0.53rem;
  transform: translateY(-50%);
  top:50%;
  visibility:hidden;
  opacity: 0;
  transition: 0.3s all;
  z-index: 2;
  box-shadow: 0.02rem 0.03rem 0.1rem 0 rgba(115, 115, 115, 0.18);
}

.section4 .left .aa2 .a11 .a2::before{
  content: "";
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -o-transform:translateX(-50%);
  transform:translateY(-50%);
  border:0.08rem solid transparent;
  border-right-color:#ffffff;
  left:-0.15rem;
  z-index: 0;
}

.section4 .left .aa2 .a11:hover .a2{left:0.63rem;opacity: 1;visibility: inherit;}
.section4 .right {
  width: calc(100% - 3.34rem);
  /*width: calc(100% - 0rem);*/
  /*background-color: #f60;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    padding-top: 0.65rem;

}


.section4 .right .cullist{
  width: 4.3rem;
  /*margin-top: 2.1rem;*/
  position: relative;
  width: 32.85%;
}
.section4 .right .swiper-container{
  position: relative;
}
.section4 .right .cullist .swiper-container{
 
  transform: translateY(31.50%);
}
.section4 .right  .aaa{
  display: block;
  width: 100%;
  height: 0;
  padding-top: 146%;
  position: relative;
  overflow: hidden;
}
.section4 .right  .images{
  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;
}
.section4 .right  .aaa:hover .images{
  transform: scale(1.1,1.1);
}
.section4 .right .cullist .swiper-slide{
  overflow: hidden;
}
.section4 .right .cullist a {
  padding-top: 146%;
}
.section4 .right  .title{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  z-index: 3;
  font-size: 0.18rem;
 
  color: #ffffff;
  display: flex;
  align-items: center;
}
.section4 .right  .title::after{
  content: "";
  background-image: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 98%);
  width: 100%;
  height: 0.8rem;
  display: block;
  position: absolute;
  left: 0;
  bottom:-0.2rem;
  z-index: 1;
}
.section4 .right  .title .a1{
  width: 0.04rem;
  background-color: #ffffff;
  height: 0.34rem;
  position: relative;
  z-index: 2;
}
.section4 .right .title  .a3{
  position: relative;
  z-index: 2;
}
.section4 .right .cullist .title .a2{
  width: 0.60rem;
  height: 0.01rem;
}

.section4 .rr{
  width: 66.31%;

}
.section4 .right2{
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}


.section4 .right .weibo1{
  width: 4.05rem;
  position: relative;
  width:46.55%;
  align-self: flex-end;
  margin-bottom: 1%;
}
.section4 .right .weibo1 a {
  padding-top: 108%;
}
.section4 .right .weibo1 .title .a1{
  background-color: #a92829;
}
.section4 .right .weibo1 .title .a2{
  width: 0.3rem;
  height: 0.25rem;
   position: relative;
   z-index: 2;
   margin: 0 0.14rem;
}
.section4 .right .weibo1 .swiper-container{
 
  /*transform: translateY(33.75%);*/
}

.section4 .right .weibo2{
  width: 4.53rem;
  position: relative;
  width:52.07%;
  margin-bottom: 1%;
}
.section4 .right .weibo2 a {
  padding-top: 125%;
}
.section4 .right .weibo2 .title .a1{
  background-color: #a92829;
}
.section4 .right .weibo2 .title .a2{
  width: 0.3rem;
  height: 0.25rem;
   position: relative;
   z-index: 2;
   margin: 0 0.14rem;
}


.section4 .right .bilili{
  width: 2.63rem;
  position: relative;
  width: 30.23%;
}
.section4 .right .bilili a {
  padding-top: 95.817%;
}
.section4 .right .bilili .title .a1{
  background-color: #0090ff;
}
.section4 .right .bilili .title .a2{
  width: 0.44rem;
  height: 0.2rem;
   position: relative;
   z-index: 2;
   margin: 0 0.14rem;
}

.section4 .right .shipin{
  width: 5.49rem;
  position: relative;
  width: 68.39%;
}
.section4 .right .shipin a {
  padding-top: 70.92%;
}
.section4 .right .shipin .title .a1{
  background-color: #a92829;
}
.section4 .right .shipin .title .a2{
  width: 0.29rem;
  height: 0.25rem;
   position: relative;
   z-index: 2;
   margin: 0 0.14rem;
}

.section4 .right .weixin{
  width: 5.95rem;
  position: relative;
  width: 63.1%;
  transform: translate(-52.28%,-60.42%);
  margin-bottom: -30%;
}
.section4 .right .weixin a {
  padding-top: 48.45%;
}
.section4 .right .weixin .title .a1{
  background-color: #09bb07;
}
.section4 .right .weixin .title .a2{
  width: 0.26rem;
  height: 0.21rem;
   position: relative;
   z-index: 2;
   margin: 0 0.14rem;
}

.section5{
  max-width: 19.2rem;
  display: flex;
  margin: calc( 100vw / 19.2 * 1.2 ) auto 0;
  background: url(../images/a009.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
.section5 .left{
  width: 54.68%;
  position: relative;

}
.section5 .left  .aaa{
  padding-top: 88.09%;
}
.section5 .left .images{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  transition: 0.2s all;
}
.section5 .right .aa1{
  position: relative;
  padding: 0.93rem 0 0 0.8rem;
  padding:  calc( 100vw / 19.2 * 0.93 ) 0 0  calc( 100vw / 19.2 * 0.8 );
}
.section5 .right .aa1 .a11 img{
    width: 2.24rem;
    width:  calc( 100vw / 19.2 * 2.24 );
}
.section5 .right .aa1 .a11 p
{  font-size: 0.2rem;
  padding-left: 0.65rem;
  width:  calc( 100vw / 19.2 *  0.65 );
  color: #9f9fa0;
  margin-top: 0.05rem;
  white-space: nowrap;
}
.section5 .right{
  width: calc(45.32% - 1.31rem);
  width: calc(45.32% - 100vw / 19.2 * 1.31);
}
.section5 .right .aa2{
  padding:0.6rem 0 0 1.4rem;


   padding:  calc( 100vw / 19.2 * 0.6 ) 0 0  calc( 100vw / 19.2 * 1.4 );
}
.section5 .right .aa2 .timeline .timeline-item{
  position: relative; /* 作为子元素的定位基准 */
  padding-left:0.4rem; /* 给左侧圆圈+连接线留空间 */
  margin-bottom: 0.2rem; /* 节点之间的垂直间距 */
  transition: all 0.3s ease; /* 平滑过渡动画 */
  font-size: 0.2rem;
   padding-left:calc( 100vw / 19.2 * 0.4 ); /* 给左侧圆圈+连接线留空间 */
  margin-bottom: calc( 100vw / 19.2 * 0.2 ); /* 节点之间的垂直间距 */
  font-size: calc( 100vw / 19.2 * 0.2 )
}
.section5 .right .aa2 .timeline .timeline-item .content{
  display: block;
  color: #8a8a8a;
}
.section5 .right .aa2 .timeline .timeline-item:hover .content{
  color: #22225c;
}
.section5 .right .aa2 .timeline .timeline-item:hover::before {
      /* transform: scale(1.1); */ /* 圆圈放大 */
     
    }
.section5 .right .aa2 .timeline .timeline-item::before {
      /*content: attr(data-num);  从data-num属性获取编号 */
      content: "";
      position: absolute;
      left: 0;
      top: 0.075rem;
      width:0.13rem;
      height: 0.13rem;
      border-radius: 50%; /* 圆形 */
      background-color: #ffffff; /* 主色调 */
      color: white;
      text-align: center;
      border:0.01rem solid #00004d;
      z-index: 1; /* 确保圆圈在连接线之上 */
      transition: all 0.3s ease; /* 动画效果 */
border:calc( 100vw / 19.2 * 0.01 ) solid #00004d;
       top:calc( 100vw / 19.2 * 0.075 );
      width:calc( 100vw / 19.2 * 0.13 );
      height: calc( 100vw / 19.2 * 0.13 );
    }
  .section5 .right .aa2 .timeline   .timeline-item::after {
      content: '';
      position: absolute;
      left: 0.07rem; /* 与圆圈中心对齐（40px/2 = 20px） */
      top: 0.20rem; /* 从圆圈底部开始 */
      width: 0.01rem; /* 连接线宽度 */
      height: calc(100% + 0.2rem); /* 连接线高度（覆盖节点间距） */
      background-color: #00004d; /* 连接线颜色 */
      z-index: 0; /* 确保连接线在圆圈之下 */

      left:calc( 100vw / 19.2 * 0.07 );
       top:calc( 100vw / 19.2 * 0.20 );
  
      height: calc(100% + 100vw / 19.2 * 0.2 );
    }
    .section5 .right .aa2 .timeline  .timeline-item:last-child{
      margin-bottom: 0; 
    }
    .section5 .right .aa2 .timeline  .timeline-item:last-child::after {
      display: none;
    }
  .section6{
    padding: 0.8rem 0;
    padding: calc( 100vw / 19.2 * 0.8 ) 0;
  }
  .section6 .aa1{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section6 .aa1 .a11  img{
    width: 2.59rem;
    width: calc( 100vw / 19.2 * 2.59 );
  }
   .section6 .aa1 .a11  p{
    font-size: 0.2rem;
    font-size:calc( 100vw / 19.2 * 0.2 );
    color: #9f9fa0;
    margin-top: 0.12rem;
    margin-top:calc( 100vw / 19.2 * 0.12 );
    padding-left:0.5rem;
    padding-left:calc( 100vw / 19.2 * 0.5 );
   }
   .section6 .aa2{
     width: calc( 100vw / 19.2 * 17.9 );
     max-width: 17.9rem;
     overflow:hidden;
     margin-top: calc( 100vw / 19.2 * 0.75);

   }
   
   .section6 .aa2 .student1{
    display: none;
   }
      .section6 .aa2 .student{
         position: relative;
        padding-bottom:calc( 100vw / 19.2 * 0.8);
      }
      .section6 .aa2 .student .swiper-slide {
        /*margin-right: calc( 100vw / 19.2 * 0.35);*/
      }
      .section6 .aa2 .student .swiper-slide  img, .section6 .aa2 .student1 .swiper-slide  img{
        width: 100%;
        border-radius: 0.16rem;
      }
     .section6 .aa2 .student  .swiper-pagination-bullets,.section6 .aa2 .student1  .swiper-pagination-bullets{
      font-size: 0.16rem;
     }
    .section6 .aa2 .student  .swiper-pagination-bullet-active,.section6 .aa2 .student1  .swiper-pagination-bullet-active {
        opacity: 1;
        background: #00004d;
      }
.foot{
  background-color: #00004d;
  padding-top:calc( 100vw / 19.2 * 1);
}
.foot .container{
  display: flex;
  justify-content: space-between;
}
.foot .container .title{
  font-size: calc( 100vw / 19.2 * 0.3);
  color: #ffffff;
  margin-bottom: calc( 100vw / 19.2 * 0.3);
}
.foot .container .left{
  width: calc( 100vw / 19.2 * 5);
}
.foot .container .left ul{
  display: flex;
  flex-wrap:wrap;
}
.foot .container .left ul li{

  
  margin-right: calc( 100vw / 19.2 * 0.2);
  margin-bottom: calc( 100vw / 19.2 * 0.2);
}
.foot .container .left ul li a{
    display: flex;
  align-items: center;

  color: #a7a7a7;
  font-size: calc( 100vw / 19.2 * 0.18);
}
.foot .container .left ul li img{
  width: calc( 100vw / 19.2 * 0.19);
}
.foot .container .center{
  width: calc( 100vw / 19.2 * 5.48);
} 
.foot .container .center ul li{
  color: #a7a7a7;
  font-size: calc( 100vw / 19.2 * 0.18);
   margin-bottom: calc( 100vw / 19.2 * 0.2);
}
.foot .container .right{
  width: calc( 100vw / 19.2 * 5.49);
} 
.foot  .banquan{
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 0.1rem;
  color: #a7a7a7;
  font-size: 0.12rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: calc( 100vw / 19.2 * 0.18) 0;
} 
.foot .container .right .aa2{
  display: flex;
  flex-wrap: wrap;
}
.foot .container .right .aa2 .a11{
  position: relative;
  width: calc( 100vw / 19.2 * 0.53);;
  margin-bottom:  calc( 100vw / 19.2 * 0.15);
  border-radius: 50%;
  margin-right: calc( 100vw / 19.2 * 0.15);
  min-width: 0.3rem;
}
.foot .container .right .aa2 .a11:last-child{
  margin-right: 0;
}
.foot .container .right .aa2 .a11 .a1{
  border-radius: 50%;
  width: 100%;
}
.foot .container .right .aa2 .a2{
  position: absolute;
  width: calc( 100vw / 19.2 * 1);
  height: calc( 100vw / 19.2 * 1);
  left: 50%;
  transform: translateX(-50%);
  top:calc( -100vw / 19.2 * 1);
  visibility:hidden;
  opacity: 0;
  transition: 0.3s all;
  z-index: 2;
  box-shadow: 0.02rem 0.03rem 0.1rem 0 rgba(115, 115, 115, 0.18);
}
.foot .container .right .aa2 .a2::before{
  content: "";
  position:absolute;
  left:50%;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  transform:translateX(-50%);
  border:0.08rem solid transparent;
  border-top-color:#ffffff;
  bottom:-0.15rem;
  z-index: 0;
}
.foot .container .right .aa2 .a2 img{width: 100%;height: 100%;}

.foot .container .right .aa2 .a11:hover .a2{
  top:calc( -100vw / 19.2 * 1.1);opacity: 1;visibility: inherit;
}
  .foot .banquan .center{
    padding: 0 0.1rem;
  }
  .erbanner{
    position: relative;
  }
  .erbanner .aa1{
    width: 100%;
  }
   .erbanner .container{
    position: relative;
    width: calc( 100vw / 19.2 * 16.46);
   }
   .erbanner  .aa2{
    position: absolute;
    bottom: 0;
    left: 0.20rem;

   }
   .erbanner  .aa2 .a1{
      width: calc( 100vw / 19.2 * 4.59);
   }
   .erbanner  .aa2 p{
    position: absolute;
    left: 0;
    top: 58%;
    color: #ffffff;
    font-size: 0.36rem;
    font-size:calc( 100vw / 19.2 * 0.36);
    width: 100%;
    text-align: center;
   }
   .erbanner  .aa3{
    display: none;
   }
   .erbanner  .aa0{
    display: none;
   }
  .mains{
min-height: 500px;
  }
  .mains .container{
    width: calc( 100vw / 19.2 * 16.46);
    display: flex;
    justify-content: space-between;
  }
  .mains .container .left{
    width: calc( 100vw / 19.2 * 4.59);
  }
   .mains .container .left{
    position: relative;
   }
  .mains .container .left ul{
    position: relative;
    background-color: #f6f6f6;

  }

  .mains .container .left ul li{
    border-left:calc( 100vw / 19.2 * 0.03) solid   #00004d;
     transition: 0.3s all;
    height: calc( 100vw / 19.2 * 0.9);
    position: relative;
  }
  .mains .container .left ul li>a{
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 calc( 100vw / 19.2 * 0.33) 0 calc( 100vw / 19.2 * 0.4);
    transition: 0.3s all;
  }
  .mains .container .left ul li>a img{
    /*opacity: 0;*/
    transition: 0.3s all;
    width: calc( 100vw / 19.2 * 0.35);
  }

 .mains .container .left ul li:hover, .mains .container .left ul li.active{
    background-color: #ffffff;

        border-left:calc( 100vw / 19.2 * 0.03) solid   #ccccdb;
  }
/*  .mains .container .left ul li:hover a img, .mains .container .left ul li.active a img{
    opacity: 1;
  }
*/
  .mains .container .left ul li p{
    color: #222222;
    font-size: calc( 100vw / 19.2 * 0.20);
  }

  .xialai1{
    position: absolute;
    right:calc( 100vw / 19.2 * 0.35);
    transition: 0.3s all;
    width: calc( 100vw / 19.2 * 0.35);
    top: calc( 100vw / 19.2 * 0.275);

  }
  .xialai1.on{
  transform: rotate(90deg);
  }
    .erjixiala{
      display: none;
    }
    .erjixiala dd{
      color: #000000;
      font-size: calc( 100vw / 19.2 * 0.18);
      padding-left: calc( 100vw / 19.2 * 0.6);
      height: calc( 100vw / 19.2 * 0.7);
      display: flex;
      align-items: center;
    }
    .erjixiala dd:hover {
      color: #00004d;
    }
  .mains .container .right{
    width: calc( 100vw / 19.2 * 11.32);
  }
    .mains .container .right .right1{
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      height:calc( 100vw / 19.2 * 0.88); 
      border-bottom:calc( 100vw / 19.2 * 0.02) solid #00004d;
    }
        .mains .container .right .right1 .aa1, .mains .container .right .right1 .aa2{
          display: flex;
          align-items: center;
        }
     .mains .container .right .right1 .aa1 img{
      width: calc( 100vw / 19.2 * 0.37);
      margin-right:  calc( 100vw / 19.2 * 0.1);
     }
     .mains .container .right .right1 .aa1 p{
      color: #00004d;
      font-size: calc( 100vw / 19.2 * 0.3);
     }
  .mains .container .right .right1 .aa2 a{
font-size:14px;
}
     .mains .container .right .right1 .aa2 .a1{
      width:  calc( 100vw / 19.2 * 0.38);

     }
     .mains .container .right .right1 .aa2 p{
      font-size: calc( 100vw / 19.2 * 0.18);
      color:#4a4a4a;
     }
     .mains .container .right .right1 .aa2 .a2{
        padding: 0  calc( 100vw / 19.2 * 0.12);
     }
     .mains .container .right .right1 .aa2  .a5{
      color: #00004d;
     }
      .mains .container .right .right2{
         padding:   calc( 100vw / 19.2 * 0.6) 0;
      }
       .mains .container .right .right2 img{
        max-width: 100%;
       }

     .ernav{
      
        padding: 0  3%;
        background: #f6f6f6;
     }
     .ernav .nav-list{
      display: none;
     }
     .ernav li{
      position: relative;
     }
      .ernav li a{
        display: block;
        line-height: calc( 100vw / 750 * 80);
        font-size:  calc( 100vw / 750 * 26);
        color: #222222;

      }
      .ernav li .xialai2{
        width: 0.35rem;
        position: absolute;
        right: 0;
        top: calc( 100vw / 750 * 22.5);;
       
      }
      .ernav li.active a,.ernav li:hover a{
        color: #00004d;
      }

     .erjixiala2{
      display: none;
    }
    .xialai2.on{
       transform: rotate(90deg);
    }
    .erjixiala2 dd{
      color: #000000;
      font-size: calc( 100vw / 750 * 24);
      padding-left: calc( 100vw / 750 * 40);
      height: calc( 100vw / 750 * 60);
      display: flex;
      align-items: center;
    }
    .erjixiala2 dd:hover {
      color: #00004d;
    }
      .settings{
        
      }
      .settings .aa1{
        display: flex;
        flex-wrap: wrap;
      }
       .settings .aa1 .a11{
        width: 42.5%;
        background-color: #f6f6f6;
        padding: 0 3%;
        height: calc( 100vw / 19.2 * 1.25);
        margin-right: 3%;
        margin-bottom: calc( 100vw / 19.2 * 0.25);
        border-radius: 0.1rem;
       }
        .settings .aa1 .a11  a{
          display: flex;
          align-items: center;
          justify-content: space-between;
          height: 100%;
        }
       .settings .aa1  .a11:nth-child(2n+1){
          margin-right:0;
       }
       .settings .aa1 .a11 .a1{
          width: calc( 100vw / 19.2 * 0.37);
       }
        .settings .aa1 .a11 p{
         transition: 0.2s all;
          color: #222222;
          font-size:  calc( 100vw / 19.2 * 0.22);
          width: 72%;
        }

        .settings .aa1 .a11 .a3,.settings .aa1 .a11 .a4{
          width: calc( 100vw / 19.2 * 0.3);
        }
        .settings .aa1 .a11 .a4{
          transition: 0.2s all;
         }
         .settings .aa1 .a11 .a4{
          display: none;
          transition: 0.2s all;
         }
         .settings .aa1 .a11:hover p{
             color: #00004d;
         }
         .settings .aa1 .a11:hover .a3{
          display: none;
         }
         .settings .aa1 .a11:hover .a4{
          display: block;
         }

 .training{
  
 }
.training .aa1{
  display: flex;
  flex-wrap: wrap;
}
.training .aa1 .a11{
  width: 41.5%;
  background-color: #f6f6f6;
  padding: 0 3.5%;
  height: calc( 100vw / 19.2 * 2);
  margin-right: 3%;
  margin-bottom: calc( 100vw / 19.2 * 0.3);
  border-radius: 0.1rem;
  position: relative;
 }
 .training .aa1 .a11 a{
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  position: relative;
  z-index: 2;
 }
  .training .aa1 .a11 .a1{
  width: calc( 100vw / 19.2 * 0.93);
  width:20.4%;
  }
  .training .aa1 .a11 .a3{
    position: absolute;
    right:calc( -100vw / 19.2 * 0.5);;
    top:  calc( 100vw / 19.2 * 0.16);
    width: calc( 100vw / 19.2 * 1.73);
    opacity: 0;
      transition: 0.2s all;
      z-index: 1;
  }
  .training .aa1 .a11 .a2{
    display: none;
  }
 .training .aa1 .a11 p{
    transition: 0.2s all;
      color: #222222;
      font-size:  calc( 100vw / 19.2 * 0.22);
      width: 74.6%;
  }
  .training .aa1 .a11:hover{
    background-color:#00004d;
    
  }
  .training .aa1 .a11:hover .a1{
    display: none;
  }
  .training .aa1 .a11:hover .a2{
    display: block;
  }
  .training .aa1 .a11:hover p{
    color: #ffffff;
  }
   .training .aa1 .a11:hover .a3{
    opacity: 1;
   }
   .training .aa1  .a11:nth-child(2n){
      margin-right:0;
   }
.article{

}
.article .aaa1{
  display: flex;
  justify-content: space-between;
}
.article .aaa1 .aa1{
  width: 31.71%;
}
.article .aaa1 .aa1 .a11{
  width: 100%;
}
.article .aaa1 .aa1 .a12 {
  padding: 0.15rem 8.9% 0.15rem;
  background: #f6f6f6;
  border-bottom-left-radius: 0.12rem;
  border-bottom-right-radius: 0.12rem;
}
.article .aaa1 .aa1 .a12  .a1{
  font-size: 0.16rem;
  line-height: 0.28rem;
  margin-bottom: 0.15rem;
  color: #272727;
}
.article .aaa1 .aa1 .a12  .a2{
  border-top:1px solid #dedede;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.5rem;
}
.article .aaa1 .aa1 .a12  .a2 .b1{
  color: #868382;
  font-size: 0.14rem;
}
.article .aaa1 .aa1 .a12  .a2 .b2{
  width: 0.09rem;
  height: 0.09rem;
}
.article .aaa1 .aa1 .a12  .a2 .b3{
  display: none;
}
.article .aaa1 .aa1:hover .a12  .a2 .b2{
  display: none;
}
.article .aaa1 .aa1:hover .a12  .a2 .b3{
  display: block;
}

.article .aaa1 .aa1:hover .a12 {
  background: #00004d;
}
.article .aaa1 .aa1:hover .a12  .a1{
  color: #ffffff;
}
.article .aaa1 .aa1:hover .a12  .a2 .b1{
  color: #ffffff;
}
.article .aaa1 .aa1 a{
  display: block;
}
.article .aaa2{
  margin-top:  calc( 100vw / 19.2 * 0.40);
}
.article .aaa2 .aa1{
  
  background: #f8f8f8;
  border-radius: 0.1rem;

  margin-bottom:0.3rem;
}
.article .aaa2 .aa1 a{
  display: flex;
}
.article .aaa2 .a11{
  width: 2.01rem;
  width: calc( 100vw / 19.2 * 2.01);
  height: 1.8rem;
  height: calc( 100vw / 19.2 * 1.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f1f2f3;
  border-radius: 0.1rem;
}
.article .aaa2 .a11 .a1{
  color: #868382;
  font-weight: bold;

  font-size:0.56rem;
  font-size:calc( 100vw / 19.2 * 0.56);
  line-height: 0.56rem;
  line-height: calc( 100vw / 19.2 * 0.56);
}
.article .aaa2 .a11 .a2{
  color: #868382;
  font-size: 0.14rem;
}
.article .aaa2 .a12{
  width:  calc( 94.5% - 2rem);
  padding:calc( 100vw / 19.2 * 0.40) 2.75%; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article .aaa2 .a12 .a1{
  color: #272727;
  font-size: 0.16rem;
}
.article .aaa2 .a12 .a2{
  color: #868382;
  font-size: 0.14rem;
}
.articleshow{
  padding: 0.5rem 0.25rem;
}
.articleshow .title{
  color: #292929;
  font-size: 0.26rem;
  text-align: center;

}
.articleshow  .jianjie{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.15rem;

}
.articleshow .jianjie p{
  color: #a2a2a2;
  font-size: 0.18rem;
  margin-right: 0.3rem;
}
.articleshow .content{
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 0.3rem;
  padding: 0.3rem 0;
}
.articleshow .content p{
font-size:14px;
}
.articleshow .content img{
  max-width: 100%;
}
.pagess{
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
}
.pagess .aa1{
  display: flex;
  align-items: center;
}
.pagess .aa1 .a1{
  border:1px solid #dfdfdf;
  background: #f5f5f5;
  border-radius: 0.1rem;
  font-size: 0.18rem;
  width: 1.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #595858;
}
.pagess .aa1 .a1:hover{
   color: #000039;
}
.pagess .aa1 .a2{
  margin-left: 0.1rem;
}
.pagess .aa2{
  display: flex;
  align-items: center;
  width: 2rem;
  height: 0.5rem;
  border:1px solid #dfdfdf;
  background: #f5f5f5;
  border-radius: 0.25rem;
  color: #adadad;
  font-size: 0.16rem;
  justify-content: center;
}
.pagess .aa2 p{
  margin-right:0.1rem;
}
.pagess .aa2 img{
  width: 0.47rem;
}
.recruitment{

}
.recruitment ul li{
  padding:  calc( 100vw / 19.2 * 0.25) calc( 100vw / 19.2 * 0.35);
  background: rgba(248,248,255,6);
  margin-bottom:  calc( 100vw / 19.2 * 0.28);
}
.recruitment ul li .a1{
  font-size: calc( 100vw / 19.2 * 0.22);
  line-height: calc( 100vw / 19.2 * 0.6);
  border-bottom:1px solid rgba(171,171,171,.2);
  color: #000000;
}
.recruitment ul li .a2{
  color: #aeaeae;
  font-size: calc( 100vw / 19.2 * 0.16);
  margin-top: calc( 100vw / 19.2 * 0.2);
  line-height: calc( 100vw / 19.2 * 0.32);
}
.campus{
  background: #f7f7f7;
  padding:  calc( 100vw / 19.2 * 0.8) 0 calc( 100vw / 19.2 * 1);
}
.campus .aa1{
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
}
.campus .aa1 .a1{
  font-size: calc( 100vw / 19.2 * 0.36);
}
.campus .aa1 .a2{
  height: 2px;
  width:  calc( 100vw / 19.2 * 0.6);
  background: #000039;
  margin-top: calc( 100vw / 19.2 * 0.1);
}
.campus  .contain{
  max-width: 16.46rem;
  width: calc( 100vw / 19.2 * 16.46);
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.campus  .contain .aa2{
  display: flex;
}
.campus  .contain .aa2 .a11{
  width: 70.45%;
  padding:calc( 100vw / 19.2 * 0.28) 0;
  padding-right: 3%;
}
.campus  .contain .aa2 .a11 .a1{
  font-size: calc( 100vw / 19.2 * 0.28);
}
.campus  .contain .aa2 .a11 .a2{
  font-size: calc( 100vw / 19.2 * 0.18);
  margin-top:  calc( 100vw / 19.2 * 0.2);
}

.campus  .contain .aa2 .a12{
  width: 27.55%;
  background: #00004d;
  position: relative;
}
.campus  .contain .aa2 .a12 .annius{
  position: absolute;
  right: 5%;
  top: 50%;
  display: flex;
  margin-top: -0.23rem;
font-size:14px;
}
.campus  .contain .aa2 .a12 .annius .swiper-button-prev2{
  margin-right:0.1rem;
  cursor: pointer;
}
.campus  .contain .aa2 .a12 .annius .swiper-button-next2{
  cursor: pointer;
}
.campus  .contain .aa2 .a12 .annius img{
  border-radius: 50%;
}
.campus  .contain .aa3 {
  display: flex;
}
.campus  .contain .aa3 .swiper-container{
  width: 82.74%;
}
.campus  .contain .aa3 .swiper-container .swiper-slide img{
  max-width: 100%;
}
.campus  .contain .aa3 .a12{
  width: 17.26%;
  background: #00004d;
  position: relative;
}

.campus  .contain .aa3 .a12 .swiper-pagination{
  color: #ffffff;
  font-size: 0.3rem;
  bottom:50%;
}
/* section4 */
@media only screen and (max-width:1700px){
  /*.head{font-size: 90px;}*/
  /*html{
    font-size:calc( 100vw / 17);
  }*/
  .head .aa1{
    margin-top: 0.315rem;
    width: 2.80rem
  }
  .head .aa2{
    width: 11.8rem;
   
  }
  .head .aa2 .a11{
    padding: 0.14rem 0 0.1rem;
    line-height: 0.36rem;
  }
  .head .aa2 .a11 .a1{
    padding-left: 0.25rem;
    font-size: 0.14rem;
  }
  .head .aa2 .a11 .a2 .b1{
    font-size: 0.16rem;
  }
  .head .aa2 .a11 .a2 .b2{
    font-size: 0.14rem;
    height: 0.34rem;
    width: 1.89rem;
    line-height: 0.34rem;
    margin-left: 0.198rem;
  }
  
  .head .aa2 .a12 ul{
    padding-left: 0.054rem;
  }
  .head .aa2 .a12 ul li{
     margin-left: 0.16rem;
     height: 0.738rem;

  } 
  .head .aa2 .a12 ul li .a1{
    height: 0.738rem;
    line-height: 0.738rem;
    font-size: 0.12rem;
  }
  .head .aa2 .a12 ul li .a1 .b1{
    margin-left: -0.18rem;
    bottom:-0.179rem;
    width: 0.36rem;
    height: 0.35rem;
  }
  .head .aa2 .a12 ul li .a1  span{
    width: 0.16rem;
    height: 0.07rem;

  }
  .head .aa2 .a12 ul li .two{
    min-width:1.62rem;
    z-index: 1000;
    border-radius:0.054rem;
    padding :0.09rem 0.09rem;
  }
  .head .aa2 .a12 ul li .two dl dd{
    font-size: 0.14rem;
    line-height: 0.45rem;
  }
  
  .banner .swiper-pagination-bullet{
    width: 0.216rem;
    height: 0.212rem;
  }

  .banner  .swiper-pagination-bullet-active{
    width: 0.216rem;
    height: 0.212rem;
  }



  /* section1 */
  .section1{
    padding: 0.9rem 0; /* 1rem × 0.9 */
  }
  .section1 .aa1 .a11{
    /* 0.25rem × 0.9 = 0.225rem; 0.6rem × 0.9 = 0.54rem */
    width: calc(50% - 0.225rem - 0.54rem);
    padding: 0.36rem 0 0.36rem 0.54rem; /* 0.4rem × 0.9 = 0.36rem; 0.6rem × 0.9 = 0.54rem */
    height: 2.196rem; /* 2.44rem × 0.9 */
  }
  .section1 .aa1 .a11 .a1{
    font-size: 0.18rem; /* 0.2rem × 0.9 */
    width: 3.114rem; /* 3.46rem × 0.9 */
    height: 0.54rem; /* 0.6rem × 0.9 */
    padding-top: 0.18rem; /* 0.2rem × 0.9 */
  }
  .section1 .aa1 .a11 .a2{
    font-size: 0.144rem; /* 非rem单位不处理 */
    margin-top: 0.18rem; /* 0.2rem × 0.9 */
  }
  .section1 .aa1 .a11 .a3{
    width: 0.36rem; /* 0.4rem × 0.9 */
    height: 0.36rem; /* 0.4rem × 0.9 */
    bottom: 0.63rem; /* 0.7rem × 0.9 */
  }
  .section1 .aa1 .a11 .a4{
    width: 4.005rem; /* 4.45rem × 0.9 */
    height: 2.196rem; /* 2.44rem × 0.9 */
    right: 0.36rem; /* 0.4rem × 0.9 */
    bottom: 0.36rem; /* 0.4rem × 0.9 */
  }
/* section1 */


  .section2{
    padding: 0.6rem 0;
  }
  .section2 .aa1 .a11 img{
    width: 3rem; 
  }
  .section2 .aa1 .a11 p{
    padding-left: 0.62rem;
  }
  .section2 .aa1 .a12{
    font-size: 0.16rem;
    width: 0.8rem;
  }
  

    .section4{
       padding: 0.7rem 0;
    }
    .section4 .seccontainer{
      max-width: 16.64rem;
      padding: 0 0.2rem;
    }
    .section4 .left{
      padding: 0.9rem 0 .1rem;
      width: 3rem;
    }

    .section4 .left .aa1 .a11 img{
      
    }
    .section4 .left .aa1 .a11 p{
      font-size: 0.18rem;
      padding-left: 0.60rem;
      margin-top: 0.10rem;
    }
    .section4 .left .aa1::before {
      left: .3rem;
      height: 1.00rem;
    }

    .section4 .left .aa1::after {
      left: .3rem;
    }
    .section4 .left .aa2{
      padding:0.65rem 0 0 0.65rem;
    }
    .section4 .left .aa2 .a11{
      width: 0.50rem;
      margin-bottom:0.2rem;
    }
    .section4 .left .aa2 .a11 .a1{
      width: 0.50rem;
    }
    .section4 .left .aa2 .a11 .a2{
      width: 1rem;
      height: 1rem;
      left: 0.50rem;
    }
    .section4 .left .aa2 .a11:hover .a2{
      left:0.60rem;
    }
    .section4 .right {
      width: calc(100% - 3rem);
      padding-top: 0.60rem;
    }
}

@media only screen and (max-width:1540px){
  /*0.82*/
  /*html{
    font-size:calc( 100vw / 15.4);
  }*/
/*  .container{
    max-width: 13.82rem;
  }*/
  /* 原始head */
   .head .aa1{
    margin-top: 0.287rem;
    width: 2.64rem
  }
  .head .aa2{
    width: 10.578rem;
  }
  .head .aa2 .a11{
    padding: 0.13rem 0 0.09rem;
    line-height: 0.328rem;
  }
  .head .aa2 .a11 .a1{
    padding-left: 0.23rem;
    font-size: 0.13rem;
  }
  .head .aa2 .a11 .a2 .b1{
    font-size: 0.1476rem;
  }
  .head .aa2 .a11 .a2 .b2{
    font-size: 0.13rem;
    height: 0.31rem;
    width: 1.72rem;
    line-height: 0.31rem;
    border-radius: 0.082rem;
    margin-left: 0.18rem;
  }
  .head .aa2 .a12 ul{
    padding-left: 0.049rem;
  }
  .head .aa2 .a12 ul li{
     margin-left: 0.15rem;
     height: 0.67rem;
  } 
  .head .aa2 .a12 ul li .a1{
    height: 0.67rem;
    line-height: 0.67rem;
    font-size: 0.12rem;
  }
  .head .aa2 .a12 ul li .a1 .b1{
    margin-left: -0.16rem;
    bottom:-0.16rem;
    width: 0.328rem;
    height: 0.326rem;
  }
  .head .aa2 .a12 ul li .a1  span{
    width: 0.1148rem;
    height: 0.0656rem;
  }
  .head .aa2 .a12 ul li .two{
    min-width:1.476rem;
    border-radius:0.0492rem;
    padding :0.088rem 0.088rem;
  }
  .head .aa2 .a12 ul li .two dl dd{
    font-size: 0.13rem;
    line-height: 0.41rem;
  }
  .banner .swiper-pagination-bullet{
    width: 0.2rem;
    height: 0.2rem;
    background-size: 100% 100%;
  }

  .banner  .swiper-pagination-bullet-active{
    width: 0.2rem;
    height: 0.2rem;
    background-size: 100% 100%;
  }
  

  .banner .jiantou{
    bottom: 0.82rem;
    width: 1.128rem;
  }
  .banner .jiantou .swiper-button-next1,.banner .jiantou .swiper-button-prev1{
    width: 0.43rem;
    height: 0.43rem;
  }
  .banner .jiantou img{
    width: 0.1722rem;
    height: 0.0492rem;
  }

  .section1{
    padding: 0.82rem 0; /* 1rem × 0.82 */
  }
  .section1 .aa1 .a11{
    /* 0.25rem × 0.82 = 0.205rem; 0.6rem × 0.82 = 0.492rem */
    width: calc(50% - 0.205rem - 0.492rem);
    padding: 0.328rem 0 0.328rem 0.492rem; /* 0.4rem × 0.82 = 0.328rem; 0.6rem × 0.82 = 0.492rem */
    height: 2.0008rem; /* 2.44rem × 0.82 */
  }
  .section1 .aa1 .a11 .a1{
    font-size: 0.164rem; /* 0.2rem × 0.82 */
    width: 2.8372rem; /* 3.46rem × 0.82 */
    height: 0.492rem; /* 0.6rem × 0.82 */
    padding-top: 0.164rem; /* 0.2rem × 0.82 */
  }
  .section1 .aa1 .a11 .a2{
    font-size: 0.1312rem; /* 0.16rem × 0.82 */
    margin-top: 0.164rem; /* 0.2rem × 0.82 */
  }
  .section1 .aa1 .a11 .a3{
    width: 0.328rem; /* 0.4rem × 0.82 */
    height: 0.328rem; /* 0.4rem × 0.82 */
    bottom: 0.574rem; /* 0.7rem × 0.82 */
  }
  .section1 .aa1 .a11 .a4{
    width: 3.649rem; /* 4.45rem × 0.82 */
    height: 2.0008rem; /* 2.44rem × 0.82 */
    right: 0.328rem; /* 0.4rem × 0.82 */
    bottom: 0.328rem; /* 0.4rem × 0.82 */
  }


  .section2{
    padding: 0.4rem 0;
  }
  .section2 .aa1 .a11{
    font-size: 0.18rem;
  }
  .section2 .aa1 .a11 img{
    width: 2.8rem; 
  }
  .section2 .aa1 .a11 p{
    padding-left: 0.52rem;
  }
  .section2 .aa1 .a12{
    font-size: 0.16rem;
    width: 0.7rem;
  }


    .section2 .aa2{
        margin-top: 0.5rem;
        gap:0.5rem;
      }
      .section2 .aa2 .left{
         gap:0.5rem;
         width: 63%;
      }
      .section2 .aa2  .a11{
        width: calc(50% - 0.25rem);
      }
      .section2 .aa2  .a11 .a2{
        padding: 0.3rem 0.3rem;
        height: 1.58rem;
        width: calc(100%  - 0.6rem);
      }
      .section2 .aa2  .a11 .a2 .b11 .b1{
        font-size: 0.16rem;
      }
      .section2 .aa2  .a11 .a2 .b11 .b2{
        font-size: 0.14rem;
      }
      .section2 .aa2  .a11 .a2 .b11 .b2 span{
        margin-left: 0.1rem;
      }
      .section2 .aa2  .a11 .a2 .b12{
        font-size: 0.18rem;
        margin-top: 0.28rem;
        line-height: 0.34rem;
      }
      .section2 .aa2  .a11 .a3{
        padding: 0.7rem 0.3rem 0.3rem;
        height:  calc(100%  - 1rem);
      }
      .section2 .aa2  .a11 .a3 .b13{
        font-size: 0.16rem;
        margin-top: 0.28rem;
        line-height: 0.34rem;
      }
      .section2 .aa2  .a11 .a3 .b14{
        bottom: 0.7rem;
        left: 0.4rem;
        width: 1.0rem;
        height: 0.35rem;
        border-radius: 0.175rem;
      }
      .section2 .aa2 .right{
       width: calc(37% - 0.5rem);
      }
      .section2 .aa2 .right .a12{
        display: flex;
        gap:0.25rem;
      }
      .section2 .aa2 .right .a12 .a1{
        width: 41.2%;
      }
      .section2 .aa2 .right .a12 .a2{
        width: calc(58.8% - 0.5rem);
        padding: 0.1rem 0;
      }
      .section2 .aa2 .right .a12 .a2 .b1{
        font-size: 0.2rem;
      }
      .section2 .aa2 .right .a12 .a2 .b2{
        width: 0.2rem;
        height: 0.05rem;
        margin-top: 0.22rem; 
      }
      .section2 .aa2 .right .a13{
        margin:0.25rem 0;
      }

     .section4{
       padding: 0.65rem 0;
    }
    .section4 .seccontainer{
      max-width: 16.64rem;
      padding: 0 0.2rem;
    }
    .section4 .left{
      padding: 0.85rem 0 .1rem;
      width: 2.5rem;

    }

    .section4 .left .aa1 .a11 img{
      
    }
    .section4 .left .aa1 .a11 p{
      font-size: 0.16rem;
      padding-left: 0.30rem;
      margin-top: 0.10rem;
    }
    .section4 .left .aa1::before {
      left: .3rem;
      height: 1.00rem;
    }

    .section4 .left .aa1::after {
      left: .3rem;
    }
    .section4 .left .aa2{
      padding:0.55rem 0 0 0.55rem;
    }
    .section4 .left .aa2 .a11{
      width: 0.50rem;
      margin-bottom:0.2rem;
    }
    .section4 .left .aa2 .a11 .a1{
      width: 0.50rem;
    }
    .section4 .left .aa2 .a11 .a2{
      width: 1rem;
      height: 1rem;
      left: 0.50rem;
    }
    .section4 .left .aa2 .a11:hover .a2{
      left:0.60rem;
    }
    .section4 .right {
      width: calc(100% - 2.5rem);
      padding-top: 0.60rem;
    }
}
@media only screen and (max-width:1380px){
  /*html{
    font-size:calc( 100vw / 13.8);
  }*/
  /*html{font-size:75px;}*/
   .head .aa1{
    margin-top: 0.2625rem;
    width:2.42rem
  }
  .head .aa2{
    width: 9.675rem;
  }
  .head .aa2 .a11{
    padding: 0.12rem 0 0.082rem;
    line-height: 0.30rem;
  }
  .head .aa2 .a11 .a1{
    padding-left: 0.21rem;
    font-size: 0.12rem;
  }
  .head .aa2 .a11 .a2 .b1{
    font-size: 0.135rem;
  }
  .head .aa2 .a11 .a2 .b2{
    font-size: 0.12rem;
    height: 0.275rem;
    width: 1.58rem;
    line-height: 0.29rem;
    border-radius: 0.08rem;
    margin-left: 0.17rem;
  }
  .head .aa2 .a12 ul{
    padding-left: 0.05rem;
  }
  .head .aa2 .a12 ul li{
     margin-left: 0.12rem;
     height: 0.62rem;
  } 
  .head .aa2 .a12 ul li .a1{
    height: 0.62rem;
    line-height: 0.62rem;
    font-size: 0.11rem;
  }
  .head .aa2 .a12 ul li .a1 .b1{
    margin-left: -0.15rem;
    bottom:-0.14rem;
    width: 0.30rem;
    height: 0.29rem;
  }
  .head .aa2 .a12 ul li .a1  span{
    width: 0.11rem;
    height: 0.06rem;
  }
  .head .aa2 .a12 ul li .two{
    min-width:1.35rem;
    border-radius:0.05rem;
    padding :0.08rem 0.08rem;
  }
  .head .aa2 .a12 ul li .two dl dd{
    font-size: 0.12rem;
    line-height: 0.38rem;
  }

   .banner .swiper-pagination-bullet{
    width: 0.18rem;
    height: 0.18rem;
    background-size: 100% 100%;
  }

  .banner  .swiper-pagination-bullet-active{
    width: 0.18rem;
    height: 0.18rem;
    background-size: 100% 100%;
  }


  .banner .jiantou{
    bottom: 0.75rem;
    width: 1rem;
  }
  .banner .jiantou .swiper-button-next1,.banner .jiantou .swiper-button-prev1{
    width: 0.4rem;
    height: 0.4rem;
  }
  .banner .jiantou img{
    width: 0.1575rem;
    height: 0.045rem;
  }

  .section1{
    padding: 0.75rem 0; /* 1rem × 0.75 */
  }
  .section1 .aa1 .a11{
    /* 0.25rem × 0.75 = 0.1875rem; 0.6rem × 0.75 = 0.45rem */
    width: calc(50% - 0.1875rem - 0.45rem);
    padding: 0.3rem 0 0.3rem 0.45rem; /* 0.4rem × 0.75 = 0.3rem; 0.6rem × 0.75 = 0.45rem */
    height: 1.83rem; /* 2.44rem × 0.75 */
  }
  .section1 .aa1 .a11 .a1{
    font-size: 0.15rem; /* 0.2rem × 0.75 */
    width: 2.595rem; /* 3.46rem × 0.75 */
    height: 0.45rem; /* 0.6rem × 0.75 */
    padding-top: 0.15rem; /* 0.2rem × 0.75 */
  }
  .section1 .aa1 .a11 .a2{
    font-size: 0.12rem; /* 0.16rem × 0.75 */
    margin-top: 0.15rem; /* 0.2rem × 0.75 */
  }
  .section1 .aa1 .a11 .a3{
    width: 0.3rem; /* 0.4rem × 0.75 */
    height: 0.3rem; /* 0.4rem × 0.75 */
    bottom: 0.525rem; /* 0.7rem × 0.75 */
  }
  .section1 .aa1 .a11 .a4{
    width: 3.3375rem; /* 4.45rem × 0.75 */
    height: 1.83rem; /* 2.44rem × 0.75 */
    right: 0.3rem; /* 0.4rem × 0.75 */
    bottom: 0.3rem; /* 0.4rem × 0.75 */
  }

   .section2{
    padding: 0.35rem 0;
  }
  .section2 .aa1 .a11{
    font-size: 0.16rem;
  }
  .section2 .aa1 .a11 img{
    width: 2.6rem; 
  }
  .section2 .aa1 .a11 p{
    padding-left: 0.46rem;
  }
  .section2 .aa1 .a12{
    font-size: 0.16rem;
    width: 0.7rem;
  }


  .section2 .aa2{
        margin-top: 0.4rem;
        gap:0.4rem;
      }
      .section2 .aa2 .left{
         gap:0.4rem;
         width: 63%;
      }
      .section2 .aa2  .a11{
        width: calc(50% - 0.2rem);
      }
      .section2 .aa2  .a11 .a2{
        padding: 0.25rem 0.25rem;
        height: 1.58rem;
        width: calc(100%  - 0.5rem);
      }
      .section2 .aa2  .a11 .a2 .b11 .b1{
        font-size: 0.16rem;
      }
      .section2 .aa2  .a11 .a2 .b11 .b2{
        font-size: 0.14rem;
      }
      .section2 .aa2  .a11 .a2 .b11 .b2 span{
        margin-left: 0.1rem;
      }
      .section2 .aa2  .a11 .a2 .b12{
        font-size: 0.18rem;
        margin-top: 0.28rem;
        line-height: 0.34rem;
      }
      .section2 .aa2  .a11 .a3{
        padding: 0.7rem 0.25rem 0.3rem;
        height:  calc(100%  - 1rem);
      }
      .section2 .aa2  .a11 .a3 .b13{
        font-size: 0.16rem;
        margin-top: 0.28rem;
        line-height: 0.34rem;
      }
      .section2 .aa2  .a11 .a3 .b14{
        bottom: 0.5rem;
        left: 0.4rem;
        width: 1.0rem;
        height: 0.35rem;
        border-radius: 0.175rem;
      }
      .section2 .aa2 .right{
       width: calc(37% - 0.4rem);
      }
      .section2 .aa2 .right .a12{
        display: flex;
        gap:0.25rem;
      }
      .section2 .aa2 .right .a12 .a1{
        width: 41.2%;
      }
      .section2 .aa2 .right .a12 .a2{
        width: calc(58.8% - 0.5rem);
        padding: 0.1rem 0;
      }
      .section2 .aa2 .right .a12 .a2 .b1{
        font-size: 0.18rem;
      }
      .section2 .aa2 .right .a12 .a2 .b2{
        width: 0.2rem;
        height: 0.05rem;
        margin-top: 0.22rem; 
      }
      .section2 .aa2 .right .a13{
        margin:0.25rem 0;
      }




      

      .section5{
          margin: calc( 100vw / 19.2 * 1.2 ) auto 0;

        }
   
        .section5 .right .aa1{
          position: relative;
          padding: 0.66rem 0 0 0.57rem;
        }
        .section5 .right .aa1 .a11 img{
            width: 1.6rem;
        }
        .section5 .right .aa1 .a11 p{
          font-size: 0.18rem;
          padding-left: 0.65rem;
          width:  calc( 100vw / 19.2 *  0.65 );
          color: #9f9fa0;
          margin-top: 0.05rem;
          white-space: nowrap;
        }
        .section5 .right{
          width: calc(45.32% - 0.7rem);
        }
        .section5 .right .aa2{
          padding:0.3rem 0 0 0.7rem;
        }
        .section5 .right .aa2 .timeline .timeline-item{
          padding-left:0.4rem; /* 给左侧圆圈+连接线留空间 */
          margin-bottom: 0.1rem; /* 节点之间的垂直间距 */
          font-size: 0.16rem;
        }
        .section5 .right .aa2 .timeline .timeline-item::before {
            top: 0.075rem;
            width:0.09rem;
            height: 0.09rem;
          }
        .section5 .right .aa2 .timeline   .timeline-item::after {
          left: 0.05rem; /* 与圆圈中心对齐（40px/2 = 20px） */
          top: 0.09rem; /* 从圆圈底部开始 */
          height: calc(100% + 0.09rem); /* 连接线高度（覆盖节点间距） */
        }
           

.foot{
  padding-top:0.6rem;
}
.foot .container .title{
  font-size: 0.22rem;
  margin-bottom: 0.2rem;
}
.foot .container .left ul li a{
  font-size: 0.12rem;
}

.foot .container .center ul li{
  font-size: 0.12rem;
}
.foot .container .right{
  width: calc( 100vw / 19.2 * 5.49);
} 
.foot  .banquan{
  margin-top: 0.1rem;
  font-size: 0.12rem;
  padding: 0.12rem 0;
} 

.foot .container .right .aa2 .a11{
  position: relative;
  width:0.35rem;
  margin-bottom:  calc( 100vw / 19.2 * 0.15);
  margin-right: calc( 100vw / 19.2 * 0.15);
}

.foot .container .right .aa2 .a2{
  width: 0.65rem;
  height:  0.65rem;
  top:calc( -100vw / 19.2 * 1);
}
.foot .container .right .aa2 .a2::before{
  content: "";
  position:absolute;
  left:50%;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  transform:translateX(-50%);
  border:0.08rem solid transparent;
  border-top-color:#ffffff;
  bottom:-0.15rem;
  z-index: 0;
}

.foot .container .right .aa2 .a11:hover .a2{
  top:calc( -100vw / 19.2 * 1.1);
}
/* section4 */
    .erbanner .container,.mains .container{
      padding: 0 0.2rem;
      width: auto;
    }

    .erbanner .aa2 .a1 {
      width: 3.29rem;
    }
    .erbanner .aa2 p{
      font-size: 0.24rem;
    }
    .mains .container .left {
      width: 3.29rem;
    }
    .mains .container .left ul li{
      height: 0.6rem;
    }
    .mains .container .left ul li.active {
      border-left: 0.02rem solid #ccccdb;
    }
   .mains .container .left ul li:hover, .mains .container .left ul li.active{
      border-left: 0.02rem solid #ccccdb;
    }
    .mains .container .left ul li>a {
      padding: 0 0.2rem 0 0.4rem;
    }
    .mains .container .left ul li p {
      font-size: 0.14rem;
    }
    .mains .container .left ul li>a img {
      width: 0.24rem;
    }

    .mains .container .right{
      width: calc( 100% - 3.29rem - 0.4rem);
    }
    .mains .container .right .right1{
      height: 0.6rem;
    }
    .mains .container .right .right1 .aa1 img {
      width: 0.25rem;
      margin-right: 0.07rem;
    }
    .mains .container .right .right1 .aa1 p {
      font-size: 0.2rem;
    }
    .mains .container .right .right1 .aa2 .a1 {
      width: 0.26rem;
    }
    .mains .container .right .right1 .aa2 .a2 {
      padding: 0 0.08rem;
    }

    .mains .container .right .right1 .aa2 p {
      font-size: 0.14rem;
    }



    
       .settings .aa1 .a11{
        height: 0.8rem;
        margin-bottom:0.16rem;
       }
     
       
       .settings .aa1 .a11 .a1{
          width: 0.26rem;
       }
        .settings .aa1 .a11 p{
          font-size:  0.14rem;
        }
      .settings .aa1 .a11 .a3,.settings .aa1 .a11 .a4{
        width: 0.21rem;
      }
.training .aa1 .a11 {
  height: 1.4rem;
  margin-bottom: 0.25rem;
}
   .training .aa1 .a11 p {
      font-size:0.15rem;
    }  
    .training .aa1 .a11 .a3 {
      right:-0.36rem;
      top: 0.08rem;
      width: 1.24rem;
    }  




.article .aaa1 .aa1 .a12 {
  padding: 0.15rem 8.2% 0.15rem;
}
.article .aaa1 .aa1 .a12  .a1{
  font-size: 0.15rem;
  line-height: 0.28rem;
  margin-bottom: 0.13rem;
}
.article .aaa1 .aa1 .a12  .a2{
  height: 0.45rem;
}
.article .aaa1 .aa1 .a12  .a2 .b1{
  font-size: 0.14rem;
}
.article .aaa1 .aa1 .a12  .a2 .b2{
  width: 0.08rem;
  height: 0.08rem;
}
.article .aaa2 {
  margin-top: 0.28rem;
}


.article .aaa2 .a11{
  width: 1.44rem;
  height: 1.29rem;
}
.article .aaa2 .a11 .a1{
  font-size:0.4rem;
  line-height: 0.4rem;
}
.article .aaa2 .a11 .a2{
  font-size: 0.12rem;
}
.article .aaa2 .a12{
  width:  calc( 94.5% - 1.44rem);
  padding:calc( 100vw / 19.2 * 0.40) 2.75%; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article .aaa2 .a12 .a1{
  color: #272727;
  font-size: 0.16rem;
}
.article .aaa2 .a12 .a2{
  color: #868382;
  font-size: 0.14rem;
}
.article .aaa2 .aa1{
  margin-bottom: 0.2rem;
}
.pagess{
  margin-top: 0.7rem;
}
.pagess .aa1 .a1{
  font-size: 0.17rem;
  width: 1.4rem;
  height: 0.45rem;
}


.pagess .aa2{
  width: 1.8rem;
  height: 0.45rem;
  border-radius: 0.225rem;
  font-size: 0.15rem;
}
.pagess .aa2 img{
  width: 0.4rem;
}

  .xialai1{
    right:0.2rem;
    width:0.25rem;
    top: 0.175rem;
  }
  .erjixiala dd{
    font-size: 0.12rem;
    padding-left:0.4rem;
    height: 0.5rem;
  }
.recruitment ul li{
  padding:  0.18rem 0.25rem;
  margin-bottom: 0.2rem;
}
.recruitment ul li .a1{
  font-size: 0.16rem;
  line-height: 0.4rem;
}
.recruitment ul li .a2{
  font-size:0.14rem;
  margin-top: 0.14rem;
  line-height:0.2rem;
}

.campus{
  padding: 0.4rem 0 0.5rem; 
}
.campus .aa1 .a1{
  font-size: 0.18rem;
}
.campus .aa1 .a2{
  height: 2px;
  width:  0.32rem;
  margin-top: 0.05rem;
}
.campus  .contain{
  max-width: 16.46rem;
  padding: 0 20px;
  width: auto;
}
.campus  .contain .aa2{
  display: flex;
}
.campus  .contain .aa2 .a11{
  padding:0.15rem 0;
  padding-right: 3%;
}
.campus  .contain .aa2 .a11 .a1{
  font-size: 0.16rem;
}
.campus  .contain .aa2 .a11 .a2{
  font-size: 0.14rem;
  margin-top:  0.1rem;
}

.campus  .contain .aa2 .a12 .annius{
  margin-top: -0.18rem;
}
.campus  .contain .aa2 .a12 .annius .swiper-button-prev2{
  margin-right:0.1rem;
}

.campus  .contain .aa2 .a12 .annius img{
  width: 0.36rem;
}


.campus  .contain .aa3 .a12 .swiper-pagination{
  font-size: 0.3rem;
}
}

@media only screen and (max-width:1280px){
  /*html{
    font-size:calc( 100vw / 12.8);
  }*/
  .head_m{
    display: flex;
  }
  /*0.6*/
  .head{
    display: none;
  }

  .head_m .aa1{
    width:1.938rem;
    height:  0.486rem;
    padding: 0.2rem 0;
  }
.banner .jiantou{
  display: none;
}
    .section1{
    padding: 0.6rem 0; /* 1rem × 0.6 */
  }
  .section1 .aa1 .a11{
    /* 0.25rem × 0.6 = 0.15rem; 0.6rem × 0.6 = 0.36rem */
    width: calc(50% - 0.15rem - 0.36rem);
    padding: 0.24rem 0 0.24rem 0.36rem; /* 0.4rem × 0.6 = 0.24rem; 0.6rem × 0.6 = 0.36rem */
    height: 1.464rem; /* 2.44rem × 0.6 */
  }
  .section1 .aa1 .a11 .a1{
    font-size: 0.14rem; /* 0.2rem × 0.6 */
    width: 2.076rem; /* 3.46rem × 0.6 */
    height: 0.36rem; /* 0.6rem × 0.6 */
    padding-top: 0.12rem; /* 0.2rem × 0.6 */
  }
  .section1 .aa1 .a11 .a2{
    font-size: 0.1rem; /* 0.16rem × 0.6 */
    margin-top: 0.12rem; /* 0.2rem × 0.6 */
  }
  .section1 .aa1 .a11 .a3{
    width: 0.24rem; /* 0.4rem × 0.6 */
    height: 0.24rem; /* 0.4rem × 0.6 */
    bottom: 0.42rem; /* 0.7rem × 0.6 */
  }
  .section1 .aa1 .a11 .a4{
    width: 2.67rem; /* 4.45rem × 0.6 */
    height: 1.464rem; /* 2.44rem × 0.6 */
    right: 0.24rem; /* 0.4rem × 0.6 */
    bottom: 0.24rem; /* 0.4rem × 0.6 */
  }


  .section2 .aa2{
        margin-top: 0.4rem;
        gap:0.4rem;
      }
      .section2 .aa2 .left{
         gap:0.4rem;
         width: 63%;
      }
      .section2 .aa2  .a11{
        width: calc(50% - 0.2rem);
      }
      .section2 .aa2  .a11 .a2{
        padding: 0.25rem 0.25rem;
        height: 1.58rem;
        width: calc(100%  - 0.5rem);
      }
      .section2 .aa2  .a11 .a2 .b11 .b1{
        font-size: 0.16rem;
      }
      .section2 .aa2  .a11 .a2 .b11 .b2{
        font-size: 0.14rem;
      }
      .section2 .aa2  .a11 .a2 .b11 .b2 span{
        margin-left: 0.1rem;
      }
      .section2 .aa2  .a11 .a2 .b12{
        font-size: 0.16rem;
        margin-top: 0.28rem;
        line-height: 0.34rem;
      }
      .section2 .aa2  .a11 .a3{
        padding: 0.6rem 0.25rem 0.4rem;
        height:  calc(100%  - 1rem);
      }
      .section2 .aa2  .a11 .a3 .b13{
        font-size: 0.14rem;
        margin-top: 0.28rem;
        line-height: 0.30rem;
      }
      .section2 .aa2  .a11 .a3 .b14{
        bottom: 0.5rem;
        left: 0.4rem;
        width: 1.0rem;
        height: 0.35rem;
        border-radius: 0.175rem;
      }
      .section2 .aa2 .right{
       width: calc(37% - 0.4rem);
      }
      .section2 .aa2 .right .a12{
        display: flex;
        gap:0.25rem;
      }
      .section2 .aa2 .right .a12 .a1{
        width: 41.2%;
      }
      .section2 .aa2 .right .a12 .a2{
        width: calc(58.8% - 0.5rem);
        padding: 0.1rem 0;
      }
      .section2 .aa2 .right .a12 .a2 .b1{
        font-size: 0.16rem;
      }
      .section2 .aa2 .right .a12 .a2 .b2{
        width: 0.2rem;
        height: 0.05rem;
        margin-top: 0.22rem; 
      }
      .section2 .aa2 .right .a13{
        margin:0.24rem 0;
      }
    

    .section4 .right  .title{
      bottom: 0.15rem;
      font-size: 0.14rem;
    }

    .section4 .right  .title::after{
      height: 0.6rem;
      bottom:-0.15rem;
    }
    .section4 .right  .title .a1{
      width: 0.03rem;
      height: 0.28rem;
    }
    .section4 .right .cullist .title .a2{
      width: 0.50rem;
    }

    .section4 .right .weibo1 .title .a2 {
      width: 0.25rem;
      height: 0.20rem;
      margin: 0 0.12rem;
    }
    .section4 .right .weibo2 .title .a2 {
      width: 0.25rem;
      height: 0.20rem;
      margin: 0 0.12rem;
    }
    .section4 .right .bilili .title .a2 {
      width: 0.38rem;
      height: 0.19rem;
      margin: 0 0.12rem;
    }
    .section4 .right .shipin .title .a2 {
      width: 0.25rem;
      height: 0.22rem;
      margin: 0 0.12rem;
    }
    .section4 .right .weixin .title .a2 {
        width: 0.22rem;
        height: 0.18rem;
        margin: 0 0.12rem;
      }


       .section5{
          margin: calc( 100vw / 19.2 * 1.2 ) auto 0;

        }
   
        .section5 .right .aa1{
          padding: 0.5rem 0 0 0.5rem;
        }
        .section5 .right .aa1 .a11 img{
            width: 1.4rem;
        }
        .section5 .right .aa1 .a11 p{
          font-size: 0.16rem;
          padding-left: 0.4rem;
          color: #9f9fa0;
          margin-top: 0.05rem;
          white-space: nowrap;
        }
        .section5 .right{
          width: calc(45.32% - 0.7rem);
        }
        .section5 .right .aa2{
          padding:0.25rem 0 0 0.6rem;
        }
        .section5 .right .aa2 .timeline .timeline-item{
          padding-left:0.4rem; /* 给左侧圆圈+连接线留空间 */
          margin-bottom: 0.1rem; /* 节点之间的垂直间距 */
          font-size: 0.16rem;
        }
        .section5 .right .aa2 .timeline .timeline-item::before {
            top: 0.075rem;
            width:0.09rem;
            height: 0.09rem;
          }
        .section5 .right .aa2 .timeline   .timeline-item::after {
          left: 0.05rem; /* 与圆圈中心对齐（40px/2 = 20px） */
          top: 0.09rem; /* 从圆圈底部开始 */
          height: calc(100% + 0.09rem); /* 连接线高度（覆盖节点间距） */
        }
.section6 .aa2{
    width: 100%;
    max-width:100%;
   }
      .section6 .aa2 .student{
          display: none;
        
      }

       .section6 .aa2 .student1{
          display: block;
         position: relative;
        padding-bottom:calc( 100vw / 19.2 * 1);
      }

      .erbanner,.banner{
        margin-top: 0.886rem;
      }
}
@media only screen and (max-width:1180px){
  .section1{
    padding: 0.55rem 0; /* 1rem × 0.55 */
  }
  .section1 .aa1 .a11{
    /* 0.25rem × 0.55 = 0.1375rem; 0.6rem × 0.55 = 0.33rem */
    width: calc(50% - 0.1375rem - 0.33rem);
    padding: 0.22rem 0 0.22rem 0.33rem; /* 0.4rem × 0.55 = 0.22rem; 0.6rem × 0.55 = 0.33rem */
    height: 1.342rem; /* 2.44rem × 0.55 */
  }
  .section1 .aa1 .a11 .a1{
    font-size: 0.11rem; /* 0.2rem × 0.55 */
    width: 1.903rem; /* 3.46rem × 0.55 */
    height: 0.33rem; /* 0.6rem × 0.55 */
    padding-top: 0.11rem; /* 0.2rem × 0.55 */
  }
  .section1 .aa1 .a11 .a2{
    font-size: 0.088rem; /* 0.16rem × 0.55 */
    margin-top: 0.11rem; /* 0.2rem × 0.55 */
  }
  .section1 .aa1 .a11 .a3{
    width: 0.22rem; /* 0.4rem × 0.55 */
    height: 0.22rem; /* 0.4rem × 0.55 */
    bottom: 0.385rem; /* 0.7rem × 0.55 */
  }
  .section1 .aa1 .a11 .a4{
    width: 2.4475rem; /* 4.45rem × 0.55 */
    height: 1.342rem; /* 2.44rem × 0.55 */
    right: 0.22rem; /* 0.4rem × 0.55 */
    bottom: 0.22rem; /* 0.4rem × 0.55 */
  }
    .section2{
    padding: 0.3rem 0;
  }
  .section2 .aa1 .a11{
    font-size: 0.16rem;
  }
  .section2 .aa1 .a11 img{
    width: 2.4rem; 
  }
  .section2 .aa1 .a11 p{
    padding-left: 0.4rem;
  }
  .section2 .aa1 .a12{
    font-size: 0.16rem;
   
    width: 0.7rem;
  }



    .section2 .aa2{
        margin-top: 0.4rem;
        gap:0.3rem;
      }
      .section2 .aa2 .left{
         gap:0.3rem;
         width: 63%;
      }
      .section2 .aa2  .a11{
        width: calc(50% - 0.15rem);
      }
      .section2 .aa2  .a11 .a2{
        padding: 0.25rem 0.25rem;
        height: 1.58rem;
        width: calc(100%  - 0.5rem);
      }
      .section2 .aa2  .a11 .a2 .b11 .b1{
        font-size: 0.16rem;
      }
      .section2 .aa2  .a11 .a2 .b11 .b2{
        font-size: 0.14rem;
      }
      .section2 .aa2  .a11 .a2 .b11 .b2 span{
        margin-left: 0.1rem;
      }
      .section2 .aa2  .a11 .a2 .b12{
        font-size: 0.16rem;
        margin-top: 0.28rem;
        line-height: 0.34rem;
      }
      .section2 .aa2  .a11 .a3{
        padding: 0.6rem 0.25rem 0.4rem;
        height:  calc(100%  - 1rem);
      }
      .section2 .aa2  .a11 .a3 .b13{
        font-size: 0.14rem;
        margin-top: 0.28rem;
        line-height: 0.30rem;

        -webkit-line-clamp: 2;
        line-clamp: 2;
      }
      .section2 .aa2  .a11 .a3 .b14{
        bottom: 0.4rem;
        left: 0.4rem;
        width: 1.0rem;
        height: 0.35rem;
        border-radius: 0.175rem;
      }
      .section2 .aa2 .right{
       width: calc(37% - 0.3rem);
      }
      .section2 .aa2 .right .a12{
        display: flex;
        gap:0.25rem;
      }
      .section2 .aa2 .right .a12 .a1{
        width: 41.2%;
      }
      .section2 .aa2 .right .a12 .a2{
        width: calc(58.8% - 0.5rem);
        padding: 0.1rem 0;
      }
      .section2 .aa2 .right .a12 .a2 .b1{
        font-size: 0.16rem;
      }
      .section2 .aa2 .right .a12 .a2 .b2{
        width: 0.2rem;
        height: 0.05rem;
        margin-top: 0.22rem; 
      }
      .section2 .aa2 .right .a13{
        margin:0.24rem 0;
      }



       .section5{
          margin: calc( 100vw / 19.2 * 1.2 ) auto 0;

        }
   
        .section5 .right .aa1{
          padding: 0.3rem 0 0 0.4rem;
        }
        .section5 .right .aa1 .a11 img{
            width: 1.3rem;
        }
        .section5 .right .aa1 .a11 p{
          font-size: 0.16rem;
          padding-left: 0.35rem;
          color: #9f9fa0;
          margin-top: 0.05rem;
          white-space: nowrap;
        }
        .section5 .right{
          width: calc(45.32% - 0.5rem);
        }
        .section5 .right .aa2{
          padding:0.10rem 0 0 0.5rem;
        }
        .section5 .right .aa2 .timeline .timeline-item{
          padding-left:0.4rem; /* 给左侧圆圈+连接线留空间 */
          margin-bottom: 0.08rem; /* 节点之间的垂直间距 */
          font-size: 0.14rem;
        }
        .section5 .right .aa2 .timeline .timeline-item::before {
            top: 0.04rem;
            width:0.08rem;
            height: 0.08rem;
          }
        .section5 .right .aa2 .timeline   .timeline-item::after {
          left: 0.04rem; /* 与圆圈中心对齐（40px/2 = 20px） */
          top: 0.09rem; /* 从圆圈底部开始 */
          height: calc(100% + 0.04rem); /* 连接线高度（覆盖节点间距） */
        }



  .section6{
    padding: 0.5rem 0;
  }
  .section6 .aa1 .a11  img{
    width:1.6rem;
  }
   .section6 .aa1 .a11  p{
    font-size: 0.14rem;
    margin-top: 0.07rem;
    padding-left:0.3rem;
   }

    .erbanner .container,.mains .container{
      padding: 0 0.2rem;
      width: auto;
    }

    .erbanner .aa2 .a1 {
      width: 2.9rem;
    }
    .erbanner .aa2 p{
      font-size: 0.20rem;
    }
    .mains .container .left {
      width: 2.9rem;
    }
    .mains .container .left ul li{
      height: 0.5rem;
    }
    .mains .container .left ul li.active {
      border-left: 0.02rem solid #ccccdb;
    }
   .mains .container .left ul li:hover, .mains .container .left ul li.active{
      border-left: 0.02rem solid #ccccdb;
    }
    .mains .container .left ul li>a {
      padding: 0 0.15rem 0 0.3rem;
    }
    .mains .container .left ul li p {
      font-size: 0.12rem;
    }
    .mains .container .left ul li>a img {
      width: 0.24rem;
    }

    .mains .container .right{
      width: calc( 100% - 2.9rem - 0.3rem);
    }
    .mains .container .right .right1{
      height: 0.5rem;
    }
    .mains .container .right .right1 .aa1 img {
      width: 0.23rem;
      margin-right: 0.05rem;
    }
    .mains .container .right .right1 .aa1 p {
      font-size: 0.18rem;
    }
    .mains .container .right .right1 .aa2 .a1 {
      width: 0.25rem;
    }
    .mains .container .right .right1 .aa2 .a2 {
      padding: 0 0.07rem;
    }

    .mains .container .right .right1 .aa2 p {
      font-size: 0.13rem;
    }


     .settings .aa1 .a11{
        height: 0.6rem;
       }
     
       
       .settings .aa1 .a11 .a1{
          width: 0.23rem;
       }
        .settings .aa1 .a11 p{
          font-size:  0.14rem;
        }
      .settings .aa1 .a11 .a3,.settings .aa1 .a11 .a4{
        width: 0.2rem;
      }

  .training .aa1 .a11 {
  height: 1.3rem;
}
   .training .aa1 .a11 p {
      font-size:0.14rem;
    }  
    .training .aa1 .a11 .a3 {
      right:-0.36rem;
      top: 0.1rem;
      width: 1.1rem;
    } 


.article .aaa1 .aa1 .a12 {
  padding: 0.13rem 7.5% 0.13rem;
}
.article .aaa1 .aa1 .a12  .a1{
  font-size: 0.14rem;
  line-height: 0.28rem;
  margin-bottom: 0.13rem;
}
.article .aaa1 .aa1 .a12  .a2{
  height: 0.4rem;
}
.article .aaa1 .aa1 .a12  .a2 .b1{
  font-size: 0.14rem;
}
.article .aaa1 .aa1 .a12  .a2 .b2{
  width: 0.08rem;
  height: 0.08rem;
}

.xialai1{
    right:0.1rem;
    width:0.2rem;
    top: 0.15rem;
  }
  .erjixiala dd{
    font-size: 0.12rem;
    padding-left:0.4rem;
    height: 0.4rem;
  }


.campus{
  padding: 0.3rem 0 0.5rem; 
}
.campus .aa1 .a1{
  font-size: 0.18rem;
}
.campus .aa1 .a2{
  height: 2px;
  width:  0.3rem;
  margin-top: 0.04rem;
}
.campus  .contain{
  max-width: 16.46rem;
  padding: 0 20px;

}
.campus  .contain .aa2{
  display: flex;
}
.campus  .contain .aa2 .a11{
  padding:0.15rem 0;
  padding-right: 3%;
}
.campus  .contain .aa2 .a11 .a1{
  font-size: 0.16rem;
}
.campus  .contain .aa2 .a11 .a2{
  font-size: 0.14rem;
  margin-top:  0.1rem;
}

.campus  .contain .aa2 .a12 .annius{
  margin-top: -0.15rem;
}
.campus  .contain .aa2 .a12 .annius .swiper-button-prev2{
  margin-right:0.1rem;
}

.campus  .contain .aa2 .a12 .annius img{
  width: 0.30rem;
}


.campus  .contain .aa3 .a12 .swiper-pagination{
  font-size: 0.25rem;
}
}
@media only screen and (max-width:1060px){
   .section2 .aa2{
        margin-top: 0.4rem;
        gap:0.2rem;
      }
      .section2 .aa2 .left{
         gap:0.2rem;
         width: 63%;
      }
      .section2 .aa2  .a11{
        width: calc(50% - 0.1rem);
      }
      .section2 .aa2  .a11 .a2{
        padding: 0.2rem 0.2rem;
        height: 1.58rem;
        width: calc(100%  - 0.4rem);
      }
      .section2 .aa2  .a11 .a2 .b11 .b1{
        font-size: 0.14rem;
      }
      .section2 .aa2  .a11 .a2 .b11 .b2{
        font-size: 0.12rem;
      }
      .section2 .aa2  .a11 .a2 .b11 .b2 span{
        margin-left: 0.1rem;
      }
      .section2 .aa2  .a11 .a2 .b12{
        font-size: 0.14rem;
        margin-top: 0.24rem;
        line-height: 0.3rem;
      }
      .section2 .aa2  .a11 .a3{
        padding: 0.6rem 0.2rem 0.4rem;
        height:  calc(100%  - 1rem);
      }
      .section2 .aa2  .a11 .a3 .b13{
        display: none;
      }
      .section2 .aa2  .a11 .a3 .b14{
        bottom: 0.4rem;
        left: 0.4rem;
        width: 0.8rem;
        height: 0.3rem;
        border-radius: 0.15rem;
      }
      .section2 .aa2 .right{
       width: calc(37% - 0.2rem);
      }
      .section2 .aa2 .right .a12{
        display: flex;
        gap:0.2rem;
      }
      .section2 .aa2 .right .a12 .a1{
        width: 41.2%;
      }
      .section2 .aa2 .right .a12 .a2{
        width: calc(58.8% - 0.4rem);
        padding: 0.1rem 0;
      }
      .section2 .aa2 .right .a12 .a2 .b1{
        font-size: 0.14rem;
      }
      .section2 .aa2 .right .a12 .a2 .b2{
        width: 0.2rem;
        height: 0.05rem;
        margin-top: 0.22rem; 
      }
      .section2 .aa2 .right .a13{
        margin:0.2rem 0;
      }
 .section4 .aa1 .a11 img {
    width: 1.8rem;
  }
    .section4 .left .aa2 {
    padding: 0.3rem 0 0 0.5rem;
  }
    .section4 .left {
      padding: 0.65rem 0 .1rem;
      width: 2.5rem;
    }


}

@media only screen and (max-width:960px){
  /*0.5*/
   .banner .swiper-pagination-bullet{
    width: 0.15rem;
    height: 0.15rem;
    background-size: 100% 100%;
  }

  .banner  .swiper-pagination-bullet-active{
    width: 0.15rem;
    height: 0.15rem;
    background-size: 100% 100%;
  }
  .head_m .aa1{
    width:1.615rem;
    height:  0.4rem;
    padding: 0.18rem 0;
  }
  .section1{
    padding: 0.5rem 0; /* 1rem × 0.5 */
  }
  .section1 .aa1 .a11{
    /* 0.25rem × 0.5 = 0.125rem; 0.6rem × 0.5 = 0.3rem */
    width: calc(50% - 0.125rem - 0.3rem);
    padding: 0.2rem 0 0.2rem 0.3rem; /* 0.4rem × 0.5 = 0.2rem; 0.6rem × 0.5 = 0.3rem */
    height: 1.22rem; /* 2.44rem × 0.5 */
  }
  .section1 .aa1 .a11 .a1{
    font-size: 0.1rem; /* 0.2rem × 0.5 */
    width: 1.73rem; /* 3.46rem × 0.5 */
    height: 0.3rem; /* 0.6rem × 0.5 */
    padding-top: 0.1rem; /* 0.2rem × 0.5 */
  }
  .section1 .aa1 .a11 .a2{
    font-size: 0.08rem; /* 0.16rem × 0.5 */
    margin-top: 0.1rem; /* 0.2rem × 0.5 */
  }
  .section1 .aa1 .a11 .a3{
    width: 0.2rem; /* 0.4rem × 0.5 */
    height: 0.2rem; /* 0.4rem × 0.5 */
    bottom: 0.35rem; /* 0.7rem × 0.5 */
  }
  .section1 .aa1 .a11 .a4{
    width: 2.225rem; /* 4.45rem × 0.5 */
    height: 1.22rem; /* 2.44rem × 0.5 */
    right: 0.2rem; /* 0.4rem × 0.5 */
    bottom: 0.2rem; /* 0.4rem × 0.5 */
  }
  .section2 .container{
    padding: 0 3%;
  }
  .section2 .aa2{
    flex-wrap: wrap;
    gap: 0rem;
    margin-top: 0.2rem;
  }
  .section2 .aa2 .left{
    flex-wrap: wrap;
    width: 100%;
    gap: 0rem;
  }
  .section2 .aa2 .right{
    width: 100%;
  }
  .section2 .aa2 .left .a11{
    width: 100%;
  }
  .section2 .aa2 .a11 .a2{
    height: auto;
  }
  .section2 .aa2 .a11 .a2 .b12{
    margin-top: 0.1rem;
  }
  .section2 .aa2 .a11 .a3{
    display: none;
  }
  .section2 .aa2 .right .a13{
    margin:0.15rem 0;
  }

  .section4 {
    padding: 0.5rem 0;
  }
   .section4 .seccontainer {
    max-width: 16.64rem;
    padding: 0 3%;

  }
  .section4  .left{
    width: 100%;
    padding: 0.15rem 0 0rem;
  }
    .section4 .left .aa2 {
      padding: 0.15rem 0 0.15rem;
      display: flex;

    }
        .section4 .left .aa2 .a11{
          margin-right: 0.2rem;
        }
  .section4  .right{
    width: 100%;
    padding-top: 0.20rem;
  }

  .section5{
    display: flex;
    flex-wrap: wrap;
  }
  .section5 .left{
    width: 100%;
  }
  .section5 .left .aaa {
  padding-top: 50%;
}
   .section5 .left .images {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: bottom center;

  background-size: cover;
  transition: 0.2s all;

}
  .section5 .right{
    width: 100%;
    padding: 0 3%;
  }
    .section5 .right .aa1{
      padding: 0.3rem 0 0 0;
    }

     .section5 .right .aa2 {
    padding: 0.10rem 0 0.20rem 0;
  }

   .section6 .aa2 .student1{

        padding-bottom:0.4rem;
      }
     .section6 .aa2 .student1  .swiper-pagination{
      bottom: 0;
     }


     .foot{
  padding-top:2%;
}
.foot .container{
  padding: 0 3%;
}
.foot .container .title{
  display: none;
}
.foot .container .left{
  display: none;
}
.foot .container .right{
  display: none;
}
.foot .container .center{
  width: 100%;
  display: flex;
  flex-direction: column;
}


.foot .container .center ul li{
  font-size: 0.12rem;
  text-align: center;
}
  .foot .banquan{
    display: flex;
    flex-direction: column;
    padding: 2% 3%;
    justify-content: center;
    align-items: center;
  }
  .foot .banquan .center{
    display: none;
  }
  .erbanner,.banner{
        margin-top: 0.76rem;
      }


  .erbanner .container,.mains .container{
      padding: 0 0.2rem;
      width: auto;
    }

    .erbanner .aa2 .a1 {
      width: 2.7rem;
    }
    .erbanner .aa2 p{
      font-size: 0.20rem;
    }
    .mains .container .left {
      width: 2.7rem;
    }
    .mains .container .left ul li{
      height: 0.5rem;
    }
    .mains .container .left ul li.active {
      border-left: 0.02rem solid #ccccdb;
    }
   .mains .container .left ul li:hover, .mains .container .left ul li.active{
      border-left: 0.02rem solid #ccccdb;
    }
    .mains .container .left ul li>a {
      padding: 0 0.15rem 0 0.25rem;
    }
    .mains .container .left ul li p {
      font-size: 0.12rem;
    }
    .mains .container .left ul li>a img {
      width: 0.20rem;
    }

    .mains .container .right{
      width: calc( 100% - 2.7rem - 0.3rem);
    }
    .mains .container .right .right1 .aa1 p {
    font-size: 0.16rem;
  }
      .settings .aa1 .a11{
          width: 100%;
        height: 0.6rem;
        margin-right: 0;
       }
     
       
       .settings .aa1 .a11 .a1{
          width: 0.23rem;
       }
        .settings .aa1 .a11 p{
          font-size:  0.14rem;
          width:84%;
        }
      .settings .aa1 .a11 .a3,.settings .aa1 .a11 .a4{
        width: 0.2rem;
      }


      .training .aa1 .a11{
        width: 100%;
         margin-right: 0;
      }

  .training .aa1 .a11 {
    margin-bottom: 0.2rem;
  }

  .article .aaa1 .aa1:last-child{
    display: none;
  }
  .article .aaa1 .aa1{
    width: 48%;
  }
  .pagess{
  margin-top: 0.6rem;
}
.pagess .aa1 .a1{
  font-size: 0.16rem;
  width: 1.2rem;
  height: 0.4rem;
}


.pagess .aa2{
  width: 1.6rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  font-size: 0.14rem;
}
}
@media only screen and (max-width:860px){
  .section1{
    padding: 0.45rem 0;
  }
  .section1 .aa1{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section1 .aa1 .a11{
    width: calc(100%  - 0.3rem);
    padding: 0.2rem 0 0.2rem 0.3rem;
    height: 2.44rem;
    margin-bottom: 0.3rem;
  }
  .section1 .aa1 .a11 .a1{
    font-size: 0.2rem;
    width: 3.46rem;
    height: 0.6rem;
    padding-top: 0.2rem;
  }
  .section1 .aa1 .a11 .a2{
    color: #4b4b4b;
    font-size: 0.16rem;
    margin-top: 0.2rem;
  }
  .section1 .aa1 .a11 .a3{
    width: 0.4rem;
    height: 0.4rem;
    bottom: 0.3rem;
  }
  .section1 .aa1 .a11 .a4{
    width: 4.45rem;
    height: 2.44rem;
    right: 0.2rem;
    bottom: 0.2rem;
  }

  .mains .container .right .right1 .aa1{
    display: none;
  }
}
@media only screen and (max-width:750px){
  /*html{
    font-size:calc( 100vw / 7.5);
  }*/
.mains {
  min-height: 200px;
}
   .banner .swiper-pagination-bullet{
    width: 0.12rem;
    height: 0.12rem;
    background-size: 100% 100%;
  }

  .banner  .swiper-pagination-bullet-active{
    width: 0.12rem;
    height: 0.12rem;
    background-size: 100% 100%;
  }

  .head_m .aa1{
    width:1.615rem;
    height:  0.4rem;
    padding: 0.12rem 0;
  }
  .section1{
    padding: 0.33rem 0; /* 0.55rem × 0.75 */
  }
   .section1 .container{
    padding: 0 3%;
   }
  .section1 .aa1 .a11{
    width: calc(100% - 0.225rem); /* 0.3rem × 0.75 = 0.225rem */
    padding: 0.15rem 0 0.15rem 0.225rem; /* 0.2rem × 0.75 = 0.15rem; 0.3rem × 0.75 = 0.225rem */
    height: 1.83rem; /* 2.44rem × 0.75 */
    margin-bottom: 0.225rem; /* 0.3rem × 0.75 */
  }
  .section1 .aa1 .a11 .a1{
    font-size: 0.15rem; /* 0.2rem × 0.75 */
    width: 2.595rem; /* 3.46rem × 0.75 */
    height: 0.45rem; /* 0.6rem × 0.75 */
    padding-top: 0.15rem; /* 0.2rem × 0.75 */
  }
  .section1 .aa1 .a11 .a2{
    font-size: 0.12rem; /* 0.16rem × 0.75 */
    margin-top: 0.15rem; /* 0.2rem × 0.75 */
  }
  .section1 .aa1 .a11 .a3{
    width: 0.3rem; /* 0.4rem × 0.75 */
    height: 0.3rem; /* 0.4rem × 0.75 */
    bottom: 0.225rem; /* 0.3rem × 0.75 */
  }
  .section1 .aa1 .a11 .a4{
    width: 3.3375rem; /* 4.45rem × 0.75 */
    height: 1.83rem; /* 2.44rem × 0.75 */
    right: 0.15rem; /* 0.2rem × 0.75 */
    bottom: 0.15rem; /* 0.2rem × 0.75 */
  }

   .section2{
      padding: 0.3rem 0;
    }
    .section2 .aa1 .a11{
      font-size: 0.16rem;
    }
    .section2 .aa1 .a11 img{
      width: 2.2rem; 
    }
    .section2 .aa1 .a11 p{
      padding-left: 0.35rem;
    }
    .section2 .aa1 .a12{
      font-size: 0.16rem;
      width: 0.7rem;
    }
    .section4 {
    padding: 0.4rem 0;
    background:none;
  }
   .section4 .seccontainer {
    max-width: 16.64rem;
  }
  .section4  .left{
    width: 100%;
    padding: 0.15rem 0 0rem;
  }
    .section4 .left .aa2 {
      padding: 0.15rem 0 0.15rem;
      display: flex;
      width: 80%;
      flex-wrap: wrap;
    }
  .section4  .right{
    width: 100%;
    padding-top: -0rem;
    margin-top: -0.1rem;
  }
   .section4 .aa1 .a11 {
    font-size: 0.14rem;
  }

  .section6{
    padding: 0.3rem 0;
  }
  .section6 .aa1 .a11  img{
    width:1.4rem;
  }
   .section6 .aa1 .a11  p{
    font-size: 0.14rem;
    margin-top: 0.05rem;
    padding-left:0.25rem;
   }
     .section5 .right .aa1 .a11 p {
    font-size: 0.14rem;
   
  }
  
  .erbanner .container{
    display: none;
  }
  .erbanner  .aa2 p{
    font-size: 0.14rem;
   }
   .erbanner  .aa3{
    position: absolute;
    bottom: calc( -100vw / 750 * 60 );
    left: 0;
    width: 100%;
   }
   .erbanner  .aa3 {
    display: block;
   }
    .erbanner  .aa3 .a1{
      width: 100%;
display:block;
    }
    .erbanner  .aa0{
      display: block;
      width: 100%;
    }
     .erbanner  .aa1{
      display: none;
     }
    .erbanner  .aa3  .a2{
      position: absolute;
      width: calc( 100vw / 750 * 700 );
      display: flex;
      justify-content: space-between;
      bottom: 0;
      padding:  calc( 100vw / 750 * 20 )  calc( 100vw / 750 * 25 )
    }
    .erbanner  .aa3  .a2 .b2{
      width: 0.41rem;
      width: calc( 100vw / 750 * 41 );
      transition: 0.2s all;
    }
    .erbanner  .aa3  .a2 .b2.on{
      transform: rotate(90deg);
    }
     .erbanner  .aa3  .a2 p{
      font-size: calc( 100vw / 750 * 28 );
      color: #ffffff;
     }
     .erbanner,.banner{
        margin-top: 0.64rem;
      }
      .mer{
    height: calc( 100vw / 750 * 60 );
   }
     .mains .container .left {
        display: none;
      }
     .mains .container .right {
        width: 100%;
      }
 .mains .container {
    padding: 0 calc( 100vw / 750 * 30 );
    width: auto;
  }
    .mains .container .right .right1 {
    height: calc( 100vw / 750 * 80 );
  }
   .mains .container .right .right1 .aa2 p {
    font-size: calc( 100vw / 750 * 22);
  }
  .nav-wrap li {
    font-size: 16px;
    line-height: 50px;
  }
  .nav-wrap dt {
    font-size: 14px;
    line-height: 40px;
  }
  .nav-wrap li div.icon-jia{
    width: 50px;
  height: 50px;
  }
  .article .aaa1 .aa1:nth-child(2){
    display: none;
  }
  .article .aaa1 .aa1{
    width: 100%;
  }
   .article .aaa1 .aa1 .a12 {
    padding: 2% 4% 2%;
  }
  .article .aaa1 .aa1 .a12 .a1{
    margin-bottom:2%;
  }
  .article .aaa1 .aa1 .a12 .a2{
    height: calc( 100vw / 750 * 80);
  }

   .article .aaa2 {
    margin-top: 3%;
  }
  .article .aaa2 .a11{
    padding: 4% 0;
    height: auto;
    width: 1rem;
  }
   .article .aaa2 .a11 .a2 {
    font-size: 0.10rem;
  }

    .article .aaa2 .a12 {
    width: calc( 94.5% - 1rem);
    padding: calc( 100vw /750 * 20) 2.75%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .article .aaa2 .a12 .a1 {
    font-size: 0.14rem;
  }
  .article .aaa2 .a12 .a2 {
    font-size: 0.12rem;
  }
  .article .aaa2 .aa1{
  margin-bottom: 3%;
}

.articleshow{
  padding: 0  0 3%;
}
.articleshow .title{
  font-size: 0.16rem;
}
.articleshow  .jianjie{
  margin-top: 0.15rem;
  display: flex;
  justify-content: flex-start;
}

.articleshow .jianjie p{
  font-size: 0.12rem;
  margin-right: 0.1rem;
}
.articleshow  .jianjie p:nth-child(1){
  width: 100%;
}
.articleshow .content{
  margin-top: 2%;
  padding: 3% 0;
}
.articleshow .content img{
  max-width: 100%;
}


  .pagess{
  margin-top: 0.2rem;
}
.pagess .aa1 .a1{
  font-size: 0.14rem;
  width: 1rem;
  height: 0.4rem;
}


.pagess .aa2{
  width: 1.4rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  font-size: 0.12rem;
}
.pagess .aa2 img{
  width: 0.3rem;
}
.pagess .aa2 p {
  margin-right: 0.08rem;
}
    
.recruitment{

}
.recruitment ul li{
  padding:  calc( 100vw / 750 * 25) calc( 100vw /750 * 35);
  margin-bottom:  calc( 100vw / 750 * 20);
}
.recruitment ul li .a1{
  font-size: calc( 100vw / 750 * 26);
  line-height: calc( 100vw / 750 * 40);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  padding-bottom: calc( 100vw / 750 * 20);
}
.recruitment ul li .a2{
  font-size: calc( 100vw / 750 * 20);
  margin-top: calc( 100vw / 750 * 18);
  line-height: calc( 100vw / 750 * 32);
}
.campus .contain{
  padding: 0 3%;
}
.campus .contain .aa2 .a11{
  width: 100%;
  padding-right:0;
}
.campus .contain .aa2 .a12{
  display: none;
}
.campus .contain .aa3 .a12 {
  display: none;
}
.campus .contain .aa3 .swiper-container{
  width: 100%;
}
}

@media only screen and (max-width:640px){
  .banner .swiper-pagination-bullets{
    font-size: 0.14rem;
  }
  .section1 .aa1 .a11{
    width: calc(100% - 0.18rem); /* 0.225rem × 0.8 = 0.18rem */
    padding: 0.12rem 0 0.12rem 0.18rem; /* 0.15rem × 0.8 = 0.12rem; 0.225rem × 0.8 = 0.18rem */
    height: 1.464rem; /* 1.83rem × 0.8 = 1.464rem */
    margin-bottom: 0.18rem; /* 0.225rem × 0.8 = 0.18rem */
  }
  .section1 .aa1 .a11 .a1{
    font-size: 0.12rem; /* 0.15rem × 0.8 = 0.12rem */
    width: 2.076rem; /* 2.595rem × 0.8 = 2.076rem */
    height: 0.36rem; /* 0.45rem × 0.8 = 0.36rem */
    padding-top: 0.12rem; /* 0.15rem × 0.8 = 0.12rem */
  }
  .section1 .aa1 .a11 .a2{
    font-size: 0.096rem; /* 0.12rem × 0.8 = 0.096rem */
    margin-top: 0.12rem; /* 0.15rem × 0.8 = 0.12rem */
  }
  .section1 .aa1 .a11 .a3{
    width: 0.24rem; /* 0.3rem × 0.8 = 0.24rem */
    height: 0.24rem; /* 0.3rem × 0.8 = 0.24rem */
    bottom: 0.18rem; /* 0.225rem × 0.8 = 0.18rem */
  }
  .section1 .aa1 .a11 .a4{
    width: 2.67rem; /* 3.3375rem × 0.8 = 2.67rem */
    height: 1.464rem; /* 1.83rem × 0.8 = 1.464rem */
    right: 0.12rem; /* 0.15rem × 0.8 = 0.12rem */
    bottom: 0.12rem; /* 0.15rem × 0.8 = 0.12rem */
  }

  .section2{
      padding: 0.25rem 0;
    }
    .section2 .aa1 .a11{
      font-size: 0.16rem;
    }
    .section2 .aa1 .a11 img{
      width: 2rem; 
    }
    .section2 .aa1 .a11 p{
      padding-left: 0.3rem;
    }
    .section2 .aa1 .a12{
      font-size: 0.14rem;
      width: 0.6rem;
    }

    .section6 .aa2 .student1{

        padding-bottom:0.3rem;
      }
    .ernav li .xialai2{
        width: 0.3rem;
      }
} 
@media only screen and (max-width:480px){
.section1 .aa1 .a11{
    width: calc(100% - 0.144rem);
    padding: 0.096rem 0 0.096rem 0.144rem;
    height: 1.1712rem;
    margin-bottom: 0.144rem;
  }
  .section1 .aa1 .a11 .a1{
    font-size: 0.12rem;
    width: 1.6608rem;
    height:0.35rem;
    padding-top: 0.096rem;
  }
  .section1 .aa1 .a11 .a2{
    font-size: 0.09rem;
    margin-top: 0.096rem;
  }
  .section1 .aa1 .a11 .a3{
    width: 0.192rem;
    height: 0.192rem;
    bottom: 0.144rem;
  }
  .section1 .aa1 .a11 .a4{
    width: 2.136rem;
    height: 1.1712rem;
    right: 0.096rem;
    bottom: 0.096rem;
  }
  .section2{
      padding: 0.25rem 0;
    }
    .section2 .aa1 .a11{
      font-size: 0.14rem;
    }
    .section2 .aa1 .a11 img{
      width: 1.6rem; 
    }
    .section2 .aa1 .a11 p{
      padding-left: 0.25rem;
    }
    .section2 .aa1 .a12{
      font-size: 0.14rem;
      width: 0.54rem;
    }
       .section4 {
    padding: 0.2rem 0;
    background:none;
  }
   .section4 .left .aa1 .a11 img {
    width: 1.5rem;
  }
  .section4 .left .aa1 .a11 p {
    font-size: 0.12rem;
    padding-left: 0.1rem;
    margin-top: 0.10rem;
  }
   .section4 .seccontainer {
    max-width: 16.64rem;
    padding: 0 3%;
  }
  .section4  .left{
    width: 100%;
    padding: 0.15rem 0 0rem;
  }
.section4 .left .aa2 .a11{
  margin-right: 0.12rem;
}
   .section4 .left .aa2 .a11 .a1 {
    width: 0.40rem;
  }
   .section4 .left .aa2 .a11 .a2 {
    width: 0.7rem;
    height:  0.7rem;
    left: 0.25rem;
  }
  .section4 .left .aa2 .a11:hover .a2{left:0.45rem;opacity: 1;visibility: inherit;}
    .section4 .left .aa2 {
      padding: 0.15rem 0 0.15rem;
      display: flex;
      width: 80%;
      flex-wrap: wrap;
    }
  .section4  .right{
    width: 100%;
    padding-top: -0rem;
    margin-top: -0.25rem;
  }
   .section4 .aa1 .a11 {
    font-size: 0.14rem;
  }


  .section4 .right  .title{
      bottom: 0.12rem;
      font-size: 0.12rem;
    }

    .section4 .right  .title::after{
      height: 0.40rem;
      bottom:-0.10rem;
    }
    .section4 .right  .title .a1{
      width: 0.03rem;
      height: 0.25rem;
    }
    .section4 .right .cullist .title .a2{
      width: 0.50rem;
    }

    .section4 .right .weibo1 .title .a2 {
      width: 0.25rem;
      height: 0.20rem;
      margin: 0 0.12rem;
    }
    .section4 .right .weibo2 .title .a2 {
      width: 0.25rem;
      height: 0.20rem;
      margin: 0 0.12rem;
    }
    .section4 .right .bilili .title  {
      display: none;
    }
    .section4 .right .shipin .title .a2 {
      width: 0.25rem;
      height: 0.22rem;
      margin: 0 0.12rem;
    }
    .section4 .right .weixin .title .a2 {
        width: 0.22rem;
        height: 0.18rem;
        margin: 0 0.12rem;
      }
      .section5 .right .aa1 {
    padding: 0.3rem 0 0 0;
  }
   .section6{
    padding: 0.2rem 0;
   }
    .section6 .aa1 .a11  p{
    font-size: 0.12rem;
    margin-top: 0.05rem;
    padding-left:0.25rem;
   }
     .section5 .right .aa1 .a11 p {
    font-size: 0.12rem;
   
  }
  .section2 .aa1 .a11 p {
     font-size: 0.12rem;
  }
  .section6 .aa2 .student1{

      padding-bottom:0.3rem;
    }
    .settings .aa1 .a11 p{
        width:82%;
      }

.pagess{
  margin-top: 0.2rem;
}
.pagess .aa1 .a1{
  font-size: 0.14rem;
  width: 0.8rem;
  height: 0.36rem;
}


.pagess .aa2{
  width: 1.2rem;
  height: 0.36rem;
  border-radius: 0.18rem;
  font-size: 0.12rem;
}


.pagess .aa2 p {
  margin-right: 0.04rem;
}
  .ernav li .xialai2{
        width: 0.20rem;
      }
}