.header-top .line2{
    display: none;
}
body{
    background-color: unset;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
ul,li{
    margin: 0;
    padding: 0;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1,p{
    margin: 0;
}
*{
    transition: all .3s;
}
@-webkit-keyframes rotateAnima {
    0% {

        transform: rotate(0deg);
    }
    100% {

        transform: rotate(360deg);
    }
}
@keyframes rotateAnima {
    0% {

        transform: rotate(0deg);
    }
    100% {

        transform: rotate(360deg);
    }
}
body.show a,
body.show .transition,
body.show :before,
body.show img {
    -webkit-transition: All .5s ease;
    transition: All .5s ease;
}

.zoomImg {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.zoomImg:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
}

.zoomImg img {
    width: 100%;
}

.zoomImg:hover:before {
    animation: shine .75s;
}

.zoomImg:hover img {
    transform: scale(1.1);
}

a:hover .zoomImg:before {
    animation: shine .75s;
}

a:hover .zoomImg img {
    transform: scale(1.1);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 12px;

    color: #3d3d3d;
    -webkit-text-size-adjust: none;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
}

body.show {
    opacity: 1;
}
a {
    color: #3d3d3d;
    text-decoration: none;
    outline: none;
}
a:active {
    star: expression(this.onFocus=this.blur());
}
a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #108391;
    outline: none;
}

li {
    list-style: outside none;
    list-style-type: none;
}
h1 {
    font-size: 16px;
}
h2,
h3,
h4,
h5 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
.product-info-toast{
    margin-top: 3px;
    color: #f79131;
    font-size: 16px;
    bottom: -14px;
    left: 70px;
    line-height: 13px;
    display: none;
}
textarea,
input {
    background: rgba(0,0,0,0);
    font-size: 12px;
    color: #888;
    outline: none;
    border: 0;
}

em {
    font-style: normal;
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
    object-fit: cover;
}
@font-face {
    font-family: "iconfont";
    src: url("//at.alicdn.com/t/c/font_2640790_6hxl2csjce.woff2?t=1713190491761") format("woff2"),url("//at.alicdn.com/t/c/font_2640790_6hxl2csjce.woff?t=1713190491761") format("woff"),url("//at.alicdn.com/t/c/font_2640790_6hxl2csjce.ttf?t=1713190491761") format("truetype");
}

#page1 .g-head .head {
    background: #fff;
    position: relative;
    /*z-index: 50;*/
}

#page1 .g-head .wal {
    position: relative;
}
.top-info-line{
    padding: 20px 0;
}
#page1 .g-head .logo-wrapper {
    display: flex;
    align-items: center;
}

#page1 .g-head .logo-wrapper .logo {
    width: 80px;
    flex-shrink: 0;
    margin-right: 14px;
    height: 80px;
    overflow: hidden;
    border-radius: 8px;
}
#page1 .g-head .logo-wrapper .logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#page1 .g-head .logo-wrapper .shop-name {
    font-size: 22px;
    padding-right: 70px;
}
.company-year{
    /*width: 60px;*/
    height: 16px;
    display: flex;
    border-radius: 2px;
    border: 1px solid #f79131;
    /*margin-left: 20px;*/
    margin-top: 5px;
    flex-shrink: 0;
}
.company-year div:nth-child(1){
    color: #f79131;
    height: 14px;
    padding: 0 4px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    background: #ffffff;
    display: inline-block;
}
.company-year div:nth-child(2){
    background: linear-gradient(180deg,  #F7CB6B 0%, #f79131 100%);
    color: #ffffff;
    font-size: 12px;
    line-height: 13px;
    width: 100%;
    text-align: center;
    display: inline-block;
}
#page1 .g-head .logo-wrapper dl {
    margin: 16px 0 0;
    display: flex;
}
.wxtt:hover .wxt{display: block ; }
.wxt{display: none;position: absolute;right: 13px;max-width: 120px; margin-right: 35px; z-index: 999; }
#page1 .g-head .logo-wrapper dl dd {
    margin: 0 8px 0 0;
    position: relative;
    display: flex;
}
#page1 .g-head .logo-wrapper dl dd div{
    position: absolute;
    font-weight: bold;
    font-size: 14px;
    color: #F9D7AF;
    left: 7px;
    line-height: 26px;
    top: 0;
}
#page1 .g-head .logo-wrapper dl dd img {
    height: 26px;
}

#page1 .g-head .form {
    width: 280px;
    height: 40px;
    border: 1px solid #333;
    border-radius: 6px;
    display: flex;
    align-items: center;
    background: #fff;
    flex-shrink: 0;
}

#page1 .g-head .form .select {


    flex-shrink: 0;
    position: relative;
    padding: 0 12px 0 14px;
    font-size: 14px;
}

#page1 .g-head .form .select:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;


    transform: translateY(-50%);
    background: #333;
}

#page1 .g-head .form .select .name {
    display: flex;
    align-items: center;
    height: 100%;
}

#page1 .g-head .form .select .name:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../img/suppliers/detail/arrow12.svg) center no-repeat;
    margin-left: 6px;
    background-size: 100%;
}

#page1 .g-head .form .select .select-layer {
    position: absolute;
    z-index: 5;
    left: -1px;
    top: 100%;
    right: 0;
    background: #fff;
    border: #333 1px solid;
    border-top: none;
    padding: 4px 0;
    display: none;
}

#page1 .g-head .form .select .select-layer:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    width: 2px;
    height: 4px;
    background: #fff;
}

#page1 .g-head .form .select .select-layer dd {
    padding: 3px 0 3px 14px;
    margin: 0;
    cursor: pointer;
}

#page1 .g-head .form .select.show {
    z-index: 20;
}

#page1 .g-head .form .select.show .select-layer {
    display: block;
}

#page1 .g-head .form .input {
    width: 100%;
}

#page1 .g-head .form .input input::-webkit-input-placeholder {
    color: #b0b0b0;
}

#page1 .g-head .form .input input::-moz-placeholder {
    color: #b0b0b0;
}

#page1 .g-head .form .input input:-moz-placeholder {
    color: #b0b0b0;
}

#page1 .g-head .form .input input:-ms-input-placeholder {
    color: #b0b0b0;
}

#page1 .g-head .form .input textarea::-webkit-input-placeholder {
    color: #b0b0b0;
}

#page1 .g-head .form .input textarea::-moz-placeholder {
    color: #b0b0b0;
}

#page1 .g-head .form .input textarea:-moz-placeholder {
    color: #b0b0b0;
}

#page1 .g-head .form .input textarea:-ms-input-placeholder {
    color: #b0b0b0;
}

#page1 .g-head .form .input input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    font-size: 14px;
}

#page1 .g-head .form .submit {
    background: url(../../img/suppliers/detail/img20.svg) center no-repeat;
    background-size: 20px;
    cursor: pointer;
    width: 48px;
    height: 36px;
    flex-shrink: 0;
}
#page1 .g-head ._btns ._ul {
    display: flex;
}

#page1 .g-head ._btns ._li {
    position: relative;
    padding-left: 48px;
    cursor: pointer;
}

#page1 .g-head ._btns ._li:after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 1px;
    height: 16px;
    background: #4fc2b8;


    transform: translateY(-50%);
}

#page1 .g-head ._btns ._li:first-child {
    padding-left: 0;
}

#page1 .g-head ._btns ._li:first-child:after {
    display: none;
}

#page1 .g-head ._btns ._li a {
    display: flex;
    align-items: center;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
}

#page1 .g-head ._btns ._li a img {
    width: 20px;
    margin-right: 10px;
}

@media screen and (min-width: 992px) {

    #page1 .g-head .g-nav .d-flex {
        display: flex;
        gap: 40px;
    }
    #page1 .g-head .g-nav a.name {
        display: flex;
        align-items: center;
        height: 50px;
        position: relative;
        font-size: 16px;
        font-weight: 500;
    }

    #page1 .g-head .g-nav a.name:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 4px;
        background: #108391;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #page1 .g-head .g-nav a.name:hover,
    #page1 .g-head .g-nav a.name.on {
        color: #108391;
    }

    #page1 .g-head .g-nav a.name:hover:before,
    #page1 .g-head .g-nav a.name.on:before {
        width: 100%;
    }

    #page1 .g-head .g-nav a.name.on {
        font-weight: bold;
    }
}

@media screen and (max-width: 992px) {
    #page1 .g-head {
        height: 100px;
        background: #f1f5f7;
    }

    #page1 .g-head .head {
        position: fixed;
        left: 0;
        top: 60px;
        right: 0;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
        z-index: 10;
    }
    #page1 .g-head .logo-wrapper {
        top: 0;
        bottom: 0;
    }

    #page1 .g-head .logo-wrapper .logo {
        width: 40px;
        height: 40px;
    }

    #page1 .g-head .logo-wrapper .shop-name {
        font-size: 14px;
        padding-right: 20px;
    }

    #page1 .g-head .form {
        position: fixed;
        z-index: 55;
        top: 100%;
        right: 50px;
        width: calc(100% - 100px);
        height: 74px;
        margin-top: -280px;
        zoom: .5;
    }

    #page1 .g-head .form .select {
        padding: 0 20px;
        font-size: 24px;
        width: 130px;
    }

    #page1 .g-head .form .select:after {
        height: 24px;
    }

    #page1 .g-head .form .select .name {
        height: 66px;
    }

    #page1 .g-head .form .select .name:after {
        width: 20px;
        height: 20px;
    }

    #page1 .g-head .form .select .select-layer dd {
        padding: 6px 0 6px 20px;
        margin: 0;
    }

    #page1 .g-head .form .input input {
        height: 72px;
        line-height: 72px;
        font-size: 24px;
        padding: 0 20px;
    }

    #page1 .g-head .form .submit {
        width: 80px;
        height: 72px;
        background-size: 34px;
    }

    #page1 .g-head ._btns {
        position: fixed;
        z-index: 99;
        top: 100%;
        left: 50%;
        margin-top: -80px;
        transform: translateY(0) translateX(-50%) !important;
        border: 1px solid #999;
        display: none;
    }
    body.navShow #page1 .g-head ._btns{
        display: block;
    }
    #page1 .g-head ._btns ._ul {
        justify-content: center;
        backdrop-filter: blur(6px);
    }

    #page1 .g-head ._btns ._li {
        padding-left: 80px;
    }

    #page1 .g-head ._btns ._li:after {
        height: 24px;
        left: 40px;
    }

    #page1 .g-head ._btns ._li a {
        height: 40px;
        font-size: 12px;
        padding: 0 20px;
        white-space: nowrap;
    }

    #page1 .g-head ._btns ._li a img {
        width: 16px;
    }

    #page1 .g-head .navA {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eee;
        border-radius: 50%;
        font-family: "iconfont";
        font-size: 22px;
        zoom: .5;
    }

    #page1 .g-head .navA:after {
        content: "";
    }

    #page1 .g-head .g-nav {
        position: fixed;
        z-index: 49;
        left: 0;
        top:  139px;
        right: 0;
        bottom: 0;
        background: #fff;
        padding: 30px 50px 0 50px;
        border-top: #eee solid 1px;
        border-bottom: #eee solid 1px;
    }

    #page1 .g-head .g-nav>.d-flex{
        flex-direction: column;
    }
    #page1 .g-head .g-nav>.d-flex ._item{
        border-bottom: #eee solid 1px;
    }
    #page1 .g-head .g-nav ._item a {
        display: flex;
        align-items: center;
        height: 50px;
        font-size: 14px;
    }
    #page1 .g-head .g-nav>.d-flex ._item:hover a{
        color: #108391;
    }
    #page1 .g-head .form,
    #page1 .g-head ._btns,
    #page1 .g-head .g-nav {
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    #page1 .g-head .form {
        -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
        transform: translateX(150%);
    }
}


