@charset "UTF-8";
@media (max-width: 768px) {
}@keyframes hideShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-family: 'pf_r';
}
.a_ani {
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: color 0.1s ease-in;
}
.a_ani::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d9091a;
  transform: translateY(110%);
  transition: transform 240ms ease-in, -webkit-transform 240ms ease-in;
  z-index: -1;
  border-radius: 1000px;
  left: 0;
}
.a_ani:hover {
  color: #fff;
}
.a_ani:hover a {
  color: #fff;
}
.a_ani:hover::before {
  transform: translateY(0);
}
.a_ani2 {
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: color 0.1s ease-in;
}
.a_ani2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateY(110%);
  transition: transform 240ms ease-in, -webkit-transform 240ms ease-in;
  z-index: -1;
  border-radius: 1000px;
  left: 0;
}
.a_ani2:hover {
  color: #d9091a;
  border-color: #fff;
  background: #fff;
}
.a_ani2:hover a {
  color: #d9091a;
}
.a_ani2:hover::before {
  transform: translateY(0);
}
.videos_mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.videos_box {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: 0;
  margin-top: 0;
  width: 80%;
  height: 80%;
  transform: translate(-50%, -50%);
  z-index: 2001;
}
.videos_box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vclose {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .videos_box {
    width: 100%;
    height: 45%;
  }
  .videos_box .videos_div {
    width: 100%;
    height: 100%;
  }
}
.xz_head_2232954 {
  height: 1.1rem;
  border-bottom: 2px solid #d9091a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.xz_head_2232954 .div_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.xz_head_2232954 .div_l .div1 {
  width: 8.854vw;
  background: #d9091a;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xz_head_2232954 .div_l .div2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 1.302vw;
}
@media (max-width: 2048px) {
  .xz_head_2232954 .div_l .div2 {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .xz_head_2232954 .div_l .div2 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .xz_head_2232954 .div_l .div2 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .xz_head_2232954 .div_l .div2 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .xz_head_2232954 .div_l .div2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_head_2232954 .div_l .div2 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .xz_head_2232954 .div_l .div2 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .xz_head_2232954 .div_l .div2 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .xz_head_2232954 .div_l .div2 {
    font-size: 14px;
  }
}
.xz_head_2232954 .div_l .div2 .p1 {
  margin-bottom: 10px;
}
.xz_head_2232954 .div_l .div2 p {
  font-family: 'pf_b';
  font-weight: bold;
  line-height: 1;
}
.xz_head_2232954 .div_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.xz_head_2232954 .div_r .nav_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}
.xz_head_2232954 .div_r .nav_ul .nav_li {
  height: 100%;
  margin-left: 3.6458vw;
}
.xz_head_2232954 .div_r .nav_ul .nav_li a {
  color: #222;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.xz_head_2232954 .div_r .nav_ul .nav_li a span {
  position: relative;
  font-family: 'pf_m';
}
@media (max-width: 2048px) {
  .xz_head_2232954 .div_r .nav_ul .nav_li a span {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .xz_head_2232954 .div_r .nav_ul .nav_li a span {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .xz_head_2232954 .div_r .nav_ul .nav_li a span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .xz_head_2232954 .div_r .nav_ul .nav_li a span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .xz_head_2232954 .div_r .nav_ul .nav_li a span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_head_2232954 .div_r .nav_ul .nav_li a span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .xz_head_2232954 .div_r .nav_ul .nav_li a span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .xz_head_2232954 .div_r .nav_ul .nav_li a span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .xz_head_2232954 .div_r .nav_ul .nav_li a span {
    font-size: 14px;
  }
}
.xz_head_2232954 .div_r .nav_ul .nav_li a span::before {
  position: absolute;
  content: '';
  background: url(../images/img2_xz2232957.png);
  background-size: 100% 100%;
  width: 14px;
  height: 7px;
  bottom: -20px;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s;
}
.xz_head_2232954 .div_r .nav_ul .nav_li:nth-of-type(1) {
  margin-left: 0;
}
.xz_head_2232954 .div_r .nav_ul .nav_li:hover a {
  color: #e60013;
}
.xz_head_2232954 .div_r .nav_ul .nav_li:hover a span::before {
  opacity: 1;
}
.xz_head_2232954 .div_r .nav_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 5.208vw;
}
.xz_head_2232954 .div_r .nav_info .search div {
  width: 35px;
  height: 35px;
  border-radius: 1000px;
  background: #e60013;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xz_head_2232954 .div_r .nav_info .search div img {
  max-width: unset;
  max-height: unset;
}
.xz_head_2232954 .div_r .nav_info .lng {
  margin-left: 1.302vw;
  width: 35px;
  height: 35px;
  border-radius: 1000px;
  background: #e5c68b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xz_head_2232954 .div_r .nav_info .tel {
  margin-left: 1.302vw;
  margin-right: 2.604vw;
  height: 100%;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.xz_head_2232954 .div_r .nav_info .tel img {
  max-width: unset;
  max-height: unset;
  width: 35px;
  height: 35px;
}
.xz_head_2232954 .div_r .nav_info .tel .hh_div {
  margin-left: 15px;
}
.xz_head_2232954 .div_r .nav_info .tel .hh_div .div2 {
  font-family: 'din';
  color: #e60013;
}
@media (max-width: 2048px) {
  .xz_head_2232954 .div_r .nav_info .tel .hh_div .div2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .xz_head_2232954 .div_r .nav_info .tel .hh_div .div2 {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .xz_head_2232954 .div_r .nav_info .tel .hh_div .div2 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .xz_head_2232954 .div_r .nav_info .tel .hh_div .div2 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .xz_head_2232954 .div_r .nav_info .tel .hh_div .div2 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_head_2232954 .div_r .nav_info .tel .hh_div .div2 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1440px) {
  .xz_head_2232954 .div_r .nav_info .tel .hh_div .div2 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .xz_head_2232954 .div_r .nav_info .tel .hh_div .div2 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_head_2232954 .div_r .nav_info .tel .hh_div .div2 {
    font-size: 11.73333333px;
  }
}
.xz_head_2232954 .div_r .nav_info .tel .hh_div .div1 {
  font-size: 12px;
  font-family: 'pf_m';
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 1366px) {
  .xz_head_2232954 .div_r .nav_info {
    margin-left: 4vw;
  }
  .xz_head_2232954 .div_r .nav_ul .nav_li {
    margin-left: 2.5vw;
  }
}
@media (max-width: 1024px) {
  .xz_head_2232954 .div_r .nav_info {
    margin-left: 4vw;
  }
  .xz_head_2232954 .div_l .div2 {
    display: none;
  }
  .xz_head_2232954 .div_l .div1 {
    width: 15vw;
  }
  .xz_head_2232954 .div_r .nav_ul .nav_li a span {
    font-size: 14px;
  }
}
.xz_foot_2233931 {
  background: #1e1e1e;
}
.xz_foot_2233931 .hh_w {
  padding-top: 0.45rem;
  padding-bottom: 0.6rem;
}
.xz_foot_2233931 .hh_w .xz_nav_2232954 {
  min-height: 0.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #313131;
  padding-bottom: 0.35rem;
}
.xz_foot_2233931 .hh_w .xz_nav_2232954 .div_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.xz_foot_2233931 .hh_w .xz_nav_2232954 .div_l .div1 {
  width: 1.2rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.xz_foot_2233931 .hh_w .xz_nav_2232954 .div_l .div1 img {
  width: 83.33%;
}
.xz_foot_2233931 .hh_w .xz_nav_2232954 .div_l .div1::before {
  position: absolute;
  content: '';
  width: 1px;
  background: #313131;
  height: 55%;
  right: 0;
}
.xz_foot_2233931 .hh_w .xz_nav_2232954 .div_l .div2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #999;
  margin-left: 0.25rem;
}
@media (max-width: 2048px) {
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_l .div2 {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_l .div2 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_l .div2 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_l .div2 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_l .div2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_l .div2 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_l .div2 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_l .div2 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_l .div2 {
    font-size: 14px;
  }
}
.xz_foot_2233931 .hh_w .xz_nav_2232954 .div_l .div2 .p1 {
  margin-bottom: 10px;
}
.xz_foot_2233931 .hh_w .xz_nav_2232954 .div_l .div2 p {
  white-space: nowrap;
  font-family: 'pf_b';
  font-weight: bold;
  line-height: 1;
}
.xz_foot_2233931 .hh_w .xz_nav_2232954 .div_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.xz_foot_2233931 .hh_w .xz_nav_2232954 .div_r .nav_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}
.xz_foot_2233931 .hh_w .xz_nav_2232954 .div_r .nav_ul .nav_li {
  height: 100%;
  margin-left: 0.7rem;
}
.xz_foot_2233931 .hh_w .xz_nav_2232954 .div_r .nav_ul .nav_li a {
  color: #aaa;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.xz_foot_2233931 .hh_w .xz_nav_2232954 .div_r .nav_ul .nav_li a span {
  position: relative;
  font-family: 'pf_m';
  white-space: nowrap;
}
@media (max-width: 2048px) {
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_r .nav_ul .nav_li a span {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_r .nav_ul .nav_li a span {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_r .nav_ul .nav_li a span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_r .nav_ul .nav_li a span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_r .nav_ul .nav_li a span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_r .nav_ul .nav_li a span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_r .nav_ul .nav_li a span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_r .nav_ul .nav_li a span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_r .nav_ul .nav_li a span {
    font-size: 14px;
  }
}
.xz_foot_2233931 .hh_w .xz_nav_2232954 .div_r .nav_ul .nav_li:hover a {
  color: #fff;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 {
  padding-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 * {
  color: #fff;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l {
  width: 70%;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl {
  width: 59.18%;
  margin-bottom: 0.55rem;
  padding-right: 0.2rem;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div1 {
  margin-bottom: 35px;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div1 .hh_p1 {
  font-family: 'arial';
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
@media (max-width: 2048px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div1 .hh_p1 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div1 .hh_p1 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div1 .hh_p1 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div1 .hh_p1 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div1 .hh_p1 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div1 .hh_p1 {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div1 .hh_p1 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div1 .hh_p1 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div1 .hh_p1 {
    font-size: 12.8px;
  }
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div1 .hh_p2 {
  font-size: 14px;
  color: #ddd;
  line-height: 1;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div2 span {
  color: #d9091a;
  font-family: 'din';
  margin-left: 15px;
  letter-spacing: 1px;
}
@media (max-width: 2048px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div2 span {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div2 span {
    font-size: 30px;
  }
}
@media (max-width: 1680px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div2 span {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div2 span {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div2 span {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div2 span {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div2 span {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div2 span {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div2 span {
    font-size: 16px;
  }
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div3 .hh_p1 {
  margin-bottom: 10px;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div3 .hh_p1 img,
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div3 .hh_p2 img {
  margin-right: 10px;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div3 .hh_p1 span,
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div3 .hh_p2 span {
  font-size: 14px;
  color: #999;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div3 .hh_p2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tl .hh_div3 .hh_p2 span {
  padding-right: 25px;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tr .div_trt {
  margin-bottom: 20px;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tr .div_trt .hh_div1 {
  font-family: 'arial';
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 2048px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tr .div_trt .hh_div1 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tr .div_trt .hh_div1 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tr .div_trt .hh_div1 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tr .div_trt .hh_div1 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tr .div_trt .hh_div1 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tr .div_trt .hh_div1 {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tr .div_trt .hh_div1 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tr .div_trt .hh_div1 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tr .div_trt .hh_div1 {
    font-size: 12.8px;
  }
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tr .div_trt .hh_div2 {
  font-size: 14px;
  color: #ddd;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tr .div_trm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tr .div_trm div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tr .div_trm div img {
  border: 10px solid #fff;
  margin-bottom: 10px;
  width: 5.729vw;
  min-width: 85px;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tr .div_trm div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  color: #999;
  font-family: 'pf_m';
  justify-content: center;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_t .div_tr .div_trm .hh_div1 {
  margin-right: 0.3rem;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_m * {
  font-size: 14px;
  line-height: 1.85;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_m .hh_div1 {
  color: #9b9b9b;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_m .hh_div1 a {
  color: #9b9b9b;
  transition: all 1s;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_m .hh_div1 a:hover {
  color: #fff;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_m .hh_div2,
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_m .hh_div3 {
  color: #555;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_m .hh_div2 a,
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_l .div_m .hh_div3 a {
  color: #555;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_r {
  width: 25.35%;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_r .hh_div1 .hh_p1 {
  font-family: 'arial';
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 2048px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_r .hh_div1 .hh_p1 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_r .hh_div1 .hh_p1 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_r .hh_div1 .hh_p1 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_r .hh_div1 .hh_p1 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_r .hh_div1 .hh_p1 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_r .hh_div1 .hh_p1 {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_r .hh_div1 .hh_p1 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_r .hh_div1 .hh_p1 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_r .hh_div1 .hh_p1 {
    font-size: 12.8px;
  }
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_r .hh_div1 .hh_p2 {
  font-size: 14px;
  color: #ddd;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_r .hh_div2 {
  margin-top: 0.4rem;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_r .hh_div2 .hh_inputBox {
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_r .hh_div2 .hh_inputBox input {
  background: #fff;
  width: 49.29%;
  height: 35px;
  padding: 0 15px;
  font-size: 14px;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_r .hh_div2 .hh_textareaBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_r .hh_div2 .hh_textareaBox textarea {
  background: #fff;
  padding: 10px 15px;
  font-size: 14px;
  width: 100%;
  height: 65px;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_r .hh_div2 .hh_formBtn {
  margin-top: 15px;
  width: 100%;
  height: 45px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9091a;
  font-size: 16px;
}
.xz_foot_2233931 .hh_w .xz_ftinfo_22331014 .div_r .hh_div2 .hh_formBtn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 1366px) {
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_r .nav_ul .nav_li {
    margin-left: 0.45rem;
  }
  .xz_foot_2233931 .hh_w .xz_nav_2232954 .div_l .div2 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .xz_foot_2233931 * {
    font-size: 12px !important;
  }
}
.xz_syswp_22321047 {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .xz_syswp_22321047 {
    height: calc(100vh - 1.1rem);
  }
  .xz_syswp_22321047 .swiper-wrapper {
    height: 100% !important;
  }
}
.xz_syswp_22321047 .swp_cb .div1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 19.9%;
}
.xz_syswp_22321047 .swp_cb .div1 .hh_li1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin-bottom: 18px;
  align-items: center;
}
.xz_syswp_22321047 .swp_cb .div1 .hh_li1 img {
  width: 8.958vw;
  height: 7.656vw;
}
.xz_syswp_22321047 .swp_cb .div1 .hh_li1 div {
  margin-left: 25px;
}
.xz_syswp_22321047 .swp_cb .div1 .hh_li1 div .hh_p1 {
  color: #d9091a;
  font-size: 4.166vw;
  line-height: 1;
  font-family: 'pf_h';
  font-weight: bold;
  margin-bottom: 0.677vw;
}
.xz_syswp_22321047 .swp_cb .div1 .hh_li1 div .hh_p2 {
  font-family: 'pf_b';
  font-weight: bold;
  font-size: 2.864vw;
  color: #333;
}
.xz_syswp_22321047 .swp_cb .div1 .hh_li2 p {
  font-size: 1.5104vw;
  color: #333;
  line-height: 1.53;
}
.xz_syswp_22321047 .swp_cb .div1 .hh_li3 a {
  margin-top: 2.552vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.854vw;
  height: 2.604vw;
  min-width: 120px;
  min-height: 36px;
  border-radius: 1000px;
  border: 1px solid #d9091a;
  color: #d9091a;
  font-size: 16px;
  font-family: 'pf_m';
  margin-left: 5px;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .xz_syswp_22321047 .swp_cb .div1 .hh_li3 a {
    font-size: 14px;
  }
}
.xz_syswp_22321047 .swp_cb .div1 .hh_li3 a:hover {
  background: #d9091a;
  color: #fff;
}
.xz_syswp_22321047 .swp_cb.swp_cb3 .div1 .hh_li1 div {
  margin-left: 5px;
}
.xz_syswp_22321047 .swp_cb.swp_cb3 .div1 .hh_li1 div .hh_p1 {
  font-size: 4.115vw;
}
.xz_syswp_22321047 .swp_cb.swp_cb3 .div1 .hh_li1 {
  margin-bottom: 1.146vw;
}
@media (max-width: 2048px) {
  .xz_syswp_22321047 .swp_cb.swp_cb3 .div1 .hh_li2 p {
    font-size: 30.93333333px;
  }
}
@media (max-width: 1920px) {
  .xz_syswp_22321047 .swp_cb.swp_cb3 .div1 .hh_li2 p {
    font-size: 29px;
  }
}
@media (max-width: 1680px) {
  .xz_syswp_22321047 .swp_cb.swp_cb3 .div1 .hh_li2 p {
    font-size: 25.375px;
  }
}
@media (max-width: 1440px) {
  .xz_syswp_22321047 .swp_cb.swp_cb3 .div1 .hh_li2 p {
    font-size: 21.75px;
  }
}
@media (max-width: 1280px) {
  .xz_syswp_22321047 .swp_cb.swp_cb3 .div1 .hh_li2 p {
    font-size: 19.33333333px;
  }
}
@media (max-width: 1024px) {
  .xz_syswp_22321047 .swp_cb.swp_cb3 .div1 .hh_li2 p {
    font-size: 15.46666667px;
  }
}
@media (max-width: 1440px) {
  .xz_syswp_22321047 .swp_cb.swp_cb3 .div1 .hh_li2 p {
    font-size: 21.75px;
  }
}
@media (max-width: 1280px) {
  .xz_syswp_22321047 .swp_cb.swp_cb3 .div1 .hh_li2 p {
    font-size: 19.33333333px;
  }
}
@media (max-width: 1024px) {
  .xz_syswp_22321047 .swp_cb.swp_cb3 .div1 .hh_li2 p {
    font-size: 15.46666667px;
  }
}
.xz_syswp_22321047 .swp_cb.swp_cb3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 2.448vw;
}
.xz_syswp_22321047 .swp_cb.swp_cb3 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 58px;
}
.xz_syswp_22321047 .swp_cb.swp_cb3 ul li:nth-of-type(1) {
  margin-right: 3.646vw;
  margin-left: 5px;
}
.xz_syswp_22321047 .swp_cb.swp_cb3 ul li div:nth-of-type(1) {
  width: 3.646vw;
  height: 3.646vw;
  min-width: 40px;
  min-height: 40px;
  border-radius: 1000px;
  background: #d9091a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xz_syswp_22321047 .swp_cb.swp_cb3 ul li div:nth-of-type(1) img {
  width: 1.823vw;
  min-width: 20px;
}
.xz_syswp_22321047 .swp_cb.swp_cb3 ul li div:nth-of-type(2) {
  font-size: 18px;
  color: #474747;
  margin-top: 12px;
}
@media (max-width: 1680px) {
  .xz_syswp_22321047 .swp_cb.swp_cb3 ul li div:nth-of-type(2) {
    font-size: 14px;
  }
}
.xz_syswp_22321047 .swp_cb.swp_cb3 .div1 .hh_li3 a {
  margin-top: 2.292vw;
}
@media (min-width: 769px) {
  .xz_syswp_22321047 .swiper-slide .div2 {
    height: calc(100vh - 1.1rem);
  }
}
.xz_syswp_22321047 .swiper-slide .div2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xz_syswp_22321047 .swiper-pagination {
  position: absolute;
  bottom: 30px;
}
.xz_syswp_22321047 .swiper-pagination-bullet {
  background: transparent;
  margin-right: 2.343vw !important;
  font-size: 14px;
  color: #444;
  opacity: 1;
}
@keyframes lingWidth {
  from {
    width: 0;
  }
  to {
    width: 4.166vw;
  }
}
.xz_syswp_22321047 .swiper-pagination-bullet-active {
  color: #d9091a;
  margin-right: 6.77vw !important;
  position: relative;
}
@media (max-width: 768px) {
  .xz_syswp_22321047 .swiper-pagination-bullet-active {
    margin-right: 40px !important;
  }
}
.xz_syswp_22321047 .swiper-pagination-bullet-active.active::after {
  animation: lingWidth 16s;
}
.xz_syswp_22321047 .swiper-pagination-bullet-active::before {
  position: absolute;
  content: '';
  width: 4.166vw;
  height: 1px;
  background: #fff;
  opacity: 0.8;
  top: 100%;
  transform: translateY(-50%);
  z-index: 1;
  left: 25px;
}
.xz_syswp_22321047 .swiper-pagination-bullet-active::after {
  left: 25px;
  position: absolute;
  content: '';
  height: 1px;
  background: #d9091a;
  top: 100%;
  transform: translateY(-50%);
  z-index: 2;
  width: 0;
}
@media (max-width: 1024px) {
  .xz_syswp_22321047 .swiper-slide .div1 .hh_li3 a {
    height: 45px;
  }
}
@media (max-width: 768px) {
  .xz_syswp_22321047 {
    margin-top: 0.6rem;
  }
  .xz_syswp_22321047 .swiper-pagination-bullet {
    margin: 0 15px;
  }
}
.xz_sycp_22321132 {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.xz_sycp_22321132 .hh_w {
  position: relative;
}
.xz_sycp_22321132 .hh_w .hh_tips {
  position: absolute;
  top: 9.5%;
  left: -7.8%;
  text-transform: Uppercase;
  writing-mode: vertical-lr;
  font-size: 7.03vw;
  color: #d1b888;
  font-family: 'din';
}
.xz_sycp_22321132 .hh_w .hh_tips img {
  width: 5.2vw;
}
.xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 {
  overflow: hidden;
}
@media (max-width: 1920px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1776px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 {
    padding-top: 108.73469388px;
    padding-bottom: 63.42857143px;
  }
}
@media (max-width: 1680) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 {
    padding-top: 102.85714286px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1600px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 {
    padding-top: 97.95918367px;
    padding-bottom: 57.14285714px;
  }
}
@media (max-width: 1500px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 {
    padding-top: 91.83673469px;
    padding-bottom: 53.57142857px;
  }
}
@media (max-width: 1440px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 {
    padding-top: 88.16326531px;
    padding-bottom: 51.42857143px;
  }
}
@media (max-width: 1366px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 {
    padding-top: 83.63265306px;
    padding-bottom: 48.78571429px;
  }
}
@media (max-width: 1280px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 {
    padding-top: 78.36734694px;
    padding-bottom: 45.71428571px;
  }
}
@media (max-width: 1152px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 {
    padding-top: 70.53061224px;
    padding-bottom: 41.14285714px;
  }
}
@media (max-width: 1024px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 {
    padding-top: 62.69387755px;
    padding-bottom: 36.57142857px;
  }
}
@media (max-width: 990px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 {
    padding-top: 60.6122449px;
    padding-bottom: 35.35714286px;
  }
}
.xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_l {
  width: 50%;
}
.xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_l .hh_div2 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 27.86vw;
  box-shadow: 0px 0px 17px 4px rgba(90, 91, 95, 0.3);
}
.xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r {
  width: 50%;
  padding-left: 4.6875vw;
}
.xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title {
  margin-bottom: 2.864vw;
}
.xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title .div1 {
  font-family: 'pf_b';
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 2048px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title .div1 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title .div1 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title .div1 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title .div1 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title .div1 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title .div1 {
    font-size: 21.33333333px;
  }
}
.xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title .div2 {
  font-family: 'arial';
  color: #d0d0d0;
  line-height: 1;
}
@media (max-width: 2048px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title .div2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title .div2 {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title .div2 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title .div2 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title .div2 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title .div2 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1440px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title .div2 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title .div2 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title .div2 {
    font-size: 11.73333333px;
  }
}
.xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info {
  margin-bottom: 3.125vw;
}
.xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info .div1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info .div1 .hh_li {
  padding: 10px 15px;
  background: #d1b888;
  color: #fff;
  font-family: 'pf_b';
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 2048px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info .div1 .hh_li {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info .div1 .hh_li {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info .div1 .hh_li {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info .div1 .hh_li {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info .div1 .hh_li {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info .div1 .hh_li {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info .div1 .hh_li {
    font-size: 19px;
  }
}
@media (max-width: 1440px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info .div1 .hh_li {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info .div1 .hh_li {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info .div1 .hh_li {
    font-size: 14px;
    line-height: 24px;
  }
}
.xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info .div2 {
  margin-top: 1.5625vw;
  line-height: 1;
  font-size: 2.8645vw;
  font-family: 'pf_b';
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 1.822vw;
}
.xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info .div3 * {
  font-size: 16px;
  color: #666;
  font-family: 'pf_m';
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_btnBox .hh_btn {
  width: 140px;
  height: 45px;
  color: #444;
  font-size: 16px;
  font-family: 'pf_m';
  line-height: 45px;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: color 0.1s ease-in;
}
.xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_btnBox .hh_btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d9091a;
  transform: translateY(110%);
  transition: transform 240ms ease-in, -webkit-transform 240ms ease-in;
  z-index: -1;
  border-radius: 1000px;
  left: 0;
}
.xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_btnBox .hh_btn:hover {
  color: #fff;
}
.xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_btnBox .hh_btn:hover a {
  color: #fff;
}
.xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_btnBox .hh_btn:hover::before {
  transform: translateY(0);
}
@media (max-width: 1440px) {
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_btnBox .hh_btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
}
.xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_btnBox .hh_btn1 {
  margin-right: 15px;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox {
  padding-bottom: 4.166vw;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycpswp_btnBox {
  width: 50%;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycpswp_btn {
  position: relative;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycpswp_btn .swiper-button-prev {
  left: 0;
  background-image: url(../images/img11_xz2232957.png);
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycpswp_btn .swiper-button-next {
  left: 60px;
  background-image: url(../images/img12_xz2232957.png);
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycpswp_btn .swiper-pagination {
  width: 79.7%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: 6.25vw;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycpswp_btn .swiper-button-prev:after,
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycpswp_btn .swiper-container-rtl .swiper-button-next:after,
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycpswp_btn .swiper-button-next:after,
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycpswp_btn .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycpswp_btn .swiper-button-prev:hover {
  background-image: url(../images/img11_a_xz2232957.png);
  background-size: 40px 40px;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycpswp_btn .swiper-button-next:hover {
  background-image: url(../images/img12_a_xz2232957.png);
  background-size: 40px 40px;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycpswp_btn .swiper-pagination-progressbar {
  background: #e6e6e6 !important;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycpswp_btn .swiper-pagination-progressbar-fill {
  background: #e60013;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-left: 3.645vw;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi .hh_div1 {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi .hh_div1 img {
  max-width: unset;
  max-height: unset;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi .hh_div1 .img_a {
  display: none;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi .hh_div2 {
  color: #333;
  font-family: 'pf_m';
  transition: all 0.5s;
  white-space: nowrap;
  transition: all 1s;
}
@media (max-width: 2048px) {
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi .hh_div2 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi .hh_div2 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi .hh_div2 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi .hh_div2 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi .hh_div2 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi .hh_div2 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi .hh_div2 {
    font-size: 17px;
  }
}
@media (max-width: 1440px) {
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi .hh_div2 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi .hh_div2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi:hover .hh_div1 .img {
  display: none;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi:hover .hh_div1 .img_a {
  display: block;
  animation: hideShow 1s;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi:hover .hh_div2 {
  color: #e60013;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi:nth-of-type(1) {
  margin-left: 0;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi.on .hh_div1 .img {
  display: none;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi.on .hh_div1 .img_a {
  display: block;
}
.xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi.on .hh_div2 {
  color: #e60013;
}
@media (max-width: 1680px) {
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycpswp_btn .swiper-pagination {
    width: 65.7%;
    left: 7.25vw;
  }
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl {
    width: 60%;
  }
}
@media (max-width: 1440px) {
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycpswp_btn .swiper-pagination {
    width: 73%;
    left: 9vw;
  }
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi {
    margin-left: 2.2vw;
  }
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl {
    justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl {
    width: 70%;
  }
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycpswp_btn .swiper-pagination {
    width: 55%;
    left: 11.5vw;
  }
}
@media (max-width: 768px) {
  .xz_sycp_22321132 {
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    background-image: unset;
    background: #f5f5f5;
  }
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_l .hh_div2 {
    box-shadow: 0 0 5px #dbdada;
    height: 0;
    position: relative;
    padding: 0;
    padding-bottom: 65%;
  }
  .xz_sycp_22321132 .hh_w .hh_tips {
    display: none;
  }
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox {
    flex-direction: column;
  }
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycpswp_btn .swiper-button-next,
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycpswp_btn .swiper-button-prev {
    display: none;
  }
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide {
    flex-direction: column;
  }
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_l {
    width: 100%;
  }
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r {
    width: 100%;
    padding-left: 0;
  }
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title {
    margin-top: 25px;
    display: none;
  }
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_title .div2 {
    display: none;
  }
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info .div1 .hh_li {
    padding: 5px 10px;
  }
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info .div2 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info .div3 * {
    font-size: 14px;
    line-height: 1.6;
  }
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_btnBox .hh_btn {
    width: 100px;
    height: 35px;
    font-size: 13px;
    line-height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .xz_sycp_22321132 .hh_w {
    display: flex;
    flex-direction: column;
  }
  .xz_sycp_22321132 .hh_w .hh_title {
    font-size: 20px;
    padding-top: 40px;
    font-family: 'pf_b';
    font-weight: bold;
  }
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox {
    order: 0;
  }
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox {
    order: 1;
  }
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycpswp_btn .swiper-pagination {
    display: none;
  }
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox {
    padding-bottom: 10px;
    padding-top: 25px;
  }
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 {
    padding-top: 0;
  }
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi .hh_div2 {
    font-size: 13px;
    border: 1px solid #ddd;
    padding: 4px 12px;
    border-radius: 1000px;
    width: 100%;
    text-align: center;
  }
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi.on .hh_div2 {
    background: #e60013;
    color: #fff;
    border-color: #e60013;
  }
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl {
    width: 100%;
    display: -webkit-box;
    overflow-x: auto;
    display: flex;
    overflow-x: unset;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info .div1 .hh_li {
    margin-bottom: 10px;
  }
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_l .hh_div2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi {
    width: 47%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .xz_sycp_22321132 .hh_w .xz_sycpswpBox .xz_sycpswp_22321139 .swiper-slide .div_r .hh_info {
    margin-top: 22px;
    margin-bottom: 20px;
  }
  .xz_sycp_22321132 .hh_w .xz_sycp_btnBox .xz_sycp_navUl .xz_sycp_navLi .hh_div1 {
    display: none;
  }
}
.xz_ygan_22321541 {
  padding: 40px 0;
}
.xz_ygan_22321541 .hh_titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.xz_ygan_22321541 .hh_titleBox .hh_title .div1 {
  color: #333;
  line-height: 1;
  margin-bottom: 0.25rem;
  font-family: 'pf_b';
  font-weight: bold;
}
@media (max-width: 2048px) {
  .xz_ygan_22321541 .hh_titleBox .hh_title .div1 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .xz_ygan_22321541 .hh_titleBox .hh_title .div1 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .xz_ygan_22321541 .hh_titleBox .hh_title .div1 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .xz_ygan_22321541 .hh_titleBox .hh_title .div1 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .xz_ygan_22321541 .hh_titleBox .hh_title .div1 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_ygan_22321541 .hh_titleBox .hh_title .div1 {
    font-size: 21.33333333px;
  }
}
.xz_ygan_22321541 .hh_titleBox .hh_title .div2 {
  color: #d0d0d0;
  font-family: 'arial';
}
@media (max-width: 2048px) {
  .xz_ygan_22321541 .hh_titleBox .hh_title .div2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .xz_ygan_22321541 .hh_titleBox .hh_title .div2 {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .xz_ygan_22321541 .hh_titleBox .hh_title .div2 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .xz_ygan_22321541 .hh_titleBox .hh_title .div2 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .xz_ygan_22321541 .hh_titleBox .hh_title .div2 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_ygan_22321541 .hh_titleBox .hh_title .div2 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1440px) {
  .xz_ygan_22321541 .hh_titleBox .hh_title .div2 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .xz_ygan_22321541 .hh_titleBox .hh_title .div2 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_ygan_22321541 .hh_titleBox .hh_title .div2 {
    font-size: 11.73333333px;
  }
}
.xz_ygan_22321541 .hh_titleBox .hh_navUL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.xz_ygan_22321541 .hh_titleBox .hh_navUL .hh_btn {
  min-width: 110px;
  width: auto;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 15px;
  color: #888;
  margin-left: 20px;
  font-family: 'pf_m';
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: color 0.1s ease-in;
}
.xz_ygan_22321541 .hh_titleBox .hh_navUL .hh_btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d9091a;
  transform: translateY(110%);
  transition: transform 240ms ease-in, -webkit-transform 240ms ease-in;
  z-index: -1;
  border-radius: 1000px;
  left: 0;
}
.xz_ygan_22321541 .hh_titleBox .hh_navUL .hh_btn:hover {
  color: #fff;
}
.xz_ygan_22321541 .hh_titleBox .hh_navUL .hh_btn:hover a {
  color: #fff;
}
.xz_ygan_22321541 .hh_titleBox .hh_navUL .hh_btn:hover::before {
  transform: translateY(0);
}
@media (max-width: 1290px) {
  .xz_ygan_22321541 .hh_titleBox .hh_navUL .hh_btn {
    font-size: 13px;
  }
}
.xz_ygan_22321541 .hh_titleBox .hh_navUL .hh_btn.on {
  background: #e60013;
  color: #fff;
  border-color: #e60013;
}
.xz_ygan_22321541 .hh_titleBox .hh_navUL .hh_btn.on a {
  color: #fff;
}
.xz_ygan_22321541 .yganBox {
  margin-top: 2.604vw;
}
.xz_ygan_22321541 .yganBox .yganUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%;
}
.xz_ygan_22321541 .yganBox .yganUl .yganLi {
  width: 30.71%;
  margin-right: 3.571%;
  margin-bottom: 2.0833vw;
}
.xz_ygan_22321541 .yganBox .yganUl .yganLi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.xz_ygan_22321541 .yganBox .yganUl .yganLi a .div1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65.11%;
  overflow: hidden;
  border: 1px solid #eee;
}
.xz_ygan_22321541 .yganBox .yganUl .yganLi a .div1 > .img,
.xz_ygan_22321541 .yganBox .yganUl .yganLi a .div1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.xz_ygan_22321541 .yganBox .yganUl .yganLi a .div1 img {
  transition: all 0.8s;
  object-fit: cover;
}
.xz_ygan_22321541 .yganBox .yganUl .yganLi a .div2 {
  padding: 0 15px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
  line-height: 1;
  margin-top: 1.04vw;
  text-align: center;
  font-family: 'pf_b';
  font-weight: bold;
  transition: all 1s;
}
@media (max-width: 2048px) {
  .xz_ygan_22321541 .yganBox .yganUl .yganLi a .div2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .xz_ygan_22321541 .yganBox .yganUl .yganLi a .div2 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .xz_ygan_22321541 .yganBox .yganUl .yganLi a .div2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .xz_ygan_22321541 .yganBox .yganUl .yganLi a .div2 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .xz_ygan_22321541 .yganBox .yganUl .yganLi a .div2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .xz_ygan_22321541 .yganBox .yganUl .yganLi a .div2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .xz_ygan_22321541 .yganBox .yganUl .yganLi a .div2 {
    font-size: 19px;
  }
}
@media (max-width: 1440px) {
  .xz_ygan_22321541 .yganBox .yganUl .yganLi a .div2 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .xz_ygan_22321541 .yganBox .yganUl .yganLi a .div2 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .xz_ygan_22321541 .yganBox .yganUl .yganLi a .div2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.xz_ygan_22321541 .yganBox .yganUl .yganLi a:hover .div1 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.xz_ygan_22321541 .yganBox .yganUl .yganLi a:hover .div2 {
  color: #e60013;
}
.xz_ygan_22321541 .yganBox .yganUl .yganLi:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 1440px) {
  .xz_ygan_22321541 .hh_titleBox .hh_navUL .hh_btn {
    height: 40px;
  }
}
@media (max-width: 1290px) {
  .xz_ygan_22321541 .hh_titleBox .hh_navUL .hh_btn {
    height: 35px;
  }
}
@media (max-width: 768px) {
  .xz_ygan_22321541 .hh_titleBox {
    flex-direction: column;
    align-items: center;
  }
  .xz_ygan_22321541 .hh_titleBox .hh_title .div2 {
    display: none;
  }
  .xz_ygan_22321541 .hh_titleBox .hh_navUL {
    display: -webkit-box;
    overflow-x: auto;
    width: 100%;
  }
  .xz_ygan_22321541 .hh_titleBox .hh_navUL .hh_btn:nth-of-type(1) {
    margin-left: 0;
  }
  .xz_ygan_22321541 .hh_titleBox .hh_navUL .hh_btn {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    width: 45%;
    margin-bottom: 15px;
    margin-left: 0;
    display: none;
  }
  .xz_ygan_22321541 .hh_titleBox .hh_navUL .hh_btn.hh_navLi {
    display: flex;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 15px;
  }
  .xz_ygan_22321541 .hh_titleBox .hh_navUL {
    margin-bottom: 0px;
    display: flex;
    overflow-x: unset;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .xz_ygan_22321541 .yganBox .yganUl .yganLi {
    width: 47%;
    margin-bottom: 20px;
    border: 1px solid #eee;
  }
  .xz_ygan_22321541 .yganBox .yganUl .yganLi:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .xz_ygan_22321541 .yganBox .yganUl .yganLi:nth-of-type(2n+1) {
    margin-right: 4%;
  }
  .xz_ygan_22321541 .yganBox .yganUl .yganLi a .div2 {
    padding-top: 8px;
    margin-top: 0;
    padding-bottom: 8px;
    line-height: 28px;
    font-size: 13px;
  }
  .xz_ygan_22321541 .hh_more {
    display: flex;
    justify-content: center;
  }
  .xz_ygan_22321541 .hh_more .hh_btn {
    width: 110px;
    height: 35px;
    line-height: 35px;
  }
  .xz_ygan_22321541 .yganBox .yganUl .yganLi a .div1 {
    border: 0;
  }
}
.xz_gy_22321632 {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.xz_gy_22321632 .hh_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1920px) {
  .xz_gy_22321632 .hh_w {
    padding-top: 105px;
    padding-bottom: 95px;
  }
}
@media (max-width: 1776px) {
  .xz_gy_22321632 .hh_w {
    padding-top: 95.14285714px;
    padding-bottom: 86.08163265px;
  }
}
@media (max-width: 1680) {
  .xz_gy_22321632 .hh_w {
    padding-top: 90px;
    padding-bottom: 81.42857143px;
  }
}
@media (max-width: 1600px) {
  .xz_gy_22321632 .hh_w {
    padding-top: 85.71428571px;
    padding-bottom: 77.55102041px;
  }
}
@media (max-width: 1500px) {
  .xz_gy_22321632 .hh_w {
    padding-top: 80.35714286px;
    padding-bottom: 72.70408163px;
  }
}
@media (max-width: 1440px) {
  .xz_gy_22321632 .hh_w {
    padding-top: 77.14285714px;
    padding-bottom: 69.79591837px;
  }
}
@media (max-width: 1366px) {
  .xz_gy_22321632 .hh_w {
    padding-top: 73.17857143px;
    padding-bottom: 66.20918367px;
  }
}
@media (max-width: 1280px) {
  .xz_gy_22321632 .hh_w {
    padding-top: 68.57142857px;
    padding-bottom: 62.04081633px;
  }
}
@media (max-width: 1152px) {
  .xz_gy_22321632 .hh_w {
    padding-top: 61.71428571px;
    padding-bottom: 55.83673469px;
  }
}
@media (max-width: 1024px) {
  .xz_gy_22321632 .hh_w {
    padding-top: 54.85714286px;
    padding-bottom: 49.63265306px;
  }
}
@media (max-width: 990px) {
  .xz_gy_22321632 .hh_w {
    padding-top: 53.03571429px;
    padding-bottom: 47.98469388px;
  }
}
.xz_gy_22321632 .hh_w * {
  color: #fff;
}
.xz_gy_22321632 .hh_w .div_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 52.14%;
}
.xz_gy_22321632 .hh_w .div_l .hh_title {
  padding-right: 0.8rem;
}
.xz_gy_22321632 .hh_w .div_l .hh_title .div1 {
  font-family: 'pf_b';
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.04vw;
}
@media (max-width: 2048px) {
  .xz_gy_22321632 .hh_w .div_l .hh_title .div1 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .xz_gy_22321632 .hh_w .div_l .hh_title .div1 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .xz_gy_22321632 .hh_w .div_l .hh_title .div1 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .xz_gy_22321632 .hh_w .div_l .hh_title .div1 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .xz_gy_22321632 .hh_w .div_l .hh_title .div1 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_gy_22321632 .hh_w .div_l .hh_title .div1 {
    font-size: 21.33333333px;
  }
}
.xz_gy_22321632 .hh_w .div_l .hh_title .div2 {
  color: #dad7d7;
  font-family: 'arial';
  line-height: 1;
}
@media (max-width: 2048px) {
  .xz_gy_22321632 .hh_w .div_l .hh_title .div2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .xz_gy_22321632 .hh_w .div_l .hh_title .div2 {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .xz_gy_22321632 .hh_w .div_l .hh_title .div2 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .xz_gy_22321632 .hh_w .div_l .hh_title .div2 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .xz_gy_22321632 .hh_w .div_l .hh_title .div2 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_gy_22321632 .hh_w .div_l .hh_title .div2 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1440px) {
  .xz_gy_22321632 .hh_w .div_l .hh_title .div2 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .xz_gy_22321632 .hh_w .div_l .hh_title .div2 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_gy_22321632 .hh_w .div_l .hh_title .div2 {
    font-size: 11.73333333px;
  }
}
.xz_gy_22321632 .hh_w .div_l .hh_content {
  padding-right: 0.8rem;
  margin-top: 1.823vw;
}
@media (max-width: 1290px) {
  .xz_gy_22321632 .hh_w .div_l .hh_content {
    margin-top: 0.25rem;
  }
}
.xz_gy_22321632 .hh_w .div_l .hh_content .div1 {
  font-family: 'pf_b';
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.35rem;
}
@media (max-width: 2048px) {
  .xz_gy_22321632 .hh_w .div_l .hh_content .div1 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .xz_gy_22321632 .hh_w .div_l .hh_content .div1 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .xz_gy_22321632 .hh_w .div_l .hh_content .div1 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .xz_gy_22321632 .hh_w .div_l .hh_content .div1 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .xz_gy_22321632 .hh_w .div_l .hh_content .div1 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_gy_22321632 .hh_w .div_l .hh_content .div1 {
    font-size: 21.33333333px;
  }
}
.xz_gy_22321632 .hh_w .div_l .hh_content .div2 {
  font-size: 16px;
  font-family: 'pf_m';
  opacity: 0.8;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.xz_gy_22321632 .hh_w .div_l .hh_content .div2 p {
  line-height: 1.5;
  margin-bottom: 25px;
}
.xz_gy_22321632 .hh_w .div_l .hh_content .div3 {
  margin-top: 1.042vw;
}
@media (max-width: 1290px) {
  .xz_gy_22321632 .hh_w .div_l .hh_content .div3 {
    margin-top: 1.5vw;
  }
}
@media (max-width: 1259px) {
  .xz_gy_22321632 .hh_w .div_l .hh_content .div3 {
    margin-top: 1.3vw;
  }
}
@media (max-width: 991px) {
  .xz_gy_22321632 .hh_w .div_l .hh_content .div3 {
    margin-top: 2.7vw;
  }
}
.xz_gy_22321632 .hh_w .div_l .hh_content .div3 .hh_btn {
  background: transparent;
  width: 140px;
  height: 45px;
  transition: all 1s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: color 0.1s ease-in;
  line-height: 45px !important;
}
.xz_gy_22321632 .hh_w .div_l .hh_content .div3 .hh_btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateY(110%);
  transition: transform 240ms ease-in, -webkit-transform 240ms ease-in;
  z-index: -1;
  border-radius: 1000px;
  left: 0;
}
.xz_gy_22321632 .hh_w .div_l .hh_content .div3 .hh_btn:hover {
  color: #d9091a;
  border-color: #fff;
  background: #fff;
}
.xz_gy_22321632 .hh_w .div_l .hh_content .div3 .hh_btn:hover a {
  color: #d9091a;
}
.xz_gy_22321632 .hh_w .div_l .hh_content .div3 .hh_btn:hover::before {
  transform: translateY(0);
}
@media (max-width: 2048px) {
  .xz_gy_22321632 .hh_w .div_l .hh_content .div3 .hh_btn {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .xz_gy_22321632 .hh_w .div_l .hh_content .div3 .hh_btn {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .xz_gy_22321632 .hh_w .div_l .hh_content .div3 .hh_btn {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .xz_gy_22321632 .hh_w .div_l .hh_content .div3 .hh_btn {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .xz_gy_22321632 .hh_w .div_l .hh_content .div3 .hh_btn {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_gy_22321632 .hh_w .div_l .hh_content .div3 .hh_btn {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .xz_gy_22321632 .hh_w .div_l .hh_content .div3 .hh_btn {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .xz_gy_22321632 .hh_w .div_l .hh_content .div3 .hh_btn {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .xz_gy_22321632 .hh_w .div_l .hh_content .div3 .hh_btn {
    font-size: 14px;
  }
}
.xz_gy_22321632 .hh_w .div_l .hh_info {
  margin-top: 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.xz_gy_22321632 .hh_w .div_l .hh_info .hh_li {
  margin-left: 0.6rem;
}
.xz_gy_22321632 .hh_w .div_l .hh_info .hh_li .div1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.xz_gy_22321632 .hh_w .div_l .hh_info .hh_li .div1 .p1 {
  font-size: 3.125vw;
  font-family: 'din';
  line-height: 1;
}
.xz_gy_22321632 .hh_w .div_l .hh_info .hh_li .div1 .p2 {
  margin-left: 10px;
}
.xz_gy_22321632 .hh_w .div_l .hh_info .hh_li .div1 .pp1 {
  margin-top: 5px;
}
.xz_gy_22321632 .hh_w .div_l .hh_info .hh_li .div1 .pp3,
.xz_gy_22321632 .hh_w .div_l .hh_info .hh_li .div1 .pp4 {
  font-size: 3.125vw;
  font-family: 'din';
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-left: 0;
}
.xz_gy_22321632 .hh_w .div_l .hh_info .hh_li .div2 {
  opacity: 0.7;
  font-size: 14px;
  margin-top: 5px;
  white-space: nowrap;
}
.xz_gy_22321632 .hh_w .div_l .hh_info .hh_li:nth-of-type(1) {
  margin-left: 0;
}
.xz_gy_22321632 .hh_w .div_r {
  width: 47.85%;
  position: relative;
}
.xz_gy_22321632 .hh_w .div_r img:nth-of-type(2) {
  position: absolute;
  right: 12px;
  top: 92%;
  display: none;
}
@media (max-width: 1024px) {
  .xz_gy_22321632 .hh_w .div_l .hh_title {
    display: none;
  }
  .xz_gy_22321632 .hh_w .div_r {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .xz_gy_22321632 {
    background: #e60013;
  }
  .xz_gy_22321632 .hh_w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .xz_gy_22321632 .hh_w .div_l {
    order: 0;
    width: 100%;
  }
  .xz_gy_22321632 .hh_w .div_r {
    order: 1;
    width: 100%;
    margin-top: 35px;
  }
  .xz_gy_22321632 .hh_w .div_r img:nth-of-type(2) {
    display: none;
  }
  .xz_gy_22321632 .hh_w .div_l .hh_info {
    flex-wrap: wrap;
    display: flex;
  }
  .xz_gy_22321632 .hh_w .div_l .hh_info .hh_li {
    width: 50%;
    margin-left: 0;
    margin-top: 25px;
  }
  .xz_gy_22321632 .hh_w .div_l .hh_info .hh_li .div1 {
    justify-content: center;
  }
  .xz_gy_22321632 .hh_w .div_l .hh_info .hh_li .div2 {
    text-align: center;
  }
  .xz_gy_22321632 .hh_w .div_l .hh_info .hh_li .div1 .p1 {
    font-size: 30px;
  }
  .xz_gy_22321632 .hh_w .div_l .hh_info .hh_li .div1 .pp3,
  .xz_gy_22321632 .hh_w .div_l .hh_info .hh_li .div1 .pp4 {
    font-size: 28px;
    margin-left: 5px;
  }
  .xz_gy_22321632 .hh_w .div_l .hh_content {
    margin-top: 30px;
    padding-right: 0;
  }
  .xz_gy_22321632 .hh_w .div_l .hh_content .div1 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .xz_gy_22321632 .hh_w .div_l .hh_content .div2 {
    font-size: 14px;
  }
  .xz_gy_22321632 .hh_w .div_l .hh_title {
    display: block;
  }
  .xz_gy_22321632 .hh_w .div_l .hh_title .div1 {
    font-size: 20px;
  }
  .xz_gy_22321632 .hh_w .div_l .hh_content .div2 p {
    margin-bottom: 0;
  }
  .xz_gy_22321632 .hh_w .div_l .hh_content .div3 {
    margin-top: 25px;
    margin-bottom: 0px;
  }
  .xz_gy_22321632 .hh_w .div_l .hh_content .div3 .hh_btn {
    width: 125px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
  }
  .xz_gy_22321632 .hh_w .div_l .hh_title .div2 {
    color: #fff;
  }
}
@media (max-width: 1920px) {
  .xz_xwzx_22321717 {
    padding-top: 85px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1776px) {
  .xz_xwzx_22321717 {
    padding-top: 77.02040816px;
    padding-bottom: 90.6122449px;
  }
}
@media (max-width: 1680) {
  .xz_xwzx_22321717 {
    padding-top: 72.85714286px;
    padding-bottom: 85.71428571px;
  }
}
@media (max-width: 1600px) {
  .xz_xwzx_22321717 {
    padding-top: 69.3877551px;
    padding-bottom: 81.63265306px;
  }
}
@media (max-width: 1500px) {
  .xz_xwzx_22321717 {
    padding-top: 65.05102041px;
    padding-bottom: 76.53061224px;
  }
}
@media (max-width: 1440px) {
  .xz_xwzx_22321717 {
    padding-top: 62.44897959px;
    padding-bottom: 73.46938776px;
  }
}
@media (max-width: 1366px) {
  .xz_xwzx_22321717 {
    padding-top: 59.23979592px;
    padding-bottom: 69.69387755px;
  }
}
@media (max-width: 1280px) {
  .xz_xwzx_22321717 {
    padding-top: 55.51020408px;
    padding-bottom: 65.30612245px;
  }
}
@media (max-width: 1152px) {
  .xz_xwzx_22321717 {
    padding-top: 49.95918367px;
    padding-bottom: 58.7755102px;
  }
}
@media (max-width: 1024px) {
  .xz_xwzx_22321717 {
    padding-top: 44.40816327px;
    padding-bottom: 52.24489796px;
  }
}
@media (max-width: 990px) {
  .xz_xwzx_22321717 {
    padding-top: 42.93367347px;
    padding-bottom: 50.51020408px;
  }
}
.xz_xwzx_22321717 .hh_w .hh_titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.4rem;
}
.xz_xwzx_22321717 .hh_w .hh_titleBox .hh_title .div1 {
  color: #333;
  line-height: 1;
  margin-bottom: 0.25rem;
  font-family: 'pf_b';
  font-weight: bold;
}
@media (max-width: 2048px) {
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_title .div1 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_title .div1 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_title .div1 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_title .div1 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_title .div1 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_title .div1 {
    font-size: 21.33333333px;
  }
}
.xz_xwzx_22321717 .hh_w .hh_titleBox .hh_title .div2 {
  color: #d0d0d0;
  font-family: 'arial';
}
@media (max-width: 2048px) {
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_title .div2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_title .div2 {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_title .div2 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_title .div2 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_title .div2 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_title .div2 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1440px) {
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_title .div2 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_title .div2 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_title .div2 {
    font-size: 11.73333333px;
  }
}
.xz_xwzx_22321717 .hh_w .hh_titleBox .hh_navUL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.xz_xwzx_22321717 .hh_w .hh_titleBox .hh_navUL .hh_btn {
  min-width: 140px;
  width: auto;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 15px;
  color: #888;
  margin-left: 20px;
  font-family: 'pf_m';
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: color 0.1s ease-in;
}
.xz_xwzx_22321717 .hh_w .hh_titleBox .hh_navUL .hh_btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d9091a;
  transform: translateY(110%);
  transition: transform 240ms ease-in, -webkit-transform 240ms ease-in;
  z-index: -1;
  border-radius: 1000px;
  left: 0;
}
.xz_xwzx_22321717 .hh_w .hh_titleBox .hh_navUL .hh_btn:hover {
  color: #fff;
}
.xz_xwzx_22321717 .hh_w .hh_titleBox .hh_navUL .hh_btn:hover a {
  color: #fff;
}
.xz_xwzx_22321717 .hh_w .hh_titleBox .hh_navUL .hh_btn:hover::before {
  transform: translateY(0);
}
.xz_xwzx_22321717 .hh_w .hh_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li1 {
  width: 36.07%;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54.45%;
  overflow: hidden;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div1 > .img,
.xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div1 img {
  transition: all 0.8s;
  object-fit: cover;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 {
  padding: 0.25rem;
  border: 1px solid #ebebeb;
  border-top: 0;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 .p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 .p1 img {
  margin-right: 10px;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 .p1 span {
  font-family: 'arial';
  font-size: 14px;
  color: #999;
  font-weight: bold;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 .p2 {
  color: #333;
  font-family: 'pf_h';
  font-weight: bold;
  line-height: 1;
  margin: 0.25rem 0 0.2rem 0;
  transition: all 0.5s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 2048px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 .p2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 .p2 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 .p2 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 .p2 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 .p2 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 .p2 {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 .p2 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 .p2 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 .p2 {
    font-size: 12.8px;
  }
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 .p3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li1:hover .div1 img {
  transform: scale(1.05);
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li1:hover .div2 .p2 {
  color: #e60013;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li2 {
  width: 27.85%;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 0.4rem 0.4rem 0.45rem 0.4rem;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div1 .p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div1 .p1 img {
  margin-right: 10px;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div1 .p1 span {
  font-family: 'arial';
  font-size: 14px;
  color: #999;
  font-weight: bold;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div1 .p2 {
  color: #333;
  font-family: 'pf_h';
  font-weight: bold;
  line-height: 1.25;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div1 .p2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div1 .p2 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div1 .p2 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div1 .p2 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div1 .p2 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div1 .p2 {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div1 .p2 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div1 .p2 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div1 .p2 {
    font-size: 12.8px;
  }
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div1 .p3 {
  font-size: 16px;
  font-family: 'pf_m';
  line-height: 2;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div2 {
  font-size: 16px;
  font-family: 'arial';
  color: #999;
  transition: all 0.5s;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li2:hover .div1 .p2 {
  color: #e60013;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li2:hover .div2 {
  color: #e60013;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 {
  width: 31.42%;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li {
  margin-top: 0.3rem;
  width: 100%;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_l {
  position: relative;
  width: 38.63%;
  height: 0;
  padding-bottom: 28%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_l > .img,
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_l img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_l img {
  transition: all 0.8s;
  object-fit: cover;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r {
  width: 56.32%;
  margin-left: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div1 .p1,
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div1 .p2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div1 .p1 {
  color: #333;
  font-family: 'pf_b';
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.15rem;
  transition: all 0.5s;
  white-space: nowrap;
}
@media (max-width: 2048px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div1 .p1 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div1 .p1 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div1 .p1 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div1 .p1 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div1 .p1 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div1 .p1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div1 .p1 {
    font-size: 19px;
  }
}
@media (max-width: 1440px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div1 .p1 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div1 .p1 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div1 .p1 {
    font-size: 14px;
    line-height: 24px;
  }
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div1 .p2 {
  line-height: 1;
  font-size: 16px;
  color: #888;
  font-family: 'pf_m';
  white-space: nowrap;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div2 span {
  font-family: 'arial';
  font-weight: bold;
  color: #999;
  font-size: 14px;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div2 img {
  width: 20px;
  height: 8px;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div2 .hh_img_a {
  display: none;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li:hover a .div_l img {
  transform: scale(1.1);
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li:hover a .div_r .div1 .p1 {
  color: #e60013;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li:hover a .div_r .div2 .hh_img {
  display: none;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li:hover a .div_r .div2 .hh_img_a {
  display: block;
}
.xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li:nth-of-type(1) {
  margin-top: 0;
}
@media (max-width: 1680px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 1440px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div1 .p3 {
    line-height: 1.4;
  }
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_navUL .hh_btn {
    height: 40px;
    min-width: 125px;
  }
}
@media (max-width: 1024px) {
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li2 {
    display: none;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li1 {
    width: 48%;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 {
    width: 48%;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_l {
    width: 38.63%;
    padding-bottom: 24.5%;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li {
    margin-top: 0.1rem;
  }
}
@media (max-width: 768px) {
  .xz_xwzx_22321717 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_title .div2 {
    display: none;
  }
  .xz_xwzx_22321717 .hh_w .hh_titleBox {
    align-items: center;
  }
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_title .div1 {
    margin-bottom: 0;
  }
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_navUL .hh_btn {
    min-width: 120px;
    height: 35px;
    line-height: 35px;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li1 {
    width: 100%;
    margin-bottom: 25px;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li2 {
    display: block;
    width: 100%;
    margin-bottom: 0;
    order: 11;
    margin-top: 25px;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 {
    width: 100%;
  }
  .xz_xwzx_22321717 .hh_w .hh_content {
    flex-direction: column;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 .p2 {
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 16px;
    order: 0;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 .p3 {
    font-size: 14px;
    margin-top: 5px;
    order: 1;
    -webkit-line-clamp: 2;
  }
  .xz_xwzx_22321717 .hh_w .hh_titleBox {
    margin-bottom: 25px;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div1 .p2 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 16px;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div1 .p3 {
    margin-bottom: 16px;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .xz_xwzx_22321717 .hh_w .hh_titleBox .hh_navUL .hh_btn a {
    font-size: 13px;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2,
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a {
    padding: 20px 15px;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 .p1 span {
    font-size: 12px;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 .p1 img {
    width: 13px;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 .p1 {
    order: 2;
    margin-top: 12px;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li1 .div2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div1 .p1 span {
    font-size: 12px;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div1 .p1 img {
    width: 13px;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li2 a .div2 {
    font-size: 13px;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a {
    flex-direction: column;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_l {
    width: 100%;
    padding-bottom: 54.45%;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r {
    width: 100%;
    margin-left: 0;
    padding: 20px 15px;
    border: 1px solid #eee;
    border-top: 0;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div2 img {
    display: none;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div1 .p1 {
    font-size: 16px;
    line-height: 1;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div1 .p2 {
    font-size: 14px;
    -webkit-line-clamp: 2;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div1 .p1 {
    margin-bottom: 5px;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li a .div_r .div2 span {
    font-size: 12px;
  }
  .xz_xwzx_22321717 .hh_w .hh_content .hh_li3 .hh_li3_li {
    margin-top: 25px;
  }
}
.xz_hzhb_22321815 {
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
}
.xz_hzhb_22321815 .bgimg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45%;
  width: 100%;
}
.xz_hzhb_22321815 .hh_w {
  padding-top: 3.906vw;
  padding-bottom: 4.427vw;
}
.xz_hzhb_22321815 .hh_w .hh_title {
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.65rem;
}
.xz_hzhb_22321815 .hh_w .hh_title .div1 {
  font-family: 'pf_b';
  font-weight: bold;
  color: #333;
  line-height: 1;
  margin-bottom: 0.2rem;
}
@media (max-width: 2048px) {
  .xz_hzhb_22321815 .hh_w .hh_title .div1 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .xz_hzhb_22321815 .hh_w .hh_title .div1 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .xz_hzhb_22321815 .hh_w .hh_title .div1 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .xz_hzhb_22321815 .hh_w .hh_title .div1 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .xz_hzhb_22321815 .hh_w .hh_title .div1 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_hzhb_22321815 .hh_w .hh_title .div1 {
    font-size: 21.33333333px;
  }
}
.xz_hzhb_22321815 .hh_w .hh_title .div2 {
  text-transform: Uppercase;
  color: #d4d0d0;
  font-family: 'arial';
}
@media (max-width: 2048px) {
  .xz_hzhb_22321815 .hh_w .hh_title .div2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .xz_hzhb_22321815 .hh_w .hh_title .div2 {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .xz_hzhb_22321815 .hh_w .hh_title .div2 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .xz_hzhb_22321815 .hh_w .hh_title .div2 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .xz_hzhb_22321815 .hh_w .hh_title .div2 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_hzhb_22321815 .hh_w .hh_title .div2 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1440px) {
  .xz_hzhb_22321815 .hh_w .hh_title .div2 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .xz_hzhb_22321815 .hh_w .hh_title .div2 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_hzhb_22321815 .hh_w .hh_title .div2 {
    font-size: 11.73333333px;
  }
}
.xz_hzhb_22321815 .hh_w .hh_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.xz_hzhb_22321815 .hh_w .hh_info .hh_li {
  position: relative;
  width: 18.57%;
  height: 0;
  padding-bottom: 8.57%;
  margin-right: 1.78%;
  margin-bottom: 0.3rem;
  background: #fff;
}
.xz_hzhb_22321815 .hh_w .hh_info .hh_li > .img,
.xz_hzhb_22321815 .hh_w .hh_info .hh_li img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.xz_hzhb_22321815 .hh_w .hh_info .hh_li img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}
.xz_hzhb_22321815 .hh_w .hh_info .hh_li:nth-of-type(5n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .xz_hzhb_22321815 .hh_w {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .xz_hzhb_22321815 .hh_w .hh_title .div2 {
    display: none;
  }
  .xz_hzhb_22321815 .hh_w .hh_title {
    margin-bottom: 0;
  }
  .xz_hzhb_22321815 .hh_w .hh_info .hh_li {
    width: 48%;
  }
  .xz_hzhb_22321815 .hh_w .hh_info .hh_li {
    width: 48%;
    padding-bottom: 23%;
    margin-bottom: 3vw;
  }
  .xz_hzhb_22321815 .hh_w .hh_info .hh_li:nth-of-type(2n+1) {
    margin-right: 4%;
  }
  .xz_hzhb_22321815 .hh_w .hh_info .hh_li:nth-of-type(2n+2) {
    margin-right: 0%;
  }
  .xz_hzhb_22321815 .hh_w .hh_title .div1 {
    margin-bottom: 30px;
  }
}
.xz_pro22381512 {
  position: relative;
}
.xz_pro22381512 .bgimg {
  display: flex;
}
.xz_pro22381512 .hh_w {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.xz_pro22381512 .hh_w .hh_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.xz_pro22381512 .hh_w .hh_content .hh_div1 {
  margin-bottom: 25px;
}
.xz_pro22381512 .hh_w .hh_content .hh_div1 p {
  font-family: 'pf_r';
  line-height: 1.4;
}
@media (max-width: 2048px) {
  .xz_pro22381512 .hh_w .hh_content .hh_div1 p {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .xz_pro22381512 .hh_w .hh_content .hh_div1 p {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .xz_pro22381512 .hh_w .hh_content .hh_div1 p {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .xz_pro22381512 .hh_w .hh_content .hh_div1 p {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .xz_pro22381512 .hh_w .hh_content .hh_div1 p {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .xz_pro22381512 .hh_w .hh_content .hh_div1 p {
    font-size: 25.6px;
  }
}
.xz_pro22381512 .hh_w .hh_content .hh_div2 {
  font-family: 'pf_r';
}
@media (max-width: 2048px) {
  .xz_pro22381512 .hh_w .hh_content .hh_div2 {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .xz_pro22381512 .hh_w .hh_content .hh_div2 {
    font-size: 32px;
  }
}
@media (max-width: 1680px) {
  .xz_pro22381512 .hh_w .hh_content .hh_div2 {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .xz_pro22381512 .hh_w .hh_content .hh_div2 {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .xz_pro22381512 .hh_w .hh_content .hh_div2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1024px) {
  .xz_pro22381512 .hh_w .hh_content .hh_div2 {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1440px) {
  .xz_pro22381512 .hh_w .hh_content .hh_div2 {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .xz_pro22381512 .hh_w .hh_content .hh_div2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1024px) {
  .xz_pro22381512 .hh_w .hh_content .hh_div2 {
    font-size: 17.06666667px;
  }
}
.xz_pro22381512 .hh_w .xz_bread {
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.xz_pro22381512 .hh_w .xz_bread img {
  margin-right: 15px;
}
.xz_pro22381512 .hh_w .xz_bread a,
.xz_pro22381512 .hh_w .xz_bread span {
  color: #fff;
  font-size: 16px;
  font-family: 'pf_r';
}
.xz_pro22381512 .hh_w .xz_bread span {
  margin: 0 10px;
}
@media (max-width: 768px) {
  .xz_pro22381512 {
    margin-top: 0.6rem;
  }
  .xz_pro22381512 .hh_w .xz_bread a,
  .xz_pro22381512 .hh_w .xz_bread span {
    font-size: 12px;
    white-space: nowrap;
  }
  .xz_pro22381512 .hh_w .xz_bread img {
    width: 15px;
    margin-right: 10px;
  }
  .xz_pro22381512 .hh_w .xz_bread {
    flex-wrap: wrap;
  }
  .xz_pro22381512 .hh_w .hh_content .hh_div1 {
    margin-bottom: 12px;
  }
  .xz_pro22381512 .hh_w .hh_content .hh_div1 p {
    font-size: 20px;
  }
  .xz_pro22381512 .hh_w .hh_content .hh_div2 {
    font-size: 12px;
  }
  .xz_pro22381512 .hh_w .hh_content {
    padding-bottom: 25px;
    top: 50%;
  }
  .xz_pro22381512 .hh_w .hh_content::before {
    position: absolute;
    content: unset;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #fff;
    width: 25px;
  }
}
.xz_proBox22391519 {
  padding-top: 2.6vw;
  background: #f6f6f6;
  padding-bottom: 1.563vw;
}
.xz_proBox22391519 .xz_jj_22391521 {
  padding-top: 2.6vw;
  background: #fff;
  padding-left: 45px;
  padding-right: 5%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3.385vw;
}
.xz_proBox22391519 .xz_jj_22391521 .div_l {
  display: flex;
  flex-direction: column;
  width: 50%;
  overflow: hidden;
}
.xz_proBox22391519 .xz_jj_22391521 .div_l .xz_pd_swp {
  margin-bottom: 25px;
}
.xz_proBox22391519 .xz_jj_22391521 .div_l .xz_pd_swp .swiper-slide {
  background: url('../images/img50_xz2232957.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 64.28%;
  height: 400px;
  padding-bottom: unset;
  overflow: hidden;
}
.xz_proBox22391519 .xz_jj_22391521 .div_l .xz_pd_swp .swiper-slide > .img,
.xz_proBox22391519 .xz_jj_22391521 .div_l .xz_pd_swp .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 1440px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_l .xz_pd_swp .swiper-slide {
    height: 360px;
  }
}
@media (max-width: 768px) {
}
.xz_proBox22391519 .xz_jj_22391521 .div_l .xz_pd_swp .swiper-slide:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.xz_proBox22391519 .xz_jj_22391521 .div_l .xz_pd_swp .swiper-slide img {
  width: auto !important;
  height: auto !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  transition: all 0.8s;
}
.xz_proBox22391519 .xz_jj_22391521 .div_l .xz_pd_navSwp .swiper-slide {
  background: url('../images/img50_xz2232957.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 12.7%;
  border: 2px solid transparent;
}
.xz_proBox22391519 .xz_jj_22391521 .div_l .xz_pd_navSwp .swiper-slide > .img,
.xz_proBox22391519 .xz_jj_22391521 .div_l .xz_pd_navSwp .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.xz_proBox22391519 .xz_jj_22391521 .div_l .xz_pd_navSwp .swiper-slide img {
  width: auto !important;
  height: auto !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.xz_proBox22391519 .xz_jj_22391521 .div_l .xz_pd_navSwp .swiper-slide-active {
  position: relative;
  border: 2px solid #e60013;
}
.xz_proBox22391519 .xz_jj_22391521 .div_r {
  width: 47.2%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div1 {
  padding-top: 1.563vw;
  padding-bottom: 1.563vw;
  color: #222222;
  font-family: 'pf_b';
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 2048px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div1 {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div1 {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div1 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div1 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div1 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div1 {
    font-size: 19.2px;
  }
}
@media (max-width: 768px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div1 {
    padding-top: 15px;
  }
}
.xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 {
  margin-top: 2.34vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 p {
  margin-bottom: 0.729vw;
}
@media (max-width: 768px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 p {
    margin-bottom: 5px;
  }
}
.xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 {
    margin-top: 1.5vw;
  }
}
@media (max-width: 768px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 {
    margin-top: 15px;
  }
}
.xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_li {
  display: flex;
  margin-bottom: 1.3vw;
}
@media (max-width: 1440px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_li {
    margin-bottom: 1vw;
  }
}
.xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p1 {
  min-width: 120px;
}
.xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p1,
.xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p2 {
  color: #333;
  font-family: 'pf_m';
  line-height: 1;
}
@media (max-width: 2048px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p1,
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p2 {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p1,
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p2 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p1,
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p2 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p1,
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p2 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p1,
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p1,
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p2 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p1,
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p2 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p1,
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p2 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p1,
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p2 {
    font-size: 14px;
  }
}
.xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p2 {
  color: #666;
}
.xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 {
  display: flex;
  margin-bottom: 4px;
}
@media (max-width: 1440px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 {
    margin-bottom: 10px;
  }
}
.xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 a {
  width: 140px;
  height: 45px;
  background: #e60013;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  margin-right: 2.6vw;
  font-family: 'pf_m';
}
.xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 .hh_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 .hh_info .hh_li1 {
  margin-right: 10px;
}
.xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 .hh_info .hh_p1 {
  font-size: 14px;
  color: #666;
  font-family: 'pf_r';
  margin-bottom: 5px;
}
.xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 .hh_info .hh_p2 {
  font-family: 'din';
  color: #e60013;
}
@media (max-width: 2048px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 .hh_info .hh_p2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 .hh_info .hh_p2 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 .hh_info .hh_p2 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 .hh_info .hh_p2 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 .hh_info .hh_p2 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 .hh_info .hh_p2 {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 .hh_info .hh_p2 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 .hh_info .hh_p2 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 .hh_info .hh_p2 {
    font-size: 12.8px;
  }
}
@media (max-width: 768px) {
  .xz_proBox22391519 .xz_jj_22391521 {
    flex-direction: column;
  }
  .xz_proBox22391519 .xz_jj_22391521 .div_l {
    width: 100%;
  }
  .xz_proBox22391519 .xz_jj_22391521 .div_r {
    width: 100%;
  }
  .xz_proBox22391519 .xz_jj_22391521 .div_r {
    height: auto;
    padding-bottom: unset;
  }
  .xz_proBox22391519 .xz_jj_22391521 {
    padding-left: 5%;
  }
  .xz_proBox22391519 .xz_jj_22391521 .div_l .xz_pd_swp .swiper-slide {
    height: 0;
    padding-bottom: 64.28%;
  }
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 {
    flex-direction: column;
  }
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 a {
    width: 115px;
    height: 35px;
    font-size: 14px;
    display: none;
  }
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 .hh_info {
    margin-top: 15px;
  }
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 .hh_info .hh_li1 img {
    width: 35px;
  }
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p1,
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_p2 {
    font-size: 14px;
    min-width: 85px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 .hh_info .hh_p1 {
    font-size: 13px;
    margin-bottom: 2px;
    line-height: 1.57;
  }
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 .hh_info .hh_p2 {
    font-size: 14px;
    font-size: 18px;
  }
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div2 .hh_li {
    margin-bottom: 6px;
  }
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div1 {
    padding-bottom: 15px;
  }
  .xz_proBox22391519 .xz_jj_22391521 {
    padding-bottom: 15px;
  }
  .xz_proBox22391519 {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .xz_proBox22391519 .xz_jj_22391521 {
    padding-top: 20px;
  }
  .xz_proBox22391519 .xz_jj_22391521 .div_r .hh_div3 .hh_info .hh_p1 {
    margin-bottom: 2px;
  }
}
.xz_pro_detailBox_2239 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3.646vw;
}
.xz_pro_detailBox_2239 .div_l {
  width: 20.71%;
  margin-bottom: 2.604vw;
}
.xz_pro_detailBox_2239 .div_l .hh_title {
  position: relative;
  color: #333;
  font-family: 'pf_b';
  font-weight: bold;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 2048px) {
  .xz_pro_detailBox_2239 .div_l .hh_title {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .xz_pro_detailBox_2239 .div_l .hh_title {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .xz_pro_detailBox_2239 .div_l .hh_title {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .xz_pro_detailBox_2239 .div_l .hh_title {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .xz_pro_detailBox_2239 .div_l .hh_title {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .xz_pro_detailBox_2239 .div_l .hh_title {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .xz_pro_detailBox_2239 .div_l .hh_title {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .xz_pro_detailBox_2239 .div_l .hh_title {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .xz_pro_detailBox_2239 .div_l .hh_title {
    font-size: 12.8px;
  }
}
.xz_pro_detailBox_2239 .div_l .hh_title::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background: #e60013;
  left: 0;
}
.xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul {
  background: #fff;
}
.xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
}
.xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0 25px;
  align-items: center;
  justify-content: space-between;
  height: 2.865vw;
}
.xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li a img {
  transition: all 0.5s;
}
.xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li a.active span {
  color: #e60013;
}
.xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li a.active .img {
  display: none;
}
.xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li a.active .img_a {
  display: block;
}
.xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li .hh_span1 {
  color: #333;
  font-family: 'pf_m';
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 2048px) {
  .xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li .hh_span1 {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li .hh_span1 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li .hh_span1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li .hh_span1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li .hh_span1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li .hh_span1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li .hh_span1 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li .hh_span1 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li .hh_span1 {
    font-size: 14px;
  }
}
.xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li span {
  transition: all 0.5s;
}
.xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li .img_a {
  display: none;
}
.xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li ul {
  overflow: hidden;
  width: 100%;
  display: none;
}
.xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li ul li {
  width: 100%;
  border-top: 1px solid #f0f0f0;
}
.xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li ul li a {
  width: 100%;
  height: 2.865vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li ul li a span {
  font-size: 14px !important;
  padding-left: 15px;
}
.xz_pro_detailBox_2239 .div_l .hh_div2 .hh_li {
  background: url('../images/img50_xz2232957.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.xz_pro_detailBox_2239 .div_l .hh_div2 .hh_li .hh_p1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60.71%;
  overflow: hidden;
}
.xz_pro_detailBox_2239 .div_l .hh_div2 .hh_li .hh_p1 > .img,
.xz_pro_detailBox_2239 .div_l .hh_div2 .hh_li .hh_p1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.xz_pro_detailBox_2239 .div_l .hh_div2 .hh_li .hh_p1 img {
  width: auto !important;
  height: auto !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s;
}
.xz_pro_detailBox_2239 .div_l .hh_div2 .hh_li .hh_p2 {
  background: #fff;
  padding: 0 1vw;
  height: 3.125vw;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.xz_pro_detailBox_2239 .div_l .hh_div2 .hh_li .hh_p2 span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 2048px) {
  .xz_pro_detailBox_2239 .div_l .hh_div2 .hh_li .hh_p2 span {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .xz_pro_detailBox_2239 .div_l .hh_div2 .hh_li .hh_p2 span {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .xz_pro_detailBox_2239 .div_l .hh_div2 .hh_li .hh_p2 span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .xz_pro_detailBox_2239 .div_l .hh_div2 .hh_li .hh_p2 span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .xz_pro_detailBox_2239 .div_l .hh_div2 .hh_li .hh_p2 span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_pro_detailBox_2239 .div_l .hh_div2 .hh_li .hh_p2 span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .xz_pro_detailBox_2239 .div_l .hh_div2 .hh_li .hh_p2 span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .xz_pro_detailBox_2239 .div_l .hh_div2 .hh_li .hh_p2 span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .xz_pro_detailBox_2239 .div_l .hh_div2 .hh_li .hh_p2 span {
    font-size: 14px;
  }
}
.xz_pro_detailBox_2239 .div_l .hh_div2 .hh_li:hover img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.05);
}
.xz_pro_detailBox_2239 .div_l .hh_div2 .hh_li:hover .hh_p2 {
  color: #e60013;
}
.xz_pro_detailBox_2239 .div_l .hh_div3 .hh_li {
  background: #fff;
  margin-bottom: 15px;
}
.xz_pro_detailBox_2239 .div_l .hh_div3 .hh_li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 0;
  padding-bottom: 30.35%;
  position: relative;
}
.xz_pro_detailBox_2239 .div_l .hh_div3 .hh_li a .hh_p1 {
  width: 48.21%;
  overflow: hidden;
  height: 0;
  position: relative;
  padding-bottom: 30.35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.xz_pro_detailBox_2239 .div_l .hh_div3 .hh_li a .hh_p1 img {
  position: absolute;
  transition: all 0.8s;
}
.xz_pro_detailBox_2239 .div_l .hh_div3 .hh_li a .hh_p2 {
  width: 51.79%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  padding: 0 1vw;
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .xz_pro_detailBox_2239 .div_l .hh_div3 .hh_li a .hh_p2 {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .xz_pro_detailBox_2239 .div_l .hh_div3 .hh_li a .hh_p2 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .xz_pro_detailBox_2239 .div_l .hh_div3 .hh_li a .hh_p2 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .xz_pro_detailBox_2239 .div_l .hh_div3 .hh_li a .hh_p2 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .xz_pro_detailBox_2239 .div_l .hh_div3 .hh_li a .hh_p2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_pro_detailBox_2239 .div_l .hh_div3 .hh_li a .hh_p2 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .xz_pro_detailBox_2239 .div_l .hh_div3 .hh_li a .hh_p2 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .xz_pro_detailBox_2239 .div_l .hh_div3 .hh_li a .hh_p2 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .xz_pro_detailBox_2239 .div_l .hh_div3 .hh_li a .hh_p2 {
    font-size: 14px;
  }
}
.xz_pro_detailBox_2239 .div_l .hh_div3 .hh_li:hover img {
  transform: scale(1.05);
}
.xz_pro_detailBox_2239 .div_l .hh_div3 .hh_li:hover .hh_p2 {
  color: #e60013;
}
.xz_pro_detailBox_2239 .div_r {
  margin-top: 2.08vw;
  width: 77.5%;
  background: #fff;
  margin-bottom: 1.042vw;
  padding-bottom: 3.125vw;
}
.xz_pro_detailBox_2239 .div_r .hh_nav {
  padding: 0 2.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 70px;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}
.xz_pro_detailBox_2239 .div_r .hh_nav .hh_nav_li {
  margin-left: 4.166vw;
  color: #666;
  font-family: 'pf_m';
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 2048px) {
  .xz_pro_detailBox_2239 .div_r .hh_nav .hh_nav_li {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .xz_pro_detailBox_2239 .div_r .hh_nav .hh_nav_li {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .xz_pro_detailBox_2239 .div_r .hh_nav .hh_nav_li {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .xz_pro_detailBox_2239 .div_r .hh_nav .hh_nav_li {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .xz_pro_detailBox_2239 .div_r .hh_nav .hh_nav_li {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .xz_pro_detailBox_2239 .div_r .hh_nav .hh_nav_li {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .xz_pro_detailBox_2239 .div_r .hh_nav .hh_nav_li {
    font-size: 17px;
  }
}
@media (max-width: 1440px) {
  .xz_pro_detailBox_2239 .div_r .hh_nav .hh_nav_li {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .xz_pro_detailBox_2239 .div_r .hh_nav .hh_nav_li {
    font-size: 14px;
    line-height: 24px;
  }
}
.xz_pro_detailBox_2239 .div_r .hh_nav .hh_nav_li:nth-of-type(1) {
  margin-left: 0;
}
.xz_pro_detailBox_2239 .div_r .hh_nav .hh_nav_li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  position: relative;
  font-family: 'pf_m';
}
.xz_pro_detailBox_2239 .div_r .hh_nav .hh_nav_li a:hover {
  color: #e60013;
}
.xz_pro_detailBox_2239 .div_r .hh_nav .hh_nav_li::before,
.xz_pro_detailBox_2239 .div_r .hh_nav .hh_nav_li.on::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 3px;
  background: #e60013;
  transition: all 1s;
}
.xz_pro_detailBox_2239 .div_r .hh_nav .hh_nav_li:hover::before,
.xz_pro_detailBox_2239 .div_r .hh_nav .hh_nav_li.on::before {
  width: 100%;
}
.xz_pro_detailBox_2239 .div_r .hh_nav .hh_nav_li.on a {
  color: #e60013;
}
.xz_pro_detailBox_2239 .div_r .hh_content {
  padding: 0 2.6vw;
}
.xz_pro_detailBox_2239 .div_r .hh_content .hh_cTitle {
  margin-top: 3.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.xz_pro_detailBox_2239 .div_r .hh_content .hh_cTitle img {
  margin-right: 15px;
  width: 1vw;
}
.xz_pro_detailBox_2239 .div_r .hh_content .hh_cTitle span {
  color: #333;
  font-family: 'pf_m';
  line-height: 1;
}
@media (max-width: 2048px) {
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_cTitle span {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_cTitle span {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_cTitle span {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_cTitle span {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_cTitle span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_cTitle span {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_cTitle span {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_cTitle span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_cTitle span {
    font-size: 12.8px;
  }
}
.xz_pro_detailBox_2239 .div_r .hh_content .hh_text {
  margin-top: 20px;
}
.xz_pro_detailBox_2239 .div_r .hh_content .hh_text p {
  color: #666;
  line-height: 2;
  margin-bottom: 10px;
}
@media (max-width: 2048px) {
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_text p {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_text p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_text p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_text p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_text p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_text p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_text p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_text p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_text p {
    font-size: 14px;
  }
}
.xz_pro_detailBox_2239 .div_r .hh_content1 .hh_text img {
  margin-top: 25px;
  object-fit: cover;
}
.xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 {
  margin-top: 2.34vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_li {
  display: flex;
  margin-bottom: 1.3vw;
}
.xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p1 {
  min-width: 120px;
}
.xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p1,
.xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p2 {
  color: #333;
  font-family: 'pf_m';
  line-height: 1;
}
@media (max-width: 2048px) {
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p1,
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p2 {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p1,
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p2 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p1,
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p2 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p1,
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p2 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p1,
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p1,
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p2 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p1,
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p2 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p1,
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p2 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p1,
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p2 {
    font-size: 14px;
  }
}
.xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p2 {
  color: #666;
}
.xz_pro_detailBox_2239 .div_r .hh_content3 .hh_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.xz_pro_detailBox_2239 .div_r .hh_content3 .hh_text .hh_text_li {
  margin-bottom: 10px;
  position: relative;
  width: 49.69%;
  height: 0;
  padding-bottom: 31.76%;
  margin-right: 0.62%;
  overflow: hidden;
  transition: all 0.5s;
}
.xz_pro_detailBox_2239 .div_r .hh_content3 .hh_text .hh_text_li > .img,
.xz_pro_detailBox_2239 .div_r .hh_content3 .hh_text .hh_text_li img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.xz_pro_detailBox_2239 .div_r .hh_content3 .hh_text .hh_text_li:nth-of-type(2n) {
  margin-right: 0;
}
.xz_pro_detailBox_2239 .div_r .hh_content4 .hh_text {
  margin-top: 25px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: inline-flex;
  width: 800px;
  max-width: 100%;
}
.xz_pro_detailBox_2239 .div_r .hh_content4 .hh_text .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  position: relative;
}
.xz_pro_detailBox_2239 .div_r .hh_content4 .hh_text .hh_img {
  transition: all 0.8s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xz_pro_detailBox_2239 .div_r .hh_content4 .hh_text:hover .hh_img {
  transform: scale(1.05);
}
.xz_pro_detailBox_2239 .div_r .hh_content4 .hh_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .xz_pro_detailBox_2239 .div_r .hh_nav {
    height: 55px;
  }
  .xz_pro_detailBox_2239 {
    flex-direction: column;
  }
  .xz_pro_detailBox_2239 .div_r {
    order: 1;
    margin-top: 25px;
    width: 100%;
  }
  .xz_pro_detailBox_2239 .div_l {
    order: 0;
    display: block;
    width: 100%;
  }
  .xz_pro_detailBox_2239 .div_l .hh_div2,
  .xz_pro_detailBox_2239 .div_l .hh_div3 {
    display: none;
  }
  .xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li a {
    height: 45px;
    padding: 0 15px;
  }
  .xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li ul li a {
    height: 35px;
  }
  .xz_pro_detailBox_2239 .div_r,
  .xz_pro_detailBox_2239 .div_l {
    margin-bottom: 10px;
  }
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_cTitle {
    margin-top: 25px;
  }
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_cTitle span {
    font-size: 16px;
  }
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_text p {
    font-size: 14px;
  }
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_text p img {
    object-fit: cover;
    width: 100% !important;
    height: auto !important;
  }
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_text p * {
    max-width: 100%;
    object-fit: cover;
  }
  .ykplayer .x-video-poster img {
    object-fit: cover !important;
  }
  .xz_pro_detailBox_2239 .div_r .hh_content .hh_cTitle img {
    width: 15px;
    margin-right: 10px;
  }
  .xz_pro_detailBox_2239 .div_r .hh_content4 .hh_icon {
    width: 50px;
  }
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p1,
  .xz_pro_detailBox_2239 .div_r .hh_content2 .hh_div2 .hh_p2 {
    font-size: 14px;
  }
  .xz_pro_detailBox_2239 .div_r .hh_content3 .hh_text .hh_text_li {
    width: 49%;
    margin-right: 2%;
  }
  .xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li .hh_span1 {
    font-size: 15px;
  }
  .xz_pro_detailBox_2239 .div_l .hh_div1 .hh_ul .hh_li ul li a {
    font-size: 13px !important;
  }
  .xz_pro_detailBox_2239 .div_l .hh_title {
    font-size: 20px;
    margin-top: 15px;
  }
}
.xz_protj_22391807 {
  background: #f6f6f6;
  width: 100%;
  padding-top: 3.125vw;
}
.xz_protj_22391807 .hh_title {
  position: relative;
  color: #333;
  font-family: 'pf_b';
  font-weight: bold;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 2048px) {
  .xz_protj_22391807 .hh_title {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .xz_protj_22391807 .hh_title {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .xz_protj_22391807 .hh_title {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .xz_protj_22391807 .hh_title {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .xz_protj_22391807 .hh_title {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .xz_protj_22391807 .hh_title {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .xz_protj_22391807 .hh_title {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .xz_protj_22391807 .hh_title {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .xz_protj_22391807 .hh_title {
    font-size: 12.8px;
  }
}
.xz_protj_22391807 .hh_title::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background: #e60013;
  left: 0;
}
.xz_protj_22391807 .hh_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5625vw;
  padding-bottom: 1.5625vw;
  position: relative;
}
.xz_protj_22391807 .hh_ul .swiper-button-prev {
  left: -60px;
  background-image: url(../images/img11_xz2232957.png);
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  top: 38%;
}
.xz_protj_22391807 .hh_ul .swiper-button-next {
  background-image: url(../images/img12_xz2232957.png);
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  left: unset;
  right: -60px;
  top: 38%;
}
.xz_protj_22391807 .hh_ul .swiper-button-prev:after,
.xz_protj_22391807 .hh_ul .swiper-container-rtl .swiper-button-next:after,
.xz_protj_22391807 .hh_ul .swiper-button-next:after,
.xz_protj_22391807 .hh_ul .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.xz_protj_22391807 .hh_ul .swiper-button-prev:hover {
  background-image: url(../images/img11_a_xz2232957.png);
  background-size: 40px 40px;
}
.xz_protj_22391807 .hh_ul .swiper-button-next:hover {
  background-image: url(../images/img12_a_xz2232957.png);
  background-size: 40px 40px;
}
.xz_protj_22391807 .hh_ul .xz_protj_swp {
  width: 100%;
  overflow: hidden;
}
.xz_protj_22391807 .hh_ul .hh_li {
  width: 100%;
  margin-bottom: 25px;
}
.xz_protj_22391807 .hh_ul .hh_li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  flex-direction: column;
}
.xz_protj_22391807 .hh_ul .hh_li a .hh_div1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.64%;
  overflow: hidden;
}
.xz_protj_22391807 .hh_ul .hh_li a .hh_div1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 63% !important;
  height: auto !important;
  transition: all 0.8s;
}
.xz_protj_22391807 .hh_ul .hh_li a .hh_div2 {
  color: #333;
  font-family: 'pf_m';
  padding-top: 25px;
  background: #f6f6f6;
  transition: all 1s;
}
@media (max-width: 2048px) {
  .xz_protj_22391807 .hh_ul .hh_li a .hh_div2 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .xz_protj_22391807 .hh_ul .hh_li a .hh_div2 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .xz_protj_22391807 .hh_ul .hh_li a .hh_div2 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .xz_protj_22391807 .hh_ul .hh_li a .hh_div2 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .xz_protj_22391807 .hh_ul .hh_li a .hh_div2 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .xz_protj_22391807 .hh_ul .hh_li a .hh_div2 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .xz_protj_22391807 .hh_ul .hh_li a .hh_div2 {
    font-size: 17px;
  }
}
@media (max-width: 1440px) {
  .xz_protj_22391807 .hh_ul .hh_li a .hh_div2 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .xz_protj_22391807 .hh_ul .hh_li a .hh_div2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.xz_protj_22391807 .hh_ul .hh_li:nth-of-type(3n+1) {
  margin-left: 0;
}
.xz_protj_22391807 .hh_ul .hh_li:hover .hh_div1 img {
  transform: translate(-50%, -50%) scale(1.05);
}
.xz_protj_22391807 .hh_ul .hh_li:hover .hh_div2 {
  color: #d9091a;
}
@media (max-width: 1520px) {
  .xz_protj_22391807 .hh_ul .swiper-button-next {
    right: -50px;
  }
  .xz_protj_22391807 .hh_ul .swiper-button-prev {
    left: -50px;
  }
}
@media (max-width: 1024px) {
  .xz_protj_22391807 .hh_ul .swiper-button-next {
    right: -20px;
  }
  .xz_protj_22391807 .hh_ul .swiper-button-prev {
    left: -20px;
  }
}
@media (max-width: 768px) {
  .xz_protj_22391807 .hh_ul {
    overflow-x: auto;
    display: -webkit-box;
    flex-wrap: unset;
    overflow: unset;
    display: flex;
    margin-top: 20px;
    padding-bottom: 40px;
    flex-direction: column;
  }
  .xz_protj_22391807 .hh_ul .hh_li {
    width: 100%;
    margin-left: 0;
  }
  .xz_protj_22391807 .hh_ul .hh_li a .hh_div2 {
    padding-top: 12px;
  }
  .xz_protj_22391807 .hh_title {
    font-size: 16px;
  }
  .xz_protj_22391807 {
    padding-top: 40px;
  }
  .xz_protj_22391807 .hh_ul .hh_li a .hh_div1 img {
    width: 95% !important;
  }
  .xz_protj_22391807 .hh_ul .hh_li a .hh_div1 {
    padding-bottom: 80%;
  }
  .xz_protj_22391807 .hh_title {
    font-size: 20px;
  }
  .xz_protj_22391807 .hh_ul .swpBtn {
    order: 1;
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  .xz_protj_22391807 .hh_ul .swiper-button-prev {
    margin-right: 15px;
    position: unset;
  }
  .xz_protj_22391807 .hh_ul .swiper-button-next {
    position: unset;
  }
  .xz_protj_22391807 .hh_ul .xz_protj_swp {
    order: 0;
  }
}
.proBody {
  background: #f6f6f6;
}
/* 产品列表 */
.p-accordion {
  border: 1px solid #ECECEC;
  display: none;
}
.p-accordion > li .link {
  padding: 18px 30px;
  border-bottom: 1px dashed rgba(102, 102, 102, 0.36);
}
.p-accordion > li:last-child .link {
  border-bottom: 0;
}
.p-accordion > li a {
  font-size: 18px;
  color: #333;
}
.submenu li a {
  font-size: 14px;
  color: #666;
  transition: all 0.4s;
}
.submenu li {
  padding: 8px 20px;
  position: relative;
}
.submenu li:after {
  content: '';
  width: 5px;
  height: 1px;
  background: #666;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
}
.submenu {
  padding: 8px 40px;
  border-bottom: 1px dashed transparent;
  display: none;
}
.p-accordion > li.open .submenu {
  border-bottom: 1px dashed rgba(102, 102, 102, 0.36);
}
.chevron-down {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../images/jia.png) no-repeat center;
}
.p-accordion > li .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-accordion > li.open .chevron-down {
  background: url(../images/jian.png) no-repeat center;
}
.p-accordion > li.open .link > a {
  color: #D61F2F;
}
.list1 {
  padding-bottom: 60px;
}
.list_con1 .rq1 .lef {
  float: left;
  width: 17%;
}
.list_con1 .rq1 .lef .div1 .p1 {
  font-size: 48px;
  color: #c8c8c9;
  font-family: 'akz2';
}
.list_con1 .rq1 .lef .div1 .p2 {
  font-size: 32px;
  color: #333333;
  position: relative;
}
.list_con1 .rq1 .lef .div1 .p2::after {
  content: '';
  width: 124px;
  height: 9px;
  background: url(../images/list1.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.list_con1 .rq1 .lef .div2 {
  border-right: 1px solid #dcdcdc;
  margin-top: 85px;
}
.list_con1 .rq1 .lef .div2 .S_jobitem {
  margin-top: 45px;
}
.list_con1 .rq1 .lef .div2 .S_jobitem:nth-child(1) {
  margin-top: 0;
}
.list_con1 .rq1 .lef .div2 .S_jobitem .S_jobhead {
  position: relative;
}
.list_con1 .rq1 .lef .div2 .S_jobitem .S_jobhead p {
  width: 108px;
  line-height: 30px;
  background-color: #d61f2f;
  display: inline-block;
  font-size: 18px;
  font-family: 'pf_r';
  color: #fff;
  padding-left: 15px;
  position: relative;
}
.list_con1 .rq1 .lef .div2 .S_jobitem:nth-child(2) .S_jobhead p {
  width: 124px;
}
.list_con1 .rq1 .lef .div2 .S_jobitem .S_jobhead::after {
  content: '';
  width: 131px;
  height: 11px;
  background: url(../images/list2.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -2.8%;
  top: 50%;
  transform: translateY(-50%);
}
.rq1 .lef .div2 .S_jobitem .S_jobhead p .icon-down {
  position: absolute;
  right: 10%;
  font-size: 14px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.list_con1 .rq1 .lef .div2 .S_jobitem .S_jobcont {
  padding-left: 15px;
  display: none;
}
.list_con1 .rq1 .lef .div2 .S_jobitem.open .S_jobcont {
  display: block;
}
.list_con1 .rq1 .lef .div2 .S_jobitem .S_jobcont a {
  display: block;
  font-size: 18px;
  color: #333;
  margin-top: 35px;
  font-family: 'pf_r';
  transition: 0.5s all;
}
.list_con1 .rq1 .lef .div2 .S_jobitem .S_jobcont a:hover {
  color: #d61f2f;
}
.list_con1 .rq1 .lef .div3 {
  width: 100%;
  background: url(../images/list3.png) no-repeat;
  background-size: contain;
  margin-top: 50px;
}
.list_con1 .rq1 .lef .div3 .p1 {
  font-size: 22px;
  font-family: 'pf_r';
  color: #fff;
  line-height: 64px;
  border-bottom: 1px solid #a9a9a9;
  padding: 0 25px;
}
.list_con1 .rq1 .lef .div3 .bot1 {
  padding: 0 25px;
}
.list_con1 .rq1 .lef .div3 .bot1 .p2 {
  margin-top: 25px;
  font-size: 16px;
  font-family: 'pf_r';
  color: #fff;
}
.list_con1 .rq1 .lef .div3 .bot1 .p2 img {
  width: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
.list_con1 .rq1 .lef .div3 .bot1 .p2 span {
  font-family: 'din';
  font-size: 24px;
}
.list_con1 .rq1 .lef .div3 .a {
  display: block;
  width: 100%;
  background-color: #d61f2f;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  margin-top: 36px;
  position: relative;
  padding-left: 70px;
  /* text-align: center; */
}
.list_con1 .rq1 .lef .div3 .a::after {
  content: '';
  width: 22px;
  height: 22px;
  background: url(../images/list50.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.list_con1 .rq1 .lef .div4 .p1 {
  font-size: 22px;
  font-family: 'pf_r';
  color: #ffffff;
  line-height: 52px;
  background: #333333;
  padding-left: 26px;
}
.list_con1 .rq1 .lef .div4 {
  width: 100%;
  padding-bottom: 70px;
  margin-top: 38px;
}
.list_con1 .rq1 .lef .div4 .div {
  padding: 23px 8px;
  background-color: #fff;
}
.list_con1 .rq1 .lef .div4 .div a {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  border: 1px solid #d1d2d3;
  border-radius: 5px;
  margin-bottom: 4px;
  margin-right: 0px;
  padding: 0 11px;
  transition: 0.5s all;
}
.list_con1 .rq1 .lef .div4 .div a.on {
  background-color: #d61f2f;
  color: #fff;
  border-color: #d61f2f;
}
.list_con1 .rq1 .lef .div4 .div a:hover {
  background-color: #d61f2f;
  color: #fff;
  border-color: #d61f2f;
}
.list_con1 .rq1 .rig {
  float: right;
  /* margin-left: 7%; */
  width: 75%;
}
.list_con1 .new1_con1_rig .ca_dat {
  margin-left: 0;
  width: 100%;
}
.list_con1 .rq1 .rig .top {
  padding: 0 25px;
  line-height: 70px;
  border-bottom: 2px solid #d1d2d3;
  padding-bottom: 25px;
}
.list_con1 .rq1 .rig .rq2 .top {
  line-height: 24px;
  padding-bottom: 0px;
  border-bottom: 1px solid #d6d6d6;
}
.list_con1 .rq1 .rig .top div {
  float: right;
  width: 47px;
  height: 47px;
  background: #e5e5e5;
  margin-left: 14px;
  margin-top: 15px;
  position: relative;
  transition: all 0.5s;
}
.list_con1 .rq1 .rig .top .div1::before {
  content: '';
  width: 18px;
  height: 13px;
  background-image: url(../images/list7.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.list_con1 .rq1 .rig .top div.on {
  background: #d61f2f;
}
.list_con1 .rq1 .rig .top .div2::before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../images/list8.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.list_con1 .rq1 .rig .top .div2.on::before {
  background-image: url(../images/list8b.png);
}
.list_con1 .rq1 .rig .top .div1.on::before {
  background-image: url(../images/list7b.png);
}
.list_con1 .rq1 .rig .bottom {
  margin-top: 32px;
  margin-bottom: 2.344vw;
  display: flex;
  flex-wrap: wrap;
}
.list_con1 .rq1 .rig .bottom .rq {
  width: 48.57%;
  float: left;
  transition: 0.5s all;
  margin-top: 1.563vw;
}
.list_con1 .rq1 .rig .bottom .rq:hover {
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  transform: translate3d(0, -5px, 0);
}
.list_con1 .rq1 .rig .bottom .rq:hover .div1Box::before {
  width: 100%;
}
.list_con1 .rq1 .rig .bottom .rq:hover .div1Box .div1Icon .hh_img {
  display: none;
}
.list_con1 .rq1 .rig .bottom .rq:hover .div1Box .div1Icon .hh_img_a {
  display: block;
}
.list_con1 .rq1 .rig .bottom .rq:nth-child(1),
.list_con1 .rq1 .rig .bottom .rq:nth-child(2) {
  margin-top: 0;
}
.list_con1 .rq1 .rig .bottom .rq:nth-child(even) {
  margin-left: 2.86%;
}
.list_con1 .rq1 .rig .bottom .rq .div1Box {
  padding: 1.563vw;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: relative;
}
.list_con1 .rq1 .rig .bottom .rq .div1Box::before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #e60013;
  left: 0;
  bottom: 0;
  transition: all 0.8s;
}
.list_con1 .rq1 .rig .bottom .rq .div1 {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 69%;
}
.list_con1 .rq1 .rig .bottom .rq .div1 img {
  vertical-align: middle;
  width: auto;
  position: absolute;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
.list_con1 .rq1 .rig .bottom .rq .div2 {
  background-color: #fff;
  padding: 1.563vw;
}
.list_con1 .rq1 .rig .bottom .rq .div2 .p1 {
  color: #333333;
  font-family: 'pf_r';
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 2048px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .p1 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .p1 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .p1 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .p1 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .p1 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .p1 {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .p1 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .p1 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .p1 {
    font-size: 12.8px;
  }
}
.list_con1 .rq1 .rig .bottom .rq .div2 .p2 {
  font-family: 'pf_r';
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.7;
}
@media (max-width: 2048px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .p2 {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .p2 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .p2 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .p2 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .p2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .p2 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .p2 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .p2 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .p2 {
    font-size: 14px;
  }
}
.list_con1 .rq1 .rig .bottom .rq .div2 .bot {
  width: 100%;
  line-height: 35px;
  margin-top: 1.042vw;
}
.list_con1 .rq1 .rig .bottom .rq .div2 .bot button {
  display: inline-block;
  line-height: 35px;
  width: 100px;
  border: 1px solid #eeeeee;
  transition: all 0.5s;
}
.list_con1 .rq1 .rig .bottom .rq .div2 .bot button a {
  display: inline-block;
  width: 100%;
  font-family: 'pf_r';
  color: #333;
  background: url(../images/img358.png) no-repeat;
  background-size: 17px;
  text-align: left;
  padding-left: 24px;
  background-position-x: 80%;
  background-position-y: center;
  z-index: 10;
  transition: 0.5s all;
}
@media (max-width: 2048px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .bot button a {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .bot button a {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .bot button a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .bot button a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .bot button a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .bot button a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .bot button a {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .bot button a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .bot button a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .bot button a {
    padding-left: 15px;
    padding-right: 40px;
    background-position-x: 86%;
  }
}
.list_con1 .rq1 .rig .bottom .rq .div2 .bot button:nth-of-type(2) {
  margin-left: 5px;
}
.list_con1 .rq1 .rig .bottom .rq .div2 .bot button:nth-of-type(2) a {
  background: url(../images/img359.png) no-repeat;
  background-size: 17px;
  background-position-x: 80%;
  background-position-y: center;
}
.list_con1 .rq1 .rig .bottom .rq .div2 .bot button:hover {
  background-color: #d61f2f;
}
.list_con1 .rq1 .rig .bottom .rq .div2 .bot button:hover a {
  color: #fff;
  background: url(../images/img358_a.png) no-repeat;
  background-size: 17px;
  background-position-x: 80%;
  background-position-y: center;
}
.list_con1 .rq1 .rig .bottom .rq .div2 .bot button:nth-of-type(2):hover a {
  background: url(../images/img359_a.png) no-repeat;
  background-size: 17px;
  background-position-x: 80%;
  background-position-y: center;
}
.list_con1 .rq1 .rig .bottom2 {
  width: auto;
  margin: 82px 0;
  float: right;
}
.list_con1 .rq1 .rig .bottom2 li {
  width: 46px;
  height: 46px;
  line-height: 46px;
  float: left;
  background-color: #999999;
  text-align: center;
  margin-left: 5px;
  transition: 0.5s all;
}
.list_con1 .rq1 .rig .bottom2 li:nth-child(1) {
  margin-left: 0;
}
.list_con1 .rq1 .rig .bottom2 li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  font-family: 'akz';
}
.list_con1 .rq1 .rig .bottom2 .prev,
.list_con1 .rq1 .rig .bottom2 .next {
  background-color: #fff;
}
.list_con1 .rq1 .rig .bottom2 .prev {
  background: url(../images/list15.png) no-repeat;
  background-size: 8px;
  background-position: center center;
}
.list_con1 .rq1 .rig .bottom2 .prev:hover {
  background: url(../images/list15r.png) no-repeat;
  background-size: 8px;
  background-position: center center;
}
.list_con1 .rq1 .rig .bottom2 .next {
  background: url(../images/list16.png) no-repeat;
  background-size: 8px;
  background-position: center center;
}
.list_con1 .rq1 .rig .bottom2 .next:hover {
  background: url(../images/list16r.png) no-repeat;
  background-size: 8px;
  background-position: center center;
}
.list_con1 .rq1 .rig .bottom2 li:hover {
  background-color: #d61f2f;
}
.list_con2 {
  width: 100%;
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 110px;
}
.list_con2 .h1 {
  text-align: center;
  font-size: 40px;
  color: #333;
}
.list_con2 .rq1 {
  width: 100%;
  display: flex;
  margin-top: 50px;
}
.list_con2 .rq1 .lef {
  width: 30%;
}
.list_con2 .rq1 .lef .div1 {
  width: 100%;
  overflow: hidden;
}
.list_con2 .rq1 .lef .div1 img {
  transition: 0.5s all;
  vertical-align: middle;
  width: 100%;
}
.list_con2 .rq1 .lef .div1:hover img {
  transform: scale(1.05);
}
.list_con2 .rq1 .lef .div2 .a1 {
  display: block;
  font-size: 18px;
  color: #333;
  font-family: 'pf_r';
}
.list_con2 .rq1 .lef .div2 .bot {
  font-size: 14px;
  color: #999;
  font-family: 'din';
  margin-top: 26px;
}
.list_con2 .rq1 .rig {
  width: 68%;
  margin-left: 2%;
}
.list_con2 .rq1 .rig .div1 {
  width: 100%;
  background: #fff;
  display: flex;
  box-shadow: 0px 0px 1px 0px rgba(90, 91, 95, 0.3);
}
.list_con2 .rq1 .rig .div1 .bot1 {
  width: 50%;
  padding: 50px 55px;
}
.list_con2 .rq1 .rig .div1 .bot1 .p1 {
  font-size: 22px;
  color: #333;
  font-family: 'pf_r';
}
.list_con2 .rq1 .rig .div1 .bot1 .a1 {
  font-size: 18px;
  color: #999;
  font-family: 'pf_r';
  display: block;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  margin-top: 15px;
}
.list_con2 .rq1 .rig .div1 .bot1 .p2 {
  font-size: 16px;
  color: #999;
  font-family: 'din';
  text-align: right;
  margin-right: 20px;
  position: relative;
  margin-top: 40px;
}
.list_con2 .rq1 .rig .div1 .bot1 .p2::before {
  content: '';
  width: 92px;
  height: 2px;
  background-color: #dadada;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}
.list_con2 .rq1 .rig .div2 {
  margin-top: 2%;
  width: 100%;
}
.list_con2 .rq1 .rig .div2 .bot1 {
  width: 48%;
  background-color: #fbfbfb;
  padding: 32px 28px;
  float: left;
  margin-left: 2%;
}
.list_con2 .rq1 .rig .div2 .bot1:nth-child(1) {
  margin-left: 0;
}
.list_con2 .rq1 a {
  transition: 0.5s all;
}
.list_con2 .rq1 a:hover {
  color: #d61f2f !important;
}
.list_con2 .rq1 .rig .div2 .bot1 a {
  font-size: 18px;
  padding-left: 25px;
  font-family: 'pf_r';
  position: relative;
  color: #333;
}
.list_con2 .rq1 .rig .div2 .bot1 a::before {
  content: '';
  width: 3px;
  height: 3px;
  border: 2px solid #b38f5b;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.list_con2 .rq1 .rig .div2 .bot1 li span {
  font-size: 14px ;
  font-family: 'din';
  float: right;
  color: #666666;
}
.list_con2 .rq1 .rig .div2 .bot1 li {
  margin-top: 30px;
}
.list_con2 .rq1 .rig .div2 .bot1 li:nth-child(1) {
  margin-top: 0;
}
.list_con1 .rq1 .rig .top .div1.on::before {
  background-image: url(../images/list7b.png);
}
.list_con1 .rq1 .rig .bottom.on1 .rq {
  width: 100%;
  height: auto;
  margin-left: 0;
}
.list_con1 .rq1 .rig .bottom.on1 .rq .div1 {
  width: 40%;
  float: left;
}
.list_con1 .rq1 .rig .bottom.on1 .rq .div2 .bot {
  float: right;
}
.list_con1 .rq1 .rig .bottom.on1 .rq .div2 {
  width: 60%;
  float: left;
  padding-left: 46px;
}
.p-accordion > li .submenu li a.on,
.p-accordion > li .submenu li:hover a {
  color: #D61F2F;
}
.rq1 .lef .div2 .open .S_jobhead p .icon-down {
  transform: translateY(-50%) rotate(0deg) !important;
}
.list_con1 .rq1 .rig .bottom .rq .div1Box {
  position: relative;
}
.list_con1 .rq1 .rig .bottom .rq .div1Box .div1Icon {
  position: absolute;
  right: 25px;
  bottom: -25px;
  display: none;
}
.list_con1 .rq1 .rig .bottom .rq .div1Box .div1Icon .hh_img_a {
  display: none;
}
/* 产品列表分辨率 */
@media (max-width: 1459px) {
  .list_con1 .rq1 .lef .div1 .p1 {
    font-size: 36px;
  }
  .list_con1 .rq1 .lef .div1 .p2 {
    font-size: 26px;
  }
  .list_con1 .rq1 .lef .div2 {
    margin-top: 65px;
  }
  .list_con1 .rq1 .lef .div2 .S_jobitem .S_jobhead p {
    width: 100px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 13px;
  }
  .list_con1 .rq1 .lef .div2 .S_jobitem {
    margin-top: 32px;
  }
  .list_con1 .rq1 .lef .div3 {
    margin-top: 38px;
  }
  .list_con1 .rq1 .lef .div3 .a {
    margin-top: 8px;
    line-height: 38px;
    font-size: 14px;
  }
  .list_con1 .rq1 .lef .div4 {
    padding-bottom: 52px;
    margin-top: 28px;
  }
  .list_con1 .rq1 .lef .div3 .bot1 .p2 {
    margin-top: 8px;
    font-size: 14px;
  }
  .list_con1 .rq1 .lef .div3 .bot1 .p2 span {
    font-size: 18px;
  }
  .list_con1 .rq1 .lef .div2 .S_jobitem .S_jobhead::after {
    width: 90px;
  }
  .list_con1 .rq1 .lef .div2 .S_jobitem .S_jobcont a {
    margin-top: 20px;
    font-size: 16px;
  }
  .list_con1 .rq1 .rig .bottom2 {
    margin: 30px 0;
  }
  .list_con2 .h1 {
    font-size: 30px;
  }
  .list_con2 .rq1 {
    margin-top: 30px;
  }
  .list_con2 {
    padding-top: 55px;
    padding-bottom: 70px;
  }
  .list_con2 .rq1 .rig .div2 .bot1 a {
    font-size: 16px;
  }
  .list_con2 .rq1 .rig .div1 .bot1 {
    padding: 30px 40px;
  }
  .list_con2 .rq1 .lef .div2 .a1 {
    font-size: 16px;
  }
  .list_con2 .rq1 .rig .div2 .bot1 {
    padding: 20px 20px;
  }
  .list_con2 .rq1 .rig .div2 .bot1 li {
    margin-top: 15px;
  }
  .list_con1 .rq1 .lef .div3 .a {
    padding-left: 40px;
  }
}
@media (max-width: 1280px) {
  .list_con1 .rq1 .rig .bottom .rq .div2 .p1 {
    font-size: 19.5px;
  }
}
@media (max-width: 1259px) {
  .list_con2 .rq1 .rig .div2 .bot1 {
    padding: 10px 10px;
  }
  .list_con1 .rq1 .lef .div3 .p1 {
    font-size: 18px;
    line-height: 40px;
    padding: 0 15px;
  }
  .list_con1 .rq1 .lef .div3 .bot1 {
    padding: 0px 15px;
  }
}
@media (max-width: 991px) {
  .xz_pro_detailBox_2239 .div_l {
    width: 26%;
  }
  .p-accordion {
    display: block;
  }
  .list_con1 .rq1 .lef {
    display: none;
  }
  .list_con1 .rq1 .rig {
    margin-left: 0%;
    width: 70%;
  }
  .list_con2 .rq1 {
    display: block;
  }
  .list_con2 .rq1 .lef {
    width: 100%;
  }
  .list_con2 .rq1 .rig {
    width: 100%;
    margin-left: 0%;
    margin-top: 2%;
  }
}
@media (max-width: 768px) {
  .xz_pro_detailBox_2239 .div_l,
  .list_con1 .rq1 .rig {
    width: 100%;
  }
  .list_con1 .rq1 .rig .bottom .rq .div2 .bot {
    width: 100%;
    margin-top: 20px;
  }
  .list_con1 .rq1 .rig .bottom .rq {
    margin-top: 20px;
  }
  .list_con1 .rq1 .rig .bottom .rq .div1Box .div1Icon {
    right: 15px;
    bottom: -18px;
  }
  .list_con1 .rq1 .rig .bottom .rq .div1Box .div1Icon img {
    width: 35px;
  }
  .list_con1 .rq1 .rig .bottom .rq .div2 .p2 {
    margin-top: 5px;
  }
  .list_con1 .rq1 .rig .bottom .rq .div2 .bot button {
    width: 90px;
  }
  .list_con1 .rq1 .rig .bottom .rq .div2 .bot button a {
    padding-left: 15px;
    background-position-x: 80%;
  }
  .list_con1 .rq1 .rig .bottom .rq .div1Box {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .list_con1 .rq1 .rig .bottom .rq:nth-child(even) {
    margin-left: 0;
  }
  .list_con1 .rq1 .rig .bottom .rq {
    width: 100%;
  }
  .list_con1 .rq1 .rig .bottom .rq .div2 {
    padding: 22px 15px;
  }
  .list_con1 .rq1 .rig .bottom .rq .div2 .p1 {
    font-size: 16px;
  }
  .list_con1 .rq1 .rig .bottom .rq .div2 .p2 {
    font-size: 14px;
  }
  .list_con1 .rq1 .rig .bottom .rq .div2 .bot button a {
    font-size: 13px;
  }
  .list_con1 .rq1 .rig .bottom .rq .div2 .bot button {
    line-height: 35px;
  }
  .list_con1 .rq1 .rig .bottom2 li {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .list_con1 .rq1 .rig .bottom2 li a {
    font-size: 14px;
  }
  .list_con1 .rq1 .rig .bottom2 {
    float: none;
    display: table;
    width: auto;
    margin: 20px auto;
  }
  .list_con2 .h1 {
    font-size: 22px;
  }
  .list_con2 .rq1 .rig .div1 {
    display: block;
  }
  .list_con2 .rq1 .rig .div1 .bot1 {
    width: 100%;
    padding: 20px 20px;
  }
  .list_con2 .rq1 .rig .div2 .bot1 {
    width: 100%;
    margin-left: 0%;
  }
  .list_con2 .rq1 .rig .div1 .bot1 .p1 {
    font-size: 16px;
  }
  .list_con2 .rq1 .rig .div1 .bot1 .a1 {
    font-size: 13px;
  }
  .list_con2 .rq1 .rig .div1 .bot1 .p2 {
    font-size: 13px;
    margin-right: 5px;
    margin-top: 25px;
  }
  .list_con2 {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .list_con1 .rq1 .rig .top div {
    width: 36px;
    height: 36px;
  }
  .list_con1 .rq1 .rig .bottom.on1 .rq .div2,
  .list_con1 .rq1 .rig .bottom.on1 .rq .div1 {
    width: 100%;
  }
  .list_con1 .rq1 .rig .bottom {
    margin-top: 10px;
  }
  .list_con1 .rq1 .rig .bottom .rq:nth-child(2) {
    margin-top: 20px;
  }
}
.list-case.xz_anli .w1400 {
  width: 100% !important;
}
.list-case.xz_anli .list-cont ul li {
  margin-right: 1.4%;
  border: 1px solid #eee;
}
.list-case.xz_anli .list-cont ul li:nth-of-type(3n+3) {
  margin-right: 0;
}
.list-case.xz_anli .list-cont ul li .text {
  padding: 20px 54px 0 20px;
  height: 4.688vw;
  min-height: 85px;
}
.list-case.xz_anli .list-cont ul li img {
  transition: all 0.8s;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.list-case.xz_anli .list-cont ul li > a {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 63.63%;
}
.list-case.xz_anli .list-cont ul li > a > .img,
.list-case.xz_anli .list-cont ul li > a img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.list-case.xz_anli .list-cont ul li a {
  color: #333;
  overflow: hidden;
  transition: all 1s;
}
@media (max-width: 2048px) {
  .list-case.xz_anli .list-cont ul li a {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .list-case.xz_anli .list-cont ul li a {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .list-case.xz_anli .list-cont ul li a {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .list-case.xz_anli .list-cont ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .list-case.xz_anli .list-cont ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .list-case.xz_anli .list-cont ul li a {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .list-case.xz_anli .list-cont ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .list-case.xz_anli .list-cont ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .list-case.xz_anli .list-cont ul li a {
    font-size: 12.8px;
  }
}
.list-case.xz_anli .list-cont ul li:hover a {
  color: #e40013;
}
.list-case.xz_anli .list-cont ul li:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 1680px) {
  .list-case.xz_anli .list-cont ul li .text {
    padding: 15px 54px 0 20px;
  }
}
.qtwy_article {
  background: #fff;
  padding: 0.75rem 0 0 0;
  margin: 0 auto;
}
.qtwy_article * {
  font-family: 'pf_r';
}
@media (max-width: 768px) {
  .qtwy_article {
    padding: 0.4rem 0rem 0 0rem;
    width: 100%;
  }
}
.qtwy_article .title {
  color: #333;
  font-family: 'pf_b';
  font-weight: bold;
}
@media (max-width: 2048px) {
  .qtwy_article .title {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .qtwy_article .title {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .qtwy_article .title {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .qtwy_article .title {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .qtwy_article .title {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .qtwy_article .title {
    font-size: 19.2px;
  }
}
@media (max-width: 768px) {
  .qtwy_article .title {
    font-size: 0.18rem;
  }
}
.qtwy_article .subTitle {
  display: flex;
  margin: 0.35rem 0 0rem 0;
}
@media (max-width: 768px) {
  .qtwy_article .subTitle {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0.15rem 0 0.1rem 0;
  }
}
.qtwy_article .subTitle .div1,
.qtwy_article .subTitle .div2,
.qtwy_article .subTitle .div3,
.qtwy_article .subTitle .div4 {
  margin-right: 0.4rem;
}
@media (max-width: 768px) {
  .qtwy_article .subTitle .div1,
  .qtwy_article .subTitle .div2,
  .qtwy_article .subTitle .div3,
  .qtwy_article .subTitle .div4 {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
}
.qtwy_article .subTitle .div1 .img,
.qtwy_article .subTitle .div2 .img,
.qtwy_article .subTitle .div3 .img,
.qtwy_article .subTitle .div4 .img {
  margin-right: 5px;
  display: none;
}
.qtwy_article .subTitle .div1 .span1,
.qtwy_article .subTitle .div2 .span1,
.qtwy_article .subTitle .div3 .span1,
.qtwy_article .subTitle .div4 .span1 {
  color: #999;
  font-size: 16px;
}
@media (max-width: 768px) {
  .qtwy_article .subTitle .div1 .span1,
  .qtwy_article .subTitle .div2 .span1,
  .qtwy_article .subTitle .div3 .span1,
  .qtwy_article .subTitle .div4 .span1 {
    font-size: 0.12rem;
    font-family: 'pf_m';
  }
}
.qtwy_article .subTitle .div1 .span2,
.qtwy_article .subTitle .div2 .span2,
.qtwy_article .subTitle .div3 .span2,
.qtwy_article .subTitle .div4 .span2 {
  color: #666;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .qtwy_article .subTitle .div1 .span2,
  .qtwy_article .subTitle .div2 .span2,
  .qtwy_article .subTitle .div3 .span2,
  .qtwy_article .subTitle .div4 .span2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .qtwy_article .subTitle .div1 .span2,
  .qtwy_article .subTitle .div2 .span2,
  .qtwy_article .subTitle .div3 .span2,
  .qtwy_article .subTitle .div4 .span2 {
    font-size: 0.12rem;
    font-family: 'pf_m';
  }
}
@media (max-width: 768px) {
  .qtwy_article .subTitle .div2,
  .qtwy_article .subTitle .div4 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.qtwy_article .zhaiyao {
  padding: 0.3rem;
  border: 1px solid #d6d6d6;
}
@media (max-width: 768px) {
  .qtwy_article .zhaiyao {
    padding: 0.2rem;
  }
}
.qtwy_article .zhaiyao .div1 {
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
@media (max-width: 768px) {
  .qtwy_article .zhaiyao .div1 {
    font-size: 0.14rem;
  }
}
.qtwy_article .zhaiyao .div2 {
  margin-top: 0.15rem;
}
.qtwy_article .zhaiyao .div2 p {
  color: #666;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 768px) {
  .qtwy_article .zhaiyao .div2 p {
    font-size: 0.14rem;
  }
}
.qtwy_article .text {
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .qtwy_article .text {
    margin-top: 0;
  }
}
.qtwy_article .text p {
  color: #666;
  line-height: 1.85;
  margin-bottom: 0.1rem;
}
@media (max-width: 2048px) {
  .qtwy_article .text p {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_article .text p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .qtwy_article .text p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .qtwy_article .text p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .qtwy_article .text p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .qtwy_article .text p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .qtwy_article .text p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .qtwy_article .text p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .qtwy_article .text p {
    font-size: 14px;
  }
}
.qtwy_article .text img {
  max-width: 100%;
}
.qtwy_article .fenxiang {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0.4rem 0;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 768px) {
  .qtwy_article .fenxiang {
    padding: 0.2rem 0;
  }
}
.qtwy_article .fenxiang .div1 .img {
  width: 25px;
  height: 25px;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .qtwy_article .fenxiang .div1 .img {
    width: 0.15rem;
    height: 0.15rem;
    margin-right: 0.1rem;
  }
}
.qtwy_article .fenxiang .div2 {
  color: #666;
  font-size: 16px;
}
@media (max-width: 768px) {
  .qtwy_article .fenxiang .div2 {
    font-size: 0.14rem;
  }
}
.qtwy_article .qtwy_article_nav {
  display: flex;
  flex-wrap: wrap;
  padding: 0.4rem 0 0.2rem 0;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_nav {
    margin: 0;
    flex-wrap: unset;
    display: -webkit-box;
    overflow-x: auto;
    padding: 0.2rem 0 0.1rem 0;
  }
}
.qtwy_article .qtwy_article_nav .dongtai_two_nav_li {
  min-width: 1rem;
  background: #f1f3f5;
  margin-bottom: 0.2rem;
  margin-right: 0.1rem;
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_nav .dongtai_two_nav_li {
    margin-bottom: 0.1rem;
  }
}
.qtwy_article .qtwy_article_nav .dongtai_two_nav_li .a {
  padding: 0.1rem 0.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_nav .dongtai_two_nav_li .a {
    font-size: 0.14rem;
    padding: 0.1rem;
  }
}
.qtwy_article .qtwy_article_nav .dongtai_two_nav_li .a:hover,
.qtwy_article .qtwy_article_nav .dongtai_two_nav_li .a.on {
  background: #e50013;
  color: #fff;
}
.qtwy_article .qtwy_article_page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0 0.8rem 0;
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_page {
    margin: 0.4rem 0;
  }
}
.qtwy_article .qtwy_article_page .prev,
.qtwy_article .qtwy_article_page .next {
  cursor: pointer;
  border: 1px solid #e2e2e2;
  width: 43.33%;
  border-radius: 1000px;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_page .prev,
  .qtwy_article .qtwy_article_page .next {
    width: 35%;
  }
}
.qtwy_article .qtwy_article_page .prev .a,
.qtwy_article .qtwy_article_page .next .a {
  margin: 0.15rem 7.083%;
  display: flex;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_page .prev .a,
  .qtwy_article .qtwy_article_page .next .a {
    margin: 0.05rem 0.2rem;
  }
}
.qtwy_article .qtwy_article_page .prev .span1,
.qtwy_article .qtwy_article_page .next .span1,
.qtwy_article .qtwy_article_page .prev .span2,
.qtwy_article .qtwy_article_page .next .span2 {
  color: #666;
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_page .prev .span1,
  .qtwy_article .qtwy_article_page .next .span1,
  .qtwy_article .qtwy_article_page .prev .span2,
  .qtwy_article .qtwy_article_page .next .span2 {
    font-size: 0.13rem;
  }
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_page .prev .span2,
  .qtwy_article .qtwy_article_page .next .span2 {
    display: none;
  }
}
.qtwy_article .qtwy_article_page .prev:hover,
.qtwy_article .qtwy_article_page .next:hover {
  background: #e40013;
}
.qtwy_article .qtwy_article_page .prev:hover .span1,
.qtwy_article .qtwy_article_page .next:hover .span1,
.qtwy_article .qtwy_article_page .prev:hover .span2,
.qtwy_article .qtwy_article_page .next:hover .span2,
.qtwy_article .qtwy_article_page .prev:hover .syb,
.qtwy_article .qtwy_article_page .next:hover .syb {
  color: #fff;
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_page .prev:hover .syb,
  .qtwy_article .qtwy_article_page .next:hover .syb {
    display: none;
  }
}
.qtwy_article .qtwy_article_page .icon .a {
  display: flex;
}
.qtwy_article .qtwy_article_page .icon .a .img {
  height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_page {
    flex-direction: column;
    align-items: flex-start;
  }
  .qtwy_article .qtwy_article_page .prev .span2,
  .qtwy_article .qtwy_article_page .next .span2 {
    display: block;
  }
  .qtwy_article .qtwy_article_page .prev,
  .qtwy_article .qtwy_article_page .next {
    width: 100%;
  }
  .qtwy_article .qtwy_article_page .prev .a,
  .qtwy_article .qtwy_article_page .next .a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .qtwy_article .qtwy_article_page .prev .span2,
  .qtwy_article .qtwy_article_page .next .span2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .qtwy_article .qtwy_article_page .prev .span1,
  .qtwy_article .qtwy_article_page .next .span1,
  .qtwy_article .qtwy_article_page .prev .span2,
  .qtwy_article .qtwy_article_page .next .span2 {
    white-space: nowrap;
  }
  .qtwy_article .qtwy_article_page .prev .a,
  .qtwy_article .qtwy_article_page .next .a {
    align-items: center;
  }
  .qtwy_article .qtwy_article_page .prev {
    margin-bottom: 0.15rem;
  }
}
.qtwy_news_detail_tuijianxinwen {
  border-top: 1px solid #e1e1e1;
  padding: 0.8rem 0;
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen {
    padding: 0.4rem 0;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w .title {
  color: #333;
  font-weight: bold;
  margin: 0 0 0.4rem 0;
}
@media (max-width: 2048px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .title {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .title {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .title {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .title {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .title {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .title {
    font-size: 19.2px;
  }
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .title {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox {
    flex-direction: column;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul {
  width: 46.52%;
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul {
    width: 100%;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li {
  width: 100%;
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0.25rem 0;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a {
    padding: 0.15rem 0;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .con {
  display: flex;
  width: 57.46%;
  flex-direction: column;
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .con {
    width: 70%;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .con .xinwen_title {
  display: flex;
  align-items: center;
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .con .xinwen_title .img_a {
  display: none;
  margin-right: 0.13rem;
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .con .xinwen_title .img {
  margin-right: 0.1rem;
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .con .xinwen_title .span {
  font-size: 18px;
  color: #333;
  font-family: 'pf_r';
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 1s;
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .con .xinwen_title .span {
    font-size: 0.15rem;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .con .xinwen_text {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 0.15rem;
  margin-left: 0.2rem;
  font-family: 'pf_m';
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .con .xinwen_text {
    font-size: 0.13rem;
    margin-top: 0.15rem;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .day {
  font-size: 18px;
  color: #666;
  font-family: 'din';
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .day {
    font-size: 0.12rem;
    color: #999;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a:nth-of-type(1) {
  border-top: 1px solid #eaeaea;
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a:hover .xinwen_title .span {
  color: #e40013;
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a:hover .xinwen_title .img {
  display: none;
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a:hover .xinwen_title .img_a {
  display: block;
  animation: hideShow 1s;
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a:hover .day {
  color: #e40013;
}
.qtwy_gongchang_shiyongjixing {
  padding: 0.8rem 0 0.8rem 0;
  background: #f7f8f9;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing {
    margin: 0;
    padding: 0.4rem 0;
    padding-bottom: 0.3rem;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .title {
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
@media (max-width: 2048px) {
  .qtwy_gongchang_shiyongjixing .hh_w .title {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .qtwy_gongchang_shiyongjixing .hh_w .title {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .qtwy_gongchang_shiyongjixing .hh_w .title {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .qtwy_gongchang_shiyongjixing .hh_w .title {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .qtwy_gongchang_shiyongjixing .hh_w .title {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .qtwy_gongchang_shiyongjixing .hh_w .title {
    font-size: 19.2px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .title {
    font-size: 0.22rem;
    margin-bottom: 0.25rem;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp {
  overflow: hidden;
  position: relative;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp {
    padding-bottom: 0.5rem;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-pagination-bullet-active {
  background: #e50017;
}
@media (min-width: 769px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-pagination {
    display: none;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-prev {
  background-image: url(../images/icon_l.png);
  left: -1px;
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  top: unset;
  bottom: 0;
  left: 47%;
  cursor: pointer;
  transition: all 1s;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-prev {
    display: none;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-next {
  background-image: url(../images/icon_r.png);
  right: -1px;
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  top: unset;
  bottom: 0;
  left: 53%;
  cursor: pointer;
  transition: all 1s;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-next {
    display: none;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-prev:after,
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-container-rtl .swiper-button-next:after,
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-next:after,
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-prev:hover {
  background-image: url(../images/icon_la.png);
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-next:hover {
  background-image: url(../images/icon_ra.png);
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a {
  display: flex;
  width: 100%;
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li {
    flex-direction: column;
    padding-top: 0.1rem;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .imgBox {
  position: relative;
  width: 42.36%;
  height: 0;
  padding-bottom: 25.34%;
  overflow: hidden;
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .imgBox > .img,
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .imgBox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .imgBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 59.82%;
  }
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .imgBox > .img,
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .imgBox img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .imgBox .img {
  padding: 0.1rem;
  transition: all 0.8s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div {
  background: url('../images/icon14.png');
  background-size: 100%;
  width: 57.64%;
  padding: 0.5rem 1.2rem;
  background-position-y: 25px;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div {
    width: 100%;
    padding: 0 0.2rem 0.2rem 0.2rem;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
  color: #333;
}
@media (max-width: 2048px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1440px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
    font-size: 0.13rem;
    margin-bottom: 0.05rem;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p2 {
  color: #e40013;
  margin: 0.1rem 0 0.3rem 0;
  font-weight: 600;
}
@media (max-width: 2048px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p2 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p2 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p2 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p2 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p2 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p2 {
    font-size: 0.16rem;
    margin: 0 0 0.1rem 0;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
  margin-bottom: 0.8rem;
  color: #666;
}
@media (max-width: 2048px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 17px;
  }
}
@media (max-width: 1440px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 0.14rem;
    margin-bottom: 0.2rem;
    line-height: 1.6;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p4 {
  display: inline-flex;
  align-items: center;
  border-radius: 1000px;
  padding: 0.15rem 0.35rem;
  background: #f1f3f5;
  transition: all 1s;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p4 {
    padding: 0.1rem 0.2rem;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p4 .span {
  color: #666;
  margin-right: 0.35rem;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p4 .span {
    margin-right: 0;
    font-size: 0.12rem;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p4 .img_a {
  display: none;
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li::before {
  transition: all 0.5s;
  opacity: 0;
  content: '';
  width: 4px;
  height: 100%;
  background: #e40013;
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li::before {
    content: unset;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a:hover .li .imgBox .img {
  transform: scale(1.05) translate(-50%, -50%);
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a:hover .li .div .p4 {
  background: #e40013;
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a:hover .li .div .p4 .span {
  color: #fff;
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a:hover .li .div .p4 .img_a {
  display: block;
  animation: hideShow 0.5s;
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a:hover .li .div .p4 .img {
  display: none;
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a:hover .li::before {
  opacity: 1;
}
.qtwy_news_video_navBox .hh_w {
  padding-top: 0.6rem;
  padding-bottom: 0.2rem;
  justify-content: center;
  display: flex;
}
@media (max-width: 768px) {
  .qtwy_news_video_navBox .hh_w {
    padding: 0.2rem;
    padding-top: 0.35rem;
    padding-bottom: 0.05rem;
  }
}
.qtwy_news_video_navBox .hh_w .hh_divBox .hh_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.qtwy_news_video_navBox .hh_w .a {
  width: 1.9rem;
  min-width: 170px;
  height: 0.55rem;
  min-height: 40px;
  background: #f1f3f5;
  border-color: #f1f3f5 #e40013 #e40013 #f1f3f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: all 0.5s;
  margin-left: 0.25rem;
}
@media (max-width: 2048px) {
  .qtwy_news_video_navBox .hh_w .a {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_news_video_navBox .hh_w .a {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .qtwy_news_video_navBox .hh_w .a {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .qtwy_news_video_navBox .hh_w .a {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .qtwy_news_video_navBox .hh_w .a {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .qtwy_news_video_navBox .hh_w .a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .qtwy_news_video_navBox .hh_w .a {
    font-size: 19px;
  }
}
@media (max-width: 1440px) {
  .qtwy_news_video_navBox .hh_w .a {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .qtwy_news_video_navBox .hh_w .a {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .qtwy_news_video_navBox .hh_w .a {
    font-size: 14px;
    line-height: 24px;
  }
}
.qtwy_news_video_navBox .hh_w .a:nth-of-type(1) {
  margin-left: 0;
}
@media (max-width: 768px) {
  .qtwy_news_video_navBox .hh_w .a {
    font-size: 0.16rem;
    height: 0.4rem;
    width: 50%;
    min-width: unset;
  }
}
.qtwy_news_video_navBox .hh_w .a.on,
.qtwy_news_video_navBox .hh_w .a:hover {
  position: relative;
  background: #e40013;
  color: #fff;
  border-color: #e40013 #f1f3f5 #f1f3f5 #e40013;
}
.qtwy_news_video_navBox .hh_w .a.on.a1::before {
  content: ' ';
  position: absolute;
  width: 20px;
  height: 100%;
  right: -0.2rem;
  background: url('../images/img200_1.png');
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .qtwy_news_video_navBox .hh_w .a.on.a1::before {
    width: 0.2rem;
    right: -12%;
  }
}
.qtwy_news_video_navBox .hh_w .a.on.a2::before {
  content: ' ';
  position: absolute;
  width: 20px;
  height: 100%;
  left: -0.2rem;
  background: url('../images/img200.png');
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .qtwy_news_video_navBox .hh_w .a.on.a2::before {
    width: 0.2rem;
    left: -12%;
  }
}
@media (max-width: 768px) {
  .qtwy_news_video_navBox .hh_w .hh_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .qtwy_news_video_navBox .hh_w .hh_div a {
    width: 48%;
    margin-bottom: 0.15rem;
    border-radius: 5px;
    font-size: 0.14rem;
    margin-left: 0;
  }
  .qtwy_news_video_liText {
    padding-top: 0.1rem;
  }
}
.qtwy_news_video_liText {
  padding: 0.4rem 0 0.2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .qtwy_news_video_liText {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
.qtwy_news_video_liText .qtwy_news_video_liText_li {
  width: 32.29%;
  margin-right: 1.56%;
  margin-bottom: 0.25rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a {
  display: flex;
  width: 100%;
  padding: 0.4rem 0.25rem 0.2rem 0.25rem;
  flex-direction: column;
  justify-content: flex-start;
  background: #f1f3f5;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li .a {
    padding: 0.2rem;
  }
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a .div1 {
  color: #333;
  line-height: 1.25;
  font-family: 'siyuan_medium';
  height: 0.6rem;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 2048px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div1 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div1 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div1 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div1 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div1 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div1 {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div1 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div1 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div1 {
    font-size: 12.8px;
  }
}
@media (max-width: 768px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div1 {
    font-size: 0.16rem;
    height: auto;
  }
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 {
  position: relative;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 768px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 {
    margin-top: 0.2rem;
    margin-bottom: 0.05rem;
  }
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .imgBox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .imgBox > .img,
.qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .imgBox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .imgBox .img {
  transition: all 0.8s;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .btnImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .btnImg .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 0.7rem;
  z-index: 2;
  background: #ffffff;
  border-radius: 1000px;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .btnImg .mask {
    width: 0.45rem;
    height: 0.45rem;
  }
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .btnImg .img {
  position: relative;
  z-index: 3;
  display: flex;
  width: 16px;
  height: 18px;
  transition: all 0.5s;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a .div3 {
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.32rem;
  font-size: 0.833vw;
}
@media (max-width: 768px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div3 {
    font-size: 0.14rem;
    line-height: 1.7;
  }
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  background: #e50013;
  height: 3px;
  width: 0%;
  transition: all 1s;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover .div1 {
  color: #e40013;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover .div2 .imgBox .img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover .div4 {
  border-top: 1px solid #e40013;
  padding-right: 0;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover .div4 .span {
  color: #e40013;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover .div4 .img {
  display: none;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover .div4 .img_a {
  display: block;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover::before {
  width: 100%;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li:nth-of-type(3n) {
  margin-right: 0;
}
/* 新闻中心 */
/* 新闻中心 */
.new_con1 {
  background-color: #fff;
  line-height: unset;
  border-bottom: 1px solid #eff0f8;
  padding: 22px 0 0;
}
@media (max-width: 768px) {
  .new_con1 {
    padding: 14px 0 4px;
  }
}
.new_con1 .container {
  /* height: 80px; */
  display: flex;
}
.new_con1.anli .container {
  width: 100% !important;
}
@media (max-width: 991px) {
  .new_con1.anli .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.new_con1 .container::before {
  display: none;
}
.new_con1 .container::after {
  display: none;
}
.new_con1 .container .a {
  display: block;
  float: left;
  text-align: center;
  color: #666666;
  font-size: 16px;
  width: auto;
  margin-right: 3.125vw;
  border-right: 1px solid #eff0f8;
  border-bottom: 1px solid #eff0f8;
  font-family: 'albb';
  position: relative;
  border: 0;
  margin-bottom: 20px;
  transition: all 0.5s;
  word-break: break-all;
  white-space: normal;
  word-wrap: break-word;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .new_con1 .container .a {
    margin-bottom: 10px;
    text-align: left;
  }
}
.new_con1 .container .a:hover,
.new_con1 .container .a.on {
  color: #d9091a;
}
.new_con1 .drag-box {
  width: 100%;
  overflow-x: unset;
  display: flex;
  flex-wrap: wrap;
}
.new_con1 .drag-box::-webkit-scrollbar {
  height: 2px;
}
.new_con1 .drag-x {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.new_con1 .container .a::before {
  width: 0%;
  height: 4px;
  border-radius: 4px;
  background: #d9091a;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  transition: all 1s;
}
.new_con1 .container .a:hover::before,
.new_con1 .container .a.on::before {
  width: 100%;
}
.new_con2 {
  padding-top: 3.646vw;
  background-color: #f6f7fc;
  padding-bottom: 3.646vw;
  position: relative;
}
.new_con2 .h1 {
  text-align: center;
  color: #000000;
  font-family: 'pf_b';
  font-weight: bold;
}
@media (max-width: 2048px) {
  .new_con2 .h1 {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .new_con2 .h1 {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .new_con2 .h1 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .new_con2 .h1 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .new_con2 .h1 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .new_con2 .h1 {
    font-size: 19.2px;
  }
}
.new_con2 .rq1 {
  margin-top: 3.385vw;
}
.new_con2 .rq1 .swiper-container .swiper-slide .divcon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new_con2 .rq1 .swiper-container .swiper-slide .divcon .lef {
  width: 50%;
  overflow: hidden;
}
.new_con2 .rq1 .swiper-container .swiper-slide .divcon .lef img {
  width: 100%;
  transition: 0.8s all;
  height: 100%;
  object-fit: cover;
}
.new_con2 .rq1 .swiper-container .swiper-slide .divcon .lef:hover img {
  transform: scale(1.05);
}
.new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig {
  width: 50%;
  background-color: #fff;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 40px;
  position: relative;
}
.new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p1 {
  font-size: 20px;
  color: #999;
  position: relative;
  font-family: 'din';
  padding-left: 30px;
  transition: all 0.5s;
}
.new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p1::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/news2.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p2 {
  color: #000000;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p2 {
    font-size: 27.73333333px;
  }
}
@media (max-width: 1920px) {
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p2 {
    font-size: 26px;
  }
}
@media (max-width: 1680px) {
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p2 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p2 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p2 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p2 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1440px) {
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p2 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p2 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p2 {
    font-size: 13.86666667px;
  }
}
.new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p3 {
  font-size: 18px;
  color: #666666;
  margin-top: 40px;
  line-height: 1.57;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p4 {
  font-size: 18px;
  color: #000;
  margin-top: 50px;
  position: relative;
  transition: 0.5s all;
  padding-left: 30px;
}
.new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p4::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/news3.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig:hover .p4,
.new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig:hover .p2 {
  color: #d9091a;
}
.new_con2 .rq1 .swiper-container .swiper-slide .swiper-pagination {
  bottom: 35px;
}
.new_con2 .rq1 .swiper-container .swiper-slide .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  margin-left: 10px;
  opacity: 1;
}
.new_con2 .rq1 .swiper-container .swiper-slide .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  margin-left: 0px;
}
.new_con2 .rq1 .swiper-container .swiper-slide .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d9091a;
}
.new_con2 .rq2 {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin-top: 2%;
  margin-bottom: 3.125vw;
}
.new_con2 .rq2 .div {
  display: block;
  width: 32%;
  border-top: 15px solid #e60013;
  margin-top: 2%;
  margin-right: 2%;
}
.new_con2 .rq2 .div:nth-child(3n) {
  margin-right: 0;
}
.new_con2 .rq2 .div .bot1 {
  overflow: hidden;
  width: 100%;
}
.new_con2 .rq2 .div .bot1 img {
  width: 100%;
  transition: 0.8s all;
}
.new_con2 .rq2 .div:hover img {
  transform: scale(1.05);
}
.new_con2 .rq2 .div .bot2 {
  background-color: #fff;
  padding-top: 1.563vw;
  padding-left: 1.979vw;
  padding-right: 1.823vw;
  padding-bottom: 1.823vw;
}
.new_con2 .rq2 .div .bot2 .p1 {
  font-size: 20px;
  color: #999;
  position: relative;
  font-family: 'din';
  padding-left: 30px;
}
.new_con2 .rq2 .div .bot2 .p1::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/news2.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.new_con2 .rq2 .div .bot2 .p2 {
  font-size: 20px;
  color: #666666;
  margin-top: 1.042vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.new_con2 .rq2 .div .bot2 .p3 {
  font-size: 18px;
  color: #999999;
  margin-top: 1.042vw;
  position: relative;
  transition: 0.5s all;
  padding-left: 30px;
}
.new_con2 .rq2 .div .bot2 .p3::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/news3.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.new_con2 .rq2 .div:hover .p3 {
  color: #d9091a;
}
.fy {
  display: table;
  margin: 0 auto;
  width: auto;
  margin-top: 58px;
}
.fy li.on,
.fy li:hover {
  background: #d9091a;
}
.fy li:hover a:hover {
  color: #fff;
}
.fy li.on a {
  color: #fff;
}
.fy li {
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  float: left;
  margin-right: 10px;
  transition: all 0.5s;
  background-color: #fff;
}
.fy li a {
  display: block;
  width: 100%;
  font-family: 'din';
  font-size: 16px;
  color: #222222;
  transition: all 0.5s;
}
.fy li:last-child a {
  height: 40px;
  background: url(../images/news15.png) no-repeat;
  background-size: 13px;
  background-position: center;
}
.fy li:last-child:hover a {
  background: url(../images/news15b.png) no-repeat;
  background-size: 12px;
  background-position: center;
}
/* 新闻中心分辨率 */
@media (max-width: 1680px) {
  .new_con1 .container .a {
    font-size: 18px;
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .new_con2 .h1 {
    font-size: 32px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p1 {
    font-size: 18px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p2 {
    font-size: 26px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p3 {
    margin-top: 15px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig {
    padding-top: 45px;
    padding-left: 30px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p4 {
    font-size: 14px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p3 {
    font-size: 16px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .swiper-pagination {
    bottom: 40px;
  }
  .new_con2 {
    padding-top: 55px;
    padding-bottom: 75px;
  }
  .new_con2 .rq2 .div .bot2 .p1 {
    font-size: 16px;
  }
  .new_con2 .rq2 .div .bot2 .p2 {
    font-size: 16px;
  }
  .new_con2 .rq2 .div .bot2 .p3 {
    font-size: 14px;
  }
  .new_con2 .rq2 .div .bot2 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1459px) {
  .new_con1 .container .a {
    font-size: 14px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .swiper-pagination {
    bottom: 25px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig {
    padding-top: 30px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p3 {
    font-size: 14px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p2 {
    font-size: 21px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p4 {
    margin-top: 30px;
  }
}
@media (max-width: 1259px) {
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p4 {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .new_con2 .h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .new_con1 .container .a {
    width: auto;
    padding: 0 10px;
    /* border-bottom: 1px solid #eff0f8; */
  }
  .new_con1 .container {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 0px;
    display: block;
  }
  .new_con1 .container::-webkit-scrollbar {
    width: 10px;
    height: 1px;
  }
  .new_con1 .container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0) !important;
  }
  .new_con1 .container::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0) !important;
  }
  .new_con1 .container .a {
    display: inline-block;
    float: none;
  }
  .new_con2 .h1 {
    font-size: 24px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .lef,
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig {
    width: 100%;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig {
    padding-bottom: 60px;
  }
  .new_con2 .rq2 .div {
    width: 48%;
  }
  .new_con2 .rq2 .div:nth-child(3n) {
    margin-right: 2%;
  }
  .new_con2 .rq2 .div:nth-child(2n) {
    margin-right: 0;
  }
  .new_con2 .rq1 {
    margin-top: 33px;
  }
}
@media (max-width: 768px) {
  .new_con1 .container .a:hover::before,
  .new_con1 .container .a.on::before {
    width: 40px;
  }
  .new_con1 .container .a {
    margin-right: 0;
  }
  .new_con2 .rq2 .div {
    margin-top: 15px;
  }
  .new_con1 .container .a::before {
    height: 2px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p1::before {
    width: 20px;
    height: 20px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p1 {
    font-size: 16px;
    padding-left: 30px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p2 {
    font-size: 16px;
    margin-top: 13px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p3 {
    -webkit-line-clamp: 2;
    line-height: 1.5;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p4::before {
    width: 16px;
    height: 16px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p4 {
    padding-left: 25px;
  }
}
@media (max-width: 500px) {
  .new_con1 .container {
    padding: 0 20px;
  }
  .new_con2 .rq2 .div .bot2 {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .new_con2 .rq2 .div .bot2 .p2 {
    margin-top: 10px;
  }
  .fy {
    margin-top: 40px;
  }
  .new_con2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .new_con2 .rq1 {
    margin-top: 30px;
  }
  .new_con2 .rq2 .div {
    width: 100%;
    margin-right: 0 !important;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p2 {
    font-size: 16px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig {
    padding: 20px 15px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p4 {
    margin-top: 15px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .swiper-pagination {
    bottom: 15px;
    right: 10px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p1,
  .new_con2 .rq2 .div .bot2 .p1 {
    font-size: 13px;
    padding-left: 25px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p1::before,
  .new_con2 .rq2 .div .bot2 .p1::before {
    width: 14px;
    height: 14px;
  }
  .new_con2 .rq2 .div .bot2 .p3::before {
    width: 16px;
    height: 16px;
  }
  .new_con2 .rq2 .div .bot2 .p3 {
    padding-left: 25px;
  }
  .new_con2 .rq2 .div .bot2 {
    padding: 20px 15px;
  }
}
@media (max-width: 414px) {
  .new_con1 .container .a {
    padding: 0 16.5px;
  }
}
@media (max-width: 375px) {
  .new_con1 .container .a {
    padding: 0 11.5px;
  }
}
@media (max-width: 360px) {
  .new_con1 .container .a {
    padding: 0 9.5px;
  }
}
@media (max-width: 1920px) {
  .new_con1 .container,
  .new_con2 .container,
  .new_con1 .foot-container,
  .new_con2 .foot-container {
    width: 1400px;
    margin: 0 auto;
  }
  .new_con1 .index-container,
  .new_con2 .index-container {
    width: 1400px;
  }
}
@media (max-width: 1459px) {
  .new_con1 .index-container,
  .new_con2 .index-container,
  .new_con1 .foot-container,
  .new_con2 .foot-container {
    width: 1200px;
  }
  .new_con1 .wrap,
  .new_con2 .wrap,
  .new_con1 .container,
  .new_con2 .container {
    width: 1100px;
  }
}
@media (max-width: 1259px) {
  .new_con1 .index-container,
  .new_con2 .index-container,
  .new_con1 .wrap,
  .new_con2 .wrap,
  .new_con1 .container,
  .new_con2 .container,
  .new_con1 .foot-container,
  .new_con2 .foot-container {
    width: 970px;
  }
}
@media (max-width: 991px) {
  .new_con1 .container,
  .new_con2 .container,
  .new_con1 .wrap,
  .new_con2 .wrap,
  .new_con1 .index-container,
  .new_con2 .index-container,
  .new_con1 .foot-container,
  .new_con2 .foot-container,
  .new_con1 .drop-container,
  .new_con2 .drop-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .new_con1 .wrap,
  .new_con2 .wrap,
  .new_con1 .container,
  .new_con2 .container,
  .new_con1 .foot-container,
  .new_con2 .foot-container {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .new_con1 .container,
  .new_con2 .container,
  .new_con1 .wrap,
  .new_con2 .wrap,
  .new_con1 .index-container,
  .new_con2 .index-container,
  .new_con1 .foot-container,
  .new_con2 .foot-container,
  .new_con1 .drop-container,
  .new_con2 .drop-container {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
  }
}
.brand_about .hh_w {
  margin-top: 4.167vw;
  margin-bottom: 4.167vw;
  width: 100%;
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  .brand_about .hh_w {
    margin-top: 40px;
    position: unset;
    flex-direction: column;
    height: auto;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}
.brand_about .hh_w .div_l,
.brand_about .hh_w .div_r {
  width: 52%;
  height: 100%;
  position: absolute;
}
@media (max-width: 768px) {
  .brand_about .hh_w .div_l,
  .brand_about .hh_w .div_r {
    width: 100%;
    position: unset;
  }
}
.brand_about .hh_w .div_l {
  padding-right: 8.5%;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
@media (max-width: 768px) {
  .brand_about .hh_w .div_l {
    padding-right: 0;
    order: 0;
    margin-bottom: 15px;
  }
}
.brand_about .hh_w .div_l .title {
  margin-top: 1rem;
  margin-bottom: 0.45rem;
  position: relative;
}
@media (max-width: 768px) {
  .brand_about .hh_w .div_l .title {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.brand_about .hh_w .div_l .title .t1 {
  font-size: 2.3958vw;
  line-height: 1;
  color: #333;
}
@media (max-width: 2048px) {
  .brand_about .hh_w .div_l .title .t1 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .brand_about .hh_w .div_l .title .t1 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .brand_about .hh_w .div_l .title .t1 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .brand_about .hh_w .div_l .title .t1 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .brand_about .hh_w .div_l .title .t1 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .brand_about .hh_w .div_l .title .t1 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 768px) {
  .brand_about .hh_w .div_l .title .t1 {
    font-size: 18px;
  }
}
.brand_about .hh_w .div_l .title .t2 {
  position: absolute;
  font-size: 4.6vw;
  top: -100%;
  z-index: -1;
  color: #b6b6b6;
  left: 0;
  opacity: 0.1;
  font-family: 'pf_b';
  font-weight: bold;
  font-weight: 900;
}
@media (max-width: 768px) {
  .brand_about .hh_w .div_l .title .t2 {
    font-size: 28px;
    top: -20px;
  }
}
.brand_about .hh_w .div_l .text {
  height: 3.85rem;
  overflow-y: scroll;
}
@media (max-width: 1440px) {
  .brand_about .hh_w .div_l .text {
    height: 5.5rem;
  }
}
@media (max-width: 1366px) {
  .brand_about .hh_w .div_l .text {
    height: 5rem;
  }
}
@media (max-width: 1290px) {
  .brand_about .hh_w .div_l .text {
    height: 5.7rem;
  }
}
@media (max-width: 1259px) {
  .brand_about .hh_w .div_l .text {
    height: 5.7rem;
  }
}
@media (max-width: 1024px) {
  .brand_about .hh_w .div_l .text {
    height: 6rem;
  }
}
@media (max-width: 991px) {
  .brand_about .hh_w .div_l .text {
    height: 6.2rem;
  }
}
@media (max-width: 768px) {
  .brand_about .hh_w .div_l .text {
    height: 1.7rem;
    overflow-y: unset;
  }
}
.brand_about .hh_w .div_l .text .scroll {
  padding-right: 0.1rem;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .brand_about .hh_w .div_l .text .scroll {
    font-size: 14px;
    padding-right: 0;
  }
}
.brand_about .hh_w .div_l .text .scroll * {
  color: #666;
  word-break: break-all;
  white-space: normal;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 768px) {
  .brand_about .hh_w .div_l .text .scroll * {
    font-size: 14px;
  }
}
.brand_about .hh_w .div_l .text::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.brand_about .hh_w .div_l .text::-webkit-scrollbar-track {
  border-radius: 3px;
}
.brand_about .hh_w .div_l .text::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #c9b286;
  background-color: #c9b286;
}
.brand_about .hh_w .div_r {
  margin-left: 50%;
  position: relative;
  height: 0;
  padding-bottom: 48.57%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .brand_about .hh_w .div_r {
    margin-left: 0;
    order: 1;
    padding-bottom: 100%;
  }
}
.brand_about .hh_w .div_r .img {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0px 5px 10px 4px #cacaca;
}
@media (max-width: 768px) {
  .brand_about .hh_w .div_r .img {
    left: 0;
  }
}
.brand_about .hh_w .div_r .playImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.brand_about .hh_w .div_r .playImg .img {
  width: 0.35rem;
  height: 0.35rem;
  box-shadow: unset;
  position: unset;
}
.brand_about .hh_w .div_r .playImg .span {
  margin-top: 0.15rem;
  font-size: 18px;
  color: #ececec;
}
@media (max-width: 768px) {
  .brand_about .hh_w .div_r .playImg .span {
    font-size: 0.18rem;
  }
}
.brand_about .hh_w .div_r .playText {
  position: absolute;
  bottom: 0;
  right: -0.9rem;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  color: #ccc;
  font-weight: bold;
  font-size: 2.39vw;
  letter-spacing: 2px;
  opacity: 0.24;
}
@media (max-width: 768px) {
  .brand_about .hh_w .div_r .playText {
    display: none;
  }
}
@media (max-width: 1680px) {
  .brand_about .hh_w .div_r .playText {
    display: none;
  }
}
.xz_ygfc_0411 {
  padding: 4.167vw 0;
  padding-bottom: 3.385vw;
  background: #f5f5f5;
}
.xz_ygfc_0411 h2 {
  text-align: center;
  margin-bottom: 3.906vw;
  font-family: 'pf_b';
  font-weight: bold;
}
@media (max-width: 2048px) {
  .xz_ygfc_0411 h2 {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .xz_ygfc_0411 h2 {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .xz_ygfc_0411 h2 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .xz_ygfc_0411 h2 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .xz_ygfc_0411 h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .xz_ygfc_0411 h2 {
    font-size: 19.2px;
  }
}
.xz_ygfc_0411 .ygfc_swp {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 3.385vw;
}
.xz_ygfc_0411 .ygfc_swp .swiper-slide div {
  height: 0;
  padding-bottom: 50.17%;
  position: relative;
  overflow: hidden;
}
.xz_ygfc_0411 .ygfc_swp .swiper-slide div:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.xz_ygfc_0411 .ygfc_swp .swiper-slide div img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.xz_ygfc_0411 .ygfc_swp .swiper-pagination-bullet-active {
  background: #d9091a;
}
.xz_ygfc_0411 .ygfc_swp .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
@media (max-width: 768px) {
  .xz_ygfc_0411 .ygfc_swp .swiper-slide {
    padding-bottom: 0;
  }
  .xz_ygfc_0411 .ygfc_swp {
    padding-bottom: 50px;
  }
  .xz_ygfc_0411 h2 {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .xz_ygfc_0411 {
    padding-top: 40px;
    padding-bottom: 0;
    padding-bottom: 25px;
  }
}
.honor_20220215 {
  padding-top: 4.167vw;
  padding-bottom: 4.167vw;
}
.honor_20220215.honor1 {
  background: url(../images/bg7.jpg) no-repeat center bottom;
  background-size: cover;
}
.honor_20220215.honor2 {
  background: #f7f7f7;
}
.honor_20220215 h2 {
  text-align: center;
  font-family: 'pf_b';
  font-weight: bold;
}
@media (max-width: 1920px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 70px;
  }
}
@media (max-width: 1776px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 63.42857143px;
  }
}
@media (max-width: 1680) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1600px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 57.14285714px;
  }
}
@media (max-width: 1500px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 53.57142857px;
  }
}
@media (max-width: 1440px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 51.42857143px;
  }
}
@media (max-width: 1366px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 48.78571429px;
  }
}
@media (max-width: 1280px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 45.71428571px;
  }
}
@media (max-width: 1152px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 41.14285714px;
  }
}
@media (max-width: 1024px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 36.57142857px;
  }
}
@media (max-width: 990px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 35.35714286px;
  }
}
@media (max-width: 2048px) {
  .honor_20220215 h2 {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .honor_20220215 h2 {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .honor_20220215 h2 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .honor_20220215 h2 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .honor_20220215 h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .honor_20220215 h2 {
    font-size: 19.2px;
  }
}
.honor_20220215 .honor_s {
  overflow: hidden;
  position: relative;
}
@media (max-width: 1920px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 65px;
  }
}
@media (max-width: 1776px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 58.89795918px;
  }
}
@media (max-width: 1680) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 55.71428571px;
  }
}
@media (max-width: 1600px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 53.06122449px;
  }
}
@media (max-width: 1500px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 49.74489796px;
  }
}
@media (max-width: 1440px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 47.75510204px;
  }
}
@media (max-width: 1366px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 45.30102041px;
  }
}
@media (max-width: 1280px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 42.44897959px;
  }
}
@media (max-width: 1152px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 38.20408163px;
  }
}
@media (max-width: 1024px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 33.95918367px;
  }
}
@media (max-width: 990px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 32.83163265px;
  }
}
.honor_20220215 .honor_s .swiper-pagination {
  bottom: 0;
}
.honor_20220215 .honor_s .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #cccccc;
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.honor_20220215 .honor_s .swiper-pagination span.swiper-pagination-bullet-active {
  background: #e60013;
  width: 24px;
}
.honor_20220215 .honor_s .swiper-slide a {
  display: block;
  padding: 0 15px;
  border: 1px solid #dadada;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.honor_20220215 .honor_s .swiper-slide a:before {
  content: '';
  width: 0;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.honor_20220215 .honor_s .swiper-slide a:hover {
  border-color: rgba(218, 218, 218, 0.5);
}
.honor_20220215 .honor_s .swiper-slide a:hover:before {
  width: 100%;
  background: #e40013;
}
.honor_20220215 .honor_s .swiper-slide a:hover .imgbox {
  border-color: rgba(218, 218, 218, 0.5);
}
.honor_20220215 .honor_s .swiper-slide a:hover .imgbox img {
  opacity: 0.5;
}
.honor_20220215 .honor_s .swiper-slide a:hover .imgbox i {
  opacity: 1;
}
.honor_20220215 .honor_s .swiper-slide a:hover p {
  opacity: 0.5;
}
.honor_20220215 .honor_s .swiper-slide a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-bottom: 1px solid #dadada;
  position: relative;
}
.honor_20220215 .honor_s .swiper-slide a .imgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.honor_20220215 .honor_s .swiper-slide a .imgbox i {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
  width: 3.125vw;
  height: 3.125vw;
  background: url(../images/fd_20220215.png) no-repeat center;
  display: block;
  opacity: 0;
}
.honor_20220215 .honor_s .swiper-slide a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #666666;
}
@media (max-width: 2048px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    font-size: 17px;
  }
}
@media (max-width: 1440px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .honor_20220215 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .honor_20220215 h2 {
    margin-bottom: 22px;
    font-size: 24px;
  }
  .honor_20220215 .honor_s .swiper-slide a p {
    padding: 8px 0;
  }
}
.ald_about_hzkh {
  padding-top: 3.125vw;
  padding-bottom: 3.906vw;
  background: #f5f5f5;
}
.ald_about_hzkh .hh_w {
  position: relative;
}
.ald_about_hzkh .hh_w .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ald_about_hzkh .hh_w .title {
  color: #111f28;
  font-family: 'pf_b';
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.646vw;
}
@media (max-width: 2048px) {
  .ald_about_hzkh .hh_w .title {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .ald_about_hzkh .hh_w .title {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .ald_about_hzkh .hh_w .title {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .ald_about_hzkh .hh_w .title {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .ald_about_hzkh .hh_w .title {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .ald_about_hzkh .hh_w .title {
    font-size: 19.2px;
  }
}
.ald_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.5rem;
}
.ald_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp .swiper-slide {
  height: 0;
  padding-bottom: 8.57%;
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}
.ald_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp .swiper-slide:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.ald_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp .swiper-slide img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
}
.ald_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp .swiper-pagination {
  bottom: 0;
}
.ald_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.ald_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp .swiper-pagination-bullet-active {
  background: #d9091a;
}
@media (max-width: 768px) {
  .ald_about_hzkh {
    padding: 40px 0;
  }
  .ald_about_hzkh .hh_w .title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.2rem;
    font-size: 24px;
  }
  .ald_about_hzkh .hh_w .title .navBox {
    width: 100%;
  }
  .ald_about_hzkh .hh_w .title .navBox .nav {
    padding-bottom: 0.15rem;
  }
  .ald_about_hzkh .hh_w .title .navBox .nav .li {
    font-size: 0.14rem;
    padding: 0.1rem 0.15rem;
  }
  .ald_about_hzkh .hh_w .title .navBox .nav::-webkit-scrollbar {
    height: 2px;
  }
  .ald_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp {
    padding-bottom: 0.35rem;
  }
  .ald_about_hzkh .swiper-pagination-bullet {
    background: #000;
  }
  .ald_about_hzkh .hh_w .bgimg {
    display: none;
  }
}
#pageview_cases,
#pageview_video,
#pageview_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pageview_video {
  margin-bottom: 3.125vw;
}
.contact_info {
  /* padding: 115px 0 110px; */
  padding: 4.167vw 0;
}
.contact_info .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact_info .wrap .map {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1680px) {
  .contact_info .wrap .map {
    width: 45%;
  }
}
@media (max-width: 1366px) {
  .contact_info .wrap .map {
    width: 42%;
  }
}
.contact_info .wrap .right {
  width: 50%;
}
@media (max-width: 1680px) {
  .contact_info .wrap .right {
    width: 55%;
  }
}
@media (max-width: 1366px) {
  .contact_info .wrap .right {
    width: 58%;
  }
}
.contact_info .wrap .right > * {
  margin-left: 10%;
}
.contact_info .wrap .right h2 {
  color: #1b1e1e;
  margin-bottom: 2%;
  margin-top: 4%;
  font-family: 'pf_b';
  font-weight: bold;
}
@media (max-width: 2048px) {
  .contact_info .wrap .right h2 {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .contact_info .wrap .right h2 {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .contact_info .wrap .right h2 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .contact_info .wrap .right h2 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .contact_info .wrap .right h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .contact_info .wrap .right h2 {
    font-size: 19.2px;
  }
}
.contact_info .wrap .right h3 {
  color: #bababa;
}
@media (max-width: 1920px) {
  .contact_info .wrap .right h3 {
    font-size: 26px;
  }
}
@media (max-width: 1776px) {
  .contact_info .wrap .right h3 {
    font-size: 23.55918367px;
  }
}
@media (max-width: 1680px) {
  .contact_info .wrap .right h3 {
    font-size: 22.28571429px;
  }
}
@media (max-width: 1600px) {
  .contact_info .wrap .right h3 {
    font-size: 21.2244898px;
  }
}
@media (max-width: 1500px) {
  .contact_info .wrap .right h3 {
    font-size: 19.89795918px;
  }
}
@media (max-width: 1440px) {
  .contact_info .wrap .right h3 {
    font-size: 19.10204082px;
  }
}
@media (max-width: 1366px) {
  .contact_info .wrap .right h3 {
    font-size: 18.12040816px;
  }
}
@media (max-width: 1280px) {
  .contact_info .wrap .right h3 {
    font-size: 16.97959184px;
  }
}
@media (max-width: 1152px) {
  .contact_info .wrap .right h3 {
    font-size: 15.28163265px;
  }
}
@media (max-width: 1024px) {
  .contact_info .wrap .right h3 {
    font-size: 13.58367347px;
  }
}
.contact_info .wrap .right .line {
  width: 100%;
  height: 2px;
  background: #eaeaea;
  position: relative;
  margin: 5% 0 2%;
}
.contact_info .wrap .right .line:before {
  content: '';
  width: 160px;
  height: 5px;
  position: absolute;
  left: 10%;
  bottom: 0;
  background: #e60013;
}
.contact_info .wrap .right .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.contact_info .wrap .right .items .item {
  padding: 20px 0 ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  width: 43%;
}
.contact_info .wrap .right .items .item:first-child {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.contact_info .wrap .right .items .item:nth-child(2n) {
  width: 57%;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.contact_info .wrap .right .items .item:nth-child(2n):before {
  content: '';
  width: 1px;
  height: 60%;
  position: absolute;
  top: 20%;
  right: 0;
  background: #e8e8e8;
}
.contact_info .wrap .right .items .item:nth-child(3n),
.contact_info .wrap .right .items .item:nth-child(5n) {
  padding-left: 20px;
}
.contact_info .wrap .right .items .item .icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #e0e0e0;
}
.contact_info .wrap .right .items .item .icon img {
  max-width: 60%;
}
.contact_info .wrap .right .items .item .art {
  max-width: calc(100% - 65px);
  white-space: nowrap;
}
.contact_info .wrap .right .items .item .art span {
  font-size: 16px;
  color: #999999;
}
.contact_info .wrap .right .items .item .art p {
  font-size: 18px;
  color: #333333;
}
@media (max-width: 1680px) {
  .contact_info .wrap .right .line {
    margin: 3% 0 2%;
  }
  .contact_info .wrap .right .items .item {
    padding: 15px 0;
  }
  .contact_info .wrap .right .items .item .icon {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1366px) {
  .contact_info {
    padding: 60px 0;
  }
  .contact_info .wrap .right .items .item {
    padding: 10px 0;
  }
  .contact_info .wrap .right .items .item .art span {
    font-size: 14px;
  }
  .contact_info .wrap .right .items .item .art p {
    font-size: 16px;
  }
  .contact_info .wrap .right .items .item .icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
@media (max-width: 1280px) {
  .contact_info .wrap .right .items .item {
    padding: 8px 0;
  }
  .contact_info .wrap .right .items .item .art span {
    font-size: 12px;
  }
  .contact_info .wrap .right .items .item .art p {
    font-size: 14px;
  }
  .contact_info .wrap .right .items .item .icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
}
@media (max-width: 990px) {
  .contact_info {
    padding: 40px 0;
  }
  .contact_info .wrap .right h2 {
    font-size: 20px;
  }
  .contact_info .wrap .right .items .item .art p {
    font-size: 12px;
  }
  .contact_info .wrap .right h3 {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .contact_info .wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .contact_info .wrap .map {
    width: 100%;
  }
  .contact_info .wrap .right {
    width: 100%;
  }
  .contact_info .wrap .right > * {
    margin-left: 0;
  }
  .contact_info .wrap .right .items .item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .contact_info .wrap .right .items .item:nth-child(3) .icon,
  .contact_info .wrap .right .items .item:nth-child(5) .icon {
    margin-left: 10px;
  }
  .contact_info .wrap .right .items .item:nth-child(3n),
  .contact_info .wrap .right .items .item:nth-child(5n) {
    padding-left: 0;
  }
  .contact_info .wrap .right .line:before {
    left: 0;
    height: 2px;
  }
  .contact_info .wrap .right .items .item .icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
  .contact_info .wrap .right h2 {
    font-size: 18px;
  }
  .contact_info .wrap .right h3 {
    font-size: 13px;
  }
}
.contact_info .map {
  position: relative;
}
.contact_info .map .div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact_info .map .div .ig {
  display: block;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
}
.contact_info .map .div1 {
  position: relative;
  left: 70%;
  transform: translate(-50%, 65px);
}
@media (max-width: 1680px) {
  .contact_info .map .div1 {
    transform: translate(-50%, 55px);
  }
}
@media (max-width: 1440px) {
  .contact_info .map .div1 {
    transform: translate(-45%, 45px);
  }
}
@media (max-width: 1290px) {
  .contact_info .map .div1 {
    transform: translate(-45%, 40px);
  }
}
@media (max-width: 1024px) {
  .contact_info .map .div1 {
    transform: translate(-50%, 35px);
  }
}
.contact_info .map .div1 img {
  width: 44px;
  display: block;
  margin: 0 auto;
}
.contact_info .map .div1 em {
  display: block;
  width: 45px;
  height: 8px;
  background-image: url(../images/img124.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
}
.contact_info .map .div1 em::after,
.contact_info .map .div1 em::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/img124.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact_info .map .div1 em::before {
  animation: yfd 2s linear infinite;
}
.contact_info .map .div1 em::after {
  animation: yfd 2s linear infinite 1s;
}
@keyframes yfd {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
}
.contact_info .map .div .ig {
  width: 120px;
}
.contact_info .map .div1 img {
  width: 30px;
}
.contact_info .map .div1 em {
  width: 45px;
  height: 8px;
}
@media (max-width: 1459px) {
  .contact_info .map .div .ig {
    width: 100px;
  }
  .contact_info .map .div1 img {
    width: 25px;
  }
  .contact_info .map .div1 em {
    width: 35px;
    height: 6px;
  }
}
.contact_info2 {
  padding-bottom: 4.948vw;
}
.contact2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact2 .left {
  width: 45%;
}
@media (max-width: 1920px) {
  .contact2 .left {
    margin-top: 5px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1776px) {
  .contact2 .left {
    margin-top: 4.53061224px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1680px) {
  .contact2 .left {
    margin-top: 4.28571429px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1600px) {
  .contact2 .left {
    margin-top: 4.08163265px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1500px) {
  .contact2 .left {
    margin-top: 3.82653061px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1440px) {
  .contact2 .left {
    margin-top: 3.67346939px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1366px) {
  .contact2 .left {
    margin-top: 3.48469388px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1280px) {
  .contact2 .left {
    margin-top: 3.26530612px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1152px) {
  .contact2 .left {
    margin-top: 2.93877551px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .contact2 .left {
    margin-top: 2.6122449px;
    margin-bottom: 0px;
  }
  .contact_info .map .div1 {
    transform: translate(-50%, 45px);
  }
}
@media (max-width: 990px) {
  .contact2 .left {
    margin-top: 2.5255102px;
    margin-bottom: 0px;
  }
}
.contact2 .left .mytitle h1 {
  color: #cccccc;
  opacity: 0.2;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  .contact2 .left .mytitle h1 {
    font-size: 48px;
  }
}
@media (max-width: 1776px) {
  .contact2 .left .mytitle h1 {
    font-size: 43.49387755px;
  }
}
@media (max-width: 1680px) {
  .contact2 .left .mytitle h1 {
    font-size: 41.14285714px;
  }
}
@media (max-width: 1600px) {
  .contact2 .left .mytitle h1 {
    font-size: 39.18367347px;
  }
}
@media (max-width: 1500px) {
  .contact2 .left .mytitle h1 {
    font-size: 36.73469388px;
  }
}
@media (max-width: 1440px) {
  .contact2 .left .mytitle h1 {
    font-size: 35.26530612px;
  }
}
@media (max-width: 1366px) {
  .contact2 .left .mytitle h1 {
    font-size: 33.45306122px;
  }
}
@media (max-width: 1280px) {
  .contact2 .left .mytitle h1 {
    font-size: 31.34693878px;
  }
}
@media (max-width: 1152px) {
  .contact2 .left .mytitle h1 {
    font-size: 28.2122449px;
  }
}
@media (max-width: 1024px) {
  .contact2 .left .mytitle h1 {
    font-size: 25.07755102px;
  }
}
@media (max-width: 990px) {
  .contact2 .left .mytitle h1 {
    font-size: 24.24489796px;
  }
}
@media (max-width: 1920px) {
  .contact2 .left .mytitle h1 {
    margin-top: 0px;
    margin-bottom: -30px;
  }
}
@media (max-width: 1776px) {
  .contact2 .left .mytitle h1 {
    margin-top: 0px;
    margin-bottom: -27.18367347px;
  }
}
@media (max-width: 1680px) {
  .contact2 .left .mytitle h1 {
    margin-top: 0px;
    margin-bottom: -25.71428571px;
  }
}
@media (max-width: 1600px) {
  .contact2 .left .mytitle h1 {
    margin-top: 0px;
    margin-bottom: -24.48979592px;
  }
}
@media (max-width: 1500px) {
  .contact2 .left .mytitle h1 {
    margin-top: 0px;
    margin-bottom: -22.95918367px;
  }
}
@media (max-width: 1440px) {
  .contact2 .left .mytitle h1 {
    margin-top: 0px;
    margin-bottom: -22.04081633px;
  }
}
@media (max-width: 1366px) {
  .contact2 .left .mytitle h1 {
    margin-top: 0px;
    margin-bottom: -20.90816327px;
  }
}
@media (max-width: 1280px) {
  .contact2 .left .mytitle h1 {
    margin-top: 0px;
    margin-bottom: -19.59183673px;
  }
}
@media (max-width: 1152px) {
  .contact2 .left .mytitle h1 {
    margin-top: 0px;
    margin-bottom: -17.63265306px;
  }
}
@media (max-width: 1024px) {
  .contact2 .left .mytitle h1 {
    margin-top: 0px;
    margin-bottom: -15.67346939px;
  }
}
@media (max-width: 990px) {
  .contact2 .left .mytitle h1 {
    margin-top: 0px;
    margin-bottom: -15.15306122px;
  }
}
@media (max-width: 768px) {
  .contact_info .map .div1 {
    transform: translate(-50%, 30px);
  }
  .contact_info .map .div1 em {
    width: 25px;
  }
  .contact_info .wrap .right .items .item .art p {
    word-break: break-all;
    white-space: normal;
  }
  .contact_info .wrap .right .items .item {
    height: 65px;
  }
}
.contact2 .left .mytitle h2 {
  color: #333333;
  font-family: 'pf_b';
  font-weight: bold;
  position: relative;
}
@media (max-width: 1920px) {
  .contact2 .left .mytitle h2 {
    font-size: 38px;
  }
}
@media (max-width: 1776px) {
  .contact2 .left .mytitle h2 {
    font-size: 34.43265306px;
  }
}
@media (max-width: 1680px) {
  .contact2 .left .mytitle h2 {
    font-size: 32.57142857px;
  }
}
@media (max-width: 1600px) {
  .contact2 .left .mytitle h2 {
    font-size: 31.02040816px;
  }
}
@media (max-width: 1500px) {
  .contact2 .left .mytitle h2 {
    font-size: 29.08163265px;
  }
}
@media (max-width: 1440px) {
  .contact2 .left .mytitle h2 {
    font-size: 27.91836735px;
  }
}
@media (max-width: 1366px) {
  .contact2 .left .mytitle h2 {
    font-size: 26.48367347px;
  }
}
@media (max-width: 1280px) {
  .contact2 .left .mytitle h2 {
    font-size: 24.81632653px;
  }
}
@media (max-width: 1152px) {
  .contact2 .left .mytitle h2 {
    font-size: 22.33469388px;
  }
}
@media (max-width: 1024px) {
  .contact2 .left .mytitle h2 {
    font-size: 19.85306122px;
  }
}
@media (max-width: 990px) {
  .contact2 .left .mytitle h2 {
    font-size: 19.19387755px;
  }
}
@media (max-width: 1920px) {
  .contact2 .left .mytitle h2 {
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1776px) {
  .contact2 .left .mytitle h2 {
    padding-top: 0px;
    padding-bottom: 13.59183673px;
  }
}
@media (max-width: 1680) {
  .contact2 .left .mytitle h2 {
    padding-top: 0px;
    padding-bottom: 12.85714286px;
  }
}
@media (max-width: 1600px) {
  .contact2 .left .mytitle h2 {
    padding-top: 0px;
    padding-bottom: 12.24489796px;
  }
}
@media (max-width: 1500px) {
  .contact2 .left .mytitle h2 {
    padding-top: 0px;
    padding-bottom: 11.47959184px;
  }
}
@media (max-width: 1440px) {
  .contact2 .left .mytitle h2 {
    padding-top: 0px;
    padding-bottom: 11.02040816px;
  }
}
@media (max-width: 1366px) {
  .contact2 .left .mytitle h2 {
    padding-top: 0px;
    padding-bottom: 10.45408163px;
  }
}
@media (max-width: 1280px) {
  .contact2 .left .mytitle h2 {
    padding-top: 0px;
    padding-bottom: 9.79591837px;
  }
}
@media (max-width: 1152px) {
  .contact2 .left .mytitle h2 {
    padding-top: 0px;
    padding-bottom: 8.81632653px;
  }
}
@media (max-width: 1024px) {
  .contact2 .left .mytitle h2 {
    padding-top: 0px;
    padding-bottom: 7.83673469px;
  }
}
@media (max-width: 990px) {
  .contact2 .left .mytitle h2 {
    padding-top: 0px;
    padding-bottom: 7.57653061px;
  }
}
.contact2 .left .mytitle h2:before {
  content: '';
  width: 113px;
  height: 4px;
  background: #e60013;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact2 .left .p1 {
  font-size: 16px;
  color: #666666;
  border-bottom: 1px solid #c9c9c9;
}
@media (max-width: 1920px) {
  .contact2 .left .p1 {
    padding-top: 29px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1776px) {
  .contact2 .left .p1 {
    padding-top: 26.27755102px;
    padding-bottom: 18.12244898px;
  }
}
@media (max-width: 1680) {
  .contact2 .left .p1 {
    padding-top: 24.85714286px;
    padding-bottom: 17.14285714px;
  }
}
@media (max-width: 1600px) {
  .contact2 .left .p1 {
    padding-top: 23.67346939px;
    padding-bottom: 16.32653061px;
  }
}
@media (max-width: 1500px) {
  .contact2 .left .p1 {
    padding-top: 22.19387755px;
    padding-bottom: 15.30612245px;
  }
}
@media (max-width: 1440px) {
  .contact2 .left .p1 {
    padding-top: 21.30612245px;
    padding-bottom: 14.69387755px;
  }
}
@media (max-width: 1366px) {
  .contact2 .left .p1 {
    padding-top: 20.21122449px;
    padding-bottom: 13.93877551px;
  }
}
@media (max-width: 1280px) {
  .contact2 .left .p1 {
    padding-top: 18.93877551px;
    padding-bottom: 13.06122449px;
  }
}
@media (max-width: 1152px) {
  .contact2 .left .p1 {
    padding-top: 17.04489796px;
    padding-bottom: 11.75510204px;
  }
}
@media (max-width: 1024px) {
  .contact2 .left .p1 {
    padding-top: 15.15102041px;
    padding-bottom: 10.44897959px;
  }
}
@media (max-width: 990px) {
  .contact2 .left .p1 {
    padding-top: 14.64795918px;
    padding-bottom: 10.10204082px;
  }
}
.contact2 .left .items {
  border-bottom: 1px solid #c9c9c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1920px) {
  .contact2 .left .items {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1776px) {
  .contact2 .left .items {
    padding-top: 36.24489796px;
    padding-bottom: 36.24489796px;
  }
}
@media (max-width: 1680) {
  .contact2 .left .items {
    padding-top: 34.28571429px;
    padding-bottom: 34.28571429px;
  }
}
@media (max-width: 1600px) {
  .contact2 .left .items {
    padding-top: 32.65306122px;
    padding-bottom: 32.65306122px;
  }
}
@media (max-width: 1500px) {
  .contact2 .left .items {
    padding-top: 30.6122449px;
    padding-bottom: 30.6122449px;
  }
}
@media (max-width: 1440px) {
  .contact2 .left .items {
    padding-top: 29.3877551px;
    padding-bottom: 29.3877551px;
  }
}
@media (max-width: 1366px) {
  .contact2 .left .items {
    padding-top: 27.87755102px;
    padding-bottom: 27.87755102px;
  }
}
@media (max-width: 1280px) {
  .contact2 .left .items {
    padding-top: 26.12244898px;
    padding-bottom: 26.12244898px;
  }
}
@media (max-width: 1152px) {
  .contact2 .left .items {
    padding-top: 23.51020408px;
    padding-bottom: 23.51020408px;
  }
}
@media (max-width: 1024px) {
  .contact2 .left .items {
    padding-top: 20.89795918px;
    padding-bottom: 20.89795918px;
  }
}
@media (max-width: 990px) {
  .contact2 .left .items {
    padding-top: 20.20408163px;
    padding-bottom: 20.20408163px;
  }
}
.contact2 .left .items .item {
  width: 50%;
}
.contact2 .left .items .item span {
  font-size: 18px;
  color: #666666;
}
.contact2 .left .items .item p {
  font-size: 28px;
  color: #333333;
  font-family: 'bah';
}
.contact2 .right {
  width: 50%;
}
.contact2 .right .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.contact2 .right .form input,
.contact2 .right .form textarea {
  background: #f5f5f7;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #adadad;
  margin-bottom: 12px;
}
.contact2 .right .form input::placeholder,
.contact2 .right .form textarea::placeholder {
  font-size: 16px;
  color: #adadad;
}
.contact2 .right .form input {
  width: calc(50% - 5px);
  height: 60px;
  padding: 0 10px;
}
.contact2 .right .form textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
}
.contact2 .right .form a {
  width: 100%;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background: #e60013;
  border: 1px solid #e5e5e5;
}
@media (max-width: 1440px) {
  .contact2 .left .items .item span {
    font-size: 16px;
  }
  .contact2 .left .items .item p {
    font-size: 24px;
  }
  .contact2 .right .form input {
    height: 55px;
  }
  .contact2 .right .form textarea {
    height: 110px;
  }
  .contact2 .right .form a {
    height: 60px;
  }
  .contact2 .left .mytitle h2:before {
    width: 80px;
    height: 2px;
  }
}
@media (max-width: 1280px) {
  .contact2 .left .items .item span {
    font-size: 14px;
  }
  .contact2 .left .items .item p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .contact2 .left .items .item span {
    font-size: 14px;
  }
  .contact2 .left .items .item p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .contact2 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .contact2 .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .contact2 .left .p1 {
    font-size: 14px;
  }
  .contact2 .left .items .item span {
    font-size: 13px;
  }
  .contact2 .left .items .item p {
    font-size: 16px;
  }
  .contact2 .right {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact2 .right .form input {
    height: 40px;
    font-size: 14px;
  }
  .contact2 .right .form input::placeholder {
    font-size: 14px;
  }
  .contact2 .right .form textarea {
    height: 100px;
    font-size: 14px;
  }
  .contact2 .right .form textarea::placeholder {
    font-size: 14px;
  }
  .contact2 .right .form a {
    height: 55px;
    font-size: 14px;
  }
}
