@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, .jiangshi_c .jiangshi_c_s, .jiangshi_c .swiper-slide, .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide, .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content .icon {
  box-sizing: border-box;
  -ms-box-sizing: border-box; }

.banner {
  width: 100%;
  height: 640px;
  overflow: hidden;
  z-index: 15; }

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

.banner-img a {
  display: block;
  width: 100%;
  height: 640px;
  position: relative; }
  .banner-img a img {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px; }

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

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

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

.banner_s .banner_jiantou {
  position: absolute;
  top: 325px;
  cursor: pointer;
  z-index: 18;
  font-size: 14px;
  color: #fff;
  font-weight: 900; }
  .banner_s .banner_jiantou img {
    vertical-align: middle;
    margin-top: -3px; }

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

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

/*导航*/
/*瀵艰埅*/
.content {
  position: relative; }

.clear_fix:after,
.clear_fix:before {
  content: "";
  display: block;
  clear: both; }

/*#iconDiv1 {
  display: none; }*/

.w-container {
  width: 1000px;
  margin: auto; }

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

.navTel {
  position: absolute;
  right: 0;
  color: #fff;
  height: 26px;
  background: url("../img/tel.png") no-repeat center left;
  padding-left: 36px; }

/*.nav_box{
    width: 100%;
    height: auto;
}*/
.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);
  background: #222\9;
  padding-bottom: 20px; }

.w-logo {
  display: inline-block;
  width: 115px; }

.w-logo > img {
  max-width: 100%; }

.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: 14px;
  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;
  margin-right: -20px; }

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

.nav_ul li a {
  color: #fff;
  position: relative;
  font-size: 16px; }

.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);
  z-index: 99999999999; }

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

@-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: 80px;
  padding-bottom: 20px; }

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

.cj_content li:hover .w-center {
  color: #f05824; }

.cj_content li:hover .num {
  color: #f05824; }
  .cj_content li:hover .num i {
    color: #f05824; }

.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(244, 100, 21, 0.9);
  transition: 0.4s;
  background: #f46415\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: 500px;
  overflow: hidden;
  background: url("../img/form.jpg") no-repeat center; }

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

.form h2 span {
  color: #f05824; }

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



.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: #f05824;
  border-radius: 3px;
  border: none; }
/* 标题 */
.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: #f05824; }
  .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 #f05824;
  border-radius: 26px;
  color: #f05824;
  line-height: 52px;
  transition: all 0.5s; }
  .button:hover {
    background: #f05824;
    color: #fff; }
  .button.fan {
    background: #f05824;
    color: #fff; }
    .button.fan:hover {
      background: none;
      color: #f05824; }

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

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

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

/*师资*/
.partSz {
  padding-top: 1px;
  width: 100%;
  min-width: 1000px;
  padding-bottom: 70px;
  background: url("../img/sz_bg.jpg") no-repeat center; }

.sz_content {
  padding-top: 60px; }

/*大机构给你放心保障*/
.qybzPart {
  padding-bottom: 80px; }

.qybz_ul {
  margin-top: 10px;
  padding: 0 5px; }

.qybz_ul li {
  float: left;
  padding: 0 35px;
  width: 33.33%;
  height: 287px;
  margin-top: 40px; }

.qybz_ul .img_box {
  position: relative;
  min-height: 100px; }

.img_box > img {
  max-width: 100%;
  display: block;
  transition: all .5s; }

.qybz_ul .img_box .img_pop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url("../img/qybz.png") no-repeat;
  color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1.02);  
  transition: all .5s; 
  }

.qybz_ul .img_box .img_pop h3 {
  font-size: 30px;
  line-height: 40px;
  margin: 60px 0 16px;
  font-weight: 900; }

.qybz_ul .img_box .img_pop h3 p {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px; }

.qybz_ul .img_box .img_pop p {
  width: 88%;
  margin: auto;
  font-size: 16px;
  line-height: 1.8; }

.qybz_ul .img_box .img_pop span {
  display: inline-block;
  background: #fff;
  width: 126px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #e62f25;
  font-size: 14px;
  border-radius: 17px;
  margin-top: 20px; }

.qybz_ul .img_box:hover .img_pop span {
  opacity: .9;
  transition: opacity .3s; 
}

/*鼠标滑过*/
.qybz_ul li .img_box:hover img {
  -webkit-transform: scale(1.02);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.1s;
  -moz-transform: scale(1.02);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 0.1s;
  transform: scale(1.02);
  transition-timing-function: ease-out;
  transition-duration: 0.1s;
  transition: all .5s; }

.qybz_ul li .img_box:hover .img_pop {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1.02);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
  -moz-transform: scale(1.02);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 0.3s;
  transform: scale(1.02);
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition: all .5s; }

/* 拿了证书做不了hr */
.zhengshu {
  padding-bottom: 70px; }

.zhengshu_c {
  margin-top: 50px;
  height: 400px; }
  .zhengshu_c > div {
    height: 50%; }
    .zhengshu_c > div div {
      height: 100%;
      float: left; }
      .zhengshu_c > div div img {
        display: block; }

/* hr核心模块 */
.position_rel .circle {
  position: absolute;
  animation: movingCircle 10s ease-in-out infinite alternate;
  z-index: 20; }

.position_rel .circle.circle1 {
  left: 50px;
  top: 50px; }

.position_rel .circle.circle2 {
  right: 100px;
  top: 50px;
  animation: movingCircle 25s ease-in-out infinite alternate; }

.position_rel .circle.circle3 {
  right: 150px;
  bottom: 50px;
  animation: movingCircle 20s ease-in-out infinite alternate; }

.position_rel .circle.circle4 {
  left: 100px;
  bottom: 100px;
  animation: movingCircle 15s ease-in-out infinite alternate; }

.hexin {
  overflow: hidden;
  padding-top: 1px;
  background: #f7f7f7;
  padding-bottom: 70px; }

@-webkit-keyframes movingCircle {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) 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(0deg) translate(0, 0);
    transform: rotate(0deg) 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(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) 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); } }

.hexin_c {
  margin-top: 50px;
  margin-bottom: -24px;
  text-align: center; }
  .hexin_c div {
    display: inline-block; }
  .hexin_c img {
    display: block;
    margin-bottom: 16px; }

.position_rel {
  position: relative;
  z-index: 20; }

/* 讲师 */
.jiangshi {
  padding-top: 1px;
  background: #f7f7f7;
  padding-bottom: 70px; }

.jiangshi_c {
  margin-top: 50px;
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 365px;
  background: #f05824; }
  .jiangshi_c .jiangshi_jiantou {
    width: 1200px;
    max-width: 100%;
    margin: -190px auto 0;
    position: relative;
    z-index: 10; }
    .jiangshi_c .jiangshi_jiantou div {
      cursor: pointer;
      width: 22px;
      margin: 0 50px;
      height: 40px;
      background: url("../img/jiangshi_jiantou.png") no-repeat left center; }
    .jiangshi_c .jiangshi_jiantou .you {
      background-position-x: right; }
  .jiangshi_c .jiangshi_c_s {
    height: 100%;
    background: #f7f7f7;
    width: 1030px;
    margin: 0 auto; }
  .jiangshi_c .jiangshi_swiper {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto; }
  .jiangshi_c .swiper-slide {
    padding: 0 5px; }
    .jiangshi_c .swiper-slide .content {
      background: red;
      position: relative; }
      .jiangshi_c .swiper-slide .content img {
        width: 100%;
        height: auto; }
      .jiangshi_c .swiper-slide .content .text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20px; }
        .jiangshi_c .swiper-slide .content .text > div {
          width: 100%;
          height: 100%;
          position: relative;
          overflow: hidden; }
        .jiangshi_c .swiper-slide .content .text .text_content {
          transition: all 0.5s;
          position: absolute;
          top: 255px;
          width: 100%;
          height: 100%;
          background: #fff;
          padding: 0 12px;
          text-align: left; }
          .jiangshi_c .swiper-slide .content .text .text_content .name {
            transition: all 0.5s;
            font-size: 18px;
            color: #333;
            font-weight: 900;
            line-height: 1;
            margin-top: 10px; }
          .jiangshi_c .swiper-slide .content .text .text_content .zhiwei {
            transition: all 0.5s;
            margin-top: 7px;
            line-height: 1;
            font-size: 14px;
            color: #666666; }
          .jiangshi_c .swiper-slide .content .text .text_content .xian {
            transition: all 0.5s;
            display: none;
            width: 100%;
            margin-top: 10px;
            border-top: 1px solid #f05824; }
          .jiangshi_c .swiper-slide .content .text .text_content .jianjie {
            transition: all 0.5s;
            display: none;
            font-size: 13px;
            line-height: 1.8;
            color: #333333;
            margin-top: 10px; }
    .jiangshi_c .swiper-slide:hover .content .text .text_content {
      background: rgba(255, 255, 255, 0.9);
      top: 0; }
      .jiangshi_c .swiper-slide:hover .content .text .text_content .name {
        margin-top: 17px;
        font-size: 24px;
        text-align: center; }
      .jiangshi_c .swiper-slide:hover .content .text .text_content .zhiwei {
        color: #f05824;
        font-size: 14px;
        text-align: center; }
      .jiangshi_c .swiper-slide:hover .content .text .text_content .xian {
        display: block; }
      .jiangshi_c .swiper-slide:hover .content .text .text_content .jianjie {
        display: block; }

/* 跨行业 */
.kuahang {
  padding-bottom: 70px; }

.kuahang_c {
  height: 450px;
  margin-top: 80px; }
  .kuahang_c .kuahang_content {
    width: 25%;
    float: left;
    height: 420px;
    transition: all 0.3s;
    overflow: hidden;
    position: relative; }
    .kuahang_c .kuahang_content img {
      transition: all 0.3s;
      width: 100%;
      height: auto;
      margin: 0; }
    .kuahang_c .kuahang_content .text {
      overflow: hidden;
      transition: all 0.3s;
      position: absolute;
      top: 270px;
      height: 100px;
      width: 100%;
      background: #fff; }
      .kuahang_c .kuahang_content .text .title {
        transition: all 0.3s;
        font-size: 20px;
        font-weight: 900;
        color: #f05824;
        margin-top: 25px;
        line-height: 1;
        text-align: center; }
      .kuahang_c .kuahang_content .text .icon {
        width: 210px;
        margin: 26px auto;
        border-top: 1px solid #f05824; }
        .kuahang_c .kuahang_content .text .icon span {
          display: block;
          width: 50px;
          height: 30px;
          margin: -15px auto 0px;
          background: #fff; }
          .kuahang_c .kuahang_content .text .icon span .icon_s {
            width: 100%;
            height: 100%;
            display: block;
            background: url("../img/kuahang_icon.png") no-repeat left center; }
          .kuahang_c .kuahang_content .text .icon span .icon_s2 {
            width: 100%;
            height: 100%;
            display: block;
            background: url("../img/kuahang_icon.png") no-repeat -48px center; }
          .kuahang_c .kuahang_content .text .icon span .icon_s3 {
            width: 100%;
            height: 100%;
            display: block;
            background: url("../img/kuahang_icon.png") no-repeat -96px center; }
          .kuahang_c .kuahang_content .text .icon span .icon_s4 {
            width: 100%;
            height: 100%;
            display: block;
            background: url("../img/kuahang_icon.png") no-repeat -148px center; }
      .kuahang_c .kuahang_content .text .xian {
        display: none;
        width: 24px;
        margin: 20px auto 0;
        border: 1px solid #f05824; }
      .kuahang_c .kuahang_content .text .text_c {
        display: none;
        padding: 0 12px;
        text-align: left;
        color: #888888;
        font-size: 14px;
        line-height: 1.5;
        margin-top: 15px; }
      .kuahang_c .kuahang_content .text a {
        display: none;
        width: 120px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background: #f05824;
        color: #fff;
        margin: 50px auto 0;
        border-radius: 5px; }
    .kuahang_c .kuahang_content.true {
      box-shadow: 0 10px 20px #e8e8e8;
      height: 480px;
      margin-top: -30px; }
      .kuahang_c .kuahang_content.true img {
        margin-top: -100px; }
      .kuahang_c .kuahang_content.true .text {
        height: 300px;
        top: 180px; }
        .kuahang_c .kuahang_content.true .text .icon {
          display: none; }
        .kuahang_c .kuahang_content.true .text .xian {
          display: block; }
        .kuahang_c .kuahang_content.true .text .text_c {
          display: block; }
        .kuahang_c .kuahang_content.true .text a {
          display: block; }

/* 会工作 */
.gongzuo {
  background: #f7f7f7;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden; }
  .gongzuo .gongzuo_c {
    overflow: hidden;
    margin-top: 50px; }
  .gongzuo .gongzuo_l {
    margin-top: 130px;
    float: left; }
  .gongzuo .gongzuo_c_s {
    position: relative;
    margin-left: -25px;
    float: left;
    width: 665px; }
    .gongzuo .gongzuo_c_s .gongzuo_c_jiantou {
      position: absolute;
      top: 50%;
      margin-top: -26px;
      left: -52px; }
      .gongzuo .gongzuo_c_s .gongzuo_c_jiantou div {
        width: 52px;
        height: 52px;
        background: #f05824;
        float: left;
        cursor: pointer; }
        .gongzuo .gongzuo_c_s .gongzuo_c_jiantou div:hover {
          background: #e05322; }
        .gongzuo .gongzuo_c_s .gongzuo_c_jiantou div span {
          width: 100%;
          height: 100%;
          display: block;
          background: url("../img/gongzuo_jiantou.png") no-repeat 17px center; }
        .gongzuo .gongzuo_c_s .gongzuo_c_jiantou div.you span {
          background-position-x: -32px; }
    .gongzuo .gongzuo_c_s .gongzuo_c_swiper {
      width: 100%;
      overflow: hidden; }
    .gongzuo .gongzuo_c_s .swiper-slide {
      position: relative; }
      .gongzuo .gongzuo_c_s .swiper-slide .text {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        vertical-align: middle; }
        .gongzuo .gongzuo_c_s .swiper-slide .text > span {
          vertical-align: middle;
          display: inline-block;
          height: 100%; }
        .gongzuo .gongzuo_c_s .swiper-slide .text > div {
          display: inline-block;
          vertical-align: middle;
          padding-left: 85px; }
        .gongzuo .gongzuo_c_s .swiper-slide .text .title {
          font-size: 48px;
          color: #f05824;
          line-height: 1;
          margin-bottom: 30px; }
        .gongzuo .gongzuo_c_s .swiper-slide .text p {
          font-size: 20px;
          color: #eeeeee;
          line-height: 1;
          margin-bottom: 20px;
          vertical-align: middle; }
          .gongzuo .gongzuo_c_s .swiper-slide .text p span {
            width: 22px;
            height: 22px;
            display: inline-block;
            background: url("../img/gongzuo_gou.png") no-repeat center;
            vertical-align: -3px;
            margin-right: 10px; }
  .gongzuo .gongzuo_r {
    float: left;
    position: relative;
    z-index: 3;
    margin-left: -200px;
    margin-top: 40px; }
    .gongzuo .gongzuo_r .gongzuo_r_swiper {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 370px;
      height: 320px; }
      .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide {
        text-align: center;
        width: 100%;
        height: 100%; }
        .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide > span {
          vertical-align: middle;
          height: 100%;
          width: 0;
          display: inline-block;
          margin-right: -5px; }
        .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content {
          width: 100%;
          display: inline-block;
          vertical-align: middle;
          padding-top: 1px; }
          .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content .title {
            font-size: 28px;
            font-weight: 900;
            text-align: center;
            line-height: 1;
            color: #fff; }
          .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content .title_fu {
            font-size: 18px;
            text-align: center;
            color: #fff;
            margin-top: 5px; }
          .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content .xian {
            border-top: 1px solid #fff;
            width: 290px;
            margin: 15px auto 0; }
          .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content .icon {
            padding: 0 40px; }
            .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content .icon .icon_s {
              width: 50%; }
              .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content .icon .icon_s .yuan {
                width: 60px;
                height: 60px;
                border-radius: 30px;
                background: #fff;
                margin: 18px auto 0; }
                .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content .icon .icon_s .yuan.yuan1 span {
                  background: url("../img/gongzuo_r_icon.png") no-repeat 2px -58px; }
                .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content .icon .icon_s .yuan.yuan2 span {
                  background: url("../img/gongzuo_r_icon.png") no-repeat -118px -58px; }
                .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content .icon .icon_s .yuan.yuan3 span {
                  background: url("../img/gongzuo_r_icon.png") no-repeat 2px -58px; }
                .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content .icon .icon_s .yuan.yuan4 span {
                  background: url("../img/gongzuo_r_icon.png") no-repeat -58px -58px; }
                .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content .icon .icon_s .yuan.yuan5 span {
                  background: url("../img/gongzuo_r_icon.png") no-repeat -62px 2px; }
                .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content .icon .icon_s .yuan.yuan6 span {
                  background: url("../img/gongzuo_r_icon.png") no-repeat -62px -120px; }
                .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content .icon .icon_s .yuan.yuan7 span {
                  background: url("../img/gongzuo_r_icon.png") no-repeat 3px -1px; }
                .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content .icon .icon_s .yuan.yuan8 span {
                  background: url("../img/gongzuo_r_icon.png") no-repeat -121px 1px; }
                .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content .icon .icon_s .yuan.yuan9 span {
                  background: url("../img/gongzuo_r_icon.png") no-repeat 2px -120px; }
                .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content .icon .icon_s .yuan.yuan10 span {
                  background: url("../img/gongzuo_r_icon.png") no-repeat -120px -118px; }
                .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content .icon .icon_s .yuan span {
                  display: block;
                  width: 100%;
                  height: 100%;
                  background: url("../img/gongzuo_r_icon.png") no-repeat; }
              .gongzuo .gongzuo_r .gongzuo_r_swiper .swiper-slide .content .icon .icon_s p {
                color: #fff;
                text-align: center;
                margin-top: 8px;
                line-height: 1; }
