/* ==== common ==== */

.container {
  width: 100%;
  font-family: "PingFang-SC-Regular", Verdana, Arial, Helvetica, sans-serif;
  width: 1280px;
  margin: 0 auto;
}

.row {
  display: flex;
}

.fp-watermark {
  display: none;
}

.button {
  display: inline-block;
  line-height: 48px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none !important;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 0;
  padding: 0 40px;
  height: 48px;
  background: linear-gradient(270deg, #4ba8ee, #337ce6);
  border-radius: 24px;
}

textarea,
input {
  border: none;
}

textarea:focus,
input:focus {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
  background-color: transparent !important;
}

/* ==== fixed-header ==== */

.fixed-header {
  width: 100%;
  padding: 21.75px 60px 21.75px 101px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background: #000;
  color: #F0EFEF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fixed-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
}

.fixed-header .logo {
  width: 120px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.fixed-header #menu .langWrap .langImg {
  width: 24px;
  height: auto;
  margin-right: 6px;
}

.fixed-header #menu .langWrap .down {
  width: 7px;
  height: 6px;
  margin-left: 13px;
}

.fixed-header .menu-group {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.fixed-header .menu-group .logo img {
  width: 100%;
}

.fixed-header #menu {
  display: flex;
  align-items: center;
  font: normal normal 600 16px/30px PingFang HK;
}

.fixed-header #menu li {
  position: relative;
}

.fixed-header #menu a {
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  color: #f0efef;
  text-align: center;
}

.fixed-header #menu a:hover {
  color: #fff;
}

.fixed-header #menu li {
  margin-right: 87px;
}

.fixed-header #menu li:last-child {
  margin-right: 0;
}

.fixed-header #menu .langWrap {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

/* .fixed-header #menu .langWrap>span {
  margin: 0 13px 0 19px;
} */

.fixed-header #menu .langWrap img {
  display: inline-block;
  width: 20px;
  height: 13px;
  /* UI Properties */
  border-radius: 4px;
}

.fixed-header #menu .langWrap .selectPc {
  width: 7px;
  height: 7px;
}

.fixed-header #menu .selectProjectWrap:hover .selectProject,
.fixed-header #menu .selectKnowWrap:hover .selectKnow,
.fixed-header #menu .langWrap:hover .selectLangWrap {
  /* display: block; */
  height: auto;
  padding: 10px 0;
  overflow: initial;
}

.downSelect {
  position: absolute;
  top: 35px;
  left: 50%;
  transition: .2s;
  transform: translate(-50%, 0);
  z-index: 999;
  /* display: none; */
  background: #000000;
  /* background: url(../img/home/langBg.png) no-repeat 100% 100%; */
  width: 210px;
  border-radius: 20px;
  height: 0px;
  /* padding-top: 27px; */
  overflow: hidden;
  box-sizing: border-box;
}

.downSelect::before {
  display: block;
  content: ' ';
  border-left: 20px solid transparent;
  border-bottom: 20px solid #000000;
  border-right: 20px solid transparent;
  /* border-left: 0;
  border-bottom: 0; */
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%, 0);
}

.downSelect .selectLang {
  /* width: 200px; */
  display: flex;
  align-items: center;
  /* background: rgba(0, 0, 0, 0.8); */
  border-radius: 10px;
  font-size: 14px;
  padding: 0 10px;
  justify-content: center;
  font: normal normal normal 14px/36px PingFang SC;
}

.selectLangWrap .selectLang {
  padding-left: 32px;
  justify-content: flex-start;
}

