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: 60px 0;
  overflow: hidden;
}

section .title {
  margin-bottom: 45px;
  position: relative;
}

section .title h1 {
  color: #000;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}

section .title p {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.More {
  width: 180px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.More::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: linear-gradient(165deg, rgba(0, 0, 0, 0.16) 10.41%, rgba(0, 0, 0, 0.00) 93.41%), #DC137B;
  transition: 1s;
  z-index: -1;
}

.MoreWhite {
  border: 1px solid #fff;
  color: #fff;
}

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

.MoreRed {
  border: 1px solid #DC137B;
  color: #DC137B;
}

.More:hover {
  color: #fff;
  border: 1px solid #DC137B;
}

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



/* banner */
@keyframes slideShow {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

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

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

.bannerSlide {
  overflow: hidden;
}

.bannerSlide img {
  position: relative;
  width: 100%;
  animation: slideShow 10s linear infinite 0s;
}

.bannerSlide .text {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: .5;
  transition: 2s;
}

.swiper-slide-active .text {
  opacity: 1;
}

.bannerSlide .text h1 {
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 60px;
}

/* end-banner */
/* box2 */
.section2 {
  padding-top: 120px;
  background: url(../../images/02.png) left no-repeat;
}

.section2 .container {
  display: flex;
  position: relative;
}

.section2 .title {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.section2 .title h1 {
  margin-bottom: 90px;
}

.section2 .title .text {
  color: #3A3A3A;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  width: 100%;
  max-width: 600px;
  margin-bottom: 60px;
}

.section2 .ImgBox {
  width: 50%;
  position: relative;
}

.section2 .ImgBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.section2 .ImgBox .img1 {
  width: 45%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.section2 .ImgBox .img1 img {
  width: 100%;
}

.section2 .ImgBox .img1 .img1_1 {
  overflow: hidden;
}

.section2 .ImgBox .img1 .img1_1:hover img {
  animation: slideShow 10s linear infinite 0s;
}

.section2 .ImgBox .img2 {
  width: 75%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.section2 .ImgBox .img2 img {
  width: 100%;
}

.section2 .ImgBox .img2:hover img {
  animation: slideShow 10s linear infinite 0s;
}

/* end-box2 */
/* box3 */
.section3 {}

.box3 {
  display: flex;
}

.box3 .item {
  width: 100%;
  padding: 75px 0 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.box3 .item h1 {
  color: #000;
  text-align: center;
  font-size: 50px;
  line-height: 1;
}

.box3 .item span {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 160px;
  justify-content: flex-start;
  height: calc(100% - 110px);
}

.box3 .item span a {
  margin: 15px 0;
  display: block;
  background: #fff;
  width: 100%;
  line-height: 36px;
  text-align: center;
  color: #333;
  border-radius: 50px;
}

.box3 .item span a:hover {
  color: #DC137B;
}

.box3 .item:hover>a {
  color: #fff;
  border: 1px solid #DC137B;
}

.box3 .item:hover>a::after {
  left: 0;
}

/* end-box3 */

/* box4 */
.section4 {
  position: relative;
  padding: 0;
}

.section4 iframe {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.section4 .top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  padding-top: 120px;
}

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

.section4 .box41 {
  position: absolute;
  width: 25%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.section4 .box42 {
  position: absolute;
  width: 25%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 2;
}

/* end-box4 */

/* box5 */
.section5 {
  padding-top: 120px;
  background: #F7F7F7;
  position: relative;
}

.section5>img {
  width: auto;
  max-width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
}

.section5 .container {
  position: relative;
  z-index: 2;
}

.box5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.box5 .item {
  position: relative;
  overflow: hidden;
}

.box5 .item img {
  width: 100%;
  height: 100%;
}

.box5 .item .text {
  position: absolute;
  width: 100%;
  height: 20%;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 45px;
  transition: 2s;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.box5 .item .text h1 {
  color: #FFF;
  text-align: justify;
  font-size: 22px;
  line-height: 1;
  transition: 2s;
}

.box5 .item .text p {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 0;
  overflow: hidden;
  transition: 2s;
}

.box5 .item .text p span {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

.box5 .item img {
  position: relative;
  transition: 2s;
}

.box5 .item:hover .text {
  height: 100%;
  background: rgba(48, 48, 48, 0.60);
}

.box5 .item:hover img {
  filter: blur(6px);
}

.box5 .item:hover .text p {
  height: 40%;
}

.box5 .item:hover .text h1 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 15px;
}

.box5 .item:nth-child(1),
.box5 .item:nth-child(2),
.box5 .item:nth-child(5),
.box5 .item:nth-child(6) {
  width: calc(25% - 10px);
  margin-bottom: 20px;
}

.box5 .item:nth-child(3),
.box5 .item:nth-child(4) {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.box5 .item .text p span {
  padding-left: 15px;
  position: relative;
}

.box5 .item .text p span::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
}

/* end-box5 */

/* box6 */

/* end-box6 */

/* box7 */

/* end-box7 */

/* box8 */


/* end-box8 */