html, body {
  position: relative;
  height: 100%;
  font-size: 100px;
}
.container{
  height: 100%;
}
.container{
  min-width: 1280px;
  overflow-x:auto;
}
.fullPage_title{
  width:100%;
  height:468px;
  overflow: hidden;
  position: relative;
  background:#000;
}
.fullPage_title .background-scene {
  width:1200px;
  height:600px;
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
  margin:auto;
  overflow: hidden;
  z-index:1;
}
.fullPage_title canvas{
  width:1800px !important;
  height:900px !important;
  position: absolute;
  left:50%;
  margin-left:-900px;
  margin-top:-450px;
  top:50%;

}
/* å¤§æ–‡å­— åŠ¨ç”»æ•ˆæžœ */
.fullPage_title .title{
  position: absolute;
  z-index: 2;
  width:100%;
  height:85%;
  top:40%;
  left:0;

}
.fullPage_title .font-ol-title_ZH{
  position: relative;
  overflow: hidden;
  width:250px;
  height:60px;
  margin:0 auto;
}
.fullPage_title .font-ol-title_ZH .f{
  width:250px;
  height:60px;
  margin:0 auto;
}
.fullPage_title .font-ol-title_ZH .o{
  vertical-align: top;
  overflow: hidden;
}
.fullPage_title .font-ol-title_ZH span{
  font-size:60px;
  font-weight: 500;
  color:#FFF;
  transition: all .5s ease;
  display: block;
}
.fullPage_title .font-ol-title_ZH span{
  -webkit-transform: translate(0px, 55px);
  transform: translate(0px, 55px);
}

