html {
  font-size: 100px;
  font-family: 'PingFangSC';
}
body{background: #FFF; font-family: 'PingFangSC';}

.margin-top16 {
  margin-top: 0.16rem;
}
.about-content-box {
  margin: 0.73rem auto 0;
  width: 12rem;
  padding-top: 0.4rem;
}
.box-title {
  position: relative;
}
.about-title {
  width: 2.76rem;
  height: 0.62rem;
}
.title-name {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.44rem;
  line-height: 0.62rem;
  color: #1e1e1e;
  font-weight: 500;
  z-index: 10;
}
.line-yellow {
  position: absolute;
  bottom: 0.02rem;
  left: 0;
  width: 100%;
  height: 0.32rem;
  background: linear-gradient(to right bottom, #F9F764, #EAC81C);
  z-index: 8;
}
.about-text {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #2B2400;
  line-height: 0.33rem;
}
.about-pattern {
  margin-top: 0.4rem;
  width: 2.4rem;
  height: 0.62rem;
}
.box-pattern {
  position: relative;
  margin-top: 0.56rem;
  width: 100%;
  height: 4.94rem;
  overflow: hidden;
}
.video-introduce {
  margin-top: 1.07rem;
  width: 4.17rem;
}
.video-introduce-title {
  font-size: 0.42rem;
  line-height: 0.52rem;
  color: '#222328';
  font-weight: 500;
}
.video-introduce-text {
  margin-top: 0.16rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: '#2B2400';
  line-height: 0.33rem;
}
.box-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.01rem;
  height: 4.94rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/ipad.png');
}
video:focus {
  outline: -webkit-focus-ring-color auto 0;
}
.video-info {
  margin-top: 0.311rem;
  margin-left: 0.63rem;
  width: 5.79rem;
  height: 4.34rem;
  outline: none;
}
.box-title-font4 {
  margin-top: 0.4rem;
  width: 1.88rem;
  height: 0.62rem;
}
.brand-img-bak {
  margin-top: -0.79rem;
  width: 12rem;
  height: 5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.brand-box {
  width: 13.6rem;
  height: 5.39rem;
  overflow: hidden;
  display: flex;
  position: relative;
  margin-bottom: 0.5rem; 
}
.shadow-div {
  height: 100%;
  width: 0.52rem;
  position: absolute;
  top: 0;
  z-index: 99999;
}
.sha-left {
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.sha-right {
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.brand-img {
  width: 45.52rem;
  height: 5.39rem;
  animation: move linear 40s infinite;
}
.marl20 {
  margin-left: -15px;
}
@keyframes move {
  0%{
      transform: translateX(0);
  }
  100%{
      transform: translateX(-45.52rem);
  }
}

.box-originate {
  margin-top: 0.29rem;
  width: 10.8rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}
.originate-person {
  width: 3.4rem;
  margin-left: 0.2rem;
}
.person-img {
  width: 3.4rem;
  height: 3.4rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.person-img1 {
  background-image: url('../img/xujiaqi.jpg');
}
.person-img2 {
  background-image: url('../img/shizhongshan.jpg');
}
.person-img3 {
  background-image: url('../img/jiangzilong.jpg');
}
.person-img4 {
  background-image: url('../img/lishijin.jpg');
}
.person-img5 {
  background-image: url('../img/guanguibin.jpg');
}

.person-name {
  margin-top: 0.3rem;
  font-size: 0.28rem;
  color: #000000;
  font-weight: 500;
  text-align: center;
  line-height: 0.38rem;
}
.person-appellation {
  text-align: center;
  font-size: 0.24rem;
  color: #888888;
  font-weight: 500;
}
.person-introduce {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.person-introduce:hover {
  opacity: 1;
}
.person-introduce-text {
  position: absolute;
  bottom: 0;
  left: 0;
  /*padding: 0 0.2rem 0.14rem 0.2rem;*/
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.35rem;
  word-break: break-all;
  /*text-align: justify;*/
  text-align: center;
  width: 100%;
}
.corporate-culture {
  margin-top: 0.4rem;
  font-size: 0.2rem;
  color: #2B2400;
  line-height: 0.36rem;
}
.corporate-culture-tit {
  font-size: 0.25rem;
  font-weight: 500;
}
.corporate-culture-box {
  display: flex;
  flex-direction: row;
  margin-top: 0.4rem;
}
.corporate-culture-new {
  font-size: 0.2rem;
  color: #2B2400;
  line-height: 0.36rem;
}
.margin-top40 {
  margin-top: 0.4rem;
}



.flex-row {
  display: flex;
  align-items: center;
}

.content-box {
  width: 100%;
  min-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-top {
  margin-top: 60px;
  width: 100%;
  height: 4.5rem;
  background-image: url('../img/about-us-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  color: #fff;
  flex-direction: column;
}
.about-name {
  font-size: 0.48rem;
  font-weight: 600;
  padding-top: 0.72rem;
}
.about-text {
  font-size: 0.24rem;
  font-weight: 400;
  width: 13.6rem;
  margin-top: 0.2rem;
  text-align: center;
  color: #fff;
}
.yellow-color {
  color: rgba(248, 231, 28, 1);
}
.jiandan-sport{
  margin-top: 1rem;
  font-size: 0.56rem;
  font-weight:600;
  color:rgba(30,30,30,1);
  line-height:0.79rem;
}



.honor-box {
  width: 100%;
  height: 11.5rem;
  background-image: url('../img/honor-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-direction: column;
}
.jd-honor {
  width: 4.75rem;
  height: 9.04rem;
  margin-right: 0.49rem;
  margin-top: 0.32rem;
}
.y-cir {
  width: 0.2rem;
  height: 0.2rem;
  background: rgba(253, 225, 10, 1);
  margin-right: 0.2rem;
  border-radius: 0.1rem;
}
.honor-text {
  color: rgba(0, 0, 0, 1);
  font-size: 0.24rem;
  line-height: 0.52rem;
}
.mart50 {
  margin-top: 0.5rem !important;
}
.culture-box {
  display: flex;
  margin-bottom: 0.04rem;
}
.culture-tit {
  width: 3.59rem;
  display: flex;
  align-items: center;
  padding-left: 0.4rem;
  background: rgba(253, 225, 10, 1);
  margin-right: 0.06rem;
  font-size: 0.28rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
}
.culture-cont {
  width: 9.55rem;
  padding: 0.28rem;
  background: rgba(243, 243, 244, 1);
  font-size: 0.24rem;
  color: rgba(51, 53, 60, 0.7);
}
.marb32 {
  margin-bottom: 0.32rem;
}
.logo-para {
  width: 1.52rem;
  height: 1.52rem;
  margin-top: 0.32rem;
  margin-bottom: 0.12rem;
}
.name-para {
  font-size: 0.4rem;
  font-weight: 500;
  margin-bottom: 0.32rem;
  color: rgba(0, 0, 0, 1);
}
.my-name {
  padding: 0 0.36rem;
  height: 0.98rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 237, 102, 0.61) 52.55%, rgba(253, 225, 10, 1) 100%);
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
}
