:root {
  --color-primary: #333;
  --color-grey: #666;
}
body {
  font-family: "Microsoft YaHei", sans-serif;
  line-height: 1.6;
  margin: 20px;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 14px;
}
img {
  vertical-align: middle;
}
.container {
  width: 800px;
  margin: 0 auto;
}
.home-page {
  background: #f9f9f9;
}
.home-page .top-header {
  height: 56px;
  padding: 0 200px;
  background: #fff;
  display: flex;
  align-items: center;
}
.home-page .top-header .logo {
  height: 18px;
}
.banner-top {
  position: relative;
  background: url('imgs/banner.png') no-repeat center;
  background-size: 100% 100%;
  height: 360px;
}
.company-intro {
  padding: 80px 0;
  text-align: center;
  background: #fff;
}
.company-intro .intro-title-img {
  height: 20px;
}
.company-intro .intro-tip {
  margin-top: 36px;
  font-size: 16px;
}
.company-intro .intro-content {
  margin-top: 4px;
  color: var(--color-grey);
}
.basic-intro {
  padding: 80px 0;
  text-align: center;
}
.basic-intro .intro-title-img {
  height: 20px;
}
.basic-intro .content-list {
  display: inline-flex;
  gap: 20px;
  margin-top: 36px;
}
.basic-intro .content-list .item {
  width: 224px;
  background: #fff;
  padding-bottom: 24px;
}
.basic-intro .content-list .item .item-img {
  width: 100%;
  height: 128px;
}
.basic-intro .content-list .item .item-title {
  text-align: left;
  margin-top: 12px;
  margin-left: 12px;
  font-size: 16px;
  font-weight: bold;
}
.basic-intro .content-list .item .item-content {
  text-align: left;
  margin-top: 8px;
  margin-left: 12px;
  color: var(--color-grey);
}
.footer-bottom {
  height: 56px;
  background: #1A1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bottom .footer-icp {
  text-align: center;
}
.footer-bottom .footer-icp .name {
  color: #fff;
  font-size: 14px;
}
.footer-bottom .footer-icp .icp {
  font-size: 12px;
}
.footer-bottom .footer-icp .icp a {
  color: #fff;
  text-decoration: none;
}
