
body {
  background-color: #fff;
}
/* 轮播图部分 */
.Carousel {
  height: 460px;
  background-image: url(../imgs/banner.png);
}
.swiper-container {
  height: 460px;
}
/* 主体部分 */
.mainCont {
  background-color: #fff;
}
/* 图片部分 */
#staffImg {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#staffImg li {
  position: relative;
  width: 285px;
  height: 379px;
  margin: 20px 0;
}

#staffImg li img {
  width: 238px;
  height: 379px;
}
.mask {
  position: absolute;
  width: 238px;
  height: 379px;
  top: 0;
  left: 0;
  display: none;
  color: #fff;
  background-color: rgba(12, 12, 12, 0.7);
}
.mask h1 {
  font-size: 22px;
  padding: 20px;
}
.mask p {
  font-size: 18px;
  padding-left: 20px;
}
.mask p:last-child {
  text-align: start;
  margin-bottom: 10px;
  position: absolute;
  bottom: 20px;
  font-size: 16px;
}
#staffImg li:hover .mask {
  display: block;
}
/* 公司概况部分 */
.companyOverview {
  height: 460px;
  background-image: url(../imgs/gsjieshao.png);
}
.companyOverview .companyProfile {
  margin-top: 130px;
}
.companyOverview .companyProfile p {
  padding-top: 30px;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  vertical-align: middle;
}
.companyOverview .companyProfile p > span {
  font-size: 40px;
  line-height: 40px;
  vertical-align: text-bottom;
}
/* 公司主营内容 */
.business {
  padding: 0;
  display: flex;
  justify-content: space-around;
}
/* 热点聚焦内容 */
.spotlight {
  padding: 0px;
  border: 0;
}
/* #carouselExampleCaptions{
  position: relative;
} */
.ol-indicators {
  position: absolute;
  bottom: 0;
  right: -600px;
  z-index: 9999;
}
.spotlight .focus {
  display: flex;
  justify-content: space-between;
}
#carouselExampleCaptions .carousel-item .carousel-caption {
  background: #000000;
  margin: 0;
  opacity: 0.6 !important;
  z-index: 1000;
}
.carousel-caption {
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
}
#carouselExampleCaptions .carousel-item img {
  width: 100%;
  height: 500px;
}
#carouselExampleCaptions .carousel-item .arousel-caption {
  opacity: 0.6;
  background-color: #000;
}
/* 公司新闻 */
.companyNews {
  margin-top: -22px;
  max-height: 490px;
  overflow: hidden;
}
.companyNews li {
  text-align: center;
  margin: 0 40px;
  line-height: 66px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-style: normal;
  color: #666;
}
.companyNews li span {
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  margin-right: 5px;
  color: #000;
}
.companyNews li:first-child span {
  color: red;
  font-weight: bold;
  font-size: 18px;
}
.companyNews li:nth-child(2) span {
  color: red;
  font-weight: bold;
  font-size: 18px;
}
.companyNews li:nth-child(3) span {
  color: red;
  font-weight: bold;
  font-size: 18px;
}
/* 主要优势 */
.advantage {
  background-color: #f9f9f9;
  padding: 10px 0px;
  margin-top: 40px;
}
.advantage-title {
  padding-top: 0px;
}
.titleCon2 {
  background-color: #f9f9f9;
}
.whiteBox {
  width: 100%;
  height: 30px;
  background-color: #fff;
}
.card-p{
  max-width: 550px;
}
.text-white > span {
  color: #eeca93;
}
/* 回到顶部样式 */
#goTop {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  position: fixed;
  bottom: 100px;
  text-align: center;
  line-height: 60px;
  right: 20px;
  display: block;
  background-color: #ccc;
  display: none;
}
#goTop:hover span {
  color: #fff;
}
#goTop span {
  font-size: 30px;
}
