.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
}

.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}

.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}

.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}

.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}

.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}

table.has-title {
    margin-bottom: 10px;
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor: pointer;
}

.poorder #ert {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-he.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder #uioi {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-su.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder .tab-list .list .current {
    background-image: url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image: url(../images/p-su-1.jpg) !important;
}


/*  */
p {
    margin: 0;
}

.w1740 {
    max-width: 1770px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.w1592 {
    max-width: 1622px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.w1520 {
    max-width: 1550px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.w1515 {
    max-width: 1545px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.flexed {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
    overflow: hidden;
}

.imgbig img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.imgbig:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

/*  */
.headbg {}

.headl {
    align-items: center;
    width: 28.5%;
}

.headl .logo{
    width: 59%;
}

.headl .logo img {
    max-width: 100%;
}

.headl .logowz {
    color: #414141;
    font-size: 12px;
    line-height: 18px;
    background: url(//wm.cdn.cn86.cn/tianren/2024/11/5ba096ffe4hurmn0.png) no-repeat left center;
    padding-left: 20px;
    margin-left: 20px;
    width: 55%;
}

.headr {
    width: 66%;
    justify-content: flex-end;
}

.headr .navbar-nav-box {
    width: 90%;
}

.headr .navbar-nav-box ul {
    justify-content: space-around;
}

.pc-navbar>li>a {
    line-height: 110px;
}

.pc-navbar>li:hover>a::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #009b4c;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* banner */
.bannerswiper {
    position: relative;
}

.bannerswiper li .img img {
    width: 100%;
}

.bannerswiper .swiper-pagination-banner {
    bottom: 0;
    left: inherit;
    right: 5.2vw;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.bannerswiper .swiper-pagination-banner span {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    margin: 5px 0 !important;
    border-radius: 50%;
}

.bannerswiper .swiper-pagination-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #d9532e;
}

@-webkit-keyframes myfirst {

    0% {

        -webkit-transform: translate(0px, 0px);

        transform: translate(0px, 0px);

    }



    50% {

        -webkit-transform: translate(0px, -10px);

        transform: translate(0px, -10px);

    }



    100% {

        -webkit-transform: translate(0px, 0px);

        transform: translate(0px, 0px);

    }

}



@keyframes myfirst {

    0% {

        -webkit-transform: translate(0px, 0px);

        transform: translate(0px, 0px);

    }



    50% {

        -webkit-transform: translate(0px, -10px);

        transform: translate(0px, -10px);

    }



    100% {

        -webkit-transform: translate(0px, 0px);

        transform: translate(0px, 0px);

    }

}


.banner-yuan {
    position: absolute;
    bottom: 2vw;
    left: 0;
    right: 0;
    background: #009b4c;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-animation: myfirst 1.5s infinite;
    animation: myfirst 1.5s infinite;
}

.banner-yuan span {
    color: #fff;
    font-size: 12px;
    margin-bottom: 6px;
}


/* about */
.abbg {
    margin: 5.2vw 0;
}

.ableft {
    width: 23%;
}

.at1 {}

.at1 h3 {
    color: #111111;
    font-size: 2.5vw;
    margin-bottom: 1vw;
    position: relative;
}

.at1 h3::before {
    content: '';
    position: absolute;
    background: url(//wm.cdn.cn86.cn/tianren/2024/11/f8cdd951238kvg4p.png) no-repeat left center;
    width: 8px;
    height: 16px;
    left: -20px;
    top: 50%;
    margin-top: -8px;
}

.at1 h4 {
    color: #111111;
    font-size: 1.25vw;
    font-family: "Arial";
    text-transform: uppercase;
}

.at1 a {
    display: flex;
    align-items: center;
    margin-top: 2.6vw;
}

.at1 a span {
    font-size: 16px;
    color: #111111;
    margin-left: 16px;
}

.numlist {
    margin-top: 4.4vw;
}

.numlist li {
    margin-bottom: 3.125vw;
}

.numlist li:last-child {
    margin-bottom: 0;
}

.numlist li .num1 {}

.numlist li .num1 b {
    display: inline-block;
    color: #137439;
    font-size: 3.125vw;
}

.numlist li .num1 span {
    display: inline-block;
    color: #137439;
    font-size: 18px;
}

.numlist li .num2 {
    color: #111111;
    font-size: 20px;
    margin-top: 10px;
}

.abright {
    width: 72%;
}

.abright .abw {
    margin-bottom: 5.2vw;
}

.abright .abw p {
    color: #666666;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}

.abright .abimg {
    border-radius: 40px;
}

.abright .abimg img {
    width: 100%;
    border-radius: 40px;
}


/* 做良心药  做放心药 */
.probg {
    background: url(//wm.cdn.cn86.cn/tianren/2024/11/28fa2537f3s2a5bv.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 4.6875vw;
    padding-bottom: 5.73vw;
}

.pubtitle {
    text-align: center;
}

.pubtitle .pubt1 {
    color: #000000;
    font-size: 1.875vw;
}

.pubtitle .pubt2 {
    color: #888888;
    font-size: 18px;
    margin-top: 1.2vw;
}

.tab-con {
    position: relative;
}

.tab-con .tab-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.tab-con .tab-main {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.tab-con .tab-main.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.psort {
    text-align: center;
    margin-top: 1vw;
}

.psort li {
    display: inline-block;
    margin: 0 5px;
    position: relative;
}

.psort li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #0078d7;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.psort li a {
    display: block;
    color: #333333;
    font-size: 14px;
    text-align: center;
    padding: 20px 20px;
}

.psort li.active::before {
    opacity: 1;
}

.psort li.active a {
    color: #0078d7;
}

.proSwiper {
    overflow: hidden;
    margin-top: 2.5vw;
}

.proSwiper .swiper-slide a {
    padding: 2.34375vw 0;
    display: block;
    background: #fff;
}

.proSwiper .swiper-slide .img1 img {
    width: 100%;
}

.proSwiper .swiper-slide .wz {
    margin-top: 35px;
    text-align: center;
}

.proSwiper .swiper-slide .wz .wza {
    color: #333333;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proSwiper .swiper-slide .wz .wzb {
    color: #999999;
    font-size: 14px;
    line-height: 1.71;
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
}

.proSwiper .swiper-slide a:hover .wz .wza {
    color: #0078d7;
}

.pmore {
    width: 268px;
    height: 62px;
    background: #009b4c;
    margin: 0 auto;
    margin-top: 3.65vw;
    border-radius: 50px;
    text-align: center;
    line-height: 62px;
    color: #fff;
}

.pmore a {
    display: block;
    color: #fff;
    font-size: 18px;
}


/* 企业文化 */
.qywhbg {
    background: #fbfbfb;
    padding: 4.167vw 0;
}

.business-index {
    align-items: center;
}

.business-left {
    width: 21.13%;
}

.business-right {
    width: 70.56%;
    position: relative;
}

.business-right>img {
    width: 100%;
}

.business-right .wz {
    position: absolute;
    right: 60px;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: right;
    color: #fff;
}

.business-right .wz .wza {
    font-size: 20px;
}

.business-right .wz .wzb {
    font-size: 30px;
    margin: 10px 0;
}

.business-right .wz .wzc p {
    font-size: 16px;
}

.business-con {
    width: calc(100% - 90px);
    float: right;
}

.bslist {
    background: #fff;
}

.bslist li {
    width: 25%;
    padding: 2.6vw 2.5vw;
    border-right: 1px solid #e5e5e5;
}

.bslist li:last-child {
    border-right: none;
}

.bslist li a{
    transition: 0.5s;
    display: block;
}

.bslist li .wza {
    color: #222222;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bslist li .wzb {
    color: #999999;
    font-size: 16px;
    line-height: 1.92;
    margin-top: 12px;
}

.bslist li .more {
    margin-top: 2.6vw;
}

.bslist li:hover a{
    transform: translateX(10px);
}

/* news */
.newsbg {
    background: url(//wm.cdn.cn86.cn/tianren/2024/11/5b7b4f869cvoztx6.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 6.25vw;
    padding-bottom: 6vw;
    overflow: hidden;
}

.newsindex {
    align-items: center;
}

.nsort li {
    background: url(//wm.cdn.cn86.cn/tianren/2024/11/5afc0ccd92w8kxov.png) no-repeat right center;
    margin-right: 25px;
    padding-right: 25px;
}

.nsort li:last-child {
    background: none;
    margin-right: 0;
    padding-right: 0;
}

.nsort li a {
    display: block;
    color: #3188a7;
    font-size: 16px;
}

.nsort li.active a p {
    color: #0b4d65;
}

.tab-con-news {
    position: relative;
}

.tab-con-news .tab-main-news {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.tab-con-news .tab-main-news {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.tab-con-news .tab-main-news.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.news {
    width: 100%;
    margin-top: 2.2vw;
}

.xw {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px)
}


#news_swiper {
    overflow: hidden;
}

#news_swiper .swiper-slide {
    width: 32%;
}

.news-grid {
    overflow: hidden;
    position: relative;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #333;
    transition: ease all .3s
}

.news-grid:before {
    content: '';
    display: block;
    top: 30px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -2;
    position: absolute;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 8px 0 rgb(25, 33, 34, 20%);
    pointer-events: none
}

.news-grid:after {
    content: '';
    display: block;
    top: 30px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    opacity: 0;
    position: absolute;
    background: #009b4c;
    pointer-events: none;
    filter: grayscale(.7);
    transition: ease opacity .5s
}

.news-grid:hover {
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    transform: translateY(-35px)
}

.news-grid:hover:after {
    filter: grayscale(0);
    opacity: 1
}

.news-grid:hover {
    color: #fff;
}

.news-grid-t0 {
    width: 120px;
    padding: 3.65vw 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    color: #0b4d65;
    font-weight: 600;
    border-right: 1px solid rgb(199, 199, 199, 34%)
}


.news-grid:hover .news-grid-t0 {
    color: #fff
}

.news-grid:hover .news-grid-t0 {
    border-color: #fff;
}



.news-grid-t1 {
    width: calc(100% - 120px);
    padding: 2vw 2.6vw 2vw 2.6vw
}

.news-grid-t1 .news-pic {
    overflow: hidden
}

.news-grid-t1 .news-pic img {
    transform-origin: center bottom;
    transition: ease all 1s;
    width: 100%;
    display: block;
}

.news-grid:hover .news-grid-t1 .news-pic img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07)
}

.news-grid-t1 .news-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin: 15px 0;
}

.news-grid-t1 .news-content {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.news-grid-t2 {
    display: flex;
    width: 100%;
    border-top: 1px solid rgb(199, 199, 199, 34%);
    padding: 25px 50px
}

.news-more {
    font-size: 14px;
    transition: ease transform .5s;
    display: flex
}

.news-more i {
    margin-right: 5px;
    font-style: normal;
    color: #cccccc;
}

.news-grid:hover .news-more {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px)
}

.news-grid:hover i {
    color: #fff;
}

.news-grid:hover .news-grid-t2 {
    border-color: #fff;
}

.paragraph-limit {
    -webkit-box-flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.paragraph-limit-2 {
    -webkit-line-clamp: 2
}

/* 联系我们 */
.lxbg {
    background: url(//wm.cdn.cn86.cn/tianren/2024/11/02b5dba182zbv1aw.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 7.55vw;
    padding-bottom: 10vw;
}

.lxindex {}

.lxleft {
    width: 63.21%;
}

.lxleft img {
    max-width: 100%;
}

.lxright {
    width: 28.16%;
    margin-right: 80px;
}

.lxtt h3 {
    color: #fff;
}

.lxtt h4 {
    color: #fff;
}

.lxlist {
    margin-top: 2.6vw;
}

.lxlist li {
    float: left;
    width: 50%;
    display: flex;
}

.lxlist li .img1 {
    margin-right: 15px;
}

.lxlist li .img1 img {
    max-width: 100%;
}

.lxlist li .wz .wza {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 5px;
}

.lxlist li .wz .wzb {
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
}

.meesindex {
    margin-top: 2vw;
}

.meesindex .ms1 .ms1a {
    width: 49%;
    border: 1px solid #61c4d4;
    height: 40px;
    line-height: 38px;
}

.meesindex .ms1 .ms1a input {
    width: 100%;
    padding: 0 15px;
    border: none;
    color: #fff;
    font-size: 14px;
}

.meesindex .ms1 .ms1a input::placeholder {
    color: #fff;
}

.meesindex .ms2 {
    border: 1px solid #61c4d4;
    height: 160px;
    line-height: 38px;
    margin: 15px 0;
}

.meesindex .ms2 textarea {
    height: 160px;
    overflow: hidden;
    width: 100%;
    padding: 0 15px;
    border: none;

}

.meesindex .ms2 textarea::placeholder {
    color: #fff;
}

.meesindex .ms3 {
    border: 1px solid #61c4d4;
    height: 40px;
    line-height: 38px;
    align-items: center;
}

.meesindex .ms3 input {
    width: 100%;
    padding: 0 15px;
    border: none;
    color: #fff;
    font-size: 14px;
}

.meesindex .ms3 input::placeholder {
    color: #fff;
}

.meesindex .ms3 img {
    height: 26px;
}

.meesindex .ms4 {
    width: 61.22%;
    background: #006935;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 2vw;
    color: #fff;
}

.meesindex .ms4 button {
    width: 100%;
    padding: 0;
    color: #fff;
    font-size: 16px;
}

/* foot */
.footbg {
    background: #2e2e2e;
    padding-top: 4.6875vw;
    padding-bottom: 2vw;
}

.foot1 {
    width: 33.333%;
}

.ft {
    color: #ffffff;
    font-size: 14px;
    font-family: "Arial";
    text-transform: uppercase;
}

.flx1 {
    color: #f2f2f2;
    font-size: 16px;
    margin: 1vw 0;
}

.flx2 p {
    color: #f2f2f2;
    font-size: 16px;
    line-height: 24px;
}

.fnav {
    border-bottom: 1px solid #434343;
    padding: 3.125vw 0;
}

.fnav a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 2vw;
}

.fnav a:last-child {
    margin-right: 0;
}

.copindex {
    padding: 2.6vw 0;
    color: #ffffff;
    font-size: 14px;
}

.copindex a {
    color: #ffffff;
}

@media(max-width:1440px) {
    .headr {
        width: 52%;
    }

    .pc-navbar>li>a {
        font-size: 14px;
    }

    .language-group .btn {
        font-size: 14px;
    }

    .at1 h3 {
        padding-left: 15px;
    }

    .at1 h3::before {
        left: 0;
    }

    .at1 h4 {
        padding-left: 15px;
    }

    .numlist li .num2 {
        font-size: 16px;
    }

    .abright .abw p {
        font-size: 15px;
    }

    .pubtitle .pubt2 {
        font-size: 16px;
    }

    .proSwiper .swiper-slide .wz .wza {
        font-size: 16px;
    }

    .proSwiper .swiper-slide .wz .wzb {
        font-size: 13px;
    }

    .pmore {
        width: 200px;
        height: 50px;
        line-height: 50px;
    }

    .pmore a {
        font-size: 16px;
    }

    .business-right .wz .wzb {
        font-size: 24px;
    }

    .bslist li .wza {
        font-size: 20px;
    }

    .bslist li .wzb {
        font-size: 15px;
    }

    .news-grid-t1 .news-title {
        font-size: 18px;
    }

    .news-grid-t1 .news-content {
        font-size: 13px;
    }

    .lxlist li .wz .wza {
        font-size: 14px;
    }

    .lxlist li .wz .wzb {
        font-size: 14px;
    }

    .flx1 {
        font-size: 14px;
    }

    .flx2 p {
        font-size: 14px;
    }
}

@media(max-width:1366px) {


    .pc-navbar li {
        margin: 0 1.1vw;
    }
}

@media(max-width:1280px) {
    .headr {
        width: 55%;
    }

    .abright .abw p {
        font-size: 14px;
    }
}

@media(max-width:1200px) {
    .headl {
        width: 36.5%;
    }

    .headr {
        width: 58%;
    }

    .banner-yuan {
        width: 78px;
        height: 78px;
    }

    .at1 a img {
        max-width: 40px;
        width: 100%;
    }

    .at1 a span {
        font-size: 14px;
    }

    .numlist li .num1 span {
        font-size: 16px;
    }

    .numlist li .num2 {
        font-size: 14px;
    }

    .pubtitle .pubt2 {
        font-size: 14px;
    }

    .psort li a {
        padding: 10px 20px;
    }

    .business-right .wz .wza {
        font-size: 18px;
    }

    .business-right .wz .wzb {
        font-size: 20px;
    }

    .bslist li .wza {
        font-size: 18px;
    }

    .bslist li .wzb {
        font-size: 14px;
    }

    .news-grid-t0 {
        width: 100px;
    }

    .news-grid-t1 {
        width: calc(100% - 100px);
    }

    .news-grid-t1 .news-title {
        font-size: 16px;
    }

    .lxlist li {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        align-items: center;
    }

    .lxlist li .img1 img {
        max-width: 40px;
        width: 100%;
    }

    .meesindex .ms2 {
        height: 100px;
    }

    .meesindex .ms2 textarea {
        height: 100px;
    }
}

@media(max-width:1100px) {
    .pc-navbar li {
        margin: 0 10px;
    }

    .lxindex {
        flex-wrap: wrap;
    }

    .lxleft {
        width: 100%;
    }

    .lxright {
        width: 100%;
        margin-top: 20px;
    }
}

@media(max-width:1024px) {
    .headbg {
        padding: 20px 0;
    }

    .headl {
        width: 44.5%;
    }

    .headr {
        width: auto;
    }
}

@media(max-width:767px) {
    .at1 h3 {
        font-size: 20px;
    }

    .at1 h4 {
        font-size: 18px;
    }

    .at1 a span {
        margin-left: 5px;
    }

    .business-right .wz .wzb {
        font-size: 18px;
    }

    .xw {
        transform: none;
        overflow: hidden;
    }

    #news_swiper .swiper-slide {
        width: 50%;
    }

    .news-grid-t2 {
        padding: 10px 50px;
    }
}

@media(max-width:640px) {
    .headbg {
        padding: 10px 0;
    }

    .headl {
        width: auto;
    }

    .headl .logo img {
        max-width: 100px;
        width: 100%;
    }

    .menu-handler {
        margin-left: 10px;
    }

    .headl .logowz {
        display: none;
    }

    .banner-yuan {
        display: none;
    }

    .bannerswiper .swiper-pagination-banner {
        display: block;
        top: inherit;
        bottom: 10px;
        right: 0;
    }

    .bannerswiper .swiper-pagination-banner span {
        margin: 0 5px !important;
    }

    .abbg {
        margin: 40px 0;
    }

    .abindex {
        flex-wrap: wrap;
    }

    .ableft {
        width: 100%;
    }

    .numlist {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }

    .numlist li {}

    .numlist li .num1 b {
        font-size: 18px;
    }

    .numlist li .num1 span {
        font-size: 14px;
    }

    .numlist li .num2 {
        font-size: 12px;
        margin-top: 5px;
    }

    .abright {
        width: 100%;
        margin-top: 0px;
    }

    .abright .abw {
        margin-bottom: 20px;
    }

    .abright .abw p {
        font-size: 13px;
    }

    .abright .abimg img {
        border-radius: 0;
    }

    .probg {
        padding: 40px 0;
    }

    .psort {
        margin-top: 20px;
    }

    .pubtitle .pubt1 {
        font-size: 20px;
    }

    .pubtitle .pubt2 {
        font-size: 13px;
        line-height: 1.5;
        margin-top: 5px;
    }

    .proSwiper {
        margin-top: 30px;
    }

    .proSwiper .swiper-slide .wz .wza {
        font-size: 15px;
    }

    .proSwiper .swiper-slide .wz .wzb {
        font-size: 12px;
    }

    .pmore {
        margin-top: 20px;
        height: 45px;
        line-height: 45px;
        width: 180px;
    }

    .pmore a {
        font-size: 14px;
    }

    .qywhbg {
        padding: 40px 0;
    }

    .business-index {
        flex-wrap: wrap;
    }

    .business-left {
        width: 100%;
    }

    .business-right {
        width: 100%;
        margin-top: 20px;
    }

    .at1 h4 {
        font-size: 16px;
    }

    .business-right>img {
        height: 120px;
    }

    .business-right .wz {
        right: 15px;
    }

    .business-right .wz .wza {
        font-size: 14px;
    }

    .business-right .wz .wzb {
        font-size: 16px;
        margin: 2px 0;
    }

    .business-right .wz .wzc p {
        font-size: 14px;
    }

    .business-con {
        width: 100%;
        float: none;
    }

    .bslist {
        flex-wrap: wrap;
    }

    .bslist li {
        width: 50%;
        padding: 15px 10px;
    }

    .bslist li:nth-child(2n) {
        border-right: none;
    }

    .bslist li .wza {
        font-size: 16px;
    }

    .bslist li .wzb {
        margin-top: 5px;
        font-size: 13px;
        line-height: 22px;
    }

    .newsbg {
        padding: 40px 0;
    }

    .newsindex {
        flex-wrap: wrap;
    }

    .at1 {
        width: 100%;
    }

    .nsort {
        width: 100%;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .nsort li a {
        font-size: 14px;
    }

    .news {
        margin-top: 10px;
    }

    .news-grid {
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    .news-grid-t0 {
        width: 100%;
        padding: 10px;
        padding-top: 20px;
        font-size: 16px;
    }

    .news-grid-t1 {
        width: 100%;
    }

    .news-grid-t1 .news-title {
        font-size: 14px;
    }

    .news-grid-t1 .news-content {
        font-size: 12px;
        height: auto;
        line-height: 20px;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .news-grid-t2 {
        padding: 10px 10px;
    }

    .lxbg {
        padding: 40px 0;
    }

    .lxlist {
        margin-top: 15px;
    }

    .lxright {
        margin-right: 0;
    }

    .meesindex {
        margin-top: 10px;
    }

    .meesindex .ms4 button {
        font-size: 14px;
    }

    .footbg {
        padding-top: 30px;
    }

    .footindex {
        flex-wrap: wrap;
    }

    .foot1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .flx1 {
        font-size: 13px;
    }

    .flx2 p {
        font-size: 12px;
    }

    .copindex {
        border-top: 1px solid #434343;
        padding-top: 20px;
        padding-bottom: 30%;
        font-size: 12px;
        text-align: center;
        line-height: 20px;
    }
}

@media(max-width:320px) {
    .searchbox {
        display: none !important;
    }

    .menu-handler {
        margin-left: 0;
    }

    .psort li a {
        padding: 10px 12px
    }

    .bslist li .wzb {
        font-size: 12px;
    }
}

/* 关于我们 */
.nbanner {
    position: relative;
}

.nbanner>img {
    width: 100%;
}

.nbannerwen {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    z-index: 99;
}

.nbannerwrap {
    align-items: center;
}

.nbleft {
    color: #fff;
    font-size: 2.29166666666667vw;
    font-weight: 600;
    line-height: 1;
    width: 15%;
}

.nbmiddle {
    width: 75%;
    height: 1px;
    background: rgba(255, 255, 255, .3);
}

.nbright {
    width: 30%;
}

.nbright ul {
    justify-content: flex-end;
}

.nbright ul li {
    padding: 10px 30px;
    background: url(//wm.cdn.cn86.cn/tianren/2024/11/506899c994qp2apy.png) no-repeat right center;
}

.nbright ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.nbright ul li:hover {
    background: #009b4c;
}

.nbright ul li:hover a {
    color: #fff;
}

.nbannerwrap2 img {
    max-width: 100%;
    width: auto;
}

.nbannerwrap2 {
    margin-top: 2.8vw;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.nbannerwrap2 a {
    color: #fff;
    padding-right: 5px;
    margin: 0 5px;
}

.nbannerwrap2 img {
    margin-right: 5px;
}

.whf1440 {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 15px;
}

.wh1560 {
    max-width: 1590px;
    margin: 0 auto;
    padding: 0 15px;
}

.bxs {
    overflow: hidden;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 关于我们 */
.jbox1 {
    margin: 3.17% 0 5.26%;
}

.aleft1 {
    width: 59.8%;
}

.aleft1 h3 {
    color: #000000;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
}

.xx {
    width: 24px;
    height: 3px;
    background-color: #009049;
}

.acon2 {
    font-size: 16px;
    line-height: 40px;
    color: #000;
    margin-top: 7%;
    font-weight: lighter;
}

.acon2 p {
    text-indent: 2em;
    text-align: justify;
}

.szgd {
    /* margin-top: 11.8%; */
    width: 30%;
}

.szgd li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
}

.szgd li .img{
 width: 16%;
}

.szgd li .sz{
  width: 78%;
}

.sbtt span {
    font-size: 48px;
    color: #009049;
    font-family: Impact;
}

.szgd li p {
    letter-spacing: 1px;
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
}

.szgd li sup {
    color: #000000;
    font-size: 16px;
    top: -40px;
    left: 6px;
}

.szgd li sub {
    color: #000000;
    font-size: 23px;
    font-weight: normal;
    left: -10px;
}

.aimg {
    margin-top: 4vw;
}

.aimg img {
    width: 100%;
}

/* 企业文化 */
.fbox2 {
    padding: 4.5vw 0;
    background: url(//wm.cdn.cn86.cn/tianren/2024/11/dcd3f7bc74dh6ovy.jpg) no-repeat;
    background-size: 100% 100%;
}

.fgy_tt {
    color: #000000;
    font-size: 44px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}

.qywh_list {
    margin-top: 3.5vw;
}

.qywh_list li {
    width: 18.59%;
    text-align: center;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    padding: 40px 0;
}

.qywh_list li .wz1 {
    color: #111111;
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 26px 0 17px;
}

.qywh_list li .wz2 {
    color: #555555;
    font-size: 16px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}

/* 荣誉资质 */
.fbox3 {
    margin: 4.4vw 0;
}

.nyt1 h3 {
    font-weight: normal;
    font-size: 30px;
    text-align: center;
}

.nyt1 h4 {
    width: 24px;
    height: 2px;
    background: #009049;
    margin: 0 auto;
    margin-top: 1vw;
}

.nyhonorSwiperhor {
    overflow: hidden;
    margin-top: 3.6vw;
}

.nyhonorSwiperhor .swiper-slide .img1 img {
    width: 100%;
}

.nyhonorSwiperhor .swiper-paginationhonor {
    position: relative;
    margin-top: 3.125vw;
}

.nyhonorSwiperhor .swiper-paginationhonor .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #c4c4c4;
    border-radius: 50%;
    opacity: 1;
    margin: 0 5px;
}

.nyhonorSwiperhor .swiper-paginationhonor .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2a8c41;
}

@media(max-width: 1500px) {}

@media(max-width: 1380px) {
    .acon2 {
        line-height: 35px;
        font-size: 15px;
    }

    .fgy_tt {
        font-size: 32px;
    }

    .qywh_list li .wz2 {
        font-size: 14px;
    }
}

@media(max-width: 1300px) {
    .qywh_list li .wz2 {
        padding: 0 5px;
    }
}

@media(max-width: 1200px) {
    .nbright ul li {
        padding: 10px 10px;
    }

    .nbright ul li a {
        font-size: 14px;
    }

    .nbannerwrap2 {
        font-size: 14px;
    }

    .acon2 {
        line-height: 30px;
    }

    .qywh_list li .img img {
        max-width: 50px;
        width: 100%;
    }

    .qywh_list li .wz1 {
        font-size: 18px;
        padding: 15px 5px;
    }

    .qywh_list li .wz2 {
        font-size: 12px;
    }

    .nybt2 p {
        font-size: 30px;
    }

    .sright p {
        line-height: 30px;
    }
}

@media(max-width: 1024px) {
    .sbtt span {
        font-size: 42px;
    }

    .szgd li p {
        font-size: 14px;
        margin-top: 5px;
    }

    .acon2 {
        font-weight: normal;
        line-height: 28px;
    }

    .szgd li sup {
        top: -30px;
    }

    .qul li p {
        padding: 26px 16px 30px 16px;
    }

    .qul li h3 {
        font-size: 24px;
    }

    .sright p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width: 768px) {
    .nbannerwrap {
        flex-wrap: wrap;
    }

    .nbleft {
        width: 100%;
        font-size: 24px;
    }

    .nbmiddle {
        width: 100%;
        margin-top: 10px;
    }

    .nbright {
        width: 100%;
    }

    .nbright ul {
        justify-content: flex-start;
    }

    .nbannerwrap2 {
        margin-top: 0;
        font-size: 13px;
    }

    .jbox1 {
        margin: 30px 0;
    }

    .aleft1 h3,
    .nybt2 h3 {
        font-size: 24px;
    }

    .aleft1,
    .szgd {
        width: 100%;
        float: none;
    }

    .acon2 {
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .szgd {
        margin-top: 30px;
    }

    .nybt2 h3 {
        margin-bottom: 17px;
    }

    .qywh_list li {
        width: 48%;
        margin-bottom: 4%;
    }

    .fbox2 {
        padding: 40px 0;
    }

    .fgy_tt {
        font-size: 24px;
    }

    .fbox3 {
        margin: 40px 0;
    }

    .nyt1 h3 {
        font-size: 24px;
    }

    .nyhonorSwiperhor .swiper-paginationhonor .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

@media(max-width: 640px) {

    .aleft1 h3,
    .nybt2 h3 {
        font-size: 20px;
        text-align: center;
    }

    .xx {
        margin: 0 auto;
    }

    .szgd li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .sbtt span {
        font-size: 35px;
    }

    .szgd li sup {
        top: -20px;
    }

    .nbleft {
        display: none;
    }

    .nbmiddle {
        display: none;
    }

    .nbright {
        display: none;
    }
}


/* 联系我们 */
.zty22w1600 {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px
}

.zty221x {
    background-color: #f7f7f7;
   
}

.zty221z {
    /* background-color: #fff; */
    width: 46.8%;
    float: left;
    padding-left: 48px;
    padding-top: 3.8vw;
    padding-bottom: 35px
}

.zty221z1 {
    width: 65%;
    float: left
}

.zty221z1 h2 {
    font-size: 34px;
    font-weight: 700;
    font-stretch: normal;
    letter-spacing: 0;
    color: #009b4c
}

.zty221z1 h3 {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #666;
    margin-top: 22px
}

.zty221z1 h4 {
    width: 40px;
    height: 2px;
    background-color: #666;
    margin-top: 30px
}

.zty221z1 h5 {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0;
    color: #555;
    margin-top: 43px
}

.zty221z2 {
    width: 35%;
    float: left;
    margin-top: 48px
}

.zty221z2 h2 {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0;
    color: #444
}

.zty221z2 h3 {
    width: 40px;
    height: 2px;
    background-color: #666;
    margin-top: 45px
}

.zty221z2 h4 {
    margin-top: 50px
}

.zty221z2 h4 li {
    width: 100%;
    float: left;
    position: relative
}

.zty221z2 h4 li .img {
    max-width: 135px;
    float: left;
    border: solid 2px #e9e9e9;
    margin-bottom: 14px
}

.zty221z2 h4 li .img img {
    width: 100%
}

.zty221z2 h4 li dd {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #555;
    float: left;
    line-height: 125px;
    margin-left: 20px
}

.zty221y {
    width: 53.2%;
    float: right;
    /* height: 556px;
    overflow: hidden */
}

.zty221y img {
    width: 100%
}

.zty222x {
    padding-top: 6.4vw;
    padding-bottom: 6vw
}

.zty222z {
    width: 39.4%;
    float: left
}

.zty222zbt{
    text-align: center;
}

.zty222zbt h2 {
    font-size: 38px;
    font-weight: bolder;
    font-stretch: normal;
    letter-spacing: 0;
    color: #222
}

.zty222zbt h3 {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #666;
    margin-top: 20px
}

.zty222zbt h4 {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #666;
    margin-top: 20px
}

.zty222zbt h5 {
    height: 1px;
    background-color: #000;
    opacity: .2;
    width: 100%;
    margin-top: 30px
}

.zty222lx {
    margin-top: 4.8vw;
    /* border-bottom: 1px solid rgba(0, 0, 0, .2); */
    padding-bottom: 25px
}

.zty222lx li {
    width: 50%;
    float: left
}

.zty222lx li h2 {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #666;
    margin-bottom: 1vw;
}

.zty222lx li p{
    font-size: 18px;
    line-height: 1.6;
}

.zty222lx li h3 {
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    letter-spacing: 0;
    color: #333;
    margin-top: 20px
}

.zty222y {
    /* width: 46.75%;
    float: right */
    margin-top: 2vw;
}

.zty222y form li.li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.zty222y form li.li dd {
    width: 49%;
    float: left
}

.zty222y form li {
    margin-bottom: 12px;
}

.zty222y form li img {}

.zty222y form li input {
    height: 58px;
    background-color: #f5f6f7;
    padding: 0;
    padding-left: 29px;
    border: none;
    outline: 0;
    color: #495057;
    box-shadow: none;
    border-radius: 0;
}

.zty222y form li textarea {
    background-color: #f5f6f7;
    padding: 0;
    padding-left: 29px;
    border: none;
    outline: 0;
    box-shadow: none;
    padding-top: 10px;
    line-height: 35px;
    height: 240px;
    overflow: hidden;
    border-radius: 0;
}

.zty222y form li #checkcode {
    width: 49% !important
}

.zty222y form li:last-child {
    background: none;
}

.zty222y form li .btn {
    /* width: 180px; */
    height: 57px;
    background-color: #009b4c;
    padding: 0 15px;
    border-radius: 0;
    font-size: 22px;
    color: #fff;
}

@media (max-width:1630px) {
    .zty22w1600 {
        max-width: 1430px
    }

    .zty221z2 {
        margin-top: 30px
    }

    .zty221z2 h4 {
        margin-top: 30px
    }

    .zty221z {
        padding-top: 2.7vw
    }

    .zty221y {
        /* height: 490px;
        overflow: hidden */
    }
}

@media (max-width:1430px) {
    .zty22w1600 {
        max-width: 1230px
    }

    .zty221z2 {
        margin-top: 21px
    }

    .zty221z2 h4 {
        margin-top: 30px
    }

    .zty221z {
        padding-top: 2.7vw;
        padding-left: 30px
    }

    .zty221z1 h2 {
        font-size: 28px
    }

    .zty221z1 h3 {
        font-size: 13px
    }

    .zty221z1 h5 {
        font-size: 16px;
        line-height: 30px
    }

    .zty221z2 h4 li .img {
        max-width: 100px
    }

    .zty221z2 h4 li dd {
        line-height: 100px
    }

    .zty221y {
        /* height: 417px */
    }
}

@media (max-width:1230px) {
    .zty22w1600 {
        max-width: 992px
    }

    .zty221z2 {
        margin-top: 21px
    }

    .zty221z2 h4 {
        margin-top: 22px
    }

    .zty221z {
        padding-top: 2.7vw;
        padding-left: 15px;
        padding-bottom: 17px
    }

    .zty221z1 h2 {
        font-size: 23px
    }

    .zty221z1 h3 {
        font-size: 12px;
        margin-top: 11px
    }

    .zty221z1 h5 {
        font-size: 14px;
        line-height: 27px;
        margin-top: 30px
    }

    .zty221z2 h4 li .img {
        max-width: 85px
    }

    .zty221z2 h4 li dd {
        line-height: 85px;
        font-size: 14px;
        margin-left: 10px
    }

    .zty221z1 h4 {
        margin-top: 20px
    }

    .zty221z2 h3 {
        margin-top: 24px
    }

    .zty222y form li input {
        height: 50px
    }

    .zty222y form li textarea {
        line-height: 26px
    }

    .zty222y form li .btn {
        height: 50px;
        font-size: 18px
    }

    .zty221y {
        /* height: 334px */
    }
}

@media (max-width:992px) {
    .zty22w1600 {
        padding: 0 2%
    }

    .zty221y {
        width: 100%
    }

    .zty221z1 {
        width: 100%
    }

    .zty221z2 {
        margin-top: 21px;
        width: 100%
    }

    .zty221z {
        padding-top: 2.7vw;
        padding-left: 10px;
        padding-bottom: 17px;
        width: 100%
    }

    .zty222z {
        width: 100%
    }

    .zty222zbt h2 {
        font-size: 28px
    }

    .zty222zbt h3 {
        font-size: 16px;
        margin-top: 13px
    }

    .zty222zbt h4 {
        font-size: 16px;
        margin-top: 10px
    }

    .zty222zbt h5 {
        margin-top: 10px;
    }

    .zty222lx {
        padding-bottom: 20px;
        margin-top: 20px
    }

    .zty222lx li {
        width: 100%;
        margin-bottom: 15px;
    }

    .zty222lx li h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .zty222lx li h3 {
        font-size: 16px;
        margin-top: 13px
    }

    .zty222y {
        width: 100%;
        margin-top: 25px
    }

    .zty222y form li {
        margin-bottom: 0;
    }

    .zty222y form li:nth-of-type(3) {
        margin-top: 10px;
    }

    .zty222y form li:nth-of-type(4) {
        margin-top: 10px;
    }

    .zty222y form li:nth-of-type(5) {
        margin-top: 10px;
    }

    .zty222y form li input {
        padding-left: 15px
    }

    .zty222y form li input {
        font-size: 14px;
    }

    .zty222y form li textarea {
        padding-left: 15px;
        height: 150px;
        font-size: 14px;
    }

    .zty222y form li .btn {
        font-size: 14px;
    }

}

/* 内页 */

#page-wrap .right {
    /*margin-top: 5%;*/
}

.digood-sidebar-related {
    display: none;
}

.aside-contact {
    display: none;
}

.left-title{
    display: none;
}

.nbright{
     display: none;
}

#page-wrap .cate-list{
    display:flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 30px;
}

#page-wrap .cate-list li{
    
}

.cate-list .list-title{
    border: none;
}

.cate-list .category span{
    display: none;
}



/* 内页 */
#c_static_001-1721297573206 {
	min-height: 300px;
	background_radio: 2;
	display-radio: 1;
	padding-top: 50px;
	padding-bottom: 50px
}

#c_static_001-1721297573206 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	background_radio: 1;
	display-radio: flex;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}

#c_static_001-1721297573206 .e_container-1>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1721297573206 .e_text-2 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	text-align: center;
	font-size: 26px;
	margin-bottom: 30px;
	color: rgba(0, 0, 0, 1)
}

#c_static_001-1721297573206 .page_con {
	display: none
}

#c_static_001-1721297573206 .e_loop-3 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%;
	background: #4ea959;
}

#c_static_001-1721297573206 .e_loop-3 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative;
	display-radio: 1
}

#c_static_001-1721297573206 .e_loop-3 .p_page {
	text-align: center
}

#c_static_001-1721297573206 .e_loop-3 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_static_001-1721297573206 .e_loop-3 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_static_001-1721297573206 .e_loop-3 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_static_001-1721297573206 .e_loop-3 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_static_001-1721297573206 .e_loop-3 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_static_001-1721297573206 .e_loop-3 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_static_001-1721297573206 .e_loop-3 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_static_001-1721297573206 .e_loop-3 .p_s_option {}

#c_static_001-1721297573206 .e_loop-3 .multSelect {
	font-size: 13px;
	position: relative
}

