body {
  background: #fff;
}
/* 头部 */
.header-section {
  background: #fff;
}
/* banner */
.banner-section {
  padding-top: 72px;
  padding-top: 72px;
  height: 360px;
  background: url("/templates/website/images/aboutus/aboutus-img1.png")
    no-repeat;
  background-size: 100% 100%;
}
.banner-section .title {
  color: #fff;
  text-align: justify;

  font-size: 40px;
  font-style: normal;
  font-weight: 600;
}
.banner-section .info {
  margin-top: 40px;
  color: #fff;
  text-align: justify;

  font-size: 30px;
  font-style: normal;
  font-weight: 300;
}

.aboutus .wzfb {
}
.aboutus .qywh {
}

.aboutus .model .header {
  display: flex;
  align-items: center;
  height: 140px;
  color: #222;
  font-size: 40px;
  font-style: normal;
  font-weight: 550;
  margin-bottom: 40px;
  border-bottom: 1px solid #222;
}
.aboutus .model .header::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  background: url("/templates/website/images/solution/icon-title.svg");
  background-size: 100% 100%;
}

.aboutus .gsgk {
  padding-bottom: 40px;
  background: linear-gradient(
    151deg,
    rgba(221, 238, 255, 0.5) 12.83%,
    rgba(221, 238, 255, 0.1) 87.1%
  );
}
.aboutus .gsgk .content {
  width: 100%;
  padding: 0 20px 0 20px;
  margin: 0 auto;
  text-align: center;
}
.aboutus .gsgk .content .logo {
  width: 346.596px;
  height: 44px;
  margin-bottom: 20px;
}
.aboutus .gsgk .content p {
  color: #222;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-indent: 2em;
  margin-bottom: 40px;
}
.aboutus .gsgk .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 26px;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  overflow: auto;
}
.aboutus .gsgk .list .li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  padding-right: 80px;
  border-right: 1px solid #d9d9d9;
  font-size: 14px;
  margin-bottom: 20px;
}
.aboutus .gsgk .list .li:nth-child(3n + 1) {
  width: 375px;
  border-left: 1px solid #d9d9d9;
}
.aboutus .gsgk .list .li:nth-child(3n + 2) {
  width: 385px;
}
.aboutus .gsgk .list .li:nth-child(4),
.aboutus .gsgk .list .li:nth-child(5) {
  margin-bottom: 0;
}

.aboutus .gsgk .list .li .en {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  white-space: nowrap;
  font-size: 16px;
}
.aboutus .gsgk .list .li .ch {
  margin-left: 16px;
}
.aboutus .gsgk .list .li .en::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background: #999;
  border-radius: 50%;
}
.aboutus .gsgk .list .li .num {
  position: relative;
  color: #004ec3;
  font-family: Square721 BT;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  margin-left: 20px;
}
.aboutus .gsgk .list .li:not(:nth-child(3)) .num::after {
  content: "+";
  position: absolute;
  color: #004ec3;
  font-size: 20px;
  margin-left: 5px;
}
.aboutus .gsgk .list .li:nth-child(3) .num::after {
  content: "年";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  color: #004ec3;
  font-size: 20px;
}

