* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

img {
  object-fit: cover;
  vertical-align: middle;
}

img:not(.none) {
  max-width: 100%;
  max-height: 100%;
}

textarea {
  resize: none;
  font-family: inherit;
}

button {
  border: none;
  cursor: pointer;
}

.bezier .swiper-wrapper,
.div_bezier {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}

table {
  border-collapse: collapse;
}

::-webkit-scrollbar {
  display: none;
  width: 0;
}

[data-lenis-prevent] {
  padding: 0 20px 0 0;
}

[data-lenis-prevent]::-webkit-scrollbar {
  width: 4px;
  display: block;
}

[data-lenis-prevent]::-webkit-scrollbar-thumb {
  background: #666;
}

[data-lenis-prevent]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

._scroll_y {
  position: fixed;
  top: 0;
  right: 3px;
  width: 6px;
  height: 100vh;
  z-index: 9999;
  border-radius: 10px;
}

._scroll_y div {
  width: 100%;
  height: 0;
  border-radius: 10px;
  background: black;
  opacity: 0;
  position: relative;
  transition: opacity 0.3s ease;
  cursor: grab;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.4rem;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

[data-wheel]::-webkit-scrollbar {
  width: 7px;
}

[data-wheel]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
}

[data-wheel]::-webkit-scrollbar-track {
  background-color: transparent;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

section {
  overflow: hidden;
}

section.unset {
  overflow: unset;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 9999;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .6s ease;
}

.header .logo {
  display: block;
  width: 120px;
  position: relative;
  transition: 0.6s;
  margin-right: 130px;
}

.header .logo img {
  display: block;
  width: 100%;
  transition: 0.6s;
}

.header .logo img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.header .nav {
  display: flex;
  align-items: center;
}

.header .nav li {
  transition: 0.6s;
}

.header .nav li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  transition: 0.6s;
}

.header .nav li a:hover {
  color: #FFC001 !important;
}

.header .nav li:not(:nth-last-child(1)) {
  margin: 0 70px 0 0;
}

.header .nav li:nth-child(1) {
  transition-delay: 0.05s;
}

.header .nav li:nth-child(2) {
  transition-delay: 0.1s;
}

.header .nav li:nth-child(3) {
  transition-delay: 0.15s;
}

.header .nav li:nth-child(4) {
  transition-delay: 0.2s;
}

.header .nav li:nth-child(5) {
  transition-delay: 0.25s;
}

.header .nav li:nth-child(6) {
  transition-delay: 0.3s;
}

.header .nav li:nth-child(7) {
  transition-delay: 0.35s;
}

.header .header_r {
  width: 250px;
  display: flex;
  align-items: center;
}

.header .header_r .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  background: #FFC001;
  border-radius: 4px;
  margin-right: 44px;
}

.header .header_r .tel .icon {
  width: 19px;
  margin-right: 9px;
}

.header .header_r .tel p {
  font-weight: 400;
  font-size: 14px;
  color: #111111;
}

.header .header_r .lan .lan_box_img {
  width: 22px;
  margin-right: 8px;
}

.header .header_r .lan .lan_box {
  display: flex;
  align-items: center;
  transition: 0.6s;
  transition-delay: 0.6s;
  cursor: pointer;
}

.header .header_r .lan .lan_box p {
  font-weight: 500;
  font-size: 14px;
  color: #FEFEFE;
  transition: 0.6s;
}

.header .header_r .lan .lan_box .sq {
  width: 8px;
  height: 6px;
  background: #FFFFFF;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  margin: 0 0 0 8px;
  transition: 0.6s;
}

.header .header_r .lan .lan_box:hover p {
  color: #FFC001 !important;
}

.header .header_r .lan .lan_box:hover .sq {
  background: #FFC001 !important;
}

.header.active {
  background: #FFFFFF;
}

.header.active .logo img:nth-child(1) {
  opacity: 0;
}

.header.active .logo img:nth-child(2) {
  opacity: 1;
}

.header.active .nav li a {
  color: #111111;
}

.header.active .header_r .lan .lan_box .lan_box_img {
  filter: invert(1);
}

.header.active .header_r .lan .lan_box p {
  color: #111111;
}

