@charset "utf-8";





/* 上下篇 */
.prevnext {
	width: 100%;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-width: 1px 0;
    /*margin: 15px 0 0;*/
    background: #fff;
    font-size: 14px;
}
.prevnext .fr {
	text-align: right;
}



 .about-section {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 20px;
    }

    .about-image {
      width: 55%;
      height: auto;
    }

    .about-content {
      width: 40%;
      padding: 20px;
    }

    .about-content h2 {
      font-size: 36px;
      margin-bottom: 20px;
      color: #333;
    }

    .about-content p {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 15px;
      color: #666;
    }


.contact-section {
      padding: 20px;
    }

    .section-title {
      text-align: center;
      margin-bottom: 30px;
    }

    .section-title h2 {
      font-size: 24px;
      color: #333;
      display: inline-block;
      border-bottom: 2px solid #0056b3;
      padding-bottom: 5px;
    }

    .contact-container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .contact-info {
      width: 30%;
      padding: 20px;
      background-color: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    .contact-info h3 {
      font-size: 18px;
      color: #0056b3;
      margin-bottom: 20px;
    }

    .contact-info-item {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }

    .contact-info-item img {
      width: 24px;
      height: 24px;
      margin-right: 10px;
    }

    .contact-info-item span {
      color: #333;
    }

    .contact-map {
      width: 65%;
      height: 400px;
      border: 1px solid #eee;
    }
	
	 .container {
      display: flex;
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .sidebar {
      width: 20%;
      margin-right: 20px;
    }

    .breadcrumb {
      margin-bottom: 20px;
    }

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

    .breadcrumb a:hover {
      color: #0056b3;
    }

    .sidebar-section {
      margin-bottom: 20px;
    }

    .sidebar-title {
      background-color: #0056b3;
      color: #fff;
      padding: 10px;
      text-align: center;
      font-size: 18px;
    }

    .sidebar-menu {
      list-style: none;
    }

    .sidebar-menu li {
      padding: 10px;
      border-bottom: 1px solid #eee;
    }

    .sidebar-menu li a {
      color: #333;
      text-decoration: none;
      display: block;
      text-align: center;
    }

    .sidebar-menu li a:hover {
      color: #0056b3;
    }

    .content {
      width: 80%;
    }

    .content-title {
      text-align: center;
      margin-bottom: 20px;
      font-size: 24px;
      color: #333;
    }

    .news-list {
      list-style: none;
    }

    .news-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0;
      border-bottom: 1px dashed #eee;
    }

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

    .news-item a:hover {
      color: #0056b3;
    }

    .news-date {
      color: #999;
      font-size: 14px;
    }

/* 文章详情 */
.news-show .news_tit {
	text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 20px;
}
.news-show .news_mes {
	margin-top: 14px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    color: #9e9e9e;
    border: 1px dotted #ccc;
    border-width: 1px 0;
}
.news-show .news_con {
    padding: 14px 10px;
	line-height: 30px;
    font-size: 16px;
    text-align: justify;
    background-color: #fff;
}




.ny_about_con{max-width: 1200px;width: 95%; margin:0 auto;line-height:35px;}
/* 导航容器 */
.nav-container {max-width: 1200px;width: 95%; margin:0 auto;
  display: flex; /* 横向排列子元素 */
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  border-bottom: 1px solid #e5e7eb; /* 底部浅灰分割线 */
   margin-top:20px;
   margin-bottom: 20px;
}

/* 单个导航项 */
.nav-item {
  padding: 15px 50px; /* 内边距，控制点击区域和文字间距 */
  font-size: 18px;
  color: #46a4f9; /* 未选中文字为蓝色 */
  cursor: pointer; /* 鼠标悬浮变手型，提示可点击 */
  transition: background-color 0.2s ease, color 0.2s ease; /* hover 过渡动画 */
}

/* 激活状态（公司简介） */
.nav-item.active {
  background-color: #46a4f9; /* 蓝色背景 */
  color: #fff; /* 白色文字 */
  font-weight:bold
}

/* 鼠标悬浮非激活项时的样式 */
.nav-item:not(.active):hover {
  background-color: #e9ecef; /* 浅灰背景 */
}

/* 证书容器，横向排列 */
.certificate-container {
  display: flex;
  justify-content: space-around; /* 子元素均匀分布 */
  align-items: flex-start; /* 顶部对齐 */
  padding: 20px;
  gap: 20px; /* 证书之间的间距 */
}

/* 单个证书项 */
.certificate-item {
  flex: 1; /* 让每个证书项平分宽度 */
  text-align: center;
  border: 2px solid #fff; /* 蓝色边框 */
}

/* 证书图片样式 */
.certificate-item img {
  width: 100%;
  /* 限制图片最大宽度，避免拉伸 */
  height: auto; /* 保持图片比例 */
  border: 0px solid #ccc; /* 图片边框，可选 */
  
}

/* 高亮的证书项（环境管理体系认证证书外框蓝色） */
.certificate-item:hover  {
  border: 2px solid #3d85c6; /* 蓝色边框 */
  padding: 0px;
}

/* 证书下方标签样式 */
.certificate-label {
  background-color: #666;
  color: #fff;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}

/* 资讯列表容器样式 */
.news-list {
  max-width: 1200px;
  margin: 0 auto;
}

/* 单个资讯项样式 */
.news-item {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #eee; /* 底部分隔线 */
}
.news-item:hover{background-color: #3099dd; /* 红色线条 */
    color:#fff;
}
.news-item:hover .news-content h3{color:#fff}
.news-item:hover .news-content .news-date{color:#fff}
.news-item:hover .news-content p{color:#fff}
.news-img {
  width: 200px; /* 图片宽度，可根据需求调整 */
  height: 120px; /* 图片高度，可根据需求调整 */
  margin-right: 20px;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 保持图片比例，填充容器 */
}

.news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.news-date {
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
}

.news-view {
  font-size: 14px;
  color: #999; line-height:25px;
  text-align: right;
}

/* 响应式适配，小屏幕下图片和内容上下排列 */
@media (max-width: 768px) {
  .news-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-img {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .news-content {
    width: 100%;
  }
  .news-view {
    text-align: left;
  }
}

/* 服务头部样式 */
.service-header {
  text-align: center;
  margin-bottom: 30px;
}
.service-header img{ margin-bottom:10px}
.service-header h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative; margin-bottom:10px;
}



.service-header p {
  font-size: 14px;
  color: #888888;
  line-height: 1.6;
}
/* 导航栏容器 */
.service-nav {
  display: flex; /* 横向排列子元素 */
  align-items: center; /* 垂直居中 */
 margin-bottom:30px;
}

/* 单个导航项 */
.nav-item {
  padding: 12px 32px; /* 内边距，控制点击区域和文字间距 */
  font-size: 18px;
  color: #6b7280; /* 默认文字灰色 */
  cursor: pointer; /* 鼠标悬浮变手型，提示可点击 */
  transition: background-color 0.2s ease, color 0.2s ease; /*  hover 过渡动画 */
}

/* 激活状态（六大服务） */
.nav-item.active {
  background-color: #2694f8; /* 蓝色背景 */
  color: #fff; /* 白色文字 */
}

/* 鼠标悬浮非激活项时的样式 */
.nav-item:not(.active):hover {
  color: #2563eb; /* 文字变蓝色 */
}

/* 导航项之间的竖线（通过伪元素实现） */
.nav-item:not(:first-child) {
  position: relative;
}
.nav-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #e5e7eb; /* 竖线浅灰色 */
}
