* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

:active,
:focus {
  outline: none !important;
}
ol,
ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
body {
  /* background-color: rgba(245, 245, 245); */
}
.mobile {
  display: block;
}
.pc {
  display: none;
}
.wrap_page_box {
  /* max-width: 105.0625rem; */
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.part-0{
  height: 42rem;
}
.header {
  width: 100%;
  height: 6.8125rem;
  /* padding: 0 64px; */
}
.header-wrap {
  width: 100%;
  position: fixed;
  left: 0 !important;
  z-index: 999;
  /* margin: 0 auto; */
}
.header-nav-top {
  /* max-height: 100%; */
  /* max-width: 1440px; */
  height: 2.25rem;
  background: #f6f7f9;
  /* border-bottom: .0625rem solid rgb(228 231 237); */
  padding: 0 4rem;
}
.header-nav-bottom {
  /* display: flex; */
  /* max-width: 1440px; */
  height: 4.5625rem;
  /* background: crimson; */
  /* align-self: center; */
  padding: 0 4rem;
  background: #27235e;
  /* border-bottom: .0625rem solid rgb(209, 215, 224); */
}
.top-wrap {
  width: 100%;
  height: 100%;
  max-width: 90rem;
  /* background: #7c858c; */
}
.bottom-wrap {
  width: 100%;
  height: 100%;
  max-width: 90rem;
  /* background: #7c858c; */
}
.nav-top-left {
  /* max-width: 1440px; */
  /* background: #7c858c; */
}
.nav-bottom-left {
  width: 100%;
  height: 100%;
  /* max-width: 1440px; */
  /* background: #7c858c; */
}
.nav-bottom-left > li {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}
.top-tab {
  width: 10rem;
  height: 2.25rem;
  text-align: center;
  line-height: 2.25rem;
  background: #fff;
}
.top-tab-r {
  padding: 0 .75rem;
}
.top-tab > a,
.top-tab-r > a {
  font-size: .75rem;
  color: rgb(109 110 122);
}
.logo-li {
  /* padding-right: 1.5rem; */
}
.logo-li img {
  width: 3.125rem;
  height: 3.4375rem;
}
.bottom-tab {
  /* height: 50%; */
  /* padding: 5px 0px; */
  /* margin: 0 1.5625rem; */
  width: 100%;
  margin-bottom: 10px;
}
.bottom-tab-s {
}
.trigle {
  position: relative;
}
.trigle::after {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: 3px solid;
  border-right: 3px solid transparent;
  border-bottom: 0;
  border-left: 3px solid transparent;
  top: 12px;
  left: 35px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.5s;
}
.trigle.rotated::after {
  transform: translateY(-50%) rotate(180deg);
  /* transition: transform 0.5s; */
}
.bottom-tab > span:hover {
  cursor: pointer;
  border-bottom: 2px solid white;
}
.bottom-tab-active {
  border-bottom: 2px solid white;
}
.bottom-tab > span {
  padding: 5px 0;
  font-size: 14px;
  color: white;
  /* transform: translateY(-50%); */
  /* border-bottom: 2px solid white; */
  /* padding: 10px 25px; */
}
.bottom-tab-dj {
  margin-bottom: 10px;
  /* height: 50%; */
  /* padding: 5px 0px; */
  /* margin: 0 1.5625rem; */
}
.mo-bottom-tab-a:hover {
  cursor: pointer;
  border-bottom: 2px solid white;
}
.bottom-tab-dj-active {
  border-bottom: 2px solid white;
}
.mo-bottom-tab-a {
  padding: 5px 0;
  font-size: 14px;
  color: #121118;
  /* transform: translateY(-50%); */
  /* border-bottom: 2px solid white; */
  /* padding: 10px 25px; */
}
.mo-menu {
  width: 100%;
  height: calc(100vh - 6.8125rem);
  position: fixed;
  left: 0 !important;
  z-index: 996;
  background: rgba(255, 255, 255, 1);
  transition: all 0.5s;
  transform: translateX(100%);
  padding: 1rem 1.5rem;
  overflow: auto;
}
.mo-menu-list {
  margin-top: 28px;
}
.mo-menu-tit {
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(209, 215, 224);
}
.mo-menu-item {
  padding-top: 20px;
}
.mo-menu-item-to {
}
.mo-menu-item-top {
}
.mo-menu-item-top > img {
  width: 18px;
  height: 23px;
  margin-right: 15px;
}
.mo-menu-item-top > span {
  color: rgb(18, 17, 24);
  line-height: 19.2px;
  font-weight: 500;
  font-size: 16px;
}
.mo-menu-item-to:hover .mo-menu-item-top > span {
  color: #0d52ff;
}
.res-left-item-top > a {
  color: rgb(18, 17, 24);
  line-height: 19.2px;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
.res-left-item-top > a:hover {
  color: #0d52ff;
}

.mo-menu-item-bt {
  margin-top: 8px;
  color: rgb(76, 75, 88);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.tab-1-wrap,
.tab-2-wrap,
.tab-3-wrap {
  margin-bottom: 36px;
  display: none;
}
.mo-menu-right {
  background-color: rgb(237, 239, 243);
  min-width: 330px;
  grid-column: span 1 / span 1;
  background: #edeff3;
  padding: 32px 0 32px 32px;
  margin-top: 32px;
}
/* .mo-menu-right-img {
  width: 100%;
  height: 145px;
} */
.mo-menu-right-box {
  height: calc(100% - 145px);
  padding: 32px;
  background: #000;
}
.mo-menu-right-tit {
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  font-style: initial;
}
.mo-menu-right-ftit {
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  font-style: initial;
}
.mo-menu-right-more {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
}
.mo-menu-right-more:hover {
  color: #03eada;
}
.mo-menu-right-more:hover .mo-menu-right-more-img {
  transform: translateX(5px);
}
.mo-menu-right-more > img {
  width: 20px;
  height: 16px;
  margin-left: 8px;
  transition: transform 0.5s;
}
.new-mo-menu-list {
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 8px;
  margin-top: 28px;
  border-bottom: 1px solid rgb(209, 215, 224);
}
/* part1 */
.part-1 {
  width: 100%;
  /* height: 760px; */
  /* background: #7c858c; */
}
.nav-wrap {
  /* width: 1156px; */
  width: 100%;
  padding-top: 2rem;
  margin: 0 auto;
}
.tit-wrap {
  width: 60%;
  padding-bottom: 3rem;
}
.p1-fu-tit {
  color: hsla(248.571, 17.0732%, 8.03922%, 1);
  font-family: Gotham;
  font-size: 1rem;
  font-weight: 500;
}
.p1-mian-tit {
  color: hsla(248.571, 17.0732%, 8.03922%, 1);
  font-family: Gotham;
  font-size: 2.125rem;
  font-weight: 700;
}
.cont-wrap {
  width: 100%;
  /* height: 540px; */
  padding: 0 1.875rem;
  padding-top: 3rem;
  /* display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  align-items: center;
  justify-items: center;
  grid-gap: 2rem;
}
.cont-item-box {
  width: 100%;
  height: 14.375rem;
  /* background: #f6f7f9; */
  border-radius: 1.25rem;
  position: relative;
}
.cont-grid-item {
  width: 100%;
  height: 14.375rem;
  background: #f6f7f9;
  border-radius: 1.25rem;
  padding: 2rem;
  position: absolute;
  /* bottom: 0; */

  transition: all 0.3s ease;
  /* transition: transform 0.5s ease; */
  /* box-shadow:0 0 0px 0px rgba(241, 241, 241, 0.8); */
}
.i1 {
  background: linear-gradient(rgb(166, 232, 236), rgb(224, 246, 247)) center top;
}
.i2 {
  background: linear-gradient(rgb(167, 221, 241), rgb(224, 243, 249)) center top;
}
.i3 {
  background: linear-gradient(rgb(168, 210, 245), rgb(224, 238, 250)) center top;
}
.i4 {
  background: linear-gradient(rgb(169, 199, 250), rgb(224, 234, 252)) center top;
}
.i5 {
  background: linear-gradient(rgb(184, 211, 250), rgb(227, 238, 252)) center top;
}
.i6 {
  background: linear-gradient(rgb(182, 196, 250), rgb(227, 231, 251)) center top;
}
.i7 {
  background: linear-gradient(rgb(189, 187, 243), rgb(229, 229, 249)) center top;
}
.i8 {
  background: linear-gradient(rgb(195, 178, 236), rgb(231, 225, 247)) center top;
}
.item_img_icon {
  width: 3rem;
  height: 3rem;
}
.item_text {
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 1rem;
}
.item_right_icon {
  width: 1.25rem;
  height: 1rem;
  margin-top: 1rem;
  transition: transform 0.5s;
}
.cont-grid-item:hover {
  /* animation:fangda 0.4s;
  animation-fill-mode:forwards; */
  /* bottom:20px; */
  /* transform: all 0.5s; */
  box-shadow: 0rem .625rem 1.875rem -0.625rem rgba(0, 0, 0, 0.3);
  /* box-shadow: 18px 10px 80px rgba(0, 0, 0, 0.3), 18px 10px 80px rgba(0, 0, 0, 0.3), 0 10px 80px rgba(0, 0, 0, 0.3); */

  transform: translateY(-0.625rem);
}
.cont-grid-item:hover .item_right_icon {
  transform: translateX(.3125rem);
}

/* part-2 */
.part-2 {
  width: 100%;
  /* height: 760px; */
  /* background: #7c858c; */
  background: linear-gradient(
    3.141592653589793rad,
    hsla(0, 0%, 100%, 1) 0%,
    hsla(255, 80%, 98.0392%, 1) 53%,
    hsla(252, 83.3333%, 95.2941%, 1) 100%
  );
}
.p2-nav-wrap {
  width: 100%;

  padding: 0 1.875rem;
  padding-top: 6rem;
  margin: 0 auto;
}
.p2-tit-wrap {
  width: 60%;
  padding-bottom: 3rem;
}
/* .p2-fu-tit {
  color: hsla(248.571, 17.0732%, 8.03922%, 1);
  font-family: Gotham;
  font-size: 16px;
  font-weight: 500;
} */
.p2-mian-tit {
  color: hsla(248.571, 17.0732%, 8.03922%, 1);
  font-family: Gotham;
  font-size: 2.125rem;
  font-weight: 700;
}
.p2-cont-wrap {
  width: 100%;
  padding-top: 3rem;
}
.p2-cont-item-list {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  font-size: 20px;
  /* display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(6,1fr);
  gap:12px 0px;
  column-count: 2; */
}
.p2-list-wrap {
  width: 100%;
  padding-left: 1.25rem;
  padding-bottom: 3rem;
}
.p2-cont-item {
  font-size: 1.375rem;
  margin-bottom: .75rem;
  position: relative;
}
.p2-cont-item::before {
  content: "◢";
  display: inline-block;
  font-size: .625rem;
  font-style: normal;
  line-height: 1.5rem;
  position: absolute;
  left: -1.2rem;
  color: #222;
}
.p2-cont-box {
  width: 100%;
  margin: 0 auto;
  padding: 3rem 1.875rem 6rem 1.875rem;
  flex-direction: column;
}
.p2-cont-left {
  width: 100%;
  padding-bottom: 3rem;
}
.p2-cont-left-tit {
  color: hsla(248.571, 17.0732%, 8.03922%, 1);
  font-family: Gotham;
  font-size: 2.125rem;
  font-weight: 700;
  font-style: initial;
  margin-bottom: 1.25rem;
}
.p2-cont-left-fu-tit {
  color: hsla(248.571, 17.0732%, 8.03922%, 1);
  font-family: Gotham;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: initial;
  margin-bottom: 1.25rem;
  padding-right: 3.4375rem;
}
.p2-cont-left-text {
  color: hsla(240, 6.06061%, 38.8235%, 1);
  font-family: Gotham;
  font-size: 1rem;
  font-weight: 400;
  text-transform: initial;
  font-style: initial;
  margin-bottom: 1.25rem;
  padding-right: 3.4375rem;
}
.p2-cont-left-foot {
  color: hsla(248.571, 17.0732%, 8.03922%, 1);
  font-family: Gotham;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  font-style: initial;
  margin-bottom: 2.25rem;
}
.p2-cont-left-btn {
  padding: .75rem 1.75rem;
  background: rgb(10, 80, 255);
  color: #fff;
  border-radius: .375rem;
}
.p2-cont-right {
  width: 100%;
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); */
  /* grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr); */
  align-items: center;
  justify-items: center;
  /* gap: 3.125rem 0; */
  padding-top: 3rem;
}
/* @media (max-width: 800px) {
  .p2-cont-right {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
 
@media (max-width: 600px) {
  .p2-cont-right{
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
} */
.other-logo {
  /* width: 7.5rem; */
  width: 100%;
  height: 41.25rem;
  margin: 0 1.5625rem;
}

/* part3 */
.p3-tit-part {
  width: 100%;
  height: 136px;
  background: linear-gradient(
    2.8797932657906435rad,
    hsla(222.893, 100%, 52.549%, 1) 0%,
    hsla(275.745, 83.9286%, 56.0784%, 1) 52%,
    hsla(330.171, 92.5926%, 62.9412%, 1) 100%
  );
}
.p3-cont-part {
  width: 100%;
}
.p3-tit-text {
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: initial;
  margin-right: 1rem;
}
.more-btn {
  font-weight: 500;
  padding: .5rem 1.5rem;
  border-radius: .375rem;
  background: rgb(255, 255, 255);
  border: .0625rem solid rgb(255, 255, 255);
  color: #000;
  margin-left: 1rem;
}
.p3-cont-part {
  width: 100%;
  height: 30.625rem;
  background: url("../img/background-image-bc-people-working.jpg") no-repeat;
  background-size: cover;
  padding: 6rem 0;
}
.p3-cont-part-wrap {
}
.p3-black-bc {
  width: 100%;
  background: #000;

  box-sizing: border-box;
  padding: 3rem 4rem;
  align-items: center;
  justify-content: center;
}
.p3-black-tit {
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 2.125rem;
  font-weight: 700;
  font-style: initial;
  margin-bottom: 1.25rem;
}
.p3-black-fu-tit {
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: initial;
}

/* part4 */
.part-4 {
  width: 100%;
  padding-top: 6rem;
}
.p4-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.875rem;
}
.p4-tit {
  width: 60%;
  color: hsla(248.571, 17.0732%, 8.03922%, 1);
  font-family: Gotham;
  font-size: 1.75rem;
  font-weight: 700;
  font-style: initial;
  text-align: center;
  margin-bottom: 3rem;
}
.p4-cont-wrap {
  padding: 3rem 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1.25rem;
}
.grid-1 {
  grid-column: 1 / 3;
}
.p4-cont-item-box {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
}
.p4-cont-grid-item {
  width: 100%;
  height: 14.375rem;
  border-radius: 1.25rem;
  padding: 2rem;
  transition: all 0.3s ease;
}
.p4-i1 {
  background: linear-gradient(to right, #0378a5, #0941b1);
}
.p4-i2 {
  background: linear-gradient(to right, #6825a7, #9a2e82);
}
.p4-i3 {
  background: linear-gradient(to right, #0380a3, #0380a3);
}
.p4-item_img_icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.25rem;
}
.p4-item_text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.p4-item_right_icon {
  width: 1.25rem;
  height: 1rem;
  transition: transform 0.5s;
}
.p4-cont-grid-item:hover {
  box-shadow: 0px .625rem 1.875rem -0.625rem rgba(0, 0, 0, 0.3);
  transform: translateY(-0.625rem);
}
.p4-cont-grid-item:hover .p4-item_right_icon {
  transform: translateX(.3125rem);
}
@media (min-width: 800px) {
  .part-4 {
    width: 100%;
    padding-top: 6rem;
  }
  .p4-wrap {
    width: 100%;
    /* background: blueviolet; */
    margin: 0 auto;
  }
  .p4-tit {
    width: 60%;
    color: hsla(248.571, 17.0732%, 8.03922%, 1);
    font-family: Gotham;
    font-size: 1.75rem;
    font-weight: 700;
    font-style: initial;
    text-align: center;
    margin-bottom: 3rem;
  }
  .p4-cont-wrap {
    padding: 3rem 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .p4-cont-item-box {
    width: 33.3%;
    height: 100%;
    border-radius: 1.25rem;
    margin: 0 1rem;
  }
  .p4-cont-grid-item {
    width: 100%;
    height: 14.375rem;
    border-radius: 1.25rem;
    padding: 2rem;
    transition: all 0.3s ease;
  }
}

.part-5 {
}
.in-part-5 {
  /* background: #010e1d; */
}.ip5-img{
  width: 100%;
  height: 56.25rem;
  /* background: url("../img/641.webp") no-repeat;
  background-size: 100% 100%; */
  background-image: -webkit-linear-gradient(
    left,
    #181031 0%,
    #0e0e0e 40%,
    #0e0e0e 60%,
    #181031 100%
  );
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* margin-bottom: 32px; */
  }
  .ip5-banner-box {
    width: 56.25rem;
    height: 100%;
    position: relative;
  }
  .ip5-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../img/banner.png") no-repeat;
    background-size: 100% 100%;
    animation: xuanzhuan 30s linear infinite;
  }
  .fill {
    animation-delay: -5s;
    animation-duration: 40s;
  }
  @keyframes xuanzhuan {
    0% {
      transform: rotateZ(0deg);
    }
    100% {
      transform: rotateZ(360deg);
    }
  }
  .ip5-cont{
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    width: 34.375rem;
    margin-right: 8.75rem;
    
  }
  .ip5-tit{
  font-size: 2.6875rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: .3125rem;
  position: absolute;
  right: 6.25rem;
  top: 40%;
  
  }
  .ip5-tit2 {
    font-size: 2.6875rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: .3125rem;
    position: absolute;
    right: 6.25rem;
    top: 50%;
  }
  .ip5-text{
    font-size: 1.5rem;
    color: #fff;
    font-weight: 400;
    text-align: right;
    margin-bottom: .3125rem;
  }
  .ip5-text2{
    font-size: 1.875rem;
    color: #fff;
    font-weight: 500;
    text-align: right;
    margin-bottom: .3125rem;
  }
.ip5-tit-part {
  width: 100%;
  height: 8.5rem;
  background: linear-gradient(
    4.8797932657906435rad,
    hsla(213.926, 100%, 31.9608%, 1) 10%,
    hsla(330.171, 92.5926%, 62.9412%, 1) 90%
  );
}
.p5-tit-part {
  width: 100%;
  height: 8.5rem;
  background: linear-gradient(
    2.8797932657906435rad,
    hsla(263.926, 100%, 31.9608%, 1) 0%,
    hsla(330.171, 92.5926%, 62.9412%, 1) 100%
  );
}
.p5-tit-text {
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: initial;
  margin-right: 1rem;
}
.go-btn {
  font-weight: 500;
  padding: .5rem 1.5rem;
  border-radius: .375rem;
  background: rgb(255, 255, 255);
  border: .0625rem solid rgb(255, 255, 255);
  color: #000;
  margin-left: 1rem;
}

/* part-6 */
.part-6 {
  padding-top: 6rem;
  /* box-sizing: border-box; */
  background-color: hsla(0, 0%, 0%, 1);
}
.p6-top {
}
.p6-tit-border {
  width: 55.625rem;
  margin: 0 auto;
}
.p6-tit {
  width: 43.75rem;
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 3.8125rem;
  font-weight: 700;
  font-style: initial;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 1rem;
  text-align: center;
}
.p6-fu-tit {
  color: hsla(196.207, 77.6786%, 43.9216%, 1);
  font-family: Gotham;
  font-size: 1.625rem;
  font-weight: 400;
  text-transform: initial;
  font-style: initial;
  padding-bottom: 4rem;
  margin: 0 auto;
}
.p6-bottom {
  width: 100%;
  background: linear-gradient(
    3.141592653589793rad,
    hsla(0, 0%, 0%, 1) 0%,
    hsla(223.953, 84.3137%, 20%, 1) 100%
  );
}
.p6-bottom-wrap {
  width: 100%;
  padding: 6rem 0;
  margin: 0 auto;
}
.p6-bt-tit {
  width: 66%;
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  font-style: initial;
  text-align: center;
}
.p6-bt-btn {
  background: rgb(10, 80, 255);;
  border-color: rgb(10, 80, 255);;
  font-weight: 500;
  font-size: .9375rem;
  color: rgb(255, 255, 255);
  line-height: 1.5rem;
  border-radius: .375rem;
  padding: .75rem 1.75rem;
  margin-top: 2.5rem;
  cursor: pointer;
}
.call-part {
  width: 100%;
  height: 100px;
  margin-top: 2.8125rem;
  transition: all 0.5s;
  overflow: hidden;
}
.call-part-tit {
  width: 66%;
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  font-style: initial;
  text-align: center;
}
.call-part-box {
  width: 100%;
  height: 100%;
}
.call-part-box > span {
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 1.325rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-transform: initial;
  font-style: initial;
}
.footer {
  width: 100%;
  height: 100%;
  background: rgb(18, 17, 24);
  padding-bottom: 3.5rem;
}
.footer-wrap {
  width: 100%;
  padding: 5rem 30px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.footer-part-nav {
  width: 100%;
  height: 100%;
}
.footer-list-top {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: .5rem;
}
.footer-list-item > a {
  color: rgb(255, 255, 255);
  font-size: .875rem;
  line-height: 1.375rem;
  margin-bottom: .375rem;
}
.footer-list-item > a:hover {
  color: #afb4be;
}
.foot-bt {
  max-width: 1156px;
  margin: 0 auto;
  padding: 0 1.875rem;
}
.foot-logo {
  width: 8.125rem;
  height: 3.4375rem;
}
.ft-bt-right {
  padding-top: 20px;
}
.foot-web-nav {
  margin-bottom: 0px;
  line-height: 26px;
}
.foot-web-nav > a {
  color: rgb(255, 255, 255);
  font-size: 12px;
  padding: 0 6px;
}
.foot-web-nav > a:hover {
  color: #afb4be;
}
.foot-dress {
  color: rgb(142, 145, 156);
  line-height: 26px;
  font-size: 12px;
  margin-bottom: 0px;
}
.foot-fun-nav {
  color: rgb(142, 145, 156);
  margin-bottom: 0px;
  text-align: right;
  /* transform: scaleY(0.5); */
}
.foot-fun-nav > a {
  color: rgb(142, 145, 156);
  line-height: 26px;
  font-size: 12px;
  padding: 0 5px;
}
.foot-fun-nav > a:hover {
  color: #e4e4e4;
}
/* 侧边菜单 */
.menu-btn {
  width: 4.375rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-open {
  width: 1.75rem;
  height: 1.125rem;
}
.menu-close {
  width: 1.125rem;
  height: 1.125rem;
  display: none;
}
/* 侧边导航 */
/* .out-side-nav {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 3rem 0 5rem;
}
.out-line {
  width: 100%;
  height: .1rem;
  background: -webkit-linear-gradient(left, #e3e3e3 0%, #fff 100%);
}
.out-side-nav-item {
  padding: 1.5rem 0;
}
.out-side-font {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 2rem;
  color: #000000;
}
.out-side-nav li {
  padding: 1.5rem 0;
}
.nav-second {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav-third {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav-second-level {
  padding-left: 2rem;
}
.nav-third-level {
  padding-left: 3rem;
}
.menu-icon{
  width: 1.75rem;
  height: 1.125rem;
} */
