/* 人才观 */
#code-of-conduct .carousel {
  width: 47.5vw;
  max-width: 9.12rem;
  margin-right: 0;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  border-radius: .18rem;
}
#code-of-conduct .carousel img {
  height: 27vw;
}
/* personnel swiper */
.personnel-swiper-container .bottom {
  padding: 0 8vw;
}
.personnel-swiper-container .bottom .title {
  margin-top: .1rem;
  margin-bottom: .18rem;
  font-size: .30rem;
  line-height: .54rem;
  text-align: left;
}
.personnel-swiper-container .bottom .desc {
  font-size: .2rem;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  text-align: center;
  position: relative;
  line-height: .36rem;
  margin-bottom: 0.05rem;
}
.personnel-swiper-container .swiper-button-prev,
.personnel-swiper-container .swiper-button-next {
  position: absolute;
  top: calc(28vw + .18rem);
  width: .17rem;
  height: .31rem;
  font-size: 0;
  color: transparent;
  background-size: 100% 100%;
  z-index: 5;
  cursor: pointer;
}
.personnel-swiper-container .swiper-button-prev{
  margin-left: .52rem;
  background-image: url("../img/second_swiper_button_prev.png");
}
.personnel-swiper-container .swiper-button-next {
  margin-right: .52rem;
  background-image: url("../img/second_swiper_button_next.png");
}
#culture .carousel,
#code-of-conduct .carousel {
  box-shadow: 0.02rem 0.11rem 0.26rem 0.09rem rgba(0,0,0,.1);
  -webkit-box-shadow: 0.02rem 0.11rem 0.26rem 0.09rem rgba(0,0,0,.1);
  -moz-box-shadow: 0.02rem 0.11rem 0.26rem 0.09rem rgba(0,0,0,.1);
}

/* footer */
#footer_bottom {
  position: relative;
  height: .57rem;
  line-height: .57rem;
  background-color: #000!important;
  padding: 0 9vw 0;
  z-index: 888;
}