#c_static_001-1721297573206 .e_loop-3 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_static_001-1721297573206 .e_loop-3 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_static_001-1721297573206 .e_loop-3 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_static_001-1721297573206 .e_loop-3 .multSelect ul,
li {
	list-style: none
}

#c_static_001-1721297573206 .e_loop-3 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_static_001-1721297573206 .e_loop-3 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

#c_static_001-1721297573206 .e_loop-3 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_static_001-1721297573206 .e_loop-3 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_static_001-1721297573206 .e_loop-3 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_static_001-1721297573206 .e_loop-3 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_static_001-1721297573206 .e_loop-3 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_static_001-1721297573206 .e_loop-3 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_static_001-1721297573206 .e_loop-3 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_static_001-1721297573206 .e_loop-3 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_static_001-1721297573206 .e_loop-3 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_static_001-1721297573206 .e_loop-3 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_static_001-1721297573206 .e_loop-3 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1721297573206 .e_loop-3 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1721297573206 .e_loop-3 .p_split {
	margin: 0 5px
}

#c_static_001-1721297573206 .e_loop-3 .p_normal {
	margin-right: 16px
}

#c_static_001-1721297573206 .e_loop-3 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#c_static_001-1721297573206 .e_loop-3 .input-check,
#c_static_001-1721297573206 .e_loop-3 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_static_001-1721297573206 .e_loop-3 .position-left {
	display: flex
}

