[v-cloak] {
    display: none;
}

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
    margin: 0;
    padding: 0
}

ul, ol, dl {
    list-style-type: none
}

html, body {
    position: static;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input, button {
    overflow: visible;
    vertical-align: middle;
    outline: none
}

body, th, td, button, input, select, textarea {
    font-family: "Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";
    font-size: 12px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    line-height: 1.6;
    color: #333;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

a, area {
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

    a:hover {
        text-decoration: underline;
        outline: none
    }

    a.ie6:hover {
        zoom: 1
    }

    a:focus {
        outline: none
    }

    a:hover, a:active {
        outline: none
    }

:focus {
    outline: none
}

sub, sup {
    vertical-align: baseline
}

button, input[type="button"], input[type="submit"] {
    line-height: normal !important
}
/*img*/
img {
    border: 0;
    vertical-align: middle;
    max-width: 100%
}

a img, img {
    -ms-interpolation-mode: bicubic;
    transition: all 0.5s;
}

.img-responsive {
    max-width: 100%;
    height: auto
}

a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}

.img-hover:hover img {
    -webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
}

div, ul, li {
    box-sizing: border-box;
}

img, video {
    max-width: 100%;
}

::-webkit-scrollbar { /*滚动条整体样式*/
    width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #ff6600;
}

::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #ececec;
}

body {
    font-size: 14px;
}

label {
    margin-bottom: 0;
}

img {
    object-fit: contain;
    max-width: 100%;
    height:100%;
    vertical-align: middle
}

a {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s;
}

input {
    outline: none;
}

:root {
    --color: #F85D02;
    --color-z: #333333
}

.lz-mt40 {
    margin-top: 30px;
}

.lz-mt15 {
    margin-top: 15px;
}

.lz-pb50 {
    padding-bottom: 50px;
}

a:hover {
    color: var(--color);
}


input[type="radio"]::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #999;
    box-sizing: border-box;
    position: absolute;
    top: 48px;
    position: absolute;
    top: 0;
    left: 0;
}

input[type="radio"]:checked::before {
    background-color: #006CFF;
    background-clip: content-box;
    border: 1px solid #006CFF;
    padding: 1px;
    box-sizing: border-box;
}

input[type="checkbox"] {
    margin-top: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
    line-height: 18px;
    position: relative;
}

    input[type="checkbox"]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        border: 1px solid #d9d9d9
    }

    input[type="checkbox"]:checked::before {
        content: "\2713";
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border: 1px solid #006CFF;
        color: #006CFF;
        font-size: 16px;
        font-weight: bold;
    }

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bx-text-p2 {
    line-height: 25px;
   /* height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;*/
}

.bx-text-p3 {
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.bx-text-p4 {
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.hamburger.bx-sj1 {
    display: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        max-width: 740px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
}

#header {
    position: sticky;
    top: 0;
    z-index: 20;
}

.header {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.16);
}

