.dx {
  text-transform: uppercase;
}

.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* hjx */
body {
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

.hjxCont {
  width: 100%;
  max-width: 13rem;
  margin: auto;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hjxCont:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hjxCont * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1300px) {
  .hjxCont {
    padding: 0 0.15rem;
  }
}

/* 洞察成长日记 */
.hjx_dongcha_Banner {
  background: url(../images/hjx_dc_banbg.jpg) center 0 no-repeat;
  background-size: cover;
  height: 4.35rem;
  padding: 0.28rem 0 0.2rem;
}

.hjx_dongcha_Banner .banImg {
  float: right;
  max-width: 4.36rem;
}

.hjx_dongcha_Banner .banImg img {
  display: block;
  width: 100%;
}

.hjx_dongcha_Banner .banText {
  float: left;
  margin: 0.95rem 0;
}

.hjx_dongcha_Banner .banText .t1 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.88rem;
  line-height: 1.24rem;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.6;
}

.hjx_dongcha_Banner .banText .t2 {
  color: #4f4f4f;
  line-height: 1;
  margin-top: -0.52rem;
  font-weight: bold;
  font-size: 0.48rem;
  position: relative;
  z-index: 2;
}

.hjx_dongcha_Banner .banText .t3 {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 0.18rem;
  line-height: 0.24rem;
  margin-top: 0.25rem;
  letter-spacing: 0.09rem;
  color: #cbcbcb;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 980px) {
  .hjx_dongcha_Banner {
    height: auto;
  }

  .hjx_dongcha_Banner .banImg {
    float: none;
    margin: auto;
  }

  .hjx_dongcha_Banner .banText {
    float: none;
    text-align: center;
    margin: 0.35rem 0;
  }

  .hjx_dongcha_Banner .banText .t1 {
    font-size: 1.3rem;
    line-height: 1.1rem;
  }

  .hjx_dongcha_Banner .banText .t2 {
    font-size: 0.4rem;
  }

  .hjx_dongcha_Banner .banText .t3 {
    letter-spacing: 0.01rem;
    margin-top: 0.15rem;
  }
}

.hjx_dongcha_box {
  padding: 1rem 0;
}

@media (max-width: 980px) {
  .hjx_dongcha_box {
    padding: 0.25rem 0;
  }
}

.hjx_dongcha_list ul li {
  position: relative;
  background-color: #ffffff;
  background-color: #f9f9f9;
  padding: 0.3rem 0.6rem 0.3rem 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  margin-top: 0.5rem;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hjx_dongcha_list ul li:first-child {
  margin-top: 0;
}

.hjx_dongcha_list ul li .hjx_pic {
  display: block;
  width: 4rem;
  height: 2.6rem;
  overflow: hidden;
  margin-right: 0.6rem;
}

.hjx_dongcha_list ul li .hjx_pic i {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.hjx_dongcha_list ul li .hjx_pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #fff;
}

.hjx_dongcha_list ul li .hjx_cont {
  flex: 1;
  min-width: 0;
}

.hjx_dongcha_list ul li .hjx_cont .hjx_en {
  font-size: 1.08rem;
  line-height: 0.72rem;
  font-weight: bold;
  color: #000000;
  opacity: 0.05;
  margin-left: -0.15rem;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}

.hjx_dongcha_list ul li .hjx_cont .hjx_bt {
  margin-top: -0.34rem;
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.24rem;
  height: 0.44rem;
  line-height: 0.44rem;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: bold;
}

.hjx_dongcha_list ul li .hjx_cont .hjx_bt:hover {
  -webkit-transform: translateX(0.05rem);
  transform: translateX(0.05rem);
}

.hjx_dongcha_list ul li .hjx_cont .hjx_bt:hover {
  color: #ff4e00;
}

.hjx_dongcha_list ul li .hjx_cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.36rem;
  height: 0.72rem;
  color: #777777;
  font-size: 0.16rem;
  margin-top: 0.1rem;
}

.hjx_dongcha_list ul li .hjx_cont .hjx_btn {
  margin-top: 0.46rem;
}

.hjx_dongcha_list ul li .hjx_cont .hjx_btn:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hjx_dongcha_list ul li .hjx_cont .hjx_btn .hjx_date {
  float: left;
  font-family: Arial;
  font-size: 0.16rem;
  line-height: 1;
  color: #999999;
  height: 0.25rem;
  line-height: 0.25rem;
  padding-left: 0.39rem;
  background: url(../images/hjx_date.png) 0 center no-repeat;
  background-size: contain;
}

.hjx_dongcha_list ul li .hjx_cont .hjx_btn .hjx_more {
  float: right;
  font-family: Arial;
  font-size: 0.16rem;
  display: block;
  position: relative;
  z-index: 1;
  line-height: 0.25rem;
  font-weight: bold;
  padding: 0 0.12rem;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hjx_dongcha_list ul li .hjx_cont .hjx_btn .hjx_more:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #ff4e00;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hjx_dongcha_list ul li .hjx_cont .hjx_btn .hjx_more:hover {
  color: #fff;
}

.hjx_dongcha_list ul li .hjx_cont .hjx_btn .hjx_more:hover:after {
  width: 100%;
  opacity: 1;
}

@media (min-width: 980px) {
  .hjx_dongcha_list ul li:hover {
    background-color: #ffffff;
    box-shadow: 0rem 0rem 0.15rem 0rem rgba(0, 0, 0, 0.08);
  }

  .hjx_dongcha_list ul li:hover .hjx_pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .hjx_dongcha_list ul li:hover .hjx_cont .hjx_bt:before {
    width: 0.2rem;
    margin-right: 0.1rem;
  }

  .hjx_dongcha_list ul li:hover .hjx_cont .hjx_btn .hjx_more {
    color: #fff;
  }

  .hjx_dongcha_list ul li:hover .hjx_cont .hjx_btn .hjx_more:after {
    width: 100%;
    opacity: 1;
  }

  .hjx_dongcha_list ul li:hover .hjx_cont .hjx_btn .hjx_more:hover {
    box-shadow: 0 0.1rem 0.1rem -0.05rem rgba(255, 78, 0, 0.5);
  }
}

@media (max-width: 980px) {
  .hjx_dongcha_list ul li {
    margin-top: 0.2rem;
    height: auto;
    padding: 0.15rem;
  }

  .hjx_dongcha_list ul li:before {
    display: none;
  }

  .hjx_dongcha_list ul li .hjx_pic {
    width: 40%;
    max-width: 1.5rem;
    height: auto;
    margin-right: 0.15rem;
  }

  .hjx_dongcha_list ul li .hjx_pic i {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 65%;
  }

  .hjx_dongcha_list ul li .hjx_cont .hjx_en {
    display: none;
  }

  .hjx_dongcha_list ul li .hjx_cont .hjx_bt {
    font-size: 0.15rem;
    height: 0.25rem;
    line-height: 0.25rem;
    margin-top: 0;
  }

  .hjx_dongcha_list ul li .hjx_cont p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 0.2rem;
    height: 0.4rem;
    margin-top: 0.05rem;
    font-size: 0.13rem;
  }

  .hjx_dongcha_list ul li .hjx_cont .hjx_btn {
    margin-top: 0.08rem;
  }

  .hjx_dongcha_list ul li .hjx_cont .hjx_btn:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
  }

  .hjx_dongcha_list ul li .hjx_cont .hjx_btn .hjx_date {
    font-size: 0.12rem;
    padding-left: 0.2rem;
    background-size: 0.14rem 0.14rem;
  }

  .hjx_dongcha_list ul li .hjx_cont .hjx_btn .hjx_more {
    font-size: 0.12rem;
    height: 0.16rem;
    line-height: 0.16rem;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}

/* 动力牛企 */
.hjx_dongcha_Banner {
  background: url(../images/hjx_nq_banbg.jpg) center 0 no-repeat;
  background-size: cover;
  height: 4.35rem;
  padding: 0.7rem 0 0.48rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hjx_dongcha_Banner .banImg {
  float: right;
  max-width: 3.93rem;
}

.hjx_dongcha_Banner .banImg img {
  display: block;
  width: 100%;
  max-height: 100%;
}

.hjx_dongcha_Banner .banImg .ban_img_Pc {
  width: 3.93rem;
  height: 3.15rem;
  position: relative;
}

.hjx_dongcha_Banner .banImg .ban_img_Pc .img1 {
  width: 1.64rem;
  height: 2.25rem;
  position: absolute;
  left: 1.73rem;
  top: 0.53rem;
}

.hjx_dongcha_Banner .banImg .ban_img_Pc .img2 {
  width: 2.03rem;
  height: 2.79rem;
  position: absolute;
  left: 0.42rem;
  top: 0;
}

.hjx_dongcha_Banner .banImg .ban_img_Pc .img2 em {
  display: block;
  font-family: Arial;
  font-size: 0.26rem;
  position: absolute;
  left: 0.13rem;
  top: 0.16rem;
  line-height: 0.2rem;
  color: #ff4e00;
  text-transform: uppercase;
}

.hjx_dongcha_Banner .banImg .ban_img_Pc .img3 {
  position: absolute;
  left: 0;
  top: 0.93rem;
  width: 1.27rem;
  height: 0.57rem;
}

.hjx_dongcha_Banner .banImg .ban_img_Pc .img3 em {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  color: #fff;
  font-size: 0.26rem;
  padding-top: 0.05rem;
  padding-left: 0.14rem;
}

.hjx_dongcha_Banner .banImg .ban_img_Pc .img4 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.96rem;
  height: 2.07rem;
}

.hjx_dongcha_Banner .banImg .ban_img_M {
  display: none;
}

