@font-face {
  font-family: "sfJpLightBold";
  src: url("../fonts/SFProJPDisplay-Medium.ttf?t=1655692005834")
    format("truetype");
}

@font-face {
  font-family: "sfJpLight";
  src: url("../fonts/SFProJPDisplay-Light.ttf?t=1655692005834")
    format("truetype");
}
@font-face {
  font-family: "sfLight";
  src: url("../fonts/SFProDisplayLight.otf?t=1655692005834")
    format("truetype");
}
html,
body {
  position: relative;
  line-height: 1 !important;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
}

body {
  font-family: "sfJpLight";
  background-color: #f4f5f7;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-image: url("../imgs/index_bg1.png"), url("../imgs/index_bg2.png"),
    url("../imgs/index_bg3.png");
  background-size: 265px auto, 371px auto, 287px auto;
  background-position: 0px 579px, 100% 1645px, 0px 3103px;
}

span {
  outline: none;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

a {
  display: inline-block;
}

ul,
ul li,
p,
h1,
h2,
h3 {
  list-style: none;
  margin: 0;
  padding: 0;
}

div {
  box-sizing: border-box;
}

.flexCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.absCenter {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ellipsis1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

@keyframes scaleAnim {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.05);
  }
}
@keyframes scaleAnim2 {
  from {
    transform: scale(1.05);
  }

  to {
    transform: scale(1);
  }
}

.hoverScale:hover {
  animation: scaleAnim 0.5s forwards ease-out;
}
.hoverScale:not(:hover) {
  animation: scaleAnim2 0.3s forwards ease-in;
}

.navMar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}

.nav {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 129px;
}

.navRight {
  display: flex;
}

.navRightItem {
  margin-left: 50px;
  padding: 20px 0;
  font-weight: 300;
  font-size: 20px;
  color: #1a1a1a;
  line-height: 28px;
  position: relative;
}

.navRightItemLine {
  width: 100%;
  height: 4px;
  z-index: 99999;
  position: absolute;
  transition: all 0.3s linear;
  bottom: 15px;
  left: 0;
  background-color: #fff;
}

.navRightItem:hover .navRightItemLine {
  background-color: #333;
}

.navItem {
  position: relative;
}

.tohhleUl {
  font-family: "";
  display: none;
  width: 180px;
  left: -6px;
  position: absolute;
  top: 60px;
  background: #f7f9fa;
  text-align: center;
}