#c_static_001-1721297573206 .e_loop-3 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_static_001-1721297573206 .e_loop-3 .position-top {}

#c_static_001-1721297573206 .e_loop-3 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_static_001-1721297573206 .e_loop-3 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#c_static_001-1721297573206 .e_loop-3 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
	-webkit-transform: skewY(-45deg);
	transform: skewY(360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1
}

#c_static_001-1721297573206 .e_loop-3 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2
}

#c_static_001-1721297573206 .e_loop-3 .p_active .p_mbutton::before {
	display: block
}

#c_static_001-1721297573206 .e_loop-3 .p_active .p_mbutton::after {
	display: block
}

#c_static_001-1721297573206 .e_loop-3 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_static_001-1721297573206 .e_loop-3 .p_filter_result {
	display: inline-block
}

#c_static_001-1721297573206 .e_loop-3 .p_contclear {
	cursor: pointer
}

#c_static_001-1721297573206 .e_loop-3 .swiper-container {
	padding-bottom: 30px
}

#c_static_001-1721297573206 .e_loop-3 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}

#c_static_001-1721297573206 .e_loop-3 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}

#c_static_001-1721297573206 .e_loop-3 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}

#c_static_001-1721297573206 .e_loop-3 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}

#c_static_001-1721297573206 .e_loop-3 .p_filter_result {
	display: none
}

