:root {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: #333;
}

a:hover {
  color: #2978FF;
}

div {
  box-sizing: border-box;
}

*,
::before,
::after {
  box-sizing: inherit;
}

/* 隐藏滚动条但保留滚动功能 */
html,
body {
  /*scrollbar-width: none;*/
  /* Firefox */
  /*-ms-overflow-style: none;*/
  /* IE and Edge */
  overflow-y: auto;
  font-family: PingFang SC, PingFang SC;
  color: #333;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  /*display: none;*/
  /* Chrome, Safari, Opera */
  /*width: 0;*/
  /*height: 0;*/
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(37, 128, 255, 0.9);
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  z-index: 99999;
}

.fiexd-intro {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.fiexd-intro img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.fiexd-word {
  font-size: 16px;
  color: #fff;
}

.bottom-fixed h2 {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-top: 19px;
  margin-bottom: 0;
}

.swiper-navigation-icon {
  display: none;
}

.embed-icon {
  top: 40% !important;
  right: 0px !important;

}

.phone-box {
  position: fixed;
  z-index: 99999;
  top: calc(40% + 120px);
  right: 0px;
  transform: translateY(-50%);
}

.phone-bar {
  cursor: pointer;
  width: 54px;
  height: 100px;
  background: #2978FF;
  box-shadow: 0px 2px 8px 0px rgba(214, 214, 214, 0.5);
  border-radius: 3px;
  padding: 9px 11px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.phone-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}

.phone-content {

  cursor: auto;
  opacity: 0;
  width: 247px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(214, 214, 214, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -260px;
  visibility: hidden;
  box-sizing: border-box;
  padding: 0 14px;
}

.phone-content .phone-item {
  display: flex;
  justify-content: left;
  align-items: center;
}

.phone-content .small-mobile {
  width: 12px;
  height: 12px;
}


.phone-content .phone-number {
  font-size: 14px;
  color: #151D3E;
}

.phone-bar .phone-img {
  width: 20px;
  height: 32px;
}

.phone-bar .phone-text {
  font-size: 16px;
  color: #fff;
  margin-top: 7px;
  font-weight: 400;
  line-height: 20px;
}

.container {
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  padding-top: 75px;
}

/* Banner样式 */
.container .header .banner {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}

.container .header .banner img {
  max-width: 100%;
  height: auto;
}

.container .header-banner {
  width: 100%;
  height: 300px;
  background-image: url('../images/banner@2x.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 177px;
  position: relative;
}

.container .header-banner .header-title {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

.container .header-banner .header-banner-actions {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.container .header-banner .header-banner-actions .btn a {
  border-radius: 20px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  padding: 8px 20px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s;
  cursor: pointer;
}

.container .intro-box {
  width: 1200px;
  background-color: #fff;
  box-shadow: 4px 4px 8px 0px #E8ECF6;
  border-radius: 4px;
  overflow: hidden;
  padding: 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0 auto;
  transform: translateY(-20px);
}

.container .intro-box .title {
  font-size: 40px;
  color: #333;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  padding-right: 30px;
  min-width: 200px;
  text-align: center;
}

.container .intro-box .title h2 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  margin: 0 0 10px 0;
  position: relative;
  padding-left: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.container .intro-box .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 40px;
  background-color: #2978FF;
}

.container .intro-box .title h2 span {
  color: #1E5EFF;
}

.container .intro-box .intro-content {
  font-size: 14px;
  color: #151D3E;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
  padding-left: 30px;
  border-left: 1px dashed #979797;
  flex: 1;
}

.banner-box2 {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url('../images/banner2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 40px;
}

.banner-box2 h2,
.banner-box4 h2,
.banner-box6 h2,
.banner-box7 h2 {
  width: 100%;
  font-size: 40px;
  text-align: center;
}

.banner-box2 h2 {
   margin-top: 30px;
}

.banner-box7 h2 {
    margin-top: 40px;
}

.intro-word {
  font-size: 20px;
  color: #868EA0;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  /*margin-bottom: 20px;*/
}


.main-business-list {
  display: flex;
  width: 1200px;
  margin: 44px auto 0 auto;
  justify-content: space-between;
}

.main-business-item {
  width: 140px;
  height: 320px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: left;
  padding: 0;
}

.item1 {
  width: 140px;
  height: 320px;
  background-image: url(../images/1.png);
}

.item2 {
  width: 140px;
  height: 320px;
  background-image: url(../images/2.png);
}

.item3 {
  width: 140px;
  height: 320px;
  background-image: url(../images/3.png);
}

.item4 {
  width: 140px;
  height: 320px;
  background-image: url(../images/4.png);
}

.item5 {
  width: 140px;
  height: 320px;
  background-image: url(../images/5.png);
}

.item6 {
  width: 140px;
  height: 320px;
  background-image: url(../images/6.png);
}

.item7 {
  width: 140px;
  height: 320px;
  background-image: url(../images/7.png);
}


.item1-hover {
  width: 288px;
  height: 320px;
  transition: all 0.3s;
  background-image: url(../images/111.png) !important;
}

.item2-hover {
  width: 288px;
  height: 320px;
  transition: all 0.3s;
  background-image: url(../images/222.png) !important;
}

.item3-hover {
  width: 288px;
  height: 320px;
  transition: all 0.3s;
  background-image: url(../images/333.png) !important;
}

.item3-hover .main-business-item-title {
  width: auto !important;
}

.item4-hover {
  width: 288px;
  height: 320px;
  transition: all 0.3s;
  background-image: url(../images/444.png) !important;
}

.item5-hover {
  width: 288px;
  height: 320px;
  transition: all 0.3s;
  background-image: url(../images/555.png) !important;
}

.item5-hover .main-business-item-title {
  width: auto !important;
}

.item6-hover {
  width: 288px;
  height: 320px;
  transition: all 0.3s;
  background-image: url(../images/666.png) !important;
}

.item6-hover .main-business-item-title {
  width: auto !important;
}

.item7-hover {
  width: 288px;
  height: 320px;
  transition: all 0.3s;
  background-image: url(../images/777.png) !important;
}

.main-business-item img {
  width: 28px;
  height: 28px;
  margin-top: 210px;
}

.main-business-item-title {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 10px;
  width: 97px;
  text-align: center;
}

.project-case {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url('../images/project-case_bg@2x.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 60px;
}

.project-case h2,
.team-resource h2 {
  width: 100%;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 40px;
}

.project-case .intro-word {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
  width: 100%;
  text-align: center;
}

.tab-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.swiper-pagination {
  display: none;
  position: relative;
  margin-top: 30px;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #D8D8D8;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 42px;
  height: 6px;
  background: #2580FF;
  border-radius: 4px;
}

.tab-wrapper {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 25px;
}

.tab-list {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.tab-item {
  padding: 15px 25px;
  cursor: pointer;
  color: #151D3E;
  font-size: 14px;
  position: relative;
  transition: all 0.3s ease;
}

.tab-item.active {
  color: #fff;
  background-color: #2978FF;
  border-radius: 25px;
  font-weight: bold;
}



.tab-item:hover {
  /* color: #2978FF; */
}

.swiper-container {
  width: 1200px;
  height: 550px;
  margin: 0 auto;
}

.swiper-slide {
  width: 100%;
  display: flex;
  justify-content: left;
}

.project-item {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.project-item h2 {
  width: 100%;
  text-align: center;
  color: #151D3E;
  font-size: 28px;
  margin-top: 20px;
}

.project-box {
  width: 1200px;
  margin-top: 30px;
  height: 528px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.project-box-left {
  background-image: url(../images/cate@2x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 280px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 31px 16px 0 16px;
}

.project-main {
  position: relative;
  width: auto;
  background-color: #fff;
  box-shadow: 4px 4px 8px 0px #E8ECF6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.project-box-main {
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.project-box-center {
  width: 337px;
  overflow: hidden;
  padding: 0 35px 0 35px;
  position: relative;
}

.box-line {
  width: 0px;
  height: 390px;
  position: absolute;
  right: 0;
  top: 30px;
  border-left: 1px dashed #CBD2DB;
}

.project-box-right {
  width: 582px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
}

.right-label {
  color: #151D3E;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.center-label {
  color: #151D3E;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.cate-label {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.cate-box {
  margin-top: 15px;
}

.center-box {
  margin-top: 15px;
}

.cate-box li {
  font-size: 14px;
  color: #fff;
  /* margin-bottom: 10px; */
  line-height: 36px;
}

.small-word {
  font-size: 12px !important;
}

.center-title {
  font-size: 14px;
  color: #151D3E;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 10px;
}

.center-content {
  font-size: 14px;
  color: #151D3E;
  margin-bottom: 5px;
}

.project-swiper {
  width: 1200px;
  overflow: hidden;
}

.right-img-box {
  width: 496px;
  height: 350px;
  background-color: #F3F4F8;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumb-box {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 50px;
}

.breadcrumb-active {
  color: #2978FF !important;
}

.breadcrumb {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
}

.breadcrumb-item {
  margin-right: 10px;
}

.project-case .btn,
.banner-box4 .btn,
.team-resource .btn,
.banner-box6 .btn,
.banner-box7 .btn {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

.project-case .btn a,
.banner-box4 .btn a,
.team-resource .btn a,
.banner-box6 .btn a,
.banner-box7 .btn a {
  display: inline-block;
  padding: 0 40px;
  background-color: #2580FF;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
}


.item-btn {
  cursor: pointer;
  width: 80px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  text-align: center;
  line-height: 24px;
  color: #fff;
}

.banner-box4 {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px
}

.banner-box4 .intro-word {
  font-size: 20px;
  color: #525A6A;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
}

.banner-box4-content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  text-align: center;
}

.banner-box4-content .banner-box4-item {
  box-shadow: 4px 4px 8px 4px #E8ECF6;
  border-radius: 4px;
  width: 31.5%;
  margin: 10px;
  box-sizing: border-box;
  padding: 26px;
}

.banner-box4-content .banner-box4-item>img {
  width: 146px;
  height: 106px;
}

.banner-box4-content .banner-box4-item:first-child,
.banner-box4-content .banner-box4-item:last-child {
  margin-top: 110px;
}

.banner-box4-content .banner-box4-item h5 {
  font-size: 24px;
  color: #2580FF;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.banner-box4-content .banner-box4-item h6 {
  margin: 15px 0 5px 0;
}

.banner-box4-content .banner-box4-item p {
  margin-bottom: 5px;
}

.banner-box4-content .banner-box4-item h6,
.banner-box4-content .banner-box4-item p {
  font-size: 14px;
  color: #151D3E;
  text-align: left;
}

.team-resource {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url(../images/team-resource_bg@2x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.team-resource .intro-word {
  color: #fff;
}

.team-resource-content {
  width: 1200px;
  margin: 60px auto 0;
}

.team-resource .num-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 176px;
  padding: 62px 42px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: linear-gradient(180deg, #0398FF 0%, #0F65F2 100%);
  box-shadow: 4px 4px 8px 0px #E8ECF6;
}

.team-resource .num-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
}

.team-resource .num-item img {
  margin-bottom: 0;
  margin-right: 15px;
  width: 91px;
  height: 46px;
}

.team-resource .num-item img.last {
  width: 68px;
  height: 46px;
}

.team-resource .num-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-resource .num-content p {
  margin: 0;
}

.team-resource-content .team-box {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: linear-gradient(180deg, #E7F2FF 0%, #FFFFFF 100%);
  box-shadow: 4px 4px 8px 0px #E8ECF6;
}

.team-item {
  width: 216px;
  height: 216px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 22px;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
}

.team-resource-content .team-item:hover {
  background: linear-gradient(180deg, #E7F2FF 0%, #FFFFFF 100%);
  box-shadow: 4px 4px 8px 0px #E8ECF6;
}


.team-resource-content .team-item img {
  width: 64px;
  height: 64px;
}

.team-resource-content .team-name {
  color: #151D3E;
  font-size: 16px;
  margin-top: 12px;
  font-weight: 600;
}

.team-resource-content .team-content {
  width: 172px;
  text-align: center;
  color: #151D3E;
  font-size: 14px;
  margin-top: 12px;
  font-weight: 400;
}

.banner-box6 {
  width: 100%;
  box-sizing: border-box;
  margin-top: 40px
}

.system-box {
  width: 1200px;
  margin: 44px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 20px;
}

.system-item {
  width: 285px;
  height: 246px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 4px 4px 8px 0px #E8ECF6;
}

.sys-box {
  width: 100%;
  height: 100px;
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.sys-box.sys1 {
  background-image: url(../images/home/sys1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.sys-box.sys2 {
  background-image: url(../images/home/sys2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.sys-box.sys3 {
  background-image: url(../images/home/sys3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.sys-box.sys4 {
  background-image: url(../images/home/sys4.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.sys-content {
  width: 100%;
  height: 146px;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
  color: #151D3E;
}

.banner-box7 {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url(../images/home/banner7.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.adv-box {
  margin-top: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  flex-wrap: wrap;
}

.adv-item {
  width: 285px;
  height: 160px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.adv-item img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.adv-item:hover img {
  transform: scale(1.1);
}



.adv-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.6);
}

.banner-box8 {
  width: 100%;
  height: 526px;
  background-image: url(../images/home/us.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  position: relative;
}

.banner-center {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}



.us-title {
  position: absolute;
  top: 48px;
  left: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.us-content {
  position: absolute;
  top: 127px;
  font-weight: 400;
  left: 4px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 48px;
}

.us-tel {
  font-size: 40px;
}

.us-code {
  position: absolute;
  top: 258px;
  left: 46px;
  width: 160px;
  height: 160px;
}

.us-form {
  position: absolute;
  top: 54px;
  right: 38px;
}

.us-form label {
  font-size: 16px;
  color: #fff;
  width: 80px;
  display: inline-block;
  margin-right: 20px;
}

.us-form-item {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.us-form input,
select {
  padding: 0 10px;
  box-sizing: border-box;
  width: 320px;
  height: 36px;
  border-radius: 4px;
  background-color: #fff;
}

.us-form button {
  width: 320px;
  height: 40px;
  background: #2580FF;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  display: block;
  margin: 0 40px 0 auto;
}

.us-form textarea {
  width: 320px;
  height: 139px;
  background: #FFFFFF;
  border-radius: 4px;
}

/* 面包屑 */
.breadcrumb {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 10px;
}

.breadcrumb a {
  color: #0066cc;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb .separator {
  margin: 0 5px;
  color: #999;
}

.breadcrumb .current {
  color: #333;
  font-weight: bold;
}

/* 新轮播图样式 */
/* 其他项目类型的样式 */
.other-projects-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

.other-project-item {
  flex: 1;
  min-width: 200px;
  max-width: 250px;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.other-project-img-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 8px;
  height: 340px;
  width: 100%;
  transition: transform 0.3s ease;
}

.other-project-img-box .box {
  height: 100%;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.other-project-img-box .box h3 {
  margin-top: 25px;
  font-size: 30px;
  color: #FFFFFF;
}

.other-project-item:nth-of-type(2) .other-project-img-box .box h3 {
  width: 120px;
}

.other-project-item:nth-of-type(3) .other-project-img-box .box h3 {
  width: 80px;
}

.other-project-item:nth-of-type(4) .other-project-img-box .box h3 {
  width: 120px;
}

.other-project-item:nth-of-type(1) .other-project-img-box {
  background: linear-gradient(to bottom, #4AA7FF, #0074FF);
}

.other-project-item:nth-of-type(2) .other-project-img-box {
  background: linear-gradient(to bottom, #14CEFF, #2A87FF);
}

.other-project-item:nth-of-type(3) .other-project-img-box {
  background: linear-gradient(to bottom, #4C94FF, #4537FF);
}

.other-project-item:nth-of-type(4) .other-project-img-box {
  background: linear-gradient(to bottom, #4B93FF, #1069EF);
}

.other-project-img-box .box img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}


/* .other-project-img-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
} */

.other-project-img-box h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
}

/* 轮播图箭头样式 */
.project-swiper {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 50px !important;
  height: 50px !important;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: '' !important;
}

.swiper-button-prev {
  left: 10px;
  background-size: cover;
  background-image: url("../images/zuo.png");
}

.swiper-button-next {
  right: 10px;
  background-size: cover;
  background-image: url("../images/you.png");
}

.index_report {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 804px;
  margin: 17px auto 66px;
}

.index_report .index_report_left {
  width: 276px;
  height: 100%;
  background-image: url(../images/home/report_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 32px 16px 16px;
  margin-right: 16px;
}

.report_left_title {
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  margin-bottom: 27px;
}

.report_left_title img {
  height: 14px;
  width: auto;
}

.report_left_title .right_left {
  transform: rotate(180deg);
}

.report_left_list {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.report_left_list .left_list_item {
  height: 52px;
  line-height: 52px;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 7px;
  color: #333333;
  font-size: 18px;
  cursor: pointer;
}

.report_left_list .left_list_item:hover {
  color: #2978FF;
}

.report_left_list .left_list_active {
  background: #cce0ff;
  color: #2978FF;
}

.index_report_left .btn-primary {
  width: 100%;
}

.index_report_center {
  flex: auto;
}

.report_center_ul {
  display: flex;
  justify-content: space-between;
}

.report_item_li {
  width: 188px;
  height: 225px;
  margin-bottom: 12px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 59, 142, 0.12);
  border-radius: 8px 8px 8px 8px;
  transition: transform 0.3s ease;
  padding: 10px 8px;
}
.report_item_li2 {
  width: 188px;
  height: 225px;
  background: #f0f0f0;
}

.report_header2 {
    padding-bottom: 10px !important; /* 保持底部间距 */
    background-color: #f0f0f0 !important; /* 图片底部背景色，可根据需要调整 */
}

.report_item_li .report_header {
    width: 172px;
    height: 104px;
    background-image: url(../images/home/title_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 10px 8px;
}
.report_item_li2 .report_header2 {
    width: 196px;
    height: 145px;
    background: #f0f0f0;
    background-image: url(../images/home/title_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 25px 20px;
    margin: 0 auto;

}

.report_logo {
  width: 58px;
  height: 19px;
  margin-bottom: 10px;
}

.report_title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 58px;
  font-size: 14px;
  margin-bottom: 7px;
}

.report_icon {
  width: 14px;
  height: 2px;
  background: #FFFFFF;
}

.report-subtitle {
  font-size: 16px;
  margin: 8px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: left;
  font-style: normal;
}

.report-subtitle a {
  color: #2978FF;
}

.report-tag {
  font-size: 12px;
  margin-bottom: 8px;
}

.report-tag .tag {
  background: #F7F7F7;
  border-radius: 3px 3px 3px 3px;
  padding: 3px 6px;
  margin-right: 6px;
  color: #666666;
}

.report-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
}

.date_icon {
  width: 13px;
  height: 13px;
  margin-right: 4px;
}

/* 报告列表样式 */
.report-list-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.report-list-item {
  padding: 11px 0;
  border-bottom: 1px solid #E6E6E6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-style: normal;
  line-height: 28px;
}

.report-list-item:last-child {
  border-bottom: none;
}

.report-list-text {
  font-size: 16px;
  color: #555;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
}

.report-list-text:hover {
  color: #2978FF;
}

/* 更多按钮样式 */
.report-more-btn {
  text-align: center;
  margin-top: 20px;
}

.btn-primary {
  display: inline-block;
  color: #2978FF;
  border: 1px solid #2978FF;
  padding: 0 32px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  line-height: 40px;
}

/* 暂无数据样式 */
.report-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 100%;
}

.empty-content {
  font-size: 18px;
  color: #999;
  text-align: center;
}

/* 报告容器布局 */
.report_center_box {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.report_center_box .report-empty {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 保证按钮在底部并正确排列列表项 */
.report_center_box > .report-list {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
}

.report-list .report-list-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.report-more-btn {
  margin-top: auto;
  width: 100%;
}

.btn-primary:hover {
  background-color: #2978FF;
  color: #fff;
}

.index_report_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 304px;
  margin-left: 16px;
}

.report_right_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 394px;
  background: linear-gradient(180deg, rgba(222, 234, 255, 0.6) 0%, rgba(222, 234, 255, 0.1) 100%);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #C2D8FF;
  padding: 20px 12px 18px 16px;
}

.report_right_item .btn-primary {
  width: 100%;
  text-align: center;
}

.report_right_title {
  flex: none;
  display: flex;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
}

.report_right_title::before {
  content: ' ';
  display: inline-block;
  width: 7px;
  height: 18px;
  background: #2978FF;
  margin-right: 7px;
}

.report_right_ul {
  flex: auto;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.report_right_ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-style: normal;
  line-height: 38px;
  cursor: pointer;
  font-weight: 400;
}

.report_right_ul li a {
  color: #000000;
}

.report_right_ul li a:hover {
  color: #2978FF;
}