.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
a,
b,
i,
em,
span,
img {
  display: block;
}
@-webkit-keyframes qh {
  0% {
    -webkit-transform: rotateZ(-360deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
  }
}
@-webkit-keyframes qs {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.w1400 {
  max-width: 1920px;
}
@media (max-width: 1501px) {
  .w1400 {
    width: 90%;
  }
}
@media (max-width: 1201px) {
  .w1400 {
    width: 92%;
  }
}
.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.title .titFl {
  display: flex;
}
.title .titFl b {
  display: flex;
  font-size: 26px;
  color: #333;
  font-weight: bold;
}
.title .titFl b em {
  color: #d6171f;
  font-weight: bold;
}
.title.white .titFl b {
  color: #fff;
}
.title.white .titFl b em {
  color: #fff;
}
.more {
  transition: all 0.5s;
  padding-right: 20px;
  font-size: 16px;
  color: #999;
  background: url(../images/index2/i2.png) right center no-repeat;
  background-size: 7px auto;
}
.more:hover,
.more.red {
  color: #d6171f;
  background-image: url(../images/index2/i2s.png);
}
/* 视频弹窗 */
.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 310;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1341px;
}
.pop_video video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.pop_video .pop_delete {
  float: right;
  position: relative;
  z-index: 9999;
  margin: 0 0 30px 0;
  width: 31px;
  height: 31px;
  background: url(../images/index2/i10.png) center no-repeat;
  border-radius: 31px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.pop_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.7;
}
@media (max-width: 1201px) {
  .title {
    margin-bottom: 0.4rem;
  }
  .title .titFl b {
    font-size: 0.4rem;
  }
  .more {
    padding-right: 0.25rem;
    font-size: 0.28rem;
    background-size: 0.11rem auto;
  }
  /* 视频弹窗 */
  .pop_video {
    width: 92%;
  }
  .pop_video .pop_delete {
    margin: 0 0 30px 0;
    width: 31px;
    height: 31px;
    background: url(../images/index2/i10.png) center no-repeat;
    border-radius: 31px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  }
}
.ind01 {
  padding: 70px 0;
}
.ind01 .left {
  float: left;
  width: 61%;
}
.ind01 .left .swiper-slide {
  width: 100%;
  height: 530px;
  overflow: hidden;
}
.ind01 .left .swiper-slide .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.ind01 .left .swiper-slide .pic {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ind01 .left .swiper-slide .pic::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  content: "";
}
.ind01 .left .swiper-slide .pic i {
  display: block;
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind01 .left .swiper-slide .pos {
  position: absolute;
  left: 4%;
  bottom: 30px;
  z-index: 2;
  width: 92%;
  color: #fff;
}
.ind01 .left .swiper-slide .pos .tit {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ind01 .left .swiper-slide .pos .tit .icon {
  margin-right: 10px;
  height: 25px;
}
.ind01 .left .swiper-slide .pos .tit .icon img {
  height: 100%;
}
.ind01 .left .swiper-slide .pos .tit p {
  font-size: 16px;
}
.ind01 .left .swiper-slide .pos b {
  display: block;
  font-size: 22px;
  font-weight: bold;
}
.ind01 .left .swiper-slide:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.05);
}
.ind01 .left .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  left: auto;
  right: 4%;
  bottom: 35px;
  width: 10%;
  font-size: 18px;
  letter-spacing: 3px;
  color: #fff;
}
.ind01 .left .swiper-pagination .swiper-pagination-current {
  margin-top: -3px;
  font-size: 22px;
  color: #d6171f;
}
.ind01 .left .swiper-button-next,
.ind01 .left .swiper-button-prev {
  transition: all 0.5s;
  width: 35px;
  height: 77px;
  background-color: rgba(0, 0, 0, 0.49);
  background-position: center;
  background-repeat: no-repeat;
}
.ind01 .left .swiper-button-next:hover,
.ind01 .left .swiper-button-prev:hover {
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.7);
}
.ind01 .left .swiper-button-prev {
  left: 0;
  background-image: url(../images/index2/i4.png);
  border-radius: 0 10px 10px 0;
}
.ind01 .left .swiper-button-next {
  right: 0;
  background-image: url(../images/index2/i5.png);
  border-radius: 10px 0 0 10px;
}
.ind01 .right {
  float: right;
  width: 35%;
}
.ind01 .right .top .list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: -5px 0 16px;
  height: 298px;
}
.ind01 .right .top .list a {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.ind01 .right .top .list a .time {
  width: 58px;
  color: #999;
  text-align: center;
}
.ind01 .right .top .list a .time i {
  font-size: 24px;
  font-weight: bold;
}
.ind01 .right .top .list a .time em {
  font-size: 14px;
}
.ind01 .right .top .list a .lie {
  margin: 0 25px 0 15px;
  width: 1px;
  height: 13px;
  background: #e8e8e8;
}
.ind01 .right .top .list a .text {
  width: calc(100% - 58px - 41px);
  max-height: 26px;
  line-height: 26px;
  font-size: 20px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ind01 .right .top .list a:hover .time,
.ind01 .right .top .list a:hover .text {
  color: #d6171f;
}
.ind01 .right .bot .title {
  margin-bottom: 0;
}
.ind01 .right .bot .list a {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.ind01 .right .bot .list a .pic {
  width: 124px;
  height: 73px;
  overflow: hidden;
}
.ind01 .right .bot .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind01 .right .bot .list a .lie {
  margin: 0 25px 0 15px;
  width: 1px;
  height: 13px;
  background: #e8e8e8;
}
.ind01 .right .bot .list a .text {
  width: calc(100% - 124px - 41px);
  line-height: 32px;
  font-size: 18px;
}
.ind01 .right .bot .list a .text b {
  width: 100%;
  max-height: 32px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ind01 .right .bot .list a .text p {
  color: #999;
  font-size: 16px;
}
.ind01 .right .bot .list a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.1);
}
.ind01 .right .bot .list a:hover .text b {
  color: #d6171f;
}
@media (max-width: 1201px) {
  .ind01 {
    padding: 0.6rem 0;
  }
  .ind01 .left {
    margin-bottom: 0.6rem;
    width: 100%;
  }
  .ind01 .left .swiper-slide {
    height: 4rem;
  }
  .ind01 .left .swiper-slide .pos {
    bottom: 0.3rem;
  }
  .ind01 .left .swiper-slide .pos .tit {
    margin-bottom: 0.15rem;
  }
  .ind01 .left .swiper-slide .pos .tit .icon {
    margin-right: 0.1rem;
    height: 0.25rem;
  }
  .ind01 .left .swiper-slide .pos .tit p {
    font-size: 0.28rem;
  }
  .ind01 .left .swiper-slide .pos b {
    font-size: 0.3rem;
  }
  .ind01 .left .swiper-pagination {
    bottom: 0.3rem;
    font-size: 0.3rem;
    letter-spacing: 3px;
  }
  .ind01 .left .swiper-pagination .swiper-pagination-current {
    margin-top: 0;
    font-size: 0.3rem;
  }
  .ind01 .left .swiper-button-next,
  .ind01 .left .swiper-button-prev {
    width: 0.4rem;
    height: 0.9rem;
  }
  .ind01 .left .swiper-button-prev {
    border-radius: 0 0.1rem 0.1rem 0;
  }
  .ind01 .left .swiper-button-next {
    border-radius: 0.1rem 0 0 0.1rem;
  }
  .ind01 .right {
    width: 100%;
  }
  .ind01 .right .top .list {
    margin: 0 0 0.6rem;
    height: auto;
  }
  .ind01 .right .top .list a {
    margin-bottom: 0.26rem;
  }
  .ind01 .right .top .list a .time {
    width: 1.2rem;
  }
  .ind01 .right .top .list a .time i {
    font-size: 0.52rem;
  }
  .ind01 .right .top .list a .time em {
    font-size: 0.24rem;
  }
  .ind01 .right .top .list a .lie {
    margin: 0 0.3rem;
    height: 0.3rem;
  }
  .ind01 .right .top .list a .text {
    width: calc(100% - 1.8rem - 3px);
    max-height: 0.9rem;
    line-height: 0.45rem;
    font-size: 0.3rem;
  }
  .ind01 .right .bot .list a {
    margin-top: 0.4rem;
  }
  .ind01 .right .bot .list a .pic {
    width: 2rem;
    height: 1.2rem;
  }
  .ind01 .right .bot .list a .lie {
    margin: 0 0.4rem;
    height: 0.3rem;
  }
  .ind01 .right .bot .list a .text {
    width: calc(100% - 2.8rem - 3px);
    line-height: 0.45rem;
    font-size: 0.3rem;
  }
  .ind01 .right .bot .list a .text b {
    max-height: 0.9rem;
    -webkit-line-clamp: 2;
  }
  .ind01 .right .bot .list a .text p {
    font-size: 0.26rem;
  }
}
.ind02 {
  padding: 70px 0 0;
  background: #f8f8f8 url(../images/index2/ind02_bac.jpg) bottom center no-repeat;
  background-size: 100% auto;
}
.ind02 .title {
  margin-bottom: 0;
}
.ind02 .left {
  margin-top: 80px;
  width: 61%;
}
.ind02 .left .text {
  margin-bottom: 50px;
}
.ind02 .left .text p {
  line-height: 37px;
  font-size: 18px;
  color: #666;
}
.ind02 .left .text p i {
  display: inline;
  color: #d6171f;
  font-weight: bold;
  font-size: 22px;
}
.ind02 .left .list {
  padding: 0 40px;
  height: 146px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.ind02 .left .list .mode {
  position: relative;
  display: flex;
}
.ind02 .left .list .mode:last-child::before {
  display: none;
}
.ind02 .left .list .mode .icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
  height: 62px;
}
.ind02 .left .list .mode .icon img {
  height: 25px;
}
.ind02 .left .list .mode .num {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #d6171f;
}
.ind02 .left .list .mode .num span {
  font-size: 40px;
  font-weight: bold;
}
.ind02 .left .list .mode .num i {
  margin: 16px 0 0 6px;
  font-size: 22px;
}
.ind02 .left .list .mode p {
  font-size: 18px;
  color: #666;
}
.ind02 .left .list .lie {
  width: 1px;
  height: 60px;
  background: #ececec;
}
.ind02 .right {
  position: relative;
  margin-right: 5%;
  width: 340px;
  height: 560px;
}
.ind02 .right i {
  width: 100%;
  height: 100%;
}
.ind02 .right .pos {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  background: rgba(214, 23, 31, 0.8) url(../images/index2/i9.png) center no-repeat;
  border-radius: 100%;
  cursor: pointer;
}
.ind02 .right .pos em {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  border: #fff 1px dashed;
  animation: qh 12s linear infinite;
}
@media (max-width: 1201px) {
  .ind02 {
    padding: 0.6rem 0 0;
    background-image: url(../images/index2/mobile/ind02_bac.jpg);
  }
  .ind02 .title {
    margin-bottom: 0;
  }
  .ind02 .w1400 {
    position: relative;
  }
  .ind02 .left {
    margin-top: 0.4rem;
    padding-bottom: 0.6rem;
    width: 100%;
  }
  .ind02 .left .text {
    margin-bottom: 0.6rem;
  }
  .ind02 .left .text p {
    line-height: 0.45rem;
    font-size: 0.28rem;
  }
  .ind02 .left .text p i {
    font-size: 0.28rem;
  }
  .ind02 .left .list {
    box-sizing: border-box;
    padding: 0 0.3rem;
    width: 47.1%;
    height: 4.88rem;
    display: block;
  }
  .ind02 .left .list .mode {
    padding: 0.2rem 0 0.3rem;
  }
  .ind02 .left .list .mode .icon {
    margin-right: 0.15rem;
    height: 0.7rem;
  }
  .ind02 .left .list .mode .icon img {
    height: 0.28rem;
  }
  .ind02 .left .list .mode .num {
    margin-bottom: 0;
  }
  .ind02 .left .list .mode .num span {
    line-height: 0.7rem;
    font-size: 0.52rem;
  }
  .ind02 .left .list .mode .num i {
    margin: 16px 0 0 6px;
    font-size: 0.33rem;
  }
  .ind02 .left .list .mode p {
    font-size: 0.24rem;
  }
  .ind02 .left .list .lie {
    width: 1.35rem;
    height: 2px;
    background: #f1f1f1;
  }
  .ind02 .right {
    position: absolute;
    right: 5%;
    bottom: -0.8rem;
    margin-right: 0;
    width: 3rem;
    height: 6rem;
  }
  .ind02 .right i {
    width: 100%;
    height: 100%;
  }
  .ind02 .right .pos {
    margin-top: -0.4rem;
    width: 0.84rem;
    height: 0.84rem;
    background-size: 0.16rem auto;
  }
  .ind02 .right .pos em {
    width: 0.64rem;
    height: 0.64rem;
  }
}
.ind03 {
  position: relative;
  z-index: 2;
  padding: 70px 0;
  background: #f9f9f9;
}
.ind03 .swiper {
  margin-left: -15px;
  width: calc(100% + 30px);
}
.ind03 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.ind03 .swiper-slide a {
  transition: all 0.5s;
  margin: 15px;
  width: calc((100% - 90px) / 3);
  background: #fff;
}
.ind03 .swiper-slide a .bor {
  padding: 10px 30px;
  border: none;
}
.ind03 .swiper-slide a b {
  transition: all 0.5s;
  position: relative;
  padding: 16px 0;
  line-height: 28px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  border-bottom: #d8d8d8 1px solid;
}
.ind03 .swiper-slide a b::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #d6171f;
  content: "";
}
.ind03 .swiper-slide a .text {
  padding: 16px 0;
}
.ind03 .swiper-slide a .text p {
  font-size: 16px;
  color: #666;
}
.ind03 .swiper-slide a .text p i {
  display: inline;
  font-weight: bold;
}
.ind03 .swiper-slide a:hover {
  transition: all 0.5s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.ind03 .swiper-slide a:hover b {
  transition: all 0.5s;
  color: #d6171f;
}
.ind03 .swiper-slide a:hover b::before {
  transition: all 0.5s;
  width: 100%;
}
.ind03 .swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  display: flex;
  justify-content: center;
}
.ind03 .swiper-pagination span {
  opacity: 1;
  margin: 25px 7px 0 !important;
  width: 10px;
  height: 10px;
  background: #eeb5b7;
  cursor: pointer;
}
.ind03 .swiper-pagination .swiper-pagination-bullet-active {
  background: #d6171f;
}
@media (max-width: 1201px) {
  .ind03 {
    padding: 0.6rem 0;
  }
  .ind03 .swiper {
    margin-left: 0;
    width: 100%;
  }
  .ind03 .swiper-slide {
    display: block;
  }
  .ind03 .swiper-slide a {
    margin: 0 0 0.3rem;
    width: 100%;
  }
  .ind03 .swiper-slide a .bor {
    padding: 0.3rem 0.5rem;
  }
  .ind03 .swiper-slide a b {
    padding: 0.16rem 0;
    line-height: 0.4rem;
    font-size: 0.3rem;
  }
  .ind03 .swiper-slide a b::before {
    width: 100%;
  }
  .ind03 .swiper-slide a .text {
    padding: 0.16rem 0;
  }
  .ind03 .swiper-slide a .text p {
    font-size: 0.28rem;
  }
  .ind03 .swiper-slide a:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  }
  .ind03 .swiper-pagination span {
    margin: 0 0.12rem !important;
    width: 0.17rem;
    height: 0.17rem;
  }
}
.ind04 {
  padding: 70px 0;
}
.ind04 .next {
  position: relative;
}
.ind04 .next .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ind04 .next .pic i {
  transition: all 1s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  animation: qs 30s linear infinite;
}
.ind04 .next .mode {
  position: relative;
  z-index: 2;
  padding: 70px 8.5%;
  min-height: 270px;
}
.ind04 .next .mode .text {
  margin-bottom: 40px;
}
.ind04 .next .mode .text p {
  line-height: 30px;
  font-size: 18px;
  color: #333;
}
.ind04 .next:hover .more {
  transition: all 0.5s;
  margin-left: 16px;
}
@media (max-width: 1201px) {
  .ind04 {
    padding: 0.6rem 0;
  }
  .ind04 .next .mode {
    padding: 0.6rem 0.5rem 1.6rem;
    min-height: 0.45rem;
  }
  .ind04 .next .mode .text {
    margin-bottom: 0.3rem;
  }
  .ind04 .next .mode .text p {
    line-height: 0.45rem;
    font-size: 0.28rem;
  }
  .ind04 .next:hover .more {
    margin-left: 0;
  }
}