#c_static_001-1721297573206 .e_loop-3 .p_contclear {
	display: none
}

#c_static_001-1721297573206 .e_loop-3 .p_inputRangeSearch {
	padding: 7px 12px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal
}

#c_static_001-1721297573206 .e_loop-3 .p_inputSearch {
	padding: 0px 17px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	margin-left: 10px
}

#c_static_001-1721297573206 .e_loop-3 .p_categoryActive {
	color: #409EFF
}

#c_static_001-1721297573206 .e_loop-3 {
	display-radio: 1
}

#c_static_001-1721297573206 .e_container-4 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	padding-top: 20px;
	padding-bottom: 20px
}

#c_static_001-1721297573206 .e_container-4>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1721297573206 .e_text-6 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	text-align: center;
    font-size: 16px;
	color: rgba(255, 255, 255, 1)
}

#c_static_001-1721297573206 .e_loop-7 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	/*解决无缝滚动在循环体多列展示问题  */
	max-width: 100%
		/* 解决无缝滚动在循环体多列展示问题 */
}

#c_static_001-1721297573206 .e_loop-7 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#c_static_001-1721297573206 .e_loop-7 .p_page {
	text-align: center
}

#c_static_001-1721297573206 .e_loop-7 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_static_001-1721297573206 .e_loop-7 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_static_001-1721297573206 .e_loop-7 .p_filter_key {
	/* min-width:80px;
 */
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_static_001-1721297573206 .e_loop-7 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_static_001-1721297573206 .e_loop-7 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
		/* border-radius:2px;
 */
}

