.zw1200 {
  width: 1200px;
  margin: 0 auto;
}

.zw1600 {
  width: 1600px;
  margin: 0 auto;
}

.zx-w1200 {
  width: 1200px;
  margin: 0 auto;
}

.zw1550 {
  width: 1550px;
  margin: 0 auto;
}

.z_nbanner {
  height: 580px;
  position: relative;
}
.z_nbanner .banner-wrap {
  height: 100%;
  position: relative;
}
.z_nbanner .title {
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.z_nbanner .title h1 {
  color: #fff;
}
.z_nbanner .flexslider {
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.z_nbanner .flexslider .flex-viewport {
  height: 100%;
}
.z_nbanner .flexslider .flex-viewport ul, .z_nbanner .flexslider .flex-viewport li {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.z_nbanner .flexslider .flex-viewport li {
  height: 100%;
}
.z_nbanner .flexslider .flex-viewport li a {
  width: 100%;
  height: 100%;
}
.z_nbanner .flexslider .flex-control-nav {
  text-align: center;
  margin-bottom: 10px;
}
.z_nbanner .flexslider .flex-control-paging li {
  margin: 0 3px;
  display: inline-block;
}
.z_nbanner .flexslider .flex-control-paging li a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: 9999px;
  overflow: hidden;
  border: 1px solid #44598f;
  box-shadow: none;
}
.z_nbanner .flexslider .flexslider {
  padding-bottom: 62px;
  border-bottom: 1px solid #e5e5e5;
}
.z_nbanner .flexslider .flex-control-paging li a:hover {
  background: #44598f;
}
.z_nbanner .flexslider .flex-control-paging li a.flex-active {
  background: #44598f;
}

.n_nbanner {
  height: 498px;
  position: relative;
}
.n_nbanner .banner-wrap {
  height: 100%;
  position: relative;
}
.n_nbanner .title {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.n_nbanner .title h1 {
  color: #fff;
  font-weight: bold;
}

.fon-50 {
  font-size: 50px;
}

.fon-20 {
  font-size: 20px;
}

.recruit-href {
  padding: 45px 0;
  background: #0b315e;
  text-align: center;
}
.recruit-href a {
  width: 265px;
  height: 54px;
  text-align: center;
  color: #fff;
  background: #035ea8;
  display: inline-block;
  border-radius: 5px;
}
.recruit-href a p {
  line-height: 54px;
}

.x-stitle {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 3%;
}

.n-idea {
  padding: 5% 0 6% 0;
}
.n-idea .dl {
  background: #f2f2f2;
  margin-top: 60px;
}
.n-idea .dl .dd {
  width: 50%;
  height: 365px;
}
.n-idea .dl .dt {
  width: 50%;
  padding: 0 60px 0 35px;
}
.n-idea .dl .dt .p {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  max-height: 320px;
  overflow: hidden;
}
.n-idea .imgbox {
  width: 100%;
  margin-top: 70px;
  text-align: center;
}
.n-idea .imgbox img {
  max-width: 100%;
}

.n-welfare {
  padding: 2% 0 6% 0;
}
.n-welfare .dl {
  background: #f4fafe;
  margin-top: 60px;
}
.n-welfare .dl .dd {
  width: 57%;
  height: 495px;
  position: relative;
}
.n-welfare .dl .dd .wel-ajax {
  width: 190px;
  box-sizing: border-box;
  background: #004981;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.n-welfare .dl .dd .wel-ajax .top-img {
  height: 360px;
  padding: 0 20px;
}
.n-welfare .dl .dd .wel-ajax .top-img .img {
  padding-top: 65px;
  text-align: center;
}
.n-welfare .dl .dd .wel-ajax .top-img .img img {
  display: inline-block;
  max-width: 100%;
}
.n-welfare .dl .dd .wel-ajax .top-img .p-tit {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  margin-top: 38px;
}
.n-welfare .dl .dd .wel-ajax .bot-p {
  font-size: 18px;
  text-align: center;
  background: #333;
  height: 60px;
  line-height: 60px;
  color: #fff;
}
.n-welfare .dl .dd .wel-ajax .line {
  width: 50px;
  height: 1px;
  background: #004981;
  position: absolute;
  left: -50px;
  bottom: 38px;
}
.n-welfare .dl .dt {
  width: 43%;
  padding: 0 60px 0 35px;
}
.n-welfare .dl .dt .h {
  font-size: 26px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 22px;
}
.n-welfare .dl .dt .p {
  font-size: 16px;
  color: #a7a8a9;
  overflow: hidden;
}
.n-welfare .dl .dt .p p {
  line-height: 2;
}
.n-welfare .ul {
  width: 100%;
  margin-top: 50px;
}
.n-welfare .ul .li {
  width: 24%;
  margin-right: 1.2%;
  border: 1px solid #666;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 10px 0;
  float: left;
  cursor: pointer;
}
.n-welfare .ul .li .img {
  width: 100%;
}
.n-welfare .ul .li .img img {
  display: inline-block;
  max-width: 100%;
}
.n-welfare .ul .li:nth-child(4n) {
  margin-right: 0;
}
.n-welfare .ul .li p {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
.n-welfare .ul .li:hover {
  border: 1px solid #004981;
}
.n-welfare .ul .li:hover p {
  color: #004981;
}


/*2017-12-18*/

.n-welfare .life-wrap{
  width: 1200px;
  margin: 0 auto;
}
.life-wrap .life-list{
  border-bottom: 1px solid #cccccc;
  margin-bottom: 3%;
  padding-bottom: 4%;
}
.life-wrap .life-top{
  list-style: none;
}
.life-top .left{
  width: 586px;
  overflow: hidden;
}
.life-top .left img{
  display: block;
  width: 100%;
  height: 366px;
}
.life-top .right{
  width: 590px;
}
.life-top .right li{
  overflow: hidden;
  width: 100%;
  height: 73px;
  line-height: 73px;
  border-bottom: 1px dashed #cccccc;
  font-size: 18px;
}
.life-top .right li:last-child{
  border-bottom: none;
}
.life-top .right li a{
  color: #333;
}
.life-top .right li span{
  display: block;
  float: right;
  font-size: 14px;
  color: #666666;
  line-height: 75px;
}
.life-top .right li:hover a{
  color: #004981;
}
.life-list.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 0;
  margin-bottom: 10px;
}
.life-list .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  border: 1px solid #007aff;
  background: none;
  opacity: 1;
  margin-bottom: 10px;
}
.life-list .swiper-pagination-bullet-active{
  background: #007aff;
}

.tab-tit li{
  list-style: none;
  float: left;
  font-size: 16px;
  color: #004981;
  width: 196px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #004981;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.tab-tit li.on,.tab-tit li:hover{
  background: #004981;
  color: #fff;
}
.tab-con{
  box-sizing: border-box;
  border: 1px solid #004981;
}
.tab-con .bpic{
}
.tab-con .bpic img{
  display: block;
  margin: 25px auto;
  width: 98%;
  max-width: 100%;
}
.tab-con .spic{
  position: relative;
}
.tab-con .spic ul{
  width: 1140px;
  margin: 0 auto;
}
.tab-con .spic li{
  float: left;
  width: 215px;
  height: 123px;
  margin-bottom: 25px;
  margin-left: 8px;
  margin-right: 5px;
  cursor: pointer;
}
.tab-con .spic .prev,.tab-con .spic .next{
  display: block;
  position: absolute;
  width: 18px;
  height: 35px;
  transition: all 0.5s;
  top: 50%;
  margin-top: -17.5px;
}
.tab-con .spic .prev{
  background: url(../img/life_prev.png) no-repeat center 0;
  left: 12px;
}
.tab-con .spic .next{
  background: url(../img/life_next.png) no-repeat center 0;
  right: 12px;
}
.tab-con .spic .prev:hover,.tab-con .spic .next:hover{
  background-position: center -35px;
}

.tabcon2{
  padding: 2% 1% 0;
  overflow: hidden;
  border: 1px solid #004981;
  display: none;
}
.tabcon2 li{
  list-style: none;
  float: left;
  width: 32.4%;
  margin-right: 1.3%;
  margin-bottom: 2%;
}
.tabcon2 li:nth-child(3n){
  margin-right: 0;
}
.tabcon2 li img{
  display: block;
  width: 100%;
}





.n-talent .lista {
  padding: 2% 0 6% 0;
}
.n-talent .lista .choose-box {
  border: 1px solid #ccc;
  padding: 0 80px;
  margin-bottom: 45px;
}
.n-talent .lista .choose-box .tab-li {
  padding: 18px 0;
  font-size: 15px;
  border-bottom: 1px dashed #ccc;
}
.n-talent .lista .choose-box .tab-li .span-tit {
  line-height: 2;
  float: left;
  margin-right: 10px;
}
.n-talent .lista .choose-box .tab-li .span {
  line-height: 2;
  margin-right: 20px;
  color: #666;
  float: left;
  cursor: pointer;
  padding: 0 5px;
}
.n-talent .lista .choose-box .tab-li .span:hover, .n-talent .lista .choose-box .tab-li .span.cur {
  color: #fff;
  background: #004981;
}
.n-talent .lista .choose-box .tab-li .span.on {
  color: #004981;
}
.n-talent .lista .choose-box .tab-li .span.on:hover, .n-talent .lista .choose-box .tab-li .span.on.cur {
  color: #fff;
}
.n-talent .lista .choose-box .tab-li.on-border {
  border-bottom: none;
}
.n-talent .lista .choose-box .frombox {
  background: #f2f2f2;
  width: 360px;
}
.n-talent .lista .choose-box .input2 {
  width: 80%;
  height: 35px;
  line-height: 35px;
  background: none;
  border: none;
  font-size: 14px;
  padding-left: 10px;
}
.n-talent .lista .choose-box .submit {
  background: url(../pic/img3-4.png) no-repeat center;
  width: 15%;
  height: 35px;
  border: none;
}
.n-talent .listb {
  padding: 5% 0 6% 0;
  background: #f7f7f7;
}
.n-talent .listb .carousel {
  background: url(../pic/img5.png) no-repeat center 33%;
  margin-top: 45px;
  background-size: 100%;
}
.n-talent .listb .carousel .h {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #333;
}
.n-talent .listb .carousel .h.tit {
  background: url(../pic/img6.png) no-repeat right center;
  background-size: auto 30px;
  display: inline-block;
  padding-right: 45px;
  color: #333;
}
.n-talent .listb .carousel .h.tit:hover {
  color: #004981;
}
.n-talent .listb .carousel p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.n-talent .listb .carousel .li {
  float: left;
  margin: 0 60px;
}
.n-talent .listb .carousel .li .img {
  text-align: center;
}
.n-talent .listb .carousel .li .img img {
  display: inline-block;
}
.n-talent .listb .carousel .li .p-text {
  text-align: center;
}
.n-talent .listb .carousel .li .p-text .p {
  text-align: left;
}
.n-talent .listb .carousel .ma160 {
  margin-bottom: 160px;
}
.n-talent .listb .carousel .ma220 {
  margin-bottom: 220px;
}

.n-talent ul, .n-talent li, .n-talent span, .n-talent a {
  box-sizing: border-box;
}

.n-talent .inner-cap {
  padding: 50px 0 34px;
}

.n-talent .inner-cap h3 {
  font-weight: normal;
  font-size: 26px;
  color: #666;
  line-height: 36px;
  text-align: center;
}

.n-talent .inner-cap .line1 {
  display: block;
  margin: 21px auto 0;
  width: 55px;
  height: 2px;
  background: #9a9a9a;
}

.n-talent .recruit-list {
  background: #fff;
  border: 1px solid #f4f4f4;
}

.n-talent .recruit-li {
  width: 100%;
  padding: 16px 0;
  border-bottom: 2px solid #f4f4f4;
  position: relative;
}

.n-talent .recruit-dl {
  width: 23%;
  padding-left: 45px;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  padding-top: 16px;
}

.n-talent .recruit-dr {
  width: 77%;
  padding: 0 35px 0 31px;
  border-left: 1px solid #e2e2e2;
}

.n-talent .recruit-box {
  width: 74%;
}

.n-talent .recruit-box1 {
  display: none;
}

.n-talent .recruit-li .bot {
  margin-top: 10px;
  padding-bottom: 30px;
}

.n-talent .recruit-li .bot .tit {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.n-talent .recruit-li .bot p {
  line-height: 1.5;
}

.n-talent .link {
  width: 15%;
}

.n-talent .p1 {
  font-size: 14px;
  color: #949494;
  line-height: 24px;
}

.n-talent .s1 {
  float: left;
  display: inline-block;
  width: 32.6%;
  margin: 10px 0;
}

.n-talent .s1 em {
  color: #666;
  font-style: normal;
}

.n-talent .recruit-a {
  display: inline-block;
  color: #2d509f;
  border: 1px solid #2d509f;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all .3s linear;
          transition: all .3s linear;
}

.n-talent .recruit-ul .sx_show {
  width: 50%;
  font-size: 16px;
  color: #666;
  line-height: 35px;
  display: none;
}

.n-talent .recruit-a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.n-talent .recruit-ul .more {
  float: left;
}

.n-talent .recruit-ul .more.on {
  background: #2d509f;
  color: #fff;
}

.n-talent .need {
  float: right;
  background: #7f7f7f;
  color: #fff;
}

.n-talent .bot {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  display: none;
}

.more-btn {
  position: relative;
}
.more-btn p {
  position: relative;
  z-index: 9;
}
.more-btn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  bottom: 0px;
  background: #0F407B;
  -webkit-transition: 0.8s cubic-bezier(0.6, 0.2, 0.1, 1);
          transition: 0.8s cubic-bezier(0.6, 0.2, 0.1, 1);
  z-index: 1;
}
.more-btn:hover:before {
  width: 100%;
  -webkit-transition: 0.8s cubic-bezier(0.6, 0.2, 0.1, 1);
          transition: 0.8s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.about.recruit .about-nav .container .tabs-wrap {
  width: 80%;
  margin: 0 auto;
}

.about.recruit .about-nav .container .tabs-wrap .tab {
  /*width: 33.33%;*/
  width:25%;
}


.develop-tit{
  font-size: 22px;
  color: #333333;
  background: url(../img/develop_ic01.jpg) no-repeat left center;
  padding-left: 15px;
  margin-bottom: 2%;
  margin-top: 3%;
}
.develop-list li{
  margin-bottom: 3%;
}
.develop-list li .dltit{
  display: block;
  font-size: #004981;
  background: url(../img/develop_ic02.jpg) no-repeat left center;
  padding-left: 24px;
  font-size: 20px;
  color: #004981;
  margin-bottom: 10px;
}
.develop-list li p{
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.develop-list li img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.develop-list  .line{
  width: 100%;
  border-bottom: 1px dashed #cccccc;
}

@media only screen and (max-width:1024px){
  .n-welfare .life-wrap{
    width: 96%;
  }
  .life-wrap .life-list{
    border-bottom: none;
  }
  .life-top .right{
    width: 100%;
  }
  .life-top .left{
    display: none;
  }
  .life-top .right{
    margin-top: 3%;
  }
  .life-top .right li{
    height: 46px;line-height: 46px;border-top: 1px dashed #cccccc;
    border-bottom:none;
  }
  .life-top .right li span{
    line-height: 46px;
  }
  .tab-con{display: none}
  .tabcon2{display: block;}
}
@media only screen and (max-width:768px){
  .tab-tit li{
    width: 24%;
    margin-right: 1%;
    font-size:14px;
  }
  .tab-tit li:nth-child(3n){
    margin-right: initial;
  }
  .life-top .right li span{
    display: none;
  }
  .develop-tit{
    font-size: 20px;
  }
  .develop-list li .dltit{
    font-size: 18px;
  }
  .life-top .right li{
    font-size: 16px;
  }
}
@media only screen and (max-width:480px){
  .tabcon2 li{
    width: 48%;
  }
  .tabcon2 li:nth-child(2n){
    float: right;
  }
  .tab-tit li{
    height: 36px;line-height: 36px;
  }
}

/*# sourceMappingURL=z_style.css.map */