.header.active .header_r .lan .lan_box .sq {
  background: #111111;
}

.header.on {
  background: #FFFFFF;
}

.header.on .logo img:nth-child(1) {
  opacity: 0;
}

.header.on .logo img:nth-child(2) {
  opacity: 1;
}

.header.on .nav li a {
  color: #111111;
}

.header.on .header_r .lan .lan_box .lan_box_img {
  filter: invert(1);
}

.header.on .header_r .lan .lan_box p {
  color: #111111;
}

.header.on .header_r .lan .lan_box .sq {
  background: #111111;
}

.header.down {
  transform: translateY(-100%);
}

.header.down:after {
  opacity: 0;
}

.header.slow {
  transform: translateY(0%);
}

.footer {
  background: #FFFFFF;
  position: relative;
  z-index: 10;
}

.footer .footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 40px;
  border-bottom: 1px solid #E6E6E6;
}

.footer .footer_top .logo {
  width: 100px;
}

.footer .footer_top .l {
  display: flex;
  align-items: center;
}

.footer .footer_top .l a {
  font-weight: 500;
  font-size: 14px;
  color: #111111;
  transition: 0.6s;
}

.footer .footer_top .l a:hover {
  color: #FFC001;
}

.footer .footer_top .l a:not(:nth-last-child(1)) {
  margin: 0 28px 0 0;
}

.footer .footer_top .r {
  display: flex;
  align-items: center;
}

.footer .footer_top .r a {
  font-weight: 500;
  font-size: 14px;
  color: #111111;
  transition: 0.6s;
}

.footer .footer_top .r a:hover {
  color: #FFC001;
}

.footer .footer_top .r a:not(:nth-child(1)) {
  margin: 0 0 0 35px;
}

.footer .footer_top .r a:nth-child(1) {
  margin: 0 0 0 50px;
}

.footer .footer_top .r a.iconfont {
  font-size: 18px;
}

.footer .footer_bottom {
  padding: 36px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}

.footer .footer_bottom p {
  font-weight: 500;
  font-size: 14px;
  color: #7C7C80;
}

.footer .footer_bottom p a {
  font-weight: 500;
  font-size: 14px;
  color: #7C7C80;
  transition: 0.6s;
}

.footer .footer_bottom p a:hover {
  color: #FFC001;
}

.footer .footer_bottom>a {
  font-weight: 500;
  font-size: 14px;
  color: #111111;
  transition: 0.6s;
}

.footer .footer_bottom>a:hover {
  color: #FFC001;
}

.common_bottom {
  background: #F5F6F7;
  padding: 160px 83px 0 0px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.common_bottom .l h1 {
  font-weight: 400;
  font-size: 36px;
  color: #000000;
  line-height: 1;
  margin: 0 0 45px;
}

.common_bottom .l .content {
  margin: 0 0 50px;
}

.common_bottom .l .content .item {
  display: flex;
  align-items: flex-end;
}

.common_bottom .l .content .item h5 {
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  line-height: 1;
}

.common_bottom .l .content .item p {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 1;
}

.common_bottom .l .content .item:nth-child(2) {
  margin: 25px 0 0;
}

.common_bottom .l .content .item:nth-child(2) p {
  font-size: 16px;
  line-height: 20px;
}

.common_bottom .l .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background: #000000;
  border-radius: 25px;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  transition: 0.6s;
}

.common_bottom .l .more a:hover {
  background: #FFC001;
}

.common_bottom .phone {
  margin: 0 182px;
  transition: 0.6s cubic-bezier(0, 0, 0.18, 1.16);
}

.common_bottom .r {
  text-align: center;
}

.common_bottom .r .ewm {
  width: 144px;
  margin: 0 auto;
}

.common_bottom .r h5 {
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  line-height: 1;
  margin: 24px 0 30px;
}

.common_bottom .r p {
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}

.common_banner {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.common_banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.common_banner .text .label {
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  width: fit-content;
  margin: 0 auto 60px;
  line-height: 40px;
  background: #FFC001;
  border-radius: 20px;
  padding: 0 23px;
}

.common_banner .text p {
  font-weight: bold;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 78px;
  text-align: center;
}

.common_banner .img {
  width: 100%;
  height: 100%;
}

.common_banner .img img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
}

