@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);
}

.about-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: 400px;
  background-image: url("../img/about-banner.png");
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  margin-top: 81px;
}
.about-main {
  width: 1200px;
  min-height: 800px;
  margin: 0 auto;
  margin-top: 30px;
}
.test-wrap {
  /* height: 300px; */
  margin: 0 auto;
}
.test-wrap p {
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 40px;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}
.about-nav {
  display: block;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  margin-top: 2px;
}
.left-line,
.right-line {
  width: 80px;
  height: 1px;
  background: rgba(216, 216, 216, 1);
  position: absolute;
  top: 10px;
}
.left-line {
  left: 40%;
}
.right-line {
  right: 40%;
}
.test-wrap .about-us {
  display: block;
  width: 80%;
  /* height: 154px; */
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  text-indent: 2rem;
}
.dangImgs-wrap {
  height: 256px;
  margin: 0 auto;
  margin-top: 54px;
}
.dangImgs-wrap ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.dangImgs-wrap ul li{
  width: 256px;
  height: 256px;
}
/* .dangImgs-wrap ul li {
  width: 240px;
  height: 240px;
  border: 8px solid #fff;
  border-radius: 50%;
}
.dangImgs-wrap ul li img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
} */
.team-wrap {
  height: 62px;
  margin: 0 auto;
}
.team-wrap p {
  height: 40px;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  margin-top: 90px;
}
.about-team {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.teamleft-line,
.teamright-line {
  width: 80px;
  height: 1px;
  background: rgba(216, 216, 216, 1);
  position: absolute;
  top: 10px;
}
.teamleft-line {
  left: 36%;
}
.teamright-line {
  right: 36%;
}
.team-member-wrap {
  height: 500px;
  margin-top: 60px;
}
.team-member-wrap ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.team-member-wrap ul li {
  width: 240px;
  height: 500px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}
.team-member-img {
  width: 100%;
  height: 280px;
  background: linear-gradient(
    135deg,
    rgba(245, 85, 53, 1) 0%,
    rgba(191, 0, 32, 1) 100%
  );
  margin: 0 auto;
  text-align: center;
}
.team-member-img img {
  margin-top: 20px;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}
.team-member-img p {
  margin-top: 10px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 28px;
}
.team-member-img span {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 32px;
  display: block;
  position: relative;
}
.member-left-line,
.member-right-line {
  position: absolute;
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
  top: 16px;
}
.member-left-line {
  left: 10%;
}
.member-right-line {
  right: 10%;
}
.team-member-text {
  width: 100%;
  height: 220px;
  background: rgba(255, 255, 255, 1);
}
.team-member-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;
  padding: 20px 30px 0 30px;
}
.develop-wrap {
  height: 170px;
  margin: 0 auto;
}
.develop-wrap p {
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
}
.develop-wrap .about-develop {
  display: block;
  position: relative;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 20px;
  margin: 0 auto;
  text-align: center;
}
.develop-left-line,
.develop-right-line {
  width: 80px;
  height: 1px;
  background: rgba(216, 216, 216, 1);
  position: absolute;
  top: 10px;
}
.develop-left-line {
  left: 35%;
}
.develop-right-line {
  right: 35%;
}
.develop-text {
  width: 520px;
  height: 66px;
  display: block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}
.develop-history-wrap {
  height: 150px;
  margin-top: 60px;
  padding-top: 50px;
  background: linear-gradient(
    135deg,
    rgba(245, 85, 53, 1) 0%,
    rgba(191, 0, 32, 1) 100%
  );
}
.develop-history-wrap ul {
  display: flex;
}
.develop-history-wrap ul li {
  /* float: left; */
  width: 238px;
  height: 100px;
  text-align: center;
  line-height: 147px;
  border-right: 1px solid #fff;
}
.develop-history-wrap ul li:last-child {
  border-right: none;
}
.year {
  display: block;
  width: 240px;
  /* height: 40px; */
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 70px;
}
.develop-history-wrap ul li span {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
}
.develop-text2 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 16px;
  /* margin-top: 10px; */
}
.about-slogan-wrap {
  width: 750px;
  /* height: 834px; */
  margin: 0 auto;
  margin-top: 71px;
}
.about-slogan-box {
  width: 100%;
  height: 278px;
  position: relative;
}
.about-slogan-left,
.about-slogan-right {
  width: 300px;
  height: 168px;
  cursor: pointer;
}
.about-slogan-left {
  float: left;
}
.about-slogan-right {
  float: right;
}
.about-slogan-time {
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 40px;
}
.about-slogan-tittle {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 28px;
}
.about-slogan-text {
  margin-top: 10px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 22px;
}
.free-cricle1 {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(245, 53, 53, 1);
  position: absolute;
  top: 0px;
  left: 360px;
  border: 7px solid RGBA(250, 154, 154, 1);
}
.free-line2 {
  width: 1px;
  height: 248px;
  background: rgba(216, 216, 216, 1);
  position: absolute;
  left: 375px;
  top: 30px;
}
.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;
}
.about-slogan-left,.about-slogan-right{
  overflow: hidden;
}
.about-slogan-left:hover img,.about-slogan-right:hover img{
  transform: scale(1.2,1.2);
  transition: 2s;
}
.certificate{
	width: 1200px;
	margin: auto;
}
.certificate img{
	width: 300px;
	height: auto;
	max-height: 400px;
}
.certificate li{
	 /* display:block; */
        /* /* float:left; */ */
       /* width:50px;
        margin-right:10px; */
      /*  white-space:normal;
        word-break : break-all;
        word-wrap: break-word; */
}
.certificate ul{
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: center;
	 
}