.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: 30vh;
}
.page1 .t1 {
  margin: 0 auto;
  width: max-content;
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  margin-top: -120px;
  line-height: 120px;
}
.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;
}
.page1 .page1-box1,
.page1 .page1-box2 {
  width: 560px;
  height: 120px;
  border: 1px solid #fff;
  margin: 0 auto;
}
.page1 .page1-box2 {
  margin-top: -130px;
  position: relative;
  left: -10px;
}
.page2 {
  height: 980px;
  color: #000;
  background-color: #F5F5F5;
  z-index: 1;
}
.page2 .content {
  width: 100%;
  position: relative;
  overflow: visible;
}
.page2 .page2-left {
  position: relative;
  z-index: 2;
}
.page2 .page2-left-content {
  width: 648px;
  padding-top: 130px;
}
.page2 .page2-left-content .title-1 {
  height: 47px;
  line-height: 47px;
  font-weight: bold;
  font-size: 36px;
  color: #D81D17;
}
.page2 .page2-left-content .title-2 {
  margin-top: 6px;
  height: 40px;
  font-size: 30px;
  color: #333333;
  line-height: 40px;
}
.page2 .page2-left-content .divider {
  margin: 50px 0 0;
  width: 67px;
  height: 2px;
  background: #999999;
}
.page2 .page2-left-content .service-content {
  margin-top: 60px;
  margin-bottom: 80px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.page2 .page2-left-service {
  margin-top: 50px;
  display: flex;
}
.page2 .page2-left-service .service-item {
  position: relative;
  width: 300px;
  height: 250px;
  background: #fff;
  color: #333;
  text-align: center;
  transition: all 0.3s ease;
}
.page2 .page2-left-service .service-item i {
  display: block;
  width: 100px;
  height: 100px;
  margin: 45px auto 25px;
}
.page2 .page2-left-service .service-item i.icon-service1 {
  background-image: url(../images/service/jishu.png);
}
.page2 .page2-left-service .service-item i.icon-service2 {
  background-image: url(../images/service/sheji.png);
}
.page2 .page2-left-service .service-item i.icon-service3 {
  background-image: url(../images/service/guihua.png);
}
.page2 .page2-left-service .service-item i.icon-service4 {
  background-image: url(../images/service/kaifa.png);
}
.page2 .page2-left-service .service-item p {
  font-size: 22px;
}
.page2 .page2-left-service .service-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 45px;
  right: 0;
  width: 1px;
  height: 160px;
  background: #E5E5E5;
}
.page2 .page2-left-service .service-item:hover {
  background: #D81D17;
  color: #fff;
}
.page2 .page2-left-service .service-item:hover i.icon-service1 {
  background-image: url(../images/service/jishu-s.png);
}
.page2 .page2-left-service .service-item:hover i.icon-service2 {
  background-image: url(../images/service/sheji-s.png);
}
.page2 .page2-left-service .service-item:hover i.icon-service3 {
  background-image: url(../images/service/guihua-s.png);
}
.page2 .page2-left-service .service-item:hover i.icon-service4 {
  background-image: url(../images/service/kaifa-s.png);
}
.page2 .page2-left-service .service-item:hover::after {
  opacity: 0;
}
.page2 .page2-right {
  position: absolute;
  top: 60px;
  right: 100px;
  width: 700px;
  height: 860px;
  background-image: url(../images/page2-right.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 {
  min-height: 980px;
  color: #000;
  z-index: 1;
}
.page4 .size-bg-box {
  background-image: url(../images/item5-bg.png);
}
.page4 .p1-inner {
  min-height: 980px;
}
.page4 .content {
  position: relative;
  width: 50%;
  min-height: 980px;
  background-color: rgba(255, 255, 255, 0.85);
  overflow: visible;
}
.page4 .content > div {
  margin-left: 26%;
  margin-right: 10%;
  padding-top: 180px;
  padding-bottom: 100px;
}
.page4 .content .page4-title {
  font-weight: bold;
  font-size: 36px;
  color: #D81D17;
  line-height: 47px;
}
.page4 .content .page4-subtitle {
  margin-top: 6px;
  font-size: 30px;
  color: #333333;
  line-height: 40px;
}
.page4 .content .divider {
  margin: 50px 0;
  width: 67px;
  height: 2px;
  background: #999999;
}
.page4 .content .about {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.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);
  }
}