.is_loaded .fullPage_title .font-ol-title_ZH span{
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.fullPage_title .font-ol-title_EN{
  position: relative;
  overflow: hidden;
  width:450px;
  height:75px;
  margin:0 auto;
}
.fullPage_title .font-ol-title_EN .f{
  height:75px;
  width:450px;
  margin:0 auto;
}
.fullPage_title .font-ol-title_EN .o{
  vertical-align: top;
  overflow: hidden;
}
.fullPage_title .font-ol-title_EN span{
  font-size:40px;
  /* font-weight: 600; */
  color:#FFF;
  transition: all .5s ease;
  display: block;
}
.fullPage_title .font-ol-title_EN span{
  -webkit-transform: translate(0px, 300px);
  transform: translate(0px, 300px);
}

.is_loaded .fullPage_title .font-ol-title_EN span{
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
/* title æ•´è¡Œæ–‡å­—åŠ¨ç”» */
.fullPage_title .font-ol-info{
  display: block;
  text-align: center;
  font-size: 24px;
  color: #fff;
  width: 650px;
  height: 30px;
  margin: 0 auto;
}
.fullPage_title .font-ol-info .f{
  height:100%;
}
.fullPage_title .font-ol-info .o{

  height:100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.fullPage_title .font-ol-info span{
  height:100%;
  display: inline-block;
  transition: all .5s ease;
  -webkit-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}
.is_loaded .fullPage_title .font-ol-info span{
  -webkit-transform: translate(0px, 2px);
  -webkit-transition-delay:.4s;
  transform: translate(0px, 2px);
  transition-delay:.4s;
}



/* å‰¯æ ‡é¢˜ åŠ¨ç”» */

.little_title  .font-ol-title_ZN{
  width:100px;
  height:35px;
  color:#1f2022;
  font-size:18px;
  font-weight:600;
  overflow: hidden;
}
.little_title  .font-ol-title_EN{
  margin-bottom: 50px;
  width:500px;
  height:75px;
  color:#1f2022;
  font-size:65px;
  /* font-weight:600; */
  overflow: hidden;
  text-align: left;
  line-height: 80px;
}
.little_title  .font-ol-title_ZN .f{
  height:20px;
  width:100px;
}
.little_title  .font-ol-title_ZN .o{
  vertical-align: top;
  overflow: hidden;
}
.little_title  .font-ol-title_ZN span{
  font-size:18px;
  font-weight: 500;
  color:#000;
  transition: transform .5s ease;
  display: block;
}
.little_title .font-ol-title_ZN span{
  -webkit-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

.little_title  .font-ol-title_EN .f{
  width:500px;
  height:70px;
}
.little_title  .font-ol-title_EN .o{
  vertical-align: top;
  overflow: hidden;
}
.little_title .font-ol-title_EN span{
  font-size:50px;
  color:#000;
  transition: transform .5s ease;
  display: block;
}
.little_title .font-ol-title_EN span{
  -webkit-transform: translate(0px, 90px);
  transform: translate(0px, 90px);
}
.down-line-green {
  margin-left: 50px;
}
.down-line-green::after {
  margin-left: 20px;
  border-bottom: 0.02rem solid rgba(0, 196, 255, 1);
  content: "";
  position: absolute;
  width: 1rem;
  left: 0.3rem;
}
/* joinus åŠ å…¥æˆ‘ä»¬ */

.joinUs{
  width:100%;
  padding:75px 0;
}
.joinUs .content{
  width: 100%;
  margin:0 auto;
  overflow: hidden;
}
.is_loaded .joinUs.little_title .font-ol-title_ZN span{
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.is_loaded .joinUs.little_title .font-ol-title_EN span{
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.common_content {
  height:inherit;
  display: none;
}
.all{
  display: block;
}
.common_content  ul{
  width:99%;
}
.common_content li{
  width:100%;
  margin:0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.common_content .f{
  width:100%;

}
.common_content .o{
  vertical-align: top;
  overflow: hidden;
}
.common_content  ul{
  transition: all 500ms ease;
  height:inherit;
  background:#fff;
  box-shadow: 10px 10px 0px #e3e3e3;
  margin-bottom:30px;
}
.common_content  li .tt{
  width:100%;
  height:100px;
}
.common_content  li h3{
  float:left;
  color:#2e2f36;
  font-size: 24px;
  font-weight: 500;
  line-height: 100px;
  text-indent:2em;
}
.common_content  li h3 span{
  font-size: 14px;
  color: #8f8f8f;
  font-weight: normal;
}
.common_content  li  i{
  float:right;
  margin-right:20px;
  margin-top:36px;
  width:27px;
  height: 27px;
  background:url(https://bfc-media.domobcdn.com/www/arrow_open.png) no-repeat;
  background-size: 100%;
  transition: all 500ms ease;
}
.common_content .cur  li  i{

  background:url(https://bfc-media.domobcdn.com/www/arrow_close.png) no-repeat;
  background-size: 100%;
}
.common_content li .cn{
  padding: 0 48px;
  display: none;
}
.common_content .cur li .cn{
  display: block;
}
.common_content li .line span{
  display: block;
  height:4px;
  width:55px;
  background: #2e2f36;

}
.common_content li h4{
  color:#2e2f36;
  font-size: 18px;
  font-weight: 500;
  height:60px;
  line-height: 60px;
}
.common_content li  .duty p{
  font-size:16px;
  color:#878787;
  line-height: 32px;
}
.common_content li .mail,
.common_content li .mail a
{
  width:100%;
  height:100px;
  color:#2e2f36;
  font-size: 24px;
  font-weight: 500;
  line-height: 100px;
  text-indent:2em;
}


.common_content ul{
  opacity: 0;
  -webkit-transform: translate(0px, 220px);
  transform: translate(0px, 220px);
}
.active.common_content ul{
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.null{
  padding-left: 10px;
  color: #878787;
}

a {
  text-decoration: none;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  /* font-weight: bold; */
}
a:active {
  color: #000;
}
.title-text {
  font-weight: bold;
  font-size: 38px;
  line-height: 50px;
  letter-spacing: 0.02em;
  color: #000;
  margin-bottom: 24px;
}
.contain--3T12j {
  width: 1200px;
  margin: auto;
  position: relative;
}
.header-img--GfEHj {
  margin-top: 160px;
  width: 1200px;
  height: 240px;
}
.about-header--3mjeO {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 200;
}
.header-container--wEtrw {
  position: absolute;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 335px;
  margin-left: 80px;
  top: 213px;
}
.header-container-text1--3y5St {
  font-family: OPPOSans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  position: relative;
  letter-spacing: 1px;
  color: #fff;
  opacity: 0.8;
}
.header-container-text2--1mtKJ {
  margin-top: 16px;
  width: 335px;
  height: 1px;
  background: #fff;
  mix-blend-mode: normal;
  opacity: 0.2;
}
.header-container-text3--2uXF8 {
  width: 350px;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 42px;
  margin-top: 4px;
  letter-spacing: 1px;
  color: #fff;
}
.header-container-text4--2O0_e {
  width: 340px;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 1px;
  color: #fff;
}
.culture-container--3jCUy {
  margin-top: 80px;
}
.response-container--1eYGR {
  margin-top: 80px;
}
.footer--A4Sos {
  opacity: 1;
  left: 0;
  min-width: 1200px;
  width: 100%;
  height: 200px;
  position: relative;
  background-color: black;
}
.contact-container--2oG12 {
  width: 1200px;
  margin: auto;
  margin-top: 9vh;
}


join-container {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  position: relative;
}
.inner-header {
  position: absolute;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  width: 456px;
  z-index: 100;
  left: 50%;
  margin-left: -228px;
  margin-top: 28vh;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.join-message {
  font-size: 36px;
  line-height: 47px;
}
.join-message-sub {
  margin-top: 16px;
  letter-spacing: 24px;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.join-message-sub .inner-line {
  background: #fff;
  opacity: 0.3;
  height: 0.75px;
  z-index: 2000;
  width: 38.29px;
}
.join-button {
  margin-top: 29px;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  width: 144px;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  z-index: 200;
}
.join-button:hover {
  opacity: 0.8;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
}
.inner-logo--31pBX {
  width: 16.28px;
  height: 18px;
}
.inner-text {
  margin-left: 7px;
}
.video {
  -webkit-filter: grayscale(10%);
  filter: grayscale(10%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-message {
  margin-top: -8px;
  margin-left: 15px;
  width: 370px;
  text-align: center;
}
.mask {
  position: absolute;
  background-color: black;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.video-container {
  height: 80.7vh;
  width: 100%;
  overflow: hidden;
  background-color: #f9f9f9;
}


.title-text {
  font-weight: bold;
  font-size: 38px;
  line-height: 50px;
  letter-spacing: 0.02em;
  color: #000;
  margin-bottom: 24px;
}
.header--lw6P- {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}
.container--2VHQ3 {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.footer--3WME9 {
  margin-top: 71px;
  opacity: 1;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 200px;
  position: relative;
  background-color: black;
}


.banner-container--15xCD {
  padding-top: 122px;
  width: 100%;
  top: 160px;
  height: 460px;
}
.banner-img--17Grr {
  width: 100%;
}
.banner--2F49L {
  padding-top: 0px;
  position: absolute;
  opacity: 0;
  width: 100%;
  top: 38px;
  height: 460px;
  -webkit-transition: opacity 0.6s linear,
  width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1),
  height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition: opacity 0.6s linear,
  width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1),
  height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: opacity 0.6s linear,
  width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1),
  height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  transform-origin: top center;
  overflow: hidden;
  z-index: 19;
}
.empty-background--3wqWV {
  position: absolute;
  background-color: #f9f9f9;
  width: 1200px;
  height: 360px;
  z-index: -10;
}
.empty-img--K9T2g {
  width: 150px;
  height: 172px;
  opacity: 0.05;
  position: absolute;
  margin: 60px auto;
  right: 0;
  left: 0;
}
.right--3lT4c {
  position: absolute;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 80px;
  margin-left: 80px;
}
.right--3lT4c .time--3JPI0 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
  color: #fff;
  opacity: 0.8;
}
.right--3lT4c .line--1Cq6M {
  width: 395px;
  height: 1px;
  background: #fff;
  opacity: 0.2;
  margin-top: 16px;
}
.right--3lT4c .title--gT0ji {
  width: 430px;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 12px;
}
.right--3lT4c .link--1qfHY {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 12px;
  cursor: pointer;
}
.sub-container {
  position: absolute;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 100px;
  right: 50px;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 26;
  overflow: hidden;
}
.sub-container .line--1Cq6M {
  width: 1px;
  height: 45px;
  background: #fff;
  opacity: 0.3;
  margin-top: 8px;
}
.sub-container .time-container--3H9Cq {
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.805031px;
  color: #fff;
  opacity: 0.6;
  cursor: pointer;
}
.sub-container .choose-container--SywMu {
  color: black;
  font-weight: 800;
  text-align: center;
  line-height: 34px;
  font-size: 12px;
  background: #fff;
  border-radius: 73.2579px;
  width: 80px;
  height: 34px;
}


.news-container--10geK {
  margin-top: 120px;
  width: 100%;
}
.news-display--19pfC {
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.news-block-wrap--1Y5ZX:hover .news-block--WT9-B {
  top: -15px;
}
.news-block--WT9-B {
  width: 384px;
  position: relative;
  margin-top: 48px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  padding: 0;
}
.news-block--WT9-B .image--2mCxe {
  border-radius: 20px;
  width: 384px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-block--WT9-B .title--3tTIf {
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-block--WT9-B .text--qFRK4 {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #777e87;
  overflow: hidden;
  font-weight: normal !important;
}
.news-block--WT9-B .time--3Gf0J {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06em;
  color: #afb6be;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: normal !important;
}
.add-more--3yVwq {
  margin-top: 87px;
  font-weight: 500;
  font-size: 14.2857px;
  line-height: 19px;
  text-align: center;
  color: #afb6be;
}

















.apple-banner {
  width: 100%;
  height: 720px;
  overflow: hidden;
}
.apple-banner .swiper-container-employee {
  margin-top: -40px;
  width: 100%;
  height: 800px;
}
.swiper-button-prev,.swiper-button-next{
  width: 15%;
  height: 100%;
  top:0;
  background:none;
}
.swiper-button-prev{
  left:0;}
.swiper-button-next{
  right:0;}
.swiper-button-prev span,.swiper-button-next span{
  display:block;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top:-32px;
  border-radius: 100%;
  background: rgba(180,180,180,0.25) url(../images/arrows.png) no-repeat center 17px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.swiper-button-next span{
  background: rgba(180,180,180,0.25) url(../images/arrows.png) no-repeat center -71px;
  left:auto;
  right:20px;
}
.swiper-button-prev:hover span,.swiper-button-next:hover span{
  opacity: .6;
}
/*分页器*/
.apple-banner .swiper-pagination{
  top:auto;
  bottom:50px;
  background:none;
}
.apple-banner  .swiper-pagination-bullet {
  display: inline-block;
  width: 50px;
  height: 30px;
  margin: 0 3px;
  cursor: pointer;
  background: none;
  border-radius:0;
  opacity: 1;
}
.apple-banner  .swiper-pagination-bullet span {
  width: 50px;
  height: 2px;
  display: block;
  background: rgba(128,128,128,0.2);
}
.apple-banner .swiper-pagination-bullet-active span{
  background:gray;
}
.apple-banner .autoplay .swiper-pagination-bullet-active span{
  background: rgba(128,128,128,0.2);
}
.apple-banner  .swiper-pagination-bullet i{
  background: gray;
  height: 2px;
  transform:scaleX(0);
  transform-origin: 0;
  display: block;
}
.apple-banner .autoplay .firsrCurrent i{
  transition:transform 2.9s linear;
  transform:scaleX(1);
}
.apple-banner .autoplay .current i{
  transition:transform 4s linear;
  transform:scaleX(1);
}
.apple-banner  .autoplay .replace span{
  background:gray;
}
/*内容样式*/

.slide1 {
  /* background: #000 url(../images/screen2_bg@2x.jpg) no-repeat 100% 100%; */
  background-size: 100% 100%;
}

.slide1 .title {
  text-align: center;
  margin-top: 100px;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
}

.slide2 {
  /* background: #f3f3f3 url(../images/screen3_bg@2x.jpg) no-repeat 100% 100%; */
  background-size: 100% 100%;
}

.slide2 .title {
  padding-top: 100px;
  text-align: center;
}

.slide2 h2 {
  bottom: 100px;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  position: absolute;
  width: 100%;
}

.slide3 {
  /* background: #fff url(../images/screen4_bg@2x.jpg) no-repeat 100% 100%; */
  background-size: 100% 100%;
}

.slide3 .title {
  text-align: center;
  margin-top: 100px;
  font-size: 40px;
  font-weight: normal;
}








[data-v-25c28420]::-webkit-scrollbar {
  display: none;
}
nav[data-v-25c28420] {
  height: 1rem;
  left: 0;
  background: transparent;
  position: fixed;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  width: 100%;
  overflow-y: auto;
  user-select: none;
}
.nav-bg[data-v-25c28420] {
  background: rgba(255, 255, 255, 1);
  height: 100%;
  position: absolute;
  width: 100%;
}
.container[data-v-25c28420] {
  align-content: flex-start;
  display: flex;
  height: auto;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  overflow-y: auto;
}
.fake-nav[data-v-25c28420] {
  height: 1rem;
  background: transparent;
  position: relative;
  width: 100%;
}
nav a[data-v-25c28420] {
  text-decoration: none;
  color: rgba(68, 68, 68, 1);
}
nav a[data-v-25c28420]:link {
  text-decoration: none;
  color: rgba(68, 68, 68, 1);
}
nav a[data-v-25c28420]:visited {
  text-decoration: none;
  color: rgba(68, 68, 68, 1);
}
nav a[data-v-25c28420]:hover {
  text-decoration: none;
  color: rgba(28, 156, 222, 1);
}
nav a[data-v-25c28420]:active {
  text-decoration: none;
  color: rgba(28, 156, 222, 1);
}
.logo[data-v-25c28420] {
  cursor: pointer;
  display: flex;
  margin-left: 6vw;
  margin-top: 25%;
  height: 0.39rem;
  transform: translateY(-50%);
  vertical-align: top;
}
.path-container[data-v-25c28420] {
  height: 2.5rem;
  justify-content: space-between;
  max-width: 70%;
  overflow: auto;
  position: fixed;
  right: 4%;
}
.path-container li[data-v-25c28420] {
  position: relative;
}
.path-container li > ul[data-v-25c28420] {
  display: none;
}
.path-container li:hover > ul[data-v-25c28420] {
  display: block;
}
.link[data-v-25c28420] {
  color: rgba(68, 68, 68, 1);
  cursor: pointer;
  font-size: 0.2rem;
  font-family: Arial;
  font-weight: 400;
  height: 1rem;
  min-width: 1.61rem;
  vertical-align: top;
  text-align: center;
  line-height: 1rem;
  overflow: hidden;
}
.link[data-v-25c28420]:hover::after {
  animation: scale-wider-data-v-25c28420 0.5s ease forwards;
  border-top: solid 0.02rem rgba(28, 156, 222, 1);
  bottom: 0.25rem;
  content: "";
  display: block;
  left: 20%;
  position: absolute;
  width: 60%;
}
@keyframes scale-wider-data-v-25c28420 {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.link[data-v-25c28420]:hover {
  background: white;
  color: rgba(28, 156, 222, 1);
}
.arrow[data-v-25c28420] {
  display: inline-block;
  margin-left: 0.05rem;
  vertical-align: middle;
  width: 0.14rem;
}
.sub-list[data-v-25c28420] {
  background: rgba(255, 255, 255, 1);
  position: fixed;
}

/* mobile */
@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {
  nav[data-v-25c28420] {
    background: rgba(255, 255, 255, 1);
    height: 0.8rem;
    left: 0;
    opacity: 1;
    position: fixed;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    width: 100%;
  }
  .fake-nav[data-v-25c28420] {
    height: 0.8rem;
    background: transparent;
    position: relative;
    width: 100%;
  }
  .logo[data-v-25c28420] {
    margin-top: 0.42rem;
    height: 0.31rem;
  }
  .menu-container[data-v-25c28420] {
    min-height: 0.8rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.58rem;
  }
  .menu-btn[data-v-25c28420] {
    height: 0.26rem;
    right: 0.26rem;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    top: 0.22rem;
    position: absolute;
    width: 0.32rem;
  }
  .rotate-90[data-v-25c28420] {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .droplist[data-v-25c28420] {
    box-shadow: 0 0.03rem 0.25rem -0.02rem rgba(0, 0, 0, 0.14);
    position: fixed;
    height: auto;
    right: 0;
    top: 0.78rem;
    opacity: 1;
    transform: translateZ(100px);
    -webkit-transform: translateZ(100px);
  }
  .dropitem[data-v-25c28420] {
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
    font-size: 0.16rem;
    height: 0.9rem;
    line-height: 0.9rem;
    position: relative;
    text-align: center;
    width: 2rem;
  }
  .dropitem[data-v-25c28420]:hover::after {
    animation: scale-wider-data-v-25c28420 0.5s ease forwards;
    border-top: solid 0.02rem rgba(28, 156, 222, 1);
    bottom: 0.2rem;
    content: "";
    display: block;
    left: 20%;
    position: absolute;
    width: 60%;
  }
  .dropitem[data-v-25c28420]:active::after {
    animation: scale-wider-data-v-25c28420 0.5s ease forwards;
    border-top: solid 0.02rem rgba(28, 156, 222, 1);
    bottom: 0.2rem;
    content: "";
    display: block;
    left: 20%;
    position: absolute;
    width: 60%;
  }
  .dropitem .sub-menu[data-v-25c28420] {
    display: none;
  }
  .dropitem:hover .sub-menu[data-v-25c28420] {
    display: block;
  }
  /* .dropitem:active .sub-menu {
          display: block;
      } */
  .sub-menu[data-v-25c28420] {
    position: absolute;
    right: 2rem;
    top: 0;
  }
  .arrow[data-v-25c28420] {
    left: 0.15rem;
    top: 50%;
    margin-top: -0.06rem;
    vertical-align: middle;
    width: 0.13rem;
    height: 0.06rem;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}


footer[data-v-57e6cfa7] {
  background-size: 100% 100%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 2.21rem;
  text-align: center;
  width: 100%;
}
footer a[data-v-57e6cfa7],
footer a[data-v-57e6cfa7]:link,
footer a[data-v-57e6cfa7]:visited,
footer a[data-v-57e6cfa7]:hover,
footer a[data-v-57e6cfa7]:active {
  text-decoration: none;
  color: white;
}
.footer .nav[data-v-57e6cfa7] {
  font-size: 0.18rem;
  font-family:Helvetica Neue;
  font-weight:400;
  color:rgba(255,255,255,1);
  width: 100%;
  white-space: nowrap;
}
.footer .nav-item[data-v-57e6cfa7] {
  display: inline-block;
  font-size: 0.21rem;
  padding-right: 0.1rem;
  /* padding: 0 0.1rem 0 0.1rem; */
}
.footer .nav-item a[data-v-57e6cfa7] {
  cursor: pointer;
}
.footer .linkus[data-v-57e6cfa7] {
  max-width: 80%;
  margin: 0 auto;
}
.footer .linkus-item[data-v-57e6cfa7] {
  display: inline-block;
  font-size: 0.18rem;
}
.footer .icp[data-v-57e6cfa7] {
  font-size: 0.18rem;
  font-family:Helvetica Neue;
  font-weight:400;
  color:rgba(255,255,255,1);
  width: 100%;
}
.footer .license[data-v-57e6cfa7] {
  text-decoration: none;
}
.footer .license a[data-v-57e6cfa7],
.footer .license a[data-v-57e6cfa7]:link,
.footer .license a[data-v-57e6cfa7]:visited,
.footer .license a[data-v-57e6cfa7]:hover,
.footer .license a[data-v-57e6cfa7]:active {
  color: white;
  display: inline-block;
  font-size: 0.14rem;
  height: 0.2rem;
  margin-top: 0.2rem;
  margin-right: 0.2rem;
  line-height: 0.2rem;
}
.footer .license a *[data-v-57e6cfa7] {
  color: white;
  display: inline-block;
  vertical-align: middle;
}
.footer .icon[data-v-57e6cfa7] {
  vertical-align: bottom;
  width: 0.26rem;
}

/* -- mobile -- */
@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {
  footer[data-v-57e6cfa7] {
    color: white;
    height: 0.9rem;
    padding: 0.001rem;
    text-align: center;
    width: 100%;
  }
  .nav[data-v-57e6cfa7] {
    display: none;
  }
  .linkus[data-v-57e6cfa7] {
    display: none;
  }
  .footer .icp[data-v-57e6cfa7] {
    font-size: 0.14rem;
    margin: 0 auto;
    min-width: 2.84rem;
    max-width: 80%;
  }
  .footer .license[data-v-57e6cfa7] {
    display: none;
  }
}
/* -- mobile end --*/

.develop[data-v-3d9bed76] {
  position: relative;
}
.header[data-v-3d9bed76] {
  overflow: hidden;
  position: relative;
}
.header-bg[data-v-3d9bed76] {
  animation: scale-out-little 3s 0.5s linear forwards;
}
.mask[data-v-3d9bed76] {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-text[data-v-3d9bed76] {
  left: 0;
  position: absolute;
  top: 4.07rem;
}
main section[data-v-3d9bed76] {
  margin-top: 1.3rem;
}
.title[data-v-3d9bed76] {
  padding: 0;
  opacity: 0;
}
.header[data-v-3d9bed76] {
  margin-top: 0;
}
main h2[data-v-3d9bed76] {
  position: relative;
}
main .main-title[data-v-3d9bed76] {
  font-size: 0.6rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  position: relative;
}
main .main-title[data-v-3d9bed76]::after {
  border-bottom: 0.02rem solid rgba(0, 196, 255, 1);
  content: "";
  margin-top: 0.15rem;
  position: absolute;
  width: 1.79rem;
  bottom: -0.1rem;
  left: 0;
}
main .sub-title[data-v-3d9bed76] {
  font-size: 1.6rem;
  font-weight: bold;
  color: rgba(0, 177, 255, 1);
  opacity: 0.1;
}
main .content[data-v-3d9bed76] {
  opacity: 0;
}
main .appear .title[data-v-3d9bed76] {
  animation: slide-in-resver 1s 0.2s ease-out forwards;
}
main .appear .content[data-v-3d9bed76] {
  animation: slide-in-resver 1s 0.2s ease-out forwards;
}
@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {
  .header-text[data-v-3d9bed76] {
    left: 0;
    position: absolute;
    top: 0.71rem;
  }
  .header-bg[data-v-3d9bed76] {
    animation: none;
    display: block;
  }
  main section[data-v-3d9bed76] {
    background: rgba(247, 254, 255, 1);
    margin-top: 0.53rem;
  }
  main .title[data-v-3d9bed76] {
    opacity: 1;
    padding: 0;
  }
  main .main-title[data-v-3d9bed76] {
    font-size: 0.24rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
  }
  main .main-title[data-v-3d9bed76]::after {
    border-bottom: 0.02rem solid rgba(0, 196, 255, 1);
    content: "";
    margin-top: 0.15rem;
    position: absolute;
    width: 0.71rem;
    bottom: -0.1rem;
    left: 0;
  }
  main .sub-title[data-v-3d9bed76] {
    font-size: 0.5rem;
    font-weight: bold;
    color: rgba(0, 177, 255, 1);
    opacity: 0.1;
    right: 0;
  }
  main .content[data-v-3d9bed76] {
    opacity: 1;
  }
  main .appear .title[data-v-3d9bed76] {
    animation: none;
  }
  main .appear .content[data-v-3d9bed76] {
    animation: none;
  }
}

.work[data-v-3d9bed76] {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  height: 7.4rem;
  position: relative;
  width: 100%;
}
.bg[data-v-3d9bed76] {
  /* height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 9.06rem; */
  object-fit: contain;
}
.text-wrapper[data-v-3d9bed76] {
  background: #f5fefb;
  font-size: 0.32rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  padding: 1.19rem 0.6rem;
  width: 45%;
  height: 100%;
  line-height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.text-wrapper .title[data-v-3d9bed76] {
  padding: 0;
}
.sub-title[data-v-3d9bed76] {
  /* right: 0.54rem; */
  position: absolute;
  top: -0.93rem;
}
.content[data-v-3d9bed76] {
  font-size: 0.2rem;
  font-weight: 300;
  color: rgba(78, 78, 78, 1);
  margin-top: 0.8rem;
}
.content h3[data-v-3d9bed76] {
  font-size: 0.32rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 0.21rem;
}
@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {
  .work[data-v-3d9bed76] {
    display: block;
    height: auto;
    padding: 0;
    width: 100%;
  }
  .text-wrapper[data-v-3d9bed76] {
    background: #f5fefb;
    height: auto;
    padding: 0;
    width: 100%;
    margin-top: 0.39rem;
    padding: 0.18rem;
  }
  .sub-title[data-v-3d9bed76] {
    left: auto;
    position: absolute;
    top: -0.52rem;
  }
  .content[data-v-3d9bed76] {
    font-size: 0.14rem;
    font-weight: 300;
    color: rgba(78, 78, 78, 1);
  }
  .content h3[data-v-3d9bed76] {
    font-size: 0.19rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
  }
  .bg[data-v-3d9bed76] {
    position: relative;
    width: 100%;
  }
}

.develop[data-v-2bd9b260] {
  position: relative;
}
.header[data-v-2bd9b260] {
  overflow: hidden;
  position: relative;
}
.header-bg[data-v-2bd9b260] {
  animation: scale-out-little 3s 0.5s linear forwards;
}
.mask[data-v-2bd9b260] {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-text[data-v-2bd9b260] {
  left: 0;
  position: absolute;
  top: 4.07rem;
}
main section[data-v-2bd9b260] {
  margin-top: 1.3rem;
}
.title[data-v-2bd9b260] {
  padding: 0;
  opacity: 0;
}
.header[data-v-2bd9b260] {
  margin-top: 0;
}
main h2[data-v-2bd9b260] {
  position: relative;
}
main .main-title[data-v-2bd9b260] {
  font-size: 0.6rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  position: relative;
}
main .main-title[data-v-2bd9b260]::after {
  border-bottom: 0.02rem solid rgba(0, 196, 255, 1);
  content: "";
  margin-top: 0.15rem;
  position: absolute;
  width: 1.79rem;
  bottom: -0.1rem;
  left: 0;
}
main .sub-title[data-v-2bd9b260] {
  font-size: 1.6rem;
  font-weight: bold;
  color: rgba(0, 177, 255, 1);
  opacity: 0.1;
}
main .content[data-v-2bd9b260] {
  opacity: 0;
}
main .appear .title[data-v-2bd9b260] {
  animation: slide-in-resver 1s 0.2s ease-out forwards;
}
main .appear .content[data-v-2bd9b260] {
  animation: slide-in-resver 1s 0.2s ease-out forwards;
}
@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {
  .header-text[data-v-2bd9b260] {
    left: 0;
    position: absolute;
    top: 0.71rem;
  }
  .header-bg[data-v-2bd9b260] {
    animation: none;
    display: block;
  }
  main section[data-v-2bd9b260] {
    background: rgba(247, 254, 255, 1);
    margin-top: 0.53rem;
  }
  main .title[data-v-2bd9b260] {
    opacity: 1;
    padding: 0;
  }
  main .main-title[data-v-2bd9b260] {
    font-size: 0.24rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
  }
  main .main-title[data-v-2bd9b260]::after {
    border-bottom: 0.02rem solid rgba(0, 196, 255, 1);
    content: "";
    margin-top: 0.15rem;
    position: absolute;
    width: 0.71rem;
    bottom: -0.1rem;
    left: 0;
  }
  main .sub-title[data-v-2bd9b260] {
    font-size: 0.5rem;
    font-weight: bold;
    color: rgba(0, 177, 255, 1);
    opacity: 0.1;
    right: 0;
  }
  main .content[data-v-2bd9b260] {
    opacity: 1;
  }
  main .appear .title[data-v-2bd9b260] {
    animation: none;
  }
  main .appear .content[data-v-2bd9b260] {
    animation: none;
  }
}

.grow-up[data-v-2bd9b260] {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 6.76rem;
  width: 100%;
}
.bg[data-v-2bd9b260] {
  height: 100%;
  object-fit: contain;
  width: 10.14rem;
}
.text-wrapper[data-v-2bd9b260] {
  background: rgba(247, 254, 255, 1);
  font-size: 0.32rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  padding: 1.19rem 0.6rem;
  width: 9.06rem;
}
.text-wrapper .title[data-v-2bd9b260] {
  padding: 0;
}
.sub-title[data-v-2bd9b260] {
  /* right: 0.54rem; */
  left: 3.91rem;
  white-space: nowrap;
  position: absolute;
  top: -0.93rem;
}
.content[data-v-2bd9b260] {
  cursor: pointer;
  font-size: 0.22rem;
  font-weight: 300;
  color: rgba(78, 78, 78, 1);
  margin-top: 0.6rem;
}
.content h3[data-v-2bd9b260] {
  font-size: 0.32rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 0.21rem;
}
.is-selected h3[data-v-2bd9b260] {
  color: rgba(29, 167, 252, 1);
}
.is-selected h3[data-v-2bd9b260]::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.12rem solid transparent;
  border-right: 0.12rem solid transparent;
  border-left: 0.12rem solid rgba(29, 167, 252, 1);
  border-bottom: 0.12rem solid transparent;
  margin-left: 0.25rem;
}
@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {
  .grow-up[data-v-2bd9b260] {
    display: block;
    height: auto;
    padding-bottom: 0.2rem;
  }
  .title[data-v-2bd9b260] {
    margin: 0.18rem;
  }
  .sub-title[data-v-2bd9b260] {
    left: auto;
    position: absolute;
    top: -0.3rem;
  }
  .growup-swpier[data-v-2bd9b260] {
    margin-top: 0.2rem;
  }
  .swiper-container-employee[data-v-2bd9b260] {
    padding-bottom: 0.1rem;
  }
  .growup-slide[data-v-2bd9b260] {
    width: 3.34rem;
    height: 4.42rem;
    display: block;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0.03rem 0.06rem 0.03rem rgba(0, 0, 0, 0.16);
    font-size: 0.14rem;
    font-weight: 300;
    color: rgba(78, 78, 78, 1);
    opacity: 1;
    border-radius: 0.06rem;
    padding: 0.25rem 0.17rem 0 0.17rem;
    margin: 0 auto;
  }
  .growup-slide h3[data-v-2bd9b260] {
    font-size: 0.19rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0.1rem;
  }
  .img-mobile[data-v-2bd9b260] {
    width: 100%;
  }
}

.develop[data-v-38bc913f] {
  position: relative;
}
.header[data-v-38bc913f] {
  overflow: hidden;
  position: relative;
}
.header-bg[data-v-38bc913f] {
  animation: scale-out-little 3s 0.5s linear forwards;
}
.mask[data-v-38bc913f] {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-text[data-v-38bc913f] {
  left: 0;
  position: absolute;
  top: 4.07rem;
}
main section[data-v-38bc913f] {
  margin-top: 1.3rem;
}
.title[data-v-38bc913f] {
  padding: 0;
  opacity: 0;
}
.header[data-v-38bc913f] {
  margin-top: 0;
}
main h2[data-v-38bc913f] {
  position: relative;
}
main .main-title[data-v-38bc913f] {
  font-size: 0.6rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  position: relative;
}
main .main-title[data-v-38bc913f]::after {
  border-bottom: 0.02rem solid rgba(0, 196, 255, 1);
  content: "";
  margin-top: 0.15rem;
  position: absolute;
  width: 1.79rem;
  bottom: -0.1rem;
  left: 0;
}
main .sub-title[data-v-38bc913f] {
  font-size: 1.6rem;
  font-weight: bold;
  color: rgba(0, 177, 255, 1);
  opacity: 0.1;
}
main .content[data-v-38bc913f] {
  opacity: 0;
}
main .appear .title[data-v-38bc913f] {
  animation: slide-in-resver 1s 0.2s ease-out forwards;
}
main .appear .content[data-v-38bc913f] {
  animation: slide-in-resver 1s 0.2s ease-out forwards;
}
@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {
  .header-text[data-v-38bc913f] {
    left: 0;
    position: absolute;
    top: 0.71rem;
  }
  .header-bg[data-v-38bc913f] {
    animation: none;
    display: block;
  }
  main section[data-v-38bc913f] {
    background: rgba(247, 254, 255, 1);
    margin-top: 0.53rem;
  }
  main .title[data-v-38bc913f] {
    opacity: 1;
    padding: 0;
  }
  main .main-title[data-v-38bc913f] {
    font-size: 0.24rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
  }
  main .main-title[data-v-38bc913f]::after {
    border-bottom: 0.02rem solid rgba(0, 196, 255, 1);
    content: "";
    margin-top: 0.15rem;
    position: absolute;
    width: 0.71rem;
    bottom: -0.1rem;
    left: 0;
  }
  main .sub-title[data-v-38bc913f] {
    font-size: 0.5rem;
    font-weight: bold;
    color: rgba(0, 177, 255, 1);
    opacity: 0.1;
    right: 0;
  }
  main .content[data-v-38bc913f] {
    opacity: 1;
  }
  main .appear .title[data-v-38bc913f] {
    animation: none;
  }
  main .appear .content[data-v-38bc913f] {
    animation: none;
  }
}

.life[data-v-38bc913f] {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 6.96rem;
  width: 100%;
}
.bg[data-v-38bc913f] {
  height: 100%;
  object-fit: contain;
  width: 7.86rem;
}
.text-wrapper[data-v-38bc913f] {
  background: transparent;;
  font-size: 0.32rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  padding: 1.19rem 1.5rem;
  width: 11.34rem;
}
.sub-title[data-v-38bc913f] {
  /* right: 0.54rem; */
  position: absolute;
  top: -0.93rem;
}
.content[data-v-38bc913f] {
  font-size: 0.22rem;
  font-weight: 300;
  color: rgba(78, 78, 78, 1);
  margin-top: 0.6rem;
}
.content h3[data-v-38bc913f] {
  font-size: 0.32rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 0.21rem;
}
@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {
  .life[data-v-38bc913f] {
    display: block;
    height: auto;
    padding: 0;
    width: 100%;
  }
  .text-wrapper[data-v-38bc913f] {
    background: rgba(247, 254, 255, 1);
    height: auto;
    padding: 0;
    width: 100%;
    margin-top: 0.39rem;
    padding: 0.18rem;
  }
  .sub-title[data-v-38bc913f] {
    left: 1.41rem;
    position: absolute;
    top: -0.34rem;
  }
  .content[data-v-38bc913f] {
    font-size: 0.14rem;
    font-weight: 300;
    color: rgba(78, 78, 78, 1);
  }
  .content h3[data-v-38bc913f] {
    font-size: 0.19rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
  }
  .bg[data-v-38bc913f] {
    width: 100%;
  }
}

.develop[data-v-d9dc32da] {
  position: relative;
}
.header[data-v-d9dc32da] {
  overflow: hidden;
  position: relative;
}
.header-bg[data-v-d9dc32da] {
  animation: scale-out-little 3s 0.5s linear forwards;
}
.mask[data-v-d9dc32da] {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-text[data-v-d9dc32da] {
  left: 0;
  position: absolute;
  top: 4.07rem;
}
main section[data-v-d9dc32da] {
  margin-top: 1.3rem;
}
.title[data-v-d9dc32da] {
  padding: 0;
  opacity: 0;
}
.header[data-v-d9dc32da] {
  margin-top: 0;
}
main h2[data-v-d9dc32da] {
  position: relative;
}
main .main-title[data-v-d9dc32da] {
  font-size: 0.6rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  position: relative;
}
main .main-title[data-v-d9dc32da]::after {
  border-bottom: 0.02rem solid rgba(0, 196, 255, 1);
  content: "";
  margin-top: 0.15rem;
  position: absolute;
  width: 1.79rem;
  bottom: -0.1rem;
  left: 0;
}
main .sub-title[data-v-d9dc32da] {
  font-size: 1.6rem;
  font-weight: bold;
  color: rgba(0, 177, 255, 1);
  opacity: 0.1;
}
main .content[data-v-d9dc32da] {
  opacity: 0;
}
main .appear .title[data-v-d9dc32da] {
  animation: slide-in-resver 1s 0.2s ease-out forwards;
}
main .appear .content[data-v-d9dc32da] {
  animation: slide-in-resver 1s 0.2s ease-out forwards;
}
@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {
  .header-text[data-v-d9dc32da] {
    left: 0;
    position: absolute;
    top: 0.71rem;
  }
  .header-bg[data-v-d9dc32da] {
    animation: none;
    display: block;
  }
  main section[data-v-d9dc32da] {
    background: rgba(247, 254, 255, 1);
    margin-top: 0.53rem;
  }
  main .title[data-v-d9dc32da] {
    opacity: 1;
    padding: 0;
  }
  main .main-title[data-v-d9dc32da] {
    font-size: 0.24rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
  }
  main .main-title[data-v-d9dc32da]::after {
    border-bottom: 0.02rem solid rgba(0, 196, 255, 1);
    content: "";
    margin-top: 0.15rem;
    position: absolute;
    width: 0.71rem;
    bottom: -0.1rem;
    left: 0;
  }
  main .sub-title[data-v-d9dc32da] {
    font-size: 0.5rem;
    font-weight: bold;
    color: rgba(0, 177, 255, 1);
    opacity: 0.1;
    right: 0;
  }
  main .content[data-v-d9dc32da] {
    opacity: 1;
  }
  main .appear .title[data-v-d9dc32da] {
    animation: none;
  }
  main .appear .content[data-v-d9dc32da] {
    animation: none;
  }
}

.title[data-v-d9dc32da] {
  padding: 0 0.6rem;
}
.main-title[data-v-d9dc32da] {
  position: relative;
}
.banner-wrapper[data-v-d9dc32da] {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: auto;
  margin-top: 0.6rem;
  width: 100%;
  opacity: 0;
}
.section.appear .banner-wrapper[data-v-d9dc32da] {
  animation: slide-in-resver 1s 0.2s ease-out forwards;
}
.banner[data-v-d9dc32da] {
  height: 4.6rem;
  overflow: hidden;
  position: relative;
  width: 45%;
}
.wider[data-v-d9dc32da] {
  width: 55%;
}
.bg[data-v-d9dc32da] {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg-color[data-v-d9dc32da] {
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.text-wrapper[data-v-d9dc32da] {
  font-size: 0.32rem;
  font-weight: 400;
  height: 100%;
  width: 100%;
  padding: 0.9rem;
  position: relative;
  color: rgba(255, 255, 255, 1);
}
.text-wrapper h3[data-v-d9dc32da] {
  font-size: 0.5rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0.58rem;
}
.text-wrapper p[data-v-d9dc32da] {
  opacity: 0;
}
.banner:hover .bg-color[data-v-d9dc32da] {
  opacity: 1;
}
.banner:hover .text-wrapper p[data-v-d9dc32da] {
  animation: slide-in-resver 0.3s 0.2s linear forwards;
}
.banner:hover .bg-color[data-v-d9dc32da] {
  animation: slide-in-resver 0.3s linear forwards;
}
@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {
  .title[data-v-d9dc32da] {
    margin: 0.18rem;
  }
  .sub-title[data-v-d9dc32da] {
    left: auto;
    position: absolute;
    top: -0.4rem;
  }
  .happy-swpier[data-v-d9dc32da] {
    margin-top: 0.2rem;
    padding-bottom: 0.1rem;
  }
  .happy-slide[data-v-d9dc32da] {
    width: 3.34rem;
    height: 4.42rem;
    display: block;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
    font-size: 0.14rem;
    font-weight: 300;
    color: rgba(78, 78, 78, 1);
    opacity: 1;
    overflow: hidden;
    border-radius: 0.06rem;
    margin: 0 auto;
  }
  .happy-slide h3[data-v-d9dc32da] {
    font-size: 0.19rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0.1rem;
  }
  .img-mobile[data-v-d9dc32da] {
    height: 2.31rem;
    object-fit: cover;
    width: 100%;
  }
  .happy-text[data-v-d9dc32da] {
    padding: 0.38rem 0.45rem 0.17rem 0.16rem;
  }
}

.develop[data-v-389eaedf] {
  position: relative;
}
.header[data-v-389eaedf] {
  overflow: hidden;
  position: relative;
}
.header-bg[data-v-389eaedf] {
  animation: scale-out-little 3s 0.5s linear forwards;
}
.mask[data-v-389eaedf] {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-text[data-v-389eaedf] {
  left: 0;
  position: absolute;
  top: 4.07rem;
}
main section[data-v-389eaedf] {
  margin-top: 1.3rem;
}
.title[data-v-389eaedf] {
  padding: 0;
  opacity: 0;
}
.header[data-v-389eaedf] {
  margin-top: 0;
}
main h2[data-v-389eaedf] {
  position: relative;
}
main .main-title[data-v-389eaedf] {
  font-size: 0.6rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  position: relative;
}
main .main-title[data-v-389eaedf]::after {
  border-bottom: 0.02rem solid rgba(0, 196, 255, 1);
  content: "";
  margin-top: 0.15rem;
  position: absolute;
  width: 1.79rem;
  bottom: -0.1rem;
  left: 0;
}
main .sub-title[data-v-389eaedf] {
  font-size: 1.6rem;
  font-weight: bold;
  color: rgba(0, 177, 255, 1);
  opacity: 0.1;
}
main .content[data-v-389eaedf] {
  opacity: 0;
}
main .appear .title[data-v-389eaedf] {
  animation: slide-in-resver 1s 0.2s ease-out forwards;
}
main .appear .content[data-v-389eaedf] {
  animation: slide-in-resver 1s 0.2s ease-out forwards;
}
@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {
  .header-text[data-v-389eaedf] {
    left: 0;
    position: absolute;
    top: 0.71rem;
  }
  .header-bg[data-v-389eaedf] {
    animation: none;
    display: block;
  }
  main section[data-v-389eaedf] {
    background: rgba(247, 254, 255, 1);
    margin-top: 0.53rem;
  }
  main .title[data-v-389eaedf] {
    opacity: 1;
    padding: 0;
  }
  main .main-title[data-v-389eaedf] {
    font-size: 0.24rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
  }
  main .main-title[data-v-389eaedf]::after {
    border-bottom: 0.02rem solid rgba(0, 196, 255, 1);
    content: "";
    margin-top: 0.15rem;
    position: absolute;
    width: 0.71rem;
    bottom: -0.1rem;
    left: 0;
  }
  main .sub-title[data-v-389eaedf] {
    font-size: 0.5rem;
    font-weight: bold;
    color: rgba(0, 177, 255, 1);
    opacity: 0.1;
    right: 0;
  }
  main .content[data-v-389eaedf] {
    opacity: 1;
  }
  main .appear .title[data-v-389eaedf] {
    animation: none;
  }
  main .appear .content[data-v-389eaedf] {
    animation: none;
  }
}

.culture[data-v-389eaedf] {
  padding: 0 0.6rem;
  margin-top: 2.25rem;
}
.sub-title[data-v-389eaedf] {
  position: absolute;
  top: -0.5rem;
  text-align: right;
}
.card-wrapper[data-v-389eaedf] {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 1.12rem;
  opacity: 0;
  position: relative;
  width: 100%;
}
.card-wrapper .title-wrapper[data-v-389eaedf] {
  font-size: 0.32rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
.selection[data-v-389eaedf] {
  align-content: flex-end;
  display: flex;
  margin-bottom: 0.6rem;
  justify-content: space-between;
}
.is-selected[data-v-389eaedf] {
  color: rgba(29, 167, 252, 1);
  cursor: pointer;
}
.is-selected[data-v-389eaedf]::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.12rem solid transparent;
  border-right: 0.12rem solid transparent;
  border-left: 0.12rem solid rgba(29, 167, 252, 1);
  border-bottom: 0.12rem solid transparent;
  margin: auto 0;
  margin-left: 0.25rem;
}
.card[data-v-389eaedf] {
  bottom: 0.34rem;
  height: 4.1rem;
  position: absolute;
  right: 0;
  width: 15rem;
}
.q_mark[data-v-389eaedf] {
  height: 0.85rem;
  left: 1.04rem;
  position: absolute;
  width: 1.05rem;
}
.card .text-wrapper[data-v-389eaedf] {
  bottom: 0;
  width: 100%;
  position: absolute;
  height: 3.4rem;
  background: rgba(226, 251, 255, 1);
  padding-left: 3rem;
}
.card h4[data-v-389eaedf] {
  font-size: 0.5rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
.card pre[data-v-389eaedf] {
  font-size: 0.3rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  margin-top: 0.53rem;
  white-space: pre-wrap;
}
.card .icon[data-v-389eaedf] {
  bottom: 0;
  height: 5.77rem;
  position: absolute;
  right: 0;
  width: 7.5rem;
}
.appear .card-wrapper[data-v-389eaedf] {
  animation: slide-in-resver 1s 0.2s ease-out forwards;
}
@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {
  .culture[data-v-389eaedf] {
    margin-top: 0.57rem;
    padding: 0;
  }
  .title[data-v-389eaedf] {
    margin: 0.18rem;
  }
  .sub-title[data-v-389eaedf] {
    left: auto;
    position: absolute;
    top: -0.48rem;
  }
  .culture-swpier[data-v-389eaedf] {
    padding-bottom: 0.5rem;
  }
  .culture-slide[data-v-389eaedf] {
    width: 3rem;
    height: 3.95rem;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }
  .icon[data-v-389eaedf] {
    height: 1.63rem;
    left: 50%;
    margin-left: -1.06rem;
    position: absolute;
    top: 0;
    width: 2.11rem;
  }
  .slide-text[data-v-389eaedf] {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
    opacity: 1;
    border-radius: 0.06rem;
    bottom: 0;
    height: 3.13rem;
    overflow: hidden;
    padding: 0.93rem 0.31rem 0 0.31rem;
    position: absolute;
    text-align: center;
    width: 3rem;
  }
  .q_mark[data-v-389eaedf] {
    height: 0.39rem;
    left: 0.22rem;
    top: 1.41rem;
    width: 0.48rem;
  }
  .slide-title[data-v-389eaedf] {
    bottom: 0;
    left: 0;
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 0.7rem;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    width: 100%;
    height: 0.7rem;
    background: rgba(92, 33, 116, 1);
    opacity: 1;
  }
}

.develop[data-v-2b36c41a] {
  position: relative;
}
.header[data-v-2b36c41a] {
  overflow: hidden;
  position: relative;
}
.header-bg[data-v-2b36c41a] {
  animation: scale-out-little 3s 0.5s linear forwards;
}
.mask[data-v-2b36c41a] {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-text[data-v-2b36c41a] {
  left: 0;
  position: absolute;
  top: 4.07rem;
}
main section[data-v-2b36c41a] {
  margin-top: 1.3rem;
}
.title[data-v-2b36c41a] {
  padding: 0;
  opacity: 0;
}
.header[data-v-2b36c41a] {
  margin-top: 0;
}
main h2[data-v-2b36c41a] {
  position: relative;
}
main .main-title[data-v-2b36c41a] {
  font-size: 0.6rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  position: relative;
}
main .main-title[data-v-2b36c41a]::after {
  border-bottom: 0.02rem solid rgba(0, 196, 255, 1);
  content: "";
  margin-top: 0.15rem;
  position: absolute;
  width: 1.79rem;
  bottom: -0.1rem;
  left: 0;
}
main .sub-title[data-v-2b36c41a] {
  font-size: 1.6rem;
  font-weight: bold;
  color: rgba(0, 177, 255, 1);
  opacity: 0.1;
}
main .content[data-v-2b36c41a] {
  opacity: 0;
}
main .appear .title[data-v-2b36c41a] {
  animation: slide-in-resver 1s 0.2s ease-out forwards;
}
main .appear .content[data-v-2b36c41a] {
  animation: slide-in-resver 1s 0.2s ease-out forwards;
}
@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {
  .header-text[data-v-2b36c41a] {
    left: 0;
    position: absolute;
    top: 0.71rem;
  }
  .header-bg[data-v-2b36c41a] {
    animation: none;
    display: block;
  }
  main section[data-v-2b36c41a] {
    background: rgba(247, 254, 255, 1);
    margin-top: 0.53rem;
  }
  main .title[data-v-2b36c41a] {
    opacity: 1;
    padding: 0;
  }
  main .main-title[data-v-2b36c41a] {
    font-size: 0.24rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
  }
  main .main-title[data-v-2b36c41a]::after {
    border-bottom: 0.02rem solid rgba(0, 196, 255, 1);
    content: "";
    margin-top: 0.15rem;
    position: absolute;
    width: 0.71rem;
    bottom: -0.1rem;
    left: 0;
  }
  main .sub-title[data-v-2b36c41a] {
    font-size: 0.5rem;
    font-weight: bold;
    color: rgba(0, 177, 255, 1);
    opacity: 0.1;
    right: 0;
  }
  main .content[data-v-2b36c41a] {
    opacity: 1;
  }
  main .appear .title[data-v-2b36c41a] {
    animation: none;
  }
  main .appear .content[data-v-2b36c41a] {
    animation: none;
  }
}

.work-wm{
  /* border-bottom: 2px solid #f3e8e8; */
  margin-bottom: 50px;
}
.work-flex{
  display: flex;
  justify-content: space-between!important;
  align-items: center;
}
.grow-up-work-father{
  width: 65%;
  padding: 50px 0.6rem 50px 1rem;
}

.grow-up-life-father{
  width: 75%;
  padding: 50px 0.6rem;
  margin-left: 22%;
}
.grow-up-work-left{
  background-color: #f5fefb;
  width: 60%;
  height: 100%;
  border-radius: 20px;
}
.grow-up-work-right{
  background-color:#e1e1e1;
  width: 50%;
  height: 80%;
  line-height: 80%;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  /* background:url(../images/homepage_title_background4.jpg) no-repeat;
  background-size:100% 100%; */
}
.grow-up-work-title{
  /* margin-bottom: 40px; */
  padding: 0px 1rem;
}
.grow-up-work-right2{
  /* background:url(../images/homepage_title_background3.jpg) no-repeat;
  background-size:100% 100%; */
}
.grow-up-work-small-title{
  font-size: 0.2rem;
  font-weight: 300;
  color: rgba(78, 78, 78, 1);
  margin-top: 0.6rem;
}
/* .grow-up-work-small-title .title1,.title2,.title{
  font-size: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
} */
.right-icon{
  display: none;
  width: 10px;
  height: 25px;
}
.content-msg{
  font-size: 16px;
  color: #838584;
}
.is-show-right{
  display: block;
}

.happy-wm{
  display: flex;
  flex-direction: column;
}
.fours{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%
}
.fours .one,.two,.three,.four{
  width: 50%;
  height: 50%
}
.fours .one{
  background-color: #33b187;
}
.fours .two{
  background-color: #e4bc5d;
}
.fours .three{
  background-color: #e15ebb;
}
.fours .four{
  background-color: #5de3e2;
}
.crux-list{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.crux-list .crux-left .ones ,.twos ,.threes,.fourss ,.six {
  font-size: 25px;
  width: 150px;
  height: 85px;
  /* line-height: 85px; */
  display: flex;
  align-items: center;
}

.crux-list .crux-left img {
  height: 25px;
  width: 10px;
  margin-top: 5px;
  margin-left: 15px;
}
.crux-list .crux-right{
  width: 70%;
  height: 100%;
  /* background-color: #34b187; */
}
.crux-right .wenhua-title{
  position: absolute;
  left: 10%;
  top: 38%;
}
/* .crux-right img{
  position: absolute;
  top: -60%;
  right: 10%;
  width: 4.5rem;
  height: 3.7rem;
} */
.hover-keyword:hover{
  color: #33b187;
  cursor: pointer;
}
/* 点击谁谁高亮的公共类名 */
.green-colors{
  color: #509981;
}
.is-no-imgs{
  display: none;
}
.black-dot {
  width: 10px;
  height: 10px;
  margin-top: 8px;
  margin-right: 10px;
  margin-bottom: 5px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
}
.wm-in-work{
  animation: identifier 1s 0.2s ease both;
}
@keyframes identifier {
  0%{
    opacity: 0;
    transform: translateY(100%);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}

.happy-wm-bg-color{
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
@keyframes slide-in-resver {
  0%{
    opacity: 0;
    transform: translateY(100%);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}
.crux-right2,.crux-right3,.crux-right4,.crux-right1{
  position: absolute;
  right: 0.6rem;
  /* top: 0px; */
  top: 50%;
    transform: translateY(-50%);
  opacity: 0;
}

.life-in-wm{
  position: absolute;
  background-color: #f5fefb;
  width: 45%;
  height: 75%;
  border-radius: 20px;
  z-index: 10;
}

.life-in-wm-right{
  position: absolute;
  right: 0.6rem;
  padding-left: 130px;
}

// ... 现有代码保持不变 ...

/* 添加Swiper相关样式 */

.swiper-wrapper {
  width: 95%;
  height: auto;
}

.swiper-slide {
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
  width: 98%;
  flex-shrink: 0;
}

.swiper-slide img {
  width: 92%;
  height: auto;
}

/* Swiper导航按钮样式 */
.honor-swiper-button-prev,
.honor-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honor-swiper-button-prev {
  left: 30px;
}

.honor-swiper-button-next {
  right: 30px;
}

/* Swiper分页器样式 */
.honor-swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.honor-swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.honor-swiper-pagination-bullet-active {
  background-color: #258062;
}

/* 确保图片保持原始比例 */
.honor-swiper-slide .honor-img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-container-employee {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}