:root {
 /* 默认背景色 */
--backColor:#fff;
--borderline:#00283a;
 /* 卡片 */
--headerCOlor:#00283A;
 /* 卡片 */
--headerhover:rgb(0, 40, 58,.8);

  /* 默认字体颜色 */
--headerFont:#fff;
  /* 反差色 */
--fontColor:#00283A;
--mainColor:#ff8181;
--bagColor:#02162b;
}


.content-li svg path,.buttom svg path{
  fill:#fff;
}
svg{
  vertical-align: middle;
}
svg path{
  fill: var(--headerFont);
}

/* 遮罩 */
.zhezhao{
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, .7);
  z-index: 9;
  display: none;
}
.zhezhao.active{
  display: block;
}
.zhezhao .close{
  position: absolute;
  right: 20%;
  top:  10%;
}
.close path{
  fill: #FCFCFE;
}
#videoResume{
  position: absolute;
  left: 50%;
  top:  50%;
  transform: translate(-50%,-50%);
}
#videoResumeC{
  width: 100%;
}


body,
html {
  position: relative;
  margin: 0px;
  width: 100%;
  padding: 0px;
  font-size: 13px;
  letter-spacing: 2px;
  transition: .4s ease-in-out;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  
  color: var(--headerFont);
  background-color:var(--bagColor);
}
a{
   transition: color .6s ease-in-out;
   text-decoration: none;
   color: inherit;
}
a:hover {
  color: var(--mainColor);
}


.carbox {
  background-color: var(--headerCOlor);
  border-radius: 12px;
  box-shadow: 0 2px 4px -2px rgb(0 0 0 / 15%);
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul>li {
  display: inline-block;
}
img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.copybottm {
  padding: 30px 20px;
  color: #7B7B7D;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: .4s ease-in-out;
  text-transform: uppercase;
}

 /* 顶部栏目 */
.header {
  position: fixed;
  z-index: 2;
  top: 0px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: var(--headerCOlor);
  border-radius: 0% 0% 10px 10px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
}

/* 下面的装饰 */
.borderafter::after{
  content: '';
  position: absolute;
  top: 70px;
  left: 0px;
  right: 0px;
  height: 8px;
  /* background-color: #00283A; */
  background-color: var(--borderline);
  border-radius: 0% 0% 5px 5px;
  opacity: .3;
}

/* 上面的装饰 */
.borderbefore::before{
  content: '';
  position: absolute;
  top: -8px;
  left: 8%;
  right: 8%;
  height: 10px;
  background-color: var(--borderline);
  border-radius: 5px 5px 0% 0%;
  opacity: .3;
}

.col {
  width: 85%;
  margin: 0 auto;
  /* border: 1px solid red; */
}

.header>div {
  display: flex;
  justify-content: space-between;
}

/* 开灯 */
.kaig-bottm img {
  width: 15px;
  height: 15px;
}

.kaig-bottm .my-radio{
  position: relative;
  display: inline-block;
  height: 20px;
  width: 40px;
  vertical-align: middle;
  background: #F4F5F7;
  border-radius: 2em;
  box-shadow: inset 0 0 4px -1px rgb(0 0 0 / 15%);
  transition: .4s ease-in-out;
  cursor: pointer;
}

.kaig-bottm .my-radio.active>i{
  right: 0px;
  left: auto;
}
.kaig-bottm .my-radio>i{
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: inline-block;
  width: 35%;
  border: solid 3px #AFB42B;
  border-radius: 50%;
  background: #FCFCFE;
  transition: all .2s ease;
}

/* 顶部导航栏 */
.header-nav {
  display: inline-block;
}

.header-nav>li.active::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  border-radius: 10px;
  height: 3px;
  background-color: var(--mainColor);
  transition: .4s ease-in-out;
}

/* 顶部导航栏 菜单间距调节 */
.header-nav>li {
  padding: 0 15px !important;
  min-width: 90px;
  max-width: 120px;
  text-align: center;
  position: relative;
  transition: color .6s ease-in-out;
  box-sizing: border-box;
}

.header-nav>li:hover {
  color: var(--mainColor);
}

