.main-page {
  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: 400px;
  height: 46px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.header .logo-box .logo {
  width: 42px;
  height: 46px;
  background-image: url(../images/logo.png);
}
.header .logo-box .name {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.header .nav-bar {
  position: relative;
  height: 37px;
}
.header .nav-bar .nav-active-tag {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 4px;
  background: #FFFFFF;
  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: #fff;
}
.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: 40vh;
}
.page1 .t1,
.page1 .t2 {
  margin: 0 auto;
  width: max-content;
  font-size: 36px;
  color: #fff;
}
.page1 .t2 {
  margin-top: 40px;
}
.page1 .t3 {
  margin: 30px auto 0;
  width: max-content;
  color: #fff;
  font-size: 20px;
}
.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;
  color: #000;
  z-index: 1;
}
.page2 .content {
  width: 100%;
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 110px;
}
.page2 .page2-left {
  width: 400px;
}
.page2 .page2-left .title-1 {
  height: 47px;
  line-height: 47px;
  font-weight: bold;
  font-size: 36px;
  color: #D81D17;
}
.page2 .page2-left .title-2 {
  margin-top: 6px;
  height: 40px;
  font-size: 30px;
  color: #333333;
  line-height: 40px;
}
.page2 .page2-left .divider {
  margin-top: 50px;
  width: 67px;
  height: 2px;
  background: #999999;
}
.page2 .page2-left .service-content {
  margin-top: 60px;
  width: 400px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.page2 .page2-right {
  width: 750px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}
.page2 .page2-right .item-wrap {
  box-sizing: border-box;
  padding: 0 30px;
  width: 230px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 47px;
}
.page2 .page2-right .item-wrap:hover {
  background-color: #D81D17;
}
.page2 .page2-right .item-wrap:hover .item {
  color: #fff;
}
.page2 .page2-right .item-wrap .item {
  width: 100%;
}
.page2 .page2-right .item-wrap .item .t1 {
  text-align: left;
}
.page2 .page2-right .item-wrap .item .item-bg-box {
  width: 170px;
  height: 300px;
  background-color: lightgrey;
}
.page2 .page2-right .item-wrap .item .item-bg-box.bg1 {
  background-image: url(../images/page2-item1.png);
}
.page2 .page2-right .item-wrap .item .item-bg-box.bg2 {
  background-image: url(../images/page2-item2.png);
}
.page2 .page2-right .item-wrap .item .item-bg-box.bg3 {
  background-image: url(../images/page2-item3.png);
}
.page3 {
  height: 980px;
  z-index: 1;
}
.page3 .size-bg-box {
  background-image: url(../images/page3-bg.png);
}
.page3 .content {
  position: relative;
  padding-top: 10%;
  overflow: visible;
}
.page3 .content .page3-title {
  height: 47px;
  font-weight: bold;
  font-size: 36px;
  color: #D81D17;
  line-height: 47px;
  text-align: center;
}
.page3 .content .page3-subtitle {
  margin-top: 6px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.page3 .content .divider {
  margin: 67px auto 0;
  width: 67px;
  height: 2px;
  background: #999999;
}
.page3 .content .item-box {
  margin: 100px auto;
  width: 1180px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.page3 .content .item-box .item {
  width: 150px;
  height: 60px;
}
.page4 {
  height: 980px;
  color: #000;
  z-index: 1;
}
.page4 .size-bg-box {
  background-image: url(../images/item5-bg.png);
}
.page4 .content {
  position: relative;
  padding-top: 7%;
  overflow: visible;
}
.page4 .content .page4-title {
  height: 47px;
  font-weight: bold;
  font-size: 36px;
  color: #D81D17;
  line-height: 47px;
  text-align: center;
}
.page4 .content .page4-subtitle {
  margin-top: 6px;
  height: 40px;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}
.page4 .content .divider {
  margin: 50px auto 0;
  width: 67px;
  height: 2px;
  background: #999999;
}
.page4 .content .about {
  margin: 100px auto 100px;
  width: 1100px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: left;
}
.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);
  }
}
