.header {
  position: relative;
  width: 100%;
  height: 100px;
}

.header {
  height: 750px;
}

.search input {
  /* opacity: 1; */
  /* border: 1px solid rgba(255, 255, 255, 0.27); */
  border: none;
  color: #ffffff;
}

.search input::placeholder {
  color: rgba(255, 255, 255, 0.64);
}

.login-area .login-btn {
  opacity: 0.27;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.login-area .login-btn:hover {
  color: #fff;
  border-color: #fff;
  opacity: 1;
}

header .banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

header .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Banner轮播图样式 */
.banner-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

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

.banner-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-swiper .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.banner-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  margin: 0 5px;
}

.banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #0068b7;
}

header nav {
}

header nav .nav-list li::after {
  background: #ffffff;
}

header nav .nav-list li a {
  color: rgba(255, 255, 255, 0.89);
}

header nav .nav-list li.active,
header nav .nav-list li:hover {
  border-bottom: 2px solid #fff;
}

header nav .nav-list li.active a,
header nav .nav-list li:hover a {
  color: #fff;
}

body > .content {
  width: 100%;
  min-height: calc(100vh - 348px);
}

.section {
  padding: 75px 0;
}

.section-1 {
  background-color: #ffffff;
}

.section-2 {
  background-color: #fafafa;
}

.news-swiper {
  position: relative;
  width: 100%;
  height: 413px;
}
.news-swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.news-swiper .swiper-container .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.news-swiper .swiper-container .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-swiper .swiper-container .swiper-slide .swiper-slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 44px);
  margin: 27px 22px;
  background: rgba(255, 255, 255, 0.7);
  color: #2b2b2b;
  font-size: 18px;
  line-height: 28px;
  padding: 18px 20px;
}
.news-swiper .swiper-container .swiper-slide .date {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 3px 13px 2px 7px;
  background: url("../images/swiper-date-bg.png") no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 14px;
}
.news-swiper .swiper-container .swiper-pagination {
  width: auto;
  position: absolute;
  bottom: 12px;
  left: 20px;
}
.news-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 28px;
  height: 3px;
  background: #ffffff;
  margin: 0 4px;
  cursor: pointer;
  border-radius: 0;
}
.news-swiper
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.selected,
.news-swiper
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0068b7;
}

.data-box .title-wrap {
  /* padding-bottom: 5px; */
}
.data-box .title-wrap .title {
  padding-right: 15px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 20px;
  font-weight: bold;
}
.title h2 {
  color: #5b5e63;
  line-height: 45px;
  font-size: 20px;
  position: relative;
}
.title h2::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #0068b7;
  bottom: 0;
}
.title .sub-title {
  font-weight: bold;
  font-size: 20px;
  color: #5b5e63;
  opacity: 0.6;
}

.data-box {
  position: relative;
  top: -10px;
}
.data-box .title-wrap .tab-menu {
  width: 100%;
  /* overflow: visible;
  flex-wrap: wrap; */
  border-bottom: 1px solid #f5f5f5;
}
.data-box .title-wrap .tab-menu::-webkit-scrollbar {
  display: none;
}
.data-box .title-wrap .tab-menu li {
  flex-shrink: 0;
  line-height: 49px;
  margin-right: 12px;
  font-size: 16px;
  color: #5b5e63;
  cursor: pointer;
}
.data-box .title-wrap .tab-menu li.selected {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #0068b7;
  position: relative;
  overflow: visible;
}
/* 底部中央小三角 */
.data-box .title-wrap .tab-menu li.selected::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0068b7;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.data-box .banner {
  width: 100%;
  height: 92px;
  margin-top: 16px;
  margin-bottom: 6px;
}
.data-box.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.data-block .more {
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
  width: 40px;
  height: 40px;
}

.data-block .more a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/more.svg");
  background-size: 100% 100%;
}
.data-block .more a span {
  display: none;
}

.block-title {
  font-size: 26px;
  font-weight: 400;
  line-height: 45px;
  color: #555555;
  margin-top: 0;
}

.block-subtitle {
  font-size: 26px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #e5e5e6;
  line-height: 45px;
}

.block-more-btn {
  display: block;
  width: 146px;
  height: 43px;
  border-radius: 22px 22px 22px 22px;
  opacity: 1;
  border: 1px solid #ebebeb;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 43px;
}

.block-more-btn:hover {
  color: #2f7ad2;
  border-color: #2f7ad2;
}

.enterprise .enterprise-content-wrapper {
  height: 424px;
  overflow: hidden;
}


.enterprise-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 52px;
}

.enterprise-list .enterprise-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 202px;
  padding: 25px;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow: hidden;
}

.enterprise-item:hover {
  border-bottom: 1px solid #2f7ad2;
  box-shadow: 0px 3px 48px 1px rgba(0, 0, 0, 0.06);
}

.enterprise-item .logo {
  width: 75px;
  height: 75px;
  margin-bottom: 23px;
  border-radius: 50%;
  flex-shrink: 0;
}

.enterprise-item .info {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #555555;
}

.enterprise-item .info .name {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.enterprise-item:hover .info .name {
  font-weight: bold;
}

.enterprise-item .info .direction {
  margin: 0;
  color: #999999;
  font-size: 14px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.enterprise .swiper-container .swiper-pagination {
  bottom: 170px;
}

.enterprise .swiper-pagination-bullet {
  position: relative;
  width: 6px !important;
  height: 6px !important;
}

.enterprise .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  top: -7px;
  left: -7px;
}

.enterprise .swiper-pagination-bullet-active::after {
  border: 2px solid #ffffff;
}

.enterprise .swiper-pagination-bullet {
  background-color: #ffffff;
  border-color: #ffffff;
  opacity: 1;
}

.enterprise .swiper-pagination-bullet {
  margin: 0 15px !important;
}

.enterprise-swiper-pagination .swiper-pagination-bullet {
  background-color: #e5e5e6;
  border-color: #e5e5e6;
  opacity: 1;
}

.enterprise-swiper-pagination .swiper-pagination-bullet-active::after {
  border: 2px solid #2f7ad2;
}

.enterprise-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2f7ad2;
}
