.header {
  width: 100%;
  position: relative;
}

.headerTitle {
  position: fixed;
  box-sizing: border-box;
  padding: 1.8rem 38rem;
  top: 0;
  width: 100%;
  z-index: 1002;
  background-color: transparent;
}
.headerTitleActive {
  background-color: #fff;
}
.headerTitleActive .envitem {
  color: #bababa;
}
.headerTitleActive .envitem  a{
  color: #bababa;
}
.headerTitleActive .evnactive {
  border-bottom: 0.4rem solid #fbb802 !important;
  color: #fbb802 !important;
}
.headerTitleActive .evnactive  a{
  color: #fbb802 !important;
}
.envbx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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;
}
.env {
  display: flex;
  align-items: center;
}
.envitem {
  margin-left: 7.4rem;
  font-size: 1.6rem;
  color: #bababa;
}
.envitem a{
  font-size: 1.6rem;
  color: #bababa;
  text-decoration: none;
}
.evnactive {
  font-weight: bold;
  border-bottom: 0.4rem solid #fbb802;
  padding-bottom: 0.4rem;
  color: #fbb802;
}
.evnactive a{
  font-weight: bold;
 
  color: #fbb802;
}
.hdjl {
  overflow: hidden;
}
.hdjltitle {
  position: relative;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;
  padding: 10.5rem 0 4.8rem;
  margin: 0 auto;
  overflow: hidden;
}
.alltitle {
  padding: 7.8rem 0 4.8rem;
}
.hdjltitle .text {
  font-weight: bold;
  color: #fbb802;
  font-size: 2rem;
}
.hdjltitle .left {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fbb802;
  border-radius: 50%;
  margin-right: 4rem;
  position: relative;
}
.hdjltitle .right {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fbb802;
  border-radius: 50%;
  margin-left: 4rem;
  position: relative;
}
.hdjltitle .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;
}
.hdjltitle .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;
}

.hdjlcontent {
  height: 36.6rem;
  width: 120rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.hdjlcontent .leftimg img {
  width: 30.4rem;
  height: 36.6rem;
}
.hdjlcontent .rightimg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hdjlcontent .rightimg img {
  width: 28.8rem;
  height: 17.8rem;
}
.allitemcontent{
  height: 17.4rem;
  width: 120rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.allitemcontent img{
  width: 28.4rem;
  height: 17.4rem;
}
.nh img{
  width: 38.4rem;
  height: 17.4rem;
}
.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;
}
.fbitem {
  flex: 1;
  color: #fff;
  font-size: 1.4rem;
}
.textright {
  text-align: right;
}
.fbitem .conpanyicon {
  width: 2.4rem;
  height: 2.4rem;
}.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;
}
.textcenter {
  text-align: center;
}