@font-face {
  font-family: "jiangchengyuanti300W";
  src: url("https://sansheng.sansg.com/fonts/jiangchengyuanti300W.ttf");
}
@font-face {
  font-family: "jiangchengyuanti400W";
  src: url("https://sansheng.sansg.com/fonts/jiangchengyuanti400W.ttf");
}
@font-face {
  font-family: "jiangchengyuanti500W";
  src: url("https://sansheng.sansg.com/fonts/jiangchengyuanti500W.ttf");
}
@font-face {
  font-family: "Genova";
  src: url("https://sansheng.sansg.com/fonts/Genova-BF661f3c7dea178.otf");
}
@font-face {
  font-family: "BMW Type Web Bold All";
  src: url("https://sansheng.sansg.com/fonts/BMW%20Type%20Web%20Bold%20All.ttf");
}
body {
  opacity: 0;
}

.el-message {
  z-index: 99999 !important;
}

* {
  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;
}

html {
  font-size: 62.5%;
}

*,
*::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;
}

[data-scrollbar] {
  height: 100vh;
}

::-webkit-scrollbar {
  display: none;
  width: 0;
}

._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;
}

@media screen and (max-width: 1024px) {
  .scrollbar-thumb {
    width: 0 !important;
  }
}
.scrollbar-track-y {
  z-index: 9999 !important;
}

.scrollbar-track {
  background-color: transparent !important;
  right: 0 !important;
}

.scrollbar-track:hover {
  cursor: grab;
}

.scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5) !important;
}

section {
  overflow: hidden;
}

section.unset {
  overflow: unset;
}

.common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

#index .header .logo {
  transform: translateX(-50%) scale(1);
  top: 212px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  padding: 0 60px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.6s ease;
}
.header .nav {
  display: flex;
}
.header .nav .item {
  position: relative;
  cursor: pointer;
}
.header .nav .item:not(:last-child) {
  margin: 0 56px 0 0;
}
.header .nav .item:hover .hide {
  transform: translateX(-50%) translateY(-10px);
  opacity: 1;
  pointer-events: unset;
}
.header .nav .item:hover > a:after {
  transform: scaleX(1);
}
.header .nav .item .hide {
  position: absolute;
  width: fit-content;
  background: #FFFFFF;
  border-radius: 5px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0px);
  padding: 23px 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
}
.header .nav .item .hide a {
  font-size: 15px;
  font-weight: normal;
  white-space: nowrap;
  padding: 0 25px;
  color: #101010;
  margin-bottom: 23px;
  display: block;
  transition: 0.6s;
}
.header .nav .item .hide a:last-child {
  margin: 0;
}
.header .nav .item .hide a:hover {
  color: #101010;
}
.header .nav .item > a {
  font-weight: 400;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 95px;
  position: relative;
}
.header .nav .item > a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.35s ease;
}
.header .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0.4);
  top: 12px;
  width: 181px;
  height: 157px;
  transform-origin: top;
}
.header .logo img {
  transition: 0.6s;
}
.header .logo img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header .r {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .r .log_jump {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px 0 0;
}
.header .r .log_jump .login {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.header .r .log_jump .login img {
  width: 20px;
  height: 20px;
  transition: 0.4s ease;
}
.header .r .log_jump .login p {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  transition: 0.4s ease;
  margin: 0 0 0 12px;
}
.header .r .log_jump .hide {
  position: absolute;
  width: fit-content;
  background: #FFFFFF;
  border-radius: 5px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0px);
  padding: 17px 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
}
.header .r .log_jump .hide a {
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  padding: 0 25px;
  color: #101010;
  margin-bottom: 23px;
  display: block;
  transition: 0.6s;
}
.header .r .log_jump .hide a:last-child {
  margin: 0;
}
.header .r .log_jump .hide a:hover {
  color: #ECC78F;
}
.header .r .log_jump.active:hover .hide {
  transform: translateX(-50%) translateY(-10px);
  opacity: 1;
  pointer-events: unset;
}
.header .r .lag {
  /*display: none !important;*/
  align-items: center;
  margin: 0 30px 0 0;
  cursor: pointer;
  position: relative;
  padding: 25px 0;
}
.header .r .lag:hover .hide {
  transform: translateX(-50%) translateY(-10px);
  opacity: 1;
  pointer-events: unset;
}
.header .r .lag .hide {
  position: absolute;
  width: fit-content;
  background: #FFFFFF;
  border-radius: 5px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0px);
  padding: 15px 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
}
.header .r .lag .hide a {
  font-size: 15px;
  font-weight: normal;
  white-space: nowrap;
  padding: 0 25px;
  color: #101010;
  margin-bottom: 15px;
  display: block;
  transition: 0.6s;
}
.header .r .lag .hide a:last-child {
  margin: 0;
}
.header .r .lag img {
  width: 20px;
  height: 20px;
  transition: 0.4s ease;
}
.header .r .lag p {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  transition: 0.4s ease;
  margin: 0 0 0 12px;
}
.header .r .dis {
  display: flex;
}
.header .r .dis .common_more {
  padding: 0 18px;
}
.header .r .dis .common_more p {
  margin: 0;
}
.header .r .dis .place {
  position: relative;
  margin: 0 0 0 20px;
}
.header .r .dis .place:hover .code {
  opacity: 1;
  transform: translate(-50%, 0);
}
.header .r .dis .place .code {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
  top: calc(100% + 15px);
  width: 150px;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
}
.header .r .dis .place .code img {
  width: 100%;
  height: 100%;
}
.header.on {
  background: #1A1A1A;
}
.header.on .logo img:nth-child(1) {
  opacity: 0;
}
.header.on .logo img:nth-child(2) {
  opacity: 1;
}

body.acquiesce .header {
  background: #fff;
}
body.acquiesce .header .nav a {
  color: #1A1A1A;
}
body.acquiesce .header .logo img:first-child {
  opacity: 0;
}
body.acquiesce .header .logo img:nth-child(2) {
  opacity: 1;
}
body.acquiesce .header .r .login img {
  filter: invert(100%);
}
body.acquiesce .header .r .login p {
  color: #1A1A1A;
}
body.acquiesce .header .r .lag img {
  filter: invert(100%);
}
body.acquiesce .header .r .lag p {
  color: #1A1A1A;
}
body.acquiesce .header .r .dis .common_more {
  border: 1px solid rgba(51, 51, 51, 0.7);
}
body.acquiesce .header .r .dis .common_more p {
  color: #1A1A1A;
}
body.acquiesce .header .r .dis .common_more:after {
  background: #1A1A1A;
}
body.acquiesce .header .r .dis .common_more:hover p {
  color: #fff;
}

.common_more {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 0 16px 0 25px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.common_more.block {
  border: 1px solid #1A1A1A;
}
.common_more.block p {
  color: #1A1A1A;
}
.common_more.block .iconfont {
  color: #EECC99;
}
.common_more.block:after {
  background: #1A1A1A;
}
.common_more.block:hover p {
  color: #fff;
}
.common_more.block:hover .iconfont {
  color: #EECC99;
}
.common_more.block.on p {
  color: #fff;
}
.common_more.block.on .iconfont {
  color: #EECC99;
}
.common_more.block.on:hover:after {
  transform: scaleX(0);
}
.common_more.block.on:hover p {
  color: #1A1A1A;
}
.common_more.block.on:hover .iconfont {
  color: #EECC99;
}
.common_more.on:after {
  transform: scaleX(1);
  transform-origin: right;
}
.common_more.on p, .common_more.on .iconfont {
  color: #1a1a1a;
}
.common_more.on:hover:after {
  transform: scaleX(0);
}
.common_more.on:hover p, .common_more.on:hover .iconfont {
  color: #fff;
}
.common_more:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.74s;
  transition-timing-function: cubic-bezier(0.74, 0, 0.175, 1);
}
.common_more p {
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  margin: 0 4px 0 0;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.74, 0, 0.175, 1);
}
.common_more .iconfont {
  font-size: 16px;
  color: #fff;
  position: relative;
  top: 1px;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.74, 0, 0.175, 1);
}
.common_more:hover:after {
  transform: scaleX(1);
}
.common_more:hover p, .common_more:hover .iconfont {
  color: #1a1a1a;
}

.main {
  position: relative;
  z-index: 23;
  background: #fff;
}

.parallax .common_bg {
  transform: scale(1.1);
  transition: 4s ease;
}
.parallax .common_bg.on {
  transform: scale(1);
}

.noFoTop footer .top {
  display: none;
}

footer {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
}
footer .top {
  padding: 63px 0 58px 0;
  position: relative;
  z-index: 1;
  background: #F2F3ED;
}
footer .top .bg {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: -1;
}
footer .top .content {
  text-align: center;
}
footer .top .content .h1 {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: #1A1A1A;
  margin: 0 0 27px;
}
footer .top .content h5 {
  font-weight: 400;
  font-size: 18px;
  color: #1A1A1A;
  margin: 0 0 48px;
}
footer .top .content .code img {
  width: 150px;
  margin: 0 auto 25px;
}
footer .top .content .code div {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .top .content .code div span {
  margin: 0 5px;
  font-weight: 400;
  font-size: 13px;
  color: #888888;
}
footer .top .content .code p, footer .top .content .code a {
  font-weight: 400;
  font-size: 13px;
  color: #888888;
  line-height: 18px;
}
footer .bottom {
  position: relative;
  z-index: 5;
}
footer .bottom .fist {
  height: 100px;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  position: relative;
}
footer .bottom .fist .l {
  width: 251px;
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
  display: flex;
  align-items: center;
}
footer .bottom .fist .l img {
  width: 38px;
  margin: 0 5px 0 7px;
}
footer .bottom .fist .l span {
  font-weight: 500;
  font-size: 18px;
  color: #1A1A1A;
}
footer .bottom .fist .links {
  display: flex;
  width: 427px;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
footer .bottom .fist .links a {
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
}
footer .bottom .fist .r {
  display: flex;
  align-items: center;
}
footer .bottom .fist .r .tel {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  margin: 0 30px 0 0;
  font-family: "Genova", sans-serif;
}
footer .bottom .fist .r .dis {
  display: flex;
  align-items: center;
}
footer .bottom .fist .r .dis .icon {
  position: relative;
  cursor: pointer;
}
footer .bottom .fist .r .dis .icon:hover .code {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: 1s;
  pointer-events: auto;
}
footer .bottom .fist .r .dis .icon .code {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
  bottom: 90%;
  opacity: 0;
  pointer-events: none;
}
footer .bottom .fist .r .dis .icon .code .jump {
  display: flex;
  gap: 0 24px;
  padding: 15px 15px 5px;
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
  background: #fff;
  transform: translateY(-20px);
  width: fit-content;
  position: relative;
}
footer .bottom .fist .r .dis .icon .code .jump:after {
  position: absolute;
  z-index: 101;
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #fff;
}
footer .bottom .fist .r .dis .icon .code .code_list {
  width: 100px;
  text-align: center;
}
footer .bottom .fist .r .dis .icon .code .code_list p {
  font-size: 12px;
  color: #000;
  opacity: 0.7;
  white-space: nowrap;
  margin: 5px 0 0 0;
}
footer .bottom .fist .r .dis .icon .code img {
  width: 100px;
  object-fit: contain;
}
footer .bottom .fist .r .dis .icon:first-child .iconfont {
  transform: scale(0.9);
}
footer .bottom .fist .r .dis .icon:nth-child(3) .iconfont {
  transform: scale(0.8);
}
footer .bottom .fist .r .dis .icon:nth-child(4) .iconfont {
  transform: scale(1);
}
footer .bottom .fist .r .dis .icon:not(:last-child) {
  margin: 0 20px 0 0;
}
footer .bottom .fist .r .dis .icon .iconfont {
  font-size: 24px;
  color: #333333;
}
footer .bottom .last {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
}
footer .bottom .last a {
  font-weight: 400;
  font-size: 13px;
  color: #888888;
  display: flex;
  align-items: center;
}
footer .bottom .last a img {
  margin: 0 5px 0 0;
}
footer .bottom .last a:not(:last-child) {
  margin: 0 15px 0 0;
}

.common_member {
  padding: 91px 0 134px 0;
  background: #F9F9F8;
}
.common_member .wrap {
  width: 1600px;
  margin: auto;
}
.common_member .wrap .title {
  font-weight: 800;
  font-size: 42px;
  color: #1A1A1A;
  margin: 0 0 60px;
}
.common_member .wrap .content table {
  width: 100%;
}
.common_member .wrap .content table:not(:last-child) {
  margin: 0 0 65px;
}
.common_member .wrap .content table tr:first-child td:first-child {
  font-weight: bold;
  font-size: 20px;
  color: #1A1A1A;
  line-height: 32px;
  background: #FBF2DA;
  text-align: center;
  padding: 0;
}
/*.common_member .wrap .content table:nth-child(2) br{*/
/*    display: none;*/
/*}*/
.common_member .wrap .content table tr td[rowspan="2"] {
     width: 483px;
    /*widthL*/
}

@media screen and (max-width: 1920px) {
  .common_member .wrap .content table tr td[rowspan="2"] {
    width: 444px;
  }
}

.common_member .wrap .content table tr td {
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  min-height: 68px;
  background: #fff;
  padding: 25px 20px 25px 40px;
  border: 1px solid #EEEEEE;
}
.common_member .wrap .content table tr td[rowspan="6"] {
  text-align: center;
  padding: 0 44px;
}
.common_member .wrap .content table tr td[rowspan="3"] {
  width: 472px;
}
.common_member .wrap .content table tr td[rowspan="10"] {
  width: 290px;
}

.section_box {
  height: 300vh;
  position: relative;
  top: 0;
  left: 0;
}
.section_box .contain {
  position: relative;
}
.section_box .contain section {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.en_fixed {
  width: 100%;
  height: 72px;
  position: sticky;
  position: -webkit-sticky;
  top: 82px;
  z-index: 99;
  background: #fff;
}
.en_fixed .wrap {
  width: 1600px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: auto;
}
.en_fixed .wrap .l {
  display: flex;
  align-items: center;
}
.en_fixed .wrap .l .title {
  font-family: "jiangchengyuanti500W", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #1A1A1A;
  margin: 0 70px 0 0;
}
.en_fixed .wrap .l .flex {
  display: flex;
  align-items: center;
}
.en_fixed .wrap .l .flex .list {
  font-weight: 400;
  font-size: 15px;
  color: #999999;
  cursor: pointer;
  transition: 0.6s ease;
}
.en_fixed .wrap .l .flex .list:not(:last-child) {
  margin: 0 40px 0 0;
}
.en_fixed .wrap .l .flex .list.on {
  color: #1A1A1A;
}

.common_interests .wrap {
  width: 1600px;
  margin: auto;
  padding: 87px 0 98px 0;
  border-top: 1px solid #D5C186;
}
.common_interests .wrap .title {
  text-align: center;
  margin: 0 0 60px;
}
.common_interests .wrap .title h1 {
  font-weight: 800;
  font-size: 42px;
  color: #1A1A1A;
}
.common_interests .wrap .title p {
  font-weight: 500;
  font-size: 18px;
  color: #1A1A1A;
}
.common_interests .wrap .content {
  display: flex;
  justify-content: space-between;
}
.common_interests .wrap .content .item {
  width: 475px;
  height: 232px;
  position: relative;
  z-index: 1;
  padding: 27px 0;
}
.common_interests .wrap .content .item .img {
  width: 115px;
  margin: 0 auto 3px;
}
.common_interests .wrap .content .item .img img {
  width: 100%;
}
.common_interests .wrap .content .item .text {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #975815;
  line-height: 28px;
}

.top_message {
  width: 100%;
  height: 180px;
  position: relative;
  z-index: 1;
  padding: 0 260px;
  display: flex;
  align-items: center;
}
.top_message div h1 {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  margin: 0 0 19px;
}
.top_message div p {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}

.header .nav .item:last-child {
  display: none;
}

.sum_up{
    padding: 120px 0 100px 0 ;
}
.sum_up .wrap{
    width: 1600px;
    margin: auto;
}
.sum_up .wrap .title{
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin: 0 0 62px;
}
.sum_up .wrap .content{
    display: flex;
    justify-content: space-between;
}
.sum_up .wrap .content .item{
    width: 300px;
    height: 440px;
    border-radius: 14px;
    border: 1px solid #ECC790;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sum_up .wrap .content .item:hover .jump:after{
    opacity: .5;
}
.sum_up .wrap .content .item .jump{
    width: 280px;
    height: 420px;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 34px 0 0 0;
}
.sum_up .wrap .content .item .jump:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(180deg, #ECC790, rgba(236,199,144,0));
    opacity: .1;
    transition: .6s ease;
}

.sum_up .wrap .content .item .jump .icon{
        width: 41px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}
.sum_up .wrap .content .item .jump .headline{
    font-weight: 500;
    font-size: 24px;
    color: #1A1A1A;
    margin: 0 0 83px;
    text-align: center;
}
.sum_up .wrap .content .item .jump .label{
      padding: 0;
    width: fit-content;
    margin: auto;
}
.sum_up .wrap .content .item .jump .label .list{
    display: flex;

}
.sum_up .wrap .content .item .jump .label .list:not(:last-child) {
    margin: 0 0 35px;
}
.sum_up .wrap .content .item .jump .label .list .circle{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ECC790;
    margin: 2px 18px 0 0;
}
.sum_up .wrap .content .item .jump .label .list .circle svg{
    width: 80%;
    height: fit-content;
}
.sum_up .wrap .content .item .jump .label .list p{
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    flex: 1;
}


@media screen and (max-width: 1919px) {
  .top_message {
    width: 100%;
    height: 9.375vw;
    position: relative;
    z-index: 1;
    padding: 0 13.5416666667vw;
    display: flex;
    align-items: center;
  }
  .top_message div h1 {
    font-weight: 500;
    font-size: 1.25vw;
    color: #FFFFFF;
    margin: 0 0 0.9895833333vw;
  }
  .top_message div p {
    font-weight: 500;
    font-size: 0.9375vw;
    color: #FFFFFF;
  }
  ._scroll_y {
    position: fixed;
    top: 0;
    right: 0.15625vw;
    width: 0.3125vw;
    height: 100vh;
    z-index: 9999;
    border-radius: 0.5208333333vw;
  }
  ._scroll_y div {
    width: 100%;
    height: 0;
    border-radius: 0.5208333333vw;
    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: 0.3645833333vw;
  }
  [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;
  }

  .sum_up{
        padding: 6.25vw 0 5.208333333333334vw 0 ;
    }
    .sum_up .wrap{
        width: 83.33333333333334vw;
    }
    .sum_up .wrap .title{
        font-size: 2.1875vw;
        margin: 0 0 3.229166666666667vw;
    }

    .sum_up .wrap .content .item{
        width: 15.625vw;
        height: 22.916666666666668vw;
        border-radius: 0.7291666666666667vw;
    }

    .sum_up .wrap .content .item .jump{
        width: 14.583333333333334vw;
        height: 21.875vw;
        border-radius: 0.7291666666666667vw;
        padding: 1.7708333333333335vw 0 0 0;
    }


    .sum_up .wrap .content .item .jump .icon{
        width: 2.135416666666667vw；
        height: 1.875vw;
        margin: 0 auto 1.3020833333333335vw;
    }
    .sum_up .wrap .content .item .jump .headline{
        font-size: 1.25vw;
        margin: 0 0 4.322916666666667vw;
    }


    .sum_up .wrap .content .item .jump .label .list:not(:last-child) {
        margin: 0 0 1.8229166666666667vw;
    }
    .sum_up .wrap .content .item .jump .label .list .circle{
        width: 1.0416666666666667vw;
        height: 1.0416666666666667vw;
        margin: 0.10416666666666667vw 0.9375vw 0 0;
    }

    .sum_up .wrap .content .item .jump .label .list p{
        font-size: 0.8333333333333334vw;
    }
}
@media screen and (max-width: 1919px) and (max-width: 53.3333333333vw) {
  .scrollbar-thumb {
    width: 0 !important;
  }
}
@media screen and (max-width: 1919px) {
  .scrollbar-track-y {
    z-index: 9999 !important;
  }
  .scrollbar-track {
    background-color: transparent !important;
    right: 0 !important;
  }
  .scrollbar-track:hover {
    cursor: grab;
  }
  .scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  section {
    overflow: hidden;
  }
  section.unset {
    overflow: unset;
  }
  .common_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #index .header .logo {
    transform: translateX(-50%) scale(1);
    top: 11.0416666667vw;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.2708333333vw;
    padding: 0 3.125vw;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.6s ease;
  }
  .header .nav {
    display: flex;
  }
  .header .nav .item {
    position: relative;
    cursor: pointer;
  }
  .header .nav .item:not(:last-child) {
    margin: 0 2.9166666667vw 0 0;
  }
  .header .nav .item:hover .hide {
    transform: translateX(-50%) translateY(-0.5208333333vw);
    opacity: 1;
    pointer-events: unset;
  }
  .header .nav .item:hover > a:after {
    transform: scaleX(1);
  }
  .header .nav .item .hide {
    position: absolute;
    width: fit-content;
    background: #FFFFFF;
    border-radius: 0.2604166667vw;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(0px);
    padding: 1.1979166667vw 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0.15625vw 1.5104166667vw -0.4166666667vw rgba(192, 196, 204, 0.7);
  }
  .header .nav .item .hide a {
    font-size: 0.78125vw;
    font-weight: normal;
    white-space: nowrap;
    padding: 0 1.3020833333vw;
    color: #101010;
    margin-bottom: 1.1979166667vw;
    display: block;
    transition: 0.6s;
  }
  .header .nav .item .hide a:last-child {
    margin: 0;
  }
  .header .nav .item .hide a:hover {
    color: #101010;
  }
  .header .nav .item > a {
    font-weight: 400;
    font-size: 0.78125vw;
    color: rgba(255, 255, 255, 0.9);
    line-height: 4.9479166667vw;
    position: relative;
  }
  .header .nav .item > a:after {
    content: "";
    position: absolute;
    bottom: -0.5208333333vw;
    left: 0;
    width: 100%;
    height: 0.1041666667vw;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.35s ease;
  }
  .header .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0.4);
    top: 0.625vw;
    width: 9.4270833333vw;
    height: 8.1770833333vw;
    transform-origin: top;
  }
  .header .logo img {
    transition: 0.6s;
  }
  .header .logo img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .header .r {
    display: flex;
    align-items: center;
  }
  .header .r .log_jump {
    margin: 0 1.5625vw 0 0;
  }
  .header .r .login {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .header .r .login img {
    width: 1.0416666667vw !important;
    height: 1.0416666667vw !important;
    transition: 0.4s ease;
  }
  .header .r .login p {
    font-size: 0.7291666667vw !important;
    margin: 0 0 0 0.625vw !important;
  }
  .header .r .lag {
    display: flex;
    align-items: center;
    margin: 0 1.5625vw 0 0;
    cursor: pointer;
    position: relative;
    padding: 1.3020833333vw 0;
  }
  .header .r .lag:hover .hide {
    transform: translateX(-50%) translateY(-0.5208333333vw);
    opacity: 1;
    pointer-events: unset;
  }
  .header .r .lag .hide {
    position: absolute;
    width: fit-content;
    background: #FFFFFF;
    border-radius: 0.2604166667vw;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(0px);
    padding: 0.78125vw 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0.15625vw 1.5104166667vw -0.4166666667vw rgba(192, 196, 204, 0.7);
  }
  .header .r .lag .hide a {
    font-size: 0.78125vw;
    font-weight: normal;
    white-space: nowrap;
    padding: 0 1.3020833333vw;
    color: #101010;
    margin-bottom: 0.78125vw;
    display: block;
    transition: 0.6s;
  }
  .header .r .lag .hide a:last-child {
    margin: 0;
  }
  .header .r .lag img {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    transition: 0.4s ease;
  }
  .header .r .lag p {
    font-weight: 400;
    font-size: 0.7291666667vw;
    color: #FFFFFF;
    transition: 0.4s ease;
    margin: 0 0 0 0.625vw;
  }
  .header .r .dis {
    display: flex;
  }
  .header .r .dis .common_more {
    padding: 0 0.9375vw;
  }
  .header .r .dis .common_more p {
    margin: 0;
  }
  .header .r .dis .place {
    position: relative;
    margin: 0 0 0 1.0416666667vw;
  }
  .header .r .dis .place:hover .code {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  .header .r .dis .place .code {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0.5208333333vw);
    top: calc(100% + 0.78125vw);
    width: 7.8125vw;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
    background: #fff;
    border-radius: 0.3125vw;
    box-shadow: 0 0.15625vw 1.5104166667vw -0.4166666667vw rgba(192, 196, 204, 0.7);
  }
  .header .r .dis .place .code img {
    width: 100%;
    height: 100%;
  }
  .header.on {
    background: #1A1A1A;
  }
  .header.on .logo img:nth-child(1) {
    opacity: 0;
  }
  .header.on .logo img:nth-child(2) {
    opacity: 1;
  }
  body.acquiesce .header {
    background: #fff;
  }
  body.acquiesce .header .nav a {
    color: #1A1A1A;
  }
  body.acquiesce .header .logo img:first-child {
    opacity: 0;
  }
  body.acquiesce .header .logo img:nth-child(2) {
    opacity: 1;
  }
  body.acquiesce .header .r .login img {
    filter: invert(100%);
  }
  body.acquiesce .header .r .login p {
    color: #1A1A1A;
  }
  body.acquiesce .header .r .lag img {
    filter: invert(100%);
  }
  body.acquiesce .header .r .lag p {
    color: #1A1A1A;
  }
  body.acquiesce .header .r .dis .common_more {
    border: 1px solid rgba(51, 51, 51, 0.7);
  }
  body.acquiesce .header .r .dis .common_more p {
    color: #1A1A1A;
  }
  body.acquiesce .header .r .dis .common_more:after {
    background: #1A1A1A;
  }
  body.acquiesce .header .r .dis .common_more:hover p {
    color: #fff;
  }
  .common_more {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 0 0.8333333333vw 0 1.3020833333vw;
    height: 2.1875vw;
    border-radius: 0.2083333333vw;
    border: 1px solid #FFFFFF;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .common_more.block {
    border: 1px solid #1A1A1A;
  }
  .common_more.block p {
    color: #1A1A1A;
  }
  .common_more.block .iconfont {
    color: #EECC99;
  }
  .common_more.block:after {
    background: #1A1A1A;
  }
  .common_more.block:hover p {
    color: #fff;
  }
  .common_more.block:hover .iconfont {
    color: #EECC99;
  }
  .common_more.block.on p {
    color: #fff;
  }
  .common_more.block.on .iconfont {
    color: #EECC99;
  }
  .common_more.block.on:hover:after {
    transform: scaleX(0);
  }
  .common_more.block.on:hover p {
    color: #1A1A1A;
  }
  .common_more.block.on:hover .iconfont {
    color: #EECC99;
  }
  .common_more.on:after {
    transform: scaleX(1);
    transform-origin: right;
  }
  .common_more.on p, .common_more.on .iconfont {
    color: #1a1a1a;
  }
  .common_more.on:hover:after {
    transform: scaleX(0);
  }
  .common_more.on:hover p, .common_more.on:hover .iconfont {
    color: #fff;
  }
  .common_more:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.74s;
    transition-timing-function: cubic-bezier(0.74, 0, 0.175, 1);
  }
  .common_more p {
    font-weight: 500;
    font-size: 0.78125vw;
    color: #FFFFFF;
    margin: 0 0.2083333333vw 0 0;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(0.74, 0, 0.175, 1);
  }
  .common_more .iconfont {
    font-size: 0.8333333333vw;
    color: #fff;
    position: relative;
    top: 1px;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(0.74, 0, 0.175, 1);
  }
  .common_more:hover:after {
    transform: scaleX(1);
  }
  .common_more:hover p, .common_more:hover .iconfont {
    color: #1a1a1a;
  }
  .main {
    position: relative;
    z-index: 23;
    background: #fff;
  }
  .parallax .common_bg {
    transform: scale(1.1);
    transition: 4s ease;
  }
  .parallax .common_bg.on {
    transform: scale(1);
  }
  .noFoTop footer .top {
    display: none;
  }
  footer {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
  }
  footer .top {
    padding: 3.28125vw 0 3.0208333333vw 0;
    position: relative;
    z-index: 1;
    background: #F2F3ED;
  }
  footer .top .bg {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  footer .top .content {
    text-align: center;
  }
  footer .top .content .h1 {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 1.6666666667vw;
    color: #1A1A1A;
    margin: 0 0 1.40625vw;
  }
  footer .top .content h5 {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #1A1A1A;
    margin: 0 0 2.5vw;
  }
  footer .top .content .code img {
    width: 7.8125vw;
    margin: 0 auto 1.3020833333vw;
  }
  footer .top .content .code div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .top .content .code div span {
    margin: 0 0.2604166667vw;
    font-weight: 400;
    font-size: 0.6770833333vw;
    color: #888888;
  }
  footer .top .content .code p, footer .top .content .code a {
    font-weight: 400;
    font-size: 0.6770833333vw;
    color: #888888;
    line-height: 0.9375vw;
  }
  footer .bottom {
    position: relative;
    z-index: 5;
  }
  footer .bottom .fist {
    height: 5.2083333333vw;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3.125vw;
  }
  footer .bottom .fist .l {
    width: 13.0729166667vw;
    font-weight: 400;
    font-size: 0.7291666667vw;
    color: #1A1A1A;
    display: flex;
    align-items: center;
  }
  footer .bottom .fist .l img {
    width: 1.9791666667vw;
    margin: 0 0.2604166667vw 0 0.3645833333vw;
  }
  footer .bottom .fist .l span {
    font-weight: 500;
    font-size: 0.9375vw;
    color: #1A1A1A;
  }
  footer .bottom .fist .links {
    display: flex;
    width: 22.2395833333vw;
    justify-content: space-between;
  }
  footer .bottom .fist .links a {
    font-weight: 400;
    font-size: 0.7291666667vw;
    color: #1A1A1A;
  }
  footer .bottom .fist .r {
    display: flex;
    align-items: center;
  }
  footer .bottom .fist .r .tel {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #1A1A1A;
    margin: 0 1.5625vw 0 0;
    font-family: "Genova", sans-serif;
  }
  footer .bottom .fist .r .dis {
    display: flex;
    align-items: center;
  }
  footer .bottom .fist .r .dis .icon {
    position: relative;
    cursor: pointer;
  }
  footer .bottom .fist .r .dis .icon .code {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0.5208333333vw);
    bottom: 90%;
    opacity: 0;
    pointer-events: none;
  }
  footer .bottom .fist .r .dis .icon .code .jump {
    display: flex;
    gap: 0 1.25vw;
    padding: 0.78125vw 0.78125vw 0.2604166667vw;
    box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
    background: #fff;
    transform: translateY(-1.0416666667vw);
    width: fit-content;
    position: relative;
  }
  footer .bottom .fist .r .dis .icon .code .jump:after {
    position: absolute;
    z-index: 101;
    bottom: -0.625vw;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    transform: translateX(-50%);
    border: 0.3125vw solid transparent;
    border-top-color: #fff;
  }
  footer .bottom .fist .r .dis .icon .code .code_list {
    width: 5.2083333333vw;
    text-align: center;
  }
  footer .bottom .fist .r .dis .icon .code .code_list p {
    font-size: 0.625vw;
    color: #000;
    opacity: 0.7;
    white-space: nowrap;
    margin: 0.2604166667vw 0 0 0;
  }
  footer .bottom .fist .r .dis .icon .code img {
    width: 5.2083333333vw;
    object-fit: contain;
  }
  footer .bottom .fist .r .dis .icon:first-child .iconfont {
    transform: scale(0.9);
  }
  footer .bottom .fist .r .dis .icon:nth-child(3) .iconfont {
    transform: scale(0.8);
  }
  footer .bottom .fist .r .dis .icon:not(:last-child) {
    margin: 0 1.0416666667vw 0 0;
  }
  footer .bottom .fist .r .dis .icon .iconfont {
    font-size: 1.25vw;
    color: #333333;
  }
  footer .bottom .last {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.1458333333vw 0;
  }
  footer .bottom .last a {
    font-weight: 400;
    font-size: 0.6770833333vw;
    color: #888888;
    display: flex;
    align-items: center;
  }
  footer .bottom .last a img {
    margin: 0 0.2604166667vw 0 0;
  }
  footer .bottom .last a:not(:last-child) {
    margin: 0 0.78125vw 0 0;
  }
  .common_member {
    padding: 4.7395833333vw 0 6.9791666667vw 0;
    background: #F9F9F8;
  }
  .common_member .wrap {
    width: 83.3333333333vw;
    margin: auto;
  }
  .common_member .wrap .title {
    font-weight: 800;
    font-size: 2.1875vw;
    color: #1A1A1A;
    margin: 0 0 3.125vw;
  }
  .common_member .wrap .content table {
    width: 100%;
  }
  .common_member .wrap .content table:not(:last-child) {
    margin: 0 0 3.3854166667vw;
  }
  .common_member .wrap .content table tr:first-child td:first-child {
    font-weight: bold;
    font-size: 1.0416666667vw;
    color: #1A1A1A;
    line-height: 1.6666666667vw;

    text-align: center;
    padding: 0;
  }
  .common_member .wrap .content table tr td {
    font-weight: 500;
    font-size: 0.8333333333vw;
    color: #666666;
    min-height: 3.5416666667vw;
    background: #fff;
    padding: 1.3020833333vw 1.0416666667vw 1.3020833333vw 2.0833333333vw;
    border: 1px solid #EEEEEE;
  }
  .common_member .wrap .content table tr td[rowspan="6"] {
    text-align: center;
    padding: 0 2.2916666667vw;
  }
  .common_member .wrap .content table tr td[rowspan="3"] {
    width: 24.5833333333vw;
  }
  .common_member .wrap .content table tr td[rowspan="8"] {
    width: 15.1041666667vw;
  }
  .section_box {
    height: 300vh;
    position: relative;
    top: 0;
    left: 0;
  }
  .section_box .contain {
    position: relative;
  }
  .section_box .contain section {
    width: 100vw;
    height: 100vh;
    position: absolute;
  }
  .en_fixed {
    width: 100%;
    height: 3.75vw;
    position: sticky;
    position: -webkit-sticky;
    top: 4.2708333333vw;
    z-index: 99;
    background: #fff;
  }
  .en_fixed .wrap {
    width: 83.3333333333vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: auto;
  }
  .en_fixed .wrap .l {
    display: flex;
    align-items: center;
  }
  .en_fixed .wrap .l .title {
    font-family: "jiangchengyuanti500W", sans-serif;
    font-weight: normal;
    font-size: 1.0416666667vw;
    color: #1A1A1A;
    margin: 0 3.6458333333vw 0 0;
  }
  .en_fixed .wrap .l .flex {
    display: flex;
    align-items: center;
  }
  .en_fixed .wrap .l .flex .list {
    font-weight: 400;
    font-size: 0.78125vw;
    color: #999999;
    cursor: pointer;
    transition: 0.6s ease;
  }
  .en_fixed .wrap .l .flex .list:not(:last-child) {
    margin: 0 2.0833333333vw 0 0;
  }
  .en_fixed .wrap .l .flex .list.on {
    color: #1A1A1A;
  }
  .common_interests .wrap {
    width: 83.3333333333vw;
    margin: auto;
    padding: 4.53125vw 0 5.1041666667vw 0;
    border-top: 0.0520833333vw solid #D5C186;
  }
  .common_interests .wrap .title {
    text-align: center;
    margin: 0 0 3.125vw;
  }
  .common_interests .wrap .title h1 {
    font-weight: 800;
    font-size: 2.1875vw;
    color: #1A1A1A;
  }
  .common_interests .wrap .title p {
    font-weight: 500;
    font-size: 0.9375vw;
    color: #1A1A1A;
  }
  .common_interests .wrap .content {
    display: flex;
    justify-content: space-between;
  }
  .common_interests .wrap .content .item {
    width: 24.7395833333vw;
    height: 12.0833333333vw;
    position: relative;
    z-index: 1;
    padding: 1.40625vw 0;
  }
  .common_interests .wrap .content .item .img {
    width: 5.9895833333vw;
    margin: 0 auto 0.15625vw;
  }
  .common_interests .wrap .content .item .img img {
    width: 100%;
  }
  .common_interests .wrap .content .item .text {
    text-align: center;
    font-weight: 500;
    font-size: 0.8333333333vw;
    color: #975815;
    line-height: 1.4583333333vw;
  }
  .header .r .log_jump .hide {
    border-radius: 0.2604166667vw;
    padding: 0.8854166667vw 0;
  }
  .header .r .log_jump .hide a {
    font-size: 0.7291666667vw;
    padding: 0 1.3020833333vw;
    margin-bottom: 1.1979166667vw;
  }
}
@media screen and (max-width: 1024px) {
  .header .nav,
  .header .r .dis,
  .header .logo {
    display: none;
  }
  .header .r .login {
    margin: 0 18px 0 0;
  }
  .header .r .login img, .header .r .lag img {
    width: 18px;
    height: 18px;
  }
  .header .r .login p, .header .r .lag p {
    font-size: 12px;
    margin: 0 0 0 10px;
  }
  .header {
    height: 60px;
    padding: 0 5%;
  }
  .header .sj_logo {
    display: block !important;
    width: 40px;
  }
  .mobile_background {
    opacity: 1;
    display: block !important;
  }
  .head_click {
    display: block !important;
    position: relative;
    width: 22px;
    height: 16px;
    cursor: pointer;
    margin: 0 0 0 20px;
  }
  .head_click .show {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .head_click .show div:first-child {
    transition-delay: 0.4s;
  }
  .head_click .show div:nth-child(2) {
    transition-delay: 0.5s;
  }
  .head_click .show div:last-child {
    transition-delay: 0.6s;
  }
  .head_click .show div {
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.3s;
  }
  .head_click .hide {
    width: 100%;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .head_click .hide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: rotate(45deg) scaleX(0);
    transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .head_click .hide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg) scaleX(0);
    transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .head_click.on .show div {
    transition-delay: unset;
  }
  .head_click.on .show div:first-child {
    width: 0;
  }
  .head_click.on .show div:nth-child(2) {
    width: 0;
    transition-delay: 0.1s;
  }
  .head_click.on .show div:last-child {
    width: 0;
    transition-delay: 0.2s;
  }
  .head_click.on .hide:after {
    transform: rotate(45deg) scaleX(1);
    transition-delay: 0.6s;
  }
  .head_click.on .hide:before {
    transform: rotate(-45deg) scaleX(1);
    transition-delay: 0.6s;
  }
  .mobile_background {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: 0.6s;
    background: #0e0e0e;
    display: none;
    clip-path: inset(0% 0% 100% 0%);
  }
  .mobile_background_active {
    clip-path: inset(0% 0% 0% 0%);
  }
  .mobile_background .joke {
    position: relative;
    margin: 84px 0 0 0;
    height: 86vh;
    overflow: scroll;
  }
  .mobile_background .joke ul li {
    border-bottom: 1px solid #393939;
    text-align: left;
    margin: auto;
  }
  .mobile_background_active .joke ul li {
    display: block;
  }
  .mobile_background .joke ul li > a, .mobile_background .joke ul li .headline a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
    margin: 0 !important;
    font-weight: 400;
    padding: 16px 3%;
  }
  .mobile_background .joke ul li.teshu .headline a {
    width: 100%;
    justify-content: unset;
  }
  .mobile_background .joke ul li .headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile_background .joke ul li .headline .iconfont {
    color: #fff;
    font-size: 14px;
    position: relative;
    left: -3%;
    transition: 0.3s ease;
  }
  .mobile_background .joke ul li > a.on {
    color: #219081;
  }
  .mobile_background .joke ul li > a .iconfont {
    color: #333;
    font-size: 16px;
    transition: 0.6s;
  }
  .mobile_background .joke ul li.on > a .iconfont {
    transform: rotate(90deg);
  }
  .mobile_background .joke ul li .hidden {
    overflow: hidden;
    display: none;
  }
  .mobile_background .joke ul li .hidden .list .display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 51px;
    padding: 0 3%;
  }
  .mobile_background .joke ul li .hidden .list.cxk_2 .display a {
    width: 100%;
    height: 100%;
  }
  .mobile_background .joke ul li .hidden .list .display a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    width: 100%;
  }
  .mobile_background .joke ul li .hidden .list .display .iconfont {
    color: #F7AB00;
    font-size: 25px;
    position: relative;
    left: 0;
  }
  .mobile_background .joke ul li .hidden .list:not(:last-child) {
    border-bottom: 1px solid #393939;
  }
  .mobile_background .joke ul li .hidden .list .level {
    overflow: hidden;
    display: none;
  }
  .mobile_background .iconfont {
    /*transition: 0.6s;*/
  }
  .mobile_background .iconfont.on {
    transform: rotate(90deg);
  }
  .mobile_background .joke ul li .hidden .list .level a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #b4b4b4;
    font-weight: 400;
    height: 41px;
    line-height: 30px;
    width: 90%;
    margin: auto;
  }
  .mobile_background .joke ul li .hidden .list .level a:not(:last-child) {
    border-bottom: 1px dotted #808080;
  }
  .mobile_background .joke ul li .hidden > div {
    /*margin: 0 0 20px;*/
  }
  .mobile_background .joke .dis_button {
    display: flex;
    width: 100%;
    padding: 0 3%;
    margin: 25px 0 0 0;
  }
  .mobile_background .joke .dis_button .common_more {
    margin: 0 15px 0 0;
  }
  .mobile_background .joke .dis_button .place {
    position: relative;
  }
  .mobile_background .joke .dis_button .place .code {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10px);
    top: calc(100% + 15px);
    width: 100px;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
  }
  .mobile_background .joke .dis_button .place:hover .code {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  .common_more {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .common_more p {
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0 4px 0 0;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(0.74, 0, 0.175, 1);
  }
  ._scroll_y {
    display: none !important;
  }
  .common_more .iconfont {
    font-size: 13px;
  }
  footer .top {
    padding: 40px 0;
  }
  footer .top .content .h1 {
    font-size: 24px;
    margin: 0 0 15px;
  }
  footer .top .content h5 {
    font-size: 14px;
    margin: 0 0 20px;
  }
  footer .top .content .code img {
    width: 100px;
    margin: 0 auto 0;
  }
  footer .bottom .fist .links {
    display: none;
  }
  footer .bottom .fist {
    height: auto;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 5%;
    flex-direction: column;
  }
  footer .bottom .fist .l {
    width: 251px;
    font-size: 14px;
    justify-content: center;
    margin: 0 0 15px;
  }
  footer .bottom .fist .l span {
    font-size: 18px;
  }
  footer .bottom .fist .l img {
    margin: 0 5px 0 7px;
  }
  footer .bottom .fist .r .tel {
    font-size: 14px;
    margin: 0 20px 0 0;
  }
  footer .bottom .fist .r .dis .icon:not(:last-child) {
    margin: 0 20px 0 0;
  }
  footer .bottom .fist .r .dis .icon .iconfont {
    font-size: 18px;
    color: #333333;
  }
  footer .bottom .fist .r .dis .icon .code .jump {
    gap: 0 10px;
    padding: 6px;
  }
  footer .bottom .fist .r .dis .icon .code .code_list p {
    font-size: 12px;
    margin: 5px 0 0 0;
  }
  footer .bottom .fist .r .dis .icon .code .code_list {
    width: 100px;
  }
  footer .bottom .fist .r .dis .icon .code img {
    width: 80px;
  }
  footer .bottom .last a {
    font-size: 13px;
  }
  footer .bottom .last a:not(:last-child) {
    margin: 0;
  }
  footer .bottom .last {
    padding: 22px 0;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 25px;
  }
  footer .bottom .last a img {
    margin: 0 5px 0 0;
  }
  footer {
    position: relative;
  }
  .parallax {
    transform: none !important;
  }
  .header .r .lag .hide {
    border-radius: 5px;
    padding: 15px 0;
  }
  .header .r .lag .hide a {
    font-size: 13px;
    padding: 0 25px;
    margin-bottom: 12px;
  }
  .header .r .lag:hover .hide {
    transform: translateX(-50%) translateY(10px);
  }
  .en_fixed {
    height: auto;
    padding: 35px 0;
    top: 0;
    position: relative;
  }
  .en_fixed .wrap {
    width: 90%;
    flex-direction: column;
    align-items: unset;
  }
  .en_fixed .wrap .l {
    margin: 0 0 16px;
    flex-direction: column;
    align-items: unset;
  }
  .en_fixed .wrap .l .flex {
    flex-wrap: wrap;
    gap: 10px;
  }
  .en_fixed .wrap .l .title {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .en_fixed .wrap .l .flex .list:not(:last-child) {
    margin: 0;
  }
  .en_fixed .wrap .l .flex .list {
    font-size: 11px;
  }
  .common_member {
    padding: 30px 0;
  }
  .common_member .wrap {
    width: 90%;
  }
  .common_member .wrap .title {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .common_member .wrap .content table tr:first-child td:first-child {
    font-size: 12px;
    line-height: 22px;
  }
  .common_member .wrap .content table tr td {
    padding: 10px 15px;
    font-size: 12px;
  }
  .common_member .wrap .content table {
    width: 100%;
    display: block;
    overflow-x: scroll;
  }
  .common_member .wrap .content table tbody {
    width: max-content;
    display: block;
  }
  .common_member .wrap .content table:not(:last-child) {
    margin: 0 0 25px;
  }
  .common_member .wrap .content table tr td[rowspan="6"] {
    padding: 0 35px;
  }
  .common_member .wrap .content table tr td[rowspan="10"] {
    width: 30vw;
  }
  .common_member .wrap .content table tr td[rowspan="2"]{
        width: 30vw;
  }
  .common_member .wrap .content table:first-child{
      display: table!important;
  }
  .common_member .wrap .content table:first-child tbody{
        display: table-row-group!important;
  }
  .common_member .wrap .content table tr td[rowspan="3"] {
    width: 40vw;
  }
  footer .bottom .fist .l img {
    width: 38px;
  }
  .common_interests .wrap {
    width: 90%;
    padding: 50px 0;
  }
  .common_interests .wrap .title {
    margin: 0 0 35px;
  }
  .common_interests .wrap .title h1 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .common_interests .wrap .title p {
    font-size: 14px;
    line-height: 1.6;
  }
  .common_interests .wrap .content {
    flex-direction: column;
  }
  .common_interests .wrap .content .item {
    width: 100%;
    height: auto;
    padding: 15px 0 35px 0;
  }
  .common_interests .wrap .content .item .img {
    width: 115px;
    margin: 0 auto 3px;
  }
  .common_interests .wrap .content .item .text {
    font-size: 14px;
    line-height: 1.6;
  }
  .common_interests .wrap .content .item:not(:last-child) {
    margin: 0 0 15px;
  }
  .header .r .log_jump .login img {
    width: 20px !important;
    height: 20px !important;
  }
  .header .r .login p, .header .r .lag p {
    font-size: 12px !important;
    margin: 0 0 0 10px !important;
  }
  .header .r .log_jump .hide a {
    font-size: 14px;
    padding: 10px 25px;
    margin-bottom: 23px;
  }
  .header .r .log_jump .hide {
    display: none;
  }
  .header .r .login {
    margin: 0 5px 0 0 !important;
  }
  .top_message {
    height: auto;
    padding: 50px 5%;
    display: flex;
    align-items: center;
  }
  .top_message div {
    width: 62%;
  }
  .top_message div h1 {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .top_message div p {
    font-size: 10px;
    line-height: 20px;
  }
  .top_message {
    height: 160px;
  }
  .top_message .common_bg {
    display: none;
  }
  .top_message .common_bg.sj_common_bg {
    display: block !important;
  }
  .top_message .ren {
    display: block !important;
    position: absolute;
    right: 2%;
    bottom: 0;
    height: 136px;
    z-index: 1;
  }
  .top_message > div {
    position: relative;
    z-index: 4;
  }

  .sum_up{
        padding: 30px 0;
    }
    .sum_up .wrap{
        width: 90%;
    }
    .sum_up .wrap .title{
        font-size: 24px;
        margin: 0 0 20px;
    }

    .sum_up .wrap .content{
        flex-direction: column;
    }

    .sum_up .wrap .content .item{
        width: 100%;
        height: auto;
        padding: 15px 0 45px 0;
    }
    .sum_up .wrap .content .item:not(:last-child) {
        margin: 0 0 20px;
    }
    .sum_up .wrap .content .item .jump{
        width: 90%;
        height: auto;
        border-radius: 12px;
        padding: 25px 0 0 0;
    }
    .sum_up .wrap .content .item .jump .icon {
        width: 30px;
        height: 30px;
        margin: 0 auto 15px;
    }
    .sum_up .wrap .content .item .jump .icon img{
        width: 100%;
    }

    .sum_up .wrap .content .item .jump .headline{
        font-size: 18px;
        margin: 0 0 35px;
    }



    .sum_up .wrap .content .item .jump .label .list:not(:last-child) {
        margin: 0 0 15px;
    }

    .sum_up .wrap .content .item .jump .label .list .circle {
        width: 15px;
        height: 15px;
        margin: 2px 18px 0 0;
    }

    .sum_up .wrap .content .item .jump .label .list p {
        font-size: 13px;
    }

}

@media screen and (max-width: 550px) {
  .common_member .wrap .content table:first-child{
    display: block!important;
  }
  .common_member .wrap .content table:first-child tbody{
    display: block!important;
  }
}


.fixed_customer{
  position: fixed;
  z-index: 999;
  right: 40px;
  bottom: 40px;
}
.fixed_customer .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  margin-top: 20px;
  cursor: pointer;
  position: relative;
}
.fixed_customer .icon .hide {
  width: fit-content;
  padding: 0 25px;
  height: 33px;
  position: absolute;
  right: 120%;
  background: #EECC99;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-20px);
  opacity: 0;
  transition: .7s;
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
  font-size: 14px;
}
.fixed_customer .icon > svg {
  display: block;
  width: 23px;
  transition: 0.6s;
}.fixed_customer .icon > svg path{
  transition: .6s ease;
 }

.fixed_customer .icon:hover {
  background: #EECC99;
}
.fixed_customer .icon:hover svg path{
  fill: #fff;
}
.fixed_customer .icon:hover .hide {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 1024px) {
  .fixed_customer{
    right: 10px;
    bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
