html, body {
  color: #414141;
  background: #f6f6f6; }

.content-box > img {
  width: 100%; }
.content-box a {
  border: none; }
.content-box img {
  border: none; }

.box-title {
  position: relative;
  z-index: 99;
  line-height: 80px;
  height: 80px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 5px 0;
  text-align: center; }
  .box-title .center-img {
    position: relative;
    z-index: 20;
    vertical-align: middle; }
  .box-title .title-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fa6c97;
    top: 50%;
    left: 0;
    z-index: 0;
    margin-top: 10px; }
  .box-title .line-center {
    width: 140px;
    height: 100%;
    background: #f6f6f6;
    margin: 0 auto; }

.logo-box {
  height: 45px;
  line-height: 45px;
  background: #f6f6f6; }
  .logo-box .center-content {
    position: relative;
    height: 100%; }
  .logo-box .logo-img {
    height: 80%;
    vertical-align: middle; }
  .logo-box .logo-desc {
    color: #3e936f;
    font-size: 16px;
    position: absolute;
    right: 5px;
    bottom: 0;
    font-weight: bold;
    line-height: 45px; }

.slogan-box {
  background-size: 100% 100%;
  position: relative;
  margin-bottom: -20px; }
  .slogan-box .slogan-center {
    width: 1172px;
    position: relative;
    z-index: 30;
    height: 551px; }
  .slogan-box .slogan-people {
    width: 383px;
    position: absolute;
    right: 69px;
    top: 10px; }
  .slogan-box .slogan-word {
    width: 764px;
    position: absolute;
    left: 0;
    top: 38px; }
  .slogan-box .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 20;
    overflow: hidden; }
    .slogan-box .bg img {
      width: 100%;
      height: 100%;
      position: relative;
      bottom: 0; }
  .slogan-box .band {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 40; }
    .slogan-box .band img {
      width: 100%;
      height: 150px; }
  .slogan-box .clc-btn {
    font-weight: bold;
    width: 180px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -180px;
    z-index: 99;
    font-size: 16px;
    border-radius: 10px; }

.center-content {
  width: 1000px;
  margin: 0 auto; }

