* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'Academy Engraved LET';
  src: url('./AcademyEngravedLetPlain.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'pingguo';
  src: url('./苹方-港\ 常规体.otf') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'xisong';
  src: url('./AaXisongNon-CommercialUse.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-size: 20rem;
  font-family: '宋体';
  padding: 0;
  margin: 0;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-size: 20rem;
  font-family: '宋体';
}

.pc-wrap {
  display: block;
}

.header-wrap {
  display: block;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.header-wrap .gb-image {
  display: block;
  width: 100vw;
  box-sizing: border-box;
}

.header-wrap .center-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 48rem;
}

.header-wrap .center-wrap .direction {
  text-align: center;
  font-size: 48rem;
  letter-spacing: 8rem;
  font-weight: 400;
  transform: translateX(-1920rem);
  opacity: 0;
  letter-spacing: 20rem;
}

.header-wrap .center-wrap .direction-animation {
  transform: translateX(0) !important;
  transition: all 1s;
  opacity: 1;
}

.header-wrap .center-wrap .en-direction {
  font-family: 'Academy Engraved LET' !important;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: 32rem;
  letter-spacing: 5rem;
  /* font-weight: 400; */
  transform: translateX(1920rem);
}

.header-wrap .logo-title {
  font-family: 'Academy Engraved LET' !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 60rem;
  font-size: 48rem;
  letter-spacing: 2rem;
}

.header-wrap .hw-company-wrap {
  position: absolute;
  left: 50%;
  bottom: 20rem;
  transform: translateX(-50%);
}

.header-wrap .hw-company-wrap h2 {
  text-align: center;
  font-size: 20rem;
  font-weight: 400;
  letter-spacing: 3rem;
}

.header-wrap .hw-company-wrap p {
  text-align: center;
  font-size: 20rem;
  font-family: 'Academy Engraved LET' !important;
  font-weight: normal;
  font-style: normal;
  font-family: 400;
  letter-spacing: 2rem;
  margin-top: 2rem;
}

.main-business-wrap {
  position: relative;
  background-color: #000;
  padding: 120rem 110rem 40rem 110rem;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.main-business-wrap .titlew-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100rem;
}

.main-business-wrap .titlew-wrap h2 {
  font-size: 48rem;
  font-weight: 400;
}

.main-business-wrap .titlew-wrap h3 {
  font-size: 24rem;
  font-weight: 400;
  font-family: 'Academy Engraved LET' !important;
  font-weight: normal;
  font-style: normal;
}

.main-business-wrap .main-business-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  height: 580rem;
  box-sizing: border-box;
}

.main-business-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50rem;
  font-family: 'Academy Engraved LET';
  font-size: 48rem;
  letter-spacing: 2rem;
  font-weight: 400;
}

.main-business-wrap .main-business-content .main-business-content-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 40rem;
  width: 820rem;
  height: 240rem;
  box-sizing: border-box;
  margin: 0;
  background-color: #072624;
  opacity: 0;
  transform: scale(0.8);
  transform-origin: 50% 50%;
}

.main-business-wrap .main-business-content .main-business-content-item-animation {
  transition: all 3s;
  opacity: 1;
  transform: scale(1);
}

.main-business-wrap .main-business-content .main-business-content-item .hr {
  background-color: #fff;
  width: 5rem;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.main-business-content-item .left-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-business-content-item .left-wrap .title {
  font-family: '宋体';
  font-size: 32rem;
  margin-bottom: 5rem;
  font-family: 400;
}

.main-business-content-item .left-wrap .en-title {
  font-size: 24rem;
  font-family: 'Academy Engraved LET' !important;
  font-weight: normal;
  font-style: normal;
}

.main-business-content-item .left-wrap img {
  display: block;
  width: 65rem;
  height: 65rem;
}

.main-business-content-item .right-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.main-business-content-item .right-wrap p {
  font-size: 28rem;
  text-align: center;
}

.main-business-content-item .right-wrap p:nth-child(1) {
  margin-bottom: 5rem;
}

.about-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 180rem 100rem 20rem 100rem;
  box-sizing: border-box;
  overflow: hidden;
}

.about-logo {}

.about-wrap .about-bottom-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 236rem;
  box-sizing: border-box;
  margin-top: 10rem;
}

.about-wrap .about-bottom-wrap .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 380rem;
  height: 100%;
  box-sizing: border-box;
  background-color: #004c80;
  color: #fff;
  opacity: 0;
  /* transform: translateX(-1000rem); */
  transform: scale(0.8);
  transform-origin: 50% 50%;
}

