#about {
  padding-top: 0.64rem;
}

#about .lw-banner-top {
  height: 6rem;
  width: 100%;
  background-image: url(../../../public/images/about_banner.png);
}

/* ==== 关于我们 - 公司介绍 ==== start */
#about #company .lw-intro-p {
  width: 11.82rem;
  margin: 0.75rem auto 0 auto;
  height: 4.66rem;
}

#about #company .lw-intro-p .lw-part-title-page {
  margin-bottom: 0.39rem;
  text-align: left;
  font-size: 0.3rem;
}

#about #company .lw-intro-p .inner-container {
  display: flex;
  align-items: center;
}

#about #company .lw-intro-p .inner-container .logo img {
  width: 4.66rem;
  height: 4.66rem;
  margin-left: 0.97rem;
  max-width: unset;
}

#about #company .lw-intro-p .inner-container .container p {
  text-align: justify;
  line-height: 0.26rem;
  width: 6.19rem;
  font-size: 0.16rem;
  margin-bottom: 0.15rem;
  font-weight: 400;
}

/* ==== 关于我们 - 公司介绍 ==== end */

/* ==== 关于我们 - 发展历程 ==== start */
#about #company .lw-honor-p .lw-part-title-page {
  margin-top: 0.18rem;
  margin-bottom: 1.5rem;
}

#about #company .lw-honor-p .lw-honor-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 12rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 0.8rem;
}

#about #company .lw-honor-p .lw-honor-history .history_icon {
  position: absolute;
  width: 0.64rem;
  height: 0.64rem;
  left: 50%;
  top: -0.5rem;
  transform: translateX(-50%) translateY(-50%);
}

#about #company .lw-honor-p .lw-honor-history .line-history {
  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;
}

#about #company .lw-honor-p .lw-honor-history .line-history .year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: translateX(53%);
  transform: translateX(53%);
}

#about #company .lw-honor-p .lw-honor-history .line-history .year span {
  position: absolute;
  left: -1.4rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.36rem;
  font-weight: 500;
}

#about
  #company
  .lw-honor-p
  .lw-honor-history
  .line-history
  .year:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-transform: translateX(-53%);
  transform: translateX(-53%);
}

#about
  #company
  .lw-honor-p
  .lw-honor-history
  .line-history
  .year:nth-child(2n)
  span {
  left: unset;
  right: -1.4rem;
}

#about
  #company
  .lw-honor-p
  .lw-honor-history
  .line-history
  .year:nth-child(2n)
  .ball {
  right: -0.285rem;
  left: unset;
}

#about
  #company
  .lw-honor-p
  .lw-honor-history
  .line-history
  .year:nth-child(2n)
  .text-item {
  margin-right: 0.2rem;
}

#about
  #company
  .lw-honor-p
  .lw-honor-history
  .line-history
  .year:nth-child(2n)
  .text-item
  p {
  text-align: left;
  font-size: 0.14rem;
}

#about #company .lw-honor-p .lw-honor-history .line-history .year:last-child {
  margin-bottom: 0;
}

#about
  #company
  .lw-honor-p
  .lw-honor-history
  .line-history
  .year.active
  .text-item {
  background: rgba(77, 115, 254, 0.09);
  border: 1px solid rgba(77, 115, 254, 1);
}

#about
  #company
  .lw-honor-p
  .lw-honor-history
  .line-history
  .year.active
  .text-item
  p::before {
  background: rgba(77, 115, 254, 1);
}

#about #company .lw-honor-p .lw-honor-history .line-history .year.active span {
  color: #4972fe;
}

#about #company .lw-honor-p .lw-honor-history .line-history .year.active .ball {
  background: #4972fe;
}

#about
  #company
  .lw-honor-p
  .lw-honor-history
  .line-history
  .year
  .ball::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: rgba(196, 196, 196, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#about
  #company
  .lw-honor-p
  .lw-honor-history
  .line-history
  .year.active::before {
  background: #b3c3ff;
}

#about #company .lw-honor-p .lw-honor-history .line-history .year .ball {
  width: 0.2rem;
  height: 0.2rem;
  background: rgba(171, 171, 171, 1);
  border-radius: 50%;
  position: absolute;
  left: -0.16rem;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#about
  #company
  .lw-honor-p
  .lw-honor-history
  .line-history
  .year:nth-child(2n)
  .ball {
  right: -0.38rem;
}

#about #company .lw-honor-p .lw-honor-history .line-history .year .text-item {
  width: 5.5rem;
  margin-left: 0.2rem;
  padding: 0.18rem 0.36rem;
  background: rgba(240, 240, 240, 1);
}

#about
  #company
  .lw-honor-p
  .lw-honor-history
  .line-history
  .year
  .text-item
  span {
  font-size: 0.2rem;
  line-height: 0.2rem;
}

#about #company .lw-honor-p .lw-honor-history .line-history .year .text-item p {
  color: #000;
  font-weight: 500;
  font-size: 0.14rem;
  margin-bottom: 0.14rem;
  line-height: 0.2rem;
  position: relative;
}

#about
  #company
  .lw-honor-p
  .lw-honor-history
  .line-history
  .year
  .text-item
  p:last-child {
  margin-bottom: 0;
}

#about
  #company
  .lw-honor-p
  .lw-honor-history
  .line-history
  .year
  .text-item
  p::before {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  top: 0.05rem;
  left: -0.16rem;
  border-radius: 50%;
  background: rgba(204, 204, 204, 1);
  display: inline-block;
}

