.swiper{
  width: 100%;
  height: 468px;
  margin-top: 72px;
  position: relative;
}
.swiper img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Wauto{
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0 auto;
}
.main{
  padding: 0;
  clear: both;
  width: 100%;
  float: left;
}
.article{
  width: 100%;
  margin-right: 0;
}
.postBox{
  clear: both;
  position: relative;
  overflow: hidden;
}
.post{
  max-width: 960px;
  margin: 0 auto;
  padding: 29px 0px 38px;
}
.postTitle{
  display: block;
  text-align: left;    
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 1.5%;
  z-index: 2;
}
.enterpriseCulture{
  font-size: 30px;
  font-weight: 400;
  position: relative;
  text-indent: 2px;
  letter-spacing: 0em;
  display: inline-block;
  margin-bottom: 3px;
  color: #333333;
  opacity: 0.9;
}
.post .postTitle:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 1px;
  width: 45px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.PostBoxMain{
  position: relative;
  overflow: hidden;
}
.fadeInUp{
    visibility: visible;
    animation-name: fadeInUp;
}
.fadeInUp .item{
  position: relative;
}
.personTab span {
    font-size: 16px;
    margin-right: 40px;
}
.personTab span i {
    color: #2E2E2E;
}
.personTab span .active {
    border-bottom: 2px solid #E60020;
}
.personTab i {
    display: inline-block;
    color: #AD986D;
    font-style: normal;
    height: 35px;
    cursor: pointer;
}
.personTabCon{
  position: relative;
  overflow: hidden;
  margin: 10px auto 0;
  height: auto !important;
}
.tabCon{
  width: 100%;
  display: none;
  color: #fff;
  position: relative;
}
.selected{
  display: block;
}
.OfficeLocation{
  width: 100%;
  height: 260px;
  display: flex;
  color: #333333;
  justify-content: space-between;
}
.contacts{
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  color: #333;
}
.contacts div{
  margin-bottom: 10px;
}
.OfficeMap{
  width: 450px;
  height: 250px;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}