/* 导航 */ 
/* 黑色主题背景 */
.navigation.active{ 
  background-image: url("../img/back/black_background_min.jpg"); /* 小图占位 */
  /* background-image: url("../img/back/aitx6-0og08.webp") !important; */
  
}
/* 默认主题 白色主题 导航条*/
.navigation {
  margin: 0px auto 0;
  width: 95%;
  background-color: transparent;
  height: 80vh;
  border-radius: 20px;
  background-image: url("../img/back/white_background_min.jpg"); /* 小图占位 */
  /* background-image: url("../img/back/a58cbbffd2aa49c1b1e99990be912f30.jpg"); */
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #fff;
}

/* 顶部导航 */
.navigation .titleBox-tag {
  text-transform: uppercase;
}

.navigation h1 {
  margin: 10px 0;
  font-size: 3.8rem;
  color: #fcfcfe;
  text-shadow: 0 1px 10px rgb(0 0 0 / 30%);
  margin-bottom: clamp(20px, 4vw, 40px);
}
.head-title {
  /* 手机最小 2.8rem → 桌面最大 3.8rem，中间平滑 */
  font-size: clamp(2.8rem, 4vw, 3.8rem) !important;
  line-height: 1.2;          /* 行高也随字号弹性 */
  word-break: break-word;    /* 长单词允许断行 */
}
.navigation .buttom:hover{
  transform: scale(1.1);
  color: #fff;
}
.navigation>.nav-titleBox {
  margin-top: 18rem;
}

.nav-titleBox .buttom {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0px 35px 0 20px;
  border: 2px solid white;
  border-radius: 15px;
  cursor: pointer;
  transition: transform .3s ease;
  color: #fcfcfe;
  position: relative;
}
.nav-titleBox .buttom::after{
  position: absolute;
  right: 10px;
  top: 50%;
  content: '';
  width: 0px;
  height: 0px;
  border-top: 4px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 4px solid transparent;
  animation: bmove 1s infinite;
}
@keyframes bmove {
  0%{
    opacity: 1;
    transform: translateX(-8px) translateY(-50%);
  }
  100%{
    opacity: 0;
    transform: translateX(5px) translateY(-50%);
  }
}


/* 内容 */

.co-left {
  width:35%;
  display: inline-block;
  height: 50px;
}

.co-right {
  width: 64%;
  display: inline-block;
  /* background-color: #45454566; */
  min-height: 50px;
}
.co{
  width: 70%;
  margin: 0 auto;
}

.content {
  position: relative;
  top: -90px;
  min-height: 1000px;
  width: 85%;
  margin: 0 auto;
  display: flex;
  /* background-color: rgba(10, 15, 20, 0.2); */
}


/* 左半部分 */
.content .me-card {
  top: 390px;
  width: auto;
}

.scroll{
  position: fixed !important;
  top: 49%;
}
.content .me-card {
  /* width: fit-content; */
  width: 290px;
  /* min-width: 280px; */
  /* max-width: 300px; */
  transform: translateY(-351px);
  height: 780px;
  /* backgrounbad-color: var(--headerCOlor); */
  border-radius: 10px;
  text-align: center;
  border: 1px solid var(--headerCOlor);
  padding: 0px 30px;
}


/* 左边吸盘 */
.mecar-title {
  margin-top: 40px;
}


.me-hover span{
  margin: 0 auto;
  display: block;
  font: 14px ;
  border-right: .08em solid;
  /* 个数*2ch，根据文本长度调整 */
  width: 38ch; 
  white-space: nowrap;
  overflow: hidden;
  animation: typing 3s steps(28,end), blink-caret .3s step-end infinite alternate;
}


@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes blink-caret {
  50%{
    border-color: transparent;
  }
}


/* 虚线分割线 */
.content .borderbotm {
  /* border-style: dashed; */
  border-bottom: 1px dashed rgb(187, 185, 185);
  height: 0px;
  margin: 35px 0;   /* 调整分割线的上下间距 */
}

