@font-face {
  font-family: AlibabaPuHuiTi;
  src: url(/static/font/AlibabaPuHuiTi-2-55-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  vertical-align: baseline;
  list-style: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
  font-family: 'AlibabaPuHuiTi' !important;
}
video {
  height: 50rem;
}
ul li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
  text-decoration: none;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.fz-hide1 {
  /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
}
.fz-hide2 {
  /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
}
.fz-hide3 {
  /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
}
.fz-hide4 {
  /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
}
.fz-hide7 {
  /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
}
.are ::-webkit-scrollbar {
  display: none;
}
.area {
  margin: 0 auto;
  width: 87.5rem;
}
.Header_box {
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
  background-color: #fff;
}
.Header_box2 {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.Header {
  width: 87.5rem;
  margin: 0 auto;
  height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Header .logo {
  width: 15.625rem;
  height: auto;
}
.Header .Nav_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Header .Nav_box .item_box {
  display: flex;
}
.Header .Nav_box .item_box .first_nav {
  position: relative;
}
.Header .Nav_box .item_box .item {
  height: 5.625rem;
  text-align: center;
  margin-right: 2.5rem;
  line-height: 5.625rem;
  position: relative;
  font-size: 1.25rem;
  color: #000;
}
.Header .Nav_box .item_box .first_nav:last-child .item {
  margin-right: 0;
}
.Header .Nav_box .item_box .child_nav {
  width: 18.6875rem;
  height: auto;
  z-index: 999999;
  position: absolute;
  border-top: 4px solid #C9132A;
  background-color: #fff;
  transform: translateX(-35%);
  padding: 2rem 1.5625rem;
  display: none;
}
.Header .Nav_box .item_box .child_nav .line {
  width: 0.125rem;
  height: 0;
  position: fixed;
  top: -1.6rem;
  z-index: -1;
  left: 47%;
  background-color: #C9132A;
}
.Header .Nav_box .item_box .first_nav:hover .child_nav {
  display: block;
}
.Header .Nav_box .item_box .first_nav:hover .child_nav .line {
  transition: all 0.3s ease;
  height: 1.5rem;
}
.Header .Nav_box .item_box .first_nav .child_nav_box {
  display: flex;
}
.Header .Nav_box .item_box .first_nav .child_nav_box .right {
  margin-left: 2.3125rem;
  display: flex;
  height: auto;
  flex-direction: column;
  position: relative;
  align-items: flex-end;
  justify-content: space-between;
}
.Header .Nav_box .item_box .first_nav .child_nav_box .right .image {
  width: 9.0625rem;
  height: 5.625rem;
  object-fit: cover;
  margin-bottom: 2.75rem;
}
.Header .Nav_box .item_box .first_nav .child_nav_box .right .imagetwo {
  width: 8.125rem;
  height: 4.875rem;
  object-fit: cover;
}
.Header .Nav_box .item_box .first_nav:hover .child_nav .left {
  width: 4.1875rem;
  padding-bottom: 3.125rem;
}
.Header .Nav_box .item_box .first_nav:hover .child_nav .left .child_nav_name {
  border-bottom: 0.0625rem solid #D9D9D9;
  white-space: nowrap;
  padding-bottom: 1.125rem;
  margin-top: 1.125rem;
}
.Header .Nav_box .item_box .first_nav:hover .child_nav .left .child_nav_name:hover {
  color: #C9132A;
}
.Header .Nav_box .item_box .first_nav:hover .child_nav .left a:first-child .child_nav_name {
  margin-top: 0;
}
.Header .Nav_box .item_box .item:hover {
  color: #C9132A;
}
/* 保持现有的::after伪元素（水平线条） */
.Header .Nav_box .item_box .first_nav::after {
  content: '';
  position: absolute;
  left: 30%;
  bottom: 20px;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
  background-color: #C9132A;
  transition: all 0.4s ease;
}
.Header .Nav_box .item_box .first_nav:hover::after {
  width: 40%;
}
/* 修改::before伪元素（垂直线条）使其位于水平线下方 */
.Header .Nav_box .item_box .first_nav::before {
  content: '';
  position: absolute;
  left: 30%;
  top: 77%;
  /* 比水平线的bottom值小，使其位于下方 */
  width: 2px;
  height: 0;
  transform: translateX(-50%) rotate(180deg);
  background-color: #C9132A;
  transition: all 0.4s ease;
}
.Header .Nav_box .item_box .first_nav:nth-child(3)::before,
.Header .Nav_box .item_box .first_nav:nth-child(5)::before,
.Header .Nav_box .item_box .first_nav:nth-child(6)::before,
.Header .Nav_box .item_box .first_nav:nth-child(8)::before {
  display: none;
}
.Header .Nav_box .item_box .first_nav:hover::before {
  height: 24px;
  /* 垂直线条的长度 */
}
.Header .Nav_box .right {
  display: flex;
}
.Header .Nav_box .right .phone {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.4375rem;
}
.Header .Nav_box .right .phoneNum {
  font-size: 1.3125rem;
  color: #606266;
}
.Banner {
  width: 100%;
  height: 34.375rem;
  overflow: hidden;
  position: relative;
  background-size: cover;
  color: #fff;
  background-image: url(../../images/qzx/banner1.jpg);
}
.Banner .red {
  width: 73.125rem;
  height: 29.875rem;
  position: absolute;
  bottom: -5.4rem;
  background-size: cover;
  left: -0.625rem;
  background-image: url(../../images/qzx/banner_red.png);
}
.Banner .red .title {
  font-size: 2.5rem;
  margin-left: 17.1875rem;
  margin-top: 6.9375rem;
  margin-bottom: 3.5rem;
}
.Banner .red .child_nav {
  width: 18em;
  margin-left: 17.1875rem;
  font-size: 1.125rem;
  display: flex;
  flex-wrap: wrap;
}
.Banner .red .child_nav .item {
  margin-bottom: 1.5rem;
  margin-right: 5rem;
  cursor: pointer;
}
.Footer {
  width: 100%;
}
.Footer .Nav_box {
  height: 3.5rem;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
}
.Footer .Nav_box .item {
  width: 8.75rem;
  height: 3.5rem;
  text-align: center;
  line-height: 3.5rem;
  margin-right: 0.4375rem;
  background-color: #C9132A;
}
.Footer .Footer_box {
  height: 22.1875rem;
  padding-top: 3.6875rem;
  background-color: #C9132A;
}
.Footer .Footer_box .area {
  display: flex;
  justify-content: space-between;
}
.Footer .Footer_box .Footer_box_left {
  font-size: 1.0625rem;
  color: #fff;
}
.Footer .Footer_box .Footer_box_left .logo {
  width: 20.5rem;
  height: auto;
  margin-bottom: 4.0625rem;
}
.Footer .Footer_box .Footer_box_left .detaile {
  margin-bottom: 1.5625rem;
}
.Footer .Footer_box .Footer_box_right {
  padding-top: 4rem;
}
.Footer .Footer_box .Footer_box_right .footer_area_middle_right_img {
  width: 100%;
  display: flex;
  height: 8rem;
}
.Footer .Footer_box .Footer_box_right .footer_area_middle_right_img .item {
  width: 6rem;
  margin-right: 1.2rem;
  border-radius: 0.5rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.0625rem;
  color: #fff;
}
.Footer .Footer_box .Footer_box_right .footer_area_middle_right_img .item .icon {
  width: 4.0625rem;
  height: 4.0625rem;
  transition: color 0.3s ease;
  margin-bottom: 0.875rem;
}
.Footer .Footer_box .Footer_box_right .footer_area_middle_right_img .item .erwei {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 0.5rem;
  position: absolute;
  height: 0;
  z-index: -1;
  transition: height 0.3s ease;
}
.Footer .Footer_box .Footer_box_right .footer_area_middle_right_img .item:hover .erwei {
  top: -90%;
  left: -8%;
  z-index: 999;
  height: 6.5rem;
}
.popup_area {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}
.popup_area .modal-content {
  width: 75.5625rem;
  height: 33.8125rem;
  background-color: #fff;
  border-radius: 2.6875rem;
  padding: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 12.5rem;
  position: relative;
  overflow: hidden;
}
.popup_area .close-btn {
  position: absolute;
  top: 1.75rem;
  right: 2.6875rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  width: 2.625rem;
  color: #fff;
  text-align: center;
  border-radius: 3.125rem;
  display: flex;
  justify-content: center;
  height: 2.625rem;
  font-size: 2rem;
  line-height: 2.625rem;
  /* 旋转360° */
  background-color: lightgray;
}
.popup_area .modal-body {
  display: flex;
  padding: 0 8rem;
  justify-content: space-between;
}
.popup_area .modal-body .image {
  width: 24.1875rem;
  height: 32rem;
  margin-top: 1.25rem;
}
.popup_area .modal-body .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup_area .modal-body .left .nameBox {
  display: flex;
}
.popup_area .modal-body .left .name {
  max-width: 21rem;
  margin-top: 3.25rem;
  font-size: 3.5rem;
  color: #121212;
  height: 4.375rem;
}
.popup_area .modal-body .left .class {
  height: 2rem;
  margin-top: 4.5rem;
  line-height: 2rem;
  font-size: 1.0625rem;
  padding: 0 1.4375rem;
  color: #fff;
  background-color: #C9132A;
  margin-left: 1rem;
  border-radius: 0.25rem;
  margin-bottom: 3.75rem;
}
.popup_area .modal-body .left .brief_name {
  width: 7.4375rem;
  height: 2.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #C9132A;
  border-radius: 0.375rem;
  font-size: 1.4325rem;
  color: #C9132A;
  text-align: center;
}
.popup_area .modal-body .left .brief_name2 {
  margin-top: 2.4375rem;
}
.popup_area .modal-body .left .brief_Detaile {
  margin-top: 0.5rem;
  width: 18.75rem;
  line-height: 160%;
  font-size: 1.2rem;
  color: #3E3E3E;
}
.popup_area .modal-body .left .heart_Detaile {
  margin-top: 0.5rem;
  width: 18.75rem;
  line-height: 160%;
  font-size: 1.3125rem;
  color: #3E3E3E;
}
/* 分页 */
.pager {
  margin: 60px 0;
}
.pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager ul li {
  margin: 0 4px;
}
.pager ul li a {
  display: inline-block;
  background-color: #fff;
  border-radius: 3.125rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #303133;
  text-align: center;
  transition: all ease-in-out 0.2s;
}
.pager ul li.active span {
  display: inline-block;
  border-radius: 3.125rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #fff;
  background: #C9132A;
}
.pager ul li a:hover {
  color: #fff;
  background: #C9132A;
  border-radius: 3.125rem;
}
.pager ul li:nth-last-child(1) a {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.5rem;
}
.pager ul li:nth-child(1) a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.5rem;
  border-radius: 3.125rem;
}
.pager ul li.disabled span {
  background-color: #fff;
  border-radius: 3.125rem;
  color: #C9132A;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1.5rem;
  display: inline-block;
}
.pager ul li.disabled:hover {
  cursor: no-drop;
}
.FuncBox {
  position: fixed;
  right: 2.5rem;
  top: 50%;
  width: 3.75rem;
  height: 20.625rem;
  border-radius: 0.375rem;
  border: 1px solid #db001c;
  background-color: #c7011a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
}
.FuncBox .item {
  text-align: center;
  width: 100%;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.FuncBox .item img {
  width: 2.0625rem;
  height: 2.0625rem;
}
.wapFuncBox {
  position: fixed;
  right: 2.5rem;
  top: 50%;
  width: 3.75rem;
  height: 20.625rem;
  border-radius: 0.375rem;
  border: 1px solid #db001c;
  background-color: #c7011a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
}
.wapFuncBox .item {
  text-align: center;
  width: 100%;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wapFuncBox .item img {
  width: 2.0625rem;
  height: 2.0625rem;
}
.wapBanner {
  display: none;
}
