.hide {
  visibility: hidden;
  display: block;
}
/* profile */
.profile {
  padding-bottom: 230px;
}

.profile .title {
  padding-bottom: 30px;
  color: #739458;
  font-size: 36px;
}

.profile .content {
  height: 568px;
  /*overflow: hidden;*/
}

.profile .text {
  float: left;
  width: 60%;
  font-size: 16px;
  line-height: 28px;
}

.profile .pic {
  margin-left: 60%;
  padding-left: 50px;
  height: 467px;
}

/* leader */
.leader {
  position: relative;
  padding-bottom: 120px;
  background: url(../img/leader_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.leader .big_title {
  color: #fff;
  /* position: absolute;
  top: 0; */
}

.leader .big_title .en {
  color: #fff;
}

.swiper-container {
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 180px;
}

.swiper-container img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.swiper-container .swiper-slide-active img {
  transform: scale(1.5);
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #f00;
}

.swiper-slide {
  position: relative;
  text-align: center;
  background: #000;
}

.swiper-slide img {
  opacity: .5;
}

.swiper-slide-active img {
  opacity: 1;
}

.bottom .view_office .swiper-slide{
  height: 70px;
  overflow: hidden;
}
.bottom .view_office .swiper-slide img{
  height:100%;
  width: auto;
}
.bottom .view_staff .swiper-slide{
  height: 70px;
  overflow: hidden;

}
.bottom .view_staff .swiper-slide img{
  height:100%;
  width: auto;
}
.swiper-slide p {
  position: absolute;
  display: none;
  bottom: -160px;
  width: 100%;
  font-size: 20px;
  color: #fff;
}

.swiper-slide-active p {
  display: block;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../img/arrow_l.png);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/arrow_r.png);
}

.swiper-button-next,
.swiper-button-prev {
  width: 21px;
  height: 36px;
  margin-top: -78px;
  background-size: 21px 36px;
}

/* culture */
.culture {
  padding-bottom: 167px;
}
.culture .content .top {
  height: 634px;
  margin-bottom: 75px;
  overflow: hidden;
}

.culture .text {
  float: right;
  width: 50%;
  font-size: 16px;
  height: inherit;
  line-height: 28px;
  overflow: hidden;
}

.culture .pic {
  margin-right: 50%;
  padding-right: 50px;
  height: 550px;
  width: 40%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.culture .pic img{
  height: 100%;
}
.culture .office,
.culture .staff {
  border-bottom: 3px solid #fff;
  font-size: 0;
  background: #D7D7D7;
}

.culture .content .item {
  display: inline-block;
  box-sizing: border-box;
  border-right: 3px solid #fff;
  width: 21%;
}

.culture .content .oper {
  position: relative;
  display: inline-block;
  width: 11%;
  padding-left: 5%;
}

.culture .oper p {
  font-size: 20px;
}

.culture .oper .inner div {
  font-size: 18px;
  color: #868686;
}

.culture .oper .inner .add {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  border: 2px solid #0A0204;
  color: #000;
  border-radius: 50%;
  line-height: 26px;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
}
.culture .oper .inner {
  position: absolute;
  top: -40px;
  left: 20%;
}
.culture .bottom {
  position: relative;
}
.strucure{
  background:#f9f9f9;
  padding-bottom: 120px;
}
.strucure .pic {
  text-align: center;
}
.strucure .pic img{
  width: 80%;
}
.viewmore {
  position: absolute;
  left: 50%;
  top:-150px;
  z-index: 12;
  padding: 50px 65px 30px;
  width: 500px;
  margin: 0 auto;
  margin-left: -315px;
  background: #739458;
}
.viewmore .cur {
  /*border:2px solid #4c6835; */
}
.viewmore .cur img {
  height: 340px;
}
.swiper {
  position: relative;
  width: 460px;
}
.swiper-container2,.swiper-container3{
  margin-top: 30px;
  height: 80px;
  margin-left: 20px;
  overflow: hidden;
  width: 100%;

}
.viewmore .swiper-slide-active{
  /*border:1px solid #4c6835;*/
}
.viewmore .swiper-button-next,.viewmore .swiper-button-prev{
  margin-top: 0;
  top:20px;
}

.swiper  .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: -45px;
}
.swiper  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: -5px;
}

.viewmore .close {
  right: -50px;
  color: #fff;
  border: 2px solid #fff;
}
