.pageTop {
  position: relative;
  height: 420px;
  background: url(static/image/banner-1.png) no-repeat center;
  background-size: cover;
}

.pageTop picture {
  display: none;
}

.w1280 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
}

.pageTopTxt {
  max-width: 600px;
  color: white;
  padding-top: 70px;
}

.pageTopTxt h2 {
  font-size: 39px;
  font-weight: bold;
  /*margin-bottom: 20px;*/
  letter-spacing: 1px;
}

.toptxt {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0 5px 0;
  opacity: 0.9;
  margin-bottom: 30px;
}

.pageTopa {
  display: flex;
  gap: 20px;
}

.pageTopa a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pageTopa a:first-child {
  background-color: white;
  color: #3b82f6;
}

.pageTopa a:first-child:hover {
  background-color: #f0f9ff;
}

.pageTopa a:last-child {
  border: 2px solid white;
  color: white;
}

.pageTopa a:last-child:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 960px) {
  .pageTop {
    background: none;
  }

  .pageTop picture {
    display: block;
  }

  .pageTop picture img {
    width: 100%;
    height: 420px;
    object-fit: cover;
  }

  .w1280 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .pageTopTxt h2 {
    font-size: 36px;
  }

  .toptxt {
    font-size: 16px;
  }

  .pageTopa a {
    padding: 10px 20px;
  }
}


.listContanier {
  margin: 0 auto;
  width: 1300px;
}


.listContanier .listTitle {
  text-align: center;
  font-size: 30px;
  color: #2b3f7e;
  margin-top: 50px;
  margin-bottom: 60px;
}


.d-flex-center {
  margin: 0 auto;
  max-width: 1300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 20px;
}

.d-flex-center .item {
  width: calc(19% - 15px);
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  border-top: 3px solid #2b3f7e;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
  transition: background-color 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

.d-flex-center h2 {
  font-size: 20px;
  color: #2b3f7e;
}

.tc-txt {
  display: block;
  font-size: 14px;
  color: #818181;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}



.tx-pz li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;

}

.tc-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.txt-818181 strong {
  margin-left: 15%;
}

.tc-btn strong {
  font-size: 26px;
  color: #ffb933;
}

.tx-pz strong span {
  color: #2b3f7e;
}

.tc-btn a {
  background-color: #2b3f7e;
  color: #fff;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 5px;
}


.item:hover {
  transition: background-color 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

.item:hover .tc-btn strong {
  font-size: 26px;
  color: #2b3f7e;
}

.item:hover a {
  background-color: #ffb933;
}



@media (max-width: 1200px) {
  .d-flex-center .item {
    width: calc(33.33% - 13.33px);
  }
}

@media (max-width: 900px) {
  .d-flex-center .item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 600px) {
  .d-flex-center .item {
    width: 100%;
  }
}



.w12800 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 20px;
}

.w12800 .fz26 {
  font-size: 26px;
  margin-bottom: 30px;
}

.w12800 .tc {
  text-align: center;
}

.w12800 .txt-main {
  color: #333;
}

.w12800 .ysUl {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0;
  list-style-type: none;
  margin-top: 40px;
}

.w12800 .ysUl li {
  flex-basis: calc(33.333% - 20px);
  min-width: 300px;
  margin-bottom: 20px;
}

.w12800 .ysUl a {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  text-decoration: none;
  height: 70%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
  align-items: center;
}

.w12800 .ysUl a:hover {
  transform: translateY(-5px);
}

.w12800 .flxImg {
  flex-shrink: 0;
  margin-right: 20px;
}

.w12800 .flxImg img {
  width: 50px;
  height: 50px;
}

.w12800 .flex-1 {
  flex: 1;
}

.w12800 .fz18 {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  margin-right: 15%;
}

.w12800 .fw500 {
  font-weight: 500;
}

.w12800 .txt-818181 {
  color: #818181;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .w12800 .ysUl li {
    flex-basis: calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  .w12800 .ysUl li {
    flex-basis: 100%;
  }
}










.styles_out-container__SbTMb {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
  width: 1280px;
}

.styles_out-container__SbTMb h2 {
  text-align: center;
  font-size: 30px;
  color: #2b3f7e;
  margin: 50px 0;
  margin-top: 5px;
}

.styles_container__GPiQ_ {
  width: 100%;
  gap: 30px;
}

.styles_list__clcK1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.styles_item-con__hWMZ9 {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: calc(28%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
}

.styles_item-con__hWMZ9:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.styles_icon__0_MCH img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.styles_item-title__EUp_g span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.styles_item-desc__kxd8D p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}







/* 容器样式 */
.styles_out-container__pUCeG {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  width: 1280px;
}

.pc_container__HhJBP {
  text-align: center;
  margin-bottom: 30px;
}

.styles_out-container__pUCeG h2 {
  text-align: center;
  font-size: 30px;
  color: #2b3f7e;
  margin: 50px 0;
  margin-top: 5px;
}



/* 列表样式 */
.styles_container__BbzVP {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 10px;
}

.styles_list__YTb1R {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

/* 每个item容器 */
.styles_item-con__sG6f6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  width: calc(20% - 20px);
  margin: 10px;
}

/* 图标样式 */
.styles_icon__csWO0 img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

/* 文字内容 */
.styles_item-body__qqIDl {
  text-align: center;
}

.styles_item-title__c7gBS {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.styles_item-desc__s95Rr p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}






.listContanier2 {
  width: 1280px;
  margin: 0 auto;
}



.image-container {
  width: 100%;
  height: 200px;
  min-height: 200px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 10px;
}

.adaptive-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.tab-container {
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.tab-nav {
  display: flex;
  margin-bottom: 30px;
}

.tab-button {
  flex: 1;
  padding: 15px;
  margin: 0 5px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
  background-color: #e8e8e8;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.tab-button:hover {
  background-color: #f0f0f0;
}

.tab-button.active {
  background-color: #007bff;
  color: #fff;
}

.tab-indicator {
  height: 4px;
  background-color: #007bff;
  transition: transform 0.3s;
}

.tab-content {
  padding: 20px;
}

.tab-pane {
  display: none;

}

.tab-pane.active {
  display: block;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.content-item {
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 8px;
  background-color: #fff;
}

.content-item img {
  max-width: 100%;
  border-radius: 8px;
}

.content-item h3 {
  text-align: left;
  margin-left: 5%;
  margin-top: 20px;
  font-size: 18px;
}

.line111111 {
  width: 20%;
  height: 3px;
  margin: 5px auto;
  margin-left: 14%;
  background-color: #007bff;
}

.content-item p {
  text-indent: 2em;
  line-height: 1.5;
  font-size: 14px;
  color: #666;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