#c_static_001-1721297573206 .e_loop-7 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_static_001-1721297573206 .e_loop-7 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_static_001-1721297573206 .e_loop-7 .p_s_option {}

#c_static_001-1721297573206 .e_loop-7 .multSelect {
	font-size: 13px;
	position: relative
}

#c_static_001-1721297573206 .e_loop-7 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_static_001-1721297573206 .e_loop-7 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_static_001-1721297573206 .e_loop-7 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_static_001-1721297573206 .e_loop-7 .multSelect ul,
li {
	list-style: none
}

#c_static_001-1721297573206 .e_loop-7 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_static_001-1721297573206 .e_loop-7 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

#c_static_001-1721297573206 .e_loop-7 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_static_001-1721297573206 .e_loop-7 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_static_001-1721297573206 .e_loop-7 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_static_001-1721297573206 .e_loop-7 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_static_001-1721297573206 .e_loop-7 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_static_001-1721297573206 .e_loop-7 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_static_001-1721297573206 .e_loop-7 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_static_001-1721297573206 .e_loop-7 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

/* #c_static_001-1721297573206 .e_loop-7 .p_filter_close::before {
	content: "\2716";
}
*/
/* #c_static_001-1721297573206 .e_loop-7 .p_filter_select {
	width: 110px;
	height: 24px;
	padding: 0;
	border: 1px solid #DCDFE6;
}
*/
#c_static_001-1721297573206 .e_loop-7 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_static_001-1721297573206 .e_loop-7 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_static_001-1721297573206 .e_loop-7 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1721297573206 .e_loop-7 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1721297573206 .e_loop-7 .p_split {
	margin: 0 5px
}

#c_static_001-1721297573206 .e_loop-7 .p_normal {
	margin-right: 16px
}

#c_static_001-1721297573206 .e_loop-7 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#c_static_001-1721297573206 .e_loop-7 .input-check,
#c_static_001-1721297573206 .e_loop-7 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_static_001-1721297573206 .e_loop-7 .position-left {
	display: flex
}

