﻿.clearfloat:after {
  display: block;
  clear: both;
  content: ".";
  visibility: hidden;
}
.clearfloat {
  zoom: 1;
}
.title {
  padding-top: 200px;
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  color: #3e3f40;
}
.culture {
  background: #f7f7f7;
  width: 100%;
}
.underline {
  display: block;
  width: 160px;
  height: 3px;
  margin: 0 auto;
  background-color: #ee3523;
}
.fl {
  float: left;
}
#tablerow {
  color: white;
}
#tablerow .cul-box {
  line-height: 60px;
  height: 60px;
  font-size: 0;
  text-align: center;
}
#tablerow span {
  vertical-align: middle;
}
#tablerow .num {
  font-size: 48px;
}
#tablerow .sprit {
  font-size: 65px;
}
#tablerow .box-title {
  font-size: 40px;
}
#tablerow ul {
  padding: 15px 30px 0 50px;
  list-style: disc;
}
#tablerow li {
  list-style: disc;
  font-size: 14px;
  line-height: 28px;
}
.callme {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  width: 140px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #ee3523;
  border-radius: 5px;
}
.callme:hover {
  color: #fff;
}
#tableContainer {
  margin-top: 86px;
}
#tablerow {
  display: table;
  position: relative;
  width: 100%;
}
#feelings {
  width: 33.33%;
  height: 410px;
  background: url(../images/one_bg.jpg) no-repeat;
  background-size: cover;
}
#mind {
  width: 33.33%;
  height: 410px;
  background: url(../images/two_bg.jpg) no-repeat;
  background-size: cover;
}
#sunculture {
  width: 33.33%;
  height: 410px;
  background: url(../images/three_bg.jpg) no-repeat;
  background-size: cover;
}
.tablecell {
  display: table-cell;
  vertical-align: middle;
}
.tablecell .small_meng .ulbox {
  margin: 0 auto;
}
.talent-title {
  padding-top: 80px;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}
.talent {
  background-color: #fdfdfe;
  text-align: center;
  color: #3e3f40;
  position: relative;
  padding: 30px 0;
}
.talent #map {
  max-width: 739px;
  height: 617px;
  background: url(../images/map.png) no-repeat center;
  background-size: cover;
  margin: 0 auto;
}
.talent .contentBox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  max-width: 800px;
}
.talent .contentBox .talent-content {
  font-size: 16px;
  margin: 35px auto;
}
.lampBox {
  max-width: 600px;
  margin: 70px auto;
}
.lamp-mid {
  width: 40%;
  float: left;
  color: #3b3b3b;
  text-align: center;
}
.lamp-mid img {
  text-align: center;
}
.lamp-mid p {
  width: 142px;
  font-size: 16px;
  margin: 20px auto;
  text-align: center;
}
.lamp-right {
  width: 30%;
  float: right;
}
.lamp-commen {
  text-align: left;
  margin-top: 80px;
}
.lamp-commen p {
  font-size: 16px;
}
.lamp-commen p span {
  display: inline-block;
  width: 10px;
  height: 11px;
  background: url(../images/cirlcle.png) no-repeat;
}
.lamp-commen ul {
  margin-top: 10px;
  padding-left: 10px;
  font-size: 13px;
  line-height: 25px;
}
.lamp-left {
  width: 30%;
  float: left;
  padding-left: 80px;
}
.office {
  padding-bottom: 80px;
  width: 100%;
  text-align: center;
}
.office img {
  max-width: 100%;
  margin-top: 40px;
}
.staff-activity {
  width: 100%;
  height: 580px;
  overflow: hidden;
  background: url(../images/staff_bg.jpg) no-repeat center 0;
}
.staff-activity .staff-title {
  padding-top: 112px;
  font-size: 40px;
  text-align: center;
  color: #fff;
}
.textandswiper {
  position: relative;
  font-size: 14px;
  color: #313131;
  width: 1200px;
  margin: 0 auto;
}
.swiper-container1 {
  margin: 0 auto 0;
  width: 1200px;
  overflow: hidden;
  padding: 60px 30px;
}
.swiper-container1 .item {
  position: relative;
  width: 340px;
  height: 242px;
  transition: transform 0.4s ease-in-out;
  display: block;
}
.swiper-container1 .item .item-img {
  width: 340px;
  height: 242px;
}
.swiper-container1 .item .box1 {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #fff;
}
.swiper-container1 .item .box1 .bigger {
  font-size: 14px;
}
.swiper-container1 .item:hover {
  transform: scale(1.1, 1.1);
}
.swiper-button-prev {
  left: -50px;
}
.swiper-button-next {
  right: -60px;
}
.swiper-button-next {
  background: url(../images/right.png) no-repeat;
  background-size: 28px 51px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev {
  background: url(../images/left.png) no-repeat;
  background-size: 28px 51px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1460px) and (min-width: 768px) {
  .swiper-button-prev {
    top: 95%;
    left: 460px;
  }
  .swiper-button-next {
    top: 95%;
    right: 460px;
  }
}
@media (max-width: 767px) {
  .talent .contentBox {
    width: 100%;
  }
  .lampBox {
    width: 100%;
    margin: 0;
  }
  .title {
    padding-top: 80px;
    font-size: 20px;
  }
  #tableContainer {
    margin-top: 30px;
  }
  .tablecell {
    width: 100%!important;
    height: auto!important;
    display: block;
    font-size: 0;
    padding: 50px 0;
  }
  .talent-title {
    padding-top: 30px;
    font-size: 20px;
  }
  .talent .contentBox .talent-content {
    padding: 0 10px;
  }
  .talent #map {
    width: 100%;
    height: 500px;
  }
  .office {
    padding-bottom: 10px;
  }
  .office img {
    margin-top: 10px;
  }
  .staff-activity {
    height: auto;
    background: #fff;
  }
  .staff-activity .staff-title {
    padding-top: 30px;
    font-size: 20px;
    color: #313131;
  }
  .swiper-container1 {
    padding: 20px 20px 50px 20px;
  }
  .swiper-button-next {
    top: 90%;
    transform: scale(0.5);
    left: 20%;
  }
  .swiper-button-prev {
    left: 10%;
    top: 90%;
    transform: scale(0.5);
  }
  .underline {
    width: 100px;
  }
  .lamp-left {
    padding-left: 0;
  }
}
