body{
    background-color: #fff;
}
/* banner */
.index-banner {
    width: 100%;
    height: 704px;
    position: relative;

  }
  .banner-wenzi {
    width: 100%;
    font-size: 74px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 80px;
    text-shadow: 0px 6px 8px rgba(16, 34, 67, 0.24);
    text-align: center;
    margin-top: 298px;
  }


.swiper-pagination-bullet {
    font-size: 17px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.5);
    background: none;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    color: #fff;
  }


  .swiper-container{
    margin-top: 110px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 45px;
  }
  /* 招贤策略 */
 .strategy{
    background: url(../img/person/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 784px;
padding-top: 99px;

 }
 .strategy .main .dis{
    font-size: 24px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
text-align: center;
line-height: 46px;
 }
  .main >.tit{
    font-size: 44px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #222222;
text-align: center;
  }
  .tit_line{
    width: 35px;
height: 6px;
background: #114593;
margin: 27px auto 59px;
  }
  .zhaopin{
    display: flex;
    justify-content: space-around;
    margin-top: 67px;
  }
  .zhaopin .zp_list{
    width: 692px;
    height: 302px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    opacity: 0;
  }
  .zhaopin .zp_list .txt{
    color: #f00;
  }
  .zhaopin .zp_list .txt p:nth-of-type(1){
    font-size: 32px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #222222;
margin-bottom: 20px;
  }
  .zhaopin .zp_list .txt p:nth-of-type(2){
    font-size: 22px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
margin-bottom: 44px;
  }
  .zhaopin .zp_list .txt a div{
    width: 184px;
height: 52px;
border: 1px solid #114593;
font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #114593;
text-align: center;
line-height: 52px;
  }
  .zhaopin .zp_list .txt a div:hover {
    background-color: #114593;
    color: #fff;
  }
  .zhaopin .zp_list img{
    width: 240px;
    height: 240px;
    transition: all 1s ease;
  }
  .zhaopin .zp_list:hover img {
    transform: scale(1.1);
  }

  /* 无线成长 */

  .group_box{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    margin-bottom: 144px;
  }
  .group_box .img{
    display: flex;
    align-items: end;
    opacity: 0;
    
  }
  .group_box .img .imgcls {
    overflow: hidden;
    width: 677px;
    height: 288px;
    background-color: #fff;
  }
  .group_box .img img{
    width: 677px;
    height: 288px;
    transition: all 1s ease;
  }
  .group_box .img:hover img {
    transform: scale(1.1);
  }
  .group_box .img>div{
    width: 6px;
    height: 123px;
    background: #3D67A8;
margin-left: -2px;
  }
  .group_box .info {
    margin-left: 25px;
    transform: translateY(27px);
    width: 654px;
    opacity: 0;
}

  .group_box .info>p{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 14px;

  }
  .group_box .info .detail{

  }
  .group_box .info .detail p{
    font-size: 20px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
line-height: 40px;
margin: 10px 0;
text-align: justify;
  }

  /* 职业发展 */
  .development img{
    width: 100%;
    height: 718px;
    opacity: 0;
    transition: all 1s ease;
  }
  .development img:hover {
    transform: scale(1.1);
  }
  /* 福利关怀 */
  .welfare{
    background: url(../img/person/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 1033px;
padding-top: 99px;
margin-top: 20px;
  }
  .welfare .dis{
    font-size: 24px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
margin-bottom: 61px;
text-align: center;
  }
  .welfare .wel_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .welfare .wel_box .wel_list{
    width: 696px;
    height: 294px;
    position: relative;
    margin-bottom: 28px;
    opacity: 0;
}
  .welfare .wel_box .wel_list img{
    position: absolute;
    width: 100%;
  }
  .welfare .wel_box .wel_list .shadow{
    background: rgba(0, 0, 0, 0.4);
 position: absolute;
 width: 100%;
 height: 100%;

  }
  .welfare .wel_box .wel_list .shadow:hover {
    background: rgba(0, 0, 0, 0.6);
  }
  .welfare .wel_box .wel_list p{
    font-size: 24px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #FFFFFF;
position: absolute;
    left: 19px;
    bottom: 23px;
  }