.mecar-title .me-image {
  position: relative;
  display: inline-block;
}
.me-image>img{
  width: 200px;
  height: 200px;
  border: solid 3px #FCFCFE;
  border-radius: 50%;
  box-shadow: 0 2px 4px -2px rgb(0 0 0 / 15%);
}
.mecar-title .me-image>.status{
    height: 20px;
    width: 20px;
     box-shadow: 0 2px 4px -2px rgb(0 0 0 / 15%);
    border-radius: 50%;
    position: absolute;
    border: solid 3px #FCFCFE;
    right: 0px;
    bottom: 0px;
    background-color: var(--mainColor);
    overflow: hidden;
    color: #fff;
    transition: width .2s ease-in-out, visible .2s ease-in-out;
}
.mecar-title .me-image:hover .status{
  width: 100px;
  border-radius: 20px;
}
.mecar-title .me-image:hover .status i {
  width: 0%;
  visibility: hidden;
}
.mecar-title .me-image:hover .status i {
  width: 100%;
  visibility: visible;
}

.mecar-bottm>div {
  display: flex;
  justify-content: space-between;
  height: 25px;
  line-height: 25px;
  height:auto;
}

.mecar-bottm .mecarbottm-key {
  font-weight: 500;
  min-width: 80px; /* 防止被压缩 */
  text-align: left; /* 左对齐 */
  white-space: nowrap; /* ✅ 禁止英文断行 */
}

.mecar-bottm .mecarbottm-value {
  font-weight: 500;
  color: #747474;

  text-align:right;
  word-break:normal;
  overflow-wrap:break-word;
  hyphens:auto;
  white-space:normal;   /* 允许换行 */
}

