.titBox {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px 15px 15px;
}
.titBox .tabBox {
  display: flex;
  position: absolute;
  margin-left: 200px;
  font-weight: bold;
}
.titBox .tabBox .tab {
  color: #cccccc;
  font-size: 20px;
  margin: 0 13px;
  cursor: pointer;
}
.titBox .tabBox .tab:hover {
  color: #333333;
}
.titBox .tabBox .tab.active {
  color: #333333;
}
.titBox .tabBox::before {
  content: '';
  position: absolute;
  width: 175%;
  height: 1px;
  background: #cccccc;
  bottom: -12px;
  left: 15px;
}
.titBox .tit {
  width: 215px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  letter-spacing: 3px;
  color: white;
  margin-left: -30px;
  text-align: center;
}
.titBox .tit::before {
  content: '';
  width: 215px;
  height: 100px;
  position: absolute;
  background: url('../images/titImg.png') center no-repeat;
  background-size: contain !important;
  margin-top: -55px;
  left: 0;
  z-index: -1;
}
.titBox .more {
  color: #333333;
  font-size: 18px;
}
.more:hover {
  color: #e71e17;
}
.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: 50%;
  height: 28rem;
  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: 50%;
  padding: 2vw 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;
}
.index .f1 .f1Swiper .swiper-slide .textBox .des {
  font-size: 16px;
  text-align: justify;
  line-height: 2;
  margin: 30px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index .f1 .f1Swiper .swiper-slide .textBox .time {
  width: 89px;
}
.index .f1 .f1Swiper .swiper-slide .textBox .time .day {
  height: 66px;
  background-color: #ca3737;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 66px;
}
.index .f1 .f1Swiper .swiper-slide .textBox .time .year {
  color: #ffffff;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  height: 34px;
  background-color: #c6a268;
}
.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-pagination {
  left: 36%;
  width: 40%;
}
.index .f1 .f1Swiper .swiper-pagination-bullet {
  background: #e0e0e0;
  opacity: 1;
}
.index .f1 .f1Swiper .swiper-pagination-bullet-active {
  background: #ca3737;
}
.index .f1 .swiper-button-next,
.index .f1 .swiper-button-prev {
  width: 2vw;
  height: 4vw;
  background-color: #cccccc;
  border-radius: 3px;
}
.index .f1 .swiper-button-next:hover {
  background: #ca3737;
}
.index .f1 .swiper-button-next:after,
.index .f1 .swiper-button-prev:after {
  color: white;
}
.index .f2 {
  width: 100%;
  padding: 50px 0;
}
.index .f2 .w1400 {
  display: flex;
  justify-content: space-between;
}
.index .f2 .w1400 .left {
  width: 58%;
}
.index .f2 .w1400 .left .itemBox {
  margin-top: 20px;
}
.index .f2 .w1400 .left .itemBox .item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  color: #333333;
  padding-left: 20px;
}
.index .f2 .w1400 .left .itemBox .item .name {
  width: 85%;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .f2 .w1400 .left .itemBox .item .time {
  font-size: 16px;
}
.index .f2 .w1400 .left .itemBox .item:hover .name {
  color: #e71e17;
}
.index .f2 .w1400 .left .itemBox .item::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #e71e17;
  margin-top: 9px;
  margin-left: -20px;
}
.index .f2 .w1400 .right {
  width: 42%;
  padding-left: 5%;
}
.index .f2 .w1400 .right .itemBox .item {
  display: block;
  margin-top: 25px;
  background-color: #f7f7f7;
  border-radius: 25px 15px 0 0;
  padding: 22px;
  overflow: hidden;
  border-bottom: 5px solid #dc2e35;
  transition: 0.3s all ease-in-out;
}
.index .f2 .w1400 .right .itemBox .item .time {
  color: #666666;
  font-size: 16px;
  display: none;
}
.index .f2 .w1400 .right .itemBox .item .name {
  color: #333333;
  font-size: 22px;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index .f2 .w1400 .right .itemBox .item .des {
  color: #333333;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index .f2 .w1400 .right .itemBox .item .more {
  color: #999999;
  font-size: 16px;
  margin-top: 10px;
}
.index .f2 .w1400 .right .itemBox .item:hover {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.19);
}
.index .f2 .w1400 .right .itemBox .item:hover .name {
  color: #dc2e35;
}
.index .f3 {
  width: 100%;
  background: url('../images/bg2.jpg') center no-repeat;
  background-size: cover !important;
  padding: 100px 0 80px 0;
}
.index .f3 .f3SwiperBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.index .f3 .f3SwiperBox .mySwiper {
  width: 20%;
  overflow: hidden;
  margin-left: 0;
}
.index .f3 .f3SwiperBox .mySwiper .swiper-wrapper {
  display: grid;
}
.index .f3 .f3SwiperBox .mySwiper .swiper-wrapper .swiper-slide {
  margin-bottom: 20px;
  cursor: pointer;
}
.index .f3 .f3SwiperBox .mySwiper .swiper-wrapper .swiper-slide .imgBox {
  width: 100%;
  height: 8rem;
  border: solid 5px transparent;
}
.index .f3 .f3SwiperBox .mySwiper .swiper-wrapper .swiper-slide .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.index .f3 .f3SwiperBox .mySwiper .swiper-wrapper .swiper-slide-thumb-active {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.19);
}
.index .f3 .f3SwiperBox .mySwiper .swiper-wrapper .swiper-slide-thumb-active .imgBox {
  border: solid 5px #ffffff;
}
.index .f3 .f3SwiperBox .mySwiper2 {
  width: 80%;
  margin-left: 5%;
  overflow: hidden;
}
.index .f3 .f3SwiperBox .mySwiper2 .imgBox {
  width: 100%;
  height: 26rem;
  position: relative;
  display: block;
}
.index .f3 .f3SwiperBox .mySwiper2 .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.index .f3 .f3SwiperBox .mySwiper2 .imgBox .name {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  font-size: 22px;
  padding: 30px;
  font-weight: bold;
}
.index .f3 .f3SwiperBox .mySwiper2 .swiper-pagination {
  width: 10%;
  left: inherit;
  right: 0%;
  bottom: 40px;
}
.index .f3 .f3SwiperBox .mySwiper2 .swiper-pagination-bullet {
  background: white;
  opacity: 1;
}
.index .f3 .f3SwiperBox .mySwiper2 .swiper-pagination-bullet-active {
  background: #ca3737;
}
.index .f4 {
  width: 100%;
  overflow: hidden;
  display: flex;
}
.index .f4 .imgB {
  width: 42rem;
  height: 42rem;
}
.index .f4 .imgB .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.index .f4 .f4Box {
  width: 51%;
  padding: 80px 0 0 40px;
}
.index .f4 .f4Box .f4ItemBoxs {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.index .f4 .f4Box .f4ItemBoxs .item {
  width: 30%;
  display: block;
}
.index .f4 .f4Box .f4ItemBoxs .item .imgBox {
  width: 100%;
  height: 24rem;
  overflow: hidden;
}
.index .f4 .f4Box .f4ItemBoxs .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.index .f4 .f4Box .f4ItemBoxs .item .text {
  text-align: center;
  color: #333333;
  margin-top: 10px;
}
.index .f4 .f4Box .f4ItemBoxs .item .text .name {
  font-weight: bold;
  font-size: 22px;
}
.index .f4 .f4Box .f4ItemBoxs .item .text .des {
  font-size: 18px;
  margin-top: 5px;
}
.index .f4 .f4Box .f4ItemBoxs .item:hover .imgBox .img {
  transform: scale(1.1);
}
.index .f4 .f4Box .f4ItemBoxs .item:hover .text {
  color: #e71e17;
}
.index .f5 {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: right;
  background-color: #f7f7f7;
}
.index .f5 .imgB {
  width: 42rem;
  height: 42rem;
  margin-left: 40px;
}
.index .f5 .imgB .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.index .f5 .f5Box {
  width: 51%;
  padding: 80px 0 0 40px;
}
.index .f5 .f5Box .f5ItemBoxs {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.index .f5 .f5Box .f5ItemBoxs .item {
  width: 30%;
  display: block;
}
.index .f5 .f5Box .f5ItemBoxs .item .imgBox {
  width: 100%;
  height: 24rem;
  overflow: hidden;
}
.index .f5 .f5Box .f5ItemBoxs .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.index .f5 .f5Box .f5ItemBoxs .item .text {
  text-align: center;
  color: #333333;
  margin-top: 10px;
}
.index .f5 .f5Box .f5ItemBoxs .item .text .name {
  font-weight: bold;
  font-size: 22px;
}
.index .f5 .f5Box .f5ItemBoxs .item .text .des {
  font-size: 18px;
  margin-top: 5px;
}
.index .f5 .f5Box .f5ItemBoxs .item:hover .imgBox .img {
  transform: scale(1.1);
}
.index .f5 .f5Box .f5ItemBoxs .item:hover .text {
  color: #e71e17;
}
.index .f6 {
  width: 100%;
  padding: 80px 0;
}
.index .f6 .f6Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index .f6 .f6Box .item {
  width: 32%;
  display: block;
  background: #DF4249;
  margin-top: 30px;
}
.index .f6 .f6Box .item .imgBox {
  width: 100%;
  height: 13vw;
  overflow: hidden;
}
.index .f6 .f6Box .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.index .f6 .f6Box .item .name {
  color: white;
  font-size: 18px;
  padding: 1vw 0.7vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .f6 .f6Box .item:hover .imgBox .img {
  transform: scale(1.1);
}
.index .f7 {
  width: 100%;
  padding: 40px 0 20px 0;
}
.index .f7 .f7Box {
  width: 100%;
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
.index .f7 .f7Box .left {
  width: 30%;
}
.index .f7 .f7Box .left .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  color: #999999;
  font-size: 20px;
  padding: 15px 0;
  transition: 0.3s all ease-in-out;
}
.index .f7 .f7Box .left .item .icon {
  width: 20px;
  height: 20px;
}
.index .f7 .f7Box .left .item .icon img {
  filter: invert(0.7);
  transition: 0.3s all ease-in-out;
}
.index .f7 .f7Box .left .active {
  color: #333333;
  border-bottom: 1px solid #333333;
}
.index .f7 .f7Box .left .active .icon img {
  filter: invert(0);
}
.index .f7 .f7Box .left .item:hover {
  color: #333333;
  border-bottom: 1px solid #333333;
}
.index .f7 .f7Box .left .item:hover .icon img {
  filter: invert(0);
}
.index .f7 .f7Box .right {
  width: 65%;
}
.index .f7 .f7Box .right .des {
  color: #333333;
  font-size: 18px;
  line-height: 2;
}
.index .f8 {
  width: 100%;
  position: relative;
  top: 3vw;
  z-index: 1;
}
.index .f8 .w1400 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 0px 4px 73px 0px rgba(0, 0, 0, 0.13);
  border-radius: 15px;
  padding: 25px 50px;
}
.index .f8 .w1400 .item {
  width: 18%;
  height: 94px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: solid 2px #dc2e35;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  line-height: 45px;
  transition: 0.3s all ease-in-out;
}
.index .f8 .w1400 .item .name {
  color: #333333;
  font-size: 20px;
}
.index .f8 .w1400 .item .icon {
  width: 43px;
}
.index .f8 .w1400 .item .icon img {
  filter: invert(0);
}
.index .f8 .w1400 .item:last-child {
  line-height: inherit;
}
.index .f8 .w1400 .item:hover {
  border: solid 2px #000000;
  background: url('../images/bg3.jpg') center no-repeat;
}
.index .f8 .w1400 .item:hover .name {
  color: #ffffff;
}
.index .f8 .w1400 .item:hover .icon img {
  filter: invert(1);
}
.index::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 32vw;
  background: url('../images/bg1.png') center no-repeat;
  background-size: cover !important;
}
@media screen and (max-width: 1440px) {
  .index .f4 .imgB {
    width: 37rem;
    height: 37rem;
  }
  .index .f4 .f4Box .f4ItemBoxs .item .imgBox {
    height: 18rem;
  }
  .index .f5 .imgB {
    width: 37rem;
    height: 37rem;
  }
  .index .f5 .f5Box .f5ItemBoxs .item .imgBox {
    height: 18rem;
  }
  .index .f8 .w1400 .item .name {
    font-size: 18px;
  }
  .index .f6 .f6Box .item .name {
    font-size: 16px;
  }
  .titBox .tabBox::before {
    width: 143%;
  }
}
@media screen and (max-width: 1366px) {
  .index .f4 .imgB {
    width: 35rem;
    height: 35rem;
  }
  .index .f4 .f4Box .f4ItemBoxs .item .imgBox {
    height: 16rem;
  }
  .index .f5 .imgB {
    width: 35rem;
    height: 35rem;
  }
  .index .f5 .f5Box .f5ItemBoxs .item .imgBox {
    height: 16rem;
  }
  .index .f8 .w1400 .item .name {
    font-size: 16px;
  }
  .index .f6 .f6Box .item .name {
    font-size: 15px;
  }
  .titBox .tabBox::before {
    width: 132%;
  }
}
@media screen and (max-width: 1024px) {
  .titBox .tit {
    font-size: 16px;
  }
  .titBox .more {
    font-size: 14px;
    width: auto;
    height: 20px;
    margin-top: 10px;
    line-height: 15px;
  }
  .titBox .tabBox .tab {
    font-size: 14px;
  }
  .index .f1 {
    padding: 30vw 0 10vw 0;
  }
  .titBox .tit {
    width: 150px;
    padding-left: 22px;
  }
  .titBox .tit::before {
    width: 150px;
    height: 88px;
    margin-top: -47px;
    margin-left: -50px;
  }
  .index .f1 .f1Swiper {
    margin-top: 10px;
    padding-bottom: 5vw;
  }
  .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: 2;
  }
  .index .f1 .f1Swiper .swiper-slide .textBox .des {
    display: none;
  }
  .index .f1 .f1Swiper .swiper-slide .textBox .time {
    display: none;
  }
  .index .f1 .f1Swiper .swiper-pagination {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .index .f2 {
    padding: 10px 0 0 0;
  }
  .index .f2 .w1400 {
    display: block;
  }
  .index .f2 .w1400 .left {
    width: 100%;
  }
  .titBox .tabBox {
    display: none;
  }
  .index .f2 .w1400 .left .itemBox {
    margin-top: 0;
  }
  .index .f2 .w1400 .left .itemBox .item {
    padding: 10px 0 10px 20px;
  }
  .index .f2 .w1400 .left .itemBox .item .name {
    width: 100%;
  }
  .index .f2 .w1400 .left .itemBox .item .time {
    display: none;
  }
  .index .f2 .w1400 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
  .index .f2 .w1400 .right .itemBox .item .name {
    font-size: 16px;
  }
  .index .f2 .w1400 .right .itemBox .item .des {
    font-size: 14px;
  }
  .index .f2 .w1400 .right .itemBox .item .more {
    font-size: 14px;
  }
  .index .f3 {
    margin-top: 50px;
    padding: 50px 0;
  }
  .index .f3 .f3SwiperBox {
    display: block;
    margin-top: 0;
  }
  .index .f3 .f3SwiperBox .mySwiper {
    display: none;
  }
  .index .f3 .f3SwiperBox .mySwiper2 {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .index .f3 .f3SwiperBox .mySwiper2 .imgBox {
    height: 9rem;
  }
  .index .f3 .f3SwiperBox .mySwiper2 .imgBox .name {
    font-size: 16px;
    padding: 10px;
  }
  .index .f3 .f3SwiperBox .mySwiper2 .swiper-pagination {
    width: 20%;
    bottom: 10px;
  }
  .index .f4 {
    display: block;
  }
  .index .f4 .imgB {
    width: 100%;
    height: 20rem;
  }
  .index .f4 .f4Box {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
  .index .f4 .f4Box .f4ItemBoxs {
    margin-top: 20px;
  }
  .index .f4 .f4Box .f4ItemBoxs .item .imgBox {
    height: 8rem;
  }
  .index .f4 .f4Box .f4ItemBoxs .item .text .name {
    font-size: 16px;
  }
  .index .f4 .f4Box .f4ItemBoxs .item .text .des {
    font-size: 14px;
  }
  .index .f5 {
    display: block;
  }
  .index .f5 .imgB {
    width: 100%;
    height: 20rem;
    margin-left: 0;
  }
  .index .f5 .f5Box {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
  .index .f5 .f5Box .f5ItemBoxs {
    margin-top: 20px;
  }
  .index .f5 .f5Box .f5ItemBoxs .item .imgBox {
    height: 8rem;
  }
  .index .f5 .f5Box .f5ItemBoxs .item .text .name {
    font-size: 16px;
  }
  .index .f5 .f5Box .f5ItemBoxs .item .text .des {
    font-size: 14px;
  }
  .index .f6 {
    padding: 40px 0 10px 0;
  }
  .index .f6 .f6Box .item {
    width: 100%;
    margin-top: 20px;
  }
  .index .f6 .f6Box .item .imgBox {
    height: 50vw;
  }
  .index .f6 .f6Box .item .name {
    font-size: 16px;
    padding: 10px;
    -webkit-line-clamp: 2;
  }
  .index .f7 .f7Box {
    display: block;
    margin-top: 20px;
  }
  .index .f7 .f7Box .left {
    width: 100%;
  }
  .index .f7 .f7Box .left .item {
    font-size: 16px;
    padding: 10px 0;
  }
  .index .f7 .f7Box .left .item .icon {
    width: 18px;
    height: 18px;
  }
  .index .f7 .f7Box .right {
    width: 100%;
    margin-top: 20px;
  }
  .index .f7 .f7Box .right .des {
    font-size: 16px;
  }
  .index .f8 {
    top: 0;
    margin-bottom: 20px;
  }
  .index .f8 .w1400 {
    display: block;
    padding: 10px;
  }
  .index .f8 .w1400 .item {
    width: 100%;
    height: auto;
    line-height: inherit;
    margin-bottom: 10px;
  }
  .index .f8 .w1400 .item:last-child {
    margin-bottom: 0;
  }
  .index .f8 .w1400 .item .icon {
    width: 22px;
  }
  .index .f2 .w1400 .right .itemBox {
    margin-top: -10px;
  }
  .index .f2 .w1400 .right .itemBox .item {
    margin-top: 20px;
  }
}
