* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  vertical-align: baseline;
  list-style: none;
  box-sizing: border-box;
}
ul li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
  text-decoration: none;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.fz-hide1 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 超出几行 */
}
.fz-hide2 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* //-webkit-line-clamp:1; 超出几行 */
}
.fz-hide3 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* //-webkit-line-clamp:1; 超出几行 */
}
.area {
  width: 80rem;
  margin: 0 auto;
}
.Header {
  height: 5.625rem;
  padding: 0 11.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Header .logo {
  width: 11.625rem;
  height: auto;
}
.Header .Nav_box {
  display: flex;
  align-items: center;
}
.Header .Nav_box .item_box {
  display: flex;
}
.Header .Nav_box .item_box .item {
  margin-right: 4.75rem;
  height: 5.625rem;
  width: 4rem;
  text-align: center;
  line-height: 5.625rem;
  position: relative;
}
.Header .Nav_box .item_box .item:hover {
  color: #176E65;
}
.Header .Nav_box .item_box .item:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #176E65;
}
.Header .Nav_box .right {
  display: flex;
}
.Header .Nav_box .right .phone {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.4375rem;
}
.Header .Nav_box .right .phoneNum {
  font-size: 1.3125rem;
  color: #606266;
}
.Footer {
  width: 100%;
  height: 23.75rem;
  background-color: #2C333E;
}
.Footer .Footer_box {
  padding-top: 4.4375rem;
}
.Footer .Footer_box .top {
  display: flex;
}
.Footer .Footer_box .logo {
  width: 9.1875rem;
  height: 8.5625rem;
  margin-right: 15.3125rem;
}
.Footer .Footer_box .Nav_box {
  margin-right: 8.125rem;
}
.Footer .Footer_box .Nav_box .title {
  font-size: 1.0625rem;
  color: #EBEEF5;
}
.Footer .Footer_box .Nav_box .item_box {
  width: 12.5rem;
  display: flex;
  margin-top: 1.25rem;
  color: #B3B9C3;
  font-size: 0.875rem;
  padding-bottom: 2.75rem;
}
.Footer .Footer_box .Nav_box .item_box .left {
  margin-right: 3.125rem;
}
.Footer .Footer_box .Nav_box .item_box .left div {
  line-height: 210%;
}
.Footer .Footer_box .Nav_box .item_box .left div:hover {
  color: #176E65;
}
.Footer .Footer_box .Nav_box .item_box .right div {
  line-height: 210%;
}
.Footer .Footer_box .Nav_box .item_box .right div:hover {
  color: #176E65;
}
.Footer .Footer_box .address {
  margin-right: 8.75rem;
}
.Footer .Footer_box .address .title {
  font-size: 1.0625rem;
  color: #EBEEF5;
  margin-bottom: 1rem;
}
.Footer .Footer_box .address .phone {
  color: #EBEEF5;
  font-size: 1.25rem;
  display: flex;
  margin-bottom: 0.625rem;
}
.Footer .Footer_box .address .phone div {
  margin-right: 1.3125rem;
}
.Footer .Footer_box .address .detaile {
  width: 19rem;
  color: #B3B9C3;
  line-height: 140%;
  font-size: 0.875rem;
}
.Footer .Footer_box .ma_box {
  font-size: 0.875rem;
  color: #B3B9C3;
  text-align: center;
}
.Footer .Footer_box .ma_box .ma {
  width: 6.75rem;
  background-color: #fff;
  height: 6.75rem;
  margin-bottom: 1.125rem;
}
.Footer .Footer_box .line {
  width: 100%;
  height: 0.0625rem;
  margin-bottom: 1.125rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.Footer .Footer_box .bottom {
  text-align: center;
  color: #b3b9c3;
  font-size: 0.8125rem;
}
.Footer .Footer_box .warning_box {
  text-align: center;
}
.Footer .Footer_box .warning {
  width: 10.875rem;
  margin-top: 0.75rem;
  height: auto;
}
.Top_run {
  position: fixed;
  right: 3rem;
  top: 35.25rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 3.125rem;
  background-color: #176E65;
  opacity: 0;
  /* 初始隐藏 */
  pointer-events: none;
  /* 初始不可点击 */
  transition: opacity 0.3s ease;
  /* 添加过渡效果 */
  cursor: pointer;
  /* 鼠标悬停显示手型 */
  display: flex;
  /* 启用Flex布局 */
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
  color: white;
  /* 文字颜色 */
  font-size: 1.5rem;
  /* 文字大小 */
  z-index: 999;
  /* 确保显示在最上层 */
}
/* 显示状态的样式 */
.Top_run.show {
  opacity: 1;
  pointer-events: auto;
}

.pager {
  margin: 70px 0 40px;
}

.pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pager ul li {
  margin: 0 4px;
}

.pager ul li a {
  display: inline-block;
  border: 1px solid #EBEEF5;
  border-radius: 0.375rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #606266;
  font-size: 14px;
  text-align: center;
  transition: all ease-in-out 0.2s;
}

.pager ul li.active span {
  display: inline-block;
  border-radius: 0.375rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #176E65;
  border: 1px solid #176E65;
}

.pager ul li a:hover {
  color: #fff;
  background: #176E65;
  border-radius: 0.375rem;
  border: 1px solid #176E65;
}

.pager ul li:nth-last-child(1) a {
  width: auto;
  padding: 0 10px;
}

.pager ul li:nth-child(1) a {
  width: auto;
  padding: 0 10px;
  border-radius: 0.375rem;
}

.pager ul li.disabled span {
  border: 1px solid #EBEEF5;
  border-radius: 0.375rem;
  font-size: 14px;
  color: #606266;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  opacity: 0.5;
}

.pager ul li.disabled:hover {
  cursor: no-drop;
}
