@charset "UTF-8";
/* CSS Document */
/* common */
body, button, div, h1, h2, h3, h4, h5, h6, dl, dd, dt, p, a, form, select, input, ul, ol, li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased; /*chrome、safari*/
  -moz-osx-font-smoothing: grayscale;/*firefox*/
  color: #000000; }

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

img {
  border: 0; }

b {
  font-weight: normal; }

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

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

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

a:hover {
  text-decoration: none; }

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

.clearfix:after {
  clear: both; }

.content_width {
  width: 1000px;
  margin: 0 auto;

}
.hidden{ overflow: hidden;}
.box_border, .zhengzhuang_s, .baogao_c > div .baogao_s, .baogao_c > div .baogao_s .text, .shenqi_c > div, .diedai_l, .diedai_l .swiper-slide, .diedai_l .swiper-slide .content p, .diedai_r, .shengeng_l .swiper-slide, .shengeng_l .swiper-slide img, .shengeng_r > p, .xiangmu_swiper .swiper-slide, .xiangmu_swiper .swiper-slide .xiangmu_content, .xiangmu_swiper .swiper-slide .zi p, .fazhan_l, .fazhan_r .text {
  box-sizing: border-box;
  -ms-box-sizing: border-box; }


.padding-bottom{padding-bottom:60px;}


body {
  min-width: 1000px;max-width: 1920px; margin: 0 auto; }

/*导航nav*/
.nav {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background: transparent\9;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 0; }

.nav > div {
  height: 100%; }

.nav .logo {
  padding-top: 20px;
  float: left; }

.nav ul {
  float: left;
  margin-left: 30px; }

.nav li {
  float: left;
  padding: 0 23px;
  line-height: 70px;  position: relative;}

.nav li:before,
.nav li:after{
    content:'';
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    top:80%;
    left:50%;
    transition:all 1s;
}
.nav li:hover:before{
    left:0%;
    width: 50%;
}
.nav li:hover:after{
    left:50%;
    width: 50%;
}

