.container {
  width: 100%;
}
.head {
  margin: auto;
  padding: 10px 80px;
  display: flex;
  justify-content: space-between;
  background-color: #0d554b;
}

.index {
  margin: auto;
  padding: 10px 80px;
  display: flex;
  justify-content: space-between;
  background-color: #0d554b;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  background: linear-gradient(to bottom, #065649 0%, rgba(6, 86, 73, 0) 100%);
  padding-top: 10px;
}

.head-left {
  display: flex;
  align-items: center;
}

.head-name {
  margin-top: 20px;
  height: 80px;
  width: 400px;
  background: url("/info/img/logob.png") no-repeat;
  background-size: 100% auto;
}
.head-title {
  border-left: 1px solid #fff;
  padding-left: 20px;
  margin-left: 20px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  font-family: "FZDBTJW", "SimHei", sans-serif;
}
.head-right {
  display: flex;
  align-items: center;
}

.search-icon {
  width: 30px;
  height: 30px;
}
.head-tel {
  margin-top: 20px;
  height: 80px;
  width: 80px;
  background: url("/info/img/tel.png") no-repeat;
}

/* ËÑË÷²ãÑùÊ½ */
.search-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
}

.search-layer.active {
  display: flex;
  background: rgba(0, 0, 0, 0.8);
}

.search-container {
  width: 80%;
  max-width: 600px;
  position: relative;
  margin: auto;
}

.search-close {
  position: absolute;
  top: -40px;
  right: 0px;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
}

.search-close img {
  width: 30px;
  height: 30px;
}

.search-box input {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  border: none;
  margin: auto;
  border-radius: 4px;
}

.search-box button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 20px;
  background: #007361;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.classification {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.horizontal-list li {
  position: relative;
}

.horizontal-list li:hover .sub {
  display: block;
  opacity: 1;
  visibility: visible;
}

.sub {
  position: absolute;
  top: 160%;
  left: -8%;
  font-size: 1em;
  min-width: 10em;
  background: #fff;
  float: left;
  text-align: center;
  background-color: #005245;
  border-radius: 8px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index:10;
}

.sub div a {
  font-size: 0.8em !important;
}
.sub div {
  padding-bottom: 4px;
  padding: 10% 0;
  padding-left: 10px !important;
}
.sub div:hover {
  background-color: #fff;
  cursor: pointer;
}

.sub div:hover a {
  color: #000;
}

