* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  height: 100%;
  font-size: 100%;
}
a,
input {
  outline: 0;
}
a {
  text-decoration: none;
}
li,
ul {
  list-style: none;
}
input {
  border: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
img {
  max-width: 100%;
  vertical-align: top;
}
button {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  width: auto;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
}
body {
  max-width: 750px;
  margin: 0 auto;
  color: #333;
  font-family: PingFangSC-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.g-header {
  position: relative;
  height: 55px;
  background: #191919;
  text-align: center;
}
.g-header .nav-btn {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.g-header .logo {
  display: inline-block;
  height: inherit;
  line-height: 55px;
  vertical-align: top;
  font-size: 0;
}
.g-header .logo > img {
  width: 63px;
  height: 19px;
  vertical-align: middle;
}
.menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 75%;
  height: 100%;
  background: #252525;
  transition: left 0.3s ease 0s;
  z-index: 9999;
  overflow: hidden;
  transform: translateZ(0);
}
.menu .nav-btn-box {
  padding-left: 20px;
  height: 55px;
  line-height: 55px;
  background: #202020;
}
.menu .nav-btn-box > img {
  vertical-align: middle;
}
.menu .menu-list li {
  border-top: 1px solid #2d2d2d;
}
.menu .menu-list li:last-child {
  border-bottom: 1px solid #2d2d2d;
}
.menu .menu-list li a {
  padding: 8px 0;
  display: block;
  padding-left: 20px;
  color: #6f6f6f;
  font-size: 18px;
}
.menu .menu-list li a:active {
  color: #fff;
}
.menu-mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  display: none;
  overflow: hidden;
  transform: translateZ(0);
}
.menu-toggle .menu {
  left: 0;
}
.menu-toggle .menu-mask {
  display: block;
}
.g-footer {
  padding: 20px 10px 25px;
  text-align: center;
  background: #191919;
}
.g-footer p {
  color: #fff;
  font-size: 10px;
  line-height: 2;
}
.g-banner .swiper-container {
  width: 100%;
  height: 230px;
}
.g-banner .swiper-slide > img {
  width: 100%;
  height: 100%;
}
.g-banner .swiper-pagination {
  bottom: 20px;
}
.g-banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.g-banner .swiper-pagination-bullet-active {
  background: #fe0500;
}
.g-title {
  font-size: 20px;
  text-align: center;
}
.page-home .lists {
  padding: 15px 30px 0;
}
.page-home .lists li {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #c8c6c6;
  padding: 15px 0;
}
.page-home .lists li:first-child {
  border: none;
}
.page-home .lists li > img {
  max-width: 100%;
  width: 48px;
  height: 52.5px;
  margin-right: 18px;
}
.page-home .lists li .desc {
  flex: 1;
}
.page-home .lists li .desc h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.page-home .lists li .desc h3 + p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #868282;
}
.page-home .lists-images .lists-item li {
  padding: 40px 30px 30px;
  text-align: center;
}
.page-home .lists-images .lists-item li:nth-child(2n + 1) {
  background: #eaeffc;
}
.page-home .lists-images .lists-item li:nth-child(2) {
  padding-bottom: 0;
}
.page-home .lists-images .lists-item li h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.page-home .lists-images .lists-item li h3 + p {
  font-size: 14px;
  margin-bottom: 10px;
}
.page-home .lists-images .lists-item li img {
  max-width: 100%;
  vertical-align: top;
}
.page-effect .effect-lists {
  padding: 35px 20px 20px;
}
.page-effect .effect-lists h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
}
.page-effect .effect-lists h3 + p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
  color: #868282;
}
.page-effect .effec-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-effect .effec-wrap li {
  display: flex;
  padding: 10px;
  width: 48%;
  border-radius: 3px;
  background-color: #eaeffc;
  margin-bottom: 15px;
}
.page-effect .effec-wrap li img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  align-self: center;
}
.page-effect .effec-wrap li h4 {
  font-size: 14px;
}
.page-effect .effec-wrap li p {
  font-size: 12px;
}
.page-showcase .showcase-lists {
  padding: 35px 20px 20px;
}
.page-showcase .showcase-lists h3 {
  margin-bottom: 30px;
  text-align: center;
}
.page-showcase .showcase-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-showcase .showcase-wrap li {
  display: flex;
  flex-direction: column;
  width: 48%;
  margin-bottom: 15px;
  background-color: #dddbdb;
}
.page-showcase .showcase-wrap li img {
  max-width: 100%;
  height: 70px;
  margin: 5px;
  background-color: #fff;
}
.page-showcase .showcase-wrap li p {
  padding: 5px  10px;
  font-size: 14px;
  color: #000000;
}
.page-about p {
  font-size: 14px;
}
.page-about .about-wrap {
  padding: 35px 20px 20px;
  background: #F3F4F6;
}
.page-about .about-wrap .desc {
  margin-top: 10px;
  line-height: 2;
}
.page-about .about-wrap .service {
  margin-top: 30px;
}
.page-about .about-wrap .service .service-item {
  padding: 20px 0;
  display: flex;
  border-top: 1px solid #ccc;
}
.page-about .about-wrap .service .code {
  width: 100px;
  margin-right: 15px;
}
.page-about .about-wrap .service .code img {
  max-width: 100%;
  margin-bottom: 10px;
}
.page-about .about-wrap .service .code-desc {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.page-about .about-wrap .service .code-desc .head {
  display: flex;
  margin-bottom: 10px;
}
.page-about .about-wrap .service .code-desc .head img {
  margin-right: 10px;
}
.page-about .answer-wrap {
  padding: 35px 20px 20px;
  background: #fff;
}
.page-about .answer-wrap .answer-list li {
  margin-bottom: 25px;
}
.page-about .answer-wrap .answer-list li h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.page-about .answer-wrap .answer-list li p {
  font-size: 14px;
  line-height: 2;
}
