@import url('./about_cooperate.css');
.about-module .focus {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  overflow: hidden
}

.about-module .focus .img {
  width: 100%;
  overflow: hidden
}

.about-module .focus .img .item {
  position: relative;
  width: auto;
  text-align: center;
  overflow: hidden
}
.about-module .focus .img .item img {
  width: 100%
}
.about-module .focus .img .big-title .bg-color {
  position: relative;
  height: 59px;
  height: 3.6875rem;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.about-module .focus .img .big-title h1 {
  color: #0058C7;
}
.about-module .focus .img .big-title h2 {
  position: absolute;
  left: 20px;
  left: 1.25rem;
  top: 10px;
  top: 0.625rem;
  color: #0058C7;
}

/* 公司介绍 */
.about-introduce {
  position: relative;
  padding: 152px 0 0;
  padding: 9.5rem 0 0;
  width: 100%;
  height: 896px;
  height: 56rem;
}
.about-introduce .about-introduce-content {
  margin: 0 auto;
  width: 1440px;
  width: 90rem;
  height: 649px;
  height: 40.5625rem;
}
.about-introduce .about-introduce-content .module-title {
  margin-bottom: 95px;
  margin-bottom: 5.9375rem;
}
.about-introduce .nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -50px;
  top: -3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1440px;
  width: 90rem;
  height: 110px;
  height: 6.875rem;
  border-radius: 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.64706)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.64706) 0%, #FFFFFF 100%);
  border: 1px solid #FFFFFF;
  border: 0.0625rem solid #FFFFFF;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(1.875rem);
          backdrop-filter: blur(1.875rem);
  -webkit-box-shadow: 0 0.625rem 2.5rem 0 rgba(0, 88, 199, 0.07843);
          box-shadow: 0 0.625rem 2.5rem 0 rgba(0, 88, 199, 0.07843);
}
.nav-bar .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 940px;
  width: 58.75rem;
}
.nav-bar .item-box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  width: 8.75rem;
  height: 46px;
  height: 2.875rem;
  border-radius: 1.4375rem;
}
.nav-bar .item-box .item a {
  color: #212937;
  font-weight: medium;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0;
  text-align: center;
}
.nav-bar .item-box .active {
  border: 1px solid #36A9F8;
  border: 0.0625rem solid #36A9F8;
  background: rgba(0, 88, 199, 0.09804);
}
.nav-bar .item-box .active span {
  color: #0058C7;
}
.about-introduce .about-introduce-content .content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1440px;
  width: 90rem;
  height: 468px;
  height: 29.25rem;
}
.about-introduce-content .content-bottom .content-left {
  margin-top: 44px;
  margin-top: 2.75rem;
  width: 675px;
  width: 42.1875rem;
  height: 379px;
  height: 23.6875rem;
  background-size: 100% 100%;
}
.content-bottom .content-left video {
  width: 675px;
  width: 42.1875rem;
  height: 379px;
  height: 23.6875rem;
}
.about-introduce-content .content-bottom .content-right {
  width: 705px;
  width: 44.0625rem;
  height: 648px;
  height: 40.5rem;
}
.about-introduce-content .content-bottom .content-right p {
  margin: 0;
  color: #212937;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0;
  overflow: hidden;
}