.sub div:first-child:hover {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.sub div:last-child:hover {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.horizontal-list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.horizontal-list li {
  padding: 0 20px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}

.horizontal-list li a {
  color: #fff;
}

.body-top {
  background-color: #f0f7f7;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.body-top-basic {
  background-color: #f0f7f7;
  padding: 20px 180px;
  display: flex;
}
.body-top-right {
  padding: 0px 20px 0px 40px;
  width: 50%;
  min-width: 10%;
}
.body-top-right-top {
  padding: 4px 0px;
  border-bottom: 2px solid #d4ece8;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.body-top-right-top .more {
  color: #00554a;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}
.body-top-right-top .title {
  font-size: 22px;
  padding-bottom: 10px;
}
.line {
  position: absolute;
  width: 100px;
  border: 2px solid #00554a;
  bottom: -1px;
}

.article-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px;
  user-select: text;
}
.article-time {
  text-align: center;
  color: #a2aeab;
  padding: 10px 0px;
  font-size: 14px;
  user-select: text;
}
.article-content div {
  font-size: 16px;
  line-height: 2em;
  user-select: text;
  padding: 20px 0;
}
.article-content #scrollee {
  margin: auto;
}
.dots-box {
  padding-top: 10px;
}

.list-with-dots {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-with-dots li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}

.list-with-dots li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
}
.list-with-dots .dots-li-item {
  display: flex;
  padding: 10px 0px;
  justify-content: space-between;
}
.list-with-dots .dots-li-item .dots-li-item-left {
  max-width: 76%;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.list-with-dots .dots-li-item .dots-li-item-right {
  color: #6e6b6b;
}

.body-box {
  padding: 30px 0px;
  display: flex;
  justify-content: space-between;
}

.flex1 {
  flex: 1;
}
.box-one-top {
  height: 70px;
  background: url("/info/img/body-logo.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  padding: 20px;
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
}
.box-one-width {
  width: 360px;
}
.box-one-top div {
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.box-one-item {
  border: 1px solid #eaeae9;
  font-size: 18px;
  display: flex;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 5px;
}

.box-one-item div {
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.box-one-item:hover {
  background-color: #f0f7f6;
  color: #12584e;
}
.box-one-item-logo {
  width: 20px;
  height: 20px;
  background: url("/info/img/to-right.png") no-repeat;
  background-size: 100% auto;
}
.box-two {
  padding: 0px 40px;
}
.box-two-top {
  padding: 20px 0px;
  border-bottom: 2px solid #d4ece8;
  position: relative;
  height: 70px;
  display: flex;
  justify-content: space-between;
}
.box-two-top .title {
  font-size: 28px;
  padding-bottom: 10px;
}
.box-two-top .line {
  position: absolute;
  width: 130px;
  border: 2px solid #00554a;
  bottom: -1px;
}
.box-two-top .more {
  color: #00554a;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

.box-two-dots-box {
  padding-top: 10px;
}

.box-two-list-with-dots {
  list-style: none;
  padding: 0;
  margin: 0;
}

.box-two-list-with-dots li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}

.box-two-list-with-dots li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
}
.box-two-list-with-dots .box-two-dots-li-item {
  display: flex;
  padding: 10px 0px;
  justify-content: space-between;
}
.box-two-list-with-dots .box-two-dots-li-item .box-two-dots-li-item-left {
  width: 70%;
  padding-right: 20px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.box-two-list-with-dots .box-two-dots-li-item .box-two-dots-li-item-right {
  color: #6e6b6b;
}

.dept-msg {
  padding-bottom: 20px;
}
.dept-msg li {
  font-size: 16px;
  padding-top: 22px;
}
.footer {
  background-color: #0d554b;
  display: flex;
  justify-content: space-between;
  padding: 60px 80px;
  color: #fff;
}
.footer .footer-left div {
  padding: 10px 0px;
}
.footer .footer-right {
  display: flex;
  padding-top: 20px;
}
.footer-right-wz {
  width: 80px;
  height: 80px;
  background: url("/info/img/wz.png") no-repeat;
  background-size: 100% auto;
}
.footer-right-wx {
  width: 80px;
  height: 80px;
  background: url("/info/img/wx.png") no-repeat;
  background-size: 100% auto;
}
.gf {
  font-size: 14px;
  padding-top: 4px;
}
.footer .footer-right .right-item {
  padding: 0px 10px;
  text-align: center;
}
.bottom {
  background-color: #0a3f38;
  padding: 10px 80px;
  display: flex;
  justify-content: space-between;
  color: #a2aeab;
}
.border-bottom {
  border-bottom: 1px dashed gray;
}

.location {
  display: flex;
  padding: 10px 80px;
}
.home {
  width: 15px;
  height: 15px;
  background: url("/info/img/home.png") no-repeat;
  background-size: 100% auto;
}
.location .location-item {
  cursor: pointer;
}
.location .location-item:hover {
  text-decoration: underline;
}
.location .location-right {
  padding: 0px 10px;
}

.pagination-box {
  margin: auto;
  padding: 20px 0px;
}

.body-top .swiper {
  width: 650px;
  height: 450px;
}
.basic-box {
  flex: 1;
  padding-left: 40px;
  position: relative;
}
.basic-list::before {
  content: "";
  position: absolute;
  top: 72px;
  bottom: 20px;
  left: 83px;
  width: 2px;
  background-color: #50a89c;
  z-index: 1;
}
.list-item {
  padding: 10px 100px 0px 100px;
}

.list-item .title {
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #eaeae9;
  padding: 10px 20px;
  position: relative;
}
.list-item .title .dot {
  position: absolute;
  left: -60px;
  bottom: 20px;
  height: 2px;
  width: 60px;
  background-color: #4fa99d;
}

.list-item .title .dot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #50a89c;
  border-radius: 50%;
  z-index: 10;
}

.list-item .title-box {
  padding: 10px 20px;
}

.list-item ul li {
  font-size: 16px;
  padding: 10px 10px 0px 10px;
}

.list-item ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10%;
  background: #4fa99d;
  vertical-align: middle;
  margin-right: 14px;
}
.table-of-contents {
  width: 100%;
}
.contents-item {
  display: flex;
  cursor: pointer;
  padding-bottom: 20px;
}
.contents-item-line {
  margin-bottom: 8px;
  flex: 1;
  border-bottom: 2px dashed #333;
}
.contents-item-title {
  font-size: 18px;
  font-weight: bold;
  padding: 0px 20px;
}
.contents-number {
  font-size: 18px;
  font-weight: bold;
  padding: 0px 20px;
}
.item-list-two {
  padding: 0px 0px 0px 40px;
  font-size: 18px;
}

.item-list-two-line {
  margin-bottom: 8px;
  flex: 1;
  border-bottom: 2px dashed #333;
}
.item-list-two-title {
  font-size: 18px;
  padding: 0px 20px;
}
.item-list-two-number {
  font-size: 18px;
  padding: 0px 20px;
}
.item-list-three {
  padding-left: 60px;
  font-size: 16px;
}

.item-list-three-line {
  margin-bottom: 8px;
  flex: 1;
  border-bottom: 2px dashed #333;
}
.item-list-three-title {
  font-size: 16px;
  padding: 0px 20px;
}
.item-list-three-number {
  font-size: 16px;
  padding: 0px 20px;
}

.swiper-bl {
  width: 100%;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.swiper img {
  width: 100%;
  display: block;
  object-fit: scale-down;
}

.TopSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-title {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 52px;
  z-index: 5;
  background: rgba(44, 44, 44, 0.5);
  font-size: 14px;
  color: #fff;
  padding: 20px;
  font-weight: 500;
}

.swiper-button-next,
.swiper-button-prev {
  padding: 4px !important;
  color: #fff !important;
}
.swiper-pagination-bullet-active {
  background-color: white !important;
}

.swiper-pagination {
  position: absolute;
  bottom: 65px !important;
  left: 250px !important;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: green;
}

.navigation-box {
  font-size: 14px;
  color: #252424;
  display: flex;
  padding-top: 40px;
  float: right;
}

@media (min-width: 1500px) {
  .body-box,
  .footer,
  .body-top,
  .bottom {
    padding-left: 200px;
    padding-right: 200px;
  }
  .location {
    padding: 20px 200px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .head,
  .classification,
  .body-top,
  .body-box,
  .footer,
  .bottom {
    padding-left: 100px;
    padding-right: 100px;
  }

  .classification {
    font-size: 12px;
  }
  .body-top {
    display: inline;
    background-color: #fff;
  }
  .body-top-right {
    padding: 0px 100px;
  }

  .body-top-basic {
    padding: 20px 100px;
  }
  .swiper-pagination {
    position: absolute;
    bottom: 65px !important;
    left: 160px !important;
  }

  .location {
    padding: 20px 100px;
  }
  .box-one-top,
  .box-two-top .title {
    font-size: 20px;
  }
  .detail {
    padding: 10px 100px;
  }
}
@media (min-width: 800px) and (max-width: 1200px) {
  .body-top {
    display: inline;
    background-color: #fff;
  }
  .body-top-basic {
    padding: 20px 80px;
  }
  .body-top-right {
    padding: 20px 120px;
  }
  .body-box {
    padding-left: 100px;
    padding-right: 100px;
  }
  .table-of-contents {
    padding: 0px 40px !important;
  }
  .head-title,
  .classification {
    font-size: 12px;
  }

  .location {
    padding: 20px 80px;
  }
  .detail {
    padding: 10px 100px;
  }

  .box-one-top,
  .box-two-top .title {
    font-size: 20px;
  }
}
@media (min-width: 300px) and (max-width: 800px) {
  .head,
  .classification,
  .footer,
  .bottom,
  .box-one,
  .box-two,
  .box-three {
    padding: 10px;
  }
  .head-logo {
    height: 20px;
    width: 20px;
  }
  .head-name {
    height: 35px;
    width: 28px;
    margin-left: 4px;
  }
  .head-title {
    font-size: 12px;
    color: #00554a;
  }
  .head-tel {
    height: 20px;
    width: 20px;
    background-size: 100% auto;
  }
  .head-tel-title {
    margin-left: 10px;
    font-size: 16px;
    color: #6e6b6b;
  }
  .head-tel-number {
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #d95c01;
    font-family: "Impact", "Arial Black", sans-serif;
  }
  .classification {
    font-size: 16px;
  }
  .body-top .swiper {
    width: 350px;
    height: 266px;
  }
  .body-top-right {
    padding: 0px 20px 0px 20px;
  }
  .dots-li-item-left {
    width: 200px;
  }
  .body-top,
  .body-box {
    display: inline;
    background-color: #fff;
  }
}
