* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei"; }

li {
  list-style: none; }

.clearfix:after {
  clear: both;
  content: '';
  display: block; }

.fl {
  float: left; }

.fr {
  float: right; }

a:focus {
  outline: none; }

@media (max-width: 750px) {
  html {
    font-size: 1rem; } }
@media (max-width: 330px) {
  html {
    font-size: 0.9rem; } }
header .cen .head_pos, .mylogin .login_box .login_input .login_input_ico img, .course_ways li a .way_bg .way_bg_b, .step_b span, .step_b .step_l, .my_order_fix {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

section {
  width: 100%;
  overflow: hidden; }

.cen {
  width: 1000px;
  margin: 0 auto; }

footer ul li a {
  overflow: hidden;
  <!--white-space: nowrap;-->
  overflow: hidden;
  text-overflow: ellipsis; }

img {
  max-width: 100%; }

@media (max-width: 1320px) {
  .cen {
    width: 98%; } }
@media (max-width: 750px) {
  .cen {
    width: 100%; }

  .navbar-nav {
    padding: 0 15px; } }
header {
  height: 80px;
  background: #4965df;
  padding-top: 5px;
  position: relative; }
  header .head_icon {
    float: left;
    margin-top: 16px; }
    header .head_icon a {
      position: relative;
      margin-right: 6px; }
  header .cen {
    width: auto;
    margin: 0 70px; }
    header .cen .dis_n {
      display: none; }
      @media (max-width: 750px) {
        header .cen .dis_n {
          display: block;
          padding-top: 0;
          margin-top: 3px; } }
    @media (max-width: 1400px) {
      header .cen {
        margin: 0 30px; } }
    @media (max-width: 750px) {
      header .cen {
        margin: 0; }
        header .cen .head_icon {
          display: none; } }
    header .cen .login_re_btn {
      display: inline-block;
      color: #5ca3ab;
      padding: 5px 8px;
      margin: 16px 0;
      float: right; }
      header .cen .login_re_btn a {
        color: #fff;
        font-size: 14px;
        margin-left: 20px; }
        header .cen .login_re_btn a:hover {
          color: #2d9daa; }
      @media (max-width: 750px) {
        header .cen .login_re_btn {
          float: left;
          width: 100%;
          margin: 1rem 0;
          padding: 0; }
          header .cen .login_re_btn a {
            margin-left: 0;
            margin-right: 10px; } }
    header .cen .index_logo {
      padding-right: 50px; }
      header .cen .index_logo a {
        padding-top: 10px; }
      @media (max-width: 1400px) {
        header .cen .index_logo {
          padding-right: 20px; } }
    header .cen .nav > li > a {
      padding-left: 34px;
      font-size: 14px; }
      @media (max-width: 1300px) {
        header .cen .nav > li > a {
          padding-left: 15px; } }
  @media (max-width: 1300px) and (max-width: 750px) {
    header .cen .nav > li > a {
      padding-left: 0; } }

      header .cen .nav > li > a:hover {
        color: #b5c3ff; }
    header .cen .head_pos {
      width: 950px; }
      @media (max-width: 1450px) {
        header .cen .head_pos {
          width: auto;
          position: relative;
          transform: none;
          top: 0;
          left: 0;
          float: left !important; } }
    @media (max-width: 750px) {
      header .cen .index_logo {
        display: none; } }
  @media (max-width: 1100px) {
    header {
      height: auto; } }
  header .navbar-brand {
    margin-top: 6px; }
  @media (max-width: 1100px) {
    header {
      height: auto; } }
  header .weixin .code {
    position: absolute;
    z-index: 100;
    width: 100px;
    top: 36px;
    transition: all .3s;
    top: -100%;
    top: 30px;
    display: none; }
    header .weixin .code img {
      width: 100%; }
  header .weixin:hover .code {
    display: block; }

#msg {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  line-height: 20px;
  z-index: 10000;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 2px;
  padding: 10px 20px;
  font-size: 14px; }

.section2 {
  padding: 75px 0 90px; }
  .section2 .tal_12 {
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 1400px) {
      .section2 .tal_12 img {
        height: 60px; } }
    @media (max-width: 1000px) {
      .section2 .tal_12 img {
        height: auto; } }
  .section2 p {
    text-align: center;
    color: #535558;
    font-size: 24px; }
    @media (max-width: 1400px) {
      .section2 p {
        font-size: 18px; } }
  @media (max-width: 1400px) {
    .section2 {
      padding: 1rem; } }

.page {
  text-align: right;
  height: 30px;
  margin: 20px 0 0; }
  .page a {
    color: #636363;
    font-size: 14px;
    padding: 3px 8px;
    border: 1px solid #c9c9c9;
    display: inline-block;
    margin-left: 2px; }
    .page a:hover {
      color: #5ca3ab;
      border: 1px solid #5ca3ab; }
  .page .current {
    color: #5ca3ab;
    border: 1px solid #5ca3ab; }

.my_btn {
  background: #f36c19;
  padding: 10px 22px;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  display: inline-block; }
  .my_btn img {
    max-width: 22px;
    padding-left: 4px; }

.section3 {
  background: #0ec1a2;
  padding: 36px 0 56px; }
  .section3 .fl .sec_fl {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-left: 60px; }
    .section3 .fl .sec_fl img {
      width: 100%; }
    .section3 .fl .sec_fl .my_btn {
      margin-top: 25px; }
    .section3 .fl .sec_fl .sec_cen {
      padding-top: 80px; }
  .section3 .fr {
    text-align: right; }
  .section3 .online {
    text-align: center;
    margin-top: 34px; }
    .section3 .online .online_b {
      display: inline-block;
      margin-right: 100px; }
      .section3 .online .online_b img {
        display: inline-block;
        max-width: 107px; }
      .section3 .online .online_b span {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-size: 18px;
        margin-left: 5px;
        max-width: 120px;
        text-align: left;
        font-weight: bold; }
    @media (max-width: 750px) {
      .section3 .online {
        text-align: left; }
        .section3 .online .online_b {
          display: block;
          margin-right: 0;
          margin-bottom: 0.5rem; }
          .section3 .online .online_b img {
            max-width: 5rem; }
          .section3 .online .online_b span {
            max-width: 240px; } }
  @media (max-width: 750px) {
    .section3 {
      padding: 1rem; }
      .section3 .fl .sec_fl {
        padding: 0; }
        .section3 .fl .sec_fl .sec_cen {
          padding: 1rem 0; } }

.section4 .learn_three {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-top: 38px; }
  .section4 .learn_three .cen .three_b {
    width: 33.3%;
    float: left;
    padding-top: 80px;
    border-right: 1px solid #ededed; }
    .section4 .learn_three .cen .three_b span {
      color: #999;
      font-size: 14px;
      display: block; }
    .section4 .learn_three .cen .three_b a {
      color: #f36c19;
      font-size: 16px;
      display: block;
      margin-top: 5px; }
    .section4 .learn_three .cen .three_b > img {
      height: 270px; }
    .section4 .learn_three .cen .three_b:nth-last-child(1) {
      border-right: none; }
    .section4 .learn_three .cen .three_b .three_b_p {
      padding: 0 28px 0 40px; }
    @media (max-width: 750px) {
      .section4 .learn_three .cen .three_b {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ededed;
        padding-top: 1rem; } }

.mylogin {
  max-width: 440px; }
  .mylogin .modal-content {
    border-radius: 0;
    background: #f5f5f5; }
  .mylogin .login_box {
    padding: 0 20px; }
    .mylogin .login_box .login_input {
      width: 100%;
      position: relative;
      background: #fff;
      height: 40px;
      border: 1px solid #dcdcdc;
      margin-top: 34px; }
      @media (max-width: 750px) {
        .mylogin .login_box .login_input {
          margin-top: 1rem; } }
      .mylogin .login_box .login_input .login_input_ico {
        width: 40px;
        line-height: 40px;
        text-align: center;
        position: relative;
        height: 40px; }
        .mylogin .login_box .login_input .login_input_ico img {
          display: block;
          margin: 0 auto; }
      .mylogin .login_box .login_input input {
        position: absolute;
        left: 50px;
        line-height: 40px;
        top: 0;
        border: none;
        height: 30px;
        outline: none;
        margin: 5px 0; }
        .mylogin .login_box .login_input input::-webkit-input-placeholder {
          color: #999;
          font-size: 14px; }
      .mylogin .login_box .login_input .login_line {
        background: #f1f1f1;
        height: 10px;
        position: absolute;
        left: 41px;
        top: 15px;
        width: 1px; }
    .mylogin .login_box .login_status {
      line-height: 40px;
      height: 40px;
      margin: 15px auto; }
      .mylogin .login_box .login_status label {
        margin-bottom: 0;
        display: inline-block; }
        .mylogin .login_box .login_status label input {
          padding-right: 5px;
          margin: 0;
          display: block;
          float: left;
          margin-right: 6px;
          width: 14px;
          margin-top: 13px; }
        .mylogin .login_box .login_status label span {
          color: #484848;
          font-size: 12px;
          font-weight: normal;
          display: block;
          float: left; }
      .mylogin .login_box .login_status a {
        float: right;
        font-size: 12px;
        color: #666; }
    .mylogin .login_box .btn_login {
      background: #5ca3ab;
      color: #fff;
      width: 100%;
      height: 45px;
      line-height: 45px;
      text-align: center;
      display: block;
      border-radius: 2px;
      padding: 0;
      font-size: 14px; }
    .mylogin .login_box .quick_reg {
      height: 30px;
      line-height: 30px;
      margin-top: 40px; }
      .mylogin .login_box .quick_reg a {
        float: right;
        color: #5ca3ab;
        font-size: 12px; }

.course_fea #course {
  max-width: 1000px; }
  .course_fea #course .swiper-slide {
    text-align: center; }
    .course_fea #course .swiper-slide img {
      max-width: 167px; }
    .course_fea #course .swiper-slide h3 {
      font-size: 18px;
      font-weight: bold;
      margin: 45px 0 20px; }
    .course_fea #course .swiper-slide p {
      color: #999a9a;
      font-size: 14px;
      max-width: 196px;
      display: block;
      margin: 0 auto; }
    @media (max-width: 750px) {
      .course_fea #course .swiper-slide h3 {
        margin: 1rem 0;
        font-size: 1rem; }
      .course_fea #course .swiper-slide p {
        font-size: 0.8rem; }
      .course_fea #course .swiper-slide img {
        max-width: 100px; } }
