.startAnmation {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 9999;
  -webkit-transition: all 1.5s 1s;
  transition: all 1.5s 1s;
}
.startAnmation.startAnmationActive {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
}
.startAnmation .startBox {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
  overflow: hidden;
  background: url('../images/index/16--9.jpg') no-repeat;
  background-size: cover;
  -webkit-transition: opacity 3s, -webkit-transform 3s;
  transition: opacity 3s, -webkit-transform 3s;
  transition: opacity 3s, transform 3s;
  transition: opacity 3s, transform 3s, -webkit-transform 3s;
  opacity: 0;
}
.startAnmation .startBox.loaded {
  opacity: 1;
  /* height: 0; */
}
.startAnmation .startBox .content {
  width: 100%;
  position: relative;
  opacity: 1;
  -webkit-transition: 4s 0.5s;
  transition: 4s 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 56%;
          transform-origin: 50% 56%;
}
.startAnmation .startBox.startBoxActive {
  -webkit-transition: all 3s 2s;
  transition: all 3s 2s;
  opacity: 0;
}
.startAnmation .startBox.startBoxActive .content {
  -webkit-transform: scale(5);
          transform: scale(5);
}
.startAnmation .startBox .bg {
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
}
.startAnmation .startBox .bgG {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.startAnmation .startBox .door {
  position: absolute;
  width: 8.8%;
  height: 23.44%;
  left: 50%;
  top: 50%;
  -webkit-perspective: 500px;
          perspective: 500px;
  overflow: hidden;
  -webkit-transform: translate(-58%, -31%);
          transform: translate(-58%, -31%);
  z-index: -1;
}
.startAnmation .startBox .door .left,
.startAnmation .startBox .door .right {
  float: left;
  width: 50%;
  height: 100%;
  -webkit-transition: opacity 2.5s, -webkit-transform 4s;
  transition: opacity 2.5s, -webkit-transform 4s;
  transition: opacity 2.5s, transform 4s;
  transition: opacity 2.5s, transform 4s, -webkit-transform 4s;
  /* transition: 4s; */
  opacity: 1;
  position: relative;
}
.startAnmation .startBox .door .left img,
.startAnmation .startBox .door .right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.startAnmation .startBox .door .left {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.startAnmation .startBox .door .right {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.startAnmation .startBox .doorative .bgG {
  opacity: 1;
}
.startAnmation .startBox .doorative .door .left {
  opacity: 0;
  -webkit-transform: rotateY(130deg);
          transform: rotateY(130deg);
}
.startAnmation .startBox .doorative .door .right {
  opacity: 0;
  -webkit-transform: rotateY(-130deg);
          transform: rotateY(-130deg);
}
.startAnmation .topBox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: -webkit-transform 0s 6s;
  transition: -webkit-transform 0s 6s;
  transition: transform 0s 6s;
  transition: transform 0s 6s, -webkit-transform 0s 6s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.startAnmation .topBox img {
  width: 22.6%;
  height: auto;
  opacity: 0;
}
.startAnmation .topBox.topBoxActive {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
}
.startAnmation .topBox.topBoxActive img {
  opacity: 0;
  -webkit-animation-name: showHide;
          animation-name: showHide;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
@-webkit-keyframes showHide {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes showHide {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#head {
  background-color: transparent;
  position: absolute;
}
img {
  width: 100%;
  height: auto;
}
.mySwiperBanner .swiper-slide {
  width: 100%;
}
.mySwiperBanner .swiper-slide img {
  width: 100%;
  height: auto;
}
.xyzx {
  background: url('../images/index/xyzx.png') no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-bottom: 6vw;
}
.xyzx .tN {
  position: relative;
}
.xyzx .tN .btns {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xyzx .tN .btns .btn {
  width: 40px;
  height: 40px;
  margin-left: 20px;
  cursor: pointer;
}
.xyzx .tN .btns .btn img {
  width: 100%;
  height: 100%;
}
.xyzx .newList {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.xyzx .newList .newCard {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 13px 0px rgba(173, 179, 194, 0.25);
          box-shadow: 0px 4px 13px 0px rgba(173, 179, 194, 0.25);
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  cursor: pointer;
}
.xyzx .newList .newCard .newImg {
  position: relative;
  width: 100%;
  padding-top: 55.428%;
}
.xyzx .newList .newCard .newImg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.xyzx .newList .newCard .info {
  position: relative;
  padding: 15px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.xyzx .newList .newCard .info::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #FFAB48;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.xyzx .newList .newCard .info::after {
  content: ' ';
  display: block;
  width: 24%;
  height: 0;
  padding-top: 24%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/newCardTip.png) no-repeat;
  background-size: 100% 100%;
}
.xyzx .newList .newCard .infoTitle {
  font-size: 18px;
  line-height: 1.5em;
  height: 3em;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.xyzx .newList .newCard .newTime {
  font-size: 14px;
  font-weight: 400;
  color: #BC1C1E;
  line-height: 15px;
  margin-bottom: 5px;
}
.xyzx .newList .newCard:hover .info {
  background-color: #972C2A;
}
.xyzx .newList .newCard:hover .info::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.xyzx .newList .newCard:hover .infoTitle,
.xyzx .newList .newCard:hover .newTime {
  color: #fff !important;
}
.xyzx .moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 56px;
  margin: 0 auto;
  margin-top: 4.17vw;
  background: #972C2A;
  border-radius: 8px 8px 8px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.xyzx .moreBtn span {
  font-size: 18px;
  color: #FFFFFF;
}
.xyzx .moreBtn img {
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
.boxCardYx {
  position: relative;
  width: 100%;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.boxCardYx .bgBox {
  width: 100%;
  height: auto;
}
.yxBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 10%;
}
.yxBox .titleBoX {
  margin: 0;
}
.yxBox .yxSwiperBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.yxBox .yxSwiper {
  height: 100%;
  padding: 8% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.yxBox .yxSwiper .swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yxBox .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yxBox .left {
  width: 44.8%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.yxBox .left .textInfo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin-top: 30px;
}
.yxBox .left .textInfo h3 {
  font-size: 1.35416vw;
  padding-bottom: 2vw;
  margin: 0;
}
.yxBox .left .textInfo p {
  width: 100%;
  font-size: 14px;
  line-height: 1.4em;
  height: 9.8em;
  text-indent: 2em;
  display: -webkit-box;
  overflow: hidden;
  /*! autoprefixer: off; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  text-align: justify;
}
.yxBox .left .more {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 20px;
  color: #972C2A;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.yxBox .left .more img{
  height: 16px;
  margin-left: 5px;
  width: auto;
}
.yxBox .right {
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
margin-left: 41px;
margin-right: 26px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
    -ms-flex-align: end;
        align-items: flex-end;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
overflow: hidden;
}
.yxBox .right img {
-ms-flex-negative: 0;
    flex-shrink: 0;
max-width: 100%;
max-height: 100%;
}
.yxBox .bottom {
position: absolute;
width: 100%;
padding-top: 10%;
height: 0;
background-color: #972C2A;
left: 0;
bottom: 0;
z-index: 10;
}
.yxBox .bottom .bottomBox {
position: absolute;
width: 100%;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
height: 70%;
top: 15%;
left: 0;
}
.yxBox .bottom .bottomBox .yxlBox {
width: 100%;
height: 1px;
position: relative;
}
.yxBox .bottom .bottomBox .yxl {
position: absolute;
width: 16.66%;
height: auto;
top: 0;
left: 25%;
-webkit-transform: translate(-50%, -91%);
        transform: translate(-50%, -91%);
}
.yxBox .bottom .bottomBox .swiper-btn {
position: absolute;
width: 3%;
font-size: 0;
}
.yxBox .bottom .bottomBox .swiper-btn img {
width: 100%;
height: auto;
}
.yxBox .bottom .bottomBox .yxt-swiper-button-prev {
left: 5%;
top: 50%;
-webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
}
.yxBox .bottom .bottomBox .yxt-swiper-button-next {
right: 5%;
top: 50%;
-webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
}
.yxBox .bottom .bottomList {
height: 100%;
width: 100%;
position: relative;
padding-left: 16.66%;
}
.yxBox .bottom .swiper-wrapper {
height: 100%;
}
.yxBox .bottom .swiper-wrapper .swiper-slide {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
color: #FFFFFF;
cursor: pointer;
border-left: 1px solid rgba(255, 255, 255, 0.6);
-webkit-box-sizing: border-box;
        box-sizing: border-box;
opacity: 0.6;
font-size: 1.14583vw;
}
.yxBox .bottom .swiper-wrapper .swiper-slide-active {
opacity: 1;
}
.yxBox .bottom .swiper-wrapper .year {
font-size: 0.9375vw;
line-height: 1.09375vw;
padding-top: 0.5208vw;
}
.yxBox .bottom .swiper-wrapper .name {
font-size: 1.14583vw;
font-weight: 600;
line-height: 1.3em;
margin: 0px 10px;
margin-top: 3px;
display: -webkit-box;
overflow: hidden;
/*! autoprefixer: off; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.boxCardYS {
  position: relative;
  width: 100%;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.boxCardYS .bgBox {
  width: 100%;
  height: auto;
}
.boxCardYS .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.boxCardYS .ysxyBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxCardYS .ysxyBox .ysxyBoxContainer {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.boxCardYS .ysxyBox .titleBoX {
  margin: 0 !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  margin-right: 4% !important;
}
.boxCardYS .ysxyBox .titleBoX span {
  width: 1.3em;
  line-height: 1.2em;
  white-space: normal !important;
  text-align: center;
}
.boxCardYS .ysxyBox .more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4.4791vw !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.boxCardYS .ysxyBox .more img {
  width: 1.40625vw;
  height: 1.40625vw;
  margin-bottom: 10px;
}
.boxCardYS .ysxyBox .more span {
  display: block;
  width: 1.40625vw;
  text-align: center;
  line-height: 1.5625vw;
  font-size: 1.25vw;
  color: #972C2A;
}
.boxCardYS .ysxyBox .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.boxCardYS .ysxyBox .list .swiper-slide {
  background-color: #BC1C1E;
  position: relative;
}
.boxCardYS .ysxyBox .list .swiper-slide::before {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-top: 190%;
}
.boxCardYS .ysxyBox .list .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.boxCardYS .ysxyBox .list .swiper-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.boxCardYS .ysxyBox .list .swiper-slide .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.boxCardYS .ysxyBox .list .swiper-slide .info p {
  display: block;
  font-size: 1.40625vw;
  line-height: 1.822916vw;
  color: #fff;
  width: 1.5625vw;
  text-align: center;
  height: 100%;
  margin-left: 9.5%;
  padding-top: 9.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.boxCardYS .ysxyBox .list .swiper-slide .info span {
  position: absolute;
  width: 1.25vw;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  color: #fff;
  bottom: 9.5%;
  right: 7.5%;
  font-weight: 500;
  text-decoration: none;
}
.boxCardYC {
  position: relative;
  width: 100%;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.boxCardYC .bgBox {
  width: 100%;
  height: auto;
}
.boxCardYC .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.boxCardYC .box .titleBoX {
  opacity: 0;
}
.boxCardYC .bnycBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.boxCardYC .bnycBox .title {
  background-image: none !important;
}
.boxCardYC .bnycBox .bnycBoxContainer {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4%;
}
.boxCardYC .bnycBox .bnycBoxContainer .pc {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.boxCardYC .bnycBox .bnycBoxContainer .pc {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: flex;
    flex-direction: row;
    align-items: center;
}
.boxCardYC .bnycBox .bnycBoxContainer .pc .titleBoX {
    opacity: 1;
}
.boxCardYC .bnycBox .bnycBoxContainer .pc .rv {
    width: 86.47px;
    height: 98px;
}
.boxCardYC .bnycBox .bnycBoxContainer .pc .name {
  font-size: 2.2916vw;
  color: #972C2A;
  white-space: nowrap;
    margin-left: 1vw;
}
.boxCardYC .bnycBox .bnycBoxContainer .btns {
  display: none;
}
.boxCardYC .bnycBox .bnycBoxContainer .more {
  right: 10%;
  top: -5vw;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #972C2A;
}
.boxCardYC .bnycBox .bnycBoxContainer .more img {
  height: 10px;
  width: auto;
  margin-left: 5px;
}
.boxCardYC .bnycBox .bnycBoxContainer .more .min {
  display: none;
}
.boxCardYC .bnycBox .bnycBoxContainer .cardGrid {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  width: 25.5%;
  margin-right: 5%;
}
.boxCardYC .bnycBox .bnycBoxContainer .cardGrid > div {
  width: 50%;
  height: 33.3%;
  display: inline-block;
  position: relative;
  background-color: #2150C4;
}
.boxCardYC .bnycBox .bnycBoxContainer .cardGrid > div > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.boxCardYC .bnycBox .bnycBoxContainer .cardGrid > div > div div {
  font-size: 2.2916vw;
}
.boxCardYC .bnycBox .bnycBoxContainer .cardGrid > div > div span {
  font-size: 1.04166vw;
}
.boxCardYC .bnycBox .bnycBoxContainer .cardGrid > div:nth-child(1) {
  background-color: #11348D;
}
.boxCardYC .bnycBox .bnycBoxContainer .cardGrid > div:nth-child(4) {
  background-color: #5C7AC4;
}
.boxCardYC .bnycBox .bnycBoxContainer .cardGrid > div:nth-child(5) {
  background-color: #355EC4;
}
.boxCardYC .bnycBox .bnycBoxContainer .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.boxCardYC .bnycBox .bnycBoxContainer .list .bnycBoxSwiper {
  height: 85%;
}
.boxCardYC .bnycBox .bnycBoxContainer .list .bnycBoxSwiper .swiper-slide {
  width: 44.6875vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.boxCardYC .bnycBox .bnycBoxContainer .list .bnycBoxSwiper .swiper-slide a {
  display: block;
  width: 100%;
  position: relative;
}
.boxCardYC .bnycBox .bnycBoxContainer .list .bnycBoxSwiper .swiper-slide a p {
  position: absolute;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.boxCardYC .bnycBox .bnycBoxContainer .list .bnycBoxSwiper .swiper-slide img {
  width: 44.6875vw;
  height: auto;
}
.boxCardYC .bnycBox .bnycBoxContainer .list .bnycBoxSwiper .swiper-slide .bg {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.boxCardYC .bnycBox .bnycBoxContainer .list .bnycBoxSwiper .swiper-slide .info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  overflow: hidden;
  height: 5.208vw;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.boxCardYC .bnycBox .bnycBoxContainer .list .bnycBoxSwiper .swiper-slide .info p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5625vw;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.boxCardYC .bnycBox .bnycBoxContainer .list .bnycBoxSwiper .swiper-slide .info span {
  width: 100%;
  font-size: 14px;
  color: #4F4F4F;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.boxCardYC .bnycBox .bnycBoxContainer .list .swiper-pagination-bg {
  text-align: center;
  margin-top: 20px;
}
.boxCardYC .bnycBox .bnycBoxContainer .list .swiper-pagination-bg .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #972C2A;
}
.boxCardYC .bnycBox .bnycBoxContainer .list .swiper-pagination-bg .swiper-pagination-bullet-active {
  background-color: #972C2A;
}
.boxCardYC .bnycBox .bnycBoxContainer .list #certify {
  position: relative;
  margin: 0 auto;
}
.boxCardYC .bnycBox .bnycBoxContainer .list #certify .swiper-container {
  padding-bottom: 60px;
}
.boxCardYC .bnycBox .bnycBoxContainer .list #certify .swiper-slide img {
  display: block;
}
.boxCardYC .bnycBox .bnycBoxContainer .list #certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}
.boxCardYC .bnycBox .bnycBoxContainer .list #certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.boxCardYC .bnycBox .bnycBoxContainer .list #certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.boxCardYC .bnycBox .bnycBoxContainer .list #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
.boxCardYC .bnycBox .bnycBoxContainer .list #certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/index/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.boxCardYC .bnycBox .bnycBoxContainer .list #certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}
.boxCardYC .bnycBox .bnycBoxContainer .list #certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/index/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}
.boxCardXY {
  position: relative;
  width: 100%;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.boxCardXY .bgBox {
  width: 100%;
  height: auto;
}
.boxCardXY .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.boxCardXY .xyzjBox .cN {
  position: relative;
}
.boxCardXY .xyzjBox .cN .more {
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #972C2A;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.boxCardXY .xyzjBox .cN .more img {
  height: 10px;
  margin-left: 5px;
  width: auto;
}
.boxCardXY .xyzjBox .xyzjBoxContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin-right: 19.1571vw;
}
.boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  display: inline-block;
  padding-right: 1.25vw;
  margin-bottom: 1.25vw;
}
.boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row > div {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(173, 179, 194, 0.25);
          box-shadow: 0px 4px 12px 0px rgba(173, 179, 194, 0.25);
  border-radius: 0.528vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .h {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.14583vw;
  height: 4.010416vw;
  padding: 0 1.92708vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #972C2A;
  background-image: url(../images/index/lbg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  color: #FFFFFF;
}
.boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .h .num {
  font-size: 2.0833vw;
  font-weight: 500;
  margin-right: 18px;
}
.boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .t {
  font-size: 1.201666vw;
  color: #111111;
  line-height: 1.3em;
  height: 2.6em;
  padding: 0 1.92708vw;
  margin-top: 0.5vw;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .m {
  padding: 0 1.92708vw;
  text-align: right;
  padding-bottom: 0.5vw;
}
.boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .m span {
  color: #972C2A;
  font-size: 0.833vw;
  opacity: 0.7;
}
.boxCardXY .xyzjBox .xyzjBoxContainer .rightCard {
  position: absolute;
  width: 19.1571vw;
  height: 100%;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.boxCardXY .xyzjBox .xyzjBoxContainer .rightCard > div {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 15.074479vw;
  margin-bottom: 1.25vw;
  font-size: 2.29166vw;
  font-weight: 500;
  border-radius: 10px;
  color: #FFFFFF;
  cursor: pointer;
}
.boxCardXY .xyzjBox .xyzjBoxContainer .rightCard > div span {
  display: block;
  line-height: 1.3em;
  padding-top: 1.71875vw;
  padding-left: 1.458vw;
  font-size: 2.29166vw;
  font-weight: 500;
  border-radius: 10px;
  color: #FFFFFF;
  height: 100%;
}
.boxCardXY .xyzjBox .xyzjBoxContainer .rightCard .c1 {
  background: url('../images/index/clbg.png') no-repeat;
  background-size: 100% 100%;
  background-color: #c7161c;
}
.boxCardXY .xyzjBox .xyzjBoxContainer .rightCard .c2 {
  background: url('../images/index/c2bg.png') no-repeat;
  background-size: 100% 100%;
  background-color: #ffab48;
}
.boxCardJZ {
  position: relative;
  width: 100%;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.boxCardJZ .bgBox {
  position: absolute;
  width: 100%;
  height: 100%;
}
.boxCardJZ .box {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin-right: 36.6667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .topTi {
  width: 100%;
  margin-bottom: 1.6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.1vw;
  border-bottom: 4px solid #FFAB48;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .topTi .ni {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 0;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .topTi .ni img {
  width: 2.1875vw;
  height: auto;
  margin-right: 10px;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .topTi .ni span {
  font-size: 2.083vw;
  line-height: 1.1em;
  font-weight: 500;
  color: #972C2A;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .topTi a {
  color: #000000;
  font-size: 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .topTi a span {
  margin-right: 10px;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .topTi a img {
  height: 1em;
  width: auto;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 49.5%;
  margin-bottom: 1.14583vw;
  cursor: pointer;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .row > div {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(173, 179, 194, 0.25);
          box-shadow: 0px 4px 12px 0px rgba(173, 179, 194, 0.25);
  border-radius: 2px 2px 2px 2px;
  overflow: hidden;
  border-radius: 4px;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .row .h {
  width: 100%;
  height: 0;
  padding-top: 55.3%;
  overflow: hidden;
  position: relative;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .row .h img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .row .info {
  width: 100%;
  background-color: #fff;
  padding: 0.8333vw;
  position: relative;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .row .info::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #FFAB48;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .row .info .t {
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  color: #000000;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .row .info .price {
  color: #972C2A;
  font-size: 0.7291vw;
  padding-top: 0.8333vw;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .row:hover .info {
  background-color: #972C2A;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .row:hover .info::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .row:hover .info .t {
  color: #fff;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard {
  position: absolute;
  width: 36.6667vw;
  height: 100%;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1.14583vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 1.14583vw;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard .listBox {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  border-radius: 12px 12px 12px 12px;
  background-color: #FCEDD9;
  opacity: 1;
    position: relative;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard .listBox .bt {
  width: 100%;
  position: relative;
  z-index: 1;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard .listBox .bt img {
  width: 100%;
  height: auto;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard .listBox .list {
  background: #FCEDD9;
  padding: 0.71vw 0;
  position: relative;
  z-index: 0;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard .listBox #listSc {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard .listBox  .row-h {
    position: absolute;
    left: 0px;
    right: 0;
    height: 3.4375vw;
    z-index: 999;
    background-color: #FCEDD9;
    border-bottom: 1px solid #EBEBEB;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard .listBox  .f {
    font-weight: 600;
    font-size: 1.1625vw!important;
}
@-webkit-keyframes myanimation {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes myanimation {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard .listBox .row {
  height: 3.4375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5625vw;
  font-weight: 400;
  color: #972C2A;
  padding: 0 1.25vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard .listBox .row span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard .listBox .row .n {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  font-size: 1.1625vw;
}
.boxCardJZ .wyjzBox .moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 56px;
  margin: 0 auto;
  margin-top: 4.17vw;
  background: #972C2A;
  border-radius: 8px 8px 8px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.boxCardJZ .wyjzBox .moreBtn span {
  font-size: 18px;
  color: #FFFFFF;
}
.boxCardJZ .wyjzBox .moreBtn img {
  width: 26px;
  height: 26px;
  margin-left: 5px;
  margin-top: 4px;
}
.boxCardJZ .wyjzBox .moreBtnAN {
  width: 27.083vw;
  height: 5.5208vw;
  border-radius: 4vw;
}
.boxCardJZ .wyjzBox .moreBtnAN span {
  font-size: 2.1875vw;
}
.boxCardJZ .wyjzBox .moreBtnAN img {
  height: 2.1875vw;
  width: 2.1875vw;
}
/* 弹幕 */
.dmc {
  border-bottom: 8px solid #d6bd9d;
  /* 诚耀百廿 */
}
.dmc .mvBc {
  position: relative;
  background-color: #35497C;
  background: url('../images/index/danmu.jpg?123') no-repeat no-repeat;
  background-size: 100% 100%;
  padding-bottom: 12vw;
}
.dmc #tagscloud {
  width: 100%;
  height: 39.5625vw;
  position: relative;
  color: #333;
  margin: 0;
  text-align: center;
  overflow: hidden;
}
.dmc .btnList {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
}
.dmc .btnList .btn {
  width: 31.666vw;
  height: 4.8vw;
  border-radius: 2.4vw;
  background: linear-gradient(109deg, #FFAE3D 0%, #FF6C2B 100%);
  cursor: pointer;
  margin: 20px auto;
}
.dmc .btnList .btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/index/zbg.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.dmc .btnList .btn span {
  font-size: 1.3541vw;
  color: #fff;
}
.dmc .btnList .btn img {
  width: 1.4vw;
  height: 1.4vw;
  margin-right: 10px;
}
.dmc #tagscloud a {
  position: absolute;
  max-width: 90%;
  border-radius: 0.5208rem !important;
  margin: 0.2083rem;
  top: 0px;
  left: 0px;
  color: #333;
  text-decoration: none;
  padding: 0.2083rem 0.4167rem !important;
  text-align: center;
  font-size: 0.2708rem;
  display: inline-block;
  white-space: nowrap;
}
.dmc #tagscloud a.tagc {
  background: #972C2A;
  color: #fff;
}
.dmc #tagscloud a .xin {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.625rem;
  width: 0.5208rem;
  height: 0.5208rem;
  background-image: url('../images/index/whitexin.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.dmc .dazzling {
  width: 100%;
  height: auto;
  background: url('../images/cybn_01.png') no-repeat bottom center;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.dmc .dazzling .bai {
  width: 100%;
  position: relative;
}
.dmc .dazzling .bai .v {
  width: 100%;
  z-index: 0;
  font-size: 0;
}
.dmc .dazzling .bai .v .video {
  width: 100%;
  height: auto;
}
.dmc .dazzling .w {
  width: 62.5vw;
  padding-top: 7.0313vw;
  padding-bottom: 5.7292vw;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.dmc .dazzling a {
  display: inline-block;
}
.dmc .dazzling a img {
  width: 53.90625vw;
  height: 14.32291vw;
}
@media (max-width: 1500px) {
  .xyzx .newList .newCard .infoTitle {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .xyzx .newList .newCard .infoTitle {
    font-size: 14px;
  }
  .boxCardYx .yxSwiper {
    padding-top: 2% !important;
  }
  .boxCardYx .yxBox .left {
    width: 51%;
  }
  .boxCardYx .textInfo {
    margin-top: 0 !important;
  }
  .boxCardYx .textInfo h3 {
    font-size: 18px !important;
    margin: 10px 0 !important;
    padding-bottom: 0 !important;
  }
  .wyjzBoxContainer .t {
    font-size: 14px !important;
    line-height: 18px !important;
    height: 36px !important;
  }
}
@media (max-width: 1100px) {
  .xyzx .newList .newCard {
    width: 49%;
    margin-bottom: 20px;
  }
  .xyzx .newList .newCard .infoTitle {
    font-size: 14px;
  }
  .boxCardYx .bottom .bottomBox {
    padding: 0 60px;
  }
  .boxCardYx .bottom .bottomBox .yxl {
    width: 20%;
    left: 30%;
    -webkit-transform: translate(-50%, -87%);
            transform: translate(-50%, -87%);
  }
  .boxCardYx .bottom .bottomBox .swiper-btn {
    width: 28px;
  }
  .boxCardYx .bottom .bottomBox .yxt-swiper-button-prev {
    left: 18px;
  }
  .boxCardYx .bottom .bottomBox .yxt-swiper-button-next {
    right: 18px;
  }
  .boxCardYx .bottom .bottomList {
    padding-left: 20%;
  }
  .boxCardYS {
    padding: 90px 0;
  }
  .boxCardYS .bgBox {
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    min-height: 100% !important;
  }
  .boxCardYS .box {
    position: relative !important;
  }
  .boxCardYS .list .swiper-slide::before {
    padding-top: 140% !important;
  }
  .boxCardYS .list .swiper-slide .bg {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .boxCardYS .list .swiper-slide .info p {
    font-size: 24px !important;
    line-height: 1.1em !important;
    width: 26px !important;
  }
  .boxCardYS .list .swiper-slide .info a {
    position: absolute;
    width: 22px !important;
    font-size: 20px !important;
    line-height: 22px !important;
  }
  .boxCardXY {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
  }
  .boxCardXY .bgBox {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
  }
  .boxCardXY .xyzjBox {
    position: relative;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid {
    margin-right: 183px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row {
    width: 33%;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row > div {
    height: 144px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .h {
    height: 50px;
    font-size: 16px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .h .num {
    font-size: 22px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .t {
    font-size: 14px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .m {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .rightCard {
    width: 183px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .rightCard > div {
    height: 144px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .rightCard > div span {
    font-size: 22px;
    padding-top: 20px;
    padding-left: 10px;
  }
  .boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid {
    margin-right: 350px;
  }
  .boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .t {
    font-size: 12px !important;
    line-height: 18px !important;
    height: 36px !important;
  }
  .boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard {
    width: 340px;
    padding-left: 0;
    margin-left: 10px;
  }
  .boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard .listBox .row span {
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  .boxCardYx {
    position: relative;
    width: 100%;
    font-size: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .boxCardYx .bgBox {
    position: absolute;
    width: 100%;
    min-height: 100%;
    height: auto;
  }
  .boxCardYx .yxBox {
    position: static;
  }
  .boxCardYx .yxBox .flex-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxCardYx .yxBox .left {
    width: 100%;
    margin: 0;
  }
  .boxCardYx .yxBox .right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
  .boxCardYx .yxBox .right img {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .boxCardYx .bottom {
    padding-top: 70px;
  }
  .boxCardYx .bottom .swiper-wrapper .year {
    padding-top: 10px;
  }
  .boxCardYx .bottom .swiper-wrapper .name {
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    -webkit-line-clamp: 1;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .boxCardYx .bottom .bottomBox {
    padding: 0 40px;
  }
  .boxCardYx .bottom .bottomBox .yxl {
    width: 33.33%;
    left: 50%;
    -webkit-transform: translate(-50%, -87%);
            transform: translate(-50%, -87%);
  }
  .boxCardYx .bottom .bottomBox .swiper-btn {
    width: 28px;
  }
  .boxCardYx .bottom .bottomBox .yxt-swiper-button-prev {
    left: 12px;
  }
  .boxCardYx .bottom .bottomBox .yxt-swiper-button-next {
    right: 12px;
  }
  .boxCardYx .bottom .bottomList {
    padding-left: 33.333%;
  }
  .boxCardYS {
    padding-top: 30px !important;
  }
  .boxCardYS .ysxyBox {
    overflow: inherit;
  }
  .boxCardYS .ysxyBox .titleBoX {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .boxCardYS .ysxyBox .titleBoX span {
    width: auto !important;
  }
  .boxCardYS .ysxyBox .ysxyBoxContainer .more {
    z-index: 2;
    right: 0;
    left: auto;
    top: 30px;
    bottom: auto;
    width: auto !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    cursor: pointer;
  }
  .boxCardYS .ysxyBox .ysxyBoxContainer .more img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .boxCardYS .ysxyBox .ysxyBoxContainer .more span {
    width: auto;
    line-height: 1.2em;
    font-size: 16px;
    color: #972C2A;
  }
  .boxCardYS .list {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    width: 100% !important;
  }
  .boxCardYS .list .swiper {
    padding: 0 30px !important;
  }
  .boxCardYS .list .swiper-slide .bg {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .boxCardYS .list .swiper-slide .info p {
    font-size: 20px !important;
    line-height: 1.1em !important;
    width: 22px !important;
  }
  .boxCardYS .list .swiper-slide .info a {
    position: absolute;
    width: 20px !important;
    font-size: 18px !important;
    line-height: 1.1em !important;
  }
  .boxCardYC {
    padding-bottom: 50px;
  }
  .boxCardYC .bgBox {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .boxCardYC .bnycBox {
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .boxCardYC .bnycBox .titleBoX {
    opacity: 1;
    margin-left: 4%;
  }
  .boxCardYC .bnycBox .bnycBoxContainer {
    margin-bottom: 100px;
  }
  .boxCardYC .bnycBox .bnycBoxContainer .pc {
    display: none;
  }
  .boxCardYC .bnycBox .bnycBoxContainer .btns {
    position: absolute;
    top: -76px;
    right: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .boxCardYC .bnycBox .bnycBoxContainer .btns .btn {
    width: 40px;
    height: 40px;
    margin-left: 20px;
    cursor: pointer;
  }
  .boxCardYC .bnycBox .bnycBoxContainer .btns .btn img {
    width: 100%;
    height: 100%;
  }
  .boxCardYC .bnycBox .bnycBoxContainer .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 160px;
    height: 56px;
    background: #972C2A;
    border-radius: 8px 8px 8px 8px;
    right: auto;
    top: auto;
    bottom: -100px;
    left: 50%;
    color: #fff;
    -webkit-transform: translateY(0%) translateX(-50%);
            transform: translateY(0%) translateX(-50%);
    z-index: 2;
  }
  .boxCardYC .bnycBox .bnycBoxContainer .more .max {
    display: none;
  }
  .boxCardYC .bnycBox .bnycBoxContainer .more .min {
    display: block;
    width: 22px;
    height: 22px;
    margin-left: 5px;
  }
  .boxCardYC .bnycBox .bnycBoxContainer .more span {
    font-size: 18px;
  }
  .boxCardYC .bnycBox .bnycBoxContainer .list {
    position: relative;
  }
  .boxCardYC .bnycBox .bnycBoxContainer .list::after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 65.6%;
  }
  .boxCardYC .bnycBox .bnycBoxContainer .list .bnycBoxSwiper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .boxCardYC .bnycBox .bnycBoxContainer .list .bnycBoxSwiper .swiper-slide {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .boxCardYC .bnycBox .bnycBoxContainer .list .bnycBoxSwiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .boxCardYC .bnycBox .bnycBoxContainer .list .bnycBoxSwiper .swiper-slide img {
    width: 100%;
    min-height: 100%;
  }
  .boxCardYC .bnycBox .bnycBoxContainer .list .swiper-pagination-bg {
    position: absolute;
    z-index: 2;
  }
  .boxCardYC .bnycBox .bnycBoxContainer .list .swiper-pagination-bg .swiper-pagination-bullet {
    background-color: #FFFFFF;
    border-color: #fff;
    opacity: 1;
  }
  .boxCardYC .bnycBox .bnycBoxContainer .list .swiper-pagination-bg .swiper-pagination-bullet-active {
    background-color: #972C2A;
    border-color: #972C2A;
  }
  .boxCardXY .xyzjBox {
    position: relative;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid {
    margin-right: 236px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row {
    width: 50%;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row > div {
    height: 124px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .h {
    height: 40px;
    font-size: 14px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .h .num {
    font-size: 20px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .t {
    font-size: 14px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .m {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .rightCard {
    width: 236px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .rightCard > div {
    height: 186px;
    margin-bottom: 2.5vw;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .rightCard > div span {
    padding-top: 25px;
    font-size: 24px;
  }
  .boxCardXY .xyzjBox .more span {
    font-size: 16px;
  }
  .boxCardJZ .wyjzBox .wyjzBoxContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-right: 0;
  }
  .boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .topTi {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .topTi .ni img {
    width: 30px;
    margin-right: 6px;
  }
  .boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .topTi .ni span {
    font-size: 24px;
    line-height: 30px;
  }
  .boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .topTi a {
    font-size: 16px;
  }
  .boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .topTi a span {
    margin-right: 5px;
  }
  .boxCardJZ .wyjzBox .wyjzBoxContainer .cardGrid .t {
    font-size: 12px !important;
    line-height: 18px !important;
    height: 36px !important;
  }
  .boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard {
    position: static;
    width: 100%;
    height: 340px;
    padding-left: 0;
    margin-top: 10px;
    margin-left: 0;
  }
  .boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard .listBox .bt {
    font-size: 20px;
    height: 50px;
  }
  .boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard .listBox .row {
    height: 38px;
  }

    .boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard .listBox  .row-h {
       top: 45px;
    }
  .boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard .listBox .row span {
    font-size: 14px;
  }
  .boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard .listBox .row .n,   .boxCardJZ .wyjzBox .wyjzBoxContainer .rightCard .listBox  .f {
    font-size: 16px!important;
  }
  .boxCardJZ .wyjzBox .moreBtn.moreBtnAN {
    width: 160px;
    height: 56px;
    border-radius: 8px 8px 8px 8px;
    cursor: pointer;
  }
  .boxCardJZ .wyjzBox .moreBtn.moreBtnAN span {
    font-size: 18px;
  }
  .boxCardJZ .wyjzBox .moreBtn.moreBtnAN img {
    width: 26px;
    height: 26px;
  }
  .dmc .mvBc {
    background-size: cover;
    background-position: center;
    padding-bottom: 80px;
  }
  .dmc .mvBc #tagscloud {
    height: 200px;
  }
  .dmc .btnList .btn {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
  }
  .dmc .btnList .btn img {
    width: 20px;
    height: 20px;
  }
  .dmc .btnList .btn span {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
    .mySwiperBanner .swiper-slide img {
        height: 260px;
    }
    .xyzx .newsSwiper {
    padding-right: 10%;
  }
  .xyzx .newList .newCard {
    width: 100%;
    margin-bottom: 20px;
  }
  .xyzx .newList .newCard .infoTitle {
    font-size: 16px;
  }
  .boxCardXY .xyzjBox {
    position: relative;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row {
    width: 50%;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row > div {
    height: 124px;
    margin-right: 8px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .h {
    height: 40px;
    font-size: 14px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .h .num {
    font-size: 20px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .t {
    font-size: 14px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .m {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .rightCard {
    width: 100%;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .rightCard > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
    margin-right: 8px;
    position: relative;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .rightCard > div::after {
    content: '';
    width: 100%;
    display: block;
    padding-top: 78.68%;
    height: 0;
  }
  .boxCardXY .xyzjBox .xyzjBoxContainer .rightCard > div span {
    position: absolute;
    padding-top: 8%;
    font-size: 24px;
    top: 0;
    left: 0;
  }
}

.head-fix {
  position: fixed!important;
  background-color: #972C2A!important;
}

.fadeInDown {
  animation: fadeInDown 1s;
  -webkit-animation: fadeInDown 1s;
}

@keyframes fadeInDown {
  0% {
    margin-top: -200px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown{
  0% {
    margin-top: -200px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
