.header .hTop_2 {
  border-bottom: #e6e6e6 solid 1px;
  padding: 20px 0;
  background: #fff;
}

.header .hTop_2 .ht2Con {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .hTop_2 .ht2Con .heaLogo img {
  width: 289px;
  height: 50px;
}

.header .hTop_2 .ht2Con .ht2R {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .hTop_2 .ht2Con .ht2R .r1 img {
  width: 50px;
  margin-right: 10px;
  margin-top: 1px;
}

.header .hTop_2 .ht2Con .ht2R .r2 p {
  color: #333;
  font-size: 18px;
  text-align: center;
}

.header .hTop_2 .ht2Con .ht2R .r2 p:nth-child(2) {
  font-size: 24px;
}

.header .navTop {
  background: #fff;
}

.header .navTop .ntCon {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}

.header .navTop .ntCon .navItem {
  font-size: 18px;
  color: #333;
  padding: 11px 37px;
}

.header .navTop .ntCon .navItem:hover {
  color: #ff5923;
  border-bottom: #ff5923 solid 3px;
}

.header .navTop .ntCon .navItem.active {
  color: #ff5923;
  border-bottom: #ff5923 solid 3px;
}

.header .navTop .ntCon .navItem:nth-child(n+2) {
  margin-left: 30px;
}

.rightF {
  position: fixed;
  z-index: 1000;
  right: 70px;
  top: 21%;
}

.rightF .rightF_close {
  position: absolute;
  right: 0;
  top: -20px;
  cursor: pointer;
}

.rightF .rightF_img {
  width: 180px;
}

.rightF p {
  position: absolute;
  left: 11%;
  bottom: 51px;
  font-size: 18px;
  color: #fff;
  background: #ff5923;
  border-radius: 40px;
  padding: 6px;
  width: 70%;
  text-align: center;
  cursor: pointer;
}

.right_bottom_btn {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  background: #ff5923;
  padding: 6px;
  width: 138px;
  text-align: center;
  cursor: pointer;
  z-index: 99;
}
/*# sourceMappingURL=header.css.map */