@media screen and (min-width: 284px) {

  /* banner */
  .curriculum_banner {
    width: 100%;
    height: 263px;
    padding-top: 73px;
    text-align: center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }

  .curriculum_banner h3 {
    line-height: 263px;
    font-weight: bold;
    font-size: 35px;
    color: #fff;
  }

  /* 导航 */
  .curriculum_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
  }

  .curriculum_nav .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 86px;
  }

  .curriculum_nav .item img {
    width: 23px;
    margin-bottom: 7px;
  }

  .curriculum_nav .item span {
    font-size: 15px;
  }

  /* 教学目标 */
  .curriculum_box1 {
    width: 100%;
    height: 464px;
    text-align: center;
    padding-top: 36px;
    box-sizing: border-box;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }

  .curriculum_box1 h3 {
    font-size: 22px;
    font-weight: bold;
    color: #0268CC;
    background: linear-gradient(225deg, #0268CC 0%, #2588E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
  }

  .curriculum_box1 img {
    width: 53px;
  }

  /* 课程体系 */
  .curriculum_box2 {
    width: 100%;
    padding: 36px 0 73px;
    box-sizing: border-box;
  }

  .curriculum_box2 .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .curriculum_box2 h3 {
    font-size: 22px;
    font-weight: bold;
    color: #0268CC;
    background: linear-gradient(225deg, #0268CC 0%, #2588E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
  }

  .curriculum_box2 .line {
    width: 53px;
    margin-bottom: 32px;
  }

  /* 课程特色 */
  .curriculum_box3 {
    width: 100%;
    padding: 58px 0;
    box-sizing: border-box;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }

  .curriculum_box3 .hd {
    text-align: center;
    margin-bottom: 44px;
  }

  .curriculum_box3 .hd h3 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 16px;
  }

  .curriculum_box3 .hd img {
    width: 53px;
  }

  .curriculum_box3 .bd {
    display: flex;
    justify-content: center;
  }

  .curriculum_box3 .bd .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 175px;
    height: 219px;
    background: #FFFFFF;
    box-shadow: 0px 2px 27px 0px rgba(51, 51, 51, 0.08);
    opacity: 0.9;
    border-radius: 7px;
    margin: 0 18px;
    padding: 22px 26px;
    box-sizing: border-box;
    text-align: center;
  }

  .curriculum_box3 .bd .item .num {
    width: 50px;
    height: 34px;
  }

  .curriculum_box3 .bd .item .line {
    width: 44px;
    height: 1px;
    margin: 15px 0;
  }

  .curriculum_box3 .bd .item:nth-child(1) .line {
    background-color: #1579DB;
  }

  .curriculum_box3 .bd .item:nth-child(2) .line {
    background-color: #17C7BC;
  }

  .curriculum_box3 .bd .item:nth-child(3) .line {
    background-color: #FFA418;
  }

  .curriculum_box3 .bd .item:nth-child(4) .line {
    background-color: #EE4A56;
  }

  .curriculum_box3 .bd .item .tu {
    /* width: 41px;
  height: 41px;  */
    margin-bottom: 21px;
  }

  .curriculum_box3 .bd .item span {
    font-size: 12px;
  }

  /* 课件展示 */
  .curriculum_box4 {
    width: 100%;
    padding-top: 72px;
  }

  .curriculum_box4 .hd {
    text-align: center;
    margin-bottom: 45px;
  }

  .curriculum_box4 .hd h3 {
    font-size: 22px;
    font-weight: bold;
    color: #0268CC;
    background: linear-gradient(225deg, #0268CC 0%, #2588E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
  }

  .curriculum_box4 .hd img {
    width: 53px;
  }

  .curriculum_box4 .bd #swiper-container03 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .curriculum_box4 .bd #swiper-wrapper03 .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .curriculum_box4 .bd #swiper-button-next03,
  .curriculum_box4 .bd #swiper-button-prev03  {
    width: 100px;
  }

  .curriculum_box4 .bd #swiper-button-next03 img,
  .curriculum_box4 .bd #swiper-button-prev03 img {
    width: 34px;
    height: 72px;
  }

  .curriculum_box4 .bd #swiper-wrapper03 .swiper-slide img {
    height: 349px;
  }

  .curriculum_box4 .bd #swiper-button-next03::after,
  .curriculum_box4 .bd #swiper-button-prev03::after {
    content: '';
  }

  /* 课程亮点 */
  .curriculum_box5 {
    width: 100%;
    padding-top: 71px;
    padding-bottom: 79px;
    box-sizing: border-box;
  }

  .curriculum_box5 .hd {
    text-align: center;
    margin-bottom: 89px;
  }

  .curriculum_box5 .hd h3 {
    font-size: 22px;
    font-weight: bold;
    color: #0268CC;
    background: linear-gradient(225deg, #0268CC 0%, #2588E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
  }

  .curriculum_box5 .hd img {
    width: 53px;
  }

  .curriculum_box5 .bd {
    display: flex;
    justify-content: center;
  }

  .curriculum_box5 .bd .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 267px;
    height: 204px;
    padding: 43px 10px;
    box-sizing: border-box;
    margin: 0 18px;
  }

  .curriculum_box5 .bd .item>img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
  }

  .curriculum_box5 .bd .item .z {
    text-align: center;
  }

  .curriculum_box5 .bd .item .z img {
    width: 45px;
    margin-bottom: 20px;
  }

  .curriculum_box5 .bd .item .z p {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
  }

  /* 成果规划 */
  .curriculum_box6 {
    width: 100%;
    padding-top: 58px;
    box-sizing: border-box;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }

  .curriculum_box6 .hd {
    text-align: center;
    margin-bottom: 61px;
  }

  .curriculum_box6 .hd h3 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
  }

  .curriculum_box6 .bd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .curriculum_box6 .bd .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
    height: 210px;
    margin: 0 60px 20px;
  }

  .curriculum_box6 .bd .item .line {
    width: 36px;
    height: 1px;
    background-color: #fff;
    margin: 18px 14px;
  }

  .curriculum_box6 .bd .item p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
  }

  .curriculum_box6 .bd .item span {
    font-size: 12px;
    color: #fff;
  }

  /* 语文 课程特色 */
  .curriculum_box7 {
    width: 100%;
    padding: 58px 0;
    box-sizing: border-box;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }

  .curriculum_box7 .hd {
    text-align: center;
    margin-bottom: 44px;
  }

  .curriculum_box7 .hd h3 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 16px;
  }

  .curriculum_box7 .hd img {
    width: 53px;
  }

  .curriculum_box7 .bd {
    display: flex;
    justify-content: center;
  }

  .curriculum_box7 .bd .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 208px;
    height: 219px;
    background: #FFFFFF;
    box-shadow: 0px 2px 27px 0px rgba(51, 51, 51, 0.08);
    opacity: 0.95;
    border-radius: 7px;
    margin: 0 7px;
    padding: 22px 15px;
    box-sizing: border-box;
    text-align: center;
  }

  .curriculum_box7 .bd .item .num {
    width: 50px;
    height: 34px;
  }

  .curriculum_box7 .bd .item .line {
    width: 44px;
    height: 1px;
    margin: 15px 0;
  }

  .curriculum_box7 .bd .item:nth-child(1) .line {
    background-color: #1579DB;
  }

  .curriculum_box7 .bd .item:nth-child(2) .line {
    background-color: #17C7BC;
  }

  .curriculum_box7 .bd .item:nth-child(3) .line {
    background-color: #FFA418;
  }

  .curriculum_box7 .bd .item:nth-child(4) .line {
    background-color: #EE4A56;
  }

  .curriculum_box7 .bd .item .tu {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
    margin-bottom: 29px;
  }

  .curriculum_box7 .bd .item span {
    font-size: 12px;
  }

  /* 课程亮点 */

  .curriculum_box8 {
    width: 100%;
    padding-top: 87px;
    box-sizing: border-box;
  }

  .curriculum_box8 .hd {
    text-align: center;
    margin-bottom: 58px;
  }

  .curriculum_box8 .hd h3 {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    background: linear-gradient(225deg, #0268CC 0%, #2588E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
  }

  .curriculum_box8 .hd img {
    width: 53px;
    margin-bottom: 75px;
  }

  .curriculum_box8 .hd p {
    font-size: 22px;
  }

  .curriculum_box8 .bd {
    position: relative;
    width: 100%;
    height: 242px;
  }

  .curriculum_box8 .bd>img {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .curriculum_box8 .bd {
    position: relative;
  }

  .curriculum_box8 .bd .item {
    position: absolute;
    top: 43px;
    flex: 1;
    text-align: center;
    height: 242px;
  }

  .curriculum_box8 .bd .item:nth-child(2) {
    left: 22%;
  }

  .curriculum_box8 .bd .item:nth-child(3) {
    left: 46.5%;
  }

  .curriculum_box8 .bd .item:nth-child(4) {
    right: 23.5%;
  }

  .curriculum_box8 .bd .item li:first-child {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .curriculum_box8 .bd .item:nth-child(2) li:first-child {
    color: #F25755;
  }

  .curriculum_box8 .bd .item:nth-child(3) li:first-child {
    color: #F89153;
  }

  .curriculum_box8 .bd .item:nth-child(4) li:first-child {
    color: #B7D052;
  }

  .curriculum_box8 .bd .item li {
    font-size: 13px;
    color: #999;
  }

  /* 四季教学 自成一体 */
  .curriculum_box9 {
    width: 100%;
    padding-top: 110px;
    padding-bottom: 88px;
    box-sizing: border-box;
  }

  .curriculum_box9 .hd {
    text-align: center;
    margin-bottom: 72px;
  }

  .curriculum_box9 .hd h3 {
    font-size: 22px;
    color: #333333;
  }

  .curriculum_box9 .bd {
    display: flex;
    justify-content: space-between;
  }

  .curriculum_box9 .bd .item {
    display: flex;
    align-items: center;
    width: 496px;
    height: 175px;
    background: #FFFFFF;
    box-shadow: 0px 1px 33px 4px rgba(51, 51, 51, 0.08);
    border-radius: 88px;
    padding: 0 30px 0 39px;
    box-sizing: border-box;
  }

  .curriculum_box9 .bd .item img {
    width: 88px;
    height: 88px;
    margin-right: 22px;
  }

  .curriculum_box9 .bd .item .z .p1 {
    font-size: 15px;
    color: #07BFB4;
    margin-bottom: 8px;
  }

  .curriculum_box9 .bd .item .z span {
    font-size: 12px;
  }

  .curriculum_box9 .bd .item .z .line {
    width: 22px;
    height: 1px;
    background-color: #07BFB4;
    margin: 13px 0;
  }

  .curriculum_box9 .bd .item .z .p2 {
    font-size: 12px;
    color: #999;
  }

  /* 数学 课程特色 */
  .curriculum_box10 {
    width: 100%;
    padding: 58px 0;
    box-sizing: border-box;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }

  .curriculum_box10 .hd {
    text-align: center;
    margin-bottom: 44px;
  }

  .curriculum_box10 .hd h3 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 16px;
  }

  .curriculum_box10 .hd img {
    width: 53px;
  }

  .curriculum_box10 .bd {
    display: flex;
    justify-content: center;
  }

  .curriculum_box10 .bd .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 208px;
    height: 219px;
    background: #FFFFFF;
    box-shadow: 0px 1px 20px 0px rgba(51, 51, 51, 0.08);
    opacity: 0.95;
    border-radius: 7px;
    margin: 0 7px;
    padding: 22px 17px;
    box-sizing: border-box;
    text-align: center;
  }

  .curriculum_box10 .bd .item .num {
    width: 50px;
    height: 34px;
  }

  .curriculum_box10 .bd .item .line {
    width: 44px;
    height: 1px;
    margin: 15px 0;
  }

  .curriculum_box10 .bd .item:nth-child(1) .line {
    background-color: #1579DB;
  }

  .curriculum_box10 .bd .item:nth-child(2) .line {
    background-color: #17C7BC;
  }

  .curriculum_box10 .bd .item:nth-child(3) .line {
    background-color: #FFA418;
  }

  .curriculum_box10 .bd .item:nth-child(4) .line {
    background-color: #EE4A56;
  }


  .curriculum_box10 .bd .item .tu {
    width: 37px;
    margin-bottom: 14px;
  }

  .curriculum_box10 .bd .item span {
    font-size: 12px;
  }

  /* 课程亮点 */
  .curriculum_box11 {
    width: 100%;
    margin-top: 73px;
    padding: 57px 0;
    box-sizing: border-box;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }

  .curriculum_box11 .hd {
    text-align: center;
    margin-bottom: 60px;
  }

  .curriculum_box11 .hd h3 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 16px;
  }

  .curriculum_box11 .hd img {
    width: 53px;
  }

  .curriculum_box11 .bd {
    position: relative;
    height: 235px;
  }

  .curriculum_box11 .bd .item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .curriculum_box11 .bd .item>img {
    width: 173px;
    margin-bottom: 10px;
  }

  .curriculum_box11 .bd .box {
    width: 451px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 1px 20px 0px rgba(51, 51, 51, 0.27);
    border-radius: 7px;
  }

  .curriculum_box11 .bd .item.one {
    bottom: 0;
    left: 64px;
  }

  .curriculum_box11 .bd .item.tow {
    top: 0;
    right: 127px;
  }

  .curriculum_box11 .bd .item .box {
    position: relative;
    padding: 45px 0 0 112px;
    box-sizing: border-box;
  }

  .curriculum_box11 .bd .item .box img {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 83px;
    height: 83px;
  }

  .curriculum_box11 .bd .item .box p {
    font-size: 18px;
    margin-bottom: 21px;
  }

  .curriculum_box11 .bd .item .box span {
    font-size: 14px;
    color: #999;
  }

}

