@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, .shidai_c .shidai_c_s, .shangshi_c, .shangshi_c .shangshi_c_s .content.zi_fen, .shangshi_c .shangshi_c_s .content, .jiuye_c .jiuye_c_s, .kecheng_c .kecheng_l .content .swiper-slide, .renzheng_c .renzheng_swiper_s .swiper-slide .content, .renzheng_c .renzheng_swiper_s .swiper-slide .content p, .jineng .jineng_c, .jineng .jineng_c_s, .jineng .jineng_r, .jineng .jineng_r .jieshao, .diaocha .diaocha_c {
  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\9; }
  .banner-img a .img_false {
    display: block;
    display: block\9; }

#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: #333333; }

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

/* 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; }

/*tit*/
.tit {
  text-align: center;
  margin-top: 60px; }

.tit h3 {
  font-size: 38px;
  color: #333;
  font-weight: normal; }

.tit h3 span {
  color: #3697d9; }

.tit p {
  font-size: 20px;
  color: #999; }

/* 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; }

/*part1*/
.part_1_1 {
  padding-bottom: 70px; }

.part1 {
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  text-align: center; }
  .part1 img {
    display: block; }

.part1 h2 {
  font-size: 38px;
  color: #333;
  padding-top: 70px; }

#part1 h2 {
  padding-top: 90px; }

.part1 h2 span {
  color: #00b38b; }

.part1 .text1 {
  font-size: 20px;
  color: #999;
  padding-top: 15px; }

.part1 .part1Box {
  width: 100%;
  margin-top: 50px; }

.part1 .part1Box .tabbox {
  width: 33.3%;
  cursor: pointer;
  overflow: hidden; }

.part1 .part1Box .tab1 {
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: .6s;
  transform: translateX(0); }

.part1 .part1Box .tab1 img {
  width: 100%;
  display: block; }

.part1 .part1Box .tab1 .fontT {
  font-size: 16px;
  color: #666;
  position: absolute;
  right: -40%;
  top: 0;
  background: #f1f1f1;
  width: 40%;
  height: 100%; }

.part1 .part1Box .tab1 .fontT2 {
  width: 100%;
  height: 100%;
  right: 0;
  padding-top: 50px;
  display: none; }

.part1 .part1Box .tab1 .fontT strong {
  display: block;
  width: 40%;
  height: 40%;
  background: url(../img/computer.png) no-repeat;
  background-size: 100%;
  margin-left: 50%;
  margin-top: 10%; }

.part1 .part1Box .tab2 .fontT strong {
  background: url(../img/game.png) no-repeat;
  width: 48%; }

.part1 .part1Box .tab3 .fontT strong {
  background: url(../img/app.png) no-repeat;
  margin-top: -6%; }

.part1 .part1Box .tab1 .fontT span {
  width: 13px;
  height: 18px;
  background: url(../img/arrow.png) no-repeat;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -9px;
  opacity: 0;
  filter: alpha(opacity=0); }

.part1 h5 {
  font-size: 20px;
  color: #333;
  margin-top: 40px;
  padding-left: 20px;
  text-align: left; }

.part1 .tab1 .txt1 {
  text-align: left;
  padding-left: 20px;
  margin-top: 10px;
  line-height: 30px; }

.part1 .tab1 .posBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.part1 .tab1 .posBg em {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  position: absolute;
  left: 0;
  top: 0;
  transition: .6s; }

.part1 .tab1 .posBg i {
  width: 70px;
  height: 70px;
  background: url(../img/add.png) no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 60px;
  transition: .6s;
  transform: rotate(0deg); }

.part1 .tab1 .posBg .txt2 {
  font-size: 26px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 140px;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: .6s; }

.part1 .part1Box .tabbox:hover .tab1 {
  transform: translateX(-40%); }

.part1 .part1Box .tabbox:hover span {
  opacity: 1;
  filter: alpha(opacity=100); }

.part1 .part1Box .tabbox:hover .txt2 {
  opacity: 0;
  filter: alpha(opacity=0); }

.part1 .part1Box .tabbox:hover em {
  opacity: 0;
  filter: alpha(opacity=0); }

.part1 .part1Box .tabbox:hover i {
  transform: rotate(360deg);
  opacity: 0;
  filter: alpha(opacity=0); }

.part1 .btn {
  display: block;
  width: 187px;
  height: 46px;
  border: 1px solid #00b38b;
  color: #00b38b;
  line-height: 46px;
  font-size: 18px;
  margin: 56px auto;
  border-radius: 24px;
  transition: .6s; }

.part1 .btn:hover {
  background: #00b38b;
  color: #fff; }

/*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; }

.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; }

/* 互联网+时代 */
.shidai {
  padding-top: 1px;
  background: #fff;
  padding-bottom: 1px; }

.shidai_c {
  margin-bottom: 50px;
  margin-top: 65px;
  text-align: center; }
  .shidai_c .shidai_c_s {
    margin: 0 12.5px;
    width: 280px;
    height: 360px;
    padding: 1px;
    position: relative;
    display: inline-block; }
    .shidai_c .shidai_c_s.true .content {
      top: -15px;
      left: -15px;
      transition: all 0.3s; }
      .shidai_c .shidai_c_s.true .content .content_top {
        color: #fff;
        background: #c92b7e; }
      .shidai_c .shidai_c_s.true .content .content_bottom {
        background: #de2986;
        color: #fff; }
        .shidai_c .shidai_c_s.true .content .content_bottom span {
          color: #fff; }
        .shidai_c .shidai_c_s.true .content .content_bottom .title {
          background: #fff;
          color: #de2986; }
        .shidai_c .shidai_c_s.true .content .content_bottom .canvas .text span {
          color: #fff; }
        .shidai_c .shidai_c_s.true .content .content_bottom .canvas .text p {
          color: #fff; }
    .shidai_c .shidai_c_s .bg {
      position: absolute;
      border: 1px solid #ededed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0px;
      background: #eeeeee; }
    .shidai_c .shidai_c_s .content {
      position: relative;
      z-index: 2;
      top: 0;
      left: 0; }
      .shidai_c .shidai_c_s .content .content_top {
        width: 100%;
        height: 100px;
        color: #999999;
        text-align: center;
        font-size: 24px;
        font-weight: 900;
        background: #f6f6f6;
        line-height: 90px; }
      .shidai_c .shidai_c_s .content .content_bottom {
        padding-top: 1px;
        background: #fff;
        height: 258px;
        width: 100%; }
        .shidai_c .shidai_c_s .content .content_bottom .title {
          width: 130px;
          height: 30px;
          margin: -15px auto 0;
          font-size: 20px;
          background: #999999;
          color: #fff;
          border-radius: 4px;
          line-height: 30px; }
        .shidai_c .shidai_c_s .content .content_bottom .canvas {
          margin-top: 25px;
          width: 100%;
          height: 160px;
          position: relative; }
          .shidai_c .shidai_c_s .content .content_bottom .canvas canvas {
            width: 100%;
            height: 100%; }
          .shidai_c .shidai_c_s .content .content_bottom .canvas .text {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
            .shidai_c .shidai_c_s .content .content_bottom .canvas .text span {
              font-size: 16px;
              color: #999999;
              display: block;
              text-align: center;
              margin-top: 57px; }
            .shidai_c .shidai_c_s .content .content_bottom .canvas .text p {
              font-size: 27px;
              color: #999999;
              font-weight: 900; }
        .shidai_c .shidai_c_s .content .content_bottom span {
          display: block;
          margin-top: 20px;
          display: block;
          font-size: 16px;
          line-height: 1;
          color: #999999; }

.shidai_button_s {
  margin-bottom: 69px;
  width: 100%; }
  .shidai_button_s .shidai_button {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #999999;
    vertical-align: middle;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(200, 200, 200, 0.8);
    transition: all 0.3s; }
    .shidai_button_s .shidai_button span {
      color: #fff;
      background: #de2986;
      display: inline-block;
      width: 30px;
      height: 30px;
      border-radius: 15px;
      text-align: center;
      line-height: 26px;
      font-size: 30px;
      vertical-align: middle;
      margin-top: -4px;
      transition: all 0.3s 0.3s; }
  .shidai_button_s.true {
    border-top: 1px solid #ededed;
    margin-bottom: 0; }
    .shidai_button_s.true p {
      width: 130px;
      background: #fff;
      margin: -17px auto 0; }
    .shidai_button_s.true .shidai_button {
      width: 30px;
      height: 30px;
      overflow: hidden;
      line-height: 30px;
      border-radius: 15px;
      box-shadow: none; }
      .shidai_button_s.true .shidai_button span {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg); }

/* 上市公司 */
.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; }

/* UID课程践行指路 */
.kecheng {
  /* 背景小球转动 */
  background: #f7f7f7;
  padding-top: 1px;
  padding-bottom: 70px; }
  .kecheng {
    background: #f3f6f9;
    padding-bottom: 60px;
    min-width: 1000px;
    overflow: hidden; }
  .kecheng .circle {
    position: absolute;
    animation: movingCircle 10s ease-in-out infinite alternate;
    z-index: 20; }
  .kecheng .circle.circle1 {
    left: 50px;
    top: 50px; }
  .kecheng .circle.circle2 {
    right: 100px;
    top: 50px;
    animation: movingCircle 25s ease-in-out infinite alternate; }
  .kecheng .circle.circle3 {
    right: 150px;
    bottom: 50px;
    animation: movingCircle 20s ease-in-out infinite alternate; }
  .kecheng .circle.circle4 {
    left: 100px;
    bottom: 100px;
    animation: movingCircle 15s ease-in-out infinite alternate; }

@-webkit-keyframes movingCircle {
  0% {
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0); }
  50% {
    -webkit-transform: rotate(180deg) translate(160px, 90px);
    transform: rotate(180deg) translate(160px, 90px); }
  100% {
    -webkit-transform: rotate(360deg) translate(-20px, -40px);
    transform: rotate(360deg) translate(-20px, -40px); } }

@-moz-keyframes movingCircle {
  0% {
    -moz-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0); }
  50% {
    -moz-transform: rotate(180deg) translate(160px, 90px);
    transform: rotate(180deg) translate(160px, 90px); }
  100% {
    -moz-transform: rotate(360deg) translate(-20px, -40px);
    transform: rotate(360deg) translate(-20px, -40px); } }

@keyframes movingCircle {
  0% {
    -webkit-transform: rotate(0) translate(0, 0);
    -moz-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0); }
  50% {
    -webkit-transform: rotate(180deg) translate(160px, 90px);
    -moz-transform: rotate(180deg) translate(160px, 90px);
    transform: rotate(180deg) translate(160px, 90px); }
  100% {
    -webkit-transform: rotate(360deg) translate(-20px, -40px);
    -moz-transform: rotate(360deg) translate(-20px, -40px);
    transform: rotate(360deg) translate(-20px, -40px); } }

.kecheng_c {
  margin-top: 50px;
  background: #fff;
  height: 555px;
  position: relative; }
  .kecheng_c .kecheng_l {
    height: 100%;
    background: #fff;
    width: 250px;
    float: left; }
    .kecheng_c .kecheng_l .kecheng_biaoti {
      position: relative;
      left: -26px;
      top: -16px;
      width: 200px;
      height: 40px;
      color: #fff;
      font-size: 20px;
      background: #de2986;
      text-align: center;
      line-height: 40px;
      box-sizing: content-box;
      -ms-box-sizing: content-box;
      border: 6px solid #f7f7f7; }
      .kecheng_c .kecheng_l .kecheng_biaoti .sanjiao {
        display: inline-block;
        width: 0px;
        height: 0;
        border: 8px solid #de2986;
        border-left-color: #fff;
        border-left-width: 13px; }
    .kecheng_c .kecheng_l .xian {
      width: 250px;
      border-top: 1px solid #de2986;
      line-height: 1;
      margin-top: 20px;
      margin-left: -65px; }
      .kecheng_c .kecheng_l .xian p {
        width: 100px;
        border-top: 1px solid #de2986;
        line-height: 1; }
    .kecheng_c .kecheng_l .content {
      padding-top: 30px; }
      .kecheng_c .kecheng_l .content .kecheng_l_swiper {
        overflow-y: hidden; }
      .kecheng_c .kecheng_l .content .swiper-slide {
        height: 410px;
        overflow: hidden;
        padding-left: 40px; }
        .kecheng_c .kecheng_l .content .swiper-slide .title {
          font-size: 22px;
          color: #333333;
          font-weight: 500;
          line-height: 1;
          margin-bottom: 30px; }
        .kecheng_c .kecheng_l .content .swiper-slide p {
          line-height: 1;
          font-size: 16px;
          color: #666666;
          margin-bottom: 20px; }
          .kecheng_c .kecheng_l .content .swiper-slide p span {
            font-size: 20px;
            display: inline-block;
            margin-right: 10px;
            color: #e5e5e5; }
  .kecheng_c .kecheng_r {
    position: relative;
    width: 750px;
    float: left; }
    .kecheng_c .kecheng_r .zixun {
      width: 110px;
      height: 90px;
      display: block;
      position: absolute;
      right: -48px;
      bottom: -16px;
      background: #de2986;
      color: #fff;
      z-index: 10;
      font-size: 16px;
      border-radius: 25px 0 25px 0;
      text-align: center; }
      .kecheng_c .kecheng_r .zixun .yuan {
        width: 36px;
        height: 36px;
        background: url("../img/kecheng_qiu.png") no-repeat center;
        display: block;
        margin: 14px auto 8px; }
    .kecheng_c .kecheng_r .kecheng_r_swiper {
      overflow-y: hidden; }
    .kecheng_c .kecheng_r img {
      display: block; }
    .kecheng_c .kecheng_r .jiangshi {
      width: 100%;
      height: 192px;
      overflow: hidden;
      position: absolute;
      bottom: 0; }
      .kecheng_c .kecheng_r .jiangshi .jiangshi_c {
        height: 140px;
        position: absolute;
        top: 120%;
        transition: all 0.7s;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        background: #000\9;
        margin-top: 52px; }
        .kecheng_c .kecheng_r .jiangshi .jiangshi_c.true {
          position: absolute;
          top: 0; }
        .kecheng_c .kecheng_r .jiangshi .jiangshi_c .xian {
          height: 100px;
          border-left: 1px solid #000000;
          margin-top: 20px;
          float: left; }
      .kecheng_c .kecheng_r .jiangshi .jiangshi_c_s {
        width: 330px;
        height: 140px;
        float: left;
        position: relative;
        padding-top: 1px; }
        .kecheng_c .kecheng_r .jiangshi .jiangshi_c_s.jiangshi_r {
          margin-left: 30px; }
        .kecheng_c .kecheng_r .jiangshi .jiangshi_c_s img {
          display: block;
          position: absolute;
          bottom: 0; }
        .kecheng_c .kecheng_r .jiangshi .jiangshi_c_s .text {
          position: relative;
          z-index: 5;
          color: #fff;
          width: 200px;
          margin: 30px 0 0 100px; }
          .kecheng_c .kecheng_r .jiangshi .jiangshi_c_s .text .title {
            font-size: 22px;
            line-height: 1;
            margin-bottom: 15px; }
          .kecheng_c .kecheng_r .jiangshi .jiangshi_c_s .text p {
            font-size: 14px;
            line-height: 1.3; }
  .kecheng_c .kecheng_jiantou {
    position: absolute;
    left: 190px;
    z-index: 5;
    top: 50%;
    margin-top: -40px; }
    .kecheng_c .kecheng_jiantou div {
      width: 60px;
      height: 60px;
      background: #de2986;
      float: left; }
      .kecheng_c .kecheng_jiantou div.false {
        background: #ccc; }
      .kecheng_c .kecheng_jiantou div:hover {
        cursor: pointer; }
      .kecheng_c .kecheng_jiantou div span {
        background: url("../img/kecheng_jiantou.png") no-repeat center;
        width: 100%;
        height: 100%;
        display: block; }
    .kecheng_c .kecheng_jiantou .zuo {
      margin-top: 40px;
      border-radius: 5px 0 0 5px; }
      .kecheng_c .kecheng_jiantou .zuo span {
        background-position: 20px center; }
    .kecheng_c .kecheng_jiantou .you {
      border-radius: 0 5px 5px 0; }
      .kecheng_c .kecheng_jiantou .you span {
        background-position: -20px center; }

/* 认证 */
.renzheng {
  padding-top: 1px;
  padding-bottom: 70px;
  position: relative;
  background: #fff; }
  .renzheng .biaoti {
    position: relative;
    z-index: 5; }
  .renzheng .bg_ban {
    background: url("../img/renzheng_bg.jpg") no-repeat center top;
    background-attachment: fixed;
    height: 400px;
    width: 100%;
    position: absolute; }

.renzheng_c {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  text-align: center; }
  .renzheng_c .renzheng_l {
    height: 300px;
    margin-top: 70px; }
    .renzheng_c .renzheng_l.false {
      display: none; }
    .renzheng_c .renzheng_l img {
      height: 100%;
      width: auto; }
  .renzheng_c .renzheng_swiper_s {
    position: relative;
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
    width: 540px;
    height: 370px;
    display: inline-block; }
    .renzheng_c .renzheng_swiper_s .renzheng_swiper {
      overflow: hidden; }
    .renzheng_c .renzheng_swiper_s .renzheng_jiantou {
      position: absolute;
      bottom: 20px;
      width: 100%; }
      .renzheng_c .renzheng_swiper_s .renzheng_jiantou > div {
        cursor: pointer;
        width: 47px;
        height: 47px;
        background: #fff;
        background: #efefef\9;
        margin: 0 -20px;
        border-radius: 5px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
        .renzheng_c .renzheng_swiper_s .renzheng_jiantou > div span {
          display: block;
          width: 100%;
          height: 100%;
          background: url("../img/renzheng_jiantou.png") no-repeat; }
      .renzheng_c .renzheng_swiper_s .renzheng_jiantou .zuo span {
        background-position: 15px center; }
      .renzheng_c .renzheng_swiper_s .renzheng_jiantou .you span {
        background-position: -38px center; }
    .renzheng_c .renzheng_swiper_s .swiper-slide {
      position: relative;
      height: 370px; }
      .renzheng_c .renzheng_swiper_s .swiper-slide .content {
        position: relative;
        z-index: 5;
        width: 100%;
        padding: 0 30px; }
        .renzheng_c .renzheng_swiper_s .swiper-slide .content .zhengshu_logo {
          margin-top: 35px;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); }
        .renzheng_c .renzheng_swiper_s .swiper-slide .content p {
          text-align: left;
          color: #fff;
          margin-top: 20px;
          padding-left: 15px; }
      .renzheng_c .renzheng_swiper_s .swiper-slide .bg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 300px;
        background: #064278; }
        .renzheng_c .renzheng_swiper_s .swiper-slide .bg.bg_hong {
          background: #e70020; }

/* 4A公司 */
.gongsi {
  padding-bottom: 1px;
  padding-top: 1px;
  background: url("../img/gongsi_bg.jpg") no-repeat top center; }

.gongsi_c {
  margin-top: 40px;
  margin-bottom: 52px; }
  .gongsi_c .gongsi_l {
    position: relative;
    z-index: 1000000; }
  .gongsi_c .gongsi_l_t {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.9);
    z-index: 5;
    width: 590px;
    position: relative; }
    .gongsi_c .gongsi_l_t .img {
      width: 590px;
      height: auto;
      position: relative; }
      .gongsi_c .gongsi_l_t .img img {
        width: 100%;
        height: auto; }
      .gongsi_c .gongsi_l_t .img .text {
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        background: #000\9;
        width: 100%; }
        .gongsi_c .gongsi_l_t .img .text span {
          width: 340px;
          height: 44px;
          display: block;
          background: #de2986;
          text-align: center;
          line-height: 44px;
          font-size: 24px;
          color: #fff;
          margin: -22px auto 0; }
        .gongsi_c .gongsi_l_t .img .text p {
          width: 100%;
          padding: 0 30px 55px 20px;
          margin-top: 20px;
          color: #fff;
          font-size: 15px; }
    .gongsi_c .gongsi_l_t .biankuang {
      height: 100%;
      width: 20%;
      background: #ffffff;
      position: absolute;
      left: -9px;
      top: 9px; }
  .gongsi_c .gongsi_swiper {
    width: 590px;
    overflow: hidden;
    position: relative;
    z-index: 5; }
  .gongsi_c .gongsi_l_b {
    display: inline-block;
    overflow: hidden;
    margin-top: -34px;
    margin-left: 20px;
    position: relative;
    border-radius: 0 38px 0 38px;
    z-index: 6; }
    .gongsi_c .gongsi_l_b .content {
      width: 90px;
      cursor: pointer;
      height: 90px;
      float: left;
      background: #fff;
      text-align: center;
      color: #666666; }
      .gongsi_c .gongsi_l_b .content p {
        font-size: 15px; }
      .gongsi_c .gongsi_l_b .content.true {
        background: #de2986;
        color: #fff;
        border-right: 1px solid #de2986; }
        .gongsi_c .gongsi_l_b .content.true .icon {
          background-position-y: 0; }
      .gongsi_c .gongsi_l_b .content.bian {
        border-right: 1px solid #ebebeb; }
      .gongsi_c .gongsi_l_b .content .icon {
        width: 43px;
        height: 43px;
        display: block;
        margin: 10px auto 5px;
        background: url("../img/gongsi_icon.png") no-repeat 0 -47px; }
      .gongsi_c .gongsi_l_b .content .icon_3 {
        background-position-x: -86px; }
      .gongsi_c .gongsi_l_b .content .icon_4 {
        background-position-x: -129px; }
      .gongsi_c .gongsi_l_b .content .icon_5 {
        background-position-x: -178px; }
      .gongsi_c .gongsi_l_b .content .icon_2 {
        background-position-x: -43px; }
  .gongsi_c .gongsi_r {
    overflow: hidden;
    margin-left: -100px;
    width: 495px;
    margin-top: 55px;
    height: auto;
    background: #eeeeee;
    padding: 20px 20px 20px 0;
    border-left-width: 0;
    position: relative; }
    .gongsi_c .gongsi_r .text {
      box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.8);
      position: absolute;
      bottom: -0px;
      right: -0px;
      width: 250px; }
      .gongsi_c .gongsi_r .text span {
        width: 100%;
        height: 40px;
        color: #fff;
        display: block;
        text-align: center;
        font-weight: 900;
        line-height: 40px;
        font-size: 18px;
        background: #ffa200; }
      .gongsi_c .gongsi_r .text p {
        width: 100%;
        height: 50px;
        color: #333333;
        display: block;
        text-align: center;
        line-height: 50px;
        font-size: 15px;
        background: #ffffff; }
    .gongsi_c .gongsi_r .danmu {
      position: absolute;
      top: 0;
      left: 0;
      border: 20px solid #eeeeee;
      border-left: 0;
      width: 100%;
      height: 100%; }
      .gongsi_c .gongsi_r .danmu p {
        left: 110%;
        position: absolute;
        color: #fff;
        width: 60%;
        font-size: 20px;
        overflow: hidden; }
        .gongsi_c .gongsi_r .danmu p.da {
          font-size: 25px; }
        .gongsi_c .gongsi_r .danmu p.chaoda {
          font-size: 40px; }
        .gongsi_c .gongsi_r .danmu p.xiao {
          font-size: 18px; }
        .gongsi_c .gongsi_r .danmu p.xi {
          font-weight: 100; }
        .gongsi_c .gongsi_r .danmu p.cu {
          font-weight: 900; }
        .gongsi_c .gongsi_r .danmu p.huang {
          color: #ffba00; }
        .gongsi_c .gongsi_r .danmu p.fen {
          color: #e73b7b; }

/* 技能平台全掌握 */
.jineng {
  padding-top: 1px;
  background: #fff;
  position: relative;
  padding-bottom: 1px; }
  .jineng .bg_ban {
    position: absolute;
    width: 100%;
    height: 350px;
    background: #f7f7f7;
    bottom: 0; }
  .jineng .jineng_c_s {
    position: relative;
    z-index: 100; }
  .jineng .jineng_c {
    position: relative;
    z-index: 10000;
    margin-top: 50px;
    margin-bottom: 70px;
    text-align: center;
    padding: 0 25px; }
    .jineng .jineng_c .xian {
      position: absolute;
      top: 20px;
      left: 170px; }
  .jineng .jineng_l {
    margin-right: -400px;
    margin-top: 185px;
    position: relative; }
    .jineng .jineng_l .jineng_swiper_xiao {
      overflow: hidden;
      width: 268px;
      height: 168px;
      background: #000000;
      position: absolute;
      top: 11px;
      left: 42px; }
      .jineng .jineng_l .jineng_swiper_xiao img {
        display: block;
        width: 100%;
        height: auto; }
  .jineng .jineng_c_s {
    margin-top: 45px;
    text-align: center;
    position: relative;
    width: 480px;
    display: inline-block;
    padding-right: 30px; }
    .jineng .jineng_c_s .bg {
      display: block; }
    .jineng .jineng_c_s .jineng_swiper_da {
      overflow: hidden;
      width: 393px;
      height: 224px;
      background: #000000;
      position: absolute;
      top: 17px;
      left: 17px; }
      .jineng .jineng_c_s .jineng_swiper_da img {
        display: block;
        width: 100%;
        height: auto; }
  .jineng .jineng_r {
    width: 345px;
    height: 520px;
    border: 6px solid #de2986;
    margin: 0 25px 0 -400px;
    padding-top: 25px; }
    .jineng .jineng_r .jieshao {
      width: 100%;
      padding-left: 100px;
      display: none; }
      .jineng .jineng_r .jieshao.true {
        display: block; }
      .jineng .jineng_r .jieshao .name {
        width: 100%;
        height: 100px;
        background: #fff;
        position: relative;
        left: 30px;
        padding-top: 1px;
        text-align: left; }
        .jineng .jineng_r .jieshao .name p {
          color: #de2986;
          width: 100%;
          font-size: 40px;
          text-align: right;
          line-height: 1;
          margin-top: 15px; }
        .jineng .jineng_r .jieshao .name span {
          font-size: 28px;
          display: block;
          margin-left: -30px;
          margin-top: 8px;
          line-height: 1; }
      .jineng .jineng_r .jieshao .gongneng {
        font-size: 14px;
        color: #666666;
        margin-top: 15px;
        width: 220px;
        text-align: left;
        line-height: 30px; }
    .jineng .jineng_r .chengdu {
      width: 240px;
      height: 75px;
      background: #5c42cb;
      color: #fff;
      float: right;
      margin-top: 30px;
      position: relative;
      margin-right: -15px; }
      .jineng .jineng_r .chengdu p {
        font-size: 20px;
        text-align: center;
        margin-top: 15px;
        font-weight: 100;
        line-height: 1; }
      .jineng .jineng_r .chengdu .jindutiao {
        width: 180px;
        height: 12px;
        margin: 14px auto 0;
        background: #4b2c94;
        border-radius: 6px;
        overflow: hidden; }
        .jineng .jineng_r .chengdu .jindutiao .zitiao {
          height: 100%;
          background: #fff;
          width: 98%;
          border-radius: 6px; }
      .jineng .jineng_r .chengdu .sanjiao {
        height: 0;
        width: 0;
        border: 10px solid transparent;
        border-left-color: #2e179f;
        position: absolute;
        right: -10px;
        bottom: -10px;
        z-index: -1; }
    .jineng .jineng_r .fenlei {
      text-align: center;
      margin-top: 50px; }
      .jineng .jineng_r .fenlei div {
        width: 56px;
        height: 56px;
        background: url("../img/jineng_icon.png") no-repeat;
        background-position-y: top;
        display: inline-block;
        margin: 0 10px;
        cursor: pointer; }
        .jineng .jineng_r .fenlei div.mar_top {
          margin-top: 10px; }
        .jineng .jineng_r .fenlei div.true {
          background-position-y: -61px; }
        .jineng .jineng_r .fenlei div.icon_1 {
          background-position-x: 0px; }
        .jineng .jineng_r .fenlei div.icon_2 {
          background-position-x: -62px; }
        .jineng .jineng_r .fenlei div.icon_3 {
          background-position-x: -123px; }
        .jineng .jineng_r .fenlei div.icon_4 {
          background-position-x: -183px; }
        .jineng .jineng_r .fenlei div.icon_5 {
          background-position-x: -243px; }
        .jineng .jineng_r .fenlei div.icon_6 {
          background-position-x: -303px; }
        .jineng .jineng_r .fenlei div.icon_7 {
          background-position-x: -365px; }
        .jineng .jineng_r .fenlei div.icon_8 {
          background-position-x: -424px; }
  .jineng .jineng_swiper_dian {
    text-align: center;
    margin-left: -70px;
    margin-top: -50px; }
    .jineng .jineng_swiper_dian span {
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 6px;
      background: #cccccc;
      margin: 0 7px;
      transition: all 0.5s; }
      .jineng .jineng_swiper_dian span.true {
        width: 40px;
        background: #de2986; }

/* 调查 */
.diaocha {
  padding-top: 1px;
  background: #fff;
  max-height: 0;
  transition: all 1s;
  overflow: hidden; }
  .diaocha.true {
    max-height: 1000px; }
  .diaocha .diaocha_c {
    overflow: hidden;
    padding: 65px 45px 70px 55px; }
  .diaocha .diaocha_c_s {
    float: left;
    position: relative;
    padding-top: 1px;
    width: 240px;
    height: 400px;
    box-shadow: 0 0 30px rgba(220, 220, 220, 0.6);
    border-radius: 18px; }
    .diaocha .diaocha_c_s .title {
      text-align: center;
      color: #333333;
      font-size: 20px;
      font-weight: 900;
      margin-top: 30px;
      line-height: 1; }
    .diaocha .diaocha_c_s .jiahao {
      position: absolute;
      width: 33px;
      height: 33px;
      border-radius: 50%;
      display: block;
      background: #de2986;
      color: #fff;
      text-align: center;
      line-height: 33px;
      font-size: 20px;
      color: #fff;
      bottom: -16px;
      left: 50%;
      margin-left: -16px; }
    .diaocha .diaocha_c_s.diaocha_c_sfen {
      background: #de2986;
      margin-top: 50px;
      box-shadow: none; }
      .diaocha .diaocha_c_s.diaocha_c_sfen .title {
        color: #fff; }
      .diaocha .diaocha_c_s.diaocha_c_sfen .jiahao {
        color: #de2986;
        background: #fff;
        box-shadow: 3px 0 20px rgba(220, 220, 220, 0.8); }
    .diaocha .diaocha_c_s.diaocha_c_s1 .xinchou {
      position: absolute;
      bottom: 45px;
      left: -47px; }
    .diaocha .diaocha_c_s.diaocha_c_s1 .yuan {
      margin-top: 25px; }
      .diaocha .diaocha_c_s.diaocha_c_s1 .yuan img {
        display: block;
        margin: 0 auto; }
    .diaocha .diaocha_c_s.diaocha_c_s1 .yangben {
      position: absolute;
      width: 120px;
      height: 33px;
      border: 1px solid #de2986;
      text-align: center;
      border-radius: 17.25px;
      line-height: 33px;
      font-size: 14px;
      color: #de2986;
      left: -55px;
      top: 70px;
      background: #fff; }
    .diaocha .diaocha_c_s.diaocha_c_s2 {
      z-index: 5;
      margin-left: -20px; }
      .diaocha .diaocha_c_s.diaocha_c_s2 .img_luxian {
        text-align: center;
        margin-top: 30px; }
        .diaocha .diaocha_c_s.diaocha_c_s2 .img_luxian img {
          margin: 0 auto;
          display: block; }
      .diaocha .diaocha_c_s.diaocha_c_s2 .guanli {
        margin-top: 40px; }
        .diaocha .diaocha_c_s.diaocha_c_s2 .guanli p {
          width: 200px;
          margin: 0 auto;
          border-top: 2px solid #fff; }
          .diaocha .diaocha_c_s.diaocha_c_s2 .guanli p span {
            font-size: 18px;
            color: #fff;
            width: 100px;
            text-align: center;
            background: #de2986;
            margin: -10px auto 0;
            display: block;
            height: 18px;
            line-height: 1;
            font-weight: 900; }
        .diaocha .diaocha_c_s.diaocha_c_s2 .guanli div {
          color: #fff;
          font-size: 16px;
          text-align: center;
          margin-top: 15px; }
      .diaocha .diaocha_c_s.diaocha_c_s2 .xian_zuo {
        position: absolute;
        left: 0;
        top: 175px; }
        .diaocha .diaocha_c_s.diaocha_c_s2 .xian_zuo > div {
          height: 15px; }
        .diaocha .diaocha_c_s.diaocha_c_s2 .xian_zuo .xian_1 {
          width: 30px;
          border-radius: 8px 0 0 8px;
          margin-left: -30px;
          background: #de2986; }
        .diaocha .diaocha_c_s.diaocha_c_s2 .xian_zuo .xian_2 {
          width: 20px;
          border-radius: 0 8px 8px 0;
          background: #fff; }
        .diaocha .diaocha_c_s.diaocha_c_s2 .xian_zuo .xian_3 {
          width: 45px;
          border-radius: 8px 0 0 8px;
          margin-left: -45px;
          background: #de2986; }
        .diaocha .diaocha_c_s.diaocha_c_s2 .xian_zuo .xian_4 {
          width: 15px;
          border-radius: 0 8px 8px 0;
          background: #fff; }
        .diaocha .diaocha_c_s.diaocha_c_s2 .xian_zuo .xian_5 {
          width: 15px;
          border-radius: 8px 0 0 8px;
          margin-left: -15px;
          background: #de2986; }
    .diaocha .diaocha_c_s.diaocha_c_s3 {
      margin-left: -20px; }
      .diaocha .diaocha_c_s.diaocha_c_s3 .img_xinzi {
        margin-top: 35px; }
        .diaocha .diaocha_c_s.diaocha_c_s3 .img_xinzi img {
          display: block;
          margin: 0 auto; }
      .diaocha .diaocha_c_s.diaocha_c_s3 .xian {
        width: 175px;
        margin: 20px auto 0;
        border-top: 1px solid #de2986; }
      .diaocha .diaocha_c_s.diaocha_c_s3 .text {
        margin-top: 20px;
        text-align: center;
        font-size: 14px;
        color: #666666; }
    .diaocha .diaocha_c_s.diaocha_c_s4 {
      margin-left: -20px; }
      .diaocha .diaocha_c_s.diaocha_c_s4 .img_xinzi {
        margin-top: 20px; }
        .diaocha .diaocha_c_s.diaocha_c_s4 .img_xinzi img {
          display: block;
          margin: 0 auto; }
      .diaocha .diaocha_c_s.diaocha_c_s4 .xian_zuo {
        position: absolute;
        top: 300px; }
        .diaocha .diaocha_c_s.diaocha_c_s4 .xian_zuo > div {
          height: 15px; }
        .diaocha .diaocha_c_s.diaocha_c_s4 .xian_zuo .xian_1 {
          width: 50px;
          border-radius: 0 8px 8px 0;
          background: #fff;
          float: left; }
        .diaocha .diaocha_c_s.diaocha_c_s4 .xian_zuo .xian_2 {
          width: 15px;
          border-radius: 8px;
          background: #fff;
          float: right;
          margin-left: 7px; }
        .diaocha .diaocha_c_s.diaocha_c_s4 .xian_zuo .xian_3 {
          width: 20px;
          border-radius: 8px 0 0 8px;
          margin-left: -20px;
          background: #de2986; }
        .diaocha .diaocha_c_s.diaocha_c_s4 .xian_zuo .xian_4 {
          width: 30px;
          border-radius: 0 8px 8px 0;
          background: #fff;
          float: left; }
      .diaocha .diaocha_c_s.diaocha_c_s4 .feiji_bg {
        position: absolute;
        width: 188px;
        top: 265px;
        right: -45px; }
      .diaocha .diaocha_c_s.diaocha_c_s4 .feiji {
        position: absolute;
        width: 145px;
        top: 250px;
        right: -30px; }
        .diaocha .diaocha_c_s.diaocha_c_s4 .feiji img {
          width: 100%; }








/*中间表单*/

.centerFromDiv{
  background: #fff;
  padding-top: 150px;
}
.centerFrom {
  height: 280px;
  background: #eb5405;
}

.centerFrom .left {
  width: 500px;
  height: 400px;
  position: absolute;
  left: 50px;
  top: -99px;
}

.centerFrom .right {
  float: right;
  width: 450px;
  padding: 60px 0 0 40px;
  line-height: 1.3;
}

.centerFrom .left .img {
  float: left;
  height: 379px;
  overflow: hidden;
}

.centerFrom .left img > img {
  display: block;
}

.centerFrom .formDiv {
  width: 265px;
  height:280px;
  background: #fff;
  margin-top: 35px;
  position: absolute;
  top: 20px;
  left: 225px;
  box-shadow: 0 20px 40px rgba(175, 60, 0, 0.6);
}

.centerFrom .formDiv form {
  padding: 0 30px;
}

.centerFrom .formDiv h3 {
  padding: 30px 0 10px;
  font-size: 24px;
  color: #222;
  text-align: center;
  font-weight: bold;
}

.centerFrom .formDiv form label {
  width: 205px;
  height: 32px;
  border: 1px solid #eb5405;
  display: block;
  border-radius: 16px;
  margin-bottom: 14px;
}

.centerFrom .formDiv form label span {
  display: inline-block;
  background: #eb5405;
  height: 30px;
  width: 45px;
  border-radius: 15px 0 0 15px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  float: left;
  line-height: 30px;

}

.centerFrom .formDiv .ipt input {
  width: 130px;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #666;
  padding-left: 10px;
}

.centerFrom .formDiv .selected select {
  width: 130px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  border: none;
  display: block;
  position: relative;
}

.centerFrom .formDiv .selected select option {
  border: 1px solid #eb5405;
  height: 30px;
  line-height: 30px;
  display: block;
}

.centerFrom .formDiv .selected:after {
  position: absolute;
  content: '';
  display: block;
  top: 12px;
  right: 12px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #eb5405 transparent transparent transparent;
}

.centerFrom .formDiv button {
  width: 100%;
  height: 40px;
  background: #2f8658;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #fff;
  margin-top: 8px;
  border-radius: 4px;
  cursor: pointer;
}

.centerFrom .right h3 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 15px;
  line-height: 1.3;
}

.centerFrom .right p {
  font-size: 25px;
  color: #fff;
  position: relative;
  padding-left: 40px;
}

.centerFrom .right p:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../img/formIcon.png") no-repeat center bottom;
  position: absolute;
  top: 4px;
  left: 0;
}

/*part8*/
.part8-1 {
  width: 100%;
  background: #fff;
  padding-bottom: 80px;
  border-bottom: 1px solid #ededed;
}

.part8-1 .p8Cont {
  height: 340px;
  margin-top: 50px;
}

.part8-1 .p8Cont li {
  width: 25%;
  float: left;
  padding: 0 20px;
}

.part8-1 .p8Cont li > div {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 270px;
  overflow: hidden;
}

.part8-1 .p8Cont li > div > img {
  width: 100%;
  height: auto;
}

.part8-1 .p8Cont li > div .del {
  padding: 0 10px;
}

.part8-1 .p8Cont li > div .del h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-top: 10px;
}

.part8-1 .p8Cont li > div .del p {
  font-size: 15px;
  color: #999;
  padding: 10px 0 25px;
}

.part8-1 .p8Cont li > div .del span {
  display: block;
  font-size: 13px;
  color: #de2986;
  text-decoration: underline;
}

.part8-1 .p8Cont li.act > div {
  padding: 0 0 30px;
  box-shadow: 0 15px 20px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 320px;
  margin-top: -10px;
}



/*************/
.gongsi-1{
 background: #f7f7f7;
  padding-top: 1px;
  padding-bottom: 70px;
}
.gongsi-1 .left{
  width: 570px;
  float: left;
  padding-top: 45px;
  padding-right: 80px;
}
.gongsi-1 .right{
  width: 430px;
  float: left;
  padding-top: 45px;
}
.gongsi-1 .right img{
  width: 100%;}
.gongsi-1 .right{}
.gongsi-1 .title h2{
  font-size: 24px;
  color: #de2986;
  font-weight: bold;
}
.gongsi-1 .title p{
 font-size: 16px;
 color: #888;
 padding: 15px 0 0;
}
.gongsi-1 .list{

}
.gongsi-1 .list li{
  width: 50%;
  float: left;
  position: relative;
  padding-top: 30px;
}
.gongsi-1 .list li:before{
  content: '';
  display: block;
  clear: both;
  width: 50px;
  height: 50px;
  background: url("../img/add/icon1.jpg") no-repeat left center;
}
.gongsi-1 .list li.li1:before{
  background: url("../img/add/icon1.jpg") no-repeat left center;
}
.gongsi-1 .list li.li2:before{
  background: url("../img/add/icon1.jpg") no-repeat -50px center;
}
.gongsi-1 .list li.li3:before{
  background: url("../img/add/icon1.jpg") no-repeat -100px center;
}
.gongsi-1 .list li.li4:before{
  background: url("../img/add/icon1.jpg") no-repeat -150px center;
}

.gongsi-1 .list li h2{
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding: 10px 0;
}
.gongsi-1 .list li p{
  font-size: 16px;
  color: #666;}