/* 企业文化 */
.about-culture {
  position: relative;
  width: 100%;
  height: 914px;
  height: 57.125rem;
}
.about-culture .bg-img {
  position: absolute;
  right: 0;
  bottom: -56px;
  bottom: -3.5rem;
  z-index: 1;
  width: 1073px;
  width: 67.0625rem;
  height: 1073px;
  height: 67.0625rem;
  background: url('../images/about/icon_as_bg.png') no-repeat;
  background-size: 100% 100%;
}
.about-culture .about-culture-content {
  padding-top: 92px;
  padding-top: 5.75rem;
  width: 100%;
  height: 744px;
  height: 46.5rem;
  margin: 0 auto;
  background: #F5F7FA;
}
.about-culture .about-culture-content .module-title {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
.about-culture-content .culture-content-bottom {
  position: relative;
  width: 1440px;
  width: 90rem;
  margin: 0 auto;
}
.culture-content-bottom .content-left {
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}
.culture-content-bottom .content-left .left-culture {
  margin-bottom: 53px;
  margin-bottom: 3.3125rem;
  width: 660px;
  width: 41.25rem;
  height: 124px;
  height: 7.75rem;
}
.culture-content-bottom .content-left .title {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  color: #212937;
  font-weight: bold;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-align: left;
}
.culture-content-bottom .content-left .text {
  margin: 0;
  color: #637287;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0;
  text-align: left;
}
.culture-content-bottom .slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 618px;
  width: 38.625rem;
  height: 174px;
  height: 10.875rem;
}
.culture-content-bottom .slogan .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  min-height: 62px;
  min-height: 3.875rem;
  max-height: 82px;
  max-height: 5.125rem;
}
.culture-content-bottom .slogan .item:nth-child(2n - 1) {
  width: 278px;
  width: 17.375rem;
}
.culture-content-bottom .slogan .item:nth-child(2n) {
  width: 340px;
  width: 21.25rem;
}
.culture-content-bottom .slogan .item .bg-icon {
  margin-right: 24px;
  margin-right: 1.5rem;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
}
.culture-content-bottom .slogan .item:nth-child(1) .bg-icon {
  background: url('../images/about/icon_as_culture01.png') no-repeat;
  background-size: 100% 100%;
}
.culture-content-bottom .slogan .item:nth-child(2) .bg-icon {
  background: url('../images/about/icon_as_culture02.png') no-repeat;
  background-size: 100% 100%;
}
.culture-content-bottom .slogan .item:nth-child(3) .bg-icon {
  background: url('../images/about/icon_as_culture03.png') no-repeat;
  background-size: 100% 100%;
}
.culture-content-bottom .slogan .item:nth-child(4) .bg-icon {
  background: url('../images/about/icon_as_culture04.png') no-repeat;
  background-size: 100% 100%;
}
.culture-content-bottom .slogan .item h3 {
  margin: 0 0 6px;
  margin: 0 0 0.375rem;
  color: #212937;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 36px;
  line-height: 2.25rem;
  letter-spacing: 0;
  text-align: left;
}
.culture-content-bottom .slogan .item p {
  color: #637287;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-align: left;
  overflow: hidden;
}
.culture-content-bottom .slogan .item:nth-child(2n) p {
  width: 284px;
  width: 17.75rem;
}
.culture-content-bottom .content-bottom {
  position: absolute;
  left: 0;
  bottom: -186px;
  bottom: -11.625rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1440px;
  width: 90rem;
  height: 158px;
  height: 9.875rem;
  border-radius: 1.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#0058C7), to(#1875F0));
  background: linear-gradient(180deg, #0058C7 0%, #1875F0 100%);
  border: 1px solid #FFFFFF;
  border: 0.0625rem solid #FFFFFF;
  -webkit-box-shadow: 0.5rem 0.5rem 1.25rem 0 rgba(0, 88, 199, 0.09804);
          box-shadow: 0.5rem 0.5rem 1.25rem 0 rgba(0, 88, 199, 0.09804);
}
.content-bottom .bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  width: 22.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.29804);
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.29804);
}
.content-bottom .bottom-item:last-child {
  border: 0;
}
.content-bottom .bottom-item .item-box {
  text-align: center;
}
.content-bottom .bottom-item .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 68px;
  font-size: 4.25rem;
  line-height: 64px;
  line-height: 4rem;
  letter-spacing: 0;
  text-align: center;
}
.content-bottom .bottom-item .number .unit {
  color: #FFFFFF;
  font-weight: medium;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-align: center;
}
.content-bottom .bottom-item p {
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0;
  text-align: center;
}

/* 发展历程 */
.about-history {
  padding-bottom: 96px;
  padding-bottom: 6rem;
}
.about-history .about-history-content .module-title {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
.about-history-content .history-content-bottom {
  width: 100%;
  height: 575px;
  height: 35.9375rem;
}
.about-history-content .history-content-bottom .nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
  width: 100%;
  height: 44px;
  height: 2.75rem;
}
.history-content-bottom .nav-bar .prev {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.1875rem 0.625rem 0 rgba(0, 88, 199, 0.09804);
          box-shadow: 0 0.1875rem 0.625rem 0 rgba(0, 88, 199, 0.09804);
  background: url('../images/about/button-prev.png') no-repeat;
  background-position: -10px -7px;
  background-position: -0.625rem -0.4375rem;
  background-size: 150% 150%;
  cursor: pointer;
}
.history-content-bottom .nav-bar .next {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.1875rem 0.625rem 0 rgba(0, 88, 199, 0.09804);
          box-shadow: 0 0.1875rem 0.625rem 0 rgba(0, 88, 199, 0.09804);
  background: url('../images/about/button-next.png') no-repeat;
  background-position: -10px -7px;
  background-position: -0.625rem -0.4375rem;
  background-size: 150% 150%;
  cursor: pointer;
}
.history-content-bottom .nav-bar .nav-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px;
  margin: 3.75rem;
  width: 1440px;
  width: 90rem;
  height: 44px;
  height: 2.75rem;
}
.history-content-bottom .nav-bar .nav-center .item {
  color: #637287;
  font-weight: bold;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}
