 .index-page {
            width: 100%;
            overflow: hidden;
        }
        .width {
            width: 1200px;
            margin: 0 auto;
            max-width: 100%;
        }
        .banner {
            width: 100%;
            height: 600px;
            position: relative;
            overflow: hidden;
        }
        .banner .swiper-slide {
            width: 100%;
            height: 100%;
            position: relative;
        }
        .banner .swiper-slide .img.bg {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity 0.3s;
        }
        .banner .swiper-slide .img.bg.loaded {
            opacity: 1;
        }
        .index-page .banner .swiper-slide {
            position: relative;
            cursor: pointer;
        }
        .index-page .banner .img {
            width: 100%;
        }
        .index-page .banner .m {
            display: none;
        }
        .index-page .banner .pc {
            padding-bottom: 33.33%;
        }
        .index-page .banner .swiper-slide .width {
            position: absolute;
            left: 50%;
            top: 42%;
            transform: translate(-50%, -50%);
        }
        .index-page .banner .swiper-pagination {
            bottom: 16%;
            left: 50%;
            transform: translateX(-50%);
            text-align: left;
            width: calc(100% - 100px) !important;
        }
        .index-page .banner .swiper-pagination-bullet {
            opacity: 1;
            background: #fff;
            width: 10px;
            height: 10px;
            margin: 0 5px;
        }
        .index-page .banner .swiper-pagination-bullet-active {
            background: #007aff;
        }
        .index-page .banner .info {
            width: 43%;
        }
        .index-page .banner .info .name {
            font-size: 42px;
            line-height: 60px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .index-page .banner .info .note {
            font-size: 36px;
            margin: 20px 0 10px;
        }
        .index-page .banner .info .detail {
            font-size: 18px;
            color: #666;
            margin-bottom: 60px;
        }
        .index-page .banner .btns {
            display: flex;
        }
        .index-page .banner .btns .btn {
            display: inline-block;
            padding: 12px 55px 12px 30px;
            background: #007aff url(/skin/public/home/shopHome/images/arrow-w.png) no-repeat 80% center;
            color: #fff;
            border-radius: 23px;
            margin-right: 20px;
            border: 1px #007aff solid;
            transition: 0.3s;
            text-decoration: none;
            font-size: 16px;
        }
        .index-page .banner .btns .btn1 {
            border: 1px rgba(0,0,0,.3) solid;
            background-color: transparent;
            background-image: url(/skin/public/home/shopHome/images/arrow-g.png);
            color: #333;
        }

        
        .box1 ul {
            display: flex;
            justify-content: space-between;
            list-style: none;
            background: #fff;
            position: relative;
            z-index: 998;
            margin-top: -60px;
            padding: 25px 100px 30px;
            border-radius: 20px;
            box-shadow: 0 11px 22px rgba(2,82,130,.07);
        }
        .box1 li {
            max-width: 25%;
            display: flex;
            justify-content: center;
        }
        .box1 li .icon {
            width: 51px;
            height: 46px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 25px 15px 0 0;
        }
        .box1 li .icon img {
            max-width: 100%;
            max-height: 100%;
            opacity: 0;
            transition: opacity 0.3s;
        }
        .box1 li .icon img.loaded {
            opacity: 1;
        }
        .box1 li .info {
            flex: 1;
        }
        .box1 li .info .num {
            display: flex;
            align-items: flex-end;
        }
        .box1 li .info .num span:first-child {
            font-size: 48px;
            font-weight: bold;
            color: #ff6b00;
        }
        .box1 li .info .num span:last-child {
            font-size: 16px;
            color: #000;
            margin: 0 0 10px 5px;
        }
        .box1 li .info .note {
            font-size: 16px;
            color: #666;
            line-height: 26px;
            margin-top: -5px;
        }
        .box2 {
            padding-top: 70px;
        }
        .box2 .tit-name {
            text-align: center;
            font-size: 42px;
            line-height: 52px;
            margin-bottom: 60px;
            color: #333;
            font-weight: bold;
        }
        .box2 ul {
            list-style: none;
        }
        .box2 ul li:nth-child(2n) {
            background: #f4fbfe;
        }
        .box2 ul li > .width {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 80px 0;
        }
        .box2 ul li .img {
            width: 58.12%;
            display: flex;
        }
        .box2 ul li:nth-child(2n) .img {
            justify-content: flex-end;
        }
        .box2 ul li .img img {
            max-width: 100%;
        }
        .box2 ul li .info {
            width: 40%;
        }
        .box2 ul li .info .name {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 40px;
            font-weight: bold;
        }
        .box2 ul li .info .item {
            margin-bottom: 30px;
        }
        .box2 ul li .info .item p {
            padding-left: 30px;
        }
        .box2 ul li .info .item p:first-child {
            font-size: 20px;
            line-height: 30px;
            background: url(/skin/public/home/shopHome/images/2.png) no-repeat left 5px/20px;
            margin-bottom: 10px;
        }
        .box2 ul li .info .item p:last-child {
            font-size: 16px;
            line-height: 24px;
            color: #666;
        }
        .box2 ul li .info .btn {
            display: inline-block;
            padding: 12px 55px 12px 30px;
            background: #007aff url(/skin/public/home/shopHome/images/arrow-w.png) no-repeat 80% center;
            color: #fff;
            border-radius: 23px;
            margin-top: 15px;
            border: 1px #007aff solid;
            transition: 0.3s;
            text-decoration: none;
            font-size: 16px;
        }
        .box3 {
            padding: 80px 0 60px;
        }
        .box3 .tit-name {
            text-align: center;
            font-size: 42px;
            line-height: 52px;
            margin-bottom: 40px;
            color: #333;
            font-weight: bold;
        }
        .box3 ul {
            display: flex;
            flex-wrap: wrap;
            margin-top: 40px;
            list-style: none;
        }
        .box3 ul li {
            margin-right: 27px;
            width: calc(100% / 6 - 22.5px);
            background: #fff;
            border-radius: 10px;
            padding: 60px 40px 50px;
            margin-bottom: 20px;
            transition: 0.3s;
        }
        .box3 ul li:nth-child(6n) {
            margin-right: 0;
        }
        .box3 ul li .icon {
            width: 65px;
            height: 55px;
            margin: 0 auto;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }
        .box3 ul li .icon img {
            max-width: 100%;
            max-height: 100%;
            opacity: 0;
            transition: opacity 0.3s;
        }
        .box3 ul li .icon img.loaded {
            opacity: 1;
        }
        .box3 ul li p {
            text-align: center;
            font-size: 16px;
            line-height: 26px;
            color: #333;
        }
        .box4 {
            padding: 80px 0;
        }
        .box4 .tit-name {
            text-align: center;
            font-size: 42px;
            line-height: 52px;
            margin-bottom: 10px;
            color: #333;
            font-weight: bold;
        }
        .box4 .tit-note {
            font-size: 18px;
            line-height: 28px;
            color: #999;
            text-align: center;
            margin-top: 10px;
        }
        .box4 .industry-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
            margin-top: 40px;
        }
        .box4 .industry-card {
            background: #fff;
            padding: 40px 32px;
            border-radius: 12px;
            transition: all 0.3s;
            border: 2px solid transparent;
        }
        .box4 .industry-card:hover {
            border-color: #1e88e5;
            box-shadow: 0 8px 32px rgba(30, 136, 229, 0.15);
            transform: translateY(-4px);
        }
        .box4 .industry-card h3 {
            font-size: 22px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .box4 .industry-card h3::before {
            content: '';
            width: 4px;
            height: 24px;
            background: linear-gradient(135deg, #1e88e5 0%, #1565c0 100%);
            border-radius: 2px;
        }
        .box4 .industry-card p {
            font-size: 15px;
            color: #666;
            line-height: 1.6;
        }
        .box6 {
            padding: 80px 0;
        }
        .box6.bg {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        .box6 .tit-name {
            text-align: center;
            font-size: 42px;
            line-height: 52px;
            margin-bottom: 40px;
            color: #333;
            font-weight: bold;
        }
        .box6 .empile {
            max-width: 1475px;
            margin-top: 40px;
            position: relative;
        }
        .box6 .empile-box {
            max-width: 1280px;
            overflow: hidden;
            margin: 0 auto;
        }
        .box6 .empile-box .container {
            position: relative;
            width: 960px;
            height: 320px;
            margin: 0 auto;
        }
        .box6 .empile-box .cards-list {
            position: absolute;
            left: 0;
            top: 0;
            overflow: hidden;
            border-radius: 20px;
            transition: 330ms;
            width: 100%;
            background: #fff;
            padding: 80px 60px 80px 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .box6 .empile-box .cards-list .img-bg {
            width: 37.2%;
        }
        .box6 .empile-box .cards-list .img-bg .img {
            width: 100%;
            padding-bottom: 46.91%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0;
            transition: opacity 0.3s;
        }
        .box6 .empile-box .cards-list .img-bg .img.loaded {
            opacity: 1;
        }
        .box6 .empile-box .cards-list .info {
            width: 58%;
        }
        .box6 .empile-box .cards-list .info .name span:first-child {
            font-size: 24px;
            margin-right: 10px;
        }
        .box6 .empile-box .cards-list .info .name span:last-child {
            font-size: 16px;
        }
        .box6 .empile-box .cards-list .info .note {
            font-size: 16px;
            color: #666;
            line-height: 24px;
            margin-top: 20px;
        }
        .box6 .empile-box .prev {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: #fff url(/skin/public/home/shopHome/images/arrow1-g.png) no-repeat center center/7px;
            position: absolute;
            transition: 0.3s;
            cursor: pointer;
            top: 50%;
            transform: translateY(-50%);
            z-index: 998;
            left: 0;
            transform: translateY(-50%) rotate(180deg);
        }
        .box6 .empile-box .next {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: #fff url(/skin/public/home/shopHome/images/arrow1-g.png) no-repeat center center/7px;
            position: absolute;
            transition: 0.3s;
            cursor: pointer;
            top: 50%;
            transform: translateY(-50%);
            z-index: 998;
            right: 0;
        }
        .box6 .empile-box .prev:hover,
        .box6 .empile-box .next:hover {
            background-color: #007aff;
            background-image: url(/skin/public/home/shopHome/images/arrow1-w.png);
        }
        .box6 .empile-box .cards-list .info .name:hover span:first-child {
            color: #007aff;
        }
        .box6 .btns {
            text-align: center;
            margin-top: 40px;
        }
        .box6 .btns .btn {
            display: inline-block;
            padding: 12px 55px 12px 30px;
            background: #007aff url(/skin/public/home/shopHome/images/arrow-w.png) no-repeat 80% center;
            color: #fff;
            border-radius: 23px;
            border: 1px #007aff solid;
            transition: 0.3s;
            text-decoration: none;
            font-size: 16px;
        }
        .box7 {
            padding: 80px 0 50px;
        }
        .box7 .tit-name {
            text-align: center;
            font-size: 42px;
            line-height: 52px;
            margin-bottom: 40px;
            color: #333;
            font-weight: bold;
        }
        .box7 ul {
            margin-top: 40px;
            display: flex;
            flex-wrap: wrap;
            list-style: none;
        }
        .box7 ul li {
            margin-bottom: 30px;
            margin-right: 30px;
            width: calc(100% / 3 - 20px);
        }
        .box7 ul li:nth-child(3n) {
            margin-right: 0;
        }
        .box7 ul li .img-bg {
            border-radius: 10px 10px 0 0;
            position: relative;
            display: block;
            overflow: hidden;
        }
        .box7 ul li .img-bg .img {
            width: 100%;
            padding-bottom: 49.38%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0;
            transition: opacity 0.3s;
        }
        .box7 ul li .img-bg .img.loaded {
            opacity: 1;
        }
        .box7 ul li .img-bg .mask {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,122,255,.2);
        }
        .box7 ul li .img-bg .name {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 10% 30px 25px;
            font-size: 22px;
            color: #fff;
            transition: 0.3s;
            background: linear-gradient(to bottom,transparent 25%,rgba(0,0,0,.5) 75%);
        }
        .box7 ul li .info {
            border: 1px #eee solid;
            border-top: 0;
            border-radius: 0 0 10px 10px;
            padding: 20px 35px 30px;
            background: #fff;
        }
        .box7 ul li .info p {
            line-height: 40px;
            display: flex;
            margin: 0;
        }
        .box7 ul li .info p span {
            color: #999;
            width: 45px;
        }
        .box7 ul li .info p a {
            flex: 1;
            text-decoration: none;
            color: #333;
        }
        .box7 ul li .info p a:hover {
            color: #007aff;
        }
        .box8 {
            padding: 80px 0;
            background: linear-gradient(135deg, #ff6b00 0%, #ff8c00 100%);
            color: #fff;
            text-align: center;
        }
        .box8 .tit-name {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 40px;
        }
        .box8 .btns .btn {
            display: inline-block;
            padding: 15px 50px;
            background: #fff;
            color: #ff6b00;
            border-radius: 5px;
            text-decoration: none;
            font-size: 18px;
            font-weight: bold;
        }
        
        .clearfix {
            clear: both;
        }
        
        .mask {
            display: none;
            position: fixed;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.3);
            z-index: 998;
        }
        
        .ewmPay {
            width: 336px;
            height: 360px;
            background-color: #fff;
            border-radius: 30px;
            position: fixed;
            top: 50%;
            left: 50%;
            margin-top: -180px;
            margin-left: -168px;
            text-align: center;
            transition: all 0.3s ease-in-out 0s;
            opacity: 0;
            transform: scale(0);
            z-index: 999;
            display: none;
        }
        
        .ewmPay.on {
            opacity: 1;
            transform: scale(1);
            display: block;
        }
        
        .ewmPay .pictrue {
            width: 190px;
            height: 190px;
            background-color: #fff;
            border: 1px dashed #dddddd;
            padding: 9px;
            margin: 47px auto 0 auto;
        }
        
        .ewmPay .pictrue img {
            width: 172px;
            height: 172px;
            display: block;
        }
        
        .ewmPay .infor {
            font-size: 14px;
            color: #666666;
            margin-top: 18px;
        }
        
        .ewmPay .iconfont {
            width: 30px;
            height: 30px;
            border: 1px solid #b7b7b7;
            text-align: center;
            line-height: 30px;
            border-radius: 50%;
            font-size: 15px;
            margin: 25px auto 0 auto;
            cursor: pointer;
        }
        
        .lazyload {
            opacity: 0;
            transition: opacity 0.3s;
        }
        .lazyload.loaded {
            opacity: 1;
        }

        .industry-section {
            padding: 100px 0;
            background: #f8f9fa;
        }
        
        .industry-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
        }
        
        .industry-card {
            background: #fff;
            padding: 40px 32px;
            border-radius: 12px;
            transition: all 0.3s;
            border: 2px solid transparent;
        }
        
        .industry-card:hover {
            border-color: #1e88e5;
            box-shadow: 0 8px 32px rgba(30, 136, 229, 0.15);
            transform: translateY(-4px);
        }
        
        .industry-card h3 {
            font-size: 22px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .industry-card h3::before {
            content: '';
            width: 4px;
            height: 24px;
            background: linear-gradient(135deg, #1e88e5 0%, #1565c0 100%);
            border-radius: 2px;
        }
        
        .industry-card p {
            font-size: 15px;
            color: #666;
            line-height: 1.6;
        }
    