.common_banner .img img.aos-animate {
  transform: scale(1);
}

/*# sourceMappingURL=style.css.map */
.header .header_r .menu{
  display: none;
}
.menu_show{
  display: none;
}
.footer .footer_bottom p br{
  display: none;
}
@media screen and (max-width: 1919px) {
  .header {
    height: 5.2083333333vw;
    padding: 0px 4.1666666667vw;
  }

  .header .logo {
    width: 6.25vw;
    margin-right: 6.7708333333vw;
  }

  .header .nav li a {
    font-size: 0.7291666667vw;
  }

  .header .nav li:not(:nth-last-child(1)) {
    margin: 0px 3.6458333333vw 0px 0px;
  }

  .header .header_r {
    width: 13.0208333333vw;
  }

  .header .header_r .tel {
    width: 6.25vw;
    height: 2.0833333333vw;
    border-radius: 0.2083333333vw;
    margin-right: 2.2916666667vw;
  }

  .header .header_r .tel .icon {
    width: 0.9895833333vw;
    margin-right: 0.46875vw;
  }

  .header .header_r .tel p {
    font-size: 0.7291666667vw;
  }

  .header .header_r .lan .lan_box_img {
    width: 1.1458333333vw;
    margin-right: 0.4166666667vw;
  }

  .header .header_r .lan .lan_box p {
    font-size: 0.7291666667vw;
  }

  .header .header_r .lan .lan_box .sq {
    width: 0.4166666667vw;
    height: 0.3125vw;
    margin: 0px 0px 0px 0.4166666667vw;
  }

  .footer .footer_top {
    padding: 1.3020833333vw 2.0833333333vw;
  }

  .footer .footer_top .logo {
    width: 5.2083333333vw;
  }

  .footer .footer_top .l a {
    font-size: 0.7291666667vw;
  }

  .footer .footer_top .l a:not(:nth-last-child(1)) {
    margin: 0px 1.4583333333vw 0px 0px;
  }

  .footer .footer_top .r a {
    font-size: 0.7291666667vw;
  }

  .footer .footer_top .r a:not(:nth-child(1)) {
    margin: 0px 0px 0px 1.8229166667vw;
  }

  .footer .footer_top .r a:nth-child(1) {
    margin: 0px 0px 0px 2.6041666667vw;
  }

  .footer .footer_top .r a.iconfont {
    font-size: 0.9375vw;
  }

  .footer .footer_bottom {
    padding: 1.875vw 2.0833333333vw;
  }

  .footer .footer_bottom p {
    font-size: 0.7291666667vw;
  }

  .footer .footer_bottom p a {
    font-size: 0.7291666667vw;
  }

  .footer .footer_bottom>a {
    font-size: 0.7291666667vw;
  }

  .common_bottom {
    padding: 8.3333333333vw 4.3229166667vw 0px 0px;
  }

  .common_bottom .l h1 {
    font-size: 1.875vw;
    margin: 0px 0px 2.34375vw;
  }

  .common_bottom .l .content {
    margin: 0px 0px 2.6041666667vw;
  }

  .common_bottom .l .content .item h5 {
    font-size: 0.8333333333vw;
  }

  .common_bottom .l .content .item p {
    font-size: 1.0416666667vw;
  }

  .common_bottom .l .content .item:nth-child(2) {
    margin: 1.3020833333vw 0px 0px;
  }

  .common_bottom .l .content .item:nth-child(2) p {
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
  }

  .common_bottom .l .more a {
    width: 10.4166666667vw;
    height: 2.6041666667vw;
    border-radius: 1.3020833333vw;
    font-size: 0.7291666667vw;
  }

  .common_bottom .phone {
    margin: 0px 9.4791666667vw;
  }

  .common_bottom .r .ewm {
    width: 7.5vw;
  }

  .common_bottom .r h5 {
    font-size: 1.5625vw;
    margin: 1.25vw 0px 1.5625vw;
  }

  .common_bottom .r p {
    font-size: 0.7291666667vw;
    line-height: 1.25vw;
  }

  .common_banner .text .label {
    font-size: 0.7291666667vw;
    margin: 0px auto 3.125vw;
    line-height: 2.0833333333vw;
    border-radius: 1.0416666667vw;
    padding: 0px 1.1979166667vw;
  }

  .common_banner .text p {
    font-size: 2.6041666667vw;
    line-height: 4.0625vw;
  }
}
@media screen and (max-width: 1024px) {
  .header .nav{
    display: none;
  }
  .header .logo{
    width: 60px;
  }
  .header{
    height:60px;
  }
  .header .header_r .tel{
    display: none;
  }
  .header.down{
    transform: none
  }
  .header .header_r{
    width: fit-content;
  }
  .header .header_r .lan .lan_box_img{
    width: 16px;
    margin-right: 10px;
  }
  .header .header_r .lan .lan_box p{
    font-size: 14px;
  }
  .header .header_r .lan .lan_box .sq {
    width: 10px;
    height: 5px;
    margin-left: 5px;
  }

  
  .header .header_r .menu {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s ease;
    position: relative;
    margin-left: 20px;
  }
  .header .header_r .menu .fist div {
    width: 24px;
    height: 2px;
    background: #111;
    transition: 0.3s ease;
    transform-origin: left;
  }
  .header .header_r .menu .fist div:not(:last-child) {
    margin: 0 0 5px;
    transition-delay: 0.3s;
  }
  .header .header_r .menu .fist div:nth-child(2) {
    transition-delay: 0.1s;
  }
  .header .header_r .menu .fist div:nth-child(3) {
    transition-delay: 0.2s;
  }
  .header .header_r .menu .last {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 2;
  }
  .header .header_r .menu .last div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: left top;
    transition: 0.3s ease;
  }
  .header .header_r .menu .last div:first-child {
    width: 100%;
    height: 2px;
    background: #111;
    transform: translate(-50%, -50%) scaleX(0);
  }
  .header .header_r .menu .last div:last-child {
    width: 2px;
    height: 100%;
    background: #111;
    transform: translate(-50%, -50%) scaleY(0);
  }
  .header .header_r .menu.on {
    background: transparent !important;
  }
  .header .header_r .menu.on .fist div {
    transform: scaleX(0);
  }
  .header .header_r .menu.on .fist div:first-child {
    transition-delay: unset;
  }
  .header .header_r .menu.on .last div:first-child {
    transform: translate(-50%, -50%) scaleX(1);
    transition-delay: 0.5s;
  }
  .header .header_r .menu.on .last div:last-child {
    transform: translate(-50%, -50%) scaleY(1);
    transition-delay: 0.4s;
  }
  .menu_show {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99;
    top: 0;
    display: block;
    background-color: #fff;
    /* transition: cubic-bezier(0.77, 0, 0.175, 1) 1.5s; */
    transition: cubic-bezier(0.77, 0, 0.175, 1) 1s;
    clip-path: inset(0 0 100% 0);
  }
  .menu_show.active {
    clip-path: inset(0 0 0 0);
  }
  .menu_show.active .warp .item {
    transform: translateY(0);
    opacity: 1;
  }
  .menu_show.active .warp .item:nth-child(1) {
    transition-delay: 0.5s;
  }
  .menu_show.active .warp .item:nth-child(2) {
    transition-delay: 0.6s;
  }
  .menu_show.active .warp .item:nth-child(3) {
    transition-delay: 0.7s;
  }
  .menu_show.active .warp .item:nth-child(4) {
    transition-delay: 0.8s;
  }
  .menu_show.active .warp .item:nth-child(5) {
    transition-delay: 0.9s;
  }
  .menu_show.active .warp .item:nth-child(6) {
    transition-delay: 1s;
  }
  .menu_show.active .warp .item:nth-child(7) {
    transition-delay: 1.1s;
  }
  .menu_show.active .warp .item:nth-child(8) {
    transition-delay: 1.2s;
  }
  .menu_show .warp {
    max-height: 100vh;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
  }
  .menu_show .warp .item {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #cccccc;
    transform: translateY(20px);
    opacity: 0;
    transition: all 1s;
    font-size: 20px;
    color: #111;
    font-family: HD;
  }
  .menu_show .warp .item.on a {
    color: #2C6DB6;
  }
  .menu_show .warp .item a {
    color: #333;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .menu_show .warp .item .head a {
    color: #333;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 15px 0;
    text-transform: uppercase;
  }
  .menu_show .warp .item .body {
    padding-bottom: 10px;
    display: none;
  }
  .menu_show .warp .item .body a {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    color: #666666;
    padding-left: 10px;
  }
  .menu_show .warp .item .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .menu_show .warp .item .head.active span {
    transform: rotate(0);
  }
  .menu_show .warp .item .head span {
    transform: rotate(-90deg);
    transition: all 0.5s;
    display: block;
  }
  .menu_show .warp .scroll {
    height: 70vh;
    overflow: auto;
  }
  .menu_show .warp .scroll::-webkit-scrollbar {
    width: 0;
  }
  .common_bottom {
    padding-top: 60px;
    padding-right: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }
  .common_bottom .phone{
    display: none;
  }
  .common_bottom .l,
  .common_bottom .r{
    width: 90%;
    margin: 0 auto;
  }
  .common_bottom .l{
    margin-bottom: 20px;
  }
  .common_bottom .l h1{
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
  }
  .common_bottom .l .content{
    margin-bottom: 20px;
  }
  .common_bottom .l .content .item h5{
    font-size: 16px;
  }
  .common_bottom .l .content .item p{
    font-size: 16px;
    text-align: center;
  }
  .common_bottom .l .content .item:nth-child(2) p{
    font-size: 16px;
    line-height: 1;
  }
  .common_bottom .l .more a{
    width: 120px;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
  }
  .common_bottom .r .ewm{
    width: 100px;
  }
  .common_bottom .r h5{
    font-size: 18px;
    margin: 10px 0;
  }
  .common_bottom .r p{
    font-size: 14px;
    line-height: 2;
  }
  .common_bottom .l .content .item{
    justify-content: center;
  }
  .common_bottom .l .more{
    display: flex;
    justify-content: center;
  }
  .footer .footer_top {
    padding:30px 5vw;
    flex-direction: column;
  }
  .footer .footer_top .l{
    display: none;
  }
  .footer .footer_top .r a:not(.iconfont){
    display: none;
  }
  .footer .footer_top .r a:not(:nth-child(1)){
    margin-left: 0;
  }
  .footer .footer_top .logo{
    width: 100px;
    margin-bottom: 20px;
  }
  .footer .footer_top .r{
    gap: 20px;
  }
  .footer .footer_top .r a.iconfont{
    font-size: 20px;
  }
  .footer .footer_bottom{
    padding: 20px 5vw;
    flex-direction: column;
  }
  .footer .footer_bottom p a,
  .footer .footer_bottom p{
    font-size: 14px;
    line-height: 2;
    text-align: center;
  }
  .footer .footer_bottom>a{
    font-size: 14px;
    margin-top: 10px;
  }
  .footer .footer_bottom p br{
    display: inline-block;
  }
  .header{
    background-color: #fff;
  }
  .header .logo img:nth-child(1){
    opacity: 0;
  }
  .header .logo img:nth-child(2){
    opacity: 1;
  }
  .header .header_r .lan .lan_box .lan_box_img {
    filter: invert(1);
  }
  .header .header_r .lan .lan_box p {
    color: #111111;
  }
  .header .header_r .lan .lan_box .sq{
    background-color: #111;
  }
  .common_banner .img{
    transform: none !important;
  }
  .common_banner{
    height: auto;
    margin-top: 60px;
  }
  .common_banner .text .label {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 36px;
    border-radius: 20px;
    padding: 0 20px;
  }
  .common_banner .text p{
    font-size: 28px;
    line-height: 2;
  }
  .common_banner .text{
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .common_bottom .l h1 {
    font-size: 24px;
  }
  .common_bottom .l .content .item p ,
  .common_bottom .l .content .item h5 {
    font-size: 14px;
  }

  .common_bottom{
    padding: 50px 0;
  }
  .common_banner{
    height: 400px;
  }
  .common_banner .text .label{
    margin-bottom: 20px;
  }
  .common_banner .text p {
    font-size: 24px;
  }
}