* {
  margin: 0;
  padding: 0;
}

.video-banner {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-banner img {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 40px 60px 5px #4242422b;
}

.video-banner .list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -140px;
  box-shadow: 0 40px 60px 5px #4242422b;
  width: 60%;
  margin: 0 auto;
  z-index: 99;
}

.video-banner .list ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-banner .list ul li {
  background-color: #fff;
  width: 33.3%;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video-banner .list ul li .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-banner .list ul li .item .zn {
  font-size: 30px;
  line-height: 70px;
}

.video-banner .list ul li .item .en {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.5;
}

.video-banner .title {
  position: absolute;
  bottom: 18%;
  left: 7%;
}

.video-banner .title .en {
  font-size: 55px;
  color: #fff;
  font-weight: 300;
}

.video-banner .title .zn {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
}

.content-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.content-img {
  position: relative;
  width: 100%;
}

.content-img .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7%;
  width: 40%;
}

.content-img .content .title {
  font-size: 40px;
  color: #333;
  font-weight: bold;
}

.content-img .content .desc {
  font-size: 26px;
  font-weight: bold;
  color: #575B64;
  margin: 50px 0;
}

.content-img .content .line {
  width: 10%;
  height: 6px;
  background: #0025FF;
  margin-bottom: 40px;
}

.content-img .content .desc-t {
  font-size: 18px;
}

.content-img .content .bottom {
  margin-top: 10%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.content-img .content .bottom .item {
  width: 30%;
}

.content-img .content .bottom .item .top-title {
  display: flex;
  margin-bottom: 20px;
}

.content-img .content .bottom .item .top-title .square {
  width: 10px;
  height: 10px;
  background-image: linear-gradient(to bottom right, #0025f0, #fff);
}

.brand {
  width: 100%;
  margin-bottom: 40px;
}

.brand .title {
  margin-top: 20px;
  font-size: 167px;
  font-weight: 800;
  color: #EFEFEF;
}

.brand .desc {
  width: 80%;
  margin: 0 auto;
  margin-top: -38px;

}

.brand .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand .box .title {
  width: 80%;
}

.brand .desc .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand .desc .top .text p {
  margin: 28px 0 43px 24px;
  font-size: 42px;
  font-weight: 400;
  color: #000000;
}

.brand .desc .card {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.brand .desc .card .item-left {
  position: relative;
  padding: 40px;
  width: 40%;
  background: #EFEFEF;
  border-radius: 20px;

}

.brand .desc .card .item-left img {
  width: 60%;
  height: 40px;
  margin-bottom: 15px;
}

.brand .desc .card .item-left p {
  font-size: 15px;
  font-weight: 300;
  line-height: 42px
}

.brand .desc .card .item-left:hover {
  background-color: #fff;
  box-shadow: -2px -2px 10px 2px #9e9e9e3b;
}

.brand .desc .card .item-left:hover .line {
  display: block;
}

.brand .desc .card .item-right:hover .line {
  display: block;
}

.brand .desc .card .line {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
  width: 80%;
  border: 2px solid #0025f0;
}

.brand .desc .card .item-right:hover {
  background-color: #fff;
  box-shadow: -2px -2px 10px 2px #9e9e9e3b;
}

.brand .desc .card .item-right:hover .line {
  display: block;
}

.brand .desc .card .item-right {
  position: relative;
  padding: 40px;
  width: 40%;
  background-color: #EFEFEF;
  border-radius: 20px;
}

.brand .desc .card .item-right img {
  display: block;
  height: 46px;
  margin-bottom: 10px;
}

.brand .desc .card .item-right p {
  font-size: 15px;
  font-weight: 300;
  line-height: 42px
}

.honor {
  width: 100%;
  /* height: 628px; */
  background-color: #f4f7f7;
}

.honor .title {
  font-size: 167px;
  font-weight: 800;
  color: #EFEFEF;
  width: 80%;
  margin: 0 auto;
}

.honor .content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.honor .content .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.honor .content .box .left {
  width: 20%;
  margin-left: 10%;
  margin-top: -120px;
}

.honor .content .box .left .honor-title {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 80px;
}

.honor .content .box .left .num {
  display: flex;
}

.honor .content .box .left .num .one {
  margin-right: 30px;
}

.honor .content .box .left .num .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.honor .content .box .left .num .item .s {
  font-size: 65px;
  color: #C6852F;
  font-weight: 400;
}

.honor .content .box .left .num .item .t {
  font-size: 22px;
  font-weight: 300;
}

.honor .content .box .right {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.honor .content .box .right .swiper {
  width: 100%;
  height: 100%;
}

.honor .content .box .right .swiper .swiper-slide {
  width: 30%;
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honor .content .box .right .swiper .swiper-slide img {
  object-fit: cover;
  display: block;
  width: 80%;
  height: 80%;
}

.history {
  width: 100%;
  margin: 0 auto;
}

.history .title {
  width: 80%;
  margin: 0 auto;
  font-size: 167px;
  font-weight: 800;
  color: #EFEFEF;
}

.history .content {
  width: 100%;
  margin-bottom: 40px;
}

.history .content .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.history .content .top {
  margin-top: -20px;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.history .content .top .history-title {
  font-size: 42px;
  font-weight: 400;
}

.history .content .top .list {
  margin-top: 30px;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.history .content .top .list p {
  cursor: pointer;
}

.active {
  border-bottom: 2px solid #0025FF;
}

.history .content .time {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.history .content .time .line {
  width: 99.8%;
  top: 60px;

  position: absolute;
  border: 2px solid #bfbfbf;
  z-index: -1;
}

.history .content .time .list {
  width: 80%;
  display: flex;
  align-items: center;
}

.history .content .time .list .item {
  width: 300px;
}

.history .content .time .list .item .date {
  font-size: 25px;
  font-weight: 500;
}

.history .content .time .list .item .point {
  width: 11px;
  height: 11px;
  background: #0025FF;
  border-radius: 50%;
  margin: 24px 0;
}

.history .content .time .list .item img {
  object-fit: cover;
  display: block;
  width: 240px;
  height: 134px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.history .content .time .list .item .desc {
  font-size: 19px;
  font-weight: 200;
}

.egg {
  width: 100%;
  position: relative;
}

.egg img {
  width: 100%;
}

.egg .container {
  width: 100%;
  height: 400px;
}

.egg .box {
  width: 60%;
  height: 20%;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.egg .box .item .top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.egg .box .item .top img {
  width: 14px;
  height: 16px;
  margin-right: 10px;

}