.qywh {
  background: url("/templates/website/images/aboutus/qywh-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}
.qywh .content {
  padding: 250px 40px 40px;
  margin: 0 auto;
}
.qywh .row1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
}
.qywh .row1 .card {
  flex: 1;
}
.qywh .row1 .card:first-child {
  margin-right: 150px;
}
.qywh .row1 .card .title {
  display: flex;
  align-items: center;
  color: #004ec3;
  text-align: justify;
  font-size: 40px;
  font-style: normal;
  font-weight: 200;
  margin-bottom: 30px;
}
.qywh .row1 .card .title::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 20px;
  background: #004ec3;
}
.qywh .row1 .card .info {
  margin-left: 32px;
}
.qywh .card .info {
  color: #222;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 40px;
}
.qywh .row2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.qywh .row2 .card {
  width: calc((100% - 80px) / 3);
  height: 238px;
  margin-right: 40px;
  padding: 50px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  background-image: url("/templates/website/images/aboutus/qywh-bg1.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.qywh .row2 .card:last-child {
  margin-right: 0;
}
.qywh .row2 .card .title {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  color: #222;
  text-align: justify;

  font-size: 20px;
  font-style: normal;
  font-weight: 550;
}
.qywh .row2 .card .title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 16px;
  background: linear-gradient(90deg, #1664ff 0%, rgba(22, 100, 255, 0) 100%);
}
.wzfb {
  margin-bottom: 60px;
}
.wzfb .header {
  margin-bottom: 0 !important;
}
.wzfb .tabs {
  display: flex;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 40px;
  overflow: auto;
}
.wzfb .tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  font-size: 20px;
  color: #222;
  font-weight: 400 !important;
  font-style: normal;
  white-space: nowrap;
  cursor: pointer;
}
.wzfb .tabs .tab.active {
  color: #004ec3;
  font-weight: 550 !important;
}
.wzfb .tabs .tab:hover {
  color: #004ec3;
}
.wzfb .tabs .active::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #004ec3;
}
.wzfb .tabs .tab:not(:last-child) {
  margin-right: 80px;
}
.wzfb .content {
  height: 722px;
  padding: 20px;
  border: 1px solid #aac6ff;
  background: linear-gradient(180deg, #def 0%, rgba(255, 255, 255, 0) 100%);
}
.wzfb .content #map {
  width: 100%;
  height: 600px;
}
.custom-content-marker {
  width: 180px;
  height: 80px;
  padding: 18px 20px;
  text-align: center;
  background: url("/templates/website/images/aboutus/icon-map1.svg");
  background-size: 100% 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 550;
}
.amap-logo {
  display: none !important;
}
.wzfb .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}
.wzfb .bottom .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.wzfb .bottom .address {
  flex: 1;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.wzfb .bottom .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 32px;
  border-radius: 1px;
  border: 1px solid #1664ff;
  background: rgba(255, 255, 255, 0.9);
  color: #1664ff;

  font-size: 14px;
  font-style: normal;
  font-weight: 550;
  cursor: pointer;
}
.wzfb .bottom .btn img {
  width: 16px;
  height: 16px;
  margin-left: 12px;
}

.fzlc {
  /* height: 1080px; */
  padding: 0 !important;
  background: url("/templates/website/images/aboutus/fzlc-bg.png");
}
.fzlc .header {
  margin: 0 auto;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.fzlc .content {
  position: relative;
  width: 100%;
  height: 618px;
  padding: 0 20px;
  overflow: hidden;
  z-index: 9;
}
.fzlc .li {
  position: relative;
  width: 100%;
}
.fzlc .li .line {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2px;
  background: #fff;
  margin-top: 10px;
}
.fzlc .li .line::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #004ec3;
  border: 3px solid #fff;
  border-radius: 50%;
}
.fzlc .li .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 88%;
  height: 558px;
  margin-top: 60px;
  padding: 30px 40px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(5px);
}
.fzlc .li .card .box {
  display: none;
}
.fzlc .li .card .box.active {
  display: block;
}

.fzlc .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 130px;
  padding-bottom: 105px;
}
.fzlc .btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 32px;
  color: #222;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.fzlc .btns .btn.left {
  margin-right: 10px;
}
.fzlc .btns .btn.active {
  color: #004ec3;
}
.fzlc .btns .btn:hover {
  color: #004ec3;
}
.fzlc .btns .btn:hover {
  background: url("/templates/website/images/aboutus/bthbg.svg");
  background-size: 100% 100%;
}
.fzlc .btns .btn.left:hover::before {
  background: url("/templates/website/images/aboutus/left-active.png");
  background-size: 100% 100%;
}
.fzlc .btns .btn.right:hover::after {
  background: url("/templates/website/images/aboutus/right-active.png");
  background-size: 100% 100%;
}
.fzlc .btns .btn.left::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("/templates/website/images/aboutus/left.png");
  background-size: 100% 100%;
}
.fzlc .btns .btn.left.active::before {
  background: url("/templates/website/images/aboutus/left-active.png");
}
.fzlc .btns .btn.right {
  margin-left: 10px;
}
.fzlc .btns .btn.right::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: url("/templates/website/images/aboutus/right.png");
  background-size: 100% 100%;
}
.fzlc .btns .btn.right.active::after {
  background: url("/templates/website/images/aboutus/right-active.png");
}

.fzlc .card .title {
  color: #222;
  text-align: justify;
  font-family: DIN Alternate;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b5bed1;
}
.fzlc .card .info {
  height: 100px;
  overflow: auto;
  color: #666;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
.fzlc .card .zs {
  height: 218px;
}
.fzlc .card .zs img {
  height: 100%;
}
.fzlc .card .card-btns {
  display: flex;
  justify-content: center;
  height: 40px;
  margin-top: 24px;
}
.fzlc .card .card-btns img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.fzlc .card .card-btns img:nth-child(1) {
  margin-right: 20px;
}
