body {
  background: #ffffff;
  font-family: "Microsoft YaHei", Arial, sans-serif; }

.header {
  width: 100%;
  height: 110px;
  line-height: 110px;
  position: fixed;
  background: #fff;
  z-index: 222;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }
  .header img {
    display: inline-block; }
  .header img.logo1 {
    width: 180px;
    margin-top: 22px; }
  .header img.logo2 {
    width: 147px;
    margin-left: 60px; }
  .header ul.nav-list {
    float: right; }
    .header ul.nav-list li {
      float: left;
      text-align: center; }
      .header ul.nav-list li a {
        font-size: 26px;
        color: #03001d;
        margin: 0 16px; }
        .header ul.nav-list li a img {
          vertical-align: middle;
          margin-top: -4px; }
      .header ul.nav-list li:hover a, .header ul.nav-list li.active a {
        border-bottom: 2px solid #03001d;
        padding-bottom: 6px; }
  .header .menu {
    display: none; }

.wrap {
  width: 1518px;
  margin: 0 auto;
  box-sizing: border-box; }

img.banner {
  display: block;
  width: 100%;
  padding-top: 110px; }

img.banner-m {
  display: none; }

.introduction .info-text {
  width: 100%;
  font-size: 26px;
  color: #484848;
  text-align: center;
  line-height: 1.8; }
  .introduction .info-text p {
    margin-top: 60px; }
  .introduction .info-text img {
    margin-top: 50px; }
.introduction .info-date {
  background: #252324 url("../images/bg-icon.png") repeat-x;
  background-size: contain;
  height: 200px;
  width: 100%;
  position: relative;
  margin: 50px 0; }
  .introduction .info-date .enter-btn {
    background: #198bbe;
    color: #fff;
    font-size: 30px;
    width: 324px;
    height: 66px;
    line-height: 66px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    left: 120px; }
  .introduction .info-date .date {
    position: absolute;
    left: 50%;
    margin-left: -180px;
    top: 16%; }
    .introduction .info-date .date p {
      color: #198bbe;
      font-size: 98px;
      letter-spacing: 4px; }
    .introduction .info-date .date .time {
      background: #000;
      border: 1px solid #198bbe;
      color: #198bbe;
      font-weight: bold;
      font-size: 30px;
      border-radius: 50px;
      overflow: hidden;
      /* width: 387px; */
      text-align: right;
      height: 44px;
      line-height: 44px;
      box-sizing: border-box;
      padding-right: 8%; }
      .introduction .info-date .date .time span {
        width: 46%;
        height: 100%;
        background: #198bbe;
        color: #fff;
        border-radius: 50px;
        float: left;
        /* display: inline-block; */
        text-align: center;
        font-size: 26px;
        letter-spacing: 4px; }
  .introduction .info-date img.code1 {
    position: absolute;
    right: 2%;
    top: 9%; }
.introduction .more-classes {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-top: 2px solid #198bbe;
  border-bottom: 2px solid #198bbe;
  box-sizing: border-box;
  padding: 10px 30px;
  margin-bottom: 100px; }
  .introduction .more-classes h1 {
    float: left;
    width: 280px;
    font-size: 36px;
    margin-top: 30px;
    letter-spacing: 2px;
    line-height: 1.5; }
  .introduction .more-classes .classes-inner {
    float: right; }
    .introduction .more-classes .classes-inner .item {
      margin-top: 10px; }
      .introduction .more-classes .classes-inner .item img.c-logo {
        width: 134px;
        vertical-align: middle; }
      .introduction .more-classes .classes-inner .item img.c-code {
        width: 268px;
        vertical-align: middle; }
      .introduction .more-classes .classes-inner .item .enter-btn {
        background: #198bbe;
        color: #fff;
        font-size: 30px;
        width: 324px;
        height: 66px;
        line-height: 66px;
        border-radius: 50px;
        display: inline-block;
        text-align: center;
        margin: 0 100px;
        cursor: pointer; }