.plan-box {
  padding: 0 0 20px 0;
  margin-bottom: 40px; }
  .plan-box .plans {
    width: 1120px;
    overflow: auto;
    margin-left: -60px;
    background: url("../images/bg-plans.png") no-repeat; }
    .plan-box .plans li {
      width: 20%;
      text-align: center;
      float: left; }
      .plan-box .plans li a {
        display: inline-block;
        _zoom: 1;
        zoom: 1;
        *display: inline;
        width: 156px;
        height: 203px;
        cursor: pointer; }
  .plan-box .favors > .title {
    line-height: 40px;
    background: #EF6892;
    text-align: center;
    color: #fff;
    font-size: 1.4em; }
  .plan-box .favors .fav-tb {
    table-layout: fixed;
    width: 1002px;
    margin-left: -1px;
    border-spacing: 0; }
    .plan-box .favors .fav-tb tr {
      line-height: 48px;
      color: #fff; }
      .plan-box .favors .fav-tb tr .ct {
        background: #343468; }
      .plan-box .favors .fav-tb tr .city {
        font-size: 1.6em;
        display: inline-block;
        _zoom: 1;
        zoom: 1;
        *display: inline;
        width: 80px;
        text-align: center;
        vertical-align: middle;
        font-weight: bold; }
      .plan-box .favors .fav-tb tr .desc {
        display: inline-block;
        _zoom: 1;
        zoom: 1;
        *display: inline;
        vertical-align: middle;
        width: 135px; }
        .plan-box .favors .fav-tb tr .desc p {
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          line-height: 1.2em;
          text-overflow: ellipsis;
          font-size: 13px; }
      .plan-box .favors .fav-tb tr .view-btn {
        width: 75px;
        line-height: 1.8em;
        vertical-align: middle;
        border: none; }

.select-class-box {
  background: #343468;
  padding: 30px 0 40px 0; }
  .select-class-box .box-title {
    margin-bottom: 20px; }
  .select-class-box .line-center {
    width: 248px;
    background: #343468; }
  .select-class-box .more-class {
    color: #fff;
    line-height: 3em;
    text-decoration: none;
    font-weight: bold; }
    .select-class-box .more-class span {
      color: #EF6892; }

.class-blocks {
  position: relative;
  margin-bottom: 20px;
  z-index: 30; }
  .class-blocks .block-heads {
    line-height: 5em;
    overflow: auto; }
    .class-blocks .block-heads li {
      float: left;
      width: 199px;
      font-size: 1.2em;
      text-align: center;
      font-weight: bold;
      background: #EF6892;
      color: #fff;
      border-right: 1px solid #343468;
      box-sizing: border-box;
      cursor: default; }
      .class-blocks .block-heads li .icon {
        vertical-align: middle;
        margin-right: 1em; }
      .class-blocks .block-heads li:last-child {
        border-right: none; }
      .class-blocks .block-heads li:hover {
	background: #f38dad;
}
      .class-blocks .block-heads li.active {
	background: #ececec;
	color: #343468;
}
  .class-blocks .block-tabs {
    background: #ececec;
    position: relative;
    padding-bottom: 20px; }
    .class-blocks .block-tabs > li {
      position: relative;
      opacity: 0;
      filter: opacity(0);
      display: none;
      transition: 300ms ease;
      overflow: auto; }
      .class-blocks .block-tabs > li.active {
        opacity: 1;
        filter: opacity(1);
        display: block; }
      .class-blocks .block-tabs > li .sub-classes {
        overflow-y: auto; }
        .class-blocks .block-tabs > li .sub-classes > li {
          float: left;
          width: 100%;
          margin: 20px 0;
          box-sizing: border-box; }
          .class-blocks .block-tabs > li .sub-classes > li .title {
            line-height: 2.8em;
            font-weight: bold;
            margin: 0 40px 10px 40px;
            text-align: right;
            border-bottom: 1px dashed #EF6892; }
            .class-blocks .block-tabs > li .sub-classes > li .title .name {
              font-size: 1.6em;
              float: left;
              margin-top: .2em;
              color: #343468; }
            .class-blocks .block-tabs > li .sub-classes > li .title .price {
              font-size: 2.8em;
              color: #EF6892; }
              .class-blocks .block-tabs > li .sub-classes > li .title .price small {
                font-size: .4em;
                color: #343468; }
          .class-blocks .block-tabs > li .sub-classes > li .ct {
            position: relative; }
            .class-blocks .block-tabs > li .sub-classes > li .ct .desc-ct {
              margin: 0 40px;
              color: #343468; }
              .class-blocks .block-tabs > li .sub-classes > li .ct .desc-ct p {
                line-height: 1.6em;
                margin-bottom: 5px; }
              .class-blocks .block-tabs > li .sub-classes > li .ct .desc-ct .label {
                font-weight: bold;
                color: #EF6892; }
            .class-blocks .block-tabs > li .sub-classes > li .ct .class-btn {
              width: 80px;
              line-height: 1.8em;
              margin-right: 40px;
              font-weight: bold; }

.class-table-box {
  background-size: 100% 100%;
  overflow: auto;
  padding: 20px 0; }
  .class-table-box .title-line .line-center {
    width: 120px; }
  .class-table-box .class-table {
    float: left;
    width: 49.5%;
    display: inline-block;
    _zoom: 1;
    zoom: 1;
    *display: inline; }
    .class-table-box .class-table .box-title {
      color: #fff; }
    .class-table-box .class-table > table {
      table-layout: fixed;
      width: 100%;
      border-collapse: collapse;
      background: #f6f6f6;
      border: none; }
      .class-table-box .class-table > table tr {
        background: #f6f6f6;
        color: #343468;
        background: #ececec;
        line-height: 45px;
        text-align: center;
        font-size: 12px; }
        .class-table-box .class-table > table tr th, .class-table-box .class-table > table tr td {
          padding: 0 15px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          border-right: 1px solid #f6f6f6; }
        .class-table-box .class-table > table tr a {
          text-decoration: none; }
        .class-table-box .class-table > table tr .link {
          color: #343468;
          display: inline-block;
          _zoom: 1;
          zoom: 1;
          *display: inline;
          width: 100%; }
          .class-table-box .class-table > table tr .link span {
            display: inline-block;
            _zoom: 1;
            zoom: 1;
            *display: inline;
            line-height: 1.2em;
            width: 100%;
            white-space: normal;
            max-height: 2.4em;
            overflow: hidden;
            vertical-align: middle;
            text-align: center; }
        .class-table-box .class-table > table tr .btn {
          font-weight: bold;
          width: 5.5em;
          border: none; }
        .class-table-box .class-table > table tr:nth-child(2n), .class-table-box .class-table > table tr.odd {
          background: #ececec; }
        .class-table-box .class-table > table tr:nth-child(2n+1), .class-table-box .class-table > table tr.odd {
          background: #d9d9e4; }
        .class-table-box .class-table > table tr:hover {
          background: #cacad9; }
        .class-table-box .class-table > table tr.head {
          background: #343468;
          color: #fff;
          border-bottom: none;
          font-weight: bold; }
        .class-table-box .class-table > table tr:last-child {
          border-bottom: none; }
        .class-table-box .class-table > table tr.title {
          color: #343468;
          font-size: 1.4em;
          line-height: 2.6em;
          text-align: center;
          font-weight: bold;
          background: #f6f6f6; }
  .class-table-box .tb-sd {
    margin-right: 1%; }

.title-img {
  margin: 20px 0; }

.teachers-box .box-title {
  margin-bottom: 20px; }
  .teachers-box .box-title .line-center {
    width: 100px; }

.teachers {
  width: 100%;
  overflow: auto;
  padding-bottom: 30px; }
  .teachers > li {
    width: 50%;
    float: left;
    margin-bottom: 20px; }
    .teachers > li > a {
      position: relative;
      display: inline-block;
      _zoom: 1;
      zoom: 1;
      *display: inline;
      text-decoration: none;
      width: 488px; }
      .teachers > li > a .t-img {
        position: absolute;
        width: 130px;
        height: 134px;
        left: 0;
        top: 0;
        z-index: 30;
        border: 1px solid #EF6892;
        overflow: hidden;
        text-align: center; }
        .teachers > li > a .t-img img {
          position: relative;
          z-index: 20;
          width: 105%;
          height: 105%; }
      .teachers > li > a .t-img-bg {
        position: absolute;
        left: 7px;
        top: 7px;
        width: 130px;
        height: 134px;
        z-index: 25;
        background: url("../images/bg-im.jpg") no-repeat; }
      .teachers > li > a .t-desc {
        margin: 0 0 0 110px;
        position: relative;
        z-index: 10;
        text-align: left; }
        .teachers > li > a .t-desc .desc-title {
          line-height: 70px;
          padding-left: 40px; }
          .teachers > li > a .t-desc .desc-title .name {
            font-size: 18px;
            font-weight: bold;
            color: #343468;
            min-width: 3em;
            vertical-align: middle;
            display: inline-block;
            _zoom: 1;
            zoom: 1;
            *display: inline; }
          .teachers > li > a .t-desc .desc-title .kc {
            display: inline-block;
            _zoom: 1;
            zoom: 1;
            *display: inline;
            color: #EF6892;
            font-size: 13px;
            font-weight: bold;
            width: 250px;
            line-height: 1.4em;
            vertical-align: middle;
            white-space: normal;
            max-height: 4.2em;
            overflow: hidden; }
        .teachers > li > a .t-desc .desc-ct {
          padding: 10px 40px;
          height: 120px;
          background: #343468;
          color: #fff; }
          .teachers > li > a .t-desc .desc-ct p {
            font-size: 12px; }

.env-box {
  background: #343468;
  overflow: auto;
  padding: 20px 0;
  margin-bottom: 100px; }
  .env-box .box-title {
    margin-bottom: 20px; }
    .env-box .box-title .title-line {
      margin-top: 10px; }
    .env-box .box-title .line-center {
      background: #343468;
      width: 200px; }
  .env-box .pic-table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed; }
    .env-box .pic-table td {
      position: relative; }
    .env-box .pic-table .img-ct {
      position: relative;
      display: block;
      text-align: center;
      overflow: hidden;
      z-index: 30;
      margin: 0 10px 10px 0; }
      .env-box .pic-table .img-ct img {
        width: 100%;
        position: relative;
        top: 50%; }
      .env-box .pic-table .img-ct:hover:before {
        content: "";
        position: absolute;
        display: inline-block;
        _zoom: 1;
        zoom: 1;
        *display: inline;
        z-index: 98;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #d3d3d3;
        opacity: .3; }
    .env-box .pic-table .img-bg {
      position: absolute;
      left: 7px;
      top: 7px;
      right: 3px;
      display: block;
      z-index: 0;
      background: url("../images/bg-im-l.jpg") no-repeat 100% 100%;
      background-size: 100% 100%; }
    .env-box .pic-table .desc {
      display: block;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 99;
      font-size: 1.2em;
      line-height: 2.4em;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      text-align: center; }

.float-box {
  position: fixed;
  bottom: 0px;
  color: #fff;
  width: 100%;
  left: 0;
  padding: 10px 0;
  z-index: 999; }
  .float-box .bg {
    background: #5a598a;
    opacity: .9;
    filter: alpha(opacity=90);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
  .float-box .center-content {
    position: relative;
    z-index: 20; }
  .float-box .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 10px; }
    .float-box .title > img {
      height: 1em;
      margin-right: .5em;
      vertical-align: bottom; }
  .float-box .tags {
    list-style: none;
    line-height: 1.2em;
    margin-bottom: 3px;
    display: inline-block;
    _zoom: 1;
    zoom: 1;
    *display: inline;
    white-space: nowrap; }
    .float-box .tags li {
      display: inline;
      margin-right: 10px;
      float: left; }
    .float-box .tags label {
      font-weight: bold; }
    .float-box .tags a {
      margin-right: 5px;
      text-decoration: none;
      color: #fff;
      cursor: pointer; }
      .float-box .tags a:hover {
        border-bottom: 1px solid #fff; }
    .float-box .tags .es {
      color: #EF6892; }
      .float-box .tags .es:hover {
        border-bottom: 1px solid #EF6892; }
  .float-box .inputs {
    clear: both;
    line-height: 2em; }
    .float-box .inputs .search-input {
      position: relative;
      display: inline-block;
      _zoom: 1;
      zoom: 1;
      *display: inline;
      margin-right: 15px; }
      .float-box .inputs .search-input input[type=text] {
        width: 620px;
        border: 1px solid #343468;
        height: 2em;
        line-height: 2em;
        padding: 0 10px 0 10px; }
        .float-box .inputs .search-input input[type=text]::-webkit-input-placeholder, .float-box .inputs .search-input input[type=text]:-ms-input-placeholder, .float-box .inputs .search-input input[type=text]:-moz-placeholder {
          color: #266389; }
      .float-box .inputs .search-input span {
        position: absolute;
        top: 1px;
        right: 1px;
        display: inline-block;
        _zoom: 1;
        zoom: 1;
        *display: inline;
        width: 2.4em;
        bottom: 1px;
        cursor: pointer;
        background: url("../images/im-search.png") #c1c1c1 no-repeat;
        background-position: center center;
        background-size: 2em 2em; }
    .float-box .inputs .sign-btn {
      width: 250px;
      border-radius: 0;
      font-weight: bold;
      font-size: 1.2em;
      margin-right: 15px;
      border: none; }
  .float-box .tel {
    color: #ffca00;
    font-size: 1.6em;
    text-decoration: none; }
    .float-box .tel img {
      width: 1.6em;
      vertical-align: middle;
      margin-right: 5px; }

.lee a {
  text-decoration: none; }

/*# sourceMappingURL=index.css.map */
