@font-face {
  font-family: 'Alibaba-PuHuiTi-Bold';
  src: url("../fonts/Alibaba-PuHuiTi-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Alibaba-PuHuiTi-Medium';
  src: url("../fonts/Alibaba-PuHuiTi-Medium.ttf") format("truetype"); }
@font-face {
  font-family: 'Alibaba-PuHuiTi-Regular';
  src: url("../fonts/Alibaba-PuHuiTi-Regular.ttf") format("truetype"); }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

img {
  display: block;
  width: 100%; }

a {
  color: inherit;
  text-decoration: unset; }
  a:hover {
    text-decoration: underline; }

body {
  color: #303030;
  font-size: 20px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  line-height: 1.5; }

.max-width {
  max-width: 1200px;
  margin: auto;
  padding: 0 60px; }

.flex {
  display: flex; }

.flex1 {
  flex: 1; }

.header {
  padding: 20px 0;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: white;
  z-index: 9; }
  .header .header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .logo {
    width: 85px; }
  .header .navs {
    display: flex; }
    .header .navs a {
      margin-left: 74px; }

.pad-top {
  padding-top: 110px; }

.main .banner {
  position: relative;
  color: white; }
  .main .banner p {
    font-family: 'Alibaba-PuHuiTi-Bold';
    font-size: 35px;
    position: absolute;
    top: 216px;
    left: 50px; }
  .main .banner span {
    position: absolute;
    top: 273px;
    left: 50px;
    width: 420px; }
.main .slogan-title {
  color: #41939D;
  font-size: 30px;
  font-family: Alibaba-PuHuiTi-Medium;
  margin-top: 90px; }
.main .slogan-text {
  margin-top: 10px; }
.main .title {
  font-size: 35px;
  font-family: 'Alibaba-PuHuiTi-Medium';
  margin-top: 40px;
  align-items: center; }
  .main .title img {
    width: 282px;
    margin-right: 14px; }
.main .certification {
  margin-top: 110px; }
  .main .certification .certification-items {
    display: flex;
    margin: 62px 0; }
  .main .certification .certification-item {
    width: 33.3%;
    text-align: center;
    color: #41939D; }
    .main .certification .certification-item img {
      margin: auto;
      width: 127px;
      margin-bottom: 10px; }
  .main .certification .certification-img-box {
    background: #F9F9F9;
    border-radius: 20px;
    padding: 70px 50px; }
.main .labs {
  margin-top: 110px; }
  .main .labs img {
    margin-top: 60px; }
.main .product-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 26px; }
.main .product-item {
  width: 31.5%;
  background: #F9F9F9;
  border-radius: 20px;
  text-align: center;
  padding: 46px 0;
  margin-top: 30px;
  cursor: pointer; }
  .main .product-item img {
    width: 80%;
    margin: auto; }
  .main .product-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    transition: box-shadow .3s, transform .3s; }
.main .product-item-more {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: unset; }
  .main .product-item-more img {
    width: 30%; }
  .main .product-item-more span {
    text-align: center;
    position: absolute; }
.main .gy .product-item img {
  width: 34%; }

.footer {
  background: #42939D;
  padding: 135px 0 0 0;
  color: white;
  margin-top: 216px; }
  .footer .footer-content {
    display: flex; }
  .footer .footer-title {
    font-size: 30px;
    font-family: Alibaba-PuHuiTi-Medium; }
  .footer .copyright-title {
    color: #F9F9F9;
    margin-top: 38px;
    opacity: 0.4; }
  .footer .footer-content-l {
    flex: 1; }
    .footer .footer-content-l .footer-lis {
      margin-top: 40px; }
      .footer .footer-content-l .footer-lis .footer-li {
        display: flex;
        align-items: center;
        margin-top: 20px; }
        .footer .footer-content-l .footer-lis .footer-li div {
          width: 24px;
          margin-right: 4px; }
          .footer .footer-content-l .footer-lis .footer-li div img {
            margin: auto; }
  .footer .footer-content-r {
    margin-top: 8px; }
    .footer .footer-content-r div {
      height: 44px;
      border-radius: 22px;
      background: white;
      align-items: center;
      color: #41939D;
      font-family: Alibaba-PuHuiTi-Medium;
      padding: 0 23px;
      cursor: pointer;
      font-size: 28px; }
      .footer .footer-content-r div img {
        width: 24px;
        margin-right: 10px; }
      .footer .footer-content-r div:hover + .footer-gzhimg {
        visibility: unset !important; }
    .footer .footer-content-r .footer-gzhimg {
      width: 140px;
      margin: 20px auto 0 auto;
      visibility: hidden; }
  .footer .footer-copyright {
    padding: 50px 0;
    border-top: 1px solid #408992;
    margin-top: 55px;
    justify-content: space-between; }
    .footer .footer-copyright .copyright-text span {
      margin-left: 30px; }
  .footer .to-top {
    align-items: center;
    color: white; }
    .footer .to-top img {
      width: 13px;
      height: 7px;
      margin-left: 9px; }

@media screen and (max-width: 900px) {
  .header .navs a {
    margin-left: 40px; }

  .main .banner p {
    top: 80px;
    left: 30px; }
  .main .banner span {
    top: 160px;
    left: 30px; } }
@media screen and (max-width: 768px) {
  .max-width {
    padding: 0 20px; }

  body {
    font-size: 16px; }

  .pad-top {
    padding-top: 88px; }

  .header .logo {
    width: 50px; }
  .header .navs {
    justify-content: flex-end;
    flex-wrap: wrap; }
    .header .navs a {
      margin-left: 20px; }

  .main .banner p {
    font-size: 24px;
    top: 100px;
    left: 30px; }
  .main .banner span {
    top: 150px;
    left: 30px;
    width: 70%;
    font-size: 16px;
    max-width: 360px; }
  .main .slogan-title {
    margin-top: 50px;
    font-size: 24px; }
    .main .slogan-title div {
      display: inline; }
  .main .slogan-text {
    font-size: 16px; }
  .main .certification {
    margin-top: 60px; }
    .main .certification .certification-items {
      margin: 40px 0; }
    .main .certification .certification-item {
      padding: 0 10px; }
      .main .certification .certification-item img {
        width: 60px; }
    .main .certification .certification-img-box {
      padding: 20px 10px; }
  .main .labs {
    margin-top: 60px; }
  .main .product-item {
    width: 48%;
    font-size: 14px;
    cursor: pointer; }
    .main .product-item span {
      display: block;
      padding: 0 10px; }
  .main .title {
    font-size: 20px;
    margin-top: 0; }
    .main .title img {
      width: 160px; }

  .footer {
    padding: 70px 0 0 0;
    font-size: 14px;
    margin-top: 100px; }
    .footer .footer-title {
      font-size: 24px; }
    .footer .footer-content {
      display: block; }
    .footer .footer-content-l .footer-lis .footer-li {
      margin-top: 10px; }
    .footer .footer-content-r {
      margin-top: 30px; }
      .footer .footer-content-r div {
        width: 160px;
        margin: auto;
        font-size: 20px; }
      .footer .footer-content-r .footer-gzhimg {
        visibility: unset; }
    .footer .footer-copyright {
      padding: 30px 0; }
      .footer .footer-copyright .copyright-text span {
        display: block;
        margin-left: 0; } }
@media screen and (max-width: 500px) {
  .main .banner p {
    font-size: 20px;
    top: 50px;
    left: 10px; }
  .main .banner span {
    top: 90px;
    left: 10px;
    width: 70%;
    font-size: 14px;
    max-width: 400px; } }

/*# sourceMappingURL=style.css.map */
