.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;
}

@media (min-width: 990px) {
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.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;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* æ‰‹æœºç«™ å·¦ä¾§å¯¼èˆªå¼¹å‡ºç‰¹æ•ˆ */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {

    /* å¼¹å‡ºæ¡†ä¹‹åŽ body ä¸Šå¢žåŠ ä¸€ä¸ªç¦æ­¢æ»šåŠ¨çš„ç±»*/
    body.no-scroll,
    html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact,
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* å†…é¡µå·¦ä¾§å¯¼èˆªæ æ ·å¼ */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav>li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}


/*  */
p {
    margin: 0;
}

body {
    overflow-x: hidden;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img2 img {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
}

.com-img2:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1822 {
    max-width: 1822px;
    width: 90.625%;
    margin: 0 auto;
}

.max1600 {
    max-width: 1600px;
    width: 90.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/* header */
.header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #323236;
    padding: 10px 0;
}

.top-mid-flex {}

.logo {
    position: relative;
    width: 16.5%;
    text-align: center;
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
}

.tlx {
    flex: 1;
}

.tlxlist li {
    width: 33.333%;
    background: url(//wm.cdn.cn86.cn/taianlishen/2026/06/979fa7d30eumbbiy.png) no-repeat right center;
    padding: 0 2vw;
}

.tlxlist li:last-child {
    background: none;
}

.tlxlist li a {
    display: flex;
    align-items: center;
}

.tlxlist li a .img1 {
    margin-right: 1.8vw;
}

.tlxlist li a .text .text1 {
    color: #fff;
    font-size: 1.30208333333333vw;
    margin-bottom: 5px;
}

.tlxlist li a .text .text2 {
    color: #fff;
    font-size: 1.30208333333333vw;
}

.trq {
    width: 14.16%;
    height: 58px;
    line-height: 58px;
    background: #d80101;
}

.trq a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.trq a span {
    font-size: 1.25vw;
    margin-left: 5px;
}

.headnav {
    background: #1c508a;
}

.navbar-nav-box {
    width: 64%;
}


.header-ss {
    margin-left: 1.25vw;
    position: relative;
    width: 36px;
    height: 36px
}

.header-ss .ss_btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/huizhoukerui/2025/03/912029ca77vmcw3b.png) no-repeat center;
    cursor: pointer
}

.search-box {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    display: none;
    background: #fff;
    padding: 16px 20px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%)
}

.header-ss .ss-search {
    width: 220px;
    position: relative;
    background: #fff;
    border: 1px solid var(--main-theme-color);
    display: flex
}

.header-ss .ss-search input {
    height: 34px;
    line-height: 34px;
    outline: 0;
    border: none;
    font-size: 0
}

.header-ss .ss-search #keyword {
    width: calc(100% - 50px);
    padding-left: 10px;
    color: #000;
    font-size: 14px
}

.header-ss .ss-search #s_btn {
    width: 50px;
    background-color: var(--main-theme-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//cdn.myxypt.com/1a7e079f/24/06/a56ff77c79b014cb5708c10b590703e9baedb3fa.png)
}


.x-menu {
    position: relative
}

.x-menu>li {
    position: relative;
    text-align: center;
}

.x-menu>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    height: 93px;
    line-height: 93px;
    font-weight: 400;
    padding: 0 10px;
    text-transform: uppercase;
}

.x-menu>li:hover>a {
    color: #fff;
    background: #07458b;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0 0
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .6em .3em
}

.x-sub-menu>li>a:hover {
    color: #fff;
    background-color: var(--main-theme-color)
}

.headnavright {
    flex: 1;
    padding-left: 5%;
}

.tss {}

.search-box1 {
    border: 1px solid #d2dde8;
    border-radius: 30px;
    height: 35px;
    padding: 0 20px;

}

.search-box1 .ss-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-box1 input {
    height: 35px;
    line-height: 33px;
    outline: 0;
    border: none;
    font-size: 0
}

.search-box1 #keyword {
    width: calc(100% - 30px);
    color: #fff;
    font-size: 12px
}

