.major {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.major h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 48px;
  color: #fff;
  top: 50px;
}

.major h1 b {
  margin-right: 0.4em;
  letter-spacing: 2px;
}

.major > img {
  z-index: -1;
}

.major .item {
  width: 1200px;
  height: 645px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  top: -95px;
  padding: 50px;
}

.major p {
  font-size: 15px;
  line-height: 24px;
}

.major ul {
  line-height: 30px;
  font-display: 16px;
  color: #ff7b15;
  margin-top: 40px;
  padding-left: 145px;
  position: relative;
  text-align: left;
}

.major ul span {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 125px;
  height: 30px;
  font-size: 14px;
  background-color: #ff7b15;
  color: #fff;
  border-radius: 5px;
}

.major ul li {
  display: inline-block;
  margin-right: 1.5em;
}

.major .skill {
  margin-top: 55px;
  display: block;
}

p.imgtitle {
  font-size: 30px;
  color: #ff7b15;
  font-weight: bold;
}

p.imgtitle span {
  color: #acacac30;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 1em;
}

p.imgtitle img {
  margin-right: 0.1em;
  position: relative;
  top: 5px;
}

p.detail {
  padding-top: 60px;
  font-size: 15px;
  line-height: 30px;
}

.prospect {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #f7f7f7;
}

.prospect .app {
  padding: 85px 50px;
}

.prospect p {
  max-width: 34em;
}

.prospect p.detail {
  padding-top: 0;
}

.prospect .item {
  height: 457px;
  position: relative;
  margin-bottom: 55px;
}

.prospect .item img {
  position: absolute;
  right: 0;
  top: 0;
}

.prospect .item2 {
  height: 435px;
  position: relative;
  padding-left: 574px;
}

.prospect .item2 img {
  position: absolute;
  left: 0;
  top: 0;
}

.prospect p.color {
  padding-top: 70px;
  font-size: 20px;
  margin-bottom: 1.5em;
  color: #ff7b15;
}

.prospect p.detail {
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
  color: #333333;
}

.planning {
  margin: 0 auto;
  background-image: url(/images/major/data/bg.jpg);
  background-position: center;
  height: 626px;
  max-width: 1920px;
  color: #fff;
}

.planning .app {
  padding: 80px 50px 0;
  position: relative;
}

.planning .items {
  width: 100%;
  padding-left: 360px;
  position: relative;
  margin-top: 80px;
}

.planning .level1 {
  left: 0px;
}

.planning .level2 {
  left: 180px;
}

.planning .level {
  width: 135px;
  height: 70px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-35px);
  color: #403e5e;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
}

.planning .level span {
  position: absolute;
  left: -10px;
  display: block;
  width: 155px;
  text-align: center;
  color: #ff7b15;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  position: absolute;
  top: -25px;
}

.planning .level b {
  line-height: 70px;
}

.planning .level svg {
  position: absolute;
  font-size: 15px;
  top: 28px;
  z-index: 100;
  right: -31px;
  color: #fff;
}

.planning .item,
.planning .item2 {
  width: 738px;
  height: 69px;
  margin-bottom: 20px;
  background-image: url(/images/major/item.png);
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.planning .item ul,
.planning .item2 ul {
  width: 100%;
  height: 100%;
  display: flex;
  padding-left: 132px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.planning .item ul b,
.planning .item2 ul b {
  position: absolute;
  left: 0;
  top: 0;
  width: 132px;
  color: #403e5e;
  font-size: 16px;
  line-height: 69px;
  text-align: center;
}

.planning .item ul li,
.planning .item2 ul li {
  width: 153px;
  padding-left: 1em;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  align-content: center;
  flex-wrap: wrap;
}

.planning .item ul li::before,
.planning .item2 ul li::before {
  content: "";
  width: 1px;
  display: block;
  position: absolute;
  right: -0.3em;
  top: 10px;
  height: 43px;
  background-color: #5b5976;
}

.planning .item ul li:last-child::before,
.planning .item2 ul li:last-child::before {
  display: none;
}

.planning .item ul span,
.planning .item2 ul span {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #ff7b15;
}

.planning .item b,
.planning .item2 b {
  display: block;
  width: 132px !important;
  height: 69px;
}

.planning .item:last-child,
.planning .item2:last-child {
  margin-bottom: 0;
}

.planning .item2 {
  background-image: url(/images/major/item2.png);
}

.planning .item2 b {
  color: #fff !important;
}

.planning .z3 li {
  width: 200px !important;
}

.employment.app {
  padding: 50px 50px 50px 0;
  margin-bottom: 100px;
}

.employment.app .items {
  margin-top: 85px;
  position: relative;
}

.employment.app ul {
  width: 540px;
  height: 365px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  position: absolute;
  right: 0;
  top: 15px;
}

.employment.app li {
  position: relative;
}

.employment.app li span {
  display: block;
  bottom: 0px;
  position: absolute;
  padding-left: 1.5em;
  line-height: 40px;
  color: #fff;
  font-size: 13px;
}