.tohhleLi {
  font-weight: 300;
  padding: 15px 0;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

.tohhleLi:hover {
  font-weight: 500;
}

.collapseMenu {
  display: flex;
  flex-direction: column;
  width: 20px;
  height: 15px;
  justify-content: space-around;
  display: none;
}

.collapseMenu span {
  display: inline-block;
  width: 20px;
  height: 2px;
  font-size: 0;
  line-height: 0;
  background-color: #fff;
}

/* 移动端弹层 */
.header__navi {
  display: none;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

::-webkit-scrollbar {
  width: 7px;
  height: 8px;
  background-color: #c7c9cc;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  height: 50px;
  border-radius: 5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.header__naviCon {
  display: none;
}

.pageWidth {
  padding-top: 100px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  flex: 1;
}

/* 页脚 */
.footer {
  width: 100%;
  /* height: 361px; */
  height: auto;
  background-color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-weight: 300;
  position: relative;
}

.footer-box {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 55px;
}

.footer-logoaddress {
  width: 255px;
  display: flex;
  flex-direction: column;
  margin-right: 66px;
}

.footer-logo {
  width: 175px;
  margin-bottom: 25px;
}

.footer-address {
  font-family: "";
  font-size: 20px;
  line-height: 30px;
}

.footer-content {
  display: flex;
  flex: 1;
}

.footer-mContent {
  display: none;
}

.footer-col {
  display: flex;
  flex: 1;
  flex-direction: column;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

.footer-coltext1 {
  font-family: "";
  font-weight: 400;
  font-size: 24px;
  color: white;
  line-height: 32px;
  margin-bottom: 24px;
  position: relative;
}

.footer-coltext1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 60px;
  height: 1px;
  background-color: white;
}

.footer-coltext2 {
  font-family: "";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 21px;
  padding-bottom: 15px;
}
.footer-copyright {
  font-family: "";
  display: flex;
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  height: 100%;
  align-items: flex-end;
  padding-bottom: 20px;
}
.directory-box {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  width: 100%;
  margin-top: 50px;
  color: #777777;
  font-weight: 300;
  font-size: 16px;
  display: flex;
  font-family: "";
}
.color333 {
  color: #333 !important;
}

@media screen and (max-width: 1200px) {
  body {
    background-image: none;
  }

  .pageWidth {
    width: calc(100% - 80px);
  }

  /* 页脚 */
  .footer {
    width: 100%;
    /* height: 494px; */
    height: auto;
  }

  .footer-box {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 55px;
    width: 100%;
  }

  .footer-logoaddress {
    width: 100%;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
    min-height: 97px;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    margin-top: 25px;
  }

  .footer-logo {
    width: 175px;
    margin-bottom: 0px;
    margin-right: 30px;
  }

  .footer-content {
    width: calc(100% - 292px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .pageWidth {
    width: calc(100% - 60px);
    padding-top: 70px;
  }

  .hoverScale:hover {
    animation: none;
  }
  .hoverScale:not(:hover) {
    animation: none;
  }

  .navRight {
    display: none;
  }

  .nav {
    height: 70px;
    justify-content: center;
  }

  .logo {
    width: 116px;
  }

  .collapseMenu {
    display: block;
    width: 20px;
    height: 15px;
    position: fixed;
    top: 28px;
    right: 26px;
    z-index: 9999;
  }

  .collapseMenu span {
    background-color: #000000;
    position: absolute;
    top: 6.5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px;
  }

  .collapseMenu span:nth-child(1) {
    top: 0;
  }

  .collapseMenu span:nth-child(3) {
    top: auto;
    bottom: 0;
  }

  .collapseMenu.open span:nth-child(2) {
    display: none;
  }

  .collapseMenu.open span:nth-child(3) {
    top: 50%;
    background-color: #293033;
    bottom: auto;
    transform: rotate(-315deg);
    -webkit-transform: rotate(-315deg);
  }

  .collapseMenu.open span:nth-child(1) {
    background-color: #293033;
    top: 50%;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .navRightItem {
    padding: 0;
    margin-left: 0;
    width: fit-content;
    width: 100%;
  }

  .navItem {
    margin-bottom: 40px;
  }

  .navRightItemLine {
    bottom: -5px;
    width: 55px;
  }

  .header__navi {
    background: rgba(0, 0, 0, 0.15);
    /* backdrop-filter: blur(30px); */
    position: absolute;
    top: 0;
    left: 0;
    right: -3000px;
    display: block;
    z-index: 666;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-bottom: 100px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100vh;
    margin-top: 0;
    padding: 44px 20px 100px;
    overflow-y: auto;
  }

  .header__navi.open {
    /* position: fixed; */
    display: block;
    right: 0px;
  }

  .header__naviCon {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 100px 0 100px 40px;
    width: 260px;
    height: 100vh;
    background-color: #fff;
  }

  .tohhleUl {
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    text-align: left;
    width: 100%;
  }

  .tohhleUl {
    margin-top: 10px;
  }

  .tohhleLi {
    padding: 0;
    margin-top: 0px;
    font-size: 14px;
    line-height: 28px;
  }

  .tohhleLi a {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }

  .footer-copyright {
    min-height: 81px;
    padding-bottom: 0px;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .directory-box {
    margin-top: 40px;
  }
  .pageWidth {
    width: calc(100% - 48px);
  }

  .tohhleLi {
    font-size: 12px;
    line-height: 24px;
  }

  a,
  a:focus,
  a:hover {
    cursor: default;
  }

  /* 页脚 */
  .footer {
    width: 100%;
    height: auto;
    /* min-height: 588px; */
  }

  .footer-box {
    margin-top: 0px;
  }

  .footer-logoaddress {
    margin-top: 0px;
    min-height: 86px;
  }

  .footer-address {
    font-size: 16px;
    line-height: 30px;
  }

  .footer-logo {
    width: 142px;
    height: auto;
    margin-right: 25px;
  }

  .footer-content {
    display: none;
  }

  .footer-mContent {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 40px;
  }

  .footer-mCol {
    display: flex;
    flex-direction: column;
  }

  .footer-header {
    display: flex;
    width: 100%;
    height: 85px;
    align-items: center;
  }

  .footer-title {
    flex: 1;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: white;
    position: relative;
  }

  .footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 60px;
    height: 1px;
    background-color: white;
  }

  .footer-arrow {
    width: 14px;
    height: 14px;
  }

  .rotateArrow {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }

  .footer-ul {
    display: flex;
    flex-direction: column;
    margin-top: -10px;
    width: 100%;
  }

  .footer-li {
    display: flex;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 35px;
    font-family: "";
  }

  .footer-li a {
    width: 100%;
  }

  .footer-copyright {
    min-height: 81px;
  }
}

@media screen and (max-width: 650px) {
  .pageWidth {
    width: calc(100% - 40px);
  }

  .navItem {
    margin-bottom: 20px;
  }

  .navRightItem {
    font-size: 16px;
    line-height: 32px;
  }

  .header__naviCon {
    padding: 50px 0 50px 20px;
    width: 180px;
    height: 100%;
    background-color: #fff;
  }

  .tohhleLi a {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  /* 页脚 */
  .footer-logoaddress {
    padding: 0 20px;
    flex-direction: column;
    height: 169px !important;
  }

  .footer-logo {
    margin: 15px auto;
    width: 175px;
    height: auto;
  }

  .footer-address {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }

  .footer-mContent {
    padding: 20px;
    padding-top: 35px;
  }

  .footer-header {
    height: 80px;
  }

  .footer-title {
    font-size: 20px;
  }

  .footer-ul {
    margin-top: -10px;
  }

  .footer-li {
    font-size: 14px;
    line-height: 30px;
  }

  .footer-copyright {
    min-height: 59px;
    font-size: 14px;
    line-height: 21px;
  }
  .directory-box {
    margin-top: 20px;
  }
}
