:root {
  --color: #013059;
  --sub-color: #013059;
  --body-bg: #ffffff;
  --footer-bg: #787878;
  --text-color: #333;
  --ccc: #ccc;
  --eee: #eee;
  --white: #fff;
}

.on_span {
  background-color: #013059;
}

.HJZF2_Z_other_90_t .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #013059;
}

.aboutus-12_itembox.left {
  background: linear-gradient(45deg, #5494cb 0%, #013059 100%);
}

.itembox_bg {
  background: url("../images/a.jpg") no-repeat bottom/cover;
}

.itembox_bg_a.itembox_bg {
  background: url(/noimg/noimg.jpg) no-repeat center/cover;
}

.main-link-con {
  background-color: #f7f7f7;
}
.main-link-con li .main-link_img span {
  background: #ffffff;
  background: -moz-linear-gradient(45deg, #5494cb 0%, #013059 100%);
  background: -webkit-linear-gradient(45deg, #5494cb 0%, #013059 100%);
  background: linear-gradient(45deg, #5494cb 0%, #013059 100%);
}

.hjzf_other-29 {
  background: url("../images/b.jpeg") no-repeat center/cover;
}

.bottom_hj08 {
  background: #e2e2e2;
}

.bottom_hj08,
.bottom_hj08 a {
  color: #;
}

.bottom_hj08 a:hover,
.bottom_hj08 .tac span,
.bottom_hj08_ewm p {
  color: #013059;
}

.banner-6_color {
  color: #fff;
}
.banner-6_page ul li.active a:before {
  background: url("../images/y.png") no-repeat center/cover;
}
.banner-6_page ul li.active a:after {
  background: url("../images/y.gif") no-repeat center/cover;
}
.banner-6_pagination .swiper-pagination-bullet-active {
  background: #013059;
}
.HJZF2__head-8_logo span {
  font-size: 24px;
  color: #fff;
}
.pc_search form {
  display: flex;
}
.pc_search form button {
  border: none;
  width: 50px;
  line-height: 30px;
  background-color: #333;
  color: #fff;
}

/* 右边 */
.side_kefu {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.side_kefu li {
  position: relative;
  margin-bottom: 5px;
}

.side_kefu li i {
  font-size: 20px;
}

.side_kefu li.toTop {
  cursor: pointer;
}

.side_kefu li.toTop i {
  font-size: 24px;
}

.side_kefu li .side_kefu_con {
  position: absolute;
  background-color: var(--body-bg);
  border: 1px solid var(--ccc);
  border-radius: 5px;
  right: 0;
  top: 0;
  padding: 5px 10px;
  transition: all 0.5s;
  transform: translateX(100%);
  z-index: -1;
}

.side_kefu li:hover .side_kefu_con {
  transform: translateX(-50px);
}

.side_kefu_con:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid var(--ccc);
  border-color: transparent var(--ccc) var(--ccc) transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: -6px;
  top: 10px;
  background-color: var(--body-bg);
}

.side_kefu li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--color);
  color: var(--body-bg);
}
.menu_drop {
  position: absolute;
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border-radius: 4px;
  display: none;
}
.menu_drop li {
  line-height: 2;
}
.menu_drop li a {
  transition: all 0.4s;
}
.menu_drop li:hover a {
  color: var(--color);
}
.con_pro_show_info img {
  max-width: 400px !important;
  height: auto !important;
}
.HJZF2__head-8_logo h1 {
  display: flex;
  align-items: center;
}
