.titBox {
  display: flex;
  justify-content: space-between;
}
.titBox .tabBox {
  display: flex;
  position: absolute;
  margin-left: 180px;
  margin-top: 8px;
}
.titBox .tabBox .tab {
  color: #cccccc;
  font-size: 22px;
  margin: 0 13px;
  cursor: pointer;
}
.titBox .tabBox .tab:first-child::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background: #333333;
  margin-top: 13px;
  margin-left: 10px;
}
.titBox .tabBox .tab:hover {
  color: #333333;
}
.titBox .tabBox .tab.active {
  color: #333333;
  border-bottom: 1px solid #333333;
}
.titBox .tit {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  letter-spacing: 3px;
  color: #333333;
  display: flex;
}
.titBox .tit .icon {
  width: 45px;
  margin-right: 8px;
}
.titBox .tit p {
  margin-top: 5px;
}
.titBox .more {
  width: 120px;
  height: 38px;
  color: #666666;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  border-radius: 20px;
  border: solid 1px #666666;
}
.more:hover {
  color: #c90604;
  border: solid 1px #c90604;
}
.index {
  background: white;
}
.index .f1 {
  width: 100%;
  padding: 70px 0 55px 0;
  position: relative;
}
.index .f1 .f1Swiper {
  width: 100%;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.index .f1 .f1Swiper .swiper-slide {
  display: flex;
}
.index .f1 .f1Swiper .swiper-slide .imgBox {
  width: 55%;
  height: 28rem;
  border-radius: 15px;
  overflow: hidden;
}
.index .f1 .f1Swiper .swiper-slide .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.index .f1 .f1Swiper .swiper-slide .textBox {
  width: 45%;
  padding: 0 0 0 3vw;
  color: #333333;
}
.index .f1 .f1Swiper .swiper-slide .textBox .name {
  font-size: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
  margin: 20px 0;
}
.index .f1 .f1Swiper .swiper-slide .textBox .des {
  font-size: 16px;
  text-align: justify;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index .f1 .f1Swiper .swiper-slide .textBox .time {
  color: #c90604;
  font-size: 18px;
  font-weight: bold;
}
.index .f1 .f1Swiper .swiper-slide .textBox .mores {
  color: #c90604;
  font-size: 16px;
  display: inline-block;
  padding-bottom: 3px;
  margin-top: 30px;
  border-bottom: 1px solid #c90604;
}
.index .f1 .f1Swiper .swiper-slide:hover .imgBox .img {
  transform: scale(1.1);
}
.index .f1 .f1Swiper .swiper-slide:hover .textBox .name {
  color: #ca3737;
}
.index .f1 .f1Swiper .swiper-button-next {
  left: 63%;
  top: 68%;
}
.index .f1 .f1Swiper .swiper-button-prev {
  left: 59%;
  top: 68%;
}
.index .f1 .f1Swiper .swiper-button-next,
.index .f1 .f1Swiper .swiper-button-prev {
  width: 2vw;
  height: 2vw;
  background-color: #cccccc;
  border-radius: 3px;
}
.index .f1 .f1Swiper .swiper-button-next:hover {
  background: #ca3737;
}
.index .f1 .f1Swiper .swiper-button-prev:hover {
  background: #ca3737;
}
.index .f1 .f1Swiper .swiper-button-next:after,
.index .f1 .f1Swiper .swiper-button-prev:after {
  color: white;
}
.index .f1 .f1Swiper2 {
  width: 41%;
  overflow: hidden;
  position: absolute;
  right: 0;
  margin-top: -110px;
}
.index .f1 .f1Swiper2 .swiper-slide {
  cursor: pointer;
}
.index .f1 .f1Swiper2 .swiper-slide .imgBox {
  width: 100%;
  height: 7rem;
  border-radius: 10px;
  border: 3px solid transparent;
  overflow: hidden;
}
.index .f1 .f1Swiper2 .swiper-slide .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.index .f1 .f1Swiper2 .swiper-slide-thumb-active .imgBox {
  border: 3px solid #ca3737;
}
.index .f2 {
  width: 100%;
}
.index .f2 .f2Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.index .f2 .f2Box .itemBox {
  width: 48%;
  background-color: #f7f7f7;
  border-radius: 10px;
}
.index .f2 .f2Box .itemBox .titBg {
  width: 100%;
  height: 100px;
  background-size: cover !important;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 100px;
  color: white;
  border-radius: 10px 10px 0px 0px;
}
.index .f2 .f2Box .itemBox .itemB {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 25px;
}
.index .f2 .f2Box .itemBox .itemB .item {
  width: 48%;
  height: 136px;
  border-radius: 5px;
  background-size: cover !important;
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.index .f2 .f2Box .itemBox .itemB .item .icon {
  width: 27px;
  margin: 45px auto 10px auto;
}
.index .f2 .f2Box .itemBox .itemB .item:hover {
  color: #c90604;
}
.index .f3 {
  width: 100%;
  padding: 55px 0;
}
.index .f3 .f3Box {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.index .f3 .f3Box .item {
  width: 23%;
  display: block;
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 35px 20px;
}
.index .f3 .f3Box .item .name {
  color: #333333;
  font-weight: bold;
  font-size: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 23px;
}
.index .f3 .f3Box .item .name span {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #666666;
  border-radius: 13px;
  padding: 2px 10px;
}
.index .f3 .f3Box .item .des {
  padding-top: 23px;
  color: #333333;
  font-size: 16px;
  text-align: justify;
  line-height: 1.7;
}
.index .f3 .f3Box .item:hover .name {
  color: #c90604;
}
.index .f4 {
  width: 100%;
}
.index .f4 .f4Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index .f4 .f4Box .item {
  width: 48.7%;
  display: block;
  background-color: #f7f7f7;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px;
  border-top: solid 3px #bf0402;
}
.index .f4 .f4Box .item .time {
  color: #666666;
  font-size: 16px;
}
.index .f4 .f4Box .item .name {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  margin: 25px 0;
}
.index .f4 .f4Box .item .des {
  color: #333333;
  font-size: 16px;
  text-align: justify;
  line-height: 1.7;
}
.index .f4 .f4Box .item:hover .name {
  color: #c90604;
}
.index .f5 {
  width: 100%;
  padding: 55px 0;
}
.index .f5 .f5Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index .f5 .f5Box .item {
  width: 30%;
  display: block;
  text-align: center;
  background-color: #f7f7f7;
  margin-top: 40px;
  border-radius: 0px 0px 10px 10px;
}
.index .f5 .f5Box .item .imgBox {
  width: 100%;
  height: 247px;
  position: relative;
  overflow: hidden;
}
.index .f5 .f5Box .item .imgBox .play {
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease-in-out;
  opacity: 0;
  z-index: 1;
}
.index .f5 .f5Box .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.index .f5 .f5Box .item .name {
  padding: 25px 0;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
.index .f5 .f5Box .item:hover .imgBox .play {
  opacity: 1;
}
.index .f5 .f5Box .item:hover {
  background: #da2e34;
}
.index .f5 .f5Box .item:hover .name{
  color: white;
}
.index .f5 .f5Box .item:hover .imgBox .img {
  transform: scale(1.1);
  background-blend-mode: multiply;
}
@media screen and (max-width: 1024px) {
  .titBox .tit {
    font-size: 16px;
  }
  .titBox .more {
    font-size: 12px;
    width: auto;
    height: 22px;
    padding: 0 8px;
    line-height: 20px;
  }
  .titBox .tabBox .tab {
    font-size: 14px;
  }
  .index .f1 {
    padding: 25vw 0 10vw 0;
  }
  .titBox .tit .icon {
    width: 25px;
  }
  .titBox .tit p {
    margin-top: 2px;
  }
  .titBox .tabBox {
    margin-left: 120px;
    margin-top: 2px;
  }
  .index .f1 .f1Swiper2 {
    display: none;
  }
  .index .f1 .f1Swiper {
    margin-top: 10px;
    padding-bottom: 0;
  }
  .index .f1 .f1Swiper .swiper-slide {
    display: block;
  }
  .index .f1 .f1Swiper .swiper-slide .imgBox {
    width: 100%;
    height: 12rem;
  }
  .index .f1 .f1Swiper .swiper-slide .textBox {
    width: 100%;
  }
  .index .f1 .f1Swiper .swiper-slide .textBox .name {
    font-size: 16px;
    line-height: 1.7;
    margin: 10px 0 0 0;
  }
  .index .f1 .f1Swiper .swiper-slide .textBox .des {
    display: none;
  }
  .index .f1 .f1Swiper .swiper-slide .textBox .time {
    font-size: 14px;
    margin-top: 10px;
  }
  .index .f1 .f1Swiper .swiper-slide .textBox .mores {
    display: none;
  }
  .index .f1 .f1Swiper .swiper-pagination {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .index .f2 .f2Box {
    margin-top: 10px;
    display: block;
  }
  .index .f2 .f2Box .itemBox {
    width: 100%;
    margin-bottom: 30px;
  }
  .index .f2 .f2Box .itemBox .titBg {
    height: 90px;
    font-size: 18px;
    line-height: 90px;
  }
  .index .f2 .f2Box .itemBox .itemB {
    display: block;
    padding: 25px;
  }
  .index .f2 .f2Box .itemBox .itemB .item {
    display: block;
    width: 100%;
    height: 125px;
    font-size: 16px;
    padding-top: 40px;
    margin-top: 20px;
  }
  .index .f2 .f2Box .itemBox .itemB .item:first-child {
    margin-top: 0;
  }
  .index .f2 .f2Box .itemBox .itemB .item .icon {
    margin: 0 auto 5px auto;
  }
  .index .f3 {
    padding: 0;
  }
  .index .f3 .f3Box {
    margin-top: 10px;
    display: block;
  }
  .index .f3 .f3Box .item {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .index .f3 .f3Box .item .name {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .index .f3 .f3Box .item .name span {
    font-size: 14px;
  }
  .index .f3 .f3Box .item .des {
    font-size: 14px;
    padding-top: 10px;
  }
  .index .f4 {
    padding: 20px 0;
  }
  .index .f4 .f4Box .item {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
  }
  .index .f4 .f4Box .item .time {
    font-size: 14px;
  }
  .index .f4 .f4Box .item .name {
    font-size: 16px;
    margin: 10px 0;
  }
  .index .f4 .f4Box .item .des {
    display: none;
  }
  .index .f5 {
    padding: 20px 0;
  }
  .index .f5 .f5Box .item {
    width: 100%;
    margin-top: 20px;
  }
  .index .f5 .f5Box .item .imgBox {
    height: 50vw;
  }
  .index .f5 .f5Box .item .name {
    padding: 10px 0;
    font-size: 16px;
  }
  .index .f5 .f5Box .item .imgBox .play {
    width: 40px;
  }
  .titBox .tabBox .tab:first-child::after {
    margin-top: 9px;
  }
}