#about #company .lw-honor-p .lw-honor-history .line-history::after {
  content: "";
  display: block;
  height: 105%;
  width: 0.01rem;
  background: #4972fe;
  position: absolute;
  left: 50%;
  z-index: -1;
  top: -8%;
}

/* ==== 关于我们 - 发展历程 ==== end */

/* ==== 联系我们          ==== start */
#about .contact .lw-title {
  font-size: 0.3rem;
  font-weight: 400;
  text-align: center;
}

#about .contact .contact-box {
  display: flex;
  width: 12.2rem;
  justify-content: space-between;
  margin: 0.54rem auto 0.92rem auto;
}

#about .contact .contact-box .contact-item {
  border-radius: 0.04rem;
  padding: 0.3rem 0.52rem 0.42rem 0.44rem;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

#about .contact .contact-box .contact-item:nth-child(1) {
  background-image: url(../../../public/images/contact/contact_img_address.png);
}

#about .contact .contact-box .contact-item:nth-child(2) {
  background-image: url(../../../public/images/contact/contact_img_mail.png);
}

#about .contact .contact-box .contact-item:nth-child(3) {
  background-image: url(../../../public/images/contact/contact_img_phone.png);
}

#about .contact .contact-box .contact-item span {
  margin-bottom: 0.12rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
}

#about .contact .contact-box .contact-item p {
  width: 2.24rem;
  font-size: 0.16rem;
}

/* ==== 联系我们          ==== end */

/* ==== 新闻资讯列表 ==== start */
#about #news .top_news {
  width: 12.2rem;
  height: 6.2rem;
  position: relative;
  margin: 0 auto;
}

#about #news .lw-title {
  text-align: center;
  font-size: 0.3rem;
  margin: 0.67rem 0;
}

#about #news .top_news img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
}

#about #news .top_news .texts {
  box-sizing: border-box;
  width: 100%;
  padding-top: 0.2rem;
  padding-left: 0.34rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  height: 1.6rem;
  bottom: 0;
}

#about #news .top_news .texts .title {
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 0.5rem;
  margin-bottom: 0.12rem;
}

#about #news .top_news .texts .one_word {
  font-size: 0.18rem;
  line-height: 0.16rem;
}

#about #news .news_list {
  width: 12.2rem;
  margin: 0 auto;
  margin-top: 0.42rem;
}

#about #news .news_list .news_detail {
  margin-bottom: 0.39rem;
  height: 280;
  background: #fff;
  display: flex;
  align-items: center;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  padding-left: 0.54rem;
  transition: all 0.3s;
}

#about #news .news_list .news_detail:hover {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #fff;
  box-shadow: 1px 4px 10 2px rgba(0, 0, 0, 0.1);
}

#about #news .news_list .news_detail .time {
  display: flex;
  flex-direction: column;
  line-height: 0.2rem;
  align-items: center;
}

#about #news .news_list .news_detail .time .divider {
  width: 0.56rem;
  height: 0.02rem;
  background-color: #c2c2c2;
  margin-top: 0.3rem;
  margin-bottom: 0.16rem;
}

#about #news .news_list .news_detail .time .day {
  font-size: 0.48rem;
  font-weight: 500;
  margin-top: 0.3rem;
  margin-bottom: 0.16rem;
}

#about #news .news_list .news_detail .time .date {
  color: #a3a3a3;
  font-size: 0.2rem;
  text-wrap: nowrap;
}

#about #news .news_list .news_detail > .divider {
  height: 2.1rem;
  width: 0.01rem;
  background-color: #c2c2c2;
  margin-left: 0.53rem;
  margin-right: 0.33rem;
}

#about #news .news_list .news_detail .cover {
  margin-left: 0.38rem;
}

#about #news .news_list .news_detail .cover img {
  width: 4rem;
  height: 2.8rem;
}

#about #news .news_list .news_detail .content .title {
  margin-bottom: 0.33rem;
  font-size: 0.18rem;
  font-weight: bold;
}

#about #news .news_list .news_detail .content .text {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 0.2rem;
  margin-bottom: 0.33rem;
}

#about #news .news_list .news_detail .content .more a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #7a7a7a;
  cursor: pointer;
}

#about #news .news_list .news_detail .content .more img {
  width: 0.19rem;
  height: 0.15rem;
  margin-left: 0.06rem;
}

#about #news .news-pagination {
  width: 12.2rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 0.62rem;
  margin-bottom: 1.27rem;
}

#about
  #news
  .news-pagination
  .el-pagination.is-background
  .el-pager
  li:not(.disabled).active {
  background-color: rgba(77, 115, 254, 1);
}

/* ==== 新闻资讯列表 ==== end */
@media (max-width: 576px) {
  #about .contact .lw-title {
    font-size: 30px;
  }
  #about .contact .contact-box {
    flex-direction: column;
    align-items: center;
  }
  #about .contact .contact-box .contact-item {
    margin-bottom: 1rem;
    width: 20rem;
    height: 8rem;
    border-radius: 4px;
  }
  #about .contact .contact-box .contact-item span {
    font-size: 20px;
    line-height: 28px;
  }
  #about .contact .contact-box .contact-item p {
    font-size: 16px;
    width: 20rem;
  }
  #lw-map{
    width: 26rem !important;
    height: 18rem !important;
    margin-bottom:7rem !important;
  }
  .custom-content-marker img{
    width: 3rem !important;
    height: 3rem !important;
  }
}
