/* 当前位置 start */
.aboutus-current {
  width: 100%;
  margin-top: 156px;
}
/* 当前位置 end */
/* 公司简介 start */
.aboutus-company {
  width: 100%;
  /* margin-top: 5%; */
}
.aboutus-current img {
  width: 100%;
}
.aboutus-company-main {
  width: 94%;
  margin: 0 auto;
  /* height: 887px; */
  background: rgba(255, 255, 255, 1);
  box-shadow: 3px 4px 6px 0px rgba(17, 46, 113, 0.11);
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #fff;
}
.abooutus-company-m-title {
  font-size: 32px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  margin: 0 auto;
  background-color: #fff;
  width: 219px;
  height: 84px;
  text-align: center;
  line-height: 84px;
  position: relative;
  top: -5%;
  border-radius: 12px;
}
.aboutus-company-m-line {
  width: 56px;
  height: 4px;
  background: rgba(217, 44, 40, 1);
  border-radius: 1px;
  margin: 0 auto;
  top: -5%;
  position: relative;
}
.aboutus-company-m-text {
  margin-top: 5%;
}
.aboutus-company-m-text p {
  width: 92%;
  margin: 0 auto;
  /* border: 1px solid red; */
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 33px;
}
/* 公司简介 end */
/* 企业文化 start */
.aboutus-culture {
  width: 100%;
  margin-top: 5%;
}
.aboutus-culture-main {
  /* border: 1px solid red; */
  /* height: 400px; */
  margin-top: 24px;
  position: relative;
}
.aboutus-culture-m-bg img {
  width: 100%;
}
.aboutus-culture-m-body {
  width: 94%;
  margin: 0 auto;
  /* border: 1px solid red; */
  position: absolute;
  top: 20px;
  margin-left: 22px;
}
.aboutus-culture-m-b-one {
  /* height: 140px; */
  box-shadow: 3px 4px 6px 0px rgba(17, 46, 113, 0.11);
  border-radius: 3px;
  border: 1px solid #fff;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 20px;
  padding: 15px 0px;
}
.aboutus-culture-m-b-one img {
  /* width: 100%; */
}
.aboutus-culture-m-b-o-left {
  margin-top: 33px;
  margin-left: 38px;
}
.aboutus-culture-m-b-o-right {
  margin-left: 6px;
  /* margin-top: 27px; */
}
.aboutus-culture-m-b-o-title {
  width: 112px;
  height: 40px;
  font-size: 28px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 40px;
  margin: 0px;
}
.aboutus-culture-m-b-o-right span p{
  width: 95%;
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 36px;
  margin: 0px;
  /* margin-bottom: 34px; */
}
.home-scroll {
  top: 79%;
  left: 84%;
  position: absolute;
}
/* 企业文化 end */
