.layOut {
  width: 1200px;
  margin: 0 auto;
}
.titleBox {
  text-align: center;
  margin-bottom: 30px;
  color: #333333;
}
.titleBox .title1 {
  font-size: 30px;
  font-weight: 600;
  color: #083C71;;
  margin-bottom: 2px;
}
.titleBox .title2 {
  font-size: 20px;
  color: #999999;
}





.topBanner {
  width: 100%;
}
.topSwiper {
  // height: 36.6vw;
  height: 34vw;
  // height: 500px;
}
.topSwiperSlide {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topSwiperSlide .slideImg {
  width: 100%;
  min-width: 1380px;
  height: auto;
  display: block;
  padding: 0;
  margin: 0;
}
.topBanner .swiper {
  --swiper-theme-color: #fff;
  --swiper-pagination-color: #DF8528; /* 两种都可以 */
  --swiper-navigation-size: 16px;/* 设置按钮大小 */
}
.topBanner .swiper-button-next {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50px;
}
.topBanner .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50px;
}
.topBanner .swiper-pagination span {
  width: 56px;
  height: 4px;
  border-radius: 0px;
}


.newsPart {
  padding: 80px 0;
  background: #fff;
}
.newsPart .newsContent {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsContent .newsItem {
  width: 384px;
  height: 130px;
  padding: 18px 14px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  background: rgba(8, 59, 116, 0.05);
}
.newsItem:last-child {
  margin-bottom: 0;
}
.newsItem .newsImg {
  width: 166px;
  height: 94px;
  margin-right: 10px;
}
.newsItem .newsTitleBox {
  width: 180px;
  height: 94px;
}
.newsTitleBox .ellipsisDiv {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.newsTitleBox .newstitle1 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 21px;
  margin-bottom: 6px;
}
.newsTitleBox .newstitle2 {
  font-size: 14px;
  color: #333;
  line-height: 21px;
}


.partyPart {
  width: 100%;
  position: relative;
  padding: 80px 0 76px;
  background-color: #083B74;
  background-image: url('https://s2.51offer.com/51offer/2023/shanghzi/pc/chanyeScolBg.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.serviceBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serviceSlide {
  width: 360px;
  cursor: pointer;
}
.serviceSlide .slideImg {
  width: 360px;
  height: 202px;
  display: block;
  padding: 0;
  margin: 0;
  border-radius: 23px 23px 0 0;
}
.serviceSlide .partyText {
  width: 360px;
  height: 198px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0 0 23px 23px;
}
.partyText .partytitle {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.partyText .partycontent {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.subheader {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px auto 40px;
}
.subheader .subheaderText {
  font-size: 26px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 30px;
  margin: 0 20px;
}

.hezuoBX {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hezuoBX .hezuoLeft {
  width: 600px;
  height: 346px;
  margin-right: 20px;
}
.hezuoLeft .hezuoImg {
  width: 290px;
  height: 163px;
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.hezuoImg:nth-child(2n) {
  margin-right: 0;
}
.hezuoBX .hezuoRight {
  width: 580px;
  height: 346px;
}
.hezuoBX .hezuoText {
  width: 580px;
  height: 80px;
  line-height: 50px;
  background: rgba(255,255,255,0.36);
  border: 1px solid #FFFFFF;
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 15px 30px;
  box-sizing: border-box;
}

.gongjianText {
  width: 1200px;
  height: 100px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 35px;
  background: rgba(255, 255, 255, 0.2);
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.gongjianImg {
  width: 1200px;
}

.digitalize {
  width: 1200px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.digitalize .digitalizeItem {
  width: 390px;
  position: relative;
  margin-bottom: 8px;
}
.digitalizeItem .digitalizeImg {
  width: 390px;
  height: 220px;
}
.digitalizeItem .digitalizeText {
  width: 350px;
  height: 100px;
  position: absolute;
  top: 160px;
  left: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #083B74;
  line-height: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.newsTitleBox .ellipsisDiv {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.newsTitleBox .newstitle1 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 21px;
  margin-bottom: 6px;
}
.newsTitleBox .newstitle2 {
  font-size: 14px;
  color: #333;
  line-height: 21px;
}


.schoolPart {
  width: 100%;
  padding: 80px 0;
  background: url('https://s2.51offer.com/51offer/2023/shanghzi/pc/hezuoBG.png') no-repeat center;
  background-size:100% 100%;
}
.companyPart .companyLogos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.companyLogos .companyLogoBox {
  width: 227px;
  height: 128px;
  background: #FFFFFF;
  margin-right: 16px;
  margin-bottom: 16px;
}
.companyLogos .companyLogoBox:nth-child(5n) {
  margin-right: 0;
}
.companyLogoBox .companyLogo {
  width: 227px;
  height: 128px;
}


.coverCity {
  width: 100%;
  padding: 80px 0;
  background: #083B74;
  // background: url('https://s2.51offer.com/shangzhi/index/xiaoqihezuo.png') no-repeat center;
  // background-size:100% 100%;
}
.coverCityImg {
  width: 1200px;
}



.recruitPart {
  width: 100%;
  padding: 80px 0 118px;
  background: #fff;
  // background: url('https://s2.51offer.com/shangzhi/index/zhaoshengbg.png') no-repeat center;
}
.recruitBox .numberPart {
  padding: 0 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 50px;
}
.numberPart .numberBox {
  height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.numberBox .number {
  font-size: 44px;
  font-weight: bold;
  color: #083C71;
}
.numberBox .type {
  font-size: 18px;
  color: #999999;
}
.recruitInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruitInfo .infoBox {
  width: 360px;
  height: 220px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.infoBox .content {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.infoBox .infoTop {
  width: 90px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  top: -50px;
  left: 135px;
  background: #083B74;
}
.infoBox .topShadow {
  width: 90px;
  height: 30px;
  position: absolute;
  top: -44px;
  left: 142px;
  border: 1px solid #083B74;
}
.infoBox .recruitTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruitTitle .title {
  font-size: 30px;
  font-weight: 500;
  color: #303133;
  line-height: 44px;
}
.recruitTitle .more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #303133;
  cursor: pointer;
}
.recruitTitle .nextmore {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.infoBox .infoCont {
  font-size: 16px;
  color: #606266;
  line-height: 24px;
  margin: 12px 0 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.infoBox .infoImg {
  width: 508px;
  height: 240px;
}


.commonLink {
  height: 40px;
  background: #D0D0D0;
}
.linkBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #FFFFFF;
}
.labelName {
  width: 80px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.links {
  width: 1088px;
}
.links span {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  white-space: nowrap;
  padding: 0 20px;
}





.seeMore {
  width: 188px;
  height: 48px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 32px;
  font-size: 14px;
  color: #083B74;
  cursor: pointer;
}
.seeMoreBlue {
  color: #fff;
  background: #083B74;
}
// .seeMore:hover {
//   background: #FFE6CA;
// }
.seeMore .nextmore {
  width: 29px;
  height: 27px;
  margin-left: 12px;
}