.about-wrap .about-bottom-wrap .left .left-top-wrap {
  font-size: 36rem;
}

.about-wrap .about-bottom-wrap .left .left-bottom-wrap .value {
  font-size: 88rem;
}

.about-wrap .about-bottom-wrap .left .left-bottom-wrap .unit {
  font-size: 36rem;
}

.about-wrap .about-bottom-wrap .right {
  position: relative;
  flex: 1;
  width: 0;
  height: 100%;
  box-sizing: border-box;
  background-color: #d4e5e3;
  margin-left: 10rem;
  padding: 40rem;
  opacity: 0;
  /* transform: translateX(1000rem); */
  transform: scale(0.8);
  transform-origin: 50% 50%;
}

.about-wrap .about-bottom-wrap .right .flaow {
  position: absolute;
  left: 70rem;
  top: 35rem;
  width: 50rem;
  height: 50rem;
}

.about-wrap .about-bottom-wrap .about-bottom-wrap-left-right-an {
  transition: all 2s;
  opacity: 1;
  transform: scale(1);
  /* transform: translateX(0); */
}

.about-wrap .about-bottom-wrap .company-img {
  position: absolute;
  right: 40rem;
  bottom: 40rem;
  display: block;
  width: 648rem;
  height: 425rem;
  z-index: 1;
  opacity: 0;
  /* transform: translateY(-500rem); */
  transform: scale(0.8);
  transform-origin: 50% 50%;
}

.about-wrap .about-bottom-wrap .company-img-an {
  transition: all 2s;
  opacity: 1;
  transform: scale(1);
}

.about-wrap .about-bottom-wrap .right .right-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 580rem;
}

.about-wrap .about-bottom-wrap .right .right-content .right-content-top {
  text-align: center;
  font-size: 36rem;
}

.about-wrap .about-bottom-wrap .right .right-content .right-content-center {
  text-align: center;
  font-size: 18rem;
  font-weight: 500;
}

.about-wrap .about-bottom-wrap .right .right-content .right-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-wrap .about-bottom-wrap .right .right-content .right-content-bottom .value-wrap {
  flex: 1;
  width: 0;
  box-sizing: border-box;
}

.about-wrap .about-bottom-wrap .right .right-content .right-content-bottom .value-wrap .value-top-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.about-wrap .about-bottom-wrap .right .right-content .right-content-bottom .value-wrap .value-top-wrap .sup {
  font-size: 20rem;
  line-height: normal;
  transform: translateY(-5rem);
  margin-right: 4rem;
  text-align: center;
  white-space: nowrap;
}

.about-wrap .about-bottom-wrap .right .right-content .right-content-bottom .value-wrap .value-top-wrap .value {
  font-size: 40rem;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}

.about-wrap .about-bottom-wrap .right .right-content .right-content-bottom .value-wrap .value-bottom-wrap {
  display: flex;
  justify-content: center;
  font-size: 18rem;
  line-height: normal;
  white-space: nowrap;
}

.about-wrap .about-bottom-wrap .right .right-content .right-content-bottom .value-wrap .value-bottom-wrap span {
  color: #616668;
}

.about-wrap .about-info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 600rem;
}

.about-info-wrap .about-info-title-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 20rem;
}

.about-info-wrap .about-info-title-wrap h2 {
  font-size: 48rem;
  font-weight: 400;
}

.about-info-wrap .about-info-title-wrap h3 {
  font-size: 24rem;
  font-weight: 400;
  font-family: 'Academy Engraved LET' !important;
  font-weight: normal;
  font-style: normal;
}

.about-info-wrap .info {
  font-size: 24rem;
  line-height: 40rem;
}

.bottom-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 355rem;
  background-color: #000;
  box-sizing: border-box;
  padding: 30rem 0;
  color: #fff;
  overflow: hidden;
  margin-top: 30rem;
}

.bottom-wrap .erwei {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 700rem;
  flex: 1;
  box-sizing: border-box;
  margin-bottom: 30rem;
}

.bottom-wrap .beian {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16rem;
}

.bottom-wrap .beian span {
  margin-right: 15rem;
}

.gongzong-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 250rem;
}

.gongzong-wrap img {
  display: block;
  width: 160rem;
}

.gongzong-wrap p {
  text-align: center;
  font-size: 16rem;
  line-height: 30rem;
}

.phone-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 250rem;
}