.downSelect .selectLang:hover {
  /* background: rgba(0, 0, 0, 0.8); */
  background: linear-gradient(270deg, #4ba8ee, #337ce6);
}

.selectLangWrap .selectLang img {
  margin-right: 12px;
}

.fixed-header .testPlay {
  margin-left: 80px;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  position: relative;
  background: none;
}

.fixed-header .testPlay::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(270deg, #4ba8ee, #337ce6);
  border-radius: 6px;
  z-index: -1;
  transform: skew(-9deg);
}

/* ==== home section ==== */

/* .home {
  padding-top: 110px;
} */

.home-box,
.homeCarousel {
  height: 100%;
}

.homeCarousel {
  width: 100%;
}

.home-box .swiperBg1,
.home-box .swiperBg2 {
  width: 100%;
  /* height: 100%; */
  margin-top: 91.5px;
  height: calc(100% - 91.5px);
  background-image: url("../img/comm/bg-zh1.jpg");
  /* background-color: #f3f4f8; */
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.home-box .swiperBg2 {
  background-image: url("../img/comm/bg-zh3.jpg");
  /* background-color: #f3f4f8; */
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.home-en .swiperBg1 {
  background-image: url("../img/comm/bg-en1.jpg");
  /* background-color: #f3f4f8; */
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.home-en .swiperBg2 {
  background-image: url("../img/comm/bg-en3.jpg");
  /* background-color: #f3f4f8; */
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.home .container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home .container .icon-group {
  width: 660px;
  height: 262px;
  background-image: url("../img/home/FBSports.png");
}

.home .container .nowStart {
  margin-top: 33.47px;
  width: 260px;
  height: 56px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 52px;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  font-size: 20px;
  color: #000000;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
}


.project {
  padding-left: 50px;
}

.project .projectWrap .left {
  float: left;
  width: 380px;
}

.project .projectWrap .center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.project .projectWrap .title {
  font-size: 42px;
  font-family: PingFangSC-Semibold;
}

.project .projectWrap .left .content {
  font: normal normal normal 18px/32px PingFang SC;
  margin-top: 20px;
}

.project .projectWrap .left img {
  width: 344px;
  height: 109px;
  margin-top: 474px;
}

.project .projectWrap .rightImg {
  width: 716px;
  height: 635px;
  margin-left: 90px;
  float: left;
  margin-top: 120px;
}

.no2 {
  flex-direction: column;
}

.no2 img {
  width: 1300px;
}

.no2 .title {
  width: 100%;
  padding-left: 200px;
}


body .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
body .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 0;
}

body .swiper-pagination-vertical.swiper-pagination-bullets,
body .swiper-vertical>.swiper-pagination-bullets {
  left: 0%;
  right: initial;
}

body .swiper-pagination-bullet {
  background: rgba(255, 255, 255);
  opacity: 0.4;
}

body .swiper-pagination-bullet-active {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
}

.main-features {
  padding-left: 400px;
  padding-right: 400px;
  display: flex;
  transition: .2s;
}

.main-features__item {
  width: 436px;
  height: 100vh;
  opacity: 0.2;
  position: relative;
  cursor: pointer;
}

.main-features__item .itemTit,
.main-features__item .itemContent {
  display: none;
}

.main-features__item .itemTit {
  font-size: 42px;
  font-family: PingFangSC-Semibold;
  position: absolute;
  left: -403px;
  top: 169px;
}

.main-features__item .itemContent {
  font: normal normal normal 18px/32px PingFang SC;
  position: absolute;
  left: -403px;
  top: 287px;
}


.main-features__item.active .itemTit,
.main-features__item.active .itemContent {
  display: block;
}

.main-features__item.active {
  opacity: 1;

}

.main-features__item .imgHandle {
  width: 436px;
  height: 100%;
}

.brand {
  padding-top: 91px;
}

.brand .title {
  margin-top: 29px;
  font-size: 42px;
  font-family: PingFangSC-Semibold;
}

.brand .subtitle {
  margin-top: 19px;
  font: normal normal normal 18px/32px PingFang SC;
}

.brand .imgWrap {
  height: 662px;
  position: relative;
  margin-top: 27px;
  /* margin-left: -74px; */
}

.brand .imgWrap img {
  width: 100px;
  height: 50px;
  margin: 0 74px 30px 0;
}

.brand .imgWrap img[data-name] {
  cursor: pointer;
}

.footer {
  padding-top: 91.5px;
  font-size: 12px;
  background: #262626 0% 0% no-repeat padding-box;
}

.footer .gli {
  display: flex;
  align-items: center;
}

.footer .gli img {
  margin-right: 41px;
}

.footer .gli .sub {
  width: 658px;
  font: normal normal normal 12px/28px PingFang SC;
}

.footer .menuWrap {
  margin-top: 175px;
  display: flex;
  justify-content: space-around;
  font-size: 14px;
}

.footer .menuWrap .menuList a {
  margin-bottom: 13px;
  display: block;
  color: #fff;
}

.footer .menuWrap .menuList .sub {
  font: normal normal 600 14px/28px PingFang SC;
  margin-bottom: 19.5px;
}

.bottomWrap {
  margin-top: 143px;
  text-align: center;
}

.bottomWrap .footerImg {
  width: 200px;
  display: none;
}


.footer .subTile {
  width: 724px;
  text-align: center;
  color: #828282;
  opacity: 1;
  line-height: 24px;
  margin: 38px auto 0;
  text-align: center;
}

#go-to-top {
  position: fixed;
  right: 67px;
  bottom: 67px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.mainWrap {
  padding-bottom: 255px;
  padding-top: 90px;
}

.mainTitle {
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
  font-size: 42px;
  margin-top: 110px;
}

.mainContent {
  margin-top: 52.5px;
  color: #FFFFFF;
  font: normal normal normal 18px/38px PingFang SC;
}

.about {
  padding: 183px 0 111px 0;
}

.about .mainTitle {
  margin-top: 0;
}

.about .mainContent {
  margin-top: 15px;
  font: normal normal normal 18px/38px PingFang SC;
}

.yearWrap {
  /* width: 1651px; */
  height: 1961px;
  background: url(../img/comm/about.png) no-repeat;
  margin-top: 212px;
  padding: 87px 0 0;
  background-size: 100% auto;
}

.yearTextWrap {
  display: flex;
  justify-content: space-between;
}

.yearTextWrap>div {
  width: 350px;
}

.yearDevelop {
  margin-top: 278.5px;
  position: relative;
}

.yearDevTextWrap {
  display: flex;
  height: auto;
  /* width: 230px; */
  width: 450px;
  position: absolute;
}

.yearDevTextWrap img {
  width: 30px;
  height: auto;
}

.year {
  margin-top: 17px;
  font: normal normal normal 40px/39px HeadLineA;
}

.yearText {
  margin-top: 4px;
  font: normal normal normal 14px/28px PingFang SC;
}

.year2024 {
  left: 734px;
  top: 40px;
}

.year2023 {
  left: 764px;
  top: 200px;
}

.year2021 {
  top: 510px;
  left: 670px;
  flex-direction: row-reverse;
  text-align: right;
  justify-content: flex-end;
}

.year2016 {
  top: 747px;
  left: 410px;
  flex-direction: row-reverse;
  text-align: right;
  justify-content: flex-end;
}

.year2015 {
  top: 970px;
  left: 590px;
  flex-direction: row-reverse;
  text-align: right;
  justify-content: flex-end;
}

.year2009 {
  top: 1170px;
  left: 460px;
  flex-direction: row-reverse;
  text-align: right;
  justify-content: flex-end;
}

.countryWrap {
  margin-top: 89.5px;
  display: flex;
  justify-content: space-between;
}

.countryWrap .left {
  width: 240px;
}

.countryWrap .right {
  flex: 1;
  position: relative;
}

.subTit {
  font-size: 32px;
  font-family: PingFangSC-Semibold;
}

.country {
  margin-top: 60px;
  font: normal normal normal 18px/32px PingFang SC;
}

.countryWrap .right img {
  margin-top: 67px;
}

.countryWrap .right .imgTxt {
  position: absolute;
  bottom: 44px;
  left: 50%;
  font: normal normal 600 24px/56px PingFang SC;
  transform: translate(-50%, 0);
}

.contactWrap {
  padding-top: 110px;
}

.projectWrap .projectMain {
  padding-left: 100px
}

.projectWrap,
.projectMain {
  height: 100vh;
}

.projectWrap .swiper-slide {
  padding-top: 169px;
}

body .pagination-left .swiper-pagination-vertical.swiper-pagination-bullets,
body .pagination-left .swiper-vertical>.swiper-pagination-bullets {
  left: 7%;
}

.projectWrap .title {
  font-size: 42px;
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
}

.projectWrap .subtitle {
  font: normal normal normal 18px/38px PingFang SC;
  color: #FFFFFF;
  width: 450px;
  margin-top: 19.5px;
}


.projectWrap .listBox {
  width: 1070px;
  margin-top: 70px;
  display: flex;
  justify-content: space-around;
}

.projectWrap .list {
  width: 250px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font: normal normal normal 18px/38px PingFang SC;
}

.projectWrap .list img {
  margin-bottom: 45px;
}

.projectWrap .list div {
  text-align: left;
}

.projectWrap .list2 {
  background: url(../img/project/page2.png) no-repeat;
  background-position: center;
  background-size: auto 100%;
  position: relative;
}

.projectWrap .list2 .contentWrap {
  width: 358px;
  height: 551px;
  position: absolute;
  bottom: 0;
  right: 22%;
}

.projectWrap .subP {
  padding: 4px 20px;
  background: #2E2E2E 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 99px #00000052;
  border-radius: 28px;
  font: normal normal 600 19px/40px PingFang SC;
  color: #FFFFFF;
  position: absolute;
}

.projectWrap .subP1 {
  top: 100px;
  left: -200px;
}

.projectWrap .subP2 {
  top: 192px;
  left: -120px;
}

.projectWrap .subP3 {
  top: 182px;
  right: -160px;
}

.projectWrap .list3 {
  background: url(../img/project/page3.png) no-repeat;
  background-position: center;
  background-size: auto 100%;
  position: relative;
}

.projectWrap .list3 .contentWrap {
  /* width: 847px;
  height: 606px;
  position: absolute;
  bottom: 0;
  right: 10%; */
  max-width: 847px;
  width: 53%;
  max-height: 606px;
  position: absolute;
  bottom: 0;
  right: 10%;
}

.projectWrap .list3 .contentWrap img {
  width: 100%;
}

.projectWrap .list4 {
  background: url(../img/project/page3.png) no-repeat;
  background-position: center;
  background-size: auto 100%;
  position: relative;
}

.projectWrap .list4 .contentWrap {
  width: 50%;
  max-width: 772px;
  max-height: 689px;
  position: absolute;
  bottom: 0;
  right: 10%;
}

.projectWrap .list4 .contentWrap img {
  width: 100%;
}

.experience .h5,
.experience .pc {
  background: url(../img/experience/bg.png) no-repeat;
  background-position: center;
  background-size: auto 100%;
  position: relative;
}

.experience .nowStart {
  padding: 14px 48px;
  background: #FFFFFF;
  text-align: center;
  color: #000000;
  font-size: 20px;
  border-radius: 52px;
  display: inline-block;
  margin-top: 40px;
  letter-spacing: 1.2px;
  font-family: PingFangSC-Semibold;
}

.experience .title {
  font-size: 42px;
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
}

.experience .subtitle {
  font: normal normal normal 18px/38px PingFang SC;
  color: #FFFFFF;
  width: 450px;
  margin-top: 19.5px;
}

.experience,
.experienceMain {
  height: 100vh;
}

.experience .swiper-slide {
  padding-top: 169px;
}

.experience .img1 {
  position: absolute;
  right: 133px;
  bottom: 0;
  width: 358px;
  height: 551px;
}

.experience .img2 {
  width: 266px;
  height: 157px;
  position: absolute;
  right: 0;
  bottom: 307px;
}

.experience .experienceMain .container {
  position: relative;
  height: 100%;
}

.experience .img3 {
  width: 845px;
  position: absolute;
  right: 0px;
  bottom: 266px;
}

.experience .img4 {
  width: 279px;
  height: 315px;
  position: absolute;
  right: 780px;
  bottom: 56px;
}

.experience .img5 {
  width: 850px;
  height: 437px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.cooperation,
.cooperationMain {
  height: 100vh;
}

.cooperation .swiper-slide {
  padding-top: 169px;
}

.cooperation .title {
  font-size: 42px;
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
}

.cooperation .container {
  position: relative;
}

.cooperation .listWrap .list {
  display: inline-block;
  vertical-align: middle;
  width: 235px;
}

.cooperation .listWrap .list img {
  transform: translate(-50%, 0);
  position: relative;
  left: 50%;
  height: 216px;
}

.cooperation .listWrap .list div {
  width: 220px;
  text-align: center;
}

.cooperation .listWrap:last-child {
  margin-top: 40px;
}

.cooperation .rightLine {
  position: absolute;
  right: 125px;
  margin-top: 20px;
}

.cooperation .listContent {
  position: relative;
  width: 950px;
  margin: 0 auto;
}

.cooperation .subtit {
  font: normal normal normal 14px/24px PingFang SC;
  color: #FFFFFF;
  opacity: 0.6;
  margin-top: 22px;
  text-align: center;
}

.cooperation .wrapno2 .listWrap {
  margin-top: 140px !important;
}

.cooperation .wrapno2 .listWrap>img {
  position: relative;
  top: -40px;
}

.faqWrap .faqHead {
  background: url(../img/faq/head.png) no-repeat;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.faqWrap .mainTitle {
  font-size: 60px;
  color: #fff;
  line-height: 39px;
  font-family: PingFangSC-Semibold;
}

.faqWrap .mainSubtit {
  margin-top: 16px;
  font-size: 24px;
  color: #FFFFFF;
  font-family: PingFangSC-Regular;
}

.faqWrap {
  background: #EBEBEB 0% 0% no-repeat padding-box;
}

.contactWrap {
  padding-top: 200px;
}

.contactWrap .title {
  font-size: 60px;
  color: #fff;
  line-height: 39px;
  font-family: PingFangSC-Semibold;
}

.contactWrap .subtitle {
  width: 400px;
  font: normal normal normal 18px/32px PingFang SC;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-top: 32.5px;
}

.contactWrap .subWrap {
  display: flex;
  justify-content: space-between;
}

.contactWrap .contaclList {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
}

.contactWrap .contaclList .item {
  width: 50%;
  height: 53px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
}

.contactWrap .contaclList .item img {
  margin-right: 10px;
}

.contactWrap .formContent {
  padding: 10px 0 77px;
}

.contactWrap .formContent input,
.contactWrap .formContent textarea {
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.1) 0% 0% no-repeat padding-box;
  border-radius: 37px;
  font: normal normal normal 16px/32px PingFang SC;
  color: rgba(255, 255, 255, 0.4);
  padding: 10px 32px;
  box-sizing: border-box;
}

.contactWrap .formRow {
  margin-top: 34px;
}

.contactWrap .inlineRow {
  display: flex;
  justify-content: space-between;
}

.contactWrap .inlineRow input {
  width: 48%;
}

.contactWrap .formRow textarea {
  height: 164px;
}

.contactWrap .contactSubmitBtn {
  width: 180px;
  height: 56px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 52px;
  letter-spacing: 1.2px;
  color: #000000;
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
  margin: 22px auto 0;
}

.joinWrap {
  background: #EBEBEB 0% 0% no-repeat padding-box;
}

.joinWrap .joinHead {
  height: 701px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent url('../img/join/head.png') 0% 0% no-repeat padding-box;
}

.joinWrap .joinHead .mainTitle {
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
  font-size: 60px;
}

.joinWrap .joinTab {
  display: flex;
  border-radius: 54px;
  opacity: 1;
  height: 108px;
  margin-top: -54px;
  backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.4) 0% 0% no-repeat padding-box;
}

.joinWrap .joinTab div {
  flex: 1;
  color: #121212;
  font-size: 32px;
  font-family: PingFangSC-Semibold;
  text-align: center;
  line-height: 108px;
  border-radius: 54px;
  cursor: pointer;
}

.joinWrap .joinTab .active {
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 54px;
  backdrop-filter: blur(0px);
}

.joinWrap .container {
  width: 1200px;
}

.joinWrap .whyContent {
  padding-top: 100px;
}

.joinWrap .whyContent .title {
  color: #121212;
  font-size: 42px;
  font-family: PingFangSC-Semibold;
}

.joinWrap .whyList {
  display: flex;
  justify-content: space-between;
  margin-top: 128px;
}

.joinWrap .whyList .item {
  width: 276px;
  height: 191px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 40px;
  color: #000000;
  text-align: center;
  font: normal normal normal 18px/22px PingFang SC;
}

.joinWrap .whyList .item img {
  margin-top: -50px;
}

.joinWrap .whyList .item .num {
  margin: 0 0 18px;
  font: normal normal 600 32px/29px PingFang SC;
  color: #000000;
}

.joinWrap .whyCont1 {
  background: url(../img/join/content1.png) no-repeat;
  height: 949px;
  text-align: right;
  margin-top: 147px;
}

.joinWrap .whyCont1 img {
  margin: 16px 16px 46px 0;
}

.joinWrap .whyCont1 div {
  color: #000000;
  font: normal normal normal 18px/32px PingFang SC;
  padding-left: 600px;
}

.joinWrap .whyCont2 {
  background: url(../img/join/content2.png) no-repeat;
  height: 1600px;
  text-align: left;
  margin-top: 142px;
  padding-top: 100px;
}

.joinWrap .whyCont2 img {
  margin: 60px 0 46px 0;
}

.joinWrap .whyCont2 .whyCont2White div {
  color: #000000;
  font: normal normal normal 18px/32px PingFang SC;
}

.joinWrap .whyCont2 .whyCont2White {
  background: #EBEBEB 0% 0% no-repeat padding-box;
  border-radius: 0 40px 40px 0;
  width: 500px;
  padding-bottom: 60px;
}

.joinWrap .whyCont3 {
  background: url(../img/join/content3.png) no-repeat;
  min-height: 445px;
  text-align: right;
  margin-top: 147px;
}

.joinWrap .whyCont3 img {
  margin: 0 16px 46px 0;
}

.joinWrap .whyCont3 div {
  color: #000000;
  font: normal normal normal 18px/32px PingFang SC;
  padding-left: 700px;
}

.jobWrap {
  padding: 100px 0;
}

.jobWrap .title {
  font-size: 42px;
  color: #121212;
  font-family: PingFangSC-Semibold;
}

.jobWrap .jobItem {
  margin-top: 20px;
  font-family: PingFangSC-Semibold;
  box-shadow: 0px 0px 7px 0px #ddd;
}

.jobWrap .jobItem .jobTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px 0;
  background: #fff;
  cursor: pointer;
  height: 88px;
}

.jobWrap .jobItem .jobTitle .left {
  display: flex;
  align-items: center;
}

.jobWrap .jobItem .jobTitle .left .title {
  color: #121212;
  font-size: 24px;
  margin-left: 18px;
}

.jobWrap .jobItem.active .jobTitle img {
  transform: rotate(180deg);
}

.jobWrap .jobItem.active .jobContent {
  display: block;
}

.jobWrap .jobItem .jobTitle .jobBtn {
  width: 118px;
  height: 48px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 52px;
  backdrop-filter: blur(5px);
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #000000;
  cursor: pointer;
}

.jobWrap .jobContent {
  padding: 0 32px 32px;
  font-size: 18px;
  color: #121212;
  display: none;
}

.jobWrap .jobContent .sub {
  margin-top: 32px;
  font-family: PingFangSC-Semibold;
}

.jobWrap .jobContent div {
  margin-top: 18px;
  font: normal normal normal 18px/32px PingFang SC;
}

.joinDialogWrap {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  backdrop-filter: blur(30px);
}

.joinDialog {
  width: 1044px;
  height: 903px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  background: url(../img/join/dialog.png) no-repeat;
}

.joinDialog .title {
  margin-top: 58px;
  color: #fff;
  font-family: PingFangSC-Semibold;
  font-size: 42px;
}

.joinDialog .subtitle {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.4);
  font: normal normal normal 14px/39px PingFang SC;
  font-size: 14px;
}

.joinDialog .formWrap {
  padding: 10px 187px 32px;
}

.joinDialog .formWrap input,
.joinDialog .formWrap .fileWrap {
  width: 100%;
  height: 56px;
  background: rgba(0, 0, 0, 0.2) 0% 0% no-repeat padding-box;
  border-radius: 52px;
  font: normal normal normal 18px/36px PingFang SC;
  color: rgba(255, 255, 255, 0.4);
  padding: 10px 32px;
  box-sizing: border-box;
}

.joinDialog .formRow {
  margin-top: 30px;
}

.joinDialog .inlineRow {
  display: flex;
  justify-content: space-between;
}

.joinDialog .inlineRow input {
  width: 48%;
}

.joinDialog .formWrap .fileWrap {
  height: 214px;
  text-align: center;
  border-radius: 40px;
  padding: 0;
  border-top: 0.1px solid transparent;
}

.joinDialog .fileWrap input {
  display: none;
}

.joinDialog .fileWrap .fileContent {
  margin: 28px auto 10px;
  cursor: pointer;
  width: 110px;
  height: 110px;
}

.joinDialog .fileWrap .fileText {
  font: normal normal normal 18px/39px PingFang SC;
  letter-spacing: 1.08px;
  color: #FFFFFF;
}

.overflowHide {
  overflow: hidden;
  height: 100vh;
}

.joinDialog .btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.joinDialog .btnWrap div {
  padding: 14px 48px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 52px;
  color: #000000;
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  min-width: 176px;
  cursor: pointer;
}

.joinDialog .btnWrap .cancel {
  margin-right: 50px;
  backdrop-filter: blur(6px);
  opacity: 0.3;
}

.joinDialog .fileName {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 110px;
  border: 1px dashed #fff;
  border-radius: 18px;
  padding: 0 5px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsWrap {
  background: #EBEBEB 0% 0% no-repeat padding-box;
}

.newsWrap .newsHead {
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent url('../img/news/head.png') 0% 0% no-repeat padding-box;
}

.newsWrap .newsHead .mainTitle {
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
  font-size: 60px;
}

.newsWrap .subTitle {
  color: #121212;
  font-size: 42px;
  font-family: PingFangSC-Semibold;
  margin: 105px 0 47px;
}

/* .newsWrap .container {
  overflow: hidden;
} */

.newsWrap .carouselContainer {
  min-width: 1800px;
  margin: 0 auto;
  transform: translate(-50%, 0);
  position: relative;
  left: 50%;
}

.newsWrap .carouselContainer .swiper-button-next:after,
.newsWrap .carouselContainer .swiper-rtl .swiper-button-prev:after,
.newsWrap .carouselContainer .swiper-button-prev:after,
.newsWrap .carouselContainer .swiper-rtl .swiper-button-next:after {
  content: '';
}

.newsWrap .carouselContainer .swiper-button-next {
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  margin: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #EBEBEB);
}

.newsWrap .carouselContainer .swiper-button-prev {
  width: 300px;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #EBEBEB);
}

/* .carouselContainer .left{
  position: absolute;
  left: 0;
  width: 560px;
  min-width: 2000px;
  margin: 0 auto;
  transform: translate(-50%, 0);
  position: relative;
  left: 50%;
} */

/* .carouselWrap {
  min-width: 2000px;
  margin: 0 auto;
  transform: translate(-50%, 0);
  position: relative;
  left: 50%;
} */

.newsWrap .carouselContainer .swiper-slide {
  width: 800px;
  cursor: pointer;
}

.newsWrap .carouselContainer .swiper-slide img {
  width: 100%;
  height: 100%;
}

.newsWrap .carouselContainer .swiper-slide .contentWrap {
  width: 252px;
  position: absolute;
  left: 10%;
  top: 10%;
  color: #fff;
}

.newsWrap .carouselContainer .swiper-slide .contentWrap .title {
  font: normal normal 600 36px/53px PingFang SC;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newsWrap .carouselContainer .swiper-slide .contentWrap .content {
  height: 58px;
  font: normal normal normal 18px/33px PingFang SC;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.newsWrap .carouselContainer .swiper-slide .contentWrap .btn {
  width: 124px;
  height: 46px;
  margin-top: 23px;
  border: 1px solid #FFFFFF;
  border-radius: 34px;
  text-align: center;
  font: normal normal 600 20px/31px PingFang SC;
  line-height: 44px;

}

.newsWrap .filterWrap {
  display: flex;
  align-items: center;
  margin: 55px 0;
}

.newsWrap .filterWrap div {
  height: 50px;
  border: 1px solid #707070;
  border-radius: 25px;
  font: normal normal normal 20px/26px PingFang SC;
  color: #000000;
  padding: 0 20px;
  line-height: 48px;
  cursor: pointer;
  margin-right: 20px;
}

.newsWrap .filterWrap .active {
  background: #121212 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}

.newsWrap .listWrap {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  margin-right: -40px;
}

.newsWrap .listWrap .listItem {
  width: 400px;
  height: 350px;
  border-radius: 40px;
  cursor: pointer;
  margin-bottom: 40px;
  margin-right: 40px;
  overflow: hidden;
  position: relative;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}

/* .newsWrap .listWrap .listItem:nth-child(3n) {
  margin-right: 0;
} */

.newsWrap .listWrap .listItem .type {
  padding: 8px 26px;
  border-radius: 40px 0px;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  font: normal normal normal 14px/18px PingFang SC;
  color: #FFFFFF;
}

.newsWrap .listWrap .listItem img {
  width: 100%;
  /* height: 214px; */
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  transition: .4s;
}

.newsWrap .listWrap .listItem img:hover {
  transform: translate(-50%, 0) scale(1.1);
}

.newsWrap .listWrap .listItem .contentWrap {
  padding: 14px 21px;
}

.newsWrap .listWrap .listItem .contentWrap .title {
  font: normal normal 600 20px/29px PingFang SC;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newsWrap .listWrap .listItem .contentWrap .content {
  font: normal normal normal 14px/22px PingFang SC;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 64px;
  margin-top: 11px;
}

.newsWrap .listWrap .listItem .contentWrap .date {
  font: normal normal normal 14px/22px PingFang SC;
  color: #000000;
  opacity: 0.5;
  margin-top: 12px;
}

.newsDetailWrap {
  background: #EBEBEB 0% 0% no-repeat padding-box;
  border-bottom: 0.1px solid transparent;
  padding-top: 191.5px;
}

.newsDetailWrap .title {
  color: #121212;
  font-size: 42px;
  font-family: PingFangSC-Semibold;
}

.newsDetailWrap .date {
  font: normal normal normal 24px/32px PingFang SC;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.5;
  margin: 24px 0 52px;
}

.newsDetailWrap img {
  width: 100%;
  margin-bottom: 52px;
}

.newsDetailWrap .content {
  margin-bottom: 52px;
  font: normal normal normal 24px/42px PingFang SC;
  letter-spacing: 0px;
  color: #000000;
}

.brandDialogWrap {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  backdrop-filter: blur(30px);
  background: rgba(0, 0, 0, 0.6);
}

.brandDialog {
  width: 1100px;
  height: 570px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}

.brandDialog .content {
  margin: 0 40px;
  text-align: center;
  padding: 40px;
}

.brandDialog .content img {
  margin: 20px 0 60px;
  width: 230px;
}

.brandDialog .content .title {
  text-align: left;
  color: #FFFFFF;
  font-size: 32px;
  margin-bottom: 24px;
  font-family: PingFangSC-Semibold;
}

.brandDialog .content .subtitle {
  text-align: left;
  font: normal normal normal 18px/32px PingFang SC;
  color: #FFFFFF;
}

.featureWrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-left: 60px;
  padding-top: 100px;
  overflow: hidden;
}

.featureWrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.featureWrap div:nth-child(1) {
  background-image: url(../img/home/feature/1.png);
}

.featureWrap div:nth-child(2) {
  background-image: url(../img/home/feature/2.png);
}

.featureWrap div:nth-child(3) {
  background-image: url(../img/home/feature/3.png);
}

.featureWrap div:nth-child(4) {
  background-image: url(../img/home/feature/4.png);
}

.featureWrap div:nth-child(5) {
  background-image: url(../img/home/feature/5.png);
}

.featureWrap div:nth-child(6) {
  background-image: url(../img/home/feature/6.png);
}

@keyframes featItem1 {
  0% {
    height: 400px;
  }

  25% {
    height: 550px;
  }

  50% {
    height: 600px;
  }

  100% {
    height: 550px;
  }
}

@keyframes featItem2 {
  0% {
    height: 300px;
  }

  25% {
    height: 410px;
  }

  50% {
    height: 500px;
  }

  100% {
    height: 410px;
  }
}

.featureWrap div {
  background-position: center center;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  padding-top: 160px;
  height: 550px;
  width: 250px;
  margin-left: -60px;
  animation-name: featItem1;
  animation-duration: 4s;
  transition: 0.3s;
}

.featureWrap div:hover {
  transform: scale(1.1);
  /* z-index: 199; */
}

.featureWrap .bottom {
  height: 410px;
  position: relative;
  z-index: 99;
  animation-name: featItem2;
  animation-duration: 4s;
}

.project .no2 {
  flex-direction: column;
  padding-left: 100px;
  padding-right: 100px;
}

.project .no2 .title {
  padding: 0;
  /* margin-bottom: 100px; */
}


.goDialog {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
}

.goDialogContent {
  width: 940px;
  height: 617px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  background: url(../img/comm/dialog/dialog.png);
  background-size: 100% 100%;
}

body:not(.ZH) .goDialogContent {
  background: url(../img/comm/dialog/dialog-en.png);
  background-size: 100% 100%;
}

.goDialogContent .content {
  width: 400px;
  height: 130px;
  font-size: 12px;
  color: #707070;
  font-family: 苹方, Regular;
  position: absolute;
  top: 380px;
  left: 65px;
  text-align: left;
  line-height: 22px;
}

.goDialogContent .content2 {
  left: 540px;
}

.goDialogContent .btn1,
.goDialogContent .btn2 {
  position: absolute;
  width: 274px;
  height: 44px;
  top: 527px;
  cursor: pointer;
  left: 106px;
  background: url(../img/comm/dialog/bt.png);
}

.goDialogContent .btn2 {
  left: 560px;
  background: url(../img/comm/dialog/bt2.png);
}

body:not(.ZH) .goDialogContent .btn1 {
  background: url(../img/comm/dialog/bt-en.png);
}

body:not(.ZH) .goDialogContent .btn2 {
  background: url(../img/comm/dialog/bt2-en.png);
}

.goDialogContent .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 660px;
  left: 50%;
  margin-left: -15px;
  cursor: pointer;
}