/* Hero Section */
.hero {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}

/* Section styles */
.section {
}

.what-we-do-section .section-title {
  text-align: center;
  font-size: 32px;
  margin-top: 63px;
  margin-bottom: 50px;
  font-weight: 500;
  color: #000000;
  display: flex;
  justify-content: center;
}

.what-we-do-section .section-title .title-con {
  border-bottom: 2px solid #e6ae82;
}

.intro-section {
  height: 480px;
  background: url(https://f1outoss.t5a.cn/med/full-1.png) no-repeat center;
  background-size: cover;
}

.intro-section-con {
  height: 480px;
}

/* Intro Section */
.intro-section .container {
  display: flex;
  align-items: center;
  gap: 60px;
}

.intro-content {
  width: 576px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 30px;
  font-weight: 400;
  padding: 50px 45px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
}

.intro-content p {
  font-size: 30px;
  color: #000000;
}

/* What We Do Section */
.what-we-do-section {
  margin-bottom: 70px;
  overflow: hidden;
}

.what-we-do-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: left;
}

.what-we-do-item {
  width: 396px;
  height: 585px;
  position: relative;
  color: #f0f0f0;
  overflow: hidden;
  cursor: pointer;
}

.what-we-do-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.what-we-do-item-content {
  width: 396px;
  height: 585px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.what-we-do-item-content .topco {
  /* height: 95px; */
  background: #232323;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  font-size: 29px;
  text-align: center;
}

.what-we-do-item-content .bottomco {
  background: #232323;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 20px 0;
  height: 238px;
  font-size: 30px;
  line-height: 24px;
  text-align: center;
  line-height: 40px;
}

.what-we-do-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
}

.what-we-do-item p {
  line-height: 1.6;
  font-size: 15px;
  color: #ccc;
}

.about-section {
  padding: 90px 0;
  background: #e5e7e7;
}

/* About Us Section */
.about-section .container {
  display: flex;
  gap: 86px;
  align-items: flex-start;
}

.about-section .about-images {
  width: 705px;
}

.about-images,
.about-content {
  flex: 1;
}

.about-images img {
  width: 100%;
  display: block;
}

.about-images .logo-image {
  max-width: 250px;
  margin-bottom: 30px;
}

.ttitle {
  font-size: 32px;
  color: #000000;
  margin-bottom: 37px;
  padding-bottom: 7px;
}

.about-content p,
.about-content li {
  font-size: 27px;
  color: #000;
  margin-bottom: 45px;
}

.about-content ul {
  list-style-position: inside;
  padding-left: 10px;
}

.about-content-block {
  margin-bottom: 100px;
}

.about-content-block:last-child {
  margin-bottom: 0px;
}

.role-desc {
  font-style: italic !important;
  font-style: oblique;
}

/* History Section */
.history-section {
  height: 480px;
  background: url(https://f1outoss.t5a.cn/med/hisbg.png) no-repeat center;
  /* background-size: cover; */
  background-size: auto 100%;
}

.history-section .container {
  display: flex;
  /* align-items: center; */
  /* gap: 60px; */
  justify-content: space-between;
  padding-top: 104px;
}

.history-section .history-stats {
  display: flex;
  gap: 70px;
  flex-shrink: 0;
}

.history-section .stat-box {
  width: 280px;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.history-section .history-content {
  width: 588px;
}

.history-section .history-content .text-content {
  font-size: 27px;
  color: #000;
  font-weight: 500;
}

.history-content p {
  margin-bottom: 45px;
}

.history-content p:last-child {
  margin-bottom: 0px;
}

/* Services Section */
.services-section {
  padding: 98px 0 88px;
  background: #e6e8ea;
}

/* Latest News Section */
.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 23px;
}

.news-header h2 {
  font-size: 32px;
  font-weight: 500;
}

.news-header a {
  text-decoration: none;
  color: #333;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  background: none;
}

.news-item {
  background-color: #e9e9e9;
  margin: 0 15px;
  width: 395px !important;
}

.newImg {
  width: 395px;
  height: 227px;
}

.news-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item-content {
  padding: 30px;
}

.news-item p {
  line-height: 36px;
  color: #666;
  font-size: 24px;
  margin-bottom: 30px;

  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  word-wrap: break-word; /* 尝试换行 */
  overflow-wrap: anywhere; /* 避免单词断开 */
}

.news-item a {
  text-decoration: none;
  color: #d9aa7a;
  font-weight: bold;
  font-size: 20px;
}

.news-grid {
  position: relative;
}

.news-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding-right: 30px;
}

.news-prev,
.news-next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: none;
  border-radius: 50%;
  overflow: hidden;
}

.news-prev img,
.news-next img {
  width: 40px;
  height: auto;
}

.news-prev {
  /* transform: rotate(180deg); */
}

.news-prev:focus,
.news-next:focus {
  outline: none;
}

.news-prev.disabled,
.news-next.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

/* Contact Section */
.contact-section {
  background-color: #e6e8ea;
  padding: 50px 0;
}

.contact-section .container {
  display: flex;
  align-items: center;
}

.ihow-section {
  height: 480px;
  background: url(https://f1outoss.t5a.cn/med/b2.png) no-repeat center center;
  background-size: auto 100%;
  /* background-size: cover; */
}

.ihow-section .intro-content {
  left: 0;
}

.ihow-section .intro-content .bt {
  font-size: 36px;
  color: #031018;
  margin-bottom: 16px;
}

.ihow-section .intro-content .neirong {
  font-size: 30px;
  color: #031018;
}

.ttitle .tttitle-con {
  border-bottom: 2px solid #e6ae82;
}

.latest-news-section {
  padding: 55px 0 115px;
  background: #edeff0;
}

.latest-news-section .sTitlte {
  box-sizing: border-box;
}

.seeMore {
  width: 205px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  cursor: pointer;
}

.contactEm {
  /* background: red; */
  display: block;
  width: 300px;
  height: 84px;
  position: absolute;
  bottom: 60px;
  left: 50px;
  opacity: 0.3;
  cursor: pointer;
}

.beian {
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #f8faf9;
  text-decoration: none;
  margin-top: 24px;
}
