* {
  margin: 0px;
  padding: 0px;
}

body {
  padding-top: 109px;
}

.container {
  height: auto;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.container::-webkit-scrollbar {
  display: none;
}

.header-box {
  margin-top: 109px;
  height: 680px;
  width: 100%;
  position: relative;
}

.contentinfo {
  position: absolute;
  left: 15%;
  top: 50%;
}

.contentinfo h1 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 50px;
  color: #FFFFFF;
}

.contentinfo p {
  font: optional;
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
  margin-top: 25px;
}

.banner-box {
  position: absolute;
  left: 0;
  top: 0;
}

/* 注释掉或删除冲突的样式 */
/*
.top-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 109px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12.5vw;
  box-sizing: border-box;
}
*/

.logo-img {
  width: 6.81rem;
  height: 52px;
}

.menu-box {
  display: flex;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  /* background-color: red; */
}

.menu-box ul {
  display: flex;
}

.menu-box ul li {
  display: flex;
  padding: 0px 10px;
  justify-content: end;
}

.menu-box ul li a {
  font-size: 18px;
  color: white;
}

.menu-item {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-line {
  width: 45px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 2px;
  opacity: 0.43;
  margin-top: 10px;
}

.content-box {
  display: flex;
  padding: 0 12.5vw;
  background-color: #ffff;
  /* padding:55px 0 89px 0; */
  padding-top: 136px;
  padding-bottom: 89px;
  position: relative;
}

.contentBg {
  width: 448px;
  background: rgba(40, 153, 255, .1);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.content {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  color: #2A2A2A;
  line-height: 24px;
  display: -webkit-box;
  /* 使用旧版弹性盒子模型（用于兼容） */
  -webkit-line-clamp: 2;
  /* 限制显示行数 */
  -webkit-box-orient: vertical;
  /* 设置盒子内元素排列方向为垂直 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  /* 可选：为其他浏览器提供备用方案 */
  word-break: break-all;
}

.contact-info {
  margin-top: -35px;
  position: relative;
  width: 34%;
  height: 420px;
  background-color: #1e90ff;
  color: #fff;
  padding: 0px 37px;
  text-align: left;
}

.contact-info h3 {
  margin-top: 60px;
  height: 19px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

.contact-info p {
  margin: 10px 0;
  font-size: 18px;
}

.contact-info .phone-number {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: px;
  color: #FFFFFF;
}

.contact-info .service-time {
  position: absolute;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  bottom: 58px;
}

.footer-box {
  height: 277px;
  background: #333333;
  padding: 38px 12.4vw 0 12.4vw;
  display: flex;
}

.contact-info hr {
  border: none;
  height: 3px;
  background: #2899FF;
  width: 50px;
  /* margin-bottom: 20px; */
}

.footer-text {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 38px;
}

.footer-line {
  width: 1px;
  height: 150px;
  background: #FDFDFD;
  opacity: 0.1;
  margin: 0 140px;
}

.footer-code {
  width: 91px;
  height: 91px;
  margin-top: 19px;
}

.footer-right {
  display: flex;
}

.footer-label {
  font-weight: 400;
  font-size: 16px;
  color: #7C7C7C;
  line-height: 38px;
}

.allmessageinfo {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  background-color: #fff;
  margin-top: 50px;
  margin: 0px 0 89px 0;
  padding: 0 12.5vw;
}

.text-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 2;
  padding-right: 50px;
}

.text-content h2 {
  font-size: 40px;
  margin-bottom: 5px;
}

.text-content h3 {
  margin-top: -35px;
  font-size: 24px;
  color: #666;
  margin-bottom: 20px;
}

.text-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.image-content {
  flex: 1;
  position: relative;
  z-index: 1;
}

.image-content img {
  width: 667px;
  height: 796px;
  /* background: #F2716B; */
  border-radius: 23px;
  border-radius: 10px;
}

.firsrinfo {
  text-indent: 2em;
}

.container .img img {
  /* opacity: 0.25; */
  width: 1920px;
  height: 819px;
}

.container .img {
  position: relative;
}

.contentculture {
  position: absolute;
  left: 15%;
  top: 15%;
}

.contentculture h2 {
  font-size: 40px;
  margin-bottom: 5px;
  color: #FFFFFF;
}

.contentculture p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}

.honor-container .honor-header {
  text-align: left;
  margin-bottom: 50px;
}

.honor-container .honor-header h2 {
  font-size: 40px;
  margin-bottom: 5px;
}

.honor-container .honor-header p {
  font-size: 24px;
  color: #666;
}

.honor-container {
  padding: 0 12.5vw;
  background-color: #FFFFFF;
  padding-top: 136px;
  padding-bottom: 89px;
}

.timeline {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: -1;
}

.dot-line {
  width: 100%;
  height: 2px;
  background: #A9A9A9;
  position: relative;
}

.dot-icon {
  position: absolute;
  left: 45%;
  bottom: -15px;
}

.line-icon {
  width: 31px;
  height: 31px;
  position: absolute;
  right: 0;
  bottom: -15px;
}

.year {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.year h3 {
  font-size: 36px;
  margin-bottom: 20px;
}

.active-year {
  width: 316px;
  height: 353px;
  background: #F4F7FE;
  padding: 0 24px;
  box-sizing: border-box;
}

.active-year h3 {
  font-size: 36px;
  margin-bottom: 20px;
}

.details {
  /* display: none; */
  text-align: left;
  padding: 20px;
  /* background-color: #f9f9f9; */
}

.details p {
  font-weight: 400;
  font-size: 16px;
  color: #545456;
}

.details table {
  width: 100%;
  border-collapse: collapse;
}

.details table td {
  border: 1px solid #ddd;
  padding: 5px;
}

.details p {
  margin-top: 10px;
}

.timeline-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background-color: #007bff;
}

/* 显示当前选中的年份详情 */
.year.active .details {
  display: block;
}