@charset "UTF-8";
* {
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  font-weight: normal; }

li {
  list-style: none; }

a {
  color: #000;
  text-decoration: none; }

b, strong {
  font-weight: normal; }

i, em {
  font-style: normal; }

img {
  vertical-align: top; }

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

.clearfix {
  zoom: 1; }

.fl {
  float: left; }

.fr {
  float: right; }

input {
  outline: none; }

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

body {
  font-family: 'Microsoft YaHei';
  overflow-x: hidden;
  position: relative;
  padding-top: 1px; }
  body #iconDiv1 {
    z-index: auto; }
  body > div {
    position: relative;
    z-index: 1; }

.box_border, .shangshi_c, .shangshi_c .shangshi_c_s .content.zi_fen, .shangshi_c .shangshi_c_s .content, .jiuye_c .jiuye_c_s, .luoji_c .luoji_swiper .swiper-slide, .chenmi_c .chenmi_r .content_t {
  box-sizing: border-box;
  -ms-box-sizing: border-box; }

.banner_margin_bottom {
  margin-bottom: 639px; }

.banner_s {
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  margin-left: -50%; }

#canvas_div {
  position: relative;
  z-index: 10;
  width: 1920px;
  height: 640px;
  overflow: hidden; }
  #canvas_div canvas {
    width: 1920px;
    height: 640px;
    position: absolute;
    top: 0;
    left: 0; }

.banner {
  width: 1920px;
  height: 640px;
  position: absolute;
  overflow: hidden;
  z-index: 15;
  top: 0;
  left: 50%;
  margin-left: -960px; }

#banner {
  width: 100%;
  height: 640px;
  overflow: hidden; }

.banner-img a {
  display: block;
  width: 100%;
  height: 640px; }
  .banner-img a .img_true {
    display: block;
    display: none\0; }
  .banner-img a .img_false {
    display: none;
    display: block\0; }

#banner .swiper-slide {
  position: relative;
  overflow: hidden; }

#banner .swiper-slide img {
  top: 0;
  left: 50%;
  margin-left: -960px;
  position: absolute; }

#banner .pagination {
  bottom: 90px;
  width: 100%;
  z-index: 20;
  text-align: center;
  position: absolute; }

#banner .swiper-pagination-switch {
  margin: 0 5px;
  width: 40px;
  height: 5px;
  cursor: pointer;
  display: inline-block;
  background: #fcbca7; }

#banner .swiper-active-switch {
  background: #de2986; }

/* banner箭头样式 */
.banner_s .portfolio {
  display: none\9; }

.banner_s .jiantou {
  position: absolute;
  bottom: 90px;
  cursor: pointer;
  z-index: 18;
  font-size: 14px;
  color: #fff;
  font-weight: 900;
  left: 50%;
  width: 700px;
  margin-left: -350px; }

.banner_s .banner_jiantou img {
  vertical-align: middle;
  margin-top: -3px; }

.banner_s .banner_jiantou_you {
  float: right; }

.banner_s .banner_jiantou_you img {
  margin-left: 10px; }

.banner_s .banner_jiantou_zuo {
  float: left; }

.banner_s .banner_jiantou_zuo img {
  margin-right: 10px; }

/*导航*/
.nav_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99; }

.nav_bg {
  padding-top: 20px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent); }

.logo {
  display: inline-block; }

.nav_left {
  width: 300px;
  float: left; }

.nav_left p {
  display: inline-block;
  color: #fff;
  float: right;
  border-left: 1px solid #fff;
  height: 34px;
  line-height: 1.3;
  font-size: 1.4rem;
  padding-left: 20px; }

.nav_left p span {
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px 0 12px; }

.nav_left p em {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  cursor: pointer; }

.nav_ul {
  width: 700px;
  float: right; }

.nav_ul li {
  width: 100px;
  display: inline-block;
  text-align: right;
  font-size: 16px;
  float: left; }

.nav_ul li a {
  color: #fff;
  position: relative; }

.nav_ul li a span {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 3px;
  background: #3086c0;
  transition: width .6s; }

.nav_ul li:hover a span {
  width: 100%; }

.nav_ul li.nav_active span {
  width: 100%; }

.nav_kc {
  padding-right: 6px; }

.nav_kc a {
  cursor: pointer; }

.nav_kc em {
  position: absolute;
  right: -12px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  cursor: pointer; }

.nav_kc em img {
  animation: nav_img 1s infinite;
  transform: translateY(-8px); }

@-webkit-keyframes nav_img {
  0% {
    opacity: 0;
    transform: translateY(0px); }
  50% {
    opacity: 1;
    transform: translateY(4px); }
  100% {
    opacity: 0;
    transform: translateY(-8px); } }

@-moz-keyframes nav_img {
  0% {
    opacity: 0;
    transform: translateY(0px); }
  50% {
    opacity: 1;
    transform: translateY(4px); }
  100% {
    opacity: 0;
    transform: translateY(-8px); } }

@-o-keyframes nav_img {
  0% {
    opacity: 0;
    transform: translateY(0px); }
  50% {
    opacity: 1;
    transform: translateY(4px); }
  100% {
    opacity: 0;
    transform: translateY(-8px); } }

@keyframes nav_img {
  0% {
    opacity: 0;
    transform: translateY(0px); }
  50% {
    opacity: 1;
    transform: translateY(4px); }
  100% {
    opacity: 0;
    transform: translateY(-8px); } }

/*子导航*/
.sub_nav {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.96);
  background: #fff \9;
  filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
  text-align: center;
  height: 40px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.sub_nav_ul {
  display: inline-block;
  height: 40px;
  line-height: 40px; }

