* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
.home {
  min-width: 1200px;
  overflow: auto;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.head {
  height: 106px;
  width: 100%;
  background-color: rgba(8, 8, 8, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
.head-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-content img {
  width: 80px;
  /* height: 72px; */
}
.head-right {
  display: flex;
  align-items: center;
}
.head-right > .right-item > a {
  line-height: 106px;
  padding: 0 25px;
  color: #fff;
  text-decoration: none;
}

.page1 {
  height: 100vh;
  background: #2c3e50;
  position: relative;
}
.page1 .img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 800px;
}
.position-img {
  width: 1200px;
  height: 180px;
  margin: 0 auto;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 800px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.page1 .title {
  color: #fff;
  font-size: 56px;
  text-align: center;
  margin-top: 25%;
}
.page1 .hand-bars {
  position: absolute;
  right: 0;
  bottom: 50px;
}
.page1 .hand-bars .bar {
  background-color: rgba(1, 1, 1, 0.702);
  width: max-content;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.page1 .hand-bars .bar:hover > .hover-img {
  display: block;
}
.page1 .hand-bars .bar > .hover-img {
  background: #fff;
  padding: 5px;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  border-radius: 5px;
  z-index: 3;
  box-shadow: 1px 1px 5px #888888;
  display: none;
}
.hover-img::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 20px;
  border: 10px solid transparent;
  border-top-color: #fff;
}
.page1 .hand-bars > .bar > img {
  margin-right: 20px;
}

.page2 {
  height: 770px;
  background: #fff;
}
.page2 > .container {
  padding: 200px 0 0 0;
  display: flex;
}
.page2-left {
  position: relative;
}
.page2-left > .pic1 {
  position: absolute;
  left: 70px;
  top: 0;
  width: 388px;
  height: 367px;
  object-fit: cover;
}
.page2-left > .pic2 {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 254px;
  height: 319px;
  object-fit: cover;
}
.page2-left > .about-us {
  position: absolute;
  left: 0;
  bottom: 100px;
  line-height: 56px;
  background: #040404;
  color: #fff;
  padding: 0 15px;
}
.page2-left > .about-us::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -20px;
  top: -20px;
  border: 20px solid transparent;
  border-right-color: #040404;
  transform: rotate(45deg);
}
.page2-left > .about-us::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -20px;
  bottom: -20px;
  border: 20px solid transparent;
  border-right-color: #040404;
  transform: rotate(-45deg);
}
.page2-left > .blue-block {
  position: absolute;
  width: 50px;
  height: 40px;
  right: 0;
  bottom: 60px;
  background: #3b3e7c;
}
.page2-left > .yellow-block {
  position: absolute;
  width: 50px;
  height: 20px;
  right: 0;
  bottom: 20px;
  background: #d1af6e;
}
.page2-right {
  width: 45%;
  padding-left: 30px;
}
.right-title {
  font-size: 28px;
  color: rgb(8, 8, 8);
  margin-bottom: 30px;
  position: relative;
}
.right-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 36px;
  height: 4px;
  background-color: #f67846;
  border-radius: 2px;
}
.page2-right > .right-text {
  font-size: 14px;
  color: #666666;
  line-height: 1.875;
  text-indent: 2em;
  padding-top: 40px;
}

.page3 {
  height: 1000px;
  background: #f7f7f7;
}
.page3 > .container {
  display: flex;
  padding: 150px 0 0 0;
}
.page3-center {
  padding-top: 115px;
  margin: 0 36px 0 8px;
}
.page3-center > .con {
  width: 565px;
  height: 120px;
  background: linear-gradient(135deg, #ffffff, #f7f7f7);
  border-radius: 20px;
  padding: 22px 25px;
  display: flex;
  align-items: center;
}
.page3-center > .con + .con {
  margin-top: 28px;
}
.page3-center > .con > img {
  width: 76px;
  height: 76px;
  margin-right: 30px;
}
.page3-center > .con > .text-con div {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
}
.page3 > .container > .right {
  width: 336px;
  height: 767px;
}
.page4 {
  height: 1400px;
  background: #fff;
}
.page4 > .container {
  padding: 160px 0;
}
.page4-con {
  width: 1200px;
  height: 394px;
  padding: 56px 72px;
  margin-top: 94px;
  border-radius: 20px;
  background: #fff4f0;
  display: flex;
  position: relative;
}
.page4-con > img {
  width: 254px;
  height: 520px;
  position: absolute;
  top: -66px;
  left: 283px;
}
.page4-con2 > img {
  width: 254px;
  height: 520px;
  position: absolute;
  top: -66px;
  left: 715px;
}
.page4-con-title {
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  line-height: 48px;
  white-space: nowrap;
  margin-right: 503px;
}
.page4-con2 .page4-con-title {
  margin-right: 78px;
}
.page4-con-text {
}
.page4-con2 .page4-con-text-con div {
  text-align: right;
}
.page4-con-text-con {
  width: 100%;
  display: flex;
}
.page4-con2 .page4-con-text-con {
  justify-content: flex-end;
}
.page4-con-text-con + .page4-con-text-con {
  margin-top: 44px;
}
.page4-con-text-con > img {
  width: 20px;
  height: 20px;
  margin-right: 18px;
  transform: translateY(7px);
}
.page4-con-text-con div {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
}

.page5 {
  background: #040404;
  background-image: url("./imgs/bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page5 > .container {
  padding: 40px 0 10px 0;
  color: #fff;
}
.page5 .page5-head {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.page5-head > img {
  margin-right: 200px;
  width: 107px;
  height: 56px;
}
.page5 .page5-content {
  display: flex;
  justify-content: space-between;
}
.page5-content > .page5-left {
}
.page5-left > .page5-title {
  font-size: 32px;
  color: #feba01;
  margin-bottom: 30px;
}
.page5-left > .page5-text {
  font-size: 16px;
  margin-bottom: 20px;
}
.page5-content > .page5-right {
  display: flex;
}
.page5-right > .page5-img-text {
  text-align: center;
  margin-left: 50px;
  font-size: 20px;
  letter-spacing: 5px;
}
.page5 .icp {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page5 .icp img {
  width: 18px;
  height: 20px;
  margin-right: 6px;
}
.page5 .icp > a {
  color: #fcfcfc;
  font-size: 14px;
}
.page6 {
  width: 100%;
}
.page6 .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.page6 .right-title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.page6 img {
  width: 100%;
  height: 827px;
}
