@charset "UTF-8";
* {
  -webkit-tap-highlight-color: transparent; }

/* home-banner */
.swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  background: #ffa200; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 5px; }

.h-zx {
  height: 0.92188rem;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  font-size: 0.34375rem; }

.h-zx-center {
  width: 80%;
  margin: 0 auto;
  display: flex;
  display: -webkit-box; }

.h-zx-center > div {
  width: 50%;
  box-sizing: border-box;
  height: 100%;
  line-height: 0.92188rem; }
  .h-zx-center > div:nth-of-type(1) {
    border-right: 1px solid #d8d8d8; }
    .h-zx-center > div:nth-of-type(1) span {
      background: url(../images/home/icon1@2x.png) no-repeat 0 center; }
  .h-zx-center > div:nth-of-type(2) span {
    background: url(../images/home/icon2@2x.png) no-repeat 0 center;
    margin-left: 0.8125rem; }
  .h-zx-center > div span {
    display: block;
    height: 0.92188rem;
    width: 80%;
    -webkit-background-size: 19px 19px !important;
    padding-left: 24px; }

.h-zx-center > div a {
  color: #333; }

/* 今日头条 */
.today-head {
  overflow: hidden;
  padding: 0.375rem; }

.today-lt {
  width: 1.09375rem;
  height: 1.15625rem;
  border: 1px solid #ff1616;
  text-align: center;
  font-size: 0.4375rem;
  float: left; }
  .today-lt span {
    display: block;
    height: 50%;
    color: #3d3d3d;
    line-height: 0.54688rem; }
    .today-lt span:nth-of-type(2) {
      background: #ff1616;
      color: #fff; }

.today-head .swiper-container1 {
  float: left;
  margin-left: 0.3125rem;
  font-size: 0.3125rem;
  width: 7.625rem;
  overflow: hidden;
  height: 1.25rem;
  position: relative; }

/* .today-head li:nth-of-type(1){padding-bottom:$baseRem *4rem;}
.today-head li:nth-of-type(2){padding-bottom:$baseRem *5rem;} */
.today-head li a {
  color: #333;
  display: block;
  line-height: 0.5625rem;
  border-bottom: 1px solid #efefef; }

.swiper-container1 ul {
  position: absolute;
  left: 0;
  top: 0; }

/* home-nav */
.h-nav, .h_course {
  background: #f5f5f5;
  padding: 0 2%; }
  .h-nav a, .h_course a {
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 0.3125rem;
    line-height: 0.75rem;
    margin-bottom: 0.23438rem;
    width: 22.5%; }
  .h-nav img, .h_course img {
    width: 1.6875rem;
    height: 1.6875rem; }

.h-nav {
  padding-top: 0.15625rem; }

/* home-课程列表 */
.h-base-hd {
  padding: 0 0.46875rem;
  background: #f5f5f5;
  border-top: 1px solid #dadada; }

.h-base-hd.active {
  border-bottom: 1px solid #dadada; }

.h-base h4 {
  height: 1.25rem;
  background: url(../images/home/kc-icon2@2x.png) no-repeat right center;
  -webkit-background-size: 8px 11px; }
  .h-base h4 a {
    display: block;
    line-height: 1.25rem;
    font-size: 0.46875rem;
    color: #222;
    background: url(../images/home/kc-icon@2x.png) no-repeat 0 center;
    -webkit-background-size: 12px 10px;
    padding: 0 0 0 20px; }

.h-base-con {
  padding: 0 0.46875rem 0 0.625rem;
  display: none; }
  .h-base-con ul {
    border-left: 1px dashed #dadada;
    padding: 0.34375rem 0 0 0; }
  .h-base-con li {
    line-height: 0.6875rem;
    position: relative;
    padding-left: 14px;
    font-size: 0.375rem;
    color: #808080; }
    .h-base-con li::before {
      content: "";
      width: 8px;
      height: 8px;
      border: 1px solid #0381fc;
      border-radius: 50%;
      background: #fff;
      display: block;
      position: absolute;
      left: -5px;
      top: 50%;
      margin-top: -4px; }
    .h-base-con li:last-child {
      padding: 0.46875rem 0 0.9375rem; }
      .h-base-con li:last-child::before {
        width: 0;
        height: 0;
        border: none; }
      .h-base-con li:last-child a {
        display: inline-block;
        font-size: 0.40625rem;
        line-height: 0.78125rem;
        background: #0080fc;
        border-radius: 0.78125rem;
        padding: 0 0.9375rem;
        color: #fff;
        margin: 0 0.10938rem 0 0.39063rem; }

/*teacher*/
.section2 {
  background: #333;
  text-align: center;
  padding: 0.85938rem 0 1.5625rem;
  position: relative; }
  .section2 h4 {
    font-size: 0.4375rem;
    color: #fff;
    line-height: 0.75rem;
    margin: 0.3125rem 0 0.23438rem; }
  .section2 img {
    width: 4.78125rem;
    height: 4.78125rem;
    border: 0.25rem solid #8ec63f;
    border-radius: 50%; }
  .section2 p {
    color: #b3b3b3;
    line-height: 0.59375rem;
    font-size: 0.375rem;
    width: 7.25rem;
    margin: 0 auto;
    position: relative; }
    .section2 p::before, .section2 p::after {
      content: "";
      width: 0.39063rem;
      height: 0.35938rem;
      background: url(../images/home/icon2.png) no-repeat;
      -webkit-background-size: cover;
      position: absolute; }
    .section2 p::before {
      left: -0.71875rem;
      top: -0.09375rem; }
    .section2 p::after {
      right: -0.625rem;
      bottom: -0.09375rem;
      -webkit-transform: rotate(180deg); }

.section2 .swiper-button-next, .section2 .swiper-button-prev {
  top: 40%;
  background: url(../images/home/prev.png) no-repeat;
  width: 0.92188rem;
  height: 0.92188rem;
  -webkit-background-size: cover;
  margin-top: -0.46875rem; }

.section2 .swiper-button-next {
  -webkit-transform: rotate(180deg);
  right: 0.54688rem; }

.section2 .swiper-button-prev {
  left: 0.54688rem; }

/*创新联盟*/
.h-cxlm {
  background: #f5f5f5;
  padding-top: 0.46875rem; }
  .h-cxlm h3 {
    line-height: 0.9375rem;
    text-align: center;
    font-size: 0.53125rem; }
    .h-cxlm h3 a {
      float: right;
      font-size: 0.3125rem;
      margin-right: 0.3125rem;
      color: #333; }
  .h-cxlm ul {
    padding: 0 0.3125rem; }
  .h-cxlm li {
    text-align: center;
    margin: 0 0.07813rem;
    float: left;
    width: 23%; }
    .h-cxlm li img {
      height: 1.48438rem; }
    .h-cxlm li a {
      color: #333; }
    .h-cxlm li p {
      font-size: 0.3125rem;
      line-height: 0.625rem;
      width: 2.1875rem;
      height: 0.625rem;
      margin: 0 auto;
      overflow: hidden; }

.h-bottom {
  padding-bottom: 2.03125rem; }

/*优秀毕业生*/
.h-yxbys {
  background: #f5f5f5;
  padding: 0.46875rem 0.15625rem 2.03125rem; }
  .h-yxbys h3 {
    line-height: 0.9375rem;
    text-align: center;
    font-size: 0.53125rem; }
    .h-yxbys h3 a {
      float: right;
      font-size: 0.3125rem;
      margin-right: 0.3125rem;
      color: #333; }
  .h-yxbys .h-scr {
    overflow: hidden; }
  .h-yxbys li {
    float: left;
    margin: 0 0.07813rem; }
  .h-yxbys img {
    width: 3.4375rem;
    height: 3.4375rem; }

/* home-get*/
.h-get {
  background: #f5f5f5;
  text-align: center;
  padding: 1.15625rem 0 0.59375rem; }
  .h-get img {
    width: 7.46875rem;
    margin-bottom: 0.1875rem; }
  .h-get h3, .h-get h4 {
    color: #333; }
  .h-get h3 {
    font-size: 0.65625rem;
    line-height: 0.9375rem; }
  .h-get h4 {
    font-size: 0.4375rem;
    line-height: 0.625rem; }
  .h-get p {
    font-size: 0.34375rem;
    color: #666;
    line-height: 0.5625rem;
    margin-top: 0.15625rem; }

/* home-form */
.h-form {
  background: #f5f5f5;
  padding-bottom: 1.75rem; }

.h-form-wrap {
  width: 9.3125rem;
  border-top: 1px solid #d2d2d2;
  position: relative;
  margin: 0 auto; }
  .h-form-wrap .h-form-tt {
    font-size: 0.32813rem;
    color: #333;
    text-align: center;
    line-height: 0.46875rem;
    margin: 0.625rem 0 0.42188rem; }

.h-form-icon {
  width: 18px;
  height: 18px;
  background: url(../images/home/hFormIcon@2x.png) no-repeat;
  -webkit-background-size: 18px;
  position: absolute;
  left: 50%;
  top: -9px;
  margin-left: -9px; }

.h-form-f {
  text-align: center; }
  .h-form-f input {
    width: 7.8125rem;
    line-height: 0.46875rem;
    border-radius: 1.09375rem;
    padding: 0.3125rem;
    width: 7.10938rem; }
    .h-form-f input.h-form-txt {
      border: 1px solid #777;
      background: #e7e7e7;
      margin-bottom: 0.32813rem;
      padding-left: 0.70313rem;
      font-size: 0.34375rem;
      color: #333; }
    .h-form-f input[type=submit] {
      background: #0084db;
      color: #fff;
      font-size: 0.40625rem;
      margin-top: 0.04688rem; }
  .h-form-f .onError {
    display: block;
    color: red;
    font-size: 0.28125rem;
    padding-bottom: 0.3125rem; }

/*bot*/
.bot {
  background: #f5f5f5;
  padding-bottom: 0.6875rem; }

.bot-tel {
  line-height: 1.09375rem;
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  font-size: 0.375rem;
  color: #333;
  text-align: center;
  margin: 0 0.34375rem 0;
  background: url(../images/home/h-tel1@2x.png) no-repeat 1.5625rem center;
  -webkit-background-size: 0.4375rem; }

.bot-top {
  font-size: 0.375rem;
  text-align: center;
  margin: 0.40625rem 0 0.23438rem; }
  .bot-top a {
    margin: 0 15px;
    color: #666;
    display: inline-block;
    line-height: 0.46875rem; }

.bot p {
  line-height: 0.53125rem;
  color: #999;
  text-align: center;
  font-size: 0.3125rem; }

.h-choice {
  text-align: center; }
  .h-choice a {
    display: inline-block;
    line-height: 0.53125rem;
    font-size: 0.3125rem;
    color: #999;
    margin: 0 0.5rem; }
    .h-choice a:nth-of-type(1) {
      background: url(../images/home/h-pc.png) no-repeat 0 center;
      -webkit-background-size: 0.51563rem 0.53125rem;
      padding-left: 0.6875rem; }
    .h-choice a:nth-of-type(2) {
      background: url(../images/home/h-phone.png) no-repeat 0.0625rem center;
      -webkit-background-size: 0.25rem 0.46875rem;
      padding-left: 0.42188rem; }
  .h-choice span {
    font-size: 0.3125rem;
    color: #d8d8d8; }

/*about*/
.shadow {
  background: #f2f2f2;
  height: 0.0625rem;
  width: 100%; }

.active-nav {
  color: #0183db;
  border-bottom-color: #0183db !important; }

#swiper-container2 {
  padding: 0.21875rem 0 0.15625rem;
  font-size: 0.40625rem;
  box-shadow: 3px 0 0 0 #f2f2f2;
  height: 0.6875rem;
  border-bottom: 1px solid #d7d7d7; }
  #swiper-container2 .swiper-slide {
    text-align: center;
    line-height: 0.6875rem;
    border-bottom: 2px solid #fff; }

#swiper-container3 .swiper-slide {
  height: auto;
  font-size: 0.3125rem; }
  #swiper-container3 .swiper-slide > div {
    padding: 0.3125rem 0.46875rem 2.34375rem;
    line-height: 0.59375rem; }
  #swiper-container3 .swiper-slide p {
    text-indent: 0.625rem;
    margin-bottom: 0.07813rem; }

/*讲师*/
.teacher_list {
  padding-bottom: 2.34375rem;
  text-align: center; }
  .teacher_list img {
    width: 70%; }
  .teacher_list li {
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0.46875rem;
    padding: 0.3125rem 0 0.15625rem; }
  .teacher_list h4 {
    font-size: 0.375rem;
    padding: 0.23438rem 0; }
  .teacher_list p {
    font-size: 0.3125rem;
    padding: 0 0.15625rem;
    line-height: 0.53125rem;
    color: #666; }

/**/
.nw_con {
  padding-top: 1.875rem; }

.n_con, .n_con2 {
  padding-bottom: 2.1875rem; }

.n_con li, .n_con2 li {
  border-bottom: 1px solid #f1f1f1;
  padding: 0.23438rem 0;
  margin: 0 0.3125rem; }

.n_con a > div, .n_con2 a {
  font-size: 0.375rem;
  color: #333; }

.n_con a time > div, .n_con2 a time {
  font-size: 0.3125rem;
  color: #666;
  line-height: 0.375rem; }

.n_con li {
  position: relative;
  height: 1.90625rem;
  margin: 0 0.3125rem 0.23438rem; }

.n_con img {
  width: 2.5rem;
  position: absolute;
  left: 0;
  top: 0.23438rem; }

.n_con a {
  display: block; }

.n_con a > div {
  padding-left: 2.65625rem;
  line-height: 0.5625rem; }
  .n_con a > div h4 {
    max-height: 1.25rem;
    overflow: hidden; }
  .n_con a > div time {
    position: absolute;
    right: 0;
    color: #cccccc;
    font-size: 0.3125rem; }

.n_con2 a time {
  display: block;
  text-align: right; }

.n_con2 li h4 {
  font-weight: normal;
  line-height: 0.5625rem;
  height: 1.25rem;
  position: relative;
  padding-left: 0.25rem; }
  .n_con2 li h4::before {
    content: "";
    width: 0.09375rem;
    height: 0.09375rem;
    background: #2b8391;
    position: absolute;
    left: 0;
    top: 0.23438rem; }

.nd_con {
  padding: 0.3125rem; }

.list-con-con {
  padding: 0 0.39063rem 2.34375rem;
  margin-top: 1.75rem; }
  .list-con-con img {
    width: 80%;
    margin: 0 auto;
    display: block; }

.list-con-hd h3 {
  font-size: 0.5625rem;
  color: #333;
  line-height: 0.875rem;
  padding-top: 0.5rem; }

.list-con-hd p {
  font-size: 0.28125rem;
  color: #777;
  line-height: 0.6875rem;
  padding-bottom: 0.15625rem; }

.list-con-con1 p {
  line-height: 0.65625rem;
  font-size: 0.375rem;
  color: #333;
  text-indent: 0.75rem; }

.list-con-con1 img {
  width: 100%;
  margin: 0.23438rem 0; }

.list-text-hd {
  text-align: center; }

.list-text-hd img {
  height: 0.375rem;
  width: 7.5rem;
  padding: 0.625rem 0 0.75rem; }

.list-text ul {
  padding: 0 0.34375rem; }

.list-text li {
  float: left;
  margin: 0 0.3125rem;
  line-height: 0.78125rem; }

.list-text li img {
  width: 1.6875rem;
  height: 1.6875rem; }

.list-text li a {
  color: #333;
  text-align: center;
  font-size: 0.375rem; }

.list-text {
  padding-bottom: 3.96875rem; }

.top-d4 {
  background: #006bd9;
  height: 1.75rem; }
  .top-d4 span {
    font-size: 0.625rem;
    color: #fff;
    line-height: 1.75rem;
    display: block;
    text-align: center; }
  .top-d4 .h-list-btn {
    position: absolute;
    top: 0.625rem;
    right: 0.34375rem;
    margin-top: 0; }

.top-d4 a:nth-of-type(1) {
  width: 0.35938rem;
  height: 0.70313rem;
  position: absolute;
  left: 0.39063rem;
  top: 0.54688rem;
  margin-top: 0;
  background: none; }

.top-d4 a:nth-of-type(1) img {
  width: inherit;
  height: inherit; }

.top-d4 .h-list-btn {
  background: url(../images/about/a-icon.png) no-repeat;
  -webkit-background-size: 0.6875rem 0.46875rem; }

.h-banner, .shadow, .n_banner, .n_con3 {
  margin-top: 1.75rem; }

.n_banner {
  position: relative; }
  .n_banner p {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 0.28125rem;
    width: 100%;
    line-height: 0.625rem;
    padding: 0 0.23438rem;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.h_course h3, .h-nav h3 {
  line-height: 0.9375rem;
  text-align: left;
  font-size: 0.34375rem;
  padding-left: 0.3125rem;
  color: #C3C3C3; }

.h_course {
  padding-bottom: 0.15625rem; }

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