@charset "UTF-8";
@media (max-width: 768px) {
}html {
  font-size: 100px;
}
@font-face {
  font-family: "aa";
}
@font-face {
  font-family: "gt";
}
@font-face {
  font-family: "gtb";
}
body {
  font-family: 'aa';
}
@keyframes hideShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    transition: all 15s;
  }
}
@keyframes proBox {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tds-keyframe--bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes tds-keyframe--bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.tcl-animate-chevron {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: tds-keyframe--bounce;
  animation-name: tds-keyframe--bounce;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.hide-animation {
  display: block;
  animation: hide-animation 0.5s;
}
@keyframes hide-animation {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 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: 25px;
  height: 25px;
  right: 10px;
  cursor: pointer;
  top: 10px;
}
@media (max-width: 768px) {
  .videos_box {
    width: 100%;
    height: 45%;
  }
  .videos_box .videos_div {
    width: 100%;
    height: 100%;
  }
  .vclose {
    width: 20px;
    height: 20px;
  }
}
/* 搜索 */
.lbotal {
  position: absolute;
  right: 11%;
  top: 50%;
  transform: translateY(-50%);
  height: 2.344vw;
  min-height: 40px;
  width: 46.875vw;
  border: 1px solid #eee;
  border-radius: 25px;
  background: transparent;
  display: none;
  background: #fff;
}
.lbotal .c2 {
  float: left;
  width: 60px;
  height: 100%;
  border: none;
  cursor: pointer;
  background: url('../images/search.png') no-repeat center center;
  background-size: 20px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s ease;
}
.lbotal.on .c2 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease;
}
.lbotal .c1 {
  float: left;
  width: 80%;
  border: none;
  height: 100%;
  padding: 0 10px 0 0;
  line-height: 1.57;
  opacity: 0;
  transform: translateX(80%);
  transition: all 0.5s ease;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .lbotal .c1 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .lbotal .c1 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .lbotal .c1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .lbotal .c1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .lbotal .c1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .lbotal .c1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .lbotal .c1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .lbotal .c1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .lbotal .c1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .lbotal .c1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .lbotal .c1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .lbotal .c1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.lbotal.on .c1 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.8s ease;
}
.lbotal > .bgcl {
  float: left;
  height: 100%;
  width: 60px;
  position: absolute;
  right: 10px;
  z-index: 2;
  background: url('../images/icon_search_close.png') no-repeat center center;
  background-size: 14px;
}
@media (max-width: 991px) {
  .lbotal {
    right: 18%;
  }
}
.hh-header-pc.qtwy-header-pc {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.5s;
  z-index: 50;
}
.hh-header-pc.qtwy-header-pc .hh_head {
  transition: all 0.5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.5);
}
.hh-header-pc.qtwy-header-pc .hh_head .hh_w {
  height: 120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
}
.hh-header-pc.qtwy-header-pc .hh_head .hh_w.sh {
  height: 85px;
}
.hh-header-pc.qtwy-header-pc .hh_head .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
}
.hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}
.hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg img {
  width: 12.677vw;
  min-width: 130px;
}
.hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg .hh_img_a {
  display: none;
}
.hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding-left: 1.56vw;
  padding-right: 2.86vw;
}
.hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t p {
  white-space: nowrap;
}
.hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
  line-height: 1.57;
  margin-bottom: 5px;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p2 {
  line-height: 1.5;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p2 {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p2 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p2 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p2 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p2 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p2 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p2 {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p2 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li {
  height: 100%;
  margin-right: 4.083vw;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li:nth-of-type(1) {
  display: none;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li > a {
  height: 100%;
  line-height: 1.57;
  color: #fff;
  transition: all 0.5s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  white-space: nowrap;font-size: 18px;
font-weight: 900;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li > a {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li > a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li > a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li > a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li > a {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li > a {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li > a {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li > a {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li > a {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li > a {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li > a::before {
  position: absolute;
  content: '';
  bottom: -1px;
  width: 0;
  height: 3px;
  background: #d72444;
  background: #fff;
  transition: all 0.5s;
  left: 50%;
  transform: translateX(-50%);
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li > a:hover::before,
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li > a.on::before {
  width: 100%;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 {
  position: absolute;
  top: 121px;
  background: #fff;
  width: 100%;
  left: 0;
  display: none;
  border-top: 1px solid #f3f3f3;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1.sh {
  top: 86px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .hh_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left {
  padding: 4.427vw 0 4.427vw;
  width: 70%;
  border-right: 1px solid #f3f3f3;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 12.292vw;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #d40041;
  background-color: #d40041;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li {
  width: 37.94%;
  margin-right: 12.06%;
  margin-bottom: 1.198vw;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li a div:nth-of-type(1) {
  color: #1c1c1c;
  transition: all 0.5s;
  font-family: 'gtb';
  text-transform: uppercase;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li a div:nth-of-type(1) {
    font-size: 40px;
  }
}
@media (max-width: 1920px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li a div:nth-of-type(1) {
    font-size: 30px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li a div:nth-of-type(1) {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li a div:nth-of-type(1) {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li a div:nth-of-type(1) {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li a div:nth-of-type(1) {
    font-size: 16px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li a div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li a div:nth-of-type(2) i {
  font-size: 34px;
  transition: all 0.5s;
  transform: rotate(-45deg) translate(0px, 0px);
  color: #ddd;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li a:hover div,
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li a.on div {
  color: #d72444;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li a:hover div i,
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li a.on div i {
  transform: rotate(0deg) translate(0px, 0px);
  color: #d72444;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 {
  position: absolute;
  top: 121px;
  background: #fff;
  width: 100%;
  left: 0;
  display: none;
  border-top: 1px solid #f3f3f3;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2.sh {
  top: 86px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .hh_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left {
  padding: 4.427vw 0 4.427vw;
  width: 70%;
  border-right: 1px solid #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul {
  width: 43.21%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 236px;
  overflow-y: auto;
  padding-right: 3.542vw;
  position: relative;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul::before {
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  background: #eaeaea;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #d40041;
  background-color: #d40041;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul > li {
  width: 100%;
  margin-bottom: 1.198vw;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul > li > a div:nth-of-type(1) {
  color: #1c1c1c;
  transition: all 0.5s;
  font-family: 'gtb';
  text-transform: uppercase;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul > li > a div:nth-of-type(1) {
    font-size: 40px;
  }
}
@media (max-width: 1920px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul > li > a div:nth-of-type(1) {
    font-size: 30px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul > li > a div:nth-of-type(1) {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul > li > a div:nth-of-type(1) {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul > li > a div:nth-of-type(1) {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul > li > a div:nth-of-type(1) {
    font-size: 16px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul > li > a div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul > li > a div:nth-of-type(2) img {
  display: none;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul > li > a div:nth-of-type(2) i {
  font-size: 34px;
  transition: all 0.5s;
  transform: rotate(-45deg) translate(0px, 0px);
  color: #ddd;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul > li > a div:nth-of-type(2) i.active {
  transform: rotate(0deg) translate(0px, 0px);
  color: #d72444;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul > li > a:hover div,
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul > li > a.on div {
  color: #d72444;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box {
  width: 56.79%;
  padding-left: 3.125vw;
  padding-right: 3.906vw;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 {
  display: none;
  flex-wrap: wrap;
  max-height: 220px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #d40041;
  background-color: #d40041;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 > li {
  width: 47%;
  margin-bottom: 0.573vw;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 > li > a {
  line-height: 1.57;
  color: #1c1c1c;
  position: relative;
  padding-left: 20px;
  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 (min-width: 2048px) and (max-width: 2560px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 > li > a {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 > li > a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 > li > a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 > li > a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 > li > a {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 > li > a {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 > li > a {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 > li > a {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 > li > a {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 > li > a {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 > li > a:hover::before,
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 > li > a:hover span::after {
  opacity: 1;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 > li > a::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 6px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url('../images/hrzl528_img157.png');
  transition: all 0.5s;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 > li > a span {
  position: relative;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2 > li > a span::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background: #d72444;
  transition: all 0.5s;
  opacity: 0;
  bottom: 0;
  left: 0px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right {
  width: 30%;
  padding: 4.688vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  padding-right: 1.719vw;
  align-items: center;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_div1 .hh_t {
  color: #1c1c1c;
  font-family: 'gtb';
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_div1 .hh_t {
    font-size: 37.33333333px;
  }
}
@media (max-width: 1920px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_div1 .hh_t {
    font-size: 28px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_div1 .hh_t {
    font-size: 24.5px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_div1 .hh_t {
    font-size: 21px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_div1 .hh_t {
    font-size: 18.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_div1 .hh_t {
    font-size: 14.93333333px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_div1 .hh_c {
  margin-top: 1.042vw;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_div1 .hh_c li {
  margin-bottom: 8px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_div1 .hh_c li span {
  color: #777;
  line-height: 1.5;
  margin-left: 5px;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_div1 .hh_c li span {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_div1 .hh_c li span {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_div1 .hh_c li span {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_div1 .hh_c li span {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_div1 .hh_c li span {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_div1 .hh_c li span {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_div1 .hh_c li span {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_div1 .hh_c li span {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_div1 .hh_c li span {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share {
    display: none;
  margin-top: 1.875vw;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share div {
  line-height: 1.57;
  color: #1c1c1c;
  margin-bottom: 14px;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share div {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share div {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share div {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share div {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share div {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share div {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share div {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share .hh_shareUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  display: none !important;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share .hh_shareUl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 15px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share .hh_shareUl a .hh_img_a {
  display: none;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share .hh_shareUl a:hover .hh_img {
  display: none;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share .hh_shareUl a:hover .hh_img_a {
  display: block;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
  cursor: pointer;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div1 img {
  min-width: 15px;
  min-height: 15px;
  width: 1.042vw;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div1 .hh_img_a {
  display: none;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2 {
  margin-left: 2.083vw;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #fff;
  width: 55px;
  height: 28px;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2::after {
  content: '';
  width: 100%;
  height: 7px;
  bottom: -7px;
  position: absolute;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2 span {
  line-height: 1.57;
  margin-right: 3px;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .div2 span {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .div2 span {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .div2 span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .div2 span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .div2 span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .div2 span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .div2 span {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .div2 span {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .div2 span {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .div2 span {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .div2 span {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .div2 span {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2 .hh_img_a {
  display: none;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2:hover .lan_box {
  height: auto;
  padding: 2px 13px;
  overflow: visible;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2 .lan_box {
  position: absolute;
  left: 50%;
  width: auto;
  top: calc(100% - 0px);
  height: 0;
  overflow: hidden;
  background: #ededed;
  border-radius: 10px;
  padding: 0 15px;
  transform: translateX(-50%);
  margin-top: 7px;
  transition: all 0.1s;
  display: block;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2 .lan_box:before {
  width: 20px;
  height: 10px;
  background: url(../images/sj.png) no-repeat center;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -10px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2 .lan_box a {
  display: block;
  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;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333333;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2 .lan_box a:hover {
  color: #91c50f;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2 .lan_box a:last-child {
  margin-bottom: 0;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2 .lan_box a img {
  width: 28px;
  height: 28px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2 .lan_box a span {
  width: calc(100% - 40px);
  color: #666 !important;
}
.hh_height {
  height: 120px;
  width: 100%;
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .hh_w,
  .hh_height {
    height: 100px;
  }
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2,
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 {
    top: 101px;
  }
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right,
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left,
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left {
    padding: 45px 0;
  }
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul,
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2,
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul {
    max-height: 205px;
  }
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul > li > a div:nth-of-type(2) i,
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li a div:nth-of-type(2) i {
    font-size: 26px;
  }
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share .hh_shareUl a img {
    height: 20px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul,
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul2Box .nav_ul2,
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul {
    max-height: 185px;
  }
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right > .hh_box > .hh_share .hh_shareUl a img {
    height: 18px;
  }
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left .nav_ul > li > a div:nth-of-type(2) i,
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li a div:nth-of-type(2) i {
    font-size: 22px;
  }
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li,
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li:nth-last-child(1),
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left .nav_ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_right,
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub2 .nav_left,
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul > li .nav_sub1 .nav_left {
    padding: 35px 0;
  }
}
@media (max-width: 768px) {
  .hh_height {
    display: none;
  }
}
.qtwy-header-pc.scroll {
  top: -130px;
}
.qtwy-header.active {
  background: #fff !important;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.15);
}
.qtwy-header.active .left ul li a,
.qtwy-header.active .left .hh_lg_t .p1,
.qtwy-header.active .left .hh_lg_t .p2,
.qtwy-header.active .right .div2 .p1,
.qtwy-header.active .right .div2 .p2 {
  color: #666 !important;
}
.qtwy-header.active .right .div1 .hh_img,
.qtwy-header.active .left .hh_lg .hh_img {
  display: none;
}
.qtwy-header.active .right .div1 .hh_img_a,
.qtwy-header.active .left .hh_lg .hh_img_a {
  display: block !important;
}
.qtwy-header.active .right .hh_ul li a,
.hh-header-pc.qtwy-header-pc .qtwy-header.active .right .div2 span,
.hh-header-pc.qtwy-header-pc .qtwy-header.active .right .div2 span {
  color: #333 !important;
}
.hh-header-pc.qtwy-header-pc .qtwy-header.active .right .div2 .hh_img {
  display: none;
}
.hh-header-pc.qtwy-header-pc .qtwy-header.active .right .div2 .hh_img_a {
  display: block;
}
.hh-header-pc.qtwy-header-pc .hh_head.active .right .hh_ul li a:hover,
.hh-header-pc.qtwy-header-pc .hh_head.active .right .hh_ul li a.on {
  color: #d72444 !important;
}
.hh-header-pc.qtwy-header-pc .hh_head.active .right .hh_ul li a:hover::before,
.hh-header-pc.qtwy-header-pc .hh_head.active .right .hh_ul li a.on::before {
  background: #d72444;
}
.hh-header-pc.qtwy-header-pc .hh_head.active .right .div2 {
  background: rgba(219, 219, 219, 0.15);
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2:hover {
  background: #d72444 !important;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2:hover span {
  color: #fff !important;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2:hover .hh_img {
  display: block !important;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2:hover .hh_img_a {
  display: none !important;
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left ul li a {
    padding: 0 1.2vw;
  }
  .hh-header-pc.qtwy-header-pc .hh_head .right {
    padding-right: 0;
  }
}
@media (max-width: 1459px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left ul li a {
    padding: 0 0.95vw;
  }
}
@media (max-width: 1290px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_ul li {
    margin-right: 1.5vw;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .div2 {
    display: none;
  }
}
@media (max-width: 992px) {
  .hh-header-pc.qtwy-header-pc {
    display: none !important;
  }
}
.header-app {
  background: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  -webkit-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .header-app {
    display: block;
  }
  .hh-header-pc {
    display: none;
  }
}
.header-app.open-menu {
  height: 100%;
  background: #fff;
  -webkit-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.navbar-app {
  position: relative;
  -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-app .logo {
  float: left;
  height: 60px;
  vertical-align: middle;
  padding: 8px 20px;
  display: flex;
  align-items: center;
}
.header-app .logo img {
  height: auto;
  width: 102px;
}
@media (max-width: 768px) {
  .header-app .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .header-app .logo span {
    margin-left: 10px;
    font-size: 14px;
  }
}
.navbar-togger {
  float: right;
  background: transparent;
  border: none;
  padding: 22px 20px;
  display: inline-block;
  visibility: visible;
  transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}
.navbar-togger .icon_bar {
  width: 24px;
  height: 2px;
  background-color: #000;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}
.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
}
.open-menu .navbar-togger .icon_bar:first-child {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}
.open-menu .navbar-togger .icon_bar:last-child {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  -ms-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}
.nav-menu {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  padding: 20px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1s;
  -o-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
}
.header-app.open-menu .nav-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.nav-list li {
  opacity: 0;
  pointer-events: none;
}
.nav-list li.open {
  border-bottom: none;
}
.header-app.open-menu .nav-list li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-list li:nth-child(1) {
  -webkit-transform: translateY(-0.44rem);
  -ms-transform: translateY(-0.44rem);
  transform: translateY(-0.44rem);
  transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s, transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s, -webkit-transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s;
}
.header-app.open-menu .nav-list li:nth-child(1) {
  transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 0.03s, transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s, -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s;
}
.nav-list li:nth-child(2) {
  -webkit-transform: translateY(-0.4rem);
  -ms-transform: translateY(-0.4rem);
  transform: translateY(-0.4rem);
  transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s, transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s, -webkit-transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s;
}
.header-app.open-menu .nav-list li:nth-child(2) {
  transition: opacity 0.32244s cubic-bezier(0.32, 0.08, 0.24, 1) 0.05s, transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s, -webkit-transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s;
}
.nav-list li:nth-child(3) {
  -webkit-transform: translateY(-0.36rem);
  -ms-transform: translateY(-0.36rem);
  transform: translateY(-0.36rem);
  transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s, transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s, -webkit-transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s;
}
.header-app.open-menu .nav-list li:nth-child(3) {
  transition: opacity 0.33467s cubic-bezier(0.32, 0.08, 0.24, 1) 0.07s, transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s, -webkit-transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s;
}
.nav-list li:nth-child(4) {
  -webkit-transform: translateY(-0.32rem);
  -ms-transform: translateY(-0.32rem);
  transform: translateY(-0.32rem);
  transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s, transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s, -webkit-transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s;
}
.header-app.open-menu .nav-list li:nth-child(4) {
  transition: opacity 0.34577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.09s, transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s, -webkit-transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s;
}
.nav-list li:nth-child(5) {
  -webkit-transform: translateY(-0.28rem);
  -ms-transform: translateY(-0.28rem);
  transform: translateY(-0.28rem);
  transition: opacity 0.22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.07s, transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s, -webkit-transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s;
}
.header-app.open-menu .nav-list li:nth-child(5) {
  transition: opacity 0.35577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.11s, transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s;
}
.nav-list li:nth-child(6) {
  -webkit-transform: translateY(-0.24rem);
  -ms-transform: translateY(-0.24rem);
  transform: translateY(-0.24rem);
  transition: opacity 0.20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.05s, transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s, -webkit-transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s;
}
.header-app.open-menu .nav-list li:nth-child(6) {
  transition: opacity 0.36577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.13s, transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s, -webkit-transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s;
}
.nav-list li:nth-child(7) {
  -webkit-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
  transition: opacity 0.18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, -webkit-transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s;
}
.header-app.open-menu .nav-list li:nth-child(7) {
  transition: opacity 0.37577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s, transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s, -webkit-transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
}
.nav-list li:nth-child(8) {
  -webkit-transform: translateY(-0.16rem);
  -ms-transform: translateY(-0.16rem);
  transform: translateY(-0.16rem);
  transition: opacity 0.15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.01s, transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s, -webkit-transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s;
}
.header-app.open-menu .nav-list li:nth-child(8) {
  transition: opacity 0.38577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.17s, transform 0.40582s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s;
}
.cate-item {
  position: relative;
}
.cate-item a {
  font-family: "regular";
  font-size: 16px;
  line-height: 48px;
  margin-right: 60px;
  display: block;
  color: #333;
}
.nav-list li.active .cate-item a,
.nav-list li.open .cate-item .category-a {
  color: #de282e;
}
.category-cont a:last-child {
  border: none;
}
.category-cont a.active {
  color: #2fb2b9;
}
.category-tig {
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.category-tig::before,
.category-tig::after {
  content: '';
  background: #888;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.category-tig::before {
  width: 16px;
  height: 2px;
  right: 0;
  margin-top: -1px;
}
.category-tig::after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  right: 7px;
}
.nav-list li.open .category-tig::after {
  opacity: 0;
}
.nav-list li.open .category-tig::before {
  background: #2fb2b9;
}
.category-cont {
  display: none;
}
.nav-list li.open .category-cont {
  display: block;
  border-bottom: 0.01rem solid rgba(133, 131, 131, 0.5) !important;
  border-top: 0.01rem solid rgba(133, 131, 131, 0.5) !important;
}
.category-pad {
  padding: 0 15px;
}
.category-cont a {
  font-family: "regular";
  font-size: 14px;
  line-height: 40px;
  display: block;
  color: #333;
}
.category-cont a:last-child {
  border-bottom: none !important;
}
.category-pad a.on {
  color: #e51c24;
}
.lan-box-app {
  padding: 0.2rem 0;
  text-align: center;
}
.lan-box-app a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.lan-box-app a:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.lan-box-app a:hover,
.lan-box-app a.on {
  color: #00aeef;
}
.lan-box-app a:last-child:after {
  display: none;
}
/*app-头部*/
.app_ss {
  width: 90%;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #333;
  display: block;
  position: static;
  float: none;
  margin: 0 auto;
  padding: 0 25px;
  margin-top: 5px;
}
.app_ss:hover {
  border: 2px solid #4a69ca;
}
.app_ss input {
  width: 90%;
  height: 100%;
  border: none;
  background: none;
  font-size: 14px;
  color: #333;
}
.app_ss input:-moz-placeholder {
  color: #fff;
}
.app_ss input:-ms-input-placeholder {
  color: #fff;
}
.app_ss input::-webkit-input-placeholder {
  color: #fff;
}
.app_ss button {
  float: right;
  width: 10%;
  height: 100%;
  border: none;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
}
.app_ss button img {
  width: 18px;
  height: 18px;
}
.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}
.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
}
.nav-menu {
  position: absolute;
  /* top: 60px; */
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1s;
  -o-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
  background: #fff;
}
.header-app.open-menu .nav-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.nav-list li {
  border-bottom: 1px solid #333;
  opacity: 0;
  pointer-events: none;
}
.nav-list li.open {
  border-bottom: none;
}
.header-app.open-menu .nav-list li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-list li:nth-child(1) {
  -webkit-transform: translateY(-44px);
  -ms-transform: translateY(-44px);
  transform: translateY(-44px);
  transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s, transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s, -webkit-transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s;
}
.header-app.open-menu .nav-list li:nth-child(1) {
  transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 0.03s, transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s, -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s;
}
.nav-list li:nth-child(2) {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s, transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s, -webkit-transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s;
}
.header-app.open-menu .nav-list li:nth-child(2) {
  transition: opacity 0.32244s cubic-bezier(0.32, 0.08, 0.24, 1) 0.05s, transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s, -webkit-transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s;
}
.nav-list li:nth-child(3) {
  -webkit-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  transform: translateY(-36px);
  transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s, transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s, -webkit-transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s;
}
.header-app.open-menu .nav-list li:nth-child(3) {
  transition: opacity 0.33467s cubic-bezier(0.32, 0.08, 0.24, 1) 0.07s, transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s, -webkit-transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s;
}
.nav-list li:nth-child(4) {
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
  transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s, transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s, -webkit-transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s;
}
.header-app.open-menu .nav-list li:nth-child(4) {
  transition: opacity 0.34577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.09s, transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s, -webkit-transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s;
}
.nav-list li:nth-child(5) {
  -webkit-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
  transition: opacity 0.22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.07s, transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s, -webkit-transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s;
}
.header-app.open-menu .nav-list li:nth-child(5) {
  transition: opacity 0.35577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.11s, transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s;
}
.nav-list li:nth-child(6) {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
  transition: opacity 0.20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.05s, transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s, -webkit-transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s;
}
.header-app.open-menu .nav-list li:nth-child(6) {
  transition: opacity 0.36577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.13s, transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s, -webkit-transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s;
}
.nav-list li:nth-child(7) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: opacity 0.18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, -webkit-transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s;
}
.header-app.open-menu .nav-list li:nth-child(7) {
  transition: opacity 0.37577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s, transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s, -webkit-transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
}
.nav-list li:nth-child(8) {
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  transition: opacity 0.15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.01s, transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s, -webkit-transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s;
}
.header-app.open-menu .nav-list li:nth-child(8) {
  transition: opacity 0.38577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.17s, transform 0.40582s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s;
}
.cate-item {
  position: relative;
}
.cate-item a {
  font-size: 16px;
  /* margin-right: 60px; */
  display: block;
  color: #333;
  line-height: 1.8;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
  color: #de282e;
}
.category-cont a:last-child {
  border: none;
}
.category-cont a.active {
  color: #de282e;
}
.category-tig,
.P_tig_two,
.P_tig_three {
  font-size: 14px;
  color: #de282e;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
/* wap端二级+三级下拉样式--开始 */
.category-tig::before,
.category-tig::after,
.P_tig_two::before,
.P_tig_two::after,
.P_tig_three::before,
.P_tig_three::after {
  content: '';
  background: #333;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.category-tig::before,
.P_tig_two::before,
.P_tig_three::before {
  width: 16px;
  height: 2px;
  right: 0;
  margin-top: -1px;
}
.category-tig::after,
.P_tig_two::after,
.P_tig_three::after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  right: 7px;
}
.cate-item.open .P_tig_two::after,
.P_tig_two.open::after,
.P_tig_three.open::after {
  opacity: 0;
}
.cate-item.open .P_tig_two::before,
.P_tig_two.open::before,
.P_tig_three.open::before {
  background: #de282e;
}
.category-cont-two .cate-item {
  border-top: 1px solid rgba(133, 131, 131, 0.5);
}
.category-cont-two .cate-item:nth-of-type(1) {
  border-top: 0;
}
.category-cont-two,
.category-cont-three {
  display: none;
}
.category-cont-three {
  padding: 0 15px;
}
.category-cont-three .cate-item {
  position: relative;
}
/* wap端二级+三级+四级下拉样式--结束 */
.nav-list li.open .category-tig::after {
  opacity: 0;
}
.nav-list li.open .category-tig::before {
  background: #de282e;
}
.category-cont {
  display: none;
}
.nav-list li.open .category-cont {
  display: block;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}
.category-pad {
  padding: 0 15px;
}
.category-cont a {
  font-size: 14px;
  display: block;
  color: #333;
}
.category-pad a.on {
  color: #de282e;
}
.category-two-a,
.category-three-a,
.category-four-a {
  color: #333 !important;
}
.category-two-a.on,
.category-three-a.on {
  color: #de282e !important;
}
.lan-box-app {
  padding: 20px 0;
  text-align: center;
}
.lan-box-app a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.lan-box-app a:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #de282e;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.lan-box-app a:hover,
.lan-box-app a.on {
  color: #de282e;
}
.lan-box-app a:last-child:after {
  display: none;
}
/* 底部 */
footer {
  background: #232323;
}
.ft-t {
  font-size: 0.2rem;
  margin-bottom: 0.45rem;
  color: #fff;
  position: relative;
}
.ft-t::before {
  content: '';
  width: 0.06rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -0.54rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 1680px) {
  .ft-t::before {
    left: -0.5rem;
  }
}
.ft-lef {
  background: #232323;
}
.ft-rig {
  background: #1e1e1e;
}
.ft-a a {
  color: #838383;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}
.ft-a a:hover {
  color: #fff;
}
@media (max-width: 1680px) {
  .ft-a a {
    font-size: 0.18rem;
  }
}
.ft-1 {
  width: 8.335vw;
  border-top: 0.1rem solid #328cee;
  display: flex;
  flex-direction: column;
}
.ft-1 .ft-1-1 {
  flex: 1;
}
.ft-1 .ft-1-2 {
  padding: 0.56rem 0;
  font-size: 0.16rem;
  color: #838383;
  border-top: 1px solid #393939;
}
@media (max-width: 1280px) {
  .ft-1 .ft-1-2 {
    padding: 0.57rem 0;
  }
}
@media (max-width: 1024px) {
  .ft-1 .ft-1-2 {
    padding: 0.6rem 0;
  }
}
@media (max-width: 991px) {
  .ft-1 .ft-1-2 {
    padding: 0.61rem 0;
  }
}
.ft-nav {
  /* padding-left: 8.335vw; */
  border-top: 0.1rem solid #328cee;
}
.ft-bq {
  padding: 0.45rem 0;
  font-size: 0.16rem;
  color: #838383;
  border-top: 1px solid #393939;
}
.ft-li {
  border-left: 1px solid #393939;
  padding-top: 0.85rem;
  padding-bottom: 0.55rem;
  padding-left: 2.604vw;
}
.ft-pb2 p:nth-of-type(2) {
  width: 20.66vw;
}
.ft-p1,
.ft-pb2 p {
  font-size: 0.18rem;
  color: #a9a9a9;
  text-align: left;
}
.ft-p2 {
  font-size: 0.36rem;
  color: #fff;
  /* margin-right: 1.83vw; */
  margin-top: 0.2rem;
  margin-bottom: 0.35rem;
}
.ft-pb1 {
  border-bottom: 1px solid #393939;
}
.ft-pbox {
  padding-right: 8.335vw;
  border-top: 0.1rem solid #6f6f6f;
}
.ft-pb2 {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-direction: column;
}
.ft-pb2 .p2 {
  line-height: 30px;
}
.ft-pb2 a {
  color: #a9a9a9;
  font-size: 0.16rem;
}
.ft-pb2 a:hover {
  color: #fff;
  font-size: 0.16rem;
}
.banquan {
  display: none;
}
/* 底部 */
footer {
  padding-bottom: 0rem;
}
.ft-1 {
  display: none !important;
}
.ft-lef {
  display: none !important;
}
footer > div {
  width: 89.33vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  footer > div {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
}
.ft-pbox {
  border-top: 0;
  padding-right: 0;
}
.ft-pb1 {
  justify-content: center;
  align-items: flex-start;
  padding: 0.2rem 0;
}
.ft-pb2 {
  padding: 0 0 16px 0;
  display: flex;
  flex-direction: column;
}
.ft-pb1 .ft-p1,
.ft-pb2 p {
  font-size: 0.14rem;
}
.ft-p2 {
  margin: 0;
  font-size: 0.18rem;
}
.ft-pbox {
  background: #232323;
}
.ft-pb2 .addr {
  display: flex;
}
.ft-pb2 p:nth-of-type(1) {
  display: flex;
  flex-direction: column;
}
.ft-pb2 p:nth-of-type(1) img {
  width: 0.15rem;
  margin-right: 0.1rem;
  margin-top: 0.04rem;
}
.ft-pb2 p:nth-of-type(2) {
  width: 100%;
  text-align: left;
  line-height: 1.5;
}
.ft-pb2 .p2 {
  font-size: 0.14rem;
  margin-left: 0.06rem;
}
.banquan {
  display: block;
  flex-direction: column;
  width: 100%;
  font-size: 12px;
  margin-top: 25px;
}
.hhtips {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banquan p,
.hhtips a {
  text-align: left;
  font-size: 0.12rem;
}
.hhtips a {
  font-size: 0.12rem;
}
.hhtips .p1 {
  display: flex;
  flex: 2;
  align-items: flex-start;
  font-size: 0.12rem;
}
.hhtips .p2 {
  flex: 1;
  margin-left: 0;
}
.hhtips .p2 a {
  font-size: 0.12rem;
}
@media (max-width: 768px) {
  .hhtips {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ft-pb2 p:nth-of-type(2) {
    text-align: center;
  }
  .hhtips .p1 {
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
  }
}
.hrzl_btns.hrzl_btns3 .qzh_wapzx {
  background: #f3f3f3;
  transition: all 0.5s;
}
.hrzl_btns.hrzl_btns3 .qzh_wapzx div {
  color: #1c1c1c;
}
.hrzl_btns.hrzl_btns3 .qzh_wapzx div:nth-of-type(2) {
  background: #bcbcbc;
}
.hrzl_btns.hrzl_btns3 .qzh_wapzx div:nth-of-type(2) .hh_img_a {
  display: none;
}
.hrzl_btns .qzh_wapzx {
  width: 11.458vw;
  height: 2.865vw;
  min-width: 130px;
  min-height: 40px;
  background: #d72444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hrzl_btns .qzh_wapzx.hh_hv {
  position: relative;
}
.hrzl_btns .qzh_wapzx.hh_hv::after {
  position: absolute;
  content: '';
  background: #c30023;
  width: 0%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease;
  left: 0;
  box-shadow: 0px 3px 10px 0px rgba(238, 223, 211, 0.5);
}
.hrzl_btns .qzh_wapzx.hh_hv.hh_hv2::after {
  background: #d72444;
}
.hrzl_btns .qzh_wapzx.hh_hv div {
  transition: all 0.2s;
  position: relative;
  z-index: 2;
}
.hrzl_btns .qzh_wapzx.hh_hv:hover div:nth-of-type(1) {
  transform: translateX(-5px);
}
.hrzl_btns .qzh_wapzx.hh_hv:hover div:nth-of-type(2) {
  transform: translateX(5px);
}
.hrzl_btns .qzh_wapzx.hh_hv:hover::after {
  width: 100%;
}
.hrzl_btns .qzh_wapzx button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.hrzl_btns .qzh_wapzx div {
  line-height: 1.5;
  color: #fff;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_btns .qzh_wapzx div {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_btns .qzh_wapzx div {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_btns .qzh_wapzx div {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_btns .qzh_wapzx div {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_btns .qzh_wapzx div {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_btns .qzh_wapzx div {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_btns .qzh_wapzx div {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_btns .qzh_wapzx div {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_btns .qzh_wapzx div {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_btns .qzh_wapzx div:nth-of-type(2) {
  width: 1.25vw;
  height: 1.25vw;
  min-width: 15px;
  min-height: 15px;
  border-radius: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-left: 0.938vw;
}
@media (max-width: 1680px) {
  .hrzl_btns .qzh_wapzx div {
    font-size: 14px;
  }
}
@media (max-width: 1290px) {
  .hrzl_btns .qzh_wapzx div {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .hrzl_btns .qzh_wapzx {
    width: 130px;
    height: 35px;
  }
  .hrzl_btns .qzh_wapzx div:nth-of-type(2) {
    width: 15px;
    height: 15px;
    margin-left: 8px;
  }
  .hrzl_btns .qzh_wapzx div {
    font-size: 13px;
  }
  .hrzl_btns3 .qzh_wapzx {
    min-width: 115px;
    min-height: 35px;
    width: 115px;
  }
  .hrzl_btns3 .qzh_wapzx div:nth-of-type(2) img {
    width: 5px;
  }
  .hrzl_btns .qzh_wapzx div img {
    width: 4px;
  }
}
.hrzl_btns2 .a {
  display: inline-flex;
  align-items: center;
}
.hrzl_btns2 .a:hover div {
  color: #d72444;
}
.hrzl_btns2 .a:hover div:nth-of-type(2) {
  background: #d72444;
}
.hrzl_btns2 .a div {
  line-height: 1.57;
  color: #999;
  white-space: nowrap;
  transition: all 0.5s;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_btns2 .a div {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_btns2 .a div {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_btns2 .a div {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_btns2 .a div {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_btns2 .a div {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_btns2 .a div {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_btns2 .a div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_btns2 .a div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_btns2 .a div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_btns2 .a div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_btns2 .a div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_btns2 .a div {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_btns2 .a div:nth-of-type(2) {
  width: 18px;
  height: 18px;
  border-radius: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #999;
  margin-left: 1.302vw;
}
@media (max-width: 1440px) {
  .hrzl_btns2 .a div:nth-of-type(2) {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 768px) {
  .hrzl_btns2 .a div:nth-of-type(2) {
    width: 15px;
    height: 15px;
    margin-left: 8px;
  }
  .hrzl_btns2 .a div {
    font-size: 13px;
  }
  .hrzl_btns2 .a {
    border: 1px solid #eee;
    padding: 6px 10px;
  }
}
.hrzl_sybn {
  overflow: hidden;
  position: relative;
}
.hrzl_sybn .hh_box {
  position: relative;
}
.hrzl_sybn .hh_syb {
  position: absolute;
  left: 49.5%;
  bottom: 2.448vw;
  z-index: 10;
}
.hrzl_sybn .swiper-pagination {
  transform: translateY(-50%);
  width: auto;
  display: flex;
  flex-direction: column;
  left: 0.26vw;
  top: 51.8%;
  display: none;
}
.hrzl_sybn .swiper-pagination-bullet,
.hrzl_sybn .swiper-pagination-bullet-active {
  width: 22px;
  height: 2px;
  background: #fff;
  margin: 10px 0 !important;
  opacity: 1;
  transition: all 0.3s;
}
.hrzl_sybn .swiper-pagination-bullet-active {
  width: 35px;
  background: #d72444;
}
.hrzl_sybn .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  position: relative;
}
.hrzl_sybn .swiper-wrapper .swiper-slide .bgimg {
  object-fit: cover;
  width: 100%;
}
.hrzl_sybn .swiper-wrapper .swiper-slide .hh_w {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  left: 50%;
}
.hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .hh_box {
  padding-left: 8.333vw;
}
.hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p1 {
  line-height: 1.5;
  color: #d72444;
  position: relative;
  text-transform: capitalize;
  padding-left: 0.938vw;
  margin-left: 0.26vw;
  display: none;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p1 {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p1 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p1 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p1 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p1 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p1 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p1 {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p1 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p1::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #d72444;
  border-radius: 1000px;
}
.hrzl_sybn .swiper-wrapper .swiper-slide .hh_w h2 {
  font-size: 3.646vw;
  color: #fff;
  text-transform: uppercase;
  font-family: 'gtb';
  margin-top: 0.365vw;
  margin-bottom: 1.302vw;
}
.hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p2 {
  color: #fff;
  line-height: 1.5;
  width: 45%;
  margin-left: 0.26vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p2 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p2 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p2 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p2 {
    font-size: 19px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p2 {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p2 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .p2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_sybn .swiper-wrapper .swiper-slide .hh_w ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 1.82vw;
  margin-bottom: 2.6vw;
}
.hrzl_sybn .swiper-wrapper .swiper-slide .hh_w ul li {
  width: 7.8vw;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 15px;
  padding-top: 1.04vw;
  padding-bottom: 1.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 1.04vw;
}
.hrzl_sybn .swiper-wrapper .swiper-slide .hh_w ul li img {
  margin-bottom: 0.78vw;
}
.hrzl_sybn .swiper-wrapper .swiper-slide .hh_w ul li p {
  color: #fff;
  line-height: 1.5;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w ul li p {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w ul li p {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w ul li p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w ul li p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w ul li p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w ul li p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w ul li p {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w ul li p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_sybn .swiper-wrapper .swiper-slide .hh_w ul li p {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_sybn .swiper-wrapper .swiper-slide .hh_w .hrzl_btns {
  margin-top: 5.365vw;
  margin-left: 0.26vw;
  margin-bottom: 0.521vw;
}
@media (max-width: 768px) {
  .hrzl_sybn {
    margin-top: 60px;
  }
  .hrzl_sybn .hh_syb {
    display: none;
  }
  .hrzl_sybn .swiper-pagination {
    flex-direction: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    top: unset;
  }
  .hrzl_sybn .swiper-pagination-bullet,
  .hrzl_sybn .swiper-pagination-bullet-active {
    height: 1px;
    margin: 0 4px !important;
  }
}
.sy_hh_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.969vw;
}
.sy_hh_title h2 {
  font-family: 'gtb';
  color: #1c1c1c;
  width: 47%;
  line-height: 1.1;
  position: relative;
  z-index: 2;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .sy_hh_title h2 {
    font-size: 74.66666667px;
  }
}
@media (max-width: 1920px) {
  .sy_hh_title h2 {
    font-size: 56px;
  }
}
@media (max-width: 1680px) {
  .sy_hh_title h2 {
    font-size: 49px;
  }
}
@media (max-width: 1440px) {
  .sy_hh_title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1280px) {
  .sy_hh_title h2 {
    font-size: 37.33333333px;
  }
}
@media (max-width: 1024px) {
  .sy_hh_title h2 {
    font-size: 29.86666667px;
  }
}
.sy_hh_title .hh_right {
  width: 51%;
  position: relative;
  z-index: 2;
  transform: translateY(6px);
}
.sy_hh_title .hh_right p {
  line-height: 1.5;
  color: #555;
  line-height: 1.44;
  margin-bottom: 1.25vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .sy_hh_title .hh_right p {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .sy_hh_title .hh_right p {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .sy_hh_title .hh_right p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .sy_hh_title .hh_right p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .sy_hh_title .hh_right p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .sy_hh_title .hh_right p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .sy_hh_title .hh_right p {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .sy_hh_title .hh_right p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .sy_hh_title .hh_right p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .sy_hh_title .hh_right p {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .sy_hh_title {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .sy_hh_title h2,
  .sy_hh_title .hh_right {
    width: 100%;
  }
  .sy_hh_title .hh_right {
    margin-top: 10px;
  }
  .sy_hh_title .hh_right p {
    margin-bottom: 5px;
  }
  .sy_hh_title h2 {
    font-size: 26px;
    position: relative;
    padding-bottom: 14px;
  }
  .sy_hh_title h2::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #d9000f;
    bottom: 0;
    left: 0;
  }
}
.hrzl_nybn {
  position: relative;
}
.hrzl_nybn .hh_div1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.hrzl_nybn .hh_div1::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.5; content: "";  }
.hrzl_nybn .hh_div1 img {
  width: 100%;
  height: auto;
}
.hrzl_nybn .hh_div2 {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hrzl_nybn .hh_div2 h2 {
  color: #fff;
  font-family: 'gtb';
  text-align: center;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_nybn .hh_div2 h2 {
    font-size: 74.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_nybn .hh_div2 h2 {
    font-size: 56px;
  }
}
@media (max-width: 1680px) {
  .hrzl_nybn .hh_div2 h2 {
    font-size: 49px;
  }
}
@media (max-width: 1440px) {
  .hrzl_nybn .hh_div2 h2 {
    font-size: 42px;
  }
}
@media (max-width: 1280px) {
  .hrzl_nybn .hh_div2 h2 {
    font-size: 37.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_nybn .hh_div2 h2 {
    font-size: 29.86666667px;
  }
}
.hrzl_nybn .hh_div2 div {
  width: 100%;
  margin-top: 20px;
}
.hrzl_nybn .hh_div2 div p {
  color: #fff;
  line-height: 1.5;
  text-align: center;
  line-height: 1.8;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_nybn .hh_div2 div p {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_nybn .hh_div2 div p {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_nybn .hh_div2 div p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_nybn .hh_div2 div p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_nybn .hh_div2 div p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_nybn .hh_div2 div p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_nybn .hh_div2 div p {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_nybn .hh_div2 div p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_nybn .hh_div2 div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 768px) {
  .hrzl_nybn .hh_div2 {
    display: none;
  }
  .hrzl_nybn {
    margin-top: 60px;
  }
}
.hrzl_bread {
  background: #f3f5f9;
  height: 72px;
  border-bottom: 1px solid #e9edf3;
}
.hrzl_bread .hh_w {
  height: 100%;
}
.hrzl_bread .hh_w ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  height: 100%;
}
.hrzl_bread .hh_w ul li {
  height: 100%;
}
.hrzl_bread .hh_w ul li:nth-of-type(1) span::before {
  content: unset;
}
.hrzl_bread .hh_w ul li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.hrzl_bread .hh_w ul li a.on {
  background: #d72444;
}
.hrzl_bread .hh_w ul li a.on span {
  color: #fff;
}
.hrzl_bread .hh_w ul li a:hover {
  background: #d72444;
}
.hrzl_bread .hh_w ul li a:hover span {
  color: #fff;
}
.hrzl_bread .hh_w ul li a:hover span::before {
  content: unset;
}
.hrzl_bread .hh_w ul li a span {
  line-height: 1.5;
  color: #1c1c1c;
  padding: 0 33px;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_bread .hh_w ul li a span {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_bread .hh_w ul li a span {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_bread .hh_w ul li a span {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_bread .hh_w ul li a span {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_bread .hh_w ul li a span {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_bread .hh_w ul li a span {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_bread .hh_w ul li a span {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_bread .hh_w ul li a span {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_bread .hh_w ul li a span {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_bread .hh_w ul li a span::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 18px;
  background: #cfd0d4;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .hrzl_bread {
    height: 55px;
  }
}
@media (max-width: 768px) {
  .hrzl_bread {
    height: 40px;
  }
  .hrzl_bread .hh_w {
    overflow: hidden;
  }
  .hrzl_bread .hh_w ul {
    display: -webkit-box;
    overflow-x: auto;
  }
  .hrzl_bread .hh_w ul li a.on {
    background: transparent;
    position: relative;
  }
  .hrzl_bread .hh_w ul li a.on::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #d72444;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .hrzl_bread .hh_w ul li a.on span {
    color: #d72444;
  }
  .hrzl_bread .hh_w ul li a span {
    padding: 0 15px;
  }
  .hrzl_bread .hh_w ul li a:hover,
  .hrzl_bread .hh_w ul li a.on {
    background: transparent;
  }
  .hrzl_bread .hh_w ul li a:hover span,
  .hrzl_bread .hh_w ul li a.on span {
    color: #d72444;
  }
  .hrzl_bread .hh_w ul li a:hover span::before,
  .hrzl_bread .hh_w ul li a.on span::before {
    content: '';
  }
  .hrzl_bread .hh_w ul li:nth-of-type(1) span::before {
    content: unset !important;
  }
}
.hrzl_bread2 {
  background: #f8f9fb;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.hrzl_bread2 .hh_w {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.hrzl_bread2 .hh_w img {
  margin-right: 10px;
}
.hrzl_bread2 .hh_w a {
  line-height: 1.57;
  color: #999;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_bread2 .hh_w a {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_bread2 .hh_w a {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_bread2 .hh_w a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_bread2 .hh_w a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_bread2 .hh_w a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_bread2 .hh_w a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_bread2 .hh_w a {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_bread2 .hh_w a {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_bread2 .hh_w a {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_bread2 .hh_w a {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_bread2 .hh_w a {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_bread2 .hh_w a {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_bread2 .hh_w span {
  margin: 0 12px;
  color: #999;
}
@media (max-width: 768px) {
  .hrzl_bread2 {
    padding: 12px 0;
    min-height: 40px;
    height: auto;
    margin-top: 60px;
  }
  .hrzl_bread2 .hh_w {
    flex-wrap: wrap;
  }
  .hrzl_bread2 .hh_w a {
    height: auto;
  }
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #adaeaf;
  opacity: 1;
  transition: all 0.5s;
  border-radius: 5px;
  margin: 0 7px !important;
}
.swiper-pagination-bullet-active {
  background: #d72444;
  width: 27px;
}
@media (max-width: 1440px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .swiper-pagination-bullet-active {
    width: 27px;
  }
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
  }
  .swiper-pagination-bullet-active {
    width: 25px;
  }
}
.swpBtnBox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.swiper-button-next.swpBtnBase,
.swiper-button-prev.swpBtnBase {
  width: 2.604vw;
  height: 2.604vw;
  min-width: 40px;
  min-height: 40px;
  border-radius: 1000px;
  background: #ebecef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  position: unset;
  border: 1px solid #d7d7dd;
}
.swiper-button-next.swpBtnBase::after,
.swiper-button-prev.swpBtnBase::after {
  font-size: 14px;
  color: #999;
}
.swiper-button-next.swpBtnBase:hover,
.swiper-button-prev.swpBtnBase:hover {
  background: #d9000f;
  border-color: #d9000f;
}
.swiper-button-next.swpBtnBase:hover::after,
.swiper-button-prev.swpBtnBase:hover::after {
  color: #fff;
}
.swiper-button-prev {
  margin-right: 20px;
}
.swiper-button-next {
  left: unset;
}
@media (max-width: 1440px) {
  .swiper-button-next.swpBtnBase::after,
  .swiper-button-prev.swpBtnBase::after {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .swiper-button-next.swpBtnBase,
  .swiper-button-prev.swpBtnBase {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
  }
}
.hh_title_base h2 {
  color: #1c1c1c;
  font-family: 'gtb';
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hh_title_base h2 {
    font-size: 58.66666667px;
  }
}
@media (max-width: 1920px) {
  .hh_title_base h2 {
    font-size: 44px;
  }
}
@media (max-width: 1680px) {
  .hh_title_base h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .hh_title_base h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .hh_title_base h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .hh_title_base h2 {
    font-size: 23.46666667px;
  }
}
.hh_title_base div {
  line-height: 1.57;
  color: #666;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hh_title_base div {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hh_title_base div {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hh_title_base div {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hh_title_base div {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hh_title_base div {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh_title_base div {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hh_title_base div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hh_title_base div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hh_title_base div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hh_title_base div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hh_title_base div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hh_title_base div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 768px) {
  .hh_title_base h2 {
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 18px;
  }
  .hh_title_base h2::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #d9000f;
    bottom: 0;
    left: 0;
  }
}
.hrzl_syfa {
  padding: 5.729vw 0 6.25vw;
}
.hrzl_syfa ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -30px;
}
.hrzl_syfa ul li {
  width: 49.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}
.hrzl_syfa ul li:hover .a div {
  color: #d72444;
}
.hrzl_syfa ul li:hover .a div:nth-of-type(2) {
  background: #d72444;
}
.hrzl_syfa ul li:hover .hh_right {
  overflow: hidden;
}
.hrzl_syfa ul li:hover .hh_right img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.hrzl_syfa ul li:nth-of-type(4n+1) {
  background: #f8f9fb;
}
.hrzl_syfa ul li:nth-of-type(4n+2) {
  background: #f3f5f9;
}
.hrzl_syfa ul li:nth-of-type(4n+3) {
  background: #f3f5f9;
}
.hrzl_syfa ul li:nth-of-type(4n+4) {
  background: #f8f9fb;
}
.hrzl_syfa ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.hrzl_syfa ul li a div {
  transition: all 0.5s;
}
.hrzl_syfa ul li .hh_div1 h3 {
  font-family: 'gtb';
  color: #1c1c1c;
  letter-spacing: 1px;
  width: 80%;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_syfa ul li .hh_div1 h3 {
    font-size: 48px;
  }
}
@media (max-width: 1920px) {
  .hrzl_syfa ul li .hh_div1 h3 {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .hrzl_syfa ul li .hh_div1 h3 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_syfa ul li .hh_div1 h3 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .hrzl_syfa ul li .hh_div1 h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .hrzl_syfa ul li .hh_div1 h3 {
    font-size: 19.2px;
  }
}
.hrzl_syfa ul li .hh_div1 > div {
  margin-top: 1.042vw;
  height: 48px;
  margin-bottom: 2.031vw;
}
.hrzl_syfa ul li .hh_div1 > div p {
  line-height: 1.57;
  color: #555;
  line-height: 1.5;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_syfa ul li .hh_div1 > div p {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_syfa ul li .hh_div1 > div p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_syfa ul li .hh_div1 > div p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_syfa ul li .hh_div1 > div p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_syfa ul li .hh_div1 > div p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_syfa ul li .hh_div1 > div p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_syfa ul li .hh_div1 > div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_syfa ul li .hh_div1 > div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_syfa ul li .hh_div1 > div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_syfa ul li .hh_div1 > div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_syfa ul li .hh_div1 > div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_syfa ul li .hh_div1 > div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_syfa ul li .hh_left {
  position: absolute;
  top: 4.531vw;
  left: 3.385vw;
  width: 55%;
}
.hrzl_syfa ul li .hh_left .hh_div1 div {
  width: 80%;
}
.hrzl_syfa ul li .hh_right {
  position: relative;
  width: 54.91%;
  height: 0;
  padding-bottom: 54.91%;
}
.hrzl_syfa ul li .hh_right > .img,
.hrzl_syfa ul li .hh_right img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hrzl_syfa ul li .hh_right img {
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s;
  max-width: 75%;
  max-height: 75%;
}
@media (max-width: 1440px) {
  .hrzl_syfa ul li .hh_right img {
    max-width: 70%;
    max-height: 70%;
  }
  .hrzl_syfa ul li .hh_div1 > div {
    height: 40px;
  }
  .hrzl_syfa ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .hrzl_syfa {
    padding-top: 35px;
    padding-bottom: 22px;
  }
  .hrzl_syfa ul li a {
    flex-direction: column;
  }
  .hrzl_syfa ul li {
    width: 100%;
    margin-bottom: 18px;
  }
  .hrzl_syfa ul li .hh_left {
    position: unset;
    order: 1;
    top: unset;
    left: unset;
    width: 100%;
    padding: 23px 15px;
  }
  .hrzl_syfa ul li .hh_right {
    order: 0;
    width: 100%;
    padding-bottom: 65%;
    border-bottom: 1px solid #eee;
  }
  .hrzl_syfa ul li .hh_div1 h3 {
    font-size: 17px;
    margin-bottom: 9px;
    width: 100%;
  }
  .hrzl_syfa ul li:hover .a {
    border: 1px solid #d72444;
  }
  .hrzl_syfa ul li .hh_div1 > div {
    height: auto;
    margin-top: 8px;
    margin-bottom: 12px;
  }
  .hrzl_syfa ul li .hh_left .hh_div1 div {
    width: 100%;
  }
  .hrzl_syfa ul li .hh_div1 {
    margin-bottom: 13px;
  }
  .hrzl_syfa ul {
    margin-bottom: 0;
  }
}
.hrzl_isal {
  background: #f8f9fb;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  overflow: hidden;
}
.hrzl_isal .hh_title {
  position: relative;
  padding-bottom: 5.208vw;
  margin-bottom: 0;
  margin-top: -13px;
}
.hrzl_isal .hh_title .bgimg {
  position: absolute;
  bottom: 1px;
  right: -10%;
  z-index: 1;
  width: 69.33vw;
}
.hrzl_isal .hh_title .hrzl_btns2 {
  padding-top: 1.042vw;
}
.hrzl_isal .hh_title .hh_right {
  width: 49%;
  transform: translateY(4px);
}
.hrzl_isal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.hrzl_isal ul li {
  width: 16.66%;
  transition: all 0.5s;
  background: #fff;
  position: relative;
}
.hrzl_isal ul li:nth-child(even)::before {
  background: #dbdbdb;
}
.hrzl_isal ul li::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #ebebeb;
  z-index: 2;
  transition: all 0.5s;
}
.hrzl_isal ul li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ebebeb;
  opacity: 0;
  z-index: 1;
  background: #d72444;
  transition: all 0.5s;
  top: 0;
}
.hrzl_isal ul li a {
  position: relative;
}
.hrzl_isal ul li a::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #e3e3e3;
  top: 0;
  left: 0;
}
.hrzl_isal ul li:hover a::after {
  background: transparent;
}
.hrzl_isal ul li:hover::after {
  opacity: 1;
  box-shadow: 0px 6px 24px -4px #d72444;
}
.hrzl_isal ul li:hover::before {
  background: #c10a18;
}
.hrzl_isal ul li:hover .hh_bgimg {
  display: block;
}
.hrzl_isal ul li:hover .hh_div1 .hh_img {
  display: none;
}
.hrzl_isal ul li:hover .hh_div1 .hh_img_a {
  display: block;
}
.hrzl_isal ul li:hover .hh_div2 {
  color: #fff;
}
.hrzl_isal ul li:nth-of-type(1) a {
  border-left: 0;
}
.hrzl_isal ul li a {
  padding: 3.125vw 1.719vw 3.281vw;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.hrzl_isal ul li a .hh_bgimg {
  display: none;
  position: absolute;
  left: -40px;
  width: 100%;
  top: 10%;
}
.hrzl_isal ul li a .hh_div1 {
  height: 3.802vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.hrzl_isal ul li a .hh_div1 .hh_img_a {
  display: none;
}
.hrzl_isal ul li a .hh_div2 {
  line-height: 1.08;
  color: #1c1c1c;
  font-family: 'gtb';
  margin-top: 5.469vw;
  transition: all 0.5s;
  word-break: keep-all;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_isal ul li a .hh_div2 {
    font-size: 33.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_isal ul li a .hh_div2 {
    font-size: 25px;
  }
}
@media (max-width: 1680px) {
  .hrzl_isal ul li a .hh_div2 {
    font-size: 21.875px;
  }
}
@media (max-width: 1440px) {
  .hrzl_isal ul li a .hh_div2 {
    font-size: 18.75px;
  }
}
@media (max-width: 1280px) {
  .hrzl_isal ul li a .hh_div2 {
    font-size: 16.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_isal ul li a .hh_div2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_isal .hh_title .bgimg {
    right: -4%;
  }
}
@media (max-width: 1440px) {
  .hrzl_isal .hh_title .bgimg {
    right: -4.3%;
  }
  .hrzl_isal ul li a .hh_div1 {
    width: 56px;
  }
}
@media (max-width: 1366px) {
  .hrzl_isal .hh_title .bgimg {
    right: -4.6%;
  }
}
@media (max-width: 1290px) {
  .hrzl_isal .hh_title .bgimg {
    right: -4.9%;
  }
}
@media (max-width: 1259px) {
  .hrzl_isal .hh_title .bgimg {
    right: -4.9%;
  }
}
@media (max-width: 1024px) {
  .hrzl_isal .hh_title .bgimg {
    right: -3%;
  }
}
@media (max-width: 768px) {
  .hrzl_isal ul li:hover::after {
    box-shadow: unset;
  }
  .hrzl_isal {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .hrzl_isal .hh_title .hrzl_btns2 {
    padding-top: 10px;
  }
  .hrzl_isal .hh_title .bgimg {
    right: 0;
    width: 100%;
    bottom: -25px;
    right: -40%;
  }
  .hrzl_isal .hh_title {
    padding-bottom: 0;
    margin-bottom: 25px;
    margin-top: 0;
  }
  .hrzl_isal ul li a {
    padding: 25px 15px;
  }
  .hrzl_isal ul li a .hh_div1 {
    height: 25px;
  }
  .hrzl_isal ul li {
    width: 50%;
  }
  .hrzl_isal ul li:nth-of-type(2n+1) a {
    border-left: 0;
  }
  .hrzl_isal ul li:nth-child(even)::before {
    background: #ebebeb;
  }
  .hrzl_isal ul li a .hh_div2 {
    margin-top: 18px;
    line-height: 1.57;
    font-size: 14px;
  }
  .hrzl_isal ul li::before {
    height: 1px;
  }
  .hrzl_isal ul li:hover .hh_bgimg {
    display: none;
  }
  .hrzl_isal .hh_title .hh_right {
    width: 100%;
  }
}
.hrzl_syvideo {
  position: relative;
  cursor: pointer;
}
.hrzl_syvideo .bgimg {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 45.31%;
}
.hrzl_syvideo .bgimg > .img,
.hrzl_syvideo .bgimg img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hrzl_syvideo .bgimg img {
  object-fit: cover;
}
.hrzl_syvideo .hh_cont {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hrzl_syvideo .hh_cont .hh_div1 {
  line-height: 1.14;
  color: #fff;
  font-family: 'gtb';
  text-align: center;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_syvideo .hh_cont .hh_div1 {
    font-size: 74.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_syvideo .hh_cont .hh_div1 {
    font-size: 56px;
  }
}
@media (max-width: 1680px) {
  .hrzl_syvideo .hh_cont .hh_div1 {
    font-size: 49px;
  }
}
@media (max-width: 1440px) {
  .hrzl_syvideo .hh_cont .hh_div1 {
    font-size: 42px;
  }
}
@media (max-width: 1280px) {
  .hrzl_syvideo .hh_cont .hh_div1 {
    font-size: 37.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_syvideo .hh_cont .hh_div1 {
    font-size: 29.86666667px;
  }
}
.hrzl_syvideo .hh_cont .hh_div2 {
  width: 3.75vw;
  height: 3.75vw;
  min-width: 45px;
  min-height: 45px;
  border-radius: 1000px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.531vw;
  cursor: pointer;
  position: relative;
}
.hrzl_syvideo .hh_cont .hh_div2::before {
  content: '';
  border-radius: 1000px;
  border: 1.823vw solid #fff;
  animation: scalemap 2s linear infinite;
  -moz-animation: scalemap 2s linear infinite;
  -webkit-animation: scalemap 2s linear infinite;
  border-radius: 1000px px;
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.hrzl_syvideo.hrzl_cxvideo .bgimg {
  padding-bottom: 45.05%;
}
.hrzl_syvideo.hrzl_cxvideo .hh_cont {
  top: 46%;
}
.hrzl_syvideo.hrzl_cxvideo .hh_cont .hh_div2 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .hrzl_syvideo .bgimg {
    padding-bottom: 65%;
  }
  .hrzl_syvideo .hh_cont {
    width: 100%;
  }
  .hrzl_syvideo .hh_cont .hh_div1 {
    font-size: 22px;
  }
  .hrzl_syvideo .hh_cont .hh_div2 {
    width: 40px;
    height: 40px;
    margin-top: 20px;
  }
  .hrzl_syvideo .hh_cont .hh_div2::before {
    border: 25px solid #fff;
  }
  .hrzl_syvideo.hrzl_cxvideo .bgimg {
    padding-bottom: 60%;
  }
}
.hrzl_sycase {
  position: relative;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  overflow: hidden;

  display: none;
}
.hrzl_sycase .hh_bgmask {
  position: absolute;
  width: 29.166%;
  height: 100%;
  background: #f8f9fb;
  top: 0;
  left: 0;
}
.hrzl_sycase .bgimg {
  position: absolute;
  width: 45.83vw;
  top: 17%;
  right: -10px;
}
.hrzl_sycase .hh_w {
  position: relative;
}
.hrzl_sycase .hh_w .swiper-pagination {
  width: auto;
  bottom: -13%;
}
.hrzl_sycase .hh_w .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #adaeaf;
  opacity: 1;
  transition: all 0.5s;
  border-radius: 5px;
  margin: 0 7px;
}
.hrzl_sycase .hh_w .swiper-pagination-bullet-active {
  background: #d72444;
  width: 27px;
}
.hrzl_sycase .hh_w .sycase_swp {
  overflow: hidden;
}
.hrzl_sycase .hh_w .sycase_swp .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_left {
  position: relative;
  width: 50%;
  height: 0;
  padding-bottom: 32.5%;
  border: 1px solid #e9e9e9;
  background: #fff;
  overflow: hidden;
}
.hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_left > .img,
.hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_left img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_left:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_left img {
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  transition: all 0.8s;
}
.hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right {
  width: 40%;
  margin-top: -5px;
}
.hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right h2 {
  font-family: 'gtb';
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right h2 {
    font-size: 74.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right h2 {
    font-size: 56px;
  }
}
@media (max-width: 1680px) {
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right h2 {
    font-size: 49px;
  }
}
@media (max-width: 1440px) {
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right h2 {
    font-size: 42px;
  }
}
@media (max-width: 1280px) {
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right h2 {
    font-size: 37.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right h2 {
    font-size: 29.86666667px;
  }
}
.hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right .hh_text {
  color: #555;
  line-height: 1.47;
  margin-top: 2.083vw;
  margin-bottom: 3.646vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right .hh_text {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right .hh_text {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right .hh_text {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right .hh_text {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right .hh_text {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right .hh_text {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right .hh_text {
    font-size: 19px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right .hh_text {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right .hh_text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right .hh_text {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 768px) {
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide {
    flex-direction: column;
  }
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_left,
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right {
    width: 100%;
  }
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_left {
    padding-bottom: 65%;
  }
  .hrzl_sycase {
    padding-top: 40px;
    padding-bottom: 75px;
  }
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_left img {
    max-width: 80%;
    max-height: 80%;
  }
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right h2 {
    font-size: 18px;
    margin-top: 20px;
  }
  .hrzl_sycase .hh_w .sycase_swp .swiper-slide .hh_right .hh_text {
    margin-top: 12px;
    margin-bottom: 18px;
  }
  .hrzl_sycase .hh_w .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .hrzl_sycase .hh_w .swiper-pagination-bullet-active {
    width: 25px;
  }
  .hrzl_sycase .hh_w .swiper-pagination {
    bottom: -40px;
  }
  .hrzl_sycase .bgimg {
    top: 10%;
    right: 0;
    display: none;
  }
  .hrzl_sycase .hh_bgmask {
    height: 35%;
  }
}
.hrzl_ft {
  background: #323232;
}
.hrzl_ft ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 3.906vw 0 3.385vw;
  justify-content: space-between;
}
.hrzl_ft ul li * {
  color: #fff;
}
.hrzl_ft ul li p {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.57;
  font-weight: bold;
  margin-bottom: 1.302vw;
}
.hrzl_ft ul li a {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hrzl_ft ul li a:hover {
  color: #fff;
}
.hrzl_ft .ft_tips {
  height: 3.646vw;
  min-height: 50px;
  background: #363636;
}
.hrzl_ft .ft_tips .hh_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.hrzl_ft .ft_tips .hh_w * {
  font-size: 14px;
  line-height: 1.57;
  color: #fff;
}
.hrzl_ft .ft_tips .hh_w .hh_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hrzl_proList {
  background: #f7f8fa;
  padding: 5.208vw 0;
}
.hrzl_proList .hh_w li:nth-of-type(1) a {
  margin-top: 0;
}
.hrzl_proList .hh_w li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  transition: all 0.4s;
  margin-top: 30px;
}
.hrzl_proList .hh_w li a:hover {
  box-shadow: 0px 6px 28px -8px rgba(90, 91, 95, 0.3);
  transform: translate3d(0, -5px, 0);
}
.hrzl_proList .hh_w li a:hover .hh_left .hrzl_btns3 .qzh_wapzx::after {
  width: 100%;
}
.hrzl_proList .hh_w li a:hover .hh_left .hrzl_btns3 .qzh_wapzx div {
  color: #fff;
  position: relative;
  z-index: 2;
}
.hrzl_proList .hh_w li a:hover .hh_left .hrzl_btns3 .qzh_wapzx div:nth-of-type(1) {
  transform: translateX(-5px);
}
.hrzl_proList .hh_w li a:hover .hh_left .hrzl_btns3 .qzh_wapzx div:nth-of-type(2) {
  background: #fff;
  transform: translateX(5px);
}
.hrzl_proList .hh_w li a:hover .hh_left .hrzl_btns3 .hh_img {
  display: none;
}
.hrzl_proList .hh_w li a:hover .hh_left .hrzl_btns3 .hh_img_a {
  display: block;
}
.hrzl_proList .hh_w li a:hover .hh_right .hh_div img {
  transform: translate(-50%, -50%) scale(1.05);
}
.hrzl_proList .hh_w li a .hh_left {
  width: 59.28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 3.281vw 3.646vw 3.646vw;
  justify-content: space-between;
}
.hrzl_proList .hh_w li a .hh_left h2 {
  color: #1c1c1c;
  font-family: 'gtb';
  margin-bottom: 1.563vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_proList .hh_w li a .hh_left h2 {
    font-size: 48px;
  }
}
@media (max-width: 1920px) {
  .hrzl_proList .hh_w li a .hh_left h2 {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .hrzl_proList .hh_w li a .hh_left h2 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_proList .hh_w li a .hh_left h2 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .hrzl_proList .hh_w li a .hh_left h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .hrzl_proList .hh_w li a .hh_left h2 {
    font-size: 19.2px;
  }
}
.hrzl_proList .hh_w li a .hh_left .hh_text {
  color: #555;
  line-height: 1.5;
  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;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_proList .hh_w li a .hh_left .hh_text {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_proList .hh_w li a .hh_left .hh_text {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_proList .hh_w li a .hh_left .hh_text {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_proList .hh_w li a .hh_left .hh_text {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_proList .hh_w li a .hh_left .hh_text {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_proList .hh_w li a .hh_left .hh_text {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_proList .hh_w li a .hh_left .hh_text {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_proList .hh_w li a .hh_left .hh_text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_proList .hh_w li a .hh_left .hh_text {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_proList .hh_w li a .hh_left .qzh_wapzx {
  background: #f3f3f3;
  margin-top: 40px;
  position: relative;
}
.box_content {
    width: 100%;
    padding-right: 15px;
    max-height: 150px;
    overflow: auto;  
    font-size: 14px;
  line-height: 1.714;
}
.box_content * {
    font-size: 14px !important;
  line-height: 1.714 !important;
}
.hrzl_proList .hh_w li a .hh_left .qzh_wapzx::after {
  position: absolute;
  content: '';
  background: #d72444;
  width: 0%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease;
  left: 0;
  box-shadow: 0px 3px 10px 0px rgba(238, 223, 211, 0.5);
}
.hrzl_proList .hh_w li a .hh_left .qzh_wapzx div {
  transition: all 0.5s;
}
.hrzl_proList .hh_w li a .hh_right {
  width: 40.71%;
  border-left: 1px solid #dddee1;
}
.hrzl_proList .hh_w li a .hh_right .hh_div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 78.54%;
  overflow: hidden;
}
.hrzl_proList .hh_w li a .hh_right .hh_div > .img,
.hrzl_proList .hh_w li a .hh_right .hh_div img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hrzl_proList .hh_w li a .hh_right .hh_div img {
  transition: all 0.8s;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  .hrzl_proList .hh_w li a .hh_right .hh_div img {
    max-width: 70%;
    max-height: 70%;
  }
  .hrzl_proList .hh_w li a {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .hrzl_proList {
    padding: 25px 0 40px;
  }
  .hrzl_proList .hh_w li a {
    flex-direction: column;
  }
  .hrzl_proList .hh_w li a .hh_left,
  .hrzl_proList .hh_w li a .hh_right {
    width: 100%;
  }
  .hrzl_proList .hh_w li a .hh_left {
    order: 1;
    padding: 23px 15px;
  }
  .hrzl_proList .hh_w li a .hh_right {
    order: 0;
    border-bottom: 1px solid #eee;
    border-left: 0;
  }
  .hrzl_proList .hh_w li a .hh_right .hh_div {
    padding-bottom: 65%;
  }
  .hrzl_proList .hh_w li a .hh_left h2 {
    font-size: 17px;
    margin-bottom: 0;
  }
  .hrzl_proList .hh_w li a .hh_left .hh_text {
    margin-top: 8px;
    margin-bottom: 12px;
  }
  .hrzl_proList .hh_w li a {
    margin-top: 18px;
  }
}
.hrzl_proSwp {
  position: relative;
  overflow: hidden;
  padding-bottom: 5.208vw;
}
.hrzl_proSwp.hrzl_proSwp_yyD {
  display: none;
  width: calc(100% + 40px);
  padding: 0px 20px 5.208vw 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.hrzl_proSwp.hrzl_proSwp_yyD:nth-of-type(1) {
  display: block;
}
.hrzl_proSwp.hrzl_proSwp_yyD .swiper-pagination-bullet {
  background: #5a5b5b;
}
.hrzl_proSwp.hrzl_proSwp_yyD .swiper-pagination-bullet-active {
  background: #d72444;
}
.hrzl_proSwp.hrzl_proSwp_yyD .swiper-slide .hh_div1 {
  transition: all 0.4s;
}
.hrzl_proSwp.hrzl_proSwp_yyD .swiper-slide:hover .hh_div1 {
  box-shadow: 0px 6px 26px -6px rgba(90, 91, 95, 0.3);
}
.hrzl_proSwp.hrzl_proSwp_yyD .swiper-slide {
  margin-top: 1.667vw !important;
}
.hrzl_proSwp.hrzl_proSwp_yyD .swiper-slide .hh_div1 {
  border: 0;
}
.hrzl_proSwp.hrzl_proSwp_yyD .swiper-slide:hover .hh_div1 img {
  transform: translate(-50%, -50%) scale(1);
}
.hrzl_proSwp.hrzl_proSwp_abah {
  padding-bottom: 5.729vw;
}
.hrzl_proSwp.hrzl_proSwp_abah .swiper-slide {
  margin-top: 1.563vw !important;
  border: 1px solid #e3e5e7;
}
.hrzl_proSwp .swiper-pagination {
  bottom: 2.344vw;
}
.hrzl_proSwp .swiper-slide {
  margin-top: 40px !important;
}
.hrzl_proSwp .swiper-slide:hover .hh_div1 img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.hrzl_proSwp .hh_div1 {
  border: 2px solid #e3e3e3;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65.7%;
  overflow: hidden;
  background: #fff;
}
.hrzl_proSwp .hh_div1 > .img,
.hrzl_proSwp .hh_div1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hrzl_proSwp .hh_div1 img {
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s;
  max-width: 90%;
  max-height: 90%;
}
.hrzl_proSwp .hh_div2 {
  text-align: center;
  line-height: 1.5;
  color: #1c1c1c;
  padding: 0 15px;
  margin-top: 23px;
  display: none;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_proSwp .hh_div2 {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_proSwp .hh_div2 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_proSwp .hh_div2 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_proSwp .hh_div2 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_proSwp .hh_div2 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_proSwp .hh_div2 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_proSwp .hh_div2 {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_proSwp .hh_div2 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_proSwp .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_proSwp .hh_div1 img {
    max-width: 70%;
    max-height: 70%;
  }
}
@media (max-width: 1024px) {
  .hrzl_proSwp {
    padding-bottom: 7.208vw;
  }
  .hrzl_proSwp .swiper-pagination {
    bottom: 3.344vw;
  }
  .hrzl_proSwp.hrzl_proSwp_abah .swiper-pagination {
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .hrzl_proSwp .hh_div1 {
    border: 1px solid #e3e3e3;
    padding-bottom: 80%;
  }
  .hrzl_proSwp .swiper-slide {
    margin-top: 15px !important;
  }
  .hrzl_proSwp .hh_div2 {
    margin-top: 10px;
  }
  .hrzl_proSwp .hh_div1 img {
    max-width: 85%;
    max-height: 85%;
  }
  .hrzl_proSwp .swiper-pagination {
    bottom: 35px;
  }
  .hrzl_proSwp {
    padding-bottom: 70px;
    margin-top: 4px;
  }
  .hrzl_proSwp.hrzl_proSwp_yyD {
    padding-bottom: 75px;
  }
  .hrzl_proSwp.hrzl_proSwp_yyD {
    width: 100%;
    padding: 0 0 75px;
    margin-left: 0;
    margin-right: 0;
  }
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwp .hh_div1 {
    padding-bottom: 65%;
  }
}
.hrzl_proDetailBox li {
  padding-top: 4.688vw;
}
.hrzl_proDetailBox li:nth-child(even) {
  background: #f8f9fb;
}
.hrzl_proDetailBox li .hh_title h2 {
  margin-bottom: 13px;
}
.hrzl_proDetailBox li .hh_title h2 p {
  color: #1c1c1c;
  font-family: 'gtb';
  line-height: 1.2;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_proDetailBox li .hh_title h2 p {
    font-size: 58.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_proDetailBox li .hh_title h2 p {
    font-size: 44px;
  }
}
@media (max-width: 1680px) {
  .hrzl_proDetailBox li .hh_title h2 p {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_proDetailBox li .hh_title h2 p {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .hrzl_proDetailBox li .hh_title h2 p {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_proDetailBox li .hh_title h2 p {
    font-size: 23.46666667px;
  }
}
.hrzl_proDetailBox li .hh_title div {
  margin-left: 5px;
}
.hrzl_proDetailBox li .hh_title div p {
  line-height: 1.57;
  color: #666;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_proDetailBox li .hh_title div p {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_proDetailBox li .hh_title div p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_proDetailBox li .hh_title div p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_proDetailBox li .hh_title div p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_proDetailBox li .hh_title div p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_proDetailBox li .hh_title div p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_proDetailBox li .hh_title div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_proDetailBox li .hh_title div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_proDetailBox li .hh_title div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_proDetailBox li .hh_title div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_proDetailBox li .hh_title div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_proDetailBox li .hh_title div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_proDetailBox li .hrzl_proSwp .swiper-slide {
    margin-top: 30px !important;
  }
  .hrzl_proDetailBox li .hrzl_proSwp .hh_div1 img {
    max-width: 70%;
    max-height: 70%;
  }
}
@media (max-width: 1024px) {
  .hrzl_proDetailBox li .hrzl_proSwp {
    padding-bottom: 7.208vw;
  }
  .hrzl_proDetailBox li .hrzl_proSwp .swiper-pagination {
    bottom: 3.344vw;
  }
}
@media (max-width: 768px) {
  .hrzl_proDetailBox li {
    padding-top: 32px;
  }
  .hrzl_proDetailBox li .hh_title div {
    margin-left: 0;
  }
  .hrzl_proDetailBox li .hh_title h2 {
    margin-bottom: 14px;
    position: relative;
    padding-bottom: 14px;
  }
  .hrzl_proDetailBox li .hh_title h2::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #d9000f;
    bottom: 0;
    left: 0;
  }
  .hrzl_proDetailBox li .hh_title h2 p {
    font-size: 26px;
  }
  .hrzl_proDetailBox li .hrzl_proSwp .swiper-slide {
    margin-top: 16px !important;
  }
  .hrzl_proDetailBox li .hrzl_proSwp .swiper-pagination {
    bottom: 20px;
  }
  .hrzl_proDetailBox li .hrzl_proSwp {
    padding-bottom: 50px;
  }
}
.hrzl_yyList {
  padding: 5.208vw 0 3.75vw;
}
.hrzl_yyList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.hrzl_yyList ul .hh_li {
  overflow: hidden;
  margin-right: 1.79%;
  margin-bottom: 28px;
  position: relative;
  width: 32.14%;
  height: 0;
  padding-bottom: 37.13%;
}
.hrzl_yyList ul .hh_li:nth-of-type(3n+3) {
  margin-right: 0;
}
.hrzl_yyList ul .hh_li::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 20px;
  width: 0;
  transition: all 1s;
  background: #d72444;
  z-index: 3;
}
.hrzl_yyList ul .hh_li:hover .hh_cont {
  bottom: 40px;
}
.hrzl_yyList ul .hh_li:hover .hh_cont ul {
  height: 15.625vw;
  max-height: 15.625vw;
  margin-top: 45px;
}
.hrzl_yyList ul .hh_li:hover::before {
  width: 99.5%;
}
.hrzl_yyList ul .hh_li .hh_imgBox {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
}
.hrzl_yyList ul .hh_li .hh_imgBox img {
  object-fit: cover;
}
.hrzl_yyList ul .hh_li .hh_cont {
  padding: 0 55px;
  transition: all 0.8s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  top: unset;
  z-index: 1;
}
.hrzl_yyList ul .hh_li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    transition: all 0.3s linear;
    width: 100%;
    height: 29%;
}
.hrzl_yyList ul .hh_li:hover::after {
    height: 100%;
}
.hrzl_yyList ul .hh_li .hh_cont h3 {
  color: #fff;
  font-family: 'gtb';
  width: 100%;
  line-height: 1.13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 72px;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_yyList ul .hh_li .hh_cont h3 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_yyList ul .hh_li .hh_cont h3 {
    font-size: 32px;
  }
}
@media (max-width: 1680px) {
  .hrzl_yyList ul .hh_li .hh_cont h3 {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .hrzl_yyList ul .hh_li .hh_cont h3 {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .hrzl_yyList ul .hh_li .hh_cont h3 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_yyList ul .hh_li .hh_cont h3 {
    font-size: 17.06666667px;
  }
}
.hrzl_yyList ul .hh_li .hh_cont > ul {
  display: none;
  width: 100%;
  margin-top: 50px;
  height: 0;
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  align-items: flex-start;
  flex-wrap: unset;
  flex-direction: column;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.hrzl_yyList ul .hh_li .hh_cont > ul::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.hrzl_yyList ul .hh_li .hh_cont > ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.hrzl_yyList ul .hh_li .hh_cont > ul::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #d40041;
  background-color: #d40041;
}
.hrzl_yyList ul .hh_li .hh_cont > ul > li {
  width: 100%;
  margin-bottom: 15px;
}
.hrzl_yyList ul .hh_li .hh_cont > ul > li:hover .hh_left .hh_img {
  display: none;
}
.hrzl_yyList ul .hh_li .hh_cont > ul > li:hover .hh_left .hh_img_a {
  display: block;
  animation: hideShow 0.5s;
}
.hrzl_yyList ul .hh_li .hh_cont > ul > li:hover .hh_right {
  color: #fe2b51;
}
.hrzl_yyList ul .hh_li .hh_cont > ul > li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.hrzl_yyList ul .hh_li .hh_cont > ul > li a .hh_img_a {
  display: none;
}
.hrzl_yyList ul .hh_li .hh_cont > ul > li a .hh_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 20px;
}
.hrzl_yyList ul .hh_li .hh_cont > ul > li a .hh_right {
  color: #fff;
  width: 100%;
  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 (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_yyList ul .hh_li .hh_cont > ul > li a .hh_right {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_yyList ul .hh_li .hh_cont > ul > li a .hh_right {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .hrzl_yyList ul .hh_li .hh_cont > ul > li a .hh_right {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_yyList ul .hh_li .hh_cont > ul > li a .hh_right {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .hrzl_yyList ul .hh_li .hh_cont > ul > li a .hh_right {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_yyList ul .hh_li .hh_cont > ul > li a .hh_right {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .hrzl_yyList ul .hh_li .hh_cont > ul > li a .hh_right {
    font-size: 19px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_yyList ul .hh_li .hh_cont > ul > li a .hh_right {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_yyList ul .hh_li .hh_cont > ul > li a .hh_right {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .hrzl_yyList ul .hh_li .hh_cont > ul > li a .hh_right {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1680px) {
  .hrzl_yyList ul .hh_li:hover .hh_cont {
    bottom: 90px;
  }
}
@media (max-width: 1440px) {
  .hrzl_yyList ul .hh_li:hover .hh_cont {
    bottom: 140px;
  }
  .hrzl_yyList {
    padding-bottom: 4.271vw;
  }
  .hrzl_yyList ul .hh_li {
    margin-bottom: 18px;
  }
  .hrzl_yyList ul .hh_li .hh_cont {
    padding: 0 30px;
  }
  .hrzl_yyList ul .hh_li .hh_cont > ul {
    margin-top: 30px;
  }
  .hrzl_yyList ul .hh_li:hover .hh_cont ul {
    margin-top: 20px;
  }
  .hrzl_yyList ul .hh_li:hover .hh_cont {
    bottom: 80px;
  }
}
@media (max-width: 1366px) {
  .hrzl_yyList ul .hh_li:hover .hh_cont {
    bottom: 125px;
  }
}
@media (max-width: 1290px) {
  .hrzl_yyList ul .hh_li:hover .hh_cont {
    bottom: 110px;
  }
}
@media (max-width: 1259px) {
  .hrzl_yyList ul .hh_li:hover .hh_cont {
    bottom: 116px;
  }
}
@media (max-width: 1024px) {
  .hrzl_yyList ul .hh_li:hover .hh_cont {
    bottom: 102px;
  }
}
@media (max-width: 768px) {
  .hrzl_yyList ul .hh_li {
    width: 100%;
    padding-bottom: 115.52%;
    margin-right: 0;
  }
  .hrzl_yyList ul .hh_li:hover .hh_cont,
  .hrzl_yyList ul .hh_li .hh_cont {
    bottom: 0;
    justify-content: flex-start;
  }
  .hrzl_yyList ul .hh_li:hover::before {
    content: unset;
  }
  .hrzl_yyList ul .hh_li .hh_cont > ul {
    display: block;
    height: auto;
    max-height: unset;
  }
  .hrzl_yyList ul .hh_li .hh_cont h3 {
    font-size: 18px;
    line-height: 1.5;
    min-height: unset;
  }
  .hrzl_yyList ul .hh_li .hh_cont {
    padding: 25px;
  }
  .hrzl_yyList ul .hh_li .hh_cont > ul {
    margin-top: 15px;
  }
  .hrzl_yyList ul .hh_li .hh_cont > ul > li {
    margin-bottom: 10px;
  }
  .hrzl_yyList {
    padding: 30px 0 22px;
  }
  .hrzl_yyList ul .hh_li .hh_cont > ul {
    height: 72%;
  }
}
.hrzl_yyDetail {
  padding: 4.688vw 0 4.427vw;
}
.hrzl_yyDetail .hh_title {
  color: #1c1c1c;
  text-align: center;
  font-family: 'gtb';
  margin-bottom: 40px;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_yyDetail .hh_title {
    font-size: 58.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_yyDetail .hh_title {
    font-size: 44px;
  }
}
@media (max-width: 1680px) {
  .hrzl_yyDetail .hh_title {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_yyDetail .hh_title {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .hrzl_yyDetail .hh_title {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_yyDetail .hh_title {
    font-size: 23.46666667px;
  }
}
.hrzl_yyDetail .hh_cont .titittitit {
  line-height: 1.57;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_yyDetail .hh_cont .titittitit {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_yyDetail .hh_cont .titittitit {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_yyDetail .hh_cont .titittitit {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_yyDetail .hh_cont .titittitit {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_yyDetail .hh_cont .titittitit {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_yyDetail .hh_cont .titittitit {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_yyDetail .hh_cont .titittitit {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_yyDetail .hh_cont .titittitit {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_yyDetail .hh_cont .titittitit {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_yyDetail .hh_cont .titittitit {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_yyDetail .hh_cont .titittitit {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_yyDetail .hh_cont .titittitit {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_yyDetail .hh_cont img {
  object-fit: cover;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .hrzl_yyDetail .hh_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .hrzl_yyDetail {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .hrzl_yyDetail .hh_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.hrzl_yyDetail .hh_cont p *{
    font-size: 18px !important;
    font-family: "Aria";
}
.hrzl_yyDetail .hh_cont h2 *{
    font-family: "Arial Black";
    font-size: 36px !important;
}

@media (max-width:1440px) {
  .hrzl_yyDetail .hh_cont p *{
    font-size: 15px !important;
    font-family: "Aria";
}
.hrzl_yyDetail .hh_cont h2 *{
    font-family: "Arial Black";
    font-size: 32px !important;
}
  
}

@media (max-width:1280px) {
  .hrzl_yyDetail .hh_cont p *{
    font-size: 14px !important;
    font-family: "Aria";
}
.hrzl_yyDetail .hh_cont h2 *{
    font-family: "Arial Black";
    font-size: 28px !important;
}
  
}

@media (max-width:780px) {
  .hrzl_yyDetail .hh_cont p *{
    font-size: 13px !important;
    font-family: "Aria";
}
.hrzl_yyDetail .hh_cont h2 *{
    font-family: "Arial Black";
    font-size: 23px !important;
}
  
}
.hrzl_yyDetail .hh_cont p span {
    line-height: 1.333; 
    height: auto;
    display: flex;
    align-items: center;
} 
.hrzl_yyDetail .hh_cont p{ padding: 1em; }

.hh_fd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.125vw;
  height: 3.125vw;
  min-width: 40px;
  min-height: 40px;
  border-radius: 1000px;
  background: #1c1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  opacity: 0;
  transition: all 0.5s;
}
.hh_fd img {
  width: 1.406vw;
  min-width: 18px;
}
.hrzl_yySwpBox {
  background: #f8f9fb;
  padding-top: 4.583vw;
}
.hrzl_yySwpBox .hh_title {
  color: #1c1c1c;
  font-family: 'gtb';
  margin-bottom: 1.458vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_yySwpBox .hh_title {
    font-size: 58.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_yySwpBox .hh_title {
    font-size: 44px;
  }
}
@media (max-width: 1680px) {
  .hrzl_yySwpBox .hh_title {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_yySwpBox .hh_title {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .hrzl_yySwpBox .hh_title {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_yySwpBox .hh_title {
    font-size: 23.46666667px;
  }
}
.hrzl_yySwpBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.hrzl_yySwpBox ul li {
  line-height: 1.57;
  color: #333;
  height: 40px;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: #e7eaee;
  margin-right: 5px;
  transition: all 0.5s;
  cursor: pointer;
  margin-bottom: 0.938vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_yySwpBox ul li {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_yySwpBox ul li {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_yySwpBox ul li {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_yySwpBox ul li {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_yySwpBox ul li {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_yySwpBox ul li {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_yySwpBox ul li {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_yySwpBox ul li {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_yySwpBox ul li {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_yySwpBox ul li {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_yySwpBox ul li {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_yySwpBox ul li {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_yySwpBox ul li:nth-last-child(1) {
  margin-right: 0;
}
.hrzl_yySwpBox ul li:hover,
.hrzl_yySwpBox ul li.on {
  background: #d72444;
  color: #fff;
}
.hrzl_yySwpBox.hrzl_cxltSwpBox {
  background: transparent;
  padding-top: 0;
}
.hrzl_yySwpBox.hrzl_cxltSwpBox .hh_w {
  position: relative;
}
.hrzl_yySwpBox.hrzl_cxltSwpBox .hh_w .hrzl_proSwpBtnBox {
  position: absolute;
  width: 100%;
  top: 48%;
  z-index: 2;
  transform: translateY(-50%);
}
.hrzl_yySwpBox.hrzl_cxltSwpBox .hh_w .hrzl_proSwpBtnBox .hrzl_proSwpBtn {
  justify-content: space-between;
  display: none;
}
.hrzl_yySwpBox.hrzl_cxltSwpBox .hh_w .hrzl_proSwpBtnBox .hrzl_proSwpBtn:nth-of-type(1) {
  display: flex;
}
.hrzl_yySwpBox.hrzl_cxltSwpBox .hh_w .hrzl_proSwpBtnBox .hrzl_proSwpBtn .swiper-button-prev {
  right: unset;
  position: absolute;
  left: -5.052vw;
}
.hrzl_yySwpBox.hrzl_cxltSwpBox .hh_w .hrzl_proSwpBtnBox .hrzl_proSwpBtn .swiper-button-next {
  left: unset;
  position: absolute;
  right: -5.052vw;
}
.hrzl_yySwpBox.hrzl_cxltSwpBox ul {
  justify-content: flex-start;
  padding: 0 16px;
}
.hrzl_yySwpBox.hrzl_cxltSwpBox ul li {
  margin-right: 10px;
}
.hrzl_yySwpBox.hrzl_cxltSwpBox ul li:nth-last-child(1) {
  margin-right: 0;
}
.hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .hrzl_proSwp.hrzl_proSwp_yyD {
  padding-bottom: 0;
}
.hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .swiper-slide .hh_div1 img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.8s;
}
.hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .swiper-slide:hover .hh_div1 {
  box-shadow: unset;
}
.hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .swiper-slide:hover .hh_div1 img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .hh_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 2.188vw;
}
.hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .hh_text div {
  line-height: 1.57;
  color: #555;
  text-align: center;
  width: 60%;
  line-height: 1.8;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .hh_text div {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .hh_text div {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .hh_text div {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .hh_text div {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .hh_text div {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .hh_text div {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .hh_text div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .hh_text div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .hh_text div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .hh_text div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .hh_text div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .hh_text div {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_yySwpBox.hrzl_abah {
  background: #fff;
}
.hrzl_yySwpBox.hrzl_abah .hh_title {
  margin-bottom: 1.302vw;
}
.hrzl_yySwpBox.hrzl_abah .hh_ulSwpbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.hrzl_yySwpBox.hrzl_abah .hh_ulSwpbtn .abah_swpBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hrzl_yySwpBox.hrzl_abah .hh_ulSwpbtn .abah_swpBox .swpBtn {
  display: none;
}
.hrzl_yySwpBox.hrzl_abah .hh_ulSwpbtn .abah_swpBox .swpBtn .swpBtnBase {
  margin-top: 0;
}
.hrzl_yySwpBox.hrzl_abah .hh_ulSwpbtn .abah_swpBox .swpBtn:nth-of-type(1) {
  display: flex;
}
.hrzl_yySwpBox.hrzl_abah ul li {
  margin-right: 0;
  height: 2.344vw;
  min-height: 40px;
  min-width: 150px;
  justify-content: center;
  background: #f8f9fb;
}
.hrzl_yySwpBox.hrzl_abah ul li:hover,
.hrzl_yySwpBox.hrzl_abah ul li.on {
  background: #d72444;
}
.hrzl_yySwpBox.hrzl_abah .hrzl_proSwp_abah a {
  cursor: pointer;
}
.hrzl_yySwpBox.hrzl_abah .hrzl_proSwp_abah a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: #fff;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.5s;
}
.hrzl_yySwpBox.hrzl_abah .hrzl_proSwp_abah a .hh_div1 {
  background: #f8f9fb;
  border: 0;
  padding-bottom: 105.42%;
}
.hrzl_yySwpBox.hrzl_abah .hrzl_proSwp_abah a:hover::after {
  opacity: 0.5;
}
.hrzl_yySwpBox.hrzl_abah .hrzl_proSwp_abah a:hover .hh_div1 img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.hrzl_yySwpBox.hrzl_abah .hrzl_proSwp_abah a:hover .hh_fd {
  opacity: 1;
}
.hrzl_yySwpBox.hrzl_crlh {
  background: #f8f9fb;
  padding-top: 5.208vw;
  overflow: hidden;
  padding-bottom: 4.948vw;
}
.hrzl_yySwpBox.hrzl_crlh ul li {
  background: #fff;
  line-height: 1.5;
  color: #666;
  margin-bottom: 1.51vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_yySwpBox.hrzl_crlh ul li {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_yySwpBox.hrzl_crlh ul li {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_yySwpBox.hrzl_crlh ul li {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_yySwpBox.hrzl_crlh ul li {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_yySwpBox.hrzl_crlh ul li {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_yySwpBox.hrzl_crlh ul li {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_yySwpBox.hrzl_crlh ul li {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_yySwpBox.hrzl_crlh ul li {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_yySwpBox.hrzl_crlh ul li {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_yySwpBox.hrzl_crlh ul li:hover,
.hrzl_yySwpBox.hrzl_crlh ul li.on {
  background: #d72444;
  color: #fff;
}
.hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah {
  overflow: unset;
  padding-bottom: 0;
}
.hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
}
.hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah a::after {
  content: unset;
}
.hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah a:hover .hh_div2 {
  background: #fff;
}
.hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah a .hh_div1 {
  padding-bottom: 66.96%;
}
.hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp .hh_div1 img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah a .hh_div2 {
  height: 4.167vw;
  min-height: 45px;
  padding: 0 2.083vw;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah a .hh_div2 span {
  color: #1c1c1c;
  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;
  text-align: left;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah a .hh_div2 span {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah a .hh_div2 span {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah a .hh_div2 span {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah a .hh_div2 span {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah a .hh_div2 span {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah a .hh_div2 span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah a .hh_div2 span {
    font-size: 19px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah a .hh_div2 span {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah a .hh_div2 span {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah a .hh_div2 span {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_yySwpBox.hrzl_crlh .sBox {
  margin-top: 2.604vw;
}
.hrzl_yySwpBox.hrzl_crlh .sBox .s0,
.hrzl_yySwpBox.hrzl_crlh .sBox .s1 {
  color: #1c1c1c;
  font-family: 'gtb';
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_yySwpBox.hrzl_crlh .sBox .s0,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s1 {
    font-size: 53.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_yySwpBox.hrzl_crlh .sBox .s0,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s1 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .hrzl_yySwpBox.hrzl_crlh .sBox .s0,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s1 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .hrzl_yySwpBox.hrzl_crlh .sBox .s0,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s1 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .hrzl_yySwpBox.hrzl_crlh .sBox .s0,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s1 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_yySwpBox.hrzl_crlh .sBox .s0,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s1 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_yySwpBox.hrzl_crlh .sBox .s0,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s1 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .hrzl_yySwpBox.hrzl_crlh .sBox .s0,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s1 {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .hrzl_yySwpBox.hrzl_crlh .sBox .s0,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s1 {
    font-size: 26px;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_yySwpBox.hrzl_crlh .sBox .s0,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s1 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .hrzl_yySwpBox.hrzl_crlh .sBox .s0,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s1 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .hrzl_yySwpBox.hrzl_crlh .sBox .s0,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s1 {
    font-size: 20px;
  }
}
.hrzl_yySwpBox.hrzl_crlh .sBox .syb,
.hrzl_yySwpBox.hrzl_crlh .sBox .s2,
.hrzl_yySwpBox.hrzl_crlh .sBox .s3 {
  color: #999;
  font-family: 'gtb';
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_yySwpBox.hrzl_crlh .sBox .syb,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s2,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s3 {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .hrzl_yySwpBox.hrzl_crlh .sBox .syb,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s2,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s3 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .hrzl_yySwpBox.hrzl_crlh .sBox .syb,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s2,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s3 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .hrzl_yySwpBox.hrzl_crlh .sBox .syb,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s2,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .hrzl_yySwpBox.hrzl_crlh .sBox .syb,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s2,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s3 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .hrzl_yySwpBox.hrzl_crlh .sBox .syb,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s2,
  .hrzl_yySwpBox.hrzl_crlh .sBox .s3 {
    font-size: 12.8px;
  }
}
.hrzl_yySwpBox.hrzl_crlh .swiper-pagination {
  top: unset;
  bottom: 15px;
  width: 107.5%;
  left: 8.073vw;
  height: 3px;
  background: #dfe0e1;
}
.hrzl_yySwpBox.hrzl_crlh .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #d72444;
}
@media (max-width: 1680px) {
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hh_w .hrzl_proSwpBtnBox {
    top: 51%;
  }
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hh_w .hrzl_proSwpBtnBox .hrzl_proSwpBtn .swiper-button-next {
    right: -65px;
  }
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hh_w .hrzl_proSwpBtnBox .hrzl_proSwpBtn .swiper-button-prev {
    left: -65px;
  }
}
@media (max-width: 1520px) {
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hh_w .hrzl_proSwpBtnBox .hrzl_proSwpBtn .swiper-button-next {
    right: -45px;
  }
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hh_w .hrzl_proSwpBtnBox .hrzl_proSwpBtn .swiper-button-prev {
    left: -45px;
  }
}
@media (max-width: 1440px) {
  .hrzl_yySwpBox.hrzl_crlh .swiper-pagination {
    bottom: 12px;
  }
}
@media (max-width: 1366px) {
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hh_w .hrzl_proSwpBtnBox {
    top: 57%;
  }
}
@media (max-width: 1290px) {
  .hrzl_yySwpBox.hrzl_crlh .swiper-pagination {
    bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hh_w .hrzl_proSwpBtnBox {
    top: 56%;
  }
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hh_w .hrzl_proSwpBtnBox .hrzl_proSwpBtn .swiper-button-next {
    right: -20px;
  }
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hh_w .hrzl_proSwpBtnBox .hrzl_proSwpBtn .swiper-button-prev {
    left: -20px;
  }
  .hrzl_yySwpBox.hrzl_crlh .swiper-pagination {
    bottom: 8px;
  }
}
@media (max-width: 991px) {
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hh_w .hrzl_proSwpBtnBox {
    top: 52%;
  }
}
@media (max-width: 768px) {
  .hrzl_yySwpBox {
    padding-top: 37px;
  }
  .hrzl_yySwpBox .hh_title {
    font-size: 26px;
    margin-bottom: 13px;
  }
  .hrzl_yySwpBox ul {
    overflow-x: auto;
    display: -webkit-box;
    flex-wrap: unset;
  }
  .hrzl_yySwpBox ul li {
    margin-left: 12px;
    height: 35px;
    padding: 0 15px;
    font-size: 13px;
  }
  .hrzl_proSwp.hrzl_proSwp_yyD .swiper-slide {
    margin-top: 22px !important;
  }
  .hrzl_proSwp.hrzl_proSwp_yyD .hh_div2 {
    margin-top: 14px;
  }
  .hrzl_proSwp.hrzl_proSwp_yyD {
    margin-top: 0;
  }
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .swiper-slide .hh_div1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hh_w .hrzl_proSwpBtnBox {
    top: 50%;
    transform: translateY(-50%);
  }
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hh_w .hrzl_proSwpBtnBox .hrzl_proSwpBtn .swiper-button-next {
    right: 5px;
  }
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hh_w .hrzl_proSwpBtnBox .hrzl_proSwpBtn .swiper-button-prev {
    left: 5px;
  }
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .hh_text div {
    width: 100%;
  }
  .hrzl_yySwpBox.hrzl_cxltSwpBox .hrzl_proSwpBox .hh_text {
    margin-top: 18px;
  }
  .hrzl_yySwpBox.hrzl_abah .hh_ulSwpbtn .abah_swpBox .swpBtn,
  .hrzl_yySwpBox.hrzl_abah .hh_ulSwpbtn .abah_swpBox .swpBtn:nth-of-type(1) {
    display: none;
  }
  .hrzl_yySwpBox.hrzl_abah {
    padding-top: 33px;
  }
  .hrzl_yySwpBox.hrzl_abah .hh_title {
    margin-bottom: 18px;
  }
  .hrzl_yySwpBox.hrzl_abah ul li {
    min-height: 35px;
    min-width: 95px;
    margin-bottom: 0;
  }
  .hrzl_proSwp.hrzl_proSwp_abah {
    margin-top: 10px;
  }
  .hrzl_proSwp.hrzl_proSwp_abah {
    padding-bottom: 75px;
  }
  .hrzl_proSwp.hrzl_proSwp_abah .swiper-pagination {
    bottom: 35px;
  }
  .hrzl_yySwpBox.hrzl_crlh .hh_title {
    font-size: 24px;
  }
  .hrzl_yySwpBox.hrzl_crlh {
    padding-bottom: 37px;
  }
  .hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah {
    overflow: hidden;
  }
  .hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah a:hover {
    box-shadow: unset;
  }
  .hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah a .hh_div2 {
    background: #fff;
    padding: 0 15px;
    justify-content: center;
  }
  .hrzl_yySwpBox.hrzl_crlh .sBox {
    display: none;
  }
  .hrzl_yySwpBox.hrzl_crlh .swiper-pagination {
    width: 100%;
    left: 0;
    height: 3px;
    bottom: 15px;
    background: transparent;
  }
  .hrzl_yySwpBox.hrzl_crlh .hrzl_proSwp_abah {
    padding-bottom: 35px;
  }
}
.hrzl_iv {
  padding: 4.688vw 0 3.646vw;
}
.hrzl_iv .hh_title {
  margin-bottom: 3.125vw;
}
.hrzl_iv .hh_title h2 {
  color: #1c1c1c;
  font-family: 'gtb';
  text-align: center;
  line-height: 1.15;
  margin-bottom: 22px;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_iv .hh_title h2 {
    font-size: 58.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_iv .hh_title h2 {
    font-size: 44px;
  }
}
@media (max-width: 1680px) {
  .hrzl_iv .hh_title h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_iv .hh_title h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .hrzl_iv .hh_title h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_iv .hh_title h2 {
    font-size: 23.46666667px;
  }
}
.hrzl_iv .hh_title div p {
  line-height: 1.57;
  color: #666;
  text-align: center;
  line-height: 1.8;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_iv .hh_title div p {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_iv .hh_title div p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_iv .hh_title div p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_iv .hh_title div p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_iv .hh_title div p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_iv .hh_title div p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_iv .hh_title div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_iv .hh_title div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_iv .hh_title div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_iv .hh_title div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_iv .hh_title div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_iv .hh_title div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_iv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.hrzl_iv ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
}
.hrzl_iv ul li .hh_left {
  width: 40.5%;
  background: #f3f5f9;
  position: relative;
  padding: 5.729vw 3.646vw 0;
  overflow: hidden;
}
.hrzl_iv ul li .hh_left h2 {
  color: #d72444;
  font-family: 'gtb';
  line-height: 1.2;
  position: relative;
  padding-bottom: 1.719vw;
  margin-bottom: 1.667vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_iv ul li .hh_left h2 {
    font-size: 53.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_iv ul li .hh_left h2 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .hrzl_iv ul li .hh_left h2 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .hrzl_iv ul li .hh_left h2 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .hrzl_iv ul li .hh_left h2 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_iv ul li .hh_left h2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_iv ul li .hh_left h2 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .hrzl_iv ul li .hh_left h2 {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .hrzl_iv ul li .hh_left h2 {
    font-size: 26px;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_iv ul li .hh_left h2 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .hrzl_iv ul li .hh_left h2 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .hrzl_iv ul li .hh_left h2 {
    font-size: 20px;
  }
}
.hrzl_iv ul li .hh_left h2::before {
  content: '';
  position: absolute;
  width: 2.865vw;
  min-width: 30px;
  height: 3px;
  background: #d9000f;
  bottom: 0;
  left: 0;
}
.hrzl_iv ul li .hh_left div {
  height: 185px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.hrzl_iv ul li .hh_left div::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.hrzl_iv ul li .hh_left div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.hrzl_iv ul li .hh_left div::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #d40041;
  background-color: #d40041;
}
.hrzl_iv ul li .hh_left div p {
  line-height: 1.57;
  color: #666;
  line-height: 1.9;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_iv ul li .hh_left div p {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_iv ul li .hh_left div p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_iv ul li .hh_left div p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_iv ul li .hh_left div p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_iv ul li .hh_left div p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_iv ul li .hh_left div p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_iv ul li .hh_left div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_iv ul li .hh_left div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_iv ul li .hh_left div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_iv ul li .hh_left div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_iv ul li .hh_left div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_iv ul li .hh_left div p {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_iv ul li .hh_left .hh_img {
  position: absolute;
  right: -35px;
  bottom: -150px;
  opacity: 0.7;
}
.hrzl_iv ul li .hh_right {
  width: 59.5%;
  overflow: hidden;
}
.hrzl_iv ul li .hh_right .hrzl_ivSwp {
  position: relative;
}
.hrzl_iv ul li .hh_right .hrzl_ivSwp .hh_div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 64.46%;
  overflow: hidden;
}
.hrzl_iv ul li .hh_right .hrzl_ivSwp .hh_div > .img,
.hrzl_iv ul li .hh_right .hrzl_ivSwp .hh_div img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hrzl_iv ul li .hh_right .hrzl_ivSwp .hh_div:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.hrzl_iv ul li .hh_right .hrzl_ivSwp .hh_div img {
  object-fit: cover;
  transition: all 0.8s;
}
.hrzl_iv ul li .hh_right .hrzl_ivSwp .swiper-pagination {
  width: auto;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  left: unset;
  bottom: 28px;
}
.hrzl_iv ul li .hh_right .hrzl_ivSwp .swiper-button-next:after,
.hrzl_iv ul li .hh_right .hrzl_ivSwp .swiper-button-prev:after {
  color: #fff;
  font-size: 1.667vw;
}
.hrzl_iv ul li .hh_right .hrzl_ivSwp .swiper-button-prev {
  left: 20px;
  top: 51%;
}
.hrzl_iv ul li .hh_right .hrzl_ivSwp .swiper-button-next {
  right: 20px;
  top: 51%;
}
.hrzl_iv ul li .hh_right .hrzl_ivSwp .swiper-pagination-bullet {
  background: rgba(243, 245, 249, 0.8);
}
.hrzl_iv ul li .hh_right .hrzl_ivSwp .swiper-pagination-bullet-active {
  background: #d72444;
}
.hrzl_iv ul li:nth-last-child(odd) .hh_left {
  order: 1;
}
.hrzl_iv ul li:nth-last-child(odd) .hh_right {
  order: 0;
}
.hrzl_iv ul li:nth-last-child(odd) .hh_right .swiper-pagination {
  left: 30px;
  right: unset;
}
@media (max-width: 1680px) {
  .hrzl_iv ul li .hh_left h2 {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  .hrzl_iv ul li .hh_left h2 {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .hrzl_iv ul li .hh_left h2 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .hrzl_iv {
    padding-top: 34px;
    padding-bottom: 22px;
  }
  .hrzl_iv .hh_title h2 {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 16px;
    text-align: left;
  }
  .hrzl_iv .hh_title h2::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #d9000f;
    bottom: 0;
    left: 0;
  }
  .hrzl_iv .hh_title div p {
    text-align: left;
  }
  .hrzl_iv .hh_title div {
    height: 130px;
    overflow-y: auto;
    /*定义滚动条的轨道颜色、内阴影及圆角*/
    /*定义滑块颜色、内阴影及圆角*/
  }
  .hrzl_iv .hh_title div::-webkit-scrollbar {
    width: 2px;
    /*对垂直流动条有效*/
  }
  .hrzl_iv .hh_title div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ededed;
    background-color: #ededed;
    border-radius: 3px;
  }
  .hrzl_iv .hh_title div::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px #d40041;
    background-color: #d40041;
  }
  .hrzl_iv ul li .hh_left,
  .hrzl_iv ul li .hh_right {
    width: 100%;
  }
  .hrzl_iv ul li {
    flex-direction: column;
  }
  .hrzl_iv ul li .hh_left {
    order: 1;
  }
  .hrzl_iv ul li .hh_right {
    order: 0;
  }
  .hrzl_iv ul li .hh_right .hrzl_ivSwp .swiper-pagination {
    right: unset;
    left: 11px;
    bottom: 15px;
  }
  .hrzl_iv ul li .hh_right .hrzl_ivSwp .swiper-button-next:after,
  .hrzl_iv ul li .hh_right .hrzl_ivSwp .swiper-button-prev:after {
    font-size: 20px;
  }
  .hrzl_iv ul li .hh_right .hrzl_ivSwp .swiper-button-prev {
    left: 5px;
  }
  .hrzl_iv ul li .hh_right .hrzl_ivSwp .swiper-button-next {
    right: 5px;
  }
  .hrzl_iv ul li .hh_right .hrzl_ivSwp .swiper-button-prev,
  .hrzl_iv ul li .hh_right .hrzl_ivSwp .swiper-button-next {
    top: 50%;
  }
  .hrzl_iv ul li .hh_left {
    padding: 20px 15px;
  }
  .hrzl_iv ul li .hh_left h2 {
    font-size: 17px;
    padding-bottom: 16px;
    margin-bottom: 14px;
  }
  .hrzl_iv ul li .hh_left h2::before {
    height: 1px;
  }
  .hrzl_iv ul li .hh_left div {
    height: 92px;
  }
  .hrzl_iv .hh_title {
    margin-bottom: 22px;
  }
  .hrzl_iv ul li {
    margin-bottom: 18px;
  }
}
.hrzl_cxqp {
  padding: 4.948vw 0 5.208vw;
}
.hrzl_cxqp .hh_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.573vw;
}
.hrzl_cxqp .hh_title h2 {
  color: #1c1c1c;
  font-family: 'gtb';
  width: 49%;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxqp .hh_title h2 {
    font-size: 58.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxqp .hh_title h2 {
    font-size: 44px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxqp .hh_title h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxqp .hh_title h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxqp .hh_title h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxqp .hh_title h2 {
    font-size: 23.46666667px;
  }
}
.hrzl_cxqp .hh_title .hh_right {
  width: 49%;
}
.hrzl_cxqp .hh_title .hh_right h3 {
  color: #d72444;
  font-family: 'gtb';
  margin-bottom: 2.396vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxqp .hh_title .hh_right h3 {
    font-size: 40px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxqp .hh_title .hh_right h3 {
    font-size: 30px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxqp .hh_title .hh_right h3 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxqp .hh_title .hh_right h3 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxqp .hh_title .hh_right h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxqp .hh_title .hh_right h3 {
    font-size: 16px;
  }
}
.hrzl_cxqp .hh_title .hh_right > ul li {
  position: relative;
  padding-left: 16px;
  line-height: 1.57;
  color: #555555;
  line-height: 1.85;
  margin-top: 1.563vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxqp .hh_title .hh_right > ul li {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxqp .hh_title .hh_right > ul li {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxqp .hh_title .hh_right > ul li {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxqp .hh_title .hh_right > ul li {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxqp .hh_title .hh_right > ul li {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxqp .hh_title .hh_right > ul li {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxqp .hh_title .hh_right > ul li {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxqp .hh_title .hh_right > ul li {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_cxqp .hh_title .hh_right > ul li {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_cxqp .hh_title .hh_right > ul li {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxqp .hh_title .hh_right > ul li {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_cxqp .hh_title .hh_right > ul li {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_cxqp .hh_title .hh_right > ul li:nth-of-type(1) {
  margin-top: 0;
}
.hrzl_cxqp .hh_title .hh_right > ul li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #d72444;
  top: 14px;
  left: 0;
  transform: translateY(-50%);
}
.hrzl_cxqp .hh_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.hrzl_cxqp .hh_ul li {
  width: 23.5%;
  margin-right: 2%;
  background: #f3f5f9;
  padding: 1.823vw 2.083vw 1.563vw;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.hrzl_cxqp .hh_ul li::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hrzl_cxqp .hh_ul li:nth-of-type(4n+4) {
  margin-right: 0;
}
.hrzl_cxqp .hh_ul li .hh_div1 {
  margin-bottom: 1.198vw;
  width: 2.083vw;
  height: 2.083vw;
  min-width: 28px;
  min-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hrzl_cxqp .hh_ul li .hh_div1 img {
  width: 1.823vw;
  min-width: 25px;
}
.hrzl_cxqp .hh_ul li .hh_div1 .hh_img_a {
  display: none;
}
.hrzl_cxqp .hh_ul li .hh_div2 {
  line-height: 1.5;
  color: #333;
  line-height: 1.44;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxqp .hh_ul li .hh_div2 {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxqp .hh_ul li .hh_div2 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxqp .hh_ul li .hh_div2 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxqp .hh_ul li .hh_div2 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxqp .hh_ul li .hh_div2 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxqp .hh_ul li .hh_div2 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxqp .hh_ul li .hh_div2 {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxqp .hh_ul li .hh_div2 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxqp .hh_ul li .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_cxqp .hh_ul li .bgimg {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45% !important;
  max-width: unset;
  max-height: unset;
}
.hrzl_cxqp .hh_ul li:hover {
  background: #d72444;
  box-shadow: 0px 6px 24px -4px #d72444;
  z-index: 10;
}
.hrzl_cxqp .hh_ul li:hover .hh_div1 .hh_img {
  display: none;
}
.hrzl_cxqp .hh_ul li:hover .hh_div1 .hh_img_a {
  display: block;
}
.hrzl_cxqp .hh_ul li:hover .hh_div2 {
  color: #fff;
}
.hrzl_cxqp .hh_ul li:hover .bgimg {
  display: block;
}
.hrzl_cxqp.hrzl_abmc {
  padding-bottom: 0;
  margin-top: -3.646vw;
  padding-top: 0;
}
.hrzl_cxqp.hrzl_abmc .hh_title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 2.344vw;
}
.hrzl_cxqp.hrzl_abmc .hh_title h2 {
  color: #d72746;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxqp.hrzl_abmc .hh_title h2 {
    font-size: 53.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxqp.hrzl_abmc .hh_title h2 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxqp.hrzl_abmc .hh_title h2 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxqp.hrzl_abmc .hh_title h2 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxqp.hrzl_abmc .hh_title h2 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxqp.hrzl_abmc .hh_title h2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxqp.hrzl_abmc .hh_title h2 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxqp.hrzl_abmc .hh_title h2 {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .hrzl_cxqp.hrzl_abmc .hh_title h2 {
    font-size: 26px;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_cxqp.hrzl_abmc .hh_title h2 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxqp.hrzl_abmc .hh_title h2 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .hrzl_cxqp.hrzl_abmc .hh_title h2 {
    font-size: 20px;
  }
}
.hrzl_cxqp.hrzl_abmc .hh_title::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 80%;
  left: 0;
  background: #d72746;
  top: 50%;
  transform: translateY(-50%);
}
.hrzl_cxqp.hrzl_abmc .hh_ul {
  flex-wrap: wrap;
  height: 100%;
}
.hrzl_cxqp.hrzl_abmc .hh_ul li {
  width: 20%;
  margin-right: 0;
  position: relative;
  background: #f0f3f7;
  padding: 2.604vw 1.719vw;
  overflow: unset;
}
.hrzl_cxqp.hrzl_abmc .hh_ul li:nth-of-type(odd) {
  background: #f8f9fb;
}
.hrzl_cxqp.hrzl_abmc .hh_ul li::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.hrzl_cxqp.hrzl_abmc .hh_ul li:hover {
  background: #d72444;
}
.hrzl_cxqp.hrzl_abmc .hh_ul li:hover .hh_div3 {
  color: #fff;
}
.hrzl_cxqp.hrzl_abmc .hh_ul li .hh_div2 {
  font-family: 'gtb';
  margin-bottom: 3.646vw;
  line-height: 1.35;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxqp.hrzl_abmc .hh_ul li .hh_div2 {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxqp.hrzl_abmc .hh_ul li .hh_div2 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxqp.hrzl_abmc .hh_ul li .hh_div2 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxqp.hrzl_abmc .hh_ul li .hh_div2 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxqp.hrzl_abmc .hh_ul li .hh_div2 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxqp.hrzl_abmc .hh_ul li .hh_div2 {
    font-size: 12.8px;
  }
}
.hrzl_cxqp.hrzl_abmc .hh_ul li .hh_div3 {
  position: absolute;
  bottom: 35px;
  right: 30px;
  color: #1c1c1c;
  line-height: 1.5;
  font-family: 'gtb';
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxqp.hrzl_abmc .hh_ul li .hh_div3 {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxqp.hrzl_abmc .hh_ul li .hh_div3 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxqp.hrzl_abmc .hh_ul li .hh_div3 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxqp.hrzl_abmc .hh_ul li .hh_div3 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxqp.hrzl_abmc .hh_ul li .hh_div3 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxqp.hrzl_abmc .hh_ul li .hh_div3 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxqp.hrzl_abmc .hh_ul li .hh_div3 {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxqp.hrzl_abmc .hh_ul li .hh_div3 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxqp.hrzl_abmc .hh_ul li .hh_div3 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_cxqp.hrzl_abmc .hh_ul li .bgimg {
  width: auto;
  left: 0;
}
.hrzl_cxqp.hrzl_crtpec {
  padding-top: 0;
  margin-top: 0;
}
.hrzl_cxqp.hrzl_crtpec .hh_ul {
  width: 100%;
}
.hrzl_cxqp.hrzl_crtpec .hh_ul li {
  padding: 2.969vw 1.563vw 2.396vw;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  overflow: unset;
}
.hrzl_cxqp.hrzl_crtpec .hh_ul li:nth-of-type(1) {
  border-left: 1px solid #eaeaea;
}
.hrzl_cxqp.hrzl_crtpec .hh_ul li:nth-last-child(1) {
  border-right: 1px solid #eaeaea;
}
.hrzl_cxqp.hrzl_crtpec .hh_ul li:hover {
  box-shadow: 0px 8px 35px -4px #d72444;
  border-color: #d72444;
}
.hrzl_cxqp.hrzl_crtpec .hh_ul li .hh_div2 {
  margin-bottom: 0;
}
.hrzl_cxqp.hrzl_crtpec .hh_ul li .hh_div1 {
  width: 2.292vw;
  margin-bottom: 1.719vw;
}
.hrzl_cxqp.hrzl_crtpec .hh_ul li .hh_div1 img {
  width: auto;
}
@media (max-width: 1680px) {
  .hrzl_cxqp .hh_title .hh_right > ul li::before {
    top: 10px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxqp .hh_ul li .hh_div2 {
    font-size: 14px;
  }
  .hrzl_cxqp.hrzl_crtpec .hh_ul li {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
@media (max-width: 768px) {
  .hrzl_cxqp .hh_title {
    flex-direction: column;
  }
  .hrzl_cxqp .hh_title h2,
  .hrzl_cxqp .hh_title .hh_right {
    width: 100%;
  }
  .hrzl_cxqp {
    padding: 30px 0 28px;
  }
  .hrzl_cxqp .hh_title h2 {
    line-height: 1.57;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 18px;
  }
  .hrzl_cxqp .hh_title h2::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #d9000f;
    bottom: 0;
    left: 0;
  }
  .hrzl_cxqp .hh_title .hh_right h3 {
    margin-bottom: 15px;
  }
  .hrzl_cxqp .hh_title .hh_right > ul li {
    margin-top: 10px;
  }
  .hrzl_cxqp .hh_ul li {
    width: 48.5%;
    margin-right: 3%;
    padding: 25px 15px 20px;
    margin-bottom: 12px;
  }
  .hrzl_cxqp .hh_ul li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .hrzl_cxqp .hh_ul li .hh_div2 {
    margin-top: 16px;
  }
  .hrzl_cxqp.hrzl_abmc .hh_title::before {
    content: unset;
  }
  .hrzl_cxqp.hrzl_abmc .hh_title {
    padding-left: 0;
  }
  .hrzl_cxqp.hrzl_abmc .hh_ul li {
    width: 100%;
    padding: 25px 15px 15px;
    margin-bottom: 0;
  }
  .hrzl_cxqp.hrzl_abmc .hh_ul li .hh_div2,
  .hrzl_cxqp.hrzl_crtpec .hh_ul li .hh_div2 {
    margin-bottom: 12px;
  }
  .hrzl_cxqp.hrzl_abmc .hh_ul li .hh_div3 {
    font-size: 30px;
    right: 10px;
    bottom: unset;
    color: #999;
    opacity: 0.1;
    line-height: 1;
    top: 25px;
  }
  .hrzl_cxqp.hrzl_abmc {
    padding-bottom: 40px;
    margin-top: 0;
  }
  .hrzl_cxqp.hrzl_crtpec .hh_ul li,
  .hrzl_cxqp.hrzl_crtpec .hh_ul li:nth-of-type(1),
  .hrzl_cxqp.hrzl_crtpec .hh_ul li:nth-last-child(1) {
    border: 0;
  }
  .hrzl_cxqp .hh_ul li::before,
  .hrzl_cxqp.hrzl_crtpec .hh_ul li:hover {
    box-shadow: unset;
  }
}
.hrzl_cxco {
  background-size: cover;
  padding-top: 4.844vw;
  padding-bottom: 5.208vw;
}
.hrzl_cxco .hh_title {
  margin-bottom: 1.042vw;
}
.hrzl_cxco .hh_title h2 {
  color: #1c1c1c;
  font-family: 'gtb';
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxco .hh_title h2 {
    font-size: 58.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxco .hh_title h2 {
    font-size: 44px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxco .hh_title h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxco .hh_title h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxco .hh_title h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxco .hh_title h2 {
    font-size: 23.46666667px;
  }
}
.hrzl_cxco .hh_title div {
  line-height: 1.57;
  color: #666;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxco .hh_title div {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxco .hh_title div {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxco .hh_title div {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxco .hh_title div {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxco .hh_title div {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxco .hh_title div {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxco .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxco .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_cxco .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_cxco .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxco .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_cxco .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_cxco .hh_title h2 {
  color: #1c1c1c;
  font-family: 'gtb';
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxco .hh_title h2 {
    font-size: 58.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxco .hh_title h2 {
    font-size: 44px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxco .hh_title h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxco .hh_title h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxco .hh_title h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxco .hh_title h2 {
    font-size: 23.46666667px;
  }
}
.hrzl_cxco .hh_title div {
  line-height: 1.57;
  color: #666;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxco .hh_title div {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxco .hh_title div {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxco .hh_title div {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxco .hh_title div {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxco .hh_title div {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxco .hh_title div {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxco .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxco .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_cxco .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_cxco .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxco .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_cxco .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_cxco .hh_title h2 {
  text-align: center;
  margin-bottom: 1.302vw;
}
.hrzl_cxco .hh_title div {
  text-align: center;
}
.hrzl_cxco .hh_title div p {
  line-height: 1.45;
}
.hrzl_cxco .hh_title div span {
  font-weight: bold;
  color: #d72444;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxco .hh_title div span {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxco .hh_title div span {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxco .hh_title div span {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxco .hh_title div span {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxco .hh_title div span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxco .hh_title div span {
    font-size: 12.8px;
  }
}
.hrzl_cxco .hrzl_cxcoSwp {
  overflow: hidden;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1.042vw;
  position: relative;
  padding-bottom: 5.208vw;
}
.hrzl_cxco .hrzl_cxcoSwp .swiper-slide {
  background: #f8f9fb;
  border: 1px solid #e3e5e7;
  transition: all 0.4s;
  position: relative;
}
.hrzl_cxco .hrzl_cxcoSwp .swiper-slide:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -5px, 0);
}
.hrzl_cxco .hrzl_cxcoSwp .swiper-slide:hover .hh_fd {
  opacity: 1;
}
.hrzl_cxco .hrzl_cxcoSwp .swiper-slide .hh_div1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.hrzl_cxco .hrzl_cxcoSwp .swiper-slide .hh_div1 > .img,
.hrzl_cxco .hrzl_cxcoSwp .swiper-slide .hh_div1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hrzl_cxco .hrzl_cxcoSwp .swiper-slide .hh_div1 img {
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hrzl_cxco .hrzl_cxcoSwp .swiper-slide .hh_div2 {
  border-top: 1px solid #e3e5e7;
  height: 3.125vw;
  min-height: 40px;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.57;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxco .hrzl_cxcoSwp .swiper-slide .hh_div2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxco .hrzl_cxcoSwp .swiper-slide .hh_div2 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxco .hrzl_cxcoSwp .swiper-slide .hh_div2 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxco .hrzl_cxcoSwp .swiper-slide .hh_div2 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxco .hrzl_cxcoSwp .swiper-slide .hh_div2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxco .hrzl_cxcoSwp .swiper-slide .hh_div2 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxco .hrzl_cxcoSwp .swiper-slide .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxco .hrzl_cxcoSwp .swiper-slide .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_cxco .hrzl_cxcoSwp .swiper-slide .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_cxco .hrzl_cxcoSwp .swiper-slide .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxco .hrzl_cxcoSwp .swiper-slide .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_cxco .hrzl_cxcoSwp .swiper-slide .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_cxco .hrzl_cxcoSwp .swiper-slide .hh_div2 p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .hrzl_cxco .hrzl_cxcoSwp .swiper-slide .hh_div1 img {
    max-width: 80%;
    max-height: 80%;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxco .hrzl_cxcoSwp {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .hrzl_cxco {
    padding: 37px 0 40px;
  }
  .hrzl_cxco .hh_title h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 18px;
  }
  .hrzl_cxco .hh_title h2::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #d9000f;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .hrzl_cxco .hh_title div {
    margin-bottom: 18px;
  }
  .hrzl_cxco .hrzl_cxcoSwp {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 58px;
  }
}
.hrzl_cxlt {
  padding-top: 4.688vw;
  padding-bottom: 2.083vw;
}
.hrzl_cxlt .hh_title {
  margin-bottom: 3.021vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hrzl_cxlt .hh_title h2 {
  color: #1c1c1c;
  font-family: 'gtb';
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxlt .hh_title h2 {
    font-size: 58.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxlt .hh_title h2 {
    font-size: 44px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxlt .hh_title h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxlt .hh_title h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxlt .hh_title h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxlt .hh_title h2 {
    font-size: 23.46666667px;
  }
}
.hrzl_cxlt .hh_title div {
  line-height: 1.57;
  color: #666;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxlt .hh_title div {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxlt .hh_title div {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxlt .hh_title div {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxlt .hh_title div {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxlt .hh_title div {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxlt .hh_title div {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxlt .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxlt .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_cxlt .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_cxlt .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxlt .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_cxlt .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_cxlt .hh_title h2 {
  color: #1c1c1c;
  font-family: 'gtb';
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxlt .hh_title h2 {
    font-size: 58.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxlt .hh_title h2 {
    font-size: 44px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxlt .hh_title h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxlt .hh_title h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxlt .hh_title h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxlt .hh_title h2 {
    font-size: 23.46666667px;
  }
}
.hrzl_cxlt .hh_title div {
  line-height: 1.57;
  color: #666;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxlt .hh_title div {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxlt .hh_title div {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxlt .hh_title div {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxlt .hh_title div {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxlt .hh_title div {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxlt .hh_title div {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxlt .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxlt .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_cxlt .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_cxlt .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxlt .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_cxlt .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_cxlt .hh_title h2 {
  text-align: center;
  margin-bottom: 1.146vw;
  line-height: 1.12;
}
.hrzl_cxlt .hh_title div {
  text-align: center;
  line-height: 1.5;
  width: 85%;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxlt .hh_title div {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxlt .hh_title div {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxlt .hh_title div {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxlt .hh_title div {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxlt .hh_title div {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxlt .hh_title div {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxlt .hh_title div {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxlt .hh_title div {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxlt .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_cxlt .hh_title div p {
  line-height: 1.75;
}
@media (max-width: 768px) {
  .hrzl_cxlt {
    padding: 35px 0 35px;
  }
  .hrzl_cxlt .hh_title h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 18px;
  }
  .hrzl_cxlt .hh_title h2::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #d9000f;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .hrzl_cxlt .hh_title div {
    width: 100%;
  }
  .hrzl_yySwpBox.hrzl_cxltSwpBox ul {
    padding: 0;
  }
  .hrzl_yySwpBox ul li {
    margin-left: 0;
  }
  .hrzl_cxlt .hh_title {
    margin-bottom: 20px;
  }
}
.hrzl_cxtad {
  padding-top: 2.396vw;
  padding-bottom: 3.646vw;
}
.hrzl_cxtad .hh_title h2 {
  color: #d72444;
  font-family: 'gtb';
  text-align: center;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxtad .hh_title h2 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxtad .hh_title h2 {
    font-size: 32px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxtad .hh_title h2 {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxtad .hh_title h2 {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxtad .hh_title h2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxtad .hh_title h2 {
    font-size: 17.06666667px;
  }
}
.hrzl_cxtad ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.875vw;
}
.hrzl_cxtad ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 48.92%;
  background: #f3f4f6;
  padding: 2.083vw 0;
  margin-right: 2.16%;
  margin-bottom: 1.563vw;
  border: 1px solid #e2e4e9;
  transition: all 0.4s;
}
.hrzl_cxtad ul li:hover {
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  transform: translate3d(0, -5px, 0);
}
.hrzl_cxtad ul li:nth-of-type(2n+2) {
  margin-right: 0;
}
.hrzl_cxtad ul li .hh_left {
  width: 31.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}
.hrzl_cxtad ul li .hh_left::before {
  content: '';
  position: absolute;
  right: 0;
  width: 2px;
  background: #bdc6d2;
  height: 2.604vw;
  min-height: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.hrzl_cxtad ul li .hh_left .hh_divBox {
  width: 6.51vw;
  height: 6.51vw;
  min-width: 65px;
  min-height: 65px;
  background: #e2e4e9;
  content: '';
  z-index: 1;
  border-radius: 1000px;
  border: 1px solid #ccced5;
  position: relative;
}
.hrzl_cxtad ul li .hh_left .hh_divBox .hh_div {
  width: 4.583vw;
  height: 4.583vw;
  min-width: 45px;
  min-height: 45px;
  position: absolute;
  border-radius: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hrzl_cxtad ul li .hh_left .hh_divBox .hh_div img {
  width: 2.344vw;
  min-width: 20px;
}
.hrzl_cxtad ul li .hh_right {
  width: 68.5%;
  padding: 0 2.448vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5px;
}
.hrzl_cxtad ul li .hh_right .hh_div1 {
  color: #1c1c1c;
  font-family: 'gtb';
  margin-bottom: 10px;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxtad ul li .hh_right .hh_div1 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxtad ul li .hh_right .hh_div1 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxtad ul li .hh_right .hh_div1 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxtad ul li .hh_right .hh_div1 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxtad ul li .hh_right .hh_div1 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxtad ul li .hh_right .hh_div1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxtad ul li .hh_right .hh_div1 {
    font-size: 19px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxtad ul li .hh_right .hh_div1 {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxtad ul li .hh_right .hh_div1 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .hrzl_cxtad ul li .hh_right .hh_div1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_cxtad ul li .hh_right .hh_div2 {
  line-height: 1.57;
  color: #555555;
  line-height: 1.47;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxtad ul li .hh_right .hh_div2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxtad ul li .hh_right .hh_div2 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxtad ul li .hh_right .hh_div2 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxtad ul li .hh_right .hh_div2 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxtad ul li .hh_right .hh_div2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxtad ul li .hh_right .hh_div2 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxtad ul li .hh_right .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxtad ul li .hh_right .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_cxtad ul li .hh_right .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_cxtad ul li .hh_right .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxtad ul li .hh_right .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_cxtad ul li .hh_right .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxtad ul li .hh_left {
    width: 24%;
  }
  .hrzl_cxtad ul li .hh_right {
    width: 76%;
  }
  .hrzl_cxtad ul li .hh_right .hh_div2 {
    height: 48px;
    overflow-y: auto;
    /*定义滚动条的轨道颜色、内阴影及圆角*/
    /*定义滑块颜色、内阴影及圆角*/
  }
  .hrzl_cxtad ul li .hh_right .hh_div2::-webkit-scrollbar {
    width: 2px;
    /*对垂直流动条有效*/
  }
  .hrzl_cxtad ul li .hh_right .hh_div2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ededed;
    background-color: #ededed;
    border-radius: 3px;
  }
  .hrzl_cxtad ul li .hh_right .hh_div2::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px #d40041;
    background-color: #d40041;
  }
}
@media (max-width: 768px) {
  .hrzl_cxtad {
    padding: 0 0 25px;
  }
  .hrzl_cxtad .hh_title h2 {
    font-size: 24px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 22px;
  }
  .hrzl_cxtad .hh_title h2::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #d9000f;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .hrzl_cxtad ul li {
    width: 100%;
    margin-right: 0;
    flex-direction: column;
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .hrzl_cxtad ul li .hh_left::before {
    content: unset;
  }
  .hrzl_cxtad ul li .hh_left .hh_divBox {
    min-width: 45px;
    min-height: 45px;
  }
  .hrzl_cxtad ul li .hh_left .hh_divBox .hh_div {
    min-width: 35px;
    min-height: 35px;
  }
  .hrzl_cxtad ul li .hh_left {
    width: auto;
    justify-content: flex-start;
  }
  .hrzl_cxtad ul li .hh_right {
    width: 100%;
    padding: 0;
    margin-top: 12px;
  }
  .hrzl_cxtad ul li .hh_right .hh_div2 {
    height: auto;
  }
  .hrzl_cxtad ul li .hh_right .hh_div1 {
    font-size: 16px;
  }
}
.hrzl_cxhpe {
  padding: 5.208vw 0;
}
.hrzl_cxhpe .hh_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.hrzl_cxhpe .hh_w .hh_left {
  width: 45%;
  padding-top: 4.531vw;
}
.hrzl_cxhpe .hh_w .hh_left h2 {
  color: #1c1c1c;
  font-family: 'gtb';
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxhpe .hh_w .hh_left h2 {
    font-size: 58.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxhpe .hh_w .hh_left h2 {
    font-size: 44px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxhpe .hh_w .hh_left h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxhpe .hh_w .hh_left h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxhpe .hh_w .hh_left h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxhpe .hh_w .hh_left h2 {
    font-size: 23.46666667px;
  }
}
.hrzl_cxhpe .hh_w .hh_left div {
  line-height: 1.57;
  color: #666;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_cxhpe .hh_w .hh_left h2 {
  color: #1c1c1c;
  font-family: 'gtb';
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxhpe .hh_w .hh_left h2 {
    font-size: 58.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxhpe .hh_w .hh_left h2 {
    font-size: 44px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxhpe .hh_w .hh_left h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxhpe .hh_w .hh_left h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxhpe .hh_w .hh_left h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxhpe .hh_w .hh_left h2 {
    font-size: 23.46666667px;
  }
}
.hrzl_cxhpe .hh_w .hh_left div {
  line-height: 1.57;
  color: #666;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_cxhpe .hh_w .hh_left div {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_cxhpe .hh_w .hh_left h2 {
  margin-bottom: 1.667vw;
  line-height: 1.14;
}
.hrzl_cxhpe .hh_w .hh_left div {
  line-height: 1.85;
  height: 150.01px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.hrzl_cxhpe .hh_w .hh_left div::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.hrzl_cxhpe .hh_w .hh_left div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.hrzl_cxhpe .hh_w .hh_left div::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #d40041;
  background-color: #d40041;
}
.hrzl_cxhpe .hh_w .hh_right {
  width: 48.92%;
}
.hrzl_cxhpe .hh_w .hh_right .hrzl_cxhpe_swp {
  position: relative;
  overflow: hidden;
}
.hrzl_cxhpe .hh_w .hh_right .hrzl_cxhpe_swp .swiper-pagination {
  width: auto;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  left: unset;
  bottom: 24px;
}
.hrzl_cxhpe .hh_w .hh_right .hh_div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.42%;
  overflow: hidden;
}
.hrzl_cxhpe .hh_w .hh_right .hh_div > .img,
.hrzl_cxhpe .hh_w .hh_right .hh_div img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hrzl_cxhpe .hh_w .hh_right .hh_div:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.hrzl_cxhpe .hh_w .hh_right .hh_div img {
  transition: all 0.8s;
}
@media (max-width: 768px) {
  .hrzl_cxhpe {
    padding: 35px 0 40px;
  }
  .hrzl_cxhpe .hh_w {
    flex-direction: column;
  }
  .hrzl_cxhpe .hh_w .hh_right {
    order: 0;
    width: 100%;
  }
  .hrzl_cxhpe .hh_w .hh_left {
    order: 1;
    width: 100%;
    padding-top: 18px;
  }
  .hrzl_cxhpe .hh_w .hh_left div {
    height: 130px;
    line-height: 1.57;
  }
  .hrzl_cxhpe .hh_w .hh_left h2 {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 16px;
  }
  .hrzl_cxhpe .hh_w .hh_left h2::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #d9000f;
    bottom: 0;
    left: 0;
  }
  .hrzl_cxhpe .hh_w .hh_right .hrzl_cxhpe_swp .swiper-pagination {
    right: 15px;
    bottom: 15px;
  }
  .hrzl_syvideo.hrzl_cxvideo .hh_cont {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.hrzl_cxcase {
  background-size: cover;
  padding: 4.688vw 0 100px;
}
.hrzl_cxcase .hh_title {
  padding: 0 5.99vw;
  margin-bottom: 2.083vw;
}
.hrzl_cxcase .hh_title h2 {
  text-align: center;
  line-height: 1.19;
}
.hrzl_cxcase ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.hrzl_cxcase ul li {
  width: 49%;
  background: #fff;
  padding: 3.646vw 0 3.646vw;
  overflow: hidden;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hrzl_cxcase ul li:hover {
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
}
.hrzl_cxcase ul li .hh_left {
  width: 48.1%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.823vw;
}
.hrzl_cxcase ul li .hh_left::before {
  content: '';
  position: absolute;
  width: 1px;
  background: #e3e3e3;
  height: 500%;
  right: 0;
  top: -100%;
}
.hrzl_cxcase ul li .hh_right {
  width: 51.9%;
  position: relative;
}
.hrzl_cxcase ul li .hh_right .hh_div1 {
  color: #333;
  padding: 0 1.563vw;
  line-height: 1.47;
  transform: translateY(-14px);
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxcase ul li .hh_right .hh_div1 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxcase ul li .hh_right .hh_div1 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxcase ul li .hh_right .hh_div1 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxcase ul li .hh_right .hh_div1 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxcase ul li .hh_right .hh_div1 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxcase ul li .hh_right .hh_div1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxcase ul li .hh_right .hh_div1 {
    font-size: 19px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxcase ul li .hh_right .hh_div1 {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxcase ul li .hh_right .hh_div1 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .hrzl_cxcase ul li .hh_right .hh_div1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_cxcase ul li .hh_right .hh_div2 {
  position: absolute;
  color: #999;
  font-family: 'gtb';
  right: 1.563vw;
  bottom: 0;
  line-height: 1;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxcase ul li .hh_right .hh_div2 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxcase ul li .hh_right .hh_div2 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxcase ul li .hh_right .hh_div2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxcase ul li .hh_right .hh_div2 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxcase ul li .hh_right .hh_div2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxcase ul li .hh_right .hh_div2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxcase ul li .hh_right .hh_div2 {
    font-size: 19px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxcase ul li .hh_right .hh_div2 {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxcase ul li .hh_right .hh_div2 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .hrzl_cxcase ul li .hh_right .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxcase .hh_title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .hrzl_cxcase {
    padding: 35px 0 22px;
  }
  .hrzl_cxcase .hh_title {
    padding: 0;
    margin-bottom: 15px;
  }
  .hrzl_cxcase .hh_title h2 {
    text-align: left;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 22px;
    font-size: 18px;
  }
  .hrzl_cxcase .hh_title h2::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #d9000f;
    bottom: 0;
    left: 0;
  }
  .hrzl_cxcase ul {
    flex-direction: column;
  }
  .hrzl_cxcase ul li {
    width: 100%;
    flex-direction: column;
    padding: 23px 15px 18px;
    margin-bottom: 18px;
    position: relative;
  }
  .hrzl_cxcase ul li .hh_left,
  .hrzl_cxcase ul li .hh_right {
    flex-direction: column;
    width: 100%;
  }
  .hrzl_cxcase ul li .hh_right .hh_div1 {
    transform: translateY(0);
    padding: 0;
    margin-top: 18px;
  }
  .hrzl_cxcase ul li .hh_left {
    padding: 0;
  }
  .hrzl_cxcase ul li .hh_left::before {
    content: unset;
  }
  .hrzl_cxcase ul li .hh_right .hh_div2 {
    position: absolute;
    font-size: 60px;
    opacity: 0.08;
    z-index: 1;
    bottom: -30px;
    line-height: 1;
    right: -20px;
  }
}
.hrzl_cxshml {
  padding: 4.688vw 0 3.646vw;
}
.hrzl_cxshml .hh_title {
  margin-bottom: 2.083vw;
}
.hrzl_cxshml .hh_title h2 {
  color: #1c1c1c;
  font-family: 'gtb';
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxshml .hh_title h2 {
    font-size: 58.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxshml .hh_title h2 {
    font-size: 44px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxshml .hh_title h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxshml .hh_title h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxshml .hh_title h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxshml .hh_title h2 {
    font-size: 23.46666667px;
  }
}
.hrzl_cxshml .hh_title div {
  line-height: 1.57;
  color: #666;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxshml .hh_title div {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxshml .hh_title div {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxshml .hh_title div {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxshml .hh_title div {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxshml .hh_title div {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxshml .hh_title div {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxshml .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxshml .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_cxshml .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_cxshml .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxshml .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_cxshml .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_cxshml .hh_title h2 {
  color: #1c1c1c;
  font-family: 'gtb';
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxshml .hh_title h2 {
    font-size: 58.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxshml .hh_title h2 {
    font-size: 44px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxshml .hh_title h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxshml .hh_title h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxshml .hh_title h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxshml .hh_title h2 {
    font-size: 23.46666667px;
  }
}
.hrzl_cxshml .hh_title div {
  line-height: 1.57;
  color: #666;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxshml .hh_title div {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxshml .hh_title div {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxshml .hh_title div {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxshml .hh_title div {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxshml .hh_title div {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxshml .hh_title div {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxshml .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxshml .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_cxshml .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_cxshml .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxshml .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_cxshml .hh_title div {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_cxshml .hh_title h2 {
  line-height: 1.18;
}
.hrzl_cxshml .hh_ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.hrzl_cxshml .hh_ul1 > li {
  background: #f8f9fb;
  width: 49%;
  margin-right: 2%;
  padding: 0 2.604vw;
  border-radius: 25px;
  margin-bottom: 1.458vw;
  transition: all 0.4s;
}
.hrzl_cxshml .hh_ul1 > li:nth-of-type(2) .hh_ul2 li:nth-of-type(1) {
  order: 2;
}
.hrzl_cxshml .hh_ul1 > li:nth-of-type(2) .hh_ul2 li:nth-of-type(2) {
  order: 1;
}
.hrzl_cxshml .hh_ul1 > li:nth-of-type(2) .hh_ul2 li:nth-of-type(3) {
  order: 0;
}
.hrzl_cxshml .hh_ul1 > li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.hrzl_cxshml .hh_ul1 > li:nth-of-type(2n+2) {
  margin-right: 0;
}
.hrzl_cxshml .hh_ul1 > li .hh_div1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 2.604vw 0 2.083vw;
  border-bottom: 1px solid #e9eaea;
}
.hrzl_cxshml .hh_ul1 > li .hh_div1 .hh_left {
  width: 4.271vw;
  height: 4.271vw;
  min-height: 45px;
  min-width: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.927vw;
}
.hrzl_cxshml .hh_ul1 > li .hh_div1 .hh_left::before {
  position: absolute;
  content: '';
  background: url('../images/hrzl528_img79.png');
  width: 100%;
  height: 100%;
  animation: proBox 8s infinite linear;
  -webkit-animation: proBox 8s infinite linear;
  background-size: 100% 100%;
}
.hrzl_cxshml .hh_ul1 > li .hh_div1 .hh_left img {
  width: 1.667vw;
  min-width: 20px;
}
.hrzl_cxshml .hh_ul1 > li .hh_div1 .hh_right {
  color: #1c1c1c;
  font-family: 'gtb';
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxshml .hh_ul1 > li .hh_div1 .hh_right {
    font-size: 53.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxshml .hh_ul1 > li .hh_div1 .hh_right {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxshml .hh_ul1 > li .hh_div1 .hh_right {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxshml .hh_ul1 > li .hh_div1 .hh_right {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxshml .hh_ul1 > li .hh_div1 .hh_right {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxshml .hh_ul1 > li .hh_div1 .hh_right {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxshml .hh_ul1 > li .hh_div1 .hh_right {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxshml .hh_ul1 > li .hh_div1 .hh_right {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .hrzl_cxshml .hh_ul1 > li .hh_div1 .hh_right {
    font-size: 26px;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_cxshml .hh_ul1 > li .hh_div1 .hh_right {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxshml .hh_ul1 > li .hh_div1 .hh_right {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .hrzl_cxshml .hh_ul1 > li .hh_div1 .hh_right {
    font-size: 20px;
  }
}
.hrzl_cxshml .hh_ul1 > li .hh_ul2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.hrzl_cxshml .hh_ul1 > li .hh_ul2 li {
  width: 33.33%;
  padding-top: 1.198vw;
  padding-bottom: 2.448vw;
}
.hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 {
  color: #d72444;
  font-family: 'gtb';
  margin-bottom: 8px;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span1 {
    font-size: 53.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span1 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span1 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span1 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span1 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span1 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span1 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span1 {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span1 {
    font-size: 26px;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span1 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span1 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span1 {
    font-size: 20px;
  }
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span2 {
    font-size: 40px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span2 {
    font-size: 30px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span2 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span2 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span2 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span2 {
    font-size: 16px;
  }
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span3 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span3 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span3 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span3 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span3 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span3 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span3 {
    font-size: 19px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span3 {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span3 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 .hh_span3 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx2 {
  width: 90%;
}
.hrzl_cxshml .hh_ul1 > li .hh_ul3 {
  padding-top: 1.823vw;
  padding-bottom: 2.344vw;
}
.hrzl_cxshml .hh_ul1 > li .hh_ul3 li {
  position: relative;
  padding-left: 15px;
  margin-top: 0.938vw;
  line-height: 1.4;
}
.hrzl_cxshml .hh_ul1 > li .hh_ul3 li:nth-of-type(1) {
  margin-top: 0;
}
.hrzl_cxshml .hh_ul1 > li .hh_ul3 li::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #d72444;
  left: 0;
  top: 9px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .hrzl_cxshml {
    padding: 35px 0 22px;
  }
  .hrzl_cxshml .hh_ul1 > li {
    width: 100%;
    margin-right: 0;
  }
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .hrzl_cxshml .hh_ul1 > li {
    padding: 0 15px 20px;
    margin-bottom: 18px;
  }
  .hrzl_cxshml .hh_ul1 > li .hh_div1 {
    padding-top: 24px;
    padding-bottom: 18px;
  }
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx1 {
    margin-bottom: 4px;
  }
  .hrzl_cxshml .hh_ul1 > li .hh_ul2 li .hh_tx2 {
    width: 100%;
    font-size: 14px;
  }
  .hrzl_cxshml .hh_ul1 > li .hh_ul3 li,
  .hrzl_cxshml .hh_ul1 > li .hh_ul3 li:nth-of-type(1) {
    font-size: 14px;
    padding-right: 15px;
    margin-top: 15px;
  }
  .hrzl_cxshml .hh_ul1 > li .hh_div1 .hh_left {
    margin-right: 15px;
  }
  .hrzl_cxshml .hh_ul1 > li .hh_ul3 {
    padding: 0;
  }
  .hrzl_cxshml h2 {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 22px;
  }
  .hrzl_cxshml h2::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #d9000f;
    bottom: 0;
    left: 0;
  }
  .hrzl_cxshml .hh_ul1 > li {
    border-radius: 15px;
  }
}
.hrzl_news .hrzl_newsBannerBox {
  background: #f8f9fb;
  padding: 4.844vw 0 4.583vw;
}
.hrzl_news .hrzl_newsUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.hrzl_news .hrzl_newsUl li {
  margin-right: 4.427vw;
  margin-bottom: 12px;
}
.hrzl_news .hrzl_newsUl li:nth-last-child(1) {
  margin-right: 0;
}
.hrzl_news .hrzl_newsUl li a {
  font-family: 'gtb';
  color: #a5a5a5;
  transition: all 0.5s;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_news .hrzl_newsUl li a {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_news .hrzl_newsUl li a {
    font-size: 32px;
  }
}
@media (max-width: 1680px) {
  .hrzl_news .hrzl_newsUl li a {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .hrzl_news .hrzl_newsUl li a {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .hrzl_news .hrzl_newsUl li a {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_news .hrzl_newsUl li a {
    font-size: 17.06666667px;
  }
}
.hrzl_news .hrzl_newsUl li a:hover,
.hrzl_news .hrzl_newsUl li a.on {
  color: #d72444;
}
.hrzl_news .hrzl_newsBanner {
  position: relative;
  overflow: hidden;
  margin-top: 1.563vw;
}
.hrzl_news .hrzl_newsBanner .swiper-slide {
  position: relative;
}
.hrzl_news .hrzl_newsBanner .swiper-slide:hover .hh_left img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.hrzl_news .hrzl_newsBanner .swiper-slide:hover .hh_right .qzh_wapzx div:nth-of-type(1) {
  transform: translateX(-5px);
}
.hrzl_news .hrzl_newsBanner .swiper-slide:hover .hh_right .qzh_wapzx div:nth-of-type(2) {
  transform: translateX(5px);
}
.hrzl_news .hrzl_newsBanner .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hrzl_news .hrzl_newsBanner .swiper-slide a .hh_left {
  width: 54.28%;
}
.hrzl_news .hrzl_newsBanner .swiper-slide a .hh_left div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.hrzl_news .hrzl_newsBanner .swiper-slide a .hh_left div > .img,
.hrzl_news .hrzl_newsBanner .swiper-slide a .hh_left div img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hrzl_news .hrzl_newsBanner .swiper-slide a .hh_left div img {
  object-fit: cover;
  transition: all 0.8s;
}
.hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right {
  background: #fff;
  width: 45.72%;
  padding: 2.969vw 3.646vw 3.646vw 3.646vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_day {
  color: #d1d1d1;
  font-family: 'gtb';
  padding-bottom: 0.521vw;
  margin-right: 20px;
  letter-spacing: 2px;
  position: relative;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_day {
    font-size: 64px;
  }
}
@media (max-width: 1920px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_day {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_day {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_day {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_day {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_day {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_day {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_day {
    font-size: 32px;
  }
}
@media (max-width: 1366px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_day {
    font-size: 32px;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_day {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_day {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_day {
    font-size: 24px;
  }
}
.hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_day::before {
  content: '';
  position: absolute;
  height: 3px;
  width: 90%;
  background: #d72444;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_year,
.hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_month {
  line-height: 1.5;
  color: #d1d1d1;
  line-height: 1;
  font-family: 'gtb';
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_year,
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_month {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_year,
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_month {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_year,
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_month {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_year,
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_month {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_year,
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_month {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_year,
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_month {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_year,
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_month {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_year,
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_month {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_year,
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_month {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_year {
  padding-top: 0.521vw;
  margin-bottom: 3px;
}
.hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div2 h2 {
  line-height: 1.1;
  color: #1e2026;
  font-family: 'gtb';
  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;
  margin-top: 1.667vw;
  margin-bottom: 1.563vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div2 h2 {
    font-size: 48px;
  }
}
@media (max-width: 1920px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div2 h2 {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div2 h2 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div2 h2 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div2 h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div2 h2 {
    font-size: 19.2px;
  }
}
.hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div2 p {
  line-height: 1.66;
  line-height: 1.5;
  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: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div2 p {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div2 p {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div2 p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div2 p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div2 p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div2 p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div2 p {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div2 p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div2 p {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div3 .qzh_wapzx div {
  transition: all 0.2s;
}
.hrzl_news .hrzl_newsBanner .swiper-pagination {
  width: auto;
  left: unset;
  right: 3.646vw;
  bottom: 4.583vw;
}
@media (max-width: 1680px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_year {
    padding-top: 8px;
    margin-bottom: 0;
    line-height: 1;
  }
}
@media (max-width: 1440px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_year,
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_month {
    font-size: 14px;
    line-height: 1;
  }
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_year {
    padding-top: 4px;
    margin-bottom: 3px;
  }
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right {
    padding: 47px 60px 60px 60px;
  }
}
@media (max-width: 1290px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_year,
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_month {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_year {
    padding-top: 6px;
    margin-bottom: 6px;
  }
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right {
    padding: 47px 40px 60px 40px;
  }
  .hrzl_news .hrzl_newsBanner .swiper-pagination {
    bottom: 70px;
  }
  .hrzl_news .hrzl_newsUl li a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .hrzl_news .hrzl_newsBannerBox {
    padding: 35px 0 40px;
  }
  .hrzl_news .hrzl_newsUl li a {
    font-size: 14px;
  }
  .hrzl_news .hrzl_newsUl li {
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .hrzl_news .hrzl_newsBanner .swiper-slide a {
    flex-direction: column;
  }
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_left,
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right {
    width: 100%;
  }
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_left div {
    padding-bottom: 60%;
  }
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right {
    padding: 20px 15px 65px;
  }
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_day {
    font-size: 22px;
    margin-right: 12px;
  }
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div1 .hh_year {
    padding-top: 4px;
    margin-bottom: 5px;
  }
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div2 h2 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .hrzl_news .hrzl_newsBanner .swiper-slide a .hh_right .hh_div2 p {
    margin-bottom: 18px;
  }
  .hrzl_news .hrzl_newsBanner .swiper-pagination {
    bottom: 25px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hrzl_List {
  padding: 4.688vw 0 4.688vw;
}
.hrzl_List .hh_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.hrzl_List .hh_ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.458vw;
}
.hrzl_List .hh_ul li:nth-of-type(3n+3) {
  margin-right: 0;
}
.hrzl_List .hh_ul li a .hh_div1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.hrzl_List .hh_ul li a .hh_div1 > .img,
.hrzl_List .hh_ul li a .hh_div1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hrzl_List .hh_ul li a .hh_div1 img {
  transition: all 0.8s;
}
.hrzl_List .hh_ul li a .hh_div2 {
  background: #f8f9fb;
  border: 1px solid #e9e9e9;
  border-top: 0;
  padding: 1.198vw 1.563vw;
  transition: all 0.5s;
  position: relative;
}
.hrzl_List .hh_ul li a .hh_div2 .bgimg {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.hrzl_List .hh_ul li a .hh_div2 h3 {
  line-height: 1.5;
  font-family: 'gtb';
  color: #1e2026;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 0.781vw;
  transition: all 0.5s;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_List .hh_ul li a .hh_div2 h3 {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_List .hh_ul li a .hh_div2 h3 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_List .hh_ul li a .hh_div2 h3 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_List .hh_ul li a .hh_div2 h3 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_List .hh_ul li a .hh_div2 h3 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_List .hh_ul li a .hh_div2 h3 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_List .hh_ul li a .hh_div2 h3 {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_List .hh_ul li a .hh_div2 h3 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_List .hh_ul li a .hh_div2 h3 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_List .hh_ul li a .hh_div2 .hh_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 1.198vw;
}
.hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_left {
  line-height: 1.57;
  color: #999;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_left {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_left {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_left {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_left {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_left {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_left {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_left {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_left {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_left {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_left {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_left {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_left {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_right img {
  margin-left: 6px;
}
.hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_right .hh_img_a {
  display: none;
}
.hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_right p {
  line-height: 1.57;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_right p {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_right p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_right p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_right p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_right p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_right p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_right p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_right p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_right p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_right p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_right p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_right p {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_List .hh_ul li a:hover .hh_div1 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.hrzl_List .hh_ul li a:hover .hh_div2 {
  border-color: #d72444;
  background: #d72444;
  box-shadow: 0px 4px 18px 12px rgba(221, 69, 96, 0.3);
}
.hrzl_List .hh_ul li a:hover .hh_div2 .bgimg {
  opacity: 1;
}
.hrzl_List .hh_ul li a:hover .hh_div2 * {
  color: #fff;
}
.hrzl_List .hh_ul li a:hover .hh_div2 h3 {
  border-color: rgba(255, 255, 255, 0.15);
}
.hrzl_List .hh_ul li a:hover .hh_div2 .hh_left {
  color: #fefefe;
}
.hrzl_List .hh_ul li a:hover .hh_div2 .hh_text p {
  color: #fff;
}
.hrzl_List .hh_ul li a:hover .hh_div2 .hh_text .hh_img {
  display: none;
}
.hrzl_List .hh_ul li a:hover .hh_div2 .hh_text .hh_img_a {
  display: block;
}
.hrzl_List #pageview_article {
  padding-top: 1.042vw;
}
.hrzl_List.hrzl_ListDetail {
  padding-bottom: 2.865vw;
}
.hrzl_List.hrzl_ListDetail .hh_title {
  font-family: 'gtb';
  color: #1c1c1c;
  margin-bottom: 1.979vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_List.hrzl_ListDetail .hh_title {
    font-size: 58.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_List.hrzl_ListDetail .hh_title {
    font-size: 44px;
  }
}
@media (max-width: 1680px) {
  .hrzl_List.hrzl_ListDetail .hh_title {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_List.hrzl_ListDetail .hh_title {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .hrzl_List.hrzl_ListDetail .hh_title {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_List.hrzl_ListDetail .hh_title {
    font-size: 23.46666667px;
  }
}
.hrzl_List.hrzl_ListDetail .hrzl_ListSwp {
  overflow: hidden;
  position: relative;
  padding-bottom: 1.823vw;
  width: 100%;
}
.hrzl_List.hrzl_ListDetail .hrzl_ListSwp li {
  width: 100%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .hrzl_List .hh_ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 18px;
  }
  .hrzl_List .hh_ul li a .hh_div2 h3 {
    font-size: 15px;
    padding-bottom: 12px;
  }
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_left,
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_right p {
    font-size: 12px;
  }
  .hrzl_List .hh_ul li a .hh_div2 {
    padding: 12px 15px;
  }
  .hrzl_List .hh_ul li a .hh_div2 .hh_text {
    margin-top: 15px;
  }
  .hrzl_List .hh_ul li a .hh_div2 .hh_text .hh_right img {
    width: 12px;
  }
  .hrzl_List {
    padding: 40px 0 40px;
  }
  .hrzl_List #pageview_article {
    padding-top: 15px;
  }
  .hrzl_List.hrzl_ListDetail .hh_title {
    margin-bottom: 18px;
  }
  .hrzl_List.hrzl_ListDetail {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .hrzl_List.hrzl_ListDetail .hrzl_ListSwp {
    padding-bottom: 30px;
  }
}
.hrzl_newsDetail {
  padding: 4.688vw 0 0;
  overflow: hidden;
}
.hrzl_newsDetail .hh_title {
  color: #1c1c1c;
  font-family: 'gtb';
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_newsDetail .hh_title {
    font-size: 53.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_newsDetail .hh_title {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .hrzl_newsDetail .hh_title {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .hrzl_newsDetail .hh_title {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .hrzl_newsDetail .hh_title {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_newsDetail .hh_title {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_newsDetail .hh_title {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .hrzl_newsDetail .hh_title {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .hrzl_newsDetail .hh_title {
    font-size: 26px;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_newsDetail .hh_title {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .hrzl_newsDetail .hh_title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .hrzl_newsDetail .hh_title {
    font-size: 20px;
  }
}
.hrzl_newsDetail .hh_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 2.344vw;
  padding-bottom: 2.344vw;
  border-bottom: 1px solid #e3e3e3;
}
.hrzl_newsDetail .hh_info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-left: 6.25vw;
}
.hrzl_newsDetail .hh_info li:nth-of-type(1) {
  margin-left: 0;
}
.hrzl_newsDetail .hh_info li img {
  width: 16px;
  margin-right: 13px;
}
.hrzl_newsDetail .hh_info li p {
  line-height: 1.57;
  color: #999;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_newsDetail .hh_info li p {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_newsDetail .hh_info li p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_newsDetail .hh_info li p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_newsDetail .hh_info li p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_newsDetail .hh_info li p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_newsDetail .hh_info li p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_newsDetail .hh_info li p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_newsDetail .hh_info li p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_newsDetail .hh_info li p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_newsDetail .hh_info li p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_newsDetail .hh_info li p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_newsDetail .hh_info li p {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_newsDetail .hh_cont {
  padding: 2.083vw 0 8px;
}
.hrzl_newsDetail .hh_cont p {
  line-height: 1.57;
  color: #999;
  line-height: 1.85;
  margin-bottom: 1.927vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_newsDetail .hh_cont p {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_newsDetail .hh_cont p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_newsDetail .hh_cont p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_newsDetail .hh_cont p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_newsDetail .hh_cont p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_newsDetail .hh_cont p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_newsDetail .hh_cont p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_newsDetail .hh_cont p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_newsDetail .hh_cont p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_newsDetail .hh_cont p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_newsDetail .hh_cont p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_newsDetail .hh_cont p {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_newsDetail .hh_cont p img {
  object-fit: cover;
}
.hrzl_newsDetail .hh_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 3.125vw;
}
.hrzl_newsDetail .hh_share div {
  line-height: 1.57;
  color: #ccc;
  text-align: right;
  margin-bottom: 10px;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_newsDetail .hh_share div {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_newsDetail .hh_share div {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_newsDetail .hh_share div {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_newsDetail .hh_share div {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_newsDetail .hh_share div {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_newsDetail .hh_share div {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_newsDetail .hh_share div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_newsDetail .hh_share div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_newsDetail .hh_share div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_newsDetail .hh_share div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_newsDetail .hh_share div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_newsDetail .hh_share div {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_newsDetail .hh_share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hrzl_newsDetail .hh_share ul li {
  margin-left: 1.458vw;
}
.hrzl_newsDetail .hh_share ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hrzl_newsDetail .hh_share ul li a:hover .hh_img {
  display: none;
}
.hrzl_newsDetail .hh_share ul li a:hover .hh_img_a {
  display: block;
}
.hrzl_newsDetail .hh_share ul li a .hh_img {
  opacity: 0.5;
}
.hrzl_newsDetail .hh_share ul li a .hh_img_a {
  display: none;
}
.hrzl_newsDetail .hh_pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 3.385vw 0;
  position: relative;
}
.hrzl_newsDetail .hh_pages::before,
.hrzl_newsDetail .hh_pages::after {
  position: absolute;
  content: '';
  height: 1px;
  background: #e3e3e3;
  width: 1000%;
  top: 0;
  left: -200%;
}
.hrzl_newsDetail .hh_pages::after {
  top: unset;
  bottom: 0;
}
.hrzl_newsDetail .hh_pages .swiper-button-next,
.hrzl_newsDetail .hh_pages .swiper-button-prev {
  margin-top: unset;
  width: 3.125vw;
  height: 3.125vw;
}
.hrzl_newsDetail .hh_pages .swiper-button-prev {
  margin-right: 1.563vw;
}
.hrzl_newsDetail .hh_pages .swiper-button-next {
  margin-left: 1.563vw;
}
.hrzl_newsDetail .hh_pages .hh_prev,
.hrzl_newsDetail .hh_pages .hh_next {
  width: 40.5%;
}
.hrzl_newsDetail .hh_pages .hh_prev a,
.hrzl_newsDetail .hh_pages .hh_next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.hrzl_newsDetail .hh_pages .hh_prev a:hover span,
.hrzl_newsDetail .hh_pages .hh_next a:hover span {
  color: #d9000f;
}
.hrzl_newsDetail .hh_pages .hh_prev a:hover .swiper-button-next.swpBtnBase,
.hrzl_newsDetail .hh_pages .hh_next a:hover .swiper-button-next.swpBtnBase,
.hrzl_newsDetail .hh_pages .hh_prev a:hover .swiper-button-prev.swpBtnBase,
.hrzl_newsDetail .hh_pages .hh_next a:hover .swiper-button-prev.swpBtnBase {
  background: #d9000f;
  border-color: #d9000f;
}
.hrzl_newsDetail .hh_pages .hh_prev a:hover .swiper-button-next.swpBtnBase::after,
.hrzl_newsDetail .hh_pages .hh_next a:hover .swiper-button-next.swpBtnBase::after,
.hrzl_newsDetail .hh_pages .hh_prev a:hover .swiper-button-prev.swpBtnBase::after,
.hrzl_newsDetail .hh_pages .hh_next a:hover .swiper-button-prev.swpBtnBase::after {
  color: #fff;
}
.hrzl_newsDetail .hh_pages .hh_prev a span,
.hrzl_newsDetail .hh_pages .hh_next a 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;
  width: 85%;
  transition: all 0.5s;
}
.hrzl_newsDetail .hh_pages .hh_next a {
  justify-content: flex-end;
}
.hrzl_newsDetail .hh_pages .hh_next a span {
  text-align: right;
}
.hrzl_newsDetail .hh_pages .hh_center {
  width: 7.85%;
  border: 1px solid #e3e3e3;
  border-radius: 1000px;
  background: #f8f9fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  height: 3.125vw;
  min-height: 40px;
}
.hrzl_newsDetail .hh_pages .hh_center:hover {
  background: #d72444;
  border-color: #d72444;
}
.hrzl_newsDetail .hh_pages .hh_center:hover .hh_img {
  display: none;
}
.hrzl_newsDetail .hh_pages .hh_center:hover .hh_img_a {
  display: block;
}
.hrzl_newsDetail .hh_pages .hh_center a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hrzl_newsDetail .hh_pages .hh_center .hh_img_a {
  display: none;
}
@media (max-width: 768px) {
  .hrzl_newsDetail .hh_title {
    font-size: 16px;
    line-height: 1.57;
  }
  .hrzl_newsDetail {
    padding: 25px 0 0px;
  }
  .hrzl_newsDetail .hh_info {
    flex-wrap: wrap;
    margin-top: 17px;
    padding-bottom: 8px;
    justify-content: flex-start;
  }
  .hrzl_newsDetail .hh_info li {
    margin-left: 0;
    width: 50%;
    margin-bottom: 15px;
  }
  .hrzl_newsDetail .hh_info li:nth-of-type(2n+2) {
    justify-content: flex-end;
  }
  .hrzl_newsDetail .hh_info li p {
    font-size: 12px;
  }
  .hrzl_newsDetail .hh_cont {
    padding: 20px 0 5px;
  }
  .hrzl_newsDetail .hh_cont p {
    margin-bottom: 15px;
  }
  .hrzl_newsDetail .hh_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-direction: unset;
  }
  .hrzl_newsDetail .hh_share div {
    margin-bottom: 0;
  }
  .hrzl_newsDetail .hh_share div {
    font-size: 15px;
    margin-bottom: 0;
  }
  .hrzl_newsDetail .hh_share ul li a img {
    height: 18px;
  }
  .hrzl_newsDetail .hh_share ul li {
    margin-left: 14px;
  }
  .hrzl_newsDetail .hh_share {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .hrzl_newsDetail .hh_pages .hh_center {
    display: none;
  }
  .hrzl_newsDetail .hh_pages {
    padding: 18px 0;
    flex-direction: column;
  }
  .hrzl_newsDetail .hh_pages .swiper-button-next,
  .hrzl_newsDetail .hh_pages .swiper-button-prev {
    min-width: 25px;
    min-height: 25px;
    margin-right: 15px;
  }
  .hrzl_newsDetail .hh_pages .hh_prev,
  .hrzl_newsDetail .hh_pages .hh_next {
    width: 100%;
  }
  .hrzl_newsDetail .hh_pages .swiper-button-next {
    order: 0;
    margin-left: 0;
  }
  .hrzl_newsDetail .hh_pages .hh_next a span {
    order: 1;
    text-align: left;
  }
  .hrzl_newsDetail .hh_pages .hh_next a {
    justify-content: space-between;
  }
  .hrzl_newsDetail .hh_pages .hh_prev a span,
  .hrzl_newsDetail .hh_pages .hh_next a span {
    width: 90%;
    font-size: 14px;
  }
  .hrzl_newsDetail .hh_pages .hh_prev {
    margin-bottom: 15px;
  }
}
.hrzl_abcpBox {
  background-size: cover;
  background-position-x: -20px;
  background-size: 100%;
  background-position-x: -8px;
}
.hrzl_abcp {
  padding-bottom: 5.469vw;
}
.hrzl_abcp .hh_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 5.208vw;
  justify-content: space-between;
}
.hrzl_abcp .hh_w .hh_left {
  width: 50%;
}
.hrzl_abcp .hh_w .hh_left .hh_title {
  margin-top: 2.865vw;
  margin-bottom: 2.448vw;
}
.hrzl_abcp .hh_w .hh_left .hh_cont {
  height: 400px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.hrzl_abcp .hh_w .hh_left .hh_cont::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.hrzl_abcp .hh_w .hh_left .hh_cont::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.hrzl_abcp .hh_w .hh_left .hh_cont::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #d40041;
  background-color: #d40041;
}
.hrzl_abcp .hh_w .hh_left .hh_cont p {
  line-height: 2.775 !important;
  color: #666;
  line-height: 1.85;
  margin-bottom: 1.563vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_abcp .hh_w .hh_left .hh_cont p {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_abcp .hh_w .hh_left .hh_cont p {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abcp .hh_w .hh_left .hh_cont p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_abcp .hh_w .hh_left .hh_cont p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_abcp .hh_w .hh_left .hh_cont p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_abcp .hh_w .hh_left .hh_cont p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abcp .hh_w .hh_left .hh_cont p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_abcp .hh_w .hh_left .hh_cont p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_abcp .hh_w .hh_left .hh_cont p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_abcp .hh_w .hh_left .hh_cont p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_abcp .hh_w .hh_left .hh_cont p {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_abcp .hh_w .hh_left .hh_cont p {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_abcp .hh_w .hh_left .hh_cont p:nth-last-child(1) {
  margin-bottom: 0;
}
.hrzl_abcp .hh_w .hh_right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  align-items: center;
  justify-content: center;
}
.hrzl_abcp .hh_w .hh_right img { max-width: 60%; }
@media (max-width: 1440px) {
  .hrzl_abcp .hh_w .hh_left .hh_cont {
    height: 240px;
  }
}
@media (max-width: 768px) {
    
.hrzl_abcp .hh_w .hh_right img { max-width: 100%; }
  .hrzl_abcpBox {
    background-size: 100% 100%;
    background-position-x: 0;
  }
  .hrzl_abcp {
    padding-bottom: 0;
  }
  .hrzl_abcp .hh_w {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .hrzl_abcp .hh_w .hh_right,
  .hrzl_abcp .hh_w .hh_left {
    width: 100%;
  }
  .hrzl_abcp .hh_w .hh_right {
    order: 0;
    display: flex;
    justify-content: center;
  }
  .hrzl_abcp .hh_w .hh_right img {
    max-width: 75%;
  }
  .hrzl_abcp .hh_w .hh_left {
    order: 1;
  }
  .hrzl_abcp .hh_w .hh_left .hh_title {
    margin-top: 22px;
    margin-bottom: 18px;
  }
  .hrzl_abcp .hh_w .hh_left .hh_cont p {
    margin-bottom: 12px;
  }
  .hrzl_abcp .hh_w .hh_left .hh_cont {
    height: 190px;
  }
}
.hrzl_abcs {
  background-size: cover;
  padding-top: 10.156vw;
  padding-bottom: 5.208vw;
  margin-top: -5.052vw;
}
.hrzl_abcs .hh_title {
  margin-bottom: 2.24vw;
}
.hrzl_abcs .hh_title h2 {
  color: #fff;
}
.hrzl_abcs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.hrzl_abcs ul li {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 0;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.hrzl_abcs ul li .bgimg {
  position: absolute;
  bottom: 0;
  left: -71%;
  width: 110%;
  max-width: unset;
  max-height: unset;
  opacity: 0;
  transition: all 0.5s;
}
.hrzl_abcs ul li:nth-of-type(1) {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.hrzl_abcs ul li .hh_box {
  padding: 2.604vw 0 3.125vw;
}
.hrzl_abcs ul li .hh_div1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.042vw;
}
.hrzl_abcs ul li .hh_div1 .hh_left {
  color: #fff;
  font-family: 'gtb';
  line-height: 1;
  margin-right: 8px;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_abcs ul li .hh_div1 .hh_left {
    font-size: 82.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_abcs ul li .hh_div1 .hh_left {
    font-size: 62px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abcs ul li .hh_div1 .hh_left {
    font-size: 54.25px;
  }
}
@media (max-width: 1440px) {
  .hrzl_abcs ul li .hh_div1 .hh_left {
    font-size: 46.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_abcs ul li .hh_div1 .hh_left {
    font-size: 41.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_abcs ul li .hh_div1 .hh_left {
    font-size: 33.06666667px;
  }
}
.hrzl_abcs ul li .hh_div1 .hh_right {
  color: #fff;
  font-family: 'gtb';
  margin-bottom: 3px;
  text-transform: uppercase;
  word-break: break-all;
  white-space: normal;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_abcs ul li .hh_div1 .hh_right {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .hrzl_abcs ul li .hh_div1 .hh_right {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abcs ul li .hh_div1 .hh_right {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .hrzl_abcs ul li .hh_div1 .hh_right {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .hrzl_abcs ul li .hh_div1 .hh_right {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .hrzl_abcs ul li .hh_div1 .hh_right {
    font-size: 12.8px;
  }
}
.hrzl_abcs ul li .hh_div1 .hh_right span {
  vertical-align: super;
  font-size: 12px;
}
.hrzl_abcs ul li .hh_div2 {
  color: #fff;
  line-height: 1.5;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_abcs ul li .hh_div2 {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_abcs ul li .hh_div2 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abcs ul li .hh_div2 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_abcs ul li .hh_div2 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_abcs ul li .hh_div2 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_abcs ul li .hh_div2 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abcs ul li .hh_div2 {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_abcs ul li .hh_div2 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_abcs ul li .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_abcs ul li:hover {
  background: #d72444;
  box-shadow: 0px 6px 24px -4px #d72444;
  border-color: #d72444;
}
.hrzl_abcs ul li:hover .bgimg {
  opacity: 1;
}
@media (max-width: 768px) {
  .hrzl_abcs {
    padding-top: 35px;
    padding-bottom: 40px;
    margin-top: 0;
  }
  .hrzl_abcs .hh_title h2 {
    margin-bottom: 24px;
    padding-bottom: 22px;
  }
  .hrzl_abcs .hh_title h2::before {
    background: #fff;
  }
  .hrzl_abcs ul li {
    width: 50%;
    padding: 30px 15px 25px;
  }
  .hrzl_abcs ul li .hh_div1 .hh_right {
    margin-bottom: 0;
    font-size: 12px;
  }
  .hrzl_abcs ul li .hh_div2 {
    font-size: 13px;
  }
  .hrzl_abcs ul li .hh_div1 .hh_left {
    font-size: 24px;
  }
  .hrzl_abcs ul li .hh_box {
    padding: 0;
  }
  .hrzl_abcs ul li .hh_div1 {
    margin-bottom: 15px;
  }
  .hrzl_abcs ul li:hover {
    box-shadow: unset;
  }
}
.hrzl_abhc {
  padding: 4.948vw 0 5.208vw;
}
.hrzl_abhc .hh_title {
  margin-bottom: 2.344vw;
}
.hrzl_abhc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.hrzl_abhc ul li {
  width: 31.78%;
  position: relative;
  margin-right: 2.33%;
}
.hrzl_abhc ul li:hover img {
  transform: scale(1.05);
}
.hrzl_abhc ul li:hover .hh_div::before {
  opacity: 1;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
}
.hrzl_abhc ul li:hover .hh_cont .hh_div2 {
  opacity: 1;
  margin-top: 2.396vw;
}
.hrzl_abhc ul li:hover .hh_cont .hh_div2::before {
  opacity: 1;
  height: 1.042vw;
}
.hrzl_abhc ul li:nth-of-type(3n+3) {
  margin-right: 0;
}
.hrzl_abhc ul li .hh_div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 116.85%;
  overflow: hidden;
}
.hrzl_abhc ul li .hh_div > .img,
.hrzl_abhc ul li .hh_div img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hrzl_abhc ul li .hh_div img {
  transition: all 0.8s;
  object-fit: cover;
}
.hrzl_abhc ul li .hh_div::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(2, 13, 27, 0.5);
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}
.hrzl_abhc ul li .hh_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 7.292vw);
  z-index: 2;
}
.hrzl_abhc ul li .hh_cont .hh_div1 {
  color: #fff;
  font-family: 'gtb';
  text-align: center;
  transition: all 0.5s;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_abhc ul li .hh_cont .hh_div1 {
    font-size: 48px;
  }
}
@media (max-width: 1920px) {
  .hrzl_abhc ul li .hh_cont .hh_div1 {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abhc ul li .hh_cont .hh_div1 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_abhc ul li .hh_cont .hh_div1 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .hrzl_abhc ul li .hh_cont .hh_div1 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .hrzl_abhc ul li .hh_cont .hh_div1 {
    font-size: 19.2px;
  }
}
.hrzl_abhc ul li .hh_cont .hh_div2 {
  text-align: center;
  line-height: 1.57;
  color: #fff;
  position: relative;
  line-height: 1.85;
  opacity: 0;
  margin-top: 0;
  transition: all 0.3s;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_abhc ul li .hh_cont .hh_div2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_abhc ul li .hh_cont .hh_div2 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abhc ul li .hh_cont .hh_div2 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_abhc ul li .hh_cont .hh_div2 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_abhc ul li .hh_cont .hh_div2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_abhc ul li .hh_cont .hh_div2 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abhc ul li .hh_cont .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_abhc ul li .hh_cont .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_abhc ul li .hh_cont .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_abhc ul li .hh_cont .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_abhc ul li .hh_cont .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_abhc ul li .hh_cont .hh_div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_abhc ul li .hh_cont .hh_div2::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 0;
  top: -1.719vw;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .hrzl_abhc {
    padding: 35px 0 22px;
  }
  .hrzl_abhc .hh_title h2 {
    margin-bottom: 22px;
    padding-bottom: 20px;
  }
  .hrzl_abhc ul li {
    width: 100%;
    margin-bottom: 18px;
    margin-right: 0;
  }
  .hrzl_abhc ul li .hh_div::before,
  .hrzl_abhc ul li:hover .hh_div::before {
    opacity: 1;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  .hrzl_abhc ul li .hh_cont .hh_div2,
  .hrzl_abhc ul li:hover .hh_cont .hh_div2::before {
    display: block;
    margin-top: 45px;
    opacity: 1;
  }
  .hrzl_abhc ul li .hh_cont .hh_div2::before,
  .hrzl_abhc ul li:hover .hh_cont .hh_div2::before {
    top: -32px;
    height: 20px;
    opacity: 1;
  }
}
.hrzl_abch {
  background-size: cover;
  padding: 4.948vw 0 4.688vw;
}
.hrzl_abch .hh_title {
  margin-bottom: 2.344vw;
}
.hrzl_abch .hrzl_abch_swp {
  overflow: hidden;
  position: relative;
}
.hrzl_abch .hrzl_abch_swp .swiper-slide {
  border: 1px solid #eaebeb;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 1.563vw;
  padding-right: 80px;
  justify-content: space-between;
}
.hrzl_abch .hrzl_abch_swp .swiper-slide .hh_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 32.6%;
  height: 0;
  padding-bottom: 22.6%;
  position: relative;
}
.hrzl_abch .hrzl_abch_swp .swiper-slide .hh_left > .img,
.hrzl_abch .hrzl_abch_swp .swiper-slide .hh_left img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hrzl_abch .hrzl_abch_swp .swiper-slide .hh_left img {
  object-fit: cover;
  transition: all 0.8s;
}
.hrzl_abch .hrzl_abch_swp .swiper-slide .hh_left::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 80%;
  right: -1.563vw;
  top: 50%;
  transform: translateY(-50%);
  background: #eaebeb;
}
.hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right {
  width: 59%;
  padding-right: 20px;
}
.hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
  color: #d72444;
  font-family: 'gtb';
  margin-top: 1.979vw;
  margin-bottom: 1.094vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 53.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 26px;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 20px;
  }
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t span {
    font-size: 34.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t span {
    font-size: 26px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t span {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t span {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t span {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t span {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t span {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t span {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t span {
    font-size: 18px;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t span {
    font-size: 16px;
  }
}
.hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c {
  height: 140px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #d40041;
  background-color: #d40041;
}
.hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c p {
  line-height: 1.5;
  color: #666;
  position: relative;
  padding-left: 13px;
  line-height: 1.9;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c p {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c p {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c p {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c p {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c p::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #666;
  top: 14px;
  left: 0;
}
.hrzl_abch .hrzl_abch_swp .swpBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 80px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 1px solid #eaebeb;
  border-right: 0;
  z-index: 2;
  background: #fff;
}
.hrzl_abch .hrzl_abch_swp .swpBtn .swiper-button-prev,
.hrzl_abch .hrzl_abch_swp .swpBtn .swiper-button-next {
  position: unset;
  left: unset;
  top: unset;
  bottom: unset;
  right: unset;
  margin-top: 0;
  width: 100%;
  height: 50%;
  transition: all 0.5s;
}
.hrzl_abch .hrzl_abch_swp .swpBtn .swiper-button-prev::after,
.hrzl_abch .hrzl_abch_swp .swpBtn .swiper-button-next::after {
  font-size: 16px;
  color: #999;
}
.hrzl_abch .hrzl_abch_swp .swpBtn .swiper-button-prev:hover,
.hrzl_abch .hrzl_abch_swp .swpBtn .swiper-button-next:hover {
  background: #d72444;
}
.hrzl_abch .hrzl_abch_swp .swpBtn .swiper-button-prev:hover::after,
.hrzl_abch .hrzl_abch_swp .swpBtn .swiper-button-next:hover::after {
  color: #fff;
}
.hrzl_abch .hrzl_abch_swp .swpBtn .swiper-button-prev {
  border-bottom: 1px solid #eaeaea;
}
.hrzl_abch .hh_box {
  border-top: 2px solid #e4e5e6;
  margin-top: 4.167vw;
}
.hrzl_abch .hh_box .hrzl_abch_swpNav {
  overflow: hidden;
  margin-top: -2px;
  padding-top: 2px;
}
.hrzl_abch .hh_box .hrzl_abch_swpNav .swiper-slide {
  color: #666;
  padding-top: 1.302vw;
  cursor: pointer;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_abch .hh_box .hrzl_abch_swpNav .swiper-slide {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .hrzl_abch .hh_box .hrzl_abch_swpNav .swiper-slide {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abch .hh_box .hrzl_abch_swpNav .swiper-slide {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .hrzl_abch .hh_box .hrzl_abch_swpNav .swiper-slide {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .hrzl_abch .hh_box .hrzl_abch_swpNav .swiper-slide {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .hrzl_abch .hh_box .hrzl_abch_swpNav .swiper-slide {
    font-size: 12.8px;
  }
}
.hrzl_abch .hh_box .hrzl_abch_swpNav .swiper-slide-active {
  position: relative;
  color: #d72444;
}
.hrzl_abch .hh_box .hrzl_abch_swpNav .swiper-slide-active::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 2.604vw;
  min-width: 40px;
  background: #d72444;
  transition: all 0.5s;
  top: -2px;
}
.hrzl_abch.hrzl_cres {
  padding-top: 4.688vw;
  padding-bottom: 3.646vw;
}
.hrzl_abch.hrzl_cres .hh_title {
  margin-bottom: 2.24vw;
}
.hrzl_abch.hrzl_cres .hrzl_abch_swp {
  padding-bottom: 3.646vw;
}
.hrzl_abch.hrzl_cres .hrzl_abch_swp .swpBtn {
  height: calc(100% - 3.646vw);
}
.hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide {
  padding: 0;
}
.hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_left::before {
  content: unset;
}
.hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_left {
  width: 33.6%;
  padding-bottom: 25.3%;
}
.hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right {
  width: 62%;
  padding-right: 9.01vw;
}
.hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
  color: #da3553;
  margin-top: 50px;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 53.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 26px;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 20px;
  }
}
.hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 1.302vw;
}
.hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i .hh_ip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-right: 1.927vw;
}
.hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i .hh_ip img {
  height: 16px;
  margin-right: 10px;
}
.hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i .hh_ip span {
  color: #999;
  line-height: 1.57;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i .hh_ip span {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i .hh_ip span {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i .hh_ip span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i .hh_ip span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i .hh_ip span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i .hh_ip span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i .hh_ip span {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i .hh_ip span {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i .hh_ip span {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i .hh_ip span {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i .hh_ip span {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i .hh_ip span {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca {
  line-height: 1.57;
  color: #555;
  line-height: 2;
  margin-top: 15px;
  height: 125px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #d40041;
  background-color: #d40041;
}
@media (max-width: 1680px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c p::before {
    top: 10px;
  }
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c {
    height: 172px;
  }
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca {
    height: 140px;
  }
}
@media (max-width: 1366px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c {
    height: 145px;
  }
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca {
    height: 120px;
  }
}
@media (max-width: 1290px) {
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca {
    height: 105px;
  }
}
@media (max-width: 1024px) {
  .hrzl_abch .hh_box .hrzl_abch_swpNav .swiper-slide-active::before {
    min-width: 30px;
  }
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c p::before {
    top: 8px;
  }
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c {
    height: 120px;
  }
  .hrzl_abch .hrzl_abch_swp .swpBtn {
    width: 65px;
  }
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca {
    height: 70px;
  }
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-pagination {
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c {
    height: 113px;
  }
  .hrzl_abch .hrzl_abch_swp .swpBtn {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .hrzl_abch {
    padding: 35px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .hrzl_abch .hh_title h2 {
    padding-bottom: 20px;
    margin-bottom: 22px;
  }
  .hrzl_abch .hh_box {
    order: 2;
    margin-top: 25px;
  }
  .hrzl_abch .hh_box2 {
    order: 0;
  }
  .hrzl_abch .hh_box3 {
    order: 2;
    margin-top: 0px;
  }
  .hrzl_abch .hh_box .hrzl_abch_swpNav .swiper-slide {
    padding-top: 15px;
  }
  .hrzl_abch .hh_box .hrzl_abch_swpNav .swiper-slide-active {
    color: #d72444;
  }
  .hrzl_abch .hrzl_abch_swp .swiper-slide {
    flex-direction: column;
    padding: 20px 15px;
  }
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_left,
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right {
    width: 100%;
  }
  .hrzl_abch .hrzl_abch_swp .swpBtn {
    position: unset;
  }
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_left {
    padding-bottom: 65%;
  }
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_left::before {
    content: unset;
  }
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 10px;
  }
  .hrzl_abch .hrzl_abch_swp .hh_box4 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  }
  .hrzl_abch .hrzl_abch_swp .swpBtn {
    flex-direction: unset;
    height: 40px;
    align-items: center;
    background: transparent;
    border: 0;
    width: 100%;
  }
  .hrzl_abch .hrzl_abch_swp .swpBtn .swiper-button-prev {
    margin-right: 15px;
    border-bottom: 0;
    border-right: 1px solid #eaeaea;
  }
  .hrzl_abch .hrzl_abch_swp .swpBtn .swiper-button-prev,
  .hrzl_abch .hrzl_abch_swp .swpBtn .swiper-button-next {
    height: 40px;
    background: #fff;
    border: 1px solid #eaebeb;
    width: 50%;
    border-radius: 0;
    border-top: 0;
    margin-right: 0;
  }
  .hrzl_abch .hrzl_abch_swp .swpBtn .swiper-button-next {
    border-left: 0;
  }
  .hrzl_abch .hrzl_abch_swp .swpBtn .swiper-button-prev::after,
  .hrzl_abch .hrzl_abch_swp .swpBtn .swiper-button-next::after {
    font-size: 12px;
  }
  .hrzl_cres .hh_box3 {
    margin-top: 0;
  }
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide {
    padding: 22px 15px 25px;
  }
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_left {
    width: 100%;
    padding-bottom: 65%;
  }
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right {
    width: 100%;
    padding-right: 0;
  }
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_t {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 6px;
  }
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i .hh_ip span {
    font-size: 12px;
  }
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i .hh_ip {
    margin-right: 20px;
  }
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i .hh_ip img {
    height: 12px;
    margin-right: 8px;
  }
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_i {
    padding-bottom: 16px;
  }
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-slide .hh_right .hh_ca {
    height: 135px;
  }
  .hrzl_abch.hrzl_cres .hrzl_abch_swp .swiper-pagination {
    display: none;
  }
  .hrzl_abch.hrzl_cres .hrzl_abch_swp {
    padding-bottom: 0;
  }
  .hrzl_abch.hrzl_cres {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .hrzl_abch .hrzl_abch_swp .swiper-slide .hh_right .hh_c {
    height: 90px;
  }
}
.hrzl_infoUl li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.hrzl_infoUl li img {
  margin-top: 5px;
}
.hrzl_infoUl li:nth-last-child(1) {
  margin-bottom: 0;
}
.hrzl_infoUl li p {
  margin-left: 10px;
  line-height: 1.5;
  color: #666;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_infoUl li p {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_infoUl li p {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_infoUl li p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_infoUl li p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_infoUl li p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_infoUl li p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_infoUl li p {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_infoUl li p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_infoUl li p {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_ctgy {
  position: relative;
  padding: 5.208vw 0;
  overflow: hidden;
}
.hrzl_ctgy .ctgy_mask {
  width: 100%;
  height: 27.08vw;
  background: #f8f9fb;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.hrzl_ctgy .hh_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.hrzl_ctgy .hh_w .hh_left {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.hrzl_ctgy .hh_w .hh_left .hh_title {
  margin-bottom: 5.729vw;
}
.hrzl_ctgy .hh_w .hh_left .hh_title h2 {
  line-height: 1.23;
  transform: translateY(-10px);
}
.hrzl_ctgy .hh_w .hh_left .hh_cont .hh_div {
  margin-bottom: 2.344vw;
}
.hrzl_ctgy .hh_w .hh_left .hh_cont .hh_div:nth-last-child(1) {
  margin-bottom: 0;
}
.hrzl_ctgy .hh_w .hh_left .hh_cont .hh_div .hh_t {
  color: #d72444;
  font-family: 'gtb';
  margin-bottom: 1.354vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_ctgy .hh_w .hh_left .hh_cont .hh_div .hh_t {
    font-size: 37.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_ctgy .hh_w .hh_left .hh_cont .hh_div .hh_t {
    font-size: 28px;
  }
}
@media (max-width: 1680px) {
  .hrzl_ctgy .hh_w .hh_left .hh_cont .hh_div .hh_t {
    font-size: 24.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_ctgy .hh_w .hh_left .hh_cont .hh_div .hh_t {
    font-size: 21px;
  }
}
@media (max-width: 1280px) {
  .hrzl_ctgy .hh_w .hh_left .hh_cont .hh_div .hh_t {
    font-size: 18.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_ctgy .hh_w .hh_left .hh_cont .hh_div .hh_t {
    font-size: 14.93333333px;
  }
}
.hrzl_ctgy .hh_w .hh_right {
  width: 46.5%;
}
.hrzl_ctgy .hh_w .hh_right .bgimg {
  position: relative;
  width: 47.5%;
  height: 0;
  padding-bottom: 33.01%;
  position: absolute;
  overflow: hidden;
}
.hrzl_ctgy .hh_w .hh_right .bgimg > .img,
.hrzl_ctgy .hh_w .hh_right .bgimg img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hrzl_ctgy .hh_w .hh_right .bgimg:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.hrzl_ctgy .hh_w .hh_right .bgimg img {
  transition: all 0.8s;
  object-fit: cover;
}
@media (max-width: 1680px) {
  .hrzl_ctgy .ctgy_mask {
    height: 28vw;
  }
}
@media (max-width: 1440px) {
  .hrzl_ctgy .ctgy_mask {
    height: 29vw;
  }
}
@media (max-width: 1366px) {
  .hrzl_ctgy .ctgy_mask {
    height: 30vw;
  }
}
@media (max-width: 1290px) {
  .hrzl_ctgy .ctgy_mask {
    height: 31vw;
  }
}
@media (max-width: 1259px) {
  .hrzl_ctgy .hh_w .hh_left .hh_title {
    margin-bottom: 65px;
  }
}
@media (max-width: 1024px) {
  .hrzl_ctgy .hh_w .hh_left .hh_cont .hh_div .hh_t {
    font-size: 16px;
  }
  .hrzl_infoUl li {
    margin-bottom: 5px;
  }
  .hrzl_ctgy .ctgy_mask {
    height: 31.4vw;
  }
  .hrzl_ctgy .hh_w .hh_left .hh_title {
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .hrzl_ctgy .hh_w .hh_left .hh_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .hrzl_ctgy .hh_w {
    flex-direction: column;
  }
  .hrzl_ctgy .hh_w .hh_right,
  .hrzl_ctgy .hh_w .hh_left {
    width: 100%;
  }
  .hrzl_ctgy .hh_w .hh_right {
    order: 0;
  }
  .hrzl_ctgy .hh_w .hh_right .bgimg {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
  }
  .hrzl_ctgy .hh_w .hh_left {
    order: 1;
  }
  .hrzl_ctgy .hh_w .hh_left .hh_title h2 {
    transform: translateY(0);
  }
  .hrzl_ctgy .hh_w .hh_left .hh_title {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .hrzl_ctgy {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .hrzl_ctgy .ctgy_mask {
    height: 100%;
  }
  .hrzl_infoUl li {
    align-items: flex-start;
  }
  .hrzl_infoUl li img {
    margin-top: 3px;
  }
  .hrzl_ctgy .hh_w .hh_left .hh_cont .hh_div .hh_t {
    margin-bottom: 15px;
  }
  .hrzl_infoUl li {
    margin-bottom: 8px;
  }
  .hrzl_infoUl {
    margin-bottom: 22px;
  }
}
.hrzl_ctgl {
  padding: 4.948vw 0 2.604vw;
}
.hrzl_ctgl .hh_title {
  text-align: center;
  margin-bottom: 2.24vw;
}
.hrzl_ctgl .hh_div img {
  object-fit: cover;
}
@media (max-width: 768px) {
  .hrzl_ctgl {
    padding: 35px 0 20px;
  }
  .hrzl_ctgl .hh_title_base h2::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.hrzl_ctsc {
  padding: 2.344vw 0 1.354vw;
}
.hrzl_ctsc .sc_cont ul {
  margin-top: 2.344vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.hrzl_ctsc .sc_cont ul li {
  width: 49.14%;
  background: #f8f9fb;
  padding: 2.188vw 2.083vw;
  margin-right: 1.72%;
  margin-bottom: 1.25vw;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.hrzl_ctsc .sc_cont ul li:hover {
  background: #d72444;
  box-shadow: 0px 6px 24px -4px #d72444;
}
.hrzl_ctsc .sc_cont ul li:hover .bgimg {
  opacity: 1;
}
.hrzl_ctsc .sc_cont ul li:hover .hh_div1,
.hrzl_ctsc .sc_cont ul li:hover .hh_div2 p {
  color: #fff;
}
.hrzl_ctsc .sc_cont ul li:hover .hh_div2 .hh_img {
  display: none;
}
.hrzl_ctsc .sc_cont ul li:hover .hh_div2 .hh_img_a {
  display: block;
}
.hrzl_ctsc .sc_cont ul li:nth-of-type(2n+2) {
  margin-right: 0;
}
.hrzl_ctsc .sc_cont ul li .bgimg {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.hrzl_ctsc .sc_cont ul li .hh_div1 {
  font-family: 'gtb';
  color: #d72444;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #e3e3e3;
  text-transform: uppercase;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_ctsc .sc_cont ul li .hh_div1 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_ctsc .sc_cont ul li .hh_div1 {
    font-size: 32px;
  }
}
@media (max-width: 1680px) {
  .hrzl_ctsc .sc_cont ul li .hh_div1 {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .hrzl_ctsc .sc_cont ul li .hh_div1 {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .hrzl_ctsc .sc_cont ul li .hh_div1 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_ctsc .sc_cont ul li .hh_div1 {
    font-size: 17.06666667px;
  }
}
.hrzl_ctsc .sc_cont ul li .hh_div2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  margin-top: 1.354vw;
}
.hrzl_ctsc .sc_cont ul li .hh_div2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 4px;
  width: 14px;
}
.hrzl_ctsc .sc_cont ul li .hh_div2 div .hh_img_a {
  display: none;
}
.hrzl_ctsc .sc_cont ul li .hh_div2 p {
  line-height: 1.5;
  color: #666;
  margin-left: 12px;
  width: calc(100% - 14px);
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_ctsc .sc_cont ul li .hh_div2 p {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_ctsc .sc_cont ul li .hh_div2 p {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_ctsc .sc_cont ul li .hh_div2 p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_ctsc .sc_cont ul li .hh_div2 p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_ctsc .sc_cont ul li .hh_div2 p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_ctsc .sc_cont ul li .hh_div2 p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_ctsc .sc_cont ul li .hh_div2 p {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_ctsc .sc_cont ul li .hh_div2 p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_ctsc .sc_cont ul li .hh_div2 p {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_ctsc.hrzl_ctsc2 {
  padding-bottom: 3.958vw;
}
.hrzl_ctsc.hrzl_ctsc2 .hh_title {
  position: relative;
}
.hrzl_ctsc.hrzl_ctsc2 .hh_title h2 {
  background: #fff;
  width: auto;
  display: inline-block;
  position: relative;
  padding-right: 2.292vw;
}
.hrzl_ctsc.hrzl_ctsc2 .hh_title::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #e5e6e9;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .hrzl_ctsc .sc_cont ul li .hh_div2 div {
    margin-top: 2px;
  }
}
@media (max-width: 768px) {
  .hrzl_ctsc {
    padding: 13px 0 8px;
  }
  .hrzl_ctsc .sc_cont ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 20px 15px;
  }
  .hrzl_ctsc .sc_cont ul li .hh_div1 {
    font-size: 15px;
  }
  .hrzl_ctsc .sc_cont ul li .hh_div2 p {
    margin-left: 10px;
  }
  .hrzl_ctsc .sc_cont ul li .hh_div1 {
    padding-bottom: 18px;
  }
  .hrzl_ctsc .sc_cont ul li .hh_div2 {
    margin-top: 16px;
  }
  .hrzl_ctsc .sc_cont ul li .hh_div2 div {
    margin-top: 3px;
  }
  .hrzl_ctsc.hrzl_ctsc2 .hh_title::before {
    content: unset;
  }
  .hrzl_ctsc.hrzl_ctsc2 {
    padding-bottom: 25px;
  }
}
.hrzl_ctmf {
  background: #f8f9fb;
  padding: 5vw 0 5.208vw;
}
.hrzl_ctmf .hh_title {
  margin-bottom: 2.292vw;
}
.hrzl_ctmf .hh_form .hh_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25vw;
}
.hrzl_ctmf .hh_form .hh_div .hh_input {
  background: #fff;
  border: 2px solid #e6eaf0;
  border-radius: 5px;
  height: 3.385vw;
  min-height: 40px;
  padding: 0 1.458vw;
  width: 49.14%;
}
.hrzl_ctmf .hh_form input,
.hrzl_ctmf .hh_form textarea {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-family: 'aa';
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_ctmf .hh_form input,
  .hrzl_ctmf .hh_form textarea {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_ctmf .hh_form input,
  .hrzl_ctmf .hh_form textarea {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_ctmf .hh_form input,
  .hrzl_ctmf .hh_form textarea {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_ctmf .hh_form input,
  .hrzl_ctmf .hh_form textarea {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_ctmf .hh_form input,
  .hrzl_ctmf .hh_form textarea {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_ctmf .hh_form input,
  .hrzl_ctmf .hh_form textarea {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_ctmf .hh_form input,
  .hrzl_ctmf .hh_form textarea {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_ctmf .hh_form input,
  .hrzl_ctmf .hh_form textarea {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_ctmf .hh_form input,
  .hrzl_ctmf .hh_form textarea {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_ctmf .hh_form input::-webkit-input-placeholder,
.hrzl_ctmf .hh_form textarea::-webkit-input-placeholder {
  color: #a0a4ae;
}
.hrzl_ctmf .hh_form input:-moz-placeholder,
.hrzl_ctmf .hh_form textarea:-moz-placeholder {
  color: #a0a4ae;
}
.hrzl_ctmf .hh_form input::-moz-placeholder,
.hrzl_ctmf .hh_form textarea::-moz-placeholder {
  color: #a0a4ae;
}
.hrzl_ctmf .hh_form input:-ms-input-placeholder,
.hrzl_ctmf .hh_form textarea:-ms-input-placeholder {
  color: #a0a4ae;
}
.hrzl_ctmf .hh_form .hh_textarea {
  width: 100%;
  background: #fff;
  border: 2px solid #e6eaf0;
  border-radius: 5px;
  height: 150px;
  padding: 0.938vw 1.458vw;
  margin-top: 2.083vw;
  margin-bottom: 2.604vw;
}
.hrzl_ctmf .hh_form .qzh_wapzx button {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .hrzl_ctmf {
    padding: 35px 0 40px;
  }
  .hrzl_ctmf .hh_form .hh_div .hh_input,
  .hrzl_ctmf .hh_form .hh_textarea {
    border: 1px solid #e6eaf0;
  }
  .hrzl_ctmf .hh_form .hh_div .hh_input {
    padding: 0 15px;
  }
  .hrzl_ctmf .hh_form .hh_div {
    margin-bottom: 12px;
  }
  .hrzl_ctmf .hh_form .hh_div .hh_input {
    width: 48.5%;
  }
  .hrzl_ctmf .hh_form .hh_textarea {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 10px 15px;
  }
}
.hrzl_itlsp {
  padding: 4.948vw 0 5.208vw;
}
.hrzl_itlsp .hh_title {
  margin-bottom: 2.344vw;
}
.hrzl_itlsp .hh_cont {
  background: #f8f9fb;
  width: 100%;
  padding: 3.021vw 2.865vw 2.76vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.hrzl_itlsp .hh_cont .hh_left {
  width: 51.24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.hrzl_itlsp .hh_cont .hh_left h3 {
  color: #d72444;
  font-family: 'gtb';
  margin-bottom: 1.042vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_itlsp .hh_cont .hh_left h3 {
    font-size: 53.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_itlsp .hh_cont .hh_left h3 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itlsp .hh_cont .hh_left h3 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .hrzl_itlsp .hh_cont .hh_left h3 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .hrzl_itlsp .hh_cont .hh_left h3 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_itlsp .hh_cont .hh_left h3 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itlsp .hh_cont .hh_left h3 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .hrzl_itlsp .hh_cont .hh_left h3 {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .hrzl_itlsp .hh_cont .hh_left h3 {
    font-size: 26px;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_itlsp .hh_cont .hh_left h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .hrzl_itlsp .hh_cont .hh_left h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .hrzl_itlsp .hh_cont .hh_left h3 {
    font-size: 20px;
  }
}
.hrzl_itlsp .hh_cont .hh_left p {
  color: #1c1c1c;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_itlsp .hh_cont .hh_left p {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .hrzl_itlsp .hh_cont .hh_left p {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itlsp .hh_cont .hh_left p {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .hrzl_itlsp .hh_cont .hh_left p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .hrzl_itlsp .hh_cont .hh_left p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .hrzl_itlsp .hh_cont .hh_left p {
    font-size: 12.8px;
  }
}
.hrzl_itlsp .hh_cont .hh_left .hh_c1 {
  line-height: 1.57;
  color: #999;
  margin-top: 1.927vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c1 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c1 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c1 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_itlsp .hh_cont .hh_left .hh_c2 {
  line-height: 1.5;
  color: #555;
  margin-top: 1.406vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c2 {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c2 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c2 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c2 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c2 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c2 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c2 {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c2 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_itlsp .hh_cont .hh_left .hh_c2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_itlsp .hh_cont .hh_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hrzl_itlsp .hh_cont .hh_right .hh_div1 {
  color: #00b23b;
}
.hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 img {
  margin-right: 10px;
}
.hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 img,
.hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 span {
  margin-bottom: 5px;
  line-height: 1;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 img,
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 span {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 img,
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 span {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 img,
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 span {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 img,
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 span {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 img,
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 img,
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 span {
    font-size: 12.8px;
  }
}
.hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 p {
  font-family: 'gtb';
  line-height: 1;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 p {
    font-size: 74.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 p {
    font-size: 56px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 p {
    font-size: 49px;
  }
}
@media (max-width: 1440px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 p {
    font-size: 42px;
  }
}
@media (max-width: 1280px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 p {
    font-size: 37.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 p {
    font-size: 29.86666667px;
  }
}
.hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c2 {
  margin-top: 1.042vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c2 {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c2 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c2 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c2 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c2 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c2 {
    font-size: 12.8px;
  }
}
.hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c2 p {
  margin-left: 27px;
}
.hrzl_itlsp .hh_cont .hh_right .hh_div2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hrzl_itlsp .hh_cont .hh_right .hh_div2 div {
  margin-left: 3.906vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(1) {
  color: #999;
  line-height: 1.57;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(1) {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(1) {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(1) {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(1) {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(1) {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(1) {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(1) {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(1) {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(1) {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(1) {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(1) {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(1) {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(2) {
  font-family: 'gt';
  color: #555;
  line-height: 1;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(2) {
    font-size: 58.66666667px;
  }
}
@media (max-width: 1920px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(2) {
    font-size: 44px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(2) {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(2) {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(2) {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(2) {
    font-size: 23.46666667px;
  }
}
@media (max-width: 768px) {
  .hrzl_itlsp {
    padding: 35px 0 40px;
  }
  .hrzl_itlsp .hh_cont {
    flex-direction: column;
    padding: 25px 20px;
  }
  .hrzl_itlsp .hh_cont .hh_left,
  .hrzl_itlsp .hh_cont .hh_right {
    width: 100%;
  }
  .hrzl_itlsp .hh_cont .hh_left {
    border-bottom: 1px solid #eee;
    padding-bottom: 18px;
  }
  .hrzl_itlsp .hh_cont .hh_left p {
    font-size: 12px;
  }
  .hrzl_itlsp .hh_cont .hh_left h3 {
    margin-bottom: 10px;
  }
  .hrzl_itlsp .hh_cont .hh_left .hh_c1 {
    margin-top: 15px;
  }
  .hrzl_itlsp .hh_cont .hh_left .hh_c2 {
    margin-top: 10px;
  }
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1,
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c2 {
    justify-content: flex-start;
  }
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 p {
    font-size: 28px;
  }
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c1 img {
    margin-right: 5px;
  }
  .hrzl_itlsp .hh_cont .hh_right {
    margin-top: 20px;
  }
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c2 {
    margin-top: 5px;
  }
  .hrzl_itlsp .hh_cont .hh_right .hh_div1 .hh_c2 p {
    margin-left: 23px;
  }
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div {
    margin-left: 0;
    margin-right: 15px;
    align-items: flex-start;
  }
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 {
    margin-top: 18px;
  }
  .hrzl_itlsp .hh_cont .hh_right .hh_div2 div p:nth-of-type(2) {
    line-height: 1.2;
  }
}
.hrzl_itfr {
  padding: 4.948vw 0 4.688vw;
  background: #f8f9fb;
}
.hrzl_itfr .hh_title {
  margin-bottom: 2.344vw;
}
.hrzl_itfr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.hrzl_itfr ul li {
  width: 21.85%;
  margin-right: 4.2%;
  transition: all 0.5s;
  margin-bottom: 3.021vw;
  position: relative;
}
.hrzl_itfr ul li::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.hrzl_itfr ul li:hover::before {
  background: #d72444;
}
.hrzl_itfr ul li:hover a {
  background: url('../images/hrzl528_img124_a.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: right;
}
.hrzl_itfr ul li:hover h4,
.hrzl_itfr ul li:hover .hh_day,
.hrzl_itfr ul li:hover .hh_div {
  color: #fff;
}
.hrzl_itfr ul li:nth-of-type(4n+4) {
  margin-right: 0;
}
.hrzl_itfr ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 3.125vw 2.083vw 3.542vw;
  position: relative;
  z-index: 2;
  background: url('../images/hrzl528_img124.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: right;
}
.hrzl_itfr ul li a h4 {
  color: #1c1c1c;
  line-height: 1.33;
  min-height: 65px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: keep-all;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_itfr ul li a h4 {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .hrzl_itfr ul li a h4 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itfr ul li a h4 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .hrzl_itfr ul li a h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .hrzl_itfr ul li a h4 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .hrzl_itfr ul li a h4 {
    font-size: 12.8px;
  }
}
.hrzl_itfr ul li a .hh_day {
  line-height: 1.57;
  color: #999;
  margin-top: 1.563vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_itfr ul li a .hh_day {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_itfr ul li a .hh_day {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itfr ul li a .hh_day {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_itfr ul li a .hh_day {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_itfr ul li a .hh_day {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_itfr ul li a .hh_day {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itfr ul li a .hh_day {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_itfr ul li a .hh_day {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_itfr ul li a .hh_day {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_itfr ul li a .hh_day {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_itfr ul li a .hh_day {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_itfr ul li a .hh_day {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_itfr ul li a .hh_div {
  margin-top: 5.208vw;
  line-height: 1.5;
  color: #d72444;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_itfr ul li a .hh_div {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_itfr ul li a .hh_div {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itfr ul li a .hh_div {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_itfr ul li a .hh_div {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_itfr ul li a .hh_div {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_itfr ul li a .hh_div {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itfr ul li a .hh_div {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_itfr ul li a .hh_div {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_itfr ul li a .hh_div {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 768px) {
  .hrzl_itfr {
    padding: 35px 0 40px;
  }
  .hrzl_itfr #pageview {
    padding-top: 20px;
  }
  .hrzl_itfr ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .hrzl_itfr ul li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .hrzl_itfr ul li a {
    padding: 25px 15px;
  }
  .hrzl_itfr ul li a h4 {
    min-height: 35px;
    font-size: 14px;
  }
  .hrzl_itfr ul li a .hh_day {
    font-size: 12px;
    margin-top: 12px;
  }
  .hrzl_itfr ul li a .hh_div {
    margin-top: 40px;
    font-size: 12px;
  }
}
.hrzl_itif {
  padding: 4.948vw 0 4.688vw;
}
.hrzl_itif .hh_title {
  margin-bottom: 2.24vw;
}
.hrzl_itif .hh_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.hrzl_itif .hh_cont .hh_box {
  padding: 1.563vw 0;
  border: 1px solid #e3e3e3;
  border-left: 0;
  border-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 70%;
}
.hrzl_itif .hh_cont .hh_box ul {
  width: 50%;
}
.hrzl_itif .hh_cont .hh_box ul:nth-of-type(1) {
  border-right: 1px solid #e3e3e3;
}
.hrzl_itif .hh_cont .hh_box ul:nth-of-type(2) {
  padding: 0 2.24vw;
}
.hrzl_itif .hh_cont .hh_box2 {
  width: 26.28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #e3e3e3;
  cursor: pointer;
  transition: all 0.5s;
}
.hrzl_itif .hh_cont .hh_box2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hrzl_itif .hh_cont .hh_box2 > div .hh_img_a {
  display: none;
}
.hrzl_itif .hh_cont .hh_box2:hover {
  background: #d72444;
  border-color: #d72444;
}
.hrzl_itif .hh_cont .hh_box2:hover .hh_img {
  display: none;
}
.hrzl_itif .hh_cont .hh_box2:hover .hh_img_a {
  display: block;
}
.hrzl_itif .hh_cont .hh_box2:hover p {
  color: #fff;
}
.hrzl_itif .hh_cont .hh_box2 p {
  line-height: 1.5;
  color: #1c1c1c;
  margin-top: 1.042vw;
  transition: all 0.5s;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_itif .hh_cont .hh_box2 p {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hrzl_itif .hh_cont .hh_box2 p {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itif .hh_cont .hh_box2 p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hrzl_itif .hh_cont .hh_box2 p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_itif .hh_cont .hh_box2 p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hrzl_itif .hh_cont .hh_box2 p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_itif .hh_cont .hh_box2 p {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hrzl_itif .hh_cont .hh_box2 p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hrzl_itif .hh_cont .hh_box2 p {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_itif .hrzl_btnsBox {
  margin-top: 2.604vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hrzl_itif .hrzl_btnsBox .hrzl_btns:nth-of-type(1) .qzh_wapzx {
  background: #d72444;
}
.hrzl_itif .hrzl_btnsBox .hrzl_btns:nth-of-type(1) .qzh_wapzx div {
  color: #fff;
}
.hrzl_itif .hrzl_btnsBox .hrzl_btns:nth-of-type(1) .qzh_wapzx div:nth-of-type(2) {
  background: #fff;
}
.hrzl_itif .hrzl_btnsBox .hrzl_btns:nth-of-type(1) .qzh_wapzx .hh_img {
  display: none;
}
.hrzl_itif .hrzl_btnsBox .hrzl_btns:nth-of-type(1) .qzh_wapzx .hh_img_a {
  display: block;
}
.hrzl_itif .hrzl_btnsBox .hrzl_btns .qzh_wapzx {
  width: 14.063vw;
  margin-right: 20px;
}
.hrzl_itif .hrzl_btnsBox .hrzl_btns .qzh_wapzx a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.hrzl_itif .hrzl_btnsBox .hrzl_btns .qzh_wapzx:hover div {
  color: #fff;
}
.hrzl_itif .hrzl_btnsBox .hrzl_btns .qzh_wapzx:hover div:nth-of-type(2) {
  background: #fff;
}
.hrzl_itif .hrzl_btnsBox .hrzl_btns .qzh_wapzx:hover .hh_img {
  display: none;
}
.hrzl_itif .hrzl_btnsBox .hrzl_btns .qzh_wapzx:hover .hh_img_a {
  display: block;
}
@media (max-width: 768px) {
  .hrzl_itif {
    padding: 35px 0 40px;
  }
  .hrzl_itif .hh_cont {
    flex-direction: column;
  }
  .hrzl_itif .hh_cont .hh_box {
    flex-direction: column;
    width: 100%;
    border: 0;
    padding: 5px 0;
  }
  .hrzl_itif .hh_cont .hh_box ul {
    width: 100%;
  }
  .hrzl_itif .hh_cont .hh_box ul:nth-of-type(1) {
    border-right: 0;
  }
  .hrzl_itif .hh_cont .hh_box ul:nth-of-type(2) {
    padding: 0;
  }
  .hrzl_itif .hrzl_infoUl {
    margin-bottom: 10px;
  }
  .hrzl_itif .hh_cont .hh_box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: unset;
    border: 1px solid #e3e3e3;
    width: 100%;
    height: 45px;
    margin-top: 0px;
  }
  .hrzl_itif .hh_cont .hh_box2 img {
    width: 20px;
    margin-right: 10px;
  }
  .hrzl_itif .hrzl_btnsBox .hrzl_btns {
    width: 48%;
  }
  .hrzl_itif .hrzl_btnsBox .hrzl_btns:nth-of-type(1) {
    margin-right: 4%;
  }
  .hrzl_itif .hrzl_btnsBox {
    margin-top: 30px;
  }
  .hrzl_itif .hrzl_btnsBox .hrzl_btns .qzh_wapzx {
    width: 100%;
    margin-right: 0;
  }
}
.hh_window_middle.active {
  width: auto;
  left: 50%;
  transform: translateX(-50%) !important;
  border-radius: 0;
  height: auto;
}
.hh_window_middle.active .hh_box {
  background: #fff;
  padding: 3.385vw 3.646vw 3.125vw;
  position: relative;
}
.hh_window_middle.active .hh_box .bgimg {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 2.083vw;
  height: 2.083vw;
  min-width: 30px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 1000px;
  background: #fff;
  box-shadow: 0px 0px 12px 2px #c1c1c1;
}
.hh_window_middle.active .hh_box input,
.hh_window_middle.active .hh_box textarea {
  width: 100%;
  height: 100%;
  font-family: 'aa';
  line-height: 1.5;
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hh_window_middle.active .hh_box input,
  .hh_window_middle.active .hh_box textarea {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .hh_window_middle.active .hh_box input,
  .hh_window_middle.active .hh_box textarea {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .hh_window_middle.active .hh_box input,
  .hh_window_middle.active .hh_box textarea {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hh_window_middle.active .hh_box input,
  .hh_window_middle.active .hh_box textarea {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hh_window_middle.active .hh_box input,
  .hh_window_middle.active .hh_box textarea {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hh_window_middle.active .hh_box input,
  .hh_window_middle.active .hh_box textarea {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hh_window_middle.active .hh_box input,
  .hh_window_middle.active .hh_box textarea {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 1440px) {
  .hh_window_middle.active .hh_box input,
  .hh_window_middle.active .hh_box textarea {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .hh_window_middle.active .hh_box input,
  .hh_window_middle.active .hh_box textarea {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hh_window_middle.active .hh_box input::-webkit-input-placeholder,
.hh_window_middle.active .hh_box textarea::-webkit-input-placeholder {
  color: #a0a4ae;
}
.hh_window_middle.active .hh_box input:-moz-placeholder,
.hh_window_middle.active .hh_box textarea:-moz-placeholder {
  color: #a0a4ae;
}
.hh_window_middle.active .hh_box input::-moz-placeholder,
.hh_window_middle.active .hh_box textarea::-moz-placeholder {
  color: #a0a4ae;
}
.hh_window_middle.active .hh_box input:-ms-input-placeholder,
.hh_window_middle.active .hh_box textarea:-ms-input-placeholder {
  color: #a0a4ae;
}
.hh_window_middle.active .hh_box .hh_input {
  background: #fff;
  border: 2px solid #e6eaf0;
  border-radius: 5px;
  height: 3.125vw;
  min-height: 40px;
  padding: 0 1.458vw;
  margin-bottom: 20px;
  width: 26.042vw;
}
.hh_window_middle.active .hh_box .hh_textarea {
  width: 100%;
  background: #fff;
  border: 2px solid #e6eaf0;
  border-radius: 5px;
  height: 160px;
  padding: 0.938vw 1.458vw;
  margin-top: 1.563vw;
  margin-bottom: 2.083vw;
}
@media (max-width: 768px) {
  .hh_window_middle.active {
    top: 15%;
    width: 85%;
  }
  .hh_window_middle.active .hh_box {
    padding: 30px 20px;
  }
  .hh_window_middle.active .hh_box .hh_input {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .hh_window_middle.active .hh_box .hh_textarea {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 10px 15px;
  }
  .hh_window_middle.active .hh_box .bgimg {
    top: -15px;
    right: -15px;
  }
}
.hrzl_crv {
  padding: 4.948vw 0 5.208vw;
}
.hrzl_crv .hh_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.604vw;
}
.hrzl_crv .hh_box .hh_title {
  width: 32%;
}
.hrzl_crv .hh_box .hh_right {
  width: 66.07%;
  line-height: 1.57;
  color: #666;
  line-height: 1.85;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_crv .hh_box .hh_right {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_crv .hh_box .hh_right {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_crv .hh_box .hh_right {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_crv .hh_box .hh_right {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_crv .hh_box .hh_right {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_crv .hh_box .hh_right {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_crv .hh_box .hh_right {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_crv .hh_box .hh_right {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_crv .hh_box .hh_right {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_crv .hh_box .hh_right {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_crv .hh_box .hh_right {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_crv .hh_box .hh_right {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_crv ul {
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: -webkit-flex;*/
  /*display: flex;*/
  /*flex-wrap: wrap;*/
}




  .swiper_info { position: relative; }
  .swiper_info .prev { width: 50px; height: 50px; border-radius: 50%; border: 1px solid #e5e5e5; position: absolute; z-index: 10; left: 0; top: 50%; transform: translateY(-50%) translateX(calc(-100% - 20px));  display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s linear;}
  .swiper_info .prev:hover { background: #000; border: 1px solid #000; }
  .swiper_info .prev:hover i::after { background: #FFF; }
  .swiper_info .prev:hover i::before { background: #FFF; }
  .swiper_info .prev i { width: 6px; height: 6px; display: flex; align-items: center; justify-content: center; position: relative; transform: translateY(-15%) rotate(180deg);}
  .swiper_info .prev i::after { content:''; position: absolute; width: 2px; height: 100%; background: #000; transition: all 0.3s linear; transform: rotate(45deg) translateY(50%); } 
  .swiper_info .prev i::before { content:''; position: absolute; width: 2px; height: 100%; background: #000; transition: all 0.3s linear; transform: rotate(-45deg) translateY(-50%);} 
  .swiper_info .next { width: 50px; height: 50px; border-radius: 50%; border: 1px solid #e5e5e5; position: absolute; z-index: 10; right: 0; top: 50%; transform: translateY(-50%) translateX(calc(100% + 20px));display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s linear;}
  .swiper_info .next:hover { background: #000;  border: 1px solid #000;}
  .swiper_info .next:hover i::after { background: #FFF; }
  .swiper_info .next:hover i::before { background: #FFF; }
  .swiper_info .next i { width: 6px; height: 6px; display: flex; align-items: center; justify-content: center; position: relative; transform: translateY(-15%);}
  .swiper_info .next i::after { content:''; position: absolute; width: 2px; height: 100%; background: #000; transition: all 0.3s linear; transform: rotate(45deg) translateY(50%); } 
  .swiper_info .next i::before { content:''; position: absolute; width: 2px; height: 100%; background: #000; transition: all 0.3s linear; transform: rotate(-45deg) translateY(-50%);} 
  .swiper_info .pager_bxo { margin-top: 30px; justify-content: center; gap: 5px; display: none; }
@media (max-width:990px) {
    .swiper_info .prev,  .swiper_info .next {
        display: none;
    }
    .swiper_info .pager_bxo { display: flex !important; }
}





.swiper_box { width: 100%; overflow: hidden; } 
.hrzl_crv ul li {
  /*width: 23.71%;*/
  position: relative;
  margin-right: 1.72%;
}
.hrzl_crv ul li:hover .hh_div img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.hrzl_crv ul li:nth-of-type(4n+4) {
  margin-right: 0;
}
.hrzl_crv ul li .hh_div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 126.5%;
  overflow: hidden;
}
.hrzl_crv ul li .hh_div > .img,
.hrzl_crv ul li .hh_div img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hrzl_crv ul li .hh_div img {
  transition: all 0.8s;
  object-fit: cover;
}
.hrzl_crv ul li .hh_div::before {
  position: absolute;
  z-index: 1;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  background: rgba(2, 13, 27, 0.5);
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}
.hrzl_crv ul li .hh_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
.hrzl_crv ul li .hh_cont .hh_div1 {
  color: #fff;
  font-family: 'gtb';
  text-align: center;
  transition: all 0.5s;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_crv ul li .hh_cont .hh_div1 {
    font-size: 40px;
  }
}
@media (max-width: 1920px) {
  .hrzl_crv ul li .hh_cont .hh_div1 {
    font-size: 30px;
  }
}
@media (max-width: 1680px) {
  .hrzl_crv ul li .hh_cont .hh_div1 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .hrzl_crv ul li .hh_cont .hh_div1 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .hrzl_crv ul li .hh_cont .hh_div1 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .hrzl_crv ul li .hh_cont .hh_div1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .hrzl_crv {
    padding: 35px 0 28px;
  }
  .hrzl_crv .hh_box {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .hrzl_crv .hh_box .hh_title,
  .hrzl_crv .hh_box .hh_right {
    width: 100%;
  }
  .hrzl_crv ul li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 12px;
  }
  .hrzl_crv ul li:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.hrzl_crtp {
  padding: 5.208vw 0 0;
  position: relative;
}
.hrzl_crtp .hrzlCrtp_mask {
  width: 100%;
  height: 5.208vw;
  background: #f8f9fb;
  bottom: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}
.hrzl_crtp .hh_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.hrzl_crtp .hh_w .hh_left {
  width: 48.5%;
}
.hrzl_crtp .hh_w .hh_left .hh_title {
  margin-top: 1.042vw;
  padding-bottom: 2.865vw;
  border-bottom: 1px solid #eaeaea;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_crtp .hh_w .hh_left .hh_title h2 {
    font-size: 64px;
  }
}
@media (max-width: 1920px) {
  .hrzl_crtp .hh_w .hh_left .hh_title h2 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .hrzl_crtp .hh_w .hh_left .hh_title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .hrzl_crtp .hh_w .hh_left .hh_title h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .hrzl_crtp .hh_w .hh_left .hh_title h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .hrzl_crtp .hh_w .hh_left .hh_title h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .hrzl_crtp .hh_w .hh_left .hh_title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .hrzl_crtp .hh_w .hh_left .hh_title h2 {
    font-size: 32px;
  }
}
@media (max-width: 1366px) {
  .hrzl_crtp .hh_w .hh_left .hh_title h2 {
    font-size: 32px;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_crtp .hh_w .hh_left .hh_title h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .hrzl_crtp .hh_w .hh_left .hh_title h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .hrzl_crtp .hh_w .hh_left .hh_title h2 {
    font-size: 24px;
  }
}
.hrzl_crtp .hh_w .hh_left .hh_cont h3 {
  color: #d72444;
  font-family: 'gtb';
  margin-top: 2.865vw;
  margin-bottom: 2.083vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont h3 {
    font-size: 48px;
  }
}
@media (max-width: 1920px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont h3 {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont h3 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont h3 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont h3 {
    font-size: 19.2px;
  }
}
.hrzl_crtp .hh_w .hh_left .hh_cont ul {
  height: 200px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.hrzl_crtp .hh_w .hh_left .hh_cont ul::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.hrzl_crtp .hh_w .hh_left .hh_cont ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.hrzl_crtp .hh_w .hh_left .hh_cont ul::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #d40041;
  background-color: #d40041;
}
.hrzl_crtp .hh_w .hh_left .hh_cont ul li {
  position: relative;
  line-height: 1.57;
  color: #555;
  padding-left: 17px;
  line-height: 1.8;
  margin-bottom: 1.563vw;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont ul li {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont ul li {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont ul li {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont ul li {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont ul li {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont ul li {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont ul li {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1440px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont ul li {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1366px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont ul li {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont ul li {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont ul li {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 991px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont ul li {
    font-size: 14px;
    line-height: 1.57;
  }
}
.hrzl_crtp .hh_w .hh_left .hh_cont ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.hrzl_crtp .hh_w .hh_left .hh_cont ul li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #d72444;
  top: 13px;
  left: 0;
  transform: translateY(-50%);
}
.hrzl_crtp .hh_w .hh_right {
  width: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.hrzl_crtp .hh_w .hh_right .bgimg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 75.5%;
}
.hrzl_crtp .hh_w .hh_right div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 73.8%;
}
.hrzl_crtp .hh_w .hh_right div > .img,
.hrzl_crtp .hh_w .hh_right div img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hrzl_crtp .hh_w .hh_right div img {
  width: auto;
  height: auto;
  object-fit: cover;
}
.hrzl_crtp .hh_contLi {
  display: none;
}
.hrzl_crtp .hh_contLi:nth-of-type(1) {
  display: block;
}
@media (max-width: 1680px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont ul {
    height: 180px;
  }
}
@media (max-width: 1440px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont ul {
    height: 190px;
  }
}
@media (max-width: 1290px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont ul {
    height: 170px;
  }
}
@media (max-width: 1024px) {
  .hrzl_crtp .hh_w .hh_left .hh_cont ul {
    height: 145px;
  }
}
@media (max-width: 768px) {
  .hrzl_crtp .hrzlCrtp_mask {
    display: none;
  }
  .hrzl_crtp .hh_w .hh_left,
  .hrzl_crtp .hh_w .hh_right {
    width: 100%;
  }
  .hrzl_crtp .hh_w .hh_right {
    order: 0;
  }
  .hrzl_crtp .hh_w .hh_left {
    order: 1;
  }
  .hrzl_crtp .hh_w {
    flex-direction: column;
  }
  .hrzl_crtp {
    padding-top: 40px;
  }
  .hrzl_crtp .hh_w .hh_left .hh_title {
    margin-top: 18px;
    padding-bottom: 0;
  }
  .hrzl_crtp .hh_w .hh_left .hh_title h2 {
    margin-bottom: 0;
  }
  .hrzl_crtp .hh_w .hh_left .hh_cont h3 {
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 15px;
  }
  .hrzl_crtp .hh_w .hh_left .hh_cont ul li::before {
    top: 10px;
  }
  .hrzl_crtp .hh_w .hh_left .hh_cont ul {
    height: 120px;
    margin-bottom: 12px;
  }
}
.hrzl_crop {
  padding: 4.948vw 0 5.208vw;
}
.hrzl_crop .hh_title {
  margin-bottom: 2.24vw;
}
.hrzl_crop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hrzl_crop ul li {
  width: 33.33%;
  background: #f8f9fb;
  position: relative;
}
.hrzl_crop ul li::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 72%;
  top: 50%;
  transform: translateY(-50%);
  background: #e4e5e7;
  right: 0;
}
.hrzl_crop ul li:nth-last-child(1)::before {
  content: unset;
}
.hrzl_crop ul li div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 44.87%;
}
.hrzl_crop ul li div > .img,
.hrzl_crop ul li div img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hrzl_crop ul li div:hover img {
  transform: translate(-50%, -65%);
}
.hrzl_crop ul li div img {
  transition: all 0.4s;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1680px) {
  .hrzl_crop ul li div img {
    height: 40%;
  }
}
@media (max-width: 768px) {
  .hrzl_crop {
    padding: 35px 0 25px;
  }
  .hrzl_crop ul {
    flex-wrap: wrap;
  }
  .hrzl_crop ul li div img {
    width: 35%;
    height: auto;
  }
  .hrzl_crop ul li div {
    padding-bottom: 50%;
  }
  .hrzl_crop ul li {
    width: 100%;
    margin-bottom: 18px;
  }
  .hrzl_crop ul li:nth-last-child(1) div img {
    width: 20%;
  }
  .hrzl_crop .hh_title_base h2 {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }
  .hrzl_crop ul li::before {
    content: unset;
  }
}
.ald_kfgj {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  top: 70%;
  transform: translateY(-50%);
  right: 10px;
  align-items: flex-end;
  transition: all 0.5s;
  z-index: 10;
}
.ald_kfgj .gj_li {
  transition: all 0.5s;
}
.ald_kfgj .gj_li .hh_div {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d72444;
  transition: all 0.5s;
}
.ald_kfgj .gj_li .hh_div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ald_kfgj .gj_li .hh_div span {
  display: none;
}
.ald_kfgj .gj_li .hh_div .img,
.ald_kfgj .gj_li .hh_div .img_a {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.ald_kfgj .gj_li .hh_div .img_a {
  display: none;
}
.ald_kfgj .gj_li .codeBoxMask {
  transition: all 1s;
  z-index: -1;
  position: absolute;
  bottom: 40px;
  width: 90px;
  height: 100%;
}
.ald_kfgj .gj_li .codeBox {
  position: absolute;
  top: 25px;
  right: -500px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px #f1f1f1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ald_kfgj .gj_li .codeBox .bgimg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7px;
}
.ald_kfgj .gj_li .codeBox .div1 {
  color: #0382da;
  font-family: 'siyuan_bold';
  text-align: center;
  line-height: 1;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .ald_kfgj .gj_li .codeBox .div1 {
    font-size: 53.33333333px;
  }
}
@media (max-width: 1920px) {
  .ald_kfgj .gj_li .codeBox .div1 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .ald_kfgj .gj_li .codeBox .div1 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .ald_kfgj .gj_li .codeBox .div1 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .ald_kfgj .gj_li .codeBox .div1 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .ald_kfgj .gj_li .codeBox .div1 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .ald_kfgj .gj_li .codeBox .div1 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .ald_kfgj .gj_li .codeBox .div1 {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .ald_kfgj .gj_li .codeBox .div1 {
    font-size: 26px;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .ald_kfgj .gj_li .codeBox .div1 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .ald_kfgj .gj_li .codeBox .div1 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .ald_kfgj .gj_li .codeBox .div1 {
    font-size: 20px;
  }
}
.ald_kfgj .gj_li .codeBox .div2 {
  width: 100px;
  height: 100px;
  border: 1px solid #ebebeb;
}
.ald_kfgj .gj_li .codeBox .div2 img {
  width: 100%;
  height: 100%;
}
.ald_kfgj .gj_li .codeBox .div3 {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ald_kfgj .gj_li .codeBox .div3 span {
  font-family: 'siyuan_regular';
  color: #333;
}
.ald_kfgj .gj_li:hover .hh_div {
  background: #ff274e;
  border-color: #ff274e;
}
.ald_kfgj .gj_li:hover .hh_div .img {
  display: none;
}
.ald_kfgj .gj_li:hover .hh_div .img_a {
  display: block;
}
.ald_kfgj .gj_li:hover .codeBox {
  right: 70px;
}
.ald_kfgj .gj_li.telQQ:hover .hh_div {
  width: auto;
}
.ald_kfgj .gj_li.telQQ:hover .hh_div span {
  display: block;
  color: #fff;
  font-family: 'gtb';
  margin-right: 15px;
  margin-left: 20px;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .ald_kfgj .gj_li.telQQ:hover .hh_div span {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .ald_kfgj .gj_li.telQQ:hover .hh_div span {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .ald_kfgj .gj_li.telQQ:hover .hh_div span {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .ald_kfgj .gj_li.telQQ:hover .hh_div span {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .ald_kfgj .gj_li.telQQ:hover .hh_div span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .ald_kfgj .gj_li.telQQ:hover .hh_div span {
    font-size: 12.8px;
  }
}
.ald_kfgj .gj_li.telQQ:hover .hh_div .img_a {
  margin-left: 15px;
}
.ald_kfgj .up-box {
  margin-top: 10px;
}

* {
  scrollbar-color: #d72444 #d4d6d7;
}
*::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #d4d6d7;
}
*::-webkit-scrollbar-thumb {
  background-color: #d72444;
  border-radius: 10px;
}
*::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(226, 226, 226, 0.76);
}