#c_static_001-1721297573206 .e_loop-7 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_static_001-1721297573206 .e_loop-7 .position-top {
	/* display:flex;
 */
}

#c_static_001-1721297573206 .e_loop-7 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_static_001-1721297573206 .e_loop-7 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#c_static_001-1721297573206 .e_loop-7 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
	-webkit-transform: skewY(-45deg);
	transform: skewY(360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1
}

#c_static_001-1721297573206 .e_loop-7 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2
}

#c_static_001-1721297573206 .e_loop-7 .p_active .p_mbutton::before {
	display: block
}

#c_static_001-1721297573206 .e_loop-7 .p_active .p_mbutton::after {
	display: block
}

#c_static_001-1721297573206 .e_loop-7 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_static_001-1721297573206 .e_loop-7 .p_filter_result {
	display: inline-block
}

#c_static_001-1721297573206 .e_loop-7 .p_contclear {
	cursor: pointer
}

#c_static_001-1721297573206 .e_loop-7 .swiper-container {
	padding-bottom: 30px
}

#c_static_001-1721297573206 .e_loop-7 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}

#c_static_001-1721297573206 .e_loop-7 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}

#c_static_001-1721297573206 .e_loop-7 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}

#c_static_001-1721297573206 .e_loop-7 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}

#c_static_001-1721297573206 .e_loop-7 .p_filter_result {
	display: none
}

#c_static_001-1721297573206 .e_loop-7 .p_contclear {
	display: none
}

#c_static_001-1721297573206 .e_loop-7 .p_inputRangeSearch {
	padding: 7px 12px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal
}

#c_static_001-1721297573206 .e_loop-7 .p_inputSearch {
	padding: 0px 17px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	margin-left: 10px
}

#c_static_001-1721297573206 .e_loop-7 .p_categoryActive {
	color: #409EFF
}

#c_static_001-1721297573206 .e_container-8 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cecece
}

#c_static_001-1721297573206 .e_container-8>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	align-self: center
}

#c_static_001-1721297573206 .e_text-9 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	text-align: center;
    font-size: 16px;
}

#c_static_001-1721297573206 .e_image-10 {
	overflow: hidden;
	max-width: 164px;
	display-radio: 1;
	margin-left: auto;
	margin-right: auto
}

#c_static_001-1721297573206 .e_image-10 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c_static_001-1721297573206 .e_text-11 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	text-align: center;
    font-size: 16px;
}

#c_static_001-1721297573206 .e_text-12 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	text-align: center;
    font-size: 16px;
}

@media screen and (max-width:768px) {
	#c_static_001-1721297573206 .e_loop-3 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 4)
	}

	#c_static_001-1721297573206 .e_loop-7 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}

	#c_static_001-1721297573206 .e_container-8 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		width: 100%;
		background_radio: 1;
		display-radio: flex;
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #cecece
	}

	#c_static_001-1721297573206 .e_text-9 {
		text-align: left
	}

	#c_static_001-1721297573206 .e_container-8>.p_item:nth-child(3) {
		saf-auto: auto;
		margin: 10px 0px
	}

	#c_static_001-1721297573206 .e_image-10 {
		max-width: 100%
	}
}

@media screen and (min-width: 769px) {
	#c_static_001-1721297573206 .e_loop-3 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 4)
	}

	#c_static_001-1721297573206 .e_loop-7 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}
}



/* 产品详情页 */
#c_product_detail_003_P_016-1651143227490 .sp-zoom {
    background: #fff
}

#c_product_detail_003_P_016-1651143227490 {
    min-height: 0px;
    background-color: rgba(245,245,245,1);
    padding-top: 30px;
    padding-bottom: 80px;
    display-radio: 1;
    background_radio: 2
}

#c_product_detail_003_P_016-1651143227490 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,1);
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    display-radio: flex;
    border-radius: 10px
}

#c_product_detail_003_P_016-1651143227490 .e_container-2 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_container0 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,1);
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px
}

.e_container0 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_detail_003_P_016-1651143227490 .e_container-3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 0px;
    background_radio: 1;
    display-radio: flex
}

#c_product_detail_003_P_016-1651143227490 .e_container-3 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_detail_003_P_016-1651143227490 .e_text-4 {
    line-height: 1.6;
    font_radio: 2;
    font-size: 24px;
    font-weight: bold;
    display-radio: 1;
    color: rgba(51,51,51,1)
}

.container-fluid1 {
    position: fixed;
    background: black;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    display: flex;
    align-items: center
}

.container-fluid1 .closeBtn {
    width: 35px;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 35px;
    display: block;
    z-index: 999;
    cursor: pointer
}

.container-fluid1 .closeBtn img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.rotate-icon::before {
    content: "";
    display: block;
    width: 50px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: rotateX(70deg)
}

.rotate-icon::after {
    content: "360Â°";
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent
}

#c_product_detail_003_P_016-1651143227490 .e_container-13 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,1);
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    margin-top: 30px;
    margin-bottom: 20px;
    display-radio: flex;
    border-radius: 10px;
    background_radio: 2
}

#c_product_detail_003_P_016-1651143227490 .e_container-13 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_detail_003_P_016-1651143227490 .e_richText-14 {
    font_radio: 2;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(68,68,68,1);
    margin-top: 0px;
    display-radio: 1
}

#c_product_detail_003_P_016-1651143227490 .e_richText-14 img {
    max-width: 100%
}

#c_product_detail_003_P_016-1651143227490 .e_richText-14 p {
    line-height: 1.6;
    padding-bottom: 15px
}

#c_product_detail_003_P_016-1651143227490 .e_richText-14 table {
    font-size: 15px;
    margin: 15px 0px;
    color: #555
}

#c_product_detail_003_P_016-1651143227490 .e_richText-14 table tr:first-child {
    font-weight: bold;
    background: none;
    color: #333f47;
    font-size: 16px
}

#c_product_detail_003_P_016-1651143227490 .e_richText-14 table td {
    border: 1px solid #ddd;
    padding: 12px;
    line-height: 1.8
}

#c_product_detail_003_P_016-1651143227490 .e_richText-14 h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    color: #222;
    background: #f5f5f5;
    padding: 10px 0px;
    margin: 20px 0px 30px
}

#c_product_detail_003_P_016-1651143227490 .e_container-2 .cbox-2-0 {
    padding-left: 0px;
    padding-right: 0px;
    flex: 0 0 45%
}

#c_product_detail_003_P_016-1651143227490 .e_container-2 .cbox-2-1 {
    flex: 0 0 36%
}

#c_product_detail_003_P_016-1651143227490 .e_container-18 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-bottom: 5px;
    margin-top: 10px
}

#c_product_detail_003_P_016-1651143227490 .e_container-18 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_detail_003_P_016-1651143227490 .e_container-18 .cbox-18-0 {
    flex: 0 0 auto
}

#c_product_detail_003_P_016-1651143227490 .e_text-20 {
    font_radio: 2;
    font-size: 14px;
    color: rgba(136,136,136,1);
    line-height: 2.5;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    display-radio: 1;
    font-weight: bold
}

#c_product_detail_003_P_016-1651143227490 .sp-loading {
    text-align: center;
    max-width: 270px;
    padding: 15px;
    border: 5px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    color: #888
}

#c_product_detail_003_P_016-1651143227490 .sp-wrap {
    display: none;
    line-height: 0px;
    font-size: 0px;
    background: #fff;
    border: none;
    border-radius: 0px;
    position: relative;
    margin: 0px;
    max-width: 800px
}

#c_product_detail_003_P_016-1651143227490 .sp-thumbs {
    text-align: left;
    display: inline-block;
    margin-top: 10px
}

#c_product_detail_003_P_016-1651143227490 .sp-thumbs img {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px
}

#c_product_detail_003_P_016-1651143227490 .sp-thumbs a:link,#c_product_detail_003_P_016-1651143227490 .sp-thumbs a:visited {
    width: 60px;
    height: 60px;
    overflow: hidden;
    opacity: .3;
    display: inline-block;
    border: 1px solid #999;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#c_product_detail_003_P_016-1651143227490 .sp-thumbs a:hover {
    opacity: 1
}

#c_product_detail_003_P_016-1651143227490 .sp-thumbs a:active,#c_product_detail_003_P_016-1651143227490 .sp-current {
    opacity: 1!important;
    position: relative
}

#c_product_detail_003_P_016-1651143227490 .sp-large {
    position: relative;
    overflow: hidden;
    top: 0px;
    left: 0px;
    border: 1px solid #dddddd
}

#c_product_detail_003_P_016-1651143227490 .sp-large a img {
    max-width: 100%;
    height: auto
}

#c_product_detail_003_P_016-1651143227490 .sp-large a {
    display: block;
    padding: 20px
}

#c_product_detail_003_P_016-1651143227490 .sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: zoom-in;
    display: none
}

#c_product_detail_003_P_016-1651143227490 .e_container-22 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgba(51,51,51,1);
    background_radio: 1
}

