.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
.banner {
  width: 100%;
  height: 500px;
  box-sizing: border-box;
  background: url(../images/banner.png) no-repeat center / cover;
}
.banner .centerBox .btn {
  transform: translateY(310px);
}
.title {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  height: 130px;
  box-sizing: border-box;
}
.title .en {
  font-size: 150px;
  line-height: 150px;
  color: #f5f5f5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-weight: 900;
}
.title .cn {
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  color: #333333;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.title .cn span {
  color: #fcc800;
}
.renqun {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0;
}
.renqun .renqunList {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 5px;
}
.renqun .renqunList .renqunInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #eeeeee;
  height: 315px;
  box-sizing: border-box;
  background: no-repeat center;
  background-size: cover;
  padding-top: 48px;
}
.renqun .renqunList .renqunInfo .titleText {
  font-weight: 900;
  color: #fcc800;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.renqun .renqunList .renqunInfo .titleText::after {
  content: '';
  width: 42px;
  height: 5px;
  background-color: #fcc800;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.renqun .renqunList .renqunInfo .desc {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  flex: 1;
  grid-gap: 10px;
}
.renqun .renqunList .renqunInfo .desc p {
  font-size: 16px;
  color: #fff;
  text-align: justify;
  margin: 0;
}
.yingyonganli {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0;
}
.yingyonganli .swiper {
  width: 100%;
  height: 100%;
}
.yingyonganli .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yingyonganli .swiperBox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.yingyonganli .swiperBox .swiper-button-next {
  right: -50px;
}
.yingyonganli .swiperBox .swiper-button-prev {
  left: -50px;
}
.yingyonganli .renqunInfo {
  display: flex;
  width: 100%;
  height: 400px;
  flex-direction: column;
  align-items: center;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  background-color: #fcc800;
}
.yingyonganli .renqunInfo .bannerImg {
  width: 100%;
  height: 226px;
  box-sizing: border-box;
}
.yingyonganli .renqunInfo .bannerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yingyonganli .renqunInfo .titleText {
  font-weight: 600;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  margin-bottom: 10px;
}
.yingyonganli .renqunInfo .desc {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  flex: 1;
  grid-gap: 10px;
}
.yingyonganli .renqunInfo .desc p {
  font-size: 14px;
  color: #000;
  text-align: justify;
  margin: 0;
}
.jiance {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.jiance .chanpinList {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}
.jiance .chanpinList li {
  flex: 1;
  height: 44px;
  border: 1px solid #fcc800;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.jiance .chanpinList .active {
  background-color: #fcc800;
  color: #000;
  position: relative;
  font-weight: 600;
}
.jiance .chanpinList .active::after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #fcc800 transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jiance .chanpinInfoBox {
  width: 100%;
  box-sizing: border-box;
}
.jiance .chanpinInfoBox .chanpinInfoUL {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.jiance .chanpinInfoBox .chanpinInfoUL > li {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  cursor: default;
  padding: 10px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.11);
  position: relative;
}
.jiance .chanpinInfoBox .chanpinInfoUL > li .chanpinImg {
  width: 412px;
  height: 224px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.jiance .chanpinInfoBox .chanpinInfoUL > li .chanpinImg img {
  max-width: 100%;
  max-height: 100%;
}
.jiance .chanpinInfoBox .chanpinInfoUL > li .chanpinDesc {
  height: 100%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: opacity 0.5s;
  gap: 8px;
}
.jiance .chanpinInfoBox .chanpinInfoUL > li .chanpinDesc .red {
  font-size: 24px;
  color: #1d002e;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.jiance .chanpinInfoBox .chanpinInfoUL > li .chanpinDesc p {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.jiance .chanpinInfoBox .chanpinInfoUL > li .chanpinDesc .shiyong img {
  height: 32px;
}
.jiangpin {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.about {
  width: 100%;
  padding-top: 55px;
  padding-bottom: 55px;
  box-sizing: border-box;
  background: #000 url(../images/about.png) no-repeat center / cover;
}
.about .about_title {
  text-align: center;
  padding-bottom: 50px;
}
.about .about_title span {
  display: inline-block;
  margin: auto;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  position: relative;
}
.about .about_title span::after {
  content: '';
  width: 52px;
  height: 6px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  background-color: #efc03d;
}
.about .content {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  align-items: center;
}
.about .content .text {
  padding-right: 44px;
}
.about .content .text p {
  font-size: 18px;
  text-align: justify;
  margin-bottom: 15px;
  text-indent: 2em;
  font-family: SourceHanSansCN-ExtraLight;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #fff;
}
.about .content .text p:last-child {
  margin-bottom: 0;
}
