/* 全局样式 */
* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}
html{
	scrollbar-width: none; /* fireFox */
}
body {
  width: 100%;
  /* min-width: 1280px; */
	scrollbar-width: none; /* fireFox */
}
body::-webkit-scrollbar {
	display: none; /* Chrome Safari */
}

img {
  display: block;
}

ul,
a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

.pc-page {
	min-width: 1060px;
	overflow-x: auto;
}

.banner-container,
.sec-header,
.sec-content {
  width: 1200px;
  margin: 0 auto;
}

/* Header 样式 */
.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  min-width: 1060px;
  /* background: linear-gradient(0deg,rgba(255,60,100,0.00) 13%, rgba(255,60,100,0.30)); */
  transition: all 0.2s;
}
.header-contact {
  background: none;
}
.logo {
  display: block;
	width: 200px;
}
.logo.red {
  display: none;
}
.header .nav-list {
  flex-grow: 1;
}
.nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 0 90px;
  /* padding: 0 1rem; */
}
.header .nav-list ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 80px;
  line-height: 80px;
}

.header .nav-list li {
  position: relative;
  margin-right: 80px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
}
.header .nav-list ul li:last-child {
  margin-right: 0;
}
.header .nav li:hover {
  color: #fff;
}
.header.with-bg .nav li:hover a,
.science-pcHeader .nav li:hover {
  color: #5877ee;
}

.active-link {
  color: #fff;
}
.active-border {
  position: absolute;
  bottom: -10px;
  margin-top: 3px;
  width: 20px;
  height: 4px;
  background: #fff;
}
.nav-list ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 带白色背景的导航条 */
.header.with-bg {
  background: #fff;
  box-shadow: 10px 0px 26px 0px rgba(0, 0, 0, 0.05);
}
.header.with-bg .logo.white {
  display: none;
}
.header.with-bg .logo.red {
  display: block;
}
.header.with-bg a {
  color: #bbbfc5;
}
.header.with-bg .active-link {
  color: rgba(88, 119, 238, 1);
}
.header.with-bg li .active-border {
  background-color: rgba(88, 119, 238, 1);
}

/* Footer 样式 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 30px 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  opacity: 0.8;
}
.footer .item {
  margin-top: 5px;
}
.footer a {
  list-style: none;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.footer a:hover {
  color: #0085d0;
}
.white-bg {
  /* width: 1.83rem;
  height: 0.54rem; */
	width: 200px;
	height: 58px;
  background-image: url(./image/logo-white.dc68f9.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.red-bg {
  width: 1.83rem;
  height: 0.54rem;
  background-image: url(./image/logo-blue.8501ea.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* 公共footer-关于我们-技术应用-加入我们 */
.comFooter {
  width: 100%;
  font-size: 0.2rem;
  background-color: #1f2428;
}

.comFooter-wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 1.92rem;
  padding-top: 0.64rem;
  color: #fff;
}

.comFooter-box {
  display: flex;
}

.comFooter-tit {
  font-size: 0.225rem;
  color: rgba(255, 255, 255, 0.5);
}

.comFooter-web {
  font-size: 0.22rem;
}

.comFooter-webList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 2rem;
}

.comFooter-webList a {
  margin-bottom: 0.2rem;
}

.comFooter-webList a:hover {
  color: #9eb2ff;
}

.comFooter-webList a:nth-child(odd) {
  margin-right: 0.3rem;
}

.comFooter-account {
  position: relative;
  margin-left: 50px;
  padding-left: 100px;
}

.comFooter-account::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.1);
  content: '';
}

.comFooter-code {
  margin-top: 20px;
  width: 1.32rem;
  height: 1.32rem;
  background: url(./image/code.26ee5d.jpg) no-repeat;
  background-size: contain;
}

.comFooter-logo {
  position: absolute;
  top: 1.5747rem;
  right: 2.1596rem;
  width: 2.71rem;
}

.comFooter-icp {
  margin-top: 0.88rem;
  padding: 0.16rem 0;
  border-top: 1px solid #454b50;
}

.comFooter-icp span {
  padding-right: 0.4499rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.5);
}

/* ----- 手机页面隐藏 ----- */
/* .home-mobile,
.science-mobile,
.welfare-mobile,
.about-mobile,
.join-mobile {
  display: none;
} */

