html,
body {
  position: relative;
}

.pc {
  display: block;
}

.phone {
  display: none;
}

@media screen and (max-width: 960px) and (min-width:0px) {
  .pc {
    display: none;
  }

  .phone {
    display: block;
  }
}

/* 标题 */
section {
  padding: 120px 0;
  overflow: hidden;
}

section .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section .title h1 {
  color: #000;
  font-size: 38px;
  font-family: "bold";
  line-height: 1;
  margin: 0;
}



.More {
  width: 146px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.More::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: #DB2624;
  transition: 1s;
  z-index: -1;
}

.More::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 1s;
  z-index: -1;
}

.MoreWhite::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.MoreWhite {
  color: #fff;
}

.MoreBlack {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
}

.MoreBlack::before {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.More:hover {
  color: #fff;
}

.More:hover::after {
  left: 0;
}



/* banner */
.bannerbigbox {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bannerSwiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bannerSlide {
  overflow: hidden;
}

.bannerSlide img {
  position: relative;
  width: 100%;
}

.bannerbigbox .swiper-pagination span {
  background: #DDDBDA;
  width: 4px;
  height: 4px;
  margin: 0 15px !important;
  position: relative;
  opacity: 1 !important;
}

.bannerbigbox .swiper-pagination {
  bottom: 30px;
}

.bannerbigbox .swiper-pagination .swiper-pagination-bullet-active::after,
.bannerbigbox .swiper-pagination span:hover::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  left: 50%;
  margin-left: -9px;
  top: 50%;
  margin-top: -9px;
  border-radius: 50%;
}

/* end-banner */
/* box2 */
.section2 {
  padding: 60px 0;
}

.box2 {
  display: flex;
  flex-wrap: wrap;
}

.box2 .text {
  width: 50%;
  padding-right: 45px;
}

.box2 .text span {
  display: block;
  width: 16px;
  height: 2px;
  margin: 10px 0 20px;
  background: #ED1B24;
}

.box2 .text h1 {
  font-size: 24px;
  color: #333;
  margin: 0;
  line-height: 2;
}

.box2 .text h2 {
  font-size: 16px;
  color: #000;
  margin: 0;
  line-height: 2;
}

.box2 .text p {
  margin: 0;
  font-size: 14px;
  color: #666;
  max-width: 450px;
  margin-top: 15px;
  margin-bottom: 45px;
}

.box2 .text a {
  display: block;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #d0d0d0;
  color: #666;
}

.box2 .text a:hover {
  background-color: #ED1B24;
  border-color: #ED1B24;
  color: #fff;
}



.box2 .imgBox {
  width: 50%;
  position: relative;
}

.box2 .imgBox .TopImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.box2 .imgBox video {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box2 .imgBox:hover .TopImg {
  z-index: -1;
}

/* end-box2 */
/* box3 */
.section3 {
  background: #f3f2f2;
  padding: 30px 0;
}

.section3 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section3 .top h1 {
  margin: 0;
  font-size: 24px;
  color: #333;
  line-height: 2;
}

.section3 .top a {
  display: block;
  color: #333;
  font-size: 14px;
}

.box3 {
  margin-top: 15px;
}

.box3Swiper {
  padding-bottom: 45px;
}

.box3Swiper a {
  display: block;
  background: #fff;
}

.box3Swiper a img {
  width: 100%;
}

.box3Swiper a p {
  width: 100%;
  color: #000;
  text-align: center;
  margin: 0;
  background: #fff;
  padding: 20px 0;
  transition: 1s;
  line-height: 40px;
  height: 85px;
}

.box3Swiper a p span {
  position: relative;
}

.box3Swiper a p span::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #ED1B24;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.box3Swiper a:hover p span::after {
  width: 5em;
  margin-left: -2.5em;
}

.box3Swiper a:hover p {
  padding-top: 10px;
}

.box3 .swiper-pagination {
  bottom: 0;
}

.box3 .swiper-pagination .swiper-pagination-bullet-active {
  background: #ED1B24;
}

/* end-box3 */
/* box4 */

/* end-box4 */
/* box5 */

/* end-box5 */
/* box6 */

/* end-box6 */
/* box7 */





/* end-box7 */
/* box8 */







/* end-box8 */