.course_fea .cour_b {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  margin-top: 60px; }
  @media (max-width: 750px) {
    .course_fea .cour_b {
      margin-top: 1rem; } }

.swip_btn {
  height: 93px;
  background-size: 100% auto;
  width: 53px;
  top: 30%; }
  @media (max-width: 750px) {
    .swip_btn {
      width: 25px;
      height: 50px; } }

@media (max-width: 750px) {
  .swip_btnl {
    right: 0; }

  .swip_btnr {
    left: 0; } }
.green {
  color: #0ec1a2; }

.orange {
  color: #f36c19; }

.red {
  color: #f4355a; }

.blue {
  color: #4965df; }

.company .cen h3 {
  text-align: center;
  color: #84c32d;
  font-size: 48px;
  font-weight: bold;
  margin: 0; }
.company .cen #company {
  margin: 28px 0 50px; }
  .company .cen #company .swiper-slide a {
    display: block;
    vertical-align: middle; }
    .company .cen #company .swiper-slide a img {
      height: 52px; }
    @media (max-width: 750px) {
      .company .cen #company .swiper-slide a img {
        height: auto; } }
  @media (max-width: 750px) {
    .company .cen #company {
      margin: 1rem 0; } }
@media (max-width: 750px) {
  .company .cen h3 {
    font-size: 2rem; } }

i, em {
  font-style: normal; }

.hornor {
  background: #84c32d;
  padding: 44px 0 60px; }
  .hornor .h_title {
    color: #fff;
    font-size: 18px;
    margin: 0 0 24px; }
  .hornor .hor_l {
    max-width: 358px; }
    .hornor .hor_l p {
      color: #fff;
      font-size: 14px;
      margin-bottom: 5px; }
      .hornor .hor_l p i {
        color: #bedd7f;
        padding-left: 4px; }
  .hornor .hor_r {
    width: 523px;
    float: right; }
    .hornor .hor_r ul li {
      width: 116px;
      height: 42px;
      display: inline-block;
      margin-bottom: 18px;
      margin-right: 15px;
      overflow: hidden; }
      .hornor .hor_r ul li:nth-child(4n) {
        margin-right: 0; }
      .hornor .hor_r ul li a {
        display: block; }
        .hornor .hor_r ul li a img {
          width: 100%; }
  @media (max-width: 1000px) {
    .hornor {
      padding: 1rem; }
      .hornor .hor_l {
        margin-bottom: 1rem; }
      .hornor .hor_r {
        width: 100%; }
        .hornor .hor_r ul li {
          margin-right: 1px;
          margin-bottom: 0px;
          width: 32%;
          height: auto; } }

footer {
  background: #f36c19;
  padding: 44px 0; }
  footer ul {
    width: 100%;
    display: block; }
    footer ul li {
      float: left; }
      footer ul li h3 {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 10px; }
      footer ul li a {
        color: #f5cdb6;
        font-size: 14px;
        display: block;
        <!--max-width: 220px;-->
        margin-bottom: 4px; }
      footer ul li font {
        color: #f5cdb6;
        font-size: 18px;
        font-weight: bold;
        display: block;
        margin: 3px 0; }
      footer ul li i {
        color: #f5cdb6;
        font-size: 12px; }
      footer ul li:nth-child(1) {
        width: 176px; }
      footer ul li:nth-child(2) {
        width: 244px; }
      footer ul li:nth-child(3) {
        width: 220px; }
      footer ul li:nth-child(4) {
        width: 134px; }
      footer ul li:nth-child(5) {
        width: 164px; }
      footer ul li .fot_code .fot_code_p {
        display: inline-block;
        max-width: 77px;
        text-align: center;
        margin-right: 3px; }
        footer ul li .fot_code .fot_code_p p {
          font-size: 12px;
          color: #f5cdb6;
          margin-top: 4px; }
        footer ul li .fot_code .fot_code_p:nth-child(2) {
          margin-right: 0; }
      @media (max-width: 1000px) {
        footer ul li {
          width: 33% !important;
          margin-bottom: 1rem; }
          footer ul li:nth-child(4) {
            clear: both; } }
      @media (max-width: 750px) {
        footer ul li {
          width: 100% !important; }
          footer ul li:nth-child(4) {
            float: left; } }
  @media (max-width: 750px) {
    footer {
      padding: 1rem; } }

.foot_line {
  background: #222;
  font-size: 12px;
  text-align: center;
  color: #646464;
  padding: 7px 0; }

#onlineservice {
  position: fixed;
  right: 10px;
  top: 160px;
  z-index: 9999; }

#onlineservice > div {
  width: 64px;
  height: 64px;
  position: relative;
  margin-top: 2px; }

#onlineservice > div * {
  cursor: pointer; }

#onlineservice > div:first-child .icon {
  border-radius: 5px 5px 0 0; }

#onlineservice > div:last-child .icon {
  border-radius: 0 0 5px 5px; }

#onlineservice .icon {
  font-size: 12px;
  text-align: center;
  width: 64px;
  height: 64px;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  display: block; }

#onlineservice .icon img {
  padding: 6px 0; }

#onlineservice [class*='icon-']:before {
  display: block;
  font-size: 24px;
  margin: 10px 0 6px;
  font-weight: normal; }

#onlineservice .phone, #onlineservice .webchat, #onlineservice .apply, #onlineservice .back-to-top {
  position: relative; }

#onlineservice .icon-chat, #onlineservice .webchat .pop {
  background-color: #f44e51; }

#onlineservice .icon-phone, #onlineservice .phone .pop {
  background-color: #51b7ec; }

#onlineservice .icon-apply, #onlineservice .apply .pop {
  background-color: #44b549; }

#onlineservice .icon-weixin, #onlineservice .pop {
  background-color: #44b549; }

#onlineservice .icon-occident, #onlineservice .back-to-top .pop {
  background-color: #c1c1c1; }

#onlineservice .pop {
  display: none;
  position: absolute;
  right: 72px;
  top: 50%;
  margin-top: -20px;
  white-space: nowrap;
  height: 40px;
  line-height: 20px;
  padding: 10px 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.1); }

#onlineservice .pop:after {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -8px;
  border: 8px solid transparent; }

#onlineservice .pop strong {
  color: #ff0;
  font-size: 16px; }

#onlineservice .webchat .pop:after {
  border-left-color: #f44e51; }

#onlineservice .phone .pop:after {
  border-left-color: #51b7ec; }

#onlineservice .apply .pop:after {
  border-left-color: #44b549; }

#onlineservice .back-to-top .pop:after {
  border-left-color: #c1c1c1; }

#onlineservice .phone:hover .pop, #onlineservice .webchat:hover .pop, #onlineservice .apply:hover .pop, #onlineservice .back-to-top:hover .pop, #onlineservice .wechatcode:hover .pop {
  display: block; }

.navbar-brand1 {
  padding: 0; }
  @media (max-width: 750px) {
    .navbar-brand1 {
      padding-left: 15px; } }

.header2 .cen {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .header2 .cen {
      width: 100%; } }

.head_top {
  background: #4965df;
  border-bottom: 1px solid #607ae8;
  height: 40px; }
  .head_top .cen {
    width: 1200px;
    margin: 0 auto; }
    @media (max-width: 1200px) {
      .head_top .cen {
        width: 100%; } }
  .head_top .head_t_l {
    float: left; }
    .head_top .head_t_l span {
      display: block;
      float: left;
      color: #fff;
      line-height: 40px; }
    .head_top .head_t_l .head_fare {
      float: left; }
      .head_top .head_t_l .head_fare a {
        display: block;
        float: left;
        position: relative;
        height: 20px;
        margin-top: 10px;
        margin-left: 15px; }
        .head_top .head_t_l .head_fare a .head_f_b {
          position: absolute;
          top: 25px;
          width: 80px;
          z-index: 100;
          left: -30px;
          display: none; }
          .head_top .head_t_l .head_fare a .head_f_b img {
            width: 100%; }
        .head_top .head_t_l .head_fare a:hover .head_f_b {
          display: block; }
  .head_top .head_t_r {
    float: right; }
    .head_top .head_t_r a {
      display: inline-block;
      padding: 4px 15px;
      color: #fff;
      border-radius: 4px;
      margin-top: 5px; }
      .head_top .head_t_r a:nth-child(1) {
        background: #8295ec; }
      .head_top .head_t_r a:nth-child(2) {
        background: #f36c19; }
  @media (max-width: 750px) {
    .head_top {
      padding: 0 1rem 0.5rem;
      height: auto; } }

.iner_ban {
  width: 100%; }
  .iner_ban img {
    display: block;
    width: 100%; }

.latest_news {
  background: #fafafa;
  border-bottom: 1px solid #eaeaea;
  line-height: 30px;
  height: 30px; }
  .latest_news .cen {
    width: 1200px; }
    @media (max-width: 1200px) {
      .latest_news .cen {
        width: 100%; } }
  .latest_news a {
    color: #a4a4a4;
    font-size: 14px; }
    .latest_news a i {
      color: #4965df;
      font-weight: bold;
      padding-right: 6px; }
  @media (max-width: 750px) {
    .latest_news {
      padding: 0 1rem; } }

.brand {
  padding-bottom: 100px; }
  .brand .align_center img {
    margin: 70px auto; }
  .brand .br_con p {
    color: #474747;
    font-size: 16px;
    margin-bottom: 20px; }
  @media (max-width: 750px) {
    .brand {
      padding: 1rem; }
      .brand .align_center img {
        margin: 1rem auto; } }

.align_center {
  text-align: center; }

#brand {
  height: 40px; }
  #brand .swiper-slide {
    height: 40px; }

.coins {
  background: url(../images/jb.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding: 150px 1rem 100px; }
  .coins .cen {
    width: 1200px;
    position: relative; }
    @media (max-width: 1200px) {
      .coins .cen {
        width: 100%; } }
  .coins h3 {
    color: #4965df;
    font-size: 48px;
    font-weight: bold; }
  .coins .coin_b {
    margin-top: 20px; }
    .coins .coin_b p {
      color: #515151;
      font-size: 16px;
      margin-bottom: 35px;
      max-width: 494px; }
  .coins a {
    display: inline-block;
    background: #4965df;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    padding: 10px 20px; }
  @media (max-width: 1000px) {
    .coins {
      padding: 2rem 1rem; }
      .coins h3 {
        font-size: 2rem; }
      .coins .coin_b {
        margin-top: 1rem; }
        .coins .coin_b p {
          margin-bottom: 1rem; } }
  .coins .kc {
    position: absolute;
    right: 0;
    bottom: 0; }
    @media (max-width: 1100px) {
      .coins .kc {
        position: relative;
        margin: 1.5rem 0 0 0;
        float: left; } }

.coin_shop {
  padding: 68px 0 90px; }
  .coin_shop .co_h3 {
    text-align: center;
    color: #f4bf00;
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 50px; }
  .coin_shop .table1 {
    border: 1px solid #4965df; }
    .coin_shop .table1 td {
      text-align: center;
      vertical-align: middle;
      padding: 15px 0; }
    .coin_shop .table1 thead td {
      background: #4965df;
      color: #fff; }
    .coin_shop .table1 tbody tr td {
      color: #4965df;
      font-size: 14px;
      font-weight: bold;
      border: 1px solid #e4e8f6; }
      .coin_shop .table1 tbody tr td img {
        padding-left: 5px; }
      .coin_shop .table1 tbody tr td b {
        color: #929292;
        font-weight: normal; }
      .coin_shop .table1 tbody tr td em {
        color: #282828;
        font-weight: normal; }
    .coin_shop .table1 tbody tr:nth-child(even) {
      background: #e9ecf7; }
    .coin_shop .table1 tbody tr .wid300 {
      width: 300px; }
      @media (max-width: 750px) {
        .coin_shop .table1 tbody tr .wid300 {
          width: auto; } }
  @media (max-width: 750px) {
    .coin_shop {
      padding: 2rem 1rem; }
      .coin_shop .co_h3 {
        margin-bottom: 2rem;
        font-size: 2rem; } }
  .coin_shop .coin_t {
    text-align: center;
    padding: 90px 0; }
    .coin_shop .coin_t p {
      color: #848484;
      font-size: 14px; }
    .coin_shop .coin_t .m_btn {
      margin-top: 90px; }
    @media (max-width: 750px) {
      .coin_shop .coin_t {
        padding: 2rem 0; }
        .coin_shop .coin_t .m_btn {
          margin-top: 2rem; } }

.cour_lists {
  padding: 100px 0;
  margin: 0 15px; }
  .cour_lists .cen {
    width: 1200px; }
    .cour_lists .cen .col-md-3 {
      text-align: center;
      margin-bottom: 90px; }
      .cour_lists .cen .col-md-3 img {
        max-width: 167px; }
      .cour_lists .cen .col-md-3 h3 {
        font-size: 18px;
        margin: 20px 0 10px;
        font-weight: bold; }
      .cour_lists .cen .col-md-3 p {
        color: #999a9a;
        font-size: 14px; }
      .cour_lists .cen .col-md-3:nth-child(4n-3) h3 {
        color: #0ec1a2; }
      .cour_lists .cen .col-md-3:nth-child(4n-2) h3 {
        color: #f36c19; }
      .cour_lists .cen .col-md-3:nth-child(4n-1) h3 {
        color: #f4355a; }
      .cour_lists .cen .col-md-3:nth-child(4n) h3 {
        color: #4965df; }
      .cour_lists .cen .col-md-3:nth-child(4n+1) {
        clear: both; }
      @media (max-width: 1000px) {
        .cour_lists .cen .col-md-3 {
          margin-bottom: 1rem; }
          .cour_lists .cen .col-md-3 img {
            width: 80%; }
          .cour_lists .cen .col-md-3:nth-child(4n+1) {
            float: left; }
          .cour_lists .cen .col-md-3:nth-child(2n+1) {
            clear: both; } }
    @media (max-width: 1200px) {
      .cour_lists .cen {
        width: 100%; } }
  @media (max-width: 1000px) {
    .cour_lists {
      padding: 1.5rem 0; } }

.m_btn {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  background: #4965df;
  padding: 12px 25px; }

.c_p {
  text-align: center;
  color: #939292;
  font-size: 16px; }

.course_ways {
  width: 760px;
  margin: 0 auto;
  margin-top: 60px; }
  .course_ways li {
    width: 350px;
    border-radius: 8px;
    border: 1px solid #ddd;
    float: left;
    overflow: hidden; }
    .course_ways li:nth-child(2) {
      float: right; }
    .course_ways li a {
      text-align: center;
      position: relative;
      display: block;
      overflow: hidden;
      padding-bottom: 69px; }
      .course_ways li a > img {
        max-width: 104px;
        display: block;
        margin: 45px auto; }
      .course_ways li a > p {
        color: #484848;
        font-size: 24px; }
      .course_ways li a span {
        display: block;
        margin-top: 20px; }
      .course_ways li a .way_bg {
        background: #f8f8f8;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        transition: all .3s;
        left: -100%; }
        .course_ways li a .way_bg h3 {
          color: #484848;
          font-size: 24px;
          margin: 0; }
        .course_ways li a .way_bg p {
          color: #999;
          font-size: 14px;
          margin: 27px 0;
          line-height: 24px; }
        .course_ways li a .way_bg img {
          transform: rotateZ(-180deg); }
        .course_ways li a .way_bg .way_bg_b {
          width: 100%;
          padding: 60px 62px 30px; }
          @media (max-width: 780px) {
            .course_ways li a .way_bg .way_bg_b {
              padding: 2rem; } }
      .course_ways li a:hover .way_bg {
        left: 0; }
  @media (max-width: 780px) {
    .course_ways {
      width: 100%;
      margin-top: 2rem; }
      .course_ways li {
        width: 100%;
        margin-bottom: 1rem; } }

.step_b {
  position: relative;
  height: 60px;
  text-align: center; }
  .step_b span {
    background: #fff;
    color: #f36c19;
    font-size: 18px;
    width: 110px;
    z-index: 10;
    top: 20px; }
    .step_b span b {
      font-size: 40px; }
  .step_b .step_l {
    width: 100%;
    height: 1px;
    background: #e4e4e4; }

.order_t {
  text-align: center; }
  .order_t h3 {
    color: #343435;
    font-size: 48px;
    font-weight: bold; }
  .order_t p {
    color: #939292;
    font-size: 18px; }
  @media (max-width: 780px) {
    .order_t h3 {
      font-size: 2rem; }
    .order_t p {
      font-size: 1rem; } }

.or_form {
  margin: 45px 0 138px; }
  .or_form .or_pic {
    width: 358px;
    float: left;
    display: block; }
  .or_form .form_box {
    float: right;
    width: 580px; }
    .or_form .form_box .form_input {
      border: 1px solid #ddd;
      border-radius: 6px;
      width: 100%;
      height: 50px;
      line-height: 50px;
      margin-bottom: 10px;
      position: relative;
      overflow: hidden; }
      .or_form .form_box .form_input span {
        text-align: center;
        width: 46px;
        display: block;
        float: left; }
        .or_form .form_box .form_input span img {
          max-width: 80%; }
      .or_form .form_box .form_input input, .or_form .form_box .form_input select {
        display: block;
        height: 100%;
        border: none;
        display: block;
        float: left;
        border-left: 1px solid #ddd;
        padding: 2px 10px;
        width: 528px;
        outline: none; }
        .or_form .form_box .form_input input::-webkit-input-placeholder, .or_form .form_box .form_input select::-webkit-input-placeholder {
          color: #cecece;
          font-size: 18px; }
    .or_form .form_box button {
      width: 100%;
      background: #f36c19;
      border: none;
      height: 50px;
      font-size: 16px; }
  @media (max-width: 1000px) {
    .or_form {
      padding: 1rem;
      margin: 1rem 0; }
      .or_form .or_pic {
        width: auto;
        margin-bottom: 1rem;
        float: none; }
      .or_form .form_box {
        float: none;
        width: 100%; }
        .or_form .form_box .form_input {
          display: flex; }
          .or_form .form_box .form_input span {
            flex: 1; }
          .or_form .form_box .form_input input, .or_form .form_box .form_input select {
            width: auto;
            flex: 4; } }

.cou_w {
  background-size: cover;
  background-position: center center; }

.cou_w {
  overflow: hidden;
  padding: 200px 1rem;
  text-align: center;
  margin-bottom: 40px; }
  .cou_w img {
    margin-bottom: 30px; }
  @media (max-width: 1000px) {
    .cou_w {
      padding: 2rem 1rem;
      margin-bottom: 1rem; }
      .cou_w img {
        margin-bottom: 1rem; }
      .cou_w h3 {
        font-size: 1.5rem;
        margin-bottom: 6px; }
      .cou_w p {
        font-size: 0.9rem; } }

.web_h {
  color: #343435;
  font-size: 48px;
  font-weight: bold;
  margin: 0; }
  @media (max-width: 1000px) {
    .web_h {
      font-size: 2rem; } }

.web_p {
  color: #939292;
  font-size: 18px;
  margin-bottom: 0; }
  @media (max-width: 1000px) {
    .web_p {
      font-size: 1rem; } }

.yellow {
  color: #f4bf00 !important; }

.love_e {
  text-align: center;
  margin: 30px 0 170px; }
  .love_e .web_p {
    margin-bottom: 114px; }
  .love_e h3 {
    margin-bottom: 10px; }
  .love_e .love_l {
    width: 364px;
    padding-top: 50px; }
    .love_e .love_l p {
      color: #171717;
      font-size: 18px;
      text-align: left;
      line-height: 36px; }
  .love_e .love_r {
    width: 537px; }
  @media (max-width: 1000px) {
    .love_e {
      padding: 1rem;
      margin: 2rem 0; }
      .love_e .web_p {
        margin-bottom: 2rem; }
      .love_e .love_l {
        width: 100%;
        padding-top: 0; }
      .love_e .love_r {
        width: 100%; } }

.teacher {
  margin: 73px 1rem; }
  .teacher .col-md-4 {
    text-align: center; }
    .teacher .col-md-4 img {
      max-width: 150px; }
    .teacher .col-md-4 h4 {
      color: #626262;
      font-size: 18px;
      margin: 15px 0; }
    .teacher .col-md-4 p {
      color: #999a9a;
      font-size: 14px;
      margin-bottom: 0; }
  @media (max-width: 1000px) {
    .teacher {
      margin: 2rem 1rem; }
      .teacher .col-md-4 {
        margin-bottom: 1rem; }
        .teacher .col-md-4 p {
          max-width: 176px;
          display: block;
          margin: 0 auto;
          max-width: 98%; } }

.team {
  background: #fafafa;
  text-align: center;
  padding: 80px 1rem 0; }
  .team h3 {
    margin-bottom: 10px; }
  .team p {
    margin-bottom: 20px; }
  @media (max-width: 1000px) {
    .team {
      padding: 1rem;
      padding-bottom: 0; } }

.teacher_team {
  text-align: center;
  padding: 70px 0 66px; }
  .teacher_team .web_h {
    margin-bottom: 10px; }
  .teacher_team .cen {
    position: relative;
    width: 1200px; }
    @media (max-width: 1200px) {
      .teacher_team .cen {
        width: 100%; } }
  .teacher_team .my_btn_p {
    width: 52px;
    height: 99px;
    background-size: 100% auto; }
    @media (max-width: 750px) {
      .teacher_team .my_btn_p {
        width: 20px;
        height: 50px; } }
  .teacher_team .my_pagi {
    bottom: 0; }
    .teacher_team .my_pagi .swiper-pagination-bullet {
      width: 8px;
      height: 8px; }
    .teacher_team .my_pagi .swiper-pagination-bullet-active {
      background: #f4355a;
      border: 1px solid #f4355a;
      width: 10px;
      height: 10px; }
  @media (max-width: 750px) {
    .teacher_team {
      padding: 2rem 1rem; } }

#tea {
  margin-top: 45px;
  max-width: 950px;
  margin: 40px auto 0;
  padding-bottom: 30px; }
  @media (max-width: 750px) {
    #tea {
      margin-top: 1rem; } }

.students {
  background: #fafafa;
  padding-top: 90px; }
  .students .stu_l {
    float: left; }
  .students .stu_r {
    float: right;
    width: 315px; }
    .students .stu_r h3 {
      color: #101010;
      font-size: 40px;
      margin: 90px 0 20px; }
    .students .stu_r p {
      color: #4e4e4e;
      font-size: 14px; }
    .students .stu_r a {
      display: inline-block;
      border: 1px solid #4965df;
      color: #4965df;
      font-size: 16px;
      border-radius: 17px;
      padding: 6px 20px;
      margin-top: 30px;
      transition: all .3s; }
      .students .stu_r a:hover {
        background: #4965df;
        color: #fff; }
  @media (max-width: 750px) {
    .students {
      padding: 2rem 1rem; }
      .students .stu_r {
        width: 100%; }
        .students .stu_r h3 {
          margin: 1.5rem 0;
          font-size: 2rem; }
        .students .stu_r a {
          margin-top: 1.5rem; } }

.login_b {
  background: url(../images/login-img.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0; }
  @media (max-width: 750px) {
    .login_b {
      padding: 2rem 0; } }

.login-form-group {
  background-color: #fff;
  width: 360px;
  height: auto;
  padding: 20px;
  float: right; }
  @media (max-width: 750px) {
    .login-form-group {
      float: none;
      margin: 1rem;
      width: auto; } }

.btn-red {
  color: #fff;
  background-color: #f44e51; }
  .btn-red:hover {
    background: #d00; }

.login-form-group .form-head h3 {
  color: #999;
  font-size: 18px; }

.login-form-group .form-body {
  margin-top: 15px; }

.login-form-group .form-foot {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 12px;
  color: #999; }

.login-form-group .form-foot .qq {
  width: 155px;
  margin-right: 10px; }

.login-form-group .form-foot .login-api {
  height: 40px;
  overflow: hidden; }

.login-form-group li {
  margin-bottom: 10px;
  position: relative; }

.login-form-group .tips {
  font-size: 12px;
  border: 1px solid #f44e51;
  background-color: #fff0f0;
  padding: 5px 15px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 6px; }

.login-form-group .tips:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f071";
  color: #f44e51;
  margin-right: 5px; }

.login-form-group input[type="text"], .login-form-group input[type="password"], .login-form-group button {
  width: 320px;
  height: 40px;
  padding: 10px 10px 10px 50px;
  border: 1px solid #ddd; }

.login-form-group input:focus[type="text"], .login-form-group input:focus[type="password"] {
  border-color: #8db585; }

.login-form-group input[type="password"] {
  font-family: arial; }

.login-form-group .icon-form {
  position: absolute; }
  .login-form-group .icon-form img {
    height: 30px;
    margin-left: 10px;
    margin-top: 5px; }

.login-form-group .icon-form-mobile:after {
  background-position: 0 -74px; }

.login-form-group .icon-form-password:after {
  background-position: 0 -147px; }

.login-form-group .other {
  font-size: 12px; }

.login-form-group .other .remember {
  font-weight: 400;
  cursor: pointer; }

.login-form-group button {
  border: 0;
  padding: 0; }

.login-form-group .form-head a:hover, .login-form-group .other a:hover {
  text-decoration: underline; }

.my_order_fix {
  position: fixed;
  width: 278px;
  background: rgba(73, 101, 223, 0.8);
  z-index: 1000;
  text-align: center; }
  .my_order_fix h3 {
    color: #fff;
    font-size: 24px;
    //border-top: 2px solid #04c1e7;
    padding: 20px 0;
    margin: 0; }
  .my_order_fix .my_order_mar {
    margin: 0 18px;
    text-align: center; }
    .my_order_fix .my_order_mar input, .my_order_fix .my_order_mar select {
      width: 100%;
      color: #676767;
      background-color: #f9f9f9;
      height: 45px;
      line-height: 45px;
      font-size: 15px;
      overflow: hidden;
      padding: 3px 10px;
      outline: none;
      border: none;
      margin-bottom: 10px; }
    .my_order_fix .my_order_mar button {
      display: block;
      width: 100%;
      margin: 10px auto 20px;
      text-align: center;
      padding: 10px 0;
      font-size: 20px;
      background: #F36C19;
      border: none;
      color: #fff;
      border-radius: 4px; }
      .my_order_fix .my_order_mar button:hover {
        background: #FF6100; }

.or_bg {
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed; }

.or_bg, .my_order_fix {
  display: none; }

.my_foot_fix {
  background: #4965df;
  min-height: 90px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 24px 0;
  display: none; }
  .my_foot_fix .foot_l1 h3 {
    font-size: 26px;
    color: #fff;
    font-style: italic;
    margin: 0;
    margin-bottom: 10px; }
  .my_foot_fix .foot_l2 {
    padding-left: 100px; }
    .my_foot_fix .foot_l2 input, .my_foot_fix .foot_l2 select {
      line-height: 32px;
      height: 32px;
      width: 124px;
      padding: 3px 10px; }
  .my_foot_fix .fr button {
    min-width: 142px;
    height: 60px;
    padding: 0;
    line-height: 60px;
    z-index: 3;
    background-color: #f49c0f;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    outline: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 2px; }
    .my_foot_fix .fr button:hover {
      background: #e48c00; }
  @media (max-width: 900px) {
    .my_foot_fix {
      padding: 1rem; }
      .my_foot_fix .foot_l2 {
        margin: 10px 0;
        padding-left: 0;
        float: none; }
        .my_foot_fix .foot_l2 input, .my_foot_fix .foot_l2 select {
          margin-bottom: 10px;
          display: block;
          width: 100%; } }
.latest_news a {
    color: #a4a4a4;
    font-size: 14px;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;}

.problem {
  background: #f4f4f4;
  overflow: hidden; }
  .problem .cen {
    width: 1000px;
    margin: 26px auto 100px; }
    .problem .cen .pro_title {
      background: #5ca3ab;
      color: #fff;
      font-size: 18px;
      display: block;
      border-radius: 20px;
      height: 90px;
      max-width: 990px;
      margin: 20px auto;
      padding: 20px 0 0 20px;
      position: relative; }
      .problem .cen .pro_title .tri1 {
        position: absolute;
        left: -10px;
        top: 20px;
        background: url(../images/tri1.html) no-repeat top center;
        background-size: 100% auto;
        width: 10px;
        height: 20px; }
    .problem .cen .pro_content {
      border: 1px solid #dce0dd;
      background: #fff;
      border-radius: 20px;
      padding: 15px;
      position: relative; }
      .problem .cen .pro_content .click_pack {
        color: #5ca3ab;
        font-size: 14px;
        transition: all .3s;
        -webkit-transition: all .3s; }
        .problem .cen .pro_content .click_pack:hover {
          color: #1b6d76; }
      .problem .cen .pro_content .pro_txt {
        position: relative;
        height: 46px;
        overflow-y: hidden; }
        .problem .cen .pro_content .pro_txt p {
          color: #666;
          font-size: 14px;
          margin-bottom: 5px; }
      .problem .cen .pro_content .tri2 {
        position: absolute;
        right: -10px;
        top: 20px;
        background: url(../images/tri2.html) no-repeat top center;
        background-size: 100% auto;
        width: 10px;
        height: 20px; }
      .problem .cen .pro_content .pro_hi {
        height: auto; }
    @media (max-width: 1000px) {
      .problem .cen {
        margin: 1rem auto 2rem;
        width: 100%; }
        .problem .cen .pro_title {
          margin: 20px 10px; }
        .problem .cen .pro_content {
          margin: 0 10px; } }
    @media (max-width: 750px) {
      .problem .cen {
        padding: 0 15px; }
        .problem .cen .pro_title {
          font-size: 1rem;
          height: auto;
          padding: 1.5rem .5rem;
          margin-bottom: 1rem; }
        .problem .cen .pro_content {
          padding: 1rem .5rem; }
          .problem .cen .pro_content .pro_txt {
            height: 44px; } }
.onlineservice1 {
  width: auto;
  float: left;
  display: none; }
  .onlineservice1 a {
    display: block;
    width: auto;
    float: left;
    background: #ccc;
    border-radius: 2px;
    text-align: center;
    margin-left: 0.2rem;
    padding: 0.1rem 0.2rem; }
    .onlineservice1 a img {
      height: 1rem; }
    .onlineservice1 a p {
      font-size: 12px;
      color: #fff; }
    .onlineservice1 a:nth-child(1) {
      background: #f44e51; }
    .onlineservice1 a:nth-child(2) {
      background: #51b7ec; }
    .onlineservice1 a:nth-child(3) {
      background: #44b549; }
.stu_l2{display: none;}
.td_table table{width:100%;}
@media (max-width: 750px) {
  .dis_n {
    padding-right: 5px !important; }

  #onlineservice {
    display: none; }

  .onlineservice1 {
    display: block; }

  header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100; }

  .head_h {
    height: 65px; }

  .head_top {
    //position: fixed;
    top: 0;
    width: 100%;
    z-index: 100; }

  .header2 {
    position: relative;
  }

  
  .stu_l1 {display: none;}
  .stu_l2 {display: block;}.
}
@media (max-width: 750px) {
  .dis_n {
    padding-right: 5px !important; }

  #onlineservice {
    display: none; }

  .onlineservice1 {
    display: block; }

  header {
    width: 100%;
    z-index: 100; }

  .head_h {
    height: 65px; }

  .head_top {
    top: 0;
    width: 100%;
    z-index: 100; }

  .stu_l2 {
    display: block; }

  .stu_l1 {
    display: none; }

  .fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; } }
/*# sourceMappingURL=style.css.map */
