@charset "UTF-8";
/**
 * 首页
 * date: 2025-7-21
 * author: haotang;
 */
.banner-swiper {
  height: 454px;
}
.banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.links-box {
  height: 189px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.links-item {
  height: 180px;
  width: calc(25% - 18px);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/links_item_bg.png");
  background-size: 100% 100%;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #333;
  padding-top: 115px;
  box-sizing: border-box;
  position: relative;
}
.links-item::before {
  position: absolute;
  content: "";
  width: 76px;
  height: 73px;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  top: 36px;
  transform: translateX(-50%);
}
.links-item:hover {
  background-image: url("../images/links_item_bg_act.png");
  color: #1F6DE8;
  font-weight: 700;
}
.links-item:nth-child(1)::before {
  background-image: url("../images/link_ico1.png");
}
.links-item:nth-child(2)::before {
  background-image: url("../images/link_ico2.png");
}
.links-item:nth-child(3)::before {
  background-image: url("../images/link_ico3.png");
}
.links-item:nth-child(4)::before {
  background-image: url("../images/link_ico4.png");
}

.trans-info {
  margin: 30px 0;
  overflow: hidden;
}
.trans-title {
  display: flex;
  height: 42px;
  justify-content: center;
}
.trans-title span {
  height: 42px;
  line-height: 42px;
  font-size: 28px;
  font-weight: 550;
  position: relative;
}
.trans-title span::before, .trans-title span:after {
  position: absolute;
  content: "";
  width: 515px;
  height: 17px;
  background: url("../images/trans_title.png") center no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: -525px;
}
.trans-title span:after {
  transform: rotate(180deg) translateY(50%);
  left: auto;
  right: -525px;
}
.trans-tab {
  margin-top: 20px;
  padding: 8px 24px 24px;
  display: flex;
  height: 438px;
}
.trans-tab .tab {
  display: flex;
  flex-direction: column;
}
.trans-tab .tab-l1-hd {
  width: 180px;
  border-radius: 4px;
  background: url("../images/trans_tab_hd.png");
  background-size: 100% 100%;
}
.trans-tab .tab-l1-hd-item {
  height: 118px;
  border-right: 2px solid transparent;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.trans-tab .tab-l1-hd-item.current {
  border-color: #1F6DE8;
  color: #1F6DE8;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.19) 96.72%);
}
.trans-tab .tab-l1-hd-item.current .trans-hd-ico img:nth-child(1) {
  display: none;
}
.trans-tab .tab-l1-hd-item.current .trans-hd-ico img:nth-child(2) {
  display: block;
}
.trans-tab .tab-l1-hd-item .trans-hd-ico {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.trans-tab .tab-l1-hd-item .trans-hd-ico img:nth-child(2) {
  display: none;
}
.trans-tab .tab-l1-bd {
  width: calc(100% - 180px - 24px);
  margin-left: auto;
  overflow: hidden;
}
.trans-tab .tab-l1-bd-item {
  height: 100%;
}
.trans-tab .tab-l1-bd-item > .tab {
  height: 100%;
}
.trans-tab .tab-l2-hd {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  width: calc(100% - 85px);
  position: relative;
  flex-shrink: 0;
}
.trans-tab .tab-l2-hd-item {
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  padding: 0 12px;
  background-color: #F6F6F6;
  color: #666;
  cursor: pointer;
}
.trans-tab .tab-l2-hd-item.current {
  background-color: #1F6DE8;
  color: #fff;
  font-weight: 700;
}
.trans-tab .tab-l2-hd-more {
  position: absolute;
  width: 85px;
  right: -85px;
  height: 30px;
  line-height: 30px;
  top: 0;
  color: #1F6DE8;
  padding-right: 21px;
  background: url("../images/more_arrow.svg") right center no-repeat;
  text-align: right;
  box-sizing: border-box;
}
.trans-tab .tab-l2-hd-more:hover {
  font-weight: 550;
}
.trans-tab .tab-l2-bd {
  height: 100%;
  overflow: auto;
}
.trans-tab .tab-l2-bd-item {
  height: 100%;
  overflow: auto;
}
.trans-tab .tab-l2-bd-item .link-item {
  height: 51px;
  box-sizing: border-box;
  display: flex;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  align-items: center;
}
.trans-tab .tab-l2-bd-item .link-item:hover {
  border-color: #1F6DE8;
}
.trans-tab .tab-l2-bd-item .link-item:hover > .info {
  color: #1F6DE8;
}
.trans-tab .tab-l2-bd-item .link-item > .ico {
  background: url("../images/trans_list_ico.svg") center no-repeat;
  width: 10px;
  height: 10px;
  box-shadow: 0px 2px 14px rgba(4, 44, 101, 0.1);
  flex-shrink: 0;
}
.trans-tab .tab-l2-bd-item .link-item > .label {
  flex-shrink: 0;
  margin-left: 10px;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  background-color: #1F6DE8;
  color: #fff;
  font-size: 12px;
}
.trans-tab .tab-l2-bd-item .link-item > .time {
  width: 100px;
  flex-shrink: 0;
  color: #999;
  text-align: right;
}
.trans-tab .tab-l2-bd-item .link-item > .info {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  margin-left: 6px;
}