.sub_nav_ul li {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  float: left; }

.sub_nav_ul li a {
  color: #333;
  font-size: 14px;
  padding: 0 10px;
  border-right: 1px solid #333; }

.sub_nav_ul li.last a {
  border-right: none; }

.sub_nav_ul li a:hover {
  background: #3697d9;
  color: #fff;
  border-right: none;
  margin-left: -1px; }

/*第二部分成就*/
.position_rel {
  position: relative;
  z-index: 20; }

.part1 {
  background: #fff;
  padding-top: 1px; }

.cj_content {
  padding-top: 90px;
  padding-bottom: 40px; }

.cj_content li {
  display: inline-block;
  float: left;
  width: 20%;
  text-align: center;
  border-right: 1px solid #e4e4e4; }

.cj_content li .w-center {
  font-size: 27px;
  color: #333333; }

.cj_content li .num {
  position: relative;
  color: #3c3c3c;
  font-size: 50px;
  display: inline-block;
  font-family: Arial; }

.cj_content li .num em {
  font-size: 28px;
  font-style: normal;
  position: absolute;
  left: -34px;
  top: 50%;
  margin-top: -21px; }

.cj_content li .num i {
  position: absolute;
  top: 0;
  right: -20px;
  color: #949494;
  font-size: 12px;
  font-style: normal; }

.cj_content li .cj_text {
  color: #666666;
  font-size: 14px; }

.cj_part2 {
  padding: 0 10px;
  position: absolute;
  width: 1000px;
  left: 50%;
  margin-left: -500px;
  top: -70px;
  height: 120px;
  background: #fff;
  z-index: 98;
  box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-shadow: 0 2px 3px #cfcfcf;
  -webkit-box-shadow: 0 2px 3px #cfcfcf;
  -ms-box-shadow: 0 2px 3px #cfcfcf;
  box-shadow: 0 2px 3px #cfcfcf; }

.cj_part2 ul {
  margin-top: 20px;
  width: 1016px; }

.cj_part2 ul li {
  float: left;
  margin-right: 16px;
  width: 234px;
  height: 75px;
  position: relative;
  overflow: hidden; }

.cj_part2 ul li.tag2 {
  margin-right: 32px; }

.cj_part2 ul li .img {
  float: left;
  width: 84px;
  height: 75px; }

.cj_part2 ul li.tag1 .img {
  background: url("../img/hot-top-tag1.png") no-repeat center; }

.cj_part2 ul li.tag2 .img {
  background: url("../img/hot-top-tag2.png") no-repeat center; }

.cj_part2 ul li.tag3 .img {
  background: url("../img/hot-top-tag3.png") no-repeat center; }

.cj_part2 ul li.tag4 .img {
  background: url("../img/hot-top-tag4.png") no-repeat center; }

.cj_part2 ul li .info {
  float: left;
  width: 150px;
  height: 75px; }

.cj_part2 ul li .info h2 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  font-weight: normal; }

.cj_part2 ul li .info p {
  margin-top: 8px;
  line-height: 14px;
  color: #999;
  font-size: 14px; }

.cj_part2 ul li .link {
  top: 75px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(222, 41, 134, 0.9);
  transition: 0.4s;
  background: #49a1dc\9; }

.cj_part2 ul li .link a {
  display: block; }

.cj_part2 ul li .link p {
  margin: 21px auto 0;
  font-size: 16px;
  width: 101px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px; }

.cj_part2 ul li:hover .link {
  top: 0;
  transition: 0.2s; }

/* form */
/*表单*/
.bd_part12 {
  width: 100%;
  height: 504px;
  overflow: hidden;
  background: url("../img/form.jpg") no-repeat center; }

.form h2 {
  margin-top: 80px;
  font-size: 34px;
  line-height: 34px;
  color: #ffffff;
  text-align: center; }

.form h2 span {
  color: #de2986; }

.form h3 {
  margin-top: 26px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #cccccc; }

.form form {
  margin-top: 50px;
  margin-left: 318px;
  width: 360px; }

.form input[type="text"] {
  margin-top: 19px;
  width: 358px;
  height: 51px;
  display: block;
  text-indent: 60px;
  color: #9f9f9f;
  border: 1px solid #9f9f9f;
  border-radius: 8px; }

.form input.name {
  background: url("../img/form-tag1.png") no-repeat 18px center; }

.form input.phone {
  background: url("../img/form-tag2.png") no-repeat 18px center; }

.form-btn {
  margin-top: 40px; }

.form-btn .btn1 {
  float: left;
  width: 156px;
  height: 42px;
  line-height: 42px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background: #4375b9;
  border-radius: 3px; }

.form-btn input[type="submit"] {
  float: right;
  width: 198px;
  height: 42px;
  line-height: 42px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  background: #de2986;
  border-radius: 3px;
  border: none; }

/*part8*/
.part8 ul {
  width: 100%;
  height: 140px;
  background: #f7f7f7;
  border-top: 1px solid #ebebeb; }

.part8 ul li {
  width: 19%;
  color: #939393;
  font-size: 12px;
  border-right: 1px solid #ebebeb;
  height: 88px;
  margin-top: 27px;
  text-align: center; }

.part8 ul li h3 .text2 {
  font-size: 26px;
  color: #3c3c3c;
  position: relative; }
  .part8 ul li h3 .text2 em {
    font-size: 40px; }
  .part8 ul li h3 .text2 i {
    position: relative;
    top: -5px;
    left: -5px; }

.part8 ul li h3 .text2 span {
  position: absolute;
  right: 36%;
  top: -2%;
  color: #939393;
  font-size: 12px; }

.part8 ul li.last {
  border-right: none; }

.part8 ul li.sec h3 .text2 span {
  right: 28%; }

.part8 ul li.thr h3 .text2 span {
  right: 12%; }

.part8 ul li.fou h3 .text2 span {
  right: 24%; }

.part8 ul li.last h3 .text2 span {
  right: 11%; }

/* 标题 */
.biaoti {
  margin-top: 70px; }
  .biaoti.bai p {
    color: #fff; }
  .biaoti p {
    font-size: 38px;
    color: #333333;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px; }
    .biaoti p span {
      color: #de2986; }
  .biaoti > span {
    color: #999999;
    font-size: 20px;
    display: block;
    text-align: center; }

.button {
  width: 220px;
  height: 52px;
  text-align: center;
  display: block;
  font-size: 20px;
  margin: 50px auto 0;
  border: 1px solid #de2986;
  border-radius: 26px;
  color: #de2986;
  line-height: 52px;
  transition: all 0.5s; }
  .button:hover {
    background: #de2986;
    color: #fff; }

/*footer*/
.footer {
  width: 100%;
  height: 80px;
  background: #191919; }

.footer p {
  color: #999999;
  line-height: 80px;
  text-align: center; }

.footer p span {
  margin-left: 26px; }

/* 上市公司 */
.shangshi {
  padding-top: 1px;
  padding-bottom: 1px;
  background: #fff; }

.shangshi_c {
  margin-top: 50px;
  margin-bottom: 70px;
  position: relative;
  padding: 30px 0 0 30px;
  height: 400px; }
  .shangshi_c .bg {
    width: 715px;
    height: 400px;
    background: #de2986;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 60px 0 60px 0; }
  .shangshi_c .shangshi_c_s {
    margin: 0 -3px;
    position: relative;
    overflow: hidden;
    z-index: 2; }
    .shangshi_c .shangshi_c_s .content {
      overflow: hidden;
      width: 25%;
      padding: 0 3px;
      float: left;
      position: relative;
      height: auto;
      margin-bottom: 6px;
      padding-top: 1px; }
      .shangshi_c .shangshi_c_s .content .img {
        width: 100%;
        height: auto;
        overflow: hidden; }
        .shangshi_c .shangshi_c_s .content .img:hover img {
          transform: scale(1.2, 1.2); }
        .shangshi_c .shangshi_c_s .content .img img {
          transform: scale(1, 1);
          transition: transform 0.5s; }
      .shangshi_c .shangshi_c_s .content.zi_bai .text {
        font-size: 32px;
        font-weight: 900;
        padding-right: 38px;
        color: #fff;
        line-height: 1.3;
        padding-top: 20px; }
        .shangshi_c .shangshi_c_s .content.zi_bai .text img {
          vertical-align: middle;
          margin-left: 13px; }
      .shangshi_c .shangshi_c_s .content.zi_bai .xian {
        width: 70px;
        border-top: 4px solid #fff;
        margin-top: 35px; }
      .shangshi_c .shangshi_c_s .content.zi_fen {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        padding-top: 7px; }
        .shangshi_c .shangshi_c_s .content.zi_fen > div {
          border: 2px solid #de2986;
          border-radius: 0 0 60px 0;
          height: 100%; }
        .shangshi_c .shangshi_c_s .content.zi_fen .text {
          text-align: center;
          margin-top: 34px;
          line-height: 1; }
          .shangshi_c .shangshi_c_s .content.zi_fen .text span {
            font-size: 18px;
            color: #de2986;
            font-weight: 100; }
          .shangshi_c .shangshi_c_s .content.zi_fen .text p {
            font-size: 24px;
            color: #de2986;
            font-weight: 900;
            margin-top: 10px; }
        .shangshi_c .shangshi_c_s .content.zi_fen a {
          width: 100px;
          height: 30px;
          margin: 15px auto 0;
          display: block;
          background: #de2986;
          border: 1px solid #de2986;
          color: #fff;
          font-size: 16px;
          text-align: center;
          line-height: 28px;
          border-radius: 5px; }
          .shangshi_c .shangshi_c_s .content.zi_fen a:hover {
            background: #fff;
            color: #de2986; }
      .shangshi_c .shangshi_c_s .content > img {
        width: 100%;
        height: auto;
        display: block; }
      .shangshi_c .shangshi_c_s .content > p {
        text-align: center;
        position: absolute;
        bottom: 0;
        padding: 0 3px;
        width: 100%;
        left: 0; }
        .shangshi_c .shangshi_c_s .content > p span {
          font-size: 18px;
          line-height: 2;
          background: rgba(0, 0, 0, 0.5);
          background: #000\9;
          color: #fff;
          display: block;
          width: 100%; }

/* 协助就业 */
.jiuye {
  border-bottom: 1px solid #ededed;
  padding-bottom: 1px;
  padding-top: 1px;
  background: #fff; }

.jiuye_c {
  margin-top: 50px;
  margin-bottom: 80px; }
  .jiuye_c .jiuye_c_s {
    transition: all 0.5s;
    width: 25%;
    float: left;
    padding: 0 25px;
    text-align: center;
    padding-bottom: 1px; }
    .jiuye_c .jiuye_c_s.true {
      border: 1px solid #ededed \9;
      border-radius: 5px 5px 5px 5px;
      box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1);
      margin-top: -10px; }
    .jiuye_c .jiuye_c_s .icon {
      margin-top: 40px; }
      .jiuye_c .jiuye_c_s .icon img {
        display: block;
        margin: 0 auto 20px; }
      .jiuye_c .jiuye_c_s .icon .xian {
        display: block;
        width: 30px;
        margin: 0 auto;
        border-top: 2px solid #de2986; }
    .jiuye_c .jiuye_c_s .title {
      color: #333333;
      font-size: 20px;
      margin-top: 30px;
      margin-bottom: 24px;
      line-height: 1; }
    .jiuye_c .jiuye_c_s p {
      font-size: 16px;
      color: #999999;
      margin-bottom: 35px; }
    .jiuye_c .jiuye_c_s a {
      font-size: 13px;
      color: #de2986;
      text-decoration: underline;
      margin-bottom: 40px;
      display: inline-block; }

/* 产品流程 */
.luoji {
  background: #fff;
  padding-top: 1px;
  padding-bottom: 70px; }

.luoji_c {
  margin-top: 50px;
  position: relative; }
  .luoji_c .luoji_jiantou {
    position: absolute;
    top: 50%;
    margin-top: -27.5px;
    width: 100%; }
    .luoji_c .luoji_jiantou > div {
      background: #000;
      width: 30px;
      height: 55px;
      cursor: pointer;
      background: url("../img/luoji_jiantou.png") no-repeat 0px -54px; }
    .luoji_c .luoji_jiantou > div.true {
      background-position-y: 0px; }
    .luoji_c .luoji_jiantou > .zuo {
      float: left;
      margin-left: -70px; }
    .luoji_c .luoji_jiantou > .you {
      float: right;
      background-position-x: -36px;
      margin-right: -70px; }
  .luoji_c .luoji_swiper {
    overflow: hidden;
    margin: 0 -15px; }
    .luoji_c .luoji_swiper .swiper-slide {
      width: 257px;
      padding: 0 14px;
      overflow: hidden; }
      .luoji_c .luoji_swiper .swiper-slide img {
        display: block;
        width: 100%;
        height: auto; }
      .luoji_c .luoji_swiper .swiper-slide .content {
        transition: all 0.5s;
        width: 100%;
        position: relative; }
        .luoji_c .luoji_swiper .swiper-slide .content .text {
          transition: all 0.5s;
          position: absolute;
          width: 100%;
          height: 100%;
          background: rgba(222, 41, 134, 0.7);
          background: #de2986 \9;
          top: 0;
          left: 0;
          text-align: center; }
          .luoji_c .luoji_swiper .swiper-slide .content .text p {
            line-height: 1; }
            .luoji_c .luoji_swiper .swiper-slide .content .text p .true {
              transition: all 0.5s;
              font-size: 180px;
              color: #fff;
              line-height: 1;
              display: inline-block;
              margin-top: 50px; }
            .luoji_c .luoji_swiper .swiper-slide .content .text p .false {
              transition: all 0.5s;
              display: none; }
          .luoji_c .luoji_swiper .swiper-slide .content .text .title {
            font-size: 24px;
            color: #fff;
            margin-top: 30px;
            font-weight: 900;
            line-height: 1; }
          .luoji_c .luoji_swiper .swiper-slide .content .text .xian {
            width: 190px;
            margin: 15px auto 10px;
            border-top: 1px solid #fff; }
          .luoji_c .luoji_swiper .swiper-slide .content .text .zi {
            width: 190px;
            margin: 0 auto;
            line-height: 1; }
            .luoji_c .luoji_swiper .swiper-slide .content .text .zi .true {
              transition: all 0.5s;
              font-size: 16px;
              color: #fff;
              line-height: 1;
              display: inline-block; }
            .luoji_c .luoji_swiper .swiper-slide .content .text .zi .false {
              transition: all 0.5s;
              display: none; }
    .luoji_c .luoji_swiper .swiper-slide.true .content .text {
      background: rgba(0, 0, 0, 0.6);
      background: #000\9;
      top: 140px;
      text-align: center; }
      .luoji_c .luoji_swiper .swiper-slide.true .content .text p {
        line-height: 1; }
        .luoji_c .luoji_swiper .swiper-slide.true .content .text p .true {
          display: none; }
        .luoji_c .luoji_swiper .swiper-slide.true .content .text p .false {
          display: inline-block;
          width: 32px;
          margin-top: 15px; }
      .luoji_c .luoji_swiper .swiper-slide.true .content .text .title {
        margin-top: 20px; }
      .luoji_c .luoji_swiper .swiper-slide.true .content .text .zi .true {
        display: none; }
      .luoji_c .luoji_swiper .swiper-slide.true .content .text .zi .false {
        display: inline-block;
        color: #fff;
        text-align: center;
        line-height: 1.5;
        font-size: 15px; }
    .luoji_c .luoji_swiper .swiper-slide:hover {
      cursor: pointer; }
      .luoji_c .luoji_swiper .swiper-slide:hover .content .text {
        background: rgba(0, 0, 0, 0.6);
        background: #000\9;
        top: 140px;
        text-align: center; }
        .luoji_c .luoji_swiper .swiper-slide:hover .content .text p {
          line-height: 1; }
          .luoji_c .luoji_swiper .swiper-slide:hover .content .text p .true {
            display: none; }
          .luoji_c .luoji_swiper .swiper-slide:hover .content .text p .false {
            display: inline-block;
            width: 32px;
            margin-top: 15px; }
        .luoji_c .luoji_swiper .swiper-slide:hover .content .text .title {
          margin-top: 20px; }
        .luoji_c .luoji_swiper .swiper-slide:hover .content .text .zi .true {
          display: none; }
        .luoji_c .luoji_swiper .swiper-slide:hover .content .text .zi .false {
          display: inline-block;
          color: #fff;
          text-align: center;
          line-height: 1.5;
          font-size: 15px; }

/* 抖音——沉迷 */
.chenmi {
  padding-bottom: 1px;
  padding-top: 1px;
  background: #ffffff;
  position: relative; }
  .chenmi .bg {
    width: 100%;
    height: 270px;
    position: absolute;
    bottom: 0;
    background: url("../img/chenmi_bg.jpg") no-repeat bottom center;
    z-index: -2; }

.chenmi_c {
  margin-bottom: 50px;
  margin-top: 50px;
  overflow: hidden; }
  .chenmi_c .chenmi_l {
    float: left;
    width: 280px;
    height: auto;
    position: relative; }
    .chenmi_c .chenmi_l .shouji {
      width: 100%; }
    .chenmi_c .chenmi_l .touxiang {
      width: 34px;
      height: 33px;
      position: absolute;
      top: 450px;
      left: 225px;
      z-index: 5;
      animation: douyin_touxiang 2.5s linear infinite; }
    .chenmi_c .chenmi_l .douyin {
      margin-top: 10px;
      position: absolute;
      top: 0;
      left: 0;
      width: 245px;
      margin-left: 17.5px;
      z-index: -1;
      height: 100%;
      overflow: hidden; }
      .chenmi_c .chenmi_l .douyin div {
        width: 100%;
        height: 90%;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        background: #000; }
      .chenmi_c .chenmi_l .douyin img {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
        .chenmi_c .chenmi_l .douyin img.true {
          z-index: 4;
          animation: douyin_true 0.8s; }
        .chenmi_c .chenmi_l .douyin img.false {
          z-index: 3;
          animation: douyin_false 0.8s; }
    .chenmi_c .chenmi_l .douyin_title {
      position: absolute;
      left: 40px;
      top: 470px;
      width: 100px;
      height: 15px;
      overflow: hidden; }
      .chenmi_c .chenmi_l .douyin_title .img1 {
        animation: douyin_title 8s linear infinite;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 360px; }
        .chenmi_c .chenmi_l .douyin_title .img1 img {
          float: left; }
  .chenmi_c .chenmi_r {
    float: right;
    margin-right: -30px; }
    .chenmi_c .chenmi_r .chenmi_r_t {
      overflow: hidden; }
    .chenmi_c .chenmi_r .content_t {
      margin-top: 60px;
      width: 240px;
      float: left;
      text-align: center;
      padding: 0 20px; }
      .chenmi_c .chenmi_r .content_t.mr_r {
        margin-right: 5px; }
      .chenmi_c .chenmi_r .content_t.border_l_r {
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed; }
      .chenmi_c .chenmi_r .content_t .icon {
        width: 85px;
        height: 85px;
        border-radius: 15px;
        border: 1px solid #de2986;
        margin: 0 auto;
        background: url("../img/chenmi_icon.png") no-repeat 0 center; }
      .chenmi_c .chenmi_r .content_t .icon1 {
        background-position-x: -4px; }
      .chenmi_c .chenmi_r .content_t .icon2 {
        background-position-x: -75px; }
      .chenmi_c .chenmi_r .content_t .icon3 {
        background-position-x: -147px; }
      .chenmi_c .chenmi_r .content_t .title {
        font-size: 18px;
        color: #333333;
        font-weight: 900;
        margin-top: 34px;
        line-height: 1;
        margin-bottom: 20px; }
      .chenmi_c .chenmi_r .content_t .text {
        text-align: left;
        font-size: 14px;
        color: #999999;
        line-height: 1.8; }
    .chenmi_c .chenmi_r .chenmi_title {
      margin-left: 30px;
      width: 320px;
      height: 44px;
      line-height: 44px;
      color: #fff;
      text-align: center;
      font-size: 22px;
      font-weight: 900;
      background: #de2986;
      margin-top: 53px;
      border-radius: 0 30px 0 0; }
    .chenmi_c .chenmi_r .chenmi_r_b {
      margin-top: 40px; }
      .chenmi_c .chenmi_r .chenmi_r_b .content_b {
        width: 245px;
        padding: 0 30px;
        float: left;
        text-align: center; }
        .chenmi_c .chenmi_r .chenmi_r_b .content_b p {
          font-size: 18px;
          color: #fff;
          margin-bottom: 25px; }
        .chenmi_c .chenmi_r .chenmi_r_b .content_b div {
          text-align: left;
          font-size: 14px;
          color: #cccccc; }

/* 作品 */
.zuopin {
  border-top: 1px solid #ededed;
  background: #fff;
  padding-top: 1px;
  padding-bottom: 70px;
  position: relative; }
  .zuopin .bg {
    width: 100%;
    height: 420px;
    background: #f9f9f9;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2; }

.zuopin_c {
  margin-top: 50px;
  position: relative; }
  .zuopin_c .zuopin_r {
    float: right;
    margin-top: 245px;
    box-shadow: 0 3px 5px #d9d9d9; }
    .zuopin_c .zuopin_r > div {
      cursor: pointer;
      width: 42px;
      height: 42px;
      background: #df2d8a; }
      .zuopin_c .zuopin_r > div span {
        display: block;
        width: 100%;
        height: 100%;
        background: url("../img/zuopin_jiantou.png") no-repeat center 14px; }
    .zuopin_c .zuopin_r .false {
      background: #2d2e40; }
    .zuopin_c .zuopin_r .bottom > span {
      background-position-y: -26px; }
  .zuopin_c .zuopin_l {
    float: left;
    position: relative;
    z-index: 2;
    margin-right: -300px;
    margin-top: 90px;
    box-shadow: 0 30px 30px #000; }
    .zuopin_c .zuopin_l .content {
      width: 220px;
      display: none; }
    .zuopin_c .zuopin_l .content.true {
      display: block; }
    .zuopin_c .zuopin_l .xian_zong {
      margin-left: -25px;
      margin-top: -50px;
      position: relative;
      z-index: 2; }
      .zuopin_c .zuopin_l .xian_zong .xian_hong {
        width: 40px;
        border-top: 2px solid #df2d8a; }
      .zuopin_c .zuopin_l .xian_zong .xian_bai {
        width: 20px;
        margin-left: 35px;
        border-top: 1px solid #fff; }
  .zuopin_c .swiper_bg {
    width: 240px;
    height: 170px;
    background: #ececec;
    position: absolute;
    left: 720px;
    top: 360px;
    z-index: -1; }
  .zuopin_c .zuopin_dian {
    text-align: center;
    margin-top: 50px; }
    .zuopin_c .zuopin_dian span {
      margin: 0 7px;
      width: 12px;
      height: 12px;
      border-radius: 6px;
      display: inline-block;
      background: #cccccc;
      transition: all 0.5s;
      cursor: pointer; }
      .zuopin_c .zuopin_dian span.swiper-active-switch {
        width: 40px;
        background: #de2986; }

.zuopin_swiper {
  overflow: hidden;
  width: 790px;
  margin-left: 146px;
  float: left; }
  .zuopin_swiper .swiper-slide {
    width: 100%; }
  .zuopin_swiper .content {
    width: 100%;
    overflow: hidden; }
    .zuopin_swiper .content .img_r {
      width: 790px;
      float: right; }
      .zuopin_swiper .content .img_r div {
        overflow: hidden;
        float: left;
        position: relative; }
        .zuopin_swiper .content .img_r div a {
          position: absolute;
          bottom: -60px;
          width: 150px;
          height: 40px;
          border-radius: 20px;
          background: #fff;
          left: 50%;
          margin-left: -75px;
          text-align: center;
          line-height: 40px;
          color: #df2d8a;
          box-shadow: 0 0 30px #6e7475; }
        .zuopin_swiper .content .img_r div:hover a {
          transition: all 0.3s;
          bottom: 15px; }
      .zuopin_swiper .content .img_r img {
        display: block; }
      .zuopin_swiper .content .img_r .xiao {
        padding-left: 10px; }
      .zuopin_swiper .content .img_r .zhong {
        padding-left: 10px;
        margin-top: 10px; }

/* 课程 */
.kecheng {
  padding-top: 1px;
  background: #181e29;
  padding-bottom: 100px; }
  .kecheng .canvas_quxian {
    position: absolute;
    bottom: -100px;
    z-index: 100; }

.kecheng_c {
  position: relative;
  z-index: 101;
  margin-top: 35px; }
  .kecheng_c .swiper_l {
    float: left;
    width: 590px;
    overflow: hidden; }
    .kecheng_c .swiper_l .swiper-slide {
      overflow: hidden;
      width: 100%; }
      .kecheng_c .swiper_l .swiper-slide div {
        float: left; }
        .kecheng_c .swiper_l .swiper-slide div img {
          display: block;
          margin-bottom: 25px; }
      .kecheng_c .swiper_l .swiper-slide .img_r {
        float: right;
        margin-top: 35px; }
        .kecheng_c .swiper_l .swiper-slide .img_r img {
          margin-bottom: 0; }
  .kecheng_c .kecheng_r {
    margin-top: 15px;
    float: right;
    width: 340px;
    height: 520px;
    background: #fff;
    position: relative; }
    .kecheng_c .kecheng_r .you_xiushi {
      position: absolute;
      right: 0;
      top: 270px;
      width: 18px;
      height: 15px;
      background: #131a20; }
      .kecheng_c .kecheng_r .you_xiushi p {
        width: 20px;
        border-top: 3px solid #fff;
        margin-left: 10px;
        margin-top: 6px; }
    .kecheng_c .kecheng_r .xian_1 {
      width: 40px;
      border-top: 1px solid #df2d8a;
      position: absolute;
      left: -23px;
      top: 50px; }
    .kecheng_c .kecheng_r .xian_2 {
      width: 160px;
      border-top: 1px solid #df2d8a;
      position: absolute;
      left: -52px;
      top: 465px; }
    .kecheng_c .kecheng_r .dagang {
      width: 180px;
      height: 45px;
      background: #df2d8a;
      color: #fff;
      line-height: 45px;
      font-size: 20px;
      text-align: center;
      position: absolute;
      right: -20px;
      bottom: -15px;
      border-radius: 25px 0 25px 0; }
    .kecheng_c .kecheng_r .kecheng_jiantou {
      position: absolute;
      margin-left: -42px;
      top: 215px; }
      .kecheng_c .kecheng_r .kecheng_jiantou div {
        width: 42px;
        height: 42px;
        cursor: pointer; }
        .kecheng_c .kecheng_r .kecheng_jiantou div span {
          width: 100%;
          height: 100%;
          display: block;
          background: url("../img/kecheng_jiantou.png") no-repeat center 12px; }
      .kecheng_c .kecheng_r .kecheng_jiantou .top {
        border-radius: 0 5px 5px 0;
        background: #1d2531;
        margin-left: 42px; }
      .kecheng_c .kecheng_r .kecheng_jiantou .bottom {
        border-radius: 5px 0 0 5px;
        background: #d72b85; }
        .kecheng_c .kecheng_r .kecheng_jiantou .bottom span {
          background-position-y: -30px; }
    .kecheng_c .kecheng_r .swiper_r {
      overflow: hidden;
      width: 275px;
      margin-left: 50px;
      height: 520px; }
      .kecheng_c .kecheng_r .swiper_r .swiper-slide {
        width: 100%; }
        .kecheng_c .kecheng_r .swiper_r .swiper-slide .title {
          font-size: 26px;
          color: #de2986;
          margin-left: 20px;
          margin-top: 50px;
          line-height: 1; }
        .kecheng_c .kecheng_r .swiper_r .swiper-slide .jieduan {
          margin-top: 15px;
          margin-left: 20px;
          font-size: 16px;
          vertical-align: middle;
          color: #999999;
          line-height: 1; }
          .kecheng_c .kecheng_r .swiper_r .swiper-slide .jieduan span {
            color: #df2d8a;
            border-top: 2px solid #de2986;
            display: inline-block;
            width: 20px;
            margin-top: -3px;
            margin-right: 10px;
            vertical-align: middle; }
        .kecheng_c .kecheng_r .swiper_r .swiper-slide .text {
          margin-top: 40px;
          width: 100%; }
          .kecheng_c .kecheng_r .swiper_r .swiper-slide .text p {
            line-height: 1;
            margin-bottom: 25px;
            width: 50%;
            float: left;
            font-size: 16px;
            color: #666666; }
            .kecheng_c .kecheng_r .swiper_r .swiper-slide .text p span {
              vertical-align: middle;
              border-top: 1px solid #e9e9e9;
              color: #e9e9e9;
              width: 10px;
              display: inline-block;
              margin-right: 15px; }

/* 讲师模块 */
.jiangshi {
  background: #f9f9f9;
  padding-bottom: 80px;
  padding-top: 1px\9; }

.jiangshi_c {
  margin-top: 50px;
  margin-bottom: 50px; }
  .jiangshi_c .content {
    box-shadow: 0 0 50px #e0e0e0;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    width: 960px;
    height: 520px;
    position: relative; }
    .jiangshi_c .content .bg_l {
      width: 250px;
      height: 100%;
      background: #131313;
      position: absolute;
      top: 0;
      z-index: 1;
      left: 0; }
      .jiangshi_c .content .bg_l.false {
        z-index: 5;
        left: auto;
        animation: jiangshi_bg_l_false 0.6s ease-in forwards; }
      .jiangshi_c .content .bg_l.true {
        z-index: 1;
        left: auto;
        animation: jiangshi_bg_l_true 0.3s ease-in forwards; }
    .jiangshi_c .content .bg_img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
      .jiangshi_c .content .bg_img.true {
        animation: jiangshi_bgimg_true 0s ease-in forwards 0.4s; }
      .jiangshi_c .content .bg_img img {
        width: 100%;
        height: auto; }
    .jiangshi_c .content .jiaoshi_img {
      width: 345px;
      height: 345px;
      float: left;
      position: relative;
      z-index: 3;
      overflow: hidden;
      margin-top: 88px;
      margin-left: 25px; }
      .jiangshi_c .content .jiaoshi_img.true {
        animation: jiangshi_img_true 0.4s ease-in forwards 0.4s; }
      .jiangshi_c .content .jiaoshi_img .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 345px;
        overflow: hidden;
        height: 100%;
        background: #de2986; }
        .jiangshi_c .content .jiaoshi_img .img.true {
          background: #de2986;
          z-index: 3;
          animation: jiangshi_width 0.5s forwards ease-in; }
          .jiangshi_c .content .jiaoshi_img .img.true img {
            animation: jiangshi_img_youyi 0.4s ease-in forwards 0.2s; }
        .jiangshi_c .content .jiaoshi_img .img.false {
          z-index: 2; }
          .jiangshi_c .content .jiaoshi_img .img.false img {
            animation: jiangshi_img_zuoyi 0.4s ease-in 0.2s; }
        .jiangshi_c .content .jiaoshi_img .img.true2 {
          background: #de2986;
          right: 0;
          left: auto;
          z-index: 3;
          animation: jiangshi_width 0.5s forwards ease-in; }
          .jiangshi_c .content .jiaoshi_img .img.true2 img {
            animation: jiangshi_img_youyi2 0.4s ease-in forwards 0.2s; }
        .jiangshi_c .content .jiaoshi_img .img.false2 {
          z-index: 2; }
          .jiangshi_c .content .jiaoshi_img .img.false2 img {
            animation: jiangshi_img_zuoyi2 0.4s ease-in 0.2s; }
        .jiangshi_c .content .jiaoshi_img .img img {
          width: 345px;
          height: 345px;
          display: block; }
    .jiangshi_c .content .content_s_l {
      position: relative;
      z-index: 8;
      float: left; }
      .jiangshi_c .content .content_s_l .tedu {
        font-size: 13px;
        color: #fff;
        margin-top: 33px;
        margin-left: 55px; }
      .jiangshi_c .content .content_s_l .xian {
        margin-top: 140px;
        margin-left: 50px; }
        .jiangshi_c .content .content_s_l .xian .xian_s {
          height: 110px;
          background: rgba(255, 255, 255, 0.6);
          background: #000\9;
          width: 1px;
          margin-left: 8px;
          position: relative;
          overflow: hidden; }
          .jiangshi_c .content .content_s_l .xian .xian_s div {
            position: absolute;
            width: 100%;
            height: 110px;
            top: 110px;
            background: #fff; }
            .jiangshi_c .content .content_s_l .xian .xian_s div.true {
              top: 0; }
        .jiangshi_c .content .content_s_l .xian .text_1 {
          color: #fff;
          margin-bottom: 5px;
          display: inline-block;
          font-size: 14px;
          transform: rotate(-90deg); }
      .jiangshi_c .content .content_s_l .text {
        margin-top: 110px;
        margin-left: 55px; }
        .jiangshi_c .content .content_s_l .text > div {
          float: left; }
          .jiangshi_c .content .content_s_l .text > div.help {
            margin-left: 28px; }
    .jiangshi_c .content .content_s {
      color: #fff;
      background: #fff;
      padding-top: 1px;
      position: relative;
      height: 100%; }
      .jiangshi_c .content .content_s.true {
        animation: jiangshi_contents_true 0.6s forwards 0.8s; }
      .jiangshi_c .content .content_s .jiangshi_text {
        height: 300px;
        overflow: hidden;
        float: left;
        margin-top: 130px;
        margin-left: 50px;
        position: relative;
        width: 380px; }
        .jiangshi_c .content .content_s .jiangshi_text .text {
          display: none;
          background: #fff;
          padding-bottom: 50px;
          position: absolute;
          top: 0;
          left: 0; }
          .jiangshi_c .content .content_s .jiangshi_text .text.true {
            display: block;
            z-index: 2;
            animation: jiangshi_text_true 0.6s ease-in forwards; }
          .jiangshi_c .content .content_s .jiangshi_text .text > span {
            width: 86px;
            height: 28px;
            display: inline-block;
            background: #bbbdbf;
            text-align: center;
            line-height: 28px;
            color: #fff;
            margin-bottom: 35px;
            font-size: 14px; }
          .jiangshi_c .content .content_s .jiangshi_text .text p {
            font-size: 34px;
            color: #1a1a1a;
            line-height: 1;
            margin-bottom: 25px; }
            .jiangshi_c .content .content_s .jiangshi_text .text p span {
              font-size: 50px;
              font-weight: 900;
              display: inline-block;
              margin-right: 25px; }
          .jiangshi_c .content .content_s .jiangshi_text .text div {
            font-size: 16px;
            color: #777777;
            width: 270px;
            line-height: 1.8;
            margin-bottom: 28px; }
          .jiangshi_c .content .content_s .jiangshi_text .text a {
            font-size: 14px;
            color: #de2986; }
      .jiangshi_c .content .content_s .jiangshi_jiantou {
        position: absolute;
        right: 0;
        bottom: 0; }
        .jiangshi_c .content .content_s .jiangshi_jiantou > div {
          width: 35px;
          height: 50px;
          background: #df2d8a;
          float: left;
          cursor: pointer; }
          .jiangshi_c .content .content_s .jiangshi_jiantou > div span {
            width: 100%;
            height: 100%;
            display: block;
            background: url("../img/jiangshi_jiantou.png") no-repeat -20px center; }
        .jiangshi_c .content .content_s .jiangshi_jiantou .zuo {
          background: #b7236f; }
          .jiangshi_c .content .content_s .jiangshi_jiantou .zuo span {
            background-position-x: 10px; }

/* 讲师每次轮播的出场动画 */
@keyframes jiangshi_width {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

/* 讲师每次轮播的出场动画时讲师的右移动画 */
@keyframes jiangshi_img_youyi {
  0% {
    margin-left: -150px; }
  100% {
    margin-left: 0; } }

/* 讲师每次轮播的出场动画时讲师的底部图片左移动画 */
@keyframes jiangshi_img_zuoyi {
  0% {
    margin-left: 0; }
  100% {
    margin-left: 150px; } }

/* 相反轮播时的动画 */
@keyframes jiangshi_img_youyi2 {
  0% {
    margin-left: 150px; }
  100% {
    margin-left: 0; } }

@keyframes jiangshi_img_zuoyi2 {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -150px; } }

/* 讲师介绍的出场动画 */
@keyframes jiangshi_text_true {
  0% {
    opacity: 0;
    top: -100px; }
  80% {
    opacity: 0.2;
    top: -20px; }
  100% {
    opacity: 1;
    top: 0; } }

/*讲师bg_l的出场动画  和入场动画*/
@keyframes jiangshi_bg_l_false {
  0% {
    width: 250px; }
  35% {
    left: auto;
    width: 960px; }
  60% {
    right: 0;
    left: auto;
    width: 960px; }
  100% {
    right: 0;
    left: auto;
    width: 0; } }

@keyframes jiangshi_bg_l_true {
  0% {
    z-index: 5;
    left: 0;
    right: auto;
    width: 0; }
  35% {
    left: 0;
    right: auto;
    width: 0; }
  100% {
    z-index: 5;
    left: 0;
    width: 250px; } }

/* 讲师出场动画 */
@keyframes jiangshi_img_true {
  0% {
    z-index: 5;
    width: 0; }
  100% {
    z-index: 5;
    width: 345px; } }

/* 背景图片的img动画 */
@keyframes jiangshi_bgimg_true {
  0% {
    z-index: 3; }
  100% {
    z-index: 3; } }

/*  */
@keyframes jiangshi_contents_true {
  0% {
    z-index: 4;
    width: 0; }
  100% {
    z-index: 4;
    width: 100%; } }

/* 抖音的出场动画和入场动画 */
@keyframes douyin_true {
  0% {
    left: 120%; }
  100% {
    left: 0; } }

@keyframes douyin_false {
  0% {
    left: 0;
    transform: scale(1, 1); }
  100% {
    transform: scale(0.7, 0.7); } }

@keyframes douyin_touxiang {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes douyin_title {
  0% {
    left: 0; }
  100% {
    left: -177px; } }
