* {
  margin: 0;
  padding: 0;
}
@font-face {
    font-family: "思源黑体";
    src: url("SourceHanSans-Regular.ttf");
}
body {
  min-width: 1440px;
   font-family: "思源黑体";
}

.top {
  width: 100%;
  background: url('../image/aboutUs.png') no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  height: 684px;
}

.nav {
  position: absolute;
  top: 200px;
  width: 1440px;
  display: flex;
  align-items: center;
}

.nav a {
  color: #808080;
  text-decoration: none;
}

.nav p {
  color: #808080;
}

.top .text {
  position: absolute;
  top: 350px;
  width: 1440px;
  font-weight: 700;
}

.text_top {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 20px;
}

.text_bottom {
  color: #ffffff;
  font-size: 18px;
}

.office-row {
  width: 100%;
}

.office-box {
  width: 1440px;
  margin: 90px auto 82px;
}

.office-title {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 52.13px;
  color: rgba(0, 0, 0, 1);
}

.office-cen {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 82px;
}
.office-list{display:block;width: 260px;  height: 280px;}
.office-list a {
  width: 260px;
  height: 280px;
  opacity: 1;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  box-shadow: -4px 2px 11px 6px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 38px;
  box-sizing: border-box;
  cursor: pointer;
}

.office-list p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: rgba(21, 99, 188, 1);
  margin-top: 40px;
}

