/* 全局样式 */
* {
  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;
}

.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;
} */


