.header {
  /* width: 100%; */
  position: relative;
}

.header .banner {
  height: auto;
}
.header .banner img {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet-active {
  background: #000 !important;
  opacity: 0.2 !important;
}
.headerTitle {
  position: fixed;
  box-sizing: border-box;
  padding: 1.8rem 0;
  top: 0;
  width: 100%;
  z-index: 1002;
  background: rgba(51, 51, 51, 0.63);
}
.headerTitleActive {
  background-color: #fff;
}
.headerTitleActive .envitem {
  color: #bababa;
  white-space: nowrap;
}
.headerTitleActive .envitem a {
  color: #bababa;
  white-space: nowrap;
  display: block;
}
.headerTitleActive .evnactive {
  border-bottom: 0.4rem solid #fbb802 !important;
  color: #fbb802 !important;
}
.headerTitleActive .evnactive a {
  color: #fbb802 !important;
  white-space: nowrap;
}
.envbx {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header .conpanyicon {
  width: 2.4rem;
  height: 2.4rem;
}
.companyName {
  display: flex;
  align-items: center;
}

.companyName span {
  margin-left: 0.6rem;
  font-size: 1.8rem;
  color: #fbb802;
  font-weight: bold;
  white-space: nowrap;
}
.env {
  display: flex;
  align-items: center;
}
.envitem {
  margin-left: 7.4rem;
  font-size: 1.6rem;
  color: #fff;
}
.envitem a {
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.evnactive {
  font-weight: bold;
  border-bottom: 0.4rem solid #fbb802;
  padding-bottom: 0.4rem;
}
.evnactive a {
  color: #fbb802;
}
.bannertext {
  width: 50%;
  z-index: 1001;
  background: #ffffff;
  box-shadow: 0px 0.3rem 0.6rem 0.1rem rgba(0, 0, 0, 0.16);
  border-radius: 1.4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11rem;
  box-sizing: border-box;
  padding: 1.8rem 2.5rem;
}
.bannertext .title {
  font-weight: bold;
  color: #fbb802;
  font-size: 1.6rem;
}
.bannertext .content {
  padding: 0 1.2rem;
}
.bannertext p {
  text-indent: 2em;
  font-size: 1.4rem;
  margin-top: 1rem;
  color: #333;
}
.bannertext .p1 {
  /* 超出文字隐藏 */
  overflow: hidden;
  /* 将溢出的文字设置为省略号显示 */
  text-overflow: ellipsis;
  /* 设置要显示多少行 */
  -webkit-line-clamp: 4;
  /*文字显示方式 */
  -webkit-box-orient: vertical;
  /* 弹性盒子 */
  display: -webkit-box;
}
.bannertext .p2 {
  /* 超出文字隐藏 */
  overflow: hidden;
  /* 将溢出的文字设置为省略号显示 */
  text-overflow: ellipsis;
  /* 设置要显示多少行 */
  -webkit-line-clamp: 2;
  /*文字显示方式 */
  -webkit-box-orient: vertical;
  /* 弹性盒子 */
  display: -webkit-box;
}
.bannertext .p3 {
  /* 超出文字隐藏 */
  overflow: hidden;
  /* 将溢出的文字设置为省略号显示 */
  text-overflow: ellipsis;
  /* 设置要显示多少行 */
  -webkit-line-clamp: 1;
  /*文字显示方式 */
  -webkit-box-orient: vertical;
  /* 弹性盒子 */
  display: -webkit-box;
}
.qywh {
  margin-top: 20rem;
}
.qywhtitle {
  position: relative;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;
  margin: 0 auto;
}
.qywhtitle .text {
  font-weight: bold;
  color: #fbb802;
  font-size: 2rem;
}
.qywhtitle .left {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fbb802;
  border-radius: 50%;
  margin-right: 4rem;
  position: relative;
}
.qywhtitle .right {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fbb802;
  border-radius: 50%;
  margin-left: 4rem;
  position: relative;
}
.qywhtitle .left::before {
  content: "";
  display: block;
  width: 32.8rem;
  height: 0.2rem;
  background: linear-gradient(to left, #fbb802 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  position: absolute;
  right: 0.4rem;
  top: 0.3rem;
}
.qywhtitle .right::before {
  content: "";
  display: block;
  width: 32.8rem;
  height: 0.2rem;
  background: linear-gradient(
    to right,
    #fbb802 0%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 1;
  position: absolute;
  left: 0.4rem;
  top: 0.3rem;
}
.qywhcontent {
  padding: 3.4rem 38rem;
  display: flex;
  justify-content: space-between;
}
.qywhcontentitem {
  width: 21.8rem;
  position: relative;
  position: relative;
}
.qywhcontentitem img {
  width: 100%;
  height: 14.2rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
.qywhcontentitem .leftname {
  width: 4.6rem;
  height: 7.4rem;
  background: #fbb802;
  border-radius: 1rem;
  opacity: 1;
  font-size: 1.8rem;
  color: #fff;
  box-sizing: border-box;
  font-weight: bold;
  padding: 1rem;
  text-align: center;
  position: absolute;
  right: -2.3rem;
  top: 6.7rem;
}
.qywhcontentitem .title {
  margin-top: 2.4rem;
  text-align: center;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}

.qywhcontentitem .text {
  margin-top: 0.4rem;
  text-align: center;
  color: #808080;
  font-size: 1.4rem;
}

.dcjj {
  height: 12rem;
  background-color: #efefef;
}
.dcjj .title {
  font-weight: bold;
  color: #fbb802;
  font-size: 1.6rem;
  text-align: center;
  padding: 2rem 0;
}
.dcjj .text {
  color: #333333;
  font-size: 1.4rem;
  text-align: center;
}
.falc {
}
.falcitle {
  position: relative;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;
  margin: 7.5rem auto 3.8rem;
  overflow: hidden;
}
.falcitle .text {
  font-weight: bold;
  color: #fbb802;
  font-size: 2rem;
}
.falcitle .left {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fbb802;
  border-radius: 50%;
  margin-right: 4rem;
  position: relative;
}
.falcitle .right {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fbb802;
  border-radius: 50%;
  margin-left: 4rem;
  position: relative;
}
.falcitle .left::before {
  content: "";
  display: block;
  width: 32.8rem;
  height: 0.2rem;
  background: linear-gradient(to left, #fbb802 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  position: absolute;
  right: 0.4rem;
  top: 0.3rem;
}
.falcitle .right::before {
  content: "";
  display: block;
  width: 32.8rem;
  height: 0.2rem;
  background: linear-gradient(
    to right,
    #fbb802 0%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 1;
  position: absolute;
  left: 0.4rem;
  top: 0.3rem;
}
.falccontent {
  height: 36.4rem;
}
.falccontentTop {
  height: 20rem;
  position: relative;
}
.falccontentTop img {
  width: 100%;
  height: 20rem;
}
.bjq {
  width: 100%;
  height: 20rem;
  top: 0;
  left: 0;
  position: absolute;
}
.bjq .hg {
  width: 73.1rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background: #b7b7b7;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dot {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 1px solid #707070;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.dot:hover {
  background-color: #fbb802;
}
.dotyear {
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
.dotactive {
  background-color: #fbb802;
}
.dotyearactive {
  color: #fbb802;
}
.dot1 {
  left: 31%;
}
.dotyear1 {
  left: 31%;
  top: 36%;
}
.dot2 {
  left: 40.6%;
}
.dotyear2 {
  left: 40.6%;
  top: 64%;
}

.dot3 {
  left: 48.2%;
}
.dotyear3 {
  left: 48.2%;
  top: 36%;
}
.dot4 {
  left: 55.8%;
}
.dotyear4 {
  left: 55.8%;
  top: 64%;
}
.dot5 {
  left: 63.4%;
}
.dotyear5 {
  left: 63.4%;
  top: 36%;
}
.dot6 {
  left: 69%;
}
.dotyear6 {
  left: 69%;
  top: 64%;
}
.yitem {
  display: none;
  height: 16.4rem;
}
.falccontentBottomItem {
  width: 35.4rem;
}
.falccontentBottomItem .years {
  font-size: 1.6rem;
  color: #fbb802;
  font-weight: bold;
  border-bottom: 0.2rem solid #9d9d9d;
  display: inline;
}
.falccontentBottomItem .yearstext {
  font-size: 1.4rem;
  color: #333;
  text-indent: 2em;
  height: 10.4rem;
  margin-top: 1.4rem;
}
.yitemactive {
  display: flex;
  justify-content: space-around;
  justify-items: center;
  align-items: center;
}
.falccontentBottom {
  height: 16.4rem;
  background-color: #efefef;
}
.fotter {
  height: 21.2rem;
}
.fotterTop {
  height: 4.6rem;
  width: 120rem;
  margin: 0 auto;
  padding: 6rem 0 2.4rem;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.fotterTopitem img {
  width: 4.6rem;
  height: 4.6rem;
}
.fotterTopitem {
  display: flex;
  align-items: center;
}
.fotterTopitem .titemright {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 1rem;
}
.fotterTopitem .titemright .mz {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}
.fotterTopitem .titemright .js {
  color: #808080;
  font-size: 1.2rem;
}
.fotterBottom {
  height: 6.5rem;
  background-color: #6a6a6a;
  box-sizing: border-box;
  padding: 0px 36rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.textcenter {
  text-align: center;
}
.fbitem {
  flex: 1;
  color: #fff;
  font-size: 1.4rem;
}
.textright {
  text-align: right;
}
.fbitem .conpanyicon {
  width: 2.4rem;
  height: 2.4rem;
}
.fbitem a {
  text-decoration: none;
}
.fbitem .conpanyicongh {
  width: 1.8rem;
  height: 1.8rem;
  vertical-align: -4px;
}
.fbitem span {
  vertical-align: 0.7rem;
  color: #fbb802;
  font-size: 1.8rem;
  font-weight: bold;
}
.fbitem a {
  color: #fff !important;
}
