 /* Footer主样式 */
      /* Footer主样式 */
      .Footer {
         background: #18212a;
         color: #fff;
         padding-top: 40px;
         font-size: 16px;
      }

      .footer-main {
         max-width: 1400px;
         margin: 0 auto;
         display: flex;
         align-items: center;
         justify-content: space-around;
         flex-wrap: wrap;
         padding: 0 40px 40px 40px;
      }

      .footer-logo {
         text-align: center;
      }

      .footer-logo img {
         height: 106px;
         display: block;
         margin: 0 auto;
      }

      .footer-cn {
         font-size: 20px;
         font-weight: bold;
         margin-top: 10px;
      }

      .footer-en {
         font-size: 13px;
         opacity: .8;
      }

      .footer-contact {
         display: flex;
         flex-direction: column;
         justify-content: center;
         text-align: center;
      }

      .footer-contact-main {
         display: flex;
         align-items: center;

         gap: 24px;
      }

      .phone-icon {
         height: 52px;
         width: 52px;
         min-width: 52px;
         vertical-align: middle;
      }

      .footer-contact-info {
         display: flex;
         flex-direction: column;
         align-items: flex-start;
      }

      .footer-phone {
         font-size: 40px;
         font-weight: bold;
         letter-spacing: 2px;
         line-height: 1.1;
         margin-bottom: 4px;
         display: flex;
         align-items: center;
         gap: 10px;
      }

      .footer-phone-label {
         font-size: 16px;
         opacity: 0.8;
         margin-bottom: 10px;
      }

      .footer-address {
         font-size: 15px;
         opacity: .85;
         text-align: left;
         line-height: 1.6;
         word-break: break-all;
         margin-top: 10px;
       color: #F2F3F5;

      }

      .footer-qrcode {
         text-align: center;
      }

      .qrcode-img {
         height: 80px;
      }

      .footer-qrcode-label {
         margin-top: 10px;
         font-size: 16px;
      }

      .footer-bottom {
         border-top: 1px solid #222;
         margin-top: 0;
         padding: 0 40px 20px 40px;
         display: flex;
         justify-content: center;
      }

      .footer-bottom-inner {
         max-width: 1400px;
       
         display: flex;
         justify-content: space-between;
         align-items: center;
         flex-wrap: wrap;
		 display:flex;
		 justify-content:center;
         font-size: 15px;
      }

      .footer-bottom a {
         color: #f2f3f5;
         opacity: .8;
         margin: 0 8px;
         text-decoration: none;
      }

      .footer-links span {
         margin: 0 8px;
         opacity: .5;
      }

      .footer-copyright {
         padding: 0 10px;
         font-size: 12px;
         color: #F2F3F5;
      }

      /* 响应式 */
      @media (max-width: 900px) {
         .footer-main {
            flex-direction: column;
            align-items: stretch;
            padding: 0 10px 30px 10px;
         }

         .footer-logo,
         .footer-contact,
         .footer-qrcode {
            min-width: 0;
            margin-bottom: 24px;
         }

         .footer-contact-main {
            gap: 12px;
            justify-content: center;
            align-items: center;
            text-align: center;
         }

         .footer-contact-info {}

         .footer-phone {
            font-size: 28px;
         }

         .footer-phone-label {
            font-size: 16px;
         }

         .phone-icon {
            height: 40px;
            width: 40px;
            min-width: 40px;
         }

         .footer-address {
            font-size: 15px;
            margin-left: 0;
            text-align: center;
         }

         .footer-bottom-inner {
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            padding: 0;
         }
      }

      @media (max-width: 600px) {
         .Footer {
            font-size: 14px;
            padding-top: 20px;
         }

         .footer-main {
            padding: 0 5px 20px 5px;
         }

         .footer-logo img {
            height: 60px;
         }

         .footer-phone {
            font-size: 18px;
         }

         .phone-icon {
            height: 28px;
            width: 28px;
            min-width: 28px;
         }

         .footer-phone-label {
            font-size: 13px;
         }

         .qrcode-img {
            height: 80px;
         }

         .footer-address {
            font-size: 13px;
            margin-left: 0;
            margin-top: 10px;
            text-align: center;
         }

         .footer-bottom {
            padding: 10px 5px 10px 5px;
         }
      }
	  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		  
		    .page-item{
  margin:0 10px;
  }
	  }