#c_product_detail_003_P_016-1651143227490 .e_container-22 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_detail_003_P_016-1651143227490 .e_container-23 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_product_detail_003_P_016-1651143227490 .e_container-23 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_detail_003_P_016-1651143227490 .e_text-24 {
    line-height: 32px;
    display-radio: 1;
    font_radio: 2;
    font-size: 16px;
}

#c_product_detail_003_P_016-1651143227490 .e_loop_sub-25 {
    display: flex;
    flex-wrap: wrap
}

#c_product_detail_003_P_016-1651143227490 .e_loop_sub-25 .p_loopItem {
    position: relative;
    flex: 0 0 33.3%
}

#c_product_detail_003_P_016-1651143227490 .e_text-26 {
    line-height: 1.5;
    display-radio: 1;
    font_radio: 2;
    font-size: 14px;
    color: var(--c)
}

#c_product_detail_003_P_016-1651143227490 .e_container-23 .cbox-23-0 {
    flex: 0 0 auto;
    align-self: center
}

#c_product_detail_003_P_016-1651143227490 .e_container-23 .cbox-23-1 {
    align-self: center
}

#c_product_detail_003_P_016-1651143227490 .e_container-27 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: 3%;
    margin-bottom: 2%;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: rgba(221,221,221,1);
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: rgba(221,221,221,1);
    background_radio: 1
}

#c_product_detail_003_P_016-1651143227490 .e_container-27 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_detail_003_P_016-1651143227490 .e_text-30 {
    line-height: 1.5;
    display-radio: 1;
    font_radio: 2;
    font-size: 20px;
    font-weight: normal;
    color: var(--c);
    font-family: Arial
}

#c_product_detail_003_P_016-1651143227490 .e_container-27 .cbox-27-0 {
    align-self: center;
    margin-right: 5px;
    flex: 0 0 auto
}

#c_product_detail_003_P_016-1651143227490 .e_container-27 .cbox-27-1 {
    align-self: center;
    margin-right: 5px;
    flex: 0 0 auto
}

#c_product_detail_003_P_016-1651143227490 .e_container-27 .cbox-27-2 {
    align-self: center;
    flex: 0 0 auto
}

#c_product_detail_003_P_016-1651143227490 .e_container-34 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex
}

#c_product_detail_003_P_016-1651143227490 .e_container-34 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_detail_003_P_016-1651143227490 .e_button-36 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 160px;
    padding: 10px 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 1;
    radius_radio: 1;
    display-radio: flex;
    max-height: none;
    height: auto;
    background-color: var(--c);
    border-style: solid;
    border-width: 1px;
    border-color: var(--c)
}

#c_product_detail_003_P_016-1651143227490 .cp_xj_icon {
    fill: #fff;
    margin-right: 5px
}

#c_product_detail_003_P_016-1651143227490 .e_button-36 span {
    display: block;
    width: auto;
    position: relative;
    z-index: 1;
    font-size: 16px;
    outline: 0;
    font-weight: bold;
    margin: 0px;
    overflow: hidden
}

#c_product_detail_003_P_016-1651143227490 .e_button-36::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

#c_product_detail_003_P_016-1651143227490 .e_button-36:hover::after {
    opacity: 1
}

#c_product_detail_003_P_016-1651143227490 .e_button-36:hover {
    background-color: #d57c11;
    border-style: solid;
    border-color: #d57c11
}

#c_product_detail_003_P_016-1651143227490 .e_button-37 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 160px;
    padding: 10px 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 1;
    radius_radio: 1;
    display-radio: flex;
    max-height: none;
    height: auto;
    background-color: rgba(85,85,85,1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(85,85,85,1)
}

#c_product_detail_003_P_016-1651143227490 .e_button-37 span {
    display: block;
    width: auto;
    position: relative;
    z-index: 1;
    font-size: 16px;
    outline: 0;
    font-weight: bold;
    margin: 0px;
    overflow: hidden
}

#c_product_detail_003_P_016-1651143227490 .e_button-37::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

#c_product_detail_003_P_016-1651143227490 .e_button-37:hover::after {
    opacity: 1
}

#c_product_detail_003_P_016-1651143227490 .e_button-37:hover {
    background-color: rgba(51,51,51,1);
    border-style: solid;
    border-color: rgba(51,51,51,1)
}

#c_product_detail_003_P_016-1651143227490 .e_container-34 .cbox-34-0 {
    margin-right: 3%;
    flex: 0 0 auto
}

#c_product_detail_003_P_016-1651143227490 .e_container-34 .cbox-34-1 {
    flex: 0 0 auto
}

#c_product_detail_003_P_016-1651143227490 .btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%)
}

#c_product_detail_003_P_016-1651143227490 .e_richText-38 {
    display-radio: -webkit-box;
    font_radio: 2;
    font-size: 16px;
    color: rgba(102,102,102,1);
    line-height: 1.8;
    margin-top: 10px;
    /* -webkit-line-clamp: 8; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#c_product_detail_003_P_016-1651143227490 .e_loop_sub-39 {
    display: flex;
    flex-wrap: wrap
}

#c_product_detail_003_P_016-1651143227490 .e_loop_sub-39 .p_loopItem {
    position: relative;
    flex: 0 0 auto
}

#c_product_detail_003_P_016-1651143227490 .e_loop_sub-39 .p_loopItem a {
    color: #999999;
    background: #eee;
    border-radius: 2px;
    padding: 5px 10px;
    margin-right: 8px
}

#c_product_detail_003_P_016-1651143227490 .e_text-40 {
    line-height: 1.5;
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    margin-left: auto;
    margin-right: 10px
}

#c_product_detail_003_P_016-1651143227490 .e_container-18 .cbox-18-1 {
    align-self: center
}

#c_product_detail_003_P_016-1651143227490 .e_productAttr-41 .p_infoItem {
    overflow: hidden
}

#c_product_detail_003_P_016-1651143227490 .e_productAttr-41 .p_attrItem {
    width: 100%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

#c_product_detail_003_P_016-1651143227490 .e_productAttr-41 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    color: rgba(102,102,102,1);
    line-height: 2
}

#c_product_detail_003_P_016-1651143227490 .e_richText-43 {
    font_radio: 2;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(68,68,68,1);
    margin-top: 0px;
    display-radio: 1
}

#c_product_detail_003_P_016-1651143227490 .e_richText-43 img {
    max-width: 100%
}

#c_product_detail_003_P_016-1651143227490 .e_richText-43 p {
    line-height: 1.6;
    padding-bottom: 15px
}

#c_product_detail_003_P_016-1651143227490 .e_richText-43 table {
    font-size: 15px;
    margin: 15px 0px;
    color: #555
}

#c_product_detail_003_P_016-1651143227490 .e_richText-43 table tr:first-child {
    font-weight: bold;
    background: none;
    color: #333f47;
    font-size: 16px
}

#c_product_detail_003_P_016-1651143227490 .e_richText-43 table td {
    border: 1px solid #ddd;
    padding: 12px;
    line-height: 1.8
}

#c_product_detail_003_P_016-1651143227490 .e_richText-43 h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    color: #222;
    background: #f5f5f5;
    padding: 10px 0px;
    margin: 20px 0px 30px
}

#c_product_detail_003_P_016-1651143227490 .e_image-44 {

}

#c_product_detail_003_P_016-1651143227490 .e_image-44 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_product_detail_003_P_016-1651143227490 .e_container-3 .p_item {
    display-radio: 1
}

#c_product_detail_003_P_016-1651143227490 .e_icon-45 {
    width: 32px;
    height: 60px;
    font_radio: 1;
    display-radio: 1
}

#c_product_detail_003_P_016-1651143227490 .e_icon-45 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor
}

@media screen and (max-width: 768px) {
    #c_product_detail_003_P_016-1651143227490 .e_container-2 {
        display-radio:1;
        flex-direction: column;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        margin-top: 0px
    }

    #c_product_detail_003_P_016-1651143227490 .e_richText-38 {
        font-size: 14px;
        margin-bottom: 10px
    }

    #c_product_detail_003_P_016-1651143227490 .e_text-4 {
        display-radio: 1;
        font_radio: 2;
        font-size: 20px;
        color: #333333;
        line-height: 1.5
    }

    #c_product_detail_003_P_016-1651143227490 .e_container-3 {
        display-radio: 1;
        padding-left: 0px
    }

    #c_product_detail_003_P_016-1651143227490 .e_container-13 {
        display-radio: 1;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px
    }

    #c_product_detail_003_P_016-1651143227490 {
        display-radio: 1;
        padding-top: 15px;
        padding-bottom: 30px
    }

    #c_product_detail_003_P_016-1651143227490 .sp-thumbs a:link,#c_product_detail_003_P_016-1651143227490 .sp-thumbs a:visited {
        width: 50px;
        height: 50px;
        margin-right: 5px
    }

    #c_product_detail_003_P_016-1651143227490 .e_container-22 {
        display-radio: 1;
        margin-top: 20px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        padding-top: 0px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: rgba(85,85,85,1)
    }

    #c_product_detail_003_P_016-1651143227490 .e_richText-14 {
        display-radio: 1;
        font_radio: 2;
        font-size: 14px;
        color: #333333;
        line-height: 1.6
    }

    #c_product_detail_003_P_016-1651143227490 .e_text-30 {
        display-radio: 1;
        font_radio: 2;
        font-size: 16px;
        color: #333333;
        line-height: 1.5
    }

    #c_product_detail_003_P_016-1651143227490 .e_button-36 {
        background_radio: 1;
        border_radio: 1;
        font_radio: 1;
        radius_radio: 1;
        display-radio: 1;
        width: 120px
    }

    #c_product_detail_003_P_016-1651143227490 .e_button-37 {
        background_radio: 1;
        border_radio: 1;
        font_radio: 1;
        radius_radio: 1;
        display-radio: 1;
        width: 120px
    }

    #c_product_detail_003_P_016-1651143227490 .e_button-36 span {
        font-size: 14px
    }

    #c_product_detail_003_P_016-1651143227490 .e_button-37 span {
        font-size: 14px
    }

    #c_product_detail_003_P_016-1651143227490 .e_richText-14 h3 {
        font-size: 16px;
        line-height: 1.2;
        padding: 10px 0px;
        margin: 10px 0px 10px
    }

    #c_product_detail_003_P_016-1651143227490 .e_richText-14 p {
        font-size: 14px
    }

    #c_product_detail_003_P_016-1651143227490 .e_richText-14 table td {
        padding: 5px
    }

    #c_product_detail_003_P_016-1651143227490 .e_richText-14 .table-res table {
        margin: 0px;
        min-width: 1000px;
        width: 100%
    }

    #c_product_detail_003_P_016-1651143227490 .table-res {
        overflow-y: hidden;
        width: 100%;
        border: 1px solid #ddd
    }

    #c_product_detail_003_P_016-1651143227490 .e_productAttr-41 {
        font-size: 14px
    }

    #c_product_detail_003_P_016-1651143227490 .e_productAttr-41 .p_attrItem {
        width: 100%
    }

    #c_product_detail_003_P_016-1651143227490 .e_richText-43 {
        display-radio: 1;
        font_radio: 2;
        font-size: 14px;
        color: #333333;
        line-height: 1.6
    }

    #c_product_detail_003_P_016-1651143227490 .e_richText-43 h3 {
        font-size: 16px;
        line-height: 1.2;
        padding: 10px 0px;
        margin: 10px 0px 10px
    }

    #c_product_detail_003_P_016-1651143227490 .e_richText-43 p {
        font-size: 14px
    }

    #c_product_detail_003_P_016-1651143227490 .e_richText-43 table td {
        padding: 5px
    }

    #c_product_detail_003_P_016-1651143227490 .e_richText-43 .table-res table {
        margin: 0px;
        min-width: 1000px;
        width: 100%
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {
    #c_product_detail_003_P_016-1651143227490 .e_productAttr-41 {
        font-size:14px
    }

    #c_product_detail_003_P_016-1651143227490 .e_richText-38 {
        font-size: 14px
    }
}


#c_static_001_P_1935-1651146385726 {
    min-height: 300px;
    display-radio: 1;
    background-color: rgba(255,255,255,1);
    padding-top: 60px;
    padding-bottom: 100px;
    background_radio: 2
}

#c_static_001_P_1935-1651146385726 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

#c_static_001_P_1935-1651146385726 .product-form{
    width: 100%;
    margin: 0;
}

/* 相关 */
#c_static_001_P_47421-1721352336061 {
    min-height: 300px;
    display-radio: 1;
    padding-top: 50px;
    padding-bottom: 50px;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
    background_radio: 2;
    background: url(//wm.cdn.cn86.cn/tianren/2024/12/7a5dc89be55s9qxc.jpg) no-repeat center center
}