body.navShow #page1 .g-head .head:before {
    opacity: 1;
}

body.navShow #page1 .g-head .side {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 992px) {
    body.navShow #page1 .g-head .navA:after {
        content: "";
    }

    body.navShow #page1 .g-head .form,
    body.navShow #page1 .g-head ._btns,
    body.navShow #page1 .g-head .g-nav {
        transform: translateX(0);
    }
}

.g-head .top {
    background: #ebebeb url(../../img/suppliers/detail/g-top.png) center no-repeat;
    background-size: auto 100%;
    height: 50px;
    display: none;
}

.g-head .top .wal {
    height: 50px;
}

@media screen and (max-width: 992px) {
    .g-head .top {
        height: 60px;
        position: fixed;
        z-index: 50;
        left: 0;
        top: 0;
        right: 0;
    }

    .g-head .top .wal {
        height: 60px;
    }

}

.g-foot {
    background: url(../../img/suppliers/detail/g-foot.png) center no-repeat;
    background-size: auto 100%;
    height: 494px;
    display: none;
}

@media screen and (max-width: 992px) {




    body.navShow {
        overflow: hidden;
    }
}

@media screen and (max-width: 550px) {

}


.vr-btn {
    width: 140px;
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 5.7%;
}

.vr-btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vr-btn a .name {
    font-size: 18px;
    margin-top: 14px;
}

@media screen and (max-width: 992px) {
    .vr-btn {
        left: 20px;
        width: 70px;
    }
}

.phone-show {
    display: none;
}

@media screen and (max-width: 992px) {
    .phone-show {
        display: block;
    }
}

#slider {
    position: relative;
    height: 50px;
    background: #c7cddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #666;
    border-radius: 10px;
    overflow: hidden;
}

#slider .slider_bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(16,131,145,.5);
    width: calc(var(--bfb, 0%) + 9px);
}

#slider .bar {



    display: flex;
    position: absolute;
    z-index: 6;
    left: var(--bfb, 0%);
    top: 0;
    bottom: 0;
    width: 60px;
    cursor: move;
    background: url(../../img/suppliers/detail/img60.svg) center no-repeat;
    background-size: 100%;
}

#slider p {
    position: relative;
    z-index: 5;
}

#slider.on .slider_bg {
    width: 100% !important;
}

#slider.on p {
    color: #fff;
}

#slider.on .bar {
    background-image: url(../../img/suppliers/detail/img-ok.png);
    background-size: 21px;
    left: unset !important;
    margin-left: -210px;
}

@media screen and (max-width: 992px) {
    #slider {
        height: 40px;
        font-size: 12px;
        border-radius: 8px;
    }
    #slider .bar {
        width: 47px;
    }
}

.page-num {



    display: flex;



    justify-content: center;
    margin-top: 80px;
}

.page-num a {
    width: 42px;
    height: 42px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #108391;
    margin: 0 10px;
    border-radius: 5px;
}

.page-num a span {
    font-family: "iconfont";
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.page-num a.on,
.page-num a:hover {
    background: #108391;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .page-num a {
        width: 30px;
        height: 30px;
        font-size: 12px;
        margin: 0 3px;
    }
}

.video-layer {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

.video-layer.show {
    opacity: 1;
    visibility: visible;
}

.video-layer .container {
    width: 1200px;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
}

.video-layer .container video {
    display: block;
    width: 100%;
    border-radius: 6px;
    max-height: 70vh;
}

@media screen and (max-width: 992px) {
    .video-layer .container {
        width: 690px;
    }
}

#mySwiperLayer {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

#mySwiperLayer.show {
    opacity: 1;
    visibility: visible;
}

#mySwiperLayer .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#mySwiperLayer .list li {
    text-align: center;
}

#mySwiperLayer .list li img {
    max-width: 90%;
    max-height: 90vh;
}

#mySwiperLayer .close {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 0 0 0 5px;
    cursor: pointer;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 20px;
}

#mySwiperLayer .close:after {
    content: "";
    font-family: "iconfont";
    -webkit-transition: .5s;
    transition: .5s;
}

#mySwiperLayer .close:hover {
    background: #108391;
}

#mySwiperLayer .close:hover:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#mySwiperLayer .arrow a {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);



    display: flex;
    align-items: center;



    justify-content: center;
    width: 40px;
    height: 80px;
    background: #fff;
    cursor: pointer;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 20px;
    font-family: "iconfont";
}

#mySwiperLayer .arrow a.prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}

#mySwiperLayer .arrow a.prev:after {
    content: "";
}

#mySwiperLayer .arrow a.next {
    right: 0;
    border-radius: 5px 0 0 5px;
}

#mySwiperLayer .arrow a.next:after {
    content: "";
}

#mySwiperLayer .arrow a:hover {
    background: #108391;
}

#page1 {
    font-size: 16px;
}

@media screen and (max-width: 992px) {
    #page1 {
        font-size: 24px;
    }
    #mySwiperLayer .close{
        top: 60px;
    }
}

#page1 .index-bg {
    background: #f1f5f7;
    padding: 20px 0 0 0;
    /*min-height: 950px;*/
}

#page1 .index-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
#page1 .index-banner>.list{
    aspect-ratio: 1200 / 348;
}
#page1 .index-banner>.list img{
    height: 100% !important;
}
#page1 .index-banner .dots {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 20px;
    right: 0;



    display: flex;



    justify-content: center;
}

#page1 .index-banner .dots span {
    margin: 0 3px;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    background: rgba(255,255,255,.3);
    -webkit-transition: .5s;
    transition: .5s;
}

#page1 .index-banner .dots span.on {
    background: #fff;
}

#page1 .index-banner .arrow a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff center no-repeat;
    background-size: 22px;
    box-shadow: 0 7px 20px rgba(0,0,0,.06);
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -20px;
}

#page1 .index-banner .arrow a.prev {
    left: 30px;
    background-image: url(../../img/suppliers/detail/prev12.svg);
}

#page1 .index-banner .arrow a.next {
    right: 30px;
    background-image: url(../../img/suppliers/detail/next12.svg);
}

#page1 .index-about {
    padding: 80px 0 100px 0;
}

#page1 .index-about .index-title {
    margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
    #page1 .index-about ._cont {
        display: flex;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#page1 .index-about ._info {

}

#page1 .index-about ._info h2 {
    font-size: 24px;
}

#page1 .index-about ._info .content {
    font-size: 16px;
    line-height: 28px;
    padding: 0 10px;
    margin: 40px 0 54px;
    text-align: justify;
    height: 400px;
    overflow: auto;
}

#page1 .index-about ._info .page-more {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 0;
}

@media screen and (max-width: 992px) {
    #page1 .index-about ._info {
        width: 100%;
        padding-bottom: 40px;
    }

    #page1 .index-about ._info h2 {
        font-size: 16px;
    }

    #page1 .index-about ._info .content {
        font-size: 14px;
    }

    #page1 .index-about ._info .page-more {
        justify-content: center;
    }
}

#page1 .index-about .img-list {
    width: 580px;
    position: relative;
    height: 322px;
    flex-shrink: 0;
    margin-left: 95px;
}

#page1 .index-about .img-list .btn {
    display: flex;
    padding: 0;



    align-items: center;



    justify-content: center;
    position: absolute;
    z-index: 15;
    top: 10px;
    right: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,.3);
    width: 36px;
    height: 36px;
    cursor: pointer;
}

#page1 .index-about .img-list .btn img {
    width: 16px;
}

#page1 .index-about .img-list li {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    z-index: 0;
    bottom: -30px;
    padding: 0 70px;
}

#page1 .index-about .img-list li img {
    width: 100%;
    border-radius: 20px;
    height: 322px;
}

#page1 .index-about .img-list li.one {
    z-index: 3;
    bottom: 0;
    padding: 0;
    opacity: 1;
}

#page1 .index-about .img-list li.two {
    z-index: 2;
    bottom: -10px;
    padding: 0 20px;
    opacity: 1;
}

#page1 .index-about .img-list li.three {
    z-index: 1;
    bottom: -20px;
    padding: 0 40px;
    opacity: 1;
}

#page1 .index-about .img-list .arrow {
    position: absolute;
    z-index: 5;
    right: 20px;
    bottom: 20px;



    display: flex;
}

#page1 .index-about .img-list .arrow a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
    background: #fff center no-repeat;
    background-size: 22px;
    box-shadow: 0 7px 20px rgba(0,0,0,.06);
}

#page1 .index-about .img-list .arrow a.prev {
    background-image: url(../../img/suppliers/detail/prev12.svg);
}

#page1 .index-about .img-list .arrow a.next {
    background-image: url(../../img/suppliers/detail/next12.svg);
}

@media screen and (max-width: 992px) {
    #page1 .index-about .img-list {
        margin: 0 auto;
        width: 100%;
        aspect-ratio: 580 / 322;
        height: fit-content;
    }
}

#page1 .index-title {
    position: relative;
    text-align: center;
}

#page1 .index-title .en {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 64px;
    color: rgba(0,0,0,0);
    text-stroke: 1px #E0E4E5;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 1px #E0E4E5;
    text-align: center;
    font-weight: bold;
}


#page1 .index-title h2 {
    font-size: 32px;
    line-height: 47px;
    position: relative;
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    #page1 .index-title .en{
        font-size: 32px;
    }
    #page1 .index-title h2 {
        font-size: 24px;
    }
}

#page1 .index-product {
    padding-top: 120px;
    padding-bottom: 120px;
}

.goods-list {
    margin-top: 60px;
}

.goods-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.goods-list li {
    width: calc(25% - 30px);
}

.goods-list li .item {
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.06);
}

.goods-list li .item .zoomImg {
    display: block;
    background: #fafafa;
    padding: 45px;
    border-radius: 20px 20px 0 0;
    aspect-ratio: 1;
}

.goods-list li .item .zoomImg img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

.goods-list li .item .bd {
    min-height: 143px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 20px;
}

