  * {
  margin: 0;
  padding: 0;
}
:root {
  --bs-link-hover-color: #016d3b;
  --bs-body-bg: transparent !important;
}
#zhongdeBox {
  margin: 0 auto;
  max-width: 2560px;
  position: relative;
}
dl,
ol,
ul {
  margin-bottom: 0 !important;
}
html {
  scroll-padding-top: 100px !important;
}
body,
html {
  height: 100%;
  margin: 0 auto;
  background: #f5f5f5;
}
a {
  text-decoration: none !important;
  color: inherit !important;
}
::-webkit-scrollbar {
  width: 2px;
}

/* 背景色 */

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

/* 滑块颜色 */

::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

/* 水平滚动条样式 */

/* 高度 */

::-webkit-scrollbar {
  height: 5px;
}

/* 背景色 */

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

/* 滑块颜色 */

::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 20px;
}
.page {
  display: flex;
  justify-content: center;
  margin: 55px 0 96px;
}
.page .page-item {
  margin: 0 6px;

  border-radius: 6px;
}
.page .page-item.active .page-link {
  background: #016d3b;
  color: #fff;
  border: 1px solid #e5e5e5;
}
.page .page-link {
  color: #2e2e2e;
}
ul {
  padding: 0 !important;
}
.dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #016d3b;
  bottom: -12px;
  transform: translate(-50%, 0);
}
.Currentposition {
  display: flex;
  flex-direction: row;
  /* padding: 20px 310px; */
  width: 1300px;
  margin: 20px 0;
  justify-content: flex-start;
  margin: 20px auto 0;
}
.Currentposition .position-text {
  color: #9c9c9c;
  display: flex;
  align-items: center;
}
.Currentposition .position-text .crumbsImg {
  margin-right: 15px;
}
.Currentposition .position-text a:last-child {
  color: #016d3b !important;
}
.Currentposition .position-text .nowPostion {
  color: #016d3b;
}

.pagination {
  padding-left: 0;
  margin: 60px auto;
  border-radius: 4px;
  width: 1300px;
  display: flex;
  justify-content: center;
}
.pagination > li {
  display: inline;
  margin: 0 5px;
  border-radius: 5px;
  overflow: hidden;

  border: 1px solid #e5e5e5;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #016d3b;
  background-color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff !important;
  background-color: #016d3b;
  border-color: #016d3b;
  cursor: default;
}
