.develop-con .swiper-slide,
.culture-con .swiper-slide {
  width: 300px;
  height: 300px;
}
.develop-con .swiper-slide img,
.culture-con .swiper-slide img {
  width: 300px;
  height: 300px;
  object-fit: contain;
}
.gallery-thumbs img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
.col-banner {
  margin-bottom: 130px;
}
.top {
  max-width: 1680px;
  width: 100%;
  display: block;
  margin: auto;
}
.top .title p {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 42px;
  color: #000000;
  line-height: 49px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.top i {
  display: block;
  margin: 10px 0;
  width: 60px;
  height: 4px;
  background: url(../images/tline.png) no-repeat;
  background-size: 46px;
}
/* 公司介绍 */
#company {
  background: transparent url('../images/aboutbj2.png') no-repeat top scroll;
  background-size: cover;
  padding-top: 70px;
}
#company .mainbox {
  max-width: 1680px;
  width: 100%;
  margin: auto;
  display: block;
  background-size: cover;
}
#company .companyDetail {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1680px;
  width: 100%;
  margin: auto;
}
#company .companyDetail .contxt {
  margin-right: 58px;
  flex-grow: 1;
  padding-top: 40px;
}
#company .companyDetail .contxt p {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#company .companyDetail .contxt p span {
  color: #000000;
}
#company .companyDetail .pngbox {
  flex-shrink: 0;
  margin-top: -38px;
}
#company .companyDetail .pngbox img {
  width: 576px;
  height: 576px;
  border-radius: 7px 7px 7px 7px;
  object-fit: cover;
}
#company .companyDetail .contxtbox {
  padding-bottom: 90px;
}
/* 发展历程 */
#development {
  background: transparent url('../images/aboutbj2.png') no-repeat top scroll;
  background-size: cover;
  padding-top: 70px;
}
#development .mainbox {
  max-width: 1680px;
  width: 100%;
  margin: auto;
  display: block;
  background-size: cover;
}
/* 公司证书 */
.developmentSwiper,
.industrySwiper,
.catalogSwiper,
.ourteamSwiper {
  max-width: 1680px;
  width: 100%;
  margin: auto;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 10px;
}
.developmentSwiper .swiper-wrapper,
.industrySwiper .swiper-wrapper,
.catalogSwiper .swiper-wrapper,
.ourteamSwiper .swiper-wrapper {
  padding: 60px 0 85px 0;
}
.developmentSwiper .prev1,
.industrySwiper .prev1,
.catalogSwiper .prev1,
.ourteamSwiper .prev1 {
  left: -4px;
}
.developmentSwiper .next,
.industrySwiper .next,
.catalogSwiper .next,
.ourteamSwiper .next {
  right: 0px;
}
/* 行业见解 */
#industry {
  padding: 70px 0;
}
/* 目录 */
#catalog {
  padding-top: 70px;
}
#catalog .swiper-slide {
  position: relative;
}
#catalog .swiper-slide .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in;
}
#catalog .swiper-slide .shadow span {
  text-align: center;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 33px;
  font-style: normal;
  text-transform: none;
  width: 100%;
}
#catalog .swiper-slide:hover .shadow {
  opacity: 0;
}
#catalog .mainbox {
  max-width: 1680px;
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}
#catalog .prevcatalog,
#catalog .nextcatalog {
  position: absolute;
  right: 0;
  top: 0;
}
#catalog .prevcatalog {
  right: 83px;
  top: 0;
}
#ourteam {
  padding: 70px 0;
}
#ourteam .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-top: 10px;
}
#ourteam .desc {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-top: 10px;
}