.about {
  min-height: 100vh;
  background-color: #fff;
}

.about-main {
  position: relative;
  margin: 0 auto 1.6872rem;
  background-color: #fff;
}

.about-banner {
  position: relative;
  width: 100%;
}

.about-banner img {
  width: 100%;
}

.about-banner-tit {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
  max-width: 250px;
  width: 3.6rem;
  height: 1.08rem;
  background: url(./image/about/banner-tit.363c0f.png) no-repeat;
  background-size: contain;
}

/* 公共-背景&标题 */
.about-comTitBg {
  position: absolute;
}

.about-comTit {
  position: relative;
  padding-bottom: 10px;
}

.about-comTit-eName {
  font-size: 0.135rem;
  font-weight: 600;
  color: rgba(52, 60, 73, 1);
}

.about-comTit-cName {
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 0.6749rem;
  color: rgba(52, 60, 73, 1);
}

/* 公司简介 */
.about-intro {
  display: flex;
  justify-content: space-between;
  margin: 1.181rem auto 0;
  padding: .55rem 1.92rem 0;
  color: rgba(52, 60, 73, 1);
  background: url(./image/about/tit-intro.b2e98a.png) 2.1596rem top no-repeat;
  background-size: 5.42rem 1.15rem;
}

.about-culture {
  margin-top: 1.7434rem;
  background: url(./image/about/tit-culture.53f09e.png) 2.1596rem top no-repeat;
  background-size: 7.9rem 1.15rem;
}

.about-intro-left {
  width: 5.6239rem;
}

.about-intro-right {
  width: 8rem;
}

.about-intro-right img {
  width: 100%;
}

.about-intro-txt {
  margin-top: .5624rem;
  line-height: .4499rem;
  font-size: .2rem;
  font-weight: 400;
  color: #343c49;
}

.about-intro-txt2 {
  margin-top: .5624rem;
  line-height: .4499rem;
  font-size: .2rem;
  font-weight: 400;
  color: #343c49;
}

.about-intro-txtList {
  margin-top: 0.5rem;
}

.about-intro-txtList li {
  margin-bottom: 0.4rem;
}

.about-intro-txtList-tit {
  font-weight: 600;
  font-size: 0.24rem;
}

.about-intro-txtList-content {
  margin-top: .1rem;
  font-size: .2rem;
  line-height: .4rem;
}

.about-intro-img {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

/* 发展历程 */
.about-path {
  position: relative;
  margin-top: 1.6872rem;
  padding: 1.2373rem 0 1.3047rem 2.2496rem;
  background: url(./image/about/tit-history.70bdc3.png) 2.2496rem .6299rem no-repeat;
  background-size: 8.6383rem 1.2935rem;
  background-color: rgba(249, 250, 250, 1);
}

.about-path::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.54rem;
  height: 3.2rem;
  background: url(./image/about/dec.050f53.png) no-repeat;
  background-size: contain;
  content: '';
}

.about-path-list {
  display: flex;
  margin: 1.0123rem auto 0;
}

.about-path-list li {
  /* flex: 1; */
  width: 4.56rem;
  position: relative;
  border-top: 3px solid rgba(92, 134, 255, 0.2);
}

.about-path-list li:last-child {
  border: 0;
}

.about-path-list-time {
  margin: .1687rem 0 .3374rem;
  font-size: 0.4499rem;
  font-weight: 700;
  color: #5c86ff;
}

.about-path-list-info {
  margin-top: 5px;
  font-size: 0.2699rem;
  color: #343C49;
}

.about-path-list li::before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 4px solid #5c86ff;
  background-color: #fff;
  content: '';
}

/* 联系我们 */
.about-contact {
  margin-top: 2.2496rem;
  padding: .6299rem 2.2496rem 0;
  background: url(./image/about/tit-contact.8d58f8.png) 2.2496rem top no-repeat;
  background-size: 9.167rem 1.2935rem;
}

.about-contact-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: .8998rem;
}

.about-contact-list li {
  margin-bottom: 15px;
  padding: 0.4499rem 0 0 0.4499rem;
  width: 4rem;
  height: 2.0246rem;
  border: 1px solid #efefef;
  border-radius: 2px;
  background-color: #f8f8f8;
}

