﻿.n_banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.n_bannerm {
  display: none;
}
.page {
  font-size: 13px;
  max-width: 1400px;
  margin: 0 auto;
  clear: both;
}
.pagination {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  clear: both;
}
.page li {
  float: left;
}

.page .disabled {
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 5px;
  margin: 0 3px 10px;
}

.page a,
.page .active {
  display: inline-block;
  background: #ebebeb;
  border-radius: 3px;
  -webkit-border-radius: 5px;
  margin: 0 3px 10px;
}

.page a:hover,
.page .active {
  color: #fff;
}

/* 通用样式 */
.l1 {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  display: flex;
  box-sizing: border-box; /* 添加这个确保padding不影响宽度计算 */
}
/* 通用样式 */
.l2 {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  display: flex;
  flex-direction: column;
  box-sizing: border-box; /* 添加这个确保padding不影响宽度计算 */
}
.map {
  margin-top: 50px;
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  display: flex;
  box-sizing: border-box; /* 添加这个确保padding不影响宽度计算 */
}
/* 大屏幕样式 - 一行显示两个 */
@media screen and (min-width: 601px) {
  .l1 {
    flex: 0 1 calc(50% - 25px); /* 使用0 1而不是1 1，防止元素过度拉伸 */
    min-width: calc(50% - 25px); /* 明确设置最小宽度 */
  }
  .l2 {
    flex: 0 1 calc(31% - 1px); /* 使用0 1而不是1 1，防止元素过度拉伸 */
    min-width: calc(31% - 1px); /* 明确设置最小宽度 */
  }
}

/* 手机屏幕样式 - 一行显示一个 */
@media screen and (max-width: 600px) {
  .n_banner {
    display: none;
  }
  .n_bannerm {
    display: block;
  }
  .l1 {
    flex: 1 1 100%;
    flex-direction: column; /* 在手机上改为垂直布局 */
  }
  .l2 {
    flex: 1 1 100%;
    flex-direction: column; /* 在手机上改为垂直布局 */
  }
  .ny_wh ul li {
    flex: 1 1 100%;
    flex-direction: column; /* 在手机上改为垂直布局 */
  }
  .w_z {
    padding: 0 20px;
  }
}

.ny_wrapper {
  padding-top: 50px;
  background: #f5f5f5;
  padding-bottom: 50px;
}
.single_center {
  min-height: 320px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
}
.w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.about_con {
  padding: 3%;
  line-height: 35px;
  font-size: 16px;
}
.jobc {
  background-color: #3f509f;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 20px;
  cursor: pointer;
}
.jobc:hover {
  background-color: #ff6600;
}
.ny_wh {
  padding: 60px 0 50px;
  overflow: hidden;
}
.tit {
  margin-bottom: 50px;
}
.tit h1 {
  position: relative;
  font-size: 40px;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}

.ny_wh ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.ny_wh ul li {
  width: 24%;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 40px;
  text-align: center;
  border: #eee 1px solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 29, 8, 0.1);
  box-shadow: 0px 20px 40px 0px rgba(0, 29, 8, 0.06);
}
.latest-service__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #62a2d2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 24px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.latest-service__item-icon:hover {
  background: #ff6600;
}

.ny_wh ul li .bt {
  font-size: 20px;
  color: #111;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ny_wh ul li .nr {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 10px;
}
.tit h1::after {
  position: absolute;
  width: 60px;
  height: 4px;
  content: "";
  left: 50%;
  margin-left: -30px;
  bottom: 0px;
  background: #3f509f;
}