.header-top-item {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .header-top-item .header-top-left {
        font-size: 16px;
        color: #999999;
    }

    .header-top-item .header-top-right {
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: right;
    }

    .header-top-item .tj-sous {
        width: 49%;
        height: 55px;
        border: solid 1px #F85D02;
        overflow: hidden;
        display: flex;
        border-radius: 50px;
        padding-left: 58px;
        position: relative;
        overflow: hidden;
        margin-right: 45px;
    }

        .header-top-item .tj-sous i {
            position: absolute;
            left: 28px;
            top: 0;
            line-height: 55px;
            font-size: 20px;
        }



        .header-top-item .tj-sous .input-tet {
            border: none;
            background: none;
            height: 55px;
            flex: 1;
            font-size: 16px;
        }

        .header-top-item .tj-sous .bur {
            width: 120px;
            border: none;
            height: 100%;
            background-color: #F85D02;
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: 500;
            line-height: 23px;
            letter-spacing: 0px;
            cursor: pointer;
        }

.header-top-language a {
    font-size: 16px;
    color: #999999;
    margin-right: 50px;
}

    .header-top-language a.active {
        color: #252525;
        font-weight: 500;
    }

.header-top-nav .header-login, .header-top-nav .header-user {
    display: inline-block;
    font-size: 16px;
    color: #252525;
}

.header-top-nav > i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.header-top-nav .header-user p {
    display: inline-block;
    vertical-align: middle;
    max-width: 85px;
}

.header-top-nav .header-login span, .header-top-nav .header-user span {
    margin: 0 5px;
}

.header-nav {
    border-top: 1px solid #EAE8E7;
}

.header-nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .header-nav-item .logo {
        display: block;
        height: 80px;
        line-height: 80px;
    }

        .header-nav-item .logo img {
            max-height: 100%;
        }

    .header-nav-item .header-nav-box {
        width: 80%;
    }

        .header-nav-item .header-nav-box ul {
            width: 100%;
            text-align: right;
        }

            .header-nav-item .header-nav-box ul li {
                display: inline-block;
                margin-left: 13%;
            }

                .header-nav-item .header-nav-box ul li:nth-child(1) {
                    margin-left: 0;
                }

                .header-nav-item .header-nav-box ul li a {
                    line-height: 80px;
                    font-size: 18px;
                    color: #333;
                }

.banner img {
    width: 100%;
}

.banner a {
    display: block;
}

.ptb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mt60 {
    margin-top: 60px;
}

.mt40 {
    margin-top: 40px;
}

.index-title {
    text-align: center;
}

    .index-title h3 {
        font-size: 32px;
        color: #252525;
        display: inline-block;
    }

    .index-title p {
        display: inline-block;
        font-size: 16px;
        color: #ADB7C0;
    }

.bx-siteM101-itme ul {
    overflow: hidden;
    margin: 0 -15px;
    margin-top: -30px;
}

    .bx-siteM101-itme ul li {
        float: left;
        padding: 0 15px;
        margin-top: 30px;
        width: 16.6%;
    }

        .bx-siteM101-itme ul li a {
            display: inline-block;
            background-color: #fff;
            border: 1px solid #E9E9E9;
            height: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
        }

            .bx-siteM101-itme ul li a img {
                /* max-width: 90%;
                max-height: 90%;*/
                height: 100%;
                transition: all 0.5s;
            }

            .bx-siteM101-itme ul li a:hover {
                border-color: #F85D02;
            }

                .bx-siteM101-itme ul li a:hover img {
                    transform: scale(1.1);
                }

        .bx-siteM101-itme ul li p {
            text-align: center;
            margin-top: 10px;
            font-size: 16px;
            color: #252525;
        }

@media screen and (max-width: 1500px) {
    .bx-siteM101-itme ul {
        margin: 0 -10px;
        margin-top: -20px;
    }

        .bx-siteM101-itme ul li {
            padding: 0 10px;
            margin-top: 20px;
        }

            .bx-siteM101-itme ul li a {
                height: 75px;
            }
}

@media screen and (max-width: 1200px) {
    .bx-siteM101-itme ul li a {
        height: 75px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteM101-itme ul {
        margin: 0 -5px;
        margin-top: -10px;
    }

        .bx-siteM101-itme ul li {
            width: 50%;
            padding: 0 5px;
            margin-top: 10px;
        }

            .bx-siteM101-itme ul li a {
                height: 75px;
            }
}

.index-two {
    background-image: url(../images/index_twobg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}

.index-but {
    text-align: center;
}

    .index-but .but {
        padding: 0 23px;
        border: 1px solid #ADB7C0;
        line-height: 36px;
        border-radius: 30px;
        font-size: 14px;
        color: #ADB7C0;
    }

        .index-but .but:hover {
            background-color: var(--color);
            color: #fff !important;
            border-color: var(--color);
        }

.index-three-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

    .index-three-item ul li {
        width: 50%;
        padding: 0 15px;
        border-bottom: 1px dashed #CCCCCC;
    }

.index-three-list {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

    .index-three-list .img {
        width: 210px;
        height: 148px;
        overflow: hidden;
        border-radius: 10px;
    }

        .index-three-list .img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .index-three-list .text {
        width: calc(100% - 210px);
        padding-left: 20px;
    }

        .index-three-list .text h3 {
            font-size: 18px;
            color: #4B4B4B;
        }

        .index-three-list .text p {
            font-size: 16px;
            color: #9C9C9C;
            margin-top: 15px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }



        .index-three-list .text span {
            font-size: 14px;
            color: #BABABA;
            margin-top: 10px;
            display: inline-block;
        }

    .index-three-list:hover .text h3 {
        color: var(--color);
    }

.index-gg img {
    width: 100%;
}

.index-four-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index-four-left {
    /*width: calc(100% - 440px);*/
    width: 100%;
}

.index-four-right {
    width: 320px;
    position: sticky;
    top: 190px;
    text-align: right;
    padding-left: 50px;
}

.index-four-list {
    display: flex;
    justify-content: space-between;
    /*align-items:center;*/
}

    .index-four-list .img {
        width: 70px;
        height: 70px;
        overflow: hidden;
        border-radius: 50%;
    }

        .index-four-list .img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .index-four-list .text {
        width: calc(100% - 70px);
        padding-left: 30px;
    }

.release-list .text {
    width: calc(100% - 280px);
    word-break:break-all 
}

.index-four-list .text h3 {
    font-size: 18px;
    color: #252525;
    font-weight: 400;
}

        .index-four-list .text .interest {
            display: inline-block;
            border: 1px solid var(--color);
            padding: 0 5px;
            border-radius: 3px;
            color: var(--color);
            cursor: pointer;
            font-size: 14px;
            margin-left: 5px;
        }

            .index-four-list .text .interest:hover, .index-four-list .text .interest.active {
                background-color: var(--color);
                color: #fff;
            }

        .index-four-list .text .p1 {
            font-size: 16px;
            color: #8E8E8E;
            margin-top: 5px;
            word-break:break-all 
        }

        .index-four-list .text .p2 {
            font-size: 16px;
            color: #252525;
            margin-top: 10px;
            word-break:break-all 
        }

        .index-four-list .text .imgarr {
        }

            .index-four-list .text .imgarr .imglist {
                /*width: calc(33.33% - 30px);*/
                width: calc(23% - 1 0px);
                display: inline-block;
                margin-top: 30px;
                margin-right: 10px;
                height: 165px;
                overflow: hidden;
            }

                .index-four-list .text .imgarr .imglist:nth-child(3n) {
                    margin-right: 0;
                }
/* .index-four-list .text .imgarr .imglist img{
        height: 100%;
        
    } */
.index-four-left ul li {
    margin-bottom: 40px;
}

.index-user {
    display: inline-block;
    width: 380px;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid rgb(233, 233, 233);
    border-radius: 20px;
    box-shadow: 0px 8px 20px 0px rgba(197, 178, 168, 0.21);
    background: linear-gradient(180.00deg, rgba(248, 93, 2, 0.44) -390.816%,rgba(248, 93, 2, 0) 100%);
    padding: 30px 20px;
}

.index-user-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

    .index-user-top .img {
        width: 55px;
        height: 55px;
        overflow: hidden;
        border-radius: 50%;
    }

    .index-user-top .text {
        width: calc(100% - 55px);
        padding-left: 20px;
    }

        .index-user-top .text h3 {
            font-size: 18px;
            color: #252525;
        }

        .index-user-top .text p {
            font-size: 16px;
            color: #8E8E8E;
            margin-top: 6px;
        }

.index-user-box {
    padding-top: 30px;
    border-top: 1px dashed #CCCCCC;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    text-align: center;
    color: #333;
}

    .index-user-box a {
        display: block;
        position: relative;
    }

        .index-user-box a img {
            width: 44px;
            margin-bottom: 5px;
        }

.index-five {
    background-color: #F5F6F7;
}

.index-five-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

    .index-five-item ul li {
        width: 33.33%;
        padding: 0 15px;
        margin-bottom: 30px;
    }

.index-five-list {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.index-five-top {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    background-color: rgba(255, 242, 221, 0.6);
}

    .index-five-top .img {
        width: 58px;
        height: 58px;
        border-radius: 50%;
        overflow: hidden;
    }

        .index-five-top .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .index-five-top .text {
        padding-left: 20px;
        width:calc(100% - 58px);
    }

        .index-five-top .text h3 {
            font-size: 18px;
            color: #252525;
        }

        .index-five-top .text span {
            font-size: 16px;
            font-weight: 400;
            margin-left: 5px;
        }

        .index-five-top .text p {
            font-size: 16px;
            color: #8E8E8E;
        }

.index-five-list .textBox {
    padding: 20px;
}

    .index-five-list .textBox .p1 {
        font-size: 16px;
        color: #252525;
        line-height: 30px;
        height: 90px;
    }

    .index-five-list .textBox .textBox-tag {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
    }

        .index-five-list .textBox .textBox-tag a {
            width: 30%;
            line-height: 36px;
            border: 1px solid #E9E9E9;
            border-radius: 6px;
            text-align: center;
        }

            .index-five-list .textBox .textBox-tag a:hover {
                background-color: var(--color);
                color: #fff !important;
            }

    .index-five-list .textBox .but {
        font-size: 14px;
        color: #F85D02;
        text-align: center;
        margin-top: 20px;
    }

.indexNews-item {
    margin-top: 50px;
}

    .indexNews-item ul {
        overflow: hidden;
        width: 55%;
    }

        .indexNews-item ul li {
            width: calc(50% - 40px);
            float: left;
            margin-right: 40px;
            margin-top: 70px;
        }

            .indexNews-item ul li .indexNews-list {
                width: 100%;
                display: block;
            }

                .indexNews-item ul li .indexNews-list .img {
                    height: 240px;
                    width: 100%;
                    position: relative;
                    overflow: hidden;
                }

                    .indexNews-item ul li .indexNews-list .img img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }

                    .indexNews-item ul li .indexNews-list .img small {
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        line-height: 30px;
                        padding: 0 11px;
                        font-size: 14px;
                        color: #FEFEFE;
                        background-color: #F85D02;
                    }

                .indexNews-item ul li .indexNews-list .text {
                    padding-top: 20px;
                }

                    .indexNews-item ul li .indexNews-list .text h3 {
                        font-size: 18px;
                        color: #070707;
                        font-weight: 400;
                    }

                    .indexNews-item ul li .indexNews-list .text p {
                        margin-top: 10px;
                        margin-bottom: 20px;
                        font-size: 16px;
                        color: #787878;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 3;
                        overflow: hidden;
                        line-height: 26px;
                        height: 75px;
                    }

                    .indexNews-item ul li .indexNews-list .text span {
                        display: inline-block;
                    }

.indexNews-item {
    position: relative;
}

.indexNews-rm {
    position: absolute;
    left: 55%;
    top: 0;
    width: 58%;
}

    .indexNews-rm .text {
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #fff;
        width: 55%;
    }

        .indexNews-rm .text h3 {
            font-size: 18px;
            color: #333;
            font-weight: 400;
        }

        .indexNews-rm .text p {
            font-size: 20px;
            color: #F85D02;
            margin-bottom: 15px;
        }

        .indexNews-rm .text span {
            width: 100%;
            line-height: 60px;
            text-align: left;
            background-color: #F85D02;
            font-size: 16px;
            color: #FFFFFF;
            display: block;
            transition: all 0.5s;
            padding-left: 50px;
            box-sizing: border-box;
        }

        .indexNews-rm .text .textBox {
            padding: 37px 50px;
        }

    .indexNews-rm .img {
        overflow: hidden;
        height: 510px;
    }

        .indexNews-rm .img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

.indexNews {
    width: 100%;
    overflow: hidden;
}

.footer002.footer {
    width: 100%;
    background-color: #fff;
    border-top: solid 1px #eee;
}

.web_filing {
    text-align: center;
    padding: 10px 0;
}

.footer002 .footer-qq {
    position: fixed;
    right: 0px;
    bottom: 8%;
    /* width: 100px;
    height: 100px;*/
    background-color: #fff;
    border: 1px solid #eee;
}

    .footer002 .footer-qq .footer-cus {
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

    .footer002 .footer-qq .footer-talk {
        background-color: #608EFD;
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .footer002 .footer-qq .footer-talk img {
            width: 13px;
            margin-right: 5px;
        }

    .footer002 .footer-qq .footer-cus-img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        text-align: center;
        margin: 5px 0;
    }

        .footer002 .footer-qq .footer-cus-img img {
            width: 80px;
        }

.footer002 .footer-item {
    padding-top: 45px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.footer002 .footer-logo {
    width: 30%;
}
.footer002  .footer-fl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
    border-right: solid 1px #f1f1f1;
}

.footer002 .footer-nav {
    width: 50%;
    display: flex;
    justify-content:space-between
}

    .footer002  .footer-dianh {
        width: 50%;
  
    }

        .footer002  .footer-dianh p {
            font-size: 14px;
            color: #666;
        }

        .footer002  .footer-dianh h3 {
            font-size: 20px;
            color: #333;
            margin-bottom: 20px;
        }

    .footer002 .footer-nav .footer-ewm {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 14px;
        color: #666;
    }
    .footer002 .footer-nav .footer-ewm .ewm-pic{
        width: 40%;
    }

        .footer002 .footer-nav .footer-ewm img {
            width: 120px;
        }

    .footer002 .footer-nav ul {
        display: flex;
        justify-content: space-between;
    }

        .footer002 .footer-nav ul li {
            max-width: 20%;
        }

            .footer002 .footer-nav ul li:nth-last-child(1) {
                max-width: 39%;
            }

            .footer002 .footer-nav ul li .ewm {
                display: inline-block;
                text-align: center;
                width: 100px;
                margin-left: 30px;
            }

                .footer002 .footer-nav ul li .ewm p {
                    padding-left: 0;
                }

            .footer002 .footer-nav ul li a {
                display: block;
                font-size: 14px;
                color: rgba(255, 255, 255, .6);
                line-height: 32px;
            }

                .footer002 .footer-nav ul li a:hover {
                    color: #fff;
                }

            .footer002 .footer-nav ul li h3 {
                font-size: 18px;
                color: #FFFFFF;
                font-weight: 400;
                margin-bottom: 15px;
            }

            .footer002 .footer-nav ul li p {
                display: block;
                font-size: 14px;
                color: rgba(255, 255, 255, .6);
                line-height: 32px;
                /*padding-left: 20px;*/
                position: relative;
            }

                .footer002 .footer-nav ul li p i {
                    position: absolute;
                    left: 0;
                    top: 0;
                }

                .footer002 .footer-nav ul li p .bx-tongzhi1 {
                    font-size: 12px;
                }

.footer002 .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}

    .footer002 .footer-bottom a {
        font-size: 14px;
        color: rgba(255, 255, 255, .4);
    }

        .footer002 .footer-bottom a:hover {
            color: #fff;
        }

@media(max-width:1000px) {
    .footer002 .footer-nav ul li {
        display: none;
    }

        .footer002 .footer-nav ul li:nth-last-child(1) {
            display: block;
            width: 100%;
            max-width: 100%;
        }

            .footer002 .footer-nav ul li:nth-last-child(1) h3 {
                display: none;
            }

    .footer002 .footer-item {
        flex-direction: column;
        padding: 20px 0;
    }

    .footer002 .footer-logo {
        width: 100%;
        text-align: center;
    }

        .footer002 .footer-logo img {
            max-width: 50%;
        }

    .footer002 .footer-nav ul li p {
        margin-top: 10px;
    }

    .footer002 .footer-nav {
        width: 100%;
        margin-top: 20px;
    }

    .footer002 .footer-nav {
        width: 100%;
        flex-wrap: wrap;
    }

        .footer002 .footer-dianh {
            width: 100%;
            padding-top: 30px;
        }

        .footer002 .footer-nav .footer-ewm {
            width: 100%;
        }
        .footer002  .footer-fl{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            width: 100%;
            border-right: solid 1px #f1f1f1;
        }
        .imgarr{
            width: 100% !important;
        }
}



.nei-banner img {
    width: 100%;
}

.bx-siteMAbout003-item {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .bx-siteMAbout003-item .text {
        width: 50%;
        padding-right: 40px;
    }

        .bx-siteMAbout003-item .text p {
            font-size: 18px;
            color: #333333;
        }

    .bx-siteMAbout003-item .img {
        width: 50%;
        overflow: hidden;
        border-radius: 20px;
        transition: all 0.5s;
    }

        .bx-siteMAbout003-item .img img {
            width: 100%;
        }

@media screen and (max-width: 1500px) {
    .bx-siteMAbout003-item .text h3 {
        font-size: 35px;
    }

    .bx-siteMAbout003-item .text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .bx-siteMAbout003-item .text h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteMAbout003-item {
        flex-direction: column;
    }

        .bx-siteMAbout003-item .text, .bx-siteMAbout003-item .img {
            width: 100%;
        }

        .bx-siteMAbout003-item .text {
            padding-right: 0;
        }

            .bx-siteMAbout003-item .text h3 {
                font-size: 20px;
            }

        .bx-siteMAbout003-item .img {
            margin-top: 20px;
        }
}

.supplier1-two {
    background-color: #f8fbff;
}

.supplier1-two-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

    .supplier1-two-item ul li {
        width: 25%;
        padding: 0 15px;
        margin-top: 20px;
    }

        .supplier1-two-item ul li .supplier1-two-list {
            display: block;
        }

            .supplier1-two-item ul li .supplier1-two-list .img {
                width: 100%;
                height: 0;
                padding-bottom: 65%;
                overflow: hidden;
                position: relative;
            }

                .supplier1-two-item ul li .supplier1-two-list .img img {
                    width: 100%;
                    max-height: 100%;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%,-50%);
                }

                    .supplier1-two-item ul li .supplier1-two-list .img img:hover {
                        transform: translate(-50%,-50%) scale(1.1);
                    }

            .supplier1-two-item ul li .supplier1-two-list p {
                font-size: 16px;
                color: #252525;
                text-align: center;
                margin-top: 20px;
            }

.supplierList-classify {
    border-bottom: 1px solid #E3E9EE;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

    .supplierList-classify i {
        font-size: 20px;
        margin-right: 10px;
        color: #F85D02;
        display:none
    }

    .supplierList-classify h3 {
        display: inline-block;
        font-size: 20px;
        color: #252525;
        font-weight:inherit
    }
    .supplierList-classify ul{
        display:flex;
        flex-wrap:wrap;
    }
       .supplierList-classify ul li{
           margin-right:30px;
           padding:10px 0;
           cursor:pointer
       }
 .supplierList-classify ul li.active h3{
     color:var(--color)
 }
    .supplierList-list:nth-child(1) {
        margin-top: 0;
    }

.supplierList-list {
    margin-top: 60px;
}

.supplierDetail-box {
    display: flex;
    justify-content: space-between;
}

    .supplierDetail-box .supplierDetail-left {
        width: 60%;
    }

.supplierDetail-left .productDeta-pic {
    position: relative;
}

    .supplierDetail-left .productDeta-pic .mySwiper2 {
        height: 500px;
        border: solid 1px #ddd;
    }

        .supplierDetail-left .productDeta-pic .mySwiper2 img {
            width: 100%;
            height: 100%;
        }

    .supplierDetail-left .productDeta-pic .mySwiper {
        height: 110px;
        margin-top: 10px;
    }

        .supplierDetail-left .productDeta-pic .mySwiper .swiper-slide {
            width: 25%;
            height: 100%;
        }

        .supplierDetail-left .productDeta-pic .mySwiper .swiper-slide-thumb-active {
            opacity: 1;
            border: solid 1px var(--color);
        }

    .supplierDetail-left .productDeta-pic .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-image: url(../images/icon-z.png);
        left: 0px;
        right: auto;
    }

    .supplierDetail-left .productDeta-pic .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image: url(../images/icon-y.png);
        right: 0px;
        left: auto;
    }

    .supplierDetail-left .productDeta-pic .swiper-button-prev, .supplierDetail-left .productDeta-pic .swiper-button-next {
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        z-index: 10;
        cursor: pointer;
        -moz-background-size: 40px 40px;
        -webkit-background-size: 40px 40px;
        background-size: 40px 40px;
        background-position: center;
        background-repeat: no-repeat;
    }

.supplierDetail-right {
    width: 40%;
    padding-left: 50px;
}

.supplierDetail-text {
    box-sizing: border-box;
    border: 1px solid rgb(233, 233, 233);
    border-radius: 20px;
    box-shadow: 0px 8px 20px 0px rgba(197, 178, 168, 0.21);
    background: rgb(255, 255, 255);
    padding: 30px;
    background: linear-gradient(180.00deg, rgba(248, 93, 2, 0.44) -390.816%,rgba(248, 93, 2, 0) 100%);
}

    .supplierDetail-text h3 {
        font-size: 20px;
        color: #252525;
    }

    .supplierDetail-text .text {
        font-size: 16px;
        color: #252525;
        margin-top: 30px;
    }

    .supplierDetail-text .logo {
        height: 50px;
        margin-bottom: 15px;
    }

        .supplierDetail-text .logo .logo {
            height: 100%;
        }

    .supplierDetail-text .supplierDetail-tag {
        font-size: 16px;
        color: #252525;
        margin-top: 30px;
    }

        .supplierDetail-text .supplierDetail-tag img {
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }

        .supplierDetail-text .supplierDetail-tag p {
            margin-top: 15px;
        }

.nei-box-nav {
    border-bottom: 1px solid #E3E3E3;
}

    .nei-box-nav ul li {
        position: relative;
        display: inline-block;
        margin-right: 90px;
        font-size: 18px;
        color: #252525;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        line-height: 40px;
        font-weight: 500;
    }

        .nei-box-nav ul li.active {
            color: var(--color);
            border-bottom: 2px solid var(--color);
        }

            .nei-box-nav ul li.active > a, .nei-box-nav ul li.active p {
                color: var(--color);
            }

        .nei-box-nav ul li:nth-last-child(1) {
            margin-right: 0;
        }

        .nei-box-nav ul li .li-div {
            position: absolute;
            background-color: #fff;
            box-shadow: 0 0 8px 2px #eee;
            width: 120px;
            top: 42px;
            left: 0;
            padding: 10px;
            z-index: 10;
            display: none;
        }

            .nei-box-nav ul li .li-div a {
                display: block;
                font-size: 14px;
                padding: 5px 0;
                line-height: 25px;
            }

        .nei-box-nav ul li:hover .li-div {
            display: block;
        }

.supplierDetail-con-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

    .supplierDetail-con-item ul li {
        width: 25%;
        padding: 0 15px;
        margin-top: 30px;
    }

.supplierDetail-con-item .index-five-list .textBox p {
    height: auto;
    margin-bottom: 15px;
}

    .supplierDetail-con-item .index-five-list .textBox p:nth-last-child(1) {
        margin-bottom: 0;
    }

    .supplierDetail-con-item .index-five-list .textBox p img {
        width: 20px;
        margin-right: 5px;
    }

.supplierDetail-con-item .index-five-list {
    border: 1px solid #E9E9E9;
}

    .supplierDetail-con-item .index-five-list .index-five-top .img {
        width: 50px;
        height: 50px;
    }

.box-page {
    text-align: center;
    margin-top: 20px;
}

.el-pagination.is-background .btn-next.disabled, .el-pagination.is-background .btn-next:disabled, .el-pagination.is-background .btn-prev.disabled, .el-pagination.is-background .btn-prev:disabled, .el-pagination.is-background .el-pager li.disabled {
    color: var(--color);
    border: 1px solid var(--color);
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: var(--color);
    color: #FFF;
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev {
    color: var(--color);
    border: 1px solid var(--color);
}

.release-but {
    text-align: right;
    font-size: 16px;
    color: var(--color);
}

    .release-but span {
        cursor: pointer;
    }

.news-gg a {
    display: block;
    border-radius: 20px;
    margin-top: 20px;
    overflow: hidden;
}

    .news-gg a img {
        width: 100%;
    }

.bx-SiteM041-item ul li {
    margin-bottom: 20px;
}

.bx-SiteM041-title {
    background-color: #fff;
    padding: 15px 40px;
    padding-right: 50px;
    position: relative;
    border-left: 2px solid var(--color);
    box-shadow: 0 0 10px rgba(227, 236, 246, 0.3);
}

    .bx-SiteM041-title.active {
        background-color: var(--color);
    }

        .bx-SiteM041-title.active h3, .bx-SiteM041-title.active p {
            color: #fff;
        }

        .bx-SiteM041-title.active i {
            transform: translate(0,-60%) rotate(90deg);
            color: #fff;
        }

    .bx-SiteM041-title h3 {
        font-size: 18px;
        color: #000000;
    }

    .bx-SiteM041-title p {
        font-size: 16px;
        color: #666666;
        margin-top: 10px;
    }

    .bx-SiteM041-title i {
        position: absolute;
        right: 40px;
        font-size: 25px;
        top: 50%;
        color: #333;
        transition: all 0.5s;
        transform: translate(0,-50%);
    }

.bx-SiteM041-text {
    padding: 30px 40px;
    background-color: #F7FAFE;
    font-size: 18px;
    color: #666666;
    line-height: 2;
    display: none;
}

    .bx-SiteM041-text p {
        font-size: 16px;
        color: #666666;
        line-height: 2;
    }


@media screen and (max-width: 1500px) {
    .bx-SiteM041-title {
        padding: 15px 30px;
        padding-right: 50px;
    }

        .bx-SiteM041-title p {
            font-size: 16px;
        }

    .bx-SiteM041-text {
        padding: 20px 30px;
        font-size: 16px;
    }

        .bx-SiteM041-text p {
            font-size: 16px;
        }

    .bx-SiteM041-title i {
        right: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-SiteM041-title {
        padding: 15px;
        padding-right: 30px;
    }

        .bx-SiteM041-title h3 {
            font-size: 16px;
        }

        .bx-SiteM041-title p {
            font-size: 14px;
            margin-top: 5px;
        }

        .bx-SiteM041-title i {
            right: 5px;
        }

    .bx-SiteM041-text {
        padding: 15px;
    }

        .bx-SiteM041-text, .bx-SiteM041-text p {
            line-height: 1.5;
            font-size: 14px;
        }

    .bx-SiteM041-item ul li {
        margin-bottom: 10px;
    }
}

.el-upload--picture-card {
    width: 100px;
    height: 100px;
    line-height: 110px;
}

.el-upload-list--picture-card .el-upload-list__item {
    width: 100px;
    height: 100px;
}

.dialog-img {
    margin-top: 10px;
}

.dialog-but {
    text-align: right;
    margin-top: 10px;
}

.Headlines ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

    .Headlines ul li {
        width: 33.33%;
        padding: 0 15px;
        margin-bottom: 30px;
    }

.Headlines-list {
    display: block;
}

    .Headlines-list .img {
        width: 100%;
        height: 0;
        padding-bottom: 65%;
        overflow: hidden;
        position: relative;
    }

        .Headlines-list .img img {
            width: 100%;
            max-height: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

            .Headlines-list .img img:hover {
                transform: translate(-50%,-50%) scale(1.1);
            }

    .Headlines-list .text {
        padding-top: 30px;
    }

        .Headlines-list .text h3 {
            font-size: 18px;
            color: #252525;
        }

        .Headlines-list .text p {
            font-size: 16px;
            color: #9C9C9C;
            margin-top: 10px;
        }

        .Headlines-list .text span {
            display: inline-block;
            font-size: 14px;
            margin-top: 10px;
            color: #9C9C9C;
        }

    .Headlines-list:hover .text h3 {
        color: var(--color);
    }


.bx-siteLr002-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

    .bx-siteLr002-list .img {
        width: 275px;
        height: 0;
        padding-bottom: 13%;
        overflow: hidden;
        position: relative;
        border-radius: 15px;
    }

        .bx-siteLr002-list .img img {
            width: 100%;
            max-height: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

    .bx-siteLr002-list:hover .img img {
        transform: translate(-50%,-50%) scale(1.1);
    }

    .bx-siteLr002-list .text {
        width: calc(100% - 275px);
        padding-left: 40px;
    }

        .bx-siteLr002-list .text h3 {
            font-size: 20px;
            color: #151515;
            margin-bottom: 15px;
            transition: all 0.3s;
        }

        .bx-siteLr002-list .text span {
            font-size: 14px;
            color: #BFBFBF;
            display: inline-block;
        }

        .bx-siteLr002-list .text p {
            font-size: 16px;
            color: #6A6A6A;
            margin-top: 20px;
        }

    .bx-siteLr002-list:hover .text h3 {
        color: var(--color);
    }

    .bx-siteLr002-list:hover .text small {
        background-color: var(--color);
        color: #fff;
    }

@media screen and (max-width: 1500px) {
    .bx-siteLr002-list .text h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteLr002-list {
        flex-direction: column;
    }

        .bx-siteLr002-list .img {
            width: 100%;
            border-radius: 10px;
            padding-bottom: 65%;
        }

        .bx-siteLr002-list .text {
            width: 100%;
            padding-left: 0;
            margin-top: 20px;
        }

            .bx-siteLr002-list .text h3 {
                margin-bottom: 10px;
                font-size: 16px;
            }

            .bx-siteLr002-list .text p {
                margin-top: 10px;
                font-size: 14px;
            }
}

.bx-mb-nav {
    line-height: 1;
    border-bottom: 0;
}

    .bx-mb-nav p {
        font-size: 16px;
        color: #707070;
        line-height: 1;
    }

    .bx-mb-nav i {
        font-size: 20px;
    }

    .bx-mb-nav a:hover {
        color: var(--color);
    }

.NewsDetail001 {
    margin-top: 20px;
    margin-bottom: 90px;
}

.NewsDetail001-title {
    text-align: center;
}

    .NewsDetail001-title h3 {
        font-size: 24px;
        color: #333;
    }

.tit_bar {
    margin-top: 15px;
}

.social-share {
    display: inline-block;
}

.tit_bar .text {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    display: inline-block;
    margin: 0 3%;
}

.NewsDetail001-item {
    padding: 30px 0;
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.TurnPages {
    display: flex;
    justify-content: space-between;
}

    .TurnPages p {
        width: 40%;
    }

        .TurnPages p:nth-last-child(1) {
            text-align: right;
        }

    .TurnPages a {
        font-size: 16px;
        color: #000;
    }

        .TurnPages a:hover {
            color: var(--color);
        }

@media screen and (max-width: 1000px) {

    .bx-mb-nav p {
        font-size: 14px;
    }

    .NewsDetail001-title h3 {
        font-size: 18px;
    }

    .tit_bar .text {
        margin: 5px 3%;
        font-size: 14px;
        font-weight: bold;
    }

    .NewsDetail001 {
        margin-bottom: 30px;
    }

    .TurnPages {
        display: block;
    }

        .TurnPages p {
            width: 100%;
            text-align: left !important;
            margin: 5px 0;
        }

            .TurnPages p a {
                font-size: 14px;
            }

    .NewsDetail001-item {
        font-size: 14px;
        padding-top: 0;
    }

    .tit_bar {
        margin-top: 0;
    }
}

.bx-Personal {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .bx-Personal .Personal-fl {
        width: 300px;
        box-shadow: 0px 0px 14px 0px rgba(137, 146, 156, 0.1);
        position: sticky;
        top: 190px;
    }

        .bx-Personal .Personal-fl .title {
            padding: 20px 40px;
        }

            .bx-Personal .Personal-fl .title h3 {
                font-size: 24px;
                color: #333;
            }

            .bx-Personal .Personal-fl .title p {
                font-size: 20px;
                color: #ECECEC;
            }

        .bx-Personal .Personal-fl ul li {
            padding: 0 20px;
        }

            .bx-Personal .Personal-fl ul li a {
                display: flex;
                align-items: center;
                padding: 20px;
                font-size: 16px;
                color: #333;
                border-bottom: solid 1px #F3F3F3;
            }

                .bx-Personal .Personal-fl ul li a i {
                    font-size: 18px;
                }

                .bx-Personal .Personal-fl ul li a span {
                    padding-left: 10px;
                }

            .bx-Personal .Personal-fl ul li.cur {
                background-color: var(--color);
            }

                .bx-Personal .Personal-fl ul li.cur a,
                .bx-Personal .Personal-fl ul li.cur a:hover {
                    color: #fff !important;
                    border-bottom: solid 1px var(--color);
                }

            .bx-Personal .Personal-fl ul li a:hover {
                color: var(--color);
            }

    .bx-Personal .Personal-fr {
        width: calc(100% - 330px);
        min-height: 500px;
    }

.Personal-fr-box {
    width: 100%;
    box-shadow: 0px 0px 14px 0px rgba(137, 146, 156, 0.1);
    min-height: 500px;
}

.bx-Personal .Personal-fl ul li.cur a img {
    filter: grayscale(200%) brightness(700%);
}

.bx-Personal .Personal-fr .title {
    padding: 20px 40px;
    font-size: 18px;
    color: #333;
    border-bottom: solid 1px #F3F3F3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .bx-Personal .Personal-fr .title ul li {
        display: inline-block;
        margin-right: 60px;
    }

        .bx-Personal .Personal-fr .title ul li:nth-last-child(1) {
            margin-right: 0;
        }

        .bx-Personal .Personal-fr .title ul li a {
            color: #9C9C9C;
        }

        .bx-Personal .Personal-fr .title ul li.active a {
            color: #252525;
            font-weight: bold;
        }

.releaseList {
    padding: 30px;
}

    .releaseList ul li {
        margin-bottom: 40px;
    }

.back {
    text-align: left;
}

    .back span {
        display: inline-block;
        border: 1px solid var(--color);
        padding: 0 10px;
        border-radius: 3px;
        color: var(--color);
        cursor: pointer;
    }

        .back span:hover, .MyHome-box .but span:hover, .MyHome-box .but a:hover {
            background-color: var(--color);
            color: #fff;
        }

.MyHome {
    padding: 30px;
}

.MyHome-box .index-four-list {
    padding-right: 120px;
    position: relative;
    margin-bottom: 30px;
}

.MyHome-box .but {
    position: absolute;
    right: 0;
    top: 26px;
}

    .MyHome-box .but span, .MyHome-box .but a {
        display: inline-block;
        border: 1px solid var(--color);
        padding: 0 15px;
        border-radius: 3px;
        color: var(--color);
        cursor: pointer;
    }

        .MyHome-box .but span.active {
            background-color: var(--color);
            color: #fff;
        }
/* login */
.login-banner {
    position: relative;
    /*height: 780px;*/
}

    .login-banner img {
        height: 100%;
        object-fit: contain;
        width: 100%;
    }

.login-one {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translate(0,-50%);
    background-color: #ffffff90;
    border-radius: 10px;
    backdrop-filter: blur(20px);
    width: 410px;
    padding: 40px 30px;
}

    .login-one h3 {
        font-size: 24px;
        color: #333;
        text-align: center;
        margin-bottom: 30px;
    }

    .login-one .input-tet {
        margin-bottom: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        height: 50px;
        border-radius: 5px;
        background-color: #fff;
        border: solid 1px #999;
        overflow: hidden;
    }

        .login-one .input-tet input {
            height: 100%;
            flex: 1;
            border: none;
            outline: none;
            padding-left: 10px;
            font-size: 16px;
        }

    .login-one .bx-but .button {
        width: 100%;
        background-color: var(--color);
        height: 50px;
        font-size: 16px;
        color: #fff;
        border-radius: 5px;
        border: none;
        outline: none;
        cursor: pointer;
    }

.login-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

    .login-title p {
        font-size: 16px;
        color: #999;
        margin: 0 15px;
    }

    .login-title span {
        display: inline-block;
        width: 80px;
        height: 2px;
        background-color: #999;
    }

.login-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

    .login-link a {
        display: block;
        width: 48px;
        height: 48px;
        margin: 0 20px;
    }

.tet-p {
    padding-top: 20px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

    .tet-p a {
        color: var(--color);
        padding-left: 5px;
    }

.login-ewm {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .login-ewm img {
        width: 200px;
        height: 200px;
    }

.login-one .input-tet .huoquyzm {
    background-color: #fff;
    font-size: 14px;
    color: var(--color);
    cursor: pointer;
}

@media screen and (max-width: 1500px) {
    .header-top-item .tj-sous {
        height: 45px;
    }

        .header-top-item .tj-sous i {
            line-height: 45px;
            left: 23px;
        }

        .header-top-item .tj-sous .input-tet {
            height: 45px;
        }

    .header-top-item {
        padding: 10px 0;
    }

    .header-top-language a {
        margin-right: 30px;
    }

    .header-nav-item .header-nav-box ul li a {
        line-height: 60px;
    }

    .header-nav-item .logo {
        height: 60px;
        line-height: 60px;
    }

    .ptb100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .ptb60 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .mt60 {
        margin-top: 40px;
    }

    .mt40 {
        margin-top: 30px;
    }

    .index-title h3 {
        font-size: 26px;
    }

    .index-title p {
        font-size: 14px;
    }

    .bx-siteM101-itme ul li p {
        font-size: 16px;
        margin-top: 3px;
    }

    .index-three-list {
        padding: 20px 0;
    }

        .index-three-list .text h3 {
            font-size: 17px;
        }

        .index-three-list .text p {
            font-size: 14px;
        }

    .index-four-left {
        /*width: calc(100% - 380px);*/
    }

    .index-four-right {
        width: 380px;
        top: 145px;
    }

    .index-four-list .text .imgarr .imglist {
        margin-top: 20px;
        margin-right: 20px;
    }

    .index-four-list .text .imgarr .imglist {
        height: 135px;
    }

    .index-four-left ul li {
        margin-bottom: 25px;
    }

    .indexNews-item ul li {
        margin-right: 30px;
        margin-top: 35px;
    }

        .indexNews-item ul li .indexNews-list .img {
            height: 204px;
        }

    .indexNews-rm {
        width: 53%;
        left: 54%;
    }

        .indexNews-rm .img {
            height: 410px;
        }

        .indexNews-rm .text .textBox {
            padding: 37px;
        }

    .indexNews-item ul li .indexNews-list .text p {
        -webkit-line-clamp: 2;
        height: 50px;
        margin-top: 10px;
        margin-bottom: 14px;
    }

    .supplierList-list {
        margin-top: 40px;
    }

    .nei-box-nav ul li {
        font-size: 16px;
        margin-right: 60px;
    }

    .index-five-list .textBox .p1 {
        margin-bottom: 10px;
    }

    .Headlines-list .text {
        padding-top: 20px;
    }

        .Headlines-list .text h3 {
            font-size: 17px;
        }

    .bx-Personal .Personal-fl {
        top: 135px;
    }

    .MyHome, .releaseList {
        padding: 20px;
    }

        .releaseList ul li {
            margin-bottom: 20px;
        }

    .index-four-list .text {
        padding-left: 20px;
    }

    .login-banner {
        height: 650px;
    }
}

@media screen and (max-width: 1200px) {
    .footer002 .footer-nav ul li .ewm {
        width: 90px;
        margin-left: 20px;
    }

    .footer002 .footer-qq {
        position: fixed;
        right: 0;
        width: 200px;
        height: 200px;
        z-index: 100;
    }

    .index-four-right {
        width: 300px;
        padding-left: 30px;
    }

    .index-four-left {
        width: calc(100% - 300px);
    }

    .index-four-list .text .imgarr .imglist {
        height: 100px;
    }

    .index-user {
        width: 100%;
        padding: 20px 10px;
    }

    .index-user-top {
        padding-bottom: 15px;
    }

    .index-user-box {
        padding-top: 15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    ::-webkit-scrollbar { /*滚动条整体样式*/
        width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-top-item .header-top-left {
        display: none;
    }

    .header-top-item .header-top-right {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .header-top-item .tj-sous {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .hamburger {
        display: block !important;
        margin-left: 15px;
    }

        .hamburger .line {
            width: 35px;
            height: 3px;
            background-color: #333;
            display: block;
            margin: 8px auto;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .hamburger:hover {
            cursor: pointer;
        }

    .active .hamburger .line {
        background-color: #333;
    }

    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(13px) rotate(45deg);
        -ms-transform: translateY(13px) rotate(45deg);
        -o-transform: translateY(13px) rotate(45deg);
        transform: translateY(11px) rotate(45deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-13px) rotate(-45deg);
        -ms-transform: translateY(-13px) rotate(-45deg);
        -o-transform: translateY(-13px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }

    .header-nav-box {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw !important;
        height: 100vh;
        background-color: #fff;
        margin-top: 0;
        padding-top: 30px;
        display: none;
        overflow-y: auto;
    }

        .header-nav-box ul {
            height: 100%;
        }

            .header-nav-box ul li a {
                color: #000;
            }

            .header-nav-box ul li {
                display: block;
                width: 100%;
                margin: 0;
                padding: 10px;
                line-height: 1;
                border-bottom: 1px solid #e2e2e2;
                position: relative;
                margin-left: 0 !important;
            }

                .header-nav-box ul li .header-nav-box {
                    width: 100%;
                    position: relative;
                    left: 0;
                    top: 0;
                    transform: none;
                    box-shadow: none;
                    text-align: left;
                    padding-top: 0;
                }

                    .header-nav-box ul li .header-nav-box p {
                        margin: 5px 0;
                        display: inline-block;
                        margin-right: 10px;
                    }

                .header-nav-box ul li .icon-plus {
                    position: absolute;
                    right: 10px;
                    top: 17px;
                }

    .header-nav .iconguanbi {
        display: block !important;
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 30px;
    }

    .header-nav-item .header-nav-box ul li a {
        line-height: 2;
        display: inline-block;
        width: 100%;
        text-align: left;
        text-align: center;
    }

    .ptb100 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .ptb60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .mt60 {
        margin-top: 20px;
    }

    .mt40 {
        margin-top: 15px;
    }

    .index-title h3 {
        font-size: 20px;
    }

    .index-title p {
        font-size: 12px;
    }

    .index-three-item ul li {
        width: 100%;
    }

    .index-three-list .img {
        width: 140px;
        height: 100px;
    }

    .index-three-list .text {
        width: calc(100% - 140px);
        padding-left: 10px;
    }

        .index-three-list .text p {
            margin-top: 5px;
        }

        .index-three-list .text span {
            margin-top: 5px;
        }

    .index-three-list {
        padding: 15px 0;
    }

    .index-four-right {
        display: none;
    }

    .index-four-left {
        width: 100%;
    }

    .index-four-list .img {
        width: 50px;
        height: 50px;
    }

    .index-four-list .text {
        width: calc(100% - 50px);
        padding-left: 10px;
    }

        .index-four-list .text h3 {
            font-size: 16px;
        }

        .index-four-list .text .p1 {
            font-size: 14px;
            white-space: initial !important
        }

        .index-four-list .text .p2 {
            font-size: 14px;
            margin-top: 3px;
            white-space: initial !important
        }

        .index-four-list .text .imgarr .imglist {
            width: calc(33.33% - 10px);
            margin-top: 10px;
            margin-right: 10px;
        }

        .index-four-list .text .imgarr .imglist {
            height: 80px;
            line-height: 80px;
        }

    .index-four-left ul li {
        margin-bottom: 15px;
    }

    .index-five-item ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .index-five-top .img {
        width: 50px;
        height: 50px;
    }

    .index-five-top .text {
        padding-left: 10px;
        width: calc(100% - 50px);
    }

        .index-five-top .text h3 {
            font-size: 16px;
        }

        .index-five-top .text span {
            font-size: 14px;
        }

        .index-five-top .text p {
            font-size: 14px;
        }

    .index-five-list .textBox {
        padding: 10px;
    }

        .index-five-list .textBox .p1 {
            font-size: 14px;
            line-height: 25px;
            height: 75px;
        }

        .index-five-list .textBox .textBox-tag {
            margin-top: 15px;
        }

    .indexNews-item ul {
        width: 100%;
    }

    .indexNews-rm {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        display: block;
    }

    .indexNews-item ul li {
        width: 100%;
        margin-top: 15px;
        margin-right: 0;
    }

        .indexNews-item ul li .indexNews-list .text span {
            display: none;
        }

    .indexNews-rm .text {
        width: 100%;
        position: relative;
        right: auto;
        left: 0;
    }

        .indexNews-rm .text .textBox {
            padding: 10px 0;
            background-color: rgba(255,255,255,.5);
        }

        .indexNews-rm .text span {
            display: none;
        }

    .indexNews-item {
        margin-top: 10px;
    }

    .indexNews-rm .img {
        height: auto;
    }

    .indexNews-item ul li .indexNews-list .text p {
        font-size: 14px;
    }

    .indexNews-item ul li .indexNews-list .text h3, .indexNews-rm .text h3 {
        font-size: 16px;
    }

    .indexNews-rm .text p {
        margin-bottom: 10px;
    }

    .supplier1-two-item ul {
        margin: 0 -5px;
    }

        .supplier1-two-item ul li {
            width: 50%;
            padding: 0 5px;
        }

            .supplier1-two-item ul li .supplier1-two-list p {
                margin-top: 10px;
            }

    .supplierDetail-box {
        flex-direction: column;
    }

        .supplierDetail-box .supplierDetail-left {
            width: 100%;
        }

    .supplierDetail-right {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }

    .supplierDetail-left .productDeta-pic .mySwiper2 {
        height: 260px;
    }

    .supplierDetail-left .productDeta-pic .mySwiper {
        height: 60px;
    }

    .supplierDetail-text {
        padding: 15px;
    }

        .supplierDetail-text .logo {
            height: 40px;
        }

        .supplierDetail-text h3 {
            font-size: 18px;
        }

        .supplierDetail-text .text {
            margin-top: 10px;
        }

        .supplierDetail-text .supplierDetail-tag p {
            margin-top: 10px;
        }

        .supplierDetail-text .supplierDetail-tag {
            font-size: 14px;
            margin-top: 10px;
        }

    .container {
        position: relative;
    }

    .nei-box-nav {
        width: 100%;
        overflow-x: auto;
    }

        .nei-box-nav ul {
            width: max-content;
        }

            .nei-box-nav ul li {
                margin-right: 20px;
                position: inherit;
            }

                .nei-box-nav ul li .li-div {
                    position: absolute;
                    background-color: #fff;
                    box-shadow: 0 0 8px 2px #eee;
                    width: 100%;
                    top: 42px;
                    left: 0;
                    padding: 10px;
                    z-index: 10;
                    display: none;
                }

                    .nei-box-nav ul li .li-div a {
                        display: block;
                        font-size: 14px;
                        padding: 5px 0;
                        line-height: 25px;
                    }

                .nei-box-nav ul li:hover .li-div {
                    display: block;
                }

    .supplierDetail-con-item ul {
        margin: 0 -5px;
    }

        .supplierDetail-con-item ul li {
            width: 50%;
            padding: 0 5px;
            margin-top: 10px;
        }

    .index-five-top {
        padding: 10px;
    }

    .supplierDetail-con-item .index-five-list .textBox p img {
        width: 15px;
        display: none;
    }

    .supplierDetail-con-item .index-five-list .textBox p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .index-five-list {
        border-radius: 10px;
    }

    .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
        width: 18px;
        margin: 0 3px;
    }

    .Headlines ul li {
        width: 100%;
    }

    .Headlines-list .text h3 {
        font-size: 16px;
    }

    .Headlines-list .text p {
        font-size: 14px;
    }

    .login-one {
        right: 50%;
        width: 95%;
        max-width: 410px;
        transform: translate(50%, -50%);
        padding: 30px 15px;
    }

    .supplierList-classify {
        margin-bottom: 15px;
    }

        .supplierList-classify h3 {
            font-size: 18px;
        }

    .bx-Personal {
        display: block;
    }

        .bx-Personal .Personal-fl {
            width: 100%;
            background-color: #fff;
        }

    .back {
        display: none;
    }

    .bx-Personal .Personal-fl .title {
        display: none;
    }

    .bx-Personal .Personal-fl ul {
        display: flex;
        flex-wrap: wrap;
    }

        .bx-Personal .Personal-fl ul li {
            width: 50%;
            padding: 0 10px;
        }

            .bx-Personal .Personal-fl ul li a {
                padding: 10px;
            }

    .bx-Personal .Personal-fr {
        width: 100%;
    }

    .bx-Personal .Personal-fl {
        top: 170px;
        z-index: 3;
    }

    .MyHome, .releaseList {
        padding: 15px 0;
    }

    .bx-Personal .Personal-fr .title {
        padding: 10px;
        overflow-x: auto;
    }

        .bx-Personal .Personal-fr .title ul {
            width: max-content;
        }

            .bx-Personal .Personal-fr .title ul li {
                margin-right: 10px;
            }

    .MyHome-box .index-four-list {
        padding-right: 80px;
    }
}


.suplist-xz {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .suplist-xz .suplist-fl {
        position: relative;
        overflow: hidden;
        width: 420px;
    }

        .suplist-xz .suplist-fl .pic img {
            width: 100%;
        }

        .suplist-xz .suplist-fl .tet {
            padding-top: 10px;
            padding-bottom: 20px;
        }

            .suplist-xz .suplist-fl .tet .tet-top h3 {
                font-size: 16px;
                color: #333;
                padding-bottom: 10px;
            }

            .suplist-xz .suplist-fl .tet .tet-top img {
                height: 30px;
            }

            .suplist-xz .suplist-fl .tet .text-p {
                font-size: 14px;
                color: #666;
                margin: 10px 0;
            }

            .suplist-xz .suplist-fl .tet p {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                font-size: 14px;
                color: #666;
                line-height: 30px;
            }

                .suplist-xz .suplist-fl .tet p img {
                    width: 20px;
                    height: 20px;
                    margin-right: 5px
                }
    /*.suplist-xz .suplist-fl .tet p.ic-dh{
    background: url(../images/icon-dh1.png) no-repeat left center;
    background-size: 20px;
}
.suplist-xz .suplist-fl .tet p.ic-yx{
    background: url(../images/icon-yx1.png) no-repeat left center;
    background-size: 20px;
}*/
    .suplist-xz .suplist-fr {
        width: calc(100% - 460px);
    }

    .suplist-xz .suplist-fl .swiper-pagination {
        bottom: 0;
    }

    .suplist-xz .suplist-fr > ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .suplist-xz .suplist-fr>ul li {
        width: 50%;
        padding: 0 10px 20px 10px;
    }

        .suplist-xz .suplist-fr>ul li a {
            display: block;
            height: 100%;
            border-radius: 5px;
            padding: 10px;
            box-shadow: 0 0 8px 2px #eee;
            display: flex;
            align-items: center;
            box-sizing: border-box;
        }

            .suplist-xz .suplist-fr>ul li a .pic {
                width: 120px;
            }

            .suplist-xz .suplist-fr>ul li a .tet {
                width: calc(100% - 120px);
                padding-left: 10px;
            }

    .suplist-xz .suplist-fr .tet .tet-top h3 {
        font-size: 16px;
        color: #333;
        padding-bottom: 10px;
    }

    .suplist-xz .suplist-fr .tet .tet-top img {
        height: 30px;
    }

    .suplist-xz .suplist-fr .tet .text-p {
        font-size: 14px;
        color: #666;
        margin: 10px 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .suplist-xz .suplist-fr .tet p {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        font-size: 14px;
        color: #666;
        line-height: 30px;
    }

        .suplist-xz .suplist-fr .tet p img {
            width: 20px;
            height: 20px;
            margin-right: 5px
        }
    /*.suplist-xz .suplist-fr .tet p.ic-dh{
    background: url(../images/icon-dh1.png) no-repeat left center;
    background-size: 20px;
}
.suplist-xz .suplist-fr .tet p.ic-yx{
    background: url(../images/icon-yx1.png) no-repeat left center;
    background-size: 20px;
}*/
    .suplist-xz .suplist-fr ul li:hover .tet-top h3,
    .suplist-xz .suplist-fl:hover .tet-top h3 {
        color: var(--color)
    }

@media screen and (max-width: 1000px) {
    .suplist-xz {
        padding: 20px 0;
    }

        .suplist-xz .suplist-fl {
            width: 100%;
        }

        .suplist-xz .suplist-fr {
            width: 100%;
            padding-top: 40px;
        }

            .suplist-xz .suplist-fr ul {
                display: flex;
                flex-wrap: wrap;
                margin: 0;
            }

                .suplist-xz .suplist-fr ul li {
                    width: 100%;
                    padding: 0 0px 20px 0px;
                }
}

.bx-siteM101-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

    .bx-siteM101-list ul li {
        padding: 10px;
        width: 33.3%;
    }

        .bx-siteM101-list ul li a {
            background-color: #fff;
            box-shadow: 0 0 8px 4px #eee;
            border-radius: 5px;
            display: block;
            height: 100%;
            display: flex;
            align-items: center;
            padding: 20px 10px;
            box-sizing: border-box;
        }

            .bx-siteM101-list ul li a .pic {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 150px;
            }

            .bx-siteM101-list ul li a .tet {
                width: calc(100% - 150px);
                padding-left: 10px;
            }

                .bx-siteM101-list ul li a .tet h3 {
                    font-size: 16px;
                    font-weight: bold;
                    color: #333;
                }

                .bx-siteM101-list ul li a .tet p {
                    font-size: 14px;
                    color: #666;
                    margin-top: 10px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                }

@media screen and (max-width: 1000px) {
    .bx-siteM101-list ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }

        .bx-siteM101-list ul li {
            padding: 10px 0;
            width: 100%;
        }

            .bx-siteM101-list ul li a .pic {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100px;
            }

            .bx-siteM101-list ul li a .tet {
                width: calc(100% - 100px);
                padding-left: 10px;
            }
}


.str_wrap {
    overflow: hidden;
    /* zoom:1; */
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

.bx-siteM103 {
    height: 600px;
/*    padding: 13vh 0;*/
}

.bx-siteM103-item {
    width: 100%;
    max-width: 1700px;
    position: relative;
    margin: 0 auto;
    margin-top: 80px;
}

.bx-siteM103-itemBox::before {
    content: "";
    width: 15%;
    height: calc(100% - 20px);
    position: absolute;
    left: 0;
    top: 10px;
    background: linear-gradient( -90deg, rgba(0, 0, 0, 0) 0%, #fafdff 100%);
    z-index: 10;
}

.bx-siteM103-itemBox::after {
    content: "";
    width: 15%;
    height: calc(100% - 20px);
    position: absolute;
    right: 0;
    top: 10px;
    background: linear-gradient( 90deg, rgba(0, 0, 0, 0) 0%, #fafdff 100%);
    z-index: 10;
}

.bx-siteM103-item ul {
    white-space: nowrap;
    margin-top: 0;
}

    .bx-siteM103-item ul li {
        display: inline-block;
        width: 260px;
        height: 120px;
        float: none;
        margin: 10px 15px;
    }

        .bx-siteM103-item ul li .bx-siteM103-list {
            display: block;
            width: 100%;
            height: 100%;
            background-color: #fff !important;
            overflow: hidden;
            position: relative;
            box-shadow: 0 3px 10px rgba(0,0,0,.1);
        }

            .bx-siteM103-item ul li .bx-siteM103-list img {
                max-width: 50%;
                max-height: 50%;
                width: auto;
            }

            .bx-siteM103-item ul li .bx-siteM103-list .img {
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                border: 1px solid #E9E9E9;
            }

                .bx-siteM103-item ul li .bx-siteM103-list .img::before {
                    content: '';
                    display: block;
                    height: 1px;
                    width: 0;
                    position: absolute;
                    right: 0;
                    top: 0;
                    transition: all 0.3s;
                    background-color: #D71418;
                }

                .bx-siteM103-item ul li .bx-siteM103-list .img::after {
                    content: '';
                    display: block;
                    height: 1px;
                    width: 0;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    transition: all 0.3s;
                    background-color: #D71418;
                }

            .bx-siteM103-item ul li .bx-siteM103-list::before {
                content: '';
                display: block;
                width: 1px;
                height: 0;
                position: absolute;
                left: 0;
                top: 0;
                transition: all 0.3s;
                background-color: #D71418;
            }

            .bx-siteM103-item ul li .bx-siteM103-list::after {
                content: '';
                display: block;
                width: 1px;
                height: 0;
                position: absolute;
                right: 0;
                bottom: 0;
                transition: all 0.3s;
                background-color: #D71418;
            }

            .bx-siteM103-item ul li .bx-siteM103-list .img:hover:before {
                width: 100%;
            }

            .bx-siteM103-item ul li .bx-siteM103-list .img:hover:after {
                width: 100%;
            }

            .bx-siteM103-item ul li .bx-siteM103-list:hover:before {
                height: 100%;
            }

            .bx-siteM103-item ul li .bx-siteM103-list:hover::after {
                height: 100%;
            }

.bx-siteM103-itemBox {
    margin-top: 40px;
    position: relative;
}

@media screen and (max-width: 1600px) {
    .bx-siteM103-item ul li {
        width: 230px;
        height: 100px;
    }

    .bx-siteM103-itemBox {
        margin-top: 25px;
    }

    .bx-siteM103-item {
        margin-top: 80px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteM103-item ul li {
        width: 120px;
        height: 60px;
        margin: 8px;
    }

    .bx-siteM103-itemBox {
        margin-top: 10px;
    }

    .bx-siteM103-item {
        margin-top: 20px;
    }

    .bx-siteM103-title h3 {
        font-size: 22px;
    }

    .bx-siteM103-title p {
        font-size: 14px;
        margin-top: 10px;
    }
}

.index-five-item2 ul li{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    height: 370px;
    overflow: hidden;
}
.index-five-item2 ul li .list-pap{
    padding: 20px;
    width: 33.3%;
}
.myscroll{
    height: 736px;
    overflow: hidden;
  }
  /* .myscroll ul li{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      height: 140px;
      overflow: hidden;
      transition:all 0.5s
  } */
  
  @media(max-width:1000px) {
      /* .myscroll ul li{
  
          height: 280px;
  
      } */
      .myscroll{
        height: 560px;
        overflow: hidden;
      }
      .index-five-item2 ul li{
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        height: 840px;
        overflow: hidden;
    }
    .index-five-item2 ul li .list-pap{
        padding: 10px 0;
        width: 100%;
    }
  
  }