#c_static_001_P_47421-1721352336061::after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgb(35 128 47 / 60%), #23802f);
    opacity: 1;
    z-index: -1;
    transition: all .3s ease
}

#c_static_001_P_47421-1721352336061 .e_text-11 {
    line-height: normal;
    font_radio: 2;
    font-size: 34px;
    text-align: center;
    color: rgba(255,255,255,1);
    max-width: 1600px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    display-radio: 1;
    font-weight: bold
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

@media(max-width: 767px){
    #c_static_001_P_47421-1721352336061 .e_loop-12 .p_list{
        flex-wrap: wrap;
        float: none;
    }
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_page {
    text-align: center
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .multSelect ul,li {
    list-style: none
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_split {
    margin: 0 5px
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_normal {
    margin-right: 16px
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .input-check,.e_loop-12 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .position-left {
    display: flex
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_active .p_mbutton::before {
    display: block
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_active .p_mbutton::after {
    display: block
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_filter_result {
    display: none
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_contclear {
    cursor: pointer;
    display: none
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .swiper-container {
    padding-bottom: 30px
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

#c_static_001_P_47421-1721352336061 .e_loop-12 .p_categoryActive {
    color: #409EFF
}

#c_static_001_P_47421-1721352336061 .e_loop-12 {
    display-radio: 1;
    max-width: 1600px;
    width: 94%;
    margin-left: auto;
    margin-right: auto
}

#c_static_001_P_47421-1721352336061 .e_container-13 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 0px;
    padding-right: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(229,229,229,1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(255,255,255,1);
    transition-property: all;
    background-color: rgba(255,255,255,1);
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1)
}

#c_static_001_P_47421-1721352336061 .e_container-13 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_47421-1721352336061 .e_container-13:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    transition: all .5s ease
}

#c_static_001_P_47421-1721352336061 .e_container-13:hover .e_line-17 {
    width: 100%
}

#c_static_001_P_47421-1721352336061 .e_container-13:hover {
}

#c_static_001_P_47421-1721352336061 .e_container-14 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001_P_47421-1721352336061 .e_container-14 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_47421-1721352336061 .e_image-15 {
    overflow: hidden;
    aspect-ratio: 6/4;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

#c_static_001_P_47421-1721352336061 .e_image-15 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1);
    transition: all 0.5s
}

#c_static_001_P_47421-1721352336061 .e_line-16 {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(229,229,229,1);
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    min-height: 0px;
    max-height: 1px;
    height: auto;
    position: relative
}

#c_static_001_P_47421-1721352336061 .e_line-16:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 2px;
    background: #0c64b3;
    z-index: 1;
    transition: all .5s ease
}

#c_static_001_P_47421-1721352336061 .e_line-17 {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: var(--gege);
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 20px;
    padding-top: 0px;
    min-height: 0px;
    max-height: none;
    height: auto;
    position: relative;
    width: 0px;
    margin-left: 0px;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1)
}

#c_static_001_P_47421-1721352336061 .saf-sBar .saf-s-Btn {
    width: 40px;
    height: 40px;
    border: 1px #fff solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s
}

#c_static_001_P_47421-1721352336061 .e_text-18 {
    line-height: 2;
    font_radio: 2;
    font-size: 16px;
    font-family: Microsoft YaHei;
    text-align: center;
    color: rgba(51,51,51,1);
    display-radio: -webkit-box;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#c_static_001_P_47421-1721352336061 .saf-sBar .saf-s-Btn svg {
    width: auto;
    height: 22px;
    fill: #fff
}

#c_static_001_P_47421-1721352336061 .saf-sBar .saf-cn-pagination.fraction {
    color: #fff
}

#c_static_001_P_47421-1721352336061 .saf-sBar .saf-cn-pagination.fraction span.swiper-pagination-current {
    color: #fff;
    font-size: 16px
}

@media screen and (max-width: 768px) {
    #c_static_001_P_47421-1721352336061 .e_text-11 {
        font_radio:2;
        font-size: 22px
    }

    #c_static_001_P_47421-1721352336061 .e_loop-12 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }
}

@media screen and (min-width: 769px) {
    #c_grid-1646729993185 > .p_gridbox > .p_gridCell:nth-child(1) {
        width:300px !important;
        margin-left: 0% !important;
        margin-right: 30px !important;
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
        clear: left !important
    }

    #c_grid-1646729993185 > .p_gridbox > .p_gridCell:nth-child(2) {
        width: calc(100% - 330px) !important;
        margin-left: 0% !important;
        margin-right: 0px !important;
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
        clear: inherit !important
    }

    #c_static_001_P_47421-1721352336061 .e_loop-12 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 8)
    }
}


.saf-swiper0{
    overflow: hidden;
    margin: 2vw 0;
}

.saf-swiper0 .swiper-slide{
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.saf-swiper0 .swiper-slide .img1{
    margin: 10px;
    overflow: hidden;
}

.saf-swiper0 .swiper-slide .img1 img{
    width: 100%;
     -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.saf-swiper0 .swiper-slide .wz{
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
    padding-bottom: 0;
    position: relative;
}

.saf-swiper0 .swiper-slide .wz::before{
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #137439;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.saf-swiper0 .swiper-slide .wz a{
    display: block;
    font-size: 16px;
    color: #666;
    text-align: center;
}

@media(max-width: 767px){
    .saf-swiper0 .swiper-slide .wz a{
        font-size: 14px;
    }
}

.saf-swiper0 .swiper-slide:hover .img1 img{
     -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}


.saf-swiper0 .swiper-slide:hover .wz::before{
    width: 100%;
}

.saf-sBar{
    display: flex;
    align-items: center;
    justify-content: center;
}

.saf-cn-pagination{
    position: relative;
    width: auto;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin: 0 1vw;
}

.jqzoom{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}