@media screen and (min-width: 1500px) {

  /* banner */
  .curriculum_banner {
    width: 100%;
    height: 360px;
    padding-top: 100px;
    text-align: center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }

  .curriculum_banner h3 {
    line-height: 360px;
    font-weight: bold;
    font-size: 48px;
    color: #fff;
  }

  /* 导航 */
  .curriculum_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
  }

  .curriculum_nav .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 86px;
  }

  .curriculum_nav .item img {
    width: 31px;
    margin-bottom: 11px;
  }

  .curriculum_nav .item span {
    font-size: 20px;
  }

  /* 教学目标 */
  .curriculum_box1 {
    width: 100%;
    height: 637px;
    text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }

  .curriculum_box1 h3 {
    font-size: 30px;
    font-weight: bold;
    color: #0268CC;
    background: linear-gradient(225deg, #0268CC 0%, #2588E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 22px;
  }

  .curriculum_box1 img {
    width: 72px;
  }

  /* 课程体系 */
  .curriculum_box2 {
    width: 100%;
    padding: 49px 0 100px;
    box-sizing: border-box;
    text-align: center;
  }

  .curriculum_box2 .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .curriculum_box2 h3 {
    font-size: 30px;
    font-weight: bold;
    color: #0268CC;
    background: linear-gradient(225deg, #0268CC 0%, #2588E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 22px;
  }

  .curriculum_box2 .line {
    width: 72px;
    margin-bottom: 44px;
  }


  /* 课程特色 */
  .curriculum_box3 {
    width: 100%;
    padding: 80px 0;
    box-sizing: border-box;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }

  .curriculum_box3 .hd {
    text-align: center;
    margin-bottom: 60px;
  }

  .curriculum_box3 .hd h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 22px;
  }

  .curriculum_box3 .hd img {
    width: 72px;
  }

  .curriculum_box3 .bd {
    display: flex;
    justify-content: center;
  }

  .curriculum_box3 .bd .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 240px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 2px 27px 0px rgba(51, 51, 51, 0.08);
    opacity: 0.9;
    border-radius: 10px;
    margin: 0 25px;
    padding: 30px 35px;
    box-sizing: border-box;
    text-align: center;
  }

  .curriculum_box3 .bd .item .num {
    width: 69px;
    height: 47px;
  }

  .curriculum_box3 .bd .item .line {
    width: 60px;
    height: 1px;
    margin: 20px 0;
  }

  .curriculum_box3 .bd .item:nth-child(1) .line {
    background-color: #1579DB;
  }

  .curriculum_box3 .bd .item:nth-child(2) .line {
    background-color: #17C7BC;
  }

  .curriculum_box3 .bd .item:nth-child(3) .line {
    background-color: #FFA418;
  }

  .curriculum_box3 .bd .item:nth-child(4) .line {
    background-color: #EE4A56;
  }

  .curriculum_box3 .bd .item .tu {
    /* width: 41px;
  height: 41px;  */
    margin-bottom: 29px;
  }

  .curriculum_box3 .bd .item span {
    font-size: 14px;
  }

  /* 课件展示 */
  .curriculum_box4 {
    width: 100%;
    padding-top: 99px;
  }

  .curriculum_box4 .hd {
    text-align: center;
    margin-bottom: 62px;
  }

  .curriculum_box4 .hd h3 {
    font-size: 30px;
    font-weight: bold;
    color: #0268CC;
    background: linear-gradient(225deg, #0268CC 0%, #2588E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 22px;
  }

  .curriculum_box4 .hd img {
    width: 72px;
  }

  .curriculum_box4 .bd #swiper-container03 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .curriculum_box4 .bd #swiper-wrapper03 .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .curriculum_box4 .bd #swiper-wrapper03 .swiper-slide img {
    height: 479px;
  }

  .curriculum_box4 .bd #swiper-button-next03,
  .curriculum_box4 .bd #swiper-button-prev03  {
    width: 100px;
  }

  .curriculum_box4 .bd #swiper-button-next03 img,
  .curriculum_box4 .bd #swiper-button-prev03 img {
    width: 34px;
    height: 72px;
  }

  .curriculum_box4 .bd #swiper-button-next03::after,
  .curriculum_box4 .bd #swiper-button-prev03::after {
    content: '';
  }

  /* 课程亮点 */
  .curriculum_box5 {
    width: 100%;
    padding-top: 98px;
    padding-bottom: 100px;
    box-sizing: border-box;
  }

  .curriculum_box5 .hd {
    text-align: center;
    margin-bottom: 122px;
  }

  .curriculum_box5 .hd h3 {
    font-size: 30px;
    font-weight: bold;
    color: #0268CC;
    background: linear-gradient(225deg, #0268CC 0%, #2588E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 22px;
  }

  .curriculum_box5 .hd img {
    width: 72px;
  }

  .curriculum_box5 .bd {
    display: flex;
    justify-content: center;
  }

  .curriculum_box5 .bd .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 366px;
    height: 280px;
    padding: 59px 20px;
    box-sizing: border-box;
    margin: 0 25px;
  }

  .curriculum_box5 .bd .item>img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .curriculum_box5 .bd .item .z {
    text-align: center;
  }

  .curriculum_box5 .bd .item .z img {
    width: 60px;
    margin-bottom: 28px;
  }

  .curriculum_box5 .bd .item .z p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
  }

  /* 成果规划 */
  .curriculum_box6 {
    width: 100%;
    padding-top: 80px;
    box-sizing: border-box;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }

  .curriculum_box6 .hd {
    text-align: center;
    margin-bottom: 83px;
  }

  .curriculum_box6 .hd h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
  }

  .curriculum_box6 .bd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .curriculum_box6 .bd .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    height: 210px;
    margin: 0 125px 20px;
  }

  .curriculum_box6 .bd .item .line {
    width: 50px;
    height: 1px;
    background-color: #fff;
    margin: 24px 19px;
  }

  .curriculum_box6 .bd .item p {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
  }

  .curriculum_box6 .bd .item span {
    font-size: 16px;
    color: #fff;
  }

  /* 语文 课程特色 */
  .curriculum_box7 {
    width: 100%;
    padding: 80px 0;
    box-sizing: border-box;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }

  .curriculum_box7 .hd {
    text-align: center;
    margin-bottom: 60px;
  }

  .curriculum_box7 .hd h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 22px;
  }

  .curriculum_box7 .hd img {
    width: 72px;
  }

  .curriculum_box7 .bd {
    display: flex;
    justify-content: center;
  }

  .curriculum_box7 .bd .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 285px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 2px 27px 0px rgba(51, 51, 51, 0.08);
    opacity: 0.95;
    border-radius: 10px;
    margin: 0 10px;
    padding: 30px 20px;
    box-sizing: border-box;
    text-align: center;
  }

  .curriculum_box7 .bd .item .num {
    width: 69px;
    height: 47px;
  }

  .curriculum_box7 .bd .item .line {
    width: 60px;
    height: 1px;
    margin: 20px 0;
  }

  .curriculum_box7 .bd .item:nth-child(1) .line {
    background-color: #1579DB;
  }

  .curriculum_box7 .bd .item:nth-child(2) .line {
    background-color: #17C7BC;
  }

  .curriculum_box7 .bd .item:nth-child(3) .line {
    background-color: #FFA418;
  }

  .curriculum_box7 .bd .item:nth-child(4) .line {
    background-color: #EE4A56;
  }

  .curriculum_box7 .bd .item .tu {
    position: absolute;
    top: 0;
    left: 50%;
    width: 130px;
    transform: translateX(-50%);
    margin-bottom: 29px;
  }

  .curriculum_box7 .bd .item span {
    font-size: 14px;
  }

  /* 课程亮点 */
  .curriculum_box8 {
    width: 100%;
    padding-top: 119px;
    box-sizing: border-box;
  }

  .curriculum_box8 .hd {
    text-align: center;
    margin-bottom: 79px;
  }

  .curriculum_box8 .hd h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    background: linear-gradient(225deg, #0268CC 0%, #2588E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 22px;
  }

  .curriculum_box8 .hd img {
    width: 72px;
    margin-bottom: 103px;
  }

  .curriculum_box8 .hd p {
    font-size: 30px;
  }

  .curriculum_box8 .bd {
    position: relative;
    width: 100%;
    height: 332px;
  }

  .curriculum_box8 .bd>img {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .curriculum_box8 .bd {
    position: relative;
  }

  .curriculum_box8 .bd .item {
    position: absolute;
    top: 60px;
    flex: 1;
    text-align: center;
    height: auto;
  }

  .curriculum_box8 .bd .item:nth-child(2) {
    left: 22%;
  }

  .curriculum_box8 .bd .item:nth-child(3) {
    left: 46.5%;
  }

  .curriculum_box8 .bd .item:nth-child(4) {
    right: 19.5%;
  }

  .curriculum_box8 .bd .item li:first-child {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .curriculum_box8 .bd .item:nth-child(2) li:first-child {
    color: #F25755;
  }

  .curriculum_box8 .bd .item:nth-child(3) li:first-child {
    color: #F89153;
  }

  .curriculum_box8 .bd .item:nth-child(4) li:first-child {
    color: #B7D052;
  }

  .curriculum_box8 .bd .item li {
    font-size: 18px;
    color: #999;
  }

  /* 四季教学 自成一体 */
  .curriculum_box9 {
    width: 100%;
    padding-top: 151px;
    padding-bottom: 120px;
    box-sizing: border-box;
  }

  .curriculum_box9 .hd {
    text-align: center;
    margin-bottom: 100px;
  }

  .curriculum_box9 .hd h3 {
    font-size: 30px;
    color: #333333;
  }

  .curriculum_box9 .bd {
    display: flex;
    justify-content: space-between;
  }

  .curriculum_box9 .bd .item {
    display: flex;
    align-items: center;
    width: 680px;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px 2px 46px 5px rgba(51, 51, 51, 0.08);
    border-radius: 120px;
    padding-left: 41px;
    box-sizing: border-box;
  }

  .curriculum_box9 .bd .item img {
    width: 120px;
    height: 120px;
    margin-right: 30px;
  }

  .curriculum_box9 .bd .item .z .p1 {
    font-size: 20px;
    color: #07BFB4;
    margin-bottom: 8px;
  }

  .curriculum_box9 .bd .item .z span {
    font-size: 16px;
  }

  .curriculum_box9 .bd .item .z .line {
    width: 30px;
    height: 2px;
    background-color: #07BFB4;
    margin: 18px 0;
  }

  .curriculum_box9 .bd .item .z .p2 {
    font-size: 16px;
    color: #999;
  }

  /* 数学 课程特色 */
  .curriculum_box10 {
    width: 100%;
    padding: 80px 0;
    box-sizing: border-box;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }

  .curriculum_box10 .hd {
    text-align: center;
    margin-bottom: 60px;
  }

  .curriculum_box10 .hd h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 22px;
  }

  .curriculum_box10 .hd img {
    width: 72px;
  }

  .curriculum_box10 .bd {
    display: flex;
    justify-content: center;
  }

  .curriculum_box10 .bd .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 285px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 2px 27px 0px rgba(51, 51, 51, 0.08);
    opacity: 0.95;
    border-radius: 10px;
    margin: 0 10px;
    padding: 30px 23px;
    box-sizing: border-box;
    text-align: center;
  }

  .curriculum_box10 .bd .item .num {
    width: 69px;
    height: 47px;
  }

  .curriculum_box10 .bd .item .line {
    width: 60px;
    height: 1px;
    margin: 20px 0;
  }

  .curriculum_box10 .bd .item:nth-child(1) .line {
    background-color: #1579DB;
  }

  .curriculum_box10 .bd .item:nth-child(2) .line {
    background-color: #17C7BC;
  }

  .curriculum_box10 .bd .item:nth-child(3) .line {
    background-color: #FFA418;
  }

  .curriculum_box10 .bd .item:nth-child(4) .line {
    background-color: #EE4A56;
  }

  .curriculum_box10 .bd .item .tu {
    width: 51px;
    margin-bottom: 20px;
  }

  .curriculum_box10 .bd .item span {
    font-size: 14px;
  }

  /* 课程亮点 */
  .curriculum_box11 {
    width: 100%;
    margin-top: 100px;
    padding: 80px 0;
    box-sizing: border-box;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }

  .curriculum_box11 .hd {
    text-align: center;
    margin-bottom: 87px;
  }

  .curriculum_box11 .hd h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 22px;
  }

  .curriculum_box11 .hd img {
    width: 72px;
  }

  .curriculum_box11 .bd {
    position: relative;
    height: 320px;
  }

  .curriculum_box11 .bd .item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .curriculum_box11 .bd .item>img {
    width: 237px;
    margin-bottom: 10px;
  }

  .curriculum_box11 .bd .box {
    width: 618px;
    height: 220px;
    background: #FFFFFF;
    box-shadow: 0px 2px 27px 0px rgba(51, 51, 51, 0.27);
    border-radius: 10px;
  }

  .curriculum_box11 .bd .item.one {
    bottom: 0;
    left: 140px;
  }

  .curriculum_box11 .bd .item.tow {
    top: 0;
    right: 150px;
  }

  .curriculum_box11 .bd .item .box {
    position: relative;
    padding: 61px 0 0 154px;
    box-sizing: border-box;
  }

  .curriculum_box11 .bd .item .box img {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 121px;
    height: 121px;
  }

  .curriculum_box11 .bd .item .box p {
    font-size: 24px;
    margin-bottom: 29px;
  }

  .curriculum_box11 .bd .item .box span {
    font-size: 18px;
    color: #999;
  }

}