html {
  font-size: 16px;
  /* 基准值 */
}

.content {
  /* position:inherit; */
}

.head {
  width: 100%;
  /* 100%视口宽度 */
  height: 36vw;
  /* 100%视口高度 */
  background: linear-gradient(to bottom, #cbe4f0, #ecf0f9);
  background-size: auto 50vw;
  background-repeat: no-repeat;
  /* 避免图片重复 */
  background-position: center;
  /* 图片居中显示 */
}

.go-back {
  display: flex;
  align-items: center;
  position: absolute;
  /* color: #e3e4e8; */
  font-size: 1rem;
  cursor: pointer;
  z-index: 3;
  width: 5vw;
  height: 1.8vw;
  top: 8vw;
  padding-left: 12.9375rem;
}

.go-back:active {
  transform: translateY(2px);
  color: #b0d7e8;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
}

.back-arrow {
  font-size: 1.7vw;
  font-weight: 100;
}

.contact {
  /* font-size: 1.5rem;
  font-family: Microsoft YaHei-blod;
  color: #fafafa;
  width: 100%;
  height: 2vw;
  text-align: center;
  margin-bottom: 1vw; */
}

/* 人物介绍区域样式 */
.profile-section {
  /* background-color: #e8f4fb; */
  /* padding: 50px 20px; */
}

.profile-container {
  display: flex;
  padding-top: 8vw;
  width: 84vw;
  margin: 0 auto;
}

.profile-text {
  padding-top: 4vw;
  width: 38vw;
  padding-left: 8vw;
}

.profile-text h1 {
  width: 100%;
  text-align: center;
  font-size: 2.2vw;
  /* margin-bottom: 10px; */
  color: #333;
  font-weight: 600;
}

.profile-text a {
  text-decoration: none;
  /* 移除下划线 */
  pointer-events: none;
  /* 禁用鼠标点击（但仍保留 href 属性） */
  cursor: default;
  /* 鼠标悬停时显示默认指针（而非手型） */
}

.subtitle {
  width: 100;
  padding-left: 1vw;
  font-size: 1vw;
  color: #666;
  margin-bottom: 3vw;
  margin-top: 1.5vw;
}

.profile-img {
  width: 28vw;
  padding-left: 10vw;
}

.profile-img img {
  width: 28vw;
}


/* 荣誉与成就区域样式 */
.honor-section {
  /* max-width: 1200px; */
  margin: 50px auto;
  width: 99vw;
  padding: 0 10vw;
}

.honor-section .title {
  text-align: center;
  color: #2E3138;
  position: relative;
  font-weight: 600;
  z-index: 5;
}

.honor-section .line {
  text-align: center;
  color: #333;
  position: relative;
  width: 14.5vw;
  height: 1vw;
  top: -1vw;
  margin: 0 auto;
  background-color: #9caee2;
  /* z-index: 1; */
}

.honor-section h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
  position: relative;
}

.honor-section h2::after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 60px;
  height: 3px;
  background-color: #66b3ff;
  transform: translateX(-50%);
}

.honor-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22vw, 1fr));
  gap: 30px;
}