.hjx_dongcha_Banner .banText {
  float: left;
  margin: 0.7rem 0;
}

.hjx_dongcha_Banner .banText .t1 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.5rem;
  line-height: 1rem;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.6;
}

.hjx_dongcha_Banner .banText .t2 {
  color: #4f4f4f;
  line-height: 1;
  margin-top: -0.48rem;
  font-weight: bold;
  font-size: 0.48rem;
  position: relative;
  z-index: 2;
}

.hjx_dongcha_Banner .banText .t3 {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 0.18rem;
  line-height: 0.24rem;
  margin-top: 0.25rem;
  letter-spacing: 0.12rem;
  color: #cbcbcb;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1160px) {
  .hjx_dongcha_Banner .banText .t1 {
    font-size: 1.1rem;
    line-height: 0.8rem;
  }
}

@media screen and (max-width: 980px) {
  .hjx_dongcha_Banner {
    height: auto;
    padding: 0.4rem 0;
  }

  .hjx_dongcha_Banner .banImg {
    float: none;
    margin: auto;
  }

  .hjx_dongcha_Banner .banImg .ban_img_Pc {
    display: none;
  }

  .hjx_dongcha_Banner .banImg .ban_img_M {
    display: block;
  }

  .hjx_dongcha_Banner .banText {
    float: none;
    text-align: center;
    margin: 0.1rem 0 0;
  }

  .hjx_dongcha_Banner .banText .t1 {
    font-size: 0.7rem;
    line-height: 0.64rem;
  }

  .hjx_dongcha_Banner .banText .t2 {
    font-size: 0.4rem;
  }

  .hjx_dongcha_Banner .banText .t3 {
    letter-spacing: 0.01rem;
    margin-top: 0.15rem;
  }
}

.hjx_nq_box {
  padding: 1rem 0;
}

@media (max-width: 980px) {
  .hjx_nq_box {
    padding: 0.25rem 0;
  }
}

.hjx_nq_list {
  margin-top: -0.56rem;
}

.hjx_nq_list ul {
  margin: 0 -0.32rem;
}

.hjx_nq_list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hjx_nq_list ul li {
  float: left;
  width: 33.333%;
  padding: 0 0.32rem;
  margin-top: 0.56rem;
}

.hjx_nq_list ul li .hjx_item {
  position: relative;
  z-index: 1;
  background-color: #fcfcfc;
  padding: 0.3rem 0.35rem 0.4rem;
  border-radius: 0 0 0.5rem 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hjx_nq_list ul li .hjx_item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fcfcfc;
  z-index: -1;
  border-radius: 0 0 0.5rem 0;
}