/* .me-card 里的分割线上下间距 */
.content .me-card .borderbotm {
  margin: 20px 0 !important;   /* 想多窄就改多小 */
}
.me-card .lianxi-list{
  margin: 0 0 0 0;
  height: auto;
}
.me-card .lianxi-list svg{
  margin: 0 5px;
}
.me-card .lianxi-list a svg path{
  transition: .2s ease-in-out;
}
.me-card .lianxi-list a:hover svg path{
  fill: var(--mainColor);
}
.me-card .lianxi-list a{
  display: inline-block;
}
.me-card .buttom-box .button{
  display: block;
  margin: 0 auto;
  border: none;
  height: 40px;
  line-height: 40px;
  width: 200px;
 
  color: var(--headerFont);
  border-radius: 50px;
  background: linear-gradient(-45deg, var(--mainColor) 50%, #fff 60%, var(--mainColor) 70%);
  background-size: 600% 100%;
  animation: shine 5s infinite;
}
@keyframes shine {
  0% {
    background-position-x: 100%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -100%;
  }
}


/* g公共 */
.content-li>h3 {
  display: flex;
  align-items: center;
  color: var(--headerFont);
}

.content-li .borderbotm {
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
}


/* 加载小蝴蝶 */
.lodding-wrap{
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9;
  opacity: 1;
}

.loadding-div{
  left: 50%;
  top: 50%;
  position: relative;
  width: 100px;
  height: 100px;
  transform: rotateZ(-13deg) translate(-50%,-50%); 
  animation: insect-fly 0.3333333333s infinite alternate cubic-bezier(.45,-0.43,.63,1.94);
}

.loadding-div::after,.loadding-div::before{
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid #00c7ff;
  transform: rotateX(60deg) rotateY(-60deg);
  background-color: rgba(81, 0, 255, 0.723);
  border-radius: 40% 20% 50% 50%;
  animation: wings 0.333s infinite cubic-bezier(0.6, 0, 0.4, 1) alternate;
}
.loadding-div::after{
  transform-origin: right center;
  left: 0;
}

.loadding-div::before{
  right: 0;
  transform-origin: left center;
  animation-direction: alternate-reverse;
}

@keyframes insect-fly {
  from {
    margin-top: -0.3em;
  }
  to {
    margin-top: 0.3em;
  }
}
@keyframes wings {
  from{
    transform: rotateX(60deg) rotateY(-60deg);
  }
  to{
    transform: rotateX(60deg) rotateY(60deg);
  }
}

/* 雪花 */
.canvas-wrap{
  position: fixed;
  top: 100px;
  bottom: 0px;
  z-index: 1;
  left: 0;
  right: 0;
}


/* 置顶层 */
.zz{
  position: relative;
  z-index: 1;
}


/* 公共的按钮样式 */
.buttonsty{
  cursor: pointer;
  transition: .4s ease-in-out;
}
.buttonsty:hover{
  transform: scale(1.03);
}



/* 适配 */

/* @media screen and (min-width:1000px) and (max-width:1200px) {
  .content .me-card{
    min-width: auto;
  }
}



@media screen and ( max-width:1000px) {
  .content{
    display: block;
  }
  .content .me-card{
    min-width: auto;
  }
    

  .header-right{
    display: none;
  }
  .nav-titleBox{
    display: none;
  }
  .co-right{
    display: none;
  }
} */


/* 播放器 */
 .music-wrap{
  position: fixed;
  right: -14%;
  bottom: 30px;
  z-index: 2;
  transition: right .3s ease;
}
.music-wrap:hover{
  right: 0%;
}
/*
.music-wrap.paused .music-box{
  animation-play-state:paused;
}
.music-wrap .music-box{
  animation:fadenum 5s linear infinite;
}
.music-wrap .music-box{
  background-image: url(../img/bg2.jpg);
  background-size: 100% 100%;
  transform-origin: center center;
  width:80px;
  height:80px;
  background-color:pink;
  border-radius: 50%;
}
@keyframes fadenum{
  0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
}

.music-wrap .star{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  border-left: 20px solid #fff;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.music-wrap.paused .star{
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
} */



 .min_menu{
  display: none;
  height: 2px;
  width: 15px;
  background-color: var(--headerFont);
  border-radius: 2px;
  position: relative;
  transition: .4s ease-in-out;
}
.min_menu::after{
  content: "";
  top: -5px;
  position: absolute;
  background-color: inherit;
  transition: .4s ease-in-out;
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 2px;
}

.min_menu::before{
  content: "";
  bottom: -5px;
  position: absolute;
  background-color: inherit;
  transition: .4s ease-in-out;
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 2px;
  
}
.min_menu-wrap{
  min-width: 50px;
}
.min_menu-wrap.active .min_menu{
  transform: rotate(45deg);
}
.min_menu-wrap.active .min_menu::after{
  transform: translate(0,5px) rotate(-90deg);
}
.min_menu-wrap.active .min_menu::before{
  transform: translate(0,-5px) rotate(-90deg);
}


/* 手机 */
@media screen and (max-width: 1250px) {
  .col>span {
      visibility: hidden;
  }
  
  .content .me-card {
      width: auto;
      max-width: 100% !important;
      min-width: auto !important;
      transform: translateY(0) !important;
      height: auto !important;
      min-height: auto !important;
      margin-bottom: 30px;
      position: relative !important;
      top: 0 !important;
      padding: 20px 15px;
  }
  
  .co-left {
      position: relative;
      width: auto;
      display: block;
      height: auto;
  }
  
  .co-right {
      width: 100%;
  }
  
  .content {
      display: block;
  }
  
  .content .me-card {
      width: auto;
      transform: translateY(-20px);
  }
  
  .scroll {
      position: relative !important;
  }
  
  .min_menu {
      display: inline-block;
  }
  
  /* .header .header-right{
    display:none;
  } */
  
  .co-left {
      display: none;
  }
  
  .co-right {
      width: 100%;
  }
  
  .header-right .min_menu-wrap {
      text-align: center;
  }
  
  /* 优化菜单项间距 */
  .header-right .header-nav>li {
      display: block;
      padding: 15px 15px !important; /* 减少上下内边距 */
      line-height: 1.4; /* 调整行高 */
      margin: 0; /* 移除默认外边距 */
  }
  
  /* 调整语言选择器在手机端的样式 */
  .header-right .header-nav>li.language-selector {
      padding: 8px 10px !important; /* 语言选择器稍微多一点间距 */
      margin-top: 5px; /* 与上方菜单项保持适当距离 */
  }
  
  /* 调整菜单列表容器 */
  .menu_list {
      pointer-events: none;
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      opacity: 0;
      background-color: var(--headerhover);
      transform: translateY(10px);
      transition: .1s ease-in-out;
      max-height: 70vh; /* 限制最大高度 */
      overflow-y: auto; /* 添加滚动条以防内容过多 */
      padding: 5px 0; /* 减少上下内边距 */
  }
  
  .menu_list.active {
      opacity: 1;
      pointer-events: all;
      transform: translateY(0px);
  }
  
  /* 调整开关灯样式 */
  .header-right .kaig-bottm {
      display: block;
      padding: 8px 10px; /* 调整内边距 */
      margin: 5px 0; /* 调整外边距 */
  }
  
  /* 调整语言选择器下拉菜单 */
  #language-select {
      width: 100% !important; /* 使选择器宽度适应容器 */
      margin: 0 auto; /* 居中显示 */
      padding: 6px 25px 6px 8px !important; /* 调整内边距 */
  }
  
  .navigation>.nav-titleBox {
      margin-top: 10rem;
  }
}

/* 平板 */
 @media screen and (max-width:1200px){
  .navigation{
    text-align: center;
    background-size: 100% 100%;

    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 20vh; /* 适当增加底部空间 */
  }
 
  .co-left{
    position: relative;
    width: auto;
    display: block;
    height: auto;
  }
  .co-right{
    width: 100%;
  }
  .content{
    display: block;
  }
  .content .me-card{
    width:auto;
    transform: translateY(-20px);
  }
  .scroll{
    position:relative !important;
  }
}


/* 视频播放器 视频简历 */
#playbuttom {
  position: relative;  /* 取消绝对定位的限制 */
  width: 100%;         /* 填充父容器 */
  height: 500px;       /* 你可以根据需要调整高度 */
  background: none;    /* 去掉原来的按钮背景 */
}

#playbuttom iframe {
  width: 100%;
  height: 100%;
  display: block;      /* 消除默认 inline-block 间距 */
}


/* 确保所有卡片都有适当间距 */
.li1-box, .li2-box, .li3-box, .li4-box, .li5-box, .li6-box, .li7-box {
  margin-bottom: 20px;
}

/* 能力卡片布局 */
.li4-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

/* 项目卡片布局 */
.li6-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}



/* 语言选择器样式 */
.language-selector {
  margin-left: 8px !important;
  position: relative;
  display: inline-block;
}

#language-select {
  background-color: transparent;
  border: 1px solid var(--headerFont);
  color: var(--headerFont);
  padding: 5px 25px 5px 8px !important; /* 右侧增加内边距给箭头留空间 */
  width: 80px !important;
  font-size: 12px !important;
  /* 移除浏览器默认箭头 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 针对IE的兼容性处理 */
#language-select::-ms-expand {
  display: none; /* 隐藏IE的默认箭头 */
}

#language-select option {
  background-color: var(--headerCOlor);
  color: var(--headerFont);
}

/* 语言选择器箭头 - 使用自定义箭头 */
.language-selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--headerFont);
  pointer-events: none;
}

/* 处理长文本换行问题 防止撑破父容器 */
p, a, span {
  overflow-wrap: break-word;
  word-break: break-all;
}

/* 页面底部备案信息 */
/* 底部容器布局 */
.carbox.copybottm {
  display: flex;
  flex-wrap: wrap;           /* 窄屏时允许换行，但每个元素整行换 */
  justify-content: space-between; /* 三个 a 标签水平分散 */
  align-items: center;
  gap: 10px;                 /* 元素之间间距，可根据需要调整 */
}

/* 底部 a 标签保持整行不换行 */
.carbox.copybottm a {
  white-space: nowrap;       /* 禁止 a 标签内部换行 */
  display: inline-block;
}

/* 底部 - 所有 a 标签中的图标统一高度 */
.carbox.copybottm a img.icp-icon {
  height: 20px;      /* 统一高度 */
  width: auto;       /* 保持宽高比 */
  margin-right: 4px; /* 图标和文字间距 */
  vertical-align: middle;
}
