body {
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .content-width {
    margin: auto;
    width: 1040px;
  }
  .banner-img {
    left: calc(0px - (800px - 50vw));
  }
}
@media screen and (max-width: 1440px) and (min-width: 1281px) {
  .content-width {
    margin: auto;
    width: 1200px;
  }
  .banner-img {
    left: calc(0px - (800px - 50vw));
  }
}
@media screen and (max-width: 1660px) and (min-width: 1441px) {
  .content-width {
    margin: auto;
    width: 1360px;
  }
  .banner-img {
    left: -140px;
  }
}
@media screen and (min-width: 1661px) {
  .content-width {
    margin: auto;
    width: 1360px;
  }
  .banner-img {
    left: -140px;
  }
}
.head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  height: 72px;
  background: #fff;
}
.head .head-content {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #1FCC7B;
}
.head .head-content .logo {
  width: 158px;
  margin-right: 20px;
}
.head .head-content .head-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid #7D7D7D33;
  border-radius: 2px;
  font-size: 14px;
  color: #1D277F;
  cursor: pointer;
}
.head .head-content .head-right:hover {
  font-weight: 600;
  border: 1px solid #1FCC7B;
}
.head .head-content .head-right .head-right-icon {
  width: 33px;
  margin-right: 8px;
  margin-top: 2px;
}
.content {
  padding-top: 72px;
}
.content .top-banner {
  background: #E6F4F0;
  overflow: hidden;
}
.content .top-banner .banner-content {
  position: relative;
  width: 580px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.content .top-banner .banner-content .banner-img {
  position: absolute;
  top: 0;
  width: 1600px;
  height: 548px;
}
.content .top-banner .banner-content .b-header {
  position: relative;
  color: #111;
  font-size: 24px;
  margin-bottom: 16px;
}
.content .top-banner .banner-content .b-header .name {
  margin-right: 16px;
  font-weight: 500;
  font-size: 30px;
}
.content .top-banner .banner-content .b-desc {
  position: relative;
  margin-top: 40px;
  font-size: 14px;
  color: #444;
  line-height: 36px;
}
.content .top-banner .banner-content .b-qrcode {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-size: 12px;
  color: #999;
}
.content .top-banner .banner-content .b-qrcode .qrcode-box {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  background: #fff;
  border-radius: 4px;
}
.content .top-banner .banner-content .b-qrcode .qrcode-box .qrcode {
  width: 120px;
  height: 120px;
}
.content .top-banner .banner-content .b-qrcode .qrcode-title {
  font-size: 14px;
  color: #444;
  line-height: 36px;
}
.content .classify-part {
  padding: 48px 0 28px;
}
.content .classify-part .classify-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .classify-part .classify-content .classify-item {
  width: 590px;
  height: 116px;
  padding: 0 24px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
  border-radius: 8px;
  background: linear-gradient(0deg, #F2F2F2, #F2F2F2), linear-gradient(0deg, #F4F9F7, #F4F9F7);
  box-sizing: border-box;
}
.content .classify-part .classify-content .classify-item .c-icon {
  width: 88px;
  height: 88px;
}
.content .classify-part .classify-content .classify-item .c-title {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin: 16px 0;
}
.footer {
  height: 62px;
  padding-top: 12px;
  background: #323C3A;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
}
.footer .AQ {
  color: #fff;
  margin-right: 16px;
}
