@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
  cursor: pointer;
}
a {
  text-decoration: none;
}
body {
  background: rgba(250, 250, 250, 1);
}

.product-wrap {
  min-height: 200px;
  background: rgba(250, 250, 250, 1);
}
#headerbox {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}

.header-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-top: 20px;
}

.logo {
  width: 141px;
}

.logoText {
  width: 68px;
  margin-left: 18px;
  display: flex;
  flex-direction: column;
}

.text1 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}

.text2 {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 12px;
  letter-spacing: 5px;
  margin-top: 8px;
}

.nav-wrap {
  width: 780px;
  margin-left: 55px;
}

.nav-wrap ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding-top: 16px;
  text-align: center;
  border-top: 2px solid #ffffff;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #333333;
  margin-right: 40px;
}

.nav-wrap ul li:nth-last-child(1) {
  margin-right: 0px;
}

.nav-wrap ul li.active {
  border-top: 2px solid #f53535;
  color: #f53535;
}

.nav-wrap ul li.active a {
  color: #f53535;
}

.nav-wrap ul li:hover {
  border-top: 2px solid #f53535;
}

.nav-wrap ul li:hover a {
  color: #f53535;
}

.nav-wrap ul li a {
  color: #333333;
}

.nav {
  display: flex;
  justify-content: space-around;
}

.textImage {
  margin-left: 33px;
  width: 40px;
}
.banner-wrap {
  min-width: 1200px;
  height: 320px;
  background-image: url("../img/teambanner.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  margin-top: 81px;
}
.banner-text {
  height: 130px;
  width: 380px;
  margin-left: 260px;
}
.banner-text p {
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 40px;
  margin-bottom: 20px;
}
.banner-text span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 22px;
}
.team-flow-wrap {
  width: 1200px;
  height: 544px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-top: -55px;
  padding-top: 56px;
}
.team-flow-tittle {
  display: block;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 32px;
  text-align: center;
  position: relative;
}
.flow-line-left,
.flow-line-right {
  width: 200px;
  height: 1px;
  background: rgba(216, 216, 216, 1);
  position: absolute;
  top: 15px;
}
.flow-line-left {
  left: 320px;
}
.flow-line-right {
  right: 320px;
}
.team-flow-box {
  width: 100%;
  height: 200px;
  margin-top: 80px;
}
.team-flow-box ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.team-flow-box ul li {
  width: 300px;
  height: 200px;
  display: flex;
  justify-content: space-between;
}
.team-flow-left {
  width: 140px;
  margin-left: 80px;
}
.team-flow-img {
  width: 140px;
  height: 110px;
  padding-top: 30px;
  background: linear-gradient(
    135deg,
    rgba(245, 85, 53, 1) 0%,
    rgba(191, 0, 32, 1) 100%
  );
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.team-flow-img img {
  display: block;
  margin: 0 auto;
}
.team-flow-left span {
  display: block;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
  text-align: center;
  margin-top: 20px;
}
.team-flow-right {
  margin-top: 89px;
}
.team-join-wrap {
  width: 220px;
  height: 60px;
  border: 1px solid rgba(245, 53, 53, 1);
  margin: 0 auto;
  margin-top: 90px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(245, 53, 53, 1);
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.teamwork-main {
  width: 1200px;
  min-height: 400px;
  margin: 0 auto;
  margin-top: 100px;
}
.market-wrap p {
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 40px;
  text-align: center;
}
.market-wrap span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 20px;
  display: block;
  position: relative;
  text-align: center;
}
.left-line,
.right-line,
.left-line2,
.right-line2,
.left-line3,
.right-line3 {
  width: 80px;
  height: 1px;
  background: rgba(216, 216, 216, 1);
  position: absolute;
  top: 10px;
}
.left-line {
  left: 440px;
}
.right-line {
  right: 440px;
}
.left-line2,
.left-line3 {
  left: 456px;
}
.right-line2,
.right-line3 {
  right: 456px;
}
.market-box {
  width: 1200px;
  height: 380px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  display: flex;
}
.market-img {
  width: 600px;
  height: 380px;
}
.market-text {
  width: 460px;
  height: 242px;
  margin: 60px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.teamwork-box2,
.teamwork-box3 {
  margin-top: 100px;
}
.teamwork-box3{
	margin-top: 200px;
}
.advantage-wrap {
  width: 100%;
  height: 492px;
  margin-top: 40px;
}
.advantage-wrap ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.advantage-wrap ul li {
  width: 300px;
  height: 246px;
  margin-top: 50px;
}
.advantage-wrap ul li img {
  display: block;
  margin: 14px 92px 10px 92px;
}
.advantage-wrap ul li span {
  text-indent: 2rem;
  display: block;
  text-align: left;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  padding: 0 20px;
}

.product-bottom {
  margin: 0 auto;
  background: #fff;
  height: 360px;
  min-width: 1200px;
  margin-top: 200px;
}
.bottom-wrap {
  width: 1200px;
  height: 298px;
  margin: 0 auto;
  border-bottom: 1px solid #d8d8d8ff;
  display: flex;
  justify-content: space-between;
}
.bottom-concat {
  width: 240px;
  height: 60px;
  margin-top: 20px;
}
.bottom-concat ul {
  display: flex;
  justify-content: space-between;
}
.bottom-logo {
  width: 141px;
  height: 40px;
  margin-top: 80px;
}
.bottom-mid {
  width: 460px;
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
}

.mid-left p,
.mid-right p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 22px;
  margin-top: 10px;
}
.mid-left .mid-serve,
.mid-right .mid-concat,
.bottom-right .right-wechat {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
}
.code {
  width: 120px;
  height: 120px;
  margin-top: 10px;
  margin-right: 40px;
}
.right-wechat {
  margin: 80px 0 14px 0;
}
.right-wechat img:first-child {
  margin-right: 20px;
}
.bottom-text span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  display: block;
  margin: 0 auto;
  width: 1200px;
  text-align: center;
  margin-top: 20px;
}
/* .serve-wrap {
  width: 160px;
  height: 107px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.service img {
  width: 100%;
  height: 100%;
} */
#newBridge .nb-icon-skin-xc-1 .nb-icon-inner-wrap{
  bottom: 10px;
  background: transparent url('../img/悬浮／客服按钮.png') no-repeat !important;
}