.set1 {
  background: url(../img/home/bg1.png) no-repeat 18% 0;
  animation-duration: 2s;
  animation-name: fadeInDown;
}
.set1 .tit1 {
  display: flex;
  align-items: center;
  font-family: 思源宋体 CN;
  color: #ae0d00;
  justify-content: center;
}
@media (max-width: 990px) {
  .set1 .tit1 {
    color: #fff;
  }
}
.set1 .tit1 .D-eng {
  font-size: 80px;
}
.set1 .tit1 .R-cn {
  line-height: 32px;
}
.set1 .tit1 .R-cn .eng {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.set1 .tit1 .R-cn .eng .line {
  display: inline-block;
  width: 36px;
  height: 1px;
  margin-left: 30px;
  background-color: #ae0d00;
}
.set1 .tit1 .R-cn .cn {
  font-size: 40px;
  font-weight: bold;
}
.set1 .cont1 {
  margin: 0;
  padding-top: 65px;
}
.set1 .cont1 .left .list1-l {
  margin-bottom: 79px;
}
.set1 .cont1 .left .list1-l a {
  display: block;
  border-radius: 24px 0 0 0;
  overflow: hidden;
  transition: 0.5s;
  color: #fff;
}
.set1 .cont1 .left .list1-l a img {
  transition: 0.5s;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 490px;
}
@media (max-width: 500px) {
  .set1 .cont1 .left .list1-l a img {
    height: auto;
  }
}
.set1 .cont1 .left .list1-l a .txt {
  display: flex;
  background: #fff;
  align-items: center;
  font-family: '思源黑体 CN';
}
.set1 .cont1 .left .list1-l a .txt .txt-l {
  padding: 0 70px;
  color: #2f2f2f;
  font-size: 22px;
  font-weight: bold;
  font-family: '思源黑体 CN';
}
@media (max-width: 500px) {
  .set1 .cont1 .left .list1-l a .txt .txt-l {
    padding: 0;
  }
}
.set1 .cont1 .left .list1-l a .txt .txt-l span {
  color: #ae0d00;
}
.set1 .cont1 .left .list1-l a .txt .txt-r .time {
  width: 143px;
  background-color: #ae0d00;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
}
.set1 .cont1 .left .list1-l a .txt .txt-r .time h3 {
  font-size: 53px;
  font-family: '思源黑体 CN';
  margin-bottom: -20px;
}
.set1 .cont1 .left .list1-l a .txt .txt-r .time div {
  font-size: 22px;
  font-family: '思源黑体 CN';
  margin: 10px;
}
.set1 .cont1 .left .anymore {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 990px) {
  .set1 .cont1 .left .anymore {
    justify-content: center;
  }
}
.set1 .cont1 .left .anymore a {
  margin-left: 17px;
  font-size: 16px;
  color: #ae0d00;
}
.set1 .cont1 .right .list1-r {
  margin-bottom: 41px;
}
.set1 .cont1 .right .list1-r .a::before {
  content: '';
  position: absolute;
  top: 0;
  height: 39%;
  width: 1px;
  left: 120px;
  background: #e0e0e0;
}
.set1 .cont1 .right .list1-r .a {
  background: url(../img/home/ico6.png) no-repeat -30% 100%;
  background-color: #fff;
  border-radius: 30px 0 30px 0;
  display: flex;
  height: 280px;
  padding: 30px;
  box-shadow: 0px 5px 10px #a3a9b3;
}
.set1 .cont1 .right .list1-r .a .l-date {
  width: 70px;
  text-align: center;
}
.set1 .cont1 .right .list1-r .a .l-date h4 {
  font-size: 40px;
  color: #ae0d00;
  font-family: '思源黑体 CN';
}
.set1 .cont1 .right .list1-r .a .l-date h6 {
  font-size: 16px;
  color: #ae0d00;
  font-family: '思源黑体 CN';
}
.set1 .cont1 .right .list1-r .a .r-des {
  width: calc(100% - 70px);
  padding: 0px 30px;
}
.set1 .cont1 .right .list1-r .a .r-des h4 {
  font-size: 22px;
  color: #000;
  font-family: '思源黑体 CN';
}
.set1 .cont1 .right .list1-r .a .r-des .line {
  width: 100%;
  height: 1px;
  background-color: #7d7d7d;
  margin: 30px 0 40px 0;
}
.set1 .cont1 .right .list1-r .a .r-des .neirong {
  color: #7d7d7d;
  font-size: 18px;
  font-family: '思源黑体 CN';
}
.set1 .cont1 .right .list1S .list1Box {
  width: 135%;
}
.set1 .cont1 .right .list1S .list1Box .list1 .a:hover {
  box-shadow: 10px 0 20px 0 rgba(3, 63, 50, 0.27);
}
.set1 .cont1 .right .list1S .list1Box .list1 .a:hover .txt {
  transform: translateY(-60%);
}
.set1 .cont1 .right .list1S .list1Box .list1 .a:hover .txt1 {
  transform: translateY(0);
}
.set1 .cont1 .right .list1S .list1Box .list1 .a {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  transition: 0.5s;
  height: 280px;
  width: 450px;
}
@media (max-width: 900px) {
  .set1 .cont1 .right .list1S .list1Box .list1 .a {
    width: 100%;
  }
}
.set1 .cont1 .right .list1S .list1Box .list1 .a .imga {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.set1 .cont1 .right .list1S .list1Box .list1 .a .txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 15px 20px;
  background: url(../img/home/bg2.png) center bottom no-repeat;
  background-size: 100% auto;
  transition: 0.5s;
  transform: translateY(0);
}
.set1 .cont1 .right .list1S .list1Box .list1 .a .txt h4 {
  font-size: 18px;
  color: #fff;
  font-family: '思源黑体 CN';
  font-weight: normal;
}
.set1 .cont1 .right .list1S .list1Box .list1 .a .txt1 {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(101%);
  background: rgba(165, 10, 0, 0.95);
  flex-direction: column;
  justify-content: center;
  padding: 0 28px;
  transition: 0.5s;
}
.set1 .cont1 .right .list1S .list1Box .list1 .a .txt1 h4 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  transition: 0.5s;
  font-family: '思源黑体 CN';
}
.set1 .cont1 .right .list1S .list1Box .list1 .a .txt1 p {
  margin: 23px 8px;
  line-height: 24px;
  opacity: 0.78;
  transition: 0.5s;
  color: #fff;
  font-size: 16px;
  font-family: '思源黑体 CN';
}
.set1 .cont1 .right .list1S .list1Box .list1 .a .txt1 h6 {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #ae0d00;
  font-family: '思源黑体 CN';
  line-height: 48px;
  font-weight: normal;
}
.set1 .cont1 .right .list1S .list1Box .list1 .a .txt1 h6::before {
  content: '';
  position: absolute;
  width: 172px;
  background: #f4f4ee;
  top: 0;
  right: 0;
  bottom: 0;
  left: -28px;
  z-index: -1;
  border-radius: 0 25vw 25vw 0;
}
.set1 .cont1 .right .list1S .list1Box .qhBox {
  position: relative;
  z-index: 1;
  padding: 0 0 0 0.45rem;
  margin: 95px 0 20px 0;
  height: 1px;
}
.set1 .cont1 .right .list1S .list1Box .qhBox .swiper-scrollbar {
  height: 4px;
  background: none;
  z-index: -1;
  position: absolute;
  top: 50%;
  margin-top: -0.015rem;
  left: 1.65rem;
  right: 0;
}
.set1 .cont1 .right .list1S .list1Box .qhBox .swiper-scrollbar .swiper-scrollbar-drag {
  background: #ae0d00;
}
.set1 .cont1 .right .list1S .list1Box .qhBox .arrow1 {
  display: flex;
  align-items: center;
}
.set1 .cont1 .right .list1S .list1Box .qhBox .arrow1 .arrow {
  width: 38px;
  height: 38px;
  background: #fcfaf4;
  z-index: 1;
  cursor: pointer;
}
.set1 .cont1 .right .list1S .list1Box .qhBox .arrow1 .arrow .icog {
  position: relative;
  height: 38px;
}
.set1 .cont1 .right .list1S .list1Box .qhBox .arrow1 .arrow .icog img {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 999;
}
.set1 .cont1 .right .list1S .list1Box .qhBox::before {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  background: #bed2cc;
  margin: -0.5px 0 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.set1 .cont1 .right .list1S .swiper-container {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}
@media (max-width: 2000px) {
  .set1 .cont1 .right .list1S {
    width: 100%;
  }
  .set1 .cont1 .right .list1S .list1Box {
    width: auto;
  }
}
.set2 {
  padding: 60px 0;
  animation-duration: 2s;
  animation-name: zoomInDown;
}
.set2 .tit2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.set2 .tit2 .tit-l {
  font-family: '思源宋体 CN';
  font-size: 40px;
  font-weight: bold;
  position: relative;
}
.set2 .tit2 .tit-l span {
  color: #ae0d00;
  font-size: 16px;
  font-weight: normal;
}
.set2 .tit2 .tit-l .ico5 {
  position: absolute;
  left: -15px;
}
.set2 .tit2 .anymore {
  display: flex;
  align-items: center;
}
.set2 .tit2 .anymore a {
  padding-left: 15px;
  font-size: 16px;
  color: #ae0d00;
}
.set2 .cont2 {
  padding-top: 65px;
  margin: 0;
}
.set2 .cont2 .list {
  margin: 5px 0;
  animation-duration: 2s;
}
.set2 .cont2 .list .item {
  border: 2px solid #ae0d00;
  position: relative;
  padding: 40px 25px 20px 25px;
}
.set2 .cont2 .list .item .date {
  width: 121px;
  height: 37px;
  background-color: #ae0d00;
  position: absolute;
  top: -20px;
  left: -2px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.set2 .cont2 .list .item .title {
  font-size: 20px;
  font-weight: bold;
  color: #2f2f2f;
  font-family: '思源黑体';
}
.set2 .cont2 .list .item .des {
  padding-top: 22px;
  font-size: 16px;
  color: #7d7d7d;
}
.set3 {
  animation-duration: 2s;
}
.set3 .tit3 {
  display: flex;
  align-items: center;
  font-family: 思源宋体 CN;
  color: #ae0d00;
  justify-content: center;
}
.set3 .tit3 .D-eng {
  font-size: 80px;
}
.set3 .tit3 .R-cn {
  line-height: 32px;
}
.set3 .tit3 .R-cn .eng {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.set3 .tit3 .R-cn .eng .line {
  display: inline-block;
  width: 36px;
  height: 1px;
  margin-left: 30px;
  background-color: #ae0d00;
}
.set3 .tit3 .R-cn .cn {
  font-size: 40px;
  font-weight: bold;
}
.set3 .cont3 {
  margin: 0;
  padding: 70px 0;
}
.set3 .cont3 .list {
  display: table-cell;
  display: flex;
  justify-content: center;
}
.set3 .cont3 .list .item {
  margin: 5px 0;
  height: 433px;
  width: 313px;
  padding: 30px 15px;
  background-color: #F2E9E1;
  text-align: center;
  border-radius: 30px;
  position: relative;
}
.set3 .cont3 .list .item .des {
  padding: 30px;
  font-family: '思源黑体 CN';
  font-size: 22px;
  color: #2f2f2f;
}
.set3 .cont3 .list .item img {
  width: 288px;
  height: 260px;
  object-fit: cover;
  bottom: 10px;
  position: absolute;
  left: calc(50% - 144px);
}
.set3 .cont3 .anymore {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-top: 50px;
}
.set3 .cont3 .anymore a {
  padding-left: 15px;
  font-size: 16px;
  color: #ae0d00;
}
.set4 {
  background: url(../img/home/bg3.png) no-repeat 50% 30%;
  padding: 100px 0;
  animation-duration: 2s;
  animation-name: zoomInDown;
}
.set4 .list4 {
  margin: 0;
}
.set4 .list4 .list4-l .tit4 {
  display: flex;
  align-items: center;
  font-family: 思源宋体 CN;
  color: #fff;
}
@media (max-width: 990px) {
  .set4 .list4 .list4-l .tit4 {
    color: #ae0d00;
  }
}
.set4 .list4 .list4-l .tit4 .D-eng {
  font-size: 80px;
}
.set4 .list4 .list4-l .tit4 .R-cn {
  line-height: 32px;
}
.set4 .list4 .list4-l .tit4 .R-cn .eng {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.set4 .list4 .list4-l .tit4 .R-cn .eng .line {
  display: inline-block;
  width: 36px;
  height: 1px;
  margin-left: 30px;
  background-color: #fff;
}
.set4 .list4 .list4-l .tit4 .R-cn .cn {
  font-size: 40px;
  font-weight: bold;
}
.set4 .list4 .list4-l .cont4 {
  width: 586px;
  height: 407px;
}
@media (max-width: 1400px) {
  .set4 .list4 .list4-l .cont4 {
    width: 100%;
  }
}
.set4 .list4 .list4-l .cont4 video,
.set4 .list4 .list4-l .cont4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.set4 .list4 .swiper {
  position: relative;
  padding: 10px;
}
.set4 .list4 .swiper .swiper-slide {
  height: 248px;
  position: relative;
}
.set4 .list4 .swiper .swiper-slide video,
.set4 .list4 .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.set4 .list4 .swiper .swiper-slide .video-caption {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  width: 80%;
  position: absolute;
  bottom: -20px;
  background-color: #ffffff;
  border-radius: 0 50px 50px 0;
}
.set4 .list4 .swiper .swiper-slide .video-caption .video-info {
  flex: 1;
  padding-left: 20px;
}
.set4 .list4 .swiper .swiper-slide .video-caption .video-info img {
  width: 35px;
  height: 35px;
}
.set4 .list4 .swiper .swiper-slide .video-caption .video-info h2 {
  line-height: 26px;
  font-size: 14px;
}
.set4 .list4 .swiper .swiper-slide .video-caption .video-info .progress {
  display: block;
  position: relative;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: #d2d1d6;
}
.set4 .list4 .swiper .swiper-slide .video-caption .video-info .progress::after {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 5px;
  height: 15px;
  background: #8f8f8f;
}
.set4 .list4 .swiper .swiper-slide .video-caption .video-info .timer {
  display: block;
  line-height: 14px;
  font-size: 15px;
  text-align: right;
  color: #212121;
  height: 1px;
}
.set4 .list4 .swiper .swiper-button-next,
.set4 .list4 .swiper .swiper-rtl .swiper-button-prev {
  content: url(../img/home/arr1h.png);
  width: auto !important;
  height: auto !important;
  top: 52% !important;
  right: 0%;
}
.set4 .list4 .swiper .swiper-button-prev,
.set4 .list4 .swiper .swiper-rtl .swiper-button-next {
  content: url(../img/home/arr2.png);
  width: auto !important;
  height: auto !important;
  top: 52% !important;
  right: 5%;
  left: 0%;
}
.set5 {
  overflow: hidden;
  background: url(../img/home/bg4.png) no-repeat 12% 30%;
}
.set5 .tit5 {
  float: right;
  display: flex;
  align-items: center;
  font-family: 思源宋体 CN;
  color: #fff;
  justify-content: left;
  background-color: #ae0d00;
  border-radius: 80px 0 0 80px;
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 1200px) {
  .set5 .tit5 {
    width: auto;
  }
}
.set5 .tit5 .D-eng {
  font-size: 80px;
}
.set5 .tit5 .R-cn {
  line-height: 32px;
}
.set5 .tit5 .R-cn .eng {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.set5 .tit5 .R-cn .eng .line {
  display: inline-block;
  width: 36px;
  height: 1px;
  margin-left: 30px;
  background-color: #fff;
}
.set5 .tit5 .R-cn .cn {
  font-size: 40px;
  font-weight: bold;
}
.set5 .list5S {
  padding: 100px 0;
}
.set5 .list5S .list5Box .list5 .swiper-slide {
  flex-shrink: unset;
}
.set5 .list5S .list5Box .list5 .a:hover .txt5 h4 {
  color: #fff;
}
.set5 .list5S .list5Box .list5 .a:hover .txt5 .line {
  display: block;
}
.set5 .list5S .list5Box .list5 .a:hover .top5 {
  transform: translateY(0);
  opacity: 1;
}
.set5 .list5S .list5Box .list5 .a:hover::before {
  transform: translateY(0);
  opacity: 1;
}
.set5 .list5S .list5Box .list5 .a {
  display: block;
  box-shadow: 0px 1px 1.25rem 0px rgba(174, 13, 0, 0.31);
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 374px;
  height: 458px;
}
@media (max-width: 500px) {
  .set5 .list5S .list5Box .list5 .a {
    width: 294px;
  }
}
.set5 .list5S .list5Box .list5 .a .txt5 {
  height: 202px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 85px 35px 0px 35px;
  position: relative;
  z-index: 1;
}
.set5 .list5S .list5Box .list5 .a .txt5 h4 {
  font-size: 24px;
  font-family: '思源黑体 CN';
  line-height: 30px;
  color: #2f2f2f;
}
.set5 .list5S .list5Box .list5 .a .txt5 .line {
  width: 64px;
  height: 3px;
  margin-top: 50px;
  background-color: #fff;
}
@media (max-width: 500px) {
  .set5 .list5S .list5Box .list5 .a .txt5 {
    padding: 85px 20px 0 20px;
  }
}
.set5 .list5S .list5Box .list5 .a .imga5 {
  height: 268px;
  position: relative;
}
.set5 .list5S .list5Box .list5 .a .imga5 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.set5 .list5S .list5Box .list5 .a .top5 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 180px 35px;
  transform: translateY(101%);
  transition: 0.5s;
  opacity: 0;
}
.set5 .list5S .list5Box .list5 .a .top5 .des5 {
  color: #ffffff;
  margin: 63px 0 35px 0;
  font-size: 16px;
  line-height: 24px;
  font-family: '思源黑体 CN';
}
.set5 .list5S .list5Box .list5 .a .top5 .more5 {
  width: 141px;
  height: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50vw;
  font-size: 16px;
  font-family: '思源黑体 CN';
  color: #ae0d00;
}
.set5 .list5S .list5Box .list5 .a .top5 .more5 img {
  padding-left: 15px;
}
.set5 .list5S .list5Box .list5 .a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ae0d00;
  z-index: 1;
  transform: translateY(101%);
  transition: 0.5s;
  opacity: 0;
}
.set5 .list5S .list5Box .swiper-scrollbar {
  height: 3px;
  background: none;
  z-index: 1;
  position: relative;
  bottom: 0;
  margin-top: 15px;
}
.set5 .list5S .list5Box .swiper-scrollbar .swiper-scrollbar-drag {
  background: #ae0d00;
}
.set5 .list5S .list5Box .swiper-scrollbar::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #dddedf;
  margin: -0.5px 0 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.set5 .list5S .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.set6 {
  background: url(../img/home/bg5.png) no-repeat 20% 0;
  animation-duration: 2s;
  animation-name: rollIn;
}
.set6 .tit6 {
  display: flex;
  align-items: center;
  font-family: 思源宋体 CN;
  color: #ae0d00;
  justify-content: center;
}
.set6 .tit6 .D-eng {
  font-size: 80px;
}
.set6 .tit6 .R-cn {
  line-height: 32px;
}
.set6 .tit6 .R-cn .eng {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.set6 .tit6 .R-cn .eng .line {
  display: inline-block;
  width: 36px;
  height: 1px;
  margin-left: 30px;
  background-color: #ae0d00;
}
.set6 .tit6 .R-cn .cn {
  font-size: 40px;
  font-weight: bold;
}
.set6 .cont6 {
  padding: 50px;
}
.set6 .cont6 .item1 {
  margin: 0;
}
.set6 .cont6 .item1 .title1 {
  font-size: 28px;
  background: url(../img/home/ico7.png) no-repeat 50% 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.set6 .cont6 .item1 .title1 a {
  color: #2f2f2f;
  font-family: '微软雅黑';
}
.set6 .cont6 .item1 .list {
  padding: 0;
}
.set6 .cont6 .item1 .list img {
  width: 100%;
  height: 323px;
}
.set6 .cont6 .item2 {
  margin: 0;
}
.set6 .cont6 .item2 .title2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ae0d00;
  font-size: 28px;
  padding: 0;
}
.set6 .cont6 .item2 .title2 a {
  color: #fff;
  font-family: '微软雅黑';
}
.set6 .cont6 .item2 .title2 a .ico8g {
  text-align: center;
}
.set6 .cont6 .item2 .title2 a p {
  font-family: '微软雅黑';
}
.set6 .cont6 .item2 .list {
  padding: 0;
}
.set6 .cont6 .item2 .list img {
  width: 100%;
  height: 323px;
}
