* {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
}
div,
ul,
li,
h1,
p,
hr,
form,
input {
  margin: 0;
  padding: 0;
}
select {
  -webkit-appearance: none;
  /* Safari and Chrome */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  /* Standard syntax */
  background-color: white;
  /* 设置你想要的背景颜色，这里设为白色 */
  border: 1px solid #ccc;
  /* 添加边框 */
  padding: 5px 15px;
  /* 添加内边距 */
}
table,
th,
td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
a,
input,
i {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input {
  background: none;
  outline: none;
  border: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input:focus {
  border: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
img {
  width: 100%;
}
ul {
  list-style-type: none;
  /* 移除默认的圆点 */
  padding: 0;
  /* 移除默认的内边距 */
  margin: 0;
  /* 移除默认的外边距 */
}
.btn-big {
  cursor: pointer;
  transition: all 0.3s;
}
.btn-big:hover {
  transform: scale(1.2);
}
.flex {
  display: flex;
}
.app-box {
  width: 100%;
  background: #EAFDFF;
}
.page-title {
  width: auto;
  height: 156px;
  display: block;
  margin: 0 auto;
}
.page-button {
  width: 298px;
  height: 56px;
  background-image: linear-gradient(179deg, #FFC060 0%, #FF990C 100%);
  box-shadow: 0 2px 12px 0 #d9740c66;
  border-radius: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
  margin: 30px auto 0;
}
.item-box {
  width: 1200px;
  margin: 0 auto;
}
.banner {
  width: 100%;
  min-width: 1200px;
  height: 500px;
  background: url('https://h5cdn.jjl.cn/pc/20250616_curriculum/img/banner.png') center no-repeat;
  background-size: auto 100%;
  position: relative;
}
.banner .banner-button {
  width: 276px;
  height: 60px;
  background-image: linear-gradient(0deg, #FF922A 0%, #FFDD63 100%);
  border-radius: 30px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
  position: absolute;
  bottom: 73px;
  left: 50%;
  margin-left: -138px;
}
.advantages-box {
  width: 1200px;
  margin: 0 auto;
}
.advantages-box .page-title {
  margin-top: 75px;
}
.advantages-box .advantage-list {
  margin-top: -176px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantages-box .advantage-card {
  width: 360px;
  height: 244px;
  background: url('https://h5cdn.jjl.cn/pc/20250616_curriculum/img/advantage-card2.png') center no-repeat;
  background-size: cover;
  padding: 30px 30px 0 60px;
  box-shadow: 0 8px 10px 0 #D2E0FF;
  border-radius: 12px;
  margin-bottom: 20px;
  position: relative;
}
.advantages-box .advantage-card:nth-child(-n+3) {
  height: 224px;
  background: url('https://h5cdn.jjl.cn/pc/20250616_curriculum/img/advantage-card.png') center no-repeat;
  background-size: cover;
}
.advantages-box .advantage-card.op0 {
  opacity: 0;
}
.advantages-box .advantage-title {
  font-family: Alibaba-PuHuiTi-B;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 42px;
  padding-bottom: 14px;
  position: relative;
}
.advantages-box .advantage-title::after {
  width: 40px;
  height: 4px;
  background: #009E9D;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.advantages-box .advantage-desc {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 25px;
  padding-top: 20px;
}
.advantages-box .advantage-icon {
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.advantages-box .advantages-button {
  margin: 20px auto 0;
}
.level-box {
  padding: 35px 0 32px;
}
.level-box .level-list {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}
.level-box .level-item-title {
  width: 230px;
  height: 44px;
  background: #009E9D;
  border-radius: 12px 12px 0 0;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
  margin: 0 auto;
}
.level-box .level-item-majors {
  width: 282px;
  height: 154px;
  background: #FFFFFF;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 6px;
  justify-content: center;
  gap: 12px;
}
.level-box .level-item-majors .l-i-major {
  width: 74px;
  height: 28px;
  border: 1px solid #009E9D;
  border-radius: 18px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 14px;
  color: #009E9D;
  text-align: center;
  line-height: 30px;
}
.level-box .level-item-majors .l-i-major90 {
  width: 90px;
  margin-left: 3px;
}
.level-box .level-item:nth-child(3) .level-item-majors {
  padding: 20px 100px;
}
.level-box .level-item:nth-child(4) .level-item-majors {
  padding: 20px 6px 62px;
}
.ap-box {
  width: 100%;
  height: 980px;
  background: url('https://h5cdn.jjl.cn/pc/20250616_curriculum/img/ap-bg.png') center no-repeat;
  background-size: cover;
}
.ap-box .ap-desc {
  width: 1200px;
  height: 56px;
  background: #009E9D;
  border-radius: 8px;
  line-height: 56px;
  color: #ffffff;
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: 500;
  text-align: center;
  margin: 10px auto 0;
}
.ap-box .ap-desc .ap-desc-text {
  font-size: 24px;
  color: #FFBD01;
}
.ap-box .ap-category-content {
  width: 1200px;
  height: 660px;
  padding: 41px 0 32px;
  margin: 0 auto;
  background: url('https://h5cdn.jjl.cn/pc/20250616_curriculum/img/ap-bg2.png') center 150px no-repeat;
  background-size: auto 470px;
  position: relative;
}
.ap-box .ap-category-item {
  width: 395px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 12px 12px 4px;
  position: absolute;
}
.ap-box .ap-category-item .ap-category-title {
  font-family: Alibaba-PuHuiTi-H;
  font-weight: bold;
  font-size: 16px;
  color: #009E9D;
  line-height: 22px;
  padding-bottom: 10px;
  position: relative;
}
.ap-box .ap-category-item .ap-category-list {
  display: flex;
  flex-wrap: wrap;
}
.ap-box .ap-category-item .ap-category-list .ap-category {
  width: calc(50% - 18px);
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  padding-bottom: 8px;
  position: relative;
}
.ap-box .ap-category-item:nth-child(-n+4) .ap-category-title {
  padding-left: 14px;
}
.ap-box .ap-category-item:nth-child(-n+4) .ap-category-title::before {
  width: 2px;
  height: 16px;
  background: #009E9D;
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
}
.ap-box .ap-category-item:nth-child(-n+4) .ap-category-list {
  padding-left: 14px;
}
.ap-box .ap-category-item:nth-child(-n+4) .ap-category {
  padding-left: 18px;
  text-align: left;
}
.ap-box .ap-category-item:nth-child(-n+4) .ap-category::before {
  width: 8px;
  height: 20px;
  display: inline-block;
  content: '';
  background: url('https://h5cdn.jjl.cn/pc/20250616_curriculum/img/icon-arrow-right.png') center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.ap-box .ap-category-item:nth-child(n+5) .ap-category-title {
  padding-right: 14px;
  text-align: right;
}
.ap-box .ap-category-item:nth-child(n+5) .ap-category-title::after {
  width: 2px;
  height: 16px;
  background: #009E9D;
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
}
.ap-box .ap-category-item:nth-child(n+5) .ap-category-list {
  padding-right: 14px;
  justify-content: end;
}
.ap-box .ap-category-item:nth-child(n+5) .ap-category {
  padding-right: 18px;
  text-align: right;
}
.ap-box .ap-category-item:nth-child(n+5) .ap-category::after {
  width: 8px;
  height: 20px;
  display: inline-block;
  content: '';
  background: url('https://h5cdn.jjl.cn/pc/20250616_curriculum/img/icon-arrow-left.png') center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.ap-box .ap-category-item:nth-child(1) {
  width: 410px;
  left: 50%;
  margin-left: -205px;
  top: 41px;
}
.ap-box .ap-category-item:nth-child(2) {
  left: 0;
  top: 152px;
}
.ap-box .ap-category-item:nth-child(3) {
  left: 0;
  top: 268px;
}
.ap-box .ap-category-item:nth-child(4) {
  left: 0;
  bottom: 32px;
}
.ap-box .ap-category-item:nth-child(5) {
  right: 0;
  top: 152px;
  padding-bottom: 8px;
}
.ap-box .ap-category-item:nth-child(6) {
  right: 0;
  top: 326px;
}
.ap-box .ap-category-item:nth-child(7) {
  right: 0;
  bottom: 32px;
}
.ap-box .page-button {
  margin-top: 0;
}
.ib-box {
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 40px;
}
.ib-box .ib-course {
  background: #009E9D;
  border-radius: 20px 12px 12px 20px;
  display: flex;
  margin-top: 24px;
  box-shadow: 0 2px 12px 0 #ccd1dd;
}
.ib-box .ib-course-left {
  width: 786px;
  height: 448px;
  background: url('https://h5cdn.jjl.cn/pc/20250616_curriculum/img/ib-bg.png') center no-repeat;
  background-size: cover;
  padding: 28px 34px 0;
}
.ib-box .ib-course-item {
  background: #ffffff00;
  border: 1px solid #009E9D;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
}
.ib-box .ib-course-item .ib-course-title {
  width: 190px;
  height: 45px;
  background: #009E9D;
  text-align: center;
  line-height: 45px;
  margin-bottom: 8px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
}
.ib-box .ib-course-item .ib-course-label {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.ib-box .ib-course-item .ib-course-label img {
  width: 8px;
  margin-right: 10px;
}
.ib-box .ib-course-item .ib-course-desc {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  padding: 0 12px 12px 34px;
}
.ib-box .ib-course-right {
  flex: 1;
  padding: 34px 0 0 36px;
}
.ib-box .ib-course-right .i-c-r-title {
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  padding-bottom: 8px;
  margin-bottom: 14px;
  position: relative;
}
.ib-box .ib-course-right .i-c-r-title::after {
  width: 24px;
  height: 4px;
  background: #FFFFFF;
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.ib-box .ib-course-right .ib-course-content {
  display: flex;
  flex-wrap: wrap;
}
.ib-box .ib-course-right .ib-course-citem {
  width: 50%;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
.ib-box .ib-course-right .ib-course-citem img {
  width: 8px;
  margin-right: 10px;
}
.ib-box .ib-course-right .page-button {
  margin-top: 0;
}
.ib-box .mb26 {
  margin-bottom: 26px;
}
.ib-box .mb16 {
  margin-bottom: 16px;
}
.aeas-box {
  padding-bottom: 40px;
}
.aeas-box .aeas-table {
  display: block;
  margin-top: 30px;
}
.pr {
  position: relative;
}
.ossd-box {
  background-color: #fff;
  padding-bottom: 50px;
  position: relative;
}
.ossd-box .ossd-table {
  display: block;
  margin-top: 20px;
}
.ossd-box .ossd-button-groups {
  position: absolute;
  right: 40px;
  top: 74px;
}
.ossd-box .ossd-button {
  width: 80px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #009E9D;
  border-radius: 4px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 14px;
  color: #009E9D;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  margin-bottom: 50px;
  transition: all 0.3s;
}
.ossd-box .ossd-button:hover {
  background: #009E9D;
  color: #FFFFFF;
}
.team-box {
  background: #009E9D;
  padding-bottom: 30px;
}
.team-box .team-avatar {
  width: 1200px;
  display: block;
  margin: 30px auto;
}
.team-box .team-advantage {
  width: 1200px;
  height: 182px;
  background: url('https://h5cdn.jjl.cn/pc/20250616_curriculum/img/team-bg.png') center no-repeat;
  background-size: cover;
  padding: 32px 32px 0;
  display: flex;
  justify-content: space-between;
}
.team-box .team-advantage .team-item {
  width: 372px;
  height: 134px;
  border: 1px solid #009E9D;
}
.team-box .team-advantage .team-item-title {
  height: 50px;
  background: #009E9D;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
}
.team-box .team-advantage .team-item-desc {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 22px;
  padding: 20px 18px 0;
}
.service-box {
  width: 100%;
  height: 980px;
  background: url('https://h5cdn.jjl.cn/pc/20250616_curriculum/img/service-bg.png') center no-repeat;
  background-size: cover;
}
.service-box .service-img {
  width: 936px;
  display: block;
  margin: 0 auto;
}