.history-content-bottom .nav-bar .nav-center .active {
  color: #212937;
  font-weight: bold;
  font-size: 48px;
  font-size: 3rem;
  line-height: 44px;
  line-height: 2.75rem;
}
.history-content-bottom .history-box {
  width: 100%;
  overflow: hidden;
}
.history-content-bottom .history-box .history-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* transition: all 0.1s linear; */
}
.history-content-bottom .history-box::-webkit-scrollbar {
  width: 0;
}
.history-content-bottom .history-box .history-item {
  margin-right: 44px;
  margin-right: 2.75rem;
}
.history-content-bottom .history-box .history-item:last-child {
  margin-right: 0;
}
.history-box .history-item .history-bg {
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
  width: 460px;
  width: 28.75rem;
  height: 234px;
  height: 14.625rem;
  border-radius: 0.625rem;
}
.history-box .history-item .history-bg img {
  width: 100%;
  height: 100%;
}
.history-box .history-item .year {
  padding-left: 21px;
  padding-left: 1.3125rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.history-box .history-item .year span {
  color: #212937;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  line-height: 23px;
  line-height: 1.4375rem;
  letter-spacing: 0;
  text-align: left;
}
.history-box .history-item .year .unit {
  color: #637287;
  font-weight: regular;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 12px;
  line-height: 0.75rem;
}
.history-box .history-item .text-box {
  padding-left: 21px;
  padding-left: 1.3125rem;
}
.history-box .history-item .text-box .text {
  position: relative;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding-left: 18px;
  padding-left: 1.125rem;
  width: 400px;
  width: 25rem;
  color: #212937;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: left;
}
.history-box .history-item .text-box .text::before {
  position: absolute;
  left: 2px;
  left: 0.125rem;
  top: 7px;
  top: 0.4375rem;
  display: block;
  content: '';
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(95.14deg, #0058C7 0%, #1875F0 100%);
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 88, 199, 0.24706);
          box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 88, 199, 0.24706);
}

