.main-page {
  width: 100%;
  height: 100vh;
}
.header {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 200px;
  width: 100%;
  height: 80px;
  z-index: 222;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0);
}
.header .logo-box {
  width: 465px;
  height: 46px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.header .logo-box .logo {
  width: 80px;
  height: 80px;
  background: url(../images/logo.png) no-repeat center center;
  background-size: 140%;
}
.header .nav-bar {
  position: relative;
  height: 37px;
}
.header .nav-bar .nav-active-tag {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 4px;
  background: #FFC811;
  border-radius: 4px 4px 4px 4px;
}
.header .nav-bar ul.tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 70px;
}
.header .nav-bar ul.tab li {
  height: 28px;
  line-height: 21px;
  font-size: 16px;
  white-space: nowrap;
}
.header .nav-bar ul.tab li a {
  color: #666;
}
.header .nav-bar ul.tab li a.active {
  color: #FFC811;
}
.slider-item {
  height: 100vh;
  overflow: auto;
}
.page {
  position: relative;
  width: 100%;
  z-index: 4;
}
.content {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: transform 1s ease;
  backface-visibility: hidden;
}
.size-bg-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.elem {
  position: absolute;
}
.page1 {
  height: 100vh;
  color: #fff;
  z-index: 2;
  position: relative;
}
.page1 .bg1 {
  background-image: url(../images/page1-bg.png);
}
.page1 .page-content {
  position: relative;
  padding-top: 47vh;
}
.page1 .t1 {
  margin: 0 auto;
  width: 600px;
  padding: 28px 0;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 50px;
  color: #FFC811;
  text-align: center;
  font-weight: bold;
}
.page1 .mouse-box {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.page1 .mouse-box .mouse-bg {
  margin: 0 auto;
  width: 22px;
  height: 30px;
  background-image: url(../images/e0.png);
  animation: mouse-animate 4s ease-in-out infinite;
}
.page1 .mouse-box .mouse-tips {
  margin-top: 16px;
  height: 21px;
  line-height: 21px;
  font-size: 16px;
  color: #ffffff;
}
.page2 {
  height: 980px;
  background-color: #fff;
  z-index: 1;
}
.page2 .content {
  position: relative;
  padding-top: 156px;
  overflow: visible;
  width: 100%;
}
.page2 .content .page2-left {
  width: 100%;
}
.page2 .content .page2-left .page2-title {
  padding-left: 8%;
  min-width: 128px;
  font-size: 30px;
  color: #333333;
}
.page2 .content .page2-left .page2-subtitle {
  padding-left: 8%;
  margin-top: 10px;
  height: 24px;
  font-size: 18px;
  color: #999999;
}
.page2 .content .page2-right {
  margin: 0 auto;
}
.page2 .content .page2-right .item-box {
  margin: 40px auto;
  width: 1200px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.page2 .content .page2-right .item-box .item {
  position: relative;
  width: 380px;
  height: 520px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.page2 .content .page2-right .item-box .item .item-bg {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.page2 .content .page2-right .item-box .item .item-bg1 {
  background-image: url(../images/s1.png);
}
.page2 .content .page2-right .item-box .item .item-bg2 {
  background-image: url(../images/s2.png);
}
.page2 .content .page2-right .item-box .item .item-bg3 {
  background-image: url(../images/s3.png);
}
.page2 .content .page2-right .item-box .item .item-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 74px;
  background-color: #fff;
  line-height: 74px;
  color: #333333;
  text-align: center;
}
.page2 .content .page2-right .item-box .item:hover .item-bg {
  transform: scale(1.1);
}
.page3 {
  height: 980px;
  width: 100%;
  z-index: 1;
}
.page3 .bg3 {
  background-image: url(../images/page3-bg.png);
}
.page3 .content {
  position: relative;
  padding-top: 180px;
  overflow: hidden;
  width: 100%;
}
.page3 .content .page3-title {
  height: 40px;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}
.page3 .content .page3-subtitle {
  margin-top: 16px;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
  color: #999999;
  text-align: center;
}
.page3 .content .about-box {
  width: 1300px;
  margin: 68px auto 0;
  padding: 102px 100px;
  background-color: rgba(255, 200, 17, 0.75);
  border-radius: 20px;
  border: 1px solid #707070;
}
.page3 .content .about-box .about {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
}
.page4 {
  height: 980px;
  color: #000;
  z-index: 1;
}
.page4 .content {
  position: relative;
  padding-top: 180px;
  overflow: visible;
  width: 100%;
}
.page4 .content .page4-left {
  width: 100%;
}
.page4 .content .page4-left .page4-title {
  min-width: 128px;
  padding-left: 8%;
  font-size: 30px;
  color: #FFFFFF;
}
.page4 .content .page4-left .page4-subtitle {
  margin-top: 10px;
  height: 24px;
  font-size: 18px;
  color: #999999;
  padding-left: 8%;
}
.page4 .content .page4-right {
  padding-bottom: 20px;
}
.page4 .content .page4-right .item-box {
  margin: 40px auto;
  width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.page4 .content .page4-right .item-box .item {
  width: 240px;
  height: 80px;
  margin: 60px 0;
}
.footer {
  position: relative;
  display: flex;
  align-items: center;
  padding: 34px 200px;
  background-color: #000000;
  color: #B9B9B9;
  z-index: 10;
}
.footer a {
  color: #B9B9B9;
  margin-right: 20px;
}
.footer .footer-left {
  flex: 1;
  font-size: 14px;
}
.footer .footer-left > p:not(:last-child) {
  margin-bottom: 15px;
  line-height: 1.25;
}
.footer .footer-left img {
  display: inline-block;
  width: 20px;
  height: 22px;
  vertical-align: middle;
}
.footer .footer-right {
  flex-shrink: 0;
}
.footer .footer-right .phone-icon {
  float: left;
  margin-top: 4px;
  width: 37px;
  height: 37px;
}
.footer .footer-right > p {
  margin-left: 47px;
  white-space: nowrap;
}
.footer .footer-right .phone-number {
  margin-top: 4px;
  line-height: 26px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
@keyframes mouse-animate {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