.schedule {
  background: #f9eee4;
  padding: 75px 0 100px; }
  .schedule .s-header {
    width: 100%;
    border-bottom: 2px solid #ff4b04; }
    .schedule .s-header img.title-m {
      display: none; }
    .schedule .s-header .keywords {
      float: right;
      margin-top: 20px; }
      .schedule .s-header .keywords span {
        display: inline-block;
        font-size: 30px;
        color: #ff4b04;
        font-weight: bold;
        margin: 0 28px; }
        .schedule .s-header .keywords span:last-child {
          margin-right: 0; }
  .schedule .s-content {
    width: 1322px;
    background: #fff;
    border-radius: 50px;
    margin: 50px auto 0;
    box-sizing: border-box;
    padding: 60px 110px;
    position: relative; }
    .schedule .s-content ul.schedule-tab {
      width: 100%;
      height: 60px;
      line-height: 60px;
      background: #dbdbdb;
      color: #ff3f00; }
      .schedule .s-content ul.schedule-tab li {
        width: 16%;
        display: inline-block;
        font-size: 24px;
        font-weight: bold;
        text-align: center; }
    .schedule .s-content table.course-list {
      width: 100%; }
      .schedule .s-content table.course-list tr {
        width: 100%; }
        .schedule .s-content table.course-list tr td {
          width: 14%;
          text-align: center; }
          .schedule .s-content table.course-list tr td.date {
            width: 10%; }
            .schedule .s-content table.course-list tr td.date .txt {
              width: 70px;
              height: 70px;
              line-height: 70px;
              background: #dbdbdb;
              border-radius: 50%;
              color: #ff3f00;
              font-size: 23px;
              display: inline-block;
              font-weight: bold; }
    .schedule .s-content ul.course-inner {
      width: 100%;
      margin-top: 36px; }
      .schedule .s-content ul.course-inner li {
        width: 100%;
        overflow: hidden; }
        .schedule .s-content ul.course-inner li .item {
          float: left;
          width: 142px;
          height: 108px;
          text-align: center;
          line-height: 108px;
          margin: 0 20px; }
          .schedule .s-content ul.course-inner li .item .date {
            width: 70px;
            height: 70px;
            line-height: 70px;
            background: #dbdbdb;
            border-radius: 50%;
            color: #ff3f00;
            font-size: 23px;
            display: inline-block;
            font-weight: bold;
            vertical-align: middle; }
          .schedule .s-content ul.course-inner li .item img {
            width: 100%;
            vertical-align: middle; }
          .schedule .s-content ul.course-inner li .item.special {
            width: auto;
            margin-left: -30px; }
            .schedule .s-content ul.course-inner li .item.special img {
              width: 142px; }
    .schedule .s-content img.s-line {
      position: absolute;
      width: 1160px;
      left: 50%;
      margin-left: -585px;
      top: 24%;
      height: 510px; }
    .schedule .s-content img.s-line-m {
      display: none; }
    .schedule .s-content ul.course-list {
      position: absolute;
      z-index: 2; }
      .schedule .s-content ul.course-list li {
        float: left;
        text-align: center;
        font-size: 28px;
        color: #ff4b04;
        font-weight: bold;
        margin: 24px  20px;
        width: 142px; }
        .schedule .s-content ul.course-list li img {
          width: 100%; }
        .schedule .s-content ul.course-list li .icon-location {
          background: url("../images/icon-location.png") no-repeat;
          background-size: cover;
          width: 25px;
          height: 34px;
          margin: 20px auto 0; }
    .schedule .s-content p.tips {
      display: none; }

.footer {
  background: #252324 url("../images/bg-icon2.png") repeat-x;
  background-size: contain;
  width: 100%;
  height: 460px; }
  .footer .footer-wrap {
    height: 100%;
    box-sizing: border-box;
    padding: 40px 280px; }
    .footer .footer-wrap .footer-date {
      width: 100%;
      height: auto;
      overflow: hidden;
      border-bottom: 6px solid #fff;
      text-align: right;
      padding: 10px 0 30px; }
      .footer .footer-wrap .footer-date .left {
        width: 336px;
        margin-top: 16px; }
        .footer .footer-wrap .footer-date .left img {
          width: 100%; }
        .footer .footer-wrap .footer-date .left img.code2-m {
          display: none; }
      .footer .footer-wrap .footer-date p {
        font-size: 34px;
        color: #ff4b04;
        letter-spacing: 8px;
        margin-top: 20px; }
        .footer .footer-wrap .footer-date p.time {
          color: #ffffff; }
      .footer .footer-wrap .footer-date h1 {
        font-size: 90px;
        color: #ff4b04;
        font-weight: normal; }
        .footer .footer-wrap .footer-date h1.time {
          color: #fff;
          font-size: 64px;
          font-weight: bold;
          letter-spacing: 1px; }
    .footer .footer-wrap .sponsor {
      padding: 50px 0;
      position: relative; }
      .footer .footer-wrap .sponsor span {
        color: #fff;
        font-size: 24px;
        position: absolute;
        left: 0;
        top: 38%; }
      .footer .footer-wrap .sponsor img {
        margin: 0 auto;
        display: block; }

.copyright {
  width: 100%;
  height: 64px;
  line-height: 64px;
  background: #000;
  font-size: 14px;
  text-align: center;
  color: #fff; }

.copyright-m {
  display: none; }

@media (max-width: 1600px) {
  .wrap {
    width: 1260px; }

  .header {
    height: 95px;
    line-height: 95px; }
    .header img.logo1 {
      width: 140px; }
    .header img.logo2 {
      width: 122px;
      margin-left: 40px; }
    .header ul.nav-list li a {
      font-size: 24px;
      margin: 0 14px; }

  img.banner {
    padding-top: 95px; }

  .introduction .info-text {
    font-size: 22px; }
    .introduction .info-text p {
      margin-top: 46px; }
    .introduction .info-text img {
      margin-top: 46px;
      width: 340px; }
  .introduction .info-date {
    height: 174px; }
    .introduction .info-date .enter-btn {
      width: 269px;
      height: 54px;
      line-height: 54px;
      font-size: 24px;
      margin-top: -27px;
      left: 100px; }
    .introduction .info-date .date {
      margin-left: -162px;
      top: 18%; }
      .introduction .info-date .date p {
        font-size: 80px; }
      .introduction .info-date .date .time {
        font-size: 26px;
        height: 36px;
        line-height: 36px; }
        .introduction .info-date .date .time span {
          font-size: 20px; }
    .introduction .info-date img.code1 {
      width: 230px; }
  .introduction .more-classes {
    padding: 10px 24px; }
    .introduction .more-classes h1 {
      width: 250px;
      font-size: 32px;
      margin-top: 20px; }
    .introduction .more-classes .classes-inner .item .enter-btn {
      width: 269px;
      height: 54px;
      line-height: 54px;
      font-size: 24px;
      margin: 0 80px; }
    .introduction .more-classes .classes-inner .item img.c-code {
      width: 230px; }
    .introduction .more-classes .classes-inner .item img.c-logo {
      width: 120px; }

  .schedule {
    padding: 64px 0 90px; }
    .schedule .s-header img {
      width: 190px; }
    .schedule .s-header .keywords {
      margin-top: 26px; }
      .schedule .s-header .keywords span {
        font-size: 24px;
        margin: 0 24px; }
    .schedule .s-content {
      width: 1100px;
      padding: 40px 60px; }
      .schedule .s-content img.s-line {
        width: 1030px;
        margin-left: -510px;
        top: 25%;
        height: 428px; }
      .schedule .s-content ul.course-list li {
        width: 124px;
        font-size: 24px;
        margin: 20px; }
        .schedule .s-content ul.course-list li .icon-location {
          width: 19px;
          height: 26px;
          margin: 16px auto 0; }
      .schedule .s-content ul.schedule-tab {
        height: 52px;
        line-height: 52px; }
        .schedule .s-content ul.schedule-tab li {
          font-size: 22px; }
      .schedule .s-content ul.course-inner {
        margin-top: 26px; }
        .schedule .s-content ul.course-inner li .item {
          width: 127px;
          height: 104px;
          line-height: 104px;
          margin: 0 18px; }
          .schedule .s-content ul.course-inner li .item.special {
            margin-left: -26px; }
            .schedule .s-content ul.course-inner li .item.special img {
              width: 127px; }
          .schedule .s-content ul.course-inner li .item .date {
            width: 60px;
            height: 60px;
            line-height: 60px;
            font-size: 20px; }

  .footer {
    height: 380px; }
    .footer .footer-wrap {
      padding: 28px 220px; }
      .footer .footer-wrap .footer-date {
        border-bottom: 3px solid #ffffff; }
        .footer .footer-wrap .footer-date .left {
          width: 280px;
          margin-top: 6px; }
        .footer .footer-wrap .footer-date p {
          font-size: 28px;
          margin-top: 12px; }
        .footer .footer-wrap .footer-date h1 {
          font-size: 78px; }
          .footer .footer-wrap .footer-date h1.time {
            font-size: 53px; }
      .footer .footer-wrap .sponsor {
        padding: 36px 0; }
        .footer .footer-wrap .sponsor span {
          font-size: 20px; }
        .footer .footer-wrap .sponsor img {
          width: 280px; }

  .copyright {
    height: 50px;
    line-height: 50px;
    font-size: 12px; } }
@media (max-width: 1440px) {
  .wrap {
    width: 1080px; }

  .header {
    height: 82px;
    line-height: 82px; }
    .header img.logo1 {
      width: 116px;
      margin-top: 20px; }
    .header img.logo2 {
      width: 104px; }
    .header ul.nav-list li a {
      font-size: 18px; }
      .header ul.nav-list li a img {
        width: 60%; }

  img.banner {
    padding-top: 82px; }

  .introduction .info-text {
    font-size: 18px; }
    .introduction .info-text p {
      margin-top: 40px; }
    .introduction .info-text img {
      width: 290px;
      margin-top: 40px; }
  .introduction .info-date {
    height: 157px; }
    .introduction .info-date .enter-btn {
      width: 230px;
      height: 46px;
      line-height: 46px;
      margin-top: -23px;
      font-size: 20px;
      left: 84px; }
    .introduction .info-date .date {
      margin-left: -140px;
      top: 20%; }
      .introduction .info-date .date p {
        font-size: 68px; }
      .introduction .info-date .date .time {
        font-size: 22px;
        height: 32px;
        line-height: 32px; }
        .introduction .info-date .date .time span {
          font-size: 17px; }
    .introduction .info-date img.code1 {
      width: 210px; }
  .introduction .more-classes {
    padding: 10px 20px; }
    .introduction .more-classes h1 {
      width: 200px;
      font-size: 24px;
      margin-top: 30px; }
    .introduction .more-classes .classes-inner .item .enter-btn {
      width: 230px;
      height: 46px;
      line-height: 46px;
      font-size: 20px;
      margin: 0 60px; }
    .introduction .more-classes .classes-inner .item img.c-code {
      width: 210px; }
    .introduction .more-classes .classes-inner .item img.c-logo {
      width: 100px; }

  .schedule {
    padding: 58px 0 80px; }
    .schedule .s-header img {
      width: 160px; }
    .schedule .s-header .keywords {
      margin-top: 20px; }
      .schedule .s-header .keywords span {
        font-size: 20px;
        margin: 0 20px; }
    .schedule .s-content {
      width: 940px;
      padding: 40px 40px;
      border-radius: 30px; }
      .schedule .s-content img.s-line {
        width: 900px;
        margin-left: -450px;
        top: 24%;
        height: 376px; }
      .schedule .s-content ul.course-list li {
        width: 108px;
        font-size: 18px;
        margin: 16px 18px; }
      .schedule .s-content ul.schedule-tab {
        height: 46px;
        line-height: 46px; }
        .schedule .s-content ul.schedule-tab li {
          font-size: 20px; }
      .schedule .s-content ul.course-inner {
        margin-top: 20px; }
        .schedule .s-content ul.course-inner li .item {
          width: 107px;
          height: 88px;
          line-height: 88px;
          margin: 0 18px; }
          .schedule .s-content ul.course-inner li .item.special {
            margin-left: -24px; }
            .schedule .s-content ul.course-inner li .item.special img {
              width: 107px; }
          .schedule .s-content ul.course-inner li .item .date {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 16px; }

  .footer {
    height: 360px; }
    .footer .footer-wrap {
      padding: 20px 160px; }
      .footer .footer-wrap .footer-date .left {
        width: 300px;
        margin-top: 8px; }
      .footer .footer-wrap .footer-date p {
        font-size: 24px; }
      .footer .footer-wrap .footer-date h1 {
        font-size: 70px; }
        .footer .footer-wrap .footer-date h1.time {
          font-size: 48px; }
      .footer .footer-wrap .sponsor {
        padding: 30px 0; }
        .footer .footer-wrap .sponsor span {
          font-size: 16px; }
        .footer .footer-wrap .sponsor img {
          width: 250px; } }
@media (max-width: 1200px) {
  .wrap {
    width: 940px; }

  .header {
    height: 72px;
    line-height: 72px; }
    .header img.logo1 {
      width: 100px;
      margin-top: 18px; }
    .header img.logo2 {
      width: 90px;
      margin-left: 30px; }
    .header ul.nav-list li a {
      font-size: 16px;
      margin: 0 10px; }
      .header ul.nav-list li a img {
        width: 54%; }

  img.banner {
    padding-top: 72px; }

  .introduction .info-text {
    font-size: 16px; }
    .introduction .info-text p {
      margin-top: 34px; }
    .introduction .info-text img {
      width: 236px;
      margin-top: 34px; }
  .introduction .info-date {
    height: 130px;
    margin: 50px 0 78px; }
    .introduction .info-date .enter-btn {
      width: 202px;
      height: 40px;
      line-height: 40px;
      margin-top: -20px;
      font-size: 18px;
      left: 58px; }
    .introduction .info-date .date {
      margin-left: -122px; }
      .introduction .info-date .date p {
        font-size: 58px; }
      .introduction .info-date .date .time {
        font-size: 20px;
        height: 26px;
        line-height: 26px; }
        .introduction .info-date .date .time span {
          font-size: 14px; }
    .introduction .info-date img.code1 {
      width: 170px; }
  .introduction .more-classes {
    padding: 10px 20px; }
    .introduction .more-classes h1 {
      width: 200px;
      font-size: 24px;
      margin-top: 30px; }
    .introduction .more-classes .classes-inner .item .enter-btn {
      width: 202px;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
      margin: 0 50px; }
    .introduction .more-classes .classes-inner .item img.c-code {
      width: 170px; }
    .introduction .more-classes .classes-inner .item img.c-logo {
      width: 90px; }

  .schedule {
    padding: 36px 0 80px; }
    .schedule .s-header img {
      width: 140px; }
    .schedule .s-header .keywords {
      margin-top: 20px; }
      .schedule .s-header .keywords span {
        font-size: 18px;
        margin: 0 16px; }
    .schedule .s-content {
      width: 824px;
      padding: 30px 40px;
      border-radius: 20px; }
      .schedule .s-content img.s-line {
        width: 809px;
        margin-left: -404px;
        top: 24%;
        height: 334px; }
      .schedule .s-content ul.course-list li {
        width: 99px;
        font-size: 16px;
        margin: 15px 16px; }
        .schedule .s-content ul.course-list li .icon-location {
          width: 14px;
          height: 20px; }
      .schedule .s-content ul.schedule-tab {
        height: 42px;
        line-height: 42px; }
        .schedule .s-content ul.schedule-tab li {
          font-size: 17px; }
      .schedule .s-content ul.course-inner {
        margin-top: 20px; }
        .schedule .s-content ul.course-inner li .item {
          width: 92px;
          height: 80px;
          line-height: 80px;
          margin: 0 16px; }
          .schedule .s-content ul.course-inner li .item.special {
            margin-left: -20px; }
            .schedule .s-content ul.course-inner li .item.special img {
              width: 84px; }
          .schedule .s-content ul.course-inner li .item .date {
            width: 44px;
            height: 44px;
            line-height: 44px;
            font-size: 14px; }

  .footer {
    height: 308px; }
    .footer .footer-wrap .footer-date {
      padding: 0 0 20px; }
      .footer .footer-wrap .footer-date .left {
        width: 250px; }
      .footer .footer-wrap .footer-date p {
        font-size: 20px; }
      .footer .footer-wrap .footer-date h1 {
        font-size: 62px; }
        .footer .footer-wrap .footer-date h1.time {
          font-size: 42px; }
    .footer .footer-wrap .sponsor {
      padding: 30px 0; }
      .footer .footer-wrap .sponsor span {
        font-size: 16px; }
      .footer .footer-wrap .sponsor img {
        width: 230px; } }
@media (max-width: 1000px) {
  .wrap {
    width: 780px; }

  .header {
    height: 62px;
    line-height: 62px; }
    .header img.logo1 {
      width: 90px;
      margin-top: 16px; }
    .header img.logo2 {
      width: 78px;
      margin-left: 26px; }
    .header ul.nav-list li a {
      font-size: 14px;
      margin: 0 8px; }
      .header ul.nav-list li a img {
        width: 50%; }

  img.banner {
    padding-top: 62px; }

  .introduction .info-text {
    font-size: 13px; }
    .introduction .info-text p {
      margin-top: 28px; }
    .introduction .info-text img {
      width: 200px;
      margin-top: 28px; }
  .introduction .info-date {
    height: 110px;
    margin: 50px 0 60px; }
    .introduction .info-date .enter-btn {
      width: 168px;
      height: 34px;
      line-height: 34px;
      margin-top: -17px;
      font-size: 15px;
      left: 40px; }
    .introduction .info-date .date {
      margin-left: -100px; }
      .introduction .info-date .date p {
        font-size: 46px; }
      .introduction .info-date .date .time {
        font-size: 17px;
        height: 24px;
        line-height: 24px; }
        .introduction .info-date .date .time span {
          font-size: 12px; }
    .introduction .info-date img.code1 {
      width: 146px; }
  .introduction .more-classes {
    padding: 10px 14px; }
    .introduction .more-classes h1 {
      width: 160px;
      font-size: 20px;
      margin-top: 24px; }
    .introduction .more-classes .classes-inner .item .enter-btn {
      width: 168px;
      height: 34px;
      line-height: 34px;
      font-size: 15px;
      margin: 0 40px; }
    .introduction .more-classes .classes-inner .item img.c-code {
      width: 146px; }
    .introduction .more-classes .classes-inner .item img.c-logo {
      width: 80px; }

  .schedule {
    padding: 36px 0 56px; }
    .schedule .s-header img {
      width: 120px; }
    .schedule .s-header .keywords {
      margin-top: 16px; }
      .schedule .s-header .keywords span {
        font-size: 16px;
        margin: 0 12px; }
    .schedule .s-content {
      width: 690px;
      padding: 30px 34px;
      border-radius: 24px;
      margin: 38px auto 0; }
      .schedule .s-content img.s-line {
        width: 646px;
        margin-left: -323px;
        top: 24%;
        height: 269px; }
      .schedule .s-content ul.course-list li {
        width: 80px;
        font-size: 14px;
        margin: 10px 12px; }
        .schedule .s-content ul.course-list li .icon-location {
          width: 12px;
          height: 16px; }
      .schedule .s-content ul.schedule-tab {
        height: 38px;
        line-height: 38px; }
        .schedule .s-content ul.schedule-tab li {
          font-size: 15px; }
      .schedule .s-content ul.course-inner li .item {
        width: 71px;
        height: 60px;
        line-height: 60px;
        margin: 0 16px; }
        .schedule .s-content ul.course-inner li .item.special {
          margin-left: -12px; }
          .schedule .s-content ul.course-inner li .item.special img {
            width: 71px; }
        .schedule .s-content ul.course-inner li .item .date {
          width: 34px;
          height: 34px;
          line-height: 34px;
          font-size: 12px; }

  .footer {
    height: 258px; }
    .footer .footer-wrap {
      padding: 16px 90px; }
      .footer .footer-wrap .footer-date {
        border-bottom: 2px solid #fff;
        padding: 6px 0 20px; }
        .footer .footer-wrap .footer-date .left {
          width: 206px;
          margin-top: 8px; }
        .footer .footer-wrap .footer-date p {
          font-size: 16px;
          margin-top: 10px; }
        .footer .footer-wrap .footer-date h1 {
          font-size: 54px;
          letter-spacing: 0; }
          .footer .footer-wrap .footer-date h1.time {
            font-size: 38px; }
      .footer .footer-wrap .sponsor {
        padding: 22px 0; }
        .footer .footer-wrap .sponsor span {
          font-size: 14px; }
        .footer .footer-wrap .sponsor img {
          width: 202px; } }
@media screen and (max-width: 800px) {
  img.banner {
    display: none; }

  img.banner-m {
    display: block;
    width: 100%;
    padding-top: 1rem; }

  .header {
    height: 1rem;
    line-height: 1rem;
    box-sizing: border-box;
    padding: 0 0.5rem;
    background: #ffffff;
    /* &.fixed{
       position: fixed;
       z-index: 2222;
     }*/ }
    .header ul.nav-list {
      display: none;
      width: 100%;
      height: 100%;
      background: rgba(37, 35, 36, 0.95);
      position: fixed;
      left: 0;
      top: 1rem;
      z-index: 222222;
      padding-top: 1rem; }
      .header ul.nav-list li {
        width: 100%;
        text-align: center; }
        .header ul.nav-list li a {
          font-size: 0.36rem;
          color: #ffffff; }
          .header ul.nav-list li a img {
            width: 2.5rem; }
        .header ul.nav-list li:hover a, .header ul.nav-list li.active a {
          border-bottom: 2px solid #ffffff;
          padding-bottom: 0.1rem; }
    .header .menu {
      cursor: pointer;
      display: block;
      width: 0.46rem;
      height: 0.46rem;
      float: right;
      margin-top: 0.26rem; }
      .header .menu.menu-open {
        background: url("../images/icon-menu.png") no-repeat;
        background-size: 100% 100%; }
      .header .menu.menu-close {
        background: url("../images/close-icon.png") no-repeat;
        background-size: 100% 100%; }
    .header img.logo1 {
      width: 1.7rem;
      margin-top: 0.18rem; }
    .header img.logo2 {
      width: 1.6rem;
      margin-left: 0.7rem; }
      .header img.logo2.aa {
        position: absolute;
        left: 50%;
        margin-left: -0.8rem;
        top: 0.22rem; }

  .wrap {
    width: 100%; }

  .introduction .info-text {
    font-size: 0.26rem;
    padding: 0 0.6rem;
    margin-top: 0.6rem; }
    .introduction .info-text p {
      margin-top: 0.4rem; }
    .introduction .info-text img {
      width: 4.04rem;
      margin-top: 0.4rem; }
  .introduction .info-date {
    background: #252324 url("../images/date-bg-m.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 4.28rem;
    margin: 0.8rem 0 0; }
    .introduction .info-date img.code1 {
      display: none; }
    .introduction .info-date .date {
      margin-left: -3.1rem;
      top: 14%; }
      .introduction .info-date .date p {
        font-size: 1.4rem;
        letter-spacing: 0; }
      .introduction .info-date .date .time {
        font-size: 0.4rem;
        height: 0.6rem;
        line-height: 0.6rem; }
        .introduction .info-date .date .time span {
          font-size: 0.3rem; }
    .introduction .info-date .enter-btn {
      width: 3.24rem;
      height: 0.7rem;
      line-height: 0.7rem;
      margin-top: 0.9rem;
      font-size: 0.32rem;
      left: 50%;
      margin-left: -1.62rem; }
  .introduction .more-classes {
    padding: 0.4rem;
    margin-bottom: 0.8rem;
    margin-top: 0.5rem; }
    .introduction .more-classes h1 {
      float: none;
      width: 100%;
      text-align: center;
      font-size: 0.34rem;
      margin-top: 0; }
    .introduction .more-classes .classes-inner {
      float: none; }
      .introduction .more-classes .classes-inner .item {
        margin-top: 0.3rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        justify-content: space-around;
        -moz-justify-content: space-around;
        -webkit-justify-content: space-around; }
        .introduction .more-classes .classes-inner .item .enter-btn {
          width: 3.24rem;
          height: 0.7rem;
          line-height: 0.7rem;
          font-size: 0.32rem;
          margin: 0 0.5rem; }
        .introduction .more-classes .classes-inner .item img.c-code {
          display: none; }
        .introduction .more-classes .classes-inner .item img.c-logo {
          width: 1.3rem; }

  .schedule .s-header {
    width: 88%;
    margin: 0 auto; }
    .schedule .s-header img.title, .schedule .s-header .keywords {
      display: none; }
    .schedule .s-header img.title-m {
      width: 2.64rem;
      display: block;
      margin: 0 auto 0.4rem; }
  .schedule .s-content {
    width: 88%;
    padding: 0.2rem;
    border-radius: 0.1rem; }
    .schedule .s-content img.s-line {
      display: none; }
    .schedule .s-content img.s-line-m {
      display: block;
      width: 94%;
      height: 12.5rem;
      position: absolute;
      left: 50%;
      margin-left: -47%;
      top: 11%; }
    .schedule .s-content ul.course-list li {
      width: 1.6rem;
      font-size: 0.3rem;
      margin: 0.1rem 0.24rem; }
      .schedule .s-content ul.course-list li .icon-location {
        width: 0.3rem;
        height: 0.4rem;
        margin: 0.08rem auto 0; }
    .schedule .s-content p.tips {
      display: block;
      position: absolute;
      bottom: 3%;
      width: 100%;
      text-align: center;
      font-size: 0.3rem;
      color: #ff4b04;
      font-weight: bold; }
    .schedule .s-content ul.schedule-tab {
      height: 0.6rem;
      line-height: 0.6rem; }
      .schedule .s-content ul.schedule-tab li {
        width: 15.4%;
        font-size: 0.26rem; }
    .schedule .s-content ul.course-inner {
      margin-top: 0.1rem; }
      .schedule .s-content ul.course-inner li .item {
        width: 0.8rem;
        height: 1rem;
        line-height: 1rem;
        margin: 0 0.1rem; }
        .schedule .s-content ul.course-inner li .item img {
          height: 76%;
          width: auto; }
        .schedule .s-content ul.course-inner li .item .date {
          width: 0.54rem;
          height: 0.54rem;
          line-height: 0.54rem;
          font-size: 0.2rem; }
        .schedule .s-content ul.course-inner li .item.special {
          margin-left: -0.1rem; }
          .schedule .s-content ul.course-inner li .item.special img {
            height: 76%;
            width: auto; }

  .footer {
    height: 5.1rem; }
    .footer .footer-wrap {
      padding: 0; }
      .footer .footer-wrap .footer-date {
        padding: 0.2rem 0.5rem 0.5rem; }
        .footer .footer-wrap .footer-date .left {
          width: 2.17rem; }
          .footer .footer-wrap .footer-date .left img.code2 {
            display: none; }
          .footer .footer-wrap .footer-date .left img.code2-m {
            display: block;
            width: 100%; }
        .footer .footer-wrap .footer-date .right {
          margin-top: 0.5rem; }
        .footer .footer-wrap .footer-date p {
          font-size: 0.34rem;
          letter-spacing: 0;
          margin-top: 0.2rem; }
        .footer .footer-wrap .footer-date h1 {
          font-size: 0.9rem; }
          .footer .footer-wrap .footer-date h1.time {
            font-size: 0.6rem; }
      .footer .footer-wrap .sponsor {
        padding: 0.3rem 0; }
        .footer .footer-wrap .sponsor span {
          font-size: 0.2rem;
          left: 0.6rem; }
        .footer .footer-wrap .sponsor img {
          width: 3.25rem; }

  .copyright {
    display: none; }

  .copyright-m {
    display: block;
    overflow: hidden;
    background: #000; }
    .copyright-m img {
      width: 6.2rem;
      display: block;
      margin: 0.24rem auto; } }

/*# sourceMappingURL=style.css.map */