.hjx_nq_list ul li .hjx_item:after {
  content: "";
  display: block;
  width: 94%;
  height: 94%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ff4e00;
  border-radius: 0 0 0.5rem 0;
  z-index: -2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.hjx_nq_list ul li .hjx_item .hjx_en {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  font-size: 0.72rem;
  color: #000000;
  opacity: 0.08;
  line-height: 0.5rem;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
}

.hjx_nq_list ul li .hjx_item .hjx_date {
  color: #cccccc;
}

.hjx_nq_list ul li .hjx_item .hjx_date i {
  display: block;
  font-family: Arial;
  font-size: 0.3rem;
  line-height: 0.22rem;
  font-weight: bold;
}

.hjx_nq_list ul li .hjx_item .hjx_date span {
  display: block;
  color: #cccccc;
  margin-top: 0.14rem;
  line-height: 0.12rem;
}

.hjx_nq_list ul li .hjx_item .hjx_pic {
  display: block;
  margin-top: 0.2rem;
  overflow: hidden;
}

.hjx_nq_list ul li .hjx_item .hjx_pic i {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 63.25%;
  overflow: hidden;
  position: relative;
}

.hjx_nq_list ul li .hjx_item .hjx_pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
background: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hjx_nq_list ul li .hjx_item .hjx_cont {
  margin-top: 0.18rem;
}

.hjx_nq_list ul li .hjx_item .hjx_cont .hjx_bt {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.18rem;
  height: 0.38rem;
  line-height: 0.38rem;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hjx_nq_list ul li .hjx_item .hjx_cont .hjx_bt:hover {
  -webkit-transform: translateX(0.05rem);
  transform: translateX(0.05rem);
}

.hjx_nq_list ul li .hjx_item .hjx_cont .hjx_bt:hover {
  color: #ff4e00;
}

.hjx_nq_list ul li .hjx_item .hjx_cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.24rem;
  height: 0.48rem;
  color: #888888;
  font-size: 0.14rem;
  margin-top: 0.03rem;
}

.hjx_nq_list ul li .hjx_item .hjx_cont .hjx_more {
  margin-top: 0.25rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  line-height: 0.18rem;
  padding-right: 0.06rem;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hjx_nq_list ul li .hjx_item .hjx_cont .hjx_more:after {
  content: "";
  display: inline-block;
  margin-left: 0.25rem;
  vertical-align: middle;
  position: relative;
  top: -0.02rem;
  width: 0.14rem;
  height: 0.1rem;
  background: url(../images/hjx_nq_liar.png) 0 center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hjx_nq_list ul li .hjx_item .hjx_cont .hjx_more:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0.28rem;
  top: 0;
  width: 0.36rem;
  height: 100%;
  background-color: #ff4e00;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hjx_nq_list ul li .hjx_item .hjx_cont .hjx_more:hover {
  color: #fff;
  padding: 0 0.05rem;
}

.hjx_nq_list ul li .hjx_item .hjx_cont .hjx_more:hover:before {
  width: 100%;
  opacity: 1;
  left: 0;
}

.hjx_nq_list ul li .hjx_item .hjx_cont .hjx_more:hover:after {
  margin-left: 0.1rem;
}

@media (min-width: 980px) {
  .hjx_nq_list ul li .hjx_item:hover {
    background-color: #ffffff;
    box-shadow: 0rem 0rem 0.15rem 0rem rgba(0, 0, 0, 0.08);
  }

  .hjx_nq_list ul li .hjx_item:hover:after {
    opacity: 1;
    right: -0.1rem;
    bottom: -0.1rem;
  }

  .hjx_nq_list ul li .hjx_item:hover .hjx_pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .hjx_nq_list ul li .hjx_item:hover .hjx_cont .hjx_bt:before {
    width: 0.2rem;
    margin-right: 0.1rem;
  }

  .hjx_nq_list ul li .hjx_item:hover .hjx_cont .hjx_btn .hjx_more {
    color: #fff;
  }

  .hjx_nq_list ul li .hjx_item:hover .hjx_cont .hjx_btn .hjx_more:after {
    width: 100%;
    opacity: 1;
  }

  .hjx_nq_list ul li .hjx_item:hover .hjx_cont .hjx_btn .hjx_more:hover {
    box-shadow: 0 0.1rem 0.1rem -0.05rem rgba(255, 78, 0, 0.5);
  }
}

@media (max-width: 1300px) {
  .hjx_nq_list {
    margin-top: -0.3rem;
  }

  .hjx_nq_list ul {
    margin: 0 -0.2rem;
  }

  .hjx_nq_list ul li {
    padding: 0 0.2rem;
    margin-top: 0.3rem;
  }

  .hjx_nq_list ul li .hjx_item {
    padding: 0.2rem 0.2rem 0.25rem;
  }

  .hjx_nq_list ul li .hjx_item .hjx_en {
    right: 0.2rem;
    top: 0.2rem;
    font-size: 0.6rem;
  }
}

@media (max-width: 980px) {
  .hjx_nq_list {
    margin-top: -0.2rem;
  }

  .hjx_nq_list ul {
    margin: 0 -0.08rem;
  }

  .hjx_nq_list ul li {
    padding: 0 0.08rem;
    margin-top: 0.2rem;
    width: 50%;
  }

  .hjx_nq_list ul li .hjx_item {
    padding: 0.15rem 0.1rem;
  }

  .hjx_nq_list ul li .hjx_item .hjx_en {
    display: none;
  }

  .hjx_nq_list ul li .hjx_item .hjx_date i {
    font-size: 0.2rem;
    line-height: 0.16rem;
  }

  .hjx_nq_list ul li .hjx_item .hjx_date span {
    margin-top: 0.06rem;
    font-size: 0.12rem;
  }

  .hjx_nq_list ul li .hjx_item .hjx_pic {
    margin-top: 0.1rem;
  }

  .hjx_nq_list ul li .hjx_item .hjx_cont {
    margin-top: 0.1rem;
  }

  .hjx_nq_list ul li .hjx_item .hjx_cont .hjx_bt {
    font-size: 0.16rem;
  }

  .hjx_nq_list ul li .hjx_item .hjx_cont p {
    margin-top: 0;
  }

  .hjx_nq_list ul li .hjx_item .hjx_cont .hjx_more {
    margin-top: 0.1rem;
  }
}

/* 线索 */
.hjx_xiansuo_Banner {
  background-color: #f9f8f7;
  padding: 0.78rem 0;
  overflow-x: hidden;
}

.hjx_xiansuo_Banner .banImg {
  float: right;
  max-width: 4.94rem;
}

.hjx_xiansuo_Banner .banImg .ban_img_Pc {
  width: 4.94rem;
  height: 2.8rem;
  position: relative;
}

.hjx_xiansuo_Banner .banImg .ban_img_Pc .img1 {
  position: absolute;
  left: 0rem;
  top: 0.69rem;
  -webkit-transition: .8s;
  transition: .8s;
}

.hjx_xiansuo_Banner .banImg .ban_img_Pc .img1 em {
  font-size: 0.16rem;
  line-height: 1;
  display: block;
  position: absolute;
  left: 0.85rem;
  top: 0.23rem;
  color: #8f8f8f;
}

.hjx_xiansuo_Banner .banImg .ban_img_Pc .img2 {
  position: absolute;
  right: 0rem;
  top: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.hjx_xiansuo_Banner .banImg .ban_img_Pc .img2 em {
  font-size: 0.16rem;
  line-height: 1;
  display: block;
  position: absolute;
  left: 0.37rem;
  top: 0.17rem;
  color: #8f8f8f;
}

.hjx_xiansuo_Banner .banImg .ban_img_Pc .img3 {
  display: block;
  width: 0.63rem;
  height: 0.63rem;
  border-radius: 0.31rem;
  position: absolute;
  z-index: 4;
  left: 1.96rem;
  top: 1.16rem;
  padding: 0;
  animation: identifier 4s 0.5s ease-out infinite !important;
}

@keyframes identifier {
  to {
    transform: rotate(360deg);
  }
}


.hjx_xiansuo_Banner .banImg .ban_img_Pc .img3 em {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -0.16rem;
  border-radius: 50%;
  display: block;
  background: rgba(255, 78, 0, 0.2);
  animation: fd1 1.2s 0.5s ease-out infinite alternate !important;
}

.hjx_xiansuo_Banner .banImg .ban_img_Pc .img3 b {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -0.08rem;
  border-radius: 50%;
  display: block;
  background: rgba(255, 78, 0, 0.4);
  animation: fd1 1.5s 0.5s ease-out infinite alternate !important;
}

.hjx_xiansuo_Banner .banImg .ban_img_Pc .img3 span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  display: block;
  background: #ff4e00;
  animation: fd1 1.6s 0.5s ease-out infinite alternate !important;
}

.hjx_xiansuo_Banner .banImg .ban_img_Pc .img3 i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  display: block;
}

.hjx_xiansuo_Banner .banImg .ban_img_Pc .img3 i img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@keyframes fd1 {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

.hjx_xiansuo_Banner .banImg .ban_img_M {
  display: none;
}

.hjx_xiansuo_Banner .banImg .ban_img_M img {
  display: block;
  width: 100%;
}

.hjx_xiansuo_Banner .banText {
  float: left;
  margin: 0.25rem 0;
  max-width: 3.96rem;
}

.hjx_xiansuo_Banner .banText .t1 {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.6rem;
}

.hjx_xiansuo_Banner .banText .t2 {
  color: #9d9d9d;
  line-height: 0.3rem;
  font-size: 0.18rem;
  margin-top: 0.08rem;
}

.hjx_xiansuo_Banner .banText .ban_link {
  margin-top: 0.2rem;
  display: inline-block;
  vertical-align: top;
  width: 2rem;
  line-height: 0.45rem;
  background-color: #ff4e00;
  border-radius: 0.05rem;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hjx_xiansuo_Banner .banText .ban_link:hover {
  box-shadow: 0 0.1rem 0.1rem -0.05rem rgba(255, 78, 0, 0.5);
}

@media screen and (max-width: 980px) {
  .hjx_xiansuo_Banner {
    height: auto;
    padding: 0.4rem 0;
  }

  .hjx_xiansuo_Banner .banImg {
    float: none;
    margin: auto;
  }

  .hjx_xiansuo_Banner .banImg .ban_img_Pc {
    display: none;
  }

  .hjx_xiansuo_Banner .banImg .ban_img_M {
    display: block;
  }

  .hjx_xiansuo_Banner .banText {
    float: none;
    text-align: center;
    margin: 0.25rem 0 0;
  }
}

.xs_tit {
  text-align: center;
}

.xs_tit h3 {
  font-weight: bold;
  font-size: 0.38rem;
  line-height: 1;
}

.xs_tit p {
  font-size: 0.18rem;
  line-height: 0.28rem;
  margin-top: 0.16rem;
  color: #636363;
}

@media screen and (max-width: 980px) {
  .xs_tit h3 {
    font-size: 0.24rem;
  }

  .hjx_xiansuo_lz .lz_txt .t1{
    font-size: 0.24rem;
  }

  
  .hjx_xiansuo_pg .pg_txt .t2{

    font-size: 0.16rem;
  }

  .xs_tit p {
    font-size: 0.16rem;
  }
}

.hjx_xiansuo_sjzh {
  padding: 0.9rem 0;
}

.hjx_xiansuo_sjzh .sjzh_img {
  margin: auto;
  margin-top: 0.55rem;
  max-width: 11.44rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
  padding: 0.45rem;
}

.hjx_xiansuo_sjzh .sjzh_img_Box {
  margin: auto;
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc {
  display: block;
  position: relative;
  z-index: 1;
  width: 8.89rem;
  height: 4.06rem;
  margin: auto;
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .imgBg {
  position: absolute;
  width: 2.66rem;
  height: 2.66rem;
  left: 2.41rem;
  top: 0.69rem;
  z-index: -1;
  animation: identifier 20s 0.5s ease-out infinite !important;
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .img1 {
  width: 2.94rem;
  height: 3.82rem;
  position: absolute;
  left: 0.26rem;
  top: 0.12rem;
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .img2 {
  width: 4.79rem;
  height: 3.09rem;
  position: absolute;
  top: 0.51rem;
  right: 0;
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .img2 .img2Box {
  position: relative;

}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .img2 .img2Box b{

  position: absolute;
  background: #fff;
  z-index: 2;
  width: 1.78rem;
  height: 0.72rem;
  right: 15px;
  top: 56px;
  border-radius: 20px;
  -webkit-transition: 3s;
  transition: 3s;
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .img2 .img2Box span{
  position: absolute;
  background: #fff;
  z-index: 2;
  width: 2.58rem;
  height: 1rem;
  right: 2.07rem;
  bottom: 19px;
  border-radius: 20px;
  -webkit-transition: 4s;
  transition: 4s;
}


.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .imgAi {
  width: 1.21rem;
  height: 1.21rem;
  position: absolute;
  left: 3.13rem;
  top: 1.42rem;
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .imgAi i {
  display: block;
  width: 1.21rem;
  height: 1.21rem;
  animation: mymove10 15s ease-out infinite alternate !important;
}

@keyframes mymove10 {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(-360deg);
  }
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .imgAi em {
  position: absolute;
  z-index: 5;
  width: 0.58rem;
  height: 0.58rem;
  background-color: #ffffff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
  font-size: 0.35rem;
  color: #ff4e00;
  line-height: 0.58rem;
  text-align: center;
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .imgIco {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.49rem;
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .imgIco i {
  display: block;
  position: relative;
  margin-top: 0.22rem;
  width: 0.49rem;
  height: 0.49rem;
  background-color: #ffffff;
  border-radius: 0.05rem;
  border: solid 0.01rem #ebebeb;
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .imgIco i:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.61rem;
  top: 0.17rem;
  height: 0.13rem;
  width: 0.15rem;
  background: url(../images/hjx_xs_sjzh_icoar.png) center center no-repeat;
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .imgIco i img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .imgIco i:first-child {
  margin-top: 0;
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .imgIco i:nth-child(1) {
  animation: sjzhico 2s -2s ease-out infinite alternate !important;
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .imgIco i:nth-child(2) {
  animation: sjzhico 2s -1.8s ease-out infinite alternate !important;
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .imgIco i:nth-child(3) {
  animation: sjzhico 2s -1.6s ease-out infinite alternate !important;
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .imgIco i:nth-child(4) {
  animation: sjzhico 2s -1.4s ease-out infinite alternate !important;
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .imgIco i:nth-child(5) {
  animation: sjzhico 2s -1.2s ease-out infinite alternate !important;
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc .imgIco i:nth-child(6) {
  animation: sjzhico 2s -1s ease-out infinite alternate !important;
}

@keyframes sjzhico {
  from {
    transform: translateX(0rem);
  }

  to {
    transform: translateX(0.1rem);
  }
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_M {
  display: none;
  width: 100%;
}

.hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_M img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .hjx_xiansuo_sjzh {
    padding: 0.4rem 0;
  }

  .hjx_xiansuo_sjzh .sjzh_img {
    padding: 0.15rem;
    margin-top: 0.3rem;
    border-radius: 0.1rem;
  }

  .hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_Pc {
    display: none;
  }

  .hjx_xiansuo_sjzh .sjzh_img_Box .sjzh_img_M {
    display: block;
  }
}

.hjx_xiansuo_hx {
  padding-bottom: 0.9rem;
  width: 100%;
  overflow-x: hidden;
}

.hjx_xiansuo_hx .hx_Box {
  margin: auto;
  margin-top: 0.55rem;
  width: 10.86rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.hjx_xiansuo_hx .hx_Box .hx_tit {
  text-align: center;
  position: relative;
  height: 0.62rem;
  padding-top: 0.16rem;
  box-shadow: 0rem 0.02rem 0.18rem 0rem rgba(0, 0, 0, 0.08);
}

.hjx_xiansuo_hx .hx_Box .hx_tit span {
  display: inline-block;
  width: 1.8rem;
  background-color: #f9f9f9;
  border-radius: 0.05rem 0.05rem 0rem 0.05rem;
  border: solid 0.01rem #e7e7e7;
  text-align: center;
  line-height: 0.33rem;
  color: #757474;
  font-size: 0.18rem;
}

.hjx_xiansuo_hx .hx_Box .hx_tit .ico1 {
  position: absolute;
  left: 0.36rem;
  top: 50%;
  margin-top: -0.13rem;
  width: 0.3rem;
  height: 0.26rem;
  overflow: hidden;
}

.hjx_xiansuo_hx .hx_Box .hx_tit .ico1:before {
  content: "";
  display: block;
  height: 0.03rem;
  background-color: #ebebeb;
}

.hjx_xiansuo_hx .hx_Box .hx_tit .ico1 i {
  display: block;
  height: 0.15rem;
  background-color: #ebebeb;
  margin: 0.03rem 0;
}

.hjx_xiansuo_hx .hx_Box .hx_tit .ico1:after {
  content: "";
  display: block;
  height: 0.03rem;
  background-color: #ebebeb;
}

.hjx_xiansuo_hx .hx_Box .hx_tit .ico2 {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  margin-top: -0.04rem;
  height: 0.09rem;
  font-size: 0;
}

.hjx_xiansuo_hx .hx_Box .hx_tit .ico2:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.09rem;
  height: 0.09rem;
  background-color: #c2c2c2;
  opacity: 0.24;
  border-radius: 100%;
}

.hjx_xiansuo_hx .hx_Box .hx_tit .ico2 i {
  display: inline-block;
  vertical-align: middle;
  width: 0.09rem;
  height: 0.09rem;
  background-color: #c2c2c2;
  opacity: 0.71;
  border-radius: 100%;
  margin: 0 0.05rem;
}

.hjx_xiansuo_hx .hx_Box .hx_tit .ico2:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.09rem;
  height: 0.09rem;
  background-color: #c2c2c2;
  border-radius: 100%;
}

.hjx_xiansuo_hx .hx_Box .hx_txt {
  margin: 0.18rem 0.15rem 0.15rem;
  background-color: #f7f7f9;
  border-radius: 0rem 0rem 0.2rem 0.2rem;
  display: flex;
  justify-content: space-between;
  padding: 0.24rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_img_Pc {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_l {
  width: 2.43rem;
  background-color: #ffffff;
  border-radius: 0.05rem;
  padding: 0.2rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_l .txt_name {
  height: 0.55rem;
  position: relative;
  padding-left: 0.66rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_l .txt_name i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border: solid 0.05rem #f4f4f4;
  border-radius: 100%;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_l .txt_name i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_l .txt_name span {
  display: block;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.34rem;
  color: #757474;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_l .txt_name b {
  display: block;
  height: 0.05rem;
  background-color: #f7f7f9;
  border-radius: 0.03rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_l .txt_name em {
  display: block;
  width: 61.5%;
  height: 0.05rem;
  background-color: #f7f7f9;
  border-radius: 0.03rem;
  margin-top: 0.05rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_l dl {
  margin-top: 0.24rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_l dl dt {
  font-weight: normal;
  line-height: 0.19rem;
  font-size: 0.16rem;
  color: #757474;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_l dl dt img {
  display: inline-block;
  vertical-align: top;
  width: 0.19rem;
  height: 0.19rem;
  margin-right: 0.05rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_l dl dd {
  margin-top: 0.22rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_l dl dd .li {
  padding-left: 0.2rem;
  min-height: 0.1rem;
  position: relative;
  margin-top: 0.16rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_l dl dd .li:first-child {
  margin-top: 0;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_l dl dd .li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.14rem;
  height: 0.1rem;
  background-color: #f7f7f9;
  border-radius: 0.02rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_l dl dd .li b {
  display: block;
  height: 0.1rem;
  background-color: #f7f7f9;
  border-radius: 0.02rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_l dl dd .li em {
  display: block;
  margin-top: 0.06rem;
  width: 61.5%;
  height: 0.05rem;
  background-color: #f7f7f9;
  border-radius: 0.02rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r {
  float: right;
  width: 7.42rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_t {
  background-color: #ffffff;
  border-radius: 0.05rem;
  font-size: 0;
  padding: 0.13rem 0.3rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_t span {
  display: inline-block;
  font-size: 0.16rem;
  vertical-align: top;
  height: 0.3rem;
  line-height: 0.3rem;
  background-color: rgba(255, 245, 240, 0.62);
  border-radius: 0.05rem;
  padding: 0 0.18rem;
  margin: 0.05rem;
  color: #757474;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b {
  background-color: #ffffff;
  border-radius: 0.05rem;
  margin-top: 0.2rem;
  padding: 0.3rem 0.25rem;
  -webkit-transition: .8s;
  transition: .8s;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b li {
  margin-top: 0.25rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b li:first-child {
  margin-top: 0;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b li span {
  display: inline-block;
  position: relative;
  z-index: 2;
  vertical-align: top;
  padding: 0 0.1rem;
  font-size: 0.15rem;
  line-height: 0.28rem;
  border-radius: 0.05rem;
  background: #fff;
  border: solid 0.01rem #ffcab2;
  color: #545454;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b li span:before {
  content: "+";
  display: block;
  position: absolute;
  right: -0.08rem;
  top: 50%;
  margin-top: -0.07rem;
  border-radius: 100%;
  font-size: 0.15rem;
  width: 0.15rem;
  height: 0.15rem;
  background-color: #ff4e00;
  line-height: 0.12rem;
  text-align: center;
  color: #fff;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b li span.minus:before {
  content: "-";
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b li span img {
  display: inline-block;
  vertical-align: middle;
  width: 0.18rem;
  height: 0.12rem;
  object-fit: contain;
  margin-right: 0.06rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b li .list {
  float: left;
  position: relative;
  margin-left: 0.5rem;
  margin-bottom: -0.2rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b li .list:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0.14rem;
  width: 0.5rem;
  height: 0.01rem;
  background: #e3e3e3;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b li .list:first-child {
  margin-left: 0;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b li .list:first-child:before {
  display: none;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b li .list:nth-child(3) {
  margin-left: 0.6rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b li .list:nth-child(3):before {
  width: 0.6rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b li .list p {
  line-height: 0.3rem;
  margin-top: 0.08rem;
  font-size: 0.15rem;
  color: #989898;
  padding-left: 0.11rem;
  position: relative;
  width: 2.5rem;
  margin-right: -1.5rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b li .list p:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.23rem;
  width: 0.6rem;
  left: -0.55rem;
  height: 0.38rem;
  border-left: 0.01rem solid #e3e3e3;
  border-bottom: 0.01rem solid #e3e3e3;
  border-radius: 0 0 0 0.05rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b li .list p:first-child {
  margin-top: 0;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b li .list p:first-child:before {
  display: none;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b li .list p img {
  vertical-align: middle;
  width: 0.14rem;
  height: 0.14rem;
  object-fit: contain;
  display: inline-block;
  margin-right: 0.06rem;
}

.hjx_xiansuo_hx .hx_Box .hx_txt .hx_txt_r .hx_txt_r_b li .list p:first-child {
  margin-top: 0;
}

.hjx_xiansuo_hx .hx_Box .shx_img_M {
  display: none;
}

.hjx_xiansuo_hx .hx_Box .shx_img_M img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .hjx_xiansuo_hx {
    padding-bottom: 0.4rem;
  }

  .hjx_xiansuo_hx .hx_Box {
    width: 100%;
    margin-top: 0.3rem;
  }

  .hjx_xiansuo_hx .hx_Box .hx_tit span {
    font-size: 0.16rem;
  }

  .hjx_xiansuo_hx .hx_Box .hx_tit .ico1 {
    left: 0.15rem;
  }

  .hjx_xiansuo_hx .hx_Box .hx_tit .ico2 {
    right: 0.15rem;
  }

  .hjx_xiansuo_hx .hx_Box .hx_txt {
    padding: 0.1rem;
    margin: 0.1rem;
  }

  .hjx_xiansuo_hx .hx_Box .hx_txt .hx_img_Pc {
    display: none;
  }

  .hjx_xiansuo_hx .hx_Box .hx_txt .shx_img_M {
    display: block;
  }
}

.hjx_xiansuo_lz {
  background-color: #fcfcfc;
  padding: 0.5rem 0;
  width: 100%;
  overflow: hidden;
}

.hjx_xiansuo_lz .lz_img {
  float: right;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc {
  width: 4.87rem;
  height: 4.38rem;
  position: relative;
  z-index: 1;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgBg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  animation: lzRotate1 25s ease-out infinite alternate !important;
}

@keyframes lzRotate1 {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgBg img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: contain;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgIco i {
  display: block;
  width: 0.26rem;
  height: 0.3rem;
  position: absolute;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgIco i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgIco i.i1 {
  left: 2.32rem;
  top: 1.34rem;
  animation: lzRotate2 8s -2s ease-out infinite alternate;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgIco i.i2 {
  left: 0.97rem;
  top: 2.14rem;
  animation: lzRotate2 8s -4s ease-out infinite alternate;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgIco i.i3 {
  left: 3.64rem;
  top: 2.14rem;
  animation: lzRotate2 8s -6s ease-out infinite alternate;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgIco i.i4 {
  left: 2.32rem;
  top: 2.94rem;
  animation: lzRotate2 8s -8s ease-out infinite alternate;
}

@keyframes lzRotate2 {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(-360deg);
  }
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgList .imgLi {
  width: 2.2rem;
  height: 1.2rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
  position: absolute;
  padding: 0.2rem 0.2rem 0;
  z-index: 2;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgList .imgLi:nth-child(1) {
  left: 0;
  top: 0.9rem;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgList .imgLi:nth-child(2) {
  right: 0;
  top: 0.9rem;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgList .imgLi:nth-child(3) {
  left: 0;
  top: 2.5rem;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgList .imgLi:nth-child(4) {
  right: 0;
  top: 2.5rem;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgList .imgLi .img_name {
  height: 0.31rem;
  position: relative;
  padding-left: 0.42rem;
  margin-bottom: 0.12rem;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgList .imgLi .img_name i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0.31rem;
  height: 0.31rem;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgList .imgLi .img_name i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgList .imgLi .img_name b {
  display: block;
  font-weight: normal;
  font-size: 0.16rem;
  line-height: 1;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgList .imgLi .img_name em {
  display: block;
  position: relative;
  font-size: 0;
  margin-top: 0.05rem;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgList .imgLi .img_name em:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.02rem;
  width: 0.63rem;
  height: 0.05rem;
  background-color: #f7f7f9;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgList .imgLi .img_name em img {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.04rem;
  width: 0.11rem;
  height: 0.1rem;
  object-fit: contain;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgList .imgLi p {
  color: #959595;
  line-height: 0.22rem;
}

.hjx_xiansuo_lz .lz_img .lz_img_Pc .imgList .imgLi p i {
  display: inline-block;
  vertical-align: middle;
  width: 0.85rem;
  height: 0.08rem;
  background-color: #f7f7f9;
  margin-left: 0.08rem;
}

.hjx_xiansuo_lz .lz_img .lz_img_M {
  display: none;
}

.hjx_xiansuo_lz .lz_img .lz_img_M img {
  display: block;
  margin: auto;
}

.hjx_xiansuo_lz .lz_txt {
  float: left;
  max-width: 4.6rem;
  margin: 0.75rem 0;
}

.hjx_xiansuo_lz .lz_txt .t1 {
  font-size: 0.38rem;
  font-weight: bold;
  line-height: 1;
  border-left: 0.1rem solid #ff4e00;
  padding-left: 0.1rem;
}

.hjx_xiansuo_lz .lz_txt .t2 {
  font-size: 0.22rem;
  line-height: 0.36rem;
  color: #5b5a5a;
  margin-top: 0.25rem;
  margin-left: 0.2rem;
}

.hjx_xiansuo_lz .lz_txt .t3 {
  font-size: 0.18rem;
  line-height: 1;
  margin-top: 0.1rem;
  color: #797979;
  margin-left: 0.2rem;
}

.hjx_xiansuo_lz .lz_txt .lz_link {
  display: block;
  margin-left: 0.2rem;
  width: 1.42rem;
  line-height: 0.34rem;
  border-radius: 0.05rem;
  border: solid 0.01rem #dfdfdf;
  margin-top: 0.32rem;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 0.18rem;
  color: #6e6e6e;
}

.hjx_xiansuo_lz .lz_txt .lz_link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.19rem;
  height: 0.19rem;
  margin-left: 0.12rem;
  background: url(../images/hjx_xs_lzar.png) 0 center no-repeat;
  background-size: contain;
}

.hjx_xiansuo_lz .lz_txt .lz_link:hover {
  border-color: #ff4e00;
  color: #ff4e00;
}

.hjx_xiansuo_lz .lz_txt .lz_link:hover:after {
  animation: zyfd 1.5s linear infinite;
}

@keyframes zyfd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(0.05rem);
    transform: translateX(0.05rem);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  75% {
    -webkit-transform: translateX(-0.05rem);
    transform: translateX(-0.05rem);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 1100px) {
  .hjx_xiansuo_lz {
    padding: 0.4rem 0;
  }

  .hjx_xiansuo_lz .lz_img {
    float: none;
  }

  .hjx_xiansuo_lz .lz_img .lz_img_Pc {
    display: none;
  }

  .hjx_xiansuo_lz .lz_img .lz_img_M {
    display: block;
  }

  .hjx_xiansuo_lz .lz_txt {
    margin: 0.3rem 0 0;
    max-width: 100%;
    float: none;
  }
}

.hjx_xiansuo_pg {
  padding: 1rem 0;
}

.hjx_xiansuo_pg .pg_img {
  float: left;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc {
  width: 6.61rem;
  height: 4.12rem;
  position: relative;
  z-index: 1;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 {
  position: relative;
  width: 6.03rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTit {
  height: 0.44rem;
  position: relative;
  background-color: #ff4e00;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTit .ico1 {
  position: absolute;
  left: 0.22rem;
  top: 50%;
  margin-top: -0.09rem;
  width: 0.18rem;
  height: 0.18rem;
  overflow: hidden;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTit .ico1:before {
  content: "";
  display: block;
  height: 0.02rem;
  background-color: #ffffff;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTit .ico1 i {
  display: block;
  height: 0.1rem;
  background-color: #ffffff;
  margin: 0.02rem 0;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTit .ico1:after {
  content: "";
  display: block;
  height: 0.02rem;
  background-color: #ffffff;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTit .ico2 {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  margin-top: -0.04rem;
  height: 0.09rem;
  font-size: 0;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTit .ico2:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.07rem;
  height: 0.07rem;
  background-color: #ffffff;
  opacity: 0.3;
  border-radius: 100%;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTit .ico2 i {
  display: inline-block;
  vertical-align: middle;
  width: 0.07rem;
  height: 0.07rem;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 0.05rem;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTit .ico2:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.07rem;
  height: 0.07rem;
  background-color: #ffffff;
  border-radius: 100%;
  opacity: 0.8;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTxt {
  background-color: #f7f7f9;
  border-radius: 0.1rem;
  margin: 0.18rem 0.2rem;
  padding: 0.18rem 0.2rem;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTxt .imgTxtTit {
  height: 0.46rem;
  background-color: #ffffff;
  border-radius: 0.06rem;
  line-height: 0.46rem;
  font-size: 0.18rem;
  position: relative;
  font-weight: bold;
  padding-left: 0.2rem;
  color: #8d8d8d;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTxt .imgTxtTit img {
  width: 1.46rem;
  height: 0.28rem;
  position: absolute;
  right: 0.22rem;
  top: 0.1rem;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTxt .imgTxtBox {
  height: 2.1rem;
  background-color: #ffffff;
  border-radius: 0.06rem;
  padding: 0.1rem 0.12rem 0.16rem;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTxt .imgTxtBox .dt {
  height: 0.32rem;
  background-color: #f7f7f9;
  border-radius: 0.02rem;
  line-height: 0.32rem;
  color: #949494;
  padding: 0 0.1rem;
  font-size: 0;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTxt .imgTxtBox .dt span {
  display: inline-block;
  font-size: 0.14rem;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTxt .imgTxtBox .dt .s1 {
  width: 0.52rem;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTxt .imgTxtBox .dt .s2 {
  width: 0.85rem;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTxt .imgTxtBox .dd {
  padding: 0 0.1rem;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTxt .imgTxtBox .dd .li {
  margin-top: 0.16rem;
  line-height: 0;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTxt .imgTxtBox .dd .li i {
  display: inline-block;
  vertical-align: middle;
  width: 0.13rem;
  height: 0.13rem;
  background-color: #ffffff;
  border-radius: 0.02rem;
  border: solid 0.01rem #e3e3e3;
  margin-right: 0.2rem;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTxt .imgTxtBox .dd .li em {
  display: inline-block;
  vertical-align: middle;
  width: 0.15rem;
  height: 0.15rem;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTxt .imgTxtBox .dd .li em img {
  display: block;
  width: 0.15rem;
  height: 0.15rem;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTxt .imgTxtBox .dd .li .s1 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.14rem;
  width: 0.8rem;
  height: 0.08rem;
  background-color: #f7f7f9;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTxt .imgTxtBox .dd .li .s2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2rem;
  width: 2.3rem;
  height: 0.05rem;
  background-color: #f7f7f9;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTxt .imgTxtBox .dd .li.li2 i {
  background-color: #ff4e00;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox1 .imgTxt .imgTxtBox .dd .li.li2 .s1 {
  background-color: #ff4e00;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.52rem;
  height: 2.57rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
  padding: 0.3rem 0.1rem 0.24rem 0.26rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgL {
  float: left;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgL .imgLName {
  position: relative;
  padding-left: 0.65rem;
  height: 0.5rem;
  padding-top: 0.08rem;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgL .imgLName i {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgL .imgLName i:before {
  content: "";
  display: block;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: -0.08rem;
  background-color: rgba(255, 78, 0, 0.18);
  animation: fd1 1.2s 0.5s ease-out infinite alternate !important;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgL .imgLName i:after {
  content: "";
  display: block;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(255, 78, 0, 0.5);
  animation: fd1 1.5s 0.5s ease-out infinite alternate !important;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgL .imgLName i b {
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #ff4e00;
  animation: fd1 1.6s 0.5s ease-out infinite alternate !important;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgL .imgLName i img {
  display: block;
  width: 0.12rem;
  height: 0.14rem;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgL .imgLName .em1 {
  display: block;
  width: 0.5rem;
  height: 0.14rem;
  background-color: #f7f7f9;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgL .imgLName .em2 {
  display: block;
  margin-top: 0.08rem;
  width: 0.67rem;
  height: 0.06rem;
  background-color: #f7f7f9;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgL .imgLName .em3 {
  display: block;
  margin-top: 0.08rem;
  width: 0.4rem;
  height: 0.06rem;
  background-color: #f7f7f9;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgL .imgLul {
  width: 1.4rem;
  margin: 0.21rem 0 0;
  padding-bottom: 0.04rem;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgL .imgLul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgL .imgLul li {
  float: left;
  line-height: 0.24rem;
  width: 0.7rem;
  color: #5b5a5a;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgL .imgLul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #f7f7f9;
  border-radius: 0.02rem;
  margin-right: 0.08rem;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgL p {
  width: 1.24rem;
  height: 0.08rem;
  background-color: #f6f6f8;
  border-radius: 0.04rem;
  margin-top: 0.12rem;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgR {
  float: right;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgR .imgRtu {
  width: 1.57rem;
  height: 1.57rem;
  background-color: #f9f9f9;
  border-radius: 100%;
  position: relative;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgR .imgRtu em {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgR .imgRtu .em1 {
  width: 1rem;
  height: 1rem;
  border: solid 0.01rem #eeeeee;
  border-radius: 100%;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgR .imgRtu .em2 {
  width: 0.5rem;
  height: 0.5rem;
  border: solid 0.01rem #eeeeee;
  border-radius: 100%;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgR .imgRtu .em3 {
  width: 0.01rem;
  height: 100%;
  background: #fff;
  opacity: 0.43;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgR .imgRtu .em4 {
  height: 0.01rem;
  width: 100%;
  background: #fff;
  opacity: 0.43;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgR .imgRtu i {
  position: absolute;
  z-index: 2;
  width: 1.33rem;
  height: 1.11rem;
  left: 0.15rem;
  top: 0.22rem;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgR .imgRtu i img {
  display: block;
  width: 100%;
  height: 100%;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgR .imgRtu span {
  display: block;
  font-size: 0.16rem;
  color: #ff4e00;
  text-align: center;
  line-height: 1;
  padding-top: 1.38rem;
}

.hjx_xiansuo_pg .pg_img .pg_img_Pc .imgBox2 .imgR p {
  text-align: center;
  margin: 0.18rem auto 0;
  font-size: 0.16rem;
  color: #737373;
  line-height: 0.3rem;
  width: 1.33rem;
  height: 0.3rem;
  background-color: #fffbf9;
  border-radius: 0.1rem;
}

.hjx_xiansuo_pg .pg_img .pg_img_M {
  display: none;
}

.hjx_xiansuo_pg .pg_img .pg_img_M img {
  display: block;
  margin: auto;
}

.hjx_xiansuo_pg .pg_txt {
  float: right;
  max-width: 4.6rem;
  margin: 0.76rem 0;
}

.hjx_xiansuo_pg .pg_txt .t1 {
  font-size: 0.38rem;
  font-weight: bold;
  line-height: 1;
  border-left: 0.1rem solid #ff4e00;
  padding-left: 0.1rem;
}

.hjx_xiansuo_pg .pg_txt .t2 {
  font-size: 0.22rem;
  line-height: 0.36rem;
  color: #5b5a5a;
  margin-top: 0.25rem;
  margin-left: 0.2rem;
}

.hjx_xiansuo_pg .pg_txt .t3 {
  font-size: 0.18rem;
  line-height: 1;
  margin-top: 0.1rem;
  color: #797979;
  margin-left: 0.2rem;
}

.hjx_xiansuo_pg .pg_txt .pg_link {
  display: block;
  margin-left: 0.2rem;
  width: 1.42rem;
  line-height: 0.34rem;
  border-radius: 0.05rem;
  border: solid 0.01rem #dfdfdf;
  margin-top: 0.32rem;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 0.18rem;
  color: #6e6e6e;
}

.hjx_xiansuo_pg .pg_txt .pg_link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.19rem;
  height: 0.19rem;
  margin-left: 0.12rem;
  background: url(../images/hjx_xs_lzar.png) 0 center no-repeat;
  background-size: contain;
}

.hjx_xiansuo_pg .pg_txt .pg_link:hover {
  border-color: #ff4e00;
  color: #ff4e00;
}

.hjx_xiansuo_pg .pg_txt .pg_link:hover:after {
  animation: zyfd 1.5s linear infinite;
}

@keyframes zyfd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(0.05rem);
    transform: translateX(0.05rem);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  75% {
    -webkit-transform: translateX(-0.05rem);
    transform: translateX(-0.05rem);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 1100px) {
  .hjx_xiansuo_pg {
    padding: 0.4rem 0;
  }

  .hjx_xiansuo_pg .pg_img {
    float: none;
  }

  .hjx_xiansuo_pg .pg_img .pg_img_Pc {
    display: none;
  }

  .hjx_xiansuo_pg .pg_img .pg_img_M {
    display: block;
  }

  .hjx_xiansuo_pg .pg_txt {
    margin: 0.3rem 0 0;
    max-width: 100%;
    float: none;
  }
}

/* 智能名片 */
.hjx_mp_Banner {
  background-color: #fafafa;
  padding: 0.6rem 0;
}

.hjx_mp_Banner .banImg {
  float: right;
  max-width: 589px;
}

.hjx_mp_Banner .banImg .ban_img_Pc {
  width: 589px;
  height: 320px;
  position: relative;
}

.hjx_mp_Banner .banImg .ban_img_Pc .img1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 589px;
  height: 218px;
}

.hjx_mp_Banner .banImg .ban_img_Pc .img2 {
  position: absolute;
  left: 192px;
  top: 93px;
  width: 56px;
  height: 147px;
}

.hjx_mp_Banner .banImg .ban_img_Pc .img3 {
  position: absolute;
  width: 63px;
  height: 164px;
  left: 330px;
  top: 42px;
}

.hjx_mp_Banner .banImg .ban_img_Pc .img4 {
  position: absolute;
  width: 55px;
  height: 99px;
  left: 274px;
  top: 69px;
}

.hjx_mp_Banner .banImg .ban_img_Pc .img5 {
  position: absolute;
  width: 103px;
  height: 153px;
  left: 333px;
  top: 44px;
}

.hjx_mp_Banner .banImg .ban_img_Pc .img6 {
  position: absolute;
  left: 411px;
  top: 0;
  width: 48px;
  height: 48px;
}

.hjx_mp_Banner .banImg .ban_img_Pc .imgTxt1 {
  font-size: 18px;
  color: #dba68f;
  line-height: 1;
  position: absolute;
  left: 325px;
  top: 7px;
}

.hjx_mp_Banner .banImg .ban_img_M {
  display: none;
}

.hjx_mp_Banner .banImg .ban_img_M img {
  display: block;
  width: 100%;
}

.hjx_mp_Banner .banText {
  float: left;
  margin: 0.46rem 0;
  max-width: 3.4rem;
}

.hjx_mp_Banner .banText .t1 {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.6rem;
}

.hjx_mp_Banner .banText .t2 {
  color: #555555;
  line-height: 1;
  font-size: 24px;
  margin-top: 0.13rem;
}

.hjx_mp_Banner .banText .t3 {
  line-height: 30px;
  color: #9d9d9d;
  font-size: 18px;
  margin-top: 38px;
}

@media screen and (max-width: 980px) {
  .hjx_mp_Banner {
    height: auto;
    padding: 0.4rem 0;
    width: 100%;
    overflow-x: hidden;
  }

  .hjx_mp_Banner .banText .t1{
    font-size: 0.3rem;
  }

  .hjx_mp_xq .xq_txt .t1{
    font-size: 0.24rem;
  }

  .hjx_mp_lc .lc_txt .t1{
    font-size: 0.24rem;
  }

  .hjx_mp_lth .lth_txt .t1{
    font-size: 0.24rem;
  }

  .hjx_mp_Banner .banImg {
    float: none;
    margin: auto;
  }

  .hjx_mp_Banner .banImg .ban_img_Pc {
    display: none;
  }

  .hjx_mp_Banner .banImg .ban_img_M {
    display: block;
  }

  .hjx_mp_Banner .banText {
    float: none;
    text-align: center;
    margin: 0.25rem 0 0;
    max-width: 100%;
  }
}

.mp_tit {
  text-align: center;
}

.mp_tit h3 {
  font-weight: bold;
  font-size: 0.38rem;
  line-height: 1;
}

.mp_tit p {
  font-size: 0.18rem;
  line-height: 0.28rem;
  margin-top: 0.16rem;
  color: #636363;
}

@media screen and (max-width: 980px) {
  .mp_tit h3 {
    font-size: 0.24rem;
  }

  .mp_tit p {
    font-size: 0.16rem;
  }
}

.hjx_mp_nr {
  margin-top: 100px;
}

.hjx_mp_nr .nr_Box {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.02);
  border-radius: 35px;
  padding: 70px 0;
  margin-top: 50px;
  filter: grayscale(1);
  -webkit-transition: 1s;
  transition: 1s;
}

.hjx_mp_nr .nr_Box_Con {
  margin: auto;
  width: 934px;
  height: 478px;
  position: relative;
}

.hjx_mp_nr .nr_Box_Con .nr_img {
  position: absolute;
  left: 18px;
  top: 0;
  height: 518px;
  width: 571px;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox1 {
  width: 281px;
  height: 518px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.02);
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 0;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox1 .img1 {
  display: block;
  position: absolute;
  top: 16px;
  left: 20px;
  width: 241px;
  height: 446px;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox1 .img2 {
  height: 25px;
  position: absolute;
  left: 38px;
  bottom: 18px;
  font-size: 0;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox1 .img2 i {
  display: inline-block;
  background: #ffd5c3;
  margin-right: 27px;
  width: 32px;
  border-radius: 2px;
  height: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox1 .img2 i:first-child {
  background: #ff4e00;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox1 .img2 i:hover {
  background: #ff4e00;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox2 {
  position: absolute;
  width: 350px;
  height: 206px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  left: 0;
  top: 68px;
  z-index: 2;
  padding: 25px 26px;
  text-align: right;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox2 .em1 {
  position: absolute;
  left: 25px;
  top: 20px;
  display: block;
  width: 78px;
  height: 78px;
  background-color: #ff4e00;
  border-radius: 100%;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox2 .em2 {
  position: absolute;
  left: 30px;
  bottom: 32px;
  display: block;
  width: 35px;
  height: 35px;
  background-color: #fff7f2;
  border-radius: 100%;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox2 span {
  display: block;
  font-size: 0;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox2 span i {
  display: inline-block;
  vertical-align: top;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox2 .s1 i {
  width: 163px;
  height: 13px;
  background-color: #fff7f2;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox2 .s2 {
  margin-top: 15px;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox2 .s2 i {
  height: 33px;
  width: 33px;
  background-color: #ff4e00;
  margin-left: 10px;
  border-radius: 2px;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox2 .s3 {
  margin-top: 15px;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox2 .s3 i {
  width: 98px;
  height: 13px;
  background-color: #fff7f2;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox2 .s4 {
  margin-top: 35px;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox2 .s4 i {
  width: 85px;
  height: 14px;
  background-color: #fff7f2;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox2 .s4 i:first-child {
  float: right;
  width: 14px;
  height: 14px;
  background-color: #fff7f2;
  margin-left: 6px;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox2 .s5 {
  margin-top: 4px;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox2 .s5 i {
  width: 115px;
  height: 14px;
  background-color: #fff7f2;
}

.hjx_mp_nr .nr_Box_Con .nr_img .imgBox2 .s5 i:first-child {
  float: right;
  width: 14px;
  height: 14px;
  background-color: #fff7f2;
  margin-left: 6px;
}

.hjx_mp_nr .nr_Box_Con .nr_img .nr_img_M {
  display: none;
}

.hjx_mp_nr .nr_Box_Con .nr_img .nr_img_M img {
  max-width: 100%;
  margin: auto;
}

.hjx_mp_nr .nr_Box_Con .nr_list li {
  padding-left: 86px;
  height: 70px;
  position: relative;
  z-index: 3;
  padding-top: 16px;
  margin-top: 65px;
}

.hjx_mp_nr .nr_Box_Con .nr_list li:first-child {
  margin-top: 0;
}

.hjx_mp_nr .nr_Box_Con .nr_list li:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 160px;
  height: 1px;
  background-color: #efbb9b;
  opacity: 0.2;
  left: -150px;
}

.hjx_mp_nr .nr_Box_Con .nr_list li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(190, 124, 95, 0.08);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hjx_mp_nr .nr_Box_Con .nr_list li i img {
  display: block;
  max-width: 60%;
  max-height: 60%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hjx_mp_nr .nr_Box_Con .nr_list li b {
  display: block;
  font-weight: normal;
  font-size: 18px;
  color: #636363;
  line-height: 1;
}

.hjx_mp_nr .nr_Box_Con .nr_list li em {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  line-height: 1;
  color: #cccccc;
}

.hjx_mp_nr .nr_Box_Con .nr_list li:hover i {
  box-shadow: 0px 0px 15px 0px rgba(255, 78, 0, 0.2);
}

.hjx_mp_nr .nr_Box_Con .nr_list li:hover i img {
  opacity: 1 !important;
}

.hjx_mp_nr .nr_Box_Con .nr_list1 {
  float: right;
  margin-top: 30px;
}

.hjx_mp_nr .nr_Box_Con .nr_list1 li:nth-child(2n) i img {
  opacity: 0.3;
}

.hjx_mp_nr .nr_Box_Con .nr_list2 {
  float: left;
  margin-top: 300px;
}

.hjx_mp_nr .nr_Box_Con .nr_list2 li {
  padding-left: 0;
  padding-right: 86px;
  text-align: right;
}

.hjx_mp_nr .nr_Box_Con .nr_list2 li:before {
  left: auto;
  right: -150px;
}

.hjx_mp_nr .nr_Box_Con .nr_list2 li i {
  position: absolute;
  right: 0;
  left: auto;
}

.hjx_mp_nr .nr_Box_Con .nr_list2 li:nth-child(2n-1) i img {
  opacity: 0.3;
}

@media screen and (max-width: 980px) {
  .hjx_mp_nr {
    margin-top: 40px;
    width: 100%;
    overflow-x: hidden;
  }

  .hjx_mp_nr .nr_Box {
    border-radius: 15px;
    padding: 0 15px 20px;
    margin-top: 30px;
  }

  .hjx_mp_nr .nr_Box_Con {
    width: auto;
    height: auto;
  }

  .hjx_mp_nr .nr_Box_Con .nr_img {
    float: none;
    margin: auto;
    width: auto;
    height: auto;
    position: relative;
  }

  .hjx_mp_nr .nr_Box_Con .nr_img .nr_img_Pc {
    display: none;
  }

  .hjx_mp_nr .nr_Box_Con .nr_img .nr_img_M {
    display: block;
  }

  .hjx_mp_nr .nr_Box_Con .nr_list li {
    height: 50px;
  }

  .hjx_mp_nr .nr_Box_Con .nr_list li:before {
    display: none;
  }

  .hjx_mp_nr .nr_Box_Con .nr_list li i {
    width: 50px;
    height: 50px;
  }

  .hjx_mp_nr .nr_Box_Con .nr_list li i img {
    max-width: 60%;
    max-height: 60%;
  }

  .hjx_mp_nr .nr_Box_Con .nr_list li b {
    font-size: 16px;
  }

  .hjx_mp_nr .nr_Box_Con .nr_list li em {
    font-size: 12px;
  }

  .hjx_mp_nr .nr_Box_Con .nr_list1 {
    float: none;
    margin-top: 0;
    margin-left: -8px;
    margin-right: -8px;
    font-size: 0;
    text-align: center;
  }

  .hjx_mp_nr .nr_Box_Con .nr_list1:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
  }

  .hjx_mp_nr .nr_Box_Con .nr_list1 li {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px !important;
    padding-left: 60px;
    padding-top: 5px;
    height: 50px;
    text-align: left;
    width: 50%;
  }

  .hjx_mp_nr .nr_Box_Con .nr_list1 li:nth-child(2n) i img {
    opacity: 1;
  }

  .hjx_mp_nr .nr_Box_Con .nr_list2 {
    margin-top: -130px;
  }

  .hjx_mp_nr .nr_Box_Con .nr_list2 li {
    padding-left: 0;
    padding-right: 65px;
    text-align: right;
    padding-top: 5px;
    margin-top: 20px;
  }

  .hjx_mp_nr .nr_Box_Con .nr_list2 li:first-child {
    margin-top: 0;
  }

  .hjx_mp_nr .nr_Box_Con .nr_list2 li:before {
    display: none;
  }
}

.hjx_mp_xq {
  padding: 100px 0;
}

.hjx_mp_xq .xq_cont {
  display: flex;
  justify-content: space-between;
}

.hjx_mp_xq .xq_txt {
  float: left;
  max-width: 5.2rem;
  margin: 1.12rem 0;
}

.hjx_mp_xq .xq_txt .t1 {
  font-size: 0.38rem;
  font-weight: bold;
  line-height: 1;
  border-left: 0.1rem solid #ff4e00;
  padding-left: 0.18rem;
}

.hjx_mp_xq .xq_txt .t2 {
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #5b5a5a;
  margin-top: 0.3rem;
  margin-left: 0.28rem;
}

.hjx_mp_xq .xq_txt .zx_link {
  display: block;
  margin-left: 0.28rem;
  width: 1.42rem;
  line-height: 0.36rem;
  border-radius: 0.05rem;
  border: solid 0.01rem #dfdfdf;
  margin-top: 0.52rem;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 0.18rem;
  color: #6e6e6e;
}

.hjx_mp_xq .xq_txt .zx_link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.19rem;
  height: 0.19rem;
  margin-left: 0.12rem;
  background: url(../images/hjx_mp_zxar.png) 0 center no-repeat;
  background-size: contain;
}

.hjx_mp_xq .xq_txt .zx_link:hover {
  border-color: #ff4e00;
  color: #ff4e00;
}

.hjx_mp_xq .xq_txt .zx_link:hover:after {
  animation: zyfd 1.5s linear infinite;
}

.hjx_mp_xq .xq_img {
  float: left;
  -webkit-transition: .5s;
  transition: .5s;
}

.hjx_mp_xq .xq_img .xq_img_Pc {
  width: 281px;
  height: 500px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.02);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.hjx_mp_xq .xq_img .xq_img_Pc .img1 {
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
  width: 241px;
  height: 431px;
}

.hjx_mp_xq .xq_img .xq_img_Pc .img2 {
  height: 25px;
  position: absolute;
  left: 38px;
  bottom: 15px;
  font-size: 0;
}

.hjx_mp_xq .xq_img .xq_img_Pc .img2 i {
  display: inline-block;
  background: #ffd5c3;
  margin-right: 27px;
  width: 32px;
  border-radius: 2px;
  height: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hjx_mp_xq .xq_img .xq_img_Pc .img2 i:first-child {
  background: #ff4e00;
}

.hjx_mp_xq .xq_img .xq_img_Pc .img2 i:hover {
  background: #ff4e00;
}

.hjx_mp_xq .xq_img .xq_img_Pc .imgTxt1 {
  line-height: 1;
  position: absolute;
  width: 100%;
  left: 0;
  top: 52px;
  color: #6e6e6e;
  font-size: 18px;
  text-align: center;
}

.hjx_mp_xq .xq_img .xq_img_M {
  display: none;
}

.hjx_mp_xq .xq_img .xq_img_M img {
  display: block;
  margin: auto;
}

.hjx_mp_xq .xq_list {
  float: right;
}

.hjx_mp_xq .xq_list ul li {
  margin-top: 30px;
  width: 340px;
  min-height: 76px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  padding: 18px 16px 12px;
}

.hjx_mp_xq .xq_list ul li h4 {
  font-size: 16px;
  line-height: 22px;
}

.hjx_mp_xq .xq_list ul li h4 i {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  position: relative;
  margin-right: 8px;
}

.hjx_mp_xq .xq_list ul li h4 i img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hjx_mp_xq .xq_list ul li p {
  line-height: 24px;
  font-size: 14px;
  margin-left: 30px;
  color: #999999;
}

.hjx_mp_xq .xq_list ul li p span {
  color: #ff4e00;
}

.hjx_mp_xq .xq_list ul li:first-child {
  margin-top: 0;
}

.hjx_mp_xq .xq_list ul li:nth-child(2n-1) {
  margin-left: 60px;
}

.hjx_mp_xq .xq_list ul li:nth-child(2n-1) h4 i {
  opacity: 0.3;
}

@media screen and (max-width: 1100px) {
  .hjx_mp_xq {
    padding: 40px 0;
    width: 100%;
    overflow-x: hidden;
  }

  .hjx_mp_xq .xq_cont {
    display: block;
  }

  .hjx_mp_xq .xq_txt {
    margin: 0;
    max-width: 100%;
    float: none;
  }

  .hjx_mp_xq .xq_txt .t1 {
    font-size: 30px;
  }

  .hjx_mp_xq .xq_txt .t2 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }

  .hjx_mp_xq .xq_txt .zx_link {
    margin-top: 25px;
    font-size: 16px;
  }

  .hjx_mp_xq .xq_img {
    float: none;
    margin-top: 20px;
  }

  .hjx_mp_xq .xq_img .xq_img_Pc {
    display: none;
  }

  .hjx_mp_xq .xq_img .xq_img_M {
    display: block;
  }

  .hjx_mp_xq .xq_list {
    float: none;
  }

  .hjx_mp_xq .xq_list ul li {
    width: auto;
    max-width: 100%;
    margin-top: 20px;
  }

  .hjx_mp_xq .xq_list ul li:nth-child(2n-1) {
    margin-left: 30px;
  }

  .hjx_mp_xq .xq_list ul li:nth-child(2n-1) h4 i {
    opacity: 0.3;
  }
}

.hjx_mp_lc {
  padding: 70px 0 50px;
  background-color: #fcfcfc;
}

.hjx_mp_lc .lc_txt {
  float: right;
  max-width: 4.6rem;
  margin: 0.74rem 0;
}

.hjx_mp_lc .lc_txt .t1 {
  font-size: 0.38rem;
  font-weight: bold;
  line-height: 1;
  border-left: 0.1rem solid #ff4e00;
  padding-left: 0.18rem;
}

.hjx_mp_lc .lc_txt .t2 {
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #5b5a5a;
  margin-top: 0.3rem;
  margin-left: 0.28rem;
}

.hjx_mp_lc .lc_txt .zx_link {
  display: block;
  margin-left: 0.28rem;
  width: 1.42rem;
  line-height: 0.36rem;
  border-radius: 0.05rem;
  border: solid 0.01rem #dfdfdf;
  margin-top: 0.52rem;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 0.18rem;
  color: #6e6e6e;
}

.hjx_mp_lc .lc_txt .zx_link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.19rem;
  height: 0.19rem;
  margin-left: 0.12rem;
  background: url(../images/hjx_mp_zxar.png) 0 center no-repeat;
  background-size: contain;
}

.hjx_mp_lc .lc_txt .zx_link:hover {
  border-color: #ff4e00;
  color: #ff4e00;
}

.hjx_mp_lc .lc_txt .zx_link:hover:after {
  animation: zyfd 1.5s linear infinite;
}

.hjx_mp_lc .lc_img {
  float: left;
}

.hjx_mp_lc .lc_img .lc_img_Pc {
  width: 548px;
  height: 437px;
  position: relative;
  margin-left: 70px;
  -webkit-transition: .5s;
  transition: .5s;
}

.hjx_mp_lc .lc_img .lc_img_Pc .img1 {
  display: block;
  position: absolute;
  left: 0;
  top: 185px;
  width: 387px;
  height: 252px;
}

.hjx_mp_lc .lc_img .lc_img_Pc .img2 {
  position: absolute;
  width: 340px;
  height: 224px;
  top: 68px;
  left: 208px;
}

.hjx_mp_lc .lc_img .lc_img_Pc .img3 {
  position: absolute;
  width: 213px;
  height: 180px;
  top: 95px;
  left: 123px;
}

.hjx_mp_lc .lc_img .lc_img_Pc .imgIco i {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #ffd5c3;
  border-radius: 6px;
  position: absolute;
}

.hjx_mp_lc .lc_img .lc_img_Pc .imgIco i img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}

.hjx_mp_lc .lc_img .lc_img_Pc .imgIco .i1 {
  top: 141px;
  left: 33px;
}

.hjx_mp_lc .lc_img .lc_img_Pc .imgIco .i2 {
  background-color: #ff4e00;
  top: 42px;
  left: 61px;
}

.hjx_mp_lc .lc_img .lc_img_Pc .imgIco .i3 {
  top: 0;
  left: 151px;
}

.hjx_mp_lc .lc_img .lc_img_Pc .imgIco .i4 {
  background-color: #ff4e00;
  top: 13px;
  left: 257px;
}

.hjx_mp_lc .lc_img .lc_img_M {
  display: none;
}

.hjx_mp_lc .lc_img .lc_img_M img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .hjx_mp_lc {
    padding: 40px 0;
    width: 100%;
    overflow-x: hidden;
  }

  .hjx_mp_lc .lc_txt {
    margin: 0;
    max-width: 100%;
    float: none;
  }

  .hjx_mp_lc .lc_txt .t1 {
    font-size: 30px;
  }

  .hjx_mp_lc .lc_txt .t2 {
    font-size: 15px;
    line-height: 30px;
    margin-top: 20px;
  }

  .hjx_mp_lc .lc_txt .zx_link {
    margin-top: 25px;
    font-size: 16px;
  }

  .hjx_mp_lc .lc_img {
    float: none;
    margin-top: 40px;
  }

  .hjx_mp_lc .lc_img .lc_img_Pc {
    display: none;
  }

  .hjx_mp_lc .lc_img .lc_img_M {
    display: block;
  }
}

.hjx_mp_lth {
  padding: 80px 0;
}

.hjx_mp_lth .lth_txt {
  float: left;
  max-width: 5.1rem;
  margin: 0.6rem 0;
}

.hjx_mp_lth .lth_txt .t1 {
  font-size: 0.38rem;
  font-weight: bold;
  line-height: 1;
  border-left: 0.1rem solid #ff4e00;
  padding-left: 0.18rem;
}

.hjx_mp_lth .lth_txt .t2 {
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #5b5a5a;
  margin-top: 0.3rem;
  margin-left: 0.28rem;
}

.hjx_mp_lth .lth_txt .zx_link {
  display: block;
  margin-left: 0.28rem;
  width: 1.42rem;
  line-height: 0.36rem;
  border-radius: 0.05rem;
  border: solid 0.01rem #dfdfdf;
  margin-top: 0.52rem;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 0.18rem;
  color: #6e6e6e;
}

.hjx_mp_lth .lth_txt .zx_link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.19rem;
  height: 0.19rem;
  margin-left: 0.12rem;
  background: url(../images/hjx_mp_zxar.png) 0 center no-repeat;
  background-size: contain;
}

.hjx_mp_lth .lth_txt .zx_link:hover {
  border-color: #ff4e00;
  color: #ff4e00;
}

.hjx_mp_lth .lth_txt .zx_link:hover:after {
  animation: zyfd 1.5s linear infinite;
}

.hjx_mp_lth .lth_img {
  float: right;
}

.hjx_mp_lth .lth_img .lth_img_Pc {
  width: 568px;
  height: 344px;
  position: relative;

  -webkit-transition: .5s;
  transition: .5s;
}

.hjx_mp_lth .lth_img .lth_img_Pc .img1 {
  display: block;
  position: absolute;
  left: -18px;
  bottom: -18px;
  width: 591px;
  height: 368px;
}

.hjx_mp_lth .lth_img .lth_img_Pc .img2 {
  position: absolute;
  width: 54px;
  height: 87px;
  top: 10px;
  left: 194px;
}

.hjx_mp_lth .lth_img .lth_img_Pc .img3 {
  position: absolute;
  width: 54px;
  height: 86px;
  top: 0;
  left: 323px;
}

.hjx_mp_lth .lth_img .lth_img_Pc .img4 {
  position: absolute;
  width: 54px;
  height: 87px;
  top: 107px;
  left: 299px;
}

.hjx_mp_lth .lth_img .lth_img_Pc .img5 {
  position: absolute;
  width: 54px;
  height: 86px;
  top: 148px;
  left: 191px;
}

.hjx_mp_lth .lth_img .lth_img_M {
  display: none;
}

.hjx_mp_lth .lth_img .lth_img_M img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .hjx_mp_lth {
    padding: 40px 0;
    width: 100%;
    overflow-x: hidden;
  }

  .hjx_mp_lth .lth_txt {
    margin: 0;
    max-width: 100%;
    float: none;
  }

  .hjx_mp_lth .lth_txt .t1 {
    font-size: 30px;
  }

  .hjx_mp_lth .lth_txt .t2 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }

  .hjx_mp_lth .lth_txt .zx_link {
    margin-top: 25px;
    font-size: 16px;
  }

  .hjx_mp_lth .lth_img {
    float: none;
    margin-top: 40px;
  }

  .hjx_mp_lth .lth_img .lth_img_Pc {
    display: none;
  }

  .hjx_mp_lth .lth_img .lth_img_M {
    display: block;
  }

  .hjx_xiansuo_Banner .banText .t1{
    font-size: 0.3rem;
  }

  .hjx_xiansuo_pg .pg_txt .t1{
    font-size: 0.24rem;

  }

  .hjx_xiansuo_pg .pg_txt .t2{
    font-size: 0.16rem;
  }
}