 .mod1111111 {
            max-width: 1200px;
            display: grid;
            flex-wrap: wrap;
            justify-content: center;
            row-gap: 10px;
            background: #fff;
            grid-template-columns: 25% 25% 25% 25%;
            margin: 0 auto;
        }

        .mod1111111 * {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .mod1111111 .item1111,
        .mod1111111 .item1111-box {
            --w: 100%;
            width: var(--w);
            padding: 25px 0;
            --main: #192e5a;
            display: flex;
            align-items: center;
            justify-content: center;
            -webkit-transition: all .2s ease-in;
            -moz-transition: all .2s ease-in;
            transition: all .2s ease-in;
        }

        .mod1111111 .pic {
            width: 80px;
            height: 80px;
            margin: 0 auto;
            -webkit-transition: all .2s ease-in;
            -moz-transition: all .2s ease-in;
            transition: all .2s ease-in;
            background-size: 100% 100%;
            background-repeat: no-repeat;
        }

        .mod1111111 .pic111 {
            background-image: url(https://icdn.tradew.com/stylefile/20368/t1.png?x-oss-process=image/quality,Q_90);
        }

        .mod1111111 .pic222 {
            background-image: url(https://icdn.tradew.com/stylefile/20368/t2.png?x-oss-process=image/quality,Q_90);
        }

        .mod1111111 .pic333 {
            background-image: url(https://icdn.tradew.com/stylefile/20368/t3.png?x-oss-process=image/quality,Q_90);
        }

        .mod1111111 .pic444 {
            background-image: url(https://icdn.tradew.com/stylefile/20368/t4.png?x-oss-process=image/quality,Q_90);
        }

        .mod1111111 .item1111:hover .item1111-box {
            -moz-transform: translatey(10px);
            -webkit-transform: translatey(10px);
            -ms-transform: translatey(10px);
            transform: translatey(10px);
            background: var(--main);
        }

        .mod1111111 .item1111:hover h1 a,
        .mod1111111 .item1111:hover h1 p {
            color: #fff;
        }

        .mod1111111 .item1111:hover .pic111 {
            background-image: url(https://icdn.tradew.com/stylefile/20368/t1-1.png?x-oss-process=image/quality,Q_90);
        }

        .mod1111111 .item1111:hover .pic222 {
            background-image: url(https://icdn.tradew.com/stylefile/20368/t2-1.png?x-oss-process=image/quality,Q_90);
        }

        .mod1111111 .item1111:hover .pic333 {
            background-image: url(https://icdn.tradew.com/stylefile/20368/t3-1.png?x-oss-process=image/quality,Q_90);
        }

        .mod1111111 .item1111:hover .pic444 {
            background-image: url(https://icdn.tradew.com/stylefile/20368/t4-1.png?x-oss-process=image/quality,Q_90);
        }


        .mod1111111 h1 a {
            font-size: 18px;
            color: var(--main);
            line-height: 24px;
            padding: 25px 0 0;
            text-align: center;
            display: block;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;

        }

        .mod1111111 p {
            font-size: 12px;
            color: #777777;
            line-height: 20px;
            text-overflow: ellipsis;
            white-space: pre;
            overflow: hidden;
            padding: 15px 0 0;
            text-align: center;
        }

        @media (max-width: 640px) {

            .mod1111111 {
                grid-template-columns: 50% 50%;
            }

        }

        @media (max-width: 600px) {
            .mod1111111 .pic {
                width: 60px;
                height: 60px;
            }
        }


        .mod2222 {
            padding: 25px 0;
            background: #eee;
        }

        .mod2222 * {
            margin: 0;
            padding: 0;
            list-style: none;
            text-decoration: none;
        }

        .mod2222-box {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 10px;
        }

        .mod2222-title {
            display: flex;
            align-items: center;
            border-bottom: 1px solid #a0a0a0;
            height: 50px;
        }

        .mod2222-title>a {
            margin-left: auto;
            font-size: 20px;
            color: #6a6a6a;
            text-decoration: none;
        }

        .mod2222-icon {
            width: 40px;
            height: 40px;
        }

        .mod2222-title-text {
            font-size: 30px;
            color: #535353;
            line-height: 47px;
            font-weight: 600;
            margin-left: 10px;
        }

        .mod2222-list {
            display: grid;
            flex-wrap: wrap;
            margin-top: 20px;
            gap: 12px;
            grid-template-columns: 23% 24% 24% 23%;
            justify-content: space-between;
        }

        .mod2222-list-item {
            --w: 100%;
            width: var(--w);
        }

        .mod2222-list-item-pic,
        .mod2222-list-item-name {
            display: block;
        }

        .mod2222-list-item-pic {
            width: var(--w);
            height: calc(var(--w) - 40px);
            overflow: hidden;
            position: relative;
        }

        .mod2222-list-item-pic::before {
            content: "";
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            position: absolute;
            background-image: url(https://icdn.tradew.com/stylefile/20368/zz.png?x-oss-process=image/quality,Q_90);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            -webkit-transition: all .2s ease-in;
            -moz-transition: all .2s ease-in;
            transition: all .2s ease-in;
            opacity: 0;
        }

        .mod2222-list-item-pic:hover::before {
            opacity: 1;
        }

        .mod2222-list-item-img {
            width: var(--w);
            height: var(--w);
        }

        .mod2222-list-item-name {
            font-size: 14px;
            color: #0f0e0e;
            line-height: 35px;
            display: block;
            padding: 0 10px;
            text-align: center;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        @media (max-width: 640px) {

            .mod2222-list {
                grid-template-columns: 48% 48%;
            }
        }

        @media (max-width: 320px) {
            .mod2222-list {
                grid-template-columns: 100%;
            }
        }

        .mod3333 {
            padding: 25px 0;
            background: #fff;
        }

        .mod3333 * {
            margin: 0;
            padding: 0;
            list-style: none;
            text-decoration: none;
        }

        .mod3333-box {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 10px;
            box-sizing: border-box;
        }

        .mod3333-title {
            display: flex;
            align-items: center;
            border-bottom: 1px solid #a0a0a0;
            height: 50px;
        }

        .mod3333-icon {
            width: 40px;
            height: 40px;
        }

        .mod3333-title-text {
            font-size: 30px;
            color: #535353;
            line-height: 47px;
            font-weight: 600;
            margin-left: 10px;
        }

        .mod3333-list {
            display: grid;
            flex-wrap: wrap;
            margin-top: 20px;
            row-gap: 20px;
            grid-template-columns: 32% 32% 32%;
            justify-content: space-between;
        }

        .mod3333-list-item {
            position: relative;
        }

        .mod3333-list-item-pic {
            width: 100%;
        }

        .mod3333-list-item-word {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-image: url(https://icdn.tradew.com/stylefile/20368/sbj.png?x-oss-process=image/quality,Q_90);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            opacity: 0;
            -webkit-transition: all .2s ease-in;
            -moz-transition: all .2s ease-in;
            transition: all .2s ease-in;
        }

        .mod3333-list-item:hover .mod3333-list-item-word {
            opacity: 1;
        }

        .mod3333-list-item-word h1 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
            display: block;
            text-align: center;
            padding: 0 20px;
            margin: 40px 0 0;
            line-height: 60px;
            position: relative;
        }

        .mod3333-list-item-word h1::after {
            content: "";
            height: 2px;
            width: 24px;
            background: #fff;
            position: absolute;
            left: 167px;
            bottom: 0;
        }

        .mod3333-list-item-word p {
            font-size: 14px;
            color: #fff;
            line-height: 25px;
            padding: 15px 20px 0;
            max-height: 75px;
            overflow: hidden;
            text-align: center;
        }

        @media (max-width: 640px) {
            .mod3333-list {
                grid-template-columns: 100%;
            }
        }
        
        
        
        
        
    .hs-model {
            padding: 25px 0;
    }

    .hs-model * {
        margin: 0;
        padding: 0;
        list-style: none;
        text-decoration: none;
        outline: none;
    }

    .hs-box {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .hs-title {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #a0a0a0;
        height: 50px;
    }

    .hs-title .hs-icon {
        width: 40px;
        height: 40px;
    }

    .hs-title .hs-text {
        font-size: 30px;
        color: #535353;
        line-height: 47px;
        font-weight: 600;
        margin-left: 10px;
    }

    .hs-title .hs-more {
        margin-left: auto;
        font-size: 20px;
        color: #6a6a6a;
    }

    .hs-jianjie {
        background: #eee;
    }

    .hs-jianjie .hs-content {
        padding: 45px 0;
        display: grid;
        grid-template-columns: 40% 60%;
        grid-gap: 15px;
    }

    .hs-jianjie .hs-content:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

    .hs-jianjie .left img {
        width: 100%;
        object-fit: cover;
    }

    .hs-jianjie .hs-h1 {
        font-size: 24px;
        color: #1b1b1b;
        line-height: 26px;
        display: block;
        font-weight: 600;
    }

    .hs-jianjie .hs-h2 {
        font-size: 20px;
        color: #0f0e0e;
        line-height: 37px;
        display: block;
        font-weight: 600;
        padding: 15px 0 0;
    }

    .hs-jianjie .hs-brief {
        font-size: 16px;
        color: #4e4e4e;
        line-height: 28px;
        padding: 0 0 17px;
    }

    .hs-jianjie .hs-pics {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .hs-jianjie .hs-pics img {
        width: 100px;
    }

    @media (max-width: 750px) {
        .hs-jianjie .hs-content {
            padding: 25px 0;
            grid-template-columns: 100%;
        }
    }

    .hs-zhanshi {
        background: url(../img/bj1.jpg?v=1) no-repeat center top;
    }

    .hs-zhanshi .hs-title {
        padding-bottom: 15px;
    }

    .hs-zhanshi .hs-text {
        color: #fff;
    }

    .hs-zhanshi .hs-content {
        padding: 48px 0 105px;
        overflow: hidden;
        position: relative;
    }

    .hs-zhanshi .slide-box {
        overflow: hidden;
    }

    .hs-zhanshi .slide-body {
        white-space: nowrap;
    }

    .hs-zhanshi .slide-box-3 .slide-body a {
        border: none;
        margin: 0 8px;
    }

    .hs-zhanshi .prev {
        width: 48px;
        height: 48px;
        position: absolute;
        right: 67px;
        bottom: 35px;
        background-color: rgba(255, 255, 255, 0.5);
        background-position: 0 0;
        border-radius: 5px;
        background-image: url(https://icdn.tradew.com/stylefile/20368/next.png?x-oss-process=image/quality,Q_90);
        transition: none;
    }

    .hs-zhanshi .next {
        width: 48px;
        height: 48px;
        position: absolute;
        right: 7px;
        bottom: 35px;
        background-color: rgba(255, 255, 255, 0.5);
        background-position: -48px 0;
        border-radius: 5px;
        background-image: url(https://icdn.tradew.com/stylefile/20368/next.png?x-oss-process=image/quality,Q_90);
        transition: none;
    }

    .hs-zhanshi .prev:hover {
        background: url(https://icdn.tradew.com/stylefile/20368/next.png?x-oss-process=image/quality,Q_90) 0 -48px rgba(255, 255, 255, 1);
    }

    .hs-zhanshi .next:hover {
        background: url(https://icdn.tradew.com/stylefile/20368/next.png?x-oss-process=image/quality,Q_90) -48px -48px rgba(255, 255, 255, 1);
    }

    .hs-news {
        background: #fff;
    }

    .hs-news .hs-content {
        padding: 30px 0;
    }

    .hs-news .news-tabs {
        display: grid;
        grid-template-columns: 22% 22% 22% 22%;
        justify-content: space-around;
    }

    @media (max-width: 640px) {
        .hs-news .news-tabs {
            grid-template-columns: 45% 45%;
        }
    }

    @media (max-width: 400px) {
        .hs-news .news-tabs {
            grid-template-columns: 100%;
        }
        .hs-zhanshi {
            background-size: cover;
        }
    }

    .hs-news .news-tabs .pic {
        object-fit: cover;
    }

    .hs-news .news-tabs .title {
        color: #0f0e0e;
        font-size: 18px;
        line-height: 40px;
        font-weight: 600;
        display: block;
        white-space: pre;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hs-news .news-tabs .time {
        font-size: 12px;
        color: #57afd2;
        line-height: 18px;
    }

    .hs-news .news-tabs .desc {
        font-size: 14px;
        color: #7b7b7b;
        line-height: 18px;
        overflow: hidden;
        height: 36px;
    }    
        
    
    
    
    
    
    
    
    
    
    
    