* {
  margin: 0;
  padding: 0;
}

body {
  font: 16px "Microsoft Yahei", Arial, Helvetica, sans-serif;
}

img {
  display: block;
  object-fit: cover;
}

body {
  min-width: 1200px;
}

.head-left {
  width: 12.2vw;
  position: absolute;
  top: 2vw;
  left: 4.7vw;
}

.header {
  position: relative;
  width: 100%;
  height: 350px;
  background-image: url('/imgs/about/about-bg.png');
  background-size: cover;
}

.header-text {
  position: absolute;
  top: 166px;
  left: 260px;
}

.header-title {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 30px;
  color: #fff;
  font-family: 'fzqk';
}

.header-sign {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}

.content {
  width: 100%;
  background: #fff;
  padding: 0 260px;
  box-sizing: border-box;
  overflow: hidden;
}

.list {
  margin-top: 60px;
}

.item-name {
  font-size: 30px;
  font-family: 'fzqk';
  color: rgba(102, 102, 102, 1);
  line-height: 30px;
  margin-bottom: 28px;
}

.item-icon {
  width: 45px;
  height: 8px;
  margin-bottom: 31px;
}

.item-desc {
  font-size: 18px;
  color: rgba(102, 102, 102, 1);
  line-height: 36px;
  margin-bottom: 90px;
}

.item-p {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: rgba(153, 153, 153, 1);
  line-height: 18px;
}

.item-p-title {
  margin-right: 30px;
}

.term-list {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}

.term-item {
  width: 210px;
  height: 288px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 14px 0px rgba(4, 0, 0, 0.06);
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  margin-right: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  flex: none;
}

.term-item-icon {
  width: 90px;
  height: 90px;
  margin-top: 30px;
  margin-bottom: 17px;
  flex: none;
}

.term-item-name {
  font-size: 24px;
  color: rgba(255, 132, 0, 1);
  line-height: 24px;
  margin-bottom: 8px;
  font-family: 'fzqk';
}

.term-item-desc {
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
  line-height: 30px;
}

.item-contact {
  margin-bottom: 60px;
}

@media screen and (max-width: 1440px) {
  .header {
    height: 285px;
  }

  .header-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .header-text {
    top: 125px;
    left: 195px;
  }

  .header-sign {
    font-size: 15px;
    line-height: 15px;
  }

  .list {
    margin-top: 40px;
  }

  .content {
    padding: 0 195px;
  }

  .item-name {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 24px;
  }

  .item-icon {
    width: 32px;
    height: 6px;
    margin-bottom: 23px;
  }

  .item-desc {
    font-size: 13px;
    line-height: 27px;
    margin-bottom: 73px;
  }

  .item-p {
    font-size: 13px;
  }

  .item-p-title {
    margin-right: 20px;
  }

  .term-list {
    margin-bottom: 90px;
  }

  .term-item {
    width: 158px;
    height: 216px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 11px 0px rgba(4, 0, 0, 0.06);
    margin-right: 37px;
    padding: 0 13px;
  }

  .term-item-icon {
    width: 68px;
    height: 68px;
    margin-top: 23px;
    margin-bottom: 13px;
    flex: none;
  }

  .term-item-name {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 4px;
  }

  .term-item-desc {
    font-size: 11px;
    line-height: 22px;
  }

  .item-contact {
    margin-bottom: 46px;
  }
}

.contact {
  display: flex;
  align-items: center;
}

.contact .item:nth-child(3) {
  margin-right: 0;
}

.contact .item {
  margin-right: 150px;
}

.contact .item-user {
  color: #666666;
  font-family: 'fzqk';
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 30px;
}

.contact .item-user span {
  color: #ff8400;
  font-size: 14px;
  line-height: 22px;
}

.contact .item-info-box {
  display: flex;
  align-items: flex-start;
}

.contact .item-info {
  margin-right: 77px;
}

.contact .item-info-sign {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  margin-bottom: 20px;
}

.contact .item-info-title {
  width: 40px;
  white-space: nowrap;
  margin-right: 16px;
}

.contact .item-qrcode {
  width: 60px;
  height: 60px;
}

.contact .item-qrcode img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1440px) {
  .contact {
    display: flex;
    align-items: center;
  }

  .contact .item:nth-child(3) {
    margin-right: 0;
  }

  .contact .item {
    margin-right: 113px;
  }

  .contact .item-user {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 23px;
  }

  .contact .item-user span {
    font-size: 12px;
    line-height: 16px;
  }

  .contact .item-info {
    margin-right: 50px;
  }

  .contact .item-info-sign {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 16px;
  }

  .contact .item-info-title {
    width: 28px;
    margin-right: 10px;
  }

  .contact .item-qrcode {
    width: 46px;
    height: 46px;
  }

  .contact .item-qrcode img {
    width: 100%;
    height: 100%;
  }
}

.item.phone {
  margin-top: 60px;
}

.item-name {
  font-size: 30px;
  font-family: 'fzqk';
  color: #666666;
  line-height: 30px;
  margin-bottom: 28px;
}

.item-icon {
  width: 45px;
  height: 8px;
  margin-bottom: 31px;
}

.item-desc {
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  margin-bottom: 90px;
}

.item-p {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #999999;
  line-height: 18px;
}

.item-p-title {
  margin-right: 30px;
}

.footer-logo {
  width: 181px;
  height: 60px;
  margin: 0 auto 36px;
}

.footer-logo img {
  width: 100%;
  height: 100%;
}

.footer-sign {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #bababa;
  line-height: 12px;
  margin-bottom: 50px;
}

.footer-sign a {
  color: #bababa;
  text-decoration: none;
}

.footer-sign-desc {
  margin: 0 30px;
}

.footer-sign-line {
  width: 164px;
  height: 1px;
  background: #dddddd;
}

@media screen and (max-width: 1440px) {
  .item.phone {
    margin-top: 45px;
  }

  .item-name {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 24px;
  }

  .item-icon {
    width: 32px;
    height: 6px;
    margin-bottom: 23px;
  }

  .item-desc {
    font-size: 13px;
    line-height: 27px;
    margin-bottom: 73px;
  }

  .item-p {
    font-size: 13px;
  }

  .item-p-title {
    margin-right: 20px;
  }

  .footer-logo {
    width: 136px;
    height: 45px;
    margin-bottom: 20px;
  }

  .footer-sign {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #bababa;
    line-height: 12px;
    margin-bottom: 37px;
  }

  .footer-sign-desc {
    margin: 0 20px;
  }

  .footer-sign-line {
    width: 120px;
    height: 1px;
    background: #dddddd;
  }
}

.link {
  margin-bottom: 10px;
}

.link_t {
  width: 1039px;
  background: url(/imgs/invitation/t5.jpg) no-repeat left;
  padding-left: 25px;
  font-size: 18px;
  color: #462713;
  font-weight: bold;
  margin: 0 auto 8px;
}

.link div {
  border-top: #e3e3e3 1px solid;
  width: 100%;
}

.link div p {
  width: 1024px;
  padding: 6px 20px 0 20px;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
}

.link p a {
  font-size: 14px;
  line-height: 24px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  color: #666;
}