body {
  overflow-x: hidden;
}
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@keyframes hjx_zy {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-0.08rem);
    transform: translateX(-0.08rem);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.dongcha_banner {
  height: 2.8rem;
  background: #e0402a url(../images/dongcha_banner.jpg) center 0 no-repeat;
  text-align: center;
  padding-top: 0.85rem;
  color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dongcha_banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dongcha_banner .dongcha_t1 {
  font-size: 0.46rem;
  font-weight: bold;
  line-height: 1;
}
.dongcha_banner .dongcha_t1 i {
  display: inline-block;
  vertical-align: top;
  width: 0.02rem;
  height: 0.46rem;
  background-color: #ffffff;
  margin: 0 0.1rem;
  position: relative;
  top: 0.02rem;
}
.dongcha_banner .dongcha_line {
  height: 0.1rem;
  margin-top: 0.2rem;
  text-align: center;
  font-size: 0;
}
.dongcha_banner .dongcha_line i {
  display: inline-block;
  vertical-align: top;
  height: 0.1rem;
  width: 0.01rem;
  background-color: #ffffff;
  margin: 0 0.02rem;
  animation: dongcha_line 1.2s linear infinite;
}
.dongcha_banner .dongcha_line i.dongcha_i1 {
  animation-delay: -0.8s;
}
.dongcha_banner .dongcha_line i.dongcha_i2 {
  animation-delay: -0.4s;
}
.dongcha_banner .dongcha_line i.dongcha_i3 {
  animation-delay: 0s;
}
.dongcha_banner .dongcha_line i.dongcha_i4 {
  animation-delay: -0.4s;
}
.dongcha_banner .dongcha_line i.dongcha_i5 {
  animation-delay: -0.8s;
}
@keyframes dongcha_line {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.4);
  }
  100% {
    transform: scaleY(1);
  }
}
.dongcha_banner .dongcha_t2 {
  margin-top: 0.16rem;
  font-size: 0.2rem;
  line-height: 1;
}
.hjx_dongcha_box {
  padding: 0.64rem 0.2rem;
}
@media (max-width: 980px) {
  .hjx_dongcha_box {
    padding: 0.25rem 0rem;
  }
}
.hjx_dongcha_list * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hjx_dongcha_list ul li {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0rem 0.06rem 0.3rem 0rem rgba(0, 0, 0, 0.05);
  padding: 0.4rem 0.4rem 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  margin-top: 0.4rem;
}
.hjx_dongcha_list ul li:first-child {
  margin-top: 0;
}
.hjx_dongcha_list ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 0 #f8f8f8;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hjx_dongcha_list ul li .hjx_pic {
  display: block;
  width: 4rem;
  height: 2.2rem;
  overflow: hidden;
  margin-right: 0.32rem;
}
.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: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hjx_dongcha_list ul li .hjx_cont {
  flex: 1;
  min-width: 0;
}
.hjx_dongcha_list ul li .hjx_cont .hjx_bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.24rem;
  height: 0.38rem;
  line-height: 0.38rem;
  -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:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  width: 0;
  height: 0.03rem;
  background: #e0402a;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hjx_dongcha_list ul li .hjx_cont .hjx_bt:hover {
  color: #e0402a;
}
.hjx_dongcha_list ul li .hjx_cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.3rem;
  height: 0.6rem;
  color: #666666;
  margin-top: 0.18rem;
  text-indent: 2em;
}
.hjx_dongcha_list ul li .hjx_cont .hjx_btn {
  margin-top: 0.28rem;
}
.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.2rem;
  font-weight: bold;
  line-height: 1;
  color: #999999;
}
.hjx_dongcha_list ul li .hjx_cont .hjx_btn .hjx_more {
  float: right;
  font-family: Arial;
  font-size: 0.14rem;
  color: #999999;
  display: block;
  position: relative;
  border-bottom: 0.01rem solid #e0402a;
  line-height: 1;
  height: 0.26rem;
  -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: inline-block;
  vertical-align: middle;
  width: 0.18rem;
  height: 0.08rem;
  background: url(../images/hjx_dc_ar.png) 0 center no-repeat;
  background-size: contain;
  margin-left: 0.05rem;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.5;
}
.hjx_dongcha_list ul li .hjx_cont .hjx_btn .hjx_more:hover {
  color: #e0402a;
}
.hjx_dongcha_list ul li .hjx_cont .hjx_btn .hjx_more:hover:after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
@media (min-width: 980px) {
  .hjx_dongcha_list ul li:hover {
    box-shadow: 0rem 0 0.01rem rgba(0, 0, 0, 0.05);
  }
  .hjx_dongcha_list ul li:hover:before {
    border-width: 0.1rem;
  }
  .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:after {
    margin-left: 0.44rem;
    animation: hjx_zy 1.5s linear infinite;
  }
}
@media (max-width: 980px) {
  .hjx_dongcha_list ul li {
    margin-top: 0.25rem;
    height: auto;
    padding: 0.15rem 0.1rem;
  }
  .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: 60%;
  }
  .hjx_dongcha_list ul li .hjx_cont .hjx_bt {
    font-size: 0.15rem;
    height: 0.25rem;
    line-height: 0.25rem;
  }
  .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;
    font-size: 0.13rem;
    color: #888;
    text-indent: 0;
  }
  .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.15rem;
  }
  .hjx_dongcha_list ul li .hjx_cont .hjx_btn .hjx_more {
    font-size: 0.12rem;
    height: 0.16rem;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
.b2b_banner {
  min-height: 5.16rem;
  background:  url(../images/b2b_banner.jpg) center bottom no-repeat;
  padding-bottom: 0.5rem;
  padding-top: 0.62rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  display: flex;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 100%;
}
.b2b_banner .dl-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b2b_banner .b2b_text {
  color: #fff;
  width: 46%;
  padding: 0.6rem 0;
  position: relative;
  z-index: 1;
}
.b2b_banner .b2b_text:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.36rem;
  height: 0.36rem;
  background-color: #ffc651;
  left: 0.72rem;
  top: -0.06rem;
  border-radius: 100%;
  z-index: -1;
}
.b2b_banner .b2b_text:after {
  content: "";
  display: block;
  position: absolute;
  width: 1.42rem;
  height: 1.42rem;
  background-color: #356cfa;
  left: -0.79rem;
  top: 0;
  border-radius: 100%;
  z-index: -1;
}
.b2b_banner .b2b_text .b2b_t1 {
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 1;
}
.b2b_banner .b2b_text .b2b_t2 {
  font-size: 0.16rem;
  line-height: 0.36rem;
  margin-top: 0.4rem;
}
.b2b_banner .b2b_text .b2b_zxLink {
  display: block;
  width: 2.2rem;
  height: 0.6rem;
  background-color: #ff6550;
  border-radius: 0.3rem;
  margin-top: 0.36rem;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.6rem;
}
.b2b_banner .b2b_text .b2b_zxLink:after {
  content: "";
  margin-left: 0.35rem;
  display: inline-block;
  vertical-align: middle;
  width: 0.19rem;
  height: 0.22rem;
  background: url(../images/b2b_zxar.png) 0 center no-repeat;
}
.b2b_banner .b2b_text .b2b_zxLink:hover {
  background-color: #e0402a;
  -webkit-transform: translateY(-0.04rem);
  transform: translateY(-0.04rem);
  box-shadow: 0 0.1rem 0.1rem -0.05rem rgba(255, 255, 255, 0.2);
}
.b2b_banner .b2b_text .b2b_zxLink:hover:after {
  animation: hjx_zy 1.5s linear infinite;
}
.b2b_banner .b2b_img {
  max-width: 7.26rem;
  width: 54%;
  margin: auto;
  margin-top: 0.4rem;
}
.b2b_banner .b2b_img img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .b2b_banner {
    padding-top: 0.3rem;
    background: url(../images/b2b_banner.jpg) center top no-repeat;
    background-size: auto;
  }
  .b2b_banner .dl-container {
    flex-wrap: wrap;
  }
  .b2b_banner .b2b_text {
    width: 100%;
    padding: 0.4rem 0 0.2rem;
  }
  .b2b_banner .b2b_text:before {
    width: 0.26rem;
    height: 0.26rem;
    left: 0.52rem;
    top: -0.06rem;
  }
  .b2b_banner .b2b_text:after {
    width: 1rem;
    height: 1rem;
    left: -0.6rem;
    top: 0;
  }
  .b2b_banner .b2b_text .b2b_t1 {
    font-size: 0.32rem;
    text-align: center;
  }
  .b2b_banner .b2b_text .b2b_t2 {
    font-size: 0.15rem;
    line-height: 0.3rem;
    margin-top: 0.2rem;
  }
  .b2b_banner .b2b_text .b2b_zxLink {
    width: 1.6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    margin-top: 0.26rem;
    font-size: 0.15rem;
  }
  .b2b_banner .b2b_text .b2b_zxLink:after {
    margin-left: 0.25rem;
  }
  .b2b_banner .b2b_img {
    width: 100%;
  }
}
.hjx_td_title {
  text-align: center;
  line-height: 1;
}
.hjx_td_title span {
  display: inline-block;
  position: relative;
  font-size: 0.5rem;
  font-weight: bold;
  padding-bottom: 0.1rem;
  border-bottom: 0.01rem solid #cccccc;
  margin-bottom: 0.1rem;
}
.hjx_td_title span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  margin-left: -24.3%;
  width: 48.6%;
  height: 0.01rem;
  background-color: #cccccc;
}
@media screen and (max-width: 980px) {
  .hjx_td_title span {
    font-size: 0.3rem;
  }
}
.hjx_b2b_td {
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  position: relative;
}
@media screen and (max-width: 980px) {
  .hjx_b2b_td {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
}
.hjx_b2b_td * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hjx_b2b_td .b2b_td_list {
  margin-top: 0.38rem;
  margin-bottom: 0.7rem;
}
.hjx_b2b_td .b2b_td_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hjx_b2b_td .b2b_td_list ul li {
  width: 2.1rem;
  text-align: center;
  margin-top: 0.2rem;
}
.hjx_b2b_td .b2b_td_list ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hjx_b2b_td .b2b_td_list ul li i {
  display: block;
  width: 1.08rem;
  height: 0.86rem;
  position: relative;
  margin: auto;
}
.hjx_b2b_td .b2b_td_list ul li i img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.hjx_b2b_td .b2b_td_list ul li h4 {
  font-weight: bold;
  line-height: 1;
  font-size: 0.22rem;
  margin-top: 0.3rem;
}
.hjx_b2b_td .b2b_td_list ul li .hjx_text {
  line-height: 0.36rem;
  font-size: 0.14rem;
  margin-top: 0.35rem;
}
.hjx_b2b_td .b2b_td_list ul li:hover i {
  -webkit-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.hjx_b2b_td .b2b_td_list ul li:hover h4 {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
}
.hjx_b2b_td .b2b_td_list ul li:hover .hjx_text {
  -webkit-transform: translateY(-0.05rem);
  transform: translateY(-0.05rem);
}
@media screen and (max-width: 980px) {
  .hjx_b2b_td .b2b_td_list {
    margin-top: 0.18rem;
    margin-bottom: 0.4rem;
  }
  .hjx_b2b_td .b2b_td_list ul {
    margin: 0 -0.06rem;
  }
  .hjx_b2b_td .b2b_td_list ul li {
    width: 50%;
    padding: 0 0.06rem;
  }
  .hjx_b2b_td .b2b_td_list ul li i {
    width: 0.78rem;
    height: 0.66rem;
  }
  .hjx_b2b_td .b2b_td_list ul li h4 {
    margin-top: 0.2rem;
    -webkit-transform: translateY(-0rem);
    transform: translateY(-0rem);
    height: 0.66rem;
    line-height: 1.5;
  }
  .hjx_b2b_td .b2b_td_list ul li .hjx_text {
    line-height: 0.26rem;
    margin-top: 0.15rem;
    font-size: 0.13rem;
  }
}
.hjx_b2b_td .b2b_td_ban {
  background: url(../images/b2b_td_ban_bg.png) center center no-repeat;
  background-size: contain;
  position: relative;
}
.hjx_b2b_td .b2b_td_ban:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.78rem;
  height: 0.76rem;
  background: url(../images/b2b_td_ban_1.png) 0 center no-repeat;
  background-size: contain;
}
.hjx_b2b_td .b2b_td_ban:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.78rem;
  height: 0.76rem;
  background: url(../images/b2b_td_ban_2.png) 0 center no-repeat;
  background-size: contain;
}
.hjx_b2b_td .b2b_td_ban .b2b_td_box {
  width: 83.8%;
  background-color: #2434a1;
  border-radius: 0.3rem;
  padding: 0.3rem 0.15rem;
  text-align: center;
  color: #fff;
  margin: auto;
}
.hjx_b2b_td .b2b_td_ban .b2b_td_box .b2b_td_t1 {
  font-weight: bold;
  line-height: 0.54rem;
  font-size: 0.34rem;
}
.hjx_b2b_td .b2b_td_ban .b2b_td_box .b2b_td_line {
  width: 0.62rem;
  height: 0.06rem;
  background-color: #f4bf55;
  margin: 0.12rem auto 0;
}
.hjx_b2b_td .b2b_td_ban .b2b_td_box .b2b_td_t2 {
  font-size: 0.16rem;
  line-height: 0.36rem;
  max-width: 6.25rem;
  margin: 0.15rem auto 0;
}
@media screen and (max-width: 980px) {
  .hjx_b2b_td .b2b_td_ban {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }
  .hjx_b2b_td .b2b_td_ban:before,
  .hjx_b2b_td .b2b_td_ban:after {
    display: none;
  }
  .hjx_b2b_td .b2b_td_ban .b2b_td_box {
    width: 100%;
    border-radius: 0;
  }
  .hjx_b2b_td .b2b_td_ban .b2b_td_box .b2b_td_t1 {
    font-size: 0.22rem;
  }
  .hjx_b2b_td .b2b_td_ban .b2b_td_box .b2b_td_t2 {
    font-size: 0.14rem;
  }

  .hjx_b2b_td .b2b_td_ban .b2b_td_box .b2b_td_t2{
    line-height: 0.2rem;
  }
}
.hjx_b2b_td .bgimg {
  width: 3.42rem;
  height: 3.42rem;
  border-radius: 100%;
  position: absolute;
  right: 50%;
  margin-right: -11.84rem;
  bottom: 0.9rem;
  background-color: #2434a1;
}
@media screen and (max-width: 980px) {
  .hjx_b2b_td .bgimg {
    display: none;
  }
}
.hjx_b2b_td .bgimg:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.57rem;
  height: 0.57rem;
  background-color: #ff6550;
  border-radius: 100%;
  top: 1.52rem;
  left: -1.06rem;
}
.hjx_b2b_td .bgimg:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.74rem;
  height: 0.74rem;
  background-color: #ffc651;
  border-radius: 100%;
  bottom: -0.22rem;
  left: -0.11rem;
}
.hjx_b2b_cj {
  overflow-x: hidden;
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  background: url(../images/b2b_cj_bg.jpg) center 0 no-repeat;
  background-size: cover;
}
.hjx_b2b_cj * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .hjx_b2b_cj {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    padding-top: 0.4rem;
    padding-bottom: 0.2rem;
  }
}
.hjx_b2b_cj .b2b_cj_list {
  margin-top: 0.7rem;
  position: relative;
  height: 6.76rem;
  z-index: 1;
}
.hjx_b2b_cj .b2b_cj_list .b2b_cj_img {
  position: absolute;
  z-index: -1;
  left: 50%;
  margin-left: -2.12rem;
  width: 4.24rem;
  height: 4.24rem;
  top: 0.72rem;
}
.hjx_b2b_cj .b2b_cj_list .b2b_cj_img .cj1 {
  width: 4.24rem;
  height: 4.24rem;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  background: url(../images/b2b_cj_img1.png) center center no-repeat;
  animation: cjxz 55s linear infinite;
}
.hjx_b2b_cj .b2b_cj_list .b2b_cj_img .cj2 {
  width: 3.66rem;
  height: 3.66rem;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  background: url(../images/b2b_cj_img2.png) center center no-repeat;
  animation: cjxz2 40s linear infinite;
}
.hjx_b2b_cj .b2b_cj_list .b2b_cj_img .cj3 {
  width: 3.06rem;
  height: 3.06rem;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  background: url(../images/b2b_cj_img3.png) center center no-repeat;
  animation: cjxz 25s linear infinite;
}
@keyframes cjxz {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes cjxz2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 980px) {
  .hjx_b2b_cj .b2b_cj_list .b2b_cj_img {
    display: none;
  }
}
.hjx_b2b_cj .b2b_cj_list ul li {
  position: absolute;
  width: 28%;
  max-width: 3.8rem;
}
.hjx_b2b_cj .b2b_cj_list ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hjx_b2b_cj .b2b_cj_list ul li .num {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0rem 0.08rem 0.13rem 0rem rgba(36, 52, 161, 0.14);
  border-radius: 100%;
  text-align: center;
  line-height: 0.5rem;
  color: #2434a1;
  font-family: "Arial Black";
  font-size: 0.18rem;
}
.hjx_b2b_cj .b2b_cj_list ul li h4 {
  font-size: 0.24rem;
  color: #2434a1;
  line-height: 0.44rem;
  font-weight: bold;
}
.hjx_b2b_cj .b2b_cj_list ul li p {
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: #666666;
}
.hjx_b2b_cj .b2b_cj_list ul li:hover .num {
  background: #2434a1;
  color: #fff;
}
.hjx_b2b_cj .b2b_cj_list ul li:hover h4 {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
}
.hjx_b2b_cj .b2b_cj_list ul li:hover p {
  -webkit-transform: translateY(-0.06rem);
  transform: translateY(-0.06rem);
}
@media screen and (min-width: 980px) {
  .hjx_b2b_cj .b2b_cj_list ul li.cj_li1 {
    left: 0.65rem;
    top: 0;
  }
  .hjx_b2b_cj .b2b_cj_list ul li.cj_li1 .num {
    top: 0.48rem;
    right: -1.22rem;
  }
  .hjx_b2b_cj .b2b_cj_list ul li.cj_li2 {
    left: 0;
    top: 1.78rem;
  }
  .hjx_b2b_cj .b2b_cj_list ul li.cj_li2 .num {
    top: -0.04rem;
    right: -0.78rem;
  }
  .hjx_b2b_cj .b2b_cj_list ul li.cj_li3 {
    left: 0.14rem;
    top: 3.57rem;
  }
  .hjx_b2b_cj .b2b_cj_list ul li.cj_li3 .num {
    top: 0.17rem;
    right: -0.78rem;
  }
  .hjx_b2b_cj .b2b_cj_list ul li.cj_li4 {
    left: 1.88rem;
    top: 5.54rem;
  }
  .hjx_b2b_cj .b2b_cj_list ul li.cj_li4 .num {
    top: -0.65rem;
    right: -0.16rem;
  }
  .hjx_b2b_cj .b2b_cj_list ul li.cj_li8 {
    right: 0.9rem;
    top: 0;
  }
  .hjx_b2b_cj .b2b_cj_list ul li.cj_li8 .num {
    top: 0.48rem;
    left: -0.9rem;
  }
  .hjx_b2b_cj .b2b_cj_list ul li.cj_li7 {
    right: -0.15rem;
    top: 1.76rem;
    padding-right: 0.15rem;
  }
  .hjx_b2b_cj .b2b_cj_list ul li.cj_li7 .num {
    top: -0.01rem;
    left: -0.88rem;
  }
  .hjx_b2b_cj .b2b_cj_list ul li.cj_li6 {
    right: 0.01rem;
    top: 3.64rem;
    padding-right: 0.35rem;
  }
  .hjx_b2b_cj .b2b_cj_list ul li.cj_li6 .num {
    top: 0.1rem;
    left: -0.86rem;
  }
  .hjx_b2b_cj .b2b_cj_list ul li.cj_li5 {
    right: 1.04rem;
    top: 5.57rem;
    padding-right: 0.3rem;
  }
  .hjx_b2b_cj .b2b_cj_list ul li.cj_li5 .num {
    top: -0.68rem;
    left: -0.8rem;
  }
}
.hjx_b2b_cj .b2b_cj_list .cj_ul1 li {
  text-align: right;
}
@media screen and (max-width: 980px) {
  .hjx_b2b_cj .b2b_cj_list {
    height: auto;
    margin-top: 0.3rem;
  }
  .hjx_b2b_cj .b2b_cj_list ul li {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-top: 0.2rem;
  }
  .hjx_b2b_cj .b2b_cj_list ul li:first-child {
    margin-top: 0;
  }
  .hjx_b2b_cj .b2b_cj_list .cj_ul1 li {
    padding-right: 0.7rem;
  }
  .hjx_b2b_cj .b2b_cj_list .cj_ul1 li .num {
    right: 0;
    top: 0.06rem;
  }
  .hjx_b2b_cj .b2b_cj_list .cj_ul2 {
    margin-top: 0.2rem;
  }
  .hjx_b2b_cj .b2b_cj_list .cj_ul2 li {
    padding-left: 0.7rem;
  }
  .hjx_b2b_cj .b2b_cj_list .cj_ul2 li .num {
    left: 0;
    top: 0.06rem;
  }
}
.hjx_b2b_fa {
  overflow-x: hidden;
  padding-top: 0.66rem;
  padding-bottom: 0.54rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  background: url(../images/b2b_fa_bg.jpg) center bottom no-repeat;
  background-size: cover;
}
.hjx_b2b_fa * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .hjx_b2b_fa {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    background: url(../images/b2b_fa_bg_m.jpg) center bottom no-repeat;
    background-size: auto;
  }
}
.hjx_b2b_fa .b2b_fa_list {
  width: 100%;
}
.hjx_b2b_fa .b2b_fa_list ul {
  margin: 0 -0.8rem;
}
.hjx_b2b_fa .b2b_fa_list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hjx_b2b_fa .b2b_fa_list ul li {
  float: left;
  width: 50%;
  padding: 0 0.8rem;
  margin-top: 0.85rem;
}
.hjx_b2b_fa .b2b_fa_list ul li .item {
  height: 1.8rem;
  background-color: #ffffff;
  box-shadow: 0rem 0.08rem 0.13rem 0rem rgba(36, 52, 161, 0.14);
  border-radius: 0.3rem;
  padding: 0.1rem 10%;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hjx_b2b_fa .b2b_fa_list ul li .item:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/b2b_fa_li.png) 0 center no-repeat;
  width: 0.65rem;
  height: 0.59rem;
  left: 0.18rem;
  top: -0.26rem;
  background-size: contain;
}
.hjx_b2b_fa .b2b_fa_list ul li .item .box {
  font-size: 0.16rem;
  line-height: 0.36rem;
  text-indent: 2em;
}
.hjx_b2b_fa .b2b_fa_list ul li .item:hover {
  -webkit-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
@media screen and (max-width: 1360px) {
  .hjx_b2b_fa .b2b_fa_list ul {
    margin: 0 -0.4rem;
  }
  .hjx_b2b_fa .b2b_fa_list ul li {
    padding: 0 0.4rem;
  }
}
@media screen and (max-width: 980px) {
  .hjx_b2b_fa .b2b_fa_list ul {
    margin: 0 0;
  }
  .hjx_b2b_fa .b2b_fa_list ul li {
    padding: 0 0;
    width: 100%;
    margin-top: 0.4rem;
  }
  .hjx_b2b_fa .b2b_fa_list ul li .item {
    padding: 0.1rem 6%;
    height: auto;
    border-radius: 0.1rem;
  }
  .hjx_b2b_fa .b2b_fa_list ul li .item:before {
    width: 0.4rem;
    height: 0.35rem;
    left: 0.1rem;
    top: -0.18rem;
  }
  .hjx_b2b_fa .b2b_fa_list ul li .item .box {
    line-height: 0.3rem;
    font-size: 0.14rem;
  }
}
.hjx_b2b_fa .b2b_fa_tip {
  text-align: center;
  color: #fff;
  margin-top: 0.82rem;
}
.hjx_b2b_fa .b2b_fa_tip h4 {
  font-size: 0.34rem;
  line-height: 0.54rem;
  font-weight: bold;
}
.hjx_b2b_fa .b2b_fa_tip p {
  text-align: center;
  margin-top: 0.22rem;
}
.hjx_b2b_fa .b2b_fa_tip p .fa_zxLink {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 auto 0;
  line-height: 0.3rem;
  background-color: #ffffff;
  box-shadow: 0rem 0.11rem 0.13rem 0rem rgba(255, 255, 255, 0.35);
  border-radius: 0.25rem;
  padding: 0.08rem 0.3rem;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ffc651, #ffc651);
  background-image: linear-gradient(to right, #ffc651 #ffc651);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.hjx_b2b_fa .b2b_fa_tip p .fa_zxLink i {
  display: inline-block;
  margin-left: 0.32rem;
  width: 0.42rem;
  vertical-align: top;
  height: 0.3rem;
  background: url(../images/fa_zx_ar.png) 0 center no-repeat;
  animation: hjx_zy 1.5s linear infinite;
}
.hjx_b2b_fa .b2b_fa_tip p .fa_zxLink:after {
  content: "";
  display: inline-block;
  margin-left: 0.28rem;
  vertical-align: top;
  width: 0.18rem;
  height: 0.3rem;
  background: url(../images/fa_zx_ico.png) 0 center no-repeat;
}
.hjx_b2b_fa .b2b_fa_tip p .fa_zxLink:hover {
  background-size: 100% 100%;
  -webkit-transform: translateY(-0.04rem);
  transform: translateY(-0.04rem);
  box-shadow: 0rem 0.18rem 0.13rem 0rem rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 980px) {
  .hjx_b2b_fa .b2b_fa_tip {
    margin-top: 0.52rem;
  }
  .hjx_b2b_fa .b2b_fa_tip h4 {
    font-size: 0.2rem;
    line-height: 0.34rem;
  }
  .hjx_b2b_fa .b2b_fa_tip p {
    text-align: center;
    margin-top: 0.12rem;
  }
  .hjx_b2b_fa .b2b_fa_tip p .fa_zxLink {
    padding: 0.08rem 0.15rem;
    font-size: 0.12rem;
  }
  .hjx_b2b_fa .b2b_fa_tip p .fa_zxLink i {
    margin-left: 0.1rem;
  }
  .hjx_b2b_fa .b2b_fa_tip p .fa_zxLink:after {
    margin-left: 0.1rem;
  }
}