.about-contact-tit {
  margin-bottom: 0.4499rem;
  font-size: 0.2699rem;
  font-weight: 700;
  color: #343c49;
}

.about-contact-info {
  margin-bottom: .2025rem;
  font-size: 0.18rem;
}

.about-contact-info-key {
  display: inline-block;
  padding-left: .3374rem;
  width: 95px;
  color: #333;
  background-size: 24px 24px !important;
}

.icon-man {
  background: url(./image/about/icon-man.13224b.png) left center no-repeat;
}

.icon-message {
  background: url(./image/about/icon-message.b41d6d.png) left center no-repeat;
}

.icon-phone {
  background: url(./image/about/icon-phone.1d1801.png) left center no-repeat;
}

.about-contact-info-val {
  color: #777d87;
}
.home-pc {
	position: relative;
	height: 100vh;
	background: url(./image/home/banner.a0207e.png) no-repeat;
	background-size: cover;
}
/* .mob-footer {
  display: none;
} */


/* banner相关 */
.join {
  /* padding-bottom: 106px; */
  background-color: #ffffff;
}
.join-banner {
  position: relative;
  /* height: 920px;
  background-image: url("../image/join/banner.png");
  background-size: 100% 100%;
  color: #fff; */
}
.join-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-banner-menu {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
}
.join-banner-menu li {
  width: 230px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #5877ee;
  letter-spacing: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: background 0.25s;
  cursor: pointer;
}
.join-banner-menu li:nth-child(odd) {
  margin-right: 40px;
}
.join-banner-menu li:hover {
  background-color: rgba(209, 218, 255, 1);
}
.join-banner-arrow {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: url(./image/join/arrow.a19670.png) center no-repeat;
  background-size: 18px 11px;
  animation: arrow 0.8s infinite alternate;
}
@keyframes arrow {
  from {
    background-position-y: 45%;
  }
  to {
    background-position-y: 58%;
  }
}

/* 公共标题 */
/* 隐藏手机的标题 */
/* .join-comTitMobile {
	display: none;
} */
.join-comTitPc {
  margin: 0 auto;
  width: 8.28rem;
  height: 1.12rem;
  text-align: center;
  background-size: contain !important;
}
.join-welfareTit {
	margin-top: 1rem;
	background: url(./image/join/tit-welfare.73c105.png) center no-repeat;
}
.join-envTit{
	background: url(./image/join/tit-env.d4515a.png) center no-repeat;
}
.join-addressTit{
	background: url(./image/join/tit-address.09e8a6.png) center no-repeat;
}

.join-comTitPc-cName {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 40px;
  color: #343c49;
}

.join-comTitPc-eName {
  font-weight: 500;
  font-size: .12rem;
  color: #343C49;
  letter-spacing: 1px;
}

/* 福利 */
.join-fuli {
  margin-top: 0.5rem;
}

.join-fuli-list {
  margin: .4rem auto 0;
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
}

.join-fuli-list li {
  /* width: 15.6vw;
  height: 15.6vw; */
  padding-top: 68px;
  width: 300px;
  height: 300px;
  text-align: center;
  border-right: 1px solid #f4f4f4;
  box-sizing: border-box;
}

.join-fuli-list li:nth-child(-n + 4) {
  border-bottom: 1px solid #f4f4f4;
}
.join-fuli-list li:nth-child(4n) {
  border-right: 0;
}

.join-fuli-icon {
  margin: 0 auto;
  width: 40px;
}

.join-fuli-name {
  margin: 20px 0 10px;
  font-weight: 700;
  font-size: 20px;
  color: #343c49;
}

.join-fuli-info {
	padding: 0 0.2rem;
  font-weight: 400;
  font-size: 14px;
  color: #777d87;
  line-height: 28px;
}

/* 办公环境 */
 .work-environment {
  margin-top: 2rem;
}
/*.work-environment-detail {
  margin-top: 36px;
  width: 1010px;
  height: 567px;
  border-radius: 10px;
}
.join-swiper .swiper-slide img {
  width: 100%;
} */