.honor-item {
  background-color: #fff;
  padding: 2vw;
  margin-top: 7vw;
  height: 12vw;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.honor-item:hover {
  transform: translateY(-5px);
}

.honor-icon {
  /* margin-bottom: 15px; */
}

.icon-1,
.icon-2,
.icon-3,
.icon-4,
.icon-5,
.icon-6 {
  position: relative;
  top: -8vw;
  display: inline-block;
  width: 15vw;
  border-radius: 8px;
}

/* .icon-1 { width: 14vw;} */
.icon-2 {
  width: 13.5vw;
}

.icon-3 {
  width: 14.5vw;
  top: -7vw;
}

.icon-4 {
  width: 14.5vw;
  top: -7vw;
}

.icon-5 {
  width: 14vw;
  top: -7.5vw;
}

.icon-6 {
  width: 13vw;
  top: -9.5vw;
}

.honor-item h3 {
  position: relative;
  top: -6vw;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
}

.honor-item p {
  position: relative;
  top: -6vw;
  font-size: 0.95rem;
  color: #666;
  width: 11.8vw;
  margin: 0 auto;
}

.view2-container {
  width: 99vw;
  background-color: #ffffff;
  padding: 5vw 10vw 5vw 10vw;
}

.view2-container .title {
  text-align: center;
  color: #2E3138;
  position: relative;
  font-weight: 600;
  z-index: 5;
}

.view2-container .line {
  text-align: center;
  color: #333;
  position: relative;
  width: 14.5vw;
  height: 1vw;
  top: -1vw;
  margin: 0 auto;
  background-color: #9caee2;
  /* z-index: 1; */
}

.view2-container h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.view2-container .content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.view2-container .left-column,
.right-column {
  width: 48%;
  padding: 1.2vw;
  border-radius: 10px;
  background-color: #fafafa;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.05);
}

.view2-container .left-column h2,
.right-column h2 {
  color: #2E3138;
  margin-bottom: 1.2vw;
}

.view2-container .info-block {
  display: flex;
  align-items: center;
  background-color: #2841891a;
  padding: 1vw;
  border-radius: 5px;
  margin-top: 0.8vw;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
  transition: transform 0.3s ease;
}

.view2-container .info-block:hover {
  transform: translateY(-5px);
}


.view2-container .icon {
  width: 2vw;
  height: 2vw;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}

.view2-container .info-block p {
  margin: 0;
  color: #2E3138;
}

.content3-warpper {
  display: flex;
  margin-top: 1.5vw;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* 容器：用于包裹左右分栏，居中并限制宽度 */
.container3 {
  width: 80vw;
  background-color: #fafafa;
  margin: 4vw auto;
}

.container3 .title {
  text-align: center;
  color: #333;
  position: relative;
  font-weight: 600;
  z-index: 5;
}

.container3 .line {
  text-align: center;
  color: #333;
  position: relative;
  width: 15vw;
  height: 1vw;
  top: -1vw;
  margin: 0 auto;
  background-color: #9caee2;
  /* z-index: 1; */
}

/* 左侧栏样式 */
.container3 .left-panel {

  width: 30%;
  /* 占比可根据需求调整 */
  /* border-radius: 12px; */
  color: #fff;
  /* 白色文字 */
  background-color: #284189;
  /* 深蓝色背景，匹配示例 */
  padding: 30px 20px;
  display: flex;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
}

.container3 .left-panel h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.container3 .left-panel p {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 1rem;
  color: #c7cad1;
}

/* 左侧“成果统计”列表 */
.achievement-list {
  list-style: none;
  margin-left: -2rem;
}

.achievement-list .info-block {
  display: flex;
  align-items: center;
  padding: 10px 10px 6px 0px;
  border-radius: 5px;
  transition: transform 0.3s ease;
  color: #c7cad1;
}

.achievement-list .icon {
  width: 2vw;
  height: 2vw;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}

.achievement-list .info-block p {
  font-size: 1rem;
  font-family: "Microsoft YaHei";
  margin: 0;
}

.achievement-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

/* 右侧栏样式 */
.right-panel {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #ffffff;
  width: 70%;
  /* 占比可根据需求调整 */
  padding: 30px 20px;
}

.right-panel h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1d2f63;
  margin-left: 3rem;
}


/* 右侧“个人专著”列表 */
.book-list {
  list-style: none;
}

.book-list .info-block {
  position: relative;
  width: 51vw;
  display: flex;
  align-items: center;
  padding: 1vw 0 1vw 1vw;
  transition: transform 0.3s ease;
  border-bottom: 1px solid #ccc;
}

.book-list .info-block:hover {
  transform: translateY(-5px);
}

.book-list .info-block div {
  width: 46vw;
}

.book-list .info-block div button {
  position: absolute;
  right: 0vw;
  bottom: 2vw;
  /* 按钮背景颜色 */
  background-color: #758ed7;
  /* 文字颜色 */
  color: white;
  /* 字体大小 */
  font-size: 1rem;
  /* 内边距 */
  padding: 0.3vw 1vw;
  /* 圆角 */
  border-radius: 0.3vw;
  /* 边框设置为无 */
  border: none;
  /* 鼠标悬停时的效果 */
  cursor: pointer;
  /* 添加一些阴影效果 */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* 鼠标悬停时改变背景颜色 */
.book-list .info-block div button:hover {
  background-color: #758ed7;
}


.book-list .icon {
  width: 3.5vw;
  height: 3.5vw;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}

.book-list .info-block p {
  font-size: 1.125rem;
  font-family: "Microsoft YaHei";
  font-weight: 600;
  margin: 0;
}

.book-list .text-wrapper div {
  padding-top: 0.5vw;
  font-size: 1rem;
  color: #5c6170;
}



.screen-bottom {
  display: flex;
  width: 99vw;
  align-items: center;
  /* padding: 50px 0px 100px; */
  padding-left: 10%;
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #ffffff;
}

.screen-bottom .view {
  width: 90%;
  position: relative;
}

.screen-bottom .text-wrapper {
  width: fit-content;
  font-family: "Microsoft YaHei-Bold", Helvetica;
  font-weight: 700;
  color: #284189;
  font-size: clamp(20px, 2.2rem, 50px);
  line-height: 60px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
}

.screen-bottom .background {
  position: absolute;
  width: 90px;
  height: 4px;
  top: 60px;
  left: 0;
  background-color: #4da6cb;
}

.screen-bottom .content {
  width: 100%;
  padding: 30px 0 30px 0;
}

.screen-bottom h1 {
  color: #0056b3;
  border-bottom: 2px solid #0056b3;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.screen-bottom .case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.screen-bottom .case-item {
  /* background-color: #0056b3; */
  /* padding: 20px; */
  color: #ffffff;
  background: linear-gradient(to right, #176c91, #174b61);
  height: 9.5vh;
  width: 18.7vw;
  margin-bottom: 20px;
  /* width: calc(25% - 15px); */
  text-align: center;
  line-height: 9.5vh;
  border-radius: 5px;
}

/*  section 整体容器样式 */
.project-section {
  width: 99vw;
  background-color: #ffffff;
}

.container4 {
  width: 80vw;
  margin: 0 auto;
  padding: 3vw 0 3vw 0;
}

.project-section .title {
  text-align: center;
  color: #333;
  position: relative;
  font-weight: 600;
  z-index: 5;
}

.project-section .line {
  text-align: center;
  color: #333;
  position: relative;
  width: 20vw;
  height: 1vw;
  top: -1vw;
  margin: 0 auto;
  background-color: #9caee2;
  /* z-index: 1; */
}

/* 描述文本样式 */
.section-desc {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 3vw;
  color: #2e3138;
}

/* 内容包裹层，实现左右布局 */
.content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

/* 企业应用、重大工程列样式 */
.enterprise-app,
.major-project {
  flex: 1;
  /* background-color: #f9f9f9; */
  padding: 20px;
  border-radius: 8px;
  box-shadow: -10px 2px 4px rgba(52, 84, 178, 0.1);
}

.enterprise-app h3,
.major-project h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #314ead;
}

.enterprise-app ul,
.major-project ul {
  /* list-style: inside square;  */
  list-style-type: none;
  margin-bottom: 15px;
  width: 20vw;
}

.enterprise-app li,
.major-project li {
  margin-bottom: 6px;

}