.nav li > a {
  font-size: 18px;
  color: #fff; }

.nav .tel {
  float: right;
  font-size: 18px;
  line-height: 70px;
  color: #fff;
  background: url("../img/tel.png") no-repeat left center;
  padding-left: 40px; }

/*banner*/
.banner {
  width: 100%;
  height: 640px;
  overflow: hidden;
  position: relative; }

.banner a {
  width: 100%;
  height: 100%;
  display: block; }

.banner1 {
  background: url("../img/banner1.jpg") no-repeat center; }

.banner2 {
  background: url("../img/banner2.jpg") no-repeat center; }

.banner3 {
  background: url("../img/banner3.jpg") no-repeat center; }

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

.banner .swiper-pagination-switch {
  display: inline-block;
  width: 50px;
  height: 8px;
  background: #7b7b7b;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer; }

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

/*标题*/
.biaoti {
  margin-top: 55px;
  margin-bottom: 50px; }

.biaoti > p {
  font-size: 44px;
  text-align: center;
  color: #333333;
  margin-bottom: 24px;

}

.biaoti > p > span {
  font-weight: 900;
  color: #3e71cc;
}

.biaoti > span {
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  color: #333333; }

  .biaoti > span a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 18px;
  }

.biaoti.bai > p {
  color: #fff; }

.biaoti.bai > span > a {
  color: #fff;
  border-color: #fff; }

.biaoti > div {
  font-size: 30px;
  color: #6099ff;
  text-align: center;
  line-height: 1; }

/*按钮*/
.link_a{
  text-align: center;
  margin-top: 50px;
}
.link_a a{
  display: inline-block;
  border:1px solid #3e71cc;
  color: #3e71cc;
  font-size: 18px;
  width: 250px;
  height: 52px;
  line-height: 50px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.link_a a span{
  display: block;
  position: relative;
  z-index: 2;
  color: #3e71cc \9;
  background: transparent \9;
}
.link_a a:after{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #3e71cc;
  background: transparent \9;

  transform: scale(0.1, 1);
  transition: 0.4s;
  opacity: 0;
  z-index: 0;
  color: #fff;
  filter:alpha(opacity=0);
}
.link_a a:hover{
  color: #fff;
  border:1px solid #fff;
}
.link_a a:hover:after{
  transform: scale(1);
  transition: 0.4s;
  opacity: 1;
  filter:alpha(opacity=100);
}
.link_a a:hover span{
  color: #fff \9;
  background: #3e71cc \9;
}

/* *******************************************************主体部分开始************************************* */


/*大数据驱动下，Go语言的兴起*/
.big-num{ overflow: hidden; margin-bottom: 55px;}
.big-num-con{display: flex; justify-content:center; flex-wrap: wrap;}
.p2Cont{
  margin: 0 -16px;
}
.p2Cont > div{
  float: left;
  margin: 0 16px;
  width:264px;

  transition: 0.2s;
}
.p2Cont .box{
  position: relative;
  width:264px;
  height: 343px;
  cursor: pointer;
  float: left;
}
.p2Cont .box > img{
  width:100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;

  box-shadow: 2px 10px 20px rgba(0,0,0,0.3);
}
.p2Cont .box .imgBox{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height:100%;
  text-align: center;
  z-index: 3;
}
.p2Cont .box .imgBox h2{
  color: #f7bf01;
  font-size: 24px;
  margin-bottom: 30px;
}
.p2Cont .box .imgBox h2:before{
  content:'';
  display: block;
  width:110px;
  height: 90px;
  margin:67px auto 25px;
  background: url("../img/p2-icon.png") no-repeat;
}
.p2Cont .box .imgBox.imgBox1 h2:before{
  background-position: 0 top;
}
.p2Cont .box .imgBox.imgBox2 h2:before{
  background-position: -110px top;
}
.p2Cont .box .imgBox.imgBox3 h2:before{
  background-position: -220px top;
}
.p2Cont .box .imgBox p{
  font-size: 24px;
  color: #fff;
}
.p2Cont .box .del{
  position: absolute;
  z-index: 0;
  background: #fff;
  width: 226px;
  height: 292px;
  top:50%;
  right: 0;
  margin-top: -146px;
  border:1px solid #4979cf;

  box-shadow: 2px 10px 20px rgba(0,0,0,0.2);
  transition: 1s;
}
.p2Cont .box .del p{
  position: relative;
  z-index: 3;
  width: 110px;
  float: right;
  padding: 60px 20px 0 0;
  line-height: 2.5;
  text-align: justify;
  letter-spacing: 1px;
  font-size: 16px;
  color: #222;
}
.p2Cont .box .del:after{
  content: '';
  display: block;
  position: absolute;
  width: 208px;
  height: 276px;
  border:1px solid #4979cf;
  left: 50%;
  margin-left: -104px;
  top:50%;
  margin-top: -138px;
  z-index: 1;
  background: url("../img/p2-iconbg.jpg") no-repeat;
}
.p2Cont .box .del.del:after{
  background-position: 0 center;
}
.p2Cont .box .del.de2:after{
  background-position: -205px center;
}
.p2Cont .box .del.de3:after{
  background-position: -410px center;
}

/*鼠标滑过*/
.p2Cont .act{
  width: 406px;
  transition:0.2s;
}
.p2Cont .act .del{
  right: -142px;
  /* transition:right 0.2s;*/
}
.p2Cont .act .imgBox h2{
  color: #fff;
}
/*
.p2Cont .act .imgBox.imgBox1 h2:before{
  background-position: 0 bottom;
}
.p2Cont .act .imgBox.imgBox2 h2:before{
  background-position: -110px bottom;
}
.p2Cont .act .imgBox.imgBox3 h2:before{
  background-position: -220px bottom;
}*/

/*part3GO语言的兴起*/

.pay{
  border-top:1px solid #e0e0e0;
  background: #f7f7f7;
  padding-bottom: 55px;
  overflow: hidden;
  clear: both;
}
.p3Cont{
  width: 100%;
  height: 377px;
  position: relative;
  margin-bottom: 50px;
}
.p3Cont .p3Img> div{
  position: absolute;
}
.p3Cont .back{/*下边屏*/
  height: 307px;
  border:1px solid #3e71cc;
  padding: 20px;
  background: #fff;
  left: 0;
  bottom: 24px;
  z-index: 1;
}
.p3Cont .back > img{
  height: 100%;
  width: auto;
  display: block;
  opacity: 0.7;
}
.p3Cont .bFace{/*下边屏变成上边屏*/
  width: 582px;
  height: 353px;
  left: 306px;
  bottom: 24px;
  border: none;
  background: none;
  box-shadow:-30px 30px 0 5px rgba(0,0,0,0.5);
  z-index: 2;
  padding: 0;
}
.p3Cont .bFace>img{
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
}

.p3Cont .face{ /*正面屏正常显示*/
  width: 582px;
  height: 353px;
  left: 306px;
  bottom: 24px;
  box-shadow: -30px 30px 0 5px rgba(0,0,0,0.5);
  z-index: 2;
  opacity: 1;
}
.p3Cont .fBack{ /*第二屏缩小*/
  height: 307px;
  border:1px solid #3e71cc;
  padding: 20px;
  background: #fff;
  left: 0;
  bottom: 24px;
  z-index: 1;
  box-shadow:none;
}
.p3Cont .fBack > img{
  height: 100%;
  width: auto;
  display: block;
  opacity: 0.7;
}
.p3Cont .back{
  transition: height 1s, left 1s, padding 1s;
}
.p3Cont .face{
  transition: width 1s,height 1s, left 1s, box-shadow 0.8s ease-in;
}
.p3Cont .fBack{
  transition: width 1s,height 1s, left 1s;
}
.p3Cont .bFace{
  transition: height 1s, left 1s, box-shadow 0.8s ease-in;
}
.p3Cont .rightBg{
  position: absolute;
  width: 470px;
  height: 218px;
  background: #fff;
  border:1px solid #3e71cc;
  right: 36px;
  top: 84px;
  z-index: 0;
}
.p3Cont .rightBg .btnBox{
  position: absolute;
  width: 72px;
  height: 36px;
  right: -36px;
  top:50%;
  margin-top: -36px;
}
.p3Cont .rightBg .btnBox > span{
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: #1d3e78;
  display: block;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-family: '宋体';
  font-size: 24px;
}
.p3Cont .rightBg .btnBox > span.act{
  background: #3e71cc;
}










/*兼修c语言与Go语言，开发效率更高一筹*/

.language{ background:url("../img/lang_bg.jpg") no-repeat  top center; overflow: hidden; clear:both; display: block;padding-bottom: 55px;}
.language_sex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;/*整体居中*/
}


/*.language_sex>dl{ width: 302px;
                  height: 238px;
                  background:rgba(255,255,255,0.7);
                   color:#070812;
                  transition: All 0.4s ease-in-out;
                  -webkit-transition: All 0.4s ease-in-out;
                  -moz-transition: All 0.4s ease-in-out;
                  -o-transition: All 0.4s ease-in-out;
                  margin:3px;
                   box-shadow:5px 5px 10px rgba(0,0,0,0.5);
                  -webkit-box-shadow:5px 5px 10px rgba(0,0,0,0.5);
                  -moz--box-shadow:5px 5px 10px rgba(0,0,0,0.5);
                  -o-box-shadow:5px 5px 10px rgba(0,0,0,0.5);
                  border:1px solid #c0c0c2;


}
.language_sex>dl .lan-box-bg{

  width: 302px;
  height: 238px;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255, 0.9);
  background: #fff \9;
  z-index: 0;
}
.language_sex>dl:hover p.lan-box-bg{
cursor: pointer;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  transform: scale(1.08);
  transition:0.4s;
  border:1px solid #3e71cc;
  background: rgba(255,255,255, 1);
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);

  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;


}


.language_sex>dl>img{ display: block; width: 97px;
height: 97px; margin: 24px auto 20px;
transition: All 0.4s ease-in-out;
border-radius:50%;

}
.language_sex>dl dt{ font-size: 18px; font-weight:bold; text-align: center;}

.language_sex>dl dd{ font-size: 16px; padding:5px 18px 0px;}

.language_sex>dl p{ display: none;  text-align:center; position: absolute; top: 210px; left: 120px;}

.language_sex>dl p a{ color: #3e71cc;text-decoration: underline;}

.language_sex>dl:hover{width: 312px;
height: 238px;

transform: scale(1.13); transform: translateZ(200px);*/
                      /*-webkit-transform: scale(1.1);*/
                      /*-moz-transform: scale(1.1);*/
                      /*-o-transform: scale(1.1);*/
                      /*-ms-transform: scale(1.1);
                        background:rgba(255,255,255,1);
                      transition: All 0.4s ease-in-out;
                      border:1px solid #3e71cc;
}
.language_sex>dl:hover p{display:block;}

.language_sex>dl:hover>img{
  border-radius:50%;
  transition: All 0.4s ease-in-out;
  transform:rotate(360deg);
}*/


.p4Cont li{
  display: block;
  float: left;
  width: 32.7%;
  padding: 3px;

  cursor: pointer;
}
.p4Cont li a{
  position: relative;
  display: block;
}
.p4Cont li a .bg{
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255, 0.9);
  background: #fff \9;
  z-index: 0;

  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p4Cont li a> div{
  /* background: rgba(255,255,255, 0.9);
   background: #fff \9;*/
  height: 240px;
  padding: 20px 30px 0 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p4Cont li a > div h2{
  color: #070812;
  font-size: 18px;
  text-align: center;
}
.p4Cont li a > div h2:before{
  content: '';
  display: block;
  width: 95px;
  height:95px;
  margin:0 auto 15px;
  border-radius: 100%;
  background: url("../img/p4-iocn.png") no-repeat left center #3e71cc;
  transform: rotate(0deg);
  transition: all 0.2s linear;
}
.p4Cont li a > div h2.h2-1:before{
  background-position: 0 center;
  background-position: -5px center \9;
  background-size: auto 100%;
}
.p4Cont li a > div h2.h2-2:before{
  background-position: -95px center;
  background-position: -110px center \9;
  background-size: auto 100%;
}
.p4Cont li a > div h2.h2-3:before{
  background-position: -190px center;
  background-position: -215px center \9;
  background-size: auto 100%;
}
.p4Cont li a > div h2.h2-4:before{
  background-position: -285px center;
  background-position: -325px center \9;
  background-size: auto 100%;
}
.p4Cont li a > div h2.h2-5:before{
  background-position: -380px center;
  background-position: -430px center \9;
  background-size: auto 100%;
}
.p4Cont li a > div h2.h2-6:before{
  background-position: -475px center;
  background-position: -535px center \9;
  background-size: auto 100%;
}
.p4Cont li a > div p{
  font-size: 16px;
  font-size: 14px \9;
  color: #070812;
  text-align: left;
  padding: 15px 0 10px;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.p4Cont li a > div span{
  color: #3e71cc;
  font-size: 14px;
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity = 0);
  font-family: "Microsoft YaHei";
}

/*鼠标滑过*/
.p4Cont li:hover a .bg{
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  transform: scale(1.08);
  transition:0.4s;
  border:1px solid #3e71cc;
  background: rgba(255,255,255, 1);
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);

  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}


.p4Cont li:hover a> div{
  /* background: rgba(255,255,255, 1);*/
  /* -moz-transition: 0.4s;
   -webkit-transition: 0.4s;
    transition: 0.4s;*/
  /*  border:1px solid #3e71cc;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);*/
}
.p4Cont li:hover a > div h2{
  /*font-size: 16px;*/
}
.p4Cont li:hover a > div p{
  font-size: 16px;
  font-size: 14px \9;
  white-space: normal;
  padding: 10px 0 0;
  transition:0s;
}
.p4Cont li:hover a> div span{
  opacity: 1;
  filter: alpha(opacity = 100);
  font-size: 12px \9;
  font-family: "Microsoft YaHei";
  margin-top: 10px;
}
.p4Cont li:hover a > div h2:before{
  content: '';

  transform: rotate(360deg);
  transition: all 0.3s linear;
}


/******不规则梯形****/
.part6{

  width: 100%;

  background: url("../img/fangan_bg.jpg") no-repeat;
  background-size:cover;
  border-top:1px solid #ececec;
  border-bottom:1px solid #ececec;
  padding-bottom: 55px;
  overflow: hidden;
}

.p6Cont {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.p6Cont *{
  box-sizing: border-box;
}
.p6Cont .jiantou {
  position: absolute;
  top: 120px;
  width: 20px;
  height: 20px;
}

.p6Cont .jiantou:hover {
  cursor: pointer;
}

.p6Cont .jiantou_zuo {
  background: url("../img/jiantou_zuo.png") no-repeat center;
  left: 0;
}

.p6Cont .jiantou_you {
  background: url("../img/jiantou_you.png") no-repeat center;
  right: 0;
}

.xiangmu_swiper {
  width: 930px;
  width: 928px \9;
  margin: 0 auto;
  overflow: hidden;
}

.xiangmu_swiper .swiper-slide {
  padding: 0 4px;
  height: 400px;
}

.xiangmu_swiper .swiper-slide .xiangmu_content {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  padding-top: 58px;
  cursor: pointer;
}

.xiangmu_swiper .swiper-slide .pic {
  position: relative;
  width: 100%;
  position: relative;
  z-index: 2;
}

.xiangmu_swiper .swiper-slide .pic img {
  width: 100%;
  display: block;
}

.xiangmu_swiper .swiper-slide .pic div {
  width: 100%;
  top: 0;
  position: absolute;
  height: 100%;
  line-height: 150px;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.xiangmu_swiper .swiper-slide .pop {
  height: 0;
  position: absolute;
  top: 0;
  margin-top: 58px;
  transition: margin-top 0.4s;
}

.xiangmu_swiper .swiper-slide .pop p {
  background: #3e71cc;
  color: #3e71cc;
  height: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
  transition: height 0.5s;
  /*opacity: 0;*/
}

.xiangmu_swiper .swiper-slide .pop img {
  display: block;
  width: 100%;
}

.xiangmu_swiper .swiper-slide:hover .pop {
  max-height: 1000px;
  margin-top: 0;
}

.xiangmu_swiper .swiper-slide:hover .pop p {
  height: 322px;
  color: #fff;
  padding: 200px 20px 0 20px;
  opacity: 1;
  transition:opacity 0.5s;
}


/****一体化教学系统，为学习效果保价护航*********/
.yth{ padding-bottom: 55px;}
.yth-con{display: flex;
  flex-wrap: wrap;
  justify-content: center;/*整体居中*/
  }

.yth-con-1{ width: 214px;
  height: 462px; position: relative;
  overflow: hidden;
  margin: 0 13px;
  float: left;
  /*box-shadow: 1px 1px 10px rgba(0,0,0,0.3);*/
}


.yth-con-1>dl{ width: 100%; height:128px;border: 1px solid #fff; position: absolute; top: 83%;transition: top 0.3s linear; background:#3e71cc;}

.yth-con-1>dl dt{ text-align: center; font-size: 20px; color: #fff; margin-top: 10px;}

.yth-con-1>dl dd{  font-size: 14px; color: #fff;width:198px; margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:198px;
}

.yth-con-1>dl a{
  position: absolute;
  top:78px;
  left: 55px;

  display: inline-block;
  transition:0.3s linear;
  border: 1px solid #3c6dc6;
  border-radius:8%;
  background: #fff;
  width: 105px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  margin:0 auto;
  color: #3e71cc;
  box-sizing: border-box;
  margin-top: 10px;
  opacity: 0;

  filter:alpha(opacity=0);


}
.yth-con-1:hover dl{
  transition: top 0.2s linear;
  top:71.9%;
}
.yth-con-1:hover dl dd{
  overflow: visible;
  text-overflow: ellipsis;
  white-space: inherit;
}
.yth-con-1 img{transform:scale(1.1);transition:all 0.4s linear;}
.yth-con-1:hover img{transform:scale(1);transition:all 0.4s linear;}
.yth-con-1:hover dl a{filter:alpha(opacity=100); opacity: 1;transition:1.5s linear; color: #345da7;  }
.yth-con-1 dl a:hover{ color: #2d5294;}
/*从上向下滑动*/

.yth-con-2>dl{top: 0%;height:78px; transition: height 1s; }
.yth-con-2:hover dl{
  transition: height 1s;
  top:0%;
  height:128px;}

/*达内为近12万+企业提供人才培养方案*/
.plan{ padding-bottom:60px;}
.plan ul{ width:100%;}
.plan ul li{ width:16.66%; float: left; display: inline-block; overflow: hidden;}
.plan ul li img{ width: 100%; display: block;}
.plan ul li img:hover{ transform: scale(1.02);transition:all 0.1s linear;}

/***班型****************************/
.bx_bj{ background: #f7f7f7; padding:60px auto;overflow: hidden;padding-bottom: 55px;}
/*.bx{ display: flex; justify-content: space-between;flex-wrap: wrap;}*/
.bx{}
.bx .bx-box{ position: relative; width: 246px;
  height: 210px;overflow: hidden; float: left; margin:0 2px;
}
.bx .bx-box dl{position:absolute;
  top: 0; left:30px;width: 187px; text-align: center; z-index: 1;}
.bx .bx-box dl h3{font-size: 60px; font-weight: bold; color: #f7bf01;margin: 25px auto 10px;}
.bx .bx-box dl dt{font-size: 24px; color: #f7bf01; margin-bottom: 5px;}
.bx .bx-box dl dd{font-size: 18px; color: #fff;}

.bx .bx-box>div{background:#f7bf01;position: absolute;top:0; color:#000;padding: 0 15px;
  height: 210px;transition: 0.2s; z-index: 3; transform: rotateY(90deg); opacity: 0;filter: alpha(opacity=0);}
.bx .bx-box>div h3{font-size: 24px; text-align: center; margin-top: 42px;}
.bx .bx-box>div p{font-size: 18px; line-height: 1.6; margin-top: 12px;}
.bx .bx-box:hover div{ top: 0; transition: 0.3s; cursor:pointer; transform: rotateY(0deg); opacity: 1;filter: alpha(opacity=100);}













/* 多领域实战项目 */
.xiangmu {
  padding-top: 1px;
  overflow: hidden;
  padding-bottom: 55px;
  background: url("../img/fangan_bg.jpg") no-repeat top center;border:1px solid #ececec;}

.xiangmu_c {
  position: relative;
  height: 400px;
  overflow: hidden; }
  .xiangmu_c .jiantou {
    position: absolute;
    top: 120px;
    width: 20px;
    height: 20px; }
    .xiangmu_c .jiantou:hover {
      cursor: pointer; }
  .xiangmu_c .jiantou_zuo {
    background: url("../img/jiantou_zuo.png") no-repeat center;
    left: 0; }
  .xiangmu_c .jiantou_you {
    background: url("../img/jiantou_you.png") no-repeat center;
    right: 0; }

.xiangmu_swiper {
  width: 930px;width: 920px \9;
  margin: 0 auto;
  overflow: hidden; }
  .xiangmu_swiper .swiper-slide {
    padding: 0 4px;
    height: 400px; }
    .xiangmu_swiper .swiper-slide .xiangmu_content {
      width: 100%;
      height: 100%;
      position: relative;
      display: block;
      padding-top: 58px;
      cursor: pointer; }
    .xiangmu_swiper .swiper-slide .tu {
      position: relative;
      width: 100%;
      position: relative;
      z-index: 2; }
      .xiangmu_swiper .swiper-slide .tu img {
        width: 100%;
        display: block; }
      .xiangmu_swiper .swiper-slide .tu div {
        width: 100%;
        top: 0;
        position: absolute;
        height: 100%;
        line-height: 150px;
        font-size: 36px;
        font-weight: 900;
        color: #fff;
        text-align: center; }
    .xiangmu_swiper .swiper-slide .zi {
      height: 0;
      position: absolute;
      top: 0;
      margin-top: 58px;
      transition: margin-top 0.4s;

    }
      .xiangmu_swiper .swiper-slide .zi p {
        background: #3e71cc;
        color: #3e71cc;
        height: 0;
        padding: 0;

        font-size: 18px;
        line-height: 1.5;
        transition: height 0.5s;}
      .xiangmu_swiper .swiper-slide .zi img {
        display: block;
        width: 100%; }
    .xiangmu_swiper .swiper-slide:hover .zi {
      max-height: 1000px;
      margin-top: 0; }
      .xiangmu_swiper .swiper-slide:hover .zi p {
        height: 322px;
        color: #fff;
        padding: 200px 20px 0 20px; }

/* 职位发展 */
.fazhan {
  padding-top: 1px;
  background: url("../img/fazhan_bg.jpg") no-repeat top center;
  padding-bottom: 64px; }
  .fazhan .biaoti {
    margin-top: 50px;
    margin-bottom: 55px; }
  .fazhan .button {
    margin-top: 30px; }

.fazhan_c {
  background: url("../img/fazhan_c_bg_01.png") no-repeat center;
  height: 540px;
  padding: 1px 0 0 0;
  overflow: hidden; }

.jieduan_pag {
  text-align: center;
  margin-top: 20px; }
  .jieduan_pag span {
    display: inline-block;
    background: #3e71cc;
    height: 5px;
    width: 5px;
    margin: 0 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s; }
  .jieduan_pag .swiper-active-switch {
    background: #fff;
    width: 30px; }

.fazhan_l {
  width: 420px;
  padding-left: 75px;
  float: left; }
  .fazhan_l .fazhan_lt {
    overflow: hidden; }
  .fazhan_l .jieduan_pag {
    width: 150px;
    text-align: center;
    float: right;
    margin-top: 4px; }
    .fazhan_l .jieduan_pag span {
      display: inline-block;
      background: #1c3053;
      height: 10px;
      width: 10px;
      margin: 0 8px;
      border-radius: 5px;
      cursor: pointer; }
    .fazhan_l .jieduan_pag .swiper-active-switch {
      background: #3e71cc; }
  .fazhan_l .jieduan {
    margin-top: 10px;
    float: left;
    width: 150px;
    height: 35px;
    overflow: hidden;
    line-height: 1;
    position: relative; }
    .fazhan_l .jieduan div {
      font-size: 30px;
      color: #fff;
      font-weight: 900;
      float: left;
      line-height: 1;
      position: absolute;
      left: -150%;
      top: 0;
      width: 100%;
      transition: all 0.5s;
      opacity: 0; }
    .fazhan_l .jieduan .true {
      left: 0;
      opacity: 1; }
  .fazhan_l .fazhan_lb {
    width: 320px;
    overflow: hidden;
    color: #fff;
    margin-top: 70px; }
    .fazhan_l .fazhan_lb .swiper-slide div {
      text-align: center;
      margin-bottom: 50px; }
      .fazhan_l .fazhan_lb .swiper-slide div p {
        text-align: center;
        font-size: 36px;
        color: #fff; }
      .fazhan_l .fazhan_lb .swiper-slide div span {
        font-size: 24px;
        color: #8a8a8a; }
    .fazhan_l .fazhan_lb .swiper-slide > p {
      font-size: 17px;
      color: #fff;
      line-height: 1.5;
      margin-bottom: 20px; }

.fazhan_r {
  float: right;
  width: 565px;
  position: relative;
  z-index: 10;
  padding-top: 60px; }
  .fazhan_r .img {
    width: 100%;
    margin-bottom: 20px;
    position: relative; }
    .fazhan_r .img img {
      width: 100%;
      height: auto;
      position: absolute;
      left: 120%;
      visibility: hidden;
      transition: all 0.8s;
      opacity: 0; }
    .fazhan_r .img .true {
      left: 0;
      display: block;
      z-index: 2;
      visibility: visible;
      opacity: 1; }
    .fazhan_r .img .zhanwei {
      position: static;
      visibility: hidden; }
  .fazhan_r .text {
    width: 100%;
    padding-right: 55px; }
    .fazhan_r .text span {
      width: 100px;
      height: 8px;
      display: inline-block;
      background: #3e71cc;
      margin-bottom: 10px; }
    .fazhan_r .text p {
      font-size: 18px;
      color: #fff;
      line-height: 1.5; }
      .fazhan_r .text p span {
        display: none;
        background: transparent;
        opacity: 0;
        transition: all 0.5s; }
      .fazhan_r .text p .true {
        display: inline;
        opacity: 1; }

/*表单*/
.biaodan {
  background: url("../img/form_bg.jpg") no-repeat top center;
  padding-top: 1px;
  padding-bottom: 64px; }

.biaodan > .biaoti {
  margin-top: 55px;
  margin-bottom: 55px; }

.biaodan > .biaoti > p {
  margin-bottom: 10px; }

.biaodan > p {
  text-align: center;
  font-size: 30px;
  color: #6099ff; }

.biaodan > form {
  width: 320px;
  margin: 0 auto; }

.biaodan > form > input {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: 1px solid #3e71cc;
  border-radius: 5px;
  background: rgba(62, 113, 204, 0.5);
  margin-bottom: 22px;
  font-size: 16px;
  color: #f3f3f3;
  padding-left: 55px;
  box-sizing: border-box;
  -ms-box-sizing: border-box; }

.biaodan > form > .name {
  background: url("../img/name.png") no-repeat left center; }

.biaodan > form > .phone {
  background: url("../img/phone.png") no-repeat left center; }

.biaodan > form > input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #f3f3f3; }

.biaodan > form > input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #f3f3f3; }

.biaodan > form > input::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #f3f3f3; }

.biaodan > form > input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #f3f3f3; }

.biaodan > form > div {
  width: 100%;
  overflow: hidden; }

/*.biaodan>form>div>a{
    width: 45%;
    float: left;
    display: block;
    text-align: center;
    border: 1px solid #3e71cc;
    border-radius: 5px;
    background: rgba(62,113,204,0.5);
    color: #c3c3c3;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
}*/
.biaodan > form > div > button {
  width: 45%;
  float: right;
  display: block;
  text-align: center;
  border: 1px solid #3e71cc;
  border-radius: 5px;
  background: #3e71cc;
  color: #fff;
  font-size: 18px;
  height: 48px;
  line-height: 46px;
  overflow: hidden; }

.biaodan > form > div > a {
  width: 45%;
  float: left;
  display: block;
  text-align: center;
  border: 1px solid #3e71cc;
  border-radius: 5px;
  background: #3e71cc;
  color: #fff;
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  overflow: hidden; }

.biaodan > form > div > a:hover {
  background: rgba(62, 113, 204, 0.5);
  color: #c3c3c3;
  cursor: pointer; }

.biaodan > form > div > button:hover {
  background: rgba(62, 113, 204, 0.5);
  color: #c3c3c3;
  cursor: pointer; }

/*.biaodan>form>div>a:hover{
    background: #3e71cc;
    color: #fff;
}*/
/*热潮*/
.rechao {
  padding-bottom: 80px; }

.rechao_c {
  padding-bottom: 110px;
  padding-top: 75px;
  height: 394px; }

.rechao_c > div {
  width: 20%;
  float: left;
  height: 365px;
  position: relative;
  transition: all 0.5s; }

.rechao_c > div > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1; }

.rechao_c > div > .img {
  width: 85px;
  height: 72px;
  margin: 135px auto 20px;
  background: url("../img/rechao_icon.png") no-repeat;
  transition: margin 0.5s; }

.rechao_c > div > .title {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
  transition: all 0.5s; }

.rechao_c > div > .text {
  width: 73%;
  margin: 20px auto 0;
  font-size: 15px;
  color: #ffe400;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
  text-align: center; }

.rechao_c > .rechao_c_s_1 > .img {
  background-position-x: 0; }

.rechao_c > .rechao_c_s_2 > .img {
  background-position-x: -87px; }

.rechao_c > .rechao_c_s_3 > .img {
  background-position-x: -188px; }

.rechao_c > .rechao_c_s_4 > .img {
  background-position-x: -288px; }

.rechao_c > .rechao_c_s_5 > .img {
  background-position-x: -389px; }

.rechao_c > div > .img:hover {
  background-position-y: -80px; }

.rechao_c > div.true {
  transform: scale(1.2, 1.2);
  z-index: 2; }

.rechao_c > div.true > .img {
  margin: 65px auto 15px;
  background-position-y: -80px; }

.rechao_c > div.true > .title {
  color: #ffe400; }

.rechao_c > div.true > .text {
  max-height: 500px; }

/*算一算*/
.suan {
  background: #000000\9;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  padding-top: 1px;
  bottom: -355px;
  z-index: 500;
  width: 100%;
  transition: all 0.5s; }

.suan.true {
  bottom: 0; }

.suan > .title {
  text-align: left;
  /*position: absolute;*/
  /*top:-90px;*/
  width: 900px;
  margin: 15px auto 15px;
  position: relative; }
  .suan > .title p {
    height: 47px;
    font-size: 30px;
    line-height: 47px;
    color: #fff;
    font-weight: 600;
    display: inline-block; }
    .suan > .title p span {
      font-size: 47px;
      font-weight: 600;
      color: #ffe400;
      display: inline-block;
      margin-left: 20px; }

.suan > .title > .xiaoren {
  position: absolute;
  bottom: -5px;
  margin-left: 40px; }

.suan > .title > .jiantou {
  width: 20px;
  height: 40px;
  display: inline-block;
  float: right;
  background: url("../img/suan_jiantou.gif") no-repeat center; }

.suan > .title > .jiantou.true {
  background-image: url("../img/suan_jiantou_xia.gif"); }

.suan_c {
  width: 900px;
  height: 350px;
  margin: 0 auto 0;
  background: #fff;
  position: relative; }

.suan_z {
  padding-left: 24px;
  width: 546px;
  float: left;
  padding-top: 35px;
  border-right: 1px solid #d8d8d8;
  height: 100%; }

.suan_z ul li{border: 1px solid #f00; display: block;}

.suan_z ul li>em{ background: url("../img/jiantou_xia.png") no-repeat center; width: 16px;height: 9px; overflow: hidden;}

.suan_z > p > span {
  font-size: 24px;
  font-weight: 900;
  color: #000;
  display: inline-block;
  margin-right: 5px; }

.suan_z > p {
  color: #5f5f5f;
  font-size: 16px;
  margin-bottom: 4px; }

.suan_z > p > i {
  color: #d81e06;
  font-style: normal; }

.suan_z > div > p {
  font-size: 20px;
  color: #000000;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-top: 24px; }

.suan_z > div > p > img {
  margin-right: 10px; }

.suan_z > div > p > span {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-left: 20px;
  border: 1px solid #000; }

.suan_z > div > p > span.true {
  background: url("../img/duigou.png") no-repeat center; }

.suan_z .fenlei {
  padding-left: 20px;
  display: inline-block; }

.suan_z .fenlei > p {
  font-size: 14px;
  margin-top: 12px;
  display: inline-block; }

.suan_z .fenlei > span {
  font-size: 14px;
  cursor: pointer; }

.suan_z .fenlei > span > i {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  border-radius: 50%;
  margin-left: 18px;
  margin-right: 38px;
  display: inline-block;
  margin-top: 10px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 1px; }

.suan_z .fenlei > span > i.true > em {
  width: 100%;
  height: 100%;
  background: #000;
  display: block;
  border-radius: 50%; }

.suan_z .fenlei > p > i {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  border-radius: 50%;
  margin-left: 11px;
  margin-right: 0;
  display: inline-block;
  margin-top: 10px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 1px; }

.suan_z .fenlei > p > i.true > em {
  width: 100%;
  height: 100%;
  background: #000;
  display: block;
  border-radius: 50%; }

.suan_y {
  width: 350px;
  float: left; }

.suan_y > p {
  font-size: 36px;
  font-weight: 900;
  color: #000;
  margin: 50px auto 112px;
  width: 62%; }

.suan_y > p > span {
  color: #3e71cc; }

.suan_y > a {
  width: 195px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  font-size: 18px;
  display: block;
  background: #3e71cc;
  border-radius: 5px; }

.baojia {
  position: absolute;
  left: 480px;
  top: 135px;
  cursor: pointer; }

/*弹出表单*/
.tan_form.true {
  display: block; }

.tan_form {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: none;
  z-index: 501;
  background: #000\9;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";*/
  /*IE4-IE9*/
  /*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);*/ }

.tan_form > form {
  width: 500px;
  height: 300px;
  background: #fff;
  position: absolute;
  margin-left: -175px;
  margin-top: -150px;
  left: 50%;
  top: 50%;
  border-radius: 10px; }

.tan_form > form > span {
  cursor: pointer; }

.tan_form > form > p {
  font-size: 18px;
  color: #999;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 30px; }

.tan_form > form > input {
  width: 40%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #3e71cc;
  border-radius: 5px;
  margin: 20px auto 0;
  display: block;
  padding-left: 20px;
  box-sizing: border-box;
  -ms-box-sizing: border-box; }

.tan_form > form > button {
  width: 40%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #3e71cc;
  border-radius: 5px;
  margin: 20px auto 0;
  display: block;
  background: #3e71cc;
  color: #fff; }

.tan_form > form > button:hover {
  background: transparent;
  color: #3e71cc;
  cursor: pointer; }

@keyframes zouchu {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@keyframes youchu {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }

@keyframes diannao {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.zuo_53{
  width: 140px;
  position: fixed;
  left: 0;
  top:100px;
  z-index: 99999;
}
.zuo_53_top{
  width: 100%;
}
.zuo_53_top img{
  width: 100%;
  height: auto;
}
.zuo_53_bottom{
  padding: 0 10px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-top: -25px;
  position: relative;
}
.zuo_53_bottom .button_53{
  height: 56px;
  text-align: center;
  background: #3e71cc;
}
.zuo_53_bottom .button_53>a{
  width: 90%;
  height: 100%;
  display: block;
  line-height: 56px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px dashed #fff;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.zuo_53_bottom .button_53:hover{
  background: #f7bf01;
}
.zuo_53_bottom .button_53:hover>a{
  border-bottom: 1px dashed #f7bf01;
  color: #000;
}
.zuo_53_bottom .button_53>.border_none{
  border: none;
}
.zuo_53_bottom .kong_53{
  /* border:1px solid #3e71cc; */
  padding-top: 1px;
  height: 76px;
  background: rgba(214,214,214,0.8);
  background: #d6d6d6\9;
}
.zuo_53_bottom .kong_53>a{
  width: 80%;
  display: block;
  margin: 14px auto 0;
  text-align: center;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
}
.zuo_53_bottom .kong_53>.lan{
  color: #fff;
  background: #3e71cc;
}
.zuo_53_bottom .kong_53>.lan:hover{
  color: #000;
  background: #f7bf01;
}
.zuo_53_bottom .kong_53>.huang{
  color: #000;
  background: #f7bf01;
}
.zuo_53_bottom .kong_53>.huang:hover{
  color: #fff;
  background: #3e71cc;
}