/* 办公地址 */
.company-address {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem auto;
}
#joinPc-address .company-address-detail {
  width: 1010px;
  height: 410px;
  margin-top: 36px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
#joinPc-address .address-info {
  display: flex;
  align-items: flex-end;
  width: 397px;
  height: 410px;
  background-color: #5877ee;
  background-image: url(./image/join/bg-map.3ca9a8.png);
  background-position: right bottom;
  background-size: 100% 100%;
}
#joinPc-address .map {
  width: 613px;
  height: 410px;
}
#mapFrame {
  width: 100%;
  height: 100%;
}
#joinPc-address .address-district {
  font-size: 28px;
  color: #ffffff;
  margin-left: 40px;
}
#joinPc-address .address-detail {
  margin: 10px 0 40px 40px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

/* 全局样式 */
* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}
html {
  font-size: calc(100vw / 750 * 100);
}
body {
  width: 100%;
}
img {
  display: block;
}

ul,
a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

.sec-header,
.sec-content {
  margin: 0 auto;
  padding: 0rem 0.44rem;
}

/* mobHomeNav 手机头部导航样式 */
.mobHomeNav {
  position: relative;
  width: 100%;
  height: 1.28rem;
}
.mobHomeNav-box {
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.28rem;
	box-shadow: 0 2px 8px 0 #f2f2f2;
  /* box-shadow: 0 2px 8px 0 #f2f2f2;
	background-color: #fff; */
}

.mobHomeNav-switch {
  margin-right: 0.32rem;
	width: 32px;
	height: 32px;
	background: url(./image/nav-menu.3cc32c.png) no-repeat;
	background-size: contain !important;
	cursor: pointer;
}
.mobHomeNav-switch-close {
	background: url(./image/nav-close.d29b85.png) no-repeat;
}
.mobHomeNav-menu {
	display: none;
  position: absolute;
  z-index: 10;
  top: 1.28rem;
  left: 0;
  width: 100%;
	box-shadow: 0 2px 8px 0 #f2f2f2;
  background-color: #fff;
}
.show-mobHomeNav-menu{
	display: block;
}
.mobHomeNav-menu li {
}
.mobHomeNav-menu li a {
	display: block;
	margin-left: .32rem;
  height: 1.12rem;
  line-height: 1.12rem;
  font-size: .32rem;
  color: rgba(52, 60, 73, 1);
}

/* 兼容主页头部样式 */
.mobHomeNav-logo {
  margin-left: 0.32rem;
	width: 2.92rem;
	height: .88rem;
	background: url(./image/logo-blue.8501ea.png) no-repeat;
	background-size: contain !important;
}
.mobHomeNav-logoWhite {
  background: url(./image/logo-white.dc68f9.png) no-repeat;
}
.mobHomeNav-whiteIcon {
	box-shadow: initial;
}
.mobHomeNav-whiteIcon .mobHomeNav-switch {
  background: url(./image/nav-menu-white.564037.png) no-repeat;
}
.mobHomeNav-whiteIcon .mobHomeNav-switch-close {
  background: url(./image/nav-close.d29b85.png) no-repeat;
}

/* mobFooter 样式 */
.mobFooter {
  padding: 0.32rem 0.32rem 0;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  background-color: rgba(31, 36, 40, 1);
}

.mobFooter-topBox {
  display: flex;
}

.mobFooter-tit {
  text-align: left;
  font-size: 0.32rem;
  color: rgba(255, 255, 255, 0.8);
}

.mobFooter-webList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.36rem;
  width: 2.8rem;
}

.mobFooter-webList a {
  margin-bottom: 0.2rem;
	width: 1.2rem;
	text-align: left;
  list-style: none;
  text-decoration: none;
  font-size: 0.24rem;
  color: #fff;
  cursor: pointer;
}

.mobFooter-account {
  margin-left: 1.6rem;
}

.mobFooter-code {
  margin-top: 0.36rem;
  width: 1.6rem;
}

.mobFooter-webList a:nth-child(odd) {
  margin-right: 0.4rem;
}

.mobFooter-company {
	margin-top: 0.32rem;
	text-align: left;
	color: rgba(255, 255, 255, 0.8);
}

.mobFooter-logoBox {
  margin: 10px auto 0;
  width: 6.86rem;
  border-top: 1px solid #444;
}

