@charset "utf-8";
/* .banner {
  margin-bottom: 5.65rem;
} */
body,
html {
  height: 100%;
  background: #ffffff;
}
.top-card {
  margin-top: -3rem;
}
.top-card > .item {
  color: #fff;
  /* background-image: url(../../assets/companyProfile/bj.png); */
  background-position: left top;
  background-repeat: repeat;
  padding-bottom: 0;
  overflow: hidden;
  height: 11rem;
  background-color: rgba(0, 41, 96, 0.7);
}
.top-card > .item:not(:last-child) {
  border-right: 1px solid #003692;
}
.top-card > .item .bom {
  height: 100%;
  overflow: hidden;
  margin-top: 5px;
  background-color: rgba(0, 117, 193, 1);
}
.top-card > .item .yi .desc-box,
.top-card > .item .er .desc-box,
.top-card > .item .san .desc-box {
  margin-top: 1.21rem;
  line-height: 1.8rem;
}
.top-card > .item img {
  width: 2.5rem;
  margin: 0.2rem 0 0 0;
}
.top-card > .item .title {
  font-size: 1.7rem;
  margin: 0.5rem 0 0 0;
  letter-spacing: 3px;
}
.top-card > .item .desc-box {
  position: relative;
  height: 2.5rem;
}
.top-card > .item .desc-box p span,
.top-card > .item .desc-box div span {
  margin: 0 0.75rem;
  letter-spacing: 5px;
  font-size: 1.1rem;
}
.top-card > .item .desc-box .desc {
  width: 100%;
}
.common-content {
  font-size: 1.05rem;
  line-height: 1.9rem;
  color: #464646;
  margin-bottom: 1rem;
  /*text-align: justify;*/
}
.card-list-view {
  margin-top: 3.62rem;
  background-color: #f2f2f2;
  padding: 3.62rem 0 3rem 0;
}
.content-view {
  margin-bottom: 0px !important;
}
.common-title.txt_c {
  margin-top: 1.95rem;
  margin-bottom: 2.5rem !important;
}
.profile .content-view {
  margin-top: 0px;
}

.content-view .content {
  font-size: 1rem;
  line-height: 2rem;
  word-break: break-all;
}
.content-view .content img {
  width: 100%;
}
.content-view .common-title {
  margin-bottom: 2.75rem;
}
.desc_img {
  width: 32.5rem;
  overflow: hidden;
  height: 13rem;
  margin-left: 3.25rem;
}
.content-view .content p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.75rem;
  /*text-align: justify;*/
}

.card-list-view .content-view {
  margin-top: 0;
}
.card-list-view .content-view > .item {
  width: 20.5rem;
  height: 20rem;
  margin: 0 0 3.5rem;
  padding-top: 2.3rem;
  background: #fff;
  border: 1px solid #c8c8c8;
  color: #f26f23;
}
.card-list-view .content-view > .item:nth-child(3n-1) {
  margin-left: 3.62rem;
  margin-right: 3.62rem;
}
.card-list-view .content-view > .item img {
  width: 5.15rem;
  margin-bottom: 1.4rem;
}
.card-list-view .title {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.card-list-view .desc,
.unit {
  font-size: 1.15rem;
  line-height: 1.75rem;
}
.desc_img img {
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1);
  width: 100%;
  height: auto;
}
.desc_img:hover img {
  transform: scale(1.1, 1.1);
}
