* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-size: calc(100vw / 120);
  scroll-behavior: smooth;
    /* 设置页面整体平滑滚动行为 */
    font-family: Arial, sans-serif;
}

a,
ul,
li {
  list-style: none;
  text-decoration: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.max {
  width: 107.5rem;
  margin: auto;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 1.875rem 0;
}

.header.active::after {
  width: 100%;
  /* background-color: #AA0003; */
}

.header::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #AA0003;
  z-index: -1;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header .max {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .max>a {
  width: 20%;
  height: 5.625rem;
}

.header .max>a>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .max>ul {
  width: 70%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 4.375rem;
}

.header .max>ul>li {
  height: 100%;
  position: relative;
}
.backs{
  display:flex;
  justify-content:center;
  align-items:center;
}
.backs p{

  font-size:1rem;
  margin-left:.5rem;
  }
.header .max>ul>li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  height: .25rem;
  width: 0%;
  transition: all .6s;
  background-color: #fff;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

/* .header .max>ul>li.active::before,
.header .max>ul>li:hover::before {
  width: 100%;
} */

.header .max>ul a {
  font-weight: 500;
  font-size: 1.625rem;
  color: #FFF6D5;
  line-height: 4.375rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header .max>ul .active a,
.header .max>ul li:hover a {
  font-weight: bold;
}

.header .max ul .op {
  display: none;
  position: absolute;
  top: 4.375rem;
  z-index: 99;
  background-color: #fff;
  width: 12.5rem;
  padding: 0 1.25rem;
  box-sizing: border-box;
  left: 50%;
  padding-bottom: .625rem;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.header .max ul .op ul li a {
  position: relative;
  padding-left: 1rem;
  box-sizing: border-box;
  color: #222222;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 1.125rem !important;
  line-height: 2.5rem;
  transition: all .6s;
  font-weight: 400;
  font-size: 1.125rem;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header ul .op ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: .0625rem solid #A30A0A;
  width: 0%;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header ul .op ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-block;
  vertical-align: middle;
  width: .3125rem;
  height: 1.0625rem;
  background: #A30A0A;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  opacity: 0;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header .max ul .op ul li a:hover {
  color: #A30A0A;
}

.header .max ul .op ul li a:hover::before {
  opacity: 1;
}

.header .max ul .op ul li a:hover::after {
  width: 100%;
}

.header .max ul .op ul li a:hover .header .max ul .op ul li {
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header .max ul li img {
  width: 3.8125rem;
  height: 3.375rem;
  object-fit: contain;
}

.banner {
  width: 100%;
  height: 61.25rem;
}

.banner .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lsyg {
  /* height: 55.8125rem; */
  background-image: url('../images/lsyg-bg.png');
  background-size: 100% 100%;
  margin-top: -7rem;
  position: relative;
  z-index: 1;
  padding-top: 6rem;
}

.lsyg .max,
.lsyg .max .lsyg-left {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.lsyg .max .lsyg-left,
.lsyg .max .lsyg-right {
  width: 57.7%;
  position: relative;
}

.lsyg .max .lsyg-right {
  width: 40%;
}

.lsyg .max .lsyg-left {
  padding-bottom: 4rem;
}

.lsyg .max .lsyg-left .bg {
  width: 100%;
  height: 40.5rem;
  background-color: #74150d;
  box-sizing: border-box;
  position: relative;
}

.lsyg .max .lsyg-left .bg .lysg-list {
  background-color: #fff;
  min-height: 42.75rem;
  height: 50rem;
  width: 100%;
  position: absolute;
  left: 2.5rem;
  bottom: 2.5rem;
  background-image: url('../images/sq-bg.png');
  background-size: 100% 100%;
}

.lsyg .max .lsyg-left img {
  height: 19.375rem;
 
  object-fit: cover;
  margin-right: 1.875rem;
  margin-bottom: 1.25rem;
   <!--width: 5.3125rem;-->
}

.lsyg .max .lsyg-left .bg .lysg-list ul {
  overflow-x: clip;
  min-height: 6.25rem;
  margin: 0 5.1875rem;
  padding: 0 1.875rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.75rem;
  border-bottom: .0625rem solid #BFBFBF;
}

.lsyg .max .lsyg-left .bg .lysg-list {
  padding: 1.875rem;
  box-sizing: border-box;
  padding-right: 3.75rem;
}
.lsyg .max .lsyg-left .bg .lysg-li{
  width:80%;
}

.lsyg .max .lsyg-left .bg .lysg-list ul .swiper-wrapper{
  align-items: center;
  justify-content: space-between;
}
.lsyg .max .lsyg-left .bg .lysg-list ul .swiper-wrapper .swiper-slide{
  width: max-content !important;
}
.lsyg .max .lsyg-left .bg .lysg-list ul li {
  white-space: nowrap;
  cursor: pointer;
  padding-bottom: 2.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: #333333;
  position: relative;;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.lsyg .max .lsyg-left .bg .lysg-list ul li.active,
.lsyg .max .lsyg-left .bg .lysg-list ul li:hover {
  color: #991111;
  font-size: 2.25rem;
}

.lsyg .max .lsyg-left .bg .lysg-list ul li::after {
  content: "";
  position: absolute;
  bottom: -1.3rem;
  left: 50%;
  width: .9375rem;
  height: .9375rem;
  background: #BFBFBF;
  border-radius: 50%;
  transform: translate(-50%);
  transition: all .6s;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.lsyg .max .lsyg-left .bg .lysg-list ul li::before {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: -1.375rem;
  left: 50%;
  width: 2.3125rem;
  height: 2.3125rem;
  border: .0625rem dashed #8D1313;
  transform: translate(-50%);
  transition: all .6s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.lsyg .max .lsyg-left .bg .lysg-list ul li.active::after,
.lsyg .max .lsyg-left .bg .lysg-list ul li:hover::after {
  width: 1.5625rem;
  height: 1.5625rem;
  bottom: -.9rem;
  background: #8D1313;
  background-image: url('../images/L.png');
  background-size: .375rem .375rem;
  background-repeat: no-repeat;
  background-position: center center;
}

.lsyg .max .lsyg-left .bg .lysg-list ul li.active::before,
.lsyg .max .lsyg-left .bg .lysg-list ul li:hover::before {
  opacity: 1;
}

.lsyg .max .lsyg-left .bg .lysg-list .lsyg-swiper {
  height: 100%;
  overflow-x: clip;
}

.lsyg .max .lsyg-left .bg .lysg-list .lsyg-swiper h3 {
  font-weight: 400;
  font-size: 1.75rem;
  color: #333333;
}

.lsyg .max .lsyg-left .bg .lysg-list .lsyg-swiper .swiper-button-next::after,
.lsyg .max .lsyg-left .bg .lysg-list .lsyg-swiper .swiper-button-prev::after {
  content: "";
}

.lsyg .max .lsyg-left .bg .lysg-list .lsyg-swiper .swiper-button-next,
.lsyg .max .lsyg-left .bg .lysg-list .lsyg-swiper .swiper-button-prev {
  background-image: url('../images/lsyg-arr-active.png');
  width: 4.0625rem;
  height: 4.0625rem;
  background-size: 100% 100%;
  opacity: 1;
}

.lsyg .max .lsyg-left .bg .lysg-list .lsyg-swiper .swiper-button-prev {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  top: 2.5rem;
  left: 2rem;
}

.lsyg .max .lsyg-left .bg .lysg-list .lsyg-swiper .swiper-button-disabled {
  background-image: url('../images/lsyg-arr-l.png');
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);

}

.lsyg .max .lsyg-left .bg .lysg-list .lsyg-swiper .swiper-button-next {
  top: 2.5rem;
  right: 2rem;
}

.lsyg .max .lsyg-left .bg .lysg-list .lsyg-swiper .swiper-button-next.swiper-button-disabled {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}



.lsyg .max .lsyg-left .bg .lysg-list .lsyg-swiper p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  line-height: 2.25rem;
  margin-top: 1.25rem;
}

.lsyg .max .lsyg-left .bg .lysg-list .lsyg-swiper .text {
  max-height: 33.875rem;
  overflow: auto;
  padding-right: 1.875rem;
}

/* 滚动条整体 */
::-webkit-scrollbar {
  width: .375rem;
  /* 滚动条背景色 */
}

/* 滚动条轨道（滚动条未滑动时的背景部分） */
::-webkit-scrollbar-track {
  background-color: rgba(227, 227, 227, .8);
}

/* 滚动条滑块（用于滚动的部分） */
::-webkit-scrollbar-thumb {
  background-color: #81211b;
  /*滑块颜色*/
  border-radius: .375rem;
  -webkit-border-radius: .375rem;
  -moz-border-radius: .375rem;
  -ms-border-radius: .375rem;
  -o-border-radius: .375rem;
}

.lsyg .lsyg-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lsyg .lsyg-right ul li {
  width: 21.375rem;
  height: 16.375rem;
  position: relative;
  border: .0625rem solid rgba(255, 255, 255, .6);
}

.lsyg .lsyg-right ul:first-child li:first-child {
  height: 26.625rem;
}

.lsyg .lsyg-right ul li:not(.lsyg .right ul li:last-child) {
  border-bottom: 0;
}

.lsyg .lsyg-right ul li a,
.lsyg .lsyg-right ul li a img {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.lsyg .lsyg-right ul li a .z {
  opacity: 0;
  transition: all .6s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 72, 138, .9);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.lsyg .lsyg-right ul li a .z p {
  font-weight: 300;
  font-size: 1rem;
  color: #FFFFFF;
  margin-bottom: 3.125rem;
  padding-bottom: .625rem;
  border-bottom: .0625rem solid rgba(255, 255, 255, .6);
}

.lsyg .lsyg-right ul li:hover a .z {
  opacity: 1;
}

.lsyg .lsyg-right ul li:hover a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.yqxw {
  height: 60.25rem;
  background-image: url('../images/yqxw-bg.png');
  background-size: cover;
}

.yqxw .title {
  text-align: center;
  padding-top: 4.375rem;
  margin-bottom: 3.125rem;
}

.yqxw .title img {
  width: 20rem;
  height: 5.3125rem;
  object-fit: cover;
}

.yqxw ul.clearfixs {
  margin: 0 -1.25rem;
}

.yqxw ul.clearfixs li {

  width: calc(100% / 3);
  height: 19.5rem;
  float: left;
  padding: 0 1.25rem;
  box-sizing: border-box;
}

.yqxw ul.clearfixs li a,
.yqxw ul.clearfixs li a img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yqxw ul.clearfixs li:hover a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.yqxw ul.clearfixs li a p {
  overflow: hidden;
}

.yqxw ul.clearfixs li a p:last-child {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 1.25rem;
  box-sizing: border-box;
  line-height: 4.1875rem;
  height: 4.1875rem;
  background-color: rgba(170, 0, 3, .9);
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFEDCB;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yqxw ul.texts {
  margin: 0 -1.875rem;
  margin-top: 2.5rem;
}

.yqxw ul.texts li {
  width: calc(100% / 2);
  float: left;
  padding: 0 1.875rem;
  box-sizing: border-box;

  margin-bottom: 1.875rem;
}

.yqxw ul.texts li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: .0625rem solid #C31600;
  padding-bottom: 1.25rem;
}

.yqxw ul.texts li a .date {
  width: 12%;
  border-right: .0625rem solid #c9c9c9;
}

.yqxw ul.texts li a .date h3 {
  font-weight: 400;
  font-size: 4.5rem;
  color: #C31600;
  line-height: 3.125rem;
  margin-bottom: .625rem;

}

.yqxw ul.texts li a .date p {
  font-weight: 400;
  font-size: 1.25rem;
  color: #C31600;
}

.yqxw ul.texts li a .text {
  width: 85%;

}

.yqxw ul.texts li a .text h3 {
  font-weight: 400;
  font-size: 1.5rem;
  color: #333333;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yqxw ul.texts li a .text p {
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
  line-height: 1.875rem;
  opacity: .8;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
}

.yqxw ul.texts li:hover .text h3 {
  color: #C31600;
}

.gd {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.875rem;
}

.gd a {
  display: block;
  width: 10.625rem;
  height: 2.9375rem;
  background-image: url('../images/gd.png');
  background-size: 100% 100%;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.gd a:hover {
  transform: translate(-1.875rem);
  -webkit-transform: translate(-1.875rem);
  -moz-transform: translate(-1.875rem);
  -ms-transform: translate(-1.875rem);
  -o-transform: translate(-1.875rem);
}

.yqsp {
  /* height: 52.75rem; */
  padding-top: 1.875rem;
  padding-bottom: 10.25rem;
  background-image: url('../images/yqsp-bg.png');
  background-size: 100% 100%;
}

.yqsp .max {
  /* height: 100%; */
  position:relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.yqsp .yqsp-swiper {
  width: 90%;
  height: 50rem;
  overflow-x: clip;
  position: relative;
}

.yqsp .yqsp-swiper .swiper-wrapper {
  /* height: auto; */
}

.cons {
  width: 100%;
  height: 100%;
  background-image: url('../images/yqsp-title-bg.png');
  background-repeat: no-repeat;
  background-size: 78.75rem auto;
  background-position: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cons .video {
  width: 79.25rem;
  height: 43.0625rem;

}

.cons .video a,
.cons .video a img {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.cons .video a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.5rem;
  height: 5.5rem;
  background-image: url('../images/play.png');
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.cons .video a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.cons .title {
  width: 20%;
  display: flex;
  justify-content: center;
  padding-right: 1.875rem;
}

.cons .title h3 {
  font-weight: 400;
  font-size: 2.75rem;
  writing-mode: vertical-rl;
  color: #FFFFFF;
  letter-spacing: .3125rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.cons .title p {
  width: max-content;
  height: max-content;
  font-weight: 400;
  font-size: 1rem;
  writing-mode: vertical-rl;
  color: #FFFFFF;
  letter-spacing: .625rem;
  position: relative;
  margin-top: 1.875rem;
  margin-left: .625rem;
  padding-left: .625rem;
}

.cons .title p::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  border-left: .0625rem solid #fff;
}

.yqsp .yqsp-swiper .bot,
.yqsp .yqsp-swiper .bot .bot-left,
.yqsp .yqsp-swiper .bot .bot-left ul {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.yqsp .yqsp-swiper .bot .bot-left ul {
  justify-content: space-evenly;
  width: 80%;
}

.yqsp .yqsp-swiper .bot .bot-left {
  width: 80%;
}

.yqsp .yqsp-swiper .bot .swiper-button-next::after,
.yqsp .yqsp-swiper .bot .swiper-button-prev::after {
  content: "";
}

.yqsp .yqsp-swiper .bot .swiper-button-next,
.yqsp .yqsp-swiper .bot .swiper-button-prev {
  position: static;
  width: 4.5625rem;
  height: 4.5625rem;
  background-image: url('../images/yqsp-arr-active.png');
  background-size: 100% 100%;
  opacity: 1;
}

.yqsp .yqsp-swiper .bot .swiper-button-disabled {
  background-image: url('../images/yqsp-arr-l.png');
}

.yqsp .swiper-button-prev.swiper-button-disabled {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.yqsp .swiper-button-next.swiper-button-disabled {
  transform: rotateY(0deg) !important;
  -webkit-transform: rotateY(0deg) !important;
  -moz-transform: rotateY(0deg) !important;
  -ms-transform: rotateY(0deg) !important;
  -o-transform: rotateY(0deg) !important;
}

.yqsp .yqsp-swiper .bot .swiper-button-next {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.yqsp .yqsp-swiper .bot .bot-left ul li {
  font-weight: 400;
  font-size: 1.125rem;
  color: #8D1313;
  position: relative;
  height: 6.25rem;
  cursor: pointer;
  z-index: 1;
}

.yqsp .yqsp-swiper .bot .bot-left ul li::before {
  content: "";
  position: absolute;
  bottom: 1.375rem;
  left: 50%;
  transform: translate(-50%);
  width: 1.375rem;
  height: 1.375rem;
  background-color: #8D1313;

  border-radius: 50%;
  transition: all .6s;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.yqsp .yqsp-swiper .bot .bot-left ul li div{
    position: absolute;
    bottom: 1.375rem;
    left: 50%;
    transform: translate(-50%);
    width: 1.375rem;
    height: 1.375rem;
    background-color: #8D1313;
    border-radius: 50%;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.yqsp .yqsp-swiper .bot .bot-left ul li::after {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
  top: 0.5rem;
  content: "";
  width: 6.75rem;
  height: 6.75rem;
  opacity: 0;
  transition: all .6s;
  border: .0625rem dashed #8D1313;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yqsp .yqsp-swiper .bot .bot-left ul::after {
  content: "";
  position: absolute;
  bottom: 1.8125rem;
  width: 100%;
  height: .625rem;
  background-image: url("../images/link.png");
  background-size: 100% 100%;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yqsp .yqsp-swiper .bot .bot-left ul li::before {
  width: 6rem;
  height: 6rem;
  content: "当前视频";
  padding: 1.875rem;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1rem;
  opacity: 0;
}

.yqsp .yqsp-swiper .bot .bot-left ul li.active::before,
.yqsp .yqsp-swiper .bot .bot-left ul li:hover::before {
  opacity: 1;
}

.yqsp .yqsp-swiper .bot .bot-left ul li p {
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.yqsp .yqsp-swiper .bot .bot-left ul li.active div,.yqsp .yqsp-swiper .bot .bot-left ul li:hover div{
  opacity: 0;
}
.yqsp .yqsp-swiper .bot .bot-left ul li.active i,
.yqsp .yqsp-swiper .bot .bot-left ul li:hover i {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -1.9rem;
  height: 2.5rem;
  border-left: .0625rem solid #9c1f15;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.yqsp .yqsp-swiper .bot .bot-left ul li.active p,
.yqsp .yqsp-swiper .bot .bot-left ul li:hover p {
  opacity: 0;
}

.yqsp .yqsp-swiper .bot .bot-left ul li.active::after,
.yqsp .yqsp-swiper .bot .bot-left ul li:hover::after {
  opacity: 1;
}

.yqsp .yqsp-swiper .bot .bot-right a {
  display: block;
  width: 10.625rem;
  height: 2.9375rem;
  background-image: url(../images/gd.png);
  background-size: 100% 100%;
  transition: all .6s;
}

.yqsp .yqsp-swiper .bot .bot-right a:hover {
  transform: translate(-3.75rem);
  -webkit-transform: translate(-3.75rem);
  -moz-transform: translate(-3.75rem);
  -ms-transform: translate(-3.75rem);
  -o-transform: translate(-3.75rem);
}

.yqsp .title img {
  height: 19.375rem;
  width: 5.3125rem;
}

.yqz .title img {
  height: 19.375rem;
  width: 5.3125rem;
}

.yqz {
  
  background-image: url('../images/yqz-bg.png');
  background-size: 100% 100%;
  overflow: hidden;
}

.yqz ul,
.yqz .max {
  display: flex;
  align-items: center;
}

.yqz ul li {
  position: relative;
  width: 34.4375rem;
  height: 34.4375rem;
}

.yqz ul li a,
.yqz ul li a>img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yqz ul li:hover a>img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.yqz ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.yqz ul li a p {
  position: relative;
  width: 65%;
  height: 65%;
  margin-top: -28.5rem;
  transform: rotate(45deg);
  border: .0625rem solid rgba(227, 227, 227, .8);
  border-width: 0;
  transition: all .6s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
  -webkit-border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
  -moz-border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
  -ms-border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
  -o-border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yqz ul li a p img {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.yqz ul li:first-child {
  width: 45.1875rem;
  height: 45.1875rem;
  top: 8rem;
  left: 5rem;
}

.yqz ul li:first-child a p {
  margin-top: -37.5rem;
}

.yqz ul li:hover a i {
  opacity: 1;
}

.yqz ul li:hover a p {
  border-width: .0625rem;
}

.yqz ul li:nth-child(2) {
  top: -6rem;
  left: -3rem;
}

.yqz ul li:nth-child(3) {
  top: 14rem;
  left: -16rem;
}

.yqz ul li i {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 5.125rem;
  height: 5.1875rem;
  background-image: url('../images/yqz-arr.png');
  background-size: 100% 100%;
  opacity: 0;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yyfc {
  min-height: 61.25rem;
  background-image: url('../images/yyfc-img1.png'), url('../images/yyfc-bg.png');
  background-size: 48.75rem 61.25rem, 100% 100%;
  background-repeat: no-repeat;
}

.yyfc .max {
  display: flex;
  justify-content: flex-end;
}

.yyfc .yyfc-right {
  width: 65%;
}

.yyfc .yyfc-right ul.clearfix {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  margin: 0 -0.625rem;
}

.yyfc .yyfc-right ul.clearfix li {
  width: calc(100% / 3);
  height: 13.25rem;
  float: left;
  padding: 0 .625rem;
  box-sizing: border-box;
}

.yyfc .yyfc-right ul.clearfix li a,
.yyfc .yyfc-right ul.clearfix li a img {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yyfc .yyfc-right ul.clearfix li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.yyfc .yyfc-right ul.clearfix li a p:last-child,
.yyfc .yyfc-right ul li p:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .3);
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
}

.yyfc .title {
  padding-left: 7.5rem;
  padding-top: 5rem;
  margin-bottom: 2.5rem;
}

.yyfc .title img {
  width: 20rem;
  height: 5.3125rem;
  object-fit: contain;
}

.yyfc .yyfc-right .right {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: flex-start;
  justify-content: space-between;
}

.yyfc .yyfc-right .right ul:first-child li {
  width: 46.1875rem;
  height: 27.5625rem;
}

.yyfc .yyfc-right .right ul:first-child {
  position: relative;
}

.yyfc .yyfc-right .right ul li a,
.yyfc .yyfc-right .right ul li a img {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yyfc .yyfc-right .right ul:last-child li {
  width: 22.4581rem;
  height: 13.25rem;
}

.yyfc .yyfc-right .right ul {
  margin-top: 1.25rem;
}

.yyfc .yyfc-right .right ul:last-child li:first-child {
  margin-bottom: 1.125rem;
}

.yyfc .yyfc-right .right .gd {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 10.625rem !important;
  height: 2.9375rem !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.yyfc .yyfc-right ul li:hover a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.yyfc .yyfc-right .right::after {
  content: "";
  position: absolute;
  bottom: -4.0625rem;
  left: -2.5rem;
  width: 13.125rem;
  height: 9.75rem;
  background: #89090B;
  z-index: -1;
}

.foot {
  margin-top: 4.375rem;
  height: 15rem;
  background-color: #AA0003;
  background-image: url('../images/foot-bg.png');
}

.foot .max {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot .foot-left ul,
.foot .foot-right ul {
  display: flex;
  align-items: center;
}

.foot .foot-left ul li,
.foot .foot-left ul li a {
  font-weight: 400;
  font-size: 1.25rem;
  position: relative;
  color: #FFFFFF;
}

.foot .foot-left ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  transition: all .6s;
  border-bottom: .125rem solid #fff;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.foot .foot-left ul li a:hover::after {
  width: 100%;
}

.foot .foot-left p {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.875rem;
}
.foot .foot-left p:last-child{
  display:flex;
  align-items:center;
}
.foot .foot-left p:last-child img{
  margin-left:1rem;
}
.foot .foot-left p:last-child,
.foot .foot-left p:last-child a {
  color: #E67777;
}

.foot .foot-right {
  width: 20%;
}

.foot .foot-right ul {
  justify-content: space-between;
}

.foot .foot-right ul li img {
  width: 8.375rem;
  height: 8.3125rem;
  object-fit: contain;
}

.foot .foot-right ul li p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #FFFFFF;
  margin-top: .625rem;
}

.foot .foot-right ul li p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.25rem;
  background-image: url('../images/wx.png');
  background-size: 100% 100%;
  margin-right: .625rem;
}

.foot .foot-right ul li:last-child p::before {
  background-image: url("../images/sph.png");
}

.list-top {
  position: fixed;
  top: 60rem;
  right: 2rem;
  z-index: 2;
}

.list-top li {
  cursor: pointer;
  width: 3.875rem;
  height: 3.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .375rem .375rem .375rem .375rem;
  background-color: rgba(0, 0, 0, .3);
  -webkit-border-radius: .375rem .375rem .375rem .375rem;
  -moz-border-radius: .375rem .375rem .375rem .375rem;
  -ms-border-radius: .375rem .375rem .375rem .375rem;
  -o-border-radius: .375rem .375rem .375rem .375rem;
}

.list-top li img {
  width: 1.6875rem;
  height: 1.6875rem;
}

.phone-list {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 999;
  overflow: auto;
}


.phone-list .max {
  padding-top: 3.75rem !important;
  min-height: 100vh;
  overflow: scroll;
  background-color: rgba(170, 0, 3, 1);
  box-sizing: border-box;
}

.phone-list .max>ul>li {
  margin-bottom: 1.25rem;
}

.phone-list .max>ul>li>a {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.875rem;
}

.phone-list .max .op {
  margin: 0 -0.625rem;
  margin-top: .3125rem;
}

.phone-list .max .op li {
  width: calc(100% / 3);
  float: left;
  height: 2.8125rem;
  margin-bottom: .625rem;
}

.phone-list .max .op a {
  font-size: 1rem;
  line-height: 2.1875rem;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c7c7c;
  background-color: #fff;
  margin: 0 .625rem;
  box-sizing: border-box;
}

.phone-list .max .close {
  position: absolute;
  right: 1.25rem;
  top: 1.875rem;
  width: 2.25rem;
  height: 2.25rem;
}

.phone-list .max .close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.phone-list .search-box {
  width: 100%;
  border: .0625rem solid #ccc;
  height: 3.125rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin: 1.875rem 0;
}

.phone-list .search-box input,
.phone-list .search-box button {
  border: 0;
  outline: none;

}

.phone-list .search-box input {
  width: 80%;
  height: 100%;
  padding-left: 1.25rem;
}

.phone-list .search-box button {
  width: 20%;
  background-color: rgba(170, 0, 3, 1);
  height: 100%;
  color: #fff;
}

.phone-list .logo {
  padding-bottom: 2.125rem;
  margin-top: 1.25rem;
  width: 11.25rem;
  object-fit: cover;
  height: 1.875rem;
}

.phone-list .logo img {
  width: 100%;
  height: 100%;
}

.menu {
  display: none;
  align-items: center
}

.menu a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}

.menu a img {
  width: 100%;
  height: 100%;
}

.menu-button {
  /* display: none; */
  padding: .9375rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bar {
  position: relative;
  display: block;
  width: 2.875rem;
  height: .3125rem;
  margin: .625rem auto;
  background-color: #FFF6D5;
  border-radius: .625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: .625rem;
  -moz-border-radius: .625rem;
  -ms-border-radius: .625rem;
  -o-border-radius: .625rem;
}

.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(.9375rem) rotate(-45deg);
  -ms-transform: translateY(.9375rem) rotate(-45deg);
  transform: translateY(.9375rem) rotate(-45deg);
  -moz-transform: translateY(.9375rem) rotate(-45deg);
  -o-transform: translateY(.9375rem) rotate(-45deg);
}

.menu-button .bar:nth-of-type(1) {
  margin-top: 0rem;
}

.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0rem;
}

.cross .bar:nth-of-type(3) {
  transform: translateY(-0.125rem) rotate(45deg);
  -webkit-transform: translateY(-0.125rem) rotate(45deg);
  -moz-transform: translateY(-0.125rem) rotate(45deg);
  -ms-transform: translateY(-0.125rem) rotate(45deg);
  -o-transform: translateY(-0.125rem) rotate(45deg);
}

.cross .bar:nth-of-type(2) {
  opacity: 0;
}

.info-header {
  background-image: url('../images/foot-bg.png');
  background-size: 100% 100%;
}

.info,
.yqxws {
  width: 100%;
  margin-top: 9.375rem;
  background-image: url('../images/info-bg.png');
  background-size: 100% 36.3125rem;
  min-height: 50rem;
  background-repeat: no-repeat;
}

.info .info-list p,
.info .info-list a {
  font-weight: 400;
  font-size: 1rem;
  color: #222222;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.info .info-list a {
  margin: 0 .3125rem;

}

.info .info-list a:hover {
  color: #AA0003;
}

.info .max {
  width: 91.625rem;

}

.info .info-list {
  padding-top: 1.875rem;
  margin-bottom: 1.25rem;
}

.info .info-cont {
  padding: 2.5rem 1.875rem;
  background-image: url('../images/info-text-bg.png');
  background-size: 100% 118.75rem;
  background-repeat: no-repeat;
  background-color: #fff;
}

.info .info-cont h3 {
  font-weight: bold;
  font-size: 2.25rem;
  color: #FFFFFF;
  text-align: center;
  margin: 1.875rem 0;
  margin-bottom: 3.125rem;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
}

.info .info-text {
  background-color: #fff;
  padding: 2.5rem 3.75rem;
  box-shadow: -5px 0 10px -3px rgba(238, 228, 215, .6), 5px 0 10px -3px rgba(238, 228, 215, .6);
}

.info .info-text img {
  max-width: 100%;
}







.times {
  margin-bottom: 1.875rem;
  padding-bottom: 2.5rem;
  border-bottom: .125rem solid #ad453c;
}

.times,
.times .left,
.times .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.times span {
  font-weight: 400;
  font-size: 1rem;
  color: #555555;
  display: flex;
  align-items: center;
  margin-right: 1.25rem;
}

.times span img {
  margin-right: .625rem;
}

.times .right p {
  cursor: pointer;
  width: 1.75rem;
  height: 1.75rem;
  border: .0625rem solid #959595;
  opacity: .8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.times .right p.active,
.times .right p:hover {
  background-color: #A30A0A;
  color: #fff;
  border-color: #A30A0A;
}

.times .right p:nth-of-type(2n) {
  margin: 0 .625rem;
}

.info .info-text .text p {
  font-weight: 400;
  /* font-size: 1.125rem; */
  color: #333333;
  line-height: 2.25rem;
  text-indent: 2em;
  margin-bottom: 2.5rem;
}

.p-img {
  text-align: center;
}

.info .info-text .text {
  padding-bottom: 2.5rem;
  border-bottom: .125rem solid #ad453c;
}

.info .info-back {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.875rem;
}

.info .info-back .left a {
  display: block;
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  line-height: 3rem;
  max-width: 43.75rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.info .info-back .left a:hover {
  color: #AA0003;
}

.info .info-back .right a {
  display: block;
  width: 12rem;
  height: 3.5625rem;
  border: .0625rem dashed #AA0003;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.125rem;
  color: #AA0003;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.info .info-back .right a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/info-back.png');
  background-size: 100% 100%;
  width: 1.5rem;
  height: 1.625rem;
  margin-right: .625rem;
  transition: all .6s;
}

.info .info-back .right a:hover {
  color: #fff;
  background-color: #AA0003;
}

.info .info-back .right a:hover::before {
  filter: grayscale(100%) brightness(0) invert(1);
}

.yqxws .title,
.yqsps .title,
.yqzs .title {
  text-align: center;
  margin: 2.5rem 0;
  padding-top: 2.5rem;
}

.yqxws .title img,
.yqsps .title img,
.yqzs .title img {
  width: 18.75rem;
  height: 5.5625rem;
  object-fit: contain;
}

.yqxws ul {
  margin-bottom: 1.875rem;
  background-color: #fff;
}

.yqxws ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.75rem 1.75rem;
  border-bottom: .0625rem solid #e6e6e6;
  box-sizing: border-box;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yqxws ul li a .date {
  max-width: 5.625rem;
  width: 10%;
  height: 7.5rem;
  border: .0625rem solid #AF1512;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .6s;
}

.yqxws ul li a .date p {
  font-weight: 300;
  font-size: .875rem;
  color: #AF1512;
  transition: all .6s;
}

.yqxws ul li a .date p:first-child {
  font-weight: 400;
  font-size: 3rem;
}

.yqxws ul li a .text {
  width: 74%;
}

.yqxws ul li a .text h3 {
  font-weight: 400;
  font-size: 1.25rem;
  color: #222222;
  text-align: left;
  margin: 0;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
  line-height: 1.5rem;
}

.yqxws ul li a .text p {
  font-weight: 300;
  font-size: .875rem;
  line-height: 1.5rem;
  color: #555;
  text-indent: 0;
  margin: 0;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
  margin-top: 1.25rem;
}

.yqxws ul li a p {
  overflow: hidden;
}

.yqxws ul li a p img {
  width: 13.875rem;
  height: 9.3125rem;
  object-fit: cover;
  transition: all .6s;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yqxws ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.yqxws ul li a:hover {
  background-color: #f6f6f6;
}

.yqxws ul li a:hover .date {
  background-color: #AF1512;
  border-color: #AF1512;
}

.yqxws ul li a:hover .date p {
  color: #fff;
}

.yqxws ul li a:hover h3 {
  color: #AF1512;
}

.pages {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pages>ul {
  width: max-content;
  display: flex !important;
  justify-content: center !important;
  /* padding-top: 2.375rem !important;
  padding-bottom: 3.125rem !important; */
  flex-wrap: wrap !important;
  border: .0625rem solid #dadada;
  box-sizing: border-box;
  margin: 0;
  margin-top: 1.25rem;
}

.pages ul a {
  display: inline-block;
  padding: 1.125rem 1.3125rem;
  /* background-color: #dadada; */

  margin-left: .0625rem;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  line-height: 1.5rem;
}

.pages ul a.curr,
.pages ul a:hover {
  background-color: #AF1512;
  color: #fff;
}

.yqsps {
  padding-bottom: 1.25rem;
}

.info-sp {
  padding-bottom: 3.75rem;
  box-shadow: -5px 0 10px -3px rgba(238, 228, 215, .6), 5px 0 10px -3px rgba(238, 228, 215, .6);
}

.yqsps .sp {
  padding: 3.75rem;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: -5px 0 10px -3px rgba(238, 228, 215, .6), 5px 0 10px -3px rgba(238, 228, 215, .6);
}

.yqsps ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  /* margin-top: 3.125rem; */
  background-color: #fff;

}

.yqsps ul li {
  width: 48%;
  margin-bottom: 1.875rem;
  overflow: hidden;
}

.yqsps ul li img {
  width: 100%;
  height: 22.1875rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yqsps ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.yqsps ul li p {
  padding: 0 1.25rem;
  box-sizing: border-box;
  width: 100%;
  line-height: 3.75rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 1.25rem;
  color: #000000;
  height: 3.75rem;
  background-color: #f2f2f2;
}

.yqsps ul li:hover p {
  color: #A30A0A;
}

.yqsps ul li .video {
  position: relative;
  overflow: hidden;
}

.yqsps ul li .video::after {
  content: "";
  background-image: url('../images/play.png');
  background-size: 100% 100%;
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.yqzs ul {
  margin-top: 3.125rem;
  margin: 0 -1.25rem;
  margin-top: 3.125rem;
}

.yqzs ul li {
  width: calc(100% / 3);
  float: left;
  padding: 0 1.25rem;
  box-sizing: border-box;
  margin-bottom: 2.5rem;
  position: relative;
}

.yqzs ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  left: 0;
  border-bottom: .1875rem solid #A30A0A;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yqzs ul li a {
  display: inline-block;
  width: 100%;
  height: 17.1875rem;
  position: relative;
}

.yqzs ul li a .imgs {
  position: relative;
  overflow: hidden;
}

.yqzs ul li a img {
  width: 100%;
  transition: all .6s;
  height: 100%;
}

.yqzs ul li a p {
padding: 0 1rem;
    box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.4375rem;
  line-height:3.4375rem;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, .3);
}

.yqzs .item:not(.yqzs .item:nth-child(2)) {
  display: none;
}

.yqzs ul li a .z {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(20, 74, 158, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yqzs ul li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.yqzs .info-sp {
  padding: 3.75rem;
  box-sizing: border-box;
  background-color: #fff;
}

.yqzs .yqzs-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.yqzs .yqzs-box p {
  cursor: pointer;
  width: 15rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../images/yqzs-item-bg.png');
  background-size: 100% 100%;
  font-weight: 400;
  font-size: 1.5rem;
  transition: all .6s;
  color: #493E31;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yqzs .yqzs-box p.active,
.yqzs .yqzs-box p:hover {
  background-image: url('../images/yqzs-item-bg-active.png');
  color: #F2E0C9;
}

.yqzs .yqzs-box p:nth-child(2) {
  margin: 0 1.25rem;
}

.yyfcs ul {
  margin-top: 0 !important;
}