.mobFooter-logoBox-logo {
  margin: 0.32rem auto 0;
  padding-bottom: 0.32rem;
  width: 2rem;
}

/* 手机主页footer */
#indexFooter-mobile{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.3rem 0;
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.8);
}

#indexFooter-mobile p {
	line-height: 18px;
}

/* PC页面隐藏--手机页面展示 */
/* .home-pc,
.science-pc,
.welfare-pc,
.about-pc,
.join-pc {
  display: none;
}
.home-mobile,
.science-mobile,
.welfare-mobile,
.about-mobile,
.join-mobile {
  display: block;
} */


.join-mobile .mobHomeNav-box {
	box-shadow: none;
}
/* ----- Banner ----- */
.join-mobBanner-bg {
  width: 100%;
  height: 3.6rem;
}
.join-mobBanner {
  position: relative;
  background-image: url(./image/join/banner.67d716.png);
  background-size: cover;
  color: #fff;
}
.join-mobBanner-tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  width: 4.8rem;
}

/* ----- 招聘按钮 ----- */
.join-mobRecruit {
  padding: 0.16rem 0.16rem 0;
	display: flex;
	justify-content: space-between;
}
.join-mobRecruit p {
	display: flex;
	align-items: center;
	justify-content: center;
  width: 3.52rem;
  height: 1.12rem;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.join-mobRecruit-society {
  background-image: url(./image/join/mobile/btn-society.48f622.png);
}
.join-mobRecruit-school {
  background-image: url(./image/join/mobile/btn-school.e592a6.png);
}
.join-mobRecruit p a {
	display: block;
	height: 1.12rem;
	line-height: 1.12rem;
	font-size: .32rem;
	color: #fff;
	padding-right: .32rem;
	background: url(./image/join/mobile/icon-right.cbfe14.png) right center no-repeat;
	background-size: 16px 16px;
}

/* ----- 公共标题 ----- */
/* 隐藏PC的标题 */
/* .join-comTitPc {
	display: none;
} */

#join-mobWelfare {
	margin-top: .64rem;
}

.join-comTitMobile {
	position: relative;
  margin: 0 auto;
	padding-top: .25rem;
  width: 302px;
  text-align: center;
}

.join-comTitMobile::before{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 22px;
	height: 6px;
	background-color: #5877ee;
	content: '';
}

.join-comTitMobile-cName {
  letter-spacing: 0;
  font-weight: 700;
  font-size: .48rem;
  color: #343c49;
}

.join-comTitMobile-eName {
	padding-top: .1rem;
  font-weight: 500;
  font-size: .24rem;
  color: #BBBFC5;
  letter-spacing: 3px;
}


/* 福利 */
.joinMob-fuli .join-fuli {
  margin-top: .64rem;
}

.joinMob-fuli .join-fuli-list {
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
	width: 100%;
}

.joinMob-fuli .join-fuli-list li {
  padding: .8rem .2rem;
  width: 50%;
	height: auto;
  text-align: center;
  border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
  box-sizing: border-box;
}

.joinMob-fuli .join-fuli-list li:last-child,
.joinMob-fuli .join-fuli-list li:nth-last-child(2) {
  border-bottom: 0;
}

.joinMob-fuli .join-fuli-icon {
  margin: 0 auto;
  width: .64rem;
}

.joinMob-fuli .join-fuli-name {
  margin: .2rem 0;
  font-weight: 700;
  font-size: .32rem;
  color: #343c49;
}

.joinMob-fuli .join-fuli-info {
  font-weight: 400;
  font-size: .24rem;
  color: #777d87;
  line-height: .34rem;
}


/* 办公环境 */
.join-environment {
	margin-top: .64rem;
}
.join-env {
  margin-top: .4rem;
	padding: 0 .32rem;
}
.join-env .join-swiper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.join-mobSwiper {
  width: 100%;
  height: 3.4rem;
  border-radius: 10px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 9;
}
.join-mobSwiper .swiper-slide, .join-mobSwiper .swiper-slide img{
  width: 100%;
}
.mob-swiper-pagination .swiper-pagination-bullet-active{
	background: #fff;
}