.search-box1 #s_btn {
    width: 26px;
    height: 27px;
    line-height: 27px;
    background: url(//wm.cdn.cn86.cn/taianlishen/2026/06/65bfb318c01knnsl.png) no-repeat center;
    background-size: 100% 100%;
    padding: 0;
}

.txian {
    width: 1px;
    height: 32px;
    background: #fcfcfc;
}

.btn-group {
    display: flex;
    align-items: center;
    border: 1px solid #000001;
    padding: 0 18px;
    color: #fff;
}

.btn-group .btn {
    padding: 0;
}

.btn-group span {
    font-size: 14px;
    margin-right: 5px;
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin: 0;
}

.btn-group .btn.focus,
.btn-group .btn:focus {
    box-shadow: none;
}

.language-group .dropdown-menu {
    padding: 10px;
    max-width: 120px;
    min-width: 120px;
    overflow-x: hidden;
    max-height: 200px;
    border-radius: 0;
    background: rgba(255, 255, 255, .7);
    left: -10px !important;
}

/* banner */
.home-banner {
    width: 100%;
    position: relative;
}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a>img {
    display: block;
    width: 100%;
}

.home-banner .swiper-pagination1 {
    bottom: 30px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    background: #fff;
    border-radius: 0%;
    margin: 0 10px !important;
    transition: width .3s ease;
    opacity: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: var(--main-theme-color);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-button-next1,
.home-banner .swiper-button-prev1 {
    position: absolute;
    width: 28px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.home-banner .swiper-button-prev1 {
    left: 50px;
    background: url(//wm.cdn.cn86.cn/taianlishen/2026/06/ae28111087wf48li.png) no-repeat center;
    background-size: 100% 100%;
    width: 28px;
    height: 32px;
}

.home-banner .swiper-button-next1 {
    right: 50px;
    background: url(//wm.cdn.cn86.cn/taianlishen/2026/06/1b96cd6c18cac9sd.png) no-repeat center;
    background-size: 100% 100%;
    width: 28px;
    height: 32px;
}

.home-banner .swiper-button-prev1:hover {}

.home-banner .swiper-button-next1:hover {}

/* product */
.probg {
    background: #eef0f0;
    padding: 4.1666vw 0;
}

.pubtitle {
    text-align: center;
}

.pubtitle .pubtitlea {
    color: #1c508a;
    font-size: 2.60416666666667vw;
    font-weight: 600;
}

.pubtitle .pubtitlex {
    width: 98px;
    height: 15px;
    background: #1c508a;
    border-radius: 5px;
    margin: 2.3vw auto;
}

.pubtitle .pubtitleb {
    color: #000000;
    font-size: 1.5625vw;
    font-weight: 600;
}

.pubtitle .pubtitleb p {
    margin-bottom: 1vw;
}

.plist1 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 60px 42px;
    align-items: stretch;
    margin-top: 2.3vw;
}

.plist1 li .img img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.plist1 li .text {
    background: #000001;
    border-radius: 5px;
    padding: 10px 0;
}

.plist1 li .text .text1 {
    color: #fcfcfc;
    font-size: 1.30208333333333vw;
    text-align: center;
    margin: 0.5vw 0;
}

.plist1 li .text .text2 {
    background: url(//wm.cdn.cn86.cn/taianlishen/2026/06/478ff8643d7pbooa.png) no-repeat center;
    background-size: 100% 100%;
    width: 43px;
    height: 43px;
    margin: 0 auto;
}


.plist1 li:hover .text {
    background: #1c508a;
}

/* about */
.abbg {
    background: url(//wm.cdn.cn86.cn/taianlishen/2026/06/38109b3e5dctleeq.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 3.125vw;
    padding-bottom: 15.625vw;
}

.at11 {
    text-align: right;
}

.at1 {
    color: #ffffff;
    position: relative;
    font-size: 22px;
    display: inline-block;
}

.at1::before {
    content: '';
    position: absolute;
    width: 43px;
    height: 43px;
    background: #1c508a;
    border-radius: 50%;
    top: -25px;
    left: -10px;
}

.at1::after {
    content: '';
    position: absolute;
    width: 43px;
    height: 43px;
    background: #1c508a;
    border-radius: 50%;
    top: -12px;
    right: 20px;
}

.at1 span {
    position: relative;
    z-index: 99;
}

.at2 {
    font-size: 3.33333333333333vw;
    line-height: 1.2;
    color: rgb(28, 80, 138);
    text-align: center;
    -webkit-text-stroke: 2px #ffffff;
    font-weight: 600;
    text-shadow:
        0 2px 0 #ffffff,
        2px 2px 4px rgba(0, 0, 0, 0.75);
    letter-spacing: -1px;
    margin: 3.65vw 0;
}

.at3 {
    width: 72.2%;
    margin: 0 auto;
}

.at3 p {
    color: #eef0f0;
    font-size: 21px;
    line-height: 1.619;
    text-align: center;
}

.numlist {
    margin-top: 5.73vw;
}

.numlist li {
    width: 25%;
    text-align: center;
}

.numlist li .numa {
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    font-size: 4.63541666666667vw;
    background: linear-gradient(to bottom,
            #ffffff 0%,
            #ffffff 35%,
            #2f73bd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.numlist li .numa b {}

.numlist li .numb {
    font-size: 1.61458333333333vw;
    color: #fff;
    margin-top: 1vw;
}

/* adimg */
.adimg {
    margin-top: -192px;
}

.adlist {}

.adlist li {
    background: #de0404;
    width: 21.73%;
    padding: 3.4vw 1vw;
    text-align: center;
}

.adlist li .img1 {
    margin-bottom: 2.6vw;
}

.adlist li .img1 img {
    max-width: 100%;
}

.adlist li .wza {
    color: #fcf6f6;
    font-size: 2.08333333333333vw;
    margin: 1.5vw 0;
}

.adlist li .wzb {
    color: #fcf6f6;
    font-size: 1.51041666666667vw;
    line-height: 1.2;
}

.adlist li:hover .wza {
    text-decoration: underline;
}


/*  */
.recombg {
    padding: 5.73vw 0;
}

.recompubtitle .pubtitlea {
    text-transform: uppercase;
}

.recompubtitle .pubtitleb {
    color: #535353;
    margin: 1.2vw 0;
}

.recompubtitle .pubtitleb p {
    margin-bottom: 0;
}

.recompubtitle .pubtitlex {
    margin: 0 auto;
}

.proSwiper {
    overflow: hidden;
    margin-top: 3.4vw;
}

.proSwiper .swiper-slide .ww {
    padding: 10px;
    background: #dedfe0;
    border-radius: 30px;
}

.proSwiper .swiper-slide .ww .img img {
    width: 100%;
    border-radius: 30px;
}

.proSwiper .swiper-slide .ww .wz {
    color: #040000;
    font-size: 19px;
    line-height: 1.3;
    text-align: center;
    margin-top: 1vw;
    margin-bottom: .5vw;
}

.proSwiper .swiper-slide .pmore {
    color: #1c508a;
    font-size: 18px;
    text-align: center;
    width: 204px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-transform: uppercase;
    margin-top: 3.125vw;
    border-bottom: 2px solid #1c508a;
}

.proSwiper .swiper-slide:hover .ww {
    background: #1c508a;
}

.proSwiper .swiper-slide:hover .ww .wz {
    color: #fff;
}

.proSwiper .swiper-slide:hover .pmore {
    background-image: -moz-linear-gradient(90deg, rgb(155, 176, 218) 0%, rgb(97, 125, 182) 49%, rgb(24, 61, 138) 99%);
    background-image: -webkit-linear-gradient(90deg, rgb(155, 176, 218) 0%, rgb(97, 125, 182) 49%, rgb(24, 61, 138) 99%);
    background-image: -ms-linear-gradient(90deg, rgb(155, 176, 218) 0%, rgb(97, 125, 182) 49%, rgb(24, 61, 138) 99%);
    color: #fff;
    border-radius: 30px;
    border-bottom: none;
}

/* honor */
.honorbg {
    background: url(//wm.cdn.cn86.cn/taianlishen/2026/06/03a916e1e5k0pyzu.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 4.43vw;
    padding-bottom: 3.65vw;
}

.honortitle .pubtitlea {
    color: #faf5f5;
    font-weight: 500;
    text-shadow: 6px 3.605px 1.96px rgba(2, 2, 2, 0.51);
    text-transform: uppercase;
}

.honortitle .pubtitlex {
    background: #fff;
    height: 10px;
    width: 135px;
}

.honorroll {
    margin-top: 4.167vw;
    align-items: center;
}

.swiper-button-prev2 {
    background: url(//wm.cdn.cn86.cn/taianlishen/2026/06/05d550ea15tuhjhg.png) no-repeat center;
    background-size: 100% 100%;
    width: 42px;
    height: 60px;
    outline: none;
}

.honorSwiper {
    overflow: hidden;
    width: 87.815%;
    margin: 0 auto;
}

.honorSwiper .swiper-slide img {
    width: 100%;
}

.swiper-button-next2 {
    background: url(//wm.cdn.cn86.cn/taianlishen/2026/06/323ee2159bhwsrbc.png) no-repeat center;
    background-size: 100% 100%;
    width: 42px;
    height: 60px;
    outline: none;
}

/* customerbg */
.customerbg {
    padding-top: 4.1667vw;
    padding-bottom: 4.1667vw;
}

.cuslist {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px 80px;
    align-items: stretch;
    margin-top: 2vw;
}

.cuslist li {
    border: 1px solid #aaa9a9;
    box-shadow: 0 0 10px #000;
}

.cuslist li .img1 img {
    width: 100%;
}

.cuslist li .wz {
    background: #000001;
    padding: 1.6vw 5px;
    text-align: center;
    font-size: 1.5625vw;
    font-weight: 600;
    color: #fff;
}

.cuslist li:hover {
    border: 1px solid #1c508a;
}

.cuslist li:hover .wz {
    background: #1c508a;
}

.customerbg .more {
    border: 2px solid #010001;
    width: 250px;
    height: 58px;
    line-height: 56px;
    margin: 0 auto;
    margin-top: 4.6875vw;
    text-align: center;
}

.customerbg .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000001;
    font-size: 1.5625vw;
    font-weight: 600;
}

.customerbg .more a img {
    margin-left: 1vw;
}


/* news */
.newsbg {
    padding-bottom: 9.64vw;
}

.newsindex .pubtitle .pubtitlea {
    margin-bottom: 1.6vw;
}

.newsroll {
    margin-top: 3.65vw;
}

.newsSwiper {
    overflow: hidden;
}

.newsSwiper .swiper-slide .img1 img {
    width: 100%;
}

.newsSwiper .swiper-slide .wz {
    padding: 1.5vw 0;
}

.newsSwiper .swiper-slide .wz .date {
    color: #1c508a;
    font-size: 1.5625vw;
}

.newsSwiper .swiper-slide .wz .wza {
    color: #1c508a;
    font-size: 1.5625vw;
    margin-bottom: 1.5vw;
    margin-top: 0.5vw;
    overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
}

.newsSwiper .swiper-slide .wz .wzb {
    color: #000001;
    font-size: 1.04166666666667vw;
    line-height: 1.25;
    overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:4; 
}

.newsSwiper .swiper-slide .wz .wzc {
    width: 172px;
    height: 39px;
    line-height: 39px;
    border-radius: 10px;
    background: #1c508a;
    color: #fff;
    font-size: 1.14583333333333vw;
    font-weight: 600;
    text-align: center;
    margin-top: 1vw;
}

.newsjian {
    margin-top: 6vw;
    align-items: center;
}

.swiper-button-next3 {
    background: url(//wm.cdn.cn86.cn/taianlishen/2026/06/0c07a0e145ivkx4n.png) no-repeat center;
    background-size: 100% 100%;
    width: 19px;
    height: 27px;
}

.swiper-pagination3 {
    position: relative;
}

.swiper-pagination3 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #010001;
    margin: 0 8px;
}

.swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d80101;
}

.swiper-button-prev3 {
    background: url(//wm.cdn.cn86.cn/taianlishen/2026/06/a51096a5a6vrezmy.png) no-repeat center;
    background-size: 100% 100%;
    width: 19px;
    height: 27px;
}

/* foot */
.footbg {
    background: #3b3c3b;
    padding-top: 50px;
    padding-bottom: 230px;
    /* height: 100%; */
}

.footwrap {
    position: relative;
}

.foot11 {
    width: 54.33%;
}

.foot1 {
    width: 48%;
}

.ft {
    color: #fff;
    font-size: 1.19791666666667vw;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 1vw;
    margin-bottom: 1.5vw;
}

.ft::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 27px;
    height: 7px;
    border-radius: 3px;
    background: #d80101;
}

.flist li {
    margin-bottom: 1.5vw;
}

.flist li a {
    display: block;
    font-size: 1.19791666666667vw;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.foot2 {
    width: 48%;
}

.lxlist li {
    margin-bottom: 1.5vw;
}

.lxlist li a {
    display: flex;
}

.lxlist li a .img1 {
    width: 55px;
}

.lxlist li a .wz {
    color: #fff;
    font-size: 20px;
    width: calc(100% - 55px);
    line-height: 1.5;
}

.footindex2 {
    margin-top: 2vw;
}

.flogo {
    width: 40%;
}

.flogo img {
    max-width: 100%;
}

.fxlist li {
    margin-left: 14px;
}

.fxlist li:nth-of-type(1) {
    margin-left: 0;
}

.fxlist li .img1 img {
    max-width: 100%;
}

.hm-message-con {
    width: 43.8%;
    /* transform: translateY(-230px); */
    background: #666666;
    position: absolute;
    right: 0;
    top: -230px;
}

.mst {
    background: #010200;
    color: #fff;
    text-align: center;
    font-size: 3.38541666666667vw;
    text-transform: uppercase;
    height: 125px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.form-horizontal {
    padding: 2vw;
    padding-top: 3.65vw;
}

.ms1 {
    background: #3b3c3b;
    color: #fff;
    padding: 1.5vw 0;
    margin-bottom: 1.8vw;
}

.ms1 input {
    padding: 0 2vw;
    border: none;
    color: #ffffff;
    font-size: 2vw;
}

.ms1 input::placeholder {
    color: #fff;
}

.ms2 {
    height: 220px;
    overflow: hidden;
}

.ms2 textarea {
    padding: 0 2vw;
    border: none;
    color: #ffffff;
    font-size: 2vw;
}

.ms2 textarea::placeholder {
    color: #fff;
}

.ms3 {
    margin-bottom: 1.5vw;
}

.contans input {
    color: #fff;
    font-size: 2.60416666666667vw;
}

.contans input::placeholder {
    color: #fff;
}

.ms4 {
    background: #d80101;
    font-size: 2.60416666666667vw;
    color: #fff;
    padding: 1.5vw 0;

}

.ms4 button {
    border: none;
    padding: 0;
    color: #fff;
}

.copindex {
    color: #ffffff;
    font-size: 18px;
    margin-top: 2vw;
}

.copindex a {
    color: #ffffff;
}

@media(max-width:1600px) {
    .tlxlist li {
        padding: 0 1vw;
    }
}

@media(max-width:1440px) {
    .navbar-nav-box {
        width: 60%;
    }

    .headnavright {
        padding-left: 1%;
    }

    .search-box1 {
        padding: 0 10px;
    }

    .btn-group {
        padding: 0 10px;
    }

    .pubtitle .pubtitlex {
        margin: 1vw auto;
        height: 10px;
    }

    .at3 {
        width: 80%;
    }

    .at3 p {
        font-size: 18px;
    }

    .adlist li .img1 {
        margin-bottom: 1.2vw;
    }

    .adlist li .img1 img {
        max-width: 100px;
        width: 100%;
    }

    .proSwiper .swiper-slide .pmore {
        font-size: 16px;
        margin-top: 1.2vw;
    }

    .newsSwiper .swiper-slide .wz .wzc {
        font-size: 16px;
    }

    .ft {
        font-size: 24px;
    }

    .flist li {
        margin-bottom: 10px;
    }

    .flist li a {
        font-size: 15px;
    }

    .lxlist li {
        margin-bottom: 10px;
    }

    .lxlist li a .wz {
        font-size: 15px;
    }

    .flogo {
        width: 28%;
    }
}

@media(max-width:1366px) {
    .tlxlist li a .img1 {
        margin-right: 10px;
    }

    .tlxlist li a .img1 img {
        max-width: 40px;
        width: 100%;
    }

    .trq {
        height: 46px;
        line-height: 46px;
    }

    .navbar-nav-box {
        width: 56%;
    }

    .x-menu>li>a {
        font-size: 16px;
    }

    .plist1 {
        gap: 30px 22px;
    }

    .adlist li .img1 img {
        max-width: 50px;
    }

    .cuslist {
        gap: 30px 40px;
    }

    .lxlist li a .img1 {
        width: 45px;
    }

    .fxlist li .img1 img {
        max-width: 40px;
        width: 100%;
    }
}

@media(max-width:1280px) {
    .at3 {
        width: 100%;
    }

    .adimg {
        margin-top: -100px;
    }

    .adlist li .wza {
        font-size: 18px;
        margin: 10px 0;
    }

    .adlist li .wzb {
        font-size: 16px;
    }

    .pubtitle .pubtitlex {
        width: 70px;
    }

    .honortitle .pubtitlex {
        width: 70px;
    }
}

@media(max-width:1200px) {
    .x-menu>li>a {
        font-size: 15px;
    }

    .newsSwiper .swiper-slide .wz .wzc {
        font-size: 14px;
    }

    .swiper-pagination3 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .footbg {
        padding-bottom: 40px;
    }

    .ms1 {
        font-size: 14px;
    }

    .mst {
        height: 80px;
        font-size: 24px;
    }

    .hm-message-con {
        top: -140px;
    }

    .form-horizontal {
        padding: 1.5vw;
    }

    .ms1 input {
        font-size: 16px;
    }

    .ms2 {
        height: 150px;
    }

    .ms2 textarea {
        font-size: 16px;
    }

    .contans input {
        font-size: 16px;
    }

    .ms4 {
        font-size: 16px;
    }

    .copindex {
        font-size: 14px;
    }
}

@media(max-width:990px) {
    .navbar-nav-box {
        width: 65%;
    }

    .x-menu>li>a {
        font-size: 14px;
    }

    .pubtitle .pubtitlea {
        font-size: 24px;
    }

    .pubtitle .pubtitleb {
        font-size: 14px;
    }

    .pubtitle .pubtitlex {
        width: 50px;
        height: 5px;
    }

    .pubtitle .pubtitleb p {
        margin-bottom: 5px;
    }

    .plist1 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .plist1 li .text .text1 {
        font-size: 14px;
    }

    .abbg {
        padding-top: 40px;
    }

    .at3 p {
        font-size: 16px;
    }

    .adlist li .wzb {
        font-size: 14px;
    }

    .recombg {
        padding: 40px 0;
    }

    .proSwiper .swiper-slide .ww .wz {
        font-size: 14px;
    }

    .proSwiper .swiper-slide .pmore {
        font-size: 12px;
        width: 70%;
    }

    .honorbg {
        padding: 40px 0;
    }

    .customerbg {
        padding: 40px 0;
    }

    .cuslist {
        margin-top: 20px;
        gap: 15px 20px;
    }

    .newsSwiper .swiper-slide .wz .date {
        font-size: 16px;
    }

    .newsSwiper .swiper-slide .wz .wza {
        font-size: 16px;
    }

    .newsSwiper .swiper-slide .wz .wzb {
        font-size: 14px;
    }

    .newsSwiper .swiper-slide .wz .wzc {
        width: 50%;
        font-size: 12px;
    }

    .newsjian {
        margin-top: 20px;
    }

    .footwrap {
        flex-wrap: wrap;
    }

    .foot11 {
        width: 100%;
        margin-top: 20px;
    }

    .foot1 {
        width: 100%;
        display: none;
    }

    .foot2 {
        width: 100%;
    }

    .hm-message-con {
        position: relative;
        top: 0;
        width: 100%;
    }

    .footindex2 {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .flogo {
        width: 100%;
        margin-bottom: 10px;
    }
}

.logo2 {
    display: none;
}

@media(max-width:780px) {
    .navbar-nav-box {
        display: none;
    }

    .logo2 {
        width: 15%;
        display: block;
    }

    .logo2 img {
        max-width: 100%;
    }

    .headnav {
        padding: 10px 0;
    }

    .probg {
        padding: 40px 0;
    }

    .plist1 {
        margin-top: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 12px;
    }

    .plist1 li .text .text1 {
        font-size: 13px;
        margin: 5px 5px;
    }

    .plist1 li .text .text2 {
        width: 20px;
        height: 20px;
    }

    .abbg {
        padding-bottom: 40px;
    }

    .at1 {
        font-size: 18px;
    }

    .at2 {
        letter-spacing: 0;
        font-size: 24px;
    }

    .at3 p {
        font-size: 13px;
        line-height: 22px;
        text-align: left;
        word-break: break-all;
    }

    .adimg {
        margin-top: 20px;
    }

    .numlist {
        margin-top: 20px;
    }

    .numlist li .numa {
        font-size: 14px;
    }

    .numlist li .numb {
        font-size: 12px;
    }

    .adlist {
        flex-wrap: wrap;
    }

    .adlist li {
        width: 48%;
        margin-bottom: 4%;
    }

    .adlist li .wza {
        font-size: 16px;
    }

    .adlist li .wzb {
        font-size: 12px;
    }

    .proSwiper {
        margin-top: 20px;
    }

    .proSwiper .swiper-slide .ww {
        padding: 5px;
        border-radius: 10px;
    }

    .proSwiper .swiper-slide .ww .img img {
        border-radius: 10px;
    }

    .proSwiper .swiper-slide .ww .wz {
        font-size: 12px;
        margin: 10px 0;
    }

    .swiper-button-prev2 {
        width: 20px;
        height: 29px;
    }

    .swiper-button-next2 {
        width: 20px;
        height: 29px;
    }

    .cuslist {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cuslist li .wz {
        font-size: 14px;
        padding: 15px 5px;
    }

    .customerbg .more {
        width: 150px;
        height: 45px;
        line-height: 43px;
    }

    .customerbg .more a {
        font-size: 14px;
    }

    .customerbg .more a img {
        max-width: 10px;
        width: 100%;
    }

    .newsSwiper .swiper-slide .wz {
        padding: 20px 0;
    }

    .newsSwiper .swiper-slide .wz .wzc {
        margin-top: 20px;
    }

    .footbg {
        padding-bottom: 20%;
        padding-top: 30px;
    }

    .mst {
        height: 50px;
    }

    .form-horizontal {
        padding: 10px 10px;
    }

    .ms1 {
        margin-bottom: 10px;
        padding: 10px 0;
    }

    .ft {
        margin-bottom: 20px;
    }

    .flogo img {
        max-width: 100px;
        width: 100%;
    }

    .fxlist li .img1 img {
        max-width: 30px;
    }

    .lxlist li a .img1 {
        width: 30px;
    }

    .lxlist li a .img1 img {
        max-width: 20px;
        width: 100%;
    }

    .lxlist li a .wz {
        font-size: 14px;
    }

    .footindex2 {
        margin-top: 0px;
    }

    .copindex {
        font-size: 13px;
    }
}

.video-list .product-title a {
    color: #444;
    font-size: 18px;
    line-height: 2;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}