.article {
  width: 100%;
  height: 420px;
  margin-top: 40px;
  background: url("../images/articlebg.png") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.article .article-content {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.article .article-content .article-left {
  width: 50%;
  color: #fff;
  text-align: center;
}
.article .article-content .article-left .fs-26 {
  font-size: 26px;
  margin-bottom: 16px;
}
.article .article-content .article-left .fs-14 {
  font-size: 14px;
  line-height: 30px;
}
.article .article-content .article-left .fs-16 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.article .article-content .article-right {
  width: 50%;
  color: #fff;
}
.article .article-content .article-right .article-right-content {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 25px;
}
.article .article-content .article-right .article-right-content .article-right-img {
  width: 132px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  margin-right: 26px;
}
.article .article-content .article-right .article-right-content .article-right-desc {
  line-height: 20px;
}
.offerTabs {
  width: 100%;
  height: 50px;
  margin-top: 50px;
  color: #fff;
  display: flex;
  align-items: center;
}
.offerTabs .offer-direction {
  width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid #2d78f4;
  color: #000;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}
.offerTabs .offer-direction .company-nav-item {
  width: fit-content;
  padding-bottom: 10px;
  cursor: pointer;
}
.offerTabs .company-active {
  color: #2d78f4;
  border-bottom: 3px solid #2d78f4;
}
.offer-case {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.offer-case .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px 30px 10px;
}
.offer-case .swiper-slide .offer-case-list {
  width: 350px;
  height: 128px;
  background: #ffffff;
  box-shadow: 4px 5px 6px #b9b8b8;
  border-radius: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.offer-case .swiper-slide .offer-case-list .left {
  width: 58px;
  height: 58px;
  background: #2d78f4;
  border-radius: 50%;
  line-height: 58px;
  text-align: center;
  color: #fff;
}
.offer-case .swiper-slide .offer-case-list .center {
  width: fit-content;
  padding: 0 10px;
  font-size: 12px;
}
.offer-case .swiper-slide .offer-case-list .center .university {
  font-size: 14px;
  font-weight: 600;
}
.offer-case .swiper-slide .offer-case-list .center div {
  margin-top: 4px;
}
.offer-case .swiper-slide .offer-case-list .right {
  width: 90px;
  height: auto;
}
.offer-case .swiper-slide .offer-case-list .right div {
  box-sizing: border-box;
  width: 92px;
  height: 90px;
  background-size: 105%;
  border: 2px solid #fff;
  border-radius: 8px;
  background-position: center center;
}
.success-container {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.success-container-list {
  width: 260px;
  height: 70px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}
.success-container-list img {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 70px;
  margin-top: 10px;
  z-index: 100;
}
.success-container-list span {
  width: max-content;
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  color: #fff;
  font-size: 20px;
}
.tutor-bg {
  width: 100%;
  padding: 30px 0 0 0;
  background: #f7f7f7;
  border: 1px solid transparent;
  margin-top: 50px;
}
.tutor-bg .tutor-img {
  width: 900px;
  margin: 0 auto;
}
.tutor-bg .tutor-img img {
  width: 16px;
  height: auto;
  margin-left: 572px;
  margin-top: 10px;
  cursor: pointer;
}
.tutor-bg .tutor-img2 {
  width: 100%;
  height: 140px;
  padding: 10px 0;
  margin: 0 auto;
  margin-top: 30px;
  background: url("../images/banner1.png") no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  font-size: 13px;
}
.tutor-bg .tutor-img2 .btn {
  padding: 10px 25px;
  border-radius: 20px;
  background-color: #2d78f4;
  font-size: 14px;
}
.tutor-bg .tutor {
  width: 900px;
  height: 740px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.tutor-bg .tutor .left {
  width: 25%;
  height: 740px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 13px;
}
.tutor-bg .tutor .left-list {
  width: 220px;
  height: 36px;
  border-radius: 10px;
}
.tutor-bg .tutor .left-list span {
  display: block;
  width: 200px;
  margin: 0 auto;
  line-height: 30px;
  border-bottom: 1px dashed #000;
  cursor: pointer;
}
.tutor-bg .tutor .left .listActive {
  color: #fff;
  background-color:#2d78f4;
}
.tutor-bg .tutor .left .listActive span {
  border-bottom: 1px dashed #fff;
  cursor: pointer;
}
.tutor-bg .tutor .right {
  width: 74%;
  height: 740px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tutor-bg .tutor .right .right-list {
  width: 100%;
  padding: 10px 26px 10px 25px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  font-size: 14px;
  margin-bottom: 10px;
}
.tutor-bg .tutor .right .right-list-top {
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.tutor-bg .tutor .right .right-list-center {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.tutor-bg .tutor .right .right-list-bot {
  line-height: 20px;
  font-size: 13px;
}
.tutor-bg .tutor .right .bg-w {
  background-color: #e3e3e3;
}
.tutor-bg .tutor .right .bg-gray {
  color: #fff;
  background-color:#2d78f4;
}
.containers {
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid transparent;
  padding: 0px 0 30px 0;
  margin-top: 20px;
}
.containers .containerTitle {
  width: 1200px;
  margin: 0 auto;
  margin-top: 12px;
  padding: 150px 20px 30px 20px;
}
.containers .containerTitle .jobFlow {
  width: 1200px;
  height: 380px;
  margin: 0 auto;
  position: relative;
  background: url("../images/xiantiao.png") no-repeat;
  background-size: 100%;
  background-position: 8px 82px;
}
.containers .containerTitle .jobFlow .jobFlowCont {
  position: absolute;
  width: 160px;
  padding: 0 10px 10px 10px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0px 6px 28px 0px rgba(21, 22, 25, 0.09);
  background-color: #fff;
  border-radius: 5px;
}
.containers .containerTitle .jobFlow .jobFlowCont .jobFlowImg {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.containers .containerTitle .jobFlow .jobFlowCont .jobFlowTitle {
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.containers .containerTitle .jobFlow .jobFlowCont .jobFlowIntor {
  width: fit-content;
  font-size: 12px;
  font-family: PingFang SC;
  color: #333333;
  margin: 0 auto;
  text-align: left;
}
.containers .containerTitle .jobFlow .jobFlowCont .courseBtn {
  width: 100%;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #2d78f4;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.containers .containerTitle .jobFlow .jobFlowCont .dot {
  width: 16px;
  height: 16px;
  background-color: #c6ccd7;
  border: 4px solid #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(226, 207, 207, 0.47);
  border-radius: 50%;
  position: absolute;
  bottom: -42px;
  left: 72px;
}
.containers .containerTitle .jobFlow .courseBox:hover {
  background-color: #2d78f4;
  color: #fff;
}
.containers .containerTitle .jobFlow .squareTop:before {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%);
  padding: 0;
  box-shadow: 0px 6px 28px 0px rgba(21, 22, 25, 0.09);
  border-bottom: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: block;
  content: "";
  z-index: 12;
}
.containers .containerTitle .jobFlow .squareBot:before {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%);
  padding: 0;
  box-shadow: 0px 6px 28px 0px rgba(21, 22, 25, 0.09);
  border-top: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: block;
  content: "";
  z-index: 12;
}
.containers .containerTitle .jobFlow .jobFlowCont:hover {
  cursor: pointer;
}
.containers .containerTitle .jobFlow .jobFlowCont:hover .dot {
  background: #2d78f4;
}
.containers .containerTitle .jobFlow .jobFlowCont:nth-child(2n-1) {
  top: 120px;
  padding-top: 10px;
}
.containers .containerTitle .jobFlow .jobFlowCont:nth-child(2n) {
  top: -138px;
}
.containers .containerTitle .jobFlow .jobFlowCont:nth-child(1) {
  left: 0px;
  top: -8px;
}
.containers .containerTitle .jobFlow .jobFlowCont:nth-child(2),
.containers .containerTitle .jobFlow .jobFlowCont:nth-child(3) {
  left: 200px;
}
.containers .containerTitle .jobFlow .jobFlowCont:nth-child(4) {
  top: -14px;
  left: 400px;
}
.containers .containerTitle .jobFlow .jobFlowCont:nth-child(5) {
  top: -128px;
  left: 600px;
}
.containers .containerTitle .jobFlow .jobFlowCont:nth-child(6) {
  top: 130px;
  left: 600px;
}
.containers .containerTitle .jobFlow .jobFlowCont:nth-child(7) {
  top: -6px;
  left: 800px;
}
.containers .containerTitle .jobFlow .jobFlowCont:nth-child(8) {
  top: -120px;
}
.containers .containerTitle .jobFlow .jobFlowCont:nth-child(8),
.containers .containerTitle .jobFlow .jobFlowCont:nth-child(9) {
  left: 1000px;
}
.containers .containerTitle .jobFlow .jobFlowCont:nth-child(2) .dot {
  bottom: -46px;
}
.containers .containerTitle .jobFlow .jobFlowCont:nth-child(4) .dot {
  bottom: -40px;
}
.containers .containerTitle .jobFlow .jobFlowCont:nth-child(5) .dot {
  bottom: -50px;
}
.containers .containerTitle .jobFlow .jobFlowCont:nth-child(6) .dot {
  bottom: -60px;
}