.phone-wrap .phone-top-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-wrap .phone-top-wrap img {
  display: block;
  width: 40rem;
}

.phone-wrap .phone-top-wrap span {
  font-size: 30rem;
}

.phone-wrap .phone {
  font-size: 30rem;
}

.phone-wrap .phone span {
  margin-right: 10rem;
  letter-spacing: 2rem;
}

.phone-wrap .phone span:last-of-type {
  margin-right: 0;
}


/* mobile-wrap */
.mobile-wrap {
  display: none;
}

.mobile-header-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1200rem;
  box-sizing: border-box;
  overflow: hidden;
  color: #fff;
}

.mobile-header-wrap .mobile-gb-image {
  position: absolute;
  left: 0;
  transform: translateX(-25%);
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}

.mobile-header-wrap .mobile-hw-company-wrap {
  position: absolute;
  left: 50%;
  bottom: 20rem;
  transform: translateX(-50%);
}

.mobile-header-wrap .mobile-hw-company-wrap h2 {
  text-align: center;
  font-size: 20rem;
  font-weight: 400;
  letter-spacing: 3rem;
}

.mobile-header-wrap .mobile-hw-company-wrap p {
  text-align: center;
  font-size: 20rem;
  font-family: 'Academy Engraved LET' !important;
  font-family: 400;
  white-space: nowrap;
  letter-spacing: 2rem;
  margin-top: 2rem;
}

.mobile-header-wrap .mobile-center-wrap {
  z-index: 1;
}

.mobile-header-wrap .mobile-center-wrap .mobile-direction {
  font-size: 40rem;
  text-align: center;
  letter-spacing: 20rem;
}

.mobile-header-wrap .mobile-center-wrap .mobile-en-direction {
  font-size: 25rem;
  text-align: center;
  font-family: 'Academy Engraved LET' !important;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 2rem;
}

.mobile-header-wrap .mobile-logo-title {
  font-family: 'Academy Engraved LET' !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20rem;
  font-size: 48rem;
  letter-spacing: 2rem;
}

.mobile-main-business-wrap {
  position: relative;
  background-color: #000;
  padding: 100rem 40rem 40rem 40rem;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.mobile-main-business-wrap .mobile-title-wrap {}

.mobile-main-business-wrap .mobile-title-wrap h2 {
  text-align: center;
  font-size: 40rem;
  margin-bottom: 15rem;
  font-weight: 400;
}

.mobile-main-business-wrap .mobile-title-wrap p {
  text-align: center;
  font-size: 30rem;
  font-family: 'Academy Engraved LET' !important;
  font-weight: normal;
  font-style: normal;
}

.mobile-main-business-wrap .list-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 100rem;
  box-sizing: border-box;
}

.mobile-main-business-wrap .list-wrap .main-business-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 640rem;
  height: 150rem;
  margin-bottom: 80rem;
  box-sizing: border-box;
  background: #002523;
  padding: 35rem 0;
}

.mobile-main-business-wrap .list-wrap .main-business-item img {
  position: absolute;
  display: block;
  bottom: 0;
  height: 80%;
  z-index: 0;
  opacity: 0.2;
}

.mobile-main-business-wrap .list-wrap .main-business-item .main-business-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  height: 100%;
  width: 0;
  box-sizing: border-box;
  z-index: 2;
}

.mobile-main-business-wrap .list-wrap .main-business-item .main-business-item-content h2 {
  font-family: '宋体';
  font-size: 34rem;
  font-weight: 400;
  z-index: 2;
}

.mobile-main-business-wrap .list-wrap .main-business-item .main-business-item-content h3 {
  font-family: '宋体';
  font-size: 20rem;
  font-weight: 400;
  z-index: 2;
}

.mobile-main-business-wrap .list-wrap .main-business-item .main-business-item-content .en {
  font-family: 'Academy Engraved LET';
}

.mobile-main-business-wrap .list-wrap .main-business-item .hr {
  position: absolute;
  left: 0;
  top: 0;
  width: 5rem;
  height: 100%;
  background-color: #fff;
}

.mobile-about-us-wrap {
  position: relative;
  background-color: #fff;
  padding: 100rem 0 0 0;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  color: #000;
}

.mobile-about-us-wrap .mobile-title-wrap {}

.mobile-about-us-wrap .mobile-title-wrap h2 {
  text-align: center;
  font-size: 40rem;
  margin-bottom: 15rem;
  font-weight: 400;
}

