@charset "UTF-8";
.bg-gray {
  background-color: #eeecec; }

.bg-pink {
  background-color: #fedce0; }

.bg-blue {
  background-color: #4a67ab; }

.bg-school {
  background: url("../images/bg_school.jpg") no-repeat top center; }

.icon-tick::before {
  display: inline-block;
  content: '';
  width: 13px;
  height: 14px;
  margin-right: 10px;
  background: url("../images/tick.png") no-repeat center; }

.icon-dot::before {
  display: inline-block;
  content: '';
  width: 38px;
  height: 38px;
  margin-right: 10px;
  vertical-align: text-top;
  background: url("../images/dot.png") no-repeat center; }

@media screen and (max-width: 767px) {
  .icon-dot {
    font-size: 12px; }
    .icon-dot::before {
      width: 16px;
      height: 16px;
      margin-right: 5px;
      background-size: cover; } }

.table-blue {
  text-align: center;
  color: #17277c; }
  .table-blue thead th {
    background-color: #17277c;
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 0;
    border-top: 1px solid #17277c; }
    .table-blue thead th:last-child {
      border-right-color: #17277c; }
  .table-blue td {
    vertical-align: middle;
    background-color: #cfd5f6;
    border: 1px solid #17277c; }

@media screen and (max-width: 768px) {
  .table th, .table td {
    padding: 5px; } }

.btn, .btn-orange, .btn-red, .btn-green, .btn-white {
  padding: 10px 80px;
  font-size: 25px;
  font-weight: bold;
  border-radius: 10px; }

@media screen and (max-width: 768px) {
  .btn, .btn-orange, .btn-red, .btn-green, .btn-white {
    padding: 10px 40px;
    font-size: 16px; } }

.btn-orange {
  color: #fff;
  background-color: #f9ab44; }
  .btn-orange:hover {
    color: #fff;
    background-color: #f79513; }

.btn-red {
  color: #fff;
  background-color: #af1e24; }
  .btn-red:hover {
    color: #fff;
    background-color: #83171b; }

.btn-green {
  color: #fff;
  background-color: #50a9a8; }
  .btn-green:hover {
    color: #fff;
    background-color: #408686; }

.btn-white {
  color: #4a67ab; }
  .btn-white:hover {
    color: #17277c;
    background-color: #e6e6e6; }

.banner {
  width: 100%;
  height: 658px;
  background: url("../images/banner.jpg") no-repeat top; }

.title {
  position: relative;
  padding-left: 70px;
  border-bottom-style: solid;
  border-bottom-width: 2px; }

.title-border-orange {
  border-bottom-color: #f9ab44; }

.title-border-red {
  border-bottom-color: #af1e24; }

.title-border-green {
  border-bottom-color: #50a9a8; }

.title-border-white {
  border-bottom-color: #fff; }

.title-border-blue {
  border-bottom-color: #17277c; }

.title-xuhao {
  position: absolute;
  display: inline-block;
  width: 81px;
  height: 79px;
  left: -15px;
  top: -10px;
  padding-top: 18px;
  padding-left: 43px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center; }

.title-xuhao-orange {
  background-image: url("../images/chengdi.png"); }

.title-xuhao-red {
  background-image: url("../images/chengdi.png"); }

.title-xuhao-green {
  background-image: url("../images/lvdi.png"); }

.title-xuhao-white {
  background-image: url("../images/baidi.png"); }

.title-xuhao-blue {
  background-image: url("../images/landi.png"); }

@media screen and (max-width: 767px) {
  .title {
    padding-left: 30px;
    font-size: 14px;
    border-bottom-width: 1px; }
  .title-xuhao {
    width: 40px;
    height: 40px;
    left: -10px;
    padding-top: 10px;
    padding-left: 22px;
    background-size: contain; } }

/*新航道锦秋A－Level学院介绍*/
@media screen and (max-width: 767px) {
  body {
    font-size: 12px; } }

.xhd-desc {
  position: relative;
  height: 361px;
  padding: 40px;
  margin: 100px auto 0;
  color: #fff;
  background-color: #af1e24; }
  .xhd-desc b {
    color: #f9ab44; }

@media screen and (max-width: 768px) {
  .xhd-desc {
    padding: 20px;
    margin: 0 auto;
    height: auto;
    font-size: 12px; } }

.xhd-desc-left {
  background: #af1e24 url("../images/house.png") no-repeat left bottom; }
  .xhd-desc-left a {
    position: absolute;
    right: 70px;
    bottom: 40px;
    font-size: 25px;
    font-weight: bold;
    color: #af1e24; }
    .xhd-desc-left a:hover {
      color: #fff; }

@media screen and (max-width: 768px) {
  .xhd-desc-left {
    padding-top: 10px;
    height: 220px;
    background-size: 40% 40%; }
    .xhd-desc-left a {
      right: 30px;
      bottom: 30px;
      font-size: 16px; } }

.text-larger {
  font-size: 25px;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .text-larger {
    font-size: 18px; } }

/*三角形*/
.triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 14px solid #af1e24;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent; }

.triangle-rt {
  top: -14px;
  right: 0;
  border-right: 0; }

.triangle-lt {
  top: -14px;
  left: 0;
  border-left: 0; }

.triangle-rb {
  right: 0;
  bottom: 0;
  border-right: 0;
  border-bottom-color: #fff; }

.triangle-lb {
  left: 0;
  bottom: 0;
  border-left: 0;
  border-bottom-color: #fff; }

/*右边*/
.title-schoolname {
  position: absolute;
  width: 338px;
  height: 53px;
  right: -20px;
  color: #af1e24;
  line-height: 53px;
  text-align: center;
  background: #f9ab44; }

@media screen and (max-width: 768px) {
  .title-schoolname {
    position: initial;
    width: initial;
    height: initial;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 2em; } }

.alevel-desc {
  padding: 40px;
  margin-top: 80px;
  border: 1px solid #f9ab44; }

@media screen and (max-width: 768px) {
  .alevel-desc {
    padding: 10px;
    margin-top: 10px; } }

.clock {
  position: absolute;
  right: 20px;
  top: -238px;
  display: block;
  width: 181px;
  height: 238px;
  background: url("../images/colock.png") no-repeat center; }

.border-black {
  border: 1px solid #000; }

.border-orange {
  border: 1px solid #f9ab44; }

/*雅思+A-Level拿到好成绩比你想象的容易*/
.text-fubiao {
  padding-left: 70px;
  margin-top: -40px; }
  .text-fubiao b {
    color: #f9ab44; }

@media screen and (max-width: 767px) {
  .text-fubiao {
    padding-left: 30px;
    margin-top: -12px; } }

.title-study ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.title-study li {
  float: left;
  list-style: none; }

.title-study .mid-line {
  height: 1px;
  width: 200px;
  max-width: 30%;
  background: #17277c; }

@media screen and (max-width: 576px) {
  .title-study .mid-line {
    width: 50px; } }

.title-study .mid-block {
  position: relative;
  padding: 15px;
  max-width: 80%;
  color: #fff;
  background-color: #17277c; }
  .title-study .mid-block::before {
    position: absolute;
    left: -18px;
    top: 9px;
    display: inline-block;
    content: '';
    border-right: 18px solid #17277c;
    border-bottom: 18px solid transparent;
    border-top: 18px solid transparent; }
  .title-study .mid-block::after {
    position: absolute;
    right: -18px;
    top: 9px;
    display: inline-block;
    content: '';
    border-left: 18px solid #17277c;
    border-bottom: 18px solid transparent;
    border-top: 18px solid transparent; }
  @media screen and (max-width: 768px) {
    .title-study .mid-block::before {
      top: 6px; }
    .title-study .mid-block::after {
      top: 6px; } }

.daoyu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin-right: 10px;
  font-size: 1.75rem;
  color: #fff;
  background-color: #182448; }
  .daoyu i {
    font-size: 1.75rem; }
  @media (max-width: 767px) {
    .daoyu {
      font-size: 1rem; }
      .daoyu i {
        font-size: 1rem; } }

.teacher-wrapper {
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 6px; }
  @media screen and (max-width: 768px) {
    .teacher-wrapper img {
      width: 90px;
      height: 90px; } }
  .teacher-wrapper .teacher-name {
    padding-bottom: 13px;
    font-weight: bold;
    color: #17277c; }
    .teacher-wrapper .teacher-name span {
      display: inline-block;
      margin-left: 30px;
      font-size: 12px;
      color: #363636; }
  @media screen and (max-width: 768px) {
    .teacher-wrapper .teacher-name {
      font-size: 16px; } }
  .teacher-wrapper .teacher-name-botline-orange {
    border-bottom: 1px solid #f9ab44; }
  .teacher-wrapper .teacher-name-botline-green {
    border-bottom: 1px solid #50a9a8; }
  .teacher-wrapper .teacher-desc {
    font-size: 12px;
    color: #17277c; }

.text-block {
  display: inline-block;
  padding: 0 10px;
  font-size: 25px;
  font-weight: bold;
  color: #fff; }

@media screen and (max-width: 768px) {
  .text-block {
    font-size: 14px; } }

.text-block-blue {
  background-color: #17277c; }

.text-block-red {
  background-color: #af1e24; }

.text-desc {
  font-size: 24px;
  color: #af1e24; }

@media screen and (max-width: 768px) {
  .text-desc {
    font-size: 16px; } }

.text-orange {
  color: #f9ab44; }

.text-red {
  color: #af1e24; }

.text-blue {
  color: #17277c; }

.text-light-blue {
  color: #4a67ab; }

.text-school {
  font-size: 30px;
  font-weight: 600;
  color: #fff; }

@media screen and (max-width: 767px) {
  .text-school {
    font-size: 16px;
    font-weight: normal; } }

/*# sourceMappingURL=main.css.map */
