.qk-about-warp {
  background: #ffffff;
}
.qk-about-warp .about-warp {
  padding-bottom: 120px;
}
.qk-about-warp .about-warp p {
  margin-bottom: 0;
}
.qk-about-warp .about-warp .warp {
  width: 1200px;
  margin: auto;
}
.qk-about-warp .about-warp .warp-title h2 {
  font-weight: 600;
  font-size: 40px;
  color: #333333;
  line-height: 56px;
  text-align: left;
}
.qk-about-warp .about-warp .warp-title p {
  font-weight: 400;
  font-size: 23px;
  color: #666;
  line-height: 33px;
  text-align: left;
  margin-top: 24px;
}
.qk-about-warp .about-warp .warp-title em {
  color: #333;
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  padding: 6px 30px;
  height: 40px;
  background: #FFF5E5;
  display: inline-block;
  border-radius: 33px;
}
.qk-about-warp .about-warp .warp-flex {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qk-about-warp .about-warp .warp-flex .warp-title {
  width: 640px;
}
.qk-about-warp .about-warp .warp-flex .img-box {
  flex: none;
  position: relative;
}
.qk-about-warp .about-warp .about-top {
  height: 640px;
  background: #FFF5E5;
  display: flex;
  align-items: center;
}
.qk-about-warp .about-warp .about-top .warp-title h2 {
  font-size: 48px;
  line-height: 67px;
}
.qk-about-warp .about-warp .about-top .warp-title p {
  font-size: 24px;
  line-height: 33px;
}
.qk-about-warp .about-warp .about-top .warp-title em {
  background: #FFD0A7;
  margin-bottom: 15px;
}
.qk-about-warp .about-warp .about-top .img-box .wrap-img {
  height: 620px;
}
.qk-about-warp .about-warp .about-item {
  margin-top: 120px;
}
.qk-about-warp .about-warp .about-item.our-name .img-box .wrap-img {
  height: 500px;
  border-radius: 20px 100px 0 20px;
}
.qk-about-warp .about-warp .about-item.global-warehouse {
  text-align: center;
}
.qk-about-warp .about-warp .about-item.global-warehouse .global-warehouse-content {
  width: 1200px;
  margin: auto;
  background: url('/egg/image/qk/about/image06.png') no-repeat;
  background-size: 100%;
  background-position-y: 75px;
}
.qk-about-warp .about-warp .about-item.global-warehouse .warp-title {
  width: 100%;
}
.qk-about-warp .about-warp .about-item.global-warehouse .warp-title h2,
.qk-about-warp .about-warp .about-item.global-warehouse .warp-title p {
  text-align: center;
}
.qk-about-warp .about-warp .about-item.global-warehouse .img-box {
  margin-top: 48px;
}
.qk-about-warp .about-warp .about-item.global-warehouse .img-box .wrap-img {
  width: 1200px;
}
.qk-about-warp .about-warp .about-item.our-mission .img-box {
  position: relative;
  width: 434px;
  height: 500px;
}
.qk-about-warp .about-warp .about-item.our-mission .img-box .wrap-img {
  height: 480px;
  border-radius: 20px 100px 0 20px;
}
.qk-about-warp .about-warp .about-item.our-mission .img-box .extra-img-1 {
  position: absolute;
  height: 234px;
  bottom: -8px;
  right: -8px;
  border-radius: 0;
}
.qk-about-warp .about-warp .about-item.our-people .img-box .wrap-img {
  height: 500px;
  border-radius: 20px 100px 0px 20px;
}
.qk-about-warp .about-warp .about-item.our-people .company {
  display: flex;
  align-items: flex-start;
}
.qk-about-warp .about-warp .about-item.our-people .company.company-name {
  margin-top: 39px;
  margin-bottom: 24px;
}
.qk-about-warp .about-warp .about-item.our-people .company .company-img-box {
  flex: none;
  margin-right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qk-about-warp .about-warp .about-item.our-people .company .company-info {
  font-size: 20px;
  line-height: 28px;
  color: #333;
}
.qk-about-warp .about-warp .about-item.our-people .company .company-info .company-info-title {
  color: #666;
  margin-bottom: 4px;
}
.qk-about-warp .about-warp .about-item.our-people .company .company-info .company-info-address {
  width: 450px;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.qk-about-warp .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.qk-about-warp .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.qk-about-warp .noAnimated {
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
}
