.isPc .top_txt dt {
  font-size: 16px;
}

.isPc .top_txt dd {
  font-size: 14px;
}

.isPc #mainNav ul.mainNav {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.isPc #mainNav ul li a {
  font-size: 18px;
}

.isPc #mainNav ul li {
  flex: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  /* padding: 0; */
}

.isPc #mainNav ul ul {
  top: 55px;
  padding-top: 6px;
  background: transparent;
}

.isPc #mainNav ul ul li,
.isPc #mainNav ul ul li:hover {
  background: #fff;
}

.isPc #mainNav li .submenu li a {
  font-size: 16px;
}

.isPc .bottom p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 15px;
}

.isPc .bottom p a {
  color: #666666;
}

.isPc .bottom p img {
  width: 18px;
  height: 20px;
}

.isWap .bottom p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 3.8vw;
}

.isWap .bottom p a {
  color: #666666;
}

.isWap .bottom p img {
  width: 18px;
  height: 20px;
}

.isPc .banner_txt h4 a,
.isWap .banner_txt h4 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.banner_txt h4 i {
  display: inline-block;
  width: 48px;
  height: 48px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns%3D%27http%3A//www.w3.org/2000/svg%27 viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m14.83 11.29l-4.24-4.24a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41a1 1 0 0 0 .71.29a1 1 0 0 0 .71-.29l4.24-4.24a1 1 0 0 0 0-1.42'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.banner_txt h4 i {
  width: 48px;
  height: 48px;
}

.isWap .banner_txt h4 i {
  width: 6vw;
  height: 6vw;
}

.isPc .addBar,
.isWap .addBar {
  display: flex;
  align-items: center;
  gap: 4px;
}

.isPc .addBar span,
.isWap .addBar span {
  color: #008fbf;
}

.isPc .addBar i,
.isWap .addBar i {
  color: #000;
  display: inline-block;
  width: 16px;
  height: 16px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns%3D%27http%3A//www.w3.org/2000/svg%27 viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 7l5 5l-5 5'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.isPc .u2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 47px;
}

.isPc .u2 li {
  margin-right: 0;
}

.isPc .u2 .tBox i {
  margin-right: 4px;
}

.isPc .page,
.isWap .page {
  display: flex;
  align-items: center;
  justify-content: center;
}

.isPc .page span {
  display: inline-block;
  width: auto;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  margin: 0 3px;
  padding: 0 8px;
  color: #333333;
}

.page a.prev,
.page a.next {
  padding: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  --svg: url("data:image/svg+xml,%3Csvg xmlns%3D%27http%3A//www.w3.org/2000/svg%27 viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 5l7 7l-7 7'/%3E%3C/svg%3E");
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.page a.prev i {
  transform: rotate(180deg);
  transform-origin: center center;
}

.isWap .page a.prev,
.isWap .page a.next {
  width: 0.5rem;
  height: 0.5rem;
}

.isWap .lisBox li.m_pic3 p {
  padding: 3vw;
  margin-top: 0;
}

.isPc .tBox em {
  display: inline-block;
  width: auto;
  padding: 0 12px;
  margin-right: 4px;
}

.isWap .tBox em {
  display: inline-block;
  width: auto;
  padding: 0 2.4vw;
  margin-right: 4px;
}

.show_more a {
  text-transform: uppercase;
}

.show_more a.no-data {
  background: none;
  cursor: default;
  text-decoration: none;
}

.isPc #mainNav li .submenu li:last-child a {
  border: none;
}

.banner3 .sliderInner p i {
  margin-right: 4px;
}