.mobile-about-us-wrap .mobile-title-wrap p {
  text-align: center;
  font-size: 30rem;
  font-family: 'Academy Engraved LET' !important;
  font-weight: normal;
  font-style: normal;
}

.mobile-about-us-wrap .about-us-content {
  width: 600rem;
  margin: 0 auto;
  margin-top: 100rem;
  font-size: 30rem;
  line-height: 50rem;
  letter-spacing: 2rem;
}

.mobile-about-us-wrap .serives-wrap {
  font-size: 48rem;
  text-align: center;
}

.mobile-about-us-wrap .serives-wrap span {
  font-size: 90rem;
  margin: 0 10rem;
}

.mobile-about-us-wrap .juhe-wrap {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
  margin-top: 100rem;
  width: 100vw;
  box-sizing: border-box;
  overflow: hidden;
}

.mobile-about-us-wrap .juhe-wrap .juhe-header-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140rem;
  width: 100%;
  background-color: #007B76;
}

.mobile-about-us-wrap .juhe-wrap .juhe-header-wrap img {
  display: block;
  width: 60rem;
  height: 60rem;
}

.mobile-about-us-wrap .juhe-wrap .juhe-header-wrap span {
  font-size: 30rem;
}

.mobile-about-us-wrap .juhe-wrap .juhe-time-wrap {
  display: flex;
  align-items: center;
  font-size: 24rem;
  font-weight: bold;
  border-bottom: 1px solid #e6efee;
  margin: 20rem 0;
}

.mobile-about-us-wrap .juhe-wrap .juhe-content-wrap {
  display: flex;
  justify-content: space-between;
  width: 550rem;
  height: 400rem;
  margin: 30rem 0;
}

.mobile-about-us-wrap .juhe-wrap .juhe-content-wrap .juhe-content-left {
  width: 200rem;
  height: 100%;
}

.mobile-about-us-wrap .juhe-wrap .juhe-content-wrap .juhe-content-left .juhe-content-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250rem;
  height: 200rem;
}

.mobile-about-us-wrap .juhe-wrap .juhe-content-wrap .juhe-content-left .juhe-content-item .juhe-content-item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.mobile-about-us-wrap .juhe-wrap .juhe-content-wrap .juhe-content-left .juhe-content-item .juhe-content-item-top .label {
  font-size: 26rem;
  transform: translateY(-8rem);
  margin-right: 8rem;
}

.mobile-about-us-wrap .juhe-wrap .juhe-content-wrap .juhe-content-left .juhe-content-item .juhe-content-item-top .value {
  font-size: 50rem;
}

.mobile-about-us-wrap .juhe-wrap .juhe-content-wrap .juhe-content-left .juhe-content-item .juhe-content-item-bottom {
  font-size: 26rem;
}

.mobile-about-us-wrap .juhe-wrap .juhe-content-wrap .juhe-content-left .juhe-content-item .juhe-content-item-bottom span {
  color: #616668;
}

.mobile-about-us-wrap .juhe-wrap .juhe-serives-wrap {
  font-size: 24rem;
  font-weight: bold;
}

.erwei-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background-color: #000;
  height: 320rem;
  color: #fff;
  margin-top: 20rem;
}

.erwei-wrap .qr-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.erwei-wrap .qr-wrap img {
  display: block;
  width: 120rem;
  height: 120rem;
}

.erwei-wrap .qr-wrap p {
  font-size: 20rem;
  width: 280rem;
  text-align: center;
  line-height: 50rem;
}

.erwei-wrap .mobile-phone-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.erwei-wrap .mobile-phone-wrap .phone-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.erwei-wrap .mobile-phone-wrap .phone-left img {
  display: block;
  width: 60rem;
  height: 60rem;
}

.erwei-wrap .mobile-phone-wrap .phone-left span {
  font-size: 26rem;
  margin: 0 20rem;
}

.erwei-wrap .mobile-phone-wrap .phone-right {
  display: flex;
  align-items: center;
  font-size: 26rem;
}

.erwei-wrap .mobile-phone-wrap .phone-right a {
  color: #fff;
  text-decoration: none;
  margin: 0;
}

.erwei-wrap .mobile-phone-wrap .phone-right span {
  /* margin-right: 5rem; */
}

.erwei-wrap .mobile-phone-wrap .phone-right span:last-of-type {
  margin-right: 0;
}

.address-wrap {
  color: #000;
  padding: 30rem 0;
}

.address-wrap div {
  text-align: center;
  font-size: 20rem;
  line-height: 35rem;
}