/* 办公地址 */
#joinMob-address {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: .64rem auto;
	padding: 0 .32rem;
}
#joinMob-address .company-address-detail {
	display: block;
  margin-top: .4rem;
	width: 100%;
	height: auto;
  border-radius: 10px;
  overflow: hidden;
}
#joinMob-address .address-info {
	padding: .16rem .32rem 0;
  height: 1.64rem;
  background-color: #5877ee;
  background-image: url(./image/join/bg-map.3ca9a8.png);
  background-position: right bottom;
  background-size: contain;
}
#joinMob-address .map {
  width: 100%;
  height: 3.2rem;
}
#joinMob-address .address-district {
	margin: 0;
  font-size: .36rem;
  color: #ffffff;
}
#joinMob-address .address-detail {
	margin: 6px 0 0;
	width: 4.68rem;
  font-size: .24rem;
  font-weight: 400;
  color: #ffffff;
}

.science {
  height: 100vh;
}

.science-pc {
  height: 100%;
}

.science-pcHeader {
  z-index: 10;
  box-shadow: 0 5px 8px 0 #f4f4f4;
  background-color: #fff;
}

.science-pcHeader .nav-list li {
  color: #bbbfc5;
}

.science-pcHeader .white {
  display: none;
}
.science-pcHeader .red {
  display: block;
}
.science-pcHeader .nav .active-nav {
  color: #5877ee;
}
.science-pcHeader .active-border {
  background-color: rgba(88, 119, 238, 1);
}

.science-main {
  margin: 0 auto;
  padding-top: 80px;
  height: calc(100% - 80px);
  overflow: hidden;
}

.science-swiper {
  width: 100%;
  height: 100%;
}

.science-swiper .swiper-slide {
  position: relative;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.science-slide-bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.science-slide-info {
  position: absolute;
	top: 30%;
	left: 10%;
}
.science-slide-infoNet {
	top: 2.8rem;
}
.science-slide-info-logo {
  width: 80px;
}
.science-slide-info-tit {
  margin-top: 40px;
  font-size: 40px;
  font-weight: bold;
  color: #343c49;
}
.science-slide-info-txt {
  margin-top: 12px;
  width: 280px;
	font-size: 18px;
  color: #343c49;
}
.science-slide-info-know {
  display: block;
  margin-top: 58px;
  width: 180px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border: 1px solid #333;
  font-size: 20px;
  color: #343c49;
  cursor: pointer;
}
.science-slide-info-know:hover {
  color: #fff;
  background-color: #333;
}
.science-pagination {
  position: relative;
  margin-right: 1.1248rem;
  width: 1rem;
  height: 7rem;
  background-color: #343c49;
}
.science-swiper-myNav {
  position: absolute;
  z-index: 5;
	top: 54%;
	right: 10%;
	transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
	width: 100px;
	height: 70%;
	max-height: 600px;
	min-height: 460px;
}
.science-swiper-myNav li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 84px;
  height: 84px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.science-swiper-myNav li img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.science-swiper-myNav .swiper-myNav-big img {
  width: 100%;
  height: 100%;
  box-shadow: 0 0.09rem 0.18rem 0 rgb(0 0 0 / 15%);
}

.science-swiper-myNav .swiper-myNav-active img {
  width: 100%;
  height: 100%;
  transform: scale(1) !important;
  box-shadow: 0 0.09rem 0.18rem 0 rgb(0 0 0 / 15%);
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
@charset "utf-8";

.join-env {
  margin-top: 50px;
}

#join-pcSwiper {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

#join-pcSwiper .swiper-slide {
  /* width: 520px;
  height: 408px; */
  width: 720px;
  height: 408px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
#join-pcSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* height: 408px; */
	/* height: 100%; */
}
#join-pcSwiper .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#join-pcSwiper .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

/* #join-pcSwiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#join-pcSwiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
} */
#join-pcSwiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
} 

#join-pcSwiper .swiper-nav {
  display: none;
}
#join-pcSwiper .current-swiper:hover .swiper-nav {
  display: block;
}
#join-pcSwiper .swiper-button-prev,
#join-pcSwiper .swiper-button-next {
  position: absolute;
  z-index: 9;
  width: 46px;
  height: 46px;
  background: url(./image/join/curr_prev.ab343a.png) no-repeat center center;
  background-size: contain;
}
#join-pcSwiper .swiper-button-prev {
  left: 250px;
}
#join-pcSwiper .swiper-button-next {
  right: 250px;
  transform: rotate(180deg);
}
#join-pcSwiper .swiper-button-next:after,
#join-pcSwiper .swiper-button-prev:after {
  display: none;
}

/* banner相关 */
.sci {
  margin-bottom: 106px;
}

.sci-main {
  margin: 0 auto;
  padding-top: 64px;
  max-width: 1920px;
}

.sci-app {
  padding: 8px;
}

.sci-app-list a {
  display: flex;
  align-items: center;
  padding: 0 0.4rem;
	height: 2.08rem;
  border-radius: 8px;
  font-size: 0.32rem;
  background: #f8f8f8;
}
.sci-app-list a:active {
  background: transparent;
}
.sci-app-list a:not(:first-child) {
  margin-top: 10px;
}

.sci-mobile-comLogo img {
  width: 1.28rem;
}

.sci-mobile-comInfo {
  flex: 1;
  margin: 0 0 0 16px;
  padding-right: 30px;
  background: #f8f8f8 url(./image/science/arrow.066b60.png) right center no-repeat;
  background-size: 16px 16px;
}

.sci-mobile-comInfo-tit {
  padding-right: 35px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.sci-mobile-comInfo p {
  /* margin-top: 5px; */
	line-height: .34rem;
  font-size: 12px;
  color: #777d87;
}

.sci-skillCard-list {
  margin-top: 0.16rem;
}

.sci-skillCard-list li {
}

.sci-skillCard-list li img {
  width: 100%;
}

.welfare-main {
  position: relative;
  margin: 0 auto 1rem;
  background-color: #fff;
}

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

.welfare-banner {
	position: relative;
  /* background-image: url('../image/welfare/banner.png');
  background-size: cover;
  color: #fff; */
}

.welfare-banner-tit {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%);
	width: 6.8rem;
	max-width: 680px;
}

.welfare-intro {
  display: flex;
  justify-content: space-between;
	align-items: center;
  margin: 1.181rem auto 0;
  padding: .6299rem 2.1596rem 0;
  color: rgba(52, 60, 73, 1);
  /* background: url(../image/welfare/tit-intro.png) 2.1596rem top no-repeat;
  background-size: 6.0963rem 1.2935rem; */
}

.welfare-intro:nth-of-type(2n + 1) {
	padding: .8rem 1.92rem;
	background-color: rgba(249, 250, 250, 1);
}

.welfare-intro-infoBox {
  width: 5.8rem;
}

.welfare-intro-comTit {
	font-weight: bold;
	font-size: .6rem;
}

.welfare-intro-imgBox {
  width: 7.8rem;
}

.welfare-intro-imgBox img {
  width: 100%;
}

.welfare-intro-txt {
  margin-top: .3rem;
  line-height: .4rem;
	text-align: justify;
  font-size: .2rem;
  font-weight: 400;
  color: #343c49;
}
.welfare-mobile .mobHomeNav-box {
	box-shadow: none;
}
.welfare-main {
  position: relative;
  margin: 0 auto 1.6872rem;
  background-color: #fff;
}

.welfare-mobBanner-bg {
	width: 100%;
	height: 3.6rem;
}

.welfare-mobBanner {
	position: relative;
  /* background-image: url('../image/welfare/banner.png'); */
  /* background-size: cover; */
  color: #fff;
}

.welfare-mobBanner-tit {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%);
	width: 4.8rem;
}

.welfare-mobIntro {
	margin: .64rem 0;
  padding: 0 .32rem;
}

.welfare-mobIntro-infoBox {
  width: 5.6239rem;
}

.welfare-mobIntro-comTit {
	font-size: .4rem;
	font-weight: bold;
}

.welfare-mobIntro-imgBox {
	margin-top: .24rem;
	width: 100%;
}

.welfare-mobIntro-imgBox img {
  width: 100%;
}

.welfare-mobIntro-txt {
  margin-top: .12rem;
  line-height: .52rem;
  font-size: .26rem;
  font-weight: 400;
  color: rgba(119, 125, 135, 1);
}
