
  .index_banner{
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
  }


.index_banner img{
width: 100%;
}




.biography{
  width: 100%;
  height: 460px;
  display: block;
  margin: 0 auto;
  background-color: #EFEFEF;
  padding-top: 100px;


}


.biography .biographys{
  width: 1200px;
  display: block;
  margin: 0 auto;
}

.biography .biographys h4{
  width: 100%;
  font-size: 36px;
  color: #0536be;
  margin-bottom: 45px;

}


.biography .biographys h4 span{
  font-size: 15px;
  color: #5B5B5B;
  text-transform: uppercase;

}

.biography .biographys span{
  display: inline-block;
  margin-bottom: 25px;
  font-size: 20px;
  color: #222;
}






.title1 {
  width: 100%;
  font-size: 0;
}
.title1 img{
    width: 100%;
}











.city{
    width: 100%;
    display: block;
    margin: 0 auto;
 
    overflow: hidden;
    position: relative;
}




.city .swiper {
    width: 100%;
    height: 100%;
  }

  .city .swiper-slide {
    background-position: center;
    background-size: cover;
  }

  .city .swiper-slide img {
    display: block;
    width: 100%;
  }


  .city .swiper-pagination{
    left: 20%;
    bottom: 4%;
  }

.city .swiper-pagination-bullet{
    width: 80px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #444444;
    opacity: 1;
    background-color: #EEEEEE;
    border-radius:0;
    font-weight: bold;
}

.city .swiper-pagination-bullet-active{
    border-bottom:solid 3px #0536be;
  
}












.develop{
    width: 100%;
    display: block;
    margin: 0 auto;
 
    /* background-color: pink; */
}



.develop .swiper {
  width: 100%;
  height: 100%;
}

.develop .swiper-slide {
  background-position: center;
  background-size: cover;
}

.develop .swiper-slide img {
  display: block;
  width: 100%;
}


.develop .swiper-pagination{
  bottom: 10%!important;
}

.develop  .swiper-pagination-bullet{
  width: 170px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  opacity: 1;
  color: #f4f4f4;
  border-radius:0;
  background: none;


}

.develop .swiper-pagination-bullet-active{
   font-size: 29px;
   font-weight: bold;
  
}

.develop .swiper-button-next{
   right: 20%!important;
   color: #fff;
}
.develop  .swiper-button-prev{
  left: 48%!important;
 color: #fff;
}


.target {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.target .swiper {
    width: 100%;
    height: 100%;
  }
  
  .target .swiper-slide {
    background-position: center;
    background-size: cover;
  }
  
  .target .swiper-slide img {
    display: block;

  }
  


  .target  .swiper-slide{
    position: relative;
  }

  .target  .swiper-slide .appointment{
    display: none;
  }
  .target  .swiper-slide .appointment img{
    width: 100%;
    height: 100%;
  }

  .target  .swiper-slide .target_li{
     width: 30%;
     height:60%;
     position: absolute;
     right: calc(6% - 0px);
     bottom:calc(5% - 25px);
     display: block!important;
  }
  
  .target  .swiper-slide .target_li ul {
     width: 85%;
     height: 100%;
 


  }

  .target  .swiper-slide .target_li ul li{
    height:28%;
    text-align: center;
    padding-top: 10%;
    box-sizing: border-box;
    margin-left: 40%;
    color: #222;
    font-size: 36px;
    
  }

  .target  .swiper-slide .target_li ul li p{
    width: 100%;


     height: 100%;
     border-bottom: 1px solid #666666;
  }


  .target  .swiper-slide .target_li ul .currents {
     margin-left: 0;
     color: #fff;
     background-color: #0536B9;
  }












 