.goods-list li .item .bd .name {
    font-size: 18px;
    font-weight: 500;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.goods-list li .item .bd .btns {
    margin-top: 30px;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.goods-list li .item .bd .btns .btn-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #108391;
    color: #fff;
    width: 174px;
    height: 46px;
    border-radius: 30px;
    font-size: 16px;
}

.goods-list li .item .bd .btns .btn-2 {
    border-radius: 50%;
    background: #f9d7af url(../../img/suppliers/detail/img25.svg) center no-repeat;
    background-size: 26px;
    display: block;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    cursor: pointer;
}

.goods-list li .item .bd .btns .btn-2.on {
    background-color: #f79131;
    background-image: url(../../img/suppliers/detail/img25on.svg);
}

@media screen and (max-width: 992px) {
    .goods-list li .item .bd .name {
        font-size: 13px;
        height: 18px;
        line-height: 18px;
    }

    .goods-list li .item .bd .btns {
        margin-top: 10px;
    }

    .goods-list li .item .bd .btns .btn-1 {
        width: 90px;
        height: 30px;
        font-size: 12px;
    }

    .goods-list li .item .bd .btns .btn-2 {
        width: 30px;
        height: 30px;
        background-size: 18px;
    }
    #page1 .index-bg {
        padding-top: 0;
    }
    #page1 .index-about{
        padding: 40px 0;
    }
}

#page1 .index-search {
    background: -webkit-linear-gradient(188deg, #108391 0%, #0D7081 50%);
    background: linear-gradient(262deg, #108391 0%, #0D7081 50%);
    padding: 70px;
}

#page1 .index-search .wal {
    min-height: 586px;
    background: url(../../img/suppliers/detail/img1200.png) center no-repeat;
    background-size: 100%;
    position: relative;
}

#page1 .index-search .form {
    width: 373px;
    height: 476px;
    border-radius: 30px;
    background: #4fc2b8;
    padding: 86px 40px 0 40px;
}

@media screen and (min-width: 992px) {
    #page1 .index-search .form {
        position: absolute;
        z-index: 5;
        left: 0;
        top: 62px;
    }
}

#page1 .index-search .form h2 {
    position: absolute;
    left: 0;
    top: -10px;
    right: 0;
    text-align: center;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    background: url(../../img/suppliers/detail/img210.svg) center no-repeat;
    background-size: auto 100%;
}

#page1 .index-search .form li {
    padding-bottom: 10px;
}

#page1 .index-search .form li .input {
    border-radius: 10px;
    background: #fff;
}

#page1 .index-search .form li .input input::-webkit-input-placeholder {
    color: #999;
}

#page1 .index-search .form li .input input::-moz-placeholder {
    color: #999;
}

#page1 .index-search .form li .input input:-moz-placeholder {
    color: #999;
}

#page1 .index-search .form li .input input:-ms-input-placeholder {
    color: #999;
}

#page1 .index-search .form li .input textarea::-webkit-input-placeholder {
    color: #999;
}

#page1 .index-search .form li .input textarea::-moz-placeholder {
    color: #999;
}

#page1 .index-search .form li .input textarea:-moz-placeholder {
    color: #999;
}

#page1 .index-search .form li .input textarea:-ms-input-placeholder {
    color: #999;
}

#page1 .index-search .form li .input input,
#page1 .index-search .form li .input textarea {
    resize: none;
    width: 100%;
    padding: 10px 14px;
    height: 50px;
    line-height: 30px;
    font-size: 16px;
}

#page1 .index-search .form li .input textarea {
    height: 140px;
    padding: 14px;
    line-height: 22px;
}

#page1 .index-search .form .submit {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(255,255,255,.8);
    margin-top: 40px;
    width: 293px;
    height: 50px;
    border-radius: 30px;
    background: #108391;
}

@media screen and (max-width: 992px) {
    #page1 .index-search .form {
        width: 100%;
        height: 383px;
        padding: 60px 20px 0 20px;
    }

    #page1 .index-search .form h2 {
        height: 50px;
        top: -7px;
        font-size: 18px;
    }

    #page1 .index-search .form li {
        padding-bottom: 20px;
    }

    #page1 .index-search .form li .input input,
    #page1 .index-search .form li .input textarea {
        padding: 10px;
        height: 40px;
        line-height: 20px;
        font-size: 12px;
    }

    #page1 .index-search .form li .input textarea {
        height: 110px;
        padding: 10px;
        line-height: 16px;
    }

    #page1 .index-search .form .submit {
        width: 100%;
        height: 40px;
        font-size: 14px;
        border-radius: 30px;
        margin: 20px auto !important;
    }
}

#page1 .index-search .list ul {
    display: flex;
    flex-wrap: wrap;
}

#page1 .index-search .list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    align-items: center;
    text-align: center;
    background: url(../../img/suppliers/detail/line130.svg) left center no-repeat;
    background-size: 1px;
    flex: 1 1 21%;
    padding: 0 20px;
}

#page1 .index-search .list li h5 {
    font-size: 26px;
}

#page1 .index-search .list li p {
    width: 270px;
    font-size: 16px;
    word-break: break-word;
}

#page1 .index-search .list li .name {
    font-size: 16px;
    margin-top: 6px;
    opacity: .6;
}

@media screen and (min-width: 992px) {
    #page1 .index-search .list {
        position: absolute;
        top: 78px;
        right: 0;
        width: calc(100% - 373px);
        background: url(../../img/suppliers/detail/line733.svg) center no-repeat;
        background-size: auto 1px;
    }

    #page1 .index-search .list:before,
    #page1 .index-search .list:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background: url(../../img/suppliers/detail/line260.svg) center no-repeat;
        background-size: 1px;
    }

    #page1 .index-search .list:before {
        left: 0;
    }

    #page1 .index-search .list:after {
        right: 0;
    }

    #page1 .index-search .list li {
        height: 130px;
    }

    #page1 .index-search .list li:nth-child(1),
    #page1 .index-search .list li:nth-child(4) {
        background: none;
    }

    #page1 .index-search .list li:nth-child(4),
    #page1 .index-search .list li:nth-child(5) {
        width: 50%;
    }
}

@media screen and (max-width: 992px) {
    #page1 .index-search .list {
        padding: 30px 0;
    }

    #page1 .index-search .list ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    #page1 .index-search .list li {
        background: none;
        padding: 20px 0;
    }

    #page1 .index-search .list li h5 {
        font-size: 15px;
    }

    #page1 .index-search .list li p {
        width: 100%;
        font-size: 12px;
    }

    #page1 .index-search .list li .name {
        font-size: 12px;
    }

    #page1 .index-search .list li:nth-child(5) {
        width: 100%;
    }
}

#page1 .index-search .foot {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 373px;
}

@media screen and (min-width: 992px) {
    #page1 .index-search .foot {
        height: 140px;
        position: absolute;
        left: 20px;
        top: 398px;
        width: calc(100% - 20px);
    }
}
#page1 .index-search .foot ul {
    display: flex;
}

#page1 .index-search .foot li {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 110px;
}

#page1 .index-search .foot li:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -56px;
    transform: translateY(-50%);
    width: 1px;
    height: 28px;
    background: #4fc2b8;
}

#page1 .index-search .foot li .name {
    font-size: 16px;
    color: #666;
}

#page1 .index-search .foot li h5 {
    font-size: 24px;
    margin-left: 8px;
}

#page1 .index-search .foot li:last-child {
    margin-right: 85px;
}

#page1 .index-search .foot li:last-child:after {
    display: none;
}

#page1 .index-search .foot ._btn {
    display: flex;
    width:  160px;
    height: 46px;
    justify-content: center;
    align-items: center;
    border-radius: 39px;
    background: #f79131;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
}

@media screen and (max-width: 992px) {
    #page1 .index-search .foot {
        justify-content: center;
        flex-wrap: wrap;
        padding: 30px 0;
    }

    #page1 .index-search .foot ul {
        width: 100%;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        padding: 0 20px;
    }

    #page1 .index-search .foot li {
        margin-right: 0;
    }

    #page1 .index-search .foot li:after {
        display: none;
    }

    #page1 .index-search .foot li:last-child {
        margin-right: 0;
    }

    #page1 .index-search .foot li .name {
        font-size: 12px;
    }

    #page1 .index-search .foot li h5 {
        font-size: 15px;
        margin-left: 0;
    }

    #page1 .index-search .foot ._btn {
        width: 120px;
        height: 30px;
        font-size: 12px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 992px) {
    #page1 .index-search {
        padding: 30px 15px;
    }

    #page1 .index-search .wal {
        background-position: center 75%;
    }
}

#page1 .page-more {
    display: flex;
    justify-content: center;
    padding-top: 60px;
    position: relative;
    z-index: 9;
}

#page1 .page-more a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
}

#page1 .page-more a:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../../img/suppliers/detail/img40.svg) center no-repeat;
    background-size: 100%;
}

#page1 .page-more a .line {
    width: 120px;
    height: 1px;
    background: #333;
    margin: 0 20px;
}

@media screen and (max-width: 992px) {
    #page1 .page-more a {
        font-size: 12px;
    }

    #page1 .page-more a:before {
        width: 30px;
        height: 30px;
    }
}

#page1 .index-video {
    padding: 120px 0 40px 0;
}

@media screen and (max-width: 992px) {
    #page1 .index-video {
        padding: 40px 0;
    }
    #page1 .index-product{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

#page1 .index-video .index-title {
    margin-bottom: 40px;
}

#page1 .index-video .big-img {
    width: 994px;
    position: relative;
    height: 556px;
    margin: 0 auto;
}

#page1 .index-video .big-img li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    box-shadow: 0 0 18px rgba(0,0,0,.3);
}

#page1 .index-video .big-img li video,
#page1 .index-video .big-img li img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

#page1 .index-video .big-img li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../../img/suppliers/detail/video-btn60.svg) center no-repeat;
    background-size: 80px;
    cursor: pointer;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

#page1 .index-video .big-img li.on {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#page1 .index-video .big-img li.playing img,
#page1 .index-video .big-img li.playing:after {
    opacity: 0;
    visibility: visible;
    pointer-events: none;
}

@media screen and (max-width: 992px) {
    #page1 .index-video .big-img {
        width: 100%;
        /*height: 400px;*/
    }
}

#page1 .index-video .list {
    position: relative;
    margin-top: 30px;
}

#page1 .index-video .list .list-wrapper {
    margin: 0 auto;
    width: 810px;
    overflow: hidden;
    position: relative;
}

#page1 .index-video .list .list-wrapper li {
    padding: 0 4px;
}

#page1 .index-video .list .list-wrapper li .img {
    position: relative;
    border: rgba(0,0,0,0) solid 2px;
    border-radius: 6px;
    cursor: pointer;
    padding: 4px;
}

#page1 .index-video .list .list-wrapper li .img img {
    width: 100%;
    height: 70px;
    border-radius: 4px;
}

#page1 .index-video .list .list-wrapper li.on .img {
    border-color: #108391;
}

#page1 .index-video .list .arrow a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff center no-repeat;
    background-size: 22px;
    box-shadow: 0 7px 20px rgba(0,0,0,.06);
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -20px;
}

#page1 .index-video .list .arrow a.prev {
    left: 50%;
    margin-left: -490px;
    background-image: url(../../img/suppliers/detail/prev12.svg);
}

#page1 .index-video .list .arrow a.next {
    right: 50%;
    margin-right: -490px;
    background-image: url(../../img/suppliers/detail/next12.svg);
}

@media screen and (max-width: 992px) {
    #page1 .index-video .list .list-wrapper {
        width: 100%;
    }

    #page1 .index-video .list .arrow {
        display: none;
    }
}

#page1 .index-honor {
    background: #f1f5f7;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#page1 .index-honor .wal {
    /*min-height: 900px;*/
    padding: 120px 0;
}

#page1 .index-honor .index-title {
    margin-bottom: 60px;
}

#page1 .index-honor .list .row {
    position: relative;
}

#page1 .index-honor .list .row:before {
    content: "";
    display: block;
    position: absolute;
    top: 238px;
    width: 100vw;
    height: 163px;
    background: center no-repeat;
    background-size: 100% 100%;
    -webkit-transition: 0s;
    transition: 0s;
}

#page1 .index-honor .list .row ul {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

#page1 .index-honor .list .row li {
    height: 394px;
    text-align: center;
    width: 256px;
}

#page1 .index-honor .list .row li .img {
    height: 248px;
    display: flex;
    align-items: flex-end;
}

#page1 .index-honor .list .row li .img img {
    width: 100%;
    max-height: 248px;
    object-fit: contain;
}

#page1 .index-honor .list .row li .name {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 50px;
}


/* 气泡提示样式 - 关键修改 */
#page1 .index-honor .list .row li .name:hover + .tooltip {
    opacity: 1;
    visibility: visible;
}
.text-item{
    position: relative;
}
.tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-bottom: 8px;
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #333;
}

@media screen and (max-width: 992px) {
    #page1 .index-honor .wal{
        padding: 40px 0;
    }
    #page1 .index-honor .list .row:before {
        top: 194px;
        height: 111px;
    }

    #page1 .index-honor .list .row ul {
        justify-content: center;
    }

    #page1 .index-honor .list .row li {
        width: 50%;
        height: 200px;
        padding: 0 10px;
    }

    #page1 .index-honor .list .row li .img {
        height: 200px;
    }

    #page1 .index-honor .list .row li .img img {
        max-width: 322px;
        max-height: 150px;
    }

    #page1 .index-honor .list .row li .name {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 12px;
        line-height: 34px;
    }
    #page1 .index-honor .index-title{
        margin-bottom: 20px;
    }
}

#page1 .index-honor .list .row:nth-child(odd):before {
    left: 50%;
    margin-left: -52%;
    background-image: url(../../img/suppliers/detail/img1838_1.png);
}

@media screen and (max-width: 992px) {
    #page1 .index-honor .list .row:nth-child(odd):before {
        margin-left: 0;
        left: unset;
        right: -6%;
        width: calc(100vw + 40px);
    }
}

#page1 .index-honor .list .row:nth-child(even):before {
    right: 50%;
    margin-right: -620px;
    background-image: url(../../img/suppliers/detail/img1838_2.png);
}

@media screen and (max-width: 992px) {
    #page1 .index-honor .list .row:nth-child(even):before {
        margin-right: 0;
        right: unset;
        left: -6%;
        width: calc(100vw + 40px);
    }
}

#page1 .index-honor .page-more {
    padding-top: 0;
}

@media screen and (max-width: 992px) {
    #page1 .index-honor .page-more {
        padding-top: 60px;
    }
}

#page1 .side-bar {
    width: 50px;
    position: fixed;
    z-index: 20;
    top: 50%;
    right: 30px;


    transform: translateY(-50%);
    background: #108391;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
    padding: 4px;
    border-radius: 30px;
}

#page1 .side-bar li {
    position: relative;
    padding-bottom: 28px;
}

#page1 .side-bar li:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 13px;
    width: 26px;
    height: 1px;
    background: rgba(255,255,255,.48);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#page1 .side-bar li:last-child {
    padding-bottom: 20px;
}

#page1 .side-bar li:last-child:after {
    display: none;
}

#page1 .side-bar li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#page1 .side-bar li a .ico img {
    width: 20px;
}

.img.video:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../../img/suppliers/detail/video-btn60-2.svg) center no-repeat;

    cursor: pointer;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

#page1 .side-bar li a .name {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 6px;
    text-align: center;
}

/*#page1 .side-bar li:nth-child(1) a .ico {*/
/*    background: #fff;*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    height: 42px;*/
/*    width: 42px;*/
/*}*/

/*#page1 .side-bar li:nth-child(1) a .name {*/
/*    margin-top: 14px;*/
/*}*/

#page1 .side-bar .topA {
    display: block;
    width: 50px;
    height: 50px;
    background: #108391 url(../../img/suppliers/detail/img15.svg) center no-repeat;
    border-radius: 50%;
    background-size: 15px;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 14px;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
}

@media screen and (max-width: 992px) {
    #page1 .side-bar {
        width: 80px;
        right: 10px;
        border-radius: 40px;
    }

    #page1 .side-bar li a {
        padding: 10px 0;
    }

    #page1 .side-bar li a .ico img {
        width: 30px;
    }

    #page1 .side-bar li a .name {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
    }

    #page1 .side-bar li:nth-child(1) a .ico {
        width: 52px;
        height: 52px;
    }

    #page1 .side-bar .topA {
        width: 80px;
        height: 80px;
        background-size: 24px;
    }
}

#page1 .page-bg {
    background: #f1f5f7;
    min-height: 500px;
}

#page1 .product-row {
    padding: 40px 0 120px 0;
}

@media screen and (min-width: 992px) {
    #page1 .product-row .wal {
        position: relative;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: flex-start;
    }
}

#page1 .product-row .side-nav li {
    margin-bottom: 6px;
}

#page1 .product-row .side-nav li>a {
    display: flex;
    align-items: center;
    padding: 21px 50px 21px 30px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    position: relative;
    word-break: break-all;
}

#page1 .product-row .side-nav li>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 9px;
    background: url(../../img/suppliers/detail/img9.svg) center no-repeat;
    background-size: 100%;
}

#page1 .product-row .side-nav li>a:hover,
#page1 .product-row .side-nav li>a.on {
    background: #108391;
    color: #fff;
}

#page1 .product-row .side-nav li>a:hover:after,
#page1 .product-row .side-nav li>a.on:after {
    background-image: url(../../img/suppliers/detail/img9on.svg);
}

@media screen and (min-width: 992px) {
    #page1 .product-row .side-nav {
        position: sticky;
        top: 40px;
        flex: 1;
        margin-right: 40px;
        min-width: 186px;
    }

    #page1 .product-row .side-nav li:nth-child(1)>a {
        border-radius: 10px 10px 0 0;
    }

    #page1 .product-row .side-nav li:last-child>a {
        border-radius: 0 0 10px 10px;
    }
}
.local{
    width: 100%;
    height: 270px;
    background: #FFFFFF;
    /*padding-bottom: 30px;*/
}
.local img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
@media screen and (max-width: 992px) {
    #page1 .product-row .side-nav ul {
        display: block;
        flex-wrap: wrap;
        margin-left: -2px;
    }

    #page1 .product-row .side-nav li {
        /*width: 33.333%;*/
        padding: 0 0 2px 2px;
        margin-bottom: 0;
        flex: 1 1 auto;
    }

    #page1 .product-row .side-nav li>a {
        height: 44px;
        font-size: 12px;
        padding: 0 20px 0 10px;
    }

    #page1 .product-row .side-nav li>a:after {
        right: 10px;
        width: 6px;
    }
}

#page1 .product-list {
    width: calc(100% - 226px);
    margin-top: 0;
}
#page1 .product-list li{
    width: calc((100% - 80px) / 3);
}


#page1 .about-1 {
    padding: 84px 0 120px 0;
    position: relative;
}

#page1 .about-1 .wal .d-flex {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
#page1 .about-1 .wal .d-flex>.col h2 {
    font-size: 24px;
}

#page1 .about-1 .wal .d-flex>.col .content {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin-top: 40px;
    height: 280px;
    overflow: auto;
}

@media screen and (max-width: 992px) {
    #page1 .about-1{
        padding-top: 0;
        min-height: unset;
        padding: 0px 0 50px 0;
    }
    #page1 .about-1 .wal .d-flex>.col {
        width: 100%;
        padding-bottom: 20px;
    }

    #page1 .about-1 .wal .d-flex>.col h2 {
        font-size: 16px;
        font-weight: bold;
    }

    #page1 .about-1 .wal .d-flex>.col .content {
        font-size: 12px;
        line-height: 18px;
        margin-top: 20px;
        height: auto;
    }
}

#page1 .about-1 .img-list {
    width: 580px;
    position: relative;
    height: 322px;
    filter: drop-shadow(0 -8px 20px rgba(0, 0, 0, 0.2));
    margin-left: 95px;
    flex-shrink: 0;
}

#page1 .about-1 .img-list .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,.3);
    width: 36px;
    height: 36px;
    cursor: pointer;
}

#page1 .about-1 .img-list .btn img {
    width: 16px;
    height: 16px;
}

#page1 .about-1 .img-list li {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    z-index: 0;
    bottom: -30px;
    padding: 0 70px;
}

#page1 .about-1 .img-list li img {
    width: 100%;
    border-radius: 20px;
    height: 322px;
}

#page1 .about-1 .img-list li.one {
    z-index: 3;
    bottom: 0;
    padding: 0;
    opacity: 1;
}

#page1 .about-1 .img-list li.two {
    z-index: 2;
    bottom: -10px;
    padding: 0 20px;
    opacity: 1;
}

#page1 .about-1 .img-list li.three {
    z-index: 1;
    bottom: -20px;
    padding: 0 40px;
    opacity: 1;
}

#page1 .about-1 .img-list .arrow {
    position: absolute;
    z-index: 5;
    right: 20px;
    bottom: 20px;
    display: flex;
}

#page1 .about-1 .img-list .arrow a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
    background: #fff center no-repeat;
    background-size: 22px;
    box-shadow: 0 7px 20px rgba(0,0,0,.06);
}

#page1 .about-1 .img-list .arrow a.prev {
    background-image: url(../../img/suppliers/detail/prev12.svg);
}

#page1 .about-1 .img-list .arrow a.next {
    background-image: url(../../img/suppliers/detail/next12.svg);
}

#page1 .about-1 .cont {
    width: 100%;
    margin-top: 70px;
    min-height: 556px;
    border-radius: 0 0 20px 20px;
    background: #fff;
    border-top: #108391 solid 4px;
    padding: 0 40px 40px;
}

#page1 .about-1 .cont .hd {
    display: flex;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 42px 0 30px 0;
    border-bottom: 1px solid #d9d9d9;
}

#page1 .about-1 .cont .hd h2 {
    font-size: 24px;
}

#page1 .about-1 .cont .hd p {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 16px;
}

#page1 .about-1 .cont .hd p a {
    width: 76px;
    margin: 0 8px;
}

#page1 .about-1 .cont .item {
    display: flex;
    align-items: flex-start;
    color: #666;
    font-size: 16px;
}

#page1 .about-1 .cont .item .name {


    flex-shrink: 0;
    margin-right: 2px;
}

@media screen and (min-width: 992px) {
    #page1 .about-1 .cont{
        min-height: unset;
    }
    #page1 .about-1 .cont .row {
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    #page1 .about-1 .cont .row:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #d9d9d9;
    }

    #page1 .about-1 .cont .row .col {
        width: 420px;
    }

    #page1 .about-1 .cont .row .col .item {
        padding: 6px 0;
    }

    #page1 .about-1 .cont>.item {
        margin-top: 40px;
    }
}

@media screen and (max-width: 992px) {
    #page1 .about-1 .cont .hd {
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

    #page1 .about-1 .cont .hd h2 {
        font-size: 15px;
    }

    #page1 .about-1 .cont .hd p {
        font-size: 10px;
    }

    #page1 .about-1 .cont .item {
        font-size: 12px;
        line-height: 18px;
        padding-top: 5px;
    }
}

@media screen and (max-width: 992px) {
    #page1 .about-1 .wal {
        justify-content: center;
    }
}
.big-img{
    position: relative;
}
.big-img{
    position: relative;
}
.big-img .btn{
    margin: 0 auto;
    width: 160px;
    display: block;
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
}
#page1 .about-2 {
    min-height: 500px;
    position: relative;
    /*background: linear-gradient(to bottom, #fff, #F1F5F7);*/
    z-index: 5;
}

#page1 .about-2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -60px;
    height: 63px;
    background: url(../../img/suppliers/detail/bg63.png) center no-repeat;
    background-size: 100% 100%;
}

#page1 .about-2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 386px;
    right: 0;
    background: url(../../img/suppliers/detail/about-2-bg.png) center no-repeat;
    background-size: 100% 100%;
    height: 128px;
    z-index: -1;
    pointer-events: none;
}

#page1 .about-2 h2.title {
    text-align: center;
    font-size: 24px;
    padding: 100px 0 60px 0;
}

#page1 .about-2 .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

#page1 .about-2 .list li {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    line-height: 28px;
    border-bottom: #d9d9d9 solid 1px;


    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page1 .about-2 .list .pa-item {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    line-height: 28px;
    word-break: break-all;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#page1 .about-2 .list  .pa-name{
    flex-shrink: 0;
}
#page1 .about-2 .list li .name {
    flex-shrink: 0;
}

#page1 .about-2 .list li p {
    max-width: 300px;
    text-align: right;
    word-break: break-all;
    margin-left: 10px;
}

#page1 .about-2 .list ul.ul-1 {
    width: 100%;
}

#page1 .about-2 .list ul.ul-1 li {


    flex-wrap: wrap;
}

#page1 .about-2 .list ul.ul-1 .name {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#page1 .about-2 .list ul.ul-1 p {
    max-width: 100%;
    width: 100%;
    text-align: left;
}



#page1 .about-3 {
    background: #f1f5f7;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

#page1 .about-3:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 810px;
    background: #fff;
}

#page1 .about-3 .wal {
    position: relative;
    z-index: 2;
    min-height: 1500px;
    /* padding: 130px 0 0 0; */
}

#page1 .about-3 .img-list {
    width: 1900px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#page1 .about-3 .img-list .list-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    height: 260px;
    -webkit-perspective-origin: center 180px;
    perspective-origin: center 180px;
}

#page1 .about-3 .img-list .list-wrapper ul {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#page1 .about-3 .img-list .list-wrapper li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#page1 .about-3 .img-list .list-wrapper li .zoomImg {
    -webkit-transition: 0s;
    transition: 0s;
    display: block;
    border-radius: 10px;
}

#page1 .about-3 .img-list .list-wrapper li .zoomImg img {
    height: 260px;
}

#page1 .about-3 .img-list .list-wrapper li .zoomImg:before {
    display: none;
}

#page1 .about-3 .img-list .dots {



    display: flex;



    justify-content: center;
    padding-top: 30px;
}

#page1 .about-3 .img-list .dots span {
    width: 6px;
    height: 6px;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 6px;
    margin: 0 3px;
    background: rgba(16,131,145,.5);
}

#page1 .about-3 .img-list .dots span.on {
    background: #108391;
    width: 26px;
}

#page1 .about-3 .img-list .arrow {
    display: flex;
    justify-content: center;
    padding: 50px 0 120px 0;
}

#page1 .about-3 .img-list .arrow a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 5px;
    background: #fff center no-repeat;
    background-size: 22px;
    box-shadow: 0 7px 20px rgba(0,0,0,.06);
}

#page1 .about-3 .img-list .arrow a.prev {
    background-image: url(../../img/suppliers/detail/prev12.svg);
}

#page1 .about-3 .img-list .arrow a.next {
    background-image: url(../../img/suppliers/detail/next12.svg);
}

#page1 .about-3 .big-img {
    position: relative;
}

#page1 .about-3 .big-img .img {
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#page1 .about-3 .big-img .btn {
    width:  160px;
    display: block;
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
}

#page1 .about-3 .list-1 {
    padding: 140px 0 40px 0;
}

#page1 .about-3 .list-1 ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -60px;
    margin-right: -60px;
}

#page1 .about-3 .list-1 li {
    width: 19%;
    text-align: center;
    position: relative;
}

#page1 .about-3 .list-1 li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 80px;
    background: #d9d9d9;
    transform: translateY(-50%);
}

#page1 .about-3 .list-1 li:first-child:after {
    display: none;
}

#page1 .about-3 .list-1 li .name {
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

#page1 .about-3 .list-1 li h5 {
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    word-break: break-all;

}

@media screen and (max-width: 992px) {
    #page1 .about-3 .list-1 ul {
        justify-content: center;
        gap: 25px 0;
        margin: 0;
    }

    #page1 .about-3 .list-1 li {
        /*width: 33.333%;*/
        flex: 1 1 50%;
        padding: 0 10px;
    }
    #page1 .about-3 .list-1 {
        padding: 35px 0 10px 0;
    }
    #page1 .about-3 .list-1 li .name {
        font-size: 12px;
    }

    #page1 .about-3 .list-1 li h5 {
        font-size: 21px;
    }


    #page1 .about-3 .list-1 li:nth-child(3):after{
        display: none;
    }
    #page1 .about-3 .list-1 li:nth-child(4):after{
        display: block;
    }
}

#page1 .about-3 .list-2 {
    padding-bottom: 82px;
}

#page1 .about-3 .list-2 ul {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

#page1 .about-3 .list-2 li {
    width: 580px;
    border-bottom: #d9d9d9 solid 1px;
    padding: 20px 0;
}

#page1 .about-3 .list-2 li p {
    color: #666;
    margin-top: 10px;
}

@media screen and (max-width: 992px) {
    #page1 .about-3 .list-2{
        padding-bottom: 41px;
    }
    #page1 .about-3 .list-2 li {
        width: 100%;
        font-size: 14px;
        padding: 20px;
    }
}

#page1 .about-3 .list-3 {
    padding-bottom: 60px;
}

#page1 .about-3 .list-3 ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-bottom: -40px;
}

#page1 .about-3 .list-3 li {
    padding: 0 0 40px 40px;
    width: 20%;
}

#page1 .about-3 .list-3 li .zoomImg {
    border-radius: 8px;
}

@media screen and (max-width: 992px) {
    #page1 .about-3 .list-3 ul {
        margin: 0 20px 0 0;
    }

    #page1 .about-3 .list-3 li {
        width: 33.333%;
        padding: 0 0 20px 20px;
    }
}

#page1 .about-4 {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

#page1 .about-4:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 40px;
    background: #fff;
    border-radius: 0 0 40px 40px;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
}

#page1 .about-4:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 40px;
    height: 63px;
    background: url(../../img/suppliers/detail/bg63_2.png) center no-repeat;
    background-size: 100% 100%;
}

#page1 .about-4 .index-honor {
    background: url(../../img/suppliers/detail/about-honor-bg.jpg) center top no-repeat;
    background-size: 100%;
}

#page1 .about-4 .index-honor h2.title {
    text-align: center;
    font-size: 24px;
    padding: 120px 0 80px 0;
}

@media screen and (max-width: 992px) {
    #page1 .about-4 .index-honor h2.title {
        font-size: 21px;
        padding: 25px 0 10px 0;
    }
}

#page1 .about-5 {
    background: #f1f5f7;
    padding-bottom: 120px;
}

#page1 .about-5 h2.title {
    text-align: center;
    font-size: 24px;
    padding: 150px 0 60px 0;
}

#page1 .about-5 .list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

#page1 .about-5 .list li {
    width: calc((100% - 80px) / 3);
}

#page1 .about-5 .list a {
    display: block;
    position: relative;
    border-radius: 10px;
    opacity: 1;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.02);
    min-height: 237px;
    padding: 30px;
}

#page1 .about-5 .list a .name {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

#page1 .about-5 .list a p {
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    color: #666;
    margin-top: 16px;
}

#page1 .about-5 .list a .time {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page1 .about-5 .list a .time span {
    font-weight: 500;
}

#page1 .about-5 .list a .time em {
    display: flex;
    align-items: center;
    color: #999;
}

#page1 .about-5 .list a .time em:after {
    content: "";
    font-family: "iconfont";
    margin-left: 6px;
}

#page1 .about-5 .list a .time span,
#page1 .about-5 .list a .time em {
    -webkit-transition: color .5s;
    transition: color .5s;
}

#page1 .about-5 .list a:hover {
    color: #108391;
}

#page1 .about-5 .list a:hover .time em,
#page1 .about-5 .list a:hover .time span {
    color: #f79131;
}

@media screen and (max-width: 992px) {
    #page1 .about-5 h2.title {
        font-size: 21px;
        padding: 70px 0 30px 0;
    }

    #page1 .about-5 .list ul {
        gap: 20px;
    }

    #page1 .about-5 .list li {
        width: calc(50% - 10px);
    }

    #page1 .about-5 .list a {
        padding: 10px 10px 40px;
        min-height: 150px;
    }

    #page1 .about-5 .list a .name {
        font-size: 13px;
        line-height: 18px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 36px;
    }

    #page1 .about-5 .list a p {
        font-size: 11px;
        line-height: 15px;
        height: 45px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    #page1 .about-5 .list a .time {
        left: 10px;
        bottom: 10px;
        right: 10px;
    }

    #page1 .about-5 .list a .time span,
    #page1 .about-5 .list a .time em {
        font-size: 12px;
    }
}

#page1 .contact-head {
    background-color: #fff;
    background-size: auto 100%;
    border-radius: 20px;
    padding: 60px 40px;
    background-repeat: no-repeat;
    background-position: right ;
}

#page1 .contact-head .title {
    padding-bottom: 60px;
}

#page1 .contact-head .title h2 {
    font-size: 22px;
    font-weight: 500;
}

#page1 .contact-head .title .en {
    font-size: 16px;
    color: rgba(153,153,153,.6);
    margin-top: 10px;
}

#page1 .contact-head li {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

#page1 .contact-head li .name {
    color: #999;


    flex-shrink: 0;
}

#page1 .contact-head li p.tel {
    color: #108391;
    font-weight: bold;
}

#page1 .contact-head li p a {
    color: #4fc2b8;
    text-decoration: underline;
    word-break: break-all;
}

@media screen and (max-width: 992px) {
    #page1 .contact-head {
        padding: 25px 15px;
        min-height: unset;
    }
    #page1 .contact-head .title h2{
        font-size: 16px;
    }
    #page1 .contact-head .title {
        padding-bottom: 12px;
    }
    #page1 .contact-head .title .en {
        font-size: 12px;
    }
    #page1 .contact-head li {
        font-size: 12px;
        padding-bottom: 10px;
    }
    #page1 .contact-head li:last-child {
        /*padding-bottom: 0;*/
    }
}

#page1 .contact ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
}

#page1 .contact li {
    width: 50%;
    padding: 40px 0 0 40px;
}

#page1 .contact .item {
    min-height: 248px;
    font-size: 16px;
    background: #fff;
    border-radius: 20px;
    border-bottom: #108391 solid 2px;
    padding: 36px 40px 0 60px;
}

#page1 .contact .item .hd {
    display: flex;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 26px;
}

#page1 .contact .item .hd h3 {
    font-size: 22px;
    color: #108391;
    word-break: break-all;
}

#page1 .contact .item .hd .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 140px;*/
    height: 46px;
    background: #f79131;
    border: #f79131 solid 2px;
    color: #fff;
    border-radius: 40px;
    white-space: nowrap;
}

#page1 .contact .item .hd .btn:hover {
    background: #fff;
    color: #f79131;
}

#page1 .contact .item dd {
    display: flex;
    align-items: center;
    padding-bottom: 13px;
}

#page1 .contact .item dd .name {
    color: rgba(51,51,51,.6);
    -moz-text-align-last: justify;
    text-align-last: justify;
    flex-shrink: 0;
}
.contact-page{
    padding: 40px 0 120px 0
}
@media screen and (max-width: 992px) {
    #page1 .contact li {
        width: 100%;
        padding: 20px 0 0 40px;
    }
    #page1 .contact .item {
        padding: 25px 15px;
        min-height: unset;
    }

    #page1 .contact .item .hd {
        padding-bottom: 13px;
    }
    #page1 .contact .item .hd h3 {
        font-size: 16px;
    }
    #page1 .contact .item dd{
        font-size: 14px;
        padding-bottom: 0;
    }
    #page1 .contact .item .hd .btn{
        zoom: .6;
    }
    #page1 .contact .item dd:last-child {
        padding-bottom: 0;
    }
}

@media (max-width: 1200px) {
    .goods-list li{
        width: calc((100% - 80px) / 3);
    }
    #page1 .index-search .form,
    #page1 .index-search .list,
    #page1 .index-search .foot{
        position: unset;
        width: 100%;
    }
    #page1 .index-search .form .submit{
        margin: 40px auto;
    }
    #page1 .index-search .list:before,
    #page1 .index-search .list:after{
        display: none;
    }
    #page1 .index-search .list{
        margin: 40px 0;
    }
    #page1 .index-search .foot{
        padding-left: 0;
        justify-content: center;
    }
    #page1 .index-video .big-img{
        width: 100%;
        aspect-ratio: 994 / 556;
        height: unset;
    }
}
.not-video::after{
    background:unset !important;
    box-shadow:unset !important;
}
@media (max-width: 1400px) {
    #page1 .about-2 .list ul{
        width: calc(50% - 20px);
    }
}
@media (max-width: 992px) {
    .goods-list ul{
        gap: 10px;
    }
    #page1 .product-list{
        width: 100%;
    }
    #page1 .about-4 .white-box{
        padding: 20px 0;
    }
    #page1 .about-4{
        margin-bottom: 0;}
    .goods-list li,
    #page1 .product-list li{
        width: calc(50% - 5px);
    }
    .goods-list li .item .zoomImg{
        padding: 10px;
        aspect-ratio: 1;
    }
    .goods-list li .item .zoomImg img{
        aspect-ratio: 1;
        height: 100%;
    }
    .goods-list li .item .bd{
        min-height: unset;
        padding: 10px;
        display: flex;
        flex-direction: column;
    }
    #page1 .side-bar{
        display: none;
    }
    #page1 .g-head .logo-wrapper dl{
        zoom: .5;
    }
    #page1 .product-row{
        padding-top: 0;
        padding-bottom: 40px;
    }
    .side-nav{
        margin-bottom: 20px;
    }
    #page1 .about-2 h2.title {
        font-size: 16px;
        padding: 50px 0 30px 0;
    }

    #page1 .about-2 .list ul {
        width: 100%;
    }

    #page1 .about-2 .list li {
        line-height: 18px;
        font-size: 12px;
    }

    #page1 .about-2 .list .pa-item {
        line-height: 18px;
        font-size: 12px;
    }

    #page1 .about-3 .big-img .btn{
        zoom: .5;
    }
    .contact-page{
        padding-top: 0;
        padding-bottom: 40px;
    }
    #page1 .about-1 .img-list{
        width: 100%;
        margin: 0;
        aspect-ratio: 580 / 322;
        height: fit-content;
    }
    #page1 .index-video .list .list-wrapper li .img img{
        height: 30px;
    }
    #page1 .index-about .img-list li img{
        height: unset;
        aspect-ratio: 580 / 322;
    }
    #page1 .about-1 .img-list li img{
        height: unset;
        aspect-ratio: 580 / 322;
    }
    #page1 .about-3 .wal{
        /* padding: 0; */
        min-height: unset;
    }
    #page1 .about-3 .big-img .img{
        padding: 0 15px;
    }
    #page1 .about-3 .big-img .img iframe{
        height: 400px;
    }
    #page1 .product-list{

    }
    #page1 .about-4:after{
        top: 0;
        opacity: 0;
        display: none;
    }
    #page1 .about-4:before{
        display: none;}
    .company-year div:nth-child(2) {
        background: linear-gradient(180deg, #F7CB6B 0%, #f79131 100%);
        color: #ffffff;
        font-size: 20px;
        line-height: 22px;
        width: 100%;
        text-align: center;
        display: inline-block;
        padding: 0 3px;
    }
    .company-year div:nth-child(1) {
        color: #f79131;
        height: 24px;
        padding: 0 4px;
        text-align: center;
        line-height: 24px;
        font-size: 20px;
        background: #ffffff;
        display: inline-block;
        padding: 5px;
    }
    .company-year {
        /* width: 60px; */
        height: 31px;
        display: flex;
        border-radius: 2px;
        border: 1px solid #f79131;
        /* margin-left: 20px; */
        margin-top: 5px;
        flex-shrink: 0;
        padding: 0;
        background: linear-gradient(180deg, #F7CB6B 0%, #f79131 100%);
    }
}

.right-slide-menu{
    position: fixed;
    left: 0;
    top: 307px;
    z-index: 9;
}
.right-slide-menu>a{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-left: 80px;
    line-height: 16px;
    cursor: pointer;
}
.right-slide-menu>a .dot{
    width: 20px;
    height: 1px;
    border-top: 1px solid #333333;
    position: absolute;
    left: 40px;
}
.right-slide-menu .on{
    color: var(--text-color);
}
.right-slide-menu .on .dot{
    width: 60px;
    height: 2px;
    left: 0;
    border-top: 2px solid var(--text-color);
}

@media (max-width: 1670px) {
    .right-slide-menu{
        display: none;
    }
}
.mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}
.img-dialog-close{
    position: absolute;
    right: 20px;
    top: 100px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    width: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
}
.img-dialog-src{
    width: 100%;
    height: 100%;
    padding: 10%;
    object-fit: contain;
}
body[data-aos-duration="50"] [data-aos],[data-aos][data-aos][data-aos-duration="50"]{transition-duration:50ms}body[data-aos-delay="50"] [data-aos],[data-aos][data-aos][data-aos-delay="50"]{transition-delay:0}body[data-aos-delay="50"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="50"].aos-animate{transition-delay:50ms}body[data-aos-duration="100"] [data-aos],[data-aos][data-aos][data-aos-duration="100"]{transition-duration:100ms}body[data-aos-delay="100"] [data-aos],[data-aos][data-aos][data-aos-delay="100"]{transition-delay:0}body[data-aos-delay="100"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="100"].aos-animate{transition-delay:100ms}body[data-aos-duration="150"] [data-aos],[data-aos][data-aos][data-aos-duration="150"]{transition-duration:150ms}body[data-aos-delay="150"] [data-aos],[data-aos][data-aos][data-aos-delay="150"]{transition-delay:0}body[data-aos-delay="150"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="150"].aos-animate{transition-delay:150ms}body[data-aos-duration="200"] [data-aos],[data-aos][data-aos][data-aos-duration="200"]{transition-duration:200ms}body[data-aos-delay="200"] [data-aos],[data-aos][data-aos][data-aos-delay="200"]{transition-delay:0}body[data-aos-delay="200"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="200"].aos-animate{transition-delay:200ms}body[data-aos-duration="250"] [data-aos],[data-aos][data-aos][data-aos-duration="250"]{transition-duration:250ms}body[data-aos-delay="250"] [data-aos],[data-aos][data-aos][data-aos-delay="250"]{transition-delay:0}body[data-aos-delay="250"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="250"].aos-animate{transition-delay:250ms}body[data-aos-duration="300"] [data-aos],[data-aos][data-aos][data-aos-duration="300"]{transition-duration:300ms}body[data-aos-delay="300"] [data-aos],[data-aos][data-aos][data-aos-delay="300"]{transition-delay:0}body[data-aos-delay="300"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="300"].aos-animate{transition-delay:300ms}body[data-aos-duration="350"] [data-aos],[data-aos][data-aos][data-aos-duration="350"]{transition-duration:350ms}body[data-aos-delay="350"] [data-aos],[data-aos][data-aos][data-aos-delay="350"]{transition-delay:0}body[data-aos-delay="350"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="350"].aos-animate{transition-delay:350ms}body[data-aos-duration="400"] [data-aos],[data-aos][data-aos][data-aos-duration="400"]{transition-duration:400ms}body[data-aos-delay="400"] [data-aos],[data-aos][data-aos][data-aos-delay="400"]{transition-delay:0}body[data-aos-delay="400"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="400"].aos-animate{transition-delay:400ms}body[data-aos-duration="450"] [data-aos],[data-aos][data-aos][data-aos-duration="450"]{transition-duration:450ms}body[data-aos-delay="450"] [data-aos],[data-aos][data-aos][data-aos-delay="450"]{transition-delay:0}body[data-aos-delay="450"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="450"].aos-animate{transition-delay:450ms}body[data-aos-duration="500"] [data-aos],[data-aos][data-aos][data-aos-duration="500"]{transition-duration:500ms}body[data-aos-delay="500"] [data-aos],[data-aos][data-aos][data-aos-delay="500"]{transition-delay:0}body[data-aos-delay="500"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="500"].aos-animate{transition-delay:500ms}body[data-aos-duration="550"] [data-aos],[data-aos][data-aos][data-aos-duration="550"]{transition-duration:550ms}body[data-aos-delay="550"] [data-aos],[data-aos][data-aos][data-aos-delay="550"]{transition-delay:0}body[data-aos-delay="550"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="550"].aos-animate{transition-delay:550ms}body[data-aos-duration="600"] [data-aos],[data-aos][data-aos][data-aos-duration="600"]{transition-duration:600ms}body[data-aos-delay="600"] [data-aos],[data-aos][data-aos][data-aos-delay="600"]{transition-delay:0}body[data-aos-delay="600"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="600"].aos-animate{transition-delay:600ms}body[data-aos-duration="650"] [data-aos],[data-aos][data-aos][data-aos-duration="650"]{transition-duration:650ms}body[data-aos-delay="650"] [data-aos],[data-aos][data-aos][data-aos-delay="650"]{transition-delay:0}body[data-aos-delay="650"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="650"].aos-animate{transition-delay:650ms}body[data-aos-duration="700"] [data-aos],[data-aos][data-aos][data-aos-duration="700"]{transition-duration:700ms}body[data-aos-delay="700"] [data-aos],[data-aos][data-aos][data-aos-delay="700"]{transition-delay:0}body[data-aos-delay="700"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="700"].aos-animate{transition-delay:700ms}body[data-aos-duration="750"] [data-aos],[data-aos][data-aos][data-aos-duration="750"]{transition-duration:750ms}body[data-aos-delay="750"] [data-aos],[data-aos][data-aos][data-aos-delay="750"]{transition-delay:0}body[data-aos-delay="750"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="750"].aos-animate{transition-delay:750ms}body[data-aos-duration="800"] [data-aos],[data-aos][data-aos][data-aos-duration="800"]{transition-duration:800ms}body[data-aos-delay="800"] [data-aos],[data-aos][data-aos][data-aos-delay="800"]{transition-delay:0}body[data-aos-delay="800"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="800"].aos-animate{transition-delay:800ms}body[data-aos-duration="850"] [data-aos],[data-aos][data-aos][data-aos-duration="850"]{transition-duration:850ms}body[data-aos-delay="850"] [data-aos],[data-aos][data-aos][data-aos-delay="850"]{transition-delay:0}body[data-aos-delay="850"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="850"].aos-animate{transition-delay:850ms}body[data-aos-duration="900"] [data-aos],[data-aos][data-aos][data-aos-duration="900"]{transition-duration:900ms}body[data-aos-delay="900"] [data-aos],[data-aos][data-aos][data-aos-delay="900"]{transition-delay:0}body[data-aos-delay="900"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="900"].aos-animate{transition-delay:900ms}body[data-aos-duration="950"] [data-aos],[data-aos][data-aos][data-aos-duration="950"]{transition-duration:950ms}body[data-aos-delay="950"] [data-aos],[data-aos][data-aos][data-aos-delay="950"]{transition-delay:0}body[data-aos-delay="950"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="950"].aos-animate{transition-delay:950ms}body[data-aos-duration="1000"] [data-aos],[data-aos][data-aos][data-aos-duration="1000"]{transition-duration:1000ms}body[data-aos-delay="1000"] [data-aos],[data-aos][data-aos][data-aos-delay="1000"]{transition-delay:0}body[data-aos-delay="1000"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1000"].aos-animate{transition-delay:1000ms}body[data-aos-duration="1050"] [data-aos],[data-aos][data-aos][data-aos-duration="1050"]{transition-duration:1050ms}body[data-aos-delay="1050"] [data-aos],[data-aos][data-aos][data-aos-delay="1050"]{transition-delay:0}body[data-aos-delay="1050"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1050"].aos-animate{transition-delay:1050ms}body[data-aos-duration="1100"] [data-aos],[data-aos][data-aos][data-aos-duration="1100"]{transition-duration:1100ms}body[data-aos-delay="1100"] [data-aos],[data-aos][data-aos][data-aos-delay="1100"]{transition-delay:0}body[data-aos-delay="1100"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1100"].aos-animate{transition-delay:1100ms}body[data-aos-duration="1150"] [data-aos],[data-aos][data-aos][data-aos-duration="1150"]{transition-duration:1150ms}body[data-aos-delay="1150"] [data-aos],[data-aos][data-aos][data-aos-delay="1150"]{transition-delay:0}body[data-aos-delay="1150"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1150"].aos-animate{transition-delay:1150ms}body[data-aos-duration="1200"] [data-aos],[data-aos][data-aos][data-aos-duration="1200"]{transition-duration:1200ms}body[data-aos-delay="1200"] [data-aos],[data-aos][data-aos][data-aos-delay="1200"]{transition-delay:0}body[data-aos-delay="1200"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1200"].aos-animate{transition-delay:1200ms}body[data-aos-duration="1250"] [data-aos],[data-aos][data-aos][data-aos-duration="1250"]{transition-duration:1250ms}body[data-aos-delay="1250"] [data-aos],[data-aos][data-aos][data-aos-delay="1250"]{transition-delay:0}body[data-aos-delay="1250"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1250"].aos-animate{transition-delay:1250ms}body[data-aos-duration="1300"] [data-aos],[data-aos][data-aos][data-aos-duration="1300"]{transition-duration:1300ms}body[data-aos-delay="1300"] [data-aos],[data-aos][data-aos][data-aos-delay="1300"]{transition-delay:0}body[data-aos-delay="1300"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1300"].aos-animate{transition-delay:1300ms}body[data-aos-duration="1350"] [data-aos],[data-aos][data-aos][data-aos-duration="1350"]{transition-duration:1350ms}body[data-aos-delay="1350"] [data-aos],[data-aos][data-aos][data-aos-delay="1350"]{transition-delay:0}body[data-aos-delay="1350"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1350"].aos-animate{transition-delay:1350ms}body[data-aos-duration="1400"] [data-aos],[data-aos][data-aos][data-aos-duration="1400"]{transition-duration:1400ms}body[data-aos-delay="1400"] [data-aos],[data-aos][data-aos][data-aos-delay="1400"]{transition-delay:0}body[data-aos-delay="1400"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1400"].aos-animate{transition-delay:1400ms}body[data-aos-duration="1450"] [data-aos],[data-aos][data-aos][data-aos-duration="1450"]{transition-duration:1450ms}body[data-aos-delay="1450"] [data-aos],[data-aos][data-aos][data-aos-delay="1450"]{transition-delay:0}body[data-aos-delay="1450"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1450"].aos-animate{transition-delay:1450ms}body[data-aos-duration="1500"] [data-aos],[data-aos][data-aos][data-aos-duration="1500"]{transition-duration:1500ms}body[data-aos-delay="1500"] [data-aos],[data-aos][data-aos][data-aos-delay="1500"]{transition-delay:0}body[data-aos-delay="1500"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1500"].aos-animate{transition-delay:1500ms}body[data-aos-duration="1550"] [data-aos],[data-aos][data-aos][data-aos-duration="1550"]{transition-duration:1550ms}body[data-aos-delay="1550"] [data-aos],[data-aos][data-aos][data-aos-delay="1550"]{transition-delay:0}body[data-aos-delay="1550"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1550"].aos-animate{transition-delay:1550ms}body[data-aos-duration="1600"] [data-aos],[data-aos][data-aos][data-aos-duration="1600"]{transition-duration:1600ms}body[data-aos-delay="1600"] [data-aos],[data-aos][data-aos][data-aos-delay="1600"]{transition-delay:0}body[data-aos-delay="1600"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1600"].aos-animate{transition-delay:1600ms}body[data-aos-duration="1650"] [data-aos],[data-aos][data-aos][data-aos-duration="1650"]{transition-duration:1650ms}body[data-aos-delay="1650"] [data-aos],[data-aos][data-aos][data-aos-delay="1650"]{transition-delay:0}body[data-aos-delay="1650"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1650"].aos-animate{transition-delay:1650ms}body[data-aos-duration="1700"] [data-aos],[data-aos][data-aos][data-aos-duration="1700"]{transition-duration:1700ms}body[data-aos-delay="1700"] [data-aos],[data-aos][data-aos][data-aos-delay="1700"]{transition-delay:0}body[data-aos-delay="1700"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1700"].aos-animate{transition-delay:1700ms}body[data-aos-duration="1750"] [data-aos],[data-aos][data-aos][data-aos-duration="1750"]{transition-duration:1750ms}body[data-aos-delay="1750"] [data-aos],[data-aos][data-aos][data-aos-delay="1750"]{transition-delay:0}body[data-aos-delay="1750"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1750"].aos-animate{transition-delay:1750ms}body[data-aos-duration="1800"] [data-aos],[data-aos][data-aos][data-aos-duration="1800"]{transition-duration:1800ms}body[data-aos-delay="1800"] [data-aos],[data-aos][data-aos][data-aos-delay="1800"]{transition-delay:0}body[data-aos-delay="1800"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1800"].aos-animate{transition-delay:1800ms}body[data-aos-duration="1850"] [data-aos],[data-aos][data-aos][data-aos-duration="1850"]{transition-duration:1850ms}body[data-aos-delay="1850"] [data-aos],[data-aos][data-aos][data-aos-delay="1850"]{transition-delay:0}body[data-aos-delay="1850"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1850"].aos-animate{transition-delay:1850ms}body[data-aos-duration="1900"] [data-aos],[data-aos][data-aos][data-aos-duration="1900"]{transition-duration:1900ms}body[data-aos-delay="1900"] [data-aos],[data-aos][data-aos][data-aos-delay="1900"]{transition-delay:0}body[data-aos-delay="1900"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1900"].aos-animate{transition-delay:1900ms}body[data-aos-duration="1950"] [data-aos],[data-aos][data-aos][data-aos-duration="1950"]{transition-duration:1950ms}body[data-aos-delay="1950"] [data-aos],[data-aos][data-aos][data-aos-delay="1950"]{transition-delay:0}body[data-aos-delay="1950"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1950"].aos-animate{transition-delay:1950ms}body[data-aos-duration="2000"] [data-aos],[data-aos][data-aos][data-aos-duration="2000"]{transition-duration:2000ms}body[data-aos-delay="2000"] [data-aos],[data-aos][data-aos][data-aos-delay="2000"]{transition-delay:0}body[data-aos-delay="2000"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2000"].aos-animate{transition-delay:2000ms}body[data-aos-duration="2050"] [data-aos],[data-aos][data-aos][data-aos-duration="2050"]{transition-duration:2050ms}body[data-aos-delay="2050"] [data-aos],[data-aos][data-aos][data-aos-delay="2050"]{transition-delay:0}body[data-aos-delay="2050"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2050"].aos-animate{transition-delay:2050ms}body[data-aos-duration="2100"] [data-aos],[data-aos][data-aos][data-aos-duration="2100"]{transition-duration:2100ms}body[data-aos-delay="2100"] [data-aos],[data-aos][data-aos][data-aos-delay="2100"]{transition-delay:0}body[data-aos-delay="2100"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2100"].aos-animate{transition-delay:2100ms}body[data-aos-duration="2150"] [data-aos],[data-aos][data-aos][data-aos-duration="2150"]{transition-duration:2150ms}body[data-aos-delay="2150"] [data-aos],[data-aos][data-aos][data-aos-delay="2150"]{transition-delay:0}body[data-aos-delay="2150"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2150"].aos-animate{transition-delay:2150ms}body[data-aos-duration="2200"] [data-aos],[data-aos][data-aos][data-aos-duration="2200"]{transition-duration:2200ms}body[data-aos-delay="2200"] [data-aos],[data-aos][data-aos][data-aos-delay="2200"]{transition-delay:0}body[data-aos-delay="2200"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2200"].aos-animate{transition-delay:2200ms}body[data-aos-duration="2250"] [data-aos],[data-aos][data-aos][data-aos-duration="2250"]{transition-duration:2250ms}body[data-aos-delay="2250"] [data-aos],[data-aos][data-aos][data-aos-delay="2250"]{transition-delay:0}body[data-aos-delay="2250"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2250"].aos-animate{transition-delay:2250ms}body[data-aos-duration="2300"] [data-aos],[data-aos][data-aos][data-aos-duration="2300"]{transition-duration:2300ms}body[data-aos-delay="2300"] [data-aos],[data-aos][data-aos][data-aos-delay="2300"]{transition-delay:0}body[data-aos-delay="2300"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2300"].aos-animate{transition-delay:2300ms}body[data-aos-duration="2350"] [data-aos],[data-aos][data-aos][data-aos-duration="2350"]{transition-duration:2350ms}body[data-aos-delay="2350"] [data-aos],[data-aos][data-aos][data-aos-delay="2350"]{transition-delay:0}body[data-aos-delay="2350"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2350"].aos-animate{transition-delay:2350ms}body[data-aos-duration="2400"] [data-aos],[data-aos][data-aos][data-aos-duration="2400"]{transition-duration:2400ms}body[data-aos-delay="2400"] [data-aos],[data-aos][data-aos][data-aos-delay="2400"]{transition-delay:0}body[data-aos-delay="2400"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2400"].aos-animate{transition-delay:2400ms}body[data-aos-duration="2450"] [data-aos],[data-aos][data-aos][data-aos-duration="2450"]{transition-duration:2450ms}body[data-aos-delay="2450"] [data-aos],[data-aos][data-aos][data-aos-delay="2450"]{transition-delay:0}body[data-aos-delay="2450"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2450"].aos-animate{transition-delay:2450ms}body[data-aos-duration="2500"] [data-aos],[data-aos][data-aos][data-aos-duration="2500"]{transition-duration:2500ms}body[data-aos-delay="2500"] [data-aos],[data-aos][data-aos][data-aos-delay="2500"]{transition-delay:0}body[data-aos-delay="2500"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2500"].aos-animate{transition-delay:2500ms}body[data-aos-duration="2550"] [data-aos],[data-aos][data-aos][data-aos-duration="2550"]{transition-duration:2550ms}body[data-aos-delay="2550"] [data-aos],[data-aos][data-aos][data-aos-delay="2550"]{transition-delay:0}body[data-aos-delay="2550"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2550"].aos-animate{transition-delay:2550ms}body[data-aos-duration="2600"] [data-aos],[data-aos][data-aos][data-aos-duration="2600"]{transition-duration:2600ms}body[data-aos-delay="2600"] [data-aos],[data-aos][data-aos][data-aos-delay="2600"]{transition-delay:0}body[data-aos-delay="2600"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2600"].aos-animate{transition-delay:2600ms}body[data-aos-duration="2650"] [data-aos],[data-aos][data-aos][data-aos-duration="2650"]{transition-duration:2650ms}body[data-aos-delay="2650"] [data-aos],[data-aos][data-aos][data-aos-delay="2650"]{transition-delay:0}body[data-aos-delay="2650"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2650"].aos-animate{transition-delay:2650ms}body[data-aos-duration="2700"] [data-aos],[data-aos][data-aos][data-aos-duration="2700"]{transition-duration:2700ms}body[data-aos-delay="2700"] [data-aos],[data-aos][data-aos][data-aos-delay="2700"]{transition-delay:0}body[data-aos-delay="2700"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2700"].aos-animate{transition-delay:2700ms}body[data-aos-duration="2750"] [data-aos],[data-aos][data-aos][data-aos-duration="2750"]{transition-duration:2750ms}body[data-aos-delay="2750"] [data-aos],[data-aos][data-aos][data-aos-delay="2750"]{transition-delay:0}body[data-aos-delay="2750"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2750"].aos-animate{transition-delay:2750ms}body[data-aos-duration="2800"] [data-aos],[data-aos][data-aos][data-aos-duration="2800"]{transition-duration:2800ms}body[data-aos-delay="2800"] [data-aos],[data-aos][data-aos][data-aos-delay="2800"]{transition-delay:0}body[data-aos-delay="2800"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2800"].aos-animate{transition-delay:2800ms}body[data-aos-duration="2850"] [data-aos],[data-aos][data-aos][data-aos-duration="2850"]{transition-duration:2850ms}body[data-aos-delay="2850"] [data-aos],[data-aos][data-aos][data-aos-delay="2850"]{transition-delay:0}body[data-aos-delay="2850"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2850"].aos-animate{transition-delay:2850ms}body[data-aos-duration="2900"] [data-aos],[data-aos][data-aos][data-aos-duration="2900"]{transition-duration:2900ms}body[data-aos-delay="2900"] [data-aos],[data-aos][data-aos][data-aos-delay="2900"]{transition-delay:0}body[data-aos-delay="2900"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2900"].aos-animate{transition-delay:2900ms}body[data-aos-duration="2950"] [data-aos],[data-aos][data-aos][data-aos-duration="2950"]{transition-duration:2950ms}body[data-aos-delay="2950"] [data-aos],[data-aos][data-aos][data-aos-delay="2950"]{transition-delay:0}body[data-aos-delay="2950"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2950"].aos-animate{transition-delay:2950ms}body[data-aos-duration="3000"] [data-aos],[data-aos][data-aos][data-aos-duration="3000"]{transition-duration:3000ms}body[data-aos-delay="3000"] [data-aos],[data-aos][data-aos][data-aos-delay="3000"]{transition-delay:0}body[data-aos-delay="3000"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="3000"].aos-animate{transition-delay:3000ms}body[data-aos-easing=linear] [data-aos],[data-aos][data-aos][data-aos-easing=linear]{transition-timing-function:cubic-bezier(0.25, 0.25, 0.75, 0.75)}body[data-aos-easing=ease] [data-aos],[data-aos][data-aos][data-aos-easing=ease]{transition-timing-function:cubic-bezier(0.25, 0.1, 0.25, 1)}body[data-aos-easing=ease-in] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in]{transition-timing-function:cubic-bezier(0.42, 0, 1, 1)}body[data-aos-easing=ease-out] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out]{transition-timing-function:cubic-bezier(0, 0, 0.58, 1)}body[data-aos-easing=ease-in-out] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out]{transition-timing-function:cubic-bezier(0.42, 0, 0.58, 1)}body[data-aos-easing=ease-in-back] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-back]{transition-timing-function:cubic-bezier(0.6, -0.28, 0.735, 0.045)}body[data-aos-easing=ease-out-back] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-back]{transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275)}body[data-aos-easing=ease-in-out-back] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-back]{transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}body[data-aos-easing=ease-in-sine] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-sine]{transition-timing-function:cubic-bezier(0.47, 0, 0.745, 0.715)}body[data-aos-easing=ease-out-sine] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-sine]{transition-timing-function:cubic-bezier(0.39, 0.575, 0.565, 1)}body[data-aos-easing=ease-in-out-sine] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-sine]{transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95)}body[data-aos-easing=ease-in-quad] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-quad]{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}body[data-aos-easing=ease-out-quad] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-quad]{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}body[data-aos-easing=ease-in-out-quad] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-quad]{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}body[data-aos-easing=ease-in-cubic] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-cubic]{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}body[data-aos-easing=ease-out-cubic] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-cubic]{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}body[data-aos-easing=ease-in-out-cubic] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-cubic]{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}body[data-aos-easing=ease-in-quart] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-quart]{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}body[data-aos-easing=ease-out-quart] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-quart]{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}body[data-aos-easing=ease-in-out-quart] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-quart]{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translate3d(0, 0, 0)}[data-aos=fade-up]{transform:translate3d(0, 100px, 0)}[data-aos=fade-down]{transform:translate3d(0, -100px, 0)}[data-aos=fade-right]{transform:translate3d(-100px, 0, 0)}[data-aos=fade-left]{transform:translate3d(100px, 0, 0)}[data-aos=fade-up-right]{transform:translate3d(-100px, 100px, 0)}[data-aos=fade-up-left]{transform:translate3d(100px, 100px, 0)}[data-aos=fade-down-right]{transform:translate3d(-100px, -100px, 0)}[data-aos=fade-down-left]{transform:translate3d(100px, -100px, 0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translate3d(0, 0, 0) scale(1)}[data-aos=zoom-in]{transform:scale(0.6)}[data-aos=zoom-in-up]{transform:translate3d(0, 100px, 0) scale(0.6)}[data-aos=zoom-in-down]{transform:translate3d(0, -100px, 0) scale(0.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px, 0, 0) scale(0.6)}[data-aos=zoom-in-left]{transform:translate3d(100px, 0, 0) scale(0.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0, 100px, 0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0, -100px, 0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px, 0, 0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px, 0, 0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translate3d(0, 0, 0)}[data-aos=slide-up]{transform:translate3d(0, 100%, 0)}[data-aos=slide-down]{transform:translate3d(0, -100%, 0)}[data-aos=slide-right]{transform:translate3d(-100%, 0, 0)}[data-aos=slide-left]{transform:translate3d(100%, 0, 0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
b, strong {
    display: inline-block !important;
    min-height: 1em !important;
    line-height: 1.2 !important;
    font-weight: bold !important;
    -webkit-font-smoothing: antialiased !important;
    vertical-align: middle !important;
    /* 解决文字被裁切 */
    overflow: visible !important;
    /* 修复 WebKit 渲染异常 */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

