/* 初始化 */
html {
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	-webkit-overflow-scrolling: touch;
	direction: ltr !important;
	/* scroll-padding-top: 150px; */
  /* scroll-behavior: smooth */
}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,figure,figcaption,form,fieldset,legend,button,input,textarea,th,td,img {margin:0;padding:0}

button,input,textarea,select {
	font-size: inherit;
	font-weight: inherit;
	border: 0;
	outline: 0
}

ul,ol,li {list-style: none}
fieldset,img {border: 0}
p{min-height: 12px;}
.hidden,.hide,.link_hidden {display: none !important;}

/* wpforms表单插件生成代码初始化 */
.wpforms-container .wpforms-confirmation-scroll,
.wpforms-container .wpforms-error-container {
	line-height: 16px
}

.wpforms-field-container .wpforms-field {
	padding: 0;
	margin: 0
}

.wpforms-field-container input,
.wpforms-field-container textarea {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}



/*滚动条*/
::-webkit-scrollbar {
	width: 6px;
	height: 8px
}
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #747474
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #F1F1F1
}



/* ------------------------- 编辑器 ------------------------- */
/* 重置标签样式 */
article{line-height: 1.7;}
article,
article * {
	margin: revert;
	padding: revert;
	list-style: revert;
}
article strong,article strong p,article strong b,article strong i,article strong span,article b {
	font-weight: bold;
}
article a {
	text-decoration: underline;
}
article figure {
	margin-left: auto;
	margin-right: auto;
}
.wp-block-column figure img {
	width: 100%;
}
article img {
	max-width: 100% !important;
	height: initial !important
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
	font-weight: bold;
}
.has-text-align-center {
	text-align: center;
}
/* article ul,article li,article ol{list-style: revert;} */
/* article ul,article ol{padding-left: 0.22rem;margin-top: 0.3rem;margin-bottom: 0.3rem;}
article li{margin-top: .1rem;margin-bottom: 0.1rem;} */

article .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
article .wp-caption {
	max-width: 100% !important;
}

/* 默认表格 */
article table {
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
	width: 100% !important;
	max-width: 100% !important;
	background: #FFF;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}
@media screen and (max-width:768px) {
	article table{height: auto !important; display: block; border: none; overflow-x: auto;}
	article table::-webkit-scrollbar{height:2px}
}
article tbody {
	width: 100% !important;
	max-width: 100% !important
}
article table tr,
article table td {
	max-width: 100% !important
}
article table tr,
article table td,
article table tr p,
article table td p {
	margin: 0;
	padding: 0
}
/* article table tr:nth-child(odd) {
	background: rgba(0, 0, 0, .04)
} */
article table td {
	padding: 8px;
	border: 1px solid #DDD !important
}


/* 编辑器视频调整全尺寸 */
.is-type-video>div{position: relative; overflow: hidden;}
.is-type-video>div::before{content: '';display: block;padding-bottom: 56.25%;}
.is-type-video iframe{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}



.wrap1800 {
  width: 94.5%;
  margin-left: auto;margin-right: auto;
  max-width: 1800px;
}

.wrap1400 {
  max-width: 1400px;
  width: 90%;
  margin-left: auto;margin-right: auto;
}

.my-time {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

* {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.hover-btn {
  position: relative;
  cursor: pointer;
}

.hover-btn .nor {
  opacity: 1;
}

.hover-btn .act {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.hover-btn:hover .nor {
  opacity: 0;
}

.hover-btn:hover .act {
  opacity: 1;
}



/* 引入外部字体 */
@font-face {
	font-family: 'Montserrat';
	src: url('https://lingju.global/fonts/Montserrat-Regular.woff2') format("woff2");
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('https://lingju.global/fonts/Montserrat-SemiBold.woff2') format("woff2");
	font-weight: 600;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('https://lingju.global/fonts/Montserrat-Bold.woff2') format("woff2");
	font-weight: bold;
	font-display: swap;
}

html,body,button,input,select,textarea {
  font-family: 'Montserrat', Arial, system-ui, -apple-system, Helvetica, Tahoma, sans-serif;
  font-weight: 400;
}

.black-more,
.more-btn {
  width: 190px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
}

.black-more span,
.more-btn span {
  color: #fff;
  position: relative;
  z-index: 10;
}

.black-more .jt-box,
.more-btn .jt-box {
  position: relative;
  z-index: 10;
}

.black-more .jt-box .nor,
.more-btn .jt-box .nor {
  opacity: 1;
}

.black-more .jt-box .act,
.more-btn .jt-box .act {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.black-more:hover .jt-box .nor,
.more-btn:hover .jt-box .nor {
  opacity: 0;
}

.black-more:hover .jt-box .act,
.more-btn:hover .jt-box .act {
  opacity: 1;
}

.black-more::before, .black-more::after,
.more-btn::before,
.more-btn::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  height: 100%;
}

.black-more::after,
.more-btn::after {
  width: 100%;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.black-more::before,
.more-btn::before {
  width: 0%;
  right: 0;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  transition: width 0.3s linear;
  background: #fff;
  border-radius: 50px;
}

.black-more:hover span,
.more-btn:hover span {
  color: #000;
}

.black-more:hover::after,
.more-btn:hover::after {
  border-color: #fff;
}

.black-more:hover::before,
.more-btn:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.black-btn2,
.more-btn2 {
  width: 190px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
}

.black-btn2 span,
.more-btn2 span {
  position: relative;
  z-index: 10;
}

.black-btn2 .jt-box,
.more-btn2 .jt-box {
  position: relative;
  z-index: 10;
}

.black-btn2 .jt-box .nor,
.more-btn2 .jt-box .nor {
  opacity: 1;
}

.black-btn2 .jt-box .act,
.more-btn2 .jt-box .act {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.black-btn2::before,
.more-btn2::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  height: 100%;
  width: 0%;
  right: 0;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  transition: width 0.3s linear;
  background: #000;
  border-radius: 50px;
}

.black-btn2:hover span,
.more-btn2:hover span,
.more-btn2.active span {
  color: #fff;
}

.black-btn2:hover .jt-box .nor,
.more-btn2:hover .jt-box .nor,
.more-btn2.active .jt-box .nor {
  opacity: 0;
}

.black-btn2:hover .jt-box .act,
.more-btn2:hover .jt-box .act,
.more-btn2.active .jt-box .act {
  opacity: 1;
}

.black-btn2:hover::before,
.more-btn2:hover::before,
.more-btn2.active::before {
  width: 100%;
  left: 0;
  right: auto;
}

.black-btn2 {
  background: #000;
  -webkit-transition: background 0s;
  -o-transition: background 0s;
  -moz-transition: background 0s;
  transition: background 0s;
}

.black-btn2 span {
  color: #fff;
}

.black-btn2::before {
  background: #fff;
}

.black-btn2:hover {
  -webkit-transition: background 0s;
  -o-transition: background 0s;
  -moz-transition: background 0s;
  transition: background 0s;
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  background: #fff;
}

.black-btn2:hover span {
  color: #333;
}

.black-more span {
  color: #333;
  position: relative;
  z-index: 10;
}

.black-more::after {
  border: 2px solid rgba(0, 0, 0,0.2);
}

.black-more::before {
  background: #333;
}

.black-more:hover {
  background: #333;
}

.black-more:hover span {
  color: #fff;
}

.black-more:hover::after {
  border-color: #333;
}

.header-leg {
  height: 80px;
}

.pc-header {
  min-height: 80px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.pc-header .logo {
  position: relative;
}

.pc-header .logo .logo_icon {
  width: 97px;
}

.pc-header .logo .act {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.pc-header nav {
  gap: 3.125vw;
  margin-right: 7.2916666667vw;
}

.pc-header nav .nav-item {
  height: 80px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #fff;
  line-height: 30px;
}
.pc-header nav .nav-item:hover .sub-box {
  -webkit-transform: translate3d(-50%, 0, 0);
     -moz-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  opacity: 1;
  pointer-events: auto;
}

.pc-header nav .nav-item .sub-box {
  position: absolute;
  left: 50%;
  top: 100%;
  background: #fff;
  -webkit-transform: translate3d(-50%, 15px, 0);
     -moz-transform: translate3d(-50%, 15px, 0);
          transform: translate3d(-50%, 15px, 0);
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}

.pc-header nav .nav-item .sub-box a {
  display: block;
  padding: 5px 20px;
  white-space: nowrap;
  opacity: 1;
}

.pc-header nav .nav-item .sub-box a:hover {
  color: var(--i_color);
}

.pc-header nav .nav-item:hover .nav-title::after {
  width: 100%;
  left: 0;
}

.pc-header nav .nav-item .nav-title {
  color: #fff;
  position: relative;
}

.pc-header nav .nav-item .nav-title::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0px;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

.pc-header nav .tesu {
  opacity: 1;
  pointer-events: all;
}

.pc-header nav .act .nav-title::after {
  width: 100%;
  left: 0;
}

.pc-header .tools {
  gap: 1.71875vw;
}

.pc-header .tools .mendian {
  display: block;
  width: 128px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  line-height: 34px;
  color: #fff;
}

.pc-header .tools .icon-ele {
  width: 26px;
  position: relative;
}

.pc-header .tools .icon-ele .act {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.pc-header .tools .icon-ele:hover .nor {
  opacity: 0;
}

.pc-header .tools .icon-ele:hover .act {
  opacity: 1;
}

.pc-header:hover, .pc-header.active, .pc-header.active2 {
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.pc-header:hover .logo .act, .pc-header.active .logo .act, .pc-header.active2 .logo .act {
  opacity: 1;
}

.pc-header:hover .logo .nor, .pc-header.active .logo .nor, .pc-header.active2 .logo .nor {
  opacity: 0;
}

.pc-header:hover nav .nav-item .nav-title, .pc-header.active nav .nav-item .nav-title, .pc-header.active2 nav .nav-item .nav-title {
  color: #000;
}

.pc-header:hover nav .nav-item .nav-title::after, .pc-header.active nav .nav-item .nav-title::after, .pc-header.active2 nav .nav-item .nav-title::after {
  background: #000;
}

.pc-header:hover .tools .mendian, .pc-header.active .tools .mendian, .pc-header.active2 .tools .mendian {
  border-color: #000;
  color: #000;
}

.pc-header:hover .tools .mendian:hover, .pc-header.active .tools .mendian:hover, .pc-header.active2 .tools .mendian:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}

.pc-header:hover .tools .icon-ele .nor, .pc-header.active .tools .icon-ele .nor, .pc-header.active2 .tools .icon-ele .nor {
  opacity: 0;
}

.pc-header:hover .tools .icon-ele .act, .pc-header.active .tools .icon-ele .act, .pc-header.active2 .tools .icon-ele .act {
  opacity: 1;
}

.pc-header:hover .tools .icon-ele:hover, .pc-header.active .tools .icon-ele:hover, .pc-header.active2 .tools .icon-ele:hover {
  opacity: 0.6;
}

.banner-box {
  position: relative;
}

.banner-box .bg {
  width: 100%;
}

.banner-box .mo {
  display: none;
}

.banner-box .content-box {
  position: absolute;
  left: 0;
  bottom: 15.7894736842%;
  width: 100%;
}

.banner-box .content-box .title {
  font-weight: 400;
  color: #fff;
  letter-spacing: 4.5px;
  line-height: 1.3333333333;
  margin-bottom: 30px;
}

/*
.fixed-kefu {
  position: fixed;
  right: 20px;
  bottom: 120px;
  z-index: 100;
}

.fixed-kefu .phone-box {
  margin-bottom: 10px;
  position: relative;
}

.fixed-kefu .phone-box .tc-box {
  position: absolute;
  width: 290px;
  right: 100%;
  top: 0;
  padding-right: 10px;
  -webkit-transform: translateX(-20px);
     -moz-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
       -o-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
  pointer-events: none;
}

.fixed-kefu .phone-box .tc-box .inner-box {
  border-radius: 12px;
  background: #F0F0F0;
  padding: 20px 24px;
}

.fixed-kefu .phone-box .tc-box .title {
  line-height: 1;
  margin-bottom: 13px;
}

.fixed-kefu .phone-box .tc-box .phone {
  line-height: 1;
  margin-bottom: 13px;
}

.fixed-kefu .phone-box .tc-box .text {
  color: #666;
  line-height: 1;
}

.fixed-kefu .phone-box:hover .tc-box {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  pointer-events: all;
} */

.web-chat-page {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 420px;
  height: 580px;
  overflow: hidden;
  display: none;
}

.web-chat-page .close-btn {
  position: absolute;
  right: 15px;
  top: 22px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 100;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.web-chat-page .close-btn .h,
.web-chat-page .close-btn .s {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.web-chat-page .close-btn .h {
  width: 100%;
  height: 2px;
}

.web-chat-page .close-btn .s {
  height: 100%;
  width: 2px;
}

.web-chat-page iframe {
  width: 100%;
  height: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  opacity: 0.5;
  margin: 0;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 35px;
}

.swiper-pagination-black .swiper-pagination-bullet {
  background: #000;
}

.index-page .block-title {
  line-height: 1.3235294118;
  letter-spacing: 3.4px;
  font-weight: 630;
}

.index-page .wrap1520 {
  max-width: 1520px;
  width: 90%;
  margin: 0 auto;
}

.index-page .section1 {
  height: 100vh;
  position: relative;
  display: none;
}

.index-page .section1 .index-banner {
  height: 100%;
}

.index-page .section1 .index-banner .swiper-wrapper,
.index-page .section1 .index-banner .swiper-slide {
  height: 100%;
  -webkit-transition: all 0.3s ;
  -o-transition: all 0.3s ;
  -moz-transition: all 0.3s ;
  transition: all 0.3s ;
}

.index-page .section1 .index-banner .swiper-slide {
  position: relative;
}

.index-page .section1 .index-banner .swiper-slide .content-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}

.index-page .section1 .index-banner .swiper-slide .content-box .banner-title {
  font-weight: 400;
  letter-spacing: clamp(1px, 0.2937vw, 5.64px);
  color: #fff;
  line-height: 1.329787234;
  margin-bottom: 20px;
}


/*.index-page .section1 .index-banner .swiper-slide:nth-child(2) .content-box .banner-title{*/
/*    color: #333;*/
/*}*/

.index-page .section1 .index-banner .swiper-slide .content-box .banner-text {
  font-weight: 200;
  color: white;
  line-height: 1.4705882353;
  margin-bottom: 3%;
}

/*.index-page .section1 .index-banner .swiper-slide:nth-child(2) .content-box .banner-text{*/
/*    color: #333;*/
/*}*/

.index-page .section1 .index-banner .swiper-slide .banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;

}

.index-page .section1 .index-banner .pc {
  display: block;
}

.index-page .section1 .index-banner .mo {
  display: none;
}

.index-page .section1 .index-banner .swiper-slide-active .banner-img {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.index-page .section1 .index-banner .index-banner-page {
  bottom: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}

.index-page .section1 .index-banner .index-banner-page .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  opacity: 0.5;
  margin: 0;
}

.index-page .section1 .index-banner .index-banner-page .swiper-pagination-bullet-active {
  opacity: 1;
  width: 35px;
}

.index-page .section1 .index-banner-btn-box {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}

.index-page .section1 .index-banner-btn-box .btn {
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

.index-page .section2 .out-wrapper {
  height: 200vh;
  /* margin-top: 80px; */
}

.index-page .section2 .out-wrapper .inner-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
}

.index-page .section2 .wrap1520 {
  position: relative;
  height: 100%;
}

.index-page .section2 .top-box {
  margin-left: 4.7368421053%;
  margin-bottom: 9vh;
  padding-top: 16vh;
}

.index-page .section2 .top-box .text1 {
  line-height: 2.6470588235;
}

.index-page .section2 .top-box .text1 img {
  margin-right: 5px;
  display: none;
}

.index-page .section2 .top-box .text2 {
  line-height: 1.2;
  margin-bottom: 8.9814814815vh;
}

.index-page .section2 .data-group {
  margin-left: 4.7368421053%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.8958333333vw;
}

.index-page .section2 .data-group .data-item .count-box {
  line-height: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

.index-page .section2 .card-box {
  width: 51.7763157895%;
  aspect-ratio: 787/684;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index-page .section2 .card-box .card {
  width: 48.0304955527%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  will-change: transform, left, top;
}

.index-page .section2 .card-box .card img {
  width: 100%;
  display: block;
  box-shadow: 8px 8px 20px 9px rgba(0, 0, 0, 0.2);
  border-radius: 23px;
}

.index-page .section2 .card-box .card:nth-child(1) {
  z-index: 12;
}

.index-page .section2 .card-box .card:nth-child(2) {
  z-index: 11;
}

.index-page .section2 .card-box .card:nth-child(3) {
  z-index: 10;
}

.index-page .section2 .card-box .card:nth-child(1), .index-page .section2 .card-box .card:nth-child(2) {
  -webkit-transform: translateY(100vh);
     -moz-transform: translateY(100vh);
      -ms-transform: translateY(100vh);
       -o-transform: translateY(100vh);
          transform: translateY(100vh);
}

.index-page .section2 .card-box .card:nth-child(3) {
  left: 0;
  top: 0;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.index-page .section2 .swiper {
  display: none;
}

/* .index-page .section3 .section3-swiper {
  position: relative;
  background: url(../images/cp_bg.webp) center no-repeat;
  background-size: cover;
}

.index-page .section3 .section3-swiper .btn {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.index-page .section3 .section3-swiper .prev-btn {
  left: 3.125%;
}

.index-page .section3 .section3-swiper .next-btn {
  right: 3.125%;
}

.index-page .section3 .section3-swiper .swiper-pagination {
  bottom: 40px;
}

.index-page .section3 .swiper-slide {
  position: relative;
}

.index-page .section3 .swiper-slide .top-text {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
  padding-top: 5.09375%;
  z-index: 10;

}

.index-page .section3 .swiper-slide .top-text .text2 {
  margin-bottom: 0.3rem;
  font-weight: 250;
}

.index-page .section3 .swiper-slide .top-text .title {
  font-weight: 630;
  letter-spacing: 3.4px;
  margin-bottom: 28px;
  line-height: 1;
}

.index-page .section3 .swiper-slide .top-text .text {
  font-weight: 300;
  letter-spacing: 3.125vw;
  line-height: 1.3125;
  margin-bottom: 1.2395833333%;
}

.index-page .section3 .swiper-slide .top-text .btn-box {
  gap: 30px;
}

.index-page .section3 .swiper-slide .bg-img {
  aspect-ratio: 1920/1080;
  width: 100%;
 position: relative;
 left: 0%;


}


.index-page .section3 .swiper-slide .bg-img {
  aspect-ratio: 1920/1080;
  width: 100%;
  position: relative;
  left: 0;
  opacity: 1;
}

.index-page .section3 .swiper-slide .pc {
  display: block;
}

.index-page .section3 .swiper-slide .mo {
  display: none;
} */


.index-page .section3{padding-top: 400px; padding-bottom: 60px; background:url(../images/cp_bg.webp) center no-repeat; background-size: cover; position: relative;}

.section3_tit{position: absolute; top: 0; left: 0; width: 100%; text-align: center;}
.section3_tit .text2 {
  margin-bottom: 0.3rem;
  font-weight: 250;
}

.section3_tit .tit {
  font-weight: 630;
  letter-spacing: 3.4px;
  margin-bottom: 28px;
  line-height: 1;
  position: relative;
}

.section3_tit .txt {
  font-weight: 300;
  letter-spacing: .2vw;
  line-height: 1.3125;
  margin-bottom: 1.2395833333%;
  position: relative;
}
.section3_tit .btn-box {
  gap: 30px;
}

.section3_list{position:relative; overflow:hidden}
.section3_list .swiper-wrapper{display:flex; position:relative; width:100%}
.section3_list li{list-style: none; flex-shrink:0; position:relative; text-align: center;}
.section3_list li a{display: table; margin-left: auto;margin-right: auto; width: 40%; aspect-ratio: 80 / 53;}
.section3_list li img{width: 100%; height: 100%; object-fit: contain;}
.section3_list .hide{display: none;}

.section3-prev,.section3-next{position:absolute; top:50%; transform:translate(0,-50%); width:.68rem; height:.68rem; border-radius:50%; background: rgb(0 0 0 / 20%); z-index:3; cursor:pointer; outline:none; user-select:none}
.section3-prev{left:3.125%;}
.section3-next{right:3.125%;}
.section3-prev iconify-icon,.section3-next iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:0.3rem; color:#FFF;}
.section3_list .swiper-button-disabled{cursor:not-allowed}
.section3-prev:hover iconify-icon,.section3-next:hover iconify-icon{color: #E4BE92;}

.section3-pagination{display:block; margin-top:0.3rem; text-align:center}
.section3-pagination .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; margin:0 6px; background:#717273; border-radius:100px; outline:none; cursor:pointer;}
.section3-pagination .swiper-pagination-bullet-active{width: 35px; background:#000}

@media screen and (max-width:1440px) {
  .index-page .section3{padding-top: 370px;}
}
@media screen and (max-width:1200px) {
  .index-page .section3{padding-top: 310px;}
}
@media screen and (max-width:1024px) {
  .section3-prev,.section3-next{width: 50px; height: 50px;}
}
@media screen and (max-width:768px) {
  .section3_list li a{width: 75%;}
  .section3_tit .tit{margin-bottom: 20px;}
  .section3_tit .txt{margin-bottom: 20px;}
  .section3-prev,.section3-next{display: none;}
}
@media screen and (max-width:560px) {
  .index-page .section3{padding-top: 250px; padding-bottom: 40px;}
  .section3_tit .text2{font-size: 18px;}
  .section3_tit .tit{font-size: 30px; letter-spacing: 1px;}
  .section3_tit .txt{font-size: 15px;}
  .section3_list li a{width: 90%;}
}







.index-page .section4 .wrap1800 {
  padding: 5.2083333333% 0 7.0833333333% 0;
}

.index-page .section4 .list {
  gap: 20px;
}

.index-page .section4 .list .item {
  width: -webkit-calc((100% - 20px) / 2);
  width: -moz-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.index-page .section4 .list .item .img-wrap {
  width: 100%;
  aspect-ratio: 890/520;
  overflow: hidden;
  border-radius: 10px;
}

.index-page .section4 .list .item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.index-page .section4 .list .item:hover .img-wrap img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.index-page .section4 .list .item .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  pointer-events: none;
  background: rgba(0,0,0,0.2);
}

.index-page .section4 .list .item .content .title {
  color: #fff;
  line-height: 1.9565217391;
  font-weight: 400;
}

.index-page .section4 .list .item .content .btn {
  pointer-events: auto;
  background: transparent;
  color: #000;
  border-radius: 50px;
  width: 120px;
  line-height: 36px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.index-page .section4 .list .item .content .btn::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  height: 100%;
  width: 0%;
  right: 0;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  transition: width 0.3s linear;
  background: #000;
  border-radius: 36px;
  z-index: -1;
}

.index-page .section4 .list .item .content .btn:hover {
  border-color: #000;
}

.index-page .section4 .list .item .content .btn:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.index-page .section4 .list .item .content span {
  display: block;
  color: #fff;
  font-weight: 250;
  letter-spacing: 1.68px;
  line-height: 1;
  height: 40px;
}

.index-page .section5 {
  padding: 0 0 9.4791666667%;
}

.index-page .section5 .block-title {
  margin-bottom: 28px;
  text-align: center;
}

.index-page .section5 .inner-tab {
  background: #fff;
  border-radius: 60px;
  padding: 8px 20px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 3.125%;
}

.index-page .section5 .inner-tab .list {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}

.index-page .section5 .inner-tab .list .item {
  width: 11vw;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 16px;
  display:flex; flex-wrap:wrap; align-items: center; justify-content: center;
  line-height: 1.5;
  border-radius: 44px;
}

.index-page .section5 .inner-tab .list .item:last-child {
  margin-right: 0;
}

.index-page .section5 .inner-tab .list .item:hover, .index-page .section5 .inner-tab .list .item.item--active {
  background: #000;
  color: #fff;
}

.index-page .section5 .swiper {
  overflow: hidden;
}

.index-page .section5 .swiper .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 14;
}

.index-page .section5 .swiper .prev-btn {
  left: 3.125%;
}

.index-page .section5 .swiper .next-btn {
  right: 3.125%;
}

.index-page .section5 .swiper .swiper-slide .media-box {
  /*aspect-ratio: 1350/760;*/
  -webkit-transform: scale(0.76315);
     -moz-transform: scale(0.76315);
      -ms-transform: scale(0.76315);
       -o-transform: scale(0.76315);
          transform: scale(0.76315);
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  width: 100%;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
  opacity: 0.3;
  overflow: hidden;
  border-radius: 20px;
}

.index-page .section5 .swiper .swiper-slide .media-box img,
.index-page .section5 .swiper .swiper-slide .media-box video {
  width: 100%;
}

.index-page .section5 .swiper .swiper-slide .title {
  display: none;
}

.index-page .section5 .swiper .swiper-slide-prev {
  cursor: pointer;
}

.index-page .section5 .swiper .swiper-slide-prev .media-box {
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
}

.index-page .section5 .swiper .swiper-slide-prev:hover .media-box {
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}

.index-page .section5 .swiper .swiper-slide-next {
  cursor: pointer;
}

.index-page .section5 .swiper .swiper-slide-next:hover .media-box {
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}

.index-page .section5 .swiper .swiper-slide-active .media-box {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.index-page .section6 .inner-box {
  padding-bottom: 12.1428571429%;
}

.index-page .section6 .top-box {
  margin-bottom: 5.2857142857%;
}

.index-page .section6 .two-box {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.index-page .section6 .two-box .content-box .date {
  opacity: 0.6;
  line-height: 1.3571428571;
  margin-bottom: 11px;
}

.index-page .section6 .two-box .content-box .title {
  line-height: 1.5;
  letter-spacing: 0.72px;
  margin-bottom: 11px;
}

.index-page .section6 .two-box .content-box .content {
  line-height: 1.75;
  color:#666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.index-page .section6 .two-box .left-box {
  width: 47.1428571429%;
}

.index-page .section6 .two-box .left-box .img-box {
  aspect-ratio: 660/500;
  margin-bottom: 3.9393939394%;
  overflow: hidden;
  border-radius: 5px;
}

.index-page .section6 .two-box .left-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.index-page .section6 .two-box .left-box:hover .img-box img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.index-page .section6 .two-box .left-box:hover .content-box .title {
  text-decoration: underline;
}

.index-page .section6 .two-box .right-box {
  width: 47.1428571429%;
}

.index-page .section6 .two-box .right-box .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6.0606060606%;
}

.index-page .section6 .two-box .right-box .item:last-child {
  margin-bottom: 0;
}

.index-page .section6 .two-box .right-box .item:hover .img-box img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.index-page .section6 .two-box .right-box .item:hover .content-box .title {
  text-decoration: underline;
}

.index-page .section6 .two-box .right-box .content-box {
  width: 53.3333333333%;
}

.index-page .section6 .two-box .right-box .content-box .content {
  white-space: normal;
}

.index-page .section6 .two-box .right-box .img-box {
  width: 42.4242424242%;
  aspect-ratio: 280/200;
  overflow: hidden;
  border-radius: 5px;
}

.index-page .section6 .two-box .right-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.index-page .section6 .two-box .line {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  width: 1px;
  background: #E5E5E5;
}

.index-page .section7 .wrap1800 {
  gap: 1.6666666667%;
  padding-bottom: 7.8125%;
}

.index-page .section7 .item {
  width: 32.2222222222%;
  aspect-ratio: 580/500;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.index-page .section7 .item .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.index-page .section7 .item .content-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 26px;
}

.index-page .section7 .item .content-box .title {
  text-align: center;
  font-weight: 450;
  margin-bottom: 5px;
  line-height: 1.3846153846;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.index-page .section7 .item .content-box .text {
  line-height: 1.6;
  margin-bottom: 11px;
  text-align: center;
  padding: 0 20px;
  /* white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; */
  font-weight: 400;
}

.index-page .section7 .item .content-box .btn {
  width: 160px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  background: #FFF;
  text-align: center;
  color: #000;
  margin: 0 auto;
  display: block;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.index-page .section7 .item .content-box .btn::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  height: 100%;
  width: 0%;
  right: 0;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  transition: width 0.3s linear;
  background: #000;
  border-radius: 36px;
  z-index: -1;
}

.index-page .section7 .item .content-box .btn:hover {
  color: #fff;
}

.index-page .section7 .item .content-box .btn:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.index-page .section7 .item:hover .img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.index-page .section8 .top-box {
  position: relative;
}

.index-page .section8 .top-box .bg-img {
  width: 100%;
}

.index-page .section8 .top-box .content-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.index-page .section8 .top-box .content-box .text1 {
  margin-bottom: 20px;
  line-height: 1.3214285714;
}

.index-page .section8 .top-box .content-box .text2 {
  margin-bottom: 30px;
  font-weight: 450;
  line-height: 1;
  position: relative;
}

.index-page .section8 .top-box .content-box .text2 .num {
  letter-spacing: clamp(1px, 0.375vw, 7.2px);
}

.index-page .section8 .top-box .content-box .text2 .unit {
  position: absolute;
  left: 100%;
  top: 2px;
}

.index-page .section8 .top-box .content-box .text3 {
  line-height: 1.3333333333;
}

.block-title2 {
  text-align: center;
  font-weight: 630;
  line-height: 1;
  letter-spacing: 1.2px;
}

.join-page .section1 .inner-box {
  padding: 5.8333333333% 0 6.1111111111%;
}

.join-page .section1 .inner-box .block-title2 {
  margin-bottom: 3.5555555556%;
}

.join-page .section1 .inner-box .group {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.join-page .section1 .inner-box .group .img-box {
  width: 48.8888888889%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.join-page .section1 .inner-box .group .img-box img {
  width: 100%;
}

.join-page .section1 .inner-box .group .content-box {
  border-radius: 20px;
  background: #FAFAFA;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 48.8888888889%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 2.2222222222%;
}
.join-page .content-box .top-svg img,.join-page .content-box .bottom-svg img{height: 0.414rem;}

.join-page .section1 .inner-box .group .content-box .text {
  margin: 47px 0;
  color: #323237;
  line-height: 1.8;
  letter-spacing: 0.7px;
}

.join-page .section1 .inner-box .group .content-box .bottom-svg {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.join-page .section1 .inner-box .group:hover .img-box img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.join-page .section1 .inner-box .reverse-flex {
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.join-page .section2 .inner-box {
  padding: 6.7142857143% 0 11.4285714286%;
}

.join-page .section2 .inner-box .block-title2 {
  margin-bottom: 4.5714285714%;
}

.join-page .section2 .inner-box .line {
  background: #E5E5E5;
  height: 1px;
  margin-bottom: 2.8571428571%;
}

.join-page .section2 .inner-box .ul .li {
  border-radius: 20px;
  background: #FAFAFA;
  overflow: hidden;
  margin-bottom: 20px;
}

.join-page .section2 .inner-box .ul .li .top-box {
  padding: 0 3.5714285714%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(80px, 6.25vw, 120px);
  cursor: pointer;
}

.join-page .section2 .inner-box .ul .li .top-box .title {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  letter-spacing: 1.08px;
  line-height: 1.6;
}

.join-page .section2 .inner-box .ul .li .top-box .jt-box {
  width: 40px;
  cursor: pointer;
}

.join-page .section2 .inner-box .ul .li .content-box {
  padding: 1.4285714286% 3.5714285714% 5.4285714286%;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

.join-page .section2 .inner-box .ul .li .content-box .content-item {
  margin-bottom: 4.6153846154%;
}

.join-page .section2 .inner-box .ul .li .content-box .content-title {
  line-height: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.72px;
  padding-left: 15px;
  border-left: 5px solid #000;
  margin-bottom: 3.0769230769%;
}

.join-page .section2 .inner-box .ul .li .content-box .ul-list li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  margin-bottom: 1.5384615385%;
  color: #333;
}

.join-page .section2 .inner-box .ul .li .content-box .ul-list li .label {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.join-page .section2 .inner-box .ul .li .content-box .ul-list li .value {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.join-page .section2 .inner-box .ul .li .content-box .ul-list li:last-child {
  margin-bottom: 0;
}

.join-page .section2 .inner-box .ul .li .content-box .toudi-box .text1 {
  color: #999;
  line-height: 2.25;
  letter-spacing: 0.48px;
}

.join-page .section2 .inner-box .ul .li .content-box .toudi-box .text1 span {
  color: #333;
}

.join-page .section2 .inner-box .ul .li .content-box .toudi-box .email {
  color: #5BAAF4;
  line-height: 1.6363636364;
}

.join-page .section2 .inner-box .ul .li .content-box .toudi-box .email:hover {
  text-decoration: underline;
}

.join-page .section2 .inner-box .ul .li:last-child {
  margin-bottom: 0;
}

.join-page .section2 .inner-box .ul .li.active .top-box .jt-box {
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

footer .footer-box {
  background: #000;
}

footer .footer-box a {
  display: block;
}

footer .footer-box .inner-box {
  padding: 6.9285714286% 0 6.2857142857%;
}

footer .footer-box .top-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 6.1428571429%;
  gap: 0 2vw;
}

footer .footer-box .top-nav .item .title {
  color: #fff;
  line-height: 1.3333333333;
  margin-bottom: 29px;
}

footer .footer-box .top-nav .item .title:hover {
  color: var(--i_color);
}

footer .footer-box .top-nav .item .group a {
  margin-bottom: 20px;
  color: #BBBBBB;
}

footer .footer-box .top-nav .item .group a:last-child {
  margin-bottom: 0;
}

footer .footer-box .top-nav .item .group a:hover {
  color: var(--i_color);
}

footer .footer-box .bottom-box {
  padding: 3.8571428571% 0 0;
}

footer .footer-box .bottom-box .logo-media-box {
  margin-bottom: 3.3571428571%;
}
.logo_footer img{height: 0.58rem;}

footer .footer-box .bottom-box .logo-media-box .media-group {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 26px;
}
.media-group li{}
.media-group iconify-icon{font-size: 24px; color: #FFF;}

.fContact{}
.fContact li{margin-bottom: 0.16rem; display:flex; flex-wrap:nowrap; gap: 0 .1rem;}
.fContact iconify-icon{flex-shrink: 0; margin-top: 1px; font-size: 18px; color: #FFF;}
.fContact p,.fContact a{font-size: 15px; color: #FFF; line-height: 1.5;}
.fContact a:hover{text-decoration: underline;}
@media screen and (max-width:768px) {
  .fContact p,.fContact a{font-size: 14px;}
}
@media screen and (max-width:560px) {
  .fContact p,.fContact a{font-size: 13px;}
}


footer .footer-page {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
}

footer .footer-page .inner-box {
  padding: 2.5% 0 3%;
}

footer .footer-page .inner-box .left-box .text1 {
  color: rgba(255, 255, 255, 0.6);
}

footer .footer-page .inner-box .left-box .text1 span,
footer .footer-page .inner-box .left-box .text1 a,
footer .footer-page .inner-box .right-box .text1 span,
footer .footer-page .inner-box .right-box .text1 a {
  color: rgba(255, 255, 255, 0.6);
}

footer .footer-page .inner-box .left-box .text1:hover span,
footer .footer-page .inner-box .left-box .text1:hover a,
footer .footer-page .inner-box .right-box .text1:hover span,
footer .footer-page .inner-box .right-box .text1:hover a {
  color: #fff;
}

@media (max-width: 1481px) {
  .join-page .section1 .inner-box .group .content-box .text {
    margin: 27px 0;
    line-height: 1.6;
  }
}
@media (max-width: 1280px) {
  .join-page .section1 .inner-box .group .content-box .text {
    margin: 27px 0;
    line-height: 1.4;
    font-size: 14px;
  }
  .index-page .section2 .top-box {
    padding-top: 17.185185vh;
    margin-bottom: 12vh;
  }
  .index-page .section2 .card-box {
    width: 45.776316%;
    top: 50%;
  }
}
@media (max-width: 1200px) {
  .header-leg {
    display: none;
  }
  .pc-header {
    display: none;
  }
  .index-page .section2 .out-wrapper {
    height: auto;
    margin-top: 0;
  }
  .index-page .section2 .out-wrapper .inner-wrapper {
    height: auto;
    padding: 60px 0;
  }
  .index-page .section2 .card-box {
    display: none;
  }
  .index-page .section2 .swiper {
    display: block;
    margin-bottom: 30px;
  }
  .index-page .section2 .top-box {
    margin: 0;
    margin-bottom: 30px;
    padding-top: 0;
  }
  .index-page .section2 .top-box .text2 {
    margin-bottom: 30px;
  }
  .index-page .section2 .data-group {
    margin-left: 0;
    gap: 20px;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .banner-box .pc {
    display: none;
  }
  .banner-box .mo {
    display: block;
  }
  .banner-box .content-box .title {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .wrap1800 {
    width: 90%;
  }
  .black-more,
  .more-btn {
    height: 44px;
    width: 150px;
  }
  .black-btn2,
  .more-btn2 {
    height: 44px;
  }
  .index-page .section3 .swiper-slide .top-text .title,
  .index-page .section5 .block-title,
  .index-page .block-title {
    font-size: 36px;
  }
  .index-page .section1 {
    height: -webkit-calc(100vh - 50px);
    height: -moz-calc(100vh - 50px);
    height: calc(100vh - 50px);
  }
  .index-page .section1 .index-banner .pc {
    display: none;
  }
  .index-page .section1 .index-banner .mo {
    display: block;
  }
  .index-page .section1 .index-banner .swiper-slide {
    height: -webkit-calc(100vh - 50px);
    height: -moz-calc(100vh - 50px);
    height: calc(100vh - 50px);
  }
  .index-page .section1 .index-banner .swiper-slide .banner-img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index-page .section1 .index-banner .swiper-slide .content-box .banner-title {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .index-page .section1 .index-banner-btn-box {
    display: none;
  }
  .index-page .section2 .card-box {
    position: relative;
    width: 100%;
  }
  .index-page .section3 .section3-swiper .btn {
    display: none;
  }
  .index-page .section3 .swiper-slide .bg-img {
    aspect-ratio: auto;
  }
  .index-page .section3 .swiper-slide .pc {
    display: none;
  }
  .index-page .section3 .swiper-slide .mo {
    display: block;
  }
  .index-page .section3 .swiper-slide .top-text {
    padding-top: 40px;
  }
  .index-page .section3 .swiper-slide .top-text .text {
    margin-bottom: 25px;
  }
  .index-page .section4 .wrap1800 {
    padding: 60px 0;
  }
  .index-page .section4 .wrap1800 .list {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-page .section4 .wrap1800 .list .item {
    width: 100%;
  }
  .index-page .section5 {
    padding-bottom: 60px;
  }
  .index-page .section5 .tab-box {
    display: none;
  }
  .index-page .section5 .swiper {
    padding-bottom: 30px;
    width: 90%;
  }
  .index-page .section5 .swiper .swiper-slide .media-box {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  .index-page .section5 .swiper .swiper-slide .title {
    display: block;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
  }
  .index-page .section6 .top-box {
    margin-bottom: 30px;
  }
  .index-page .section6 .inner-box {
    padding-bottom: 60px;
  }
  .index-page .section6 .two-box {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-page .section6 .two-box .line {
    width: 100%;
    height: 1px;
    margin-bottom: 30px;
  }
  .index-page .section6 .two-box .left-box,
  .index-page .section6 .two-box .right-box {
    width: 100%;
  }
  .index-page .section6 .two-box .left-box {
    margin-bottom: 30px;
  }
  .index-page .section7 .wrap1800 {
    padding-bottom: 60px;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .index-page .section7 .wrap1800 .item {
    width: 100%;
  }
  .index-page .section8 .top-box {
    background: url(../images/footer_1_1.webp) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
  }
  .index-page .section8 .top-box .bg-img {
    display: none;
  }
  .index-page .section8 .top-box .content-box {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    padding: 60px 0;
  }
  footer .footer-box .inner-box {
    padding: 30px 0;
  }
  footer .footer-box .top-nav {
    display: none;
  }
  footer .footer-box .bottom-box {
    padding-top: 0;
  }
  /* footer .footer-box .bottom-box .left-box .info-box .item .label {
    width: 60px;
  } */
  footer .footer-box .bottom-box .logo-media-box {
    margin-bottom: 30px;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-box .bottom-box .logo-media-box a {
    margin-bottom: 30px;
  }
  footer .footer-page .inner-box {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.8;
  }
  .join-page .section1 .inner-box {
    padding: 60px 0 0;
  }
  .join-page .section1 .inner-box .block-title2 {
    margin-bottom: 30px;
  }
  .join-page .section1 .inner-box .group {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #FAFAFA;
    border-radius: 10px;
    overflow: hidden;
  }
  .join-page .section1 .inner-box .group .img-box {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .join-page .section1 .inner-box .group .content-box {
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 20px;
  }
  .join-page .section2 .inner-box {
    padding: 60px 0;
  }
  .join-page .section2 .inner-box .block-title2 {
    margin-bottom: 30px;
  }
  .join-page .section2 .inner-box .line {
    margin-bottom: 20px;
  }
  .join-page .section2 .inner-box .ul .li{border-radius:8px;}
  /* .join-page .section2 .inner-box .ul .li .top-box {
    height: 60px;
  } */
  .join-page .section2 .inner-box .ul .li .top-box .title {
    font-size: 15px;
  }
  .join-page .section2 .inner-box .ul .li .top-box .jt-box {
    width: 30px;
    height: 30px;
  }
  .web-chat-page {
    width: 100%;
    right: 0;
    bottom: 0;
  }


  .index-page .section1 .index-banner .swiper-slide .content-box{
      top: 0%;
  -webkit-transform: translateY(0%);
     -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
   padding-top: 30px;
  }
}
@media screen and (max-width:560px) {
  .banner-box .content-box .title {font-size: 16px;}

  .join-page .section2 .inner-box .ul .li .top-box .title{font-size: 14px;}
}








.storeBox{background: #F0F3FA;}
.storeBox .wrap1800{box-sizing: border-box; min-height: 100vh; position: relative;}

.storeMap{position: absolute; top: 0; width: 100%; height: 100%;}
.storeMap img{opacity: .3; width: 80%; height: 100%; object-fit: contain;}

.storeAside{margin-left: auto; width: 28%; position: relative; z-index: 2;}

.mapFilter{}
.mapFilter dt,.mapFilter dd{width: 100%; margin-bottom: .16rem; position: relative;}

.mapFilter_country{padding: 4px 22px 4px 16px; cursor: pointer; background: #FFF; box-sizing: border-box; border-radius:6px; cursor: pointer;}
.mapFilter_country select{padding: 10px 0; font-size: 16px; cursor: pointer;}

.mapFilter_search_store{display:flex; flex-wrap:nowrap; gap: 0 10px;}
.mapFilter_search_store span{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 6px; width: 100%; box-sizing: border-box; border-radius:6px; padding: 0 20px; cursor: pointer; background: #FFF;}
.mapFilter_search_store iconify-icon{flex-shrink: 0; font-size: 0.16rem; color: #333;}
.mapFilter_search_store input{width: 100%; height: 46px; line-height: 46px; font-size: 16px; color: #333; background: none;}

.mapRes{flex-shrink: 0; background: #9B9B9B; padding: 0 16px; display:flex; flex-wrap:wrap; align-items: center; justify-content: center; border-radius:6px; cursor: pointer;}
.mapRes i{font-style: normal; font-size: 15px; color: #FFF;}

.storeListBox{border-radius:6px; background: #FFF;}
.storeList{box-sizing: border-box; height: 65vh; padding: .24rem; overflow-y: auto;}
.storeList::-webkit-scrollbar{width:3px;}

.storeList li{margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #DDD; position: relative;}
.storeList li:last-child{margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
.storeList h5{font-size: 17px; color: #555; font-weight: bold; line-height: 1.5;}

.storeList dl{margin-top: 10px;}
.storeList dt{margin: 5px 0; padding-left: 0.28rem; position: relative;}
.storeList dt::before{content: ''; position: absolute; top: 1px; left: 0; width: 0.18rem; height: 0.18rem;}
.storeList dt a,.storeList dt p{font-size: 15px; color: rgb(0 0 0 / 70%); word-wrap:break-word; line-height: 1.5;}
.storeList dt a:hover{color: var(--color); text-decoration: underline;}

.storeList dt.tel::before{background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23888' d='M9.366 10.682a10.56 10.56 0 0 0 3.952 3.952l.884-1.238a1 1 0 0 1 1.294-.296a11.4 11.4 0 0 0 4.583 1.364a1 1 0 0 1 .921.997v4.462a1 1 0 0 1-.898.995Q19.307 21 18.5 21C9.94 21 3 14.06 3 5.5q0-.807.082-1.602A1 1 0 0 1 4.077 3h4.462a1 1 0 0 1 .997.921A11.4 11.4 0 0 0 10.9 8.504a1 1 0 0 1-.296 1.294zm-2.522-.657l1.9-1.357A13.4 13.4 0 0 1 7.647 5H5.01Q5 5.25 5 5.5C5 12.956 11.044 19 18.5 19q.25 0 .5-.01v-2.637a13.4 13.4 0 0 1-3.668-1.097l-1.357 1.9a12.5 12.5 0 0 1-1.588-.75l-.058-.033a12.56 12.56 0 0 1-4.702-4.702l-.033-.058a12.4 12.4 0 0 1-.75-1.588'/%3E%3C/svg%3E") no-repeat center; background-size: contain;}
.storeList dt.mail::before{background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23888' d='M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zM20 8l-7.475 4.675q-.125.075-.262.113t-.263.037t-.262-.037t-.263-.113L4 8v10h16zm-8 3l8-5H4zM4 8v.25v-1.475v.025V6v.8v-.012V8.25zv10z'/%3E%3C/svg%3E") no-repeat center; background-size: contain;}
.storeList dt.add::before{background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23888' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3Cpath d='M12 2a8 8 0 0 0-8 8c0 1.892.402 3.13 1.5 4.5L12 22l6.5-7.5c1.098-1.37 1.5-2.608 1.5-4.5a8 8 0 0 0-8-8'/%3E%3C/g%3E%3C/svg%3E") no-repeat center; background-size: contain;}

@media screen and (max-width:1440px) {
  .storeMap img{width: 72%;}
  .storeAside{width: 32%;}
  .mapFilter_country select,.mapFilter_search_store input{font-size: 14px;}
  .mapFilter_country{padding: 4px 18px 4px 16px}
  .storeList h5{font-size: 16px;}
}
@media screen and (max-width:1200px) {
  .storeList h5{font-size: 15px;}
  .storeList dt a, .storeList dt p{font-size: 14px;}
  .mapFilter_search_store iconify-icon{font-size: 14px;}
}
@media screen and (max-width:1024px) {
  .storeMap img{width: 45%; height: 50%;}
  .storeAside{width: 60%;}
}
@media screen and (max-width:768px) {
  .storeMap{position: initial;}
  .storeMap img{width: 100%; height: auto;}
  .storeAside{width: 100%;}
  .storeList{height: auto;}
}






