body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: normal;
}

body {
  overflow-x: hidden;
  background-color: #fff;
}

label {
  max-width: inherit
}

tr,
td,
dd,
dl,
dt {
  margin: 0;
  padding: 0
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none
}

input {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}




.news1600 {
  width: 90%;
  margin: 0 auto
}

.header {
  background-color: #fff;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 66;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
}

.header h1 img {
  height: 32px;
  margin: 10px 0;
}

.search {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: 30px;
  cursor: pointer;
  position: relative;

}

.search i {
  background-image: url(../images/jiantou.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
}

.search .langageText {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  right: 0;
  width: 80px;
  text-align: center;
  padding: 10px;
  margin-left: -30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  margin-top: 67px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.search:hover .langageText {
  opacity: 1;
  visibility: visible;
}



.search .langageText::after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  background: #ffffff;
  pointer-events: none;
  top: 0px;
  transform: translateY(-4px) rotate(45deg);
  left: 0;
  right: 0;
  margin: auto;
}

.search .langageText a {
  display: inline-block;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #f8f9fa;
}

.search .langageText a:hover {
  background-color: rgba(23, 29, 38, 1);
  color: #fff;
}

.search .langageText a:last-child {
  border-top: 1px solid #f8f9fa;
}

.search .langageText.searchTopCur {
  opacity: 1;
  visibility: visible;
}

.search,
.nav {
  display: none;
}

.nav>ul>li.active::after,
.nav>ul>li.hov::after,
.nav>ul>li:hover::after {
  width: 80%;
}

.nav>ul>li {
  margin: 0 5px;
}

.nav>ul>li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #101e41;
  transition: width 0.3s ease-in-out;

}

.nav li {
  float: left;
  display: block;
  position: relative;
}

.nav li a {
  padding: 0px 15px;
  display: block;
  position: relative;
  font-size: 16px;
}

.nav>ul>li>a {
  padding: 39px 15px;
}

.nav .subnav {
  position: absolute;
  z-index: 5;
  left: 50%;
  margin-left: -70px;
  top: 100%;
  background-color: #fff;
  width: 140px;
  display: none;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
}

.nav .subnav li {
  float: none;
}

.nav .subnav li a {
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: block;
  height: 39px;
  line-height: 39px;
  color: #000;
  font-size: 14px;

}

.nav .subnav li a:hover {
  background-color: rgba(23, 29, 38, 1);
  color: #fff;
}

/*moblie*/
.black {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #000;
  opacity: 0.5;
  display: none;
  z-index: 900;
}

.black.menuOpen {
  display: block;
}

.menuBtn {
  transition: 400ms 300ms;
  width: 56px;
  height: 52px;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.menuBtn .line {
  transition: 300ms;
  width: 30px;
  height: 3px;
  background: #101e41;
  position: absolute;
  left: 50%;
}

.menuBtn .line1 {
  top: 14px;
}

.menuBtn .line2 {
  top: 24px;
  transition: 300ms 100ms;
}

.menuBtn .line3 {
  top: 34px;
}

.menuBtnShow {
  transition: 400ms 300ms;
  background-color: #174F90;
}

.menuBtnShow .line {
  background-color: #fff;
}

.menuBox {
  z-index: 9999;
  background: #fff;
  position: fixed;
  right: -100%;
  top: 0px;
  width: 340px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 400ms;
  -webkit-overflow-scrolling: touch;
}

.menuBoxShow {
  right: 0px;
}

.navMobile dd {
  display: block;
  width: 100%;
}

.navMobile dd p a {
  text-transform: uppercase;
  font-size: 16px;
  background: url(../images/m_ico1.png) no-repeat scroll 95% center;
}

.navMobile dd a {
  display: block;
  padding: 10px 34px 10px 18px;
  line-height: 1.4;
  font-size: 14px;
  color: #8d8d8d;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.navMobile dd a:hover,
.navMobile dd p a.cur {
  background: none #101e41;
  color: #fff;
}

.navMobile dd a.cur {
  background: url(../images/m_ico2.png) no-repeat scroll 95% center #80abde;
}

.navMobile dd.dlin1 p a.cur {
  background: none #101e41;
}

.navMobile dd .msubnav {
  background-color: #fff;
  display: none;
}

.navMobile dd .msubnav a {
  color: #8d8d8d;
  position: relative;
  padding-left: 36px;
  background: url(../images/l.png) no-repeat scroll 18px center #e6e6e6;
}
.banner .mySwiper .swiper-slide {
  height: 100%;
  background-image: url(../images/bgol.jpg);
      background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
        padding: 30px 0;
}
.banner .mySwiper .swiper-slide img {
  width: 100%;

}

.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #acafb7;
  position: relative;
  margin: 0 10px !important;
}

.banner .swiper-pagination-bullet-active {
  background: #101e41;
}

.banner .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #101e41;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  border-radius: 50%;
  margin-left: -8px;
  opacity: 0;
  visibility: hidden;
}

.banner .swiper-pagination-bullet-active:after {
  opacity: 1;
  visibility: visible;
}

.banner .swiper-pagination {
  bottom: 40px !important;
}

.title {
  position: relative;
  text-align: center;
}

.title .titleH1 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}

.title p {
  font-size: 16px;
  color: #555;
  line-height: 2;
}

.titleWhite .titleH1 {
  color: #fff;
}

.titleWhite p {
  color: #acbbe1;
}

.first {
  background-color: #f1f6ff;
  padding: 40px 0;
  background-image: url(../images/jh.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.first .firstBox {
  margin-top: 60px;
}

.first .firstBox ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.first .firstBox ul li {
  background-image: none;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  border-radius: 20px;
  width: 47%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.first .firstBox ul li img {
  width: 90px;
  height: 72px;
  margin-bottom: 15px;
}

.first .firstBox ul li .firstBoxText {
  font-size: 18px;
  color: #1265ff;
  margin-bottom: 10px;
}

.first .firstBox ul li p {
  font-size: 16px;
  color: #333333;
}

.second {
  position: relative;
  background-color: #fff;

  padding: 60px 0 40px;
}

.secondBox {
  position: relative;
  margin-top: 75px;
}

.secondBox .secondBoxBooth {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 300px;
  box-sizing: border-box;
}

.secondBox .secondBoxBooth::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  z-index: 1;

}

.secondBox .secondBoxBooth:nth-of-type(odd)::after {
  top: 0;
  /* 渐变 */
  background: linear-gradient(to bottom, #f1f6ff, #fff);
}

.secondBox .secondBoxBooth:nth-of-type(even)::after {
  bottom: 0;
  /* 渐变 */
  background: linear-gradient(to top, #f1f6ff, #fff);
}

.secondBox::before,
.secondBox .secondBoxBooth::before {
  content: "";
  position: absolute;

  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 388px;
  z-index: 1;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  display: none;
}

.secondBox::before {
  transform: rotate(180deg);
  right: 0;
}

.secondBox .secondBoxBooth:nth-of-type(odd)::before {
  transform: rotate(0deg);
  left: 0;
}

.secondBox .secondBoxBooth:nth-of-type(even)::before {
  transform: rotate(180deg);
  left: 0;
}

.secondBoxBooth img {
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.secondBoxBooth .secondBoxText {
  font-size: 20px;
  color: #1265ff;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.secondBoxBooth span {
  font-size: 14px;
  color: #1265ff;
  opacity: .5;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.secondBoxBooth ul {
  position: relative;
  z-index: 2;
}

.secondBoxBooth ul li a {
  color: #899bb8;
  font-size: 16px;
  line-height: 2.2;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-family: Arial, Helvetica, sans-serif;
}

.secondBoxBooth ul li a:hover {
  color: #101e41;
}

.third {
  background-image: url(../images/third.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 0;
}

.third .thirdBox {
  margin-top: 70px;
}

.thirdBoxRight .thirdBoxRightBox {
  display: none;
}

.thirdBoxLeft {
  width: 100%;
}

.thirdBoxLeft ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.thirdBoxLeft ul li {
  width: 48%;
  height: 60px;
  background-image: url(../images/k2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.thirdBoxLeft ul li.active {
  background-image: url(../images/k21.png);
  color: #101e41;
}

.thirdBoxRight {
  width: 100%;

}

.thirdBoxRightBoxBlank {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 20px;
  padding: 25px;
}

.thirdBoxRightBoxtop {
  margin-bottom: 35px;
}

.thirdBoxRightBoxtopText {
  position: relative;
  padding-left: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding-bottom: 20px;

}

.thirdBoxRightBoxtopText h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.thirdBoxRightBoxtopText span {
  color: #acbbe1;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.thirdBoxRightBoxtopText::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1265ff;
  left: 0;
  top: 15px;
}

.thirdBoxRightBoxbottom ul {
  /* display: flex; */
  align-items: flex-start;
  margin-top: 20px;
}

.thirdBoxRightBoxtop ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.thirdBoxRightBoxtop ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 20px 0;
}

.thirdBoxRightBoxtop ul li:nth-of-type(odd) {
  padding-right: 00px;
  border-right: none;
}

.thirdBoxRightBoxtop ul li:nth-of-type(even) {
  padding-left: 00px;
}

.thirdBoxRightBox ul li .rr {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.thirdBoxRightBox ul li p {
  font-size: 15px;
  color: #acbbe1;
  line-height: 1.8;
}

.thirdBoxRightBoxbottom ul li {
  padding-right: 0px;
  padding-left: 0px;
  border-right: none;
  box-sizing: border-box;
  margin: 10px 0;
}

.thirdBoxRightBoxbottom ul li:first-child {
  padding-left: 0;
  width: 100%;
}

.thirdBoxRightBoxbottom ul li:nth-child(2) {
  width: 100%;
}

.thirdBoxRightBoxbottom ul li:nth-child(3) {
  width: 100%;
  border-right: none;
}

.fourth {
  padding: 60px 0;
  background-image: url(../images/ubg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fourthBox {
  margin-top: 60px;
}

.fourthBox ul li {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  height: 525px;
  padding: 50px 0 40px;
  box-sizing: border-box;
}

.fourthBox ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/ee.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fourthBox ul li .paTitlt {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.fourthBox ul li .padding {
  width: 95%;
}

.fourthBox ul li img {
  width: 90px;
  height: 90px;
  position: relative;
  z-index: 2;
}

.fourthBox ul li:nth-of-type(1) .fourthBoxText:after {
  background-image: url(../images/nh2.png);
  height: 164px;
}

.fourthBox ul li:nth-of-type(3) .fourthBoxText:after,
.fourthBox ul li:nth-of-type(2) .fourthBoxText:after {
  background-image: url(../images/nh1.png);
  height: 260px;
}

.fourthBox ul li:nth-of-type(4) .fourthBoxText:after {
  background-image: url(../images/nh3.png);
  height: 208px;
}

.fourthBox ul li .fourthBoxText {
  position: relative;
  z-index: 2;
  margin: 0 25px;
}

.fourthBox ul li .fourthBoxText:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.fourthBox ul li p {
  font-size: 16px;
  color: #8a9ac4;
  line-height: 3.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fifth {
  padding: 60px 0;
}

.fifth .fifthBox {
  position: relative;
  padding: 40px 0 70px;
}

.fifthBox:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 103px;
  background-image: url(../images/nhk.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.fifthBox .mySwiper1 {
  width: 85%;
  margin: 0 auto;
}

.fifthBox .mySwiper1 .fifthBoxImg {
  background-image: url(../images/bgj.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 246px;
  height: 340px;
  padding: 29px;
  box-sizing: border-box;
  position: relative;
  margin: auto;
}

.fifthBox .mySwiper1 .fifthBoxImg:after {
  content: "";
  position: absolute;
  right: -44px;
  top: 0;
  width: 44px;
  height: 100%;
  background-image: url(../images/lkkj.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%
}

.fifthBox .mySwiper1 .fifthBoxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fifthBox .fifthBtn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background-color: rgba(16, 30, 65, .07);
  top: 50%;
  margin-top: -30px;
  border: 1px solid #fff;
}

#fifthBtn2 i {
  transform: rotate(180deg);
}

.fifthBox .fifthBtn i {
  background-image: url(../images/icon_arrow2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 11px;
  display: inline-block;
}

#fifthBtn1 {
  left: 0;
}

#fifthBtn2 {
  right: 0;
}

.fifthBox .fifthBtn:hover {
  background-color: #dbe5f5;
}

.fifthBox .fifthBtn:hover i {
  background-image: url(../images/icon_arrow1.png);
}

.sixth {
  background-image: url(../images/sixgb.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 0;
}

.sixthText {
  font-size: 16px;
  color: #333;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}

.sixthBox {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
  margin: 40px 0;
}

.sixthBoxPadding {
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 20px;
}

.sixthBoxPadding img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.sixthBoxPadding:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);

}

.sixthBoxPadding::after {
  content: "";
  position: absolute;
  background-image: url(../images/bgj.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 62px;
  height: 62px;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
}

/* 视频 */
.shadow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  background: rgba(12, 17, 20, 0.6);
}

.shadow .videll {
  width: 90%;
  height: 300px;
  z-index: 200;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.shadow .videll video {
  width: 100%;
  height: 100%;
  background-color: #000
}

.btn_close {
  cursor: pointer;
  position: absolute;
  right: -16px;
  top: -20px;
  z-index: 10;
  display: block;
  font-size: 14px;
  background: url(../images/btn_close.png) no-repeat center;
  width: 30px;
  height: 30px;
  background-size: 30px;
}

/* 视频 */
.sixth .title:before,
.sixth .title:after {
  content: "";
  position: absolute;
  background-image: url(../images/kj.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 300px;
  height: 300px;
}

.sixth .title:after {
  top: -56px;
  left: 120px;
}

.sixth .title:before {
  top: -95px;
  right: 282px;
}

.footer {
  /* padding -bot: 30px 0; */
}

.footerTop ul {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 40px 0;
}

.footerTop ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

.footerBottom {

  align-items: center;
  justify-content: space-between;
}

.footerBottomRightBottom p {
  margin-bottom: 10px;
  line-height: 1.8;
}

.footerBottomRightBottom ul li a,
.footerTop ul li a {
  font-size: 16px;
  color: #666666;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.footerBottomRightBottom ul li a:hover,
.footerTop ul li a:hover {
  color: #101e41;
}

.footerBottomRightBottom ul li:after,
.footerTop ul li:after {
  content: "/";
  position: absolute;
  right: 0;
  font-size: 18px;
  color: #ccc;
}

.footerBottomRightBottom ul li:last-child:after,
.footerTop ul li:last-child:after {
  display: none;
}

.footerBottom {
  margin: 50px 0;
}

.footerBottom .footerBottomLeft {
  width: 100%;
  text-align: center;
}

.footerBottom .footerBottomRight {
  width: 100%;
}

.footerBottomRightBottom {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.footerBottomRightBottom ul li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

.footerBottomRight p {
  font-size: 16px;
  color: #8a9ac4;
}

.footerBottom .footerBottomLeft img {
  width: 130px;
  height: 130px;
}

.footerBottom .footerBottomLeft p {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}

.footerBottomRightTop {
  margin-bottom: 20px;
}

.footerBottomRightTop ul {
  /* display: flex; */
  flex-wrap: wrap;
}

.footerBottomRightTop ul li {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 15px 0;
}

.footerBottomRightTop ul li img {
  width: 20px;
  height: 20px;
}

.footerBottomRightTop ul li p {
  font-size: 16px;
  color: #666666;
  margin-left: 10px;
}

/* 子页 */
.ziYecontect {
  background-color: #f1f6ff;
  padding: 60px 0;
}

.ziYecontectBoxLeft {
  width: 100%;
  text-align: center;
  flex-shrink: 0;
  margin-right: 0;
}

.ziYecontectBoxLeft img {
  width: 120px;
  height: 80px;
}

.ziYecontectBoxLeft p {
  font-size: 18px;
  color: #333;
  margin-top: 30px;
  font-weight: bold;
}

.ziYecontectBoxRight {
  width: 100%;
  text-align: center;
  flex-shrink: 0;
}

.ziYecontectBoxRight img {
  width: 150px;
  height: 150px;
}

.ziYecontectBoxRight p {
  font-size: 16px;
  color: #666;
  margin-top: 30px;
}

.ziYecontectBox {
  margin-top: 60px;
}

.ziYecontectBox ul li {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  margin-bottom: 40px;
}

.ziYecontectBoxCenter {
  flex: 1;
  margin: 30px 0;
}

.ziYecontectBoxCenter .zititle {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}

.ziYecontectBoxCenter .ziyeText p {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
}

.ziYecontectBoxCenter .ziyeText {
  margin-bottom: 20px;
}

.ziBgcampus {
  background-image: url(../images/jk.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
}

.ziyeTelNext p {
  font-size: 16px;
  color: #999;
  line-height: 1.8;
  background-image: url(../images/duihao.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px 25px;
  padding-left: 40px;
}

/* 隐私 */
.privacy {
  background-color: #f1f6ff;
  background-image: url(../images/bgol.jpg);
  background-position: center top;
  background-size: cover;
  padding: 60px 0;
}

.privacy .privacyBox {
  padding: 30px;
  background-color: #fff;
  box-shadow: 15px 0 13px rgba(51, 100, 169, 0.16);
  border-radius: 30px;
}

.privacy .priTitle {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.privacyText p {
  font-size: 15px;
  color: #333;
  line-height: 2;
  text-align: justify;
}

/* 校招 */
.camplusFirstBox {
  position: relative;
  padding: 20px 0 0;
  margin-top: 40px;
  margin-bottom: 80px;
}

.camplusFirstBox:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
  background-image: url(../images/jhn.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 30px;
  box-shadow: 0 13px 15px rgba(61, 100, 169, 0.16);
}

.camplusTitle {
  /* display: flex; */
  position: relative;
  z-index: 1;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  padding: 0 20px;
}

.camplusTitle .p1 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.camplusTitle .p2 {
  font-size: 16px;
  color: #fff;

  line-height: 1.8;
}

.camplusSecond dl:after {
  content: "";
  display: block;
  width: 80%;
  margin: 30px auto;
  border-bottom: 1px dashed #cccccc;
}

.camplusSecond dl:last-child:after {
  display: none;
}

.camplusSecond dl dt {
  font-size: 18px;
  color: #333;
  position: relative;
  font-weight: bold;
}

.camplusSecond dl dt:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
  width: 20px;
  height: 2px;
  background-color: #1265ff;
}

.camplusSecond dl dd {
  margin-top: 40px;
}

.camplusSecond dl dd p {
  font-size: 16px;
  color: #666;
  line-height: 2.2;
}

.camplusSecondBottom {
  position: relative;
  z-index: 1;
  /* display: flex; */
  align-items: flex-start;
  justify-content: space-between;
}

.camplusSecondBottom .camplusSecond {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 0;
  text-align: center;
  height: auto;
  box-sizing: border-box;
  box-shadow: 0 13px 15px rgba(61, 100, 169, 0.16);
}

.campusThird .campusThirdUL {
  width: 100%;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.campusThird .campusThirdUL:last-child {
  margin-bottom: 0;
}

/* .campusThird1400 {
  width: 1400px;
  margin: 0 auto;
} */

.banner-title {
  color: white;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 1;

  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% 100%;
  height: auto;
  border-radius: 35px 35px 0 0;
  box-sizing: border-box;
}

.campusThirdUL1 .banner-title {
  background-image: none;
  background-color: #1c47c7;
}

.campusThirdUL2 .banner-title {
  background-image: none;
  background-color: #1c47c7;
}

.banner-content {
  padding: 15px 30px 35px;
  color: #333;
  line-height: 1.6;
}

.banner-content p {
  font-size: 16px;
  position: relative;
  line-height: 2.2;
  padding-left: 30px;
}

.banner-content p:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 16px;

  border-radius: 50%;
  background-color: #101e41;

}

/* 表格基础样式 */
.campusSecondBox {
  margin: 80px 0 120px;
}

.campusSecondBox .responsive-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* 表头样式 */
.campusSecondBox .responsive-table thead th {
  background: #ced8e7;
  color: #333;
  padding: 35px 40px 35px 60px;
  font-weight: 600;
  font-size: 24px;
}

/* 单元格通用样式 */
.campusSecondBox .responsive-table td,
.campusSecondBox .responsive-table th {
  padding: 20px 40px 20px 60px;
  border: 1px solid #e0e0e0;
  text-align: left;


}

.campusSecondBox .responsive-table td {
  font-size: 21.34px;
  color: #333;
  line-height: 2;
}

.campusSecondBox .responsive-table tr:nth-of-type(odd) td:first-child {

  font-size: 24px;
  width: 280px;
  box-sizing: border-box;
}

.campusSecondBox .responsive-table tr:nth-of-type(odd) td:nth-child(2) {

  width: 500px;
  box-sizing: border-box;
}

/* 阶段单元格样式 */
.campusSecondBox .responsive-table .phase {
  font-weight: 600;
}

/* 奇偶行背景色交替 */
.campusSecondBox .responsive-table tbody tr:nth-child(even) {
  background: #f8f9fa;
}

/* 响应式适配 */
@media (max-width: 1500px) {
  .campusSecondBox .responsive-table tr:nth-of-type(odd) td:first-child {

    font-size: 18px;
    width: auto;
  }

  .campusSecondBox .responsive-table tr:nth-of-type(odd) td:nth-child(2) {

    width: auto;
  }

  .campusSecondBox .responsive-table td {
    font-size: 16px;
  }

  .campusSecondBox .responsive-table thead th {
    padding: 10px 40px 10px 60px;
    font-size: 18px;
  }

  .campusSecondBox .responsive-table td,
  .campusSecondBox .responsive-table th {
    padding: 10px 40px 10px 60px;
  }
}

@media (max-width: 768px) {

  /* 在小屏幕上，隐藏表头，改用单元格内的标签显示 */
  .campusSecondBox .responsive-table thead {
    display: none;
  }



  .campusSecondBox .responsive-table td {
    display: block;
    padding: 12px 16px;
    position: relative;
  }

  .campusSecondBox .responsive-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 16px;
    top: 12px;
    font-weight: 600;
  }

  /* 阶段单元格在移动端保持居中 */
  .campusSecondBox .responsive-table .phase {
    text-align: center;
    background: #d6e0f0;
    font-weight: 600;
  }
}

/* 子页banner */
.ziyebanner {
  background-image: url(../images/bgol.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: auto;
}

.height100 {
  height: 100%;
}

.ziyebanner {
  padding: 30px 0;
}

.ziyebannerBox {
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.ziyebannerBox .ziyebannerright,
.ziyebannerBox .ziyebannerLeft {
  width: 100%;
  box-sizing: border-box;
}

.ziyebannerBox .ziyebannerright {
  padding-right: 20px;
  margin-top: 30px;
}

.ziyebannerBox .ziyebannerLeft {
  padding-left: 0px;
}

.ziyebannerright img {
  max-width: 100%;
}

.ziyebannerLeftTile {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.ziyebannerLeftTile span {
  color: #1265ff;
}

.ziyebannerLeft .ziyebannerText p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  background-image: url(../images/duihao.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px 25px;
  padding-left: 40px;
}

.more {
  margin-top: 20px;
}

.more a {
  /* 按钮尺寸 */
  width: 130px;
  height: 45px;
  font-size: 14px;
  /* 背景与圆角 */
  background-color: #1a2b42;
  /* 深蓝色背景，可根据实际调整 */
  border-radius: 8px;
  /* 圆角大小 */

  /* 文字样式 */
  color: #ffffff;

  text-align: center;

  /* 箭头样式 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  /* 文字与箭头间距 */
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;

}

.more a i {
  background-image: url(../images/jianto44u.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.more a:hover {
  background-color: #1265ff;
}

.mentorbox .title {
  margin: 0;
}

.metorSecondBox .metorSecondBoxTilte {
  color: #1265ff;
  font-size: 18px;
  margin: 0 20px;
  text-align: center;
}

.metorSecondBox ul li {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  border-bottom: 1px dashed #e0e0e0;
  padding: 20px;
      height: 126px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.metorSecondBox ul li:last-child {
  border-bottom: none;
}

.metorSecond {
  margin: 40px 0;
}

.metorSecondBox {
  /* display: flex; */
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
}

.metorSecondBox .metorSecondBoxLeft {
  padding: 30px;
  box-shadow: 0 15px 13px rgba(51, 100, 169, 0.1);
  background-color: #fff;
}

.metorSecondBox .metorSecondBoxRight {
  padding: 30px;
  box-shadow: 0 15px 13px rgba(51, 100, 169, 0.1);
  background-color: #f1f6ff;
}

.metorSecondBox .metorSecondBoxLeft,
.metorSecondBox .metorSecondBoxRight {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #1265ff;
  box-sizing: border-box;
  height: auto;
  margin-bottom: 20px;
}

.metorSecondBoxCenter {
  position: inherit;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  padding-top: 1px;
  height: auto;
  border-radius: 20px;
  background-color: #1265ff;
  box-shadow: 0 15px 13px rgba(51, 100, 169, 0.1);
}

.metorSecondBoxCenter dl dd {
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 20px 0;
}

.metorSecondBoxCenter dl dd::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/linej.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.metorSecondBoxCenter dl dd:last-child::after {
  display: none;
}

.metorSecondBoxCenter .metorSecondBoxTilte {
  color: #fff;
  margin-top: 30px;
}

.mentorThird {
  background-color: #f1f6ff;
}

.mentorThird {
  padding: 60px 0 40px;
}

.mentorThirdTwo .mentorThirdOne {
  margin-bottom: 70px;
}

.mentorThirdTwo .mentorThirdTitle {
  margin-bottom: 120px;
}

.mentorThirdOneBox {
  margin-top: 40px;
}

.mentorThirdTitle {
  font-size: 18px;
  color: #333;
  text-align: center;
}

.mentorThirdTitle i {
  display: inline-block;
  width: 25px;
  height: 15px;
  background-image: url(../images/km.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin: 0 10px;
}

.mentorThirdOne {
  margin: 40px 0 60px;
}

.mentorThirdOneBox ul li {
  background-image: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  width: 100%;
  height: 250px;
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  box-sizing: border-box;
  box-shadow: 0 15px 13px rgba(51, 100, 169, 0.1);
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}

.mentorThirdOneBox ul li:last-child {
  margin-bottom: 0;
}

.mentorThirdOneBox ul li .padding {
  padding-right: 0px;
  text-align: center;
}

.mentorThirdOneBox ul li:last-child {
  margin-right: auto;
}

.mentorThirdOneBox ul li img {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
}

.mentorThirdOneBox ul li .firstBoxText {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}

.mentorThirdOneBox ul li p {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  margin: 0 20px;

}

.mentorThirdTwoBox ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.mentorThirdTwoBox ul li {
  background-color: #fff;
  padding: 40px 30px;
  position: relative;
  border-radius: 20px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.mentorThirdTwoBox ul li .t {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.mentorThirdTwoBox ul li dl dd {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  background-image: url(../images/duihao.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px 25px;
  padding-left: 40px;
  margin: 20px 0;
}

.mentorThirdTwoBox ul li .text {
  font-size: 16px;
  color: #8a99a8;
  text-align: center;
  margin-top: 50px;
}

.mentorThirdTwoBox ul li .glbal {
  font-size: 16px;
  color: #fff;
  background-color: #101e41;
  border-radius: 10px 10px 10px 0;
  display: inline-block;
  padding: 10px 40px;
  font-weight: bold;
  position: absolute;
  top: -22px;
  left: 0;
}

.mentorThirdTwoBox ul li .glbal::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  background-image: url(../images/mm.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}

/* --- */
.mentorFour {
  margin: 40px 0;
}

.mentorFour-box {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.mentorFour-box-left {
  width: 100%;
  margin-bottom: 30px;
}

.mentorFour-box-right {
  width: 100%;
}

.mentorFour-box-right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mentorFour-box-right ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;

}

.mentorFour-box-right ul li:last-child {
  margin-bottom: 0;
}

.mentorFour-box-right ul li .icon {
  width: 60px;
  height: 60px;
  /*background-image: url(../images/icon/iconb.png);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;

}

.mentorFour-box-right ul li .mentorFour-box-right-text {
  width: calc(100% - 60px);
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20px;
}

.mentorFour-box-right ul li:last-child .mentorFour-box-right-text {
  border-bottom: none;
  padding-bottom: 0;

}

.mentorFour-box-right ul li .icon img {
  width: 40px;
  height: 40px;
}

.mentorFour-box-right ul li .mentorFour-box-right-text h6 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
}

.mentorFour-box-right ul li .mentorFour-box-right-text p {
  font-size: 16px;
  color: #8a99a8;
  line-height: 1.8;
}

.mentorFour-box-left-bottom {
  position: relative;
}

.mentorFour-box-left-bottom>img {
  max-width: 100%;
  height: 100%;
  margin-left: 0px;
}

.mentorFive {
  background-image: url(../images/sixgb.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  width: 100%;
  /* height: 900px; */
  padding: 40px 0;
  box-sizing: border-box;
}

.recruitmentThird .title,
.recruitmentSix .title {
  text-align: center;
}

.mentorSix {
  padding: 40px 0;
}

.mentorSixBox {
  padding: 0 0px;
  justify-content: space-between;
  margin-top: 30px;
}

.mentorSixBox .mentorSixBoxLeft {
  position: relative;
  width: 100%;
  height: auto;
}

.mentorSixBox .mentorSixBoxLeft:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.mentorSixBoxLeft .padding {
  padding: 20px;
}

.mentorSixBoxLeft .p1 {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  position: relative;
  z-index: 1;
  text-align: justify;
  margin-bottom: 20px;
}

.mentorSixBoxLeft .text {
  position: relative;
  z-index: 1;
}

.mentorSixBoxLeft .text .p2 {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 600;
  display: flex;
  align-items: center;

  gap: 20px;
}

.mentorSixBoxLeft .text .p2 .line {
  background-color: #000000;
  width: 93px;
  height: 2px;
}

.mentorSixBoxLeft .text p {
  font-size: 16px;
  color: #8a99a8;
  line-height: 1.8;
}

.mentorSixBoxLeft2 {
  margin-top: 20px;
}

.mentorSixBoxLeft1 .text .p2 {
  justify-content: flex-start;
}

.mentorSixBoxLeft2 .text .p2 {
  justify-content: flex-end;
}

.mentorSixBoxLeft2:after {
  transform: rotateY(180deg);
}

.mentorSixBoxLeft2 .text {
  text-align: right;
}

/* -- */
.process-container {
  /* display: flex; */
  justify-content: space-between;
  margin-top: 40px;
}

.process-step {
  flex: 1;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.process-step:last-child {
  margin-bottom: 0;
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 80px;
  left: calc(50% + 40px);
  width: calc(100% - 80px);
  height: 6px;
  background-color: #fff;
  z-index: 0;
  display: none;
}

.process-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 74px;
  background-image: url(../images/bh.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  z-index: 0;
  left: 100%;
  display: none;
}

.step-icon-wrapper {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.step-icon {
  width: 100px;
  height: 100px;
  background-image: url(../images/kkm.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.step-icon img {
  width: 30px;
  height: 30px;
}

.step-number {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 31px;
  height: 31px;
  background-image: url(../images/kk.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 13px;
  box-sizing: border-box;
}

.step-title {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 10px;
}

.step-desc {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.8;
  max-width: 355px;
  margin: 0 auto;
}

.step-desc a {
  color: #1677ff;
  text-decoration: none;
}

.step-desc a:hover {
  text-decoration: underline;
}

/* offer */
.offer-container {
  background-color: #f1f6ff;
  padding: 60px 0;
}


.offerBox {
  margin-top: 50px;
}

.offerBox .padd {
  min-width: 768px;
  padding: 0 30px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #1265ff;
  box-shadow: 0 15px 13px rgba(51, 100, 169, 0.1);

}

/* 通用行样式 - 表头和内容行共用 */
.table-row {
  display: flex;
  justify-content: space-between;
  list-style: none;
  width: 100%;
  min-width: 768px;
  border-bottom: 1px dashed #e5e7eb;
  box-sizing: border-box;
}

/* 表头行样式 */
.header-row {
  background-color: #f0f5ff;
  /* 表头间隙背景色 */
  padding: 0 40px;
  border-bottom: none;
}

/* 表头单元格样式 */
.header-cell {
  flex: 1;
  background-color: #0052d9;
  color: #ffffff;
  text-align: center;
  padding: 20px 15px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 12px 12px 0 0;
  white-space: nowrap;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}



/* 内容单元格样式 */
.content-cell {
  flex: 1;
  text-align: center;
  padding: 10px 15px;
  font-size: 16px;
  color: #333333;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 最后一行取消下边框 */
.offerBox .table-row:last-child {
  border-bottom: none;
}

/* 行悬停效果 */
/* .content-row:hover {
  background-color: #f9faff;
} */

/* 列宽精准分配（和截图一致） */
.table-row li:nth-child(1) {
  flex: 0 0 8%;
}

/* # 列 */
.table-row li:nth-child(2) {
  flex: 0 0 16%;
}

/* 学员编号 */
.table-row li:nth-child(3) {
  flex: 0 0 16%;
}

/* 收到的职位 */
.table-row li:nth-child(4) {
  flex: 0 0 16%;
}

/* 职位职能 */
.table-row li:nth-child(5) {
  flex: 0 0 16%;
}

/* 教育背景 */
.table-row li:nth-child(6) {
  flex: 0 0 8%;
}

/* 地点 */

/* ========== 响应式适配 ========== */
/* 平板设备 (≤992px) */
@media (max-width: 992px) {
  .offerBox {


    overflow: hidden;
    overflow-x: auto;
  }

  .table-row {
    box-sizing: initial;
  }

  .header-cell {
    font-size: 16px;
    padding: 15px 10px;

  }

  .content-cell {
    font-size: 15px;
    padding: 15px 10px;
  }
}

/* 手机设备 (≤768px) */
@media (max-width: 768px) {
  /* body {
    padding: 5px;
  }

  .table-wrapper {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 255, 0.05);
  }

  .header-cell {
    font-size: 15px;
    padding: 12px 8px;
    height: 45px;
    border-radius: 8px 8px 0 0;
  }

  .content-cell {
    font-size: 14px;
    padding: 12px 8px;
  } */
}

/* 小屏手机 (≤480px) */
@media (max-width: 480px) {
  /* .header-cell {
    font-size: 14px;
    padding: 10px 5px;
    border-radius: 6px 6px 0 0;
  }

  .content-cell {
    font-size: 13px;
    padding: 10px 5px;
  } */
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 50px 0;
}

.pagination a,
.pagination span,
.pagination input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.2s ease;
  box-sizing: border-box;
}



.pagination .active {
  background-color: #101e41 !important;
  border-color: #101e41 !important;
  color: #fff !important;
  font-weight: 500;
}

.pagination a:hover {
  background-color: #f3f4f6;
  border-color: #d1d5db;
}

.pagination .dots {
  border: none;
  background: transparent;
  padding: 0 4px;
}

.pagination .jump {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 8px;
}

.pagination .jump input {
  width: 60px;
  text-align: center;
  padding: 0 4px;
}

.pagination .jump span {
  border: none;
  background: transparent;
  padding: 0;
}

.pagination i {
  display: inline-block;
  width: 13px;
  height: 5px;
  background-size: cover;
  background-image: url(../images/255.png);
  background-position: center center;
  margin-right: 10px;
}

.pagination .prev i {
  margin-right: 10px;
}

.pagination .next i {
  transform: rotateY(180deg);
  margin-left: 10px;
}

.hunting {
  margin-top: 40px;
}

.hunting .huntingLeft {
  width: 100%;
}

.hunting .huntingLeft ul li.active a {
  color: #1265ff;
  font-weight: bold;
}

.hunting .huntingLeft ul li a {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  border-radius: 20px;
  color: #333;
  font-size: 18px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.hunting .huntingRight {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 20px 0px 20px;
  box-sizing: border-box;
}

.huntingRight ul li {
  width: 100%;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

.huntingRight ul li:nth-child(3n) {
  margin-right: 0;
}

.huntingRight ul li img {
  width: 100%;
  border-radius: 15px;
}

.huntingImg,
.huntingImg .huntingImgBox {
  margin-top: 40px;
}

.huntingImg img {
  max-width: 100%;
}

.hunTiingHbing {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.hunTiingHbingItem {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.hunTiingHbingItem:last-child {
  margin-bottom: 0;
}

.hunTiingHbingItem ul {
  width: 100%;
}

.hunTiingHbingItem ul li {
  text-align: center;
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.hunTiingHbingItem ul li p {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.hunTiingHbingItem ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.hunTiingHbingItem ul li p:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 12px;
  background-color: #f0f3f9;
  border-radius: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.hunTiingHbingItem1 ul li p:before {
  background-color: #d0e0ff;
}

.hunTiingHbingItem2 ul li p:before {
  background-color: #def4fa;
}

.hunTiingfifth {
  background-image: url(../images/jk.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.huntingFourth {
  padding: 60px 0;
}

.huntingFourthBox {
  margin-top: 40px;
}

.huntingFourthBox .service-item {
  /* display: flex; */
  align-items: center;
  margin-bottom: 60px;
  gap: 40px;
}

.huntingFourthBox .service-image {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: auto;
  display: block;
}

.service-content {
  flex: 1;
  margin-top: 30px;
}

.service-content .service-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.service-content .service-list {
  list-style: none;
}

.service-content .service-list li {
  line-height: 2;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  color: #333;
}

.service-content .service-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #333;
}

.service-content .service-list .checked-item {
  padding-left: 40px;
}

.service-content .service-list .checked-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/duihao.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px 25px;
}

.intro-container {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 20px;
  /* display: flex; */
  align-items: center;
  gap: 65px;
  margin-top: 70px;
}

.intro-container .brand-logo {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}

.intro-container .brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}

.intro-container .intro-content {
  flex: 1;
}

/* 两段文字的间距 */
.intro-container .intro-content p {
  font-size: 16px;
  color: #333333;
  line-height: 2;
}

.aboutText {
  margin-top: 60px;
}

.aboutText .titleH7 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.aboutText p {
  font-size: 16px;
  color: #333333;
  line-height: 2;
}

/* 表格容器（关键：裁剪溢出内容，保证圆角完整） */
.career-table {
  border-radius: 15px;
  background-color: #ffffff;
  margin: 60px 0 120px;
}

/* 表格整体样式 */
.career-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
}

.career-table thead tr {
  background-color: #1a73e8;
}

/* 表头单元格样式 */
.career-table th {
  color: #ffffff;
  padding: 35px 50px;
  font-size: 16px;
  font-weight: 600;
  border: none;
}

.career-table th:first-child {
  width: 20%;
  border-radius: 15px 0 0 15px;
}

.career-table th:nth-child(2) {
  width: 35%;
}

.career-table th:last-child {
  width: 45%;
  border-radius: 0 15px 15px 0;
  /* 右侧单元格圆角 */
}

/* 表格主体行（恢复默认布局） */
.career-table tbody tr {
  display: table-row;
}

/* 表格单元格样式 */
.career-table td {
  padding: 35px 50px;
  font-size: 16px;
  color: #333333;
  border: none;
}

/* tbody列宽控制 */
.career-table td:first-child {
  width: 20%;
}

.career-table td:nth-child(2) {
  width: 35%;
}

.career-table td:nth-child(3) {
  width: 45%;
}

/* 行背景色 */
.career-table tbody tr:nth-child(1) td {
  background-color: #ffffff;
}

.career-table tbody tr:nth-child(2) td {
  background-color: #e8f0fe;
  /* 浅蓝背景 */
}

.career-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 15px;
}

.career-table tbody tr:last-child td:last-child {
  background-color: #ffffff;
  border-radius: 0 0 15px 0;
}

/* 响应式适配 */
@media (max-width: 768px) {

  .career-table td,
  .career-table th {
    padding: 15px 12px;
    font-size: 14px;
  }

  .career-table th:first-child,
  .career-table td:first-child {
    width: 25%;
  }

  .career-table th:nth-child(2),
  .career-table td:nth-child(2) {
    width: 35%;
  }

  .career-table th:last-child,
  .career-table td:last-child {
    width: 40%;
  }
}

.why-container {
  margin-top: 60px;
}



.why-container .case-img img {
  border-radius: 20px;
  width: 100%;
}

.why-container .case-title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

/* 核心优势容器 */
.advantages-container {

  display: flex;
  justify-content: center;
  align-items: stretch;
  /* 所有卡片高度一致 */
  gap: 15px;
  /* 卡片之间的间距 */
  flex-wrap: wrap;
  margin: 70px 0;
}

/* 单个优势卡片 */
.advantage-card {
  flex: 1;
  height: auto;
  padding: 100px 40px 100px 30px;
  box-sizing: border-box;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

/* 数字圆形标识 */
.card-number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #e8f0fe;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.card-number span {
  font-size: 20px;
  font-weight: 600;
  color: #1a73e8;
  /* 蓝色数字 */
}

/* 卡片标题 */
.card-title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0px;
  height: 63px;
  overflow: hidden;
}

/* 卡片描述文字 */
.card-desc {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}

/* 响应式适配 */
@media (max-width: 1200px) {
  .advantages-container {
    gap: 20px;
  }

  .advantage-card {
    max-width: 240px;
    padding: 35px 20px;
  }
}

@media (max-width: 768px) {
  .advantages-container {
    gap: 15px;
  }

  .advantage-card {
    min-width: 45%;
    /* 平板端一行2张 */
    max-width: none;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .advantage-card {
    min-width: 100%;
    /* 手机端一行1张 */
  }
}

.aboutFixed .aboutFixedPadding {
  background-color: #d8e6f9;
  border: 6px solid #fff;
  border-radius: 15px;
  padding: 40px 0;
  overflow: hidden;
  height: auto;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.recruitmentFixed .aboutFixedPadding {
  background-image: url(../images/tecadr.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.aboutFixedBtn {
  background-image: url(../images/jb.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 100%;
  width: 583px;
  height: 633px;
  position: absolute;
  right: 100px;
  bottom: -110px;
  display: none;
}

.aboutFixedLeft {
  position: relative;
  width: 100%;
  height: auto;
  margin-left: 0px;
  margin-top: 35px;
}

.aboutFixedLeftTop {
  width: 100%;
  height: 100%;
  background-color: #1263fd;
  border-radius: 15px;
  padding-top: 30px;
  box-sizing: border-box;
  display: none;
}

.aboutFixedLeftTop p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.aboutFixedLeft .aboutFixedLeftBottom {
  background-color: rgba(255, 255, 255, .9);
  border-radius: 15px;
  padding: 1px 20px;
  position: inherit;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: auto;
  box-sizing: border-box;
}

.aboutFixedLeftBottom ul li {
  /* display: flex; */
  align-items: center;
  gap: 30px;
  margin: 25px 0;
}

.aboutFixedLeftBottom ul li img {
  width: 33px;
  height: 33px;
}

.aboutFixedLeftBottom ul li p {
  font-size: 16px;
  color: #333;
}

.aboutFixedLeftTop:after {
  content: "";
  position: absolute;
  left: 300px;
  top: 30px;
  background-image: url(../images/dd.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 93px;
  height: 17px;
}

.aboutFixedDDDBottom {
  margin-left: 80px;
  position: relative;
  z-index: 1;
  width: 800px;
  margin-top: 30px;
  display: none;

}

.recruitmentFixed .aboutFixedDDDBottom {
  padding-bottom: 50px;
  margin-top: 50px;
}

.aboutFixedDDDBottom .aboutEn {
  font-size: 40px;
  color: #333;
  font-weight: bold;
  font-style: italic;
  text-align: right;
}

.aboutFixedDDDBottom p {
  font-size: 26px;
  color: #333;
  line-height: 2;
}

.aboutFixedDDDBottom::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 48px;
  background-image: url(../images/fv.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}

.aboutFixedDDDBottom::before {
  content: "";
  position: absolute;
  right: -100px;
  bottom: 10px;
  background-image: url(../images/dd.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 93px;
  height: 17px;
  transform: rotate(180deg);
}


/* 会计 */
.tutoringBox {
  margin-top: 40px;
}

.tutoringBox .tutoringBoxTop {
  background-image: url(../images/fg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 234px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding-left: 20px;
  box-sizing: border-box;
}

.tutoringBoxBottom {
  background-color: #fff;
  border-radius: 0 25px 25px 25px;
  padding-top: 1px;
}

.tutoringBoxBottom ul li {
  width: 100%;
  float: none;
}

.tutoringBoxBottom ul li .padding {
  margin: 20px;
  background-color: #f1f6ff;
  border-radius: 15px;

  background-repeat: no-repeat;
  background-position: center right;
  background-size: 139px;
  padding: 20px;
}

.tutoringBoxBottom ul li.li1 .padding {
  background-image: url(../images/v1.png);
}

.tutoringBoxBottom ul li.li2 .padding {
  background-image: url(../images/v2.png);
}

.tutoringBoxBottom ul li.li3 .padding {
  background-image: url(../images/v3.png);
}

.tutoringBoxBottom ul li.li4 .padding {
  background-image: url(../images/v4.png);
}

/* 隐藏背景图 */
@media (max-width: 768px) {
  .benefit-container .header-col.fl,
  .benefit-container .category-col {
    width: 30%;
  }

  .benefit-container .header-col.fr,
  .benefit-container .detail-col {
    width: 70%;
  }

  .tutoringBoxBottom ul li.li1 .padding,
  .tutoringBoxBottom ul li.li2 .padding,
  .tutoringBoxBottom ul li.li3 .padding,
  .tutoringBoxBottom ul li.li4 .padding {
    background-image: none !important;
  }
}

.tutoringBoxBottom ul li .tutoringBoxBottomText {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;

}

.tutoringBoxBottom ul li .tutoringBoxBottomText i {
  width: 18px;
  height: 18px;
  background-image: url(../images/yuan.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-right: 10px;
  display: inline-block;
}

.tutoringBoxBottom ul li .tutoringBoxBottomItem p {
  font-size: 16px;
  color: #333;
  line-height: 2;
}

.tutoringSecond {
  margin: 40px 0;
}

/* 卡片容器 - 2行4列网格布局 */
.course-container {
  display: grid;

  gap: 20px;
  margin-top: 40px;
}

/* 单个课程卡片样式 */
.course-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
}

/* 卡片标题区域 */
.card-header {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.card-header .num {
  color: #333;
  margin-right: 20px;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  background-image: url(../images/linejh.png);
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: contain;
}

/* 内容区块通用样式 */
.content-block {
  color: #ffffff;
  padding: 20px 30px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 20px 20px 0 0;
}

/* 内容列表通用样式 */
.content-list {
  padding: 20px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  border-radius: 0 0 20px 20px;
  margin-bottom: 20px;
}

/* 各模块配色方案 */
/* 模块1：会计科目表设置 - 黄色系 */
.module1 .title-bg {
  background-color: #d7ae45;
}

.module1 .content-bg {
  background-color: #efc24d;
}

.module1 .skill-title-bg {
  background-color: #d7ae45;
}

.module1 .skill-content-bg {
  background-color: #efc24d;
}

/* 模块2：销售与应收账款 - 绿色系 */
.module2 .title-bg {
  background-color: #a6b969;
}

.module2 .content-bg {
  background-color: #b9ce75;
}

.module2 .skill-title-bg {
  background-color: #a6b969;
}

.module2 .skill-content-bg {
  background-color: #b9ce75;
}

/* 模块3：采购与应付账款 - 棕色系 */
.module3 .title-bg {
  background-color: #af9170;
}

.module3 .content-bg {
  background-color: #c3a27d;
}

.module3 .skill-title-bg {
  background-color: #af9170;
}

.module3 .skill-content-bg {
  background-color: #c3a27d;
}

/* 模块4：银行对账 - 灰色系 */
.module4 .title-bg {
  background-color: #a79f9d;
}

.module4 .content-bg {
  background-color: #bab1af;
}

.module4 .skill-title-bg {
  background-color: #a79f9d;
}

.module4 .skill-content-bg {
  background-color: #bab1af;
}

.tutoringThird {
  background-color: #fff;
  margin-bottom: 40px;
  padding-top: 40px;
}

.tutoringThird .tutoringThirdFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.tutoringThirdImg img {
  max-width: 100%;
}

.tutoringThird .title {
  text-align: left;
}

.tutoringFourthBoxTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;

}

.tutoringFourthBox {
  margin-top: 40px;
}

.tutoringFourthBoxBottom {
  margin-top: 40px;
}

.tutoringFourthBoxSame {
  flex: 1;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 15px 13px rgba(51, 100, 169, 0.1);
  width: 100%;
  box-sizing: border-box;
}

.tutoringFourthBoxSame p {
  font-size: 16px;
  color: #333;
  line-height: 2;
  text-align: center;
}

.tutoringFourthBoxSame p span {
  color: #1265ff;
}

.tutoringFive .mentorFour-box-right ul li .icon,
.tutoringFive .mentorFour-box-right ul li .icon img {
  width: 30px;
  height: 30px;
}

.tutoringFive .mentorFour-box-right-text p span {
  color: #101e41;
}

.tutoringFive .mentorFour-box-right ul li .mentorFour-box-right-text {
  border-bottom: none;
  padding-bottom: 0px;
  width: calc(100% - 60px);
}

.tutoringFive .mentorFour-box-right ul li {
  margin-bottom: 20px;
}

.diagram-container {
  position: relative;
  height: auto;
  margin-top: 40px;
  background-image: url(../images/gfh.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% 80%;
}

/* 椭圆节点样式 */
.node {
  position: inherit;
  background-color: white;
  border: 1px solid #e0e7ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-shadow: 0 10px 13px rgba(51, 100, 169, 0.1);
  z-index: 2;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.node:last-child {
  margin-bottom: 0px;
}

.node-1 {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.node-2 {
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
}

.node-3 {
  top: 0%;
  left: 0;
  width: 100%;
  height: auto;
}

.node-4 {
  top: 0;
  left: 0;
  transform: translateX(0%);
  width: 100%;
  height: auto;
}

.node-5 {
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
}

.node-6 {
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.node-7 {
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
}

/* 校园大招募 */
.recruitmentBox {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 13px 15px rgba(61, 100, 169, 0.16);
  /* display: flex; */
  padding: 10px;
  margin-top: 40px;
}

.recruitmentBox .column {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.recruitmentBox .column.fla {
  background-color: #ffffff;
  border-radius: 20px 0 0 20px;
}

.recruitmentBox .column.fra {
  background-color: #f1f6ff;
  border-radius: 0 20px 20px 0;
}

.recruitmentBox .column .colunmH2 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 40px;
}

.recruitmentBox .column .item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #cccccc;
}

.recruitmentBox .column .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.recruitmentBox .column .item .check-icon {
  background-image: url(../images/duihao.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 30px;
  flex-shrink: 0;
}

.recruitmentBox .column .item .item-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

.recruitmentBox .column .highlight {
  color: #1677ff;
  font-weight: 600;
}

.recruitmentBox .column .footer-text {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.recruitmentSecond {
  padding: 80px 0;
  background-color: #fff;
}

/* 容器整体样式 */
.benefit-container {
  margin: 40px 0px 0;
  border: 1px solid #c9e1ff;
  border-radius: 8px;
  overflow: hidden;
  /* display: flex; */
  /* flex-direction: column; */
}

/* 表头行样式 */
.benefit-container .benefit-row {
  display: flex;
}

/* 表头列样式 */
.benefit-container .benefit-col {
  padding: 20px 30px;
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
}

.benefit-container .benefit-col.fla {
  width: 25%;
  color: #1e80ff;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #fff;
}

.benefit-container .benefit-col.fra {
  width: 100%;
  color: #333;
  background-color: #f1f6ff;
}

/* 权益图标 */
.benefit-container .benefit-row .benefit-icon {
  width: 36px;
  height: 36px;
  background-image: url(../images/ghk.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  flex-shrink: 0;
}

/* 内容区域整体样式 */
.benefit-container .content-wrap {
  display: flex;
}

/* 左侧权益类别列 */
.benefit-container .content-wrap .category-col {
  width: 25%;
  background-color: #f9fcff;
  display: none;
}

/* 右侧具体内容列 */
.benefit-container .content-wrap .detail-col {
  width: 100%;
  padding: 10px 30px;
  box-sizing: border-box;
}

/* 单行权益项容器（左右对齐） */
.benefit-container .content-wrap .benefit-item {
  display: flex;
}

/* 左侧单个权益类别样式 */
.benefit-container .content-wrap .category-item {
  padding: 30px 50px;
  color: #1e80ff;
  font-size: 16px;
  border-bottom: 1px dashed #e8f3ff;
  text-align: center;
  position: relative;
}

.benefit-container .content-wrap .category-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-image: url(../images/hengxian.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

/* 最后一个类别项取消下边框 */
.benefit-container .content-wrap .category-item:last-child::after {
  display: none;
}


/* 右侧单个具体内容样式 */
.benefit-container .content-wrap .detail-item {
  padding: 28px 0;
  color: #333;
  font-size: 16px;
  border-bottom: 1px dashed #cccccc;
}

.benefit-container .benefit-col.fra span,
.benefit-container .content-wrap .detail-item span {
  color: #1e80ff;
  display: inline-block;
}

/* 最后一个内容项取消下边框 */
.benefit-container .content-wrap .detail-item:last-child {
  border-bottom: none;
}

/* 适配移动端 */
@media (max-width: 768px) {

  .benefit-container .header-col.fl,
  .benefit-container .category-col {
    width: 30%;
  }

  .benefit-container .header-col.fr,
  .benefit-container .detail-col {
    width: 70%;
  }
}

.recruitmentThirdBox {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-top: 40px;
}

.recruitmentThirdBox .recruitmentThirdBoxLeft {
  width: 180px;
  text-align: center;
  flex-shrink: 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.recruitmentThirdBox .recruitmentThirdBoxLeft img {
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
}

.recruitmentThirdBox .recruitmentThirdBoxLeft p {
  font-size: 16px;
  color: #101e41;
}

.recruitmentThirdBox .recruitmentThirdBoxRight {
  flex: 1;
  position: relative;
  /* background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 13px rgba(51, 100, 169, 0.1); */
}

.recruitmentThirdBoxRight ul {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.recruitmentThirdBoxRight ul li {
  width: 100%;
  height: auto;
  background-image: none;
  background-color: #fff;
  box-shadow: 0 15px 13px rgba(51, 100, 169, 0.1);
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  padding-left: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}

.recruitmentThirdBoxRight ul li:last-child {
  margin-bottom: 0;
}

.recruitmentThirdBoxRight ul li p {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.recruitmentThirdBoxRight ul li:hover {
  background-image: none;
  background-color: #101e41;
}

.recruitmentThirdBoxRight ul li:hover p {
  color: #fff;
}

.recruitmentThirdBoxRight .reBGbox {
  width: 299px;
  height: 206px;
  background-image: url(../images/wanqu.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: none;
}

.recruitmentThirdBoxRight .reBGbox1 {
  top: -50px;
  left: 247px;
}

.recruitmentThirdBoxRight .reBGbox2 {
  top: -50px;
  left: 590px;
}

.recruitmentThirdBoxRight .reBGbox3 {
  top: -50px;
  left: 927px;
}

/* ---- */
/* 卡片容器（横向排列） */
.recruitmentFourth {
  padding: 40px 0;
}

.recruitmentFourth .card-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* 通用卡片样式 */
.recruitmentFourth .modal-card {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 15px 13px rgba(51, 100, 169, 0.1);
  overflow: hidden;
  flex-shrink: 0;
}

/* 卡片头部 */
.recruitmentFourth .modal-header {
  background-color: #101e41;
  color: #ffffff;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recruitmentFourth .header-title {
  font-size: 18px;
  font-weight: 500;
}

.recruitmentFourth .header-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.recruitmentFourth .header-actions img {
  height: 15px;
}


/* 卡片内容 */
.recruitmentFourth .card-body {
  padding: 0px 20px;
}

/* 列表项通用样式 */
.recruitmentFourth .list-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 16px 0;
  line-height: 2;
}

/* 勾选图标 */
.modelLeft .card-body i {
  background-image: url(../images/duihao.png);
}

.modelRight .card-body i {
  background-image: url(../images/gf.png);
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
}

.recruitmentFourth .card-body i {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  width: 25px;
  height: 25px;
  display: inline-block;
  flex-shrink: 0;
}

.recruitmentFourth .list-item span {
  font-size: 16px;
  color: #333;
}

.recruit-container {
  /* display: flex; */
  margin: 0;
  position: relative;
}

.recruit-container .modelRight {
  position: inherit;
  right: 0;
  top: 0px;
  margin-top: 20px;
}

.internshipSecond .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(159px, 1fr));
  gap: 20px;
  margin: 40px 0 80px;
}

.internshipSecond .grid-item {
  background-color: white;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
  height: 120px;
  box-sizing: border-box;
  overflow: hidden;
}

.internshipSecond .grid-itemGoubai {
  box-shadow: none;
  background-color: transparent;
  display: none
}

.internshipSecond .grid-item:hover {
  transform: translateY(-4px);
}

.internshipSecond .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.internshipThird {
  background-color: #fff;
  padding: 40px 0;
}

.internshipThirdBox {
  margin-top: 40px;
}

.internshipThirdBox ul li {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.internshipThirdBox ul li img {
  width: 120px;
  height: 90px;
  position: relative;
  z-index: 2;
}

.internshipThirdBox ul li p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 0 auto;
}

.internshipThirdBox ul li:nth-of-type(even) {
  margin-top: 0px;
}

.internshipThirdBox ul li:nth-of-type(odd)::after {
  content: "";
  position: absolute;
  top: 73%;
  left: 47%;
  background-color: #e4ecf9;
  width: 210px;
  height: 6px;
  z-index: 1;
  transform: rotate(35deg);
  display: none;
}

.internshipThirdBox ul li:nth-of-type(even)::after {
  content: "";
  position: absolute;
  top: -4%;
  left: 51%;
  background-color: #e4ecf9;
  width: 210px;
  height: 6px;
  z-index: 1;
  transform: rotate(-35deg);
  display: none;
}

.internshipThirdBox ul li:last-child::after {
  display: none!important;
}

.intershipFrist {
  /* display: flex; */
  align-items: center;
  margin: 40px 0 30px;
}

.intershipFristLeft {
  width: 100%;
  flex-shrink: 0;
}

.intershipFristLeft .intershipFristLefttitle {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 40px;
}

.intershipFristLeft .intershipFristLefttitle span {
  color: #1265ff;
}

.intershipFristLeft ul li {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}

.intershipFristLeft ul li i {
  width: 25px;
  height: 25px;
  background-image: url(../images/duihao.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  width: 25px;
  height: 25px;
  display: inline-block;
}

.intershipFristRight {
  width: 100%;
  height: 500px;
  flex-shrink: 0;
  background-image: url(../images/fdak.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  display: flex;
  align-items: center;
}

.intershipFristRight .padding {
  margin-left: 150px;
  margin-top: -27px;
}

.intershipFristRight .t {
  font-size: 30px;
  color: #1265ff;
  font-weight: 600;
}

.intershipFristRight .t em {
  font-style: normal;
}

.intershipFristRight .r {
  font-size: 16px;
  color: #333;
}