/* 企业荣誉 */
.about-honors .about-honors-content {
  padding: 92px 0 100px;
  padding: 5.75rem 0 6.25rem;
  width: 100%;
}
.about-honors .about-honors-content .module-title {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
.about-honors .about-honors-content .honors-container {
  position: relative;
  margin: 0 auto;
  width: 1440px;
  width: 90rem;
  height: 620px;
  height: 38.75rem;
}
.about-honors .about-honors-content .honors-box {
  overflow: hidden;
}
.about-honors .about-honors-content .honors-container .prev {
  position: absolute;
  left: -75px;
  left: -4.6875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  -webkit-box-shadow: 0 0.1875rem 0.625rem 0 rgba(0, 88, 199, 0.09804);
          box-shadow: 0 0.1875rem 0.625rem 0 rgba(0, 88, 199, 0.09804);
  border-radius: 50%;
  background: url('../images/about/button-prev.png') no-repeat;
  background-position: -10px -7px;
  background-position: -0.625rem -0.4375rem;
  background-size: 150% 150%;
  cursor: pointer;
}
.about-honors .about-honors-content .honors-container .next {
  position: absolute;
  right: -75px;
  right: -4.6875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.1875rem 0.625rem 0 rgba(0, 88, 199, 0.09804);
          box-shadow: 0 0.1875rem 0.625rem 0 rgba(0, 88, 199, 0.09804);
  background: url('../images/about/button-next.png') no-repeat;
  background-position: -10px -7px;
  background-position: -0.625rem -0.4375rem;
  background-size: 150% 150%;
  cursor: pointer;
}
.about-honors .about-honors-content .honors-wall {
  position: relative;
  left: 0;
  top: 0;
  display: grid;
  grid-template-rows: repeat(2, 18.75rem);
  grid-template-columns: repeat(23, 16.875rem);
  gap: 20px;
  gap: 1.25rem;
  height: 620px;
  height: 38.75rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.honors-wall .item {
  width: 270px;
  width: 16.875rem;
  height: 300px;
  height: 18.75rem;
  border-radius: 0.375rem;
  background: #FFFFFF;
  overflow: hidden;
}
.honors-wall .item .img-box {
  padding: 7px;
  padding: 0.4375rem;
}
.honors-wall .item .img-box img {
  width: 256px;
  width: 16rem;
  height: 175px;
  height: 10.9375rem;
}
.honors-wall .item .bottom {
  padding: 20px 0 0 20px;
  padding: 1.25rem 0 0 1.25rem;
  border: 1px solid #FFFFFF;
  border: 0.0625rem solid #FFFFFF;
  -webkit-box-shadow: 0 0.125rem 0.4375rem 0 rgba(0, 88, 199, 0.09804);
          box-shadow: 0 0.125rem 0.4375rem 0 rgba(0, 88, 199, 0.09804);
}
.honors-wall .item .year {
  color: #212937;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  letter-spacing: 0;
  text-align: left;
}
.honors-wall .item .year .unit {
  color: #637287;
  font-weight: regular;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 12px;
  line-height: 0.75rem;
  text-align: left;
}
.honors-wall .item .text {
  margin-top: 14px;
  margin-top: 0.875rem;
  color: #637287;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-align: left;
}

/* 企业资质 */
.about-qualifications {
  width: 100%;
}
.about-qualifications .about-qualifications-content {
  margin: 0 auto;
  padding: 92px 0 100px;
  padding: 5.75rem 0 6.25rem;
  width: 1440px;
  width: 90rem;
}
.about-qualifications .about-qualifications-content .module-title {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
.about-qualifications .qualifications-wall {
  width: 100%;
}
.qualifications-wall .wall-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 290px;
  height: 18.125rem;
}
.qualifications-wall .wall-top .item {
  width: 243px;
  width: 15.1875rem;
  height: 290px;
  height: 18.125rem;
}
.wall-top .item .img-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 11px;
  padding: 1.125rem 0.6875rem;
  width: 243px;
  width: 15.1875rem;
  height: 200px;
  height: 12.5rem;
  display: flex;
  align-items: center;
  border: 1px solid #D9E7FA;
  border: 0.0625rem solid #D9E7FA;
  border-radius: 0.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#F3F5F8), to(#FFFFFF));
  background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
  -webkit-box-shadow: 0 0.125rem 1.875rem 0 rgba(0, 88, 199, 0.05882);
          box-shadow: 0 0.125rem 1.875rem 0 rgba(0, 88, 199, 0.05882);
}
.wall-top .item .img-box:hover {
  border: 1px solid #9CC2F5;
  border: 0.0625rem solid #9CC2F5;
}
.wall-top .item .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 17px;
  padding: 1.5rem 1.0625rem;
}
.wall-top .item .year {
  color: #212937;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  letter-spacing: 0;
  text-align: center;
}
.wall-top .item .year .unit {
  color: #637287;
  font-weight: regular;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 12px;
  line-height: 0.75rem;
  text-align: left;
}
.wall-top .item .text {
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #637287;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.0625rem;
  letter-spacing: 0;
  text-align: center;
}
.qualifications-wall .wall-center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding: 0 109px;
  padding: 0 6.8125rem;
  width: 100%;
  height: 24px;
  height: 1.5rem;
}
.wall-center .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 12px;
  height: 0.75rem;
  border-bottom: 1px solid #DAE7F7;
  border-bottom: 0.0625rem solid #DAE7F7;
}
.wall-center .big-dot {
  position: relative;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  border-radius: 50%;
  opacity: 1;
  background: linear-gradient(95.14deg, #0058C7 0%, #1875F0 100%);
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 88, 199, 0.24706);
          box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 88, 199, 0.24706);
}
.wall-center .big-dot .small-dot {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-0.375rem, -0.375rem);
          transform: translate(-0.375rem, -0.375rem);
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  border-radius: 50%;
  opacity: 0.15000000596046448;
  background: #0860D6;
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 88, 199, 0.24706);
          box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 88, 199, 0.24706);
}
.qualifications-wall .wall-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.qualifications-wall .wall-bottom .item {
  margin-right: 56px;
  margin-right: 3.5rem;
  width: 243px;
  width: 15.1875rem;
}
.qualifications-wall .wall-bottom .item:last-child {
  margin-right: 0;
}
.wall-bottom .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 17px 5px;
  padding: 1.5rem 1.0625rem 0.3125rem;
}
.wall-bottom .item .year {
  color: #212937;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  letter-spacing: 0;
  text-align: center;
}
.wall-bottom .item .year .unit {
  color: #637287;
  font-weight: regular;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 12px;
  line-height: 0.75rem;
  text-align: left;
}
.wall-bottom .item .text {
  margin-top: 10px;
  margin-top: 0.625rem;
  height: 34px;
  height: 2.125rem;
  color: #637287;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.0625rem;
  letter-spacing: 0;
  text-align: center;
}
.wall-bottom .item .img-box {
  padding: 15px 12px;
  padding: 0.9375rem 0.75rem;
  height: 335px;
  height: 20.9375rem;
  border: 1px solid #D9E7FA;
  border: 0.0625rem solid #D9E7FA;
  border-radius: 0.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#F3F5F8), to(#FFFFFF));
  background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
  -webkit-box-shadow: 0 0.125rem 1.875rem 0 rgba(0, 88, 199, 0.05882);
          box-shadow: 0 0.125rem 1.875rem 0 rgba(0, 88, 199, 0.05882);
}
.wall-bottom .item .img-box:hover {
  border: 1px solid #9CC2F5;
  border: 0.0625rem solid #9CC2F5;
}
.wall-bottom .item .img-box img {
  width: 216px;
  width: 13.5rem;
  height: 306px;
  height: 19.125rem;
}