@charset "UTF-8";
/* CSS Document */
/* common */
html {
  font-size: 20px; }

* {
  margin: 0;
  padding: 0; }

body {
  font-family: Helvetica;
  /*font: 16px/24px;*/
  font-family: "微软雅黑";
  min-width: 320px;
  max-width: 750px;
  margin: 0 auto;
  font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  /*消除图标和文字锯齿*/
  -moz-osx-font-smoothing: grayscale; }

ul,
ol {
  list-style: none;
  text-indent: 0;
  list-style-position: outside; }

img {
  border: 0px; }

b {
  font-weight: normal; }

.fl {
  float: left;
  display: inline; }

.fr {
  float: right;
  display: inline; }

.clear {
  clear: none; }

p {
  margin: 0;
  padding: 0;
  border: 0; }

li {
  list-style: none; }

.clear {
  clear: both; }

a {
  text-decoration: none;
  border: none; }

img {
  border: 0;
  width: 100%;
  margin: 0;
  padding: 0; }

/* link : css */
a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

/*clear*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

body {
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden; }

.container_width {
  width: 100%;
  padding: 0 3rem; }

.box_border, .container_width, .nav li, .kecheng_c .img.img_da, .kecheng_c .img.img_xiao, .kecheng_c .img.img_zhong, .bianbu_c .bianbu_swiper .swiper-slide, .dizao_c .dizao_content, .banxing_container .banxing_content, .gaoxiao_c > div, .shiwan_swiper .img, .shiwan_swiper .img > div, .from form input, .from form button, .jiangshi_swiper .swiper-slide {
  box-sizing: border-box;
  -ms-box-sizing: border-box; }

/* header */
.header {
  background: #fff;
  overflow: hidden;
  padding: 1.4rem 1rem; }
  
  .header .fl {
    height: 2.4rem; }
    .header .fl img {
      height: 100%;
      width: auto;
      float: left; }
    .header .fl div {
      float: left;
      margin-left: 0.8rem;
      padding-left: 0.8rem;
      border-left: 1px solid #000;
      height: 100%;
      font-size: 0.9rem; }
  .header .fr {
    background: url("../img/dianhua_icon.png") no-repeat left center;
    background-size: contain;
    padding-left: 2.6rem;
    height: 2rem; }
    .header .fr p {
      height: 2rem;
      line-height: 2.3rem;
      font-size: 1.4rem;
      color: #222; }
      

/* nav */
.nav {
  width: 100%;
  height: 4.5rem; }
  .nav li {
    font-size: 1.4rem;
    width: 25%;
    height: 100%;
    float: left;
    color: #ccc;
    text-align: center;
    line-height: 4.5rem;
    background: #222222;
    border-left: 1px solid #000000; }
    .nav li.true {
      background: #3697d9;
      color: #fff; }
.nav li a{
  width: 100%;
  height: 100%;
  display: block;
  color: inherit;
  font-size: inherit;
}

/* 标题 */
.biaoti {
  line-height: 1;
  margin-top: 3rem;
  margin-bottom: 2.5rem; }
  .biaoti.bai p {
    color: #fff; }
  .biaoti p {
    font-size: 1.9rem;
    font-weight: 900;
    text-align: center;
    color: #333333;
    line-height: 1; }
    .biaoti p span {
      color: #3697d9; }

.button {
  width: 17.5rem;
  margin: 0 auto;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  border: 1px solid #ff5e0f;
  color: #ff5e0f;
  font-size: 1.7rem;
  display: block;
  border-radius: 0.5rem; }
  .button.false {
    display: none; }
  .button.true {
    margin-top: 5.15rem; }
  .button.lan {
    border-color: #4c97ce;
    color: #4c97ce; }

/* banner */
.banner_swiper {
  width: 100%;
  position: relative;
  overflow-x: hidden; }
  .banner_swiper .banner_dian{
    text-align: center;
    position: absolute;
    bottom: 0.5rem;
    z-index: 10;
  }
  .banner_swiper .banner_dian span{
    width: 0.8rem;
    height: 0.8rem;
    background: rgba(255,255,255,0.8);
  }
  .banner_swiper .banner_dian .swiper-pagination-bullet-active{
    background: #007aff;
  }
  .banner_swiper a{
    width: 100%;
    height: auto;
  }

/* 22大课程 */
.kecheng_c {
  overflow: hidden; }
  .kecheng_c > div {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    max-height: 32.3rem;
    transition: all 0.5s; }
    .kecheng_c > div.true {
      max-height: 80rem; }
    .kecheng_c > div > div {
      overflow: hidden; }
  .kecheng_c .img {
    border: 0.4rem solid transparent;
    float: left;
    border-top: 0.57rem solid transparent;
    height: auto;
    display: block; }
    .kecheng_c .img img {
      width: 100%;
      height: auto;
      display: block; }
    .kecheng_c .img.img_da {
      width: 50%; }
    .kecheng_c .img.img_xiao {
      width: 25%; }
    .kecheng_c .img.img_zhong {
      width: 50%;
      margin-top: -0.3rem; }
    .kecheng_c .img.img_da.fr {
      float: right; }
  .kecheng_c .kecheng_button {
    padding-top: 2.5rem;
    padding-bottom: 3.2rem;
    position: relative;
    z-index: 20;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(255, 255, 255, 0), white);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), white);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0.8) 25%, white 50%);
    /* 标准的语法 */ }

/* 共同打造 */
.gongtong {
  border-top: 1px solid #ededed;
  overflow-x: hidden; }

.gongtong_c {
  padding-bottom: 4.5rem;
  margin-top: 6rem;
  width: 100%;
  background: #3697d9;
  position: relative; }
  .gongtong_c .gongtong_left {
    float: left;
    width: 15rem;
    height: auto;
    margin-top: -3rem;
    border-radius: 0.3rem;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
    .gongtong_c .gongtong_left img {
      width: 100%;
      height: auto;
      display: block; }
  .gongtong_c .gongtong_right {
    float: left;
    width: 15rem;
    margin-left: 1.3rem; }
    .gongtong_c .gongtong_right p {
      font-size: 3.25rem;
      color: #fff;
      text-align: center;
      line-height: 1;
      margin-top: 1.75rem; }
    .gongtong_c .gongtong_right span {
      margin-top: 0.9rem;
      color: #fff;
      text-align: center;
      font-size: 1.3rem;
      display: block;
      line-height: 1.5; }
    .gongtong_c .gongtong_right a {
      display: block;
      background: #fff;
      width: 9rem;
      margin: 0.9rem auto 0;
      text-align: center;
      line-height: 2.5rem;
      color: #3697d9; }
  .gongtong_c .gongtong_swiper_dian {
    position: absolute;
    bottom: 1.75rem;
    text-align: center;
    width: 100%; }
    .gongtong_c .gongtong_swiper_dian span {
      display: inline-block;
      margin: 0 0.45rem;
      width: 0.8rem;
      height: 0.8rem;
      background: #2b73a5; }
      .gongtong_c .gongtong_swiper_dian span.swiper-pagination-bullet-active {
        background: #fff; }

/* 校区遍布上海 */
.bianbu {
  border-top: 1px solid #ededed; }

.bianbu_c {
  padding-bottom: 3rem;
  width: 100%;
  overflow: hidden; }
  .bianbu_c .bianbu_swiper {
    width: 21.5rem;
    height: auto;
    margin: 0 auto; }
    .bianbu_c .bianbu_swiper .swiper-slide {
      padding: 0 1.25rem; }
    .bianbu_c .bianbu_swiper .bianbu_container {
      position: relative;
      width: 100%;
      border-radius: 1.3rem; }
      .bianbu_c .bianbu_swiper .bianbu_container img {
        display: block; }
      .bianbu_c .bianbu_swiper .bianbu_container .img {
        border-radius: 1.3rem 1.3rem 0 0;
        overflow: hidden; }
      .bianbu_c .bianbu_swiper .bianbu_container .text {
        box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.8);
        background: #3697d9;
        text-align: center;
        line-height: 1;
        padding-top: 1px;
        border-radius: 0 0 1.3rem 1.3rem;
        padding-bottom: 3.2rem; }
        .bianbu_c .bianbu_swiper .bianbu_container .text p {
          text-align: center;
          color: #fff;
          font-size: 1.7rem;
          margin-top: 1.4rem;
          margin-bottom: 1rem;
          line-height: 1; }
        .bianbu_c .bianbu_swiper .bianbu_container .text span {
          font-size: 1.4rem;
          color: #fff;
          font-weight: 900;
          line-height: 1; }
      .bianbu_c .bianbu_swiper .bianbu_container a {
        position: absolute;
        display: block;
        width: 12rem;
        height: 3.3rem;
        border-radius: 2rem;
        left: 50%;
        bottom: -1.6rem;
        margin-left: -6rem;
        text-align: center;
        color: #fff;
        line-height: 3.8rem;
        background: linear-gradient(to right, #315ccc, #6f4ccf); }
  .bianbu_c .bianbu_swiper_dian {
    width: 100%;
    margin-top: 4rem;
    height: 0.7rem;
    text-align: center; }
    .bianbu_c .bianbu_swiper_dian span {
      background: #dddddd;
      width: 0.7rem;
      height: 0.7rem;
      border-radius: 0.35rem;
      margin: 0 0.4rem; }
    .bianbu_c .bianbu_swiper_dian .swiper-pagination-bullet-active {
      background: #3697d9; }

/* 缔造 */
.dizao {
  border-top: 1px solid #ededed; }

.dizao_c .dizao_container {
  margin: 0 -1.5rem;
  overflow: hidden; }

.dizao_c .dizao_content {
  width: 50%;
  float: left;
  padding: 0 3rem 3rem;
  border-left: 1px solid #ededed; }
  .dizao_c .dizao_content.border_left_touming {
    border-left-color: transparent; }
  .dizao_c .dizao_content img {
    width: 100%;
    height: auto; }
  .dizao_c .dizao_content p {
    font-size: 1.5rem;
    color: #333;
    font-weight: 900;
    text-align: center;
    margin-top: 1.2rem;
    line-height: 1; }
  .dizao_c .dizao_content span {
    display: block;
    text-align: center;
    font-size: 1.1rem;
    color: #666666;
    margin-top: 0.6rem;
    line-height: 1.6; }

/* 名师汇聚 */
.mingshi {
  border-top: 1px solid #ededed; }

/* 班型 */
.banxing {
  background: #222222;
  padding-top: 1px;
  padding-bottom: 3.2rem; }

.banxing_c {
  margin-bottom: 1.5rem; }

.banxing_container {
  margin: 0 -0.5rem;
  overflow: hidden; }
  .banxing_container .banxing_content {
    float: left;
    margin-bottom: 1rem;
    width: 50%;
    height: auto;
    padding: 0 0.5rem;
    position: relative; }
    .banxing_container .banxing_content > div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center; }
      .banxing_container .banxing_content > div p {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 900;
        margin-top: 3rem;
        line-height: 1; }
      .banxing_container .banxing_content > div .xian {
        width: 3.5rem;
        border-top: 2px solid #fff;
        margin: 1rem auto; }
      .banxing_container .banxing_content > div span {
        color: #fff;
        display: block;
        font-size: 1.2rem;
        line-height: 1; }
      .banxing_container .banxing_content > div a {
        margin: 2rem auto 0;
        width: 7.5rem;
        height: 2rem;
        line-height: 2rem;
        color: #325066;
        background: #fff;
        display: block; }
    .banxing_container .banxing_content img {
      display: block; }

/* 高校 */
.gaoxiao {
  padding-top: 1px;
  background: #f7f7f7;
  padding-bottom: 1px; }

.gaoxiao_c > div {
  background: #fff;
  padding: 0 1rem;
  overflow: hidden; }

.gaoxiao_c .gaoxiao_top {
  overflow: hidden;
  position: relative;
  top: 2px; }
  .gaoxiao_c .gaoxiao_top p {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 1;
    padding: 1.3rem 0 1rem 0;
    position: relative;
    top: 1px; }
    .gaoxiao_c .gaoxiao_top p span {
      display: inline-block;
      vertical-align: -0.2rem;
      width: 1.55rem;
      height: 1.3rem;
      background: url("../img/gaoxiao_icon.png") no-repeat;
      background-size: 200% auto;
      margin-right: 0.5rem; }
      .gaoxiao_c .gaoxiao_top p span.true {
        background-position: left bottom; }
    .gaoxiao_c .gaoxiao_top p .qiye_icon {
      background: url("../img/gaoxiao_icon.png") no-repeat right top;
      background-size: 205% auto; }
      .gaoxiao_c .gaoxiao_top p .qiye_icon.true {
        background-position: right bottom; }

.gaoxiao_c .xian {
  border-top: 1px solid #d6d6d6;
  width: 100%;
  position: relative; }
  .gaoxiao_c .xian .zixian {
    border-top: 3px solid #3697d9;
    width: 50%;
    position: absolute;
    top: -2px;
    left: 0;
    transition: all 0.5s; }
  .gaoxiao_c .xian .zixian.true {
    left: 50%; }

.gaoxiao_c .gaoxiao_bottom {
  margin-top: 1.25rem;
  overflow: hidden;
  padding-bottom: 1.3rem; }
  .gaoxiao_c .gaoxiao_bottom img {
    display: block; }

.gaoxiao_c .gaoxiao_swiper_dian {
  width: 100%;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 3rem; }
  .gaoxiao_c .gaoxiao_swiper_dian span {
    width: 0.7rem;
    height: 0.7rem;
    background: #dddddd;
    margin: 0 0.4rem; }
  .gaoxiao_c .gaoxiao_swiper_dian .swiper-pagination-bullet-active {
    background: #3697d9; }

/* 十万人选择 */
.shiwan_swiper {
  margin: 0 -0.5rem;
  overflow: hidden; }
  .shiwan_swiper .img {
    width: 50%;
    height: auto;
    padding: 0 0.5rem;
    float: left;
    position: relative;
    margin-bottom: 1rem; }
    .shiwan_swiper .img img {
      display: block; }
    .shiwan_swiper .img.fr {
      float: right; }
    .shiwan_swiper .img > div {
      position: absolute;
      bottom: 0;
      height: auto;
      width: 100%;
      padding: 0 0.5rem;
      left: 0; }
    .shiwan_swiper .img p {
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      text-align: center;
      font-size: 1.1rem;
      color: #fff;
      line-height: 2.3rem; }

.shiwan_c .shiwan_swiper_dian {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 3rem; }
  .shiwan_c .shiwan_swiper_dian span {
    width: 0.8rem;
    height: 0.8rem;
    background: #dddddd;
    margin: 0 0.5rem; }
    .shiwan_c .shiwan_swiper_dian span.swiper-pagination-bullet-active {
      background: #3697d9; }

/* form */
.from {
  background: url("../img/from_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  padding-top: 1px; }
  .from p {
    color: #fff;
    font-size: 1.9rem;
    text-align: center;
    line-height: 1;
    margin: 3rem 0 2.5rem 0; }
    .from p span {
      color: #ff7800; }
  .from form {
    padding-bottom: 2.6rem; }
    .from form input {
      width: 100%;
      display: block;
      background: none;
      border: 1px solid #fff;
      height: 5rem;
      margin-bottom: 1rem;
      border-radius: 0.7rem;
      outline: none;
      padding-left: 4.5rem;
      line-height: 6rem;
      font-size: 1.8rem;
      color: #fff; }
      .from form input.name {
        background: url("../img/form_icon_ren.png") no-repeat 1.5rem center;
        background-size: auto 70%; }
      .from form input.phone {
        background: url("../img/form_icon_dianhua.png") no-repeat 1.5rem center;
        background-size: auto 70%; }
    .from form button {
      width: 100%;
      display: block;
      background: none;
      text-align: center;
      height: 5rem;
      border: none;
      background: #ff7800;
      border-radius: 0.7rem;
      outline: none;
      line-height: 6rem;
      font-size: 1.8rem;
      color: #fff; }

/* 培养挪用网络营销 */
.peiyang_c{
  padding-bottom: 3rem;
}
.peiyang_c .button{
  margin-top: 2rem;
}
.peiyang_c .conBox2 {
  width: 100%; }

.peiyang_c .conBox2 li img {
  width: 12.2rem;
  height: 8.5rem;
  display: block;
  margin-bottom: 0.5rem; }

.peiyang_c .conBox2 li:nth-child(2) img {
  margin-left: 0.5rem; }

.peiyang_c .xz {
  width: 100%;
  margin: 0.5rem auto 0; }

.peiyang_c .head {
  background: #4c97ce;
  position: relative;
  height: 2.75rem;
  line-height: 2.75rem;
  font-size: 0.9rem; }

.peiyang_c .head:before {
  content: '';
  display: block;
  clear: both;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -0.5rem;
  left: 50%;
  margin-left: -0.5rem;
  transform: rotate(45deg);
  background: #4c97ce; }

.peiyang_c .head li {
  width: 25%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem; }

.con {
  height: 29.1rem;
  overflow: hidden; }

.con li {
  width: 100%;
  color: #333;
  height: 2.8rem;
  line-height: 2.8rem;
  font-size: 1rem;
  display: block;
  text-align: center;
  content: '';
  clear: both; }

.con li span {
  float: left;
  width: 25%;
  font-size: 1.2rem; }

/* 讲师 */
.mingshi_c {
  padding-bottom: 3.2rem; }
  .mingshi_c .swiper-scrollbar {
    width: 100%;
    height: 0.8rem;
    border-radius: 0.4rem;
    margin-top: 2rem;
    margin-bottom: 3rem; }

.jiangshi_swiper {
  margin: 0 -0.7rem;
  overflow: hidden; }
  .jiangshi_swiper .swiper-slide {
    padding: 0 0.7rem; }
    .jiangshi_swiper .swiper-slide .content {
      width: 100%;
      border-radius: 0.5rem;
      overflow: hidden;
      position: relative; }
      .jiangshi_swiper .swiper-slide .content img {
        display: block; }
      .jiangshi_swiper .swiper-slide .content .text {
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        color: #fff;
        font-weight: 900;
        padding-bottom: 0.6rem;
        padding-left: 0.7rem; }
        .jiangshi_swiper .swiper-slide .content .text p {
          font-size: 0.9rem;
          margin-top: 0.7rem;
          line-height: 1;
          margin-bottom: 0.3rem; }
        .jiangshi_swiper .swiper-slide .content .text span {
          font-size: 0.7rem;
          line-height: 1;
          display: block; }

/*foot*/
.foot {
  background: #2a2c32;
  text-align: center; }

.foot p {
  font-size: 1.2rem;
  color: #eee;
  line-height: 1.9rem;
  padding: 1.5rem 0 5.5rem; }














/*增加-测一测模块part2*/
.part2-aa .tit{padding-bottom: 1rem;}
.part2-aa .tit h3 span{
    color: #4c97ce;
    font-size: 2.2rem;
}
.part2-aa .tit{
    text-align: center;
    padding-top: 3rem;
    margin-bottom: 2rem;
    position: relative;
    /*padding-bottom: 1rem;*/
}
.part2-aa .tit h3{
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 0.4rem;
    line-height: 1.4;
	color:#333;
}
.part2-aa .tit h3 sup{
    font-weight: normal;
}
.part2-aa .tit h3 span{
    font-weight:bold;
    display: block;
}

button,
input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
input:-ms-input-placeholder{
    color: #ddd;
}

input::-webkit-input-placeholder{
    color: #ddd;
}
.clear_fix:after,
.clear_fix:before ,
ul:after,
ul:before{
    content: "";
    display: block;
    clear: both;
}
.part2-aa{ padding-bottom: 3.5rem; border-bottom: 1px solid #e5e5e5;max-width: 1000px;
    margin: auto;
    overflow: hidden;}
.form-ce{ width:82%;margin: 0 auto;}
.form-ce .yes{ width: 100%; padding: 0rem 0rem 0.5rem; border-bottom: 1px solid #e5e5e5; margin-bottom: 1.5rem;  vertical-align: middle;}
.form-ce .yes:nth-child(4){ border-bottom: none;}
.form-ce .yes p{width:12%;height:5rem; float: left; color:#4c97ce;font-size: 1.3rem;}
.form-ce .yes p>img{ width:1.95rem; height: 1.8rem; display: block;margin-left: 0.4rem;}
.form-ce .yes p:before{ background-position: 0 0;}
.form-ce .yes>dl{ width: 87%; float: right;display: flex; flex-wrap: wrap; align-content: space-between; justify-content: inherit;}
.form-ce .yes>dl>label{ font-size: 1.3rem;
    padding: 0.5rem  1.4rem; border:1px solid #e5e5e5; box-sizing: border-box; border-radius: 2rem; display:inline-block;
    margin-left: 1.5rem; margin-bottom: 1rem; cursor: pointer;position: relative;color: #666;}
.form-ce .yes>dl>label input{display: none;}

/*act点击*/

.act{ color:#4c97ce !important;   border:1px solid  #4c97ce !important;}
.act:after{ content: ''; background: url("../img/yes.png") no-repeat; background-size: 100%; display: block;
    width: 1.2rem; height: 1.2rem;
    position: absolute; top: -0.1rem; right: -0.2rem;}

.form-ce .pho{ border: 1px solid #bbb; border-radius: .5rem; padding: 1.5rem; font-size: 1.6rem; background-color: #fff;}
.form-ce .pho span>sub{ color: #f00;position: relative;
    top: -0.5rem; left: -0.5rem; font-size: 1.6rem;}
.form-ce .pho>input.phone{ font-size: 1.6rem;  width: 60%; overflow: hidden; padding-left: 1rem; border:none;outline:none;}
.form-ce .submitBtn{ width: 100%; height: 5.5rem;background-color:#4c97ce; border-radius: .5rem; font-size: 2.3rem;color: #fff; margin-top: 1.5rem; cursor: pointer; border:none;}

/*input::-webkit-input-placeholder{ color: #bbb;}*/
/*input::-ms-input-placeholder{ color: #bbb;}*/
/*input::-moz-input-placeholder{ color: #bbb;}*/
@media screen and (max-device-width: 750px) {
    .form-ce .yes p{